@font-face {
    font-family: 'AvantGardeGothicITC Bk';
    src: url('../fonts/AvantGardeGothicITC-Bk.woff2') format('woff2'),
        url('../fonts/AvantGardeGothicITC-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGardeGothicITC Md';
    src: url('../fonts/AvantGardeGothicITC-Md.woff2') format('woff2'),
        url('../fonts/AvantGardeGothicITC-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button{
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
    text-decoration: none;
}
h1,h2{
    font-family: 'AvantGardeGothicITC Md';
}
p{
    font-family: "Inter", sans-serif;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 115px 0 0;
}
.container{
    max-width: 1690px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 85px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 12px 0px;
    color: #0079C2;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.16px;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    background: #0079C2;
    width: 0%;
    height: 2px;
    bottom: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link.btn-nav{
    padding: 12px 30px;
    font-weight: 500;
    border: 2px solid #C02F33;
}
.navbar-light .navbar-nav .nav-link.btn-nav:after{display: none;}
.navbar-light .navbar-nav .nav-link.btn-nav:hover{
    background: #C02F33;
    color: #fff;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #0079C2;
    
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #0079C2;
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0079C2;
}

header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  
    padding: 10px 0;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar .navbar-toggler-icon {width: 16px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #C02F33;transition: all 300ms linear;display: flex;flex-flow: column;justify-content: flex-end;}
.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {width: 15px;position: absolute;height: 2px;background-color: #C02F33;top: 0;left:-8px;content: "";z-index: 2;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:before {width: 10px;right: 0;left: auto;}
.navbar .navbar-toggler-icon:after {top: 8px;width: 24px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 24px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
    padding: 100px 0 0;
    background: linear-gradient(to bottom, rgba(230,246,255,1) 0%,rgba(255,255,255,1) 100%)
}
.hero-banner h1{
    font-size: 150px;
    font-weight: normal;
    color: #0079C2;
    font-family: 'AvantGardeGothicITC Md';
    margin: 0 0 45px;
}
.hero-banner h1 span{
    color: #C02F33;
        font-weight: 700;
}
.vision-block{
    max-width: 770px;
    margin: 0 0 200px 17%;
}
.vision-block h2{
    font-size: 52px;
    font-weight: 500;
    line-height: 62px;
    color: #0079C2;
    margin: 0 0 15px;
}
.vision-block p{
    font-size: 24px;
    font-weight: normal;
    color: #0079C2;
    line-height: 36px;
    text-align: justify;
    margin: 0 0 65px;
}
.btn-main{
    padding: 12px 30px;
    display: table;
    border: 2px solid #C02F33;
    font-size: 20px;
    font-weight: 500;
    color: #0079C2;
    font-family: 'AvantGardeGothicITC Md';
}
.btn-main:hover{
    background: #C02F33;
    color: #fff;
    border: 2px solid #C02F33;
}

.notebox{
    padding:35px 0;
}
.notebox h3{
    font-size: 32px;
    font-weight: normal;
    color: #0079C2;
    margin: 0;
    text-align: right;
}
.notebox h3 strong{
    font-family: 'AvantGardeGothicITC Md';
    font-weight: 500;
}


.case-study-wrp{
    position: relative;
    background: #024872;
    padding: 0 0 50px;
}
.case-study-block{
    position: relative;
}
.case-study-block img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.case-study-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(230,246,255,0) 0%,rgba(2,72,114,0.61) 50%,rgba(2,72,114,1) 100%); 
    bottom: 0;
    left: 0;
    right: 0;
}
.case-study-wrp h2{
    padding: 25px 85px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 52px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #0079C2;
    z-index: 99;
}
.case-study-center{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 5;
}
.case-study-center .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 40px;
    border-radius: 0;
    position: relative;
}
.case-study-center .btn-group:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
    bottom: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.case-study-center.aos-animate .btn-group:after{
    width: 100%;
    transition-delay: 1s;
}
.case-study-center .btn-group .btn-main{
    padding: 12px 36px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display:table;
    margin: 0;
}
.case-study-center .btn-group .btn-main:hover{
    background: #C02F33;
    color: #fff;
    border: 2px solid #C02F33;
}
.case-study-center h3{
    margin: 30px 0;
    text-align: center;
    font-size: 150px;
    font-weight: normal;
    letter-spacing: 0.17px;
    font-family: 'AvantGardeGothicITC Bk';
    color: #fff;
}

.case-study-wrp .btn-main{
    padding: 12px 36px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display:table;
    margin: 15px auto 0;
}
.case-study-wrp .btn-main:hover{
    background: #C02F33;
    color: #fff;
    border: 2px solid #C02F33;
}


.our-company-wrp{
    position: relative;
    background: #024872;
    padding: 100px 0;
}
.company-img{
    position: relative;
    padding: 45px 25px;
}
.company-img:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 0%;
    background: #fff;
    opacity: 0.30;
    left: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.company-img:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 0%;
    background: #fff;
    opacity: 0.30;
    right: 0;
    top: 0;
    border: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.aos-animate.company-img:after,
.aos-animate.company-img:before{
    height: 100%;
    transition-delay:1s;
}
.company-img img{
    width: 100%;
    box-shadow: 0 4px 81px rgb(0, 0, 0, 0.10);
}
.company-name{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 0 0 70px 40px;
    position: relative;
    z-index: 66;
}
.company-name p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0 0 40px;
}
.company-name h2{
    font-size: 140px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.company-data{
    padding: 45px 0;
}
.company-data h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin: 0 0 5px;
    font-family: "Inter", sans-serif;
}
.company-data p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.service-wrp{
    padding: 50px 0;
    background: #024872;
}
.service-banner.inner-banner .vision-block{
    margin: 0 0 0 18%;
}
.titlebar{
    margin: 0 0 50px;
    text-align: right;
}
.titlebar h2{
    font-size: 128px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    line-height: 140px;
}
.titlebar h6{
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}
.titlebar h6 strong{
    font-family: 'AvantGardeGothicITC Md';
    font-weight: 500;
}
.service-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.service-list ul li{
    width: 33.33%;
    padding: 0 5px;
}
.service-img{
    overflow: hidden;
}
.service-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-block:hover .service-img img{
   height: 400px;
}
.service-data{
    padding:25px 15px;
    height: 90px;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-block h3{    
    font-family: 'AvantGardeGothicITC Md';
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}
.service-block h3 img{
    margin: 0 0 0 auto;
}
.service-data p{
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 26px;
    color: #fff;
    max-width: 80%;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-block:hover .service-data{
    height: auto;
}
.service-block:hover .service-data p{
    opacity: 1;
    visibility: visible;
}

.gread-wrp{
    background: linear-gradient(to bottom, rgba(2,72,114,1) 0%,rgba(0,55,88,1) 100%);
}
.gread-wrp2{
    background: linear-gradient(to bottom, rgba(0,92,147,1) 0%,rgba(0,55,88,1) 100%); 
}
.conter-wrp{
    padding: 100px 0;
}
.conter-wrp ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.conter-wrp ul li{
    width: 25%;
    padding: 0 30px;
    position: relative;
}
.conter-wrp ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 0%;
    top: 0;
    right: 15px;
    background: #fff;
    opacity: 0.50;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.conter-wrp ul li:last-child:after{
    display: none;
}
.conter-wrp ul li.aos-animate:after{
    height: 100%;
    transition-delay:0.4s;
}
.count-box h2{
    font-size: 150px;
    color: #fff;
    margin: 0;
    font-family: 'AvantGardeGothicITC Bk';
    font-weight: normal;
    display: flex;
    align-items: flex-start;
}
.count-box h2 span{
    padding: 30px 0 0 30px;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    font-family: "Inter", sans-serif;
}


.lets-build-wrp{
    padding: 100px 0 140px;
}
.lets-build-data{
    display: flex;
    align-items: flex-end;
    max-width: 1300px;
}
.lets-build-data h2{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.lets-build-data h2 span{
    display: block;
    font-size: 50px;
    font-family: 'AvantGardeGothicITC Bk';
    font-weight: normal;
}
.lets-build-data .btn-main{
    color: #fff;
    border-color: #fff;
    margin: 0 0 10px auto;
}
.lets-build-data .btn-main i{
    margin: 0 0 0 10px;    
}
.lets-build-data .btn-main:hover{
    background: #C02F33;
    color: #fff;
    border-color: #C02F33;
}

footer{
    padding: 110px 0 95px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-abt img{
    margin: 0 0 35px;
}
.footer-abt h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-right: 20px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: #C02F33;
}
.quicklinks h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    letter-spacing: 1px;
        font-family: 'Inter';
}
.quicklinks ul li a{
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    color: #fff;
}
.quicklinks ul li a:hover{
    color: rgba(255, 255, 255, 0.50);
}
.quicklinks p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0 0 15px;
}

.subscribe-block h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 45px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Inter';
}
.subscribe-block h6{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin: 0 0 15px;
    display: block;
}
.subscribe-block .form-group{
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.subscribe-block .form-group .form-control{
    padding: 12px 15px;
    border: 1px solid #fff;
    height: auto;
    box-shadow: none;
    letter-spacing: 0.17px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background: transparent;
}
.subscribe-block .form-group .form-control::placeholder{
    color: #fff;
}
.subscribe-block .form-group button{
    padding: 12px 30px;
    border: 1px solid #fff;
    border-left: none;
    height: auto;
    box-shadow: none;
    letter-spacing: 0.17px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background: transparent;
}
.subscribe-block .form-group button:hover{
    background: #C02F33;
    color: #fff;
}

.copyright{
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.copyright p{
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.copyright p a{
    text-decoration: underline;
    color: #fff;
}
.copyright p a:hover{
    color: rgba(255, 255, 255, 0.50);
}
/* **** End Home Page **** */

/* **** Services Page **** */
.inner-banner .vision-block{
    max-width: 890px;
    margin: 0 0 0 17%;
}
.inner-banner .vision-block p{
    text-align: left;
}
.scroll-wrp{
    padding: 20px 0 60px;
}
.scroll-downbtn{
    display: table;
    margin: 0 auto ;
    font-size: 26px;
    color: #0079C2;
}
.scroll-downbtn:hover{
    color: #C02F33;
}
.scroll-downbtn i{
    -webkit-animation: cloudLoop 2s linear infinite;
    animation: cloudLoop 2s linear infinite;
}
@keyframes cloudLoop {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(15px);
    }

    100% {
      transform: translateY(0px);
    }
}

.services-pg-wrp{
    padding: 150px 0;
    background: linear-gradient(180deg, #005A91 0%, #015E96 16.33%, #024872 63%, #003758 98%);
}
.service-row{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.service-img-rw{
    width: 50%;
    padding: 150px 0 0;
    position: relative;
    display: flex;
}
.service-img-rw:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 0%;
    background: #fff;
    opacity: 0.50;
    right: -1px;
    top: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.service-img-rw.aos-animate:after{
    height: 100%;
    transition-delay: 1s;
}
.service-row:first-child .service-img-rw{
    padding: 0;
}
.service-data-rw{
    width: 50%;
    padding: 150px 0 0 85px;
    position: relative;
}
.service-data-rw:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    opacity: 0.50;
    bottom: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.service-data-rw.aos-animate:after{
    width: 100%;
    transition-delay: 1s;
}
.service-row:first-child .service-data-rw{
    padding: 0px 0 0 85px;
}
.service-img-rw h2{
    margin: 0 15px 0 0;
    font-size: 150px;
    font-family: 'AvantGardeGothicITC Bk';
    font-weight: normal;
    color: #fff;
    line-height: 160px;
}
.service-imgbx{
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
}
.service-imgbx img{
    width: 100%;
}
.service-data-rw h3{
   
    font-size: 40px;
    font-weight: normal;
    font-family: 'AvantGardeGothicITC Bk';
    color: #fff;
    letter-spacing: 0.75px; 
    margin: -8px 0 45px;
}
.service-data-rw ul li{
    padding: 0 0 0 25px;
    display: block;
    position: relative;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    color: #fff;
    letter-spacing: 0.75px;
}
.service-data-rw ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 13px;
    left: 0;
}
.service-data-rw ul li:last-child{
    margin: 0;
}
.service-row:nth-child(even) .service-img-rw{
    flex-flow: revert;
}
.service-row:nth-child(even) .service-img-rw h2{
    margin: 0 0 0 15px;
}
.service-row:nth-child(even) .service-img-rw:after{
    left: 0;
    right: auto;
}

.services-owner-wrp{
    padding: 130px 0;
    position: relative;
    background: linear-gradient(to bottom, rgba(230,246,255,1) 0%,rgba(255,255,255,1) 100%);
}
.services-owner-wrp h2{
    font-size: 90px;
    font-weight: 500;
    color: #0079C2;
    line-height: 110px;
    margin: 0 0 45px;
}
.services-owner-wrp h2 span{
    color: #C02F33;
}
.services-owner-wrp p{
    max-width: 1020px;
    font-size: 18px;
    font-weight: normal;
    color: #0079C2;
    line-height: 28px;
    margin: 0 0 25px;
}
.service-nmlst{
    padding: 0 50px 0 0;
}
.service-nmlst-right{
    padding: 0 0 0 50px;
}
.service-nmlst ul li{
    padding: 30px 0;
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    font-family: 'AvantGardeGothicITC Md';
    color: #0079C2;
}
.service-nmlst ul li:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background:#0079C2;
    bottom: 0;
    left: 0;
}
.service-ownrow{
    margin: 0 0 100px;
}
.service-ownrow:last-child{
    margin: 0;
}

.project-mind-wrp{
    padding: 150px 0;
}
.project-mindblock h2{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: -5px 0 20px;
}
.project-mindblock p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 45px;
}
.project-mindblock .form-group{
    margin: 0 0 25px;
}
.project-mindblock .form-group label{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'AvantGardeGothicITC Bk';
    display: block;
}
.project-mindblock .form-group .form-control{
    padding: 15px 25px;
    height: auto;
    border: 1px solid #fff;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    color: #fff;
    resize: none;
}
.project-mindblock .form-group .form-control::placeholder{
    color: #C3C3C3;
}
.project-mindblock .btn-main{
    border: 1px solid #fff;
    max-width: 230px;
    padding: 15px 20px;
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
}
.project-mindblock .btn-main i{
    margin: 0 0 0 auto;
}
.project-mindblock .btn-main:hover{
    background: #fff;
    color: #005A91;
}
.map-title{
    display: flex;
    align-items: center;
    margin: 0 0 45px;
}
.map-title h2{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 5px;
}
.map-title p{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 34px;
}
.directionbx{
    margin: 0 0 0 auto;
}
.directionbx img{
    margin: 0 auto 10px;
    width: 70px;
}
.directionbx h6{
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    color: #fff;
}
.map-box{
    width: 100%;
    height: 700px;
}
/* **** End Services Page **** */

/* **** Projects **** */
.projects-wrp{
    padding: 100px 0 70px;
}
.projects-wrp .row{
    margin: 0 -60px;
}
.projects-wrp .row .col-md-4{
    padding: 0 60px;
}
.projects-block{
    margin: 0 0 50px;
}
.project-img{
    position: relative;
    overflow: hidden;
}
.project-img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(2,72,114,0.9) 47%,rgba(2,72,114,1) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.project-img img{
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.projects-wrp .project-img a{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'AvantGardeGothicITC Md';
    display: table;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.projects-wrp .project-img a i{
    margin: 0 0 0 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.projects-wrp .project-img a:hover{
    opacity: 0.70;
}
.projects-wrp .projects-block:hover .project-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.projects-wrp .projects-block:hover .project-img:after{
    opacity: 1;
    visibility: visible;
}
.projects-wrp .projects-block:hover .project-img a{
    opacity: 1;
    visibility: visible;
}
.project-data{
    padding: 20px 0;
    position: relative;
}
.project-data:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.projects-block.aos-animate .project-data:after{
    width: 100%;
    transition-delay: 0.6s;
}
.project-data h6{
    font-size: 18px;
    font-weight: 500;
    color: #C5C8CA;
    font-family: 'AvantGardeGothicITC Md';
    margin: 0 0 15px;
}
.project-data h3{
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'AvantGardeGothicITC Md';
}
.project-data h3 span{
    margin: 0 0 0 auto;
}
/* **** End Projects **** */

/* **** Case Study Page **** */
.case-study-banner-wrp{
    position: relative;
    padding: 150px 0 100px;
    background: linear-gradient(180deg, #E6F6FF 0%, rgba(217, 217, 217, 0.00) 100%);
}
.case-study-banner-wrp .container-fluid{
    padding: 0 40px;
}
.case-study-banner-wrp h1{
    font-size: 120px;
    font-weight: normal;
    color: #0079C2;
    margin: 0 0 50px;
    font-family: 'AvantGardeGothicITC Bk';
    line-height: 100px;
}
.case-study-banner-img img{
    width: 100%;
}
.case-study-row{
    padding: 150px 0 0;
}
.case-location-block{
    padding: 0 0 25px;
    border-bottom: 1px solid #C02F33;
}
.case-locbx{
    margin: 0 0 25px;
}
.case-locbx h6{
    font-size: 22px;
    font-weight: 500;
    font-family: 'AvantGardeGothicITC Md';
    color: #0079C2;
    margin: 0 0 5px;
    line-height: 30px;
}
.case-locbx p{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 34px;
}
.case-data{
    padding: 0 0 0 50px;
}
.case-data p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    margin: 0 0 25px;
}

.case-study-back{
    padding: 100px 0;
    position: relative;
}
.approch-wrp .container-fluid,
.case-study-back .container-fluid{
    padding: 0 40px;
}
.case-study-img img{
    width: 100%;
}
.case-data-center{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.case-dtbx{
    margin: 0 0 60px;
}
.case-dtbx:last-child{
    margin: 0;
}
.case-dtbx h3{
    font-size: 42px;
    font-family: 'AvantGardeGothicITC Md';
    font-weight: 500;
    color: #0079C2;
    margin: 0 0 35px;
}
.case-dtbx p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    margin: 0;
}
.case-dtbx ul li{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    position: relative;
    font-family: "Inter", sans-serif;
    padding: 0 0 0 20px;
}
.case-dtbx ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
    top: 10px;
    left: 0;
}
    .offset-md-8 {
        margin-left: 60.666667%;
    }

.approch-wrp{
    padding: 150px 0 50px;
    position: relative;
}
.approach-big-img img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}
.approch-slider-block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.approch-main-slider{
    width: 90%;
    padding: 0 10px;
}
.approch-pager-slider{
    width: 10%;
    padding: 0 10px;
}
.approach-big-img img{
    width: 100%;
}
.approach-small-img img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    padding: 0 0 15px;
    cursor: pointer;
}

.approch-center{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.approch-data{
    padding: 30px 0;
    border-bottom: 1px solid #C02F33;
}
.approch-data h3{
    font-size: 42px;
    font-family: 'AvantGardeGothicITC Md';
    font-weight: 500;
    color: #0079C2;
    margin: 0 0 35px;
}
.approch-data p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    margin: 0 0 20px;
}
.approch-data p:last-child{
    margin: 0;
}

.front-of-wrp{
    padding: 100px 0 150px;
}
.front-img img{
    width: 100%;
}
.solution-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    border-bottom: 1px solid #C02F33;
}
.solution-container .row{
    margin: 0 -50px;
}
.solution-container .row .col-md-6{
    padding: 0 50px;
}
.solution-data h3{
    font-size: 42px;
    font-family: 'AvantGardeGothicITC Md';
    font-weight: 500;
    color: #0079C2;
    margin: 0 0 35px;
}
.solution-data p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    margin: 0 0 0;
}
.solution-data ul li{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    position: relative;
    font-family: "Inter", sans-serif;
    padding: 0 0 0 20px;
}
.solution-data ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000;
    top: 10px;
    left: 0;
}


