body{
    font-family: Poppins;


}

.sec_banner{
        height: 350px;
        background: url(../image/home.jpg) no-repeat;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top center; 
        background-size: cover;
 }
.container-fluid{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.active_menu{
    font-weight: bold;
}

.navbar{
    background-color:#ffffff00 !important;
    height: 80px;
    width: 100%;
}

.navbar-scrolled{
     background-color:#1b1f2a!important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(62 62 62);
}

.navbar li a{
    color: white;
    margin-left: 10px;
    font-family: poppins;
    font-size: 17px;
}

.navbar li a:hover{
    color: #71d8c3;
}
.ban{
    font-family: poppins;
    font-size 60px;
}

.sec_banner{
    background-color: #101010;
   height: 750px;
  
    width: 100%;
    display: table;
}   
.inf{
    font-size: 20px;
    font-family: lato;
    color: #6b6b6b;
    font-weight: 500;
    line-height: 39px;
}

.sec_banner h1{
    
    font-family: poppins;
    font-weight: 700;
    font-size: 45px;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
    line-height: 60px;
      position: relative;
    animation: mymove 1s;
    animation-fill-mode: forwards;
}
@keyframes mymove {
  from {top: -20px;
        opacity: 0;}
  to {top: 0px;
         opacity: 1;}
}

.sec_about{

    margin: 50px;
   /* border-radius: 5pt;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #f7f7f7;*/

}

.sec_about h1{
    font-weight: bold;
}

.sec_service{
   background-color: white;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.carousel-control-next {
    right: -80px;
    
}
.carousel-control-prev-icon{
    background-color: black;
    border-radius: 20px;
}
.carousel-control-next-icon{
    background-color: black;
    border-radius: 20px;
}

.carousel-control-prev {
    left: -80px;
}

.sub_sec_service{
    padding: 50px 60px;
    background-color: #1b191a;
}

.sub_sec_service h1{
    font-weight: bold;
    font-size: 50px;
    font-family: poppins;
    color: white;
    padding-left: 20px;
}

#service_tab .col-md-4{
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 10px 10px 20px;
    background-color: white;
}

#service_tab .ser_img{
    height: 70px;
    margin-bottom: 10px;
}

 .sec_client{
        padding: 20px 60px;
    }
.sec_clients{
        padding: 90px 60px;
    }
.sec_clients h1{font-weight: bold;}
.sec_client h1{font-weight: bold;}

.sec_footer{
    background: black;
    color: silver;
    padding: 5px;
}

.sec_contact{
     background: black ;
    
}

.sub_sec_contact{
    padding: 30px 60px;
    color: #fff;
}

.sub_sec_contact textarea{
   
}

.sec_contact .card{
    position: absolute;
    background: #9D353D !important;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    width: 355px;
    color: #fff;
    border-radius: 0px;
}

.sec_contact .gm-style .place-card{
    display: none !important;
}
.card-title{
    font-size: 22px;
    font-weight: 500;
    color:  black;
}
.card-text{
    font-family: lato;
    font-size: 20px;
    font-weight: 300;
    color: #6b6b6b;
}
#myCarousel {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px
}

.af{
        margin: 7px;
    padding: 45px;
    height: 340px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #fbfbfb;

}
.af:hover{
        margin: 7px;
    padding: 45px;
    height: 340px;
    border-style: solid;
    box-shadow: 0px 0px 5px #e9e9e9;
    background-color: #f7f7f7;

}
@media only screen and (max-width: 600px) {
    
        .navbar{
        height: 55px;
        background-color: black!important;

    }
    .navbar-collapse{
        background: black;
        margin-left: -17px;
        margin-right: -17px;
        text-align: center;
    }
    .navbar li a{
        margin-left: 0px;
        color: white;
    }
    
      .navbar li a:hover{
        background: #000000;
        color: #000 !important;
    }
    
    .navbar-brand img{
        width: 110px;
    }
    .sec_banner{
        margin-top: 50px;
        height: 140px;
        background: url(../image/main-home2.jpg) no-repeat;
        background-size: cover;
    }
    
    .sec_banner h1{
        
        font-size:15px;
        color: white;
        padding-left: 20px;
        padding-top: 35px;
        height: 230px;
        line-height: 22px;
       
    }
    
       .card .card-img-top{
        margin-left: 50px;
        display: block;
    width: 25%;
    margin-left: 100px;
    height: 70px !important;
    }
    
    
    .sub_sec_service{
   /* padding: 50px 10px;*/
}
    
    .sec_contact .card{
    
    width: 300px;
  
}
    .carousel-control-next {
    right: 0px;
}

.carousel-control-prev {
    left: 0px;
}
.af {
    margin: 7px;
    padding: 0px;
    height: 361px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #fbfbfb;
}
.sec_clients {
    padding: 45px 60px;
}


}

@media only screen and (min-width: 601px) and (max-width:991px) {
    
     .sec_banner{
        margin-top: 50px;
        height: 350px;
        background: url(../image/main-home2.jpg) no-repeat;
        background-size: cover;
    }
    
    .sec_banner h1{
        
        font-size:42px;
        color: #fff;
       
    }
}