@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
*{padding: 0;margin: 0;list-style-type: none;text-decoration: none;outline: none;box-sizing: border-box;}
body {margin: 0;padding: 0;position: relative;font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4, h5, h6{margin: 0;padding: 0;font-family: 'Montserrat', sans-serif;}
p{font-size: 17px;font-weight: 500;padding: 0;margin: 0;font-family: 'Poppins', sans-serif;}
img {max-width: 100%;border: none;}
figure{margin: 0;padding: 0;}
a {text-decoration: none;outline: none !important;}
ul{padding: 0;margin: 0;list-style-type: none;}
ul li{padding: 0;margin: 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
.card, .card-header, .card-body, .card-footer{padding: 0;margin: 0;border: none;border-radius: 0;background-color: transparent;}
.btn {
    border: 1px solid;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 2px;
}
.btn-primary{
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus{
    border-color: #00AFE1;
    background-color: #00AFE1;
    box-shadow: none;
}
.btn-skyblue{
    border-color: #00AFE1;
    background-color: #00AFE1;
    color: #ffffff;
}
.btn-skyblue:hover, .btn-skyblue:focus{
    box-shadow: none;
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
}
.btn-outline-primary{
    border-color: #033355;
    color: #033355;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    box-shadow: none;
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
}
.btn-white{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #033355;
    text-transform: uppercase;
}
.btn-white:focus, .btn-white:hover{
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}
.main-area{position: relative;}
/*-- footer body start --*/
.footer-body-area{
    background-color: #E7FAFF;
    padding-top: 100px;
}
.copyright-area{
    background-color: #033455;
    padding: 20px 0;
}
.copyright-area p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.copyright-area p strong{
    font-weight: 500;
    color: #11B8E0;
}
.footer-logo{
    width: 100%;
    max-width: 170px;
    margin: 0 auto 30px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
ul.footer-social{
    text-align: center;
}
ul.footer-social li{
    display: inline-block;
    margin-right: 5px;
}
ul.footer-social li:last-child{
    margin: 0;
}
ul.footer-social li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #033455;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.footer-social li a:hover{
    background-color: #11B8E0;
}
.footer h3{
    color: #155989;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 17px;
}
.footer ul li{
    margin-bottom: 10px;
}
.footer ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.footer ul li a:hover{
    color: #11B8E0;
}
.footer .address-box{
    margin-bottom: 15px;
}
.footer .address-box:last-child{
    margin-bottom: 0;
}
.footer .address-box p{
    color: #19AAD7;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
}
.footer .address-box address, .footer .address-box a{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 0;
}
/*-- footer body stop --*/
/*-- webtext area start --*/
.webtext h2, .webtext h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin: 0 0 0;
    color: #000000;
}
.webtext p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin: 0 0 20px;
}
/*-- webtext area stop --*/
/*-- experts area start --*/
.experts-area{    
    background-color: #155989;
}
.webtext.experts-contain {
    min-height: 530px;
    padding-left: 30px;
}
.webtext.experts-contain h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.webtext.experts-contain h3 strong {
    font-weight: 600;
    padding-right: 30px;
    position: relative;
}
.webtext.experts-contain h3 strong::after{
    content: '';
    position: absolute;
    bottom: 28px;
    right: -191px;
    width: 100%;
    max-width: 191px;
    height: 3px;
    background-color: #00AFE1;
}
.webtext.experts-contain p{
    color: #ffffff;
}
.webtext.experts-contain .btn-primary{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #033355;
}
.webtext.experts-contain .btn-primary:hover{
    border-color: #00AFE1;
    background-color: #00AFE1;
    color: #ffffff;
}
.webtext.experts-contain .btn{
    margin-top: 20px;
}
.experts-img {
    height: 530px;
    position: relative;
}
.experts-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.experts-img img {
    z-index: 1;
    width: auto;
    height: 115%;
    object-fit: contain;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 95px;
    right: 0;
}
/*-- experts area stop --*/
/*-- service area start --*/
.service-area{
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 170px;
    position: relative;
}
.service-area .webtext {
    margin: 0 0 70px;
}
.service-area .webtext h3{
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.service-area .webtext h3 strong{
    font-weight: 600;
    position: relative;
    padding: 0 10px;
} 
.service-area .webtext h3 strong::before {
    content: '';
    position: absolute;
    top: 28px;
    left: -140px;
    width: 138px;
    height: 3px;
    background-color: #00AFE1;
}
.service-area .webtext h3 strong::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -140px;
    width: 138px;
    height: 3px;
    background-color: #00AFE1;
}
.service-img {
    height: 700px;
    position: relative;
}
.service-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88%;
    background-image: url(../images/service-sape1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 0;
}
.service-img::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 2;
    width: 304px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/service-sape2.png);
    background-size: cover;
}
.service-img .imgBox {
    width: 100%;
    max-width: 80%;
    height: 90%;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,25%);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.service-img .imgBox img{
    width: 100%;
    object-fit: cover;
}
.webtext.service-contain {
    padding-left: 50px;
    margin: 0 0 45px;
}
.webtext.service-contain h3{
    text-align: left;
    text-transform: capitalize;
    font-size: 42px;
    margin-bottom: 20px;
}
.webtext.service-contain .btn{
    margin-top: 15px;
}
.service-body:nth-of-type(2n) .service-mainimg{
    order: 2;
}
.service-body:nth-of-type(2n) .service-main-contain{
    order: 1;
}
.service-body:nth-of-type(2n) .service-main-contain .webtext.service-contain{
    padding-left: 0;
    padding-right: 50px;
}
/*-- service area stop --*/
/*-- choose and mission area start --*/
.chooseandmissionarea {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}
.chooseandmissionarea::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 866px;
    height: 1533px;
    background-image: url(../images/sape2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.choose-area .imgBox img{
    width: 100%;
    object-fit: cover;
}
.choose-area {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.choose-contain-box .webtext h3{
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
}
.choose-contain-box .webtext h3::before {
    content: '';
    position: absolute;
    top: 27px;
    left: -125px;
    width: 125px;
    height: 3px;
    background-color: #00AFE1;
}
.choose-contain-box .webtext{
    margin: 0 0 50px;
}
.choose-media.media {
    padding-left: 25px;
    margin-bottom: 45px;
}
.choose-media.media .media-img{
    width: 90px;
    height: 90px;
    position: relative;
    padding-left: 10px;
}
.choose-media.media .media-img img{
    position: relative;
    z-index: 1;
    object-fit: contain;
}
.choose-media.media .media-img::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #26C4F1;
}
.choose-media.media .media-body{
    padding-left: 20px;
}
.choose-media.media .media-body h4{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px;
}
.choose-media.media .media-body p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.mission-body {
    position: relative;
    min-height: 933px;
}
.mission-body .bg-img {
    width: 100%;
    max-width: 1124px;
    height: 764px;
    position: absolute;
    right: -101px;
    bottom: 0;
}
.mission-body .bg-img img{
    width: 100%;
    object-fit: cover;
}
.mission-body .mission-contain-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 758px;
    height: 100%;
}
.mission-body .mission-contain-body .bg-img2 {
    width: 100%;
    max-width: 600px;
    height: 433px;
    overflow: hidden;
    border-bottom-right-radius: 40%;
    margin-bottom: 60px;
}
.mission-area .webtext {
    background-color: rgb(255 255 255 / 95%);
    padding: 52px 30px;
    border-top-right-radius: 130px;
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    height: 440px;
    overflow: auto;
}
.mission-area .webtext::-webkit-scrollbar{
    width: 0;
}
.mission-area .webtext h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 25px;
}
.mission-area .webtext h3::after{
    content: '';
    position: absolute;
    top: 26px;
    right: -191px;
    width: 191px;
    height: 3px;
    background-color: #00AFE1;
}
.mission-tabination-area{
    position: relative;
}
.mission-tabination-area .nav-tabs{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding-top: 50px;
    border: none;
}
.mission-tabination-area .nav-tabs .nav-link {
    border-radius: 5px !important;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 8px 40px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.mission-tabination-area .nav-tabs .nav-link:hover, .mission-tabination-area .nav-tabs .nav-link.active{
    border-color: #00AFE1;
    background-color: #00AFE1;
    color: #ffffff;
}
/*-- choose and mission area stop --*/
/*-- searchwork area start --*/
.searchwork-media.media {
    background: linear-gradient(90deg, #DB920B 0%, #E1A22D 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
.searchwork-media.media::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5000px;
    width: 5000px;
    height: 100%;
    background: linear-gradient(90deg, #DB920B 0%, #d39219 100%);
}
.searchwork-media.media .media-img {
    width: 280px;
    position: relative;
    margin-bottom: -40px;
}
.searchwork-media.media .media-img::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 280px;
    background-color: #F4B43C;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.searchwork-media.media .media-img img {
    position: relative;
    z-index: 1;
    height: 430px;
    width: auto;
    margin: 0 auto;
    top: -40px;
}
.searchwork-media.media .media-body {
    padding-left: 30px;
    padding-right: 60px;
}
.searchwork-media.media .media-body h4 {
    color: #181818;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 10px;
}
.searchwork-media.media .media-body p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.searchwork-media.media .media-body .btn-primary{
    border-color: #A96E01;
    background-color: #A96E01;
}
.searchwork-media.media .media-body .btn-primary:hover{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #A96E01;
}
.searchwork-main-body .right .searchwork-media.media{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(270deg, #1EA89E 0%, #22CDC1 100%);
}
.searchwork-main-body .right .searchwork-media.media::before{
    left: auto;
    right: -5000px;
    background: linear-gradient(270deg, #1ea89e 0%, #1ea99f 100%);
}
.searchwork-main-body .right .searchwork-media.media .media-img {
    margin-left: 10px;
}
.searchwork-area {
    overflow: hidden;
}
.searchwork-main-body .right .searchwork-media.media .media-img::before{
    background-color: #3AE2D7;
}
.searchwork-main-body .right .searchwork-media.media .btn-primary{
    border-color: #019086;
    background-color: #019086;
}
.searchwork-main-body .right .searchwork-media.media .btn-primary:hover{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #019086;
}
/*-- searchwork area stop --*/
/*-- about area start --*/
.about-area, .banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about-imgbox img{
    width: 100%;
    object-fit: cover;
}
.webtext.about-contain{
    padding-left: 30px;
}
.webtext.about-contain h2{
    margin: 0 0 20px;
}
.webtext.about-contain h2 strong {
    font-weight: 600;
    position: relative;
    padding-right: 30px;
    text-transform: uppercase;
}
.webtext.about-contain h2 strong::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -5000px;
    width: 5000px;
    height: 3px;
    background-color: #00AFE1;
}
.webtext.about-contain .btn{
    margin: 20px 0 0;
}
/*-- about area stop --*/
/*-- banner area start --*/
.banner-area{overflow: hidden;}
.banner-contain-box {
    width: 100%;
    max-width: 530px;
}
.banner-contain-box h1 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
    color: #181818;
    padding-bottom: 15px;
    margin: 0 0 30px;
    position: relative;
}
.banner-contain-box h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 139px;
    height: 3px;
    background-color: #03A2CB;
}
.banner-contain-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 35px;
}
.banner-contain-box h1 .tagline{
    display: block;
    color: #0EA9CE;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0;
    letter-spacing: 1px;
}
.banner-img-area {
    height: 730px;
    position: relative;
    padding-right: 100px;
}
.banner-img-area .follow {
    display: inline-block;
    position: absolute;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    transform: rotate(-90deg);
    top: 47.5%;
    right: -75px;
}
.banner-img-area .follow::before {
    content: '';
    position: absolute;
    top: 19px;
    left: -100px;
    width: 100px;
    height: 1px;
    background-color: #ffffff;
}
.banner-img-area .follow::after {
    content: '';
    position: absolute;
    top: 19px;
    right: -100px;
    width: 100px;
    height: 1px;
    background-color: #ffffff;
}
.banner-img-area .follow ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
}
.banner-img-area .follow ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.banner-img-area .follow ul li:last-child{
    margin-right: 0;
}
.banner-img-area .follow ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    transform: rotate(90deg);
}
.banner-img-area .follow ul li a:hover{
    background-color: #ffffff;
    color: #083e65;
}
.banner-img-area .bigtext {
    font-size: 75px;
    font-weight: 600;
    color: #FFFFFF1A;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    right: -375px;
    transform: rotate(-90deg);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #FFFFFF1A;
    letter-spacing: 2px;
}
.banner-img-area .sape-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 70%;
    height: 100%;
    border-bottom-left-radius: 50px;
    background-color: #083E65;
    z-index: -1;
}
.banner-img-area .sape-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5000px;
    width: 5000px;
    height: 100%;
    background-color: #083E65;
}
.banner-img-area .banner-img-box{
    width: 100%;
    max-width: 490px;
    position: relative;
}
.banner-img-area .banner-img-box .img-box {
    height: 520px;
    border: 8px solid #ffffff;
    border-radius: 10px;
    background-color: #a9ecff;
    box-shadow: 0px -4px 5px rgb(0 0 0 / 8%);
    position: relative;
}
.banner-img-area .banner-img-box .img-box img{
    width: 100%;
    object-fit: cover;
}
.banner-img-area .banner-img-box .img-box::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 271px;
    height: 342px;
    border: 3px solid #1CACCE;
    border-radius: 10px;
    z-index: -1;
}
.banner-and-about-area{
    position: relative;
}
.banner-and-about-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 848px;
    height: 1316px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-image: url(../images/sape3.png);
    z-index: 0;
}
/*-- banner area stop --*/
/*-- header area start --*/
.header-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    z-index: 9;
}
.logo{
    width: 100%;
    max-width: 180px;
}
.logo img{
    width: 100%;
    object-fit: cover;
}
.header-area .nav-menu{
    margin: 0;
}
.header-area .nav-menu > li{
    float: none;
}
.header-area .nav-menu > li > a {
    padding: 0 20px;
    height: auto;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.header-area .navigation{
    width: auto;
    height: auto;
    background-color: transparent;
}
.header-area .nav-menu > li > a:hover, .header-area .nav-menu > li.active > a{
    color: #03AAD5;
}
.header-area .callbutton-box .tel {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header-area .callbutton-box .tel i{
    margin-right: 5px;
}
.header-area .callbutton-box {
    margin-left: 70px;
}
.header-area .callbutton-box .btn {
    padding: 10px 20px;
    border-radius: 0;
    margin-left: 40px;
}
.header-area .callbutton-box .btn-white:hover, .header-area .callbutton-box .btn-white:focus{
    background-color: #0EA9CE;
    border-color: #0EA9CE;
    color: #ffffff;
}
@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
}
.service-body:nth-of-type(2n) .service-mainimg .service-img::after {
    left: auto;
    right: 30px;
}
/*-- header area stop --*/
/*-- inner banner area start --*/
.inner-banner-area{
    position: relative;
    min-height: 547px;
    overflow: hidden;
}
.inner-banner-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 589px;
    height: 722px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sape6.png);
    z-index: 0;
}
.inner-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 23%;
    width: 100%;
    max-width: 320px;
    height: 366px;
    background-image: url(../images/sape5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.inner-banner-img-box{
    height: 590px;
    position: relative;
}
.inner-banner-img-box .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 70%;
    height: 100%;
    background-color: #083E65;
    border-bottom-left-radius: 50px;
}
.inner-banner-img-box .bg::after{
    content: '';
    position: absolute;
    top: 0;
    right: -5000px;
    width: 5000px;
    height: 100%;
    background-color: #083E65;
}
.inner-banner-img-box .bg h2 {
    font-size: 60px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #FFFFFF1A;
    letter-spacing: 2px;
    position: absolute;
    top: 42%;
    right: -49%;
    transform: rotate(-90deg);
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}
.inner-banner-img {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
}
.inner-banner-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: -240px;
    width: 628px;
    height: 408px;
    background-image: url(../images/sape4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-banner-img .img-box{
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    border: 8px solid #ffffff;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0px -4px 5px rgb(0 0 0 / 8%);
}
.inner-banner-img .img-box img{
    width: 100%;
    object-fit: cover;
}
.inner-banner-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 524px;
    height: 323px;
    border: 3px solid #1CACCE;
    border-radius: 10px;
}
.inner-banner-area .inner-contain h1{
    font-size: 54px;
    font-weight: 700;
    color: #181818;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.breadcrumb{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.breadcrumb .breadcrumb-item a:hover{
    color: #03AAD5;
}
.breadcrumb .breadcrumb-item.active {
    color: #03AAD5;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #000;
}
.inner-contain{position: relative;z-index: 1;}
/*-- inner banner area stop --*/
/*-- inner about area start --*/
.inneraboutarea .inneraboutimg{
    position: relative;
}
.inneraboutarea .inneraboutimg .text-contain{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 424px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    padding: 25px;
}
.inneraboutarea .inneraboutimg .text-contain p {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-bottom: 5px;
}
.inneraboutarea .inneraboutimg .text-contain .link{
    position: relative;
    padding-left: 125px;
    color: #083E65;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.inneraboutarea .inneraboutimg .text-contain .link::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 114px;
    height: 2px;
    background-color: #083E65;
}
.inneraboutarea .inneraboutimg img{
    width: 100%;
    object-fit: cover;
}
.webtext.inner-about-contain{
    padding-left: 30px;
}
.webtext.inner-about-contain h2{
    text-transform: uppercase;
    margin: 0 0 15px;
}
.webtext.inner-about-contain h4 {
    color: #083E65;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
.webtext.inner-about-contain h5 {
    position: relative;
    padding-left: 80px;
    color: #03AAD5;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.webtext.inner-about-contain h5::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    max-width: 70px;
    height: 2px;
    background-color: #03AAD5;
}
.inneraboutMain:nth-of-type(2n) .leftPart{order: 2;}
.inneraboutMain:nth-of-type(2n) .rightPart{order: 1;}
.inneraboutarea .inneraboutMain{
    margin: 0 0 80px;
}
.inneraboutarea .inneraboutMain:last-child{
    margin: 0;
}
.inneraboutMain:nth-of-type(2n) .rightPart .webtext.inner-about-contain{
    padding-left: 0;
    padding-right: 30px;
}
/*-- inner about area stop --*/
/*-- explore and art area start --*/
.exploreandart-area{
    position: relative;
}
.innerexplore-area .webtext{
    text-align: center;
    width: 100%;
    max-width: 870px;
    margin: 0 auto 45px;
    position: relative;
    z-index: 1;
}
.innerexplore-area .webtext h3{
    margin: 0 0 15px;
    color: #181818;
    text-transform: uppercase;
}
.innerexplore-area .webtext p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.innerexplore-imgbox{
    height: 400px;
    position: relative;
    z-index: 1;
}
.inner-art-area{
    position: relative;
    z-index: 1;
}
.innerexplore-imgbox img{
    width: 100%;
    object-fit: cover;
}
.innerexplore-area {
    margin-bottom: 70px;
    position: relative;
}
.innerexplore-area::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 710px;
    height: 1540px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-image: url(../images/sape7.png);
}
.inner-art-area .inner-art-img img{
    width: 100%;
    object-fit: cover;
}
.webtext.inner-art-contain{
    padding-left: 30px;
}
.webtext.inner-art-contain h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.webtext.inner-art-contain .btn{
    text-transform: uppercase;
}
/*-- explore and art area stop --*/
/*-- consultation area start --*/
.consultation-area {
    background-color: #155989;
    height: 428px;
    position: relative;
    z-index: 1;
}
.webtext.consultation-containbox {
    width: 100%;
    max-width: 648px;
    padding: 70px 0;
}
.webtext.consultation-containbox h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 15px;
}
.webtext.consultation-containbox p {
    color: #ffffff;
    margin: 0 0 30px;
}
.consultation-imgbox {
    position: relative;
    margin-top: -84px;
    width: 100%;
    max-width: 616px;
}
.consultation-imgbox img{
    width: 100%;
    object-fit: cover;
}
.service-area.inner-service-area{
    background-image: none;
    position: relative;
}
.inner-banner-area.WhyChooseUsinnerbanner .inner-banner-img-box .bg h2{
    right: -101%;
}
/*-- consultation area stop --*/
.inner-choose-area .choose-area .choose-contain-box .webtext h3::before{
    display: none;
}
.chooseandmissionarea.inner-choose-area::before{
    display: none;
}
.inner-choose-area .choose-area .choose-contain-box .webtext h4 {
    padding-left: 80px;
    text-transform: uppercase;
    color: #03AAD5;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.inner-choose-area .choose-area .choose-contain-box .webtext h4::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #00AFE1;
}
/*-- inner mission area start --*/
.inner-mission-area{
    background-color: #033355;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.inner-mission-area::before{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100px;
    height: 164px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/icon6.png);
}
.inner-mission-img {
    width: 636px;
    position: relative;
}
.inner-mission-img img{
    width: 100%;
    object-fit: cover;
}
.inner-mission-img .sape1{
    position: absolute;
    top: 35px;
    left: 35px;
    width: 75px;
    height: 75px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-mission-img .sape2 {
    position: absolute;
    top: 0;
    right: 35px;
    width: 167px;
    height: 29px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-mission-img .sape3 {
    position: absolute;
    bottom: 170px;
    right: -100px;
    width: 85px;
    height: 192px;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-mission-img .sape4 {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 57px;
    height: 60px;
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.inner-mission-img .sape5 {
    position: absolute;
    bottom: -40px;
    left: 145px;
    width: 82px;
    height: 82px;
    background-image: url(../images/icon5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.webtext.inner-mission-contain h3{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.webtext.inner-mission-contain h5{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.webtext.inner-mission-contain p{
    color: #ffffff;
    font-weight: 300;
}
.chooseandmissionarea.inner-choose-area {
    padding-top: 110px !important;
}
/*-- inner mission area stop --*/
.project-enquery-body {
    position: relative;
    background-color: #083E65;
    min-height: 640px;
}
.project-enquery-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    z-index: 0;
}
.project-enquery-body .webtext h3{
    color: #ffffff;
}
.project-enquery-body .webtext p{
    color: #ffffff;
}
.enquery-form-area {
    padding: 37px 0;
    padding-right: 30px;
}
.project-enquery-area {
    padding-bottom: 80px;
}
.enquery-form-area .form-group {
    margin-bottom: 5px;
    position: relative;
}
.enquery-form-area .form-control{
    background-color: transparent;
}
.enquery-form-area .form-control {
    background-color: transparent;
    height: 55px;
    color: #ffffff;
    font-size: 15px;
}
.enquery-form-area .form-control::placeholder{
    color: #FFFFFF96;
    font-size: 15px;
}
.enquery-form-area .form-group label {
    position: absolute;
    top: -11px;
    left: 7px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #083E65;
    z-index: 1;
}
.enquery-form-area textarea.form-control{
    height: 80px;
    resize: none;
}
.enquery-form-area .FormSelect{
    position: relative;
}
.enquery-form-area .FormSelect::after{
    content: '\f107';
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 15px;
    color: #ffffff;
    font-family: FontAwesome;
}
.project-enquery-body .webtext{
    margin-bottom: 35px;
}
.enquery-img img {
    width: auto;
    height: 795px;
    position: relative;
    margin-top: -98px;
    z-index: 2;
}
.inner-banner-area .servicedetailsinnerbanner .inner-banner-area.WhyChooseUsinnerbanner .inner-banner-img-box .bg h2 {
    right: -92%;
}

/*-------- privacypolicy area start --------*/
.privacypolicy-area {
    position: relative;
    z-index: 1;
}
.privacypolicy-box, .termsandcondition-textbox {
    box-shadow: 32px 0 65px rgb(231 250 255);
    padding: 45px 35px;
    border-radius: 15px;
    background-color: #fff;
}
.privacypolicy-textbox{margin-bottom: 30px;}
.privacypolicy-textbox p {
    position: relative;
    padding-left: 25px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}
.privacypolicy-textbox p:last-child{
    margin-bottom: 0;
}
.privacypolicy-textbox p::before{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 0;
    color: #053784;
    font-size: 15px;
    font-family: FontAwesome;
}
.privacypolicy-textbox .privacyplicy-list {
    padding: 0;
    padding-left: 25px;
    margin: 0 0 20px;
    list-style-type: none;
}
.privacypolicy-textbox .privacyplicy-list li {
    padding: 0;
    padding-left: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    margin-bottom: 8px;
}
.privacypolicy-textbox .privacyplicy-list li::before{
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    color: #053784;
    font-size: 15px;
    font-family: FontAwesome;
}
.privacypolicy-area{
    position: relative;
}
.termsandcondition-textbox .textBox{
    margin-bottom: 25px;
}
.termsandcondition-textbox .textBox:last-child{
    margin-bottom: 0;
}
.termsandcondition-textbox .textBox h3 {
    position: relative;
    color: #0c1e34;
    font-size: 25px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 20px;
}
.termsandcondition-textbox .textBox h3::before {
    content: "\f058";
    position: absolute;
    top: 5px;
    left: 0;
    color: #053784;
    font-size: 20px;
    font-family: FontAwesome;
}
.termsandcondition-textbox .textBox p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 30px;
}
.termsandcondition-textbox .textBox .TextBody h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #053784;
}
.termsandcondition-textbox .textBox .TextBody h4::after{
    content: "\f0a9";
    position: absolute;
    top: 0;
    left: 5px;
    color: #053784;
    font-size: 15px;
    font-family: FontAwesome;
}
.text-blue{color: #053784;}
.termsandcondition-textbox .textBox .TextBody .privacyplicy-list {
    padding: 0;
    padding-left: 25px;
    margin: 0 0 20px;
    list-style-type: none;
}
.termsandcondition-textbox .textBox .TextBody .privacyplicy-list li {
    padding: 0;
    padding-left: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    margin-bottom: 8px;
}
.termsandcondition-textbox .textBox .TextBody .privacyplicy-list li::before{
    content: "\f101";
    position: absolute;
    top: 0;
    left: 0;
    color: #053784;
    font-size: 15px;
    font-family: FontAwesome;
}
/*-------- privacypolicy area stop --------*/

/*-------- contact area start ---------*/
.contact_area .contact_rightbox {
    background-position: center;
    background-size: cover;
   
    background-repeat: no-repeat;
  }
  .contact_innerpage {
    border: 1px solid rgb(220 220 220 / 45%);
    box-sizing: border-box;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: -3px 2px 10px rgb(0 0 0 / 8%);
  }
  .contact_rightbox h3 {
    font-size: 24px;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .contact_formbox h3 {
    font-size: 30px;
    color: #033355;
    letter-spacing: 1px;
    line-height: 42px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .contact_formbox label {
    font-weight: 500;
    font-size: 16px;
    color: #000000d4;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .contact_formbox h3 strong {
     color: #000000;
     font-weight: 600;
  }
  .contact_rightbox p {
    font-size: 15px;
    color: #1e1e1e;
  }
  .contact_formbox p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
  }
  .contact_formbox .form-control {
    height: 46px;
    border-color: rgb(0 0 0 / 52%);
    color: #000;
    box-shadow: none;
  }
  .maparea{ margin-top: 50px; }
  .maparea iframe {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  }
  .contact_formbox .form-control:hover{ border-color: #479468; }
  .contact_formbox textarea.form-control {
    height: 100px;
    resize: none;
    border-radius: 10px;
  }
  .contact_innerpage .footer_address{ margin-top: 15px; }
  .contact_innerpage .footer_address h4 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .contact_innerpage .footer_address p{
     font-size: 16px;
  }
  .contact_innerpage .footer_address  a{ color: #1e1e1e; }
  .contact_formbox {
    box-sizing: border-box;
    padding: 40px;
  }
  .contact_rightboxinner {
    box-sizing: border-box;
    padding: 40px;
    background: #e5f4ff;
    height: 100%;
  }
  .contact_area{
    padding: 100px 0px 80px;
  }
  .contact_formbox .form-group{
    margin-bottom: 15px;
  }
  .footer-area {
    position: relative;
    z-index: 1;
}

 .enquery-form-area .form-control::-webkit-file-upload-button {
  visibility: hidden;
}
.enquery-form-area input[type="file"]{
    line-height: 37px;
}
.enquery-form-area .form-group .custome-file {
    position: relative;
    margin-top: -20px;
    padding-top: 47px;
}
.enquery-form-area .form-group .custome-file .tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #ffffff;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 5px;
}
.enquery-form-area .form-group .custome-file .tag p{
    font-size: 15px;
}
  /*-------- contact area stop ---------*/}
/* }
}
} */

.enquery-form-area .FormSelect select{
  color: green;
}
.enquery-form-area .FormSelect select option { color: black; }

.enquery-form-area .form-group .custome-file .mfcf7-zl-multifile-name{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.enquery-form-area .form-group .custome-file .wpcf7-form-control-wrap input{opacity: 0}
.enquery-form-area .form-group .custome-file label {
    opacity: 0;
    width: 100%;
    top: 8px;
    height: 40px;
}
.enquery-form-area .btn-white {
    margin-top: -10px;
}
div#mfcf7_zl_multifilecontainer {
    margin-top: 14px;
    position: relative;
    z-index: 91;
    top: 55px;
    padding-left: 5px;
}
.contact_formbox form .custome-file .qbutton {
    padding: 10px;
    width: 130px;
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 5px rgb(207 207 207);
    border-radius: 8px;
}
.contact_formbox form .custome-file .tag{
    margin-bottom: -12px;
}
.contact_formbox form .custome-file p.multi_file{
    top: 30px;
}
div#mfcf7_zl_multifilecontainer {
    top: 0;
}
.wpcf7-form-control-wrap {
    display: inline;
    margin-right: 15px;
}
.page-template-contact-us .wpcf7-form-control-wrap {
    display: inherit;
}
.page-template-contact-us .contact_formbox form .custome-file .tag p{
    margin-bottom: 10px;
}
.single-info-services .codedropz-upload-container {
    padding: 0px 0px;
}
.single-info-services .codedropz-upload-inner h3 {
    font-size: 15px;
    color: #fff;
    margin: 5px 0 0;
    line-height: 15px;
}
.single-info-services .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #fff;
    font-size: 14px;
}
.single-info-services .codedropz-upload-inner span{
    color: #fff;
}
.single-info-services .dnd-upload-counter {
    color: #fff;
}
.service-area .ourService-main-body-area .view_more{
    text-align: center;
    padding: 90px 0px 0px 0px;
}
.service-area .ourService-main-body-area .view_more a{
    padding: 12px 50px;
}
.mission-area .mission-tabination-area .yrm-more-button-wrapper {
    text-align: left;
}
.mission-area .mission-tabination-area .yrm-more-button-wrapper span {
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
    border: none;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 2px;
    display: flex;
    width: 100%;
    max-width: 118px;
}

.mission-area .mission-tabination-area .yrm-btn-wrapper {
    text-align: left;
}
.mission-area .mission-tabination-area .yrm-btn-wrapper .yrm-toggle-expand {
    border-color: #033355;
    background-color: #033355;
    color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    max-width: 118px;
    height: 42px;
}
.contact_formbox .codedropz-upload-inner h3 {
    font-size: 18px;
    line-height: 20px;
}
.codedropz-upload-wrapper{
    width: 100%;
    max-width: 50%;
}
.contact_formbox select.form-control {
    color: #6a6a6a;
}





