/* @import '../css/bootstrap.min.css'; */
@import '../css/dc-icon.css';
@import '../css/book-animation.css';

.header{
    position: fixed;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(197, 197, 197, 0.25);
}
body{
    /* font-family:'Open Sans' !important; */
    /* font-family: 'Raleway'; */
    font-family: Tahoma !important;
    src: url('../images/font/Tahoma\ Regular\ font.ttf'),
    url('../images/font/TAHOMA_0.TTF'),
    url('../images/font/TAHOMAB0.TTF'),
    url('../images/font/TAHOMABD.TTF') !important;
    overflow-x: hidden;
}
.pl{
    padding-left: 0px !important;
    color: #333333 !important;
    font-size: 30px !important;
}
.fontS{
    font-size: 14px !important;
    font-weight: 500;
}
.pl-1{
    padding-left: 0.2rem !important;
}
.pl-2{
    padding-left: 0.5rem !important;
}
.pl-3{
    padding-left: 0.7rem !important;
}
.pr-1{
    padding-right: 0.2rem !important;
}
.pr-2{
    padding-right: 0.5rem !important;
}
.pr-3{
    padding-right: 0.7rem !important;
}
.pt-1{
    padding-top: 0.2rem !important;
}
.pt-2{
    padding-top: 0.5rem !important;
}
.pt-3{
    padding-top: 0.7rem !important;
}
.pb-1{
    padding-bottom: 0.2rem !important;
}
.pb-2{
    padding-bottom: 0.5rem !important;
}
.pb-3{
    padding-bottom: 0.7rem !important;
}
.pl-4{
    padding-left: 1rem !important;
}
.pr-4{
    padding-right: 1rem !important;
}
.pt-4{
    padding-top: 1rem !important;
}
.pb-4{
    padding-bottom: 1rem !important;
}
.pl-5{
    padding-left: 1.5rem !important;
}
.pr-5{
    padding-right: 1.5rem !important;
}
.pt-5{
    padding-top: 1.5rem !important;
}
.pb-5{
    padding-bottom: 1.5rem !important;
}

.bodytop{
    padding-top: 6rem !important;
}
/* body{
    overflow: hidden;
} */
.container-fluid{
    margin: 0px 80px !important;
}
/* .nav-link{
     color: #1b1b1b !important;
}
.navbar-nav a:hover{
    border-bottom: 4px solid #15B4D3 !important;
} */
.navbar-nav{
    background-color: #fff !important;
}
@media screen and (max-width: 1768px) {
.nav-link{
    /* position: fixed; */
    padding: 38px 32px !important;
    font-size: 15px !important;
     color: #2e2e2e !important;
     border-bottom: 4px solid #ffffff !important;
}
}
@media screen and (max-width: 1100px) {
    .nav-link{
        padding: 38px 16px !important;
        font-size: 15px !important;
         color: #2e2e2e !important;
         border-bottom: 4px solid #ffffff !important;
    }
    }
.nav-link:hover{
    border-bottom: 4px solid #15B4D3 !important;
}
.active{
    border-bottom: 4px solid #15B4D3 !important;
    /* width: 10%; */
}

@media screen and (max-width: 1768px) {
.nav-space{
    position: fixed !important;
    right: 80px !important;
    /* left: 80px !important; */
}
}
@media screen and (max-width: 1100px) {
    .nav-space{
        position: absolute !important;
        right: 40px !important;
    }
}

/* .menu{
    padding: 38px 26px !important;
    font-size: 15px !important;
} */
/* .nav-space a:hover{
   border-bottom: 5px solid #15B4D3 !important;
} */
.header-1{
    background-image: url('../images/banner-left_1.png');
    width: 100vw;
    /* height: 100vh; */    
    background-repeat: no-repeat;

}
.header-1 h1{
    font-size: 64px;
    font-weight:700;
    margin-left: 120px !important;
    margin-top: 160px;
}

.header-1 h6{
    font-size: 18px;
    font-weight: 700;
    margin-left: 120px !important;
    margin-top: 30px;
    color: rgb(75, 75, 75) !important;
}
.header-2{
    background-image: url('../images/banner.jpg');
    width: 100vw;
    height: 780px;
    margin-top: -550px;
    position: relative;
    background-repeat: no-repeat;
}
.approach{
    background-image: url('../images/about-us-bg.png');
    width: 80vw;
    /* height: 80vh; */
    background-repeat: no-repeat;
}
.approach img{
    margin-left: -90px;
}

.topMargin{
    margin-top: 80px !important;
    /* font-family:'Open Sans' !important; */
    /* font-family:'Helvetica Neue' !important; */
}
.topMargin h3{
    font-weight: 500 !important;
}

.title-border{
    border-bottom: 4px solid #15B4D3;
    width: 70px;
    position: absolute;
    margin-top: 50px;
}
.years{
    border: 8px solid #A88C6A;
    width: 150px;
    padding: 10px 20px;
    margin-top: 40px;
}
.years span{
    color: #15B4D3 !important;
    font-weight: 700;
    font-size: 50px;
    background-color: #fff;
}
.listItem{
    list-style: none;
    margin-left: -30px;
}
.listItem li:before {
    /* content: '🍂'; */
    content: "\e90b";
    column-rule-color: #15B4D3; 
    color: #15B4D3 !important;
    font-weight: 900;
    padding-right: 12px;
    font-family: 'dc-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .listItem .icon-leaf:before {
    content: "\e90d";
  } */

