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

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

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

body {
    background-color: #ffffff;
    font-family: 'proxima_novaregular';
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 9;
	background:rgba(0,0,0,0.5);
    /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 21, 2019 */
    @font-face {
        font-family: 'proxima_novaregular';
        src: url('proximanova-regular-webfont.eot');
        src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('proximanova-regular-webfont.woff2') format('woff2'), url('proximanova-regular-webfont.woff') format('woff'), url('proximanova-regular-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'proxima_novasemibold';
        src: url('proximanova-semibold-webfont.eot');
        src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('proximanova-semibold-webfont.woff2') format('woff2'), url('proximanova-semibold-webfont.woff') format('woff'), url('proximanova-semibold-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    transition: background 1s linear;
	
}

section {
    padding: 60px 0;
    position: relative;
}

.banner {
    object-fit: fill;
    position: relative;
    padding: 0
}

#banerText {
    background-color: #110f12;
    color: #fdfdfd;
    padding: 30px;
    0;
}

#banerText .sectionTitle {
    text-transform: uppercase;
}

.enqForm {
    position: fixed;
    top: 50%;
    right: -50%;
    padding: 30px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    width: 300px;
    z-index: 9;
    border-radius: 5px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    transform: translate(0, -50%);
}

.enqForm form {
    margin: 20px 0;
}

.enqForm p {
    font-size: 18px;
    font-family: 'proxima_novaregular', sans-serif;
    text-transform: uppercase;
}

.inputContainer {
    text-align: center;
}

.inputContainer input {
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #4c4c4c;
    padding: 5px 10px;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: 300;
    outline: none;
}

.inputContainer input:focus {
    border-color: #ffffff;
}


/*.inputContainer input:focus {
    border-color: #0b090c;
}*/

.submitBtn {
    background-color: transparent;
    border: 1px solid #ffffff;
    margin: 10px auto 0;
    padding: 10px 30px;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
}

.rightLogo {
    display: inline-block !important;
    width: 75px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.leftLogo {
    display: inline-block;
    width: 150px;
    margin-top: 0px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

p.sectionTitle {
    font-family: 'COPRGTB';
    font-size: 25px;
    margin: 10px 0 20px 0;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    color: #273d91;
}

p.text-left{float:left; margin-bottom: 40px; width: 100%;}

.sectionTitle:after {
    content: '';
    background-image: url('../images/seprator.jpg');
    width: 55px;
    height: 3px;
    position: absolute;
    top: 35px;
    left: 0%;
    /*transform: translate(-50%);*/
}

.content {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 10px;
    color: #000000;
    line-height: 25px;
    /*text-transform: lowercase;*/
}

#projectOverview {
    background: #ffffff url(../images/overviewng.png);
    background-repeat: no-repeat;
    background-position: right top;
    color: #ffffff;
    background-size: 30%;
    padding-bottom: 0px;
}

#aboutDeveloper {
    background-color: #ffffff;
    color: #ffffff;
    padding: 0;
	padding-bottom:50px;
}

.nopadding {
    padding: 0;
}


/*#aboutDeveloper .content {
    width: 85%;
}*/


/*.flex {
    margin-top: 50%;
    transform: translate(0%, -50%);
}*/


/*.flex .sectionTitle:after {
    top: 35px;
    left: 40px;
}*/

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #273d91;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #273d91;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #273d91;
}



.enqForm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.enqForm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.enqForm ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}



.active {
    background-color: rgba(0, 0, 0, 0.8);
}

.header.active{ background:#273d91;}

.active .leftLogo {
    width: 150px;
}

.active .rightLogo {
    width: 75px;
}

#footer {
    background-color: #f7f7f7;
    color: #ffffff;
    /* padding: 30px 0; */
	padding:0;
}

#footer .container {
    border-top: 1px solid #4f4f4f;
}

#footer .content {
    font-size: 10px;
}

.mobileHandle {
    position: fixed;
    top: 50%;
    right: -10px;
    width: 50px;
    display: none;
    z-index: 9;
    transform: translate(0, -50%);
}

.mobileHandle:hover {
    cursor: pointer;
}

