/*  
Theme Name: 2b Limitless WordPress Theme
Theme URI: https://manaf.co.in/
Description: A WordPress custom theme frame work
Version: 1.0
Author: Manaf
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}
html.bodyhidden {
    overflow: hidden;
}
.clear, .cb{
    clear:both;
}

*{
    box-sizing: border-box;
}

blockquote{
     margin-left:36px;
     margin-right:36px;
}
a{
    color:#000000;
    text-decoration:none;
}
a:hover{
    border:none;
}
h1 a, h2 a, h3 a{
    border:none;
    color:#000;
    text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
    background:none;
    color:#1D428A;
}
img,iframe{
    max-width: 100%;
}
section {
    width: 100%;
    float: left;
    position: relative;
}
.container {
    width: 1850px;
    margin: 0 auto;
    max-width: 95%;
}
.container-md {
    width: 1360px;
    margin: 0 auto;
    max-width: 90%;
}
html.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

/*Drop Menu start*/
#header {
    float: left;
    width: 100%;
    align-items: center;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 40px 0;
    transition: all 0.3s ease;

}
#header.header-scrolled {
    padding: 0 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,.5);
}
#header.header-scrolled.scroll-down {
    transform: translateY(-100%);
}
#header.header-scrolled a.tb-brand {
    max-width: 80px;
    padding: 10px;
}
#header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
#header a.tb-brand {
    display: inline-block;
    max-width: 127px;
    margin: 0 20px;
    transition: all 0.3s ease;
}
#header a.tb-brand img{
    float: left;
}
#mobile-menu.menu-top-navigation {
    display: none;
}
.menu-top-navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 300;
    display: inline-block;
}
.menu-top-navigation a {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 0px;
    text-decoration: none;
    padding: 20px 22px;
    line-height: 24px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: normal;
    font-style: normal;
}
.menu-top-navigation a:hover {
    color: #8cc63f;
}
.menu-top-navigation li.menu-item.menu-item-has-children {
    background-image: url(assets/images/mobile-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: 99% 30px;
    background-size: 10px;
}

.menu-top-navigation .nav-button > a {
    font-size: 18px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    margin-top: 10px;
}
.menu-top-navigation .nav-button > a:hover {
    color: #262C5D;
}
.menu-top-navigation li.search-button::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 12px;
    height: 40px;
    width: 1px;
    background-color: #000;
}
.menu-top-navigation li.search-button {
    margin-left: 35px;
}
.menu-top-navigation li {
     float:left;
     position:relative;
}
.menu-top-navigation ul a {
    font-weight: normal;
}
.menu-top-navigation li ul {
    position: absolute;
    top: 65px;
    width: 170px;
    padding: 10px 0;
    display: none;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,.6);
}
.menu-top-navigation li ul li {
    width: 100%;
}
.menu-top-navigation li ul a {
    height: auto;
    float: left;
    text-align: left;
    margin: 0px;
    width: 100%;
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
}
 .menu-top-navigation ul ul {
    top:auto;
}
.menu-top-navigation li ul ul {
    left: 100%;
}
.menu-top-navigation li:hover ul ul, .menu-top-navigation li:hover ul ul ul, .menu-top-navigation li:hover ul ul ul ul {
    display:none;
}
#desk-menu li:hover ul {
    display:block;
}
.menu-top-navigation li.current-lang {
    display: none;
}


#header a.loging {
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 5%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
#header a.loging:hover {
    color: #fad23c;
}
#header a.loging img {
    transition: all 0.3s ease;
    float: left;
    opacity: .7;
    width: 30px;
}
#header a.loging:hover img {
    opacity: 1;
}

/* Login Form Style */
.login-form-outer {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
}
.login-form-in {
    width: 605px;
    max-width: 90%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 30px;
}
.login-form-in-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    background-image: url(assets/images/close-lg.svg);
    width: 22px;
    height: 22px;
    opacity: .5;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.login-form-in-close:hover {
    opacity: 1;
}
.login-form-tab {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.login-form-tab .login-form-tab-each {
    display: inline-block;
    line-height: 28px;
    margin-right: 30px;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}
.login-form-tab .login-form-tab-each.tab-active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    border-radius: 3px;
}
.login-form-content {
    display: none;
}
.login-form-content.tab-active {
    display: block;
}
.login-form-in label {
    display: block;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}
