/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf') format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Avenir LT Std',sans-serif;
}
body{
    font-size: 15px;
}
body .mode--anime{
    transition: background 0.2s linear;
}
body.dark--mode--on .dark--mode{
    background-color: #0c203b !important;
    color: white !important;
    
}
body.dark--mode--on .header{
background-color: #00000057 !important;
    transition: background 0.2s linear;    backdrop-filter: blur(18px);
}
body.dark--mode--on footer .foo-other-links{
        background-color: #6370785c;
    transition: background 0.2s linear;
}
body.dark--mode--on footer .foo-brochure-btn{
    transition: background 0.2s linear;background-color: #637078;
}
body.dark--mode--on footer:before{
    content: '';
    background-color: #000000b3;
    backdrop-filter: blur(18px);
    transition: background 0.2s linear;position: absolute;width: 100%;height: 100%;top: 0;
}
body.dark--mode--on .dark--mode--lite *, body.dark--mode--on .dark--mode--lite__color *{

    color: white !important;
    transition: background 0.2s linear;
}
body.dark--mode--on .dark--mode--lite{
    background-color: #0d2649 !important;
    color: white !important;
    transition: background 0.2s linear;
}
body.dark--mode--on #all-properties-slider:after{
    background: linear-gradient(270deg, rgb(12 32 59) 66px, transparent);
}

