/*
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: 'Roboto', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}

header{ padding:20px 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;}

/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#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;}
[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: 20px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #284b63;background: #fff;width: 20px;height: 20px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 12px;outline: none;cursor: pointer;}
.slick-dots .slick-active button {background: #284b63;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg)}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg)}
.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;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*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:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------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: 0;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 {background: #303030;}
.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 {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.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;}
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: #000;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{ padding:0 15px;}
.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;}
}

/* SINGLE PAGE START */
.SingleBlog {
    padding: 70px 0;
}

.SingleBlog  img {
    padding-bottom: 40px;
}

.SingleBlog h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.SingleBlog p {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin: 30px auto;
}
/* SINGLE PAGE END*/

/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}

.rating-custom .woocommerce-product-rating {
    line-height: 2;
}

.rating-custom .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.rating-custom .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}

.rating-custom .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}
/*star rating for products*/

/********************************/
          /*Blog Inner*/
/********************************/
.blog_inner{padding: 80px 0;}
.blog_inner .heading{}
.blog_inner .heading h2{font-size: 24px;color: #FD0100;margin: 0 0 30px;text-transform: uppercase;text-align: center;font-weight: 700;}
.blog_inner .post_img{text-align: center;padding: 0 0 20px;}
.blog_inner .post_img img{width: 100%; height: 600px; object-fit: cover;}
.blog_inner img.alignnone.size-full {width: 48%;display: inline-block;vertical-align: middle;margin: 0 10px;height: 600px;object-fit: cover;}
.blog_inner .details{padding: 10px 0;text-align: center;}
.blog_inner .details ul{padding: 0;margin: 0;display: inline;}
.blog_inner .details ul > li{color: #FD0100;display: inline-block;margin-right: 30px;}
.blog_inner .content{padding: 20px 0;color: #636363;}
.blog_inner .content img{display: block; margin: 0 auto;}
.blog_inner .details ul > li a{font-size: 18px;color: #2a2727;pointer-events: none;}
.blog_inner .details ul > li a i{margin-right:10px;color: #FD0100;}
.blog_inner .content p {font-size: 16px;padding: 10px 0;line-height: 25px;color: #707070;}
.blog_inner .content strong{color: #FD0100;}
.blog_inner .com{padding: 40px 0;/* background: #f1f1f1; */}
.blog_inner .pad{margin: auto;}
.blog_inner .content h5{font-size: 22px;font-weight: 700;text-transform: uppercase;color: #e35f21;margin: 15px 0px 10px;}
.blog_inner .content i{color: #FD0100;}
.blog_inner #comments #respond .form-submit input[type=submit]{font-size: 16px;background: #FD0100;border: 1px solid #FD0100;border-radius: 5px;color: #fff;font-weight: 700;text-transform: uppercase;padding: 15px 40px;display: inline-block;letter-spacing: 1px;transition: 0.5s linear;-moz-transition: 0.5s linear;-webkit-transition: 0.5s linear;-o-transition: 0.5s linear;outline: none !important;}
.blog_inner #comments #respond .comment-form-cookies-consent{width: 100%;padding: 10px 0 30px;font-family: 'Lato', sans-serif;font-weight: 700;}
.blog_inner #comments #respond .comment-form-cookies-consent label{width: 94%;color: #666666;font-size: 16px;margin: 0;padding-left: 5px;font-weight: 500;}
.blog_inner #comments #respond #wp-comment-cookies-consent{display: inline-block;/* margin: 5px 0 0; */color: #636363;}
.blog_inner #comments #respond .comment-form-url{display: none !important;}
.blog_inner #comments #respond p.comment-form-author {display: inline-block;width: 49%;margin: 0 19px 0 0;}
.blog_inner #comments #respond p.comment-form-email {width: 48%;display: inline-block;}
.blog_inner #comments #respond p.comment-form-author label{display: none !important;}
.blog_inner #comments #respond p.comment-form-email label{display: none !important;}
.blog_inner #comments #respond p.comment-form-comment label{display: none !important;}
.blog_inner #comments #respond p.comment-form-author input[type=text]{font-size: 18px;height: 50px;width: 100%;border-radius: 5px;background: transparent;border: 1px solid #cccccc;outline: none !important;padding: 10px 20px;}
.blog_inner #comments #respond p.comment-form-email input[type=text]{font-size: 18px;height: 50px;width: 100%;border-radius: 5px;background: transparent;border: 1px solid #cccccc;outline: none !important;padding: 10px 20px;}
.blog_inner #comments #respond .comment-form-comment textarea{font-size: 16px;color: #666666;width: 100%;background: transparent;resize: none;padding: 20px;outline: none !important;border: 1px solid #cccccc;height: 200px;border-radius: 5px;}
.blog_inner #comments #respond .comment-form-comment {padding: 30px 0;}
.blog_inner #comments #respond p.comment-form-email {width: 49%;display: inline-block;padding: 30px 0 60px;}
.blog_inner #comments #respond p.comment-form-author input[type=text]::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond p.comment-form-email input[type=text]::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond .comment-form-comment textarea::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond .form-submit input[type=submit]:hover{background: transparent;color: #FD0100;}
.blog_inner #comments #respond h3{font-size: 24px;color: #FD0100;text-transform: uppercase;}
.blog_inner #comments #respond .comment-notes {display: none;}
.blog_inner .com h2{font-size: 24px;font-weight: 700;color: #FD0100;padding: 0 0 20px;}
.blog_inner .comment-body p{font-size: 18px;color: #FD0100;line-height: 25px;padding: 15px 0;}
.blog_inner #comments-title{display: none !important;}
.blog_inner .com  #comments > ul.commentlist{padding: 0 !important;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard img{border-radius: 50%;min-width: 112px;height: auto;border: 1px solid #e35f21;padding: 8px;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard span{display: none !important;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard cite{font-size: 34px;color: #000;text-transform: capitalize;font-style: initial;margin-left: 20px;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard cite a{font-size: 34px;color: #FD0100;text-transform: capitalize;font-style: initial;}
.blog_inner .com  #comments > ul.commentlist > li .comment-body .reply a{font-size: 15px;border: none;font-weight: 500;background: transparent;color: #2a2727;outline: none;padding: 20px 0 8px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond {padding: 15px 0;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond h3{font-size: 18px; color: #000; text-transform: capitalize;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond h3 small a{font-size: 18px;color: #FD0100;text-transform: capitalize;margin-left: 10px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-author.vcard{}
.blog_inner .com  #comments > ul.commentlist > li .comment-meta.commentmetadata{float: right;width: 88.5%;margin-top: -43px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-meta.commentmetadata a{font-size: 15px;font-weight: 700;font-family: 'Lato', sans-serif;color: #101a4d;text-transform: uppercase;}
.blog_inner .com #comments .comment-respond .logged-in-as a{font-size: 18px;color: #000;padding: 20px 0 0;display: inline-block;transition: 0.5s all ease;}
.blog_inner .com #comments .comment-respond .logged-in-as a:hover{color: #FD0100;}
.commentlist li {list-style: none;}

/********************************/
          /*Blog Inner END*/
/********************************/


h1,h2,h3,h4,h5,h6,p,li,p,a,label,span{
    font-family: "Montserrat", sans-serif;
}
header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    background: #fff;
    box-shadow: 0px 2px 10px #4a4a4a45;
}

.homeSec01 {
    padding: 200px 0 150px;
    background-size: cover ! IMPORTANT;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: 100% 100% !important;
    /*background-attachment: fixed !important;*/
}

.homeSec01 img {
    width: 290px;
    object-fit: contain;
}

.homeSec01 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    width: 72%;
    margin: 50px 0;
}


.generalBtn {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: right;
}

.generalBtn li {
    display: block;
}

.generalBtn  li a {
    background: #284b63;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid transparent;
    gap: 10px;
}
header .container {
    max-width: 1200px;
}
.generalBtn li:last-child a {
    background: transparent;
    border-color: #284b63;
    color: #284b63;
}
.homeSec01 ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.homeSec01 li {
    display: block;
}

.homeSec01 li a {background: #fff;font-size: 16px;font-weight: 700;text-transform: uppercase;color: #000;height: 54px;display: flex;align-items: center;justify-content: center;gap: 25px;border-radius: 50px;width: max-content;transition: all 0.4s ease-in-out;padding: 0 20px;}

.homeSec01 li a img {
    width: 25px;
}

a {
    text-decoration: none !IMPORTANT;
}

.homeSec01 li a:hover {
    background: #284b63;
    color: #fff !important;
}

.homeSec01 li a:hover img {
    filter: invert(1);
}
.homeSec02 ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.homeSec02 {padding: 100px 0;}

.homeSec02 ul li {
    display: block;
    background: #08182f;
    height: 280px;
    padding: 0 15px 0;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.homeSec02 ul li h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.homeSec02 ul li p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.homeSec02 ul li:nth-child(2) {
    background: transparent;
    color: #000;
    margin: 0;
}

.homeSec02 ul li:nth-child(2) h4 ,.homeSec02 ul li:nth-child(2) p {
    color: #000;
}

.homeSec02 ul li:nth-child(3) {
    background: #545454;
    margin: -20px 0  0 0;
    border-radius: 0px 30px 0px 0px;
}
.homeSec03 {
    padding: 90px 0;
}

.firstPara p {
    font-weight: 500;
    color: #000;
    font-size: 28px;
    width: 92%;
    line-height: 40px;
    /* padding-left: 5%; */
    text-align: center;
    margin: 0 auto;
}

.secondPara p {
    font-size: 18px;
    line-height: 28px;
    margin: 70px 0 0px 30%;
}
.leftBox {
    height: 400px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: cover !IMPORTANT;
    position: relative;
}

.statsSec h2 {font-size: 51px;font-weight: 600;}

.statsSec p {
    font-size: 16px;
    line-height: 24px;
}

.statsSec h6 {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(166, 255, 196, .6);
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65fcc2;
    font-weight: 600;
    font-size: 19px;
}

.leftBox {
    color: #fff;
    padding: 24% 0 0 45%;
}

.rigthBox {
    padding: 20% 0% 0% 10%;
    background-size: 104% 100% !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    background-color: #f8fafe !IMPORTANT;
    height: 100%;
    color: #000;
}

.fullWidthBox h6,.rigthBox h6 {
    color: #20cb89;
}

.fullWidthBox {
    height: 575px;
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: end;
    padding: 0 0 9% 56%;
}

.fullWidthBox p {
    width: 36%;
}
.locationSingle {
    margin: 0;
    position: relative;
}
.locatiomnSec {
    padding: 100px 0;
}

.locationSingle img {
    height: 280px;
    width: 99%;
    object-fit: cover !important;
}

.locationSingle  h6 {
    color: #8c98a9;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.locationSingle h3 {
    color: #08182f;
    font-size: 18px;
    font-weight: 600;
}

.locatiomnSec h2 {
    margin: 0 0 60px;
    color: #000;
    font-weight: 700;
}
.investmentTrack {
    background: #ecf1fa;
    padding: 100px 0;
}

.investmentLeftFirst h3 {
    color: #000;
    font-size: 33px;
    width: 70%;
    margin: 0 0 20px;
}

.investmentLeftFirst a {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 26px;
    border-radius: 50px;
    gap: 14px;
}

.investmentLeftSecond {
    margin: 50px 0;
    background: #08182f;
    color: #fff;
    padding: 90px 60px;
    position: relative;
}

.investmentTrack h4 {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(166, 255, 196, .6);
    color: #65fcc2;
    font-size: 17px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.investmentTrack p {
    font-size: 17px;
    line-height: 27px;
}

.investmentTrack h6 {
    font-size: 1.5rem;
    font-weight: 600;
}

.investmentTrack h5 {
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: 600;
}

.investmentLeftThird {
    background: #08182f;
    position: relative;
    padding: 90px 60px 40px;
    color: #fff;
    border-radius: 0 0 50px 0;
}

.investmentLeftThird p {
    width: 60%;
}

.investmentRightFirst {
    position: relative;
    background: #08182f;
    color: #fff;
    padding: 100px 60px 20px;
}

.investmentRightSecond {
    position: relative;
    background: #1d4cd2;
    color: #fff;
    padding: 100px 60px 24px;
    margin: 65px 0 0;
}

.investmentRightFirst p {
    width: 70%;
}

.investmentRightSecond h5 {
    margin: 0 0 45px;
}

.investmentRightSecond p {
    margin: 0 0 9px;
}
.testimonailSec {
    padding: 0px 0 45px;
}

.testimonailSec p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin: 0 0 5px;
}
.testimonailcontent{
    width: 80%;
    margin: 0 auto 20px;
    position: relative;
    max-height: 255px;
    overflow-y: auto;
}
.testimonailcontentt:after {
    position: absolute;
    content: "";
    background: url('/wp-content/uploads/2024/03/6501f13595e0da0998d2653d_Vector.svg');
    left: 0;
    top: 0;
    width: 67px;
    height: 50px;
    background-repeat:no-repeat;
    background-size:cover;
}
.whyInverst {
    background: #284b63;
    border-top-right-radius: 60px;
    padding: 60px 0;
}

.whyInverst h5 {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 10px; */
}

.whyInverst h5 img {
    width: 300px;
    object-fit: cover;
    filter: invert(1);
}

.whyInverst h5 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.investmentImg img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.investmentContent {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 0 0 17%;
    color: #000;
}
.investmentContent02{
        position: relative;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 6% 0 0 10%;
        color: #000;
}

.investmentDetails h4 {
    /* color: #000; */
    font-size: 25px;
    font-weight: 600;
}

.investmentDetails p {
    /* color: #000; */
    font-size: 16px;
    line-height: 25px;
    width: 80%;
}

.investmentDetails  h3 {
    position: absolute;
    content: "";
    top: 5%;
    right: 4%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    .investmentDetails .row:nth-child(2) .investmentContent {
    background: #304350;
    color: #fff;
}

 .investmentDetails .row:nth-child(3)  {
     flex-direction:row-reverse
}



.investmentDetails .row:nth-child(3) .investmentContent  {padding: 7% 0 0 10%;background: #f5f5f5;}

.investmentDetails .row:nth-child(2) .investmentContent02 {
    background: #545454;
    color: #fff;
}

.investmentDetails .row:nth-child(4) .investmentContent{
    background: #005050;
    color:#fff;
}

.investmentDetails .row:nth-child(4) .investmentContent02{
    background: #a04e3f;
    color:#fff;
}
.afterInvest {
    padding: 100px 0;
}

.afterInvest p:first-child {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    width: 60%;
}

.afterInvest p:last-child {
    font-size: 18px;
    line-height: 25px;
    width: 70%;
    margin-left: 30%;
    margin-top: 60px;
}

.ourTeam ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    align-items: center;
}

.ourTeam ul img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.ourTeam ul li {
    display: block;
    width: 270px;
}

.ourTeam ul li h6 {
    color: #8c98a9;
    font-size: 15px;
    margin: 18px 0 0;
}

.ourTeam ul li h4 {
    margin: 7px 0;
    font-size: 18px;
    color: #000;
}
.fooOne {
    padding: 120px 0;
    background-size: cover !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    position: relative;
}

.fooOne h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    width: 67%;
    margin: 40px 0;
}

.fooOne ul {
    margin: 0px  0 0;
    padding: 0;
    display: flex;
    gap: 45px;
    flex-direction: column;
    text-align: left;
}

footer.footer {
    margin: 120px 0 0;
}

.fooOne ul li {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 18px;
}

.fooOne ul li a {
    /* background: #fff; */
    /* height: 55px; */
    /* display: flex; */
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    /* align-items: center; */
    /* gap: 14px; */
    /* padding: 0 32px; */
    /* border-radius: 50px; */
}

.fooOne ul li a img {
    width: 30px;
}

.fooOne ul li:first-child a {
    /* background: #005050; */
    /* color: #fff; */
}

.fooTwo p, .fooTwo a ,.fooTwo li {
    margin: 0;
    font-size: 17px;
    color: #000;
}

.fooTwo ul {
    display: flex;
    gap: 29px;
    margin: 12px 0 0px;
    padding: 0;
}

.fooTwo li {
    display: flex;
    gap: 8px;
}

.fooTwo {
    padding: 70px 0 0;
    background: #ededed;
}

.fooTwo li i {
    color: #284b63;
    font-size: 23px;
}
.locationSingle h6,.locationSingle h3 {margin: 0px 0 0 11px;}

.locationSingle h6 {margin: 0;position: absolute;transform: translate(-50%, -50%);bottom: 40%;left: 50%;color: #fff;font-size: 33px;font-weight: 700;text-shadow: 3px 0px 4px #000;}
.homeSec01:after {
    position: absolute;
    content: "";
    background: #00000073;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.homeSec01 .col-md-12 {
    position: relative;
    z-index: 1;
}
.afterBeforeSec h2 {
    text-align: center;
    margin: 0px 0 50px;
    color: #000;
    font-weight: 700;
}

.afterBeforeSec {
    padding: 10px 0 100px;
}
.fullWidthBo {
    padding: 23% 0% 0% 13%;
    height: 100%;
    background: #e5e5e5;
}
.leftBox h2 {
    font-size: 41px;
}
.locatiomnSec .slick-slide div {line-height: 0;}
.testimonailSec .container {
    max-width: 1250px;
}
.rigthBox h2 {
    width: 80%;
    font-size: 44px;
}
.socialFoo {
    background: #005050;
    padding: 5px 0;
}

.socialFoo ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 35px;
}

.socialFoo ul li {
    display: block;
}

.socialFoo li a {
    color: #fff;
    font-size: 17px;
}
#popmake-256 h4 {font-size: 25px;font-weight: 600;width: 95%;margin: 15px 0 22px;color: #005050;}

#popmake-256 input {
    width: 100%;
    height: 42px;
    margin: 0 0 19px;
    border: 1px solid #c7c7c7;
    font-family: 'Montserrat';
    padding: 0 0 0 10px;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    font-weight: 500;
}

#popmake-256 input[type="submit"] {
    background: #005050;
    color: #fff;
    height: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    margin: 0;
}

#popmake-256 p {
    margin: 0;
}
div#popmake-256 {
    padding: 26px 40px !important;
    width: 34% !important;
    border: none !important;
}
.fooTwo img {
    width: 260px;
    margin: 0 0 15px;
}

.fooFirstCol p {
    width: 94%;
    line-height: 26px;
    font-weight: 500;
}

.fooTwo h2 {
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 30px;
}
.iub__us-widget {
    background: #ededed !important;
    border-top: 1px solid #fff;
    padding: 12px 0 8px !important;
}
/*button.pum-close.popmake-close {*/
/*    opacity: 0 !important;*/
/*}*/
header .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 270px;
}
p, li {
    font-size: 18px;
    /* color: #000; */
    line-height: 30px;
    margin: 0;
}

.singleProperty {
    background: #ffff;
    box-shadow: 0px 2px 33px 0px #2828281A;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    padding: 30px 15px;
}

.propertySec {
    background: #efefef;
    padding: 100px 0;
}

.singleProperty .iconClass {
    background: #284b63;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
}

.singleProperty h6 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    color: #284b63;
}

.propertySec h2 {
    width: 80%;
    margin: 0 auto;
}

.propertyRow01 {
    margin: 0 0 40px;
}

.propertyRow01 p {
    margin: 30px 0;
}
html {
  scroll-behavior: smooth;
}
.homeSec02 ul li:nth-child(4) {
    background: #08182f;
}

.homeSec02 h2 {margin: 0 0 100px 0px;text-align: center;}
.homeSec02Row02 {
    padding: 70px 0 0;
}

.homeSec02Row02 a,.availbleHome a {
    color: #284b63;
    font-size: 20px;
    border: 2px solid #284b63;
    border-radius: 30px;
    padding: 0 22px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 10px auto 0;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.homeSec02Row02 a:hover,.availbleHome a:hover {
    background: #284b63;
    color: #fff;
}
.homeMove {
    padding: 100px 0;
    background-attachment: fixed !IMPORTANT;
    background-size: cover !important;
    position: relative;
    background: #efefef !important;
}

.homeMove:after {
    /* position: absolute; */
    content: "";
    background: #284b63de;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeMove .row {
    z-index: 3;
    position: relative;
}

.homeMove h2 {
    color: #284b63;
}

.homeMove p {
    margin: 20px 0 0px;
}
.whyRent {
    padding: 100px 0;
}

.whyRent li {
    margin: 0 0 32px;
    display: block;
    width: 95%;
}

.whyRent h2 {
    margin: 0 0 30px;
}

.whyRent ul {
    padding: 0;
    margin: 0;
}

.whyRent li strong {
    color: #000;
}

.whyRent li:last-child {
    margin: 0;
}
.whyRent.howItWorks {
    /* padding: 0; */
    background: #efefef;
}
.faqSec {padding: 100px 0 0;}

.faqSec h2 {
    text-align: center;
    margin: 0 0 50px;
}

.faqSec h2 {}

.faqSec .set {
    background: #fff;
    margin: 0 0 23px;
    border: none;
    box-shadow: 0px 2px 19px 0px #2828281A;
    padding: 26px 20px;
    border-radius: 20px;
}

.faqSec .set > a {border: none;background: transparent !important;color: #2c2c2c;font-family: 'Montserrat';font-size: 18px;padding: 0;}

.faqSec .accordion-container .content {
    border: none;
}

.faqSec .accordion-container .content p {
    padding: 22px 0  2px;
    text-align: left;
}

.faqSec .set > a:before {
    background: initial;
    content: "\f055";
    font-family: 'FontAwesome';
    margin: 0 10px 0 0px;
    color: #284b63;
    font-size: 20px;
    width: auto;
    height: auto;
}

.faqSec .set > a.active:before {
    filter: initial;
    transform: initial;
    content: "\f056";
    color: #0148bc;
}
.faqSec p {
    text-align: center;
    margin: 40px 0;
}
.ourTeam h2 {
    width: 85%;
    margin: 0 auto 70px;
}
.howItWorks img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}
.setApart {
    padding: 100px 0;
}

.setApartContent {
    background: url('/wp-content/uploads/2024/12/BGImg.png');
    height: 95%;
    padding: 2% 8%;
    margin: 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.setApartContent li {
    color: #fff;
    margin: 0 0 47px;
    display: flex;
    gap: 15px;
}

.setApartContent ul {
    padding: 0;
    margin: 40px 0 0;
}

.setApartContent li img {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    width: 62px;
    height: 62px;
    display: flex;
}
.logoMembers ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.logoMembers li {
    display: block;
    height: 140px;
    width: 250px;
    padding: 20px;
    background: #ffff;
    box-shadow: 0px 2px 33px 0px #2828281A;
    border-radius: 10px;
}

.logoMembers li img {
    width: 240px;
    object-fit: contain;
    height: 100%;
}

.FeaturedOn {
    padding: 100px 0 0;
}

.logoMembers h2 {
    margin: 0 0 30px;
}
.setApartContent li:last-child {margin: 0;}

.setApartContent h2 {
    color: #fff;
}
.fooOne {
    color: #fff;
}

.footer li {
    display: block;
}

.fooOne ul li i {
    background: #284b63;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px;
}

.fooOne  p {
    margin: 30px 0;
    font-size: 20px;
}
.privacyPol {
    text-align: center;
    background: #284b63;
    padding: 10px 0;
    margin: 40px 0 0;
    position: fixed;
    bottom: 0;
}

.privacyPol p, .privacyPol a {color: #fff;}

/*.privacyPol a {*/
/*    font-weight: bold;*/
/*}*/
.fooOne h3 {
    font-size: 60px;
    font-weight: 700;
}
.generalBtn li:last-child a img {
    filter: invert(1);
}.homeSec01 h4 {
    color: #ffffff;
    font-size: 40px;
    margin: 40px 0;
}

.homeSec01 li:first-child a {
    background: #284b63;
    color: #fff;
}
headerinner {
    width: 100%;
}

.inner-banner {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed !important;
    background-position: center !important;
}

.inner-banner h2 {
    display: block;
    color: #fff;
    padding: 0;
    text-shadow: 4px 4px 10px black;
}

.privacyPolicy {
    text-align: center;
    padding: 80px 0 0;
}

.privacyPolicy p {
    margin: 0 0 30px;
}

.privacyPolicy h4 {
    color: #284b63;
    font-weight: 700;
    margin: 0 auto 30px;
    font-size: 35px;
    width: 75%;
    line-height: 50px;
}

.privacyPolicy h5 {
    color: #284b63;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 26px;
}
.whyInverst .col-md-12 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.whyInverst h2 {
    color: #fff;
    font-size: 35px;
}

.setApartImg img{
    height:100%;
    object-fit: cover;
}
.setApartContents {
    display: flex;
    justify-content: end;
    align-items: end;
}
.whyRent li a strong, .whyRent li a {
    color: #284b63;
    font-weight: 900;
}
.popDiv h1 {
    text-align: center;
    color: #284b63;
    font-weight: 700;
}

.popDiv input[type="text"], .popDiv input[type="email"],.popDiv textarea {
    width: 100%;
    height: 45px;
    margin: 25px 0 0;
    padding: 0 0 0 8px;
    font-size: 15px;
    font-family: 'Montserrat';
    outline: none;
    border: 1px solid #284b63;
    border-radius: 5px;
}

.popDiv textarea {
    height: 100px;
    padding: 10px 0 0 10px;
    resize: none;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

.popDiv label,.popDiv p {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.popDiv input[type="submit"] {
    background: #284b63;
    border: none;
    font-family: 'Montserrat';
    color: #fff;
    height: 45px;
    font-size: 17px;
    padding: 0 32px;
    margin: 10px 0 0;
    cursor: pointer;
    outline: none;
}

.privacyPol a {
    font-weight: 600;
}
.radioCheck span.wpcf7-list-item {
    margin: 0;
}

.radioCheck {
    margin: 10px 0;
}


/*LANDING PAGE*/
.lpHeader {
    position: sticky;
    background: #ffffff;
    text-align: center;
    padding: 7px 0;
    top: 0;
}
.lpHome {
    height: 90vh;
    padding: 0;
    display: flex;
    align-items: center;
}
.lpBody .footer {
    margin: 0;
}
.lpTable {
    padding: 90px 0;
}

.lpTable h2 {
    margin: 0 0 30px;
}

.lpTable td {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 25px;
}

.lpTable td strong {
    color: #284b63;
}
.lpHome h4 {
    margin: 25px 0;
    font-size: 19px;
    width: 72%;
    font-weight: 400;
    line-height: 28px;
}

.lpHome h1 {
    margin: 0;
}
.leadform {background-size: cover !IMPORTANT;background-repeat: no-repeat !important;background-position: center !IMPORTANT;padding: 100px 0;position: relative;background-attachment: fixed !important;}

.leadContact {
    box-shadow: 0px 100px 80px 0px #00000012;
    background: #eff8ff;
    padding: 55px 50px 50px;
    width: 85%;
    margin: 50px auto 0;
    color: #000;
    border-radius: 30px;
}

.leadform label {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    width: 100%;
}

.leadContact input[type="text"], .leadContact input[type="email"],.leadContact  select {
    width: 100%;
    font-size: 14px;
    height: 47px;
    border: 1px solid #D7D7D7;
    outline: none;
    padding: 0 10px 0px 13px;
    border-radius: 6px;
}

label.mainLabel {
    font-weight: 600;
    font-size: 15px;
    color: #284b63;
    margin: 40px 0 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.leadform h3 {color: #fff;font-size: 30px;font-weight: 600;width: 70%;text-align: center;margin: 0 auto 0;}

.leadform p {
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
}

.leadContact p {
    color: #000;
    text-align: left;
    margin: 0;
}
.leadContact h4 {
    text-align: center;
    font-size: 25px;
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    color: #284b63;
}
.leadContact [type=submit] {
    background: #284b63;
    color: #fff;
    border: none;
    width: 170px;
    height: 50px;
    margin: 40px auto 0;
    display: block;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #284b63;
}
.leadContact [type=submit]:hover {
    background: transparent;
    color: #284b63;
}
.aboutContent {
    padding: 0px 0 100px;
}

.aboutContent h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 20px;
}

.aboutContent p {
    margin: 0 0 14px;
}

.aboutContent img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lpBody ul.generalBtn {
    justify-content: start;
    margin: 30px 0 0;
}
.frustrationSec {
    padding: 100px 0;
    /* text-align: center; */
    background-attachment: fixed !important;
    background: #284b63 !important;
}

.frustrationContent {
    /* background: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* padding: 60px 20px; */
    /* border-radius: 10px; */
}

.frustrationContent ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.frustrationContent ul li {
    display: block;
    color: #fff;
}

.frustrationContent h2 {color: #fff;}

.frustrationContent p {
    margin: 28px 0;
    color: #fff;
    font-weight: 300;
}
.ownerStay {
    padding: 100px 0;
}

.ownerStay ul {
    padding: 0;
    margin: 0;
}

.ownerStay ul li {
    display: block;
    line-height: 30px;
    margin: 0 0 12px;
}

.lpBody h2 {
    font-size: 36px;
    line-height: 44px;
}

.ownerStay p {
    margin: 20px 0;
}
.lpBody ul.generalBtn a:hover {
    background: #284b63;
    color: #fff;
}

.lpBody ul.generalBtn a {
    transition: all 0.3s ease-in-out;
}
.lpBody .fooTwo {
    background: #d9d9d9;
    padding: 30px 0;
}
.ourGurenty {background: #e5e5e594;padding: 0;}
.ourGurenty .row {
    align-items: center;
}
.lpBody .logo img {
    object-fit: contain !important;
    width: 240px;
}
.ourGurenty h2 {
    margin: 0 0 30px;
}
.googleReviewSec {
    background: #f5f5f5;
    padding: 90px 0;
}

.googleReviewSec h2 {
    text-align: center;
    margin: 0 0 40px;
    text-transform: capitalize;
}
.lpBody .homeSec01 img.alignnone {object-fit: none;width: 480px;}
/*.partnerInner {*/
/*    box-shadow: 0px 4px 14px -6px rgb(40 75 99);*/
/*    border-radius: 1rem;*/
/*    border-color: rgb(40 75 99);*/
/*    padding: 40px 40px;*/
/*}*/

.partnerSec {
    padding: 0 0 90px;
}

.partnerInner p strong {
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    color: #000;
    width: 80%;
    margin: 0 auto 30px;
    display: block;
}

.partnerInner img {
    width: auto;
    object-fit: contain;
}
.lpBody .lpHeader  ul.generalBtn {
    margin: 0;
}
.lpHome.homeSec01:after {
    background: #000000a1;
}
.aboutContentInner {
    padding: 8% 0 5% 15%;
}
.duplexDiv span.wpcf7-list-item {
    display: block;
}
.lpTable .table-striped tbody tr:nth-of-type(1) {
    background: #284b63;
    color: #fff !important;
}

.lpTable .table-striped tbody tr:nth-of-type(odd) td strong {
    color: #fff;
}
.frustrationSec .row {
    align-items: center;
}

.frustrationSec img {
    border-radius: 30px;
}
.frustrationSec .generalBtn li a {
    background: #fff;
    border: 1px solid #fff;
}
.lpBody .fooOne h3 {
    font-size: 45px;
    font-weight: 700;
    width: 70%;
}
.fooThree {
    background: #284b63;
    color: #fff;
    padding: 6px 0;
}
.lpBody .lpHeader ul.generalBtn li:first-child a:hover {
    background: #fff;
    color: #284b63;
    border-color: #284b63;
}
.homeSec01 li:first-child a:hover {
    background: #FFF;
    color: #284b63 !IMPORTANT;
}
.leadform:after {
    position: absolute;
    content: "";
    background: #284b63b0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.leadform .container {
    position: relative;
    z-index: 1;
}
.lpOneFoo .fooOne:after {
    background: #0000009e;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.lpOneFoo .fooOne .container {
    position: relative;
    z-index: 1;
}

.lpOneFoo .fooOne {
    background-position: center !important;
    background-attachment: fixed !important;
}
.partnersSingle {
    display: block;
    padding: 20px;
    /* background: #f3f3f3; */
    box-shadow: 0px 2px 33px 0px #2828281A;
    border-radius: 10px;
    margin: 0 10px;
}

.partnersSingle img {
    width: 100%;
    height: 110px;
}