body{
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
}

@media (max-width: 786px) {
    body{font-size: 14px;}
}
.container{
    max-width: 1140px;
    width: 90%;
}
section{
    
    padding : 50px  0;
}

.section-heading{
  
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 40px;
    text-transform: uppercase;
    
}
.section-heading::after{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    border-radius: 10px;
    text-align: center;
    margin: 5 auto;
    margin-bottom: 50px;
    background: #BF2C0D;
    margin: 5px auto;
    
  }
/* navbrand logo */
.logo{
    width: 200px;
    height: 45px;
}
@media(max-width: 576px){
    .navbar.active{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000000;
       
    }
}

/* nav links */
.navbar-nav .nav-item .nav-link{
    color: #000000;
    border-bottom: 2px solid white;
    font-weight: 500;
    text-transform: capitalize;
}
.navbar-nav > .active > a {
    color: rgb(0, 0, 0);
    border-bottom: 2px solid white;
    
  }
.navbar-nav .nav-item .nav-link:hover{
    color: black;
    border-bottom: 2px solid grey;
}
/* toggle button styling */
.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* toggle button */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #1f1f1f;

    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}



.banner-image{
    background:linear-gradient(rgba(0, 0, 0, 0.209), rgba(0, 0, 0, 0.352)),  url("images/1.jpg") ;
    background-size: cover;
    background-position: center right;
    height: 80vh;
    margin-bottom: 40px;
}

