@import url(font-awesome.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.css);
@import url(animate.css);
.pro_head .summmry,
li,
ul {
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
}
@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff") format("woff"),
        url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat-Thin.woff") format("woff");
}
*,
.container-fluid,
.main-menu .navbar-collapse,
.main-slider .container-fluid,
li,
ul {
    padding: 0;
    justify-content: center;
}
*,
.aminities-para p,
.pagination li,
.sticky-header .main-menu .navigation > li,
figure,
li,
ul {
    margin: 0;
}
*,
a:hover {
    outline: 0;
}
a,
body,
p {
    font-size: 15px;
    line-height: 24px;
}
a,
body,
button,
input,
p,
select,
textarea {
    font-weight: 300;
}
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Montserrat;
}
.main-header .logo-box,
.mouse-move a,
.pagination li,
.pagination li a,
.theme-btn {
    display: inline-block;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
    z-index: 100;
    border-bottom: 3px solid #9a743f;
    height: auto !important;
}
.fixed-header .sticky-header,
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover ul,
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    visibility: visible;
    opacity: 1;
}
* {
    border: none;
}
::-moz-selection {
    color: #fff;
    background: #9a743f;
}
::selection {
    color: #fff;
    background: #0c69b8;
}
.theBall,
.theBall-outer {
    width: 20px;
    height: 20px;
}
.theBall-outer {
    position: fixed;
    top: -20px;
    left: -20px;
    z-index: 9999999999999999999 !important;
    pointer-events: none !important;
}
.theBall {
    position: absolute;
    background-color: rgba(255, 114, 114, 0.8);
    border-radius: 50%;
    -webkit-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
}
.zooming.theBall {
    background-color: #ff7272;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.mouse-move {
    position: absolute;
    bottom: -130px;
    left: 50%;
    width: 65px;
    margin-left: -50px;
}
.mouse-move a {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 900px;
    text-align: center;
}
.mouse-move .boom::after,
.mouse-move .boom::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    margin: 0;
    border-radius: 900px;
    box-shadow: inset 0 0 0 2px;
    animation: 8s linear infinite clipMe;
}
.mouse-move .boom::before {
    animation-delay: -4s;
}
@keyframes clipMe {
    0%,
    100% {
        clip: rect(0, 220px, 2px, 0);
    }
    25% {
        clip: rect(0, 2px, 220px, 0);
    }
    50% {
        clip: rect(218px, 220px, 220px, 0);
    }
    75% {
        clip: rect(0, 220px, 220px, 218px);
    }
}
.banner_canvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #000;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: #0c69b8;
    border-radius: 2px;
    transition: 0.7s;
}
.main-header,
.pagination li a,
.pagination li i:before,
.scroll-top,
.theme-btn,
a,
a:hover,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
input,
p {
    transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
    background: #0f50aa;
    transition: 0.7s;
}
body {
    background: #000 !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.about-section .about-content,
.about-section .img-box,
.accordion .acc-btn,
.blog-sidebar .sidebar-search .form-group,
.boxed_wrapper,
.default-two-column .form-column,
.destin-details .tab-content,
.destin-details .tab-content .content-box,
.form-box,
.gallery-section .overlay-content,
.google-map-area,
.info-style-one,
.main-menu,
.pagination,
.pagination li a,
.slider-content .banner-text,
.theme-btn,
.title-text,
a,
h1,
h2,
h2.sec-title,
h3,
h4,
h5,
h6,
p {
    position: relative;
}
.small-container {
    max-width: 680px;
    margin: 0 auto;
}
.boxed_wrapper {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 999;
}
.contact-section .contact-form-area .default-form select,
a {
    cursor: pointer;
}
a:hover {
    color: #0c69b8 !important;
}
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: 0.5s;
}
p {
    color: #fff;
    margin-bottom: 10px;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}
