

html,body,p,h1,h2,h3,h4,h5,h6,span,div,a{
    font-family: 'Montserrat', sans-serif;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.nav-item.dropdown .dropdown-menu a:hover{
    color: #000!important;
}
.nav-item.active .dropdown-menu a{
    color: #000;
    font-weight: 500;
}
.navbar-toggler-icon {
    background-image: url("../images/hamburger.png");
    width: 24px;
    height: 24px;
}
.carousel-indicators li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.navbar-brand{
    position: relative;
    display: block;
}
.navbar-brand img{
    padding-right: 25px;
    width: 300px;
}
.navbar-brand:before{
   content: "";
    position: absolute;
    display: inline-block;
    width: 107%;
    height: 125%;
    background-color: #fff;
    z-index: -1;
    margin-left: -30px;
    margin-top: -20px;
    border-bottom-right-radius: 40px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
   
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 8%;
    list-style: none;
    display: inline-block;
    top: 50%;
}
.navbar{
        position: absolute;
    z-index: 10;
    width: 100%;
    background-color: transparent;
}
.nav-item{
    margin-left: 20px;
}
.navbar-nav {
    border-bottom:1px solid #fff;
    justify-content: space-between;
    display: flex;
   
}
.nav-item.active a,.nav-item a:hover{
    font-weight: 700;
    color: #fff;
}
.nav-link{
    color: #fff;
}
/*.navbar:after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: #fff;
    left: 0;
    z-index: -1;
    border-bottom-right-radius: 50px;
}*/
.carousel-caption{
    text-align: left;
    top: 40%;
    width: 45%;
}
.carousel-caption h5{
    font-size: 66px;
}

.home-caro .carousel-inner .carousel-item:first-child{
    background-image: url("../images/banner/h1.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.home-caro .carousel-inner .carousel-item:nth-child(2){
    background-image: url("../images/banner/h2.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.home-caro .carousel-inner .carousel-item:nth-child(3){
    background-image: url("../images/banner/h3.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.home-caro .carousel-inner .carousel-item:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 51%);
    z-index: -1;
}
footer{
    padding: 20px 0;
}
.call-ul{
      list-style: none;
    padding: 0;
}
.call-ul li{
    margin-bottom: 15px;
}
.call-ul li img{
    margin-right: 10px;
}
.call-ul li a{
    color: #3e395f;
}
.social-ul{
    list-style: none;
    padding: 0;
    
}
.social-ul li{
    display: inline-block;
    margin-right: 15px;
}
.copyright-c{
    margin-bottom: 0;
    color: #3e395f;
    text-align: right;
}
.banner-section{
     background-image: url("../images/about.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.banner-section:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000087;
}
.banner-section h3{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.about-con{
    padding: 2% 5%;
}
.about-con p{
     color: #3e395f;
}
.policies.banner-section{
     background-image: url("../images/policies.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.grid-con{
    padding: 40px 5% 0;
}

.grid-con h2{
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}
.grid-con p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
}
.po-con p{
/*    width: 60%;*/
    margin: 0 auto;
    margin-bottom: 20px;
}
.grid-con h2,.grid-con p{
    color: #3e395f;
}
.m-top-30{
    margin-top: 30px;
}
.bullet-ul{
    list-style: none;
    padding: 0;
}
.bullet-ul li{
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 16px;
}
.bullet-ul li:before{
    content: "";
    position: absolute;
    display: inline-block;
     background-image: url("../images/policies/dot.png");
         left: 0;
    top: 0;
        width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-con.p-t-0{
    padding-top: 0!important;
}
.team.banner-section{
     background-image: url("../images/team.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.line-ba{
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #3e395f;
    font-weight: 700;
}
.line-ba:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40%;
    height: 2px;
    background-color:#3e395f ;
}
.line-ba:after{
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    height: 2px;
    background-color:#3e395f ;
}
.projects.banner-section{
     background-image: url("../images/project.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.contact.banner-section{
     background-image: url("../images/contact.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.carousel-control-next, .carousel-control-prev{
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3e395f;
    opacity: 1;
     
}
.carousel-control-prev{
       border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        left: -30px;
}
.carousel-control-next{
       border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        right: -30px;
}
.services.banner-section{
     background-image: url("../images/service/banner.jpg");
    height: 100vh;
        background-position: center;
    background-size: cover;
}
.grid-con-img{
    padding: 0 5%;
}
.grid-con-img .inner-grid-con{
    padding: 30px;
    margin: 30px;
}
/*.grid-con-img .inner-grid-con:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
}*/
.grid-con-img .col-md-6:first-child .inner-grid-con{
    background-image: url("../images/service/ss3.png");
      background-position: center;
    background-size: cover;
    padding: 60px 40px;
    border-radius: 30px;
}

.grid-con-img .col-md-6:last-child .inner-grid-con{
    background-image: url("../images/service/ss4.png");
      background-position: center;
    background-size: cover;
    padding: 60px 40px;
    border-radius: 30px;
}
.grid-con-img.next-grid .col-md-6:first-child .inner-grid-con{
 background-image: url("../images/service/ss2.png");
}
.grid-con-img.next-grid .col-md-6:last-child .inner-grid-con{
 background-image: url("../images/service/ss1.png");
}
/*.grid-con-img .col-md-6:before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;

}*/
.grid-con-img h3{
    color: #fff;
    font-size: 45px;
    margin-bottom: 30px;

}
.grid-con-img p{
    color: #fff;
    font-size: 18px;

}
.owl-prev{
    position: absolute;
    display: inline-block;
    top: 50%;
    background: #403b60!important;
    width: 50px;
    height: 50px;
    left: -20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
        transform: translateY(-50%);
}
.owl-prev span{
    font-size: 36px;
    color: #fff;
    line-height: 27px;
}
.owl-next{
    position: absolute;
    display: inline-block;
    top: 50%;
    background: #403b60!important;
    width: 50px;
    height: 50px;
    right: -20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
        transform: translateY(-50%);
}
.owl-next span{
    font-size: 36px;
    color: #fff;
    line-height: 27px;
}
.owl-item.active{
    transform: scale(0.8)!important;
}
.owl-item.active.center{
    transform: scale(1.0)!important;
}

.carousel.slide li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: transparent;
      transition: all 0.25s ease;
      font-weight: 500;
}
.contact-con{
        padding: 2% 5%;
}
.contact-con h4{
        font-size: 54px;
    font-weight: 700;
    color: #3e395f;
}
.contact-con address{
    color: #3e395f;
        font-weight: 500;
}
@media (max-width: 767px) {
.po-con p{
    width: 100%;
}
.grid-con-img h3{
    font-size: 22px;
}
.grid-con-img .inner-grid-con{
    margin:20px 0;
    padding: 20px!important;
}
.banner-section{
    margin-bottom: 20px;
}
.carousel-indicators{
    display: flex;
    top: unset;
}
.grid-con {
    padding: 20px 5% 0;
}
.carousel-caption{
    left: 15px;
    right: 15px;
    width: 95%;
    top: 20%;
}
.carousel-caption h5{
    font-size: 35px;
}
.carousel-caption p{
    font-size: 15px;
}
.social-ul,footer,.copyright-c{
    text-align: center;
}

.social-ul li img{
    width: 30px;
}
.banner-section{
    height: 70vh!important;
}
.banner-section:before{
    height: 70vh;
}
.banner-section h3{
    top: 40%;
}
.line-ba:before,.line-ba:after{
    display: none;
}
.grid-con h2{
    margin-top: 20px;
}

}
@media (max-width: 992px) {
.navbar-brand img{
    width: 200px;
}
.navbar {
    background-color: #fff;
}
.nav-link{
    color: #000;
}
.nav-item.active a, .nav-item a:hover{
    color: #000;
}
.navbar-nav{
    width: auto;
}
.nav-item{
    margin-left: 0;
}
    }
