/* Reset */
*{
  margin: 0;
  paddding: 0;
}

html{
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.wrapper{
    width: 100%;
    height: 97vh;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.full-wrapper {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.wrapper .wrapper__video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(46, 46, 46, 0.5) 15%, rgba(0, 0, 0, 0) 50%, rgba(46, 46, 46, 0.5) 81%, rgba(0, 0, 0, 0.8));
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}


body{
    font-family: 'Cantata One', san-serif;
    overflow-x: hidden!important;
}
.logo-area{
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #101417;
    z-index: 3;
}

.logo-area img {
    height: 75px;
    width: auto;
}

.info-area {
    display: flex;
    float: none;
    margin: auto;
    position: absolute;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    z-index: 3;
}

.info-area h1{
    color: white;
    font-family: 'Cantata One', serif;
    font-size: 85px;
    font-weight: 700;
}

.info-area h4{
    color: white;
    font-family: 'Roboto', san-serif;
    font-weight: 400;
    font-size: 20px;
}

.divider{
    float: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
}

.header_footer{
    justify-self: end;
    align-self: end;
    color: white;
    font-weight: 400;
    position: absolute;
    bottom: 0;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 1.75rem);
    display: block;
    width: 2.8rem !important;
    height: 2.8rem !important;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: 0;
    background-color: white;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.25) !important; 
}

.slick-next img, .slick-prev img {
    width: 60% !important;
    height: auto !important; 
    float: none!important;
    min-width: 60%!important;
}

.slick-next::before, .slick-prev::before {
    content: none !important; 
}

.slick-next:hover, .slick-prev:hover {
    background-color: white; 
}

.slick-dotted.slick-slider {
    margin-bottom: 0px; 
}

.slick-dots {
    z-index: 99999999999;
    bottom: 1rem;
    justify-content: center;
    margin: 0;
    padding: 0.5rem 0;
    list-style-type: none; 
    width: 100%;
    text-align: center;
    position: absolute;
}

.slick-dots li {
    display: inline-block;
    float: none;
    margin: auto;
    margin-right: 10px;
}

.slick-dots button {
    display: block;
    width: 0.85rem !important;
    height: 0.85rem !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #46C2FF !important;
    text-indent: -9999px; 
}

.slick-dots li.slick-active button {
    background-color: #FF7735 !important; 
}

.slick_cont_small img{
    height: 450px;
    width: 100%;
    float: none;
    margin: auto;
}

.slick-slide{
    width: 100%;
    text-align: center;
    position: relative;
}

.slick-slide .slide-text{
    position: absolute;
    top: calc(50% - 50px);
    width: 100%;
    font-weight: bold;
    font-size: 55px;
    color: white;
    font-family: Roboto, sans-serif;
}

.text_hdr{
    font-weight: 400!important;
}

.sub_text_hdr{
    font-family: Roboto, sans-serif;
    font-weight: 400!important;
    font-size: 19px;
}

.para_block{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.req-for-info{
    border: 1px solid #0078B3;
    padding: 10px 20px;
    border-radius: 9999px;
    background-color: transparent;
    box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.25);
    font-family: Roboto; 
}

.req-for-info:hover {
    box-shadow: 0 0.7rem 3.5rem rgba(0, 0, 0, 0.35);
    color: white;
    background-color: #0078B3; 
}

.full-gallery{
    height: 95vh;
    overflow: hidden;
}

.full-gallery img{
    height: 95vh;
    width: auto;
    margin: auto;
    float: none;
    min-width: 100%;
}

.slick-prev {
    left: 20px!important;
}

.slick-next {
    right: 20px!important;
}

