@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800;900&display=swap');
/*font-family: 'Playfair Display', serif;*/

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'futura-light';376
    src: url('../fonts/futura-light-bt.ttf') format('truetype')
}
376
@font-face {
    font-family: 'futura-medium-bt';
    src: url('../fonts/futura-medium-bt.ttf') format('truetype')
}

@font-face {
    font-family: 'futur-bold';
    src: url('../fonts/futur-bold.ttf') format('truetype')
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'futura-light' !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

:root {
    --primary-color: #168ca3;
    --primary-color2: #243a78;
    --primary-color3: #0059a9;
    --primary-color4: #e89425;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*-------------- CSS Resetter ----------*/

/* width */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #e2bb6c;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*--------------------------------------------------------------------*/
.cust-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83% !important;
    max-width: 1500px;
}

.cust-container-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 80% !important;
    display: flex;
    align-items: center;
}

/*-------------------menu---------------------*/

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: ease all 0.5s;
    /* transition: top 0.3s; */
}

.navbar-default {
    background: #FFFFFF;
    background-size: 215px;
    padding: 10px 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixMenu {
    /*background: #243a7a;*/
    padding: 10px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a:last-child {
    margin-right: 0;
    font-family: serif;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand > img {
    max-width: 180px;
    margin-top: -4px;
}

.navbar-brand > img.nav-logo {
    width: 150px;
    margin-top: 1px;
    transition: ease all 0.5s;
}

.navbar-default.fixMenu .navbar-brand > img.nav-logo {
    width: 150px;
    margin-top: 1px;
    transition: ease all 0.5s;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
}

/*------------Navbar center-------*/

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*-------------------*/

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .navbar-brand > img {
           width: 100px;
    float: right;
    margin-top: -1px;
    margin-left: 12px;
    }

    .navbar-brand > img.nav-logo {
        width: 100px;
        margin-top: 0;
        position: absolute;
        top: 7px;
        left: 133px;
    }
    .navbar-default.fixMenu .navbar-brand > img.nav-logo {
        width: 100px;
    }

    .navbar-brand {
        padding: 0px;
        float: right;
    }

    .navbar-default .navbar-toggle {
        
    border: none !important;
    background: #001836;
    float: left;
    margin-right: 0;
    margin-left: 15px;

    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }

    .navbar-default {
        padding: 15px 0;
    }
}

.nav-call {
    border: 2px solid #fcaf17;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #001836 !important;
    margin-top: 10px;
    background: #fcaf17 !important;
    margin-left: 7px;
}

.navbar-nav > li > a {
    line-height: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    font-size: 16px;
    /*text-transform: uppercase;*/
    position: relative;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: #001f37d6;
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
}

.menu-overlay a span {
    border-left: 3px solid #428da3;
    border-right: 3px solid #428da3;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 0;
    width: 0;
    border-left: 8px solid #c69633;
    border-right: 8px solid #c6963300;
    border-top: 8px solid #c6963300;
    border-bottom: 8px solid #c6963300;
    z-index: 1;
    transform: translateY(-12px);
    opacity: 0;
    transition: ease all 0.5s;
}

.navbar-nav > li > a:hover:before {
    transform: translateY(0px);
    opacity: 1;
    transition: ease all 0.5s;
}

/*--------------------------------------------*/
#home-carousel {
    margin-top: 80px;
}

#home-carousel .item img {
    width: 100%;
    /*height: calc(100vh - 80px);*/
}

.global-sec {
    padding: 90px 0;
    position: relative;
    width: 100%;
}

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-top: 1px solid #168ca3;
    padding-top: 15px;
    border-bottom: 1px solid #168ca3;
    padding-bottom: 2px;
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab > li > a {
    color: #989898;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    transition: ease all 0.5s;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
    color: #222222;
    /*padding: 9px 20px !important;*/
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
    color: #083050;
    border: none;
    cursor: pointer;
    border-radius: 0;
    transition: ease all 0.5s;
}

.mytab > li > a:before {

}

.mytab > li.active > a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -23px;
    height: 0;
    width: 0;
    border-left: 10px solid #c6963300;
    border-right: 10px solid #c6963300;
    border-top: 10px solid #168ca3;
    border-bottom: 10px solid #c6963300;
}