body.dark--mode--on .owl-carousel.arrow-shadow-dual:before{
        background: linear-gradient(90deg, rgb(12 32 59) 53px, transparent);
    transition: background 0.2s linear;
}
body.dark--mode--on .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    color: transparent !important;
    transition: background 0.2s linear;
}
body.dark--mode--on .owl-carousel.arrow-shadow:after{
    background: linear-gradient(270deg, rgb(12 32 59) 37px, transparent);
    transition: background 0.2s linear;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Avenir LT Std', sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px 'Avenir LT Std', sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Avenir LT Std', sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */



body{
    position: relative;
    margin: 0;
    font: 14px 'Avenir LT Std', sans-serif;
    background: #fff;
    margin: 0;
transition: background 0.2s linear;}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ffff;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ffff;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ffff;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ffff;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
        position: fixed;
    top: 30%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px 0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 99;
    box-shadow: 1px 1px 20px #d6d6d6;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #387ce0;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -94px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #646464;
}
body .stickyForm label{
    width: 100% !important;
}
.stickyForm input {
    width: 100%;
    border: 0;
    /* height: 35px; */
    background: #e9f1fc;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    padding: 24px 13px;
    border-radius: 10px;
}
.stickyForm textarea {
    width: 100%;
    border: 0;
    /* height: 35px; */
    background: #e9f1fc;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    padding: 9px 13px;
    border-radius: 10px;
    padding-bottom: 2px;
}
/*.stickyForm input.phone  {
        width: 72%;
}*/
.stickyForm select.countrycode  {
    margin-right: 5px;
    width: 24%;
    float: left;
}
/*.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}*/
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm {
    background: rgb(255 255 255);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #646464;
    border: 0;
    background: #e9f1fc;
    border-bottom: 1px solid #fff;
    padding: 13px 10px;
    border-radius: 10px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #387ce0 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    border: 1px solid #387ce0;
    border-radius: 10px;
    width: auto;
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* All Page CSS */
.header{

background-color: #0d521d !important;padding: 14px 0px;position: fixed;z-index: 999;width: 100%; top: 0;}
.header .header-top{
    
/* background-color: #387CE0; */display: flex;align-items: center;justify-content: center;}
.header-top .logo{
    
}
.header-top .logo img{
    
width: 140px;}
.header-top .main-menu-nav{
    
margin-left: auto;display: flex;align-items: center;}
.main-menu.opened{
    right: 0;
}
.header-top .main-menu-nav li{
    
}
.header-top .main-menu-nav li.menu-btn{
    
margin-left: 25px;}
.header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_4, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_6, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_10, .header-top .main-menu-nav li.menu-btn:hover svg #Ellipse_12 {
    r:6;
    /* cx:6; */
    /* cy:6; */
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_9, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_5, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_11, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_7, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_8 {
    fill: #e4e4e48c;
}
.header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_10 , .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_12, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_4, .header-top .main-menu-nav li.menu-btn:hover svg circle#Ellipse_6{
    /*transform: translate(1838.337px, 46.413px);*/
    /* fill: #e4e4e48c; */
}

.header-top .main-menu-nav li.menu-btn:hover svg{
        /* transform: scale(.8); */
}
.header-top .main-menu-nav li.menu-btn svg circle{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.header-top .main-menu-nav li.menu-btn svg{
    
width: 34px;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.header-top .main-menu-nav li a{
    
}
.header-top .main-menu-nav li a{
    
}
span.dark-mode {width: 35px;height: 35px;background-color: white;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: auto;transition: all 300ms 0ms ease;transform: translateY(-100%);position: absolute;/* opacity: 0; */}

span.dark-mode svg {width: 21px;transform: rotate(-45deg);fill: #044f98;margin-top: 3px;margin-right: 2px;}

.mode-set {overflow: hidden;width: 35px;height: 35px;position: relative;border-radius: 50%;background-color: white;margin: 10px 14px;}
.mode-set img{
transform: translateY(0%);}
.header-top .main-menu-nav li.mode-set a img{
    margin: 0;
}
.phone-icon:hover{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
span.dark-mode svg path{
    fill: #044f98;
}
.dark--mode--on .mode-set .dark-mode{
    transform: translateY(0%);
}
.dark--mode--on .mode-set img{
    transform: translateY(100%);
}
.dark--mode--on .mode-set:hover .dark-mode{
    transform: translateY(-100%);
}
.dark--mode--on .mode-set:hover img{
    transform: translateY(0%);
}
.mode-set:hover .dark-mode{
    transform: translateY(0%);}
.mode-set:hover img{
    transform: translateY(100%);
    transition: all 300ms 0ms ease;
}
.header-top .main-menu-nav li a img{
    
margin: 10px 12px;width: 35px;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
height: 35px;}
#homepage-hero-slider .item{

}
.header-top .main-menu-nav li a:hover img{
    opacity: .7;
}
#homepage-hero-slider p{
    
position: absolute;right: 6%;bottom: 0;color: white;font-size: 70px;font-weight: bold;line-height: 78px;display: flex;top: 0;align-items: center;text-shadow: 0 0 20px #353535ab;/* text-shadow: 3px 3px 10px #000; */}
#homepage-hero-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 70px;
    height: 9px;
    margin-right: 0px;
    /* border-radius: 100%; */
    /* background: #00000063; */
}
#homepage-hero-slider .owl-dots .owl-dot.active {
    background: #ffffff87;
border-radius: 10px;}
#homepage-hero-slider .owl-dots {
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    z-index: 109;
    /* width: 100%; */
    bottom: 10%;
    display: block!important;
right: 10%;background-color: #00000040;height: 9px;display: flex !important;align-items: center;justify-content: center;border-radius: 10px;}
.slider-counter{

position: absolute;bottom: 9%;right: 6%;z-index: 9;}
.slider-counter p{

color: #ffffff9c;font-size: 19px;letter-spacing: 0.7px;}
.slider-counter #currentSlider{

font-size: 35px;font-weight: 500;}
.slider-counter #totalSlider{

}
.intro-image-scroll-wrapper{

margin-top: 80px;position: relative;padding-top: 50px;padding-bottom: 35px;}
.hompage-intro-box-wrapper{

background-color: #E9F1FC;padding: 0px 45px;border-radius: 30px;position: relative;}
.hompage-intro-box-wrapper p{
    
font-size: 23px;text-align: left;line-height: 32px;margin: 15px 0px;color: #4D4D4D;font-weight: 400;}
.hompage-intro-box-wrapper p strong{
    
font-size: 37px;font-weight: 900;}
.hompage-intro-box-wrapper p span{
    
font-weight: 800;}
.hompage-intro-box-wrapper .intro-img-scroll.scroll-up{
    /*animation: 3s .1s 1 normal none scrolling-animation;*/
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
.hompage-intro-box-wrapper .intro-img-scroll.scroll-down{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*animation: 3s .1s 1 normal none down-scrolling-animation;*/
}
.hompage-intro-box-wrapper .intro-img-scroll{
    width: 100%;
    transition: all 0.4s ease 0.5s;
    opacity: 1;
    transition: all 3s cubic-bezier(0,0,.16,.96),all 3s cubic-bezier(0,0,.16,.96);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}
.hompage-intro-box-wrapper .intro-img-scroll img{
    margin-top: 45px;
}
.hompage-intro-para{
    
padding: 0px 70px 4px 25px;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
@-webkit-keyframes scrolling-animation {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(2%);
        -ms-transform: translateY(2%);
        transform: translateY(2%);
    }
}
@-webkit-keyframes down-scrolling-animation {
    0% {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        -webkit-transform: translateY(-2%);
        -ms-transform: translateY(-2%);
        transform: translateY(-2%);
    }
}
.hompage-intro-box-wrapper ._fixed_box{

height: 540px;
    overflow: hidden;
 /* align-items: center; */ 
}
.hompage-intro-box-wrapper ._height_100{
max-height: 100%;
height: 100%;}
.intro-image-scroll-wrapper{

}
.intro-image-scroll-wrapper .blue-ball-size-2{

position: absolute;top: 0px;right: 31%;width: 11px;}
.intro-image-scroll-wrapper .blue-ball-size-1{

position: absolute;top: -35px;left: 0;right: 0;width: 50px;margin: auto;}
.hompage-hero-banner{
    position: relative;
padding-top: 56px;

}
.homepage-award-section ._align_center{
align-items: center;}
.homepage-award-section{

padding-top: 60px;
    position: relative;padding-bottom: 140px;}
.homepage-award-box{


    background-color: #E9F1FC;
    padding: 40px 65px;
    border-radius: 30px;
    position: relative;}
.homepage-award-section ._medium_sec_title{

font-size: 37px;text-align: left;line-height: 44px;color: #646464;font-weight: 800;}
.flip-img{

position: relative;overflow: hidden;cursor: pointer;}
.flip-img .flip-text{

width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 41px;
    color: white;
    background: url(../images/award-bg.png);
    background-size: cover;
    flex-wrap: wrap;
    transition: all 0.3s ease-out 0.1s;
    transform: translateX(-100%);
    border-radius: 20px;
    background-position: center;}
.flip-img .flip-text h3{

margin: 0px;color: white;font-size: 23px;text-align: center;font-weight: 600;}
.flip-img .flip-text p{

color: white;font-size: 17px;line-height: 22px;text-align: left;}
.flip-img img{

transform: translateX(0);transition: all 0.3s ease-out 0.1s;
    border-radius: 20px;
}
.flip-img:hover img{
    transform: translateX(100%);
}
.flip-img:hover .flip-text{
    transform: translateX(0);
}
.homepage-award-section .colored-ball-size-1{

position: absolute;left: -40px;top: 30%;}
.homepage-award-section .colored-ball-size-2{

position: absolute;left: -20px;width: 45px;bottom: 19%;}
.homepage-award-section .colored-ball-size-3{

position: absolute;bottom: 0;left: 0;right: 0;text-align: center;margin: auto;width: 70px;}
.homepage-award-section .colored-ball-size-4{

position: absolute;right: -70px;bottom: 16%;width: 170px;}
.homepage-award-section .colored-ball-size-5{

position: absolute;right: 10%;width: 20px;top: 40%;}
.homepage-award-section .colored-ball-size-6{

position: absolute;left: 20%;width: 10px;bottom: 15%;}
.our-properties{

padding-top: 100px;}
.our-properties h3{

font-size: 40px;
    font-weight: 600;color: #646464;margin-left: 0;margin-bottom: 45px;}
.our-properties{

}
#all-properties-slider{

}
#all-properties-slider .homepage-properties-wrapper{

}
#all-properties-slider .homepage-properties-wrapper .img-text-wrapper{

position: relative;}
#all-properties-slider .homepage-properties-wrapper .img-text-wrapper:before{
    content: '';
/* background-color: black; */opacity: 0;width: 100%;height: 100%;position: absolute;border-radius: 20px;top: -100%;transition: all 0.2s ease-out 0s;background: linear-gradient(91deg, rgb(0 0 0 / 80%) 20px, #00000000);}
#all-properties-slider .item .homepage-properties-wrapper .img-text-wrapper p{

opacity: 0;position: absolute;
    color: white;
    top: 40px;
    left: 40px;font-size: 20px;line-height: 26px;text-align: left;}
#all-properties-slider .item.active .homepage-properties-wrapper .img-text-wrapper img{
width: 100%;}
#all-properties-slider .item .homepage-properties-wrapper .img-text-wrapper img{

border-radius: 20px;height: 350px;object-fit: cover;/* width: 40%; */margin: 0;/* float: left; */}
#all-properties-slider .homepage-properties-wrapper h3{

font-size: 23px;opacity: 0;
    
    
    margin-left: 11px;font-weight: 600;color: #646464;margin-bottom: 0px;}
#all-properties-slider .item.active .homepage-properties-wrapper{

}
#all-properties-slider .item{
width: 170px;cursor: pointer;/* margin: 0; *//* transition: all ease .2s; */
    /* -webkit-transition: all ease .2s; */}
