@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Nunito+Sans:wght@300;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;500&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/**::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(95deg, #2d2e52, #8c8ca0);
    background: linear-gradient(95deg, #2d2e52, #8c8ca0);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}*/

/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0060ff;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: revert;
    margin: 0px;
    background: none;
    color: #000;
    line-height: 1.6em;
    font-family: "Poppins", sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
    font-weight: 400;
    font-size: medium;
}

.learn-more-button {
    padding: 10px 0px 10px 0px !important;
    background: transparent !important;
    border: 1px solid #17608d !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 25% !important;
    text-align: center !important;
}

.learn-more-button:hover {
    color: #000;
    background: #17608d;
    transition: 300ms ease-in-out;
}

.explore-button {
    margin: 10px 0px !important;
    display: block !important;
    color: #fff !important;
    background: transparent !important;
    padding: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 40% !important;
    border: 1px solid #fff !important;
    text-align: center !important;
}

.search-button {
    color: #fff;
    padding: 7px 0px 7px 0px !important;
    background: #17608d !important;
    border: 1px solid #17608d !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    text-align: center !important;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.read-more-button {
    padding: 10px 10px 10px 10px !important;
    background: transparent !important;
    border: 1px solid #17608d !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 25% !important;
    text-align: center !important;
    color: #000;
}

/* Typography */

/*h1{
    font-size:72px;
}

h2{
    font-size:36px;
}

h3{
    font-size:30px;
}

h4{
    font-size:24px;
}

h5{
    font-size:20px;
}

h6{
    font-size:18px;
}*/

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}

label {
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus,
input[type="text"]:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}

::placeholder {
    opacity: 0.8;
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.padding-30 {
    padding: 30px 0px 30px 0px;
}

.padding-60-50 {
    padding: 60px 0px 30px 0px;
}

.padding-30-50 {
    padding: 30px 0px 50px 0px;
}

.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

.btn-info {
    font-weight: 600;
}

.bg-1 {
    background: #08243f;
}

.box-mb-30 {
    margin-bottom: 30px;
}

.bg-img {
    /*background-size: cover!important;
    background-repeat: no-repeat!important;*/
    background-position: center center !important;
    background-color: linear-gradient(184deg, #d1223e, #a2636d) !important;
}

.overlay {
    position: relative;
    z-index: 0;
}

.horizental-line {
    height: 1px;
    background: #7b7b7b;
    margin: 15px 0px;
}

.overlay:before {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.equal-height {
    height: 250px;
    width: 100%;
}

.btn-warning {
    color: #fff;
    font-weight: 600;
    background-color: #fdc134;
    border-color: #fdc134;
}

/***

====================================================================
    Header Css
====================================================================

***/
.header {
    width: 100%;
    z-index: 999;
    position: fixed;
}

.main-nav {
    background: #fff;
    border-bottom: 1px solid #f7f0ff;
}

.main-nav .site-navigation {
    padding: 0px 20px 0px 20px;
}

.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}

.main-nav .site-navigation .navbar-brand img {
    height: 68px;
    object-fit: cover;
    width: 100%;
}

.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 30px;
    position: relative;
}

.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #230b7cbf;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}

.main-nav .site-navigation .site-menu .menu-link.active {
    /*color: #bb8131!important;*/
    color: #333030;
}

.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}

.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}

.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}

.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #230b7cbf;
}

.navbar-nav {
    align-items: center;
}

.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
}

/*Mobile Menu*/
.mobile-menu-trigger {
    cursor: pointer;
    background: transparent;
    border: none;
}

.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 30px;
    margin-bottom: 9px;
    background-color: #6b409f;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #11142e;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: "Poppins", sans-serif;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 60px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: "";
    top: 0;
}

#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 20px 20px 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
}

/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.slicknav_nav a,
.slicknav_row a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

/* Mobile Menu CSS End*/

/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children {
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #4b4949c2;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 20px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 200px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 200px;
    top: -15px;
    margin: 15px 2px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid #ebefef;
    width: 100%;
    color: #fff;
}

.nav-item.has-children .dropdown .nav-item a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item:last-child {
    border-bottom: 0;
}

/*.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}*/