h1 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
}
h2,
h2 a {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
.pagination li a,
.title-text,
h4,
h4 a {
    line-height: 28px;
}
h4,
h4 a,
h5 {
    font-size: 18px;
}
h5,
h6 {
    line-height: 26px;
}
.scroll-top,
.theme-btn,
.title-text,
h6 {
    font-size: 16px;
}
h3 a {
    font-size: 24px;
    line-height: 33px;
}
.main-footer .link-widget li a:hover,
h3 a:hover,
h4 a:hover {
    color: #9a743f;
}
.Blog-sec .content-box h2,
.cavalli-content,
.centred {
    text-align: center;
}
.about-section .about-content h2,
h2.sec-title {
    color: #007bff;
    font-size: 32px;
    margin-bottom: 25px;
    padding-bottom: 14px;
}
.faq-heading.text-center h2 {
    text-transform: capitalize;
}
.Launch .launch-heading h3:before,
h2.sec-title:before {
    background-color: #007bff;
    position: absolute;
    margin: auto;
    content: "";
    width: 70px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
}
.Launch .launch-heading h3:after,
h2.sec-title:after {
    background-color: #007bff;
    position: absolute;
    margin: auto;
    content: "";
    width: 70px;
    height: 1px;
    bottom: 3px;
    right: 0;
    left: 0;
}
.title-text {
    margin-bottom: 34px;
    color: #fff;
}
.theme-btn {
    padding: 6px 24px 4px;
    background: #007bff;
    line-height: 24px;
    border: 2px solid #007bff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.theme-btn:hover {
    color: #007bff;
    background: 0 0;
}
.pagination {
    display: block;
    margin-top: 10px;
    float: right;
}

.pagination li a {
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    width: 22px;
    text-align: center;
    color: #222;
}
.blog-grid .link a:hover,
.blog-single-content .post-share .post-social li a:hover,
.gallery-section .overlay-content .list li a:hover,
.main-footer .subscribe-widget .footer-social li a:hover,
.pagination li a.active,
.pagination li a:hover {
    background: #007bff;
    color: #fff !important;
}
.blog-sidebar .sidebar-categories .list li a:hover:before,
.blog-single .blog-single-content .blog-content .meta-content li span,
.error-section .text a,
.footer-bottom .copyright a:hover,
.main-footer .footer-post .single-post .text a:hover,
.pagination li i:before,
.room-dimensions .tab-title li.active {
    color: #000;
}
.author-content h4,
.faq-section .faq-sidebar .categories-list li a:hover:before,
.faq-section .faq-sidebar .download-file li a:hover:before,
.info-style-one li .text a,
.main-footer .about-widget .contact-info .single-item .text a,
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.our-agent .single-item:hover .lower-content .text,
.our-agent .single-item:hover .lower-content h4 a,
.page-title .content-box h2,
.pagination li a:hover i:before,
.scroll-top span {
    color: #fff;
}
#preloader,
#preloader img {
    left: 0;
    top: 0;
    z-index: 999999;
    margin: auto;
    display: table;
    position: fixed;
    bottom: 0;
    right: 0;
}
#preloader {
    background-color: #000;
    width: 100%;
    height: 100% !important;
}
#preloader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: timedelay(30s);
}
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #007bff;
    -webkit-animation: 1s infinite pulse;
    -o-animation: 1s infinite pulse;
    animation: 1s infinite pulse;
}
.scroll-top:hover {
    background: #0f50aa;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}
.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    /* background-color: #000000 !important; */
    /* background: 0 0; */
    box-shadow: 0 -3px 15px 5px rgb(255 164 209);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.sticky-header {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    /* background: grey; */
    z-index: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.fixed-header .sticky-header {
    z-index: 999;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-header .logo-box {
    position: relative;
    /*margin-top: 15px;*/
}
.main-header .logo-box img,
.main-header .small-logo-box a img {
    width: 190px;
}
.main-header .logo-box a {
    position: relative;
    display: inline-block;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    padding: 20px 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.sticky-header ul.navigation.clearfix > li > a:hover {
    color: #fff !important;
}
.about-btn a::after,
.main-menu .navigation > li > a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #0c69b8;
    transition: width 0.5s;
}
.about-btn a:hover::after,
.main-menu .navigation > li > a:hover::after {
    width: 100%;
    transition: width 0.5s;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    display: none;
    background: #fff;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #9a743f;
    transition: 0.5s;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li:hover,
.main-menu .navigation > li > ul > li > ul > li:hover {
    background: #0e0f1a;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.contact-footer ul.contact-list li:last-child:after,
.developer-section .owl-nav,
.navbar-header,
.owl-theme .owl-controls,
.sidebar-page-container .default-blog-content .news-content .lower-content:before {
    display: none;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 230px;
    display: none;
    background: #fff;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    height: auto !important;
    padding: 0 30px;
    border-bottom: 1px solid #9a743f;
    transition: 0.5s;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    text-align: left;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.sticky-header .header-content {
    margin-top: 0;
    border-bottom: 0;
    background: 0 0;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 24px 30px 26px;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    background: #9a743f;
    color: #fff;
}
.sticky-header .main-menu {
    margin-left: 40px;
}
.main-header .small-logo-box {
    margin-top: 12px;
}
.main-slider,
.main-slider .slider-wrapper .image img {
    width: 100%;
    height: auto;
}
.main-slider .slider-wrapper {
    height: auto;
}
.main-slider .slider-caption {
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 40px;
    display: flex;
    position: absolute;
    align-items: flex-end;
    justify-content: center;
}
.main-slider .slider-caption .inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.main-slider .slider-content .title {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    color: #9a743f;
}
.main-slider .slider-content a {
    position: relative;
    display: table;
    margin: auto;
    font-size: 14px;
    color: #fff;
    background: #9a743f;
    padding: 8px 5px 8px 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
    transition: 0.5s !important;
}
.blog-single .blog-single-content .comment-area .single-comment .replay a:hover,
.main-slider .slider-content a:hover,
.our-agent .single-item .agent-social li a:hover,
.our-agent .single-item:hover .lower-content,
.single-counter-content:hover .content-box {
    background: #000;
}
.main-slider .slider-content {
    background: rgb(0 0 0 / 75%);
    padding: 10px 20px;
    display: table;
    margin: auto;
}
.slider-content .banner-text::after {
    content: "";
    position: absolute;
    /* border-right: 1px solid #fff; */
    width: 100%;
    height: 55px;
    bottom: 0;
    right: 0;
    top: 0;
    left: 10px;
    display: table;
    margin: auto;
}
.banner-heading p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.slide-nav .owl-nav {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0.97);
    transition: 0.5s;
}
.slide-nav:hover .owl-nav {
    transform: scale(1);
    opacity: 1;
}
.slide-nav .owl-controls .owl-nav [class*="owl-"] {
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: 0.5s;
}
.slide-nav .owl-nav .owl-prev {
    left: 50px;
    float: left;
}
.slide-nav .owl-nav .owl-next {
    right: 50px;
    float: right;
}
.slide-nav .owl-dots,
.video-tour .owl-dots {
    display: none !important;
}
.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.main-slider .owl-item.active .slider-caption .slider-content {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.about-section {
    padding-top: 80px;
    position: relative;
}
.about-section .img-box:before {
    position: absolute;
    content: "";
    display: none;
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    left: -70px;
    top: 0;
    z-index: -1;
}
figure.img-box.wow.slideInLeft.animated:hover img {
    transform: scale(1.2);
    transition: 0.7s;
}
.casa-img,
figure.img-box.wow.slideInLeft.animated {
    overflow: hidden;
}
.pic_text {
    text-align: center;
}
.pic_text h2 {
    color: #007bff;
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px;
}
.pic_text h3 {
    color: #007bff;
    font-size: 20px;
    font-weight: 500;
}
.about-section .img-box img {
    width: 100%;
    transition: 0.7s;
}
.about-section .about-content h2:before,
.destin-details .tab-content .content-box h4:before,
.footer-title h4:before {
    background-color: #007bff;
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
}
.about-section .about-content h2:after,
.destin-details .tab-content .content-box h4:after,
.footer-title h4:after {
    background-color: #007bff;
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    bottom: 3px;
    right: 0;
    left: 0;
}
.intro-section {
    padding-top: 60px;
    position: relative;
}
ul.intro-content.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-section .intro-content .single-item {
    float: left;
    text-align: center;
    width: 24%;
    transition: 0.5s;
}
.intro-section .intro-content .single-item .content-box {
    position: relative;
    display: inline-block;
    padding: 32px 0 12px;
    width: 180px;
    text-align: center;
    transition: 0.5s;
}
.intro-section .intro-content .single-item .content-box:hover {
    background: #382b1940;
}
.intro-section .intro-content .single-item .icon-box {
    margin-bottom: 21px;
}
.intro-section .intro-content .single-item .icon-box i:before {
    font-size: 46px;
    color: #000;
    margin: 0;
}
.intro-section .intro-content .single-item p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #fff;
}
.intro-section .intro-content .single-item .number {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #454035;
}
.property-highlight,
.video-tour {
    position: relative;
    background: #f7f7f7;
}
.property-hisection.intro-section pghlight .img-box {
    float: left;
    max-width: 100%;
}
.property-highlight .highlight-content {
    padding: 97px 0 76px;
}
.blog-single .blog-single-content .blog-content h4,
.gallery-fluid h2.sec-title,
.property-highlight .highlight-content h3,
.sidebar-page-container .default-blog-content .news-content .lower-content h4 a {
    margin-bottom: 6px;
}
.property-highlight .highlight-content .top-text {
    margin-bottom: 18px;
}
.property-highlight .highlight-content .content-box h4 a {
    display: inline-block;
    color: #000;
    margin-bottom: 7px;
}
.error-section .text a:hover,
.property-highlight .highlight-content .content-box h4 a:hover,
.who-we-are .single-item .lower-content h4 a:hover {
    color: #222;
}
.property-highlight .highlight-content .content-box .single-item {
    margin-bottom: 28px;
}
.Blog-sec,
.Faq,
.destin-details {
    padding-top: 100px;
}
.blog-sidebar .sidebar-post .sidebar-title,
.destin-details .tab-title,
table.table.summmry {
    margin-bottom: 60px;
}
.destin-details .tab-title li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    padding: 12px 22px;
    text-align: center;
    background: #382b1940;
    text-transform: uppercase;
    margin: 0 10px 20px;
    cursor: pointer;
    transition: 0.5s;
}
.destin-details .tab-title li.active {
    background: #0000001f;
    color: #a4712b;
}
.destin-details .tab-title li:last-child {
    margin-right: 0;
}
.about-pic img,
.casa-img img,
.destin-details .tab-content .img-box img {
    width: 100%;
    height: 100%;
    transition: 0.7s;
}
.destin-details .tab-content .content-box h4 {
    color: #a4712b;
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 14px;
}
.destin-details .tab-content .content-box .text {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.destin-details .tab-content .content-box .list li {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-bottom: 16px;
    padding: 0 0 0 25px;
}
.destin-details .tab-content .content-box .list li:before,
.room-dimensions .tab-content .content-box .list li:before {
    position: absolute;
    content: "\f00c";
    font-size: 16px;
    font-family: FontAwesome;
    color: #000;
    left: 0;
    top: 0;
}
.features-section,
.main-footer {
    position: relative;
}
.features-section .single-item {
    position: relative;
    margin-bottom: 27px;
    padding: 0 0 0 60px;
}
.features-section .single-item .icon-box {
    position: absolute;
    left: 2px;
    top: 10px;
}
.fa-solid.fa-bullseye {
    content: "/f140";
    font-style: normal;
    font-family: FontAwesome;
}
.fa-solid.fa-eye {
    content: "/f06e";
    font-style: normal;
    font-family: FontAwesome;
}
.features-section .single-item .icon-box i:before {
    margin: 0;
    color: #fff;
    font-size: 40px;
    transition: 0.5s;
}
.features-section .single-item:hover .icon-box i:before,
.gallery-section .filter-tabs li.active,
.main-footer .about-widget .contact-info .single-item .icon-box span {
    color: #007bff;
}
.features-section .single-item h4 {
    color: #007bff;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 22px;
    padding-bottom: 8px;
}
.features-section .single-item h4:before {
    background-color: #007bff;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
}
.features-section .single-item h4:after {
    background-color: #007bff;
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 3px;
    right: 0;
    left: 0;
}
.features-section .title-text {
    margin-bottom: 50px;
}
.features-section .single-item .text {
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    text-align: justify;
}
.gallery-section {
    position: relative;
    padding-bottom: 70px;
    background: #f7f7f7;
}
.gallery-section .title-text {
    margin-bottom: 29px;
}
.contact-section .column,
.gallery-section .single-item {
    position: relative;
    margin-bottom: 30px;
}
.gallery-section .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
}
.gallery-section .single-item:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.gallery-section .overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 1px;
    vertical-align: middle;
    background: #9a743f9c;
}
.gallery-section .overlay-content,
.video-gallery .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
}
.gallery-section .overlay-content h4 a {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}
.gallery-section .overlay-content h4 a:hover {
    color: #000 !important;
}
.gallery-section .single-item figure.img-box {
    width: 100%;
    height: 200px;
}
.gallery-section .single-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-section .contact-info .title,
.gallery-section .filter-tabs {
    margin-bottom: 23px;
}
.gallery-section .filter-tabs li {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 13px;
    cursor: pointer;
    transition: 0.5s;
}
.gallery-section .filter-tabs li.active:before {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -3px;
    background: #000;
    position: absolute;
}
.gallery-section .overlay-content .list li {
    display: inline-block;
    margin: 0 3px;
}
.gallery-section .overlay-content .list li a {
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    transition: 0.5s;
}
.room-dimensions {
    position: relative;
    padding: 92px 0;
}
.room-dimensions .tab-content .img-box {
    position: relative;
    padding: 34px 0 37px;
    margin-left: 39px;
}
.room-dimensions .tab-content .img-box:before {
    position: absolute;
    content: "";
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    left: -39px;
    top: 0;
    z-index: -1;
}
.blog-single .blog-single-content .blog-content .img-box img,
.blog-single .blog-single-content .comment-area .single-comment .thumb-box img,
.room-dimensions .tab-content .img-box img,
.video-gallery img,
.video-tour .single-item .img-box img,
section.Casa.Launch iframe {
    width: 100%;
}
.developer-section .title-text,
.news-section .title-text,
.room-dimensions .custom-tab-title-one,
.video-tour .title-text,
.who-we-are .title-text {
    margin-bottom: 56px;
}
.room-dimensions .tab-title li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    cursor: pointer;
    margin: 0 17px;
}
.room-dimensions .content-box {
    position: relative;
    padding: 88px 0 77px;
}
.room-dimensions .tab-content .content-box h4 {
    color: #000;
    margin-bottom: 6px;
}
.room-dimensions .tab-content .content-box .text {
    color: #222;
    margin-bottom: 29px;
}
.room-dimensions .tab-content .content-box .list li {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    width: 32%;
    padding: 0 0 0 25px;
}
.gallery-fluid .title-text,
.room-dimensions .title-text {
    margin-bottom: 30px;
}
.our-agent {
    padding-top: 95px;
}
.our-agent .single-item {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.our-agent .single-item .agent-social {
    position: absolute;
    top: 0;
    right: -37px;
    z-index: 1;
    transition: 0.5s;
}
.our-agent .single-item:hover .agent-social {
    right: 0;
}
.accordion,
.our-agent .single-item .agent-social li {
    position: relative;
    margin-bottom: 10px;
}
.our-agent .single-item .agent-social li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #000;
    width: 37px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.5s;
}
.our-agent .single-item .img-box {
    overflow: hidden;
    position: relative;
    border: 1px solid #f2bfd8;
}
.blog-sidebar .sidebar-post .single-post .img-box img,
.news-section .news-content .img-box img,
.our-agent .single-item .img-box img,
.who-we-are .img-box img {
    width: 100%;
    transition: 0.5s;
    transform: scale(1);
}
.About:hover img,
.blog-sidebar .sidebar-post .single-post:hover .img-box img,
.casa-img:hover img,
.news-section .news-content:hover .img-box img,
.our-agent .single-item:hover .img-box img,
.video-gallery .overlay-gallery .icon-holder .icon a:hover,
.who-we-are .single-item:hover .img-box img {
    transform: scale(1.1);
}
.our-agent .single-item .lower-content {
    height: 90px;
    display: flex;
    border: 1px solid #f7f7f7;
    border-top: none;
    background: 0 0;
    transition: 0.5s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-agent .single-item .lower-content h4 a {
    display: block;
    margin-bottom: -5px;
    color: #007bff;
}
.our-agent .single-item .lower-content .text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: 0.5s;
}
.our-agent .title-text {
    margin-bottom: 56px;
    padding: 0 80px;
}
.sec-title p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.testimonial-area {
    padding-top: 100px;
    position: relative;
}
.testimonial-area .owl-carousel {
    overflow: hidden;
    padding: 0 40px 0 20px;
    margin: 0 20px;
}
.testimonial-area .owl-stage-outer {
    padding: 30px 40px;
    margin-left: -30px;
    width: calc(100% + 100px);
}
.single-testimonial {
    border: 7px solid #a4712b;
    text-align: center;
    border-radius: 15px;
    position: relative;
    height: 400px;
    z-index: 2;
}
.single-testimonial p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 30px 50px 20px;
    position: relative;
    z-index: 3;
    text-align: justify;
}
.client-info {
    position: relative;
    z-index: 3;
    text-align: center;
}
.client-info a {
    width: 100px;
    height: 100px;
    display: table;
    margin: 15px auto;
    border-radius: 100px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}