.handle img {
    height: auto;
}
.callwrap {
    background-color: #273d91;
    padding: 5px;
    position: fixed;
    right: -160px;
    z-index: 9;
    top: 63%;
    width: 40px;
    width: 200px;
    display: table;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 1;
    margin-top: 5px;
    cursor: pointer;
}
.callwrap.active {
   right: 0px; 
}
.callme,.callmeon { display: table-cell; vertical-align: middle; }
.callme img { padding-left: 6px; }
.callmeon p { font-family: 'proxima_novasemibold'; font-size: 18px; color: #fff}
.callround,.callcancel  {
    border: 2px solid black;
    border-radius: 5px;
    width: 48%;
    text-align: center;
    display: none;
    float: left;
    font-family: 'proxima_novasemibold'; 
    font-size: 16px;
}
.callcancel {padding: 10px; margin-left: 5px;}
.callround a { display: block; padding: 10px; color: #000000; text-decoration: none;}

#Thank {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    flex-direction: column;
}

.thankYouContent {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 70px;
    color: #ffffff;
}

.thankYouContent .sectionTitle {
    text-transform: uppercase;
}

.thankYouContent .sectionTitle:after {
    top: 150%;
    transform: translate(-50%, -50%);
    left: 50%;
}

label.error {
    color: red;
    font-size: 15px;
    text-align: left;
    width: 100%;
}


/* new css */

.midsection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul {
    display: flex;
    justify-content: space-around;
}

.nav__icon,
.menu ul li a {
    color: #ffffff;
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 0.8rem;
}

.menu ul li a:hover {
    text-decoration: none !important;
}

.menu ul li a:visited,
.menu ul li a:focus {
    text-decoration: none !important;
}

.nav__icon,
.nav__icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999;
}

.nav__icon span {
    display: none;
}

.nav__icon {
    width: 36px;
    height: 28px;
    margin-right: 10px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: -12px;
    z-index: 2;
    background: transparent;
    transition: all 0.8s linear;
}

.nav__icon span {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

.nav__icon span:nth-of-type(1) {
    top: 0;
}

.nav__icon span:nth-of-type(2) {
    top: 12px;
}

.nav__icon span:nth-of-type(3) {
    bottom: 0;
}

.nav__icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.nav__icon.active span:nth-of-type(2) {
    display: none;
}

.nav__icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.close img {
    height: auto;
}

.close,
.close:focus,
.close:active {
    float: right;
    padding: 5px;
    position: absolute;
    right: 10px;
    opacity: 1;
    top: 9px;
}

.enqForm.active {
    right: 0;
}

.play {
    position: relative;
}

/*.play:after{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); content: ""; left:0; top:0; z-index: 1;}*/

.playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 10%;
}
.playbtn a{z-index: 3;}

.contentContainer {
    padding: 0px 10%;
}

.half{float:left; width: 50%;}

.listHeading {
    margin-top: 40px;
    text-transform: uppercase;
	color:#273d91;
	float:left; width:100%;
}

.socialHub {
    list-style-type: disc;
    margin: 0 0 0 18px;
}

.socialHub li {
    margin: 10px 0 0;
    color: #000000; 
	width:100%;
	padding-left:0;
}

.slick-slide img {
    width: 100%;
}

.slick-slide {
    height: auto !important;
}

table.border-table {
    width: 100%;
    margin-top: 60px;
    border: 1px solid #273d91;
    text-align: center;
    margin-bottom: 10px;
}

.flex {
    display: flex;
    align-items: center;
}

.border-table th.head {
    color: #000000;
    padding: 15px;
    text-transform: uppercase;
}

.border-table td {
    padding: 15px;
    color: #000000;
}

.border-table tr {
    border-bottom: 1px solid #273d91;
}

#priceOverview {
    background: #f3f3f3;
    padding: 0;
}

.priceBtn,
.priceBtn:hover,
.priceBtn:focus,
.viewBtn {
    color: #273d91;
    font-family: 'proxima_novasemibold';
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}

.mapdetails {
    position: absolute;
    bottom: 50px;
    width: 500px;
    left: 10px;
    background-color: #000000;
    padding: 20px;
    font-family: roboto;
    color: #ffffff;
    font-family: 'proxima_novasemibold';
}

.company-title,
p.officetype {
    font-size: 18px;
    color: rgba();
    margin: 0;
}

.details {
    margin: 30px 0;
    line-height: 18px;
    font-size: 14px;
    font-family: 'proxima_novaregular';
    display: flex;
    align-items: flex-start;
}