.site-navigation .site-menu .has-children:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    /*transition: all .5s ease;
    margin-top: -4px;*/
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all 0.4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}

/***

====================================================================
    Home Banner Css
====================================================================

***/
.hero-slide-item {
    position: relative;
    height: 280px;
}

.slide-content {
    max-width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide-content .slide-title {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 20px 25px;
    text-transform: uppercase;
    color: #fff;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

/*Slider CSS*/

/*.hero-section{
    padding-top: 50px;
}*/

.slide-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.owl-item.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active .line {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-nav .owl-prev {
    top: 47%;
    left: 30px;
}

.owl-nav .owl-next {
    top: 47%;
    right: 30px;
}

.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}

.a-icon {
    color: #3c70b7;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}

.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #98acc5c7;
}

.owl-dot.active span {
    background: #3c60ac;
    border: #3c60ac;
}

/*About Us Section*/
.content-part span {
    color: #000000;
    opacity: 0.7;
    transition-delay: 0.4s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

.content-part h3 {
    color: #230b7cbf;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

/*Contact Us CSS*/
.contact-part {
    height: 350px;
    position: relative;
}

.contact-details {
    height: 250px;
    width: 70%;
    background: #383b75b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    padding: 25px;
}

.contact-content span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-content p {
    text-align: right;
    color: #fff;
}

.contact-content ul li {
    display: block;
    font-weight: 600;
}

/*Property CSS*/
.property-box {
    overflow: hidden;
    box-shadow: 0px 0px 4px 5px #afafaf;
}

.property-image {
    width: 100%;
    height: 400px;
    opacity: 0.8;
    transition: transform 7s ease;
}

.property-image img {
    width: 100%;
    height: 100%;
}

.property-box:hover .property-image {
    opacity: 0.7;
    transform: scale(1.5);
}

.property-content {
    padding: 15px;
    position: absolute;
    bottom: 0%;
    width: 100%;
}

.property-content h3 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.property-content span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
}

.property-content strong {
    display: block;
    font-weight: 700;
    font-size: large;
    letter-spacing: 0.3px;
}

/***
====================================================================
    Footer Css
====================================================================

***/
.footer {
    background: #212121;
}

.footer .footer-item {
    position: relative;
    padding: 35px 20px 10px;
}

.footer .footer-title {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fff;
}

.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-item ul li a {
    color: #ddd;
}

.footer .copyright {
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 2.67px;
}

.footer-background-upper {
    padding: 30px 0px;
    background-color: #393939db;
}

.background-main {
    background-color: #393939db;
}

.background-main p {
    font-weight: 500;
    color: #e6e6e6;
}

.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}

.over-hidden {
    overflow: hidden;
}

.footer .copyright .copright-text .link-hover {
    color: #ffffff;
    font-weight: 600;
}

.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}

.footer-item-inner p {
    text-align: unset !important;
}

/*Footer Contact With Me Section CSS*/
.footer-background-upper .content-part h3 {
    text-align: center;
    color: #fff;
}

.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-2:hover {
    background: #ff0000;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-3:hover {
    background: #1da1f2;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-4:hover {
    background: #0077b5;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-5:hover {
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}

.footer-background-upper .content-part span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    opacity: 0.9;
    text-transform: uppercase;
}

/*Photos CSS*/
/*.photo-gallery{
    display: flex;
}*/
/*.photo-gallery > a {
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}*/

.gallery-photo>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
    opacity: 0.8;
}

/*
.photo-gallery {
  grid-gap: 10px;
  grid-column: span 5;
  grid-row: span 5;
}*/
/*
.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}
*/
/*.big {
  grid-column: span 5;
  grid-row: span 5;
}
*/
/*Single Property CSS*/
.location {
    color: #0f133a !important;
    opacity: 0.8 !important;
    letter-spacing: 0.4px !important;
    text-transform: capitalize !important;
}

.content-part table tbody tr td {
    border: none;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.9;
    text-transform: capitalize;
    width: 20%;
}

.td-font {
    font-weight: 400 !important;
}

/*Search Section*/
.search-section {
    height: 280px;
}

/*Testimonial CSS*/

.testimonial {
    min-height: 280px;
}

.testtimonial-bg {
    background: #000000c7;
}

.testimonial .content-part h3 {
    color: #fff;
}