.client-video a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.client-info h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-dots button.active {
    width: 30px;
}
.developer-section {
    padding-top: 80px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.developer-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.developer-section .developer-content .author-thumb {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    /* background-color: #fff; */
}
.aminities-box,
.developer-section .developer-content .author-thumb img,
.icon img {
    width: 100%;
    height: 100%;
}
.developer-section .developer-content .author-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    /* background-color: #fff; */
}
.developer-section .developer-content .text {
    font-size: 14px;
    color: #fff;
}
.developer-section .owl-dots {
    display: inline-block;
    margin-top: 17px;
}
.news-section {
    position: relative;
    padding-bottom: 73px;
}
.news-section .news-content .img-box,
.who-we-are .img-box {
    position: relative;
    overflow: hidden;
}
.news-section .news-content .lower-content {
    position: relative;
    padding: 13px 0 25px;
}
.news-section .news-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 7px;
}
.news-section .news-content .lower-content:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s;
}
.news-section .news-content:hover .lower-content:before {
    left: 0;
    width: 100%;
    margin-left: 0;
}
.news-section .news-content .lower-content .date {
    position: absolute;
    left: 0;
    top: -40px;
    width: 76px;
    height: 40px;
    color: #fff;
    background: #000;
    line-height: 40px;
    text-align: center;
}
.main-footer .footer-title {
    margin-bottom: 32px;
}
.main-footer .about-widget .text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 27px;
    line-height: 26px;
    padding-top: 14px;
    text-align: justify;
}
.contact-info {
    padding-right: 40px;
}
.main-footer .about-widget .contact-info .single-item .text {
    padding: 0;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}
