@font-face {
    font-family: mon;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: monbold;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

body {
    font-family: monbold;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

a,
button,
input,
::after,
::before,
.trans,
.show-sec,
.show * {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul,
p {
    padding: 0;
    margin: 0;
}

.pageContainer {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

/************/

/************************/
/*loader*/
.loader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader>div {
    height: 100%;
    background: #fff;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #2B388F;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/**/

/**/

/*nav*/
.botttom-bar .logo {
    max-width: 100%;
    height: auto;
}
/*.logo .mob-logo{position: relative; top:-15px; left: 80px;}*/
.botttom-bar .logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    background-color: #FFFFFF;
}

.botttom-bar {
    padding: 20px 0;
}

.botttom-bar ul li {
    margin: 0 10px;
    position: relative;
}

.botttom-bar ul li a,
.botttom-bar ul li span {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* overflow: hidden; */
}

.botttom-bar ul li a::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    background: #fff;
    bottom: -15px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: right;
}

.botttom-bar ul li a:hover::after {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}

.botttom-bar ul li.drop {
    position: relative;
    padding-left: 15px;
}

.botttom-bar ul li.drop::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #fff;
}

.botttom-bar ul li.drop::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #fff;
}

.botttom-bar ul li.drop ul {
    position: absolute;
    top: 50px;
    right: 0;
    width: 150px;
    background-color: #fff;
    z-index: 10;
    border: .5px solid #707070;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.1);
}

.botttom-bar ul li.drop:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);

}

.botttom-bar ul li.drop ul::before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    background-color: transparent;
}

.botttom-bar ul li.drop ul li a {
    display: block;
    padding: 10px;
    color: #2B388F;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    border-radius: 0 !important;
}

.botttom-bar ul li.drop ul li a::after {
    display: none
}

.botttom-bar ul li.drop ul li:last-child a {
    border-bottom: none;
}

.botttom-bar ul li.drop ul li a:hover {
    background-color: #2B388F;
    color: #fff;
}

/**/

/*main section*/
.main-sec-nav {
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-image: url(../images/bg_pic.png);
    background-position: right;
    background-size: 65% 100%;
}

.m-slide {
    /* min-height: calc(100vh - 120px); */
}

.main-slider-content {
    min-height: 600px;
}

.mm-slide {
    padding: 30px 0;
    margin: 0 10px;
}
.mm-slide .shop-img{
   
  }

.mm-slide-h h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;
    margin: 20px 0 20px 0
}

.mm-slide-h h3 {
    color: #BBB0AC;
    font-size: 18px;
    font-family: mon;
    font-weight: bold;
    line-height: 30px;
}

.botttom-bar ul li:first-child a:hover {
    color: #fff;
}

/*properties*/
.properties {
    /* padding: 80px 0 30px 0; */
    position: relative;
    z-index: 1;
}
.pro1{
    background-image: url(../images/ccc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15%;
}
.properties .txt h4 {
    font-size: 40px;
    line-height: 60px;
    /* font-weight: bold; */
}
.explore-sction{
    position: relative;
    width: 100%;
    margin: 145px 0;
}
.explore-sction .exp-txt{
    padding: 145px 0 0 0;
}
.explore-sction .exp-l-bg{
    background-image: url(../images/explore-left-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15%;
}
.explore-sction .exp-r-bg{
    background-image: url(../images/explore-right-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 15%;
}
.explore-sction h4{
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        width: 100%;
        /* font-weight: bold; */
   
}
.explore-sction p{
    margin: 30px 0;
    font-size: 18px;
    color: #BBB1AD;
    line-height: 29px;
    font-weight: bold;
    font-family: mon;
    text-align: center;
}

.delidery-section p{
    margin: 20px 0;
    font-size: 18px;
    color: #BBB1AD;
    line-height: 29px;
    font-weight: bold;
    font-family: mon;
    text-align: center;
}
.delivery h4{
    color: #000000;
    font-size: 23px;
    font-family: mon;
    font-weight: bold;
    line-height: 30px;
}
.delivery ul li { margin: 20px 0;
    font-size: 18px;
    color: #BBB1AD;
    line-height: 32px;
    font-weight: bold;
    font-family: mon;
    list-style: disc;
    }
.properties .txt p {
    margin: 30px 0;
    font-size: 18px;
    color: #BBB1AD;
    line-height: 29px;
    font-weight: bold;
    font-family: mon;
}

.properties .txt a {
    background: #2B388F;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
}

.properties .img {
    margin: 20px 0;
}

.properties .img img {
    width: 100%;
    height: auto;
}

.secf {
    padding: 60px 0;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-image: url(../images/vvvv.jpg);
}

.mkb {
    max-width: 720px;
    margin: auto;
}

.secf h3 {
    margin: 0 0 30px 0
}

/*properties-users*/
.properties-users {
    padding: 200px 0;
    background-image: url(../images/w.png);
    background-position: center;
    background-size: 100% 100%;
}

.properties-users h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 80px;
}

.properties-users .txt {
    margin: 30px 0 0 0;
}

.properties-users .bgg img {
    width: 100%;
    height: auto;
}

/*advantages*/
.advantages {
    padding: 80px 13px;
    position: relative;
    z-index: 1;
    top: -70px;
}

.advantages .title {
    max-width: 720px;
    margin: 0 auto 30px auto;
}

.advantages .title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #2B388F;
    margin: 0 0 30px 0;
}

.advantages .title p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.advantages .slide {
    margin: 15px 0;
    /* padding: 40px 10px; */
}

.advantages .slide:hover .img {
    transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
}

.advantages .slide .img i {
    color: #fff;
    font-size: 40px;
}

.advantages .slide:hover .body {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.advantages {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}

.advantages .slide .img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    background: #2B388F;
}

.advantages .slide .img img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto !important;
}