.testimonial .content-part span {
    color: #fff;
}

.testimonial-content img {
    height: 130px !important;
    width: 130px !important;
    margin: auto;
}

.testimonial-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

/**/

/*Extra Button Css*/
.side-buttons {
    position: fixed;
    right: 0;
    top: 95%;
    transform: translateY(-50%);
    display: block;
}

.side-buttons ul li a,
.side-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10%;
    margin: 3.25px 7.5px;
    display: flex;
}

.side-buttons ul li a,
.side-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}

.slider-buttons {
    position: absolute;
    left: 0;
    transform: translateY(-200%);
    display: block;
    z-index: 9;
}

.slider-buttons ul li a,
.slider-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10%;
    margin: 3.25px 7.5px;
    display: flex;
}

.slider-buttons ul li a,
.slider-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}

.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 25px;
    bottom: 60px;
}

/*Counter CSS*/
.counterup {
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
}

.counterup h2 {
    color: #230b7cbf;
    font-weight: 700;
    text-align: center;
}

.counterup h3 {
    text-align: center;
    color: #000;
    opacity: 0.9;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

/*SVG Slider*/
.svg-slider {
    position: relative;
    width: 100%;
    padding-top: 34%;

    user-select: none;
    touch-action: none;
}

/** Viewport contains SVG slides */
.svg-slider__viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
}

/** Overlay is used to catch click/touch events */
.svg-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

/** Default settings for slide */
.svg-slider__slide {
    display: block;
    position: absolute;

    left: 50%;
    width: auto;
    height: 100%;

    transform: scale(0.5);

    transition: transform 0.25s ease-out, left 0.25s ease-out,
        opacity 0.25s ease-out;

    opacity: 0;
}

/** pre-previous slide */
.svg_slider_slide_m1 {
    transform: scale(0.75) translateX(-120%);
    z-index: 20;
    opacity: 1;
}

/** previous slide */
.svg_slider_slide_m2 {
    transform: scale(0.5) translateX(-243%);
    z-index: 10;
    opacity: 1;
}

/** active slide */
.svg_slider_slide_active {
    transform: scale(1) translateX(-50%);
    z-index: 30;
    opacity: 1;
}

/** next slide */
.svg_slider_slide_p1 {
    transform: scale(0.75) translateX(-10%);
    z-index: 20;
    opacity: 1;
}

/** post-next slide */
.svg_slider_slide_p2 {
    transform: scale(0.5) translateX(43%);
    z-index: 10;
    opacity: 1;
}

/*Member Section*/
.team-img {
    box-shadow: 0px 0px 6px 6px #ddddddf5;
}

.team-img strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.team-img span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/*Pagination Css*/
.pagination {
    padding: 15px 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3d3f61;
    border-color: #3d3f61;
    font-weight: 700;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3d3f61;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 14px;
}

/*Side icon CSS*/
.fixed-social-area {
    position: fixed;
    z-index: 99;
    height: 250px;
    display: flex;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.fixed-social-list li {
    margin-top: 2px;
    display: block;
}

.fixed-social-list li a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    background: #363636;
    margin: 0.5px;
}

.counter-section {
    background: #0e1536;
    padding: 50px 0px;
    z-index: 1;
    position: relative;
}

.counter-main {
    height: 20px;
    width: 100%;
    position: absolute;
    background: #ff4f00d1;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.counterup {
    cursor: pointer;
    transition: 0.5s;
    padding: 35px 20px;
    box-sizing: border-box;
    border: 10px solid #d3d3d3;
    border-radius: 0px;
    background: #ED5B21;
}

.counterup h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.counterup h3 {
    color: #fff;
}

/*Hotline Number CSS*/
.hotline {
    padding: 10px 10px;
    background: #230b7cbf;
}

.hotline-title {
    display: block;
    font-weight: 600;
    text-align: center;
}

.hotline-number {
    color: #fff;
    font-weight: 600;
}

.hotline-number:hover {
    color: #fff;
}

/*Social Share CSS*/
.social-share {
    padding-top: 4px;
}

.social-share li a {
    background: #e7e7f8;
    padding: 7px 10px;
    font-size: 20px;
    margin: auto;
    border-radius: 5px;
    -webkit-transition: background 1000ms ease-out;
    transition: background 1000ms ease-out;
}