.gradient{
    padding: 16px 48px;
    color: #fff;
    background: linear-gradient(90deg, #15B4D3 0%, #A88C6A 65.16%);
    margin-top: 60px;
}
.align-center{
    text-align: center !important;
}
.align-left{
    text-align: left !important;
}
.align-right{
    text-align: right !important;
}
.gradient span{
    border-bottom: 4px solid #fff;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 40px;
}
.gradient ul{
    list-style: none;
    font-size: 15px;
}
.gradient li{
    padding: 8px 0px;
    font-weight: 500;
}

.ourExperience{
    margin-top: 40px;
    /* background-image: url('../images/services.jpg'); */
}
.ourExperience h6{
    font-weight: 500;
    color: #7e7e7e !important;
    font-size: 14px;
}
.ourExperience span{
    border-bottom: 4px solid #15B4D3;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 60px;
}
.ourExperience i{
    color:#15B4D3;;
    font-size: 30px;
    position: absolute;
    align-items: center;
}

.service-img{
    background-image: url('../images/services_1.jpg');
    background-repeat: no-repeat;
    /* height: 100vh; */
    background-position: center;
    /* padding-top: -80px; */
    /* padding-right: -80px;
    position: relative; */
}
.card{
    width: 21rem;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.29);
}

.card-text{
    font-size: 16px;
    font-weight: 500 !important;
    color: rgb(107, 107, 107) !important;
}

.card-right{
    position: relative;
    right: 80px;
    margin-top: 60px;
}
.card-left{
    position: relative;
    left: 80px;
    margin-top: 60px;
}
.footer{
    /* margin-top: 60px; */
    background-color: #333333;
    text-align: center;
    color: rgb(212, 212, 212);
    margin-bottom: -8px;
}
.footer h5{
    font-size: 16px;
}
.footer h6{
    font-size: 12px;
    font-weight: 500;
}

.topMargin1{
    margin-top: 60px !important;
}
.capability{
    background-image: url('../images/capability_1.png');
    background-repeat: no-repeat;
    /* height: 100vh;    */
    color: #5c5c5c;
}

.capability .spanborder{
    border-bottom: 4px solid #15B4D3;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 35px;
}

.box-border{
    border: 4px solid #15B4D3 !important;    
    padding: 16px !important;
    transform: rotate(-45deg);
    width: 120px;
    height: 120px;
    position: relative;
}
.capability i{
    font-size: 70px;
    top: -100px;
    left: 24px;
    position: relative;
}
/* .listspan{
    border: none !important;
    position: relative !important;
    right: 40px !important;
    top: 24px;
}
.listView{
    line-height:10px !important;
}

.list{
    position: relative;
    top: 10px;
} */

.justify{
    justify-content: right !important;
}
.border-left{
    border-left: 4px solid #15B4D3;
    padding-left: 8px;
}
.border-right{
    border-right: 4px solid #15B4D3;
    padding-right: 8px !important;
    margin-right: 20px;
}
/* .contact{
    background-image: url('../images/contact.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 50%;
    align-items: flex-end;
} */
.contact{
    background-image: url('../images/banner-left.png');
    width: 100vw;
    /* height: 100vh; */    
    background-repeat: no-repeat;
}
.contact .spanborder{
    border-bottom: 4px solid #15B4D3;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 30px;
}

.form-control{
    border: 1px solid #15B4D3 !important;
    line-height: 2 !important;
}
.form-control:valid {
    background-image:none !important;
}
.form-floating>label{
    padding-left: 20px !important;
}
/* @media screen and (max-width: 1768px) { */
.review{
    background-image: url('../images/review_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 70vh;
    color: #fff;
    text-align: center !important;
}
/* } */
/* @media screen and (max-width: 360px) {
    .review{
        background-image: url('../images/review_1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 30px !important;
        color: #fff;
        text-align: center !important;
    }
    } */
.review .spanborder{
    border-bottom: 4px solid #ffffff;
    width: 50px;
    position: absolute;
    margin-top: 50px;
    margin-left: 25px;
}


.signIn{
    background-image: url('../images/sign-in_bg.png');
    /* width: 100%; */
    background-repeat: no-repeat;
}
.signIn .spanborder{
    border-bottom: 4px solid #15B4D3;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 60px;
}

a{
    text-decoration: none !important;
}
.fontXS{
    font-size: 12px !important;
}
.contact-img{
    margin-top: -70px;
}


.contact1{
    color: #fff;
    background-image: url('../images/contact_bg.jpg');
    /* padding: 50px 0 20px; */
    background-size: cover;
    background-position: top;
    background-attachment: fixed;    
}
.contact1 .transprent{
    padding-top: 40px !important;
    background-color: #000;
    opacity: 0.8;
}
.contact1 .spanborder{
    border-bottom: 4px solid #fff;
    width: 70px;
    position: absolute;
    margin-top: 50px;
    margin-left: 30px;
}
.contact1 .form-control{
    background: none !important;
    color: #fff !important;
}

/* .contact1.form-control:active(:placeholder-shown){
    color: #fff !important;
} */

.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown i{
      color: #A88C6A !important;
  }
  .dropdown-content {
    font-size: 14px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    margin-left: -100px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content ul{
      list-style: none;
      padding-left:0px;
  }
  .dropdown-content li{
      padding: 8px 0px;
  }

  .dropdown-content a{
    /* position: relative !important; */
    border: none !important;
    padding: 0px !important;
    color: #3a3a3a;
  }
  .dropdown-content a:hover{
    border: none !important;
    color: #15B4D3;
  }
  .website-link {
	  font-size:14px;
	  color:#15B4D3 
  }
    .website-link:hover {
		color:#fff;
	}
	
	.mail {text-align: center;
    margin-top: 30px;}
	.mail a {color:#fff;}