#all-properties-slider .item.active{

width: 100%;transition: all ease .2s;
    -webkit-transition: all ease .2s;}
#all-properties-slider .item.active .homepage-properties-wrapper .img-text-wrapper p, #all-properties-slider .item.active .homepage-properties-wrapper h3{

opacity: 1;transition: all ease .2s;
    -webkit-transition: all ease .2s;}
#all-properties-slider .item.active .homepage-properties-wrapper .img-text-wrapper:before{

top: 0;opacity: 1;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain !important;
    background-position: center!important;
opacity: .7;z-index: 9;}
.owl-carousel .owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    right: 20px;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
    left: 37px;
}
.owl-carousel .owl-nav .disabled{
    display: none;
} 
.owl-carousel.arrow-shadow{
    
position: relative;}
#all-properties-slider .owl-nav .owl-next{

right: 60px;}
#all-properties-slider:after{

background: linear-gradient(270deg, rgb(255 255 255 / 100%) 67px, transparent);}
.owl-carousel.arrow-shadow:after{
        position: absolute;
    transition: all .5s ease-in-out;
    content: "";
    top: 0;
    bottom: 0;
    
    width: 140px;right: 0;
    /*background: linear-gradient(270deg, rgb(255 255 255 / 100%) 37px, transparent);*/
    background:inherit;
}
.homepage-all-projects{

padding-top: 80px;}
.homepage-all-projects h3.sec-title{

display: inline-block;background-color: #E9F1FC;color: #646464;padding: 10px 15px;border-radius: 10px;margin-left: 0px;margin-bottom: 30px;}
.homepage-all-projects h3.sec-title{

}
.all-projects-slider{
    width: 90%;
padding-right: 0px;}
.all-projects-sliders{
    width: 100%;
padding-right: 0px;}
.all-projects-sliders img {
    border-radius: 20px;
    }
.all-projects-sliders  .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    top: 45%;
    }
.all-projects-slider .arrow-shadow-dual:before{
        left: -80px;
}
.all-projects-slider  .owl-nav .owl-prev{
        left: 20px;
}
.all-projects-slider .homepage-project-wrapper{
        /*padding: 0px 90px;*/
}
.all-projects-slider.owl-carousel.arrow-shadow-dual:before{
        left: -100px;
}
.all-projects-slider.owl-carousel.arrow-shadow:after{
        /*right: -50px;*/
}
.all-projects-slider h3{

margin-left: 25px;font-size: 22px;font-weight: 600;color: #646464;margin-bottom: 10px;}
.all-projects-slider p{

color: #6464648f;font-size: 16px;font-weight: 500;text-align: left;line-height: 18px;width: 89%;margin-left: 25px;}
.all-projects-slider img{

}
.homepage-all-projects .blue-box{

background-color: #E9F1FC;padding: 50px 30px;border-radius: 25px;    margin-top: 87px;}
.homepage-all-projects .blue-box p{

color: #1D4E9A;font-size: 19px;font-weight: 600;text-align: left;margin-bottom: 35px;line-height: 22px;}
.homepage-all-projects .blue-box p{

}
.homepage-all-projects .blue-box button{

display: block;padding: 15px 40px;color: #1D4E9A !important;font-weight: 500;border: 1px solid white;border-radius: 10px;margin: auto;margin-bottom: 20px;width: 100%;font-size: 16px;background-color: white;}
.homepage-all-projects .blue-box button.active{
        background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
        transition: 0.5s;
color: white !important;background-size: 200% auto;border: 0;}
.homepage-all-projects .blue-box button.active:hover{
    background-position: right center;
}
.all-projects-slider .homepage-project-wrapper img{
    
/* max-height: 280px; */object-fit: cover;border-radius: 20px;/* width: auto; */}
.owl-carousel.arrow-shadow-dual:before {
    position: absolute;
    transition: all .5s ease-in-out;
    content: "";
    top: 0;
    bottom: 0;
    width: 140px;
    left: 0;
    /*background: linear-gradient(90deg, rgb(255 255 255 / 100%) 53px, transparent);*/
    background: inherit;
z-index: 9;}
#homepage-hero-slider img{
    height: auto;
object-fit: cover;}

.homepage-search-projects{

padding-top: 60px;}
.homepage-search-projects h3{

font-size: 40px;
    font-weight: 900;
    color: #646464;
    margin-left: 0;
    margin-bottom: 40px;}
.project-search{

background: url(../images/project-search-bg.jpg) 0px 0px no-repeat;padding: 50px 60px;background-size: cover;background-position: center;border-radius: 20px;display: flex;align-items: center;justify-content: center;padding-bottom: 30px;}
.project-search form{

width: 100%;display: flex;flex-wrap: wrap;}
.project-search form select{

width: 30%;background-color: #0000003b;border: 0;padding: 16px 20px;border-radius: 10px;color: white;margin: 10px 10px;font-weight: 100;    line-height: 40px;
    display: inline-block;    min-height: 51px;}
.project-search form input{

width: 100%;
    background-color: #0000003b;
    border: 0;
    padding: 25px 20px;
    border-radius: 10px;
    color: white;margin: 10px 10px;}
.form-field i{

color: white;position: absolute;right: 0;top: 0;bottom: 0;display: flex;align-items: center;}
.project-search .form-field{
    
position: relative;width: 34%;margin-right: 1px;}
.project-search input[type="submit"]{
    
display: block;margin: 30px auto;padding: 26px 60px;
    color: #1D4E9A !important;
    font-weight: 500;
    border: 1px solid white;
    border-radius: 10px;
    
    line-height: 0px;
    
    width: auto;font-size: 17px;
    background-color: white;margin-bottom: 0px;}
    body.dark--mode--on .project-search a{
        color: #1D4E9A !important;
    }
    .project-search a{
    
display: block;margin: 30px auto;padding: 26px 60px;
    color: #1D4E9A !important;
    font-weight: 500;
    border: 1px solid white;
    border-radius: 10px;
    
    line-height: 0px;
    
    width: auto;font-size: 17px;
    background-color: white;margin-bottom: 0px;}
.project-statistic{

padding: 35px 0px;padding-bottom: 0px;}
#project-statistic-slider{

}
#project-statistic-slider .statistic-box{

/* width: 150px; */margin: auto;}
#project-statistic-slider .statistic-box img{

width: 90px;height: 90px;/* display: none; */}
#project-statistic-slider .statistic-box .statistic-number{

display: flex;align-items: center;margin-top: 10px;justify-content: center;min-height: 50px;}
#project-statistic-slider .statistic-box .statistic-number p{

