html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    color: #1B1D1D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.no-msg .msg_cont_wrap {
    display: none;
}

.logo_rehab {
    float: right;
}

@media (max-width: 767px) {
    .logo_rehab {
        float: left;
        margin-top: 40px;
    }
}

p {
    font-weight: 400;
}

a:hover {
    color: #386d37;
}

::selection {
    background: #386d37;
    color: #FFF;
}

p,
a,
h1,
h2,
h4,
h3 {
    color: #1B1D1D;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn:focus,
button:focus,
button:active:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

table {
    width: 100%;
}

.form-control {
    box-shadow: none;
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
}

.m0 {
    margin: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt75 {
    padding-top: 75px;
}

.pb75 {
    padding-bottom: 75px;
}

.pt75 {
    padding-top: 75px;
}

.pb75 {
    padding-bottom: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pb95 {
    padding-bottom: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt75 {
    margin-top: 75px;
}

.mb75 {
    margin-bottom: 75px;
}

.mt90 {
    margin-top: 90px;
}

.mb90 {
    margin-bottom: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mb95 {
    margin-bottom: 95px;
}

.clear:after {
    content: '';
    overflow: hidden;
    clear: both;
    display: block;
}

.Overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -51;
    background: rgba(14, 14, 14, 0.419608);
    opacity: 0;
    visibility: hidden;
}

.Overlay.ShowIt {
    display: block;
}

.site-error:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.MissionVision__single:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}

.Loader,
.Loader:after,
.modify-bg,
.BG,
.modal .founder-image__img,
.img-preloader,
.img-preloader:after,
.site-error,
.MissionVision__single__left,
.investor-information__wrap__img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f1f1f1;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner>a,
.MissionVision__single__left a,
.Project__slider-wrap__single__inner>a,
.landOwner__left__single a,
.investor-information__wrap a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.investor-information .feature-project a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-loader {
    position: relative;
}

.banner-loader .container {
    position: relative;
    z-index: 5;
}

.banner-loader:before {
    content: '';
    position: absolute;
    background: url("../images/static/blur.jpg");
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    transition: opacity .4s ease;
}

.banner-loader.Loaded:before {
    opacity: 0;
}

.Loader {
    position: relative;
}

.Loader:after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url("../images/static/blur-background.jpg");
    transition: .5s ease;
}

.Loader.loaded {
    background-color: transparent;
}

.Loader.loaded:after {
    opacity: 0;
}

.modify-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modify-img.no-pos {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 100%;
    width: 100%;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    z-index: 9999;
    background: #386d37;
}

.pace-done .custom-loader img {
    display: none;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.dcLink {
    position: relative;
    padding-bottom: 4px;
    transition: color .25s ease;
    display: inline-block;
    text-transform: capitalize;
}

.dcLink:after {
    content: '';
    background: #1B1D1D;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.dcLink:before {
    content: '';
    background: #386d37;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dcLink:hover {
    color: #386d37 !important;
}

.dcLink:hover:before {
    width: 100%;
}

.dcLink:focus {
    color: #1b1d1d;
}

.dcLink:focus:hover {
    color: #386d37;
}

.dcBtn {
    font-size: 14px;
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    border: 1px solid black;
    position: relative;
    transition: all .2s ease;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 1px;
}

.dcBtn span {
    z-index: 2;
    position: relative;
}

.dcBtn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1);
    background: #386d37;
}

.dcBtn:hover {
    border-color: #386d37 !important;
}

.dcBtn:hover span {
    color: #FFF !important;
    transition: all .3s ease;
}

.dcBtn:hover:after {
    width: 100%;
}

.Title {
    font-size: 36px;
    font-weight: bold;
    color: #386d37;
    font-family: "Sofia Pro";
    margin: 0;
    text-transform: uppercase;
    line-height: 45px;
}

.subTitle {
    color: rgba(26, 24, 24, 0.5);
    margin: 0 0 15px 0;
    font-size: 16px;
    font-family: "Sofia Pro";
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 500;
}

.desTitle {
    margin: 0;
    border-bottom: 1px solid #CECECE;
    text-transform: uppercase;
    height: 60px;
}

@media (min-width: 768px) {
    .Flex {
        display: flex;
    }
}

.Select select {
    display: none;
}

.nice-select {
    width: 100%;
    border-radius: 0;
    border-color: #CECECE;
    color: #656565;
    font-weight: 500;
}

.nice-select .list {
    width: 100%;
    margin-top: 1px;
    border-radius: 0;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #386d37;
}

.form-message-container.error_wrapper .form-message-body {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 430px;
    max-width: 99%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 60px;
    -webkit-box-shadow: -1px 0 61px -7px #000;
    -moz-box-shadow: -1px 0 61px -7px #000;
    box-shadow: -1px 0 61px -7px #000;
    -webkit-animation: alartSlideTop .2s;
    -moz-animation: alartSlideTop .2s;
    -o-animation: alartSlideTop .2s;
    animation: alartSlideTop .2s;
    z-index: 9999999;
}

.form-message-container .cross-popup {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    padding: 20px;
}

.form-message-container.error_wrapper span {
    margin-left: 50px;
    display: block;
    position: relative;
}

.form-message-container.error_wrapper span:before {
    position: absolute;
    content: '';
    width: 41px;
    height: 41px;
    top: 0;
    left: -70px;
    background-image: url(../images/static/alert-icon.png);
}

.form-message-container.error_wrapper span p {
    color: #6D6E71;
}

.form-message-container.error_wrapper span ul {
    color: #000;
    list-style: none;
    margin-bottom: 40px;
}

.hide.form-message-container {
    display: none !important;
}

@-webkit-keyframes alartSlideTop {
    0% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-moz-keyframes alartSlideTop {
    0% {
        -moz-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@-o-keyframes alartSlideTop {
    0% {
        -o-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes alartSlideTop {
    0% {
        -webkit-transform: translate(-50%, -70%);
        -moz-transform: translate(-50%, -70%);
        -o-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.form-message-container.success_wrapper .form-message-body {
    position: fixed;
    z-index: 9999999;
    background: #ffffff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 45px 58px;
    -webkit-box-shadow: -1px 0 61px -7px #000;
    -moz-box-shadow: -1px 0 61px -7px #000;
    box-shadow: -1px 0 61px -7px #000;
    -webkit-animation: alartSlideTop .2s;
    -moz-animation: alartSlideTop .2s;
    -o-animation: alartSlideTop .2s;
    animation: alartSlideTop .2s;
}

.form-message-container.success_wrapper .form-message-body span {
    margin-bottom: 0px;
    display: block;
    margin-bottom: 0px;
    padding: 40px 32px;
    font-size: 17px;
}

.form-message-container.success_wrapper .form-message-body .ok-class {
    left: 0;
    right: 0;
    margin: auto;
}

.form-primary.all-text-white {
    color: #fff;
}

.form-message-container .cross-popup {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    padding: 20px;
}

.success_container_contact-form {
    color: #FFF;
}

.ok-class {
    bottom: 30px;
    left: 26%;
    border: 3px solid #6D6E71;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 31px;
    font-weight: bold;
    color: #6D6E71;
    text-transform: uppercase;
    cursor: pointer;
}

.ok-class:hover {
    background: #6D6E71;
    color: #FFF;
}

.form-overlay.doit {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("../images/static/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.success_wrapper_contact-form .form-message-body {
    position: relative;
}

.success_wrapper_contact-form .form-message-body:after {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    height: 60px;
    width: 60px;
    background: url(../images/static/thumbs-up.svg);
    background-size: contain;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.form-message-container.success_wrapper .form-message-body span {
    color: #6D6E71 !important;
}

.modal {
    background: #FFF;
}

.modal .content_wrapper_width {
    width: 60%;
    margin: 0 auto;
}

.modal .form-group {
    margin-bottom: 20px;
}

.modal .form-group:nth-last-of-type(1) {
    margin-bottom: 0;
}

.modal .form-control {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-color: rgba(26, 24, 24, 0.76);
    border-radius: 0;
}

.modal .form-control:focus {
    border-color: #41A843;
}

.modal textarea {
    min-height: 100px;
    max-height: 100px;
    padding-left: 20px;
}

.modal .current {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
}

.modal .nice-select {
    font-size: 14px;
    border-color: #1A1818;
}

.modal .Select {
    height: 50px;
}

.modal .dcBtn {
    width: 155px;
    letter-spacing: 1px;
}

.modal .modal-body {
    padding: 0;
}

.modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    position: fixed;
    background: #FFF;
    right: 30px;
    left: 12px;
    padding-bottom: 20px;
    padding-top: 25px;
    top: 0;
    z-index: 3;
    padding-left: 10px;
}

.modal .modal-header {
    padding: 0;
    border: 0;
}

.modal .close {
    transition: opacity .2s ease;
}

.modal .close img {
    height: 20px;
    margin-bottom: 0 !important;
}

.modal .modal-dialog {
    margin: 0 auto;
    width: 100%;
}

.modal .modal-dialog .modal-content {
    min-height: 100vh;
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.modal .modal-dialog .modal-content img {
    margin-bottom: 16px;
}

.modal .modal-dialog .modal-content h2 {
    margin-top: 0;
}

.modal .modal-dialog .modal-content p {
    line-height: 26px;
    font-size: 15px;
}

.modal .modal-dialog .modal-title .Title {
    text-align: left;
}

.modal .modal-dialog .modal-title p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #404747;
}

.modal .modal-dialog .modal-title img {
    margin-bottom: 22px;
}

.modal .modal-dialog .modalContent {
    margin-top: 150px;
}

.modal .founder-image__img {
    padding-top: 108.11%;
}

.modal.DirectorPopup {
    padding-right: 0 !important;
}

.modal.DirectorPopup .modal-dialog .modal-content {
    min-height: unset;
    overflow: auto;
}

.modal.DirectorPopup .modal-dialog .modal-content .founder-image {
    position: fixed;
    top: 153px;
    width: 30%;
}

.modal.DirectorPopup .close {
    position: fixed;
    right: 12px;
    top: 29px;
    z-index: 9;
}

.modal .dcBtn {
    margin-top: 20px;
    padding: 11px 70px;
    letter-spacing: 1px;
}

.modal .mCSB_scrollTools {
    width: 8px;
}

.modal .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.modal.browchure {
    overflow-x: hidden;
    overflow-y: auto;
    width: 80%;
    margin: 0 auto;
    height: calc(100vh - 60px);
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.modal.browchure::-webkit-scrollbar {
    display: none;
}

.modal.browchure::-webkit-scrollbar-track {
    display: none;
}

.modal.browchure::-webkit-scrollbar-thumb {
    display: none;
}

.modal.browchure::-webkit-scrollbar-thumb:hover {
    display: none;
}

.modal.browchure .modal-body {
    padding: 40px 20px;
}

.modal.browchure .modal-body .dcBtn {
    padding: 0 15px !important;
    margin-top: 60px;
    width: auto;
}

.modal.browchure .Title {
    margin-bottom: 0px !important;
}

.modal.browchure .modalClose {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 20px;
    cursor: pointer;
    z-index: 99;
}

.modal.browchure .modal-content {
    min-height: 100% !important;
    width: 100% !important;
    padding-bottom: 70px;
}

.modal.browchure .modal-content .Project__slider-wrap__single {
    padding: 0 15px;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg {
    transition: transform 7s ease;
}

.modal.browchure .modal-content .Project__slider-wrap__single .dcBtn {
    width: 155px;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner {
    padding-top: 162.16%;
    position: relative;
    overflow: hidden;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner>a {
    z-index: 3;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity .4s ease;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content {
    position: absolute;
    bottom: 48px;
    left: 40px;
    right: 40px;
    z-index: 3;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content__slide {
    overflow: hidden;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content__slide__inner {
    position: absolute;
    bottom: 95px;
    overflow: hidden;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content__slide__inner h3 {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    font-family: "Sofia Pro";
    text-transform: uppercase;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content__slide__inner h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0 0;
    text-transform: capitalize;
    transition: all .5s ease;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content__slide__inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease, opacity .2s ease;
    margin-bottom: -140px;
}

.modal.browchure .modal-content .Project__slider-wrap__single .Project__slider-wrap__single__bg__inner__content a {
    width: 155px;
    border-color: #FFFFFF;
    color: #ffffff;
}

.modal.browchure .modal-content .Project__slider-wrap__single:hover .Project__slider-wrap__single__inner:before {
    opacity: 1;
}

.modal.browchure .modal-content .Project__slider-wrap__single:hover .Project__slider-wrap__single__bg {
    transform: scale(1.07);
}

.modal.browchure .modal-content .Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content p {
    opacity: 1;
    margin-bottom: 0px !important;
}

.modal.browchure .modal-content .Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content h4 {
    margin-bottom: 30px;
}

.modal.browchure .slick-dots {
    bottom: -35px;
    padding-left: 11px;
    text-align: left;
    display: none;
}

.modal.browchure .slick-dots li {
    width: 35px;
}

.modal.browchure .slick-dots li button {
    border-radius: 50px;
    width: 25px;
    height: 5px;
    background: rgba(0, 85, 164, 0.25);
    padding: 0;
}

.modal.browchure .slick-dots li button:before {
    display: none;
}

.modal.browchure .slick-dots li.slick-active button {
    background: #0055a4;
}

@media (min-width: 1680px) {
    .modal.browchure .modal-body {
        padding: 120px 20px 0;
    }
}

@media (max-width: 992px) {

    /*.whatsapp{
    right: 20px !important;
  }*/
    .careerModal .modalClose {
        position: absolute;
        right: 20px !important;
        z-index: 2;
        height: 24px;
        top: 30px !important;
        cursor: pointer;
    }

    .modal .content_wrapper_width {
        width: 100%;
        margin: 0 auto;
    }

    .modal.browchure .modal-content {
        padding: 0 0 !important;
    }

    .modal.browchure .modal-body {
        padding: 40px 0px;
    }

    .modal.browchure .modal-body .col-md-12 {
        padding: 0 0;
        margin: 0 15px;
    }

    .modal.browchure .modal-body .Project__slider-wrap__single__inner__content__slide__inner p {
        display: none;
    }

    .modal.browchure .modal-body .Project__slider-wrap__single__inner__content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .modal.browchure .modal-body .dcBtn {
        padding: 0;
        margin: 20px 0;
        width: 100%;
    }
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.831373) !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.27) !important;
}

@media (max-width: 768px) {
    .modal .modal-dialog .modal-content {
        padding: 15px 10px;
    }

    .dcForm .dcBtn {
        width: 100% !important;
    }

    .modal .dcBtn {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    #Fwidth {
        padding: 0;
    }

    .modal .modal-title {
        right: 27px;
        left: 25px;
        padding-left: 0;
    }

    .modal.DirectorPopup .modal-dialog .modal-content .founder-image {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 135px;
    }

    .modal.DirectorPopup .close {
        position: fixed;
        top: 9px;
        right: 15px;
    }

    .modal.DirectorPopup .modal-dialog .modalContent {
        margin-top: 140px;
    }

    .modal .mCSB_scrollTools .mCSB_draggerContainer {
        right: -11px;
    }

    .modal .mCSB_inside>.mCSB_container {
        margin-right: 3px;
    }
}

.nice-select {
    height: 48px;
    line-height: 48px;
    text-transform: capitalize;
    font-size: 16px;
}

.nice-select:after {
    width: 5px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    transform: none;
    border: none;
    margin-top: 0;
    right: 16px;
    top: 0px;
    transition: none;
}

.nice-select.open:after {
    right: 15px;
    top: 41px;
    transform: rotate(-179deg);
}

.lg-actions .lg-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.lg-actions .lg-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.slick-slide:focus {
    outline: none;
}

.slick-dots li button:before {
    font-size: 11px;
}

.MobileTab {
    display: none;
}

@media (max-width: 768px) {
    .MobileTab {
        display: block;
    }

    .TabMenus {
        display: none;
    }
}

.textUp span {
    opacity: 0;
    transform: translateY(15px);
    display: inline-block;
    transition: all .5s ease;
    visibility: hidden;
}

.textUp span:nth-child(1) {
    transition-delay: 0.04s;
}

.textUp span:nth-child(2) {
    transition-delay: 0.08s;
}

.textUp span:nth-child(3) {
    transition-delay: 0.12s;
}

.textUp span:nth-child(4) {
    transition-delay: 0.16s;
}

.textUp span:nth-child(5) {
    transition-delay: 0.2s;
}

.textUp span:nth-child(6) {
    transition-delay: 0.24s;
}

.textUp span:nth-child(7) {
    transition-delay: 0.28s;
}

.textUp span:nth-child(8) {
    transition-delay: 0.32s;
}

.textUp span:nth-child(9) {
    transition-delay: 0.36s;
}

.textUp span:nth-child(10) {
    transition-delay: 0.4s;
}

.textUp span:nth-child(11) {
    transition-delay: 0.44s;
}

.textUp span:nth-child(12) {
    transition-delay: 0.48s;
}

.textUp span:nth-child(13) {
    transition-delay: 0.52s;
}

.textUp span:nth-child(14) {
    transition-delay: 0.56s;
}

.textUp span:nth-child(15) {
    transition-delay: 0.6s;
}

.textUp span:nth-child(16) {
    transition-delay: 0.64s;
}

.textUp span:nth-child(17) {
    transition-delay: 0.68s;
}

.textUp span:nth-child(18) {
    transition-delay: 0.72s;
}

.textUp span:nth-child(19) {
    transition-delay: 0.76s;
}

.textUp span:nth-child(20) {
    transition-delay: 0.8s;
}

.textUp span:nth-child(21) {
    transition-delay: 0.84s;
}

.textUp span:nth-child(22) {
    transition-delay: 0.88s;
}

.textUp span:nth-child(23) {
    transition-delay: 0.92s;
}

.textUp span:nth-child(24) {
    transition-delay: 0.96s;
}

.textUp span:nth-child(25) {
    transition-delay: 1s;
}

.textUp span:nth-child(26) {
    transition-delay: 1.04s;
}

.textUp span:nth-child(27) {
    transition-delay: 1.08s;
}

.textUp span:nth-child(28) {
    transition-delay: 1.12s;
}

.textUp span:nth-child(29) {
    transition-delay: 1.16s;
}

.textUp span:nth-child(30) {
    transition-delay: 1.2s;
}

.textUp.anim-active span {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.fadeUp {
    transform: translateY(25px);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.fadeUp.anim-active {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.box-slide-left {
    position: relative;
    transform: translateX(25%);
    transition: all .8s ease;
}

.box-slide-left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .6s ease;
    transition-delay: .2s;
}

.box-slide-left:before {
    content: '';
}

.box-slide-left.anim-active {
    transform: none;
}

.box-slide-left.anim-active:after {
    width: 0;
}

.box-slide-right {
    position: relative;
    transform: translateX(-25%);
    transition: all .8s ease;
}

.box-slide-right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #FFF;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all .6s ease;
    transition-delay: .2s;
}

.box-slide-right:before {
    content: '';
}

.box-slide-right.anim-active {
    transform: none;
}

.box-slide-right.anim-active:after {
    width: 0;
}

.fadeRight {
    visibility: hidden;
}

.fadeRight span {
    opacity: 0;
    display: inline-block;
    transition: opacity .9s ease;
}

.fadeRight span:nth-child(1) {
    transition-delay: 0.07s;
}

.fadeRight span:nth-child(2) {
    transition-delay: 0.14s;
}

.fadeRight span:nth-child(3) {
    transition-delay: 0.21s;
}

.fadeRight span:nth-child(4) {
    transition-delay: 0.28s;
}

.fadeRight span:nth-child(5) {
    transition-delay: 0.35s;
}

.fadeRight span:nth-child(6) {
    transition-delay: 0.42s;
}

.fadeRight span:nth-child(7) {
    transition-delay: 0.49s;
}

.fadeRight span:nth-child(8) {
    transition-delay: 0.56s;
}

.fadeRight span:nth-child(9) {
    transition-delay: 0.63s;
}

.fadeRight span:nth-child(10) {
    transition-delay: 0.7s;
}

.fadeRight span:nth-child(11) {
    transition-delay: 0.77s;
}

.fadeRight span:nth-child(12) {
    transition-delay: 0.84s;
}

.fadeRight span:nth-child(13) {
    transition-delay: 0.91s;
}

.fadeRight span:nth-child(14) {
    transition-delay: 0.98s;
}

.fadeRight span:nth-child(15) {
    transition-delay: 1.05s;
}

.fadeRight span:nth-child(16) {
    transition-delay: 1.12s;
}

.fadeRight span:nth-child(17) {
    transition-delay: 1.19s;
}

.fadeRight span:nth-child(18) {
    transition-delay: 1.26s;
}

.fadeRight span:nth-child(19) {
    transition-delay: 1.33s;
}

.fadeRight span:nth-child(20) {
    transition-delay: 1.4s;
}

.fadeRight span:nth-child(21) {
    transition-delay: 1.47s;
}

.fadeRight span:nth-child(22) {
    transition-delay: 1.54s;
}

.fadeRight span:nth-child(23) {
    transition-delay: 1.61s;
}

.fadeRight span:nth-child(24) {
    transition-delay: 1.68s;
}

.fadeRight span:nth-child(25) {
    transition-delay: 1.75s;
}

.fadeRight span:nth-child(26) {
    transition-delay: 1.82s;
}

.fadeRight span:nth-child(27) {
    transition-delay: 1.89s;
}

.fadeRight span:nth-child(28) {
    transition-delay: 1.96s;
}

.fadeRight span:nth-child(29) {
    transition-delay: 2.03s;
}

.fadeRight span:nth-child(30) {
    transition-delay: 2.1s;
}

.fadeRight span:nth-child(31) {
    transition-delay: 2.17s;
}

.fadeRight span:nth-child(32) {
    transition-delay: 2.24s;
}

.fadeRight span:nth-child(33) {
    transition-delay: 2.31s;
}

.fadeRight span:nth-child(34) {
    transition-delay: 2.38s;
}

.fadeRight span:nth-child(35) {
    transition-delay: 2.45s;
}

.fadeRight span:nth-child(36) {
    transition-delay: 2.52s;
}

.fadeRight span:nth-child(37) {
    transition-delay: 2.59s;
}

.fadeRight span:nth-child(38) {
    transition-delay: 2.66s;
}

.fadeRight span:nth-child(39) {
    transition-delay: 2.73s;
}

.fadeRight span:nth-child(40) {
    transition-delay: 2.8s;
}

.fadeRight span:nth-child(41) {
    transition-delay: 2.87s;
}

.fadeRight span:nth-child(42) {
    transition-delay: 2.94s;
}

.fadeRight span:nth-child(43) {
    transition-delay: 3.01s;
}

.fadeRight span:nth-child(44) {
    transition-delay: 3.08s;
}

.fadeRight span:nth-child(45) {
    transition-delay: 3.15s;
}

.fadeRight span:nth-child(46) {
    transition-delay: 3.22s;
}

.fadeRight span:nth-child(47) {
    transition-delay: 3.29s;
}

.fadeRight span:nth-child(48) {
    transition-delay: 3.36s;
}

.fadeRight span:nth-child(49) {
    transition-delay: 3.43s;
}

.fadeRight span:nth-child(50) {
    transition-delay: 3.5s;
}

.fadeRight.anim-active {
    visibility: visible;
}

.fadeRight.anim-active span {
    opacity: 1;
}

.fadeRightWord {
    visibility: hidden;
}

.fadeRightWord span {
    opacity: 0;
    display: inline-block;
    transition: opacity .9s ease;
}

.fadeRightWord span:nth-child(1) {
    transition-delay: 0.07s;
}

.fadeRightWord span:nth-child(2) {
    transition-delay: 0.14s;
}

.fadeRightWord span:nth-child(3) {
    transition-delay: 0.21s;
}

.fadeRightWord span:nth-child(4) {
    transition-delay: 0.28s;
}

.fadeRightWord span:nth-child(5) {
    transition-delay: 0.35s;
}

.fadeRightWord span:nth-child(6) {
    transition-delay: 0.42s;
}

.fadeRightWord span:nth-child(7) {
    transition-delay: 0.49s;
}

.fadeRightWord span:nth-child(8) {
    transition-delay: 0.56s;
}

.fadeRightWord span:nth-child(9) {
    transition-delay: 0.63s;
}

.fadeRightWord span:nth-child(10) {
    transition-delay: 0.7s;
}

.fadeRightWord span:nth-child(11) {
    transition-delay: 0.77s;
}

.fadeRightWord span:nth-child(12) {
    transition-delay: 0.84s;
}

.fadeRightWord span:nth-child(13) {
    transition-delay: 0.91s;
}

.fadeRightWord span:nth-child(14) {
    transition-delay: 0.98s;
}

.fadeRightWord span:nth-child(15) {
    transition-delay: 1.05s;
}

.fadeRightWord span:nth-child(16) {
    transition-delay: 1.12s;
}

.fadeRightWord span:nth-child(17) {
    transition-delay: 1.19s;
}

.fadeRightWord span:nth-child(18) {
    transition-delay: 1.26s;
}

.fadeRightWord span:nth-child(19) {
    transition-delay: 1.33s;
}

.fadeRightWord span:nth-child(20) {
    transition-delay: 1.4s;
}

.fadeRightWord span:nth-child(21) {
    transition-delay: 1.47s;
}

.fadeRightWord span:nth-child(22) {
    transition-delay: 1.54s;
}

.fadeRightWord span:nth-child(23) {
    transition-delay: 1.61s;
}

.fadeRightWord span:nth-child(24) {
    transition-delay: 1.68s;
}

.fadeRightWord span:nth-child(25) {
    transition-delay: 1.75s;
}

.fadeRightWord span:nth-child(26) {
    transition-delay: 1.82s;
}

.fadeRightWord span:nth-child(27) {
    transition-delay: 1.89s;
}

.fadeRightWord span:nth-child(28) {
    transition-delay: 1.96s;
}

.fadeRightWord span:nth-child(29) {
    transition-delay: 2.03s;
}

.fadeRightWord span:nth-child(30) {
    transition-delay: 2.1s;
}

.fadeRightWord span:nth-child(31) {
    transition-delay: 2.17s;
}

.fadeRightWord span:nth-child(32) {
    transition-delay: 2.24s;
}

.fadeRightWord span:nth-child(33) {
    transition-delay: 2.31s;
}

.fadeRightWord span:nth-child(34) {
    transition-delay: 2.38s;
}

.fadeRightWord span:nth-child(35) {
    transition-delay: 2.45s;
}

.fadeRightWord span:nth-child(36) {
    transition-delay: 2.52s;
}

.fadeRightWord span:nth-child(37) {
    transition-delay: 2.59s;
}

.fadeRightWord span:nth-child(38) {
    transition-delay: 2.66s;
}

.fadeRightWord span:nth-child(39) {
    transition-delay: 2.73s;
}

.fadeRightWord span:nth-child(40) {
    transition-delay: 2.8s;
}

.fadeRightWord span:nth-child(41) {
    transition-delay: 2.87s;
}

.fadeRightWord span:nth-child(42) {
    transition-delay: 2.94s;
}

.fadeRightWord span:nth-child(43) {
    transition-delay: 3.01s;
}

.fadeRightWord span:nth-child(44) {
    transition-delay: 3.08s;
}

.fadeRightWord span:nth-child(45) {
    transition-delay: 3.15s;
}

.fadeRightWord span:nth-child(46) {
    transition-delay: 3.22s;
}

.fadeRightWord span:nth-child(47) {
    transition-delay: 3.29s;
}

.fadeRightWord span:nth-child(48) {
    transition-delay: 3.36s;
}

.fadeRightWord span:nth-child(49) {
    transition-delay: 3.43s;
}

.fadeRightWord span:nth-child(50) {
    transition-delay: 3.5s;
}

.fadeRightWord.anim-active {
    visibility: visible;
}

.fadeRightWord.anim-active span {
    opacity: 1;
}

.opUp {
    transform: translateY(20%);
    position: relative;
    transition: opacity 1s ease, transform .7s ease;
    opacity: 0;
    visibility: hidden;
}

.opUp.anim-active {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.opUp.anim-active:after {
    opacity: 0;
}

.justFade {
    opacity: 0;
    transition: opacity .3s ease .2s;
}

.justFade.anim-active {
    opacity: 1;
}

.textOver>span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.textOver>span:before {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #386d37;
    transform: translateX(-110%);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 5;
}

.textOver>span span {
    opacity: 0;
    transition: opacity .1s ease;
    transition-delay: .4s;
}

.textOver>span span:before {
    content: '';
    display: none;
}

.textOver.anim-active span span {
    color: #386d37;
    opacity: 1;
    transition-delay: .4s;
}

.textOver.anim-active>span:before {
    transform: none;
    animation: goright cubic-bezier(0.76, 0, 0.24, 1);
    animation-duration: .6s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes goright {
    100% {
        width: 0;
    }
}

.boxOver {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.boxOver.anim-active {
    opacity: 1;
}

.anim-parent .fadeUp:nth-of-type(2) {
    transition-delay: 0.1s;
}

.anim-parent .fadeUp:nth-of-type(3) {
    transition-delay: 0.15s;
}

.anim-parent .fadeUp:nth-of-type(4) {
    transition-delay: 0.2s;
}

.anim-parent .fadeUp:nth-of-type(5) {
    transition-delay: 0.25s;
}

.anim-parent .fadeUp:nth-of-type(6) {
    transition-delay: 0.3s;
}

.anim-parent .fadeUp:nth-of-type(7) {
    transition-delay: 0.35s;
}

.anim-parent .fadeUp:nth-of-type(8) {
    transition-delay: 0.4s;
}

.anim-parent .fadeUp:nth-of-type(9) {
    transition-delay: 0.45s;
}

.anim-parent .fadeUp:nth-of-type(10) {
    transition-delay: 0.5s;
}

.anim-parent .fadeUp:nth-of-type(11) {
    transition-delay: 0.55s;
}

.anim-parent .fadeUp:nth-of-type(12) {
    transition-delay: 0.6s;
}

.anim-parent .fadeUp:nth-of-type(13) {
    transition-delay: 0.65s;
}

.anim-parent .fadeUp:nth-of-type(14) {
    transition-delay: 0.7s;
}

.anim-parent .fadeUp:nth-of-type(15) {
    transition-delay: 0.75s;
}

.anim-parent .fadeUp:nth-of-type(16) {
    transition-delay: 0.8s;
}

.anim-parent .fadeUp:nth-of-type(17) {
    transition-delay: 0.85s;
}

.anim-parent .fadeUp:nth-of-type(18) {
    transition-delay: 0.9s;
}

.anim-parent .fadeUp:nth-of-type(19) {
    transition-delay: 0.95s;
}

.anim-parent .fadeUp:nth-of-type(20) {
    transition-delay: 1s;
}

.anim-parent .fadeUp:nth-of-type(21) {
    transition-delay: 1.05s;
}

.anim-parent .fadeUp:nth-of-type(22) {
    transition-delay: 1.1s;
}

.anim-parent .fadeUp:nth-of-type(23) {
    transition-delay: 1.15s;
}

.anim-parent .fadeUp:nth-of-type(24) {
    transition-delay: 1.2s;
}

.anim-parent .fadeUp:nth-of-type(25) {
    transition-delay: 1.25s;
}

.anim-parent .fadeUp:nth-of-type(26) {
    transition-delay: 1.3s;
}

.anim-parent .fadeUp:nth-of-type(27) {
    transition-delay: 1.35s;
}

.anim-parent .fadeUp:nth-of-type(28) {
    transition-delay: 1.4s;
}

.anim-parent .fadeUp:nth-of-type(29) {
    transition-delay: 1.45s;
}

.anim-parent .fadeUp:nth-of-type(30) {
    transition-delay: 1.5s;
}

.anim-parent .textOver.anim-active:nth-child(2)>span:before {
    transition-delay: 0.4s;
    animation-delay: 0.6s;
}

.anim-parent .textOver.anim-active:nth-child(2)>span span {
    transition-delay: 0.8s;
}

.anim-parent .textOver.anim-active:nth-child(3)>span:before {
    transition-delay: 0.6s;
    animation-delay: 0.9s;
}

.anim-parent .textOver.anim-active:nth-child(3)>span span {
    transition-delay: 1.2s;
}

.anim-parent .textOver.anim-active:nth-child(4)>span:before {
    transition-delay: 0.8s;
    animation-delay: 1.2s;
}

.anim-parent .textOver.anim-active:nth-child(4)>span span {
    transition-delay: 1.6s;
}

.anim-parent .textOver.anim-active:nth-child(5)>span:before {
    transition-delay: 1s;
    animation-delay: 1.5s;
}

.anim-parent .textOver.anim-active:nth-child(5)>span span {
    transition-delay: 2s;
}

.anim-parent .textOver.anim-active:nth-child(6)>span:before {
    transition-delay: 1.2s;
    animation-delay: 1.8s;
}

.anim-parent .textOver.anim-active:nth-child(6)>span span {
    transition-delay: 2.4s;
}

.anim-parent .textOver.anim-active:nth-child(7)>span:before {
    transition-delay: 1.4s;
    animation-delay: 2.1s;
}

.anim-parent .textOver.anim-active:nth-child(7)>span span {
    transition-delay: 2.8s;
}

.anim-parent .textOver.anim-active:nth-child(8)>span:before {
    transition-delay: 1.6s;
    animation-delay: 2.4s;
}

.anim-parent .textOver.anim-active:nth-child(8)>span span {
    transition-delay: 3.2s;
}

.anim-parent .textOver.anim-active:nth-child(9)>span:before {
    transition-delay: 1.8s;
    animation-delay: 2.7s;
}

.anim-parent .textOver.anim-active:nth-child(9)>span span {
    transition-delay: 3.6s;
}

.anim-parent .textOver.anim-active:nth-child(10)>span:before {
    transition-delay: 2s;
    animation-delay: 3s;
}

.anim-parent .textOver.anim-active:nth-child(10)>span span {
    transition-delay: 4s;
}

.anim-parent .boxOver.anim-active:nth-of-type(2):before {
    transition-delay: 0.4s;
}

.anim-parent .boxOver.anim-active:nth-of-type(3):before {
    transition-delay: 0.6s;
}

.anim-parent .boxOver.anim-active:nth-of-type(4):before {
    transition-delay: 0.8s;
}

.anim-parent .boxOver.anim-active:nth-of-type(5):before {
    transition-delay: 1s;
}

.anim-parent .boxOver.anim-active:nth-of-type(6):before {
    transition-delay: 1.2s;
}

.anim-parent .boxOver.anim-active:nth-of-type(7):before {
    transition-delay: 1.4s;
}

.anim-parent .boxOver.anim-active:nth-of-type(8):before {
    transition-delay: 1.6s;
}

.anim-parent .boxOver.anim-active:nth-of-type(9):before {
    transition-delay: 1.8s;
}

.anim-parent .boxOver.anim-active:nth-of-type(10):before {
    transition-delay: 2s;
}

.img-preloader {
    position: relative;
}

.img-preloader:after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url("../images/static/blur-background.jpg");
    transition: .5s ease;
}

.img-preloader.OfIt:after {
    opacity: 0;
}

.site-error {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.site-error:after {
    background: rgba(0, 0, 0, 0.701961);
}

.site-error_content {
    color: #FFF;
    z-index: 9;
    font-size: 30px;
}

.site-error .promo__item__about__title {
    display: block;
}

.site-error .promo__item__about__explore {
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
}

.message-shadow {
    position: fixed;
    right: 48px;
    bottom: 13px;
    height: 49px;
    width: 49px;
    background: rgba(0, 0, 0, 0.09);
    z-index: 41;
    border-radius: 100%;
    display: none;
}

.msg_cont_wrap.bx_shadow {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.msg_cont_wrap {
    width: 95px;
    height: 90px;
    position: fixed;
    z-index: 99999;
    right: 70px;
    bottom: 52px;
    overflow: hidden;
    display: none;
}

.msg_cont_wrap .mt-20.text-center {
    text-align: left !important;
    padding-left: 31px;
}

.msg_cont {
    background: #386d37;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 23px;
    box-shadow: 0px 0px 13px -5px #000000;
    border-radius: 100%;
    cursor: pointer;
    transition: all .5s ease;
}

.msg_cont:before {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #02A0C7;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomIt ease infinite;
    animation-duration: 2.5s;
    opacity: 0;
}

.msg_cont:after {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #02A0C7;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomItNd ease infinite;
    opacity: 0;
    animation-duration: 2.5s;
    animation-delay: .3s;
}

@keyframes zoomIt {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomItNd {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.msg_icon {
    bottom: 32px;
    position: absolute;
    right: 46px;
    z-index: 101;
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.msg_form {
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #FFF;
    right: -500px;
    padding-top: 63px;
}

.msg_form .title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.6px;
}

.msg_form .form-group {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.msg_form .form-control {
    color: #000 !important;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1;
    height: auto;
    font-weight: 400;
}

.msg_form h3 {
    color: rgba(36, 40, 62, 0.9);
    padding-left: 30px;
}

.msg_form .btn {
    border-radius: 0;
    margin-top: 27px;
    width: 130px;
    height: 40px;
    background: transparent;
    border: 1px solid #386d37;
    color: #386d37;
}

.msg_form .btn:hover {
    color: #FFF;
    background: #386d37;
}

.msg_form input,
.msg_form textarea {
    color: #24283e !important;
}

.msg_form::-webkit-input-placeholder {
    color: #24283e !important;
}

.msg_form:-moz-placeholder {
    color: #24283e !important;
}

.msg_form::-moz-placeholder {
    color: #24283e !important;
}

.msg_form:-ms-input-placeholder {
    color: #24283e !important;
}

.msg_form .form-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.msg_cont:hover>img {
    bottom: 170px;
    position: absolute;
    right: 170px;
    z-index: 999;
}

.msg_icon+.msg_cont_wrap.msg_closed:hover .msg_cont {
    width: 200px !important;
    height: 200px !important;
    right: -100px !important;
    bottom: -100px !important;
    border-radius: 150px !important;
}

.close_btn {
    position: absolute;
    right: 20px;
    top: 28px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

.msg_cont_wrap .title {
    position: absolute;
    z-index: 991;
    left: 29px;
    right: 0;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: left;
    padding-left: 0;
    top: 34px;
    display: none;
}

.msg_opened .close_btn {
    opacity: 1;
}

.msg_opened .msg_cont:after {
    display: none;
}

.msg_opened .msg_cont:before {
    display: none;
}

@media (width: 1440px) {
    .msg_cont_wrap {
        right: 27px;
    }
}

@media (max-width: 767px) {
    .msg_cont_wrap {
        right: 0;
    }

    .msg_cont {
        right: 20px;
    }

    .msg_icon {
        right: 30px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Header {
    height: 75px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: transform .3s ease, background .3s ease, padding .3s ease !important;
}

.Header .container {
    position: relative;
}

.Header__left {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    padding: 0;
}

.Header__left .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.Header__left .menu-list ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.Header__left .menu-list ul .menu_items {
    position: relative;
    padding-top: 27px;
    padding-bottom: 25px;
}

.Header__left .menu-list ul .menu_items:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    transition: 0.5s ease;
    background: #FFFFFF;
}

.Header__left .menu-list ul .menu_items:hover:after {
    width: 100%;
}

.Header__left .menu-list ul .menu_items ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 250px;
    padding: 30px;
    transition: opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.Header__left .menu-list ul .menu_items ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.Header__left .menu-list ul .menu_items ul li:first-child {
    padding-top: 0px;
}

.Header__left .menu-list ul .menu_items ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.Header__left .menu-list ul .menu_items a {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (max-width: 1005px) {
    .Header__left .menu-list {
        display: none;
    }
}

.Header__left .menu-list ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.Header__left .hamburger {
    display: none;
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: 25px;
    cursor: pointer;
    z-index: 99;
}

@media (max-width: 1005px) {
    .Header__left .hamburger {
        display: block;
    }
}

.Header__left .hamburger span {
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
}

.Header__left .hamburger span:nth-child(2) {
    margin-bottom: 8px;
    margin-top: 8px;
}

.Header__left img {
    height: 45px;
}

.Header__right {
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
    padding-bottom: 20px;
}

.Header__right .call-btn {
    border: 1px solid white;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1005px) {
    .Header__right .call-btn {
        background-color: unset;
    }
}

.Header__right:hover:after {
    opacity: 1;
}

.Header__right:hover span:after {
    width: 100%;
}

.Header__right.menuToggle:after {
    width: 50px;
}

.Header.ShowIt {
    position: fixed;
    z-index: 1039;
    transform: translateY(0);
}

.Header.ShowIt .container:after {
    display: none;
}

.Header.ShowIt span {
    background-color: #fff !important;
}

.Header.Bg {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.Header.HideIt {
    position: fixed;
    transform: translateY(-150%);
}

.no-border .Header .container:after {
    display: none !important;
}

.menuOpened .Header.Bg,
.menuOpened .Header {
    background-color: transparent;
    box-shadow: none;
}

.menuOpened .cc-7doi {
    opacity: 0 !important;
}

@media (max-width: 1005px) {
    .Header__right {
        padding-top: 0;
        position: absolute;
        top: 8px;
        right: 50px;
    }

    .Header__right .call-btn {
        gap: 10px;
        background-color: unset;
        visibility: hidden;
    }

    .Header__left .logo {
        padding-right: 122px;
    }

    .hamburger span {
        background: #FFF !important;
    }

    .Header__left img {
        height: 45px;
    }
}

.MenuItems {
    position: fixed;
    z-index: 98;
    background: #0366C2;
    padding-top: 123px;
    top: 0;
    display: none;
    width: 100%;
    height: 100vh;
}

.MenuItems__top {
    height: calc(100vh - 200px);
    display: flex;
    padding: 100px 50px;
    position: relative;
    background: #0366C2;
}

.MenuItems__top__bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
}

.MenuItems__top__bg ul li.modify-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #0366C2;
    z-index: 2;
    background-size: cover;
    background-blend-mode: multiply;
    inset: 0px;
    transition: all .6s ease;
    opacity: 0;
}

.MenuItems__top__bg ul li.active {
    opacity: 1 !important;
}

.MenuItems__top__bg.bg-position li {
    background-position: bottom !important;
}

.MenuItems__top .modify-img {
    display: none;
}

.MenuItems__top__single {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    height: max-content;
}

.MenuItems__top__single>a {
    font-size: 25px;
    width: 100%;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 28px;
    transition: letter-spacing .6s ease;
}

.MenuItems__top__single>a:hover {
    letter-spacing: 2px;
}

.MenuItems__top__single ul {
    text-align: left;
}

.MenuItems__top__single ul li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 28px;
    transition: padding .4s ease;
}

.MenuItems__top__single ul li a:hover {
    padding-left: 10px;
}

.MenuItems__top__single ul li:nth-last-of-type(1) a {
    margin-bottom: 0;
}

.MenuItems .Footer__social ul {
    border: none;
    padding-top: 0;
    text-align: center;
}

@media (max-width: 1005px) {
    .MenuItems {
        height: 100vh;
        padding-top: 170px;
    }

    .MenuItems__top {
        height: auto;
        display: block;
        padding: 0px 0px 0 0px;
        position: relative;
        background: #0366C2;
        min-height: calc(100vh - 270px);
    }

    .MenuItems__top__bg {
        display: none !important;
    }

    .MenuItems__top__single {
        display: block;
        width: 100%;
    }

    .MenuItems__top__single>a {
        font-size: 24px;
        display: block;
        margin-bottom: 30px;
    }

    .MenuItems__top__single ul {
        display: none;
    }

    .MenuItems .Footer__social {
        margin-top: 50px;
    }

    .MenuItems__top__single {
        position: relative;
    }

    .MenuItems__top__single:after {
        content: '';
        background-image: url("../images/static/close.svg");
        background-size: 13px;
        position: absolute;
        right: -25px;
        height: 80px;
        width: 80px;
        top: -26px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(45deg);
        margin: auto;
        z-index: 3;
        display: none;
        transition: all .4s ease;
    }

    .MenuItems__top__single ul {
        margin-bottom: 30px;
    }

    .MenuItems__top__single.hasChild:after {
        display: block;
    }

    .MenuItems__top__single.active:after {
        transform: none;
    }

    .MenuItems__top__single.active>a {
        color: #41A843;
    }

    .MenuItems__top__single.active>a ul li a {
        color: #d4d4d4 !important;
    }
}

.Footer .container {
    position: relative;
    z-index: 2;
}

.Footer__top-left>a img {
    margin-bottom: 50px;
    height: 100px;
}

.Footer__top-left p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 23px;
}

.Footer__top-left h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.Footer__top-left h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 30px;
    background: #386d37;
}

.Footer__top-left p a {
    color: #ffffff;
    text-transform: capitalize;
}

.Footer__top-left p a:hover {
    text-decoration: underline !important;
}

.Footer__top-left p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.Footer__top-left_menu {
    display: flex;
    justify-content: space-between;
}

.Footer__top-right ul {
    margin-top: 28px;
}

.Footer__top-right ul li {
    display: inline-block;
}

.Footer__top-right ul li a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}

.Footer__top-right ul li a:hover {
    text-decoration: underline !important;
}

.Footer__social {
    margin-top: 31px;
}

.Footer__social ul {
    display: flex;
    /* justify-content: end; */
    /* padding-top: 32px;
  padding-bottom: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21); */
}

.Footer__social ul li {
    display: inline-block;
}

.Footer__social ul li a {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.Footer__social ul li:nth-of-type(1) a {
    /* margin-right: 5px; */
}

.Footer__social ul li:nth-of-type(2) a {
    /* background-position-x: -25px; */
    background-position-y: 0px;
}

.Footer__social ul li:nth-of-type(3) a {
    /* background-position-x: -60px; */
    background-position-y: 0px;
}

.Footer__social ul li:nth-of-type(4) a {
    /* background-position-x: -96px; */
    background-position-y: 0px;
}

.Footer__social ul li:nth-of-type(5) a {
    /* background-position-x: -132px; */
    background-position-y: 0px;
}

.Footer__copyright {
    border-top: 1px solid white;
    padding-top: 20px;
    margin-top: 32px;
}

.Footer__copyright p {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 20px;
}

.Footer__copyright p a {
    color: #ffffff;
}

.Footer__copyright p a:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .Header__right:after {
        display: none !important;
    }
}

.nice-select:after {
    content: '' !important;
    background-image: url("../images/static/nice-caret.svg");
    background-repeat: no-repeat;
    background-position: center;
    right: 2px !important;
    height: 100%;
    width: 40px !important;
}

.Products__short .nice-select.open:after {
    top: -15px !important;
    right: 14px !important;
}

/* .slick-hidden {
  display: none !important;
} */

.slick-list>div {
    margin-left: 0;
}

.bg-position {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.slick-disabled {
    opacity: .2;
}

.disabled {
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .MenuItems__top__single>a {
        font-size: 20px;
    }

    .container,
    .container-fluid {
        overflow: hidden;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
}

.slick-list>div {
    margin-left: 0;
}

@media (min-width: 991px) {
    .isSafari .col-md-6 {
        padding: 0 !important;
    }

    .isSafari .overview {
        padding: 50px 0px 0px 50px;
    }

    .isSafari .overview .Bredcum,
    .isSafari .overview h1,
    .isSafari .overview h4,
    .isSafari .overview .location {
        margin-right: 40px;
    }
}

.whatsapp {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 28px;
    bottom: 90px;
}

.whatsapp svg {
    height: 50px;
}

.modal.asTeamMemberModal .modal-dialog .modal-content {
    padding: 30px 0 100px !important;
}

.modal.asTeamMemberModal .modal-dialog .modal-content .modal-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal.asTeamMemberModal .modal-dialog .modal-content .modal-header .Title {
    margin-bottom: 0 !important;
}

.modal.asTeamMemberModal .modal-body {
    padding: 60px 0 0;
    overflow: hidden;
}

.modal.asTeamMemberModal .modal-body .row {
    margin: 0;
}

.modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__text-wapper {
    padding-left: 0;
    padding-right: 150px;
}

.modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__text-wapper .Title {
    margin: 0;
}

.modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__text-wapper .modal-designation {
    margin: 15px 0 60px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

.modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__image-wapper {
    padding-right: 0;
}

.modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__image-wapper .modal-image {
    position: relative;
    padding-top: 110%;
}

.modal.asTeamMemberModal .modalClose {
    top: 35px;
}

@media (max-width: 767px) {
    .modal.asTeamMemberModal .modal-dialog .modal-content .modal-header {
        padding: 0 15px 30px !important;
    }

    .modal.asTeamMemberModal .modal-body .row .remembering-modal__dialog__content__body__text-wapper {
        margin-bottom: 40px;
    }
}

.careerModal .container {
    position: relative;
}

.careerModal .modalClose {
    position: absolute;
    right: 0;
    z-index: 2;
    height: 24px;
    top: 67px;
    cursor: pointer;
}

.careerModal .modal-content {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.careerModal .modal-content .Title {
    font-size: 36px;
    line-height: 36px;
    color: #386d37;
    margin-bottom: 60px;
}

.careerModal .modal-content h4 {
    color: #1a1818;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 500;
}

.careerModal .modal-content p {
    font-size: 16px;
    line-height: 27px;
    color: #1A1818;
}

.careerModal .dcBtn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-color: #41A843;
    margin-top: 32px;
    color: #1a1818;
    padding: 0;
}

.browchure-auto {
    background: transparent !important;
    padding-right: 0;
    top: 0;
    z-index: 9999999999;
}

.browchure-auto .modal-content {
    background-color: transparent;
}

.browchure-auto .modal-content .modalClose {
    top: 100px !important;
}

.browchure-auto .modal-content .modal-header img {
    margin-right: 175px;
}

@media (max-width: 992px) {
    .browchure-auto .modal-content .modal-header img {
        margin-right: 100px;
    }
}

@media (max-width: 767px) {
    .browchure-auto .modal-content .modal-header img {
        margin-right: 50px;
    }
}

.browchure-auto .modal-content .modal-body {
    background: #fff;
    margin: 0 140px;
    padding: 60px 0;
}

.browchure-auto .modal-content .modal-body .content_wrapper_width {
    width: 70%;
}

@media (max-width: 991px) {
    .browchure-auto .modal-content .modal-body {
        margin: 0 60px;
    }

    .browchure-auto .modal-content .modal-body .content_wrapper_width {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .browchure-auto .modal-content .modal-body {
        margin: 0;
        padding: 60px 15px;
    }

    .browchure-auto .modal-content .modal-body .content_wrapper_width {
        width: 90%;
    }
}

@font-face {
    font-family: 'Sofia Pro';
    src: url("../fonts/SofiaPro-Bold.html") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url("../fonts/SofiaPro-Medium.html") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.home-slider {
    background: #000;
    height: calc(var(--vh, 1vh) * 100);
}

.home-slider .container {
    height: 100%;
}

.home-slider .tp-parallax-wrap {
    left: unset !important;
}

.home-slider .tp-bullets,
.home-slider .tp-tabs,
.home-slider .tp-thumbs {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
    left: unset !important;
    right: 115px !important;
    transform: rotate(180deg) !important;
    height: 100% !important;
    top: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
}

.home-slider .persephone .tp-bullet {
    width: 6px;
    height: 6px;
    position: relative !important;
    background: white !important;
    border: none !important;
    cursor: pointer;
    box-sizing: content-box;
    margin-top: 25px;
    border-radius: 50% !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
}

.home-slider .persephone .tp-bullet.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
}

.home-slider .persephone.tp-bullets:before {
    display: none !important;
}

.home-slider .h_title {
    font-family: "Sofia Pro" !important;
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 48px;
    color: #FFFFFF;
    text-transform: uppercase !important;
    text-shadow: 1px 2px 5px #000000;
    margin: 15px 0px 0px !important;
    margin-top: 10px !important;
}

.custom-button {
    background: #386d37;
    color: white;
    font-size: 18px !important;
    border-radius: 20px !important;
    padding: 5px 30px !important;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    /* border: 1px solid #aa8453 !important; */
    border: none;
    outline: none;
    margin-top: 15px !important;
}

.home-slider .p_title {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: 20px !important;
    text-transform: none;
    font-family: "Poppins" !important;
}

.home-slider .mBtn {
    margin-top: 20px !important;
    border-color: #ffffff !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 0 40px !important;
    border-radius: 30px;
    overflow: hidden;
    height: 40px !important;
    line-height: 0 !important;
}

.home-slider .mBtn span {
    line-height: 38px !important;
}

.home-slider .mBtn:after {
    border-radius: 30px;
}

.home-slider .mBtn:hover {
    border-color: #386d37 !important;
}

.home-slider .mBtn:hover:after {
    border-color: #386d37;
}

.home-slider .zeus.tparrows {
    min-width: 40px !important;
    min-height: 40px !important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF !important;
}

.home-slider .zeus.tparrows:before {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 40px;
}

.home-slider .tp-leftarrow {
    left: 40px;
}

.home-slider .tp-rightarrow {
    right: 0;
    left: unset !important;
}

.Banner-slider {
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100);
}

.Banner-slider__menu {
    position: absolute;
    width: 100%;
    bottom: 70px;
    z-index: 5;
    background: #386d37;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    height: 50px;
    line-height: 50px;
}

.Banner-slider__menu ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    display: inline-block;
}

.Banner-slider__menu ul li img:nth-of-type(1) {
    margin-right: 20px;
}

.Banner-slider__menu ul li img:nth-of-type(2) {
    margin-left: 37px;
    margin-right: 30px;
}

.Banner-slider__menu ul li a {
    display: inline-block;
    margin-right: 41px;
    color: white;
    transition: color .3s ease;
    position: relative;
}

.Banner-slider__menu ul li a:before {
    content: '';
    position: absolute;
    height: 1px;
    top: -16px;
    left: 0;
    background: #ffffff;
    width: 0;
    transition: all .35s ease;
}

.Banner-slider__menu ul li a:hover {
    color: rgba(255, 255, 255, 0.66);
}

.Banner-slider__menu ul li a:hover:before {
    width: 100%;
}

.Banner-slider__menu-mobile {
    display: none;
}

.MissionVision__single__left {
    padding-top: 80.70%;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.MissionVision__single__left .modify-img {
    transition: transform 1s ease;
    transform: scale(1.01);
}

.MissionVision__single__left a {
    align-items: center;
    justify-content: center;
    display: flex;
}

.MissionVision__single__left a .Play {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
}

.MissionVision__single__left a .Play:before {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #FFF;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomIt ease infinite;
    animation-duration: 2.5s;
    opacity: 0;
}

.MissionVision__single__left a .Play:after {
    content: '';
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border: 1px solid #FFF;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    animation: zoomItNd ease infinite;
    opacity: 0;
    animation-duration: 2.5s;
    animation-delay: .3s;
}

.MissionVision__single__left a img {
    position: relative;
}

.MissionVision__single__left:hover .modify-img {
    transform: scale(1.04);
}

.MissionVision__single__right {
    padding-right: 100px;
}

.MissionVision__single__right .Title {
    margin: 0 0 30px;
}

.MissionVision__single__right p {
    font-size: 14px;
    color: #1B1D1D;
    line-height: 21px;
    margin-bottom: 14px;
}

.MissionVision__single__right p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.MissionVision__single__right a {
    margin-top: 50px;
}

@keyframes playZoom {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes playZoomNd {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.09);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.Project {
    background: #F8F8F8;
    position: relative;
}

.Project__title {
    margin-bottom: 48px;
}

.Project .container {
    position: relative;
    overflow: hidden;
}

.Project .Project-nav {
    position: absolute;
    right: 15px;
    bottom: 50px;
}

.Project .Project-nav ul li {
    display: inline-block;
    cursor: pointer;
}

.Project .Project-nav ul li:nth-of-type(1) {
    margin-right: 9px;
}

.Project__slider-wrap__single {
    padding: 0 15px;
}

.Project__slider-wrap__single__bg {
    transition: transform 7s ease;
}

.Project__slider-wrap__single__inner {

    padding-top: 162.16%;
    position: relative;
    overflow: hidden;
}

.Project__slider-wrap__single__inner>a {
    z-index: 3;
}

.Project__slider-wrap__single__inner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;

    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    opacity: 1;
    transition: opacity .4s ease;
}

.Project__slider-wrap__single__inner__content {
    position: absolute;
    bottom: 48px;
    left: 40px;
    right: 40px;
    z-index: 3;
}

.Project__slider-wrap__single__inner__content__slide {
    overflow: hidden;
}

.Project__slider-wrap__single__inner__content__slide__inner {
    position: absolute;
    bottom: 95px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.Project__slider-wrap__single__inner__content__slide__inner h3 {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    font-family: "Sofia Pro";
    text-transform: uppercase;
}

.Project__slider-wrap__single__inner__content__slide__inner h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0 0;
    text-transform: capitalize;
    transition: all .5s ease;
}

.Project__slider-wrap__single__inner__content__slide__inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease, opacity .2s ease;
    margin-bottom: -140px;
}

.Project__slider-wrap__single__inner__content a {
    width: 155px;
    border-color: #FFFFFF;
    color: #ffffff;
    margin-top: 0;
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner:before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.00) 0%, rgba(0, 0, 0, 10) 100%);
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__bg {
    transform: scale(1.07);
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content p {
    opacity: 1;
    margin-bottom: 0px !important;
}

.Project__slider-wrap__single:hover .Project__slider-wrap__single__inner__content h4 {
    margin-bottom: 30px;
}

.popup-modal {
    padding-right: 0 !important;
    height: unset !important;
    width: 55% !important;
    overflow: visible !important;
}

@media (max-width: 768px) {
    .popup-modal {
        width: 80% !important;
    }
}

.popup-modal .modal-dialog {
    padding: 0 !important;
    min-height: unset !important;
    height: unset !important;
}

.popup-modal .modal-content {
    padding: 0 !important;
    height: unset !important;
}

@media (max-width: 768px) {
    .popup-modal .modal-content {
        overflow: visible !important;
    }
}

.popup-modal .modal-header img {
    top: 0 !important;
    right: -30px !important;
}

@media (max-width: 768px) {
    .popup-modal .modal-header img {
        right: -25px !important;
    }
}

.popup-modal .modal-body {
    padding: 0 !important;
    height: unset !important;
    z-index: 10;
}

.popup-modal .modal-body a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.popup-modal .modal-body a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity .4s ease;
}

.popup-modal .modal-body a:hover:before {
    opacity: 1;
}

.popup-modal .popup-image {
    background: #F8F8F8;
    padding-top: calc(500 / 770 * 100%) !important;
    overflow: hidden;
}

.popup-modal .popup-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.landOwner {
    background-color: #FFF;
}

.landOwner .Flex {
    justify-content: space-between;
}

.landOwner .Flex .col-md-6 {
    width: calc(50% - 85px);
}

.landOwner .subTitle {
    margin-bottom: 15px;
    color: #ffffff;
}

.landOwner .Title {
    font-size: 28px;
    line-height: 24px;
    color: #ffffff;
    transition: all .3s ease;
}

.landOwner__left {
    padding: 120px 25px 120px 44px;
    position: relative;
    margin-left: 15px;
}

.landOwner__left__single {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.landOwner__left__single:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.51);
    left: 0;
    bottom: 0;
}

.landOwner__left__single:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.landOwner__left__single:nth-last-of-type(1):after {
    display: none;
}

.landOwner__left__single img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
}

.landOwner__left__single:hover .Title {
    letter-spacing: 2px;
}

.landOwner__right .modify-img {
    position: unset;
    width: 100%;
    height: 100%;
}

.landOwner__right__slider {
    background: #ffffff;
    padding: 80px 40px 40px 40px;
    border: 1px solid #707070;
    position: relative;
    z-index: 5;
    height: 100%;
    overflow: hidden;
}

.landOwner__right__slider .landOwner-init {
    height: 100%;
}

.landOwner__right__slider__single__text {
    margin-bottom: 66px;
    margin-top: 53px;
}

.landOwner__right__slider__single__text h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #1A1818;
    text-transform: uppercase;
    position: relative;
    font-family: "Sofia Pro";
}

.landOwner__right__slider__single__text h2:before {
    position: absolute;
    left: 0;
    top: -50px;
    content: '';
    height: 34px;
    background-image: url("../images/static/ct-left.svg");
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
}

.landOwner__right__slider__single__text h2:after {
    position: absolute;
    right: 0;
    bottom: -50px;
    content: '';
    height: 34px;
    background-image: url("../images/static/ct-right.svg");
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
}

.landOwner__right__slider__single__bottom h4 {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.landOwner__right__slider__single__bottom p {
    font-size: 16px;
    line-height: 20px;
    color: #1A1818;
}

.landOwner .slick-dots {
    display: flex;
    justify-content: flex-end;
    z-index: 5;
    right: -10px;
    text-align: right;
    bottom: 36px;
}

.landOwner .slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    display: flex;
    background: transparent;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.landOwner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #1A1818;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0.4;
}

.landOwner .slick-dots li button:before {
    display: none;
}

.landOwner .slick-dots li.slick-active {
    background: transparent;
    border: 1px solid #1A1818;
}

.landOwner .slick-dots li.slick-active button {
    opacity: 1;
}

.landOwner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.homeForm {
    background: #FFF;
}

.homeForm .subTitle {
    color: rgba(255, 255, 255, 0.51);
}

.homeForm .Title {
    color: #ffffff;
}

.homeForm__left {
    padding: 106px 70px 90px 70px;
    margin-left: 15px;
}

.homeForm__left__inner__content {
    position: relative;
    z-index: 2;
}

.homeForm__left__inner__content__count {
    display: flex;
    position: relative;
}

.homeForm__left__inner__content__count:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 20px;
}

.homeForm__left__inner__content__count:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
}

.homeForm__left__inner__content__count .single-count {
    text-align: center;
    width: 33%;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.homeForm__left__inner__content__count .single-count p {
    font-size: 56px;
    font-family: "Sofia Pro";
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.homeForm__left__inner__content__count .single-count h4 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

.homeForm__right__form {
    background: #FFF;
    display: flex;
    height: 100%;
    box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    position: relative;
    z-index: 3;
}

.homeForm__right__form .Title {
    color: #1a1818;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 30px;
}

.homeForm__right__form .form-group {
    margin-bottom: 20px;
}

.homeForm__right__form .form-group:nth-last-of-type(1) {
    margin-bottom: 0;
}

.homeForm__right__form .form-control {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-color: #386d37;
    border-radius: 0;
}

.homeForm__right__form .form-control:focus {
    border-color: #41A843;
}

.homeForm__right__form .current {
    font-size: 14px;
    font-weight: 300;
    color: #1a1818;
}

.homeForm__right__form .nice-select {
    font-size: 14px;
    border-color: #1A1818;
}

.homeForm__right__form .Select {
    height: 50px;
}

.homeForm__right__form .dcBtn {
    border-color: #1A1818;
    width: 155px;
    margin-top: 10px;
    letter-spacing: 1px;
}

::placeholder {
    color: rgba(26, 24, 24, 0.76) !important;
    text-transform: capitalize !important;
}

.map-content {
    height: 100vh;
    max-height: 680px;
    overflow: hidden;
    position: relative;
}

.map-content .tab-content {
    border: 1px solid #34A853;
}

.map-content #map {
    height: 100vh;
    max-height: 680px;
}

.map-content .map-popup .texts h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}

.map-content .map-popup .texts h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}

.map-content .map-popup .texts p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.map-content .map-popup .texts a.trigger-map {
    width: 50px;
    height: 25px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-content .map-popup .texts a.trigger-map img {
    position: relative;
    animation: pulseRight alternate linear infinite;
    animation-duration: .6s;
}

.map-content .map-popup .texts a.trigger-map:hover img {
    animation-play-state: paused;
}

@keyframes pulseRight {
    0% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(4px);
    }
}

.map-content .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 30px 10px 20px 30px !important;
    width: 300px !important;
}

.map-content .gm-style-mtc {
    display: none !important;
}

.map-content .gm-fullscreen-control {
    display: none !important;
}

.map-content .gm-bundled-control .gmnoprint {
    border: 1px solid #666666;
}

.map-content button.gm-ui-hover-effect {
    top: -1px !important;
    right: -1px !important;
}

.map-content .MapPopup-wrap img.SlideOut {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    height: 14px;
    cursor: pointer;
}

.map-content .MapPopup-wrap__single {
    position: fixed;
    height: 100vh;
    width: 420px;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 60px 40px 25px 40px;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transform: translate(100%);
}

.map-content .MapPopup-wrap__single:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    bottom: 0;
}

.map-content .MapPopup-wrap__single.slideIn {
    transform: none;
}

.map-content .MapPopup-wrap__single__content__header {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.map-content .MapPopup-wrap__single__content__header h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.map-content .MapPopup-wrap__single__content__header h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

.map-content .MapPopup-wrap__single__content__body {
    height: calc(100vh - 280px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.map-content .MapPopup-wrap__single__content__body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}

.map-content .MapPopup-wrap__single__content__body__gallery {
    margin-top: 30px;
}

.map-content .MapPopup-wrap__single__content__body__gallery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.map-content .MapPopup-wrap__single__content__body__gallery ul li a {
    padding-top: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.map-content .MapPopup-wrap__single__content__body__gallery ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.map-content .MapPopup-wrap__single__content__footer {
    position: absolute;
    bottom: 40px;
    z-index: 2;
}

.map-content .MapPopup-wrap__single__content__footer .dcBtn {
    width: 156px;
    border-color: #FFF;
    color: #ffffff;
}

.map-content .scrollable.default-skin .scroll-bar.vertical {
    background: rgba(238, 238, 238, 0.13);
    opacity: 0;
}

.map-content .scrollable.default-skin .scroll-bar .thumb {
    background: #ffffff;
}

.map-content .scrollHere:hover .scroll-bar.vertical {
    opacity: 1;
}

.investor-information {
    padding: 30px 0;
    position: relative;
}

.investor-information__wrap {
    padding-top: calc(500 / 1170 * 100%);
    overflow: hidden;
    position: relative;
}

.investor-information__wrap__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 2s ease;
}

.investor-information__wrap .youtube-btn svg {
    border-radius: 50%;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap .youtube-btn svg path {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap .youtube-btn svg g .hover-init-btn {
    r: 0;
    stroke: #fff;
    fill: #fff;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information__wrap .youtube-btn:hover svg g .hover-init-btn {
    r: 35 !important;
    opacity: 1;
}

.investor-information__wrap a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background .3s ease;
}

.investor-information__wrap a img {
    height: 50px;
}

.investor-information__wrap:hover .investor-information__wrap__img {
    transform: scale(1.04);
}

.investor-information__wrap:hover:hover svg g .hover-init-btn {
    r: 35 !important;
    opacity: 1;
}

.investor-information__wrap:hover:hover svg #Polygon_1 {
    fill: #ff0000;
}

.investor-information .feature-project {
    z-index: 5;
    background: #405672;
    position: absolute;
    bottom: 0;
    width: 330px;
    right: 15px;
}

.investor-information .feature-project a {
    z-index: 55;
}

.investor-information .feature-project .feature-project-inner {
    display: flex;
    padding: 0 20px 0 30px;
    position: relative;
    height: 120px;
    align-items: center;
    justify-content: space-between;
}

.investor-information .feature-project .feature-project-inner:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #BFA98D;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information .feature-project .feature-project-inner .left {
    flex: 0 0 80%;
    max-width: 80%;
    z-index: 55;
}

.investor-information .feature-project .feature-project-inner .left h5 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 5px;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}

.investor-information .feature-project .feature-project-inner .left p {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #BFA98D;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information .feature-project .feature-project-inner svg {
    text-align: right;
    align-self: center;
    z-index: 55;
}

.investor-information .feature-project .feature-project-inner svg circle {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information .feature-project .feature-project-inner svg path {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.investor-information .feature-project:hover {
    cursor: pointer;
}

.investor-information .feature-project:hover__item-title__inner:after {
    width: 100% !important;
}

.investor-information .feature-project:hover .feature-project-inner:after {
    width: 100%;
}

.investor-information .feature-project:hover .feature-project-inner .left p {
    color: #405672;
}

.investor-information .feature-project:hover .feature-project-inner svg circle {
    fill: #405672;
}

.investor-information .feature-project:hover .feature-project-inner svg path {
    stroke: #BFA98D;
}

@media (min-width: 1681px) {
    .investor-information {
        padding: 120px 0;
    }

    .investor-information .feature-project {
        padding: 0;
        width: 390px;
    }

    .investor-information .feature-project .feature-project-inner {
        padding: 0 30px;
        height: 150px;
    }

    .investor-information .feature-project .feature-project-inner .left h5 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .investor-information {
        padding: 40px 0;
    }

    .investor-information .investor-information__wrap {
        padding-top: calc(250 / 374 * 100%);
    }

    .investor-information .feature-project {
        width: 100%;
        position: relative;
        right: 0;
    }

    .investor-information .feature-project .feature-project-inner {
        padding: 0 20px 0 30px;
    }

    .investor-information .feature-project .feature-project-inner .left h5 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }
}

@media (max-width: 768px) {
    .investor-information .investor-information__wrap .youtube-btn svg {
        height: 94px;
        width: 94px;
    }
}

.testimonial .testimonial-row {
    display: flex;
    align-items: end;
    margin-bottom: 60px;
}

.testimonial__nav {
    padding-left: 100px;
    position: relative;
}


.testimonial__nav ul {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 10px;
    right: 51px;
}

.testimonial__nav ul li {
    cursor: pointer;
}

.testimonial__data__left {
    position: relative;
    padding-top: calc(320 / 470 * 100%);
}

.testimonial__data__left a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.testimonial__data__left .Play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial__data__right {
    position: relative;
    /* padding-left: 100px; */
}

.testimonial__data__right svg {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: -1;
}

.testimonial__data__right h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #386d37;
    margin-top: 0;
    margin-bottom: 20px;
}

.testimonial__data__right p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 0;
}

.testimonial__data__right .name {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .testimonial .testimonial-row {
        flex-direction: column;
        align-items: start;
    }

    .testimonial__nav {
        padding-left: 0;
        margin-top: 40px;
    }

    .testimonial__nav ul {
        top: -15px;
        left: -20px;
    }

    .testimonial__data {
        width: unset !important;
    }

    .testimonial__data__right {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (min-width: 1450px) {
    .container {
        width: 1366px;
        margin: auto;
    }

    .Project__slider-wrap__single__inner {
        padding-top: 113.16%;
    }

    .tp-caption .h_title {
        margin-top: 100px !important;
    }
}

@media (max-width: 768px) {
    .Project__slider-wrap__single__inner__content__slide__inner p {
        margin: 0;
        opacity: 1;
    }

    .Project__slider-wrap__single__inner__content__slide__inner h4 {
        margin-bottom: 30px;
    }

    .MissionVision .Flex {
        flex-wrap: wrap;
    }

    .MissionVision .col-md-6 {
        width: 100%;
    }

    .MissionVision .MissionVision__single__left {
        margin-top: 30px;
    }

    .landOwner .Flex .col-md-6 {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {

    .pt75,
    .pt90,
    .pt95,
    .pt60,
    .pt100,
    .pt80 {
        padding-top: 60px !important;
    }

    .pb75,
    .pb90,
    .pb95,
    .pb60,
    .pb100,
    .pb80 {
        padding-bottom: 60px !important;
    }

    .Title {
        font-size: 26px;
        line-height: 33px;
    }

    .container,
    [class*="col-md-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .tp-caption {
        min-width: 350px !important;
        max-width: 350px !important;
    }

    .tp-caption .h_title {
        white-space: break-spaces !important;
        font-size: 33px !important;
        line-height: 37px !important;
        margin-top: 30px !important;
    }

    .MissionVision__single__right a {
        margin-top: 30px;
    }

    .MissionVision__single__left {
        margin-top: 30px;
    }

    .Banner-slider__menu {
        display: none;
    }

    .Banner-slider__menu ul li span {
        display: none !important;
    }

    .Banner-slider__menu ul li a {
        margin-right: 15px;
        font-size: 13px;
    }

    .Banner-slider__menu ul li img:nth-of-type(1) {
        margin-right: 10px;
    }

    .Banner-slider__menu ul li img:nth-of-type(2) {
        margin-left: 0;
        margin-right: 10px;
    }

    .Banner-slider__menu-mobile {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 70px;
        z-index: 5;
        line-height: 50px;
    }

    .Banner-slider__menu-mobile ul {
        display: flex;
        flex: 3;
        gap: 10px;
    }

    .Banner-slider__menu-mobile ul li {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 25px 0;
    }

    .Banner-slider__menu-mobile ul li:hover {
        transition: background-color .5s ease-in;
        background-color: #0366C2;
    }

    .Banner-slider__menu-mobile ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .Banner-slider__menu-mobile ul li a span {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 16px;
    }

    .Banner-slider__menu-mobile ul li a span img {
        height: 30px;
    }

    .Project__title {
        margin-bottom: 32px;
    }

    .Project-nav {
        display: none;
    }

    .Project__slider-wrap__single {
        padding: 0px 25px;
    }

    .Project__slider-wrap__single__inner {
        position: relative;
    }

    .Project .slick-dots {
        display: flex;
        justify-content: center;
        bottom: -37px;
    }

    .Project .slick-dots li {
        position: relative;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        display: flex;
        background: transparent;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .Project .slick-dots li button {
        font-size: 0;
        line-height: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #1A1818;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        opacity: 0.4;
    }

    .Project .slick-dots li button:before {
        display: none;
    }

    .Project .slick-dots li.slick-active {
        background: transparent;
        border: 1px solid #1A1818;
    }

    .Project .slick-dots li.slick-active button {
        opacity: 1;
    }

    .landOwner .Flex .col-md-6 {
        width: 100%;
    }

    .landOwner__left {
        padding: 80px 50px;
        position: relative;
        margin-bottom: 20px;
    }

    .landOwner__left__single {
        margin-bottom: 40px;
    }

    .landOwner__left__single .Title {
        font-size: 20px;
    }

    .landOwner .landOwner__right__slider {
        padding: 66px 30px 45px 30px;
    }

    .landOwner .modify-img {
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
        width: calc(100% - 40px);
    }

    .landOwner .slick-dots {
        bottom: 0;
    }

    .homeForm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeForm__left__inner__content__count .single-count p {
        font-size: 40px;
    }

    .homeForm__left__inner__content__count .single-count h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .homeForm .homeForm__right {
        margin-top: 30px;
        padding-right: 0 !important;
    }

    .homeForm .homeForm__right__form {
        padding: 40px 20px;
    }

    .homeForm .dcBtn {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        width: 174px;
    }

    .home-slider .tp-bullets,
    .home-slider .tp-tabs,
    .home-slider .tp-thumbs {
        display: none;
    }

    .MapPopup-wrap {
        display: none !important;
    }

    .map-content,
    #map {
        height: 75vh;
    }

    .landOwner__right__slider__single__text h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .landOwner__right__slider__single__text {
        margin-bottom: 45px;
        margin-top: 35px;
    }

    .landOwner__right__slider__single__text h2:before {
        top: -40px;
    }

    .landOwner__right__slider__single__text h2:after {
        bottom: -40px;
    }

    .landOwner__left,
    .homeForm__left {
        margin-left: 0;
    }

    .Project__slider-wrap__single__inner:before {
        opacity: 1;
    }

    .homeForm__left {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 390px) {
    .Banner-slider__menu ul li a {
        margin-right: 15px;
        font-size: 11px;
    }
}