.main-footer .about-widget .contact-info .single-item .text span {
    font-weight: 600;
}
.main-footer .about-widget .contact-info .single-item {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 12px;
}
.main-footer .about-widget .contact-info .single-item .icon-box {
    position: absolute;
    top: 2px;
    left: 0;
}
.main-footer .footer-post .single-post {
    position: relative;
    margin-bottom: 26px;
}
.main-footer .footer-post .single-post .time {
    font-size: 13px;
    color: #000;
    font-style: italic;
    margin-bottom: 1px;
}
.main-footer .footer-post .single-post .text a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}
.comment-form .form-box .form-group,
.faq-section .faq-content .top-content,
.main-footer .footer-post .footer-title {
    margin-bottom: 25px;
}
.main-footer .link-widget li {
    position: relative;
    padding: 0 0 0 26px;
    margin-bottom: 18px;
}
.main-footer .link-widget li:before {
    position: absolute;
    content: "\f0a9";
    font-size: 13px;
    font-family: FontAwesome;
    color: #888;
    left: 0;
    top: 1px;
}
.main-footer .link-widget li a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.main-footer .link-widget li:hover a {
    padding-left: 5px;
}
.main-footer .link-widget .footer-title {
    margin-bottom: 26px;
}
.footer-title h4 {
    color: #007bff;
    padding: 10px 0;
}
.form-group {
    position: relative;
    margin: 0;
}
.main-footer .subscribe-form i {
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 1;
}
.main-footer .subscribe-form input[type="email"],
.main-footer .subscribe-form input[type="text"] {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 28px;
    padding: 6px 40px 6px 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.blog-single .blog-single-content .comment-form .form-group input[type="email"]:focus,
.blog-single .blog-single-content .comment-form .form-group input[type="text"]:focus,
.blog-single .blog-single-content .comment-form .form-group textarea:focus,
.contact-section .contact-form-area .default-form input[type="email"]:focus,
.contact-section .contact-form-area .default-form input[type="text"]:focus,
.contact-section .contact-form-area .default-form select:focus,
.contact-section .contact-form-area .default-form textarea:focus,
.main-footer .subscribe-form input[type="email"]:focus,
.main-footer .subscribe-form input[type="text"]:focus {
    border: 1px solid #000;
}
.main-footer .subscribe-form button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #0f50aa;
    border: 1px solid #007bff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 15px 4px;
    margin-top: 7px;
    cursor: pointer;
    transition: 0.5s;
}
.main-footer .subscribe-form button:hover {
    background: 0 0;
    border: 1px solid #007bff;
    color: #007bff;
}
.main-footer .subscribe-form {
    margin-bottom: 46px;
}
.main-footer .subscribe-widget .footer-title {
    margin-bottom: 15px;
}
.main-footer .subscribe-widget .footer-social {
    position: relative;
    text-align: center;
}
.main-footer .subscribe-widget .footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.main-footer .subscribe-widget .footer-social li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #777;
    border-radius: 50%;
    transition: 0.7s;
}
.footer-bottom {
    position: relative;
    padding: 17px 0 19px;
    background: #0e0f1a00;
    color: #007bff;
    font-size: 14px;
    margin-top: 85px;
}
.fact-counter,
.page-title {
    background-repeat: no-repeat;
    width: 100%;
}
.page-title {
    width: 100%;
    /*height: 600px;*/
    padding: 255px 0;
    position: relative;
    background-size: 100% 100%;
}
.page-title .content-box {
    position: absolute;
    display: table;
    background: #0e0f1a;
    padding: 27px 46px 26px;
    /*bottom: -45px;*/
    box-shadow: 0 0px 15px 5px rgb(255 164 209);
    z-index: 1;
    /*margin: auto;*/
    right: 0;
    left: 50%;
    top: 100%;
    transform:translate(-50%, -50%);
}
.faq-section .faq-content,
.map-content {
    margin-top: -7px;
}
.blog-grid,
.destin-style-two {
    padding: 140px 0 100px;
}
.room-style-two {
    padding-top: 0;
}
.features-style-two {
    padding-bottom: 61px;
}
.video-gallery {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.video-gallery .overlay-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.video-gallery .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%;
}
.video-gallery .overlay-gallery .icon-holder .icon a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 90px;
    color: #000;
    transform: scale(1);
    transition: 0.5s;
}
.video-tour .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
}
.video-tour .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 0;
}
.faq-section {
    position: relative;
    padding: 148px 0 90px;
}
.faq-section .faq-sidebar .categories-list {
    position: relative;
    margin-bottom: 46px;
}
.faq-section .faq-sidebar .categories-list li,
.faq-section .faq-sidebar .download-file li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.faq-section .faq-sidebar .categories-list li a {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 6px 20px 9px;
}
.faq-section .faq-sidebar .categories-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #222;
    top: 7px;
    right: 10px;
    transition: 0.5s;
}
.faq-section .faq-sidebar .categories-list li a:hover {
    color: #fff;
    background: #000;
}
.faq-section .faq-sidebar .download-file li a {
    position: relative;
    display: block;
    color: #000;
    padding: 11px 20px 13px;
    border: 1px solid #f7f7f7;
}
.faq-section .faq-sidebar .download-file li a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.faq-section .faq-sidebar .download-file li a:before {
    position: absolute;
    content: "\f019";
    font-family: FontAwesome;
    font-size: 20px;
    color: #000;
    top: 15px;
    right: 9px;
    transition: 0.5s;
}
.faq-section .faq-sidebar .download-file li i:before {
    font-size: 25px;
    margin-right: 19px;
}
.accordion .acc-btn .toggle-icon {
    position: absolute;
    right: 17px;
    top: 9px;
    cursor: pointer;
}
.accordion .acc-btn .toggle-icon span:before {
    font-size: 16px;
    color: #676767;
    transition: 0.5s;
}
.accordion .acc-btn .toggle-icon span.fa-plus {
    position: relative;
    left: 6px;
}
.accordion .acc-btn .toggle-icon span.fa-minus {
    position: relative;
    left: -6px;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus,
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    position: absolute;
    right: 12px;
    opacity: 1;
}
.accordion-box .accordion .acc-content {
    display: none;
    padding: 15px 15px 7px 20px;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-btn .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 4px 5px 0 #e1e1e1;
    color: #222;
    background: #f7f7f7;
    padding: 5px 60px 10px 20px;
    cursor: pointer;
    transition: 0.5s;
}
.accordion-box .accordion .acc-content p {
    margin-bottom: 0;
}
.faq-section .faq-content .top-content h4 {
    margin-bottom: 11px;
}
.faq-section .faq-sidebar {
    margin-bottom: 72px;
}
.error-section {
    position: relative;
    padding: 129px 0 95px;
}
.error-section .error-title {
    position: relative;
    display: block;
    font-size: 300px;
    line-height: 250px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.error-section .error-text {
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 800;
    line-height: 65px;
    margin-bottom: 22px;
}
.error-section .text,
.error-section .text a {
    position: relative;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 26px;
}
.who-we-are {
    position: relative;
    padding: 140px 0 82px;
}
.who-we-are h2.sec-title {
    margin-bottom: 16px;
}
.who-we-are .single-item .lower-content {
    position: relative;
    padding: 23px 0 15px;
}
.who-we-are .single-item .lower-content h4 a {
    display: inline-block;
    color: #000;
    margin-bottom: 5px;
}
.who-we-are .single-item .lower-content:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s;
}
.who-we-are .single-item:hover .lower-content:before {
    width: 100%;
    left: 0;
}
.fact-counter {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
}
.fact-counter:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.single-counter-content,
.single-counter-content .content-box {
    background: rgba(113, 177, 0, 0.6);
    position: relative;
    display: block;
}
.single-counter-content {
    padding: 24px 36px 25px 38px;
}
.single-counter-content .count-outer span {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 19px;
}
.single-counter-content .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.single-counter-content .content-box {
    padding: 25px 0 24px;
    transition: 0.5s;
}
.gallery-page {
    padding: 140px 0 70px;
    background: 0 0;
}
.gallery-fluid {
    padding-bottom: 100px;
}
.gallery-fluid .default-portfolio-item {
    padding: 0;
    position: relative;
}
.gallery-fluid .single-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.gallery-fluid .filter-tabs li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-grid .link {
    position: relative;
    margin-top: 31px;
}
.blog-grid .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    background: #f7f7f7;
    padding: 12px 23px 11px;
    transition: 0.5s;
}
.sidebar-page-container {
    padding: 148px 0 100px;
}
.sidebar-page-container .default-blog-content .news-content {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e0e0e0;
}
.blog-single .blog-single-content .blog-content .text,
.sidebar-page-container .default-blog-content .news-content .lower-content .text {
    font-size: 14px;
}
.sidebar-page-container .default-blog-content .news-content .lower-content {
    padding: 13px 0 36px;
}
.blog-sidebar .sidebar-search {
    margin-bottom: 62px;
}
.blog-sidebar .sidebar-search .form-group input[type="search"] {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #f5f5f5;
    padding: 10px 65px 10px 15px;
    transition: 0.5s;
}
.blog-sidebar .sidebar-search .form-group input[type="search"]:focus {
    border: 2px solid #000;
}
.blog-sidebar .sidebar-search .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    width: 55px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 15px;
    cursor: pointer;
}
.blog-sidebar .sidebar-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 3px;
}
.blog-sidebar .sidebar-title:before {
    position: absolute;
    content: "";
    background: #000;
    width: 84px;
    height: 1px;
    left: 0;
    bottom: 0;
}
.blog-sidebar .sidebar-categories .list li {
    position: relative;
    display: block;
}
.blog-sidebar .sidebar-categories .list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    top: 1px;
    transition: 0.5s;
}
.blog-sidebar .sidebar-categories .list li a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
.blog-sidebar .sidebar-categories {
    margin-bottom: 40px;
}
.blog-sidebar .sidebar-post .single-post {
    position: relative;
    padding: 14px 0 0 119px;
    margin-bottom: 34px;
}
.blog-sidebar .sidebar-post .single-post .img-box {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 98px;
    height: 70px;
}
.blog-sidebar .sidebar-post .single-post .text a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.blog-sidebar .sidebar-post {
    margin-bottom: 57px;
}
.blog-sidebar .sidebar-tag .tag-list {
    margin: 0 -5px;
}
.blog-sidebar .sidebar-tag .tag-list li {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    float: left;
}
.blog-sidebar .sidebar-tag .tag-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 21px 3px 22px;
    border: 1px solid #f7f7f7;
}
.blog-sidebar .sidebar-tag .tag-list li a:hover {
    background: #f7f7f7;
}
.blog-sidebar .sidebar-tag .sidebar-title {
    margin-bottom: 33px;
}
.blog-single .blog-single-content .blog-content .img-box {
    margin-bottom: 14px;
}
.blog-single .blog-single-content .blog-content .meta-content {
    margin-bottom: 9px;
}
.blog-single .blog-single-content .blog-content .meta-content li {
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}
.blog-single .blog-single-content .blog-content blockquote {
    position: relative;
    background: #f1f1f1;
    font-style: italic;
    padding: 22px 15px 21px 33px;
    margin: 15px 0 14px;
    border-left: 2px solid #e5e5e5;
}
.blog-single .blog-single-content .blog-content {
    margin-bottom: 48px;
}
.blog-single-content .post-share {
    position: relative;
    display: block;
    padding: 5px 0;
    margin: 47px 0 44px;
    border-bottom: 1px solid #e6e6e6;
}
.blog-single-content .post-share h4 {
    display: inline-block;
    margin-top: 7px;
}
.blog-single-content .post-share .post-social {
    position: relative;
    display: inline-block;
    float: right;
}
.blog-single-content .post-share .post-social li {
    display: inline-block;
    margin-right: 10px;
}
.blog-single-content .post-share .post-social li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #222;
    background: #f7f7f7;
    text-align: center;
}
.blog-single .blog-single-content .comment-area {
    margin-bottom: 43px;
}
.blog-single .blog-single-content .comment-area .single-comment {
    position: relative;
    padding: 12px 0 0 120px;
}
.blog-single .blog-single-content .comment-area .single-comment .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 101px;
    height: 96px;
    border-radius: 5px;
}
.blog-single .blog-single-content .comment-area .single-comment .replay {
    position: relative;
    display: inline-block;
    margin-top: -7px;
    float: right;
}
.blog-single .blog-single-content .comment-area .single-comment .replay a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-transform: lowercase;
    color: #fff;
    background: #6a6a6a;
    padding: 1px 10px 2px 9px;
}
.blog-single .blog-single-content .comment-area .single-comment .admin {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
.blog-single .blog-single-content .comment-area .single-comment .comment-time {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #222;
    margin-top: -4px;
    margin-bottom: 9px;
}
.blog-single .blog-single-content .comment-area .single-comment .text {
    line-height: 20px;
}
.blog-single .blog-single-content .comment-form .title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #efefef;
}
.blog-single .blog-single-content .comment-form .form-group input[type="email"],
.blog-single .blog-single-content .comment-form .form-group input[type="text"],
.blog-single .blog-single-content .comment-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 33px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 5px 15px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.blog-single .blog-single-content .comment-form .form-group textarea {
    height: 160px;
    resize: none;
}
#contact-google-map {
    height: 630px;
    width: 100%;
}
.social-area {
    position: relative;
    background: #c7c7c747;
    padding: 0;
    box-shadow: 0 6px 23px 11px #c1c1c1;
}
.social-area .social-list li {
    position: relative;
    display: inline-block;
    width: 18%;
}
.social-area .social-list li a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 50px;
    transition: 0.7s;
    color: #fff;
}
.social-area .social-list li a:hover {
    color: #9a743f !important;
    transition: 0.7s;
}
.contact-section .contact-info .single-item {
    position: relative;
    padding: 7px 0 0 59px;
    margin-bottom: 48px;
}
.contact-section .contact-info .single-item .icon-box {
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #000;
    left: 0;
    top: 0;
    box-shadow: 0 5px 5px 0 rgba(113, 177, 0, 0.4);
}
.contact-section .contact-info .single-item .text {
    font-size: 14px;
    font-weight: 500;
}
.contact-section .contact-info .single-item .icon-box i:before {
    font-size: 20px;
    color: #fff;
}
.contact-section .contact-form-area .default-form input[type="file"],
.contact-section .contact-form-area .default-form input[type="text"],
.contact-section .contact-form-area .default-form select,
.contact-section .contact-form-area .default-form textarea {
    position: relative;
    width: 100%;
    height: 35px;
    background: #f7f7f7;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px;
    margin-bottom: 22px;
    border: 1px solid #f7f7f7;
    transition: 0.5s;
}
input[type="file"] {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background-color: #f4f4f4;
    color: #111;
    border-radius: 2px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.contact-section .contact-form-area .default-form textarea {
    height: 121px;
    border: 1px solid #d1d1d1;
    resize: none;
    background: 0 0;
    margin-bottom: 19px;
}
.about-content.mission-content h3:after,
.about-content.mission-content h3:before,
.sec-title h2:after,
.sec-title h2:before {
    position: absolute;
    width: 70px;
    left: 0;
    background-color: #007bff;
    content: "";
    right: 0;
}
.contact-section .contact-form-area .title h4 {
    margin-bottom: 17px;
}
.contact-section .contact-form-area .text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 36px;
}
.contact-section .contact-form-area .theme-btn {
    padding: 1px 25px 1px 26px;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
}
.icon-box img {
    width: 46px;
    height: 100%;
}
.footer-logo a img {
    width: 220px;
}
.about-heading {
    padding-bottom: 40px;
}
.about-heading h2 {
    text-align: center;
    color: #a4712b;
}
.about-content p,
.casa-content p {
    text-align: justify;
}
.about-content .sec-title.centred {
    margin-bottom: 20px;
}
.about-content .sec-title h2 {
    color: #007bff;
    text-align: left;
    font-size: 28px;
}
.about-content p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    z-index: 999;
}
.about-content p span {
    color: #fff;
    font-weight: 700;
    transition: 0.7s;
}
.About:hover span {
    color: #9a743f;
    transition: 0.7s;
}
.About:hover img,
.casa-img:hover img {
    transition: 0.7s;
}
section.About {
    padding-top: 120px;
}
.about-content.mission-content {
    padding-bottom: 35px;
    text-align: left;
}
.about-content.mission-content h3 {
    color: #a4712b;
    margin-bottom: 25px;
    padding-bottom: 14px;
    text-align: center;
}
.about-content.mission-content h3:before {
    height: 2px;
    bottom: 0;
    margin: auto;
}
.about-content.mission-content h3:after {
    height: 1px;
    bottom: 3px;
    margin: auto;
}
.about-content.mission-content p {
    text-align: center;
    font-size: 15px;
}
.about-content.mission-content:hover h3 {
    color: #ff9400;
}
.contact-section,
section.Blogs,
section.Privacy {
    position: relative;
    padding: 100px 0 30px;
}
.sec-title.medium h2 {
    font-size: 28px;
    color: #a4712b;
    text-align: left;
    margin-bottom: 35px;
}
.sec-title h2 {
    font-size: 32px;
    position: relative;
    padding-bottom: 14px;
}
.Faq .faq-heading h5:before,
.sec-title h2:before {
    height: 2px;
    bottom: 0;
}
.Faq .faq-heading h5:after,
.sec-title h2:after {
    height: 1px;
    bottom: 3px;
}
.comment-form .form-box {
    padding: 25px 25px 0;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}
