@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
header, section, footer, aside, nav, main, article, figure {
	display: block; 
}

body{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}

p
{
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #5c5c5c;
    line-height: 23px;
    text-align: justify;
    letter-spacing: 1px;
}
.row
{
    margin: 0px;
}
/*-------------------- NAVBAR -------------------------*/

.navbar
{
	background-color: #121421;
}
.logo-nav
{
    display: none;
}
.call-icon .fa-phone
{
    display: none;
}
.navbar a
{
   color: #fff;
   font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
	margin-left: 20px;
    
}

.wrapper
{
	width: 100%;
	height: auto;
	background-color: #06062a;
}
.navbar a:hover
{
    color:#fb3a64;
  
}
.navbar-toggler
{
    border: 2px solid #fb3a64;
}
.navbar-toggler span
{
    background-color: #fb3a64;
    height: 3px;
    width: 25px;
    margin: 4px 0px 4px 0px;
    display: block;
}
.txt p
{
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: .3px;
}

.dropdown-menu a
{
    color: #555;
	line-height: 30px;
	margin: 0px;
		
}
.cre a
{
    text-decoration: none;
    color: #555;
}
.cre-b a
{
    text-decoration: none;
    color: #555;
}


/*-------------------- NAVBAR END -------------------------*/


/*-------------------- info -------------------------*/



.guid-info h2
{
    color: #fff;
}
.guid-info p
{
	color: #fff;
    text-align: justify;
}
.guid-info a
{
    padding: 10px 25px 10px 25px;
    background-color:#fb3a64;
    color: #fff;
    text-decoration: none;
}

.about-us-img {
    position: relative;
    z-index: 2;
}
.about-us-img::before {
    position: absolute;
    content: "";
    background: #fb3a64;
    width: 100%;
    height: 100%;
    right: 30px;
    top: -20px;
    z-index: -1;
}

/*-------------------- info end -------------------------*/


/* why choose us*/

.card-a
{
    background-color: #eee;
    border-radius: 15px;
}

.card-b
{
    background-color: #eee;
    border-radius: 15px;
}


.card-d
{
    background-color: #eee;
    border-radius: 15px;
}

