    * {
  padding: 0;
  
}

body, html {
  max-width:100%;
  overflow-x: hidden;
  
}



@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
   
}

@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-m';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-l';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Poppins-m' !important;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}

/*body {*/
/*    margin-top:80px;*/
/*}*/

p {
  font-size: 17px;
  line-height: 1.6;
  color: #231F20;
}


.banner {
    position:relative;
}

.banner .container{
    position:absolute;
    left:0;
    right:0;
    height:100%;
    top:0;
    z-index:1;
}


/*.banner::before {*/
/*    background: rgb(0,0,0);*/
/*    background: linear-gradient(84deg, rgba(0,0,0,1) 0%, rgba(0,57,112,0) 100%);*/
/*    content:'';*/
/*    position:absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/

.banner-bottom {
    position:absolute;
    bottom:20px;
    width:100%;
    left:0;
    height:30px;
    background: url(../images/bb.svg) no-repeat center center;
    background-repeat: repeat-x;
}

.banner-social {
    position: absolute;
    right: 60px;
    bottom: 80px;
    color: #fff;
    font-size:25px;
}

.banner-social a {
    font-size:18px;
    margin-left:8px;
    color:#fff;
    cursor:pointer;
    transition:all 0.5s ease 0s;
}

.banner-social i {
    font-size:22px;
    
}

.banner-social a:hover {
    color:#0193dc;
}

.caption {
    position:absolute;
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content:center;
    /*align-items:center;*/
}

.caption i {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.caption ul {margin-left:28px;}

.caption .h2 {
    color:#fff;
    margin-left: 0px;
    font-size: 40px;
    line-height: 1.3;
}

.caption .h2 span {color:#0193dc;}

.caption p, .caption li  {
    font-size: 24px;
    margin-left: 0px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Poppins-m';
}

.caption p {font-size:17px; font-family: 'Poppins-l'; line-height:1.6;}

.caption .vn-btn {margin-left:0; margin-top:15px;}


.banner {
    height: calc(100vh - 87px);
    margin-top: 87px;
}


.banner img, .banner video {
    height:100%;
    object-fit:cover
}

.banner .vn-btn {margin-top:20px;}

.mobilebanner {
    display:none !important;
}

.overlay {
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    background:linear-gradient(360deg,rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.65) 34%, rgba(0, 0, 0, 0.17) 100%);
    z-index:1;
}

.span {
    margin-bottom:50px;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
  border-bottom:1px solid #ffffff29;
  padding:8px 0;
}
nav .navbar {
  padding: 0px;
}
nav img {
  width: 180px;
}

.navbar-brand {
    margin-left:0px;
}
nav .logowhite {
  display: none;
}
nav.dlf_nav .logowhite {display:block }
nav.dlf_nav .logoblack {display:none}
nav .navbar-nav {
    margin-right: 35px;
}
nav.dlf_nav .vn-btn::before {background:#1E3B88 !important;}
nav .navbar-nav .nav-item {
  margin-left: 50px;
}
nav .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}



nav .navbar-nav .nav-link:hover {
    opacity:1;
    color:#0193dc;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#000;
}

nav.dlf_nav .nav-link {color:#fff;}



.nav-right {
    margin:0px;
    display:flex;
    align-items:center;
    margin-left:30px;
}

.toplinks {
    margin: 0px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom:5px;
}

.toplinks a {
    font-size:12px;
    color:#FFFFFF;
    opacity:0.5;
    transition:all 0.5s ease 0s;
}
.toplinks a:first-child {
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid;
}

.toplinks a:hover {
    opacity:0.8;
}


@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}



.h2 {
  font-size: 35px;
  color:#1E3B88;
  margin-bottom: 25px;
}

.h2 span {color:#07B1FD; }

.h2.less {
    margin-bottom:10px;
}

p, li {
    
    font-size:14px;
}


h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}


.black {
    color:#000;
}

.grey {
    background:#f1faff;
}



h5 {
    font-size:17px;
    line-height:1.6;
    color:#1E3B88;
}

h5.head {
    padding-bottom:20px;
    border-bottom:1px solid #ffffff45;
    margin-bottom:35px;
}

.vn-btn {
    border:0px;
    color:#fff;
    padding:10px 22px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    background:#07B1FD;
    border-radius:30px;
    font-size:13px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    z-index:1;
}

.advanced{
    border-radius:10px;
}
.vn-btn::before {
    content:'';
    background: #1E3B88 !important;
    z-index: -1;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    border-radius: 0;
    transform: none;
    transition: all 0.5s ease 0s;
    position:absolute;
    left:0;
    
}

.vn-btn:hover::before {
    height:100%;
}

.vn-btn:hover {
    color:#fff;
}

.vn-btn.white {
    background:none;
    color:#1E3B88;
    border:1px solid #1E3B88 ;
}

.vn-btn.white::before {
    background:#1E3B88 !important;
}


.vn-btn.white:hover {
    color:#fff;
}


.hoverlink {
    position:relative; 
    color:#fff !important; 
    font-family: 'Poppins-l'; 
    font-size:13px; 
    transition:all 0.5s ease 0s;
    margin-top: 10px;
    display: inline-block;
}
.hoverlink:hover {color:#07B1FD !important;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    bottom:-5px;
    background:#fff;
    transition:all 0.3s ease-in-out 0s;
    height:1px;
}
.hoverlink:hover::after {width:0; right:0; left:auto;}



.cotactrow {
    margin-top:60px;
}

.contact-left {
    padding-right:50px;
}


.contact_form label {
    display:none;
    text-align:left;
    color:#000;
    font-size:14px;
}

.contact_form .form-group {
    margin-bottom:25px;
}

.contact_form .form-control {
    background:none;
    border:0px;
    border-bottom:1px solid #9c9b9b;
    border-radius:0px;
    padding-left:0px;
    font-size:14px;
    color:#000;
    font-size:12px;
}

.contact_form .form-control:focus {
    outline:none;
    box-shadow:none;
}

.form-control::placeholder {
    color:rgba(30, 59, 136, 0.7);;
    font-size:14px;
}

.contact_form .col-lg-6 {
    text-align:left;
}

.contact_form select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent url(../images/arrowethan.svg) no-repeat 100% center !important;
    background-size: 15px !important;
}