font-size: 50px;font-weight: bold;margin-top: 0px;margin-right: 8px;color: #646464;}
#project-statistic-slider .statistic-box .statistic-number span{

line-height: 15px;}
#project-statistic-slider .statistic-box p{

text-align: center;margin-top: 22px;font-size: 20px;font-weight: 500;line-height: 24px;color: #646464d4;}
.intro-video{

padding-top: 140px;}
.intro-video h3{

font-size: 40px;
    font-weight: 900;
    color: #646464;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
}
.intro-video .video-wrap{

position: relative;}
.intro-video .video-wrap img{
    width: 70%;
    margin: auto;
    border-radius: 15px;
    max-width: 800px;
}
.intro-video .video-wrap:before{
    content: '';
background: url(../images/play-btn.svg) 0 0 no-repeat;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
    z-index: 9;content: none;}
.media-coverage{

padding-top: 100px;}
.media-coverage h3{

font-size: 40px;
    font-weight: 900;
    color: #646464;
    margin-left: 0;
    margin-bottom: 40px;}
.media-coverage #media-coverage-slider{

}
#media-coverage-slider img{

/* background-color: #E9F1FC; *//* padding: 20px; */border-radius: 13px;}
.homepage-news-wrapper h3 {font-size: 21px;margin-bottom: 0px;}

.homepage-news-wrapper p {color: #6464648f;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    
    
    }

.homepage-news-wrapper a {
    background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
    transition: 0.5s;
    color: white !important;
    background-size: 200% auto;
    border: 0;
    display: inline-block;
    padding: 2px 19px;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 12px;
        line-height: 26px;
}
.homepage-map{
    
padding-top: 100px;padding-bottom: 50px;}


