/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3 { font-family: 'Castoro Titling', cursive;  }
body {
	background: #fff;
}
body, input, textarea {
	color: #000;
	font-size: 18px;
	line-height: 35px;
}
img { max-width:100%; height:auto;}

.section{ padding: 70px 0; }

nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}


#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative; border: none; box-shadow: none; outline: none; }
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;left: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #DCB23A url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg)}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: auto; right: 0; transform: rotate(180deg)}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}


/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;}
.set > a.active:before{filter: invert(100%);    transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{height: 530px;width:100%;position: relative;display: flex;justify-content: center;align-items: flex-end;z-index: 9;padding: 0 0 7%;}
.inner-banner:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgb(0 0 0 / 50%);z-index: -1;}
.inner-banner h2{font-size: 96px;color: #fff;}

/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0px 3px 0 3px;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {  }
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {  }
.menu-header > ul > li:hover > a {color: #ffffff;}

.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 767px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s; z-index: 99999;  background: #DCB23A; }
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 767px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 767px) {

main{  }
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}

@media only screen and (max-width: 2500px) and (min-width: 1780px) {
	.container { width: 1600px; max-width: 1600px; }
}

@media only screen and (max-width: 1670px) and (min-width: 1550px) {
    .container { width: 1440px; max-width: 1440px; }
}

@media only screen and (max-width: 1450px) and (min-width: 1300px) {
    .container { width: 1240px; max-width: 1240px; }
}


a, a:hover, a:focus { text-decoration: none; }
figure { margin: 0 !important; }
ul, ol, li { list-style: none; padding: 0; margin: 0; }
p { margin: 0 0 30px; }

.btn {display: inline-block;text-transform: capitalize;background: #DCB23A;padding: 10px 40px;border-radius: 0;color: #fff;border: 2px solid #DCB23A;transition: all .5s ease-in-out;}
.btn:hover {color: #DCB23A;background: transparent;}

.header {position: absolute;top: 0;left: 0;right: 0;z-index: 9999;padding: 10px 0 0;}
.header .row { justify-content: space-around; }

.menu-header ul {padding: 10px 0 0;display: flex;align-items: center;justify-content: space-between;}
.menu-header ul li {  }
.menu-header ul li a {color: #fff;font-size: 18px;font-weight: 400;}

.banner {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 1010px;color: #fff;     z-index: 9; }
.banner:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: hsl(0deg 0% 0% / 50%);z-index: -1;}
.banner video {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}
.banner .box {text-align: center;width: 85%;margin: 0 auto 30px;}
.banner .box h2 {font-size: 96px;line-height: 90px;margin: 0;}
.banner .box p {  }
.banner ul {display: flex;flex-direction: row;align-items: center;justify-content: center;column-gap: 20px;}
.banner ul li {width: 25%;text-align: center;}
.banner ul li a {width: 100%;height: 180px;text-align: center;text-transform: uppercase;color: #fff;font-size: 32px;display: flex;flex-direction: column;justify-content: center;align-items: center;border: 1px solid #DCB23A;font-weight: 500;letter-spacing: 4px;padding: 0 40px;line-height: 36px;font-family: 'Playfair Display', serif; transition: all .7s ease-in-out; }
.banner ul li a:hover { background: #DCB23A; }

.mn-h3 {font-size: 48px;font-weight: 400;line-height: 63px;padding: 0;position: relative;margin: 0 0 30px;text-align: left;letter-spacing: 5px;z-index: 9; color: #053470; }
.mn-h3:before {content: "";background: #DCB23A;width: 16%;height: 2px;position: absolute;left: 0;bottom: 0;}
.mn-h3 span {position: absolute;z-index: -1;left: 0;bottom: 0;-webkit-text-stroke: 0.3px rgb(243 230 230 / 50%);color: rgb(243 230 230 / 40%);font-family: 'Playfair Display', serif;font-size: 80px;text-transform: uppercase;letter-spacing: 32px;display: inline-block;font-weight: 400; white-space: nowrap; }

.slick-dots {position: relative;bottom: 0;line-height: initial;padding: 20px 0 0;}
.slick-dots li {line-height: initial;vertical-align: middle;margin: 0 5px;}
.slick-dots button { display: block;margin: 0;width: 40px;height: 5px;border-radius: 15px;background: rgb(5 52 112 / 50%); padding: 0; border: none; }
.slick-dots .slick-active button {background: #053470; width: 60px;}

.balwinsec {  }
.balwinsec .row { align-items: center; justify-content: space-between; }
.balwinsec figure { position: relative; z-index: 99; }

.comunitysec { text-align: center; }
.comunitysec h3 {text-align: center;}
.comunitysec h3:before {margin: 0 auto;right: 0;width: 10%;}
.comunitysec h3 span {left: 0;right: 0;letter-spacing: 25px;}
.comunitysec ul { row-gap: 20px; margin-bottom: 40px; }
.comunitysec ul li {  }
.comunitysec ul li figure {position: relative;color: #fff;}
.comunitysec ul li figure img {  }
.comunitysec ul li figure h4 {position: absolute;bottom: 0;left: 0;margin: 0;padding: 30px;font-family: 'Playfair Display', serif;text-transform: uppercase;letter-spacing: 2px;transition: all .5s ease-in-out;font-size: 32px;}
.comunitysec ul li figure figcaption {transition: all .5s ease-in-out;position: absolute;top: 0;right: 0;bottom: 0;left: 0;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;background: rgb(5 52 112 / 50%);height: 0;overflow: hidden;}
.comunitysec ul li figure figcaption h4 {position: relative;padding: 0 0 20px;transition: all .5s ease-in-out;display: block;}
.comunitysec ul li figure figcaption a {border-color: #fff;background: transparent;}
.comunitysec ul li figure figcaption a:hover {background: #fff;border-color: #DCB23A;}
.comunitysec ul li figure:hover figcaption {height: 100%;}
.comunitysec ul li figure:hover > h4 {opacity: 0;}
.comunitysec ul li:nth-child(even) figure figcaption { height: 100%; width: 0; }
.comunitysec ul li:nth-child(even) figure:hover figcaption { width: 100%; }

.meeteam {text-align: center;}
.meeteam h3 { text-align: center; }
.meeteam h3:before {right: 0;margin: 0 auto;}
.meeteam h3 span {  }
.meeteam figure {padding: 0 10px;}
.meeteam figure span {  }
.meeteam figure span img {width: 100%;}
.meeteam figure figcaption {display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 10px 10px 0;}
.meeteam figure figcaption h5 {margin: 0;font-size: 24px;}
.meeteam figure figcaption ul {display: flex;column-gap: 20px;}
.meeteam figure figcaption ul li a {color: #DCB23A;}


.getintouch {  }
.getintouch h3 {  }
.getintouch h3 span {letter-spacing: 26px;}
.getintouch .wpcf7 {  }
.getintouch .wpcf7 p { margin: 0; }
.wpcf7 label {font-size: 20px;margin: 0;/* line-height: 22px; */}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {border: 1px solid #DFE1E1;display: block;width: 100%;padding: 0 15px;font-size: 16px;height: 47px;resize: none;outline: none;margin: 0 0 25px; width: 100%;}
.wpcf7 textarea {height: 120px;padding: 10px 15px;}
.wpcf7 input[type="submit"] {margin: 0;width: auto;color: #fff;padding: 10px 50px;border: inherit;height: auto;display: inline-block; border: 1px solid #DCB23A; }
.wpcf7 input[type="submit"]:hover { color: #DCB23A; }
.wpcf7 input::-webkit-input-placeholder { color: #DFE1E1; }
.wpcf7 input:-ms-input-placeholder {  color: #DFE1E1; }
.wpcf7 input::placeholder { color: #DFE1E1; }
.wpcf7 textarea::-webkit-input-placeholder { color: #DFE1E1; }
.wpcf7 textarea:-ms-input-placeholder {  color: #DFE1E1; }
.wpcf7 textarea::placeholder { color: #DFE1E1; }
.getintouch .box {background: #053470;padding: 50px 30px;color: #fff;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.getintouch .box .row {align-items: center;} 
.getintouch .box p {  }
.getintouch .box h5 {text-transform: uppercase;font-size: 18px;font-weight: 400;color: white;}
.getintouch .box ul {  }
.getintouch .box ul li { }
.getintouch .box ul li a {color: inherit;line-height: initial;font-size: 18px;}
.getintouch .box ul.socialm {display: flex;align-items: center;column-gap: 30px;}
.getintouch .box ul.socialm li {  }
.getintouch .box ul.socialm li a {font-size: 20px;}
.getintouch .box ul.info {  }
.getintouch .box ul.info li {  }
.getintouch .box ul.info li a {  }

.getintouch .box2 { background: url(/wp-content/uploads/2023/10/House-for-sale-pic-with-BL-for-sale-sign-1.jpg) no-repeat center center; }
.getintouch .box2 p { visibility: hidden; }
.getintouch .box2 h5 { color: #fff; }

.testimon {  }
.testimon .box {padding: 60px;background: #053470;}
.testimon .box h3 {color: #fff;text-align: center;}
.testimon .box h3 span {  }
.testimon .box ins {margin: 0 0 30px;display: block;}
.testimon .box h3:before {margin: 0 auto;right: 0;}
.testimon .box figure {text-align: center;color: #fff; padding: 0 0.5%; }
.testimon .box figure span {display: block;width: 120px;height: 120px;border-radius: 100%;overflow: hidden;margin: 0 auto 30px;}
.testimon .box figure span img {width: 100%;height: 100%;}
.testimon .box figure h4 {font-family: 'Castoro Titling', cursive;font-size: 24px;font-weight: 400;margin: 0 0 20px;}
.testimon .box figure img { margin: 0 auto; }
.testimon .box figure p {  }
.testimon .slick-dots button {background: rgb(255 255 255 / 50%);}
.testimon .slick-dots .slick-active button {background: #fff; }

.buyers .tabs-menu {display: flex;height: auto;justify-content: space-between;border-bottom: 1px solid #B9B9B9;margin: 0 0 5%;}
.buyers .tabs-menu li {border: none;background: transparent;text-transform: uppercase;color: inherit;height: auto;margin: 0;}
.buyers .tabs-menu li.current {  }
.buyers .tabs-menu li a { border: none; background: transparent; padding: 0 0 10px; font-size: 20px; line-height: 22px; display: block; color: #B9B9B9; font-weight: 400; border-bottom: 2px solid transparent; }
.buyers .tabs-menu .current a {border-color: #053470;}
.buyers .tab {margin: 0;border: none;background: transparent;float: none;position: relative;}
.buyers .tab-content {padding: 0;max-width: 100%;width: 100%;}
.buyers .tab-content h3 {margin: 0 0 50px;}
.buyers .tab-content h3 ins {color: #DCB23A;text-decoration: none;display: inline-block;vertical-align: middle;}
.buyers .tab-content h5 {font-family: 'Castoro Titling', cursive;font-size: 32px;margin: 0 0 20px;color: #053470;}
.buyers .tab-content p { width: 99%; margin: 0 0 40px; }
.buyers .tab-content p:last-child { margin: 0; }
.buyers .tab-content ul {padding: 0 0 0 30px;margin: 0 0 40px;}
.buyers .tab-content ul li {list-style: disc;}

.footer {  }
.footer .row { padding: 70px 0 50px; }
.footer a { color: inherit; }
.footer .foter-logo {  }
.footer .foter-logo p { margin: 0 0 20px; }
.footer .foter-logo > a {display: inline-block;width: 35%;margin: 0 0 20px;}
.footer .foter-logo ul {display: flex;align-items: center;column-gap: 20px;}
.footer .foter-logo ul li a { line-height: initial; display: block; color: #DCB23A; }
.footer h4 {font-family: 'Castoro Titling', cursive;font-size: 20px;font-weight: 500;margin: 0 0 20px;}
.footer ul.menu {  }
.footer ul.menu li a {font-size: 17px;}
.footer ul.menu li a:hover { color: #DCB23A; }

.copyrite {  }
.copyrite .container, .footer .row {border-top: 1px solid #053470;}
.copyrite p {margin: 0;line-height: initial;padding: 10px 0;}

.apex-idx-container-fluid.apex-idx-filterbackcolor { padding: 15px 0 !important; }
.apex-idx .apex-idx-nav > li a { border: 1px solid red !important;}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: #DCB23A; 
}


iframe::-webkit-scrollbar {
  width: 3px;
}
iframe::-webkit-scrollbar-thumb {
  background: #DCB23A; 
}



@media (max-width: 1650px) {
    body { font-size: 16px; line-height: 27px; }
    .header .logo a {display: inline-block;width: 45%;}
    .banner { height: 880px;  }    
    .banner .box { width: 84%; margin: 100px auto 30px; }
    .banner .box h2 { font-size: 85px;line-height: 90px; }
    .banner ul li a { height: 170px; font-size: 25px; line-height: 33px; }
    .inner-banner { height: 460px; }
    .inner-banner h2 { font-size: 55px; }
    .mn-h3 { font-size: 42px; line-height: 58px; letter-spacing: 3px; }
    .mn-h3 span { letter-spacing: 24px; font-size: 75px; }
    .getintouch h3 span { letter-spacing: 24px; }
    .comunitysec ul li figure h4 { font-size: 28px; }
    .buyers .tab-content h5 { font-size: 30px; }
    .buyers .tabs-menu li a { font-size: 18px; }
    .wpcf7 label { font-size: 18px; margin: 0 0 10px; }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select { font-size: 15px; height: 44px; }
    .getintouch .box ul li a { font-size: 16px;  }

    .wpcf7 textarea { height: 120px; }

    .footer ul.menu {display: flex;flex-direction: column;justify-content: center;row-gap: 10px;}
    .footer ul.menu li a { font-size: 16px; }
    
} 

@media (max-width: 1550px) { 
    .menu-header ul li a { font-size: 16px; }
    .banner { height: 800px; }
    .banner .box h2 { font-size: 80px; line-height: 85px; }
    .banner ul li a { height: 150px; font-size: 22px; line-height: 29px; }
    .inner-banner { height: 420px; }
    .comunitysec ul li figure h4 { font-size: 24px; }
    .mn-h3 { font-size: 40px; }
    .mn-h3 span { font-size: 65px; }

    .meeteam figure figcaption h5 { font-size: 20px; }
    .buyers .tab-content h5 { font-size: 28px; }
    .buyers .tabs-menu li a { font-size: 14px; text-align: center; padding: 0 15px 10px; }
    .wpcf7 label { font-size: 17px; }
    .getintouch .box ul li a { font-size: 15px; }

}

@media (max-width: 1400px) { 
    body { font-size: 15px; line-height: 25px; }
    p { margin: 0 0 20px; }
    .banner { height: 720px; }
    .banner .box { width: 90%; }
    .banner .box h2 { font-size: 72px; }
    .banner ul li a { height: 140px; font-size: 20px; line-height: 27px; }
    .comunitysec ul li figure h4 {  font-size: 22px;  }
    .mn-h3 { font-size: 35px; }
    .mn-h3 span { font-size: 55px; }

    .inner-banner { height: 370px; }
    .inner-banner h2 { font-size: 50px; }

}

@media (max-width: 1280px) { 
    body { font-size: 14px; }
    .inner-banner { height: 320px; }
    .inner-banner h2 { font-size: 40px; margin: 0; }
    .header .logo a { width: 45% !important; }
    .banner .box h2 { font-size: 45px; }
    .banner ul li a { font-size: 15px; line-height: 23px; }
    .meeteam figure figcaption h5 { font-size: 15px; text-align: left;}
    .meeteam figure figcaption ul { column-gap: 10px; padding: 0 0 0 10px }
    
    .getintouch .box { padding: 40px 20px; text-align: center; }
    .getintouch .box .row { row-gap: 20px; align-items: center; justify-content: center; }
    .getintouch .box .row>* { width: 100%; min-width: 100%; }
    .getintouch .box ul.socialm { justify-content: center; }
    
    .mn-h3 { font-size: 28px; }
    
    .testimon .box figure h4 { font-size: 20px;  }
    .buyers .tab-content h5 { font-size: 22px; }    
    .getintouch h3 span { font-size: 45px; letter-spacing: 20px; }
    
    
    .footer h4 { font-size: 16px; }
    .footer ul.menu li a { font-size: 14px;  }
    
        
}


@media (max-width: 1100px) { 
    .menu-header ul li a { font-size: 14px; }
    .banner { height: 500px;  }
    .btn { padding: 8px 30px; font-size: 14px;  }
    .banner ul li a { padding: 0 20px; height: 110px; font-size: 14px; line-height: 18px; }
    .banner .box h2 { font-size: 30px; line-height: 40px; }
    
    .inner-banner { height: 260px; }
    .inner-banner h2 { font-size: 32px; }
    
    
    .mn-h3 span { font-size: 45px; }
    .comunitysec ul li figure h4 { font-size: 18px;  }
    .comunitysec ul li figure figcaption h4 { padding: 0 0 10px; }
    
    .wpcf7 label { font-size: 15px;  }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select { height: 40px; font-size: 13px; }
    .wpcf7 textarea { height: 100px;  }
    
    .buyers .tabs-menu { flex-wrap: wrap; row-gap: 20px; }
    .buyers .tab-content figure { position: sticky; top: 0; }
    
    
}


@media (max-width: 900px) { 
    .banner { height: 400px; }
    .banner .box h2 { font-size: 25px;  line-height: 35px;  }    
    .mn-h3 { font-size: 26px; }
    .mn-h3 span { font-size: 35px; }
    .comunitysec ul li figure h4 {  font-size: 16px; }
    .getintouch h3 span { font-size: 28px; }
    .getintouch .box { padding: 20px; }
    
    .inner-banner { height: 200px;  }
    .inner-banner h2 { font-size: 30px; }
    
    .balwinsec .row { align-items: initial; }
    .balwinsec figure { position: sticky; top: 0; }
    .getintouch .row { flex-direction: column; row-gap: 20px; }
    .getintouch .row>* { width: 100%; }
    
    iframe { height: 400px !important; }
    
}


@media (max-width: 767px) { 
    
        .menu-header, .header .btn { display: none !important; }
        .buyers .tabs-menu { row-gap: 3px; }
        .buyers .tabs-menu { flex-wrap: wrap; row-gap: 9px; flex-direction: column; }        
        .buyers .tabs-menu li a { padding: 0 0 10px; display: inline-block; }
        
        .banner { height: auto; padding: 0 0 30px; }
        .banner .box { margin-top: 110px; }
        .banner ul { row-gap: 20px; flex-wrap: wrap; }
        .banner ul li { width: 42%; }
        .banner ul li a { height: 70px; font-size: 12px; }
        .banner .box { margin: 100px auto 10px;  }
        .banner .box h2 { font-size: 22px; line-height: 30px; }
        
        .inner-banner { height: 170px; } 
        .inner-banner h2 { font-size: 22px; }
        
        .row { row-gap: 15px; }
        
        .section { padding: 30px 0; }
        
        .mn-h3 { font-size: 22px; }
        .mn-h3 span, .getintouch h3 span, .comunitysec h3 span { font-size: 25px; letter-spacing: 10px; }
        
        .wpcf7 input, .wpcf7 textarea, .wpcf7 select { margin: 0; }
        .testimon .box { padding: 30px; }
        .buyers .tab-content h3 { line-height: 38px; margin: 0 0 30px;  } 
        .buyers .tab-content p { width: 100%; margin: 0 0 20px; }
        
        .footer .row { padding: 20px 0 40px; }
        .footer { text-align: center; }
        .footer .foter-logo > a { width: 20%; }
        .footer .foter-logo ul { justify-content: center; }
        
        .copyrite { padding: 10px 0; border-top: 1px solid #053470; }
        .copyrite .container, .footer .row { border: none; }
        .copyrite .row { row-gap: 10px; }
        .copyrite p { padding: 0; text-align: center; }
        
}


@media (max-width: 480px) {  
    .banner ul li a { padding: 0 10px; }
    .mn-h3 { font-size: 20px; }
    
    .inner-banner { height: 160px; }
    .inner-banner h2 { font-size: 20px; }
    .buyers .tab-content h5 { font-size: 20px; }
    
}