.details img {
    width: 15px;
    margin: 5px;
}

iframe .gm-style .place-card-large {
    display: none !important;
}

.company-title {
    font-size: 12px;
}

.input-group {
    width: 100%;
    padding: 15px 10px 15px;
    margin-bottom: 10px;
    outline: none;
    color: #000000;
    border: 1px solid #4c4c4c;
    background-color: transparent;
}

.input-group:focus {
    border-color: #000000;
}

#form-container {
    margin-top: 30px;
}

#form-container .submitBtn {
    width: 220px;
    padding: 20px 30px;
    text-transform: uppercase;
    background: #273d91;
    color: #ffffff;
    font-family: 'proxima_novasemibold';
    margin-top: 50px;
}


/* ------------------new css----------*/

#amenities {
    /* padding-bottom: 140px; */
	padding-bottom: 0px;
}

.centertext .sectiontitle:after {
    left: 50%;
    transform: translateX(-50%);
}

.commonpara {
    max-width: 700px;
    margin: 0 auto;
    line-height: 140%;
    padding: 35px 0;
    color: #000000;
    font-family: 'proxima_novaregular';
    font-size: 18px;
}

.autoplay .slick-next {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/next.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: -75px;
    position: absolute;
    left: 51%;
}

.autoplay .slick-prev {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/prev.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: -75px;
    position: absolute;
    left: 47%;
}

.amenitiesAutoplay .slick-next {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/hoverarrow.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    top:50%;
    position: absolute;
    right: 60px;
	z-index:1;
}

.amenitiesAutoplay .slick-prev {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/prevhover.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    top:50%;
    position: absolute;
    left: 60px;
	z-index:1;
}

.single-item .slick-next {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/hoverarrow.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: 20px;
    position: absolute;
    left: 90%;
    z-index: 9;
    outline: none;
}

.single-item .slick-prev {
    font-size: 0;
    border: 0;
    box-shadow: none;
    background: url('../images/amenities/prevhover.png') no-repeat;
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: 20px;
    position: absolute;
    left: 87%;
    z-index: 9;outline: none;
}

.autoplay .slick-prev:hover,
.autoplay .slick-prev:visited,
.autoplay .slick-prev:focus {
    text-decoration: none;
    border: 0;
    outline: 0
}

.amenitiesAutoplay .slick-next:hover,
.amenitiesAutoplay .slick-next:visited,
.amenitiesAutoplay .slick-next:focus,
.slick-slide {
    text-decoration: none;
    border: 0;
    outline: 0
}


.autoplay .slick-prev:hover {
    font-size: 0;
    border: 0;
    box-shadow: none;
    /* background: url('../images/amenities/prevhover.png') no-repeat; */
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: -75px;
    position: absolute;
    left: 47%;
}

.autoplay .slick-next:hover {
    font-size: 0;
    border: 0;
    box-shadow: none;
    /* background: url('../images/amenities/hoverarrow.png') no-repeat; */
    width: 30px;
    height: 31px;
    background-size: 100% 100%;
    bottom: -75px;
    position: absolute;
    left: 51%;
}

.thumb {
    position: relative;
}

/*.thumbtextwrap {
    width: 100%;
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 100%;
    background-color: rgba(39, 61, 145, 0.88);
    opacity: 0;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    padding: 30px;
}*/


/*.thumbinfo {
    border: 2px solid #ffffff;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}*/

.thumbpara {
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 1rem;
}

.thumb:hover .thumbtextwrap {
    opacity: 1;
}
.thumb:hover .imgtitle {
    opacity: 0;
}
.contentAmen {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    padding: 20px;
}

.autoplay .slick-prev:visited,
.autoplay .slick-prev:focus {
    text-decoration: none;
    border: 0;
    outline: 0
}

.autoplay .slick-next:visited,
.autoplay .slick-next:focus {
    text-decoration: none;
    border: 0;
    outline: 0
}

#partner .slick-slide {
    height: 500px !important;
}

#partner .slick-slide img {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    max-width: 200px;
    top: 30%;
}

#partner {
    padding: 50px 0;
    overflow: hidden;
    padding-bottom: 90px;
    background: #ffffff;
}