footer{
    background: url(../images/footer-bg.jpg) 0px 0px no-repeat !important;
    background-size: cover;
background-position: top;padding: 60px 0px;padding-bottom: 0px;position: relative; clear: both;}
footer .footer-wrapper{
    padding: 80px 75px;
}
footer *{
    color: white;
}
footer .foo-logo{

margin-bottom: 50px;position: relative;}
footer .foo-add{

}
footer .foo-add h3{
    
margin-left: 0px;color: white;font-size: 22px;font-weight: 600;margin-bottom: 10px;}
footer .foo-add p{
    
text-align: left;font-size: 14px;color: #ffffffa6;margin-bottom: 0px;}
footer .foo-social{
    
display: flex;align-items: center;margin-top: 20px;}
footer .foo-social h3{
    
margin-left: 0px;
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;margin: 0;}
footer .foo-social ul{
    
display: flex;align-items: center;justify-content: center;margin-left: 30px;}
footer .foo-social ul li{
    
margin: 0px 5px;}
footer .foo-social ul li a{
    
padding: 9px;width: 35px;height: 35px;display: block;background-color: #ffffff40;text-align: center;border-radius: 50%;line-height: 19px;}
footer .quick-links{

margin-bottom: 30px;}
footer .quick-links h3{

margin: 10px 0px;font-size: 18px;font-weight: 500;margin-bottom: 4px;color: white;}
footer .quick-links ul{

}
footer .quick-links ul li a{

text-align: left;
    font-size: 14px;
    color: #ffffffa6;}
footer .quick-links-points{

}
footer .quick-links-points a{ 
    
text-align: left;
    font-size: 15px;
    color: #ffffffa6;display: block;padding: 9px 0px;}
footer .foo-brochure-btn{

display: block;background-color: #387AC6;color: white;text-align: center;padding: 13px 7px;border-radius: 12px;font-size: 15px;margin-top: 19px;}
footer .foo-other-links{

background-color: #3174b780;margin-top: 40px;backdrop-filter: blur(5px);}
footer .foo-other-links ul{

display: flex;width: 100%;justify-content: center;}
footer .foo-other-links ul a{

color: #ffffffb0;display: block;padding: 25px 30px;font-size: 16px;font-weight: 500;}
footer a:hover{
    color: white;
}
footer .quick-links ul {
    padding-left: 0;
}
.main-menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    /* background: url(../images/menu-bg.jpg) 0px 0px no-repeat; */
    background-position: bottom;
    /* display: flex; */
    align-items: center;
    transition: all .35s cubic-bezier(0,0,.16,.96),all .35s cubic-bezier(0,0,.16,.96);
    right: -100%;
    background-color: #729ad4;
    padding-top: 120px;
    padding-bottom: 70px;
    overflow-y: scroll;
}
.main-menu .logo{

margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid #ffffff7a;}
.main-menu .menu-arrow{

color: white;font-size: 30px;margin-top: 10px;position: relative;}
.main-menu ul li a{
color: white;}
.main-menu .menu-quick-links{

margin-top: 50px;}
.main-menu .menu-quick-links ul a{

}
.main-menu .social-links{

display: flex;margin-top: 40px;}
.main-menu .menu-quick-links a{

color: #000000;display: block;padding: 6px 0px;font-size: 16px;}
.main-menu .sub-menu{

padding-left: 10px;display: none;}
.main-menu .social-links{

}
.main-menu .social-links li{

margin-right: 15px;}
.main-menu .social-links li a{

padding: 9px;
    width: 35px;
    height: 35px;
    display: block;
    background-color: #094E7E;
    text-align: center;
    border-radius: 50%;
    line-height: 19px;}
    .main-menu .menu-arrow:after{
        content: '';
    position: absolute;
    content: "";
    width: 16px;
    top: 15px;
    height: 15px;
    right: -34px;
    border: 3px solid;
    border-color: #fff;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);transition: all .35s cubic-bezier(0,0,.16,.96),all .35s cubic-bezier(0,0,.16,.96);}
    .menu-close-btn{
        
    position: absolute;right: 14%;top: 4%;width: 46px;background-color: #319DEC;padding: 9px;border-radius: 50%;cursor: pointer;}
.menu-active .menu-arrow:after{
       transform: rotate(-135deg); 
top: 23px;}
#contact-popup{

width: 65%;margin: auto;background-color: white;padding: 20px 51px;border-radius: 20px;}
#contact-popup .mfp-close{

right: 20%;top: 21px;background-color: #387ce0;opacity: 1;color: white !important;border-radius: 50%;font-size: 38px;}
#contact-popup h3{
color: #434343;text-align: center;font-weight: bold;font-size: 30px;margin-top: 7px;margin-bottom: 40px;}
#contact-popup-form{

display: flex;flex-wrap: wrap;}
#contact-popup-form input{

background-color: #e9f1fc;width: 100%;border: 1px solid #e9f1fc;padding: 28px 26px;color: #acb1b8;line-height: 10px;margin-bottom: 25px;border-radius: 10px;}
#contact-popup-form textarea{    
    background-color: #e9f1fc;
    width: 100%;
    border: 1px solid #e9f1fc;
    padding: 20px 26px;
    color: #acb1b8;
    line-height: 18px;
    margin-bottom: 25px;
    border-radius: 10px;
    padding-bottom: 5px;}

#contact-popup-form .form-field{

width: 46%;margin-right: 22px;}
#contact-popup-form .countrycode{

margin-right: 5px;width: 24%;}
#contact-popup-form select{

background-color: #e9f1fc;
    width: 100%;
    border: 1px solid #e9f1fc;
    padding: 16px 8px;
    color: #acb1b8 !important;
    line-height: 10px;
    margin-bottom: 25px;
    border-radius: 10px;}
#contact-popup-form [type="submit"]{

width: auto;display: block;margin: auto;background-color: #387ce0;color: white;line-height: 0px;padding: 24px 40px;margin-bottom: 20px;border: 0;}
#contact-popup-form input::-webkit-input-placeholder, #contact-popup-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #acb1b8;
}
#contact-popup-form input::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #acb1b8;
}
#contact-popup-form input:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #acb1b8;
}
#contact-popup-form input:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #acb1b8;
}
.mfp-bg{
        background-color: #ffffff57;
    backdrop-filter: blur(18px);
    opacity: 1;
}
.homepage-all-projects-wrapper{
    display: none;
}
.homepage-all-projects-wrapper.active{
    display: block;
}
.play-button:before{
    content: '';
        background-color: #608ed5;
position: absolute;width: 60px;height: 60px;opacity: .4;border-radius: 50%;-webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse s infinite;}
.play-button:after{
    content: '';
        background-color: #608ed5;

    position: absolute;
    width: 80px;
    height: 80px;
    opacity: .4;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;border-radius: 50%;}
    @keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.play-button svg{

fill: #ffffff;
    stroke: #ffffff;
    stroke-linejoin: round;
    stroke-width: 5;
    transition: all 0.3s;width: 40px;position: relative;background-color: #387ce0;border-radius: 50%;}
.play-button{
    
display: flex;align-items: center;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;align-items: center;justify-content: center;}
/*.main-nav-menu{
    opacity: 0;
    visibility: hidden;
}*/
.main-nav-menu.main-menu-fixed{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
}
.main-menu .menu-quick-links a{
display: inline-block;
}
.main-menu .menu-quick-links .menu-arrow:after{
    width: 11px;
    top: 12px;
    height: 10px;
        border-color: black;
}
.menu-active .menu-arrow:after{

}
.main-menu .menu-quick-links .sub-menu a{font-size: 13px;padding-bottom: 0;}

.main-menu .sub-menu li {list-style: disc;color: white;}
.main-menu  .menu-quick-links .sub-menu li {color: black;}

.main-menu .sub-menu {padding-left: 21px;}
.menu-quick-links-wrapper{

}
.mfp-iframe-holder .mfp-close {
    background-color: transparent;
}
.homepage-all-projects-wrapper .owl-filter-bar a.active {
    background-color: #E9F1FC;
}
.homepage-all-projects-wrapper .owl-filter-bar a {
    display: inline-block;
    background-color: white;
    color: #646464;
    padding: 7px 15px;
    border-radius: 10px;
    margin-left: 0px;
    margin-bottom: 30px;
    border: 2px solid #E9F1FC;
}
body.dark--mode--on .homepage-all-projects-wrapper .owl-filter-bar a{
    border: 2px solid #0c203b;
}
body.dark--mode--on .homepage-all-projects-wrapper .owl-filter-bar a.active{
    border: 2px solid #3376d6;
}
#all-properties-slider .item .homepage-properties-wrapper a {
    opacity: 0;
    position: static;
    color: white;
    font-size: 12px;
    line-height: 26px;
    background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
    transition: 0.5s;
    color: white !important;
    background-size: 200% auto;
    border: 0;
    line-height: 26px;
    padding: 2px 15px;
    border-radius: 6px;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    margin-left: 11px;
    margin-top: 11px;
    display: inline-block;
}