.default-form.form-box .row .form-group {
    padding: 0 10px !important;
}
.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}
.default-form .form-group .field-label sup {
    color: red;
    font-size: 14px;
}
.default-form input[type="email"],
.default-form input[type="number"],
.default-form input[type="password"],
.default-form input[type="text"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background-color: #f4f4f4;
    color: #111;
    border-radius: 2px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.default-form select {
    cursor: pointer;
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat #f4f4f4;
}
.default-form textarea {
    height: 110px;
    resize: none;
}
.default-form select option {
    text-indent: 15px;
}
.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #007bff;
    background-color: #fff;
}
.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: red !important;
}
.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500;
}
.form-box .form-group button {
    width: 100%;
    padding: 14px 20px;
}
.info-style-one li .icon-box,
.info-style-one li:hover .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 0;
    text-align: center;
}
.info-style-one li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}
.info-style-one li .icon-box {
    transition: 0.7s;
    background: #a4712b;
    box-shadow: 0 5px 5px 5px rgba(214, 214, 214, 0.5);
}
.info-style-one li h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}
.info-style-one li .text {
    line-height: 1.8em;
    color: #fff;
}
.info-style-one li:hover .icon-box {
    background: #ffaa36;
    box-shadow: -5px -5px 5px 5px rgba(214, 214, 214, 0.5);
}
.about-widget.footer-widget {
    word-wrap: break-word;
}
.icon-mission {
    background-image: url(images/ico-mission.png);
    height: 64px;
    width: 62px;
}
.contact-footer {
    background-color: #9f7c7c;
    position: relative;
}
.Faq .faq-heading h5:after,
.Faq .faq-heading h5:before,
.amount-content,
.map-content,
.map-heading {
    background-color: #a4712b;
}
.contact-footer ul.contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #626262;
    width: 100%;
    z-index: 999;
    right: 0;
    left: 0;
    bottom: 0;
}
.contact-footer ul.contact-list li {
    position: relative;
    text-align: center;
    padding: 7px 128px;
}
.contact-footer ul.contact-list li:after {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-footer ul.contact-list li a i {
    color: #fff;
    font-size: 22px;
    transition: 0.7s;
}
.contact-footer ul.contact-list li a:hover i {
    color: #fff;
    transition: 0.7s;
    transform: scale(1.5);
}
.contact-footer ul.contact-list li a p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.about-btn a {
    color: #007bff;
    display: table;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 0;
    border: 2px solid #007bff;
    padding: 12px 12px 12px 30px;
    background-color: transparent;
}
.about-btn a:hover {
    color: #a4712b;
    border: 2px solid #007bff;
    /* background-color: #ffffffd1; */
}
.about-btn a i {
    opacity: 0;
    font-size: 14px;
    transition: 0.3s;
    transform: scale(0);
}
.Blog-sec .content-box .text,
.casa-content p,
.casa-content ul li,
.cavalli-content p {
    font-size: 15px;
    line-height: 30px;
}
.about-btn a:hover i {
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
    transform: scale(1);
}
.Cavalli {
    padding: 100px 0 60px;
}
.cavalli-content .about-btn a {
    margin: 30px auto 50px;
}
.casa-img.project-detail-pic {
    background-color: #a4712b;
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 7px;
}
.casa-content ul li {
    margin-left: 17px;
    list-style: disc;
    color: #fff;
}
.Blog-sec .content-box .about-btn a {
    margin: 30px auto 0;
}
.Launch .launch-heading h3 {
    color: #a4712b;
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 14px;
    text-align: center;
}
select#country_select {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    background-color: #9a743f;
}
.blog-heading.about-content.text-center .sec-title h2 {
    color: #a4712b;
    font-size: 32px;
    text-align: center;
}
.blog-heading.about-content.text-center .sec-title h2:after,
.blog-heading.about-content.text-center .sec-title h2:before,
section.Blogs h2:after,
section.Privacy h2.text-center:after,
section.Privacy h2.text-center:before,
section.Privacy h2:before {
    margin: auto;
}
.blog-content-heading.about-content .sec-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.Faq .faq-heading h5:after,
.Faq .faq-heading h5:before {
    margin: auto;
    content: "";
    width: 35px;
    right: 0;
    left: 0;
    position: absolute;
}
.blog-contain {
    padding-top: 30px;
}
.map-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
}
.map-icon.red {
    background-color: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}