.thumbwrap2 {
    background: #131313;
    border: 2px solid #2e2e2e;
    padding: 30px;
}

.thumbwrap2 p {
    font-size: 18px;
    color: #b7b7b7;
    line-height: 150%;
    font-family: 'proxima_novaregular';
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

.thumbwrap2 h2 {
    font-size: 17px;
    color: #ffffff;
    line-height: 150%;
    font-family: 'proxima_novaregular';
    padding-top: 30px;
}

#partner .slick-slide {
    margin: 0 20px;
}

#partner .slick-list {
    margin: 0 -20px;
}

#blogs .slick-slide {
    margin: 0 20px;
}

#blogs .slick-list {
    margin: 0 -20px;
}

#blogs {
    padding-bottom: 160px;
    overflow: hidden;
    background: #090909;
}

.blog {
    background: #131313;
    border: 2px solid #131313;
}

#blogs .slick-slide img {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
}

.blog span {
    font-size: 15px;
    font-family: 'proxima_novaregular';
    color: #ffffff;
    padding: 6px 30px 10px;
    line-height: 20px;
    position: relative;
    display: block;
}

.blog span:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: #2d2d2d;
    width: 80%;
    height: 1px;
    left: 5%;
}

.blog h5 {
    font-size: 22px;
    font-family: 'proxima_novasemibold';
    color: #ffffff;
    padding: 30px 30px 10px;
    line-height: 20px;
}

.blog p {
    font-size: 15px;
    font-family: 'proxima_novaregular';
    color: #b7b7b7;
    padding: 15px 30px;
    line-height: 22px;
}

#gallery {
    background: #ffffff;
}

#contact-form{background:#f7f7f7;}

.tab-section {
    text-transform: uppercase;
    color: #818181;
    font-family: 'proxima_novaregular';
    margin: 30px 0;
}

.tab-section li a {
    color: #818181;
    text-decoration: none;
    position: relative;
}

.tab-section li a.active {
    background: transparent;
}

.tab-section li {
    display: inline-block;
    margin: 15px;
}

/*.imgtitle {
    width: 100%;
    top: 0% !important;
    left: 0%;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    height: auto;
    background-color: rgba(39, 61, 145, 0.88);
    opacity: 1;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    padding: 10px;
    color: #ffffff;
    text-align: left;
    transform: translate(-50%);
    outline: none;
	font-size:13px;
	display:none;
}*/

.gallerywrap {
    position: relative;
    cursor: pointer;
}

/*.gallerywrap:hover .imgtitle {
    opacity: 1;
}
*/
#gallery .autoplay .slick-next {
    bottom: -13%;
}

#gallery .autoplay .slick-prev {
    bottom: -13%;
}

.tab-section li a:after,
.tab-section li a.active:after {
    content: '';
    background-image: url(../images/seprator.jpg);
    width: 72px;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.tab-section li a.active:after {
    opacity: 1;
}

.tab-section li a:hover:after {
    opacity: 1;
}

#gallery,
#partner,
#blogs {
    /* padding-bottom: 140px; */
	padding-bottom: 50px;
}

#location {
    padding-top: 50px;
}

#partner .autoplay,
#blogs .autoplay {
    margin-top: 20px;
}

#izzymodal2 {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 1PX solid #FFFFFF;
    width: 30%;
}

#izzymodal2 p {
    font-size: 18px;
    font-family: 'proxima_novaregular', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.iziModal-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

#izzymodal2 .iziModal-content {
    padding: 30px !important;
    background: #aaa;
}

#izzymodal2 .close {
    z-index: 9;
}

.tab-section li a.active:after {
    opacity: 1;
}

.contentAmen .sectionTitle {
    font-size: 16px;
}

.thumbwrap2 {
    outline: none;
}

.thumbwrap2 .contentContainer {
    /*min-height: 300px;*/
    padding: 0;
    text-align: justify;
}

.blog {
    outline: none;
}

.loader {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    display: none;
}

.loader img {
    width: 100px;
    top: 50%;
    position: relative;
}

.mapContainer{margin-top:50px;}

#gallery .sectionTitle {
    margin-bottom: 50px;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}


/* This container is needed to position the front and back side */

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card-front {
    background-color: #000000;
    color: black;
    display: grid;
    /*align-items: center;
  align-content: center;*/
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
}


/* Style the back side */