#all-properties-slider .item.active .homepage-properties-wrapper a {
    opacity: 1;
    /* transition: all ease .1s; */
    /* -webkit-transition: all ease .1s; */
}
.view_all_btn{
    display: block;
    text-align: right;
}
.all-projects-slider-residential a.view_project_btn {
    color: white;
    font-size: 12px;
    line-height: 26px;
    background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
    transition: 0.5s;
    color: white !important;
    background-size: 200% auto;
    border: 0;
    line-height: 26px;
    padding: 2px 15px;
    border-radius: 6px;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    margin-left: 11px;
    margin-top: 11px;
    display: inline-block;
    position: absolute;
    right: 16%;
    bottom: 7px;
}
.all-projects-slider-commercial a.view_project_btn {
    color: white;
    font-size: 12px;
    line-height: 26px;
    background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
    transition: 0.5s;
    color: white !important;
    background-size: 200% auto;
    border: 0;
    line-height: 26px;
    padding: 2px 15px;
    border-radius: 6px;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    margin-left: 11px;
    margin-top: 11px;
    display: inline-block;
    position: absolute;
    right: 16%;
    bottom: 7px;
}

#search-project-list-slider {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

#search-project-list-slider .proj-item {
    width: 31%;
    margin: 10px;
    display: none;
}
#search-project-list-slider .proj-item.active{
    display: block;
}
#search-project-list-slider .proj-item .search-project-wrapper {
    padding: 20px;
    background-color: #E9F1FC;
    border-radius: 5px;
}

#search-project-list-slider .proj-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

#search-project-list-slider .proj-item a {
    display: inline-block;
    padding: 2px 10px;
    background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);
    border-radius: 5px;
    color: white;
}

#search-project-list-slider .proj-item img {
    border-radius: 5px;
}
.search-project-list{
    display: none;
}
.hompage-hero-banner img{
    width: 100%;
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    background-color: transparent;
    color: black !important;
    opacity: 1;
    font-size: 40px;
}

#all-properties-slider-new{

}
#all-properties-slider-new .homepage-properties-wrapper{position: relative;overflow: hidden;margin: 20px 0px;}
#all-properties-slider-new .homepage-properties-wrapper img{min-height: 420px;object-fit: cover;border-radius: 22px;}

#all-properties-slider-new .img-text-wrapper{position: absolute;bottom: 0;width: 100%;padding: 20px;    z-index: 2;}
#all-properties-slider-new .img-text-wrapper h3{color: white;font-size: 20px;margin-bottom: 8px;}
#all-properties-slider-new .img-text-wrapper p{color: white;}
#all-properties-slider-new .project-details-slider{position: absolute;width: 100%;bottom: 0;background-color: #e9f1fc;padding: 20px;-webkit-transition: all 0.5s;transition: all 0.5s;transform: translateY(100%);border-radius: 0px 0px 20px 20px;    z-index: 3;}
#all-properties-slider-new .project-details-slider h3{font-size: 21px;margin-bottom: 3px;margin-top: 0px;}
#all-properties-slider-new .project-details-slider p{

}
#all-properties-slider-new .project-details-slider p.proj-type{margin-top: 20px;}
#all-properties-slider-new .project-details-slider a{color: white;font-size: 12px;line-height: 26px;background-image: linear-gradient(to right, #357ADC 0%, #265DB1 51%, #357ADC 100%);transition: 0.5s;color: white !important;background-size: 200% auto;border: 0;line-height: 26px;padding: 2px 15px;border-radius: 6px;transition: all ease .1s;-webkit-transition: all ease .1s;margin-left: 0px;margin-top: 5px;display: inline-block;}
#all-properties-slider-new .homepage-properties-wrapper:before{
    content: '';
    border-radius: 21px;
    transition: all 0.2s ease-out 0s;
    background: linear-gradient(1deg, rgb(0 0 0 / 80%) 20px, #00000000);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
        z-index: 1;
}
#all-properties-slider-new .homepage-properties-wrapper:hover .project-details-slider{
    transform: translateY(0);
}
.down-arrow {
    position: absolute;
    bottom: 20%;
    left: 0;
    text-align: center;
    right: 0;
    width: 32px;
    margin: auto;
    background-color: #ffffffe0;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(18px);
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    z-index: 9;
}