.item_list {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.item_list i{
    color:  #009700;
    margin-right: 15px;
}

.simple-gallery{
    height: 75vh;
    overflow: hidden;
}

.simple-gallery img{
    height: 75vh;
    width: auto;
    margin: auto;
    float: none;
    min-width: 100%;
}

.mapouter {
    float: none;
    margin: auto;
}

.image_cont, .text_cont{
    padding: 0px;
}

.image_cont img{
    width: 100%;
    height: auto;
}

.text_cont {
    background-position: fixed;
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}

.grad_bg {
    background-image: linear-gradient(0deg,rgba(255,255,255,0.57) 0%,#ffffff 100%),url(../../assets/images/marble-2.jpeg)!important;
}

.form-group{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.form-control{
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0px;
    padding: 12px;
    font-family: Roboto, sans-serif;
}

#comments {
    height: 150px;
    resize: none;
}

#send_btn {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    padding: 10px 15px;
    border-radius: 0px;
    width: 150px;
}

.contact-image{
    overflow: hidden;
    position: relative;
}

.contact-image img{
    width: 100%;
    height: auto;
    bottom: 0px;
}

.contact_info{
    background-color: #0066CC;
    padding: 20px 0px;
}

.cont_info {
    display: flex;
    justify-content: start;
    align-items: center;
}

.info_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #0066CC;
}

.info_text {
    font-family: Roboto, sans-serif, serif;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: white;
    margin-left: 15px;
    text-align: left;
}
 
.info_text a {
    text-decoration: none;
    color: white;
}

.trusted img{
    width: 100%;
    height: auto;
}

footer {
    background: #F3F3F3;
    padding: 45px 15px;
}

.footer_vid{
    position: relative;    
}

.footer_vid img {
    width: 100%;
    height: auto;
}