.media-wrap {
    position:relative;
}

.media-wrap::before {
     position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    background:linear-gradient(142deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.80) 64%, rgba(0, 0, 0, 0.17) 100%);
    content:'';
}

.mediaicon {float:right; margin-top:10px;}

.mediaicon a {
    font-size:25px;
    color:#b2b2b2;
    margin-left:18px;
    transition:all 0.5s ease 0s;
}

.mediaicon a:hover {
    color:#fff;
}

.copy {
    color:#ffffffb0;
    font-size:12px;
}



.blcone {
    box-shadow: 0 0 190px #2c5a72;
    width: 620px;
    float: right;
    margin-top: 70px;
}
.blcone {border-radius:20px;}
.blcone img { width:100% ; max-width:100%; border:1px solid #fff; border-radius:20px;}

.coreslide {margin-top:40px; margin-bottom:0px !important;}

.coreslide .item {
    background:#f6f6f6;
    /*border:1px solid #707070;*/
    padding:10px;
    margin:0 8px;
    transition:all 0.5s ease 0s;
    box-shadow:4px 20px 5px #9d9a9a66;
}

.coreslide .item:hover {background:linear-gradient(90deg, rgb(82 128 220) 0%, rgb(84 132 228) 35%, rgba(131, 213, 255, 1) 100%);}
.coreslide .item:hover p, .coreslide .item:hover h5 {color:#fff;}

.coreslide .item img {
    max-width:100%;
}

.coreslide .item h5 {margin-bottom:4px; margin-top:15px;}

.coreslide .slick-list {margin:0px -8px; padding-bottom:3px !important;}

.coreslide .slick-dots {
    position:initial;
    margin-bottom:0px;
    margin-top:30px;
}

.footerbar {
    background:#fff;
    text-align:center;
}


.footerbar .vn-btn {
    margin-top:20px;
}


.slide-cont {
    width: 450px;
    background-color: rgb(255 255 255 / 57%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    padding:30px 15px;
    border-radius:20px;
}

.grid_row {margin-bottom:-30px;}
.grid_row h5 {color:#1E3B88; display:flex; justify-content:space-between; align-items:center; border-bottom:2px solid #38C0FD; padding-bottom:20px; margin-bottom:20px;}
.grid_row h5 img {width:40px;}
.grid_row .col-lg-4 {margin-bottom:30px;}

.v1 {text-align:center;}
.v1 img { max-width:550px; display:block; margin:0 auto; margin-bottom:30px;}
.list li {
    background: #f1faff;
    list-style: none;
    padding: 11px;
    color: #000;
    margin-bottom: 14px;
    border-radius: 10px;
    font-size: 14px;
}.list li strong {font-family: 'Poppins-m';}


.data_section {margin-bottom:-30px;}
.data_section .overflow {margin-bottom:15px; overflow:hidden; border-radius:10px;}
.data_section .overflow img {border-radius:10px; transition:all 0.5s ease 0s;}
.data-content {background:#EFF4F6; padding:15px; border-radius:10px;}
.data-content h5 {margin-bottom:10px;}
.data_section .col-lg-4 {margin-bottom:30px;}
.data_section .col-lg-4:hover .overflow img {transform:scale(1.2);}

.mobile-form {display:none;}


footer {
    overflow: hidden;
    font-size: 13px;
    font-family: 'Poppins-l';
    background: #07B1FD;
    padding: 10px 0;
    text-align: center;
}

footer h4 {
    text-align:center;
    margin-bottom:35px;
}

footer p {
    font-size:15px;
    text-align:center;
}

footer p a {color:#fff;}
footer p a:hover {color:#fff;}
.rera {border-top:1px solid #393939; margin-top:25px; padding-top:25px;}

.bottom-footer {
    margin-top:25px;
    color:#ffffff6b;
    border-top:1px solid #393939;
    font-size:12px;
    padding:10px 30px;
}

.footer_btn {
    
    text-align:center;
}

.footer_btn a {
    margin-top:10px;
    display:inline-block;
    z-index:1;
}

.footer_btn a::before {
    background:#07b1fd;
}


label.error {
    color:red;
    font-size:12px;
    margin-top:5px;
}

.spinner-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popup-form .vn-btn {width:100%;}


.contactwrap {
    position: absolute;
    background: #fff;
    padding: 30px 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    border-radius:20px;
    background-color: rgb(255 255 255 / 57%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/*.contactwrap h2, .contactwrap label, .contactwrap p {*/
/*    color:#fff;*/
/*}*/

.fill {background:#1E3B88; border:0px !important;}

.fill::before {background:#07b1fd !important}

.js-cookie-consent {
    border:1px solid #ccc;
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 100%;
    max-width: 100%;
    padding: 14px 10vw 20px 5vw;
    background: #fff;
    color: #363636;
    font-size: 14px;
    border-radius: var(--rounded-normal);
    z-index: 10;
    opacity: 1;
    transition: .4s;
    display: block;
    flex-wrap: wrap;
}

.mobile-brochure {display:none;}

.contactwrap h2 {
    font-size: 28px;
    color:#1E3B88;
    margin-bottom: 30px;
}

.contactwrap label {font-size:12px;}

.video_section {position:relative; max-width:500px; float:right;}

.video_section .fa-play {
    font-size: 13px;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #ffffffab;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.video_section .fa-play:hover {
    background: #1E3B88;
    color: #fff
}

.errors {
    color: #d2231e;
    display: none;
}

.titlebar {
    font-size: 15px;
    color: #fff;
    font-size: 20px;
    top: 95px;
    position: relative;
}

.titlebar::after {
    content: '';
    background: #0193dc;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 4px;
}


.count-sec {
    margin-top:30px;
    margin-bottom:30px;
}
.count {font-size:45px; text-align:center; color:#0193dc;}

.count span {
    display:block;
    font-size:14px;
    color:#231F20;
}

.count.first {
    margin-right:20px;
}

#enquirepop .modal-header {padding: 0;}
    #enquirepop .modal-header .close{ z-index:222; cursor:pointer;}
    #enquirepop .modal-header .close img {width: 40px;}
    #enquirepop .btns-b {background: #000; padding: 13px 20px; font-size: 12px; color: #fff; transition: all ease-in-out 0.5s; margin-top: 0; border: 1px solid transparent !important;}
    #enquirepop .btns-b:hover {background: #fff; color: #000; border-color:#000 !important;}
    #enquirepop .form-control{ font-size:12px; padding:18px 10px;    border-radius: 0;}
    #enquirepop .custom-control-label {
    color: #595959;
    font-size: 14px;
}
#enquirepop .custom-control-label::after {top:0.33rem;}
.custom-control-input:focus~.custom-control-label::before {box-shadow:none !important;}
.modal-header {
    margin:0px;
    text-align:center;
}

.modal-body {
    padding: 0;
    margin: 0;
    padding: 30px 45px;
}


.modal-content {
    box-shadow:none;
    border:0px;
    border-radius:0px;
}

.modal-content h4 {
    font-family:'Aeonik' !important;
    text-transform:uppercase;
    
}

.modal-header {border:0px;}

.modal-header .close {
    padding: 0;
    margin: 0;
    /*background: #ff8200;*/
	background:#1E3B88;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 2px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease 0s;
}

.modal-header .close:hover {
    background:#000;
}

.modal-header .close img {
    width:20px;
}

.modal-header .close:focus {
    outline:none;
}

.modal-open {
    padding:0 !important;
}

.modal-dialog {
    max-width:800px;
}