/*.social-share li a i{
    color: #fff;
}
.social-share li a i:hover{
    color: #fff;
}*/

.social-share #facebook {
    color: #3b5998;
}

.social-share #facebook:hover {
    background: #3b5998;
    color: #fff;
}

.social-share #twitter {
    color: #1da1f2;
}

.social-share #twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.social-share #linkedin {
    color: #0e76a8;
}

.social-share #linkedin:hover {
    background: #0e76a8;
    color: #fff;
}

.social-share #pinterest {
    color: #0e76a8;
}

.social-share #pinterest:hover {
    background: #0e76a8;
    color: #fff;
}

/*Ch Message Section*/
.ch-content p {
    text-align: center;
    color: #fff;
}

.ch-message-section {
    padding: 100px 0px;
    height: 600px;
    position: relative;
    z-index: -2;
}

.ch-message-section:after {
    content: "";
    opacity: 0.3;
    background-color: #000;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

.ch-message-section:before {
    content: "";
    opacity: 0.3;
    background-color: #000;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

/*.ch-message-section .col-md-6{
    padding: 0px;
}
.ch-message-section .text-title{
    background: #fff;
}
.ch-message-section .text-title-section{
    padding: 30px 30px 20px 30px;
}*/
/*.ch-image img{
    width: 100%;
    height: auto;
    border: 10px solid #2b2b39b3;
    border-radius: 0px 35px 0px 35px;
}*/
.text-title {
    z-index: 99;
}

.ch-content {
    margin-bottom: 5px;
}

.ch-content h3 {
    color: #22244a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-decoration: underline;
}

.ch-button {
    color: #fff;
    padding: 13px 13px !important;
    background: #17608d !important;
    border: 1px solid #17608d !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-align: center !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ch-button:hover {
    color: #fff;
}

.ch-content span {
    color: #e5d289;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px #000;
}

.ch-2-span {
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 10px 0px;
}

.property-border {
    position: relative;
}

.content-part-pages ul li {
    color: #000;
    font-weight: 700;
    font-size: initial;
    list-style: circle;
    display: block;
    padding: 5px;
}

.element {
    opacity: 1 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #230b7cbf !important;
}

.typed-cursor {
    display: none;
}

.park-border-box {
    text-align: center;
    background: #ED5B21;
    height: 140px;
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
    transform: 0.5s;
}

.park-border-box a {
    color: #fff;
    margin: auto;
    position: absolute;
    width: 100%;
    right: 0%;
    top: 35%;
}

.park-border-box:hover {
    background: #0f133a;
}

.park-border-box:hover>a {
    color: #fff;
}

/***

====================================================================
   FAQ Css
====================================================================

***/
.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #e91e63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq .card {
    border: 1px solid #b1b0b094;
    margin-bottom: 7px;
    border-radius: 0px;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #424242f5;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
    margin-bottom: 14px;
    font-weight: 700;
    color: #404040;
}

.faq-img img {
    width: 100%;
    -webkit-animation: movebounce 3s infinite linear;
    animation: movebounce 3s infinite linear;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.searchbar {
    padding: 20px;
    font-size: 20px;
    color: #230b7cbf;
}

.togglesearch {
    /*
  background: #E8E8E4;*/
    position: absolute;
    width: 100%;
    display: none;
}

.togglesearch .form-control {
    border: none !important;
}

.park-part h3 {
    color: transparent;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 1px 2px #0f1239;
}

.park-part h4 {
    font-weight: 700;
    font-size: 40px;
    font-style: oblique;
}

.btn-mobile {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.youtube-video {
    height: 450px;
}

.mobile-menu-trigger {
    display: none;
}

/* todo: New Custom CSS */

.nav.nav-tabs {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px;
}

.nav.nav-tabs .nav-link {
    border: none;
    outline: none;
    width: 32%;
    background-color: #F1F2F3;
    color: black;
    /* margin-right: 20px; */
    font-size: 18px;
    padding: 15px 0;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .nav.nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }
}

.nav.nav-tabs .nav-link.active {
    /* background-color: #EA8925; */
    background-color: #3a3c96;
    color: white;
}