.map-heading h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
}
.Gallery-sec .casa-img img {
    height: auto;
}
.amount-content {
    color: #fff;
    padding: 20px 20px 15px;
    border-radius: 0 0 3px 3px;
}
.amount span,
.square_fit span {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
}
.map-content {
    border-radius: 0 0 4px 4px;
    padding-right: 15px;
}
.map-content .map-heading h3 {
    font-size: 17px;
}
.map-content p {
    font-size: 16px;
    font-weight: 500;
}
.location-heading h5 {
    color: #fff;
    font-size: 16px;
    padding: 10px 16px 0;
}
.Blog-sec .content-box .text {
    color: #fff;
    text-align: center;
}
.Faq .faq-heading h5 {
    color: #a4712b;
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: initial;
}
.icon-box i.fa.fa-envelope,
.icon-box i.fa.fa-phone {
    position: absolute;
    left: -3px;
}
.content-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}
.icon-box i.fa.fa-envelope {
    top: -1px;
}
.aminities {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 21px 0;
    gap: 10px;
}
.no-gutter,
.pro_head .summmry {
    margin: 0;
    padding: 0;
}
.aminities:hover {
    background-color: #382b1940;
}
.summmry tbody > tr {
    width: 33.3%;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
}
.summmry tbody i {
    margin-right: 5px;
    color: #ae8730;
}
.table.summmry td,
.table.summmry th {
    color: #fff;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.summmry tbody > tr > td {
    text-align: right;
}
.summmry tbody > tr > td,
.summmry tbody > tr > th {
    padding: 10px 0;
    width: 45%;
    height: 35px;
    font-size: 13px;
    color: #6f6d6d;
    font-weight: 400;
    float: left;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.blog-pic img {
    width: 100%;
    heigth: 100%;
}
section.Privacy h1 {
    color: #a4712b;
    font-size: 38px;
    text-align: center;
}
section.Privacy h3 {
    color: #007bff;
    font-size: 30px;
    text-align: center;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}
.Privacy h3:before, .Privacy h3:after {
    background-color: #007bff;
    position: absolute;
    margin: auto;
    content: "";
    width: 70px;
    right: 0;
    left: 0;
}
.Privacy h3:before {
    height: 2px;
    bottom: 0px;
}
.Privacy h3:after {
    height: 1px;
    bottom: 4px;
}
section.Privacy h2 {
    color: #007bff;
    font-size: 26px;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}
.Privacy h2:before, .Privacy h2:after {
    background-color: #007bff;
    position: absolute;
    content: "";
    width: 70px;
    right: 0;
    left: 0;
}
.Privacy h2:before {
    height: 2px;
    bottom: 0px;
    margin: 0 !important;
}
.Privacy h2:after {
    height: 1px;
    bottom: 4px;
}
section.Privacy p {
    line-height: 26px;
    margin-bottom: 20px;
}
section.Privacy ul {
    padding-bottom: 20px;
    list-style: circle !important;
}
section.Privacy ul li {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    list-style: inside;
}
section.career_form form input, section.career_form form select, section.career_form form .submit {
    width: 100%;
    color: black;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #eeeff1;
}
section.career_form form .submit {
    color: white;
    cursor: pointer;
    background-color: #a5732c;
}
section.career_form form input::placeholder, section.career_form form select::placeholder {
    color: black;
}
.career-box h5 {
    color: white;
    padding: 15px;
    cursor: pointer;
    text-align: center;
}
.career-box {
    box-shadow: #9a743f 0px 5px 15px;
    background-color: #695231;
    margin-bottom: 46px;
    border-radius: 5px;
    color: white;
}
.career-box ul {
    padding: 10px 10px 15px 20px;
}
.career-box ul li {
    list-style: disc;
    margin-left: 10px;
}
.footer-widget {
    padding-top: 15px;
    padding-left: 30px;
}
.slide-overlay {
    background-color: #0000004f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 111;
}
.lower-content p {
    display: none;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    display: table;
    margin: auto;
}
.marketing_text .about-content .sec-title {
    text-transform: capitalize;
}
.marketing_text .about-content .sec-title:before, .marketing_text .about-content .sec-title:after {
    margin: 0;
}
.events-slider {
    overflow: hidden !important;
}
.copyright {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.footer_list {
    text-align: center;
}
.footer_list ul li a {
    font-size: 14px;
    font-weight: 600;
}
.footer_list ul li a:hover {
    text-decoration: underline;
}
/*.developer-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../images/4c.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.about-section::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 920px;*/
/*    background-image: url(../images/4C.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    right: -60%;*/
/*    top: 0;*/
/*}*/
/*.about-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: auto;*/
/*    height: auto;*/
/*    background-image: url(../images/4c.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
.Events .about-content p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
}
.place_heading p {
    padding: 12px 0;
    font-size: 17px !important;
}
.place_text ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.place_text ul.sidhu {
    justify-content: flex-start;
    gap: 70px;
}
.place_text ul li {
    color: white;
    font-size: 15px;
    list-style: inside;
    text-align: center;
}
.place_text ul li:hover a {
    text-decoration: underline;
}
.Banner {
    position: relative;
}
.Banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boss {
    top: 93%;
    left: 50%;
    transform:translate(-50%, -50%);
    right: 0;
    bottom: 0;
    display: table;
    padding: 0 30px;
    position: absolute;
    background-color: #000000d4;
}
.founder-pic img {
    width: 100%;
}
.co_founder-pic img {
    width: 100%;
}
.main-menu .navigation li:nth-child(8) a {
    color: red !important;
    font-size: 34px !important;
}
.main-menu .navigation li:nth-child(8) a:hover {
    color: white !important;
}
.about-section:hover img {
    transform: scale(1.25);
}
figure.img-box:hover img {
    transform: scale(1.25);
}
.contact-form.default-form {
    position: relative;
}
.form_pic {
    position: absolute;
    display: table;
    margin: auto auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.form_pic img {
    width: 100%;
    height: 100%;
}
ul.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-title h4 {
    text-align: center;
}
.footer-title h4:before {
    margin: auto;
}
.footer-title h4:after {
    margin: auto;
}
.footer_pic img {
    width: 100%;
    height: 100%;
}
footer {
    position: relative;
}
footer {
    content: "";
    position: absolute;
    background-image: url(../images/1233456BCCCC.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    display: table;
}
.subscribe-widget {
    padding-left: 30px;
}
.Sponsor {
    text-align: center;
    padding: 80px 0;
}
figure.img-box.bord {
    border: 3px solid #0f50aa;
}