.down-arrow img {
    width: 20px;
    height: auto !important;
    margin: auto;
}
.whatsapp-btn {
    background: #4ac04b;
    width: auto;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 9999;
    box-shadow: 0 0 10px #13458463;
}
.chat-bubble {
    position: absolute;
    left: -100px;
    top: -1px;
    width: 98px;
    text-align: center;
    background-color: #e6f8f1;
    padding: 7px 17px;
    height: 35px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 20px;
    border-bottom-right-radius: 2px;
    display: inline-block;
    box-shadow: 0 0 10px #13458463;
}
.whatsapp-btn p {
    color: #000;
    font-size: 14px;
    text-align: center;
}
.whatsapp-btn svg {
    width: 41px;
    fill: #fff;
}
.owl-carousel.award-slider .owl-nav .owl-next, .owl-carousel.award-slider .owl-nav .owl-prev{
    top: auto;
    bottom: 30%;
    width: 30px;
    height: 30px;
}
.hidden-xs{
    display: block;
}
.visible-xs{
    display: none;
}
#livprop_chatbox .lp-live-button img{
    width: 55px;
    height: 55px;
}
.know-more-btn{
    position: absolute;
    right: 200px;
    bottom: 130px;
    background-color: #1a5d95;
    border: 0px;
    color: white;
    padding: 8px 30px;
    border-radius: 20px;
}
.all-projects-slider .owl-nav .owl-prev {
    top: 30% !important;
}
#all-properties-slider-new .owl-nav .owl-next {
        top: 45%;
}
.homepage-all-projects-wrapper .owl-carousel.arrow-shadow {
    position: relative;
    width: 100%;
}
.homepage-all-projects .blue-box {
    background-color: #E9F1FC;
    padding: 50px 30px;
    border-radius: 25px;
    margin-top: 66;
    height: 447px;
}
footer .foo-social ul li a {
    padding: 11px;
     font-size: inherit;
}
/* Mobile Reponsive */
@media (min-width: 768px) {

}
@media (max-width: 1540px) {

}
@media (max-width: 1400px) {

}
@media (max-width: 1360px) {

}
@media (max-width: 1280px) {
    .know-more-btn{
        right: 130px;
    bottom: 100px;
    }

}
@media (max-width: 1024px) {
    #contact-popup{
        width: 90%;
        padding: 20px 38px;
    }
    #contact-popup-form .form-field{
        width: 48%;
        margin-right: 14px;
    }
    #contact-popup .mfp-close{
        right: 8%;
    }
}
@media (max-width: 991px) {
    .project-search form select{
            margin: 10px 8px;
            width: 29%;

    }
    .hompage-intro-para{
            padding: 0px 20px 4px 15px;
    }
    .hompage-intro-box-wrapper p{
        font-size: 19px;
        line-height: 28px;
    }
    .hompage-intro-box-wrapper p strong{
        font-size: 27px;
    }
    .project-search{
        padding: 30px 9px;
    }
    .homepage-award-section ._medium_sec_title{
        font-size: 34px;
        text-align: center;
        margin-bottom: 15px;
    }
    #all-properties-slider .item{
        width: 100%;
    }
    #all-properties-slider .homepage-properties-wrapper .img-text-wrapper:before{
        opacity: 1;
        top: 0;
    }
    #all-properties-slider:after{
        content: none;
    }
    #all-properties-slider .homepage-properties-wrapper h3{
        font-size: 20px;
        opacity: 1;
    }
    #all-properties-slider .owl-nav .owl-prev{
        left: -22px;
    }
    #all-properties-slider .owl-nav .owl-next{
        right: -22px;
    }
    #all-properties-slider-new .owl-nav .owl-prev{
        left: -22px;
    }
    #all-properties-slider-new .owl-nav .owl-next{
        right: -22px;
    }
    .all-projects-slider.owl-carousel .owl-nav .owl-next{
        right: -22px;
    }
    #all-properties-slider .item .homepage-properties-wrapper .img-text-wrapper p{
        opacity: 1;
    }
    footer .foo-other-links ul a{
        padding: 25px 19px;
        font-size: 10px;
    }
    #homepage-hero-slider p{
        left: 40px;
        right: 0;
        top: 41px;
        bottom: auto;
    }
    .main-menu{
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        display: block;
        padding: 30px 0px;
    }
    .hompage-intro-box-wrapper .intro-img-scroll.scroll-down{
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    #search-project-list-slider .proj-item {
        width: 46%;
    }
    #contact-popup-form{
        display: block;
    }
    #contact-popup-form .form-field{
        width: 100%;
    }
    #contact-popup-form .phone{
        width: 72%;
    }
    .down-arrow {
        display: none;
    }
    .know-more-btn{
        right: 70px;
        bottom: 70px;
    }
}
@media (max-width: 760px) {
    .flip-img .flip-text{
        padding: 20px;
    }
    .flip-img .flip-text h3{
        font-size: 18px;
    }
    .flip-img .flip-text p{
        font-size: 13px;
        line-height: 18px;
    }
    footer .foo-other-links ul li {
        display: inline-block;
    }
    footer .foo-other-links ul a{
        padding: 14px 13px;
        display: inline-block;
        font-size: 12px;
    }
    #contact-popup{
        width: 100%;
        padding: 20px 30px;
    }
    #contact-popup .mfp-close{
        right: 5%;
    }
    .know-more-btn{
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        bottom: 0px;
        width: 50%;
    }
}
@media (max-width: 479px) {
    .mobile-hidden{
        display: none;
    }


}
@media (max-width: 360px) {

}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .hompage-hero-banner {
        position: relative;
        padding-top: 44px;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    
    /* custom codes here */
    #homepage-hero-slider p{
       color: white;
        font-size: 42px;
        font-weight: bold;
        line-height: 45px;
        display: block;
        top: 20px;
        left: 22px;
    }
    
    .project-search form select{
        width: 100%;
    }
    .project-search{
        padding: 50px 20px;
    }
    .flip-img{
        margin: 16px 0px;
    }
    .homepage-all-projects .blue-box{
        margin-top: 60px;
        padding: 25px 30px;
    }
    .header-top .main-menu-nav li.menu-btn {
        margin-left: 9px;
    }
    .header-top .main-menu-nav li a img{
        margin: 10px 6px;
        width: 30px;
            height: 30px;
    }
    .mode-set{
        margin: 10px 5px;
        width: 30px;
            height: 30px;
    }
    footer .quick-links {
        margin-bottom: 0;
    }
    .hompage-intro-para{
        padding: 20px 3px;
    }
    .hompage-intro-box-wrapper p{
        font-size: 20px;
        line-height: 29px;
    }
    .hompage-intro-box-wrapper p strong{
        font-size: 28px;
    }
    .homepage-search-projects h3{
        font-size: 29px;
        margin-bottom: 29px;
    }
    .homepage-search-projects {
        padding-top: 20px;
    }
    .homepage-award-section{
        padding-top: 90px;
    }
    .homepage-award-box{
        padding: 25px 35px;
    }
    .homepage-award-section ._medium_sec_title{
        line-height: 33px;
        font-size: 29px;
    }
    .homepage-award-box{
        padding: 40px 35px;
    }
    .our-properties h3{
        font-size: 29px;
        color: black;
        text-align: center;
    }
    .our-properties {
        padding-top: 50px;
    }
    .all-projects-slider{
        width: 100%;
    }
    .all-projects-slider.owl-carousel.arrow-shadow:after {
        right: -100px;
    }
    .all-projects-slider h3{
        text-align: center;
    }
    .all-projects-slider p{
        text-align: center;
    }
    .all-projects-slider.owl-carousel .owl-nav .owl-next, .all-projects-slider.owl-carousel .owl-nav .owl-prev{
        top: 18%;
    }
    .intro-video {
        padding-top: 50px;
    }
    .intro-video h3{
        font-size: 29px;
        margin-bottom: 22px;
        color: black;
        text-align: center;
    }
    .media-coverage {
        padding-top: 60px;
    }
    .media-coverage h3{
        font-size: 29px;
        margin-bottom: 10px;
    }
    #media-coverage-slider.owl-carousel.arrow-shadow:after{
        right: -100px;
    }
    .header-top .main-menu-nav li.menu-btn svg{
        width: 23px;
    }
    footer .foo-logo{
        margin-bottom: 15px;
    }
    #homepage-hero-slider .owl-dots .owl-dot{
        width: 45px;
    }
    #homepage-hero-slider .owl-dots{
        right: auto;
        left: 7px;
    }
    .slider-counter{
            right: 23%;
    }
    .hompage-intro-box-wrapper{
        padding: 0px 25px;
    }
    .hompage-intro-box-wrapper{
            padding: 0px 25px;
    }
    #project-statistic-slider.owl-carousel.arrow-shadow:after, #project-statistic-slider.owl-carousel.arrow-shadow-dual:before {
        content: none;
    }
    #all-properties-slider .item{
        width: 100%;
    }
    #all-properties-slider .homepage-properties-wrapper .img-text-wrapper:before{
        opacity: 1;
        top: 0;
    }
    #all-properties-slider:after{
        content: none;
    }
    #all-properties-slider .homepage-properties-wrapper h3{
        font-size: 20px;
        opacity: 1;
    }
    #all-properties-slider .owl-nav .owl-prev{
        left: -22px;
    }
    #all-properties-slider .owl-nav .owl-next{
        right: -22px;
    }
    .all-projects-slider.owl-carousel .owl-nav .owl-next{
        right: -22px;
    }
    .intro-video .video-wrap img {
        height: 360px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
    }
    .homepage-map{
        padding-top: 0;
    }
    footer .quick-links-points a{
            padding: 6px 0px;
    }
    
    footer .foo-other-links ul a{
            padding: 14px 15px;
    }
    .main-menu .menu-quick-links{
        margin-top: 0px;
    }
    .main-menu .menu-quick-links a{
        padding: 4px 0px;
        font-size: 14px;
    }
    .main-menu .menu-arrow{
        font-size: 21px;
        margin-top: 8px;
    }
    .main-menu{
        overflow: scroll;
    }
    .main-menu .menu-arrow:after{
        width: 12px;
        top: 7px;
        height: 12px;
    }
    .menu-close-btn{
        right: 5%;
        width: 36px;
    }
    #all-properties-slider .item .homepage-properties-wrapper .img-text-wrapper p{
        opacity: 1;
        font-size: 16px;
    line-height: 22px;
    }
    .homepage-award-section .colored-ball-size-4{
        width: 120px;
    }
    footer .foo-social{
        display: block;
    }
    footer .foo-social ul{
        justify-content: flex-start;
        margin-left: 0px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .media-coverage h3{
        color: black;
    }
    .homepage-news-wrapper h3{
        color: #646464;
    }

    .all-projects-slider-residential a.view_project_btn{
            position: static;
                margin-left: 0;
    }
    .homepage-all-projects-wrapper .owl-filter-bar a{
        font-size: 9px;
        padding: 4px 6px;
    }
    #all-properties-slider .homepage-properties-wrapper .img-text-wrapper:before{
        left: 0;
    }
    #all-properties-slider .homepage-properties-wrapper {
        text-align: center;
    }
    #all-properties-slider .item .homepage-properties-wrapper a{
        opacity: 1;
    }
    .all-projects-slider .homepage-project-wrapper{
        text-align: center;
    }
    .homepage-news-wrapper h3{
        font-size: 18px;
    }
    .homepage-news-wrapper {
        margin-bottom: 15px;
    }
    .mfp-iframe-holder .mfp-content{
        max-width: 100%;
    }
    #all-properties-slider-new .img-text-wrapper p{
        text-align: center;
    }
    #all-properties-slider-new .project-details-slider p{
        text-align: center;
    }
    #all-properties-slider-new .project-details-slider{
        text-align: center;
        position: relative;
    }
    span.dark-mode svg{
        margin-top: 0px;
        margin-right: 8px;
        width: 17px;
    }
    #homepage-hero-slider img{
        height: auto;
    }
    #all-properties-slider-new .homepage-properties-wrapper img{
            border-radius: 22px 22px 0px 0px;
    }
    #all-properties-slider-new .project-details-slider{
        transform: translateY(0%);
    }