.login-form-in input[type="text"], 
.login-form-in input[type="password"], 
.login-form-in input[type="email"] {
    width: 100%;
    border: 1px solid #cecece;
    background: none;
    padding: 15px 15px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.login-form-in .login-keep {
    font-size: 14px;
}
.login-form-in .login-keep > a {
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}
.login-form-content input.button-style-1 {
    width: 100%;
}



/* mobile menu start*/
.menu-tab-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 79px;
    text-align: center;
    display: none;
}
.menu-tab {
    width: 27px;
    height: 27px;
    z-index: 100;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
    display: none;
    text-align: right;
    margin-top: 25px;
    margin-right: 27px;
}

.menu-tab div {
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 3px 0;
    transition: all 0.3s ease-in-out;
    float: right;
    clear: both;
}

.menu-tab .one, .menu-tab .three, .menu-tab .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}
.menu-tab:hover .one,
.menu-tab:hover .three {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab:hover .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab.active {
    left: 345px;
    transition: all 600ms ease-in-out;
}

.menu-tab.active .one {
    width: 23px;
    -webkit-transform: translateY(9px) rotate(-130deg);
    transform: translateY(9px) rotate(-130deg);
    transition: all 0.6s ease-in-out;
}

.menu-tab.active .two {
    width: 23px;
    opacity: 0;
    transition: 0.4s ease;
}

.menu-tab.active .three {
    width: 23px;
    -webkit-transform: translateY(-9px) rotate(-50deg);
    transform: translateY(-9px) rotate(-50deg);
    transition: all 0.6s ease-in-out;
}

.menu-hide {
    width: 345px;
    right: -345px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 154px;
    transition: all 0.6s ease-in-out;
    background: #ffffff;
    overflow: hidden;
}

.menu-hide.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    z-index: 9999999;
}
li.mobile-search.menu-item a {
    background-image: url(assets/images/mobile-search.svg);
    background-repeat: no-repeat;
    background-position: 55% center;
    min-height: 40px;
}
/* mobile menu end*/

a.link-button {
    font-size: 18px;
    text-decoration: underline;
}
a.link-button:hover {
    color: #1D428A;
}
.section-title {
    padding: 0 0 20px 0;
}
section.remove-top-padding{
    padding-top: 0 !important;
}
section.remove-bottom-padding{
    padding-bottom: 0 !important;
}
section.footer {
    background-color: #1E1E1E;
    padding: 0;
}
section.footer::before {
    height: 25%;
    width: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.page-id-941 section.footer::after {
    height: 25%;
    width: 50%;
    content: "";
    background-color: #f2f4ec;
    position: absolute;
    top: 0;
    left: 0;
}
ul.footer-social-links {
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
ul.footer-social-links li {
    float: left;
    margin-left: 25px;
}
ul.footer-social-links li a,
ul.footer-social-links li img {
    float: left;
}
ul.footer-social-links li img {
    height: 24px;
}
.footer-right #mc_embed_signup {
    float: right;
    margin-left: 20px;
    margin-bottom: 25px;
}
.footer-right input[type="email"] {
    height: 40px;
    border: 1px solid #707070;
    padding: 0 15px;
    width: 250px;
    outline: none;
    float: left;
}
.footer-right input[type="submit"] {
    height: 40px;
    border: 1px solid #707070;
    background-color: #fff;
    padding: 0 30px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.footer-right input[type="submit"]:hover {
    background-color: #1D428A;
    border-color: #1D428A;
    color: #fff;
}
.mce-message {
    font-size: 14px;
    margin-top: 5px;
}
.footer-arada p.hide-anchor-link a {
    display: none;
}
.scroll-style{
    overflow-y: auto;
}
.scroll-style::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 10px;
	background-color: none
}
.scroll-style::-webkit-scrollbar {
	width: 4px;
	background-color: none
}
.scroll-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: none;
    box-shadow: none;
	background-color: rgba(199, 196, 196,.2);
}

.scroll-style-2{
    overflow-y: auto;
}
.scroll-styl-2::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 10px;
	background-color: none
}
.scroll-style-2::-webkit-scrollbar {
	width: 4px;
	background-color: none
}
.scroll-style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: none;
    box-shadow: none;
	background-color: rgba(255, 255, 255,.3);
}

