@font-face {

    font-family: 'Sinkin Sans 500';

    src: url('../fonts/SinkinSans-500Medium.woff2') format('woff2'),

        url('../fonts/SinkinSans-500Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-SemiBold.woff2') format('woff2'),

        url('../fonts/Assistant-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Seravek';

    src: url('../fonts/Seravek-Light.woff2') format('woff2'),

        url('../fonts/Seravek-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Gill Sans';

    src: url('../fonts/GillSans-Bold.woff2') format('woff2'),

        url('../fonts/GillSans-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-Bold.woff2') format('woff2'),

        url('../fonts/Assistant-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Myriad Pro';

    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),

        url('../fonts/MyriadPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-ExtraBold.woff2') format('woff2'),

        url('../fonts/Assistant-ExtraBold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-Light.woff2') format('woff2'),

        url('../fonts/Assistant-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-ExtraLight.woff2') format('woff2'),

        url('../fonts/Assistant-ExtraLight.woff') format('woff');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Assistant';

    src: url('../fonts/Assistant-Regular.woff2') format('woff2'),

        url('../fonts/Assistant-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



/* ***** Common Css **** */

:root {

    scroll-behavior: initial;

}



* {

    margin: 0;

    padding: 0;

    text-decoration: none;

    list-style: none;

}

a:hover,

a:focus,

a:active {

    text-decoration: none;

}

ol,

ul {

    margin: 0;

    padding: 0;

}

img {

    display: block;

}

a,button {

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    text-decoration: none;

}



body {

    font-family: 'Assistant';

    font-size: 14px;

    font-weight: 400;

    color: #000;

    text-decoration: none;

}

figure{

    margin: 0;

}



.main-wrpper {

    height: 100%;

    width: 100%;

    overflow: hidden;

}

.container{

    max-width: 1060px;

}

/* ***** End Common Css **** */



/* **** Header **** */

header {

    position: fixed;
    top: 0px;

    left: 0;

    right: 0;

    background: #fff;

    padding: 0 0;

    z-index: 120;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

}
header.nav-new{
    padding: 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-brand{
    margin: 0;
    padding: 0;
}

.navbar-brand img{
    height: 90px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new .navbar-brand img{
    height: 70px;
}
header.nav-new .ijm-logo img{
    height: 110px;
}

.mobile-ijm-logo{
    display: none;
}
.ijm-logo{
    margin: 0 0 0 auto;
}
.ijm-logo img{
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    height: 130px;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 12px 0px;
    color: #828282;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0C7EC1;
}

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 30px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #828282;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #828282;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** End Header **** */



/* **** Hero Banner **** */

.hero-banner{

    position: relative;

    background: url('../images/banner-img.jpg') center no-repeat;

    background-size: cover;

    height: 90vh;

}

.hero-center{

    position: absolute;

    top:25%;

    left: 0;

    right: 0;

    z-index: 1;

}

.banner-logo{

    margin: 0 auto 35px;

    display: table;

}

.workstyle-block{

    max-width: 490px;

    width: 100%;

    margin: 0 auto;

    display: table;

    position: relative;

}

.workstyle-block img{

    width: 100%;

}

.workstyle-block:after{

    position: absolute;

    content: '';

    width: 18px;

    height: 94px;

    background: url('../images/line.svg') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: -110px;

    right:30%;

}

/* **** End Hero Banner **** */



/* **** About Page **** */

.about-wrp{

    padding: 65px 0;

    background: #fff;

}

.about-top{

    margin: 0 0 45px;

}

.about-top .row{

    margin: 0 -20px;

}

.about-top .row .col-md-8,.about-top .row .col-md-4{

    padding: 0 20px;

}

.about-title h2{

    color: #0C7EC1;

    font-size: 32px;

    font-weight: 600;

    line-height: 40px;

    text-transform: uppercase;

    margin: 0;

}

.about-data{

    padding: 0 0 0 10px;

}

.about-data p{

    margin: 0;

    font-size: 20px;

    font-weight: 400;

    color: #828282;

    line-height: 30px;

    text-align: justify;

}



.about-wrp .container-fluid{

    width: calc(1090px - 24px + (100vw - 1090px)/2);    

    margin: 0 0 0 auto;

    padding: 0;

}

.about-bottom{

    position: relative;

}

.bulding-block{

    padding: 0;

}

.about-img img{

    width: 100%;

    height: 300px;

    margin: 0 0 25px;

}

.small-data h3{

    font-size: 18px;

    font-weight: 600;

    color: #828282;

    line-height: 26px;

    text-transform: uppercase;

    margin: 0 0 15px;

}

.small-data p{

    margin: 0;

    font-size: 18px;

    font-weight: 400;

    color: #828282;

    line-height: 26px;

    text-align: justify;

}

.about-video-box{

    width: 100%;

    height: 100%;

}

.about-video-rw{

    position: absolute;

    top: 0;

    right: 0;

    padding: 0;

    max-width: 58%;

    height: 100%;

}



.brand-wrp{

    padding: 100px 0 0;

    background: #F0F0F0;

}

.brand-wrp ul{

    display: flex;

    flex-wrap: wrap;
    justify-content: center;

}

.brand-wrp ul li{

    width: 50%;

    border-right: 1px solid rgba(0, 0, 0, 0.15);

}

.brand-wrp ul li:last-child{

    border: none;

}

.brand-wrp ul li .brand-logo{

    position: relative;

    cursor: pointer;

}

.brand-wrp ul li .brand-logo img{

    margin: 0 auto;

    display: table;

    opacity: 0.30;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.brand-wrp ul li .brand-logo:after{

    position: absolute;

    content: '';

    width: 203px;

    height: 25px;

    background: url('../images/shadow.png') 0 0 no-repeat;

    background-size: 100% 100%;

    bottom: -50px;

    left: 0;

    right: 0;

    margin: 0 auto;

    transform: scale(0);

    -webkit-transform: scale(0);

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.brand-wrp ul li .brand-logo:hover img{

    opacity: 1;

} 

.brand-wrp ul li .brand-logo:hover:after{

    transform: scale(1);

    -webkit-transform: scale(1);

}



.work-flow-wrp{

    padding: 130px 0 35px;

}

.workflow-img img{

    width: 100%;

}



.elevate-business-wrp{

    padding: 100px 0 100px;

    background: #F0F0F0;

}

.elevate-business-wrp h2{

    font-size: 32px;

    text-transform: uppercase;

    font-weight: 600;

    color: #0C7EC1;

    text-align: center;

    line-height: 42px;

    margin: 0 auto  50px;

}

.elevate-business-data p{

    font-size: 20px;

    font-weight: 300;

    color: #828282;

    line-height: 25px;

    margin: 0 0 25px;

}

.elevate-img-row{

    position: relative;

    cursor: pointer;

}

.elevate-img-row figure.buiding2-img,.elevate-img-row figure.buiding1-img{

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.elevate-img-row figure.buiding2-img,.elevate-img-row figure.buiding1-img{

    opacity: 0;

    visibility: hidden;

}

.elevate-img-row img{

    width: 100%;

    height: 495px;

}

.elevate-img-row figure.noraml-img img{

    filter: blur(2.5px);

    -webkit-filter: blur(2.5px);

}

.overlay-build1{

    position: absolute;

    bottom: 0;

    left: 0;

    width: 70%;

    height: 35%;

}

.overlay-build2{

    position: absolute;

    top: 0;

    right: 20%;

    width: 35%;

    height: 68%;

}

.elevate-img-row figure.buiding2-img.show,.elevate-img-row figure.buiding1-img.show{

    opacity: 1;

    visibility: visible;

}

/* **** End About Page **** */



/* **** Level Plans **** */

.howto-use-wrp{

    padding: 50px 0 0;

}

.howto-use-wrp .container{

    max-width: 1000px;

}

.how-block{

    margin: 0 auto 50px;

}

.how-block figure{

    max-width: 120px;

    margin: 0 auto 15px;

    display: table;

}

.how-block figure img{

    width: 100%;

}

.how-block p{

    font-size: 18px;

    font-weight: normal;

    color: #828282;

    line-height: 20px;

    text-align: center;

    margin: 0 auto;

}



.level-plan-wrp{

    padding: 50px 0;

}



.level-plan-wrp .row{

    margin: 0 -20px;

}

.level-plan-wrp .row .col-md-4{

    padding: 0 20px;

}

.level-row{

    margin: 0 auto 50px;

}

.level-block{

    margin: 0;

    position: relative;

}

.level-img{

    position: relative;

    margin: 0 auto 30px;

}

.level-img:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background: #2DBDB6;

    top: 0;

    left: 0;

    transition: .4s linear;

    -webkit-transition: .4s linear;

    opacity: 0;

    visibility: hidden;

}

.content {
    display: none;  
}
.tab-btn.active {
    
}

.level-img h3{

    margin: 0 auto;

    text-align: center;

    display: table;

    font-size: 32px;

    font-weight: normal;

    max-width: 160px;

    color: #fff;

    line-height: 38px;

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    z-index: 1;

    transition: .4s linear;

    -webkit-transition: .4s linear;

    opacity: 0;

    visibility: hidden;

}

.tab-btn.active .level-img:after,
.level-block:hover .level-img:after{

    opacity: 0.65;

    visibility: visible;

}
.tab-btn.active .level-img h3,
.level-block:hover .level-img h3{

    opacity: 1;

    visibility: visible;

}

.level-img img{

    width: 100%;

    height: 320px;

    object-fit: cover;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.level-data h6{

    font-size: 19px;

    font-weight: normal;

    color: #828282;

    line-height: 22px;

    text-align: center;

    margin: 0 auto;

}

.level-data a{

    display: table;

    margin: 0 auto;

}

.level-data h2{

    margin: 0 auto;

    font-size: 25px;

    font-weight: 600;

    color: #828282;

    line-height: 30px;

    text-align: center;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.level-block:hover .level-data h2{

    color: #2DBDB6;

}



.unit-row{

    padding: 50px 0;

    max-width: 850px;

    margin: 0 auto;

}

.unit-row .row{

    align-items: center;

}

.unit-box{

    text-align: center;

}

.unit-box h2{

    font-size: 110px;

    font-weight: 300;

    color: #828282;

    line-height: 110px;

    text-align: center;

    margin: 0 auto ;

}

.unit-box p{

    margin: 0 auto;

    text-align: center;

    font-size: 30px;

    font-weight: normal;

    color: #828282;

    line-height: 36px;

}

.unit-box h3{

    margin: 0;

    color: #828282;

    line-height: 36px;

    font-size: 30px;

    text-align: center;

}



.full-plan-img{

    padding: 50px 0 0;

}

.full-plan-img img{

    width: 100%;

    height: 600px;

    object-fit: cover;

    object-position: bottom;

}

/* **** End Level Plans **** */



/* **** Life Style Facilities **** */

.lifestyle-facilities-wrp{

    padding: 30px 0;

}

.lifestyle-facilities-wrp h2{

    font-size: 32px;

    font-weight: 600;

    color: #0C7EC1;

    text-transform: uppercase;

    text-align: center;

    margin: 0 auto 45px;

}

.lifestyle-facilities-block{

    position: relative;

    border-top: 1px solid #C8C8C8;

}

.lifestyle-facilities-block .level-plan-img figure{

    display: flex;

    align-items: center;

    justify-content: flex-end;

}

.lifestyle-facilities-block .level-plan-img figure img{

    width: 70%;

}

.level-slide-data{

    max-width: 450px;

    position: absolute;

    top: 50px;

    left: 50px;

}

.level-slide-data h3{

    font-size: 28px;

    font-weight: 600;

    color: #009891;

    line-height: 30px;

    margin: 0 0 5px;

}

.level-slide-data p{

    font-size: 18px;

    font-weight: normal;

    color: #2DBDB6;

    line-height: 26px;

    margin: 0;

}

.level-slide-data ul li{

    display: flex;

    font-size: 18px;

    font-weight: normal;

    color: #969696;

    line-height: 30px;

}

.level-slide-data ul li span{

    color: #2DBDB6;

    margin-right: 10px;

}

.art-level{

    position: absolute;

    bottom: 30px;

    right: 0;

    display: flex;

    flex-flow: column;

    justify-content: flex-end;

    align-items: flex-end;

}

.art-level img{

    width: 40px;

    margin: 0 0 25px;

}

.art-level h5{

    font-size: 18px;

    font-weight: 600;

    color: #2DBDB6;

    line-height: 26px;

    margin: 0;

    text-align: right;

}

.lifestyle-facilities-slider .slick-prev,

.lifestyle-facilities-slider .slick-next{

    position: absolute;

    right:0;

    left: auto;

    border: none;

    color: transparent;

    background-color: transparent;   

    width: auto;

    height: auto;

    font-size: 0;

    color: transparent;

    z-index: 5;

    top:50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -webkit-transition: .4s linear;

    -moz-transition: .4s linear;

    -ms-transition: .4s linear;

    transition: .4s linear;

}

.lifestyle-facilities-slider .slick-prev:before,

.lifestyle-facilities-slider .slick-next:before {

    width: 30px;

    height: 100px;

    content: "";

    color: #fff;

    background: url('../images/right-arrow.svg') center no-repeat;

    background-size: contain;

    font-weight:400;

    line-height: 30px;

    display: block;

    border-radius: 50%;

    text-align: center;

    font-size:14px;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.lifestyle-facilities-slider .slick-prev {

    left:0;

    right: auto;

}

.lifestyle-facilities-slider .slick-prev:before {

    background: url('../images/left-arrow.svg') center no-repeat;

    background-size: contain;

}

.lifestyle-facilities-slider .slick-prev:hover:before,

.lifestyle-facilities-slider .slick-next:hover:before{

    opacity: 0.50;

}

.slick-disabled{

    display: none !important;

}

/* **** End Life Style Facilities **** */



/* **** Shop & Offices **** */

.shop-office-wrp{

    position: relative;

    background: #F0F0F0;

}

.shop-sidebar{

    max-width: 195px;

}

.shop-titlebox{

    padding: 80px 30px 20px;

    background: #2DBDB6;

    margin: 0 0 25px;

}

.shop-titlebox h2{

    margin: 0 0 10px;

    font-size: 20px;

    font-weight: normal;

    color: #fff;

    line-height: 20px;

}

.shop-titlebox h2 span{

    display: block;

    font-size: 14px;

    font-weight: bold;

    line-height: 14px;

    color: #fff;

}

.shop-titlebox h3{

    margin: 0;

    font-size: 16px;

    font-weight: normal;

    color: #fff;

    line-height: 24px;

}

.floor-table{

    padding: 0 0 0 15px;

}

.floor-table table{

    margin: 0;

    background: transparent;

}

.floor-table table thead th{

    padding: 5px 0;

    font-size: 12px;

    line-height: 18px;

    font-weight: normal;

    color: #009891;

    border-radius: 0;

    border: none;

    border-bottom: 1px solid #6D6E71;

    text-align: right;

    background: transparent;

}

.floor-table table tbody td{

    padding: 5px 0;

    line-height: 18px;

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    border: none;

    background: transparent;

    border-radius: 0;

    border-bottom: 1px solid #6D6E71;

    text-align: right;

}



.standard-specification-block{

    padding: 60px 0 40px;

}

.standard-specification-block h2{

    font-size: 15px;

    font-weight: normal;

    color: #009891;

    line-height: 24px;

    margin: 0 0 20px;

}

.specifications-table{

    padding: 0 0 15px;

    border-bottom: 2px solid #009891;

    margin: 0 0 15px;

}

.specifications-table:last-child{

    border: none;

}

.specifications-table .specifications-tblbox{

    max-width: 750px;

}

.specifications-tblbox table{

    margin: 0;

}

.specifications-tblbox table tbody tr td{

    padding: 2px 0;

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    line-height: 18px;

    border: none;

    background: transparent;

}

.sanitary-wrp h3{

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    line-height: 18px;

    margin: 0 0 5px;

    padding: 0 15px;

}

.sanitary-wrp table{

    margin: 0;

}

.sanitary-wrp table thead th{

    background: #fff;

    padding: 5px 15px;

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    line-height: 18px;

    border: none;

}

.sanitary-wrp table tbody td{

    background: transparent;

    padding: 5px 15px;

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    line-height: 18px;

    border: none;

}

/* **** End Shop & Offices **** */



.floor-plan-wrp{

    position: relative;

    background: #F0F0F0;

}

.floor-plan-wrp .container{

    position: relative;

}

.floor-plan-row{

    padding: 45px 0;

    position: relative;

    border-top: 5px solid #2DBDB6;

}

.floor-head{

    display: flex;

    flex-wrap: wrap;

    margin: 0 -10px;

}

.floor-col2{

    padding: 0 10px;

    width: 23%;

}

.floor-col6{

    padding: 0 10px;

    width: 47%;

}

.floor-col4{

    padding: 0 10px;

    width: 30%;

}

.floor-pager h3{

    font-size: 22px;

    line-height: 20px;

    font-weight: 600;

    color: #C8C8C8;

    text-align: center;

    padding: 0 15px 10px;

    border: 2px solid #C8C8C8;

    border-top: none;

    margin: 0 auto;

}

.floor-pager h3 span{

    margin: 0px auto -15px;

    position: relative;

    display: table;

    top: -20px;

}

.floor-pager ul{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.floor-pager ul li{

    position: relative;

    font-size: 22px;

    font-weight: 600;

    color: #C8C8C8;

    text-align: center;

    display: table;

    padding: 25px 0 0;

    cursor: pointer;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.floor-pager ul li:after{

    position: absolute;

    content: '';

    width: 2px;

    height: 20px;

    background: #C8C8C8;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    display: table;

}

.floor-col4.floor-pager ul,.floor-col6.floor-pager ul{

    max-width: 90%;

    margin: 0 auto;

}

.floor-col4.floor-pager h3{

    color: #009891;

    border-color: #009891;

}

.floor-col4.floor-pager ul li{

    color: #009891;

}

.floor-col4.floor-pager ul li:after{

    background: #009891;

}



.floor-col6.floor-pager h3{

    color: #2DBDB6;

    border-color: #2DBDB6;

}

.floor-col6.floor-pager ul li{

    color: #2DBDB6;

}

.floor-col6.floor-pager ul li:after{

    background: #2DBDB6;

}



.floor-plan-wrp .controls button{

    background: transparent;

    border: none;

    outline: normal;

    display: flex;

    align-items: center;

    position: absolute;

    top: 50%;

    left: -100px;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

}

.floor-plan-wrp .controls button span{

    font-size: 22px;

    font-weight: 600;

    color: #2DBDB6;

    line-height: 26px;

    margin: 0 0 0 10px;

    text-transform: capitalize;

    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.floor-plan-wrp .controls button:hover span{
    opacity: 1;
    visibility: visible;
}

.floor-plan-wrp .controls button img{

    width: 30px;

}

.floor-plan-wrp .controls button#next{

    left: auto;

    right: -100px;

}

.floor-plan-wrp .controls button#prev span{

    text-align: left;

    margin: 0 10px 0 0;

}

.floor-plan-wrp .controls button:hover{

    opacity: 0.70;

}

.floor-pager ul li.active{

    color:#0C7EC1;

}



.floor-plan-block{

    padding: 50px 0;

}

.slider{

    overflow: hidden;

}

.slides {

    display: flex;

    transition: transform 0.5s ease-in-out;

    width: 100%;

}

.slide {

    min-width: 100%;}

.floor-plan-block .row{

    align-items: flex-end;

}

.floor-plans-imgbox{

    position: relative;

}

.floor-plans-imgbox img{

    width: 100%;

    padding: 0 0 0 30px;

}

.floor-plans-imgbox img.north-ic{

    position: absolute;

    bottom: 0;

    right: 0;

    width: 50px;

    padding: 0;

}

.floor-tablebox h3{

    text-align: right;

    font-size: 22px;

    font-weight: 600;

    color: #2DBDB6;

    margin: 0 0 15px;

}

.floor-tablebox table{

    margin: 0;

    background: transparent;

}

.floor-tablebox table thead th{

    padding: 5px 0;

    font-size: 12px;

    line-height: 18px;

    font-weight: normal;

    color: #009891;

    border-radius: 0;

    border: none;

    border-bottom: 1px solid #6D6E71;

    text-align: right;

    background: transparent;

}

.floor-tablebox table tbody td{

    padding: 5px 0;

    line-height: 18px;

    font-size: 12px;

    font-weight: normal;

    color: #6D6E71;

    border: none;

    background: transparent;

    border-radius: 0;

    border-bottom: 1px solid #6D6E71;

    text-align: right;

}

.plan-floor-pager img{

    width: 100%;

}

/* **** Water Point **** */

.water-point-city-wrp{
    padding: 80px 0 50px;
}

.water-logo{
    max-width: 150px;
    margin: 0 auto 30px;
}
.water-logo img{
    width: 100%;
}
.water-point-city-wrp h2{

    font-size: 32px;

    font-weight: 600;

    color: #0C7EC1;

    text-align: center;

    margin: 0 auto 45px;

    text-transform: uppercase;

}

.water-point-box{

    margin: 0 0 30px;

}

.water-point-img{

    margin: 0 0 15px;

}

.water-point-img img{

    width: 100%;

    height: 200px;

    object-fit: cover;

}

.water-point-box h3{

    font-size: 20px;

    font-weight: 600;

    color: #A7A9AC;

    line-height: 24px;

    margin: 0;

}

/* **** End Water Point **** */



/* **** Contact **** */

.contact-wrp{

    background: #E6E6E6;

    padding: 45px 0;

}

.contact-wrp h2{

    font-size: 32px;

    font-weight: 600;

    color: #0C7EC1;

    text-align: center;

    line-height: 36px;

    margin: 0 auto 45px;

}

.google-map{

    width: 100%;

    height: 100%;

}

.google-map img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.contact-form{

    padding: 0 0 0 30px;

}

.contact-form .form-group{

    margin: 0 0 20px;

}

.contact-form .form-group label{

    display: block;

    color: #414042;

    font-size: 18px;

    font-weight: 300;

    line-height: 26px;

    margin: 0 0 5px;

}

.contact-form .form-group .form-control{

    padding: 8px 15px;

    background: #fff;

    border: none;

    border-radius: 0;

    box-shadow: normal;

    height: auto;

    font-size: 16px;

    box-shadow:none;

    font-weight: normal;

    color: #414042;

    line-height: 26px;

}

.contact-form .form-group select.form-control{

    padding: 8px 35px 8px 15px;

    -webkit-appearance: none;

    background-image: url('../images/downic.svg');

    background-repeat: no-repeat;

    background-size: 12px;

    background-position: center right 15px;

}

.contact-form .form-group .form-control::placeholder{

    color: #414042;

}

.phone-rw{

    display: flex;

}
.country-bx{
    margin-right: 15px;
    max-width: 150px;
    width: 100%;
}
.contact-form .form-group .phone-rw select.form-control{


}
.contct-numbx{width: 100%;}
.contact-form .form-group label.error{
    font-size: 14px;
    font-weight: 500;
    color: #ff1616;
    margin: 5px 0 0;
}



.custome-chackbx{

    margin: 0 0 25px;

}

.custome-chackbx .styled-checkbox {

    position: absolute;

    opacity: 0;

}

.custome-chackbx .styled-checkbox + label {

    position: relative;

    cursor: pointer;

    padding: 0;

    margin: 0;

    display:flex;

    font-size: 12px;

    font-weight: normal;

    color: #414042;

    line-height: 16px;

}

.custome-chackbx .styled-checkbox + label:before {

    content: "";

    margin-right: 10px;

    display: inline-block;

    vertical-align: text-top;

    width: 20px;

    min-width: 20px;

    height: 20px;

    background: #fff;

}

.custome-chackbx .styled-checkbox:checked + label:after {

    content:"\f00c";

    position: absolute;

    left: 0;

    top: 0;

    background: #0C7EC1;

    width: 20px;

    height: 20px;

    font-family: "Font Awesome 5 Pro";

    line-height: 20px;

    font-size: 12px;

    color: #fff;

    text-align: center;

}

.btn-main{

    font-size: 16px;

    font-weight: 700;

    position: relative;

    color: #fff;

    padding: 6px 25px;

    border-radius: 50px;

    overflow: hidden;

    border: none;

    display: table;

    cursor: pointer;

    background: linear-gradient(to right, rgba(12,126,193,1) 0%,rgba(45,189,182,1) 100%);

}

.btn-main span{

    position: relative;

    z-index: 1;

}

.btn-main:after{

    position: absolute;

    content: '';

    width: 0%;

    height: 100%;

    background: #414042;

    top: 0;

    left: 0;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.btn-main:hover:after{

    width: 100%;

}

/* **** End Contact **** */



/* **** Footer **** */

footer{

    padding: 40px 0;

}

.footer-top{

    padding: 0 0 15px;

    position: relative;

    display: flex;

    align-items: flex-end;

}

.footer-top:after{

    position: absolute;

    content: '';

    width: 100%;

    height: 4px;

    background: linear-gradient(to right, rgba(12,126,193,1) 0%,rgba(45,189,182,1) 100%);

    bottom: 0;

    left: 0;

    right: 0;

}

.footer-cnt p{

    margin: 0;

    font-size: 14px;

    font-weight: normal;

    color: #414042;

    line-height: 24px;

}

.footer-cnt p strong{

    font-weight: 600;

    text-transform: uppercase;

}

.footer-logo{

    margin: 0 0 0 auto;

}

.footer-logo img{

    height: 50px;

}



.footer-bottom{

    padding: 15px 0;

}

.footer-bottom ul{

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

.footer-bottom ul li{

    margin: 0 25px 15px 0;

}

.footer-bottom ul li a{

    display: flex;

    align-items: center;

    font-size: 14px;

    font-weight: normal;

    color: #414042;

    line-height: 22px;

}

.footer-bottom ul li a i{

    min-width: 25px;

    width: 25px;

    height: 25px;

    background: #414042;

    border-radius: 100%;

    line-height: 25px;

    font-size: 12px;

    color: #fff;

    text-align: center;

    margin-right: 10px;

    transition: .4s linear;

    -webkit-transition: .4s linear;

}

.footer-bottom ul li a:hover{

    color: #0C7EC1;

}

.footer-bottom ul li a:hover i{

    background: #0C7EC1;

}

.footer-bottom p{

    margin: 0;

    font-size: 14px;

    font-weight: normal;

    color: #414042;

    text-transform: uppercase;

    line-height: 22px;

}

.copyright-wrp{

    padding: 35px 0 0;

}

.copyright-wrp p{

    margin: 0;

    font-size: 12px;

    font-weight: normal;

    color: #414042;

    line-height: 18px;

}

.copyright-wrp ul{

    display: flex;

    align-items: center;

    justify-content: flex-end;

}

.copyright-wrp ul li{

    margin-right: 20px;

}

.copyright-wrp ul li:last-child{

    margin: 0;

}

.copyright-wrp ul li a{

    display: block;

    position: relative;

    font-size: 12px;

    font-weight: normal;

    color: #414042;

    line-height: 18px;

}

.copyright-wrp ul li a:after{

    position: absolute;

    content: '';

    width: 1px;

    height: 50%;

    background: #414042;

    opacity: 0.70;

    right: -10px;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

}

.copyright-wrp ul li:last-child a:after{display: none;}

.copyright-wrp ul li a:hover{

    color: #0C7EC1;

}

#errorSend,#successSend{
    margin: 10px 0 0 !important;
}
/* **** End Footer **** */