.nex-project-wrp{
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
.nex-project-wrp .container-fluid{
    width: calc(1690px - 24px + (100vw - 1690px)/2);
    margin-right: 0;
    padding: 0;
}
.project-banner .vision-block{
    margin: 0 0 0 19.2%;
}
.new-project-titlebx h2{
    font-size: 46px;
    font-weight: 500;
    color: #0079C2;
    margin: 0 0 15px;
}
.new-project-titlebx ul{
    margin: 0 0 70px;
}
.new-project-titlebx ul li{
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #0079C2;
    line-height: 38px;
    font-family: "Inter", sans-serif;
}
.new-project-titlebx ul li strong{
    font-weight: 600;
}
.new-project-titlebx .btn-main{
    max-width: 200px;
    width: 100%;
    text-align: center;
}
.new-project-slider .projects-block{
    margin: 0;
}
.new-project-slider .projects-block img{
    height: 600px;
    object-fit: cover;
}
.new-project-slider .projects-block h3{
    color: #0079C2;
}
.new-project-slider .slick-slide {
    margin: 0 15px;
}
.new-project-slider .slick-list {
    margin: 0 -15px;
}
/* **** End Case Study Page **** */

/* **** Product Page **** */
.product-main-back{
    background: linear-gradient(180deg, #005A91 0%, #015E96 16.33%, #024872 63%, #003758 98%);
}
.product-pg-wrp{
    padding: 100px 0 0;
}
.product-listblock{
    margin: 0 0 100px;
}
.product-banner .vision-block{
    margin: 0 0 0 18%;
}
.product-pg-row h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 50px;
}
.product-pg-row .row{
    margin: 10px -50px;
}
.product-pg-row .row .col-md-6{
    padding: 0 50px;
}
.product-listblock li{
    padding:30px 0;
    position: relative;
}
.product-listblock li:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.product-listblock li:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    bottom: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.product-listblock li:first-child:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    top: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.product-listblock li.aos-animate:before,
.product-listblock li.aos-animate:after{
    width: 100%;
    transition-delay: 0.6s;
}
.product-listblock li a{    
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    font-family: 'AvantGardeGothicITC Md';
    color: #fff;    
}
.product-listblock li a span{
    border-bottom: 2px solid transparent;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.product-listblock li a:hover span{
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}
.product-listblock li a i{
    margin: 0 0 0 auto;
    font-weight: 300;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* **** End Product Page **** */

/* **** About Page ***** */
.about-pg-wrp{
    padding: 0 0 150px;
}
.about-img img{
    width: 100%;
}
.about-cotent{
    position: relative;
    padding: 85px 0;
}
.about-cotent:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    opacity: 0.50;
    bottom: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.about-cotent.aos-animate:after{
    width: 70%;
    transition-delay: 1s;
}
.about-pgdt p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 30px;
}
.about-pgdt p:last-child{
    margin: 0;
}

.abt-single-source{
    padding: 20px 0;
    position: relative;
}
.abt-single-source:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    opacity: 0.50;
    bottom: 0;
    right: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.abt-single-source.aos-animate:after{
    width: 79%;
    transition-delay: 1s;
}
.abt-single-source h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 82px;
}
.abt-single-source-details{
    padding: 40px 0 150px;
}
.abt-single-source-details p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 25px;
}
.faced-banner-wrp{
    position: relative;
    padding: 115px 0 0;
    background: url('../images/faced-banner.jpg') 0 0 no-repeat;
    background-size: cover;
}
.faced-banner-wrp h2{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 50px;
}
.faced-block{
    padding: 40px;
    background: #fff;
    max-width: 545px;
    width: 100%;
}
.faced-block p{
    font-size: 18px;
    font-weight: normal;
    color: #0079C2;
    line-height: 28px;
    margin: 0 0 25px;
}
.faced-block p:last-child{
    margin: 0;
}
.about-vision-wrp{
    position: relative;
}
.about-vision-block{
    max-width: 750px;
    width: 100%;
    padding: 150px 0 0 50px;
    margin: 0 0 0 544px;
    position: relative;
}
.about-vision-block:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 0%;
    background: #fff;
    opacity: 0.75;
    left: 0;
    top: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.about-vision-block.aos-animate:before{
    height: 100%;
    transition-delay: 1s;
}
.vision-box{
    margin: 0 0 55px;
}
.vision-box:last-child{
    margin: 0;
}
.vision-box h2{
    font-size: 80px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #fff;
}
.vision-box p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0;
}
/* **** End About Page ***** */