.button-style-1 {
    border: 1px solid #1E1E1E;
    background-color: #1E1E1E;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}
.button-style-1:hover {
    color: #97BF13;
    border: 1px solid #1E1E1E;
    background-color: #1E1E1E;
}

.button-style-2 {
    border: 1px solid #E57224;
    background-color: #E57224;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    border-radius: 50px;
    position: relative;
    letter-spacing: 1.6px;
}
.button-style-2:hover {
    color: #E57224;
    border: 1px solid #E57224;
    background-color: #1E1E1E;
}



/* website loader start*/
#man-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; 
}
#man-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
#man-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; 
    z-index: 9999999;
}
#man-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
}
#man-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; 
}
@-webkit-keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@-webkit-keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
  
@keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
/* website loader end*/
 

.mob-only{
    display: none;
}
.player-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
}
.player-container .playbutton:hover {
    cursor: pointer;
}
.player-container .playbutton {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    width: 100px;
}
.player-container .playbutton img{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}
.player-container video {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    object-fit: cover;
    border-radius: 40px;
}

section.wordpress-container {
    padding: 240px 0px 50px;
    min-height: 800px;
}
section.wordpress-container h1,
section.wordpress-container h2,
section.wordpress-container h3,
section.wordpress-container h4,
section.wordpress-container h5,
section.wordpress-container h6{
    padding: 10px 0;
}
section.wordpress-container p{
    padding-bottom: 10px;
}
.site-wrapper {
    max-width: 2100px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* search start */
.search-box {
    width: 100%;
    border: 1px solid #707070;
}
.search-box input#s {
    width: 90%;
    height: 100%;
    padding: 18px;
    outline: none;
    border: 0;
    margin: 0;
}
.each-result {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.each-result-image {
    float: left;
    width: 285px;
    height: 210px;
    border: 1px solid #eee;
}
.each-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-result-content {
    width: calc(97% - 285px);
    float: right;
}
.each-result-content-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.each-result-content-in p {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #676767;
    padding: 0 !important;
}


.search-outer {
    display: none;
    position: fixed;
    right: 10%;
    background: rgba(33, 33, 29, .92);
    z-index: 9999;
    width: 80%;
    height: 80%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-active .search-outer {
    display: block;
}
.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
}
.search-form {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form-input {
    width: 600px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.search-form-input input {
    width: 100%;
    height: 56px;
    padding: 0 56px 0 10px;
    border: 1px solid #737271;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    outline: none;
}
.search-form-input button {
    width: 56px;
    height: 56px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
}
.search-form-input button img {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-50{
    padding-top: 50px;
    display: flex;
}
html.lb-disable-scrolling{
    overflow: hidden;
}
.buttom-style-1 {
    border: 2px solid #000000;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    line-height: 30px;
    transition: all 0.3s ease;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    margin-top: 20px;
}
.buttom-style-1:hover {
    background-color: #ED6A6A;
    color: #fff;
    border: 2px solid #ED6A6A;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-content-center{
    justify-content: center;
}
.item-aligh-center{
    align-items: center;
}

.popup-link {
    cursor: pointer;
}
.popup-content-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}
.popup-content-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 780px;
    max-width: 90%;
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 30px;
}
.popup-content-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    background-image: url(assets/images/close-lg.svg);
    width: 22px;
    height: 22px;
    opacity: .5;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.popup-content-close:hover {
    opacity: 1;
}
.popup-content {
    max-height: 85vh;
    padding-right: 10px;
    overflow-x: hidden;
}
.popup-content .button-style-1 {
    margin-top: 0;
}
.popup-content textarea {
    resize: none;
    height: 100px;
}

.row {
    display: flex;
    gap: 20px;
}
.col-md-6 {
    width: 50%;
    margin-bottom: 15px;
}
.col-md-12 {
    width: 100%;
    margin-bottom: 15px;
}
.form-control {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #dedede;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder { 
    color:    #a7a7a7;
 }
select[multiple="multiple"] option {
    padding: 5px 5px;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
}
span.wpcf7-form-control-wrap[data-name="checkbox-interested"] .wpcf7-list-item {
    width: 100%;
}
.wpcf7-list-item label span{
    color: #000;
}
.intl-tel-input {
    width: 100%;
}
.popup-content h4 {
    margin-bottom: 20px;
}
.popup-content h4 span{
    color:#97BF13;
}
body .popup-content-in form.wpcf7-form.sent .wpcf7-response-output {
    text-align: center;
    font-style: normal;
    font-size: 18px;
    font-family: 'Playfair Display';
}



.wpcf7-checkbox.checkbox-field {
    display: block;
}
.wpcf7-checkbox.checkbox-field .wpcf7-list-item {
    margin: 0 10px 4px 0;
}
.wpcf7-checkbox.checkbox-field input[type=checkbox]{
  display: none;
}
.wpcf7-checkbox.checkbox-field input[type=checkbox]:checked ~ .wpcf7-list-item-label {
  background: #000;
  color: #fff;
}
.wpcf7-checkbox.checkbox-field .wpcf7-list-item-label {
    border-radius: 23px;
    text-align: center;
    color: #000;
    padding: 5px 15px;
    margin-bottom: 0px;
    float: left;
    cursor: pointer;
    border: 1px solid #DEDEDD;
    font-size: 14px;
    line-height: 22px;
}
.wpcf7-not-valid-tip {
    display: none;
}

span.wpcf7-form-control-wrap[data-name="checkbox-subscribes"] .wpcf7-not-valid-tip, span.wpcf7-form-control-wrap[data-name="checkbox-subscribes-interest"] .wpcf7-not-valid-tip {
    display: block;
    color: #c14343;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
    padding: 0;
    color: #c14343;
    font-style: italic;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: red;
}

label.check-label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.partners-block {
    width: 100%;
    min-height: 460px;
    background-color: #97BF13;
    border-radius: 20px;
    background-image: url(assets/images/parter-bg-left.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.partners-block::after {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: url(assets/images/parter-bg-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    content: "";
    right: -1px;
    bottom: 0;
}
.partners-block-content {
    padding: 50px 20%;
    text-align: center;
    color: #1E1E1E;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.partners-block-content h3 {
    margin-top: 20px;
}
.partners-block-content h3 span {
    color: #fff;
}
.partners-block-content h5 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-weight: normal;
}
.partners-block-content .button-style-1 {
    color: #97bf13;
    margin-top: 0;
}
.partners-block-content .button-style-1:hover {
    color: #fff;
}

.footer-menu-section {
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.footer-menu-section-in:first-child {
    max-width: 400px;
}
.footer-menu-section-in h4 {
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.footer-menu-section-in p {
    color: #77808B;
    margin-bottom: 20px;
}
a.location-button {
    color: #fff;
    background-color: #2D2D2D;
    padding: 16px 40px 16px 65px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}
a.location-button::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: url(assets/images/location-button.svg);
    background-color: #97BF13;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
}
a.location-button:hover::before {
    background-size: 23px;
}
a.location-button::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-image: url(assets/images/slide-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 10px 0 0 10px;
}
a.location-button:hover {
    color: #97BF13;
}
ul.footer-left-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-left-navigation li {
    display: block;
    margin-bottom: 10px;
}
ul.footer-left-navigation li a{
    color: #77808B;
}
ul.footer-left-navigation li a:hover{
    color: #97BF13;
}
.footer-bottom {
    background-color: #fff;
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 25px;
}
.footer-bottom p {
    float: left;
    font-size: 14px;
    color: #8D8D8D;
}
small {
    font-size: 14px;
}



body.page-template-template-container #header,
body.error404 #header,
body.search #header {
    background-color: #1E1E1E;
    background-image: url(assets/images/header-bg.jpg);
    background-size: cover;
    background-position: center;
}
body.page-template-template-container section.footer::before,
body.error404 section.footer::before,
body.search section.footer::before {
    display: none;
}
body.page-template-template-container section.footer,
body.error404 section.footer,
body.search section.footer  {
    padding-top: 60px;
}






body span.wpcf7-spinner {
    background-color: #97bf13;
    width: 20px;
    height: 20px;
    transform: translateY(6px);
}
body form.wpcf7-form .wpcf7-response-output {
    border: none;
    padding: 0;
    font-style: italic;
    margin: 20px 0;
}
body .intl-tel-input .country-list {
    max-width: 240px;
    position: fixed;
    overflow-x: hidden;
}
body .intl-tel-input .country-list li {
    font-size: 14px;
}
body.iti-mobile .intl-tel-input.iti-container {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 9999;
}
body.iti-mobile .intl-tel-input.iti-container ul.country-list {
    max-width: 108%;
}

body.page-id-941 section.content-navigation {
    border: none;
}

.rll-youtube-player {
    border-radius: 40px;
}


.tb-content-box-2buys-leap-event .content-box-head-2buys p {
    opacity: 1;
}
.tb-content-box-2buys-leap-event .content-box-head-2buys a.button-style-2 {
    border-color: #97bf13;
    background-color: #97bf13;
}
.tb-content-box-2buys-leap-event .content-box-head-2buys a.button-style-2:hover {
    color: #fff;
    background-color: #E57224;
    border-color: #E57224;
}



.leap-event-banner .video-banner-overlay {
    transform: none;
    top: auto;
    bottom: 10%;
}
.leap-event-banner h1 {
    font-size: 110px;
}


.leap-event-banner a.button-style-2 {
    background-color: #97BF13;
    border-color: #97BF13;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
}
.leap-event-banner a.button-style-2:hover {
    background-color: #000;
    border-color: #000;
    color: #97BF13;
}

#timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    align-items: flex-end;
    flex-wrap: wrap;
}
#timer > div {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 10px;
    font-size: 80px;
}
#timer > div span{
    font-size: 20px;
    color: #fff;
}
#timer #days {
    color: #db4844;
}
#timer #hours {
    color: #f07c22;
}
#timer #minutes {
    color: #f6da74;
}
#timer #seconds {
    font-size: 50px;
    color: #abcd58;
}