/* custome tab visibility ------*/
.tab-content > .tab-pane {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto !important;
    overflow: visible;
}

/*-------------------------------------------------*/

.error {
    color: #ff0000;
}

.modal-dialog {
    width: 900px;
    max-width: 90%;
    margin: auto;
}

/*----------Modal Design-------*/

.modal {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
}

.modal-content {
    background: #3e3e3e !important;
    overflow: hidden;
}

.modal-body {
    background-size: cover;
    /*padding-bottom: 30px;*/
    padding: 0 !important;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
    z-index: 9;
}

.modal-body .close span {
       height: 26px;
    width: 27px;
    display: block;
    font-size: 26px;
    background: #0000006b;
    border-radius: 27px;
}



.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    /*margin-top: -35px;*/
    margin-bottom: 10px;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

/*.modal-body img {*/
    /*width: 100px;*/
    /*margin: 0px auto;*/
    /*display: block;*/
    /*position: relative;*/
    /*top: -60px;*/
    /*!*border: 4px solid #168ca3;*!*/
    /*border-radius: 50%*/
/*}*/

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

/*---modal form--*/
.pop_img{
    width: 100%;
    display: block;
    height: 490px;
    object-fit: cover;
}
.center_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------*/

.modal-body form .form-control,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
    outline: none !important;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon {
    background: #fff;
    color: #021836;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

/*-----------Modal End --------*/

.popup-btn {
    padding: 0px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 132px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff !important;
    background: linear-gradient(
            180deg, #ffffff 50%, #00183600 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto;
}

.popup-btn:hover,
.popup-btn:focus {
    background-position: 100% 0;
    color: #021836;
}

/*---mobile fix footer----*/

.fixed-footer-cust {
    background: #021836;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

/*---mobile fix footer----*/

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(90deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    75% {
        transform: rotateY(270deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(90deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    75% {
        transform: rotateY(270deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 50px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #021836;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #021836;
    font-size: 19px;
    padding: 10px;
    width: 234px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #021836;
    border-radius: 25px;
}

.oops-greet {
    color: #001836;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.ml12 .letter {
    /*display: inline-block;*/
}

.register-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #168ca3;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(
            180deg, #df8c28 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.register-btn:hover, .register-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.bro-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #168ca3;
    letter-spacing: 0;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(
            180deg, #168ca3 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.bro-btn:hover, .bro-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

/*  logo design*/
.parellex_main_content {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.logo_wrap_2 {
    text-align: center;
    border-right: 2px solid #FFFFFF;
    padding: 15px 0;
    position: relative;
}

.logo_wrap_2 h3 {
    font-family: 'futura-medium-bt';
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    text-align: left;
    letter-spacing: 10px;
    color: var(--primary-color);
    text-align: center;
}

.logo_wrap_2 img {
    max-width: 100%;
    width: 400px
}

.logo_wrap_2:after {
    position: absolute;
    right: 90px;
    top: 0;
}

/* ---parellex bg ------------*/
.parellex_content {

}

.sec_bg {
    position: relative;
}

.sec_bg .bg_wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background: #0000005c;*/
    padding: 80px 0 100px;
}

.parellex_content p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
}

.parellex_content h2 {
    text-align: center;
    color: #168ca3;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 9px;
}

.parellex_content.big p {
    font-size: 25px;
    line-height: 30px;
}

/* ---parellex bg ------------*/

.artist_wrap {
    position: relative;
}

.artist_wrap img {
    display: block;
}

.artist_wrap p {
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    background: #000;
    font-size: 12px;
    color: #fff;
    padding: 2px 11px;
}

.artist_wrap.top p {
    top: 0;
}

.artist_wrap.bottom p {
    bottom: 0;
}

.artist_wrap.left p {
    left: 0;
}

.artist_wrap.right p {
    right: 0;
}

.main-videowrap {
    width: 100%;
    height: 600px;
    position: relative;
}

.main-videowrap iframe {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    border: none;
}

.main-videowrap .vcover {
    background: rgba(0, 0, 0, 0.85);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

/*---- video cover -----*/
.introvideo {
    width: 100%;
}

.video_wrap {
    position: relative;
    width: 100%;
}

.video_wrap .video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vplay {
    /*background: #a2904b;*/
    border-radius: 50%;
    width: 80px;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(254, 182, 62, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 80px rgba(254, 182, 62, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 182, 62, 0);
    }
}

/*---- video cover -----*/

.heading_wrap {
    margin-bottom: 30px;
}

.heading_wrap h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 60px;
    /*font-family: 'Playfair Display', serif;*/
    line-height: 60px;
    font-family: 'futura-medium-bt';
    font-weight: 550;
}
.heading_wrap.white h2{
    color: #FFFFFF;
}

.internat_wrap {
    display: flex;
    position: relative;
}

.int_content_wrap {
    background: var(--primary-color3);
    padding: 80px 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.int_content_wrap h3 {
    position: relative;
    font-family: 'Gotham-Medium';
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    padding-top: 40px;
}

.int_content_wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 50px;
    background: var(--primary-color4);
}

.int_img_wrap {
    height: 100%;
}

.int_img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------about section ------------*/
.abt_main_wrap {
    display: flex;
}

.abt_content_wrap {
    background: #f2f2f2;
    padding: 110px 110px;
    height: 100%;
    display: flex;
    align-items: center;
}

.abt_content_wrap h3 {
    position: relative;
    color: var(--primary-color);
    padding-top: 40px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'futura-medium-bt';
}

.abt_content_wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 70px;
    background: var(--primary-color4);
}

.abt_img_wrap {
    height: 100%;
}

.abt_img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f2f2f2;
}

.abt_list {

}

.abt_list li {
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    margin: 20px 0;
    list-style: disc;
}
.abt_list.white li{
    color: #FFFFFF;
}

.footer_logo {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer_logo img {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer_contact_box {
    padding: 0;
    margin: 0 auto;
}

.conatct_main_wrap {
    background: #f1f1f1;
    padding: 90px 60px !important;
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

#contact-form .form-control,
#contact-form select {
    height: 48px;
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 !important;
    color: #3e3e3e;
    box-shadow: none;
    border: none !important;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

#contact-form .form-control::placeholder,
#contact-form textarea::placeholder {
    color: #3e3e3e;
}

#contact-form textarea {
    resize: none;
    background: #f3f3f3;
    border: none;
    font-size: 16px;
    height: 48px;
    font-weight: 400;
    color: #3e3e3e;
    border-radius: 0;
}

#contact-form .form-group {
    height: 48px;
    margin-bottom: 23px;
    margin-top: 0;
}

#contact-form .input-group {
    width: 100%;
}

.contact-btn {
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 172px;
    margin: 0 auto;
    display: block;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: none !important;
    background: linear-gradient(180deg, var(--primary-color) 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #00183600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-btn:hover,
.contact-btn:focus {
    background-position: 100% 0;
    color: #ffffff;
}

.footer_sec {
    position: relative;
    margin-top: 120px;
}

.footer_sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--primary-color);
    z-index: -1;
}

.footer_bottom {
    background: var(--primary-color);
    padding-bottom: 30px;
}

.footer_copy {
    text-align: center;
}

.footer_copy .with_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}

.footer_copy p {
    color: #fff;
}
.footer_copy p a {
    color: #fff;
}

.fcall {
    font-family: 'Gotham Bold';
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 35px;
    color: #fff !important;
    display: block;
}

#international-beach {
    padding-top: 70px;
    padding-bottom: 70px;
}

.boat_main_wrap {
    position: absolute;
    width: 260px;
    max-width: 100%;
    top: -280px;
}

.boat_inner {
    position: relative;
}

.boat_top img {
    width: 100%;
    display: block;
    transform: rotate(-3deg);
    animation: boatmoving 5s infinite;
}

.boat_river {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/boat-2.png);*/
    /*background-repeat-x: repeat;*/
    /*animation: rivermoving 5s infinite;*/
}

@keyframes boatmoving {
    0%, 100% {
        transform: rotate(4deg);
    }
    50% {
        transform: rotate(-4deg);
    }
}

@keyframes rivermoving {
    0%, 100% {
        background-position: 0px;
    }
    50% {
        background-position: -260px;
    }
}

.marquee0 img {
    margin: 0 -3px !important;
}

.boat_cloud {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fish_warap_main {
    width: 250px;
    position: absolute;
    top: 193px;
    right: 123px;
    z-index: -1;
}

.fish_inner {
    position: relative;
}

.moving_fish {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.beach_chair {
    width: 220px;
    margin-bottom: -70px;
}

.boy_bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -171px;
}

.sand_castle {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ty_video {
    margin-top: 90px;
}

.tree_palm {
    position: absolute;
    right: -20px;
    top: 0;
    width: 380px;
}

.bird_cloud {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.boats_all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*--------Over view slider-------------*/
.overslide-padding {
    /*padding: 10px;*/
    margin-bottom: 30px;
}

.overslider-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    transition: ease all 0.5s;
    border: 0;
    /*box-shadow: 10px 10px 25px 2px #b9b9b9;*/
}

.overslider-wrap .itemimg {
    display: block;
    /*height: 320px;*/
    object-fit: cover;
    width: 100%;
    transition: ease all 0.5s;
}

.overslider-wrap .shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 45%;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content h2 {
    color: #ffffff;
    font-size: 25px;
    /*font-weight: 700;*/
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: ease all 0.5s;
    text-align: left;
    padding-left: 60px;
    position: relative;
    font-family: 'futura-medium-bt';
}

.overslider-wrap .overview-content h2:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    height: 65px;
    width: 6px;
    background: #298ca3;
}

.overslider-wrap .overview-content p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: ease all 0.5s;
}

.overslider-wrap:hover .itemimg {
    transform: scale(1.1);
    transition: ease all 0.5s
}

.overslider-wrap:hover .shadow {
    height: 120%;
    transition: ease all 0.5s
}

.overslider-wrap:hover .overview-content {
    bottom: 16%;
    transition: ease all 0.5s
}

.overslider-wrap:hover .overview-content h2 {
    font-size: 30px;
    transition: ease all 0.5s
}

/*-------------------------------------*/

.heading_wrap2 {
    margin-bottom: 70px;
}

.heading_wrap2 h2 {
    color: var(--primary-color);
    text-align: left;
    font-size: 50px;
    line-height: 50px;
    font-family: 'futura-medium-bt';
}
.heading_wrap2.white h2{
    color: #FFFFFF;
}

.beach_bg {
    background: url("../images/beack-bg.jpg") no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 180px 0;
}
.vasai_beach {
    background: url(../images/vasai3.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 480px 0 90px 0;
}

.beach_txt {
    width: 460px;
    max-width: 100%;
    padding-left: 30px;
    border-left: 1px solid var(--primary-color);
    margin-top: 90px;
}

.beach_txt p {
    margin-bottom: 0;
}

.beach_txt.type_2{
    margin-top: 40px;
}

/*-------------------------------------------------*/
.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.overlayg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.overlayg.transparent {
    background: rgba(0, 0, 0, 0);
}

.overlayg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*border: 2px dashed #383838;*/
    transform: scale(0.975);
    z-index: 99;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    /*box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);*/
    border: 1px solid #fff;
}

.amenities-gallery img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    height: 280px;
    object-fit: cover;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
    font-family: 'JosefinSans-Bold';
}

.amenities-gallery.no-shad .ami-overlay {
    background: transparent;
}

.amen-title {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: var(--primary-color);
    padding: 5px 24px 2px 20px;
    transform: skewX(30deg);
    left: -9px;
}

.amen-title p {
    margin-bottom: 0;
    color: #fff;
    transform: skewX(-30deg);
    font-size: 17px;
    font-family: serif;
}

/*-----------------------*/

.amenities-gallery.big img {
    height: 500px;
}


.artist_txt {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    z-index: 99;
}
.artist_txt.black{
    color: #000000;
}
.artist_txt.white{
    color: #FFFFFF;
}

.artist_txt.top {
    bottom: initial;
    top: 0;
    background: transparent;
    padding: 0px 8px;
    z-index: 1;
}


/*---------------social----------------*/

.social-container {
    text-align: center;
    margin-bottom: 20px;
}

.social-icons {
    padding: 0;
    list-style: none;
    /*margin: 1em;*/
    margin-left: -15px;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.social-icons i {
    color: var(--primary-color);
    position: absolute;
    top: 14px;
    left: 14px;
    transition: all 265ms ease-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    /*background: linear-gradient(45deg, #00B5F5, #002A8F);*/
    background: #FFFFFF;
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #FFFFFF;
    background: -webkit-linear-gradient(45deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}


/*-----------------------------------------*/

.black_shade{
    background: #00000052;
    padding: 30px;
    border-radius: 10px;
}


.loc-table {
    text-align: center;
    margin-bottom: 0;
}

.loc-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 10px 0 !important;
    color: #fff;
    font-weight: 600;
}

.loc-table tr td {
    vertical-align: middle !important;
    padding: 20px !important;
    background: transparent;
    color: #fff;
}

.loc-table thead {
    /*background: #2c3133;*/
    color: #fff;
    border: none !important;
}

.loc-table>tbody>tr>td,
.loc-table>tbody>tr>th,
.loc-table>tfoot>tr>td,
.loc-table>tfoot>tr>th,
.loc-table>thead>tr>td,
.loc-table>thead>tr>th {
    border: none !important;
}

.loc-table tbody {
    /*background: #ffffff;*/
}
.loc-table>tbody>tr{
    border-top: 2px solid #fff;
}




.abt_content_wrap.loc_wrap{
    background: #168ca3;
    padding: 110px 80px;
}
.loc_wrap h5{
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-family: 'futura-medium-bt';
}

.loc_img_txt{

}
.img_shade{
    filter: brightness(0.5);
}
.tab-content-wrap{
    padding-top: 40px;
}
.owl-carousel .owl-nav button{
    background: transparent !important;
}
.owl-carousel .owl-nav button img{
    width: 45px;
}



.config-table {
    text-align: center;
    margin-bottom: 0;
    table-layout: fixed;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    /*background: #f1f1f1;*/
}

.config-table thead {
    background: var(--primary-color);
    color: #fff;
    border: none !important;
}

.config-table > tbody > tr > td,
.config-table > tbody > tr > th,
.config-table > tfoot > tr > td,
.config-table > tfoot > tr > th,
.config-table > thead > tr > td,
.config-table > thead > tr > th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

.price-click {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 7px;
}

.price-click:hover, .price-click:focus {
    color: #ffffff;
}


.counter-wrap {
    display: inline-block;
    padding: 30px 0;
    background: transparent;
    position: absolute;
    width: 330px;
    top: 140px;
    right: 100px;
}
.counter-wrap h4{
    font-family: 'futura-medium-bt';
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #298ca3;
}

.time h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    background: #298ca3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 7px #000;
}

.time p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-top: 12px;
    font-weight: 800;
    text-transform: uppercase;
    background: #f3f3f3;
    border-radius: 9px;
    color: #000;
}