/* **** Contact Page **** */
.contact-banner .vision-block{
    min-height: 350px;
    margin: 0 0 0 19%;
}
.contact-wrp{
    padding: 0 0 50px;
}
.contact-title{
    padding: 60px 0;
    position: relative;
}
.contact-title h2{
    font-size: 56px;
    font-weight: 500;
    color: #0079C2;
    line-height: 66px;
    text-align: center;
    margin: 0;
}
.contact-title:after{
    position: absolute;
    content: '';
    width:0%;
    height: 1px;
    background: #0079C2;
    opacity: 0.50;
    top: 0;
    left: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.contact-title:before{
    position: absolute;
    content: '';
    width:0%;
    height: 1px;
    background: #0079C2;
    opacity: 0.50;
    bottom: 0;
    right: 0;
    transition: .8s linear;
    -webkit-transition: .8s linear;
}
.contact-title.aos-animate:after,
.contact-title.aos-animate:before{
    width: 72%;
    transition-delay: 1s;
}
.contact-lst{
    padding: 85px 0;
}
.contact-box{
    display: flex;
}
.contact-ic{
    min-width: 75px;
    margin-right: 25px;
}
.contact-ic img{
    width: 100%;
}
.contact-dt h3{
    font-family: 'AvantGardeGothicITC Md';
    font-size: 36px;
    font-weight: 500;
    color: #0079C2;
    line-height:46px;
    margin: 0 0 10px;
}
.contact-dt p{
    font-size: 24px;
    font-weight: normal;
    color: #0079C2;
    line-height: 34px;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-dt p:hover{
    color: #C02F33;
}
/* **** End Contact Page **** */

/* **** Product Details Page **** */
.product-details-banner{
    padding:150px 0 100px;
}
.product-details-banner h1{
    font-size: 100px;
    font-family: 'AvantGardeGothicITC Md';
    line-height: 130px;
    font-weight: 500;
    margin: 0;
}
.product-details-wrp{
    padding: 100px 0 50px;
}
.product-breaf-dt{
    margin: 0 0 100px;
}
.product-breaf-inner h2,
.product-breaf-dt h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    line-height: 62px;
    margin: 0 0 30px;
}
.product-breaf-dt p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin: 0;
}