@media (min-width:1440px) {
    #header .container {
        position: relative;
    }
}

@media (max-width:1566px) {
    .menu-top-navigation a {
        padding: 20px 12px;
    }
    .menu-top-navigation li.search-button {
        margin-left: 25px;
    }
    .menu-top-navigation li.search-button::before {
        left: -12px;
    }
    .menu-top-navigation li.menu-item.menu-item-has-children {
        background-position: 100% 31px;
        background-size: 8px;
    }
    .player-container .playbutton {
        width: 80px;
    }
}

@media (max-width:1440px) {
    .menu-top-navigation a {
        padding: 20px 10px;
    }
    .menu-top-navigation .nav-button > a {
        padding: 10px 15px;
    }
    .menu-top-navigation li.search-button {
        margin-left: 22px;
    }
    .footer-menu-section-in h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width:1380px) {
    .player-container .playbutton {
        width: 60px;
    }
    #timer > div{
        font-size: 60px;
    }
}


@media (max-width:1366px) {
    #header .container {
        gap: 70px;
    }
}

@media only screen and ( max-width: 1199px) {
    #header .container {
        gap: 50px;
    }
}
@media only screen and ( max-width: 961px) {
    .footer-left {
        margin-top: 0;
    }
    .footer-left p {
        clear: left;
        margin-top: 5px;
    }
    ul.footer-social-links {
        margin-top: 10px;
    }
    #header {
        padding: 20px 0;
    }
    #header .container {
        gap: 20px;
    }
    #header a.tb-brand {
        max-width: 100px;
    }
    .footer-menu-section {
        flex-wrap: wrap;
    }
    .partners-block,
    .partners-block::after {
        background-size: 20%;
    }
    .partners-block-content {
        padding: 60px 15%;
    }
    .partners-block {
        min-height: 360px;
    }
    section.footer::before {
        height: 20%;
    }
    .footer-menu-section-in:first-child {
        width: 100%;
        max-width: 100%;
    }
    section.wordpress-container {
        padding: 180px 0px 50px;
    }
    #header a.loging {
        font-size: 0;
    }
    #timer > div{
        font-size: 50px;
    }
    #timer #seconds{
        font-size: 40px;
    }
}