.flip-card-back {
    background-color: #020202;
    color: white;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}

#layout {
    padding: 30px 0px 0 0;
}
.stickyLogo {
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    text-align: center;
}
.videoPlayer{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    display: none;

}
.slideoutform #priceEnq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.podiumlayout li{
    margin: 10px 0;
    color: #000000;
    line-height: 19px;
    
}

.amenities-wrap{padding:0 !important}
.amenities-list .sectionTitle:after{display:none;}
.amenities-wrap .thumbpara{text-align:left;}
.thumb{display:flex; flex-flow:row wrap; overflow:hidden; justify-content:center; align-items:center;}
.thumb .img-box{width:60%;}
.thumb .img-box img{ width:100%;}
.thumb .data{width:40%; padding:40px;}
.contentAmen{ top:auto; bottom:76px; transform:none; background:rgba(0,0,0,0.2);}
.thumb.even .img-box{order:2;}
.imgtitle{display:none;}
.thumbtextwrap{ float:left; width:100%; margin:0; padding:0;}
.thumbtextwrap p.sectionTitle{ color:#ffffff; margin-bottom:10px;}
.thumbtextwrap p.sectionTitle:after{background-image:url('../images/seprator-w.jpg'); display:none;}
.thumbpara{display:none; color:#fff;}

@media screen and (max-width:767px){
	.header.active .menu ul{ top:29 !important}
    .socialHub{float: left;width: 100%; margin-bottom: 20px;}
    .half{width: 100%;}
    p.text-left{margin-left:0; text-align: center;}
    .listHeading{margin-top:20px;}
	.rightLogo{width:50px !important;}
	.mobileHandle{ right:-23px;}
	.handle img{ width:30px;}
	.callwrap{top:64%; right:-173px;}
	.callround a{ color:#fff;}
	.callround, .callcancel{border:1px solid #fff; color:#fff;}
	.callme img{ width:16px; padding-left:0;}
	.contentContainer{ padding:10px !important;}
	.commonpara{ padding:5px 0px 20px 0px;}
	.commonpara br{display:none;}
	p.sectionTitle{ font-size:17px !important;}
	.commonpara, .socialHub li, .content, .podiumlayout li, .listHeading{ font-size:14px !important; line-height:22px !important;}
	.socialHub li{ margin-top:5px;}
	.content{ margin-top:20px !important;}
	#priceOverview{margin-top:20px;}
	table.border-table{ margin-top:30px;}
	p.sectionTitle{ margin:10px 0px 20px !important;}
	.imgtitle{ font-size:11px; padding:6px !important;}
	.border-table th.head, .border-table td{ font-size:12px !important;}
	
	#footer .content{ font-size:12px !important;}
	.podiumlayout li{ margin:10px 0px 0px;}
	#gallery .sectionTitle{margin-bottom:30px;}
	#gallery, #partner, #blogs{padding-bottom:40px !important;}
	#amenities{ padding-bottom:0 !important;}
	#gallery .autoplay .slick-next, #gallery .autoplay .slick-prev{bottom:-15%;}
	.thankYouContent .sectionTitle:after{top: unset; left: 50%;  bottom: -5px; transform: translate(-50%, 0);}
	.thankYouContent{ padding:70px 20px;}
	
	.thumb .img-box{width:100%;}
	.thumb .data{width:100%; padding:10px;}
	.thumb.even .img-box{order:1;}
	.thumb.even .data{order:2;}
	.amenities-list p.sectionTitle{line-height:24px; margin-bottom:0}
	.thumbtextwrap{padding:0 !important;}
	.contentAmen{bottom:0; background:#333; padding:10px 20px 1px;}
	.amenitiesAutoplay .slick-next, 
	.amenitiesAutoplay .slick-prev{ top:25%;}
	.amenitiesAutoplay .slick-next{right:40px;}
	.amenitiesAutoplay .slick-prev{ left:40px;}
	#location{ padding-top:20px !important;}
	#form-container{margin-top:10px !important;}
	#form-container .submitBtn{ margin-top:20px; margin-bottom:20px;}
	.mapContainer{ margin-top:20px;}
	.autoplay .slick-prev, .autoplay .slick-prev:hover{left:40% !important;}
	.autoplay .slick-next, .autoplay .slick-next:hover{left:55% !important;}
}