.product-details-wrp .row,.product-breaf-inner .row,
.product-details-list .row{
    margin: 0 -50px;
}
.product-details-wrp .row .col-md-6,.product-breaf-inner .row .col-md-6,
.product-details-list .row .col-md-6{
    padding: 0 50px;
}
.product-details-list h2{
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    line-height: 62px;
    margin: 0 0 40px;
}
.product-details-box{
    margin: 0 0 60px;
}
.product-details-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.product-details-data{
    padding: 30px 0 0;
}
.product-details-data h3{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 46px;
    margin: 0 0 15px;
    font-family: 'AvantGardeGothicITC Md';
}
.product-details-data p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0;
}

.product-breaf-inner{
    padding: 100px 0 0;
}
.product-breaf-inner p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 20px;
}
/* **** End Product Details Page **** */

/* **** Popup **** */
.modal {
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.modal.show{
    opacity: 1;
    visibility: visible;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.modal-dialog{
    max-width: 670px;
    min-height: 670px;
    width: 100%;
    margin: 35px auto;
}
.modal-content{
    background: #02507F;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 55px;
    position: relative;
}
button.btn-close{
    width: 50px;
    height: 50px;
    background: #fff;
    color:#02507F;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    font-size: 20px;
}
button.btn-close:hover{
    opacity: 1;
    background:#C02F33;
    color: #fff;
}
.btn-close:focus{
    box-shadow: none;
}
.inquire-form h2{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}
.inquire-form p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 45px;
}
.inquire-form .form-group{
    margin: 0 0 20px;
}
.inquire-form .form-group label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin: 0 0 10px;
}
.inquire-form .form-group .form-control{
    padding: 12px 20px;
    border: 1px solid #fff;
    height: auto;
    box-shadow: none;
    font-size:15px;
    font-weight: normal;
    color: #fff;
    background: transparent;
    border-radius: 0;
}
.inquire-form .form-group .form-control::placeholder{
    color: #C3C3C3;
}
.inquire-form .btn-main{
    border: 1px solid #fff;
    max-width: 230px;
    padding: 15px 20px;
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: transparent;
}
.inquire-form .btn-main i{
    margin: 0 0 0 auto;
}
.inquire-form .btn-main:hover{
    background: #fff;
    color: #02507F;
}
.case-study-slider .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.case-study-slider .slick-dots li{
    line-height: 0;
    margin-right:10px;
}
.case-study-slider.slick-dots li.slick-active button {
  background-color: blue;
}
.case-study-slider .slick-dots li:last-child{
    margin: 0;
}
.case-study-slider .slick-dots li button{
    width: 12px;
    height: 12px;
    border:none;
    font-size: 0;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
	.explore{
	    display:none;
	}
.case-study-slider .slick-dots {
  height: 20px;

  border-radius: 50%;
  margin: 10px;
  outline: none;
  cursor: pointer;
}

.case-study-slider .slick-dots.slick-active {
  transform: scale(0.70);
}

.case-study-slider .slick-dots.slick-active.slick-current {
  transform: scale(1);

}

/* **** End Popup **** */
/* **** Thank You Page **** */
.thanks-wrapper{
    padding: 150px 0;
}
.thanks-wrapper h1{
    font-size: 100px;
    font-weight: 300;
    font-family: 'AvantGardeGothicITC Bk';
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}
.thanks-wrapper img{
    margin: 0 auto 25px;
    display: table;
    width: 70px;
}
.thanks-wrapper h3{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto 30px;
    font-family: 'AvantGardeGothicITC Bk';
}
.thanks-wrapper a{
    display: table;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'AvantGardeGothicITC Bk';
    margin: 0 auto;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}
.thanks-wrapper a:hover{
    color: rgba(255, 255, 255,0.70);
    border-bottom: 1px solid rgba(255, 255, 255,0.70);
}

/* **** End Thank You Page **** */