.advantages .slide .body {
    margin: 20px 0 0 0;
    padding: 0 5px;
}

.advantages .body span {
    font-size: 20px;
    font-weight: bold;
    color: #2B388F;
}

.advantages .slide .body p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin: 10px 0 0 0;
}

.owl-carousel .owl-nav {
    margin: 30px 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    outline: 0 !important;
    border: none !important;
    font-size: 28px;
    color: #2B388F;
}

.owl-carousel .owl-nav button span {
    position: relative;
    top: -2px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #eeb244;
    color: #fff
}

/**/
.property {
    margin: 15px 0;
    color: #000;
}

.property:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.property .img {
    height: 120px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.property .img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.property .title {
    font-size: 15px;
    /* color: #fff; */
    /* margin: 20px 0 0 0; */
    /* padding: 0 20px 0 0; */
}

.property .title h4 {
    font-size: 30px;
    line-height: 40px;
}

/**/
.faqs {
    padding: 70px 0;
}

.faqs h2 {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 80px;
}

.faqs ul {
    max-width: 1000px;
    margin: auto;
}

.faqs ul li {
    margin: 20px 0;
    padding: 10px 0;
    font-family: mon;
    font-weight: bold;
    overflow: hidden;
}

.faqs ul li span {
    font-size: 30px;
}

.faqs ul li span.open {
    float: right;
    font-weight: bolder;
    cursor: pointer;
    font-size: 44px;
}

.faqs ul li div {
    padding: 30px 0;
    display: none;
}


/**/
.contact {
    padding: 250px 0 200px 0;
    background-image: url(../images/wave.png);
    background-position: center;
    background-size: 100% 100%;
}

.contact h2 {
    font-size: 120px;
    line-height: 130px;
    margin-bottom: 50px;
}

.contact form .form-group {
    margin: 25px 0;
}

.contact form input,
.contact form textarea {
    width: 100%;
    background-color: #fff;
    padding: 13px 10px;
    border: 1px solid #000;
    border-radius: 30px;
    outline: 0;
}

.conn {
    max-width: 1000px;
    margin: auto;
}

.contact form .form-submit input {
    color: #fff;
    text-align: center;
    display: block;
    width: 250px;
    background-color: #E73B33;
    border-radius: 20px;
    padding: 16px 5px;
    border: 0;
    font-size: 20px;
}

.contact form .form-submit input:hover,
.contact form .form-submit input:hover {
    opacity: .8;
}

/**/
.download-links {
    margin: 30px 0 0 0;
}

.download-links a {
    display: inline-block;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.download-links a:hover {
    transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
}

/**/
.subs {
    background-color: #F9E9DE;
    padding: 70px 7%;
    border-radius: 50px;
    margin-top: -160px;
    margin-bottom: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #333333
}

.subs h2 {
    color: #E73B33;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}

.subs p {
    font-family: mon;
    font-weight: bold;
}

.subs form input {
    width: 100%;
    background-color: #fff;
    border: 0;
    padding: 15px;
    font-family: mon;
    font-weight: bold;
    outline: 0;
    font-size: 15px;
}

.subs .form-submit input {
    background: #E73B33;
    color: #fff;
}

footer {
    background-image: url(../images/ww.png);
    background-size: 100% 100%;
    color: #fff;
    padding: 60px 0 20px 0;
    margin-top: 200px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #000;
}

.footer-logo {
    margin: auto;
}

.footer-logo img {
    width: 100%;
    height: auto
}

footer ul li {
    margin: 0 0 30px 0;
}

footer ul li a {
    font-size: 20px;
}

.footer-social {
    margin-top: 50px;
}

.footer-social li {
    margin: 5px;
}

.footer-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 40px;
    border-radius: 50%;
}

.copy {
    border-top: 2px solid rgba(255, 255, 255, 0.36);
    padding-top: 20px;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-family: mon;
}

.to-top {
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 10px 12px;
    cursor: pointer;
    color: #E73B33;
    z-index: 30;
    border-radius: 50%;
    display: none;
}

.to-top:hover {
    opacity: .7;
}

img {
    max-width: 100%;
}
img.vv-area{ display:none;}

/*media query*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media only screen and (max-width : 767px) {
    .main-sec-nav {
        background-repeat: no-repeat;
        position: relative;
        z-index: 2;
        overflow: hidden;
        background-image: url(../images/bg_pic4.png);
        background-position: right;
        background-size: 65% 100%;
    }
    img.transparent-area{ display: none;}
    img.vv-area{ display: block;}
    .m-slide-text {
        padding: 0;
    }

    .main-sec-nav {
        background-position: right top;
        background-size: 100% 37%;
    }

    .botttom-bar .logo img {
        background: none;
    }

    .properties .txt h4 {
        font-size: 30px;
        line-height: 44px;
    }

    .subs p {
        margin-bottom: 40px;
    }

    .subs h2 {
        font-size: 34px;
    }

    .faqs h2 {
        font-size: 35px;
    }

    .contact,
    .properties-users {
        background-size: cover;
        background-position: left;
    }

    .botttom-bar ul li ul li a {
        border: 0 !important;
    }

    .section .section-img {
        padding: 0, im !important;
    }

    .footer-sec {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .m-slide-content h1 {
        font-size: 27px;
    }

    .m-slide {
        min-height: 270px;
    }

    .h {
        margin: 0 0 20px 0;
        display: block;
    }

    .nav-links {
        position: fixed;
        z-index: 30;
        padding: 70px 20px 20px 20px;
        /*overflow-y: scroll;*/
        /*overflow-x: hidden;*/
        opacity:0;
        visibility:hidden;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transition: all .3s linear;

    }
    .nav-links ul li{
        position:relative;
        left:-100%;

    }
    .nav-links ul li:nth-of-type(1){
       transition: all .3s linear;
    }
    .nav-links ul li:nth-of-type(2){
       transition: all .4s linear;
    }
    .nav-links ul li:nth-of-type(3){
       transition: all .5s linear;
    }
    .nav-links ul li:nth-of-type(4){
       transition: all .6s linear;
    }
    .is-menu-open .nav-links ul li{
        left:0;
    }
   .menuuu{
       position:relative;
       z-index:1;
   }
   .is-menu-open .nav-links {
        visibility: visible;
        opacity: 1;
        left: 0;
    }
    .is-menu-open .menu__bg {
        width: 100vh;
        height: 100vh;
        transform: scale(2);
    }
    .menu__bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #000;
        transition: all .2s linear;
        z-index: 0;
    }

    .nav-links ul li a {
        display: block;
        text-align: left;
        padding: 4px;
        color: #fff !important;
        font-size:25px;
    }

    .nav-links ul li {
        margin: 40px 0;
    }

    .nav-links ul li.drop ul li {
        display: none;
    }

    .nav-links ul li.drop ul li a {
        text-align: initial;

    }

    .nav-links ul li.drop ul {
        position: initial;
        width: 100%;
        border: none;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
        background: transparent;
    }

    .nav-links ul li.drop ul li a {
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        background: transparent !important;
    }

    .nav-links ul li.drop {
        padding: 0;
    }

    .nav-links ul li.drop::after {
        top: 10px;
        left: 30px;
        right: auto
    }

    .close-menu {
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .open-menu {
        cursor: pointer;
        background-color: #fff;
        color: #E73B33;
        padding: 7px 10px;
        border-radius: 50%;
    }

    /* width */
    .nav-links::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .nav-links::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav-links::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .nav-links::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .nav-bar {
        padding: 10px 0;
    }
}

@media screen and (max-width: 575px) {

    .advantages {
        padding: 30px 13px;
    }
}