html .all-projects-slider .our-properties .owl-nav .owl-prev {
    left: 20px !important;
}
html .content .our-properties #home-vid-slider {
    width: 100% !important;
    padding-right: 0px;
    /* max-width: 1400px; */
}
/*By Outre*/
footer .foo-add h3 {
 text-align: left;
}
footer {
    background-size: cover !important;
    background-position: center center;
}
footer .quick-links-points {
    padding-left: 0;
}
footer .container {
    text-align: left;
}
footer .foo-social ul {
padding-left: 0;
}
footer .foo-other-links {
margin-top: 20px;
margin-bottom: 50px;
    height: auto;
}
.foo-copy {
margin-top: 20px;
}
footer .foo-other-links ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
footer .foo-other-links ul a {
    padding: 14px 13px;
    display: inline-block;
    font-size: 12px;
}
}

@media only screen and (max-width: 479px){
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    .hompage-intro-box-wrapper ._fixed_box{
        height: auto;
    }
    footer .foo-other-links ul{
        display: block;
    }
    #search-project-list-slider .proj-item {
        width: 100%;
    }
    .hompage-intro-box-wrapper p strong{
        font-size: 23px;
    }
    .hompage-intro-box-wrapper p {
        font-size: 17px;
        line-height: 26px;
    }
    .homepage-search-projects h3{
        font-size: 24px;
    }
    .homepage-award-section ._medium_sec_title {
        line-height: 27px;
        font-size: 24px;
    }
    .our-properties h3{
        font-size: 24px;
    }
    .intro-video h3{
        font-size: 24px;
    }
    .media-coverage h3{
        font-size: 24px;

    }
    .homepage-news-wrapper h3 {
        font-size: 18px;
    }
    body .innerpage-banner{
             margin-top: 68px;
             padding: 0px;
    }
}

/*New Style start*/
/*.i-amphtml-singledoc .stickyForm .btn {*/
/*    top: -72% !important;*/
/*        top: 52%;*/
/*}*/