.vid_overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(46, 46, 46, 0.5) 15%, rgba(0, 0, 0, 0) 50%, rgba(46, 46, 46, 0.5) 81%, rgba(0, 0, 0, 0.8));
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.vid_play_btn {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #009EEA;
    top: calc(50% - 35px);
    right: calc(50% - 35px);
    transition: all .3s ease;
    box-shadow: 0 0.7rem 3.5rem rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.vid_play_btn:hover {
    transform: scale(1.3);
}

.weblink{
    font-family: Roboto, sans-serif, serif;
    font-size: 20px;
}

.weblink a {
    text-decoration: none;
}

.footer_inner {
    background-color: #D7D7D7;
    text-align: center;
    padding: 25px 10px;
}

.footer_inner h5, .footer_inner a{
    font-family: Roboto, sans-serif, serif;
    font-size: 20px;
}

.modal-title {
    font-family: Roboto, sans-serif, serif;
    font-size: 20px;
}

.whatsapp_btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #00B900;
    color: white!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-100{ width: 100%!important; }
.w-auto{ width: auto; }
.h-100{ height: 100%!important; }
.pointer{ cursor: pointer!important; }
.centered-text{ text-align: center!important; }
.text_center, .text-center{text-align: center!important;}
.text_left, .text-left{text-align: left!important;}
.text_right, .text-right{text-align: right!important;}
.float_none{ float: none; margin-left: auto; margin-right: auto; }
.fright{float: right;} .fleft{float: left!important;} 
.no_radius{border-radius: 0px!important;}
.dsply_inline_blck{ display: inline-block!important; }
.dsply_inline{ display: inline!important; }
#form_lbl{ font-weight: 600!important; }
.no_shadow{ box-shadow: none!important; }
.hidden_asterik{display: none;}
.btn-small{ 
    border-radius: 0px!important; 
    text-align: center;
}


.pl-0{ padding-left: 0px!important; }
.pr-0{ padding-right: 0px!important; }
.pr-5{ padding-right: 5px!important; }
.pl-5{ padding-left: 5px!important; }
.pr-10{ padding-right: 10px!important; }
.pl-10{ padding-left: 10px!important; }
.pr-15{ padding-right: 15px!important; }
.pl-15{ padding-left: 15px!important; }
.pr-20{ padding-right: 20px!important; }
.pl-20{ padding-left: 20px!important; }
.pr-25{ padding-right: 25px!important; }
.pl-25{ padding-left: 25px!important; }
.pr-30{ padding-right: 30px!important; }
.pl-30{ padding-left: 30px!important; }
.pr-35{ padding-right: 35px!important; }
.pl-35{ padding-left: 35px!important; }
.pr-40{ padding-right: 40px!important; }
.pl-40{ padding-left: 40px!important; }
.mr-0{ margin-right: 0px!important; }
.ml-0{ margin-left: 0px!important; }
.mr-1{ margin-right: 1px!important; }
.ml-1{ margin-left: 1px!important; }
.mr-2{ margin-right: 2px!important; }
.ml-2{ margin-left: 2px!important; }
.mr-3{ margin-right: 3px!important; }
.ml-3{ margin-left: 3px!important; }
.mr-4{ margin-right: 4px!important; }
.ml-4{ margin-left: 4px!important; }
.mr-5{ margin-right: 5px!important; }
.ml-5{ margin-left: 5px!important; }
.mr-10{ margin-right: 10px!important; }
.ml-10{ margin-left: 10px!important; }
.mr-15{ margin-right: 15px!important; }
.ml-15{ margin-left: 15px!important; }
.mr-20{ margin-right: 20px!important; }
.ml-20{ margin-left: 20px!important; }
.mr-25{ margin-right: 25px!important; }
.ml-25{ margin-left: 25px!important; }
.mr-30{ margin-right: 30px!important; }
.ml-40{ margin-left: 30px!important; }

.padding-0_0,.padding_0_0{ padding-left:0px; padding-right:0px;}
.padding-5_0,.padding_5_0{  padding-left:5px!important; padding-right:0px!important; }
.padding-0_5,.padding_0_5{  padding-left:0px!important; padding-right:5px!important; }
.padding-3{  padding-left:3px; padding-right:3px; }
.padding-5_5,.padding_5_5{  padding-left:5px; padding-right:5px; }
.padding-10{ padding-right:10px; padding-left:10px;}

.padding_10_0{ padding-left:10px; padding-right:0px;}
.padding_0_15{ padding-left:0px; padding-right:15px;}
.padding_15_0{ padding-left:15px; padding-right:0px;}
.padding_15_15{ padding-left:15px; padding-right:15px;}

.fs-10{ font-size: 10px!important; }
.fs-11{ font-size: 11px!important; }
.fs-12{ font-size: 12px!important; }
.fs-13{ font-size: 13px!important; }
.fs-14{ font-size: 14px!important; }
.fs-15{ font-size: 15px!important; }
.fs-16{ font-size: 16px!important; }
.fs-17{ font-size: 17px!important; }
.fs-18{ font-size: 18px!important; }
.fs-19{ font-size: 19px!important; }
.fs-20{ font-size: 20px!important; }
.fs-21{ font-size: 21px!important; }
.fs-22{ font-size: 22px!important; }
.fs-23{ font-size: 23px!important; }
.fs-24{ font-size: 24px!important; }
.fs-25{ font-size: 25px!important; }
.fs-26{ font-size: 26px!important; }
.fs-27{ font-size: 27px!important; }
.fs-28{ font-size: 28px!important; }
.fs-29{ font-size: 29px!important; }
.fs-30{ font-size: 30px!important; }
.fs-35{ font-size: 35px!important; }
.fs-40{ font-size: 40px!important; }
.fs-45{ font-size: 45px!important; }
.fs-50{ font-size: 50px!important; }

.p-0 { padding: 0px!important; }
.p-2 { padding: 2px!important; }
.p-3 { padding: 3px!important; }
.p-4 { padding: 4px!important; }
.p-5 { padding: 5px!important; }
.p-6 { padding: 6px!important; }
.p-7 { padding: 7px!important; }
.p-8 { padding: 8px!important; }
.p-10 { padding: 10px!important; }
.p-15 { padding: 15px!important; }
.p-20 { padding: 20px!important; }
.p-25 { padding: 25px!important; }
.p-30 { padding: 30px!important; }
.p-35 { padding: 35px!important; }
.p-40 { padding: 40px!important; }
.p-45 { padding: 45px!important; }
.p-50 { padding: 50px!important; }
.p-55 { padding: 55px!important; }

.pt-4{ padding-top: 4px!important; }
.pbx-4{ padding-bottom: 4px!important; }
.pt-5{ padding-top: 5px!important; }
.pbx-5{ padding-bottom: 5px!important; }
.pt-6{ padding-top: 6px!important; }
.pb-6{ padding-bottom: 6px!important; }
.pt-7{ padding-top: 7px!important; }
.pb-7{ padding-bottom: 7px!important; }
.pt-8{ padding-top: 8px!important; }
.pb-8{ padding-bottom: 8px!important; }
.pt-10{ padding-top: 10px!important; }
.pb-10{ padding-bottom: 10px!important; }
.pt-15{ padding-top: 15px!important; }
.pb-15{ padding-bottom: 15px!important; }
.pt-20{ padding-top: 20px!important; }
.pb-20{ padding-bottom: 20px!important; }
.pt-25{ padding-top: 25px!important; }
.pb-25{ padding-bottom: 25px!important; }
.pt-30{ padding-top: 30px!important; }
.pb-30{ padding-bottom: 30px!important; }
.pt-35{ padding-top: 35px!important; }
.pb-35{ padding-bottom: 35px!important; }
.pt-40{ padding-top: 40px!important; }
.pb-40{ padding-bottom: 40px!important; }

.mt--20{ margin-top: -20px!important; }
.mt--15{ margin-top: -15px!important; }
.mt--10{ margin-top: -10px!important; }
.mt--5{ margin-top: -5px!important; }
.mt-0{ margin-top: 0px!important; }
.mt-1{ margin-top: 1px!important; }
.mt-2{ margin-top: 2px!important; }
.mt-3{ margin-top: 3px!important; }
.mt-4{ margin-top: 4px!important; }
.mt-5{ margin-top: 5px!important; }
.mb-5{ margin-bottom: 5px!important; }
.mt-6{ margin-top: 6px!important; }
.mb-6{ margin-bottom: 6px!important; }
.mt-7{ margin-top: 7px!important; }
.mb-7{ margin-bottom: 7px!important; }
.mt-8{ margin-top: 8px!important; }
.mb-8{ margin-bottom: 8px!important; }
.mt-9{ margin-top: 9px!important; }
.mb-9{ margin-bottom: 9px!important; }
.mt-10{ margin-top: 10px!important; }
.mb-10{ margin-bottom: 10px!important; }
.mt-15{ margin-top: 15px!important; }
.mb-15{ margin-bottom: 15px!important; }
.mt-20{ margin-top: 20px!important; }
.mb-20{ margin-bottom: 20px!important; }
.mt-25{ margin-top: 25px!important; }
.mb-25{ margin-bottom: 25px!important; }
.mt-30{ margin-top: 30px!important; }
.mb-30{ margin-bottom: 30px!important; }
.mt-35{ margin-top: 35px!important; }
.mb-35{ margin-bottom: 35px!important; }
.mt-40{ margin-top: 40px!important; }
.mb-40{ margin-bottom: 40px!important; }
.mt-45{ margin-top: 45px!important; }
.mb-45{ margin-bottom: 45px!important; }
.mt-50{ margin-top: 50px!important; }
.mb-50{ margin-bottom: 50px!important; }
.mt-60{ margin-top: 60px!important; }
.mb-60{ margin-bottom: 60px!important; }
.mt-70{ margin-top: 70px!important; }
.mb-70{ margin-bottom: 70px!important; }

.mr-auto{
    margin-right: auto;
}
.ml-auto{
    margin-left: auto;
}
.mapouter{
    position:relative;text-align:right;height:500px;width:952px;
}
.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:952px;}

.gmap_canvas iframe {
        width: 100%;
        height: 500px;
    }