/*==================================================responsive css=======================================================================================================*/
@media only screen and (max-width: 1460px) {
    .cust-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 97% !important;
        max-width: 1300px;
    }
}

@media (min-width: 992px) and (max-width: 1420px) {
    .navbar-brand > img {
        width: 110px;
        margin-top: -4px;
    }

    .navbar-brand > img.nav-logo {
        width: 110px;
    }

    .navbar-default.fixMenu .navbar-brand > img.nav-logo {
        width: 110px;
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1300px) {
    /*150% width*/
    .cust-container-menu {
        width: 83% !important;
    }

    .abt_content_wrap {
        padding: 80px 70px;
    }
    .abt_content_wrap.loc_wrap{
        padding: 70px 50px;
    }

    .abt_content_wrap h3 {
        font-size: 42px;
    }

    .abt_list li {
        font-size: 16px;
        line-height: 19px;
        margin: 20px 0;
        list-style: disc;
    }

    .boat_main_wrap {
        left: -20px;
    }

    .boat_cloud {
        width: 210px;
        top: -29px;
    }

    .fish_warap_main {
        right: 0;
    }
    .vasai_beach {
        padding: 230px 0 0 0;
    }
    .navbar-nav > li > a{
        line-height: 20px !important;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }

    #home-carousel {
        margin-top: 70px;
    }
    .counter-wrap{
        top: 100px;
        right: 14px;
    }
    .time h2{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

    .parellex_main_content {
        display: block;
    }

    .logo_wrap_2 {
        border: none;
    }

    .logo_wrap_2 img {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .nav-logowrap {
        float: right !important;
    }

    .hero_video_wrap {
        position: relative;
        /*overflow: hidden;*/
        width: 100%;
        /*height: 115vh;*/
        /*margin-top: 20px;*/

    }

    .hero_video_wrap .hero_video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        top: 50%;
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.whatapp a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .pdm-0 {
        padding: 0 !important;
    }

    .cust-container-menu {
        width: 98% !important;
    }

    .bro-btn {
        position: fixed;
        left: -98px;
        height: 40px;
        bottom: 41%;
        transform: rotate(90deg);
        z-index: 9999;
        text-transform: uppercase;
        padding: 7px 17px;
        font-weight: 400;
        border-radius: 0;
        border: 1px solid #168ca3;
        letter-spacing: 0;
        font-size: 17px;
        color: #fff;
        background: linear-gradient(180deg, #168ca3 50%, #001836 0) no-repeat scroll 100% 100%/100% 210% #001836;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
    }

    .pd0-m {
        padding: 0 !important;
    }

    .cust-container {
        width: 90% !important;
    }

    .modal-dialog {
        margin-top: 5% !important;
    }

    .mytab {
        text-align: center;
        margin-bottom: 50px;
    }

    .mytab li {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .mytab > li.active > a:before {
        bottom: -12px;
    }

    .cust_accordion .panel-heading {
        padding-left: 0;
    }

    .modal-body h3 {
        font-size: 17px;
    }

    .modal-body p {
        font-size: 14px;
    }

    #home-carousel .item img {
        height: 100%;
    }

    .internat_wrap {
        display: block;
    }

    .heading_wrap h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .int_content_wrap {
        padding: 40px 20px;
    }

    .int_content_wrap h3 {
        font-size: 27px;
        line-height: 34px;
    }

    .int_img_wrap img {
        height: 260px;
    }

    .abt_main_wrap {
        display: block;
    }

    .abt_content_wrap {
        padding: 60px 40px 10px 40px;
    }

    .abt_content_wrap h3 {
        font-size: 33px;
        padding-top: 25px;
        line-height: 36px;
    }

    .conatct_main_wrap {
        display: block;
        padding: 20px 20px !important;
        padding-bottom: 50px !important;
    }

    .footer_contact_box {
        padding: 20px 0 0 0;
        border-left: none;
        /*border-top: 2px solid #c7c7c7;*/
    }

    .fcall {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .footer_bottom {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .main-videowrap {
        height: 280px;
    }

    .main-videowrap iframe {
        height: 280px;
    }

    .footer_logo {
        padding: 20px 50px 50px 50px;
    }

    .footer_contact_box .heading_wrap {
        margin-bottom: 30px;
    }

    .vplay {
        width: 50px;
    }

    #international-beach {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .boat_section {
        margin-top: 300px !important;
    }

    .boat_main_wrap {
        left: 0;
    }

    .boat_cloud {
        width: 100%;
        top: 0;
    }

    .fish_warap_main {
        top: initial;
        bottom: -4px;
        right: 50%;
        margin-right: -126px;
    }

    .beach_chair {
        display: none;
    }

    .boy_bot {
        display: none;
    }

    .sand_castle {
        display: none;
    }

    .f-logo {
        width: 170px;
        margin: 0 auto;
        margin-bottom: 30px;
        background: #ffffff52;
        padding: 10px;
        border-radius: 5px;
    }

    .ty_video {
        height: 400px;
    }

    .sec_bg .bg_wrap {
        padding: 80px 0 80px;
    }

    .tree_palm {
        width: 220px;
        top: 290px;
        z-index: -1;
    }

    .bird_cloud {
        width: 260px;
        top: 9px;
    }

    .boats_all {
        width: 980px;
    }

    .logo_wrap_2 {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .logo_wrap_2:after {
        content: url(../images/divider-2.png);
        right: initial;
        top: initial;
        bottom: 0;
        left: 0;
    }

    .parellex_content p {
        text-align: left;
        font-size: 23px;
        line-height: 33px;
    }

    .logo_wrap_2 h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .beach_bg {
        background: url(../images/beack-bg.jpg) no-repeat;
        background-position: bottom right;
        background-size: 160%;
        padding: 180px 0;
        background-color: #e4ecef;
        padding-top: 80px;
    }

    .beach_txt {
        margin-top: 50px;
        margin-bottom: 75%;
        padding-left: 20px;
    }
    .center_content{
        display: block;
    }
    .m_form_wrap{
        padding: 25px 10px;
    }
    .pop_img{
        height: 210px;
        object-fit: cover;
    }
    .hero_video_wrap{
        margin-top: 80px;
    }
    .abt_content_wrap.loc_wrap {
        padding: 60px 0 60px 0;
    }
    .global-sec {
        padding: 60px 0;
    }
    .heading_wrap2.white h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .beach_txt.type_2 {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .tab-content-wrap {
        padding-top: 0;
    }
    .mytab > li > a{
        padding: 9px 7px !important;
    }
    .mob_top{
        bottom: initial;
        top: 0;
    }
    .amenities-gallery.big img {
        height: 270px;
    }
    .vasai_beach .heading_wrap2{
        margin-bottom: 0;
    }
    .vasai_beach{
        background: #67cdf5;
    }
    .black_shade {
        background: #0000008a;
    }
    .counter-wrap{
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
    }
}


/*===Home banner css===*/

.home-banner {
    margin-top: 73px;
    position: relative;
    height: calc(100vh - 81px);
}

.home-banner .carousel {
    height: 100%;
}

.home-banner .carousel-inner {
    height: 100%;
}

.home-banner .item {
    height: 100%;
}

.home-banner .item img,
.home-banner .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .carousel-caption {
    background: rgb(255 255 255 / 80%);
    right: auto;
    left: 10%;
    bottom: 20%;
    text-align: left;
    padding: 25px;
    max-width: 590px;
    /* margin: 0 auto; */
    text-shadow: none;
}
.home-banner .carousel-caption .container {
    width: 100%;
}

.home-banner .carousel-caption h5 {
    margin: 0;
    color: #001836;
    /* text-transform: uppercase; */
    font-size: 50px;
    margin-bottom: 10px;
    border-bottom: 3px solid #001836;
    display: inline-block;
    padding-bottom: 10px;
    font-family: 'futura-medium-bt';
    /* text-transform: uppercase; */
    white-space: normal;
    font-weight: bold;
}
.home-banner .carousel-caption p {
    color: #333333;
    margin: 0 0 10px;
    font-size: 20px;
}
.home-banner .carousel-caption p.sub-txt {
    font-size: 27px;
    /* font-weight: 600; */
    /* font-style: normal; */
    color: #010101;
}


.home-banner .carousel-caption .price {
    background: #001836;
    max-width: max-content;
    color: #ffff;
    padding: 10px 15px;
    font-size: 22px;
}

/*===End Home banner css===*/

.gray-bg {
    background: #f8f8f8;
}

section#location {
    padding-top: 90px;
}

.form-check {
    display: inline-flex;
    align-items: self-start;
}

.form-check input[type=checkbox] {
    margin-right: 5px;
}

.cp-detail h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.cp-detail p {
    color: #fff;
}

.cp-detail {
    border-bottom: 1px solid #33a3b9;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:767px){
    .home-banner {
    height: calc(100vh - 113px);
}
.home-banner .carousel-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 320px;
    padding: 15px;
}

.home-banner .carousel-caption h5 {
    font-size: 25px;
}

.home-banner .carousel-caption p.sub-txt {
    font-size: 20px;
}
.whatsapp-btn {
    bottom: 3.5rem;
}
}




.project-sec .box {
  background-color: var(--primary-color);
  box-shadow: 2px 2px 35px rgb(0 0 0 / 12%);
  text-align: left;
  padding: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.project-sec .box .content {
  position: relative;
}
.project-sec .box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.project-sec .box span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--blueish);
  font-weight: 500;
}
.project-sec .box .size,
.project-sec .box .price {
  margin-bottom: 20px;
  font-size: 22px;
}
.project-sec .box button {
  margin-top: 20px;
}

.project-sec .box .content img {
    width: 100%;
}

.project-sec .box .content h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
}

.project-sec .box .content h6 {
    font-size: 18px;
    margin: 5px 0;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
    line-height: 1;
}