@media only screen and ( max-width: 768px) 
{
    .desk-only{
        display: none;
    }
    .mob-only{
        display: block;
    }
    .container-md {
        max-width: 95%;
    }
    #header.header-scrolled a.tb-brand {
        max-width: 60px;
        padding: 0;
    }
    #mobile-menu.menu-top-navigation {
        display: block;
    }
    #desk-menu.menu-top-navigation {
        display: none;
    }
    .menu-tab-outer {
        display: block;
    }
    .menu-tab {
        display: block;
        margin-top: 48px;
        margin-right: 27px;
    }
    #header.header-scrolled .menu-tab {
        margin-top: 20px;
    }
    #header.header-scrolled {
        padding: 10px 0;
    }
    .menu-top-navigation {
        width: 300px;
        max-width: 90%;
        right: -300px;
        height: 100vh;
        position: fixed;
        z-index: 10;
        top: 110px;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
        margin-top: 0;
        margin-right: 0;
        padding-top: 30px;
        background-color: rgba(0,0,0,.8);
    }
    #header.header-scrolled .menu-top-navigation {
        top: 67px;
    }
    .menu-top-navigation.show {
        right: 0px;
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
    }
    .menu-top-navigation li {
        width: 100%;
        padding: 0 20px;
        text-align: right;
    }
    .menu-top-navigation li a {
        padding: 12px 0px;
        width: 100%;
        color: #fff;
        float: right;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .menu-top-navigation li.menu-item-has-children > a {
        width: 90%;
    }
    .menu-top-navigation li.menu-item-has-children > a::before {
        height: 1px;
        width: 11%;
        content: "";
        background-color: rgba(255,255,255,.3);
        position: absolute;
        left: -11%;
        bottom: -1px;
    }
    .menu-top-navigation li.active-main-menu a {
        width: auto;
    }
    .menu-top-navigation li ul {
        position: static;
        float: left;
        width: 100%;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .menu-top-navigation li ul li {
        padding: 0;
    }
    .menu-top-navigation li ul a {
        padding: 12px 0;
        font-size: 14px;
        text-align: right;
    }
    .menu-top-navigation .nav-button > a {
        font-size: 16px;
        position: static;
    }
    .menu-top-navigation li.menu-item.menu-item-has-children {
        background-image: url(assets/images/mobile-menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: 20px 20px;
        background-size: 10px;
    }

    .footer-bottom p {
        width: 100%;
        text-align: center;
    }
    ul.footer-social-links {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    ul.footer-social-links li {
        display: inline-block;
        float: none;
        margin: 0 3px;
    }
    .each-result-image {
        width: 260px;
        height: 180px;
    }
    .each-result-content {
        width: calc(97% - 260px);
    }
    #header .container {
        max-width: 90%;
    }
    .search-outer {
        width: 90%;
        right: 5%;
    }
    #header a.loging {
        right: 70px;
        margin-top: 4px;
    }
    #header.header-scrolled a.loging {
        margin-top: 0px;
    }
    body .intl-tel-input .country-list {
        max-width: 198px;
    }
    .page-id-941 section.footer::after,
    .category-blogs section.footer::after{
        display: none;
    }
    .leap-event-banner h1 {
        font-size: 60px;
    }
}