.banner-image .textbx{
    max-width: 500px;
    
}
.banner-image .textbx h1{
    font-size: 2.4em;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-image .textbx h2{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-image .textbx p{
    font-size: 1em;
    line-height: 25px;
}

.btn{
    background-color: #0C7DFC;
    color: #ffffff;
    font-size: 1em;
}
.btn:hover{
    background-color: #3089ef;
    color: #ffffff;
}




/* services */


.services .cardsec{
    padding: 0 10px;
    text-align: center;

}
.services .servicebox{
    display: flex;
   
    align-items: center;
}
.services .cardsec img{
    width: 100%;
    max-height: 270px;
}
.services .servicebox h3{
    font-size: 1.2em;
    font-weight: 600;
}
.services .servicebox p{
    font-size: 1em;
}

/* reviews */
.carousel {
    width: 100%;
}
.reviews{
    padding-top: 20px;
}
.reviews .content{
    max-width: 700px;
    margin: 0 auto;
    width: 81%;
    text-align: center;
}
.reviews .content .quotes{
    font-size: 30px;
    color: rgb(198, 198, 198);
    margin-bottom: 10px;
    margin-top: 30px;
}
.reviews .content .fa-star{
    color: rgb(255, 191, 0);
}
.reviews .content p{
font-size: 1em;
}
.reviews .content  h4{
    font-size: 1.1em;
    color: #BF2C0D;
    text-transform: capitalize;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
#reviews h2{
    margin-bottom: 20px;
}
#reviews .quotes{
    width: 30px;
    margin: 0 auto 10px;
}



/* about section */

.aboutsec .image img{
    width: 100%;
    max-height: 400px;
    height: auto;
   
  
}
.aboutsec h5{
    font-size: 1.2em;
    color: #BF2C0D;
    text-transform: capitalize;
}
.aboutsec h2{
    font-size: 1.7em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.aboutsec h4{
    font-size: 1.1em;
    font-weight: normal;
    line-height: 26px;
}


/* choose us */

.chooseUs h2{
    margin-bottom: 60px;
}
.chooseUs .number h4 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid black;
    text-align: center;
    padding-top: 5px;
    font-size: 1.2em;
   font-weight: 600;
   color: #BF2C0D;

}
.chooseUs .title h4{
    margin-top: 5px;
    font-size: 1.2em;
    padding-left: 15px;
    font-weight: 600;
}
.chooseUs p{
    margin-top: 2px;
}

/* gallery */

.gallery-item img{
    width: 100%;
    height: 250px;
}
.gallery-item {
	overflow: hidden;
}
.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.03);
}
/* footer */
.footer{
    background-color: #111111;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
   width: 100%;
}
.footer p{
    font-size: .9em;
    padding-top: 8px;
  
}
.footer .p2{
    text-align: right;
}
.footer a{
    color: #ffffff;
    text-decoration: none;
    float: right;
}
/* contact */
.contact{
    padding: 30px 0 10px;
    background: #111111;
    margin-top: 40px;
}
.contact h3{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact h4{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact p{
    color: #e8e8e8;
    font-size: 14px;
}
.contact h5{
    font-size: 14px;
    color: #ffffff;
}
.contact .links a{
    display: block;
    color: #e8e8e8;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}
.contact .icon{
    background-color: red;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
    margin: 10px 5px;

}
.contact .info i{
    color: #ffffff;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    padding-top: 4px;
}
.contact .dayBox p{
display: inline-block;
width: 90px;
}
.contact .btn-info{
   background-color: #1d93f4 ;
   padding: 5px 10px;
   font-size: 16px;
   color: rgb(255, 255, 255);
   border: none;
}
/* contact details for mobile */

.mobilecontact{
    background-color: #111111;
    padding: 20px 0;
    display: none;
    padding-top: 40px;
}
.mobilecontact .btn-info{
    background-color: #1d93f4 ;
    margin-left: 10px;
    font-size: 13px;
    padding: 4px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    border: none;
 }
.accordion-item{
   background-color: transparent;
   margin: 0px 0;
   width: 100%;
 
}
.accordion-link {
   display: flex;
   justify-content: space-between;
   color: white;
   text-decoration: none ;
 

}
.accordion-link:hover{
   color:white ;
}
.accordion-link p{

   width: 100%;

}
.accordion-link .ion-remove{
   display: none;
 font-size: .7em;
  border: none;

}
.accordion-link .ion-add{
  
 font-size: .7em;
  border: none;

}

.accordion .content{
   max-height: 0;
   overflow: hidden;
   position: relative;
   transition: max-height 650ms;
}
.accordion .content p{
   color: white;
   margin-left: 10px;
   font-size: .9em;
}
.accordion .content .icon{
    margin: 5px 5px;
    border: 1px solid rgb(230, 228, 228);
    
}
.accordion .content .icon:first-child{
    margin-left: 10px;
}
.accordion .content::before{
   content: "";
   position: absolute;
   width: .3em;
   height: 90%;
   background-color: rgb(255, 255, 255);
   top: 50%;
   left: 0;
 
   transform: translateY(-50%);


}
.accordion-item:target .content{
   max-height: 20em;
}
.accordion-item:target .accordion-link p{
   border-bottom: 1px solid white;
}
.accordion-item:target .accordion-link .ion-add{
   display: none;
}
.accordion-item:target .accordion-link .ion-remove{
   display: block;
}
.mobilecontact h3{
   text-transform: uppercase;
   color: white;
   font-size: .9em;
   margin-left: 10px;
   margin-top: 8px;
}
.mobilecontact h5{
   font-size: .9em;
   color: white;
   margin-left: 10px;
}
.mobilecontact i{
   font-size: 1em;
   color: white;
   margin-left: 10px;
   font-size: 14px;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   text-align: center;
   padding-top: 5px;
   margin-right: 10px;
}
.mobilecontact p{
   margin: 3px ;
}
.mobilecontact .dayBox:first-child{
    margin-top: 6px;
}
#box1 .content p{
font-size: .9em;
}

/* responsiveness */

@media (max-width: 992px){
    .aboutsec img{
        display: block;
        max-width: 600px;
        margin: 10px auto;
    }
}

@media (max-width: 756px){
    .services .cardsec{
        margin: 0 auto;
    }
   
}
@media (max-width: 786px){
   
    .footer p{
      font-size: 11px;
    }
    .contact{
        display: none;
    }
    .mobilecontact{
        display: block;
    }
}

@media (max-width: 576px){
    section{
    
        padding : 30px  0;
    }
    .section-heading{
        font-size: 1.5em;
     
    }

    .banner-image{
       
        height: 65vh;
        margin-bottom: 30px;
    }
    .banner-image .textbx h1{
        font-size: 1.6em;
        font-weight: 600;
    }
    .banner-image .textbx p{
        font-size: 1em;
        line-height: 21px;
    }

    .services .cardsec img{
        width: 100%;
        max-height: 200px;
    }

    .reviews{
        width: 100%;
       
        
    }
    #reviews{
        padding: 0;
        padding: 60px 0;
    }

    .aboutsec .image img{
        width: 100%;
        max-height: 300px;
        height: auto;
        margin-bottom: 20px;
      
    }

    .chooseUs .cardsec{
        margin: 0 auto;
    }
}