*,*:before,*:after{box-sizing: border-box;}

body{font-family: 'Montserrat', sans-serif;}
::selection {color:#fff;background-color:#009a3e}
span.gradientbg{position: absolute;left:0;right:0;top:0;bottom:0;z-index:2;background:rgba(0,0,0, .8)}
.hamburger-menu span{background-color: #fff;}
.hamburger-menu:hover span{background-color: #009a3e;}
/* Header */
header .dropdown:hover .dropdown-menu {display: block;}

/* Header End */

/* Hero */
#home .swiper {width: 100%;height: 100vh;}
#home .swiper img {height:100vh;width:100%;object-fit: cover;}
#home .swiper p{bottom:220px;left:0;font-size:6rem;line-height:1}
#home .swiper .swiper-pagination{bottom:45px}
#home .swiper .swiper-pagination-bullet{height:1px;width:50px;margin: 0 25px 0 0;background:#343535}
#home .swiper .swiper-pagination-bullet-active{background: #fff;}
/* Hero end */

/* Home Corporate */
#corporate {padding: 130px 0}
/* Home Corporate */

#brands img{max-width: 240px;max-height: 130px;}

/* What We Do */
#what-we-do{padding:95px 0;}
#what-we-do h4{margin-bottom: 90px;}
#what-we-do .flex > a{border-radius:50px}
/* What We Do End */

/* Services */
#services .hover-to-w:hover{border-top-right-radius: 100px;}
#services .hover-to-w .service-w{opacity: 0;visibility: hidden;}
#services .hover-to-w:hover .service-w{opacity: 1;visibility: visible;}
/* Services End */
/* Comments */
#comments {}
/* Comments End */
/* Responsive */
@media(max-width:1536px){
    #home .swiper p{bottom:200px}

}
@media(max-width: 1400px) {
    #home .swiper p{font-size:4rem;bottom:90px}
    #corporate {padding: 100px 0}

}
@media(max-width:1280px){
    #home .swiper p{font-size:4rem}
    #corporate {padding: 80px 0}
    #what-we-do h4{margin-bottom: 70px;}

}
@media(max-width:1024px){
    #home .swiper p{font-size:3rem;left:1rem}
    
    
}

@media(max-width:992px){
    #brands img{max-width: 150px;max-height: 100px;}
}
@media(max-width:768px){
    #brands img{max-width: 100%;max-height: 70px;}
    #what-we-do h4{margin-bottom: 50px;}
    
}
@media(max-width:640px){
    #home .swiper p{font-size:2rem}
    
}
@media(max-width:520px){
    
}
/* Responsive End */