@media only screen and ( max-width: 560px) {

    ul.footer-phone-links {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-right input[type="email"], .footer-right input[type="submit"] {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .footer-right input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .find-property-outer {
        top: 80%;
    }
    .each-result-image {
        width: 100%;
        height: 240px !important;
    }
    .each-result-content {
        width: 100%;
        min-height: 50px !important;
    }
    .each-result-content-in {
        position: static;
        transform: none;
        margin-top: 10px;
    }
    .popup-content-in {
        padding: 30px 30px;
    }
    .row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        gap: 0;
    }
    .col-md-6 {
        width: 100%;
    }
    .popup-content-in {
        padding: 45px 20px 30px 30px;
    }
    .popup-content {
        max-height: 70vh;
    }
    body .intl-tel-input .country-list {
        max-width: 228px;
    }
    #timer {
        gap: 10px;
    }
    #timer > div{
        font-size: 40px;
    }
    #timer > div span{
        font-size: 16px;
    }
}

@media (max-width: 428px){
    .arcu-widget.left.arcu-message.opened, 
    .arcu-widget.left.arcu-message.open, 
    .arcu-widget.left.arcu-message.popup-opened {
        left: 10px;
        right: auto;
        bottom: 10px;
    }
    .arcu-widget.arcu-message.arcu-no-background.left.sm .messangers-block {
        bottom: 77px;
        left: 35px;
        right: 25px;
    }
    #timer {
        gap: 5px;
    }
    #timer > div {
        font-size: 35px;
    }
    #timer #seconds {
        font-size: 20px;
    }
    #timer > div span {
        font-size: 12px;
    }
}

@media only screen and ( max-width: 360px) {
    #header a.loging {
        right: 62px;
    }

    
}