.img-area
{
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 130px;
    padding: 10px;
    margin-left: 30%;
    margin-top: 10%;
}
.why-choose
{
    background-image: url(../img/testi-bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.mty
{
    background: rgba(6, 6, 42, .1)
}
.img-redi
{
    
    border:2px dashed #06062a;
    padding: 10px;
}


/* why choose us end */

/*---------- ABOUT ARTISTIC -------------*/


.artistic p 
{
    line-height: 1.9em;
    color: #ccc;
}
.audi 
{
    position: relative;
    z-index: 2;
}
.audi::before {
    position: absolute;
    content: "";
    background: #fb3a64;
    width: 100%;
    height: 100%;
    right: -30px;
    top: 35px;
    z-index: -1;
}
/*---------- ABOUT ARTISTIC END -------------*/

/* testimonials */

.testi
{
   
}

.com-area
{
    background-color: #fff;
    border-radius: 5px;
}


/* testimonials end */ 


/*    info choose     */

.guar-icon
{
    width: 30%;
    margin-left: 35%;
}

/*    info choose end  */


/*    about page  */

.text-ab p, h3, h5
{
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.9em;
}
.list ul
{
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
}
.list li
{
    font-size: 16px;
    color: #fff;
    line-height: 2.2em;
    letter-spacing: 1px;
}

/*    about page end  */


/*   contact page  */

.email p, h4
{
    color: #fff;
    letter-spacing: 1px
}
.phone p, h4
{
    color: #fff;
    letter-spacing: 1px
}
.address p, h4
{
    color: #fff;
    letter-spacing: 1px
}
.contact-form
{
    padding: 0px;
}
input, textarea
{
    background-color: transparent;
    border-width: 0;
    border-bottom: 1px solid #292b3c !important;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.text-field, textarea
{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.form-icon
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #6c757d;
}
.map-co
{
    align-self: center;
    border-radius: 10px;
    margin-left: 10%;
}


/*   contact page  */

/*   contact page  */


.text-theatre p
{
    line-height: 1.9em;
    color: #ccc;
}
.table 
{
    color: #fff;
    text-align: center;
}

/*   contact page end  */
/* footer */

.btn-sbu
{
    padding: 10px 100px 10px 100px;
    background-color: #fb3a64;
    color: #fff;
}
.main-f
{
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
}

.act-pera a
{
    text-decoration: none;
    line-height: 1.9em;
    text-align: center;
}

.footer-form input 
{
   background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    padding-left: 10px;
    outline: 0px;
    border-bottom: 2px solid #fff !important;
}
.footer-form textarea
{
   background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    padding-left: 10px;
    outline: 0px;
    border-bottom: 2px solid #fff !important;
}
.main-f p
{
    text-align: start;
    font-size: 13px;
    line-height: 2;
}
.news-sub
{
    width: 100%;
    background-color: #ff4880;
    color: #fff;
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: #fb3a64;
    color: white;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 10px;
}
#myBtn:hover
{
    background-color: #06062a;
    border:2px solid #fff;
}/* bottom to top  end */

@media(min-width: 575px) and (max-width: 767px){
    
    .header
    {
        display: none;
    }
     .navbar
    {
	background-color: #fff;
    }
    .logo-nav
    {
    display:block;
    }
    .navbar a
    {
    color: #343a40;
    }
    .call-icon .fa-phone
    {
    display:inline-block;
    font-size: 20px;
    padding: 10px;
    border: 1px dashed;
    border-radius: 100%;
    }
    
}
@media(min-width: 480px) and (max-width: 574px){
    
    .img-logo
    {
        width: 50%;
    }
    .cre
    {
        width: 25%;
        margin-left: 85px;
        margin-top: -30px;
        font-size: 15px;
        
    }
    .cre-b
    {
        width: 25%;
        margin-right:  !important;
        margin-top: -40px;
        font-size: 15px;
        margin-bottom: 40px;
        
    }
    .header
    {
       display: none;
    }
    .dropdown-menu a
    {
        font-size: 14px;
    }
    
       .audi {
    position: relative;
    z-index: 2;
}

    .dropdown-menu a
    {
        color: #555;
	    line-height: 30px;
	    margin: 0px;
		font-size: 12px;
    }
       .navbar
    {
  	background-color: #fff;
    }
    .logo-nav
    {
    display:block;
    }
    .navbar a
    {
    color: #343a40;
    }
     .about-us-img::before 
    { 
    right: 20px;
    }
    .call-icon .fa-phone
    {
    display:inline-block;
    font-size: 20px;
    padding: 10px;
    border: 1px dashed;
    border-radius: 100%;
    }
}


@media(max-width: 479px){
    
   .img-logo
    {
        width: 50%;
    }
    .cre
    {
        width: 25%;
        margin-left: 85px;
        margin-top: -30px;
        font-size: 15px;
        
    }
    .cre-b
    {
        width: 25%;
        margin-right:  !important;
        margin-top: -40px;
        font-size: 15px;
        margin-bottom: 40px;
        
    }
     .audi::before {
    
    right: -15px;
    top: 20px;
    
    }
    .header
    {
       display: none;
    }
    .dropdown-menu a
    {
        font-size: 14px;
    }
    
    .img-area
    {
        float: none;
    }
    .carousel-caption .content-txt h1
    {
        font-size: 16px;
    }
    .drop-a
    {
        overflow:scroll;
    }
    .drop-b
    {
        overflow:scroll;
    }
     .drop-c
    {
        overflow:scroll;
    }
    .collapse
    {
        width: 100%;
    }
    .dropdown-menu a
    {
        color: #555;
	    line-height: 30px;
	    margin: 0px;
		font-size: 12px;
        padding: 0px 2px 0px 2px;
    }
   
    .audi::before {
    
    right: -15px;
    top: 20px;
    
    }
    .text-theatre h3
    {
        font-size: 20px;
    }
    .navbar
    {
	background-color: #fff;
    }
    .logo-nav
    {
    display:block;
    }
    .navbar a
    {
    color: #343a40;
    }
    .call-icon .fa-phone
    {
    display:inline-block;
    font-size: 20px;
    padding: 10px;
    border: 1px dashed;
    border-radius: 100%;
    }
    .about-us-img::before 
    { 
    right: 20px;
    }

    
}