
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer

*/



/* 1. Theme default css */
 
   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Roboto:wght@300;400&display=swap');
 * {
    font-family: 'Inter', sans-serif!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;*/
} 
html{
	 scroll-behavior: smooth;
}
 body {
	font-size: 16px;
	font-weight: normal;
	color: #161616;
	font-style: normal;
	overflow-x: hidden;
	/*background-color: rgb(77 190 213 / 8%)!important;*/
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a,
button {
	color: #afc679;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: none;box-shadow: none;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
	color: #252525;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
	}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #000;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #000000;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
textarea{
	/*background: rgb(239 239 239 / 20%);
    border-color: #5888a9;*/
    min-height: 130px;
    background: rgb(239 239 239 / 60%);
    border-color: #5888a9;
    border: 0;
}
input, select, textarea{
	background: rgb(239 239 239 / 60%);
    border-color: #5888a9;
    border: 0;
}
/*.top-btn {
    padding-left: 30px !important;
    background: #abc870;;
	padding-right: 30px !important;
	color:  #fff !important;
}*/
.top-btn:hover {
    background: #f8c84a;
	color:  #3c3935 !important;
	width: 100%;
}
.top-btn::before {
    content: "\f023" !important;
    margin-right: 10px;
	font-family: "Font Awesome 5 Pro";
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
h4, .h4 {
    font-size: 30px;
    font-weight: 600;
    color: #5b87a7;
    text-transform: uppercase;
    margin: 1em 0;
}
/* button style */

.btn, .popup{
	-moz-user-select: none;
    font-family: 'Inter', sans-serif!important;
    font-weight: 600!important;
    background: #afc673;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 45px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: .125em;
}

.btn:hover{color: #fff;}
.btn:hover::before{opacity: 0;}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
#scrollUp {
	background: #afc673;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
#scrollUp:hover {
	background: #afc673;
}
.fa-level-up-alt {
  line-height: 2;
}
.fa-level-up-alt:before {
    content: "\f062";
}
/* 2. header */

.welcome-text p, .header-cta ul li{
	font-family: 'Inter', sans-serif!important;
    font-size: 14px;
    color: #f8d15e;
    font-weight: 600!important;
    letter-spacing: .0135em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.header-top {
	padding-top: 40px;
	border-bottom: 0px solid #e6e6e6;
	padding-bottom: 30px;
	display: none!important;
}
.innder-ht {
	padding: 10px 0;
}
.header-cta ul li {
	display: inline-block;
	margin-left: 35px;
}
.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li i {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.header-top-cta ul li {
	display: inline-block;
	width: 200px;
	margin-right: 80px;
}
.header-top-cta ul li:last-child {margin-right: 0;}
.h-cta-icon {
	float: left;
	display: block;
	margin-right: 20px;
}
.h-cta-content {
	overflow: hidden;
}
.h-cta-content h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.h-cta-content p {
	margin-bottom: 0;
	line-height: 1.5;
}
.header-cta .text-right li > span{
	margin-left:1em;
}

.main-menu ul li {
	display: block;
	margin-left: 0;
}

.main-menu ul li.active a {
	color: #afc673;
}
.main-menu ul li a {
	display: inline-block;
	color: #000000;
    font-family: 'Inter', sans-serif!important;
    font-size: 14px;
    position: relative;
    font-weight: 600!important;
    letter-spacing: .0135em;
    margin-bottom: 0;
    text-transform: uppercase;
	padding: 12px 15px;
}

.menu_header{

}

#mobile-menu {
	display: none; z-Index:1;
    height: 100%;
    width: 400px;
    position: fixed;
    top: 80px;
    right: 0;
    background: #fafafa;
    padding: 1em;
    text-align: left;
    border-top: 1px solid rgb(0 0 0 / 5%);
}


@media screen and (min-width:1181px){
  .signed-in .main-menu{    max-width: 1100px;  margin: 0 auto;}
  .signed-in .responsive {display: none !important;}
  .signed-in #mobile-menu {display:block !important; width: 100%; position: unset; padding: 0; background: #fff; border:0;}
  .signed-in #mobile-menu > ul > li:nth-child(1) > a { 
  	width: auto;
  	background: inherit;
    color: inherit!important;
    width: 100%;
    text-align: inherit;}
  .signed-in .main-menu ul li {display: inline-block;}
  .signed-in .main-menu .has-sub:hover > ul {position: absolute;}
  .signed-in .menu-area {
    box-shadow: none;
}

}

#mobile-menu > ul > li:nth-child(1) > a{
    background: #afc679;
    color: #fff !important;
    width: 100%;
    text-align: center;
    }
#mobile-menu > ul > li:nth-child(1) > a:hover{
	background: #f8c84b;
}
.main-menu ul li a:hover{
	color:#afc679!important;
}


.menu-area .menu-tigger {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 40px;
	margin-top: 27px;
}
.menu-area .menu-tigger span {
	height: 2px;
	width: 30px;
	background: #2935bb;
	display: block;
	margin: 7px 0;
	transition: .3s;
}
.main-menu ul li:hover > a{color: #3c3935;}
.main-menu ul li:hover > a::before{width: 100%;}
.display-ib{display: inline-block;}
.header-btn{margin-left: -40px;}
.header-social a {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	height: 40px;
	width: 40px;
	background: #e9eaf8;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #afc673;
}
.header-social a:hover{color: #fff;background: #afc673;}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 9999;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {
	cursor: pointer;
    position: absolute;
    right: 0.5em;
   top: 1em;
    font-size: 20px;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin-left: auto;
    padding-left: 0.3125rem;
    background: #fafafa;
    width: 65px;

}
.user_login{
	float: right;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 1.65em;
    font-size: 20px;
}
/* Initial style for the icon */
.responsive i {
  transition: transform 0.5s ease; 
}
.responsive .fas.fa-user{
	margin-right:14px;
}
/* Rotate the icon 90 degrees when the menu is open 
.responsive.open i {
  transform: rotate(90deg);
}*/


.logo{
	padding-top:5px;
	text-align: center;
}
.mb-35{
	text-align: left;
}

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

.signed-in #mobile-menu {
	display: none;
	height: 100%;
    width: 400px;
    position: fixed;
    top: 79px;
    z-index: 100;
    right: 0;
    background: #fff;
    padding:1em;
    text-align: left;
}
.sticky-menu #mobile-menu{
	top:79px;
}
#mobile-menu ul{
	background-color: rgb(77 190 213 / 2%);
 }
}

@media screen and (max-width:600px){
	#mobile-menu, .signed-in #mobile-menu{width: 100%;}
}



.sub-menu{
	margin-left:1em;
	border-top: 1px solid rgb(0 0 0 / 8%);
	border-bottom: 1px solid rgb(0 0 0 / 8%);
}
#mobile-menu > ul > ul > li:nth-child(1){
	border-bottom:0!important;
}
.menu-area {
	background: #fff;
    height: 80px;
    box-shadow: 0 48px 80px -12px #0000001c;
}

.slider-content{
	border: 3px solid #fff;
    border-left: none;
    padding: 50px;
    background-image: linear-gradient(to right, #00000000, #0000003d, #00000094 );
    /*box-shadow: 0 48px 80px -12px #0000003d;*/
    max-width: 45vw;
}
.slider-content h4{
	color: #d3d3d3;
	font-size: 22px;
    font-weight: 600;
    text-transform: none;
    margin: auto;
}
.slider-content h5, .slider-content h4 b{
	color: #a6cb65;
	font-weight: 400;
	margin-left: 1px;
}
.col-lg-12.step-one::before { 
    content: "1";
    color: #abc869;
    height: 100px;
    border: 3px solid #afc673;
    border-radius: 50px;
    background: #fff0;
    position: absolute;
    width: 100px;
    left: -62px;
    top: 62px;
    font-family: 'inter';
    font-size: 4em;
    text-align: center;
    bottom: 0;
}
.col-lg-12.step-two::before { 
    content: "2";
    color: #abc869;
    height: 100px;
    border: 3px solid #afc673;
    border-radius: 50px;
    background: #fff0;
    position: absolute;
    width: 100px;
    left: -62px;
    top: 52px;
    font-family: 'inter';
    font-size: 4em;
    text-align: center;
    bottom: 0;
}
.col-lg-12.step-three::before { 
    content: "3";
    color: #abc869;
    height: 100px;
    border: 3px solid #afc673;
    border-radius: 50px;
    background: #fff0;
    position: absolute;
    width: 100px;
    left: -62px;
    top: 56px;
    font-family: 'inter';
    font-size: 4em;
    text-align: center;
    bottom: 0;
}
.slider-content::before {
     content: "";
    background: #fff;
    height: 15%;
    position: absolute;
    width: 3px;
    left: 13px;
    border-right: 0;
    top: 0;
}
.slider-content::after {
    content: "";
    background: #fff;
    height: 15%;
    position: absolute;
    width: 3px;
    left: 13px;
    border-right: 0;
    bottom: 0;
}

.slider-content ul li {
	margin-bottom: 20px;
	margin-right:20px;
	color:#fff;
	display:inline;
}
.slider-content ul li i {
	color: #afc673;
	display: inline-block;
	margin-right: 5px;
	font-size:18px;
}
.slider-price{
	display:none!important;
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider-price h3{
	display:none!important;
	color:#fff;
}
.slider-price h2 {
	display:none!important;
    color:#afc673;
    font-size: 60px;
    font-weight: 500;
}
.second-header {
	border: none;
    padding-bottom: 15px;
    background: #000;
    padding-top: 15px;
    height: 50px;
}
.second-menu {
	position: relative;
	z-index: 9;
	background: #fff;
	/*padding: 0 1em;*/
}
.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
}

.second-menu .main-menu ul li a::before{content: none;}
.second-header-btn .btn {
	background: transparent;
	border: 2px solid #afc673;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
}
.second-header-btn .btn:hover {
	color: #fff;
	background: #afc673;
}
.second-header-btn .btn::before{content: none;}
.offcanvas-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 300px;
	z-index: 999;
	background: #00081b;
	top: 0;
	padding: 30px;
	transition: .5s;
	transform: translateX(100%);
}
.offcanvas-menu.active{
	transform: translateX(0)
}
.menu-close i {
	font-size: 18px;
	color: #fff;
	transition: .3s;
	cursor: pointer;
}
.menu-close:hover i{
	color: #afc673;
}
.offcanvas-menu ul {
	margin-top: 30px;
}
.offcanvas-menu ul li {
	border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	padding: 6px 0;
	display: block;
}
.offcanvas-menu ul li:hover a{
	color: #afc673;
}
.side-social a {
	color: #fff;
	margin-right: 10px;
}
.side-social {
	margin-top: 30px;
}
.side-social a:hover{
	color: #afc673;
}
.offcanvas-menu form {
	position: relative;
	margin-top: 30px;
}
.offcanvas-menu form input {
	width: 100%;
	background: none;
	border: 1px solid #2d3547;
	padding: 7px 10px;
	color: #fff;
}
.offcanvas-menu form button {
    position: absolute;
    border: none;
    right: 0;
    background: #afc673;
    padding: 8px 14px;
	top: 0;
	cursor: pointer;
}
.offcanvas-menu form button i {
	color: #fff;
}
.offcanvas-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active{
	opacity: .5;
	visibility: visible;
}
.off-logo {display: none;}
/* breadcrumb */
.breadcrumb-area {
	min-height: 400px;
	background-position: center;
	background-size: cover;
}
.logo img{
	max-height:70px;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
	font-size: 16px;
	color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	color: #ddd;
	content: ">";
}
.breadcrumb-title h2 {
	font-size: 70px;
	margin-bottom: 25px;
	line-height: 1;
	color: #fff;
}
.breadcrumb-title p {
	margin-bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #afc673;
	font-weight: 500;
}
/* 3. slider */
.slider-area{max-height:610px;}

.slider-bg {
	min-height: 600px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .5;
	z-index: -1;
}
.slider-bg2 {
	min-height: 900px;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: -118px;
	z-index: 1;
}
.slider-bg2 .slider-content > span::before {
    content: "";
    background:#383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}
.slider-bg2 .slider-content h2{
	color:#383838;
}
.slider-bg2 .slider-content p {
    color:#676f67;
    font-size: 16px;
    margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
    font-size: 22px;
    font-weight: 500;
    color:#afc673;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}
.slider-bg .video-i {
    background:#fff;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #afc673;;
    margin-left: 20px;
}
.slider-bg .video-i:hover {
    background:#afc673;;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.slider-bg2 .video-i {
    background:#383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.slider-bg2 .video-i:hover {
    background:#afc673;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.slider-content > span {
	font-size: 16px;
	font-weight: 500;
	color: #afc673;
	text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	margin-bottom: 20px;
}
.slider-content h2 {
	font-size: 60px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.slider-content h2 span {
	color: #afc673;
}
.slider-content p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #afc673;
	margin-right: 20px;
	position: relative;
	top: -4px;
}
.slider-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.slider-btn .btn {
	background: #fff;
	color: #afc673;
	display: inline-block;
}
.slider-btn .btn::before {
	content: none;
}
.slider-btn .btn {
	box-shadow: 3px 3px 0 0 #afc673;
}
.slider-btn .btn:hover{box-shadow: none;}
.p-relative{
	position: relative;
	    padding: 0.625rem;
    padding-top: 0rem;
    background: #fafafa;
}
.slick-slider .slick-list{
	border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    /*max-height: calc(100vh - 10rem);
    overflow: hidden;*/
}
.down-arrow {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	height: 60px;
	width: 30px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 18px;

}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color: #999;
	font-size: 46px;
	line-height: 65px;
	border: none;
	background: rgba(255,255,255,0);
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
	 z-index: 8;
}

.slider-active .slick-arrow:hover {
	color:#fff;
}
.second-slider-content h2 {
	font-size: 90px;
	margin-bottom: 20px;
}
.second-slider-bg::before{opacity: .5;}
.second-slider-content {
	padding-top: 85px;
	padding-bottom: 5px;
}
.s-slider-content h2{margin-bottom: 25px;}
.s-slider-content p {
	font-size: 16px;
	padding-right: 50px;
}
.btn.ss-btn {
	background: #3b86ae;
	box-shadow: none;
	color:#fff;
}
.btn.ss-btn:hover {background: #fff; color:#afc673;}
.slider-shape{position: absolute !important;z-index: 9;}
.ss-one {
	top: 180px !important;
	left: 115px !important;
}
.ss-two {
	top: 60% !important;
	left: 18% !important;
}
.ss-three {
	top: 80% !important;
	left: 8% !important;
}
.ss-four {
	top: 85% !important;
	left: 30% !important;
}
.ss-five {
	left: 61% !important;
	top: 83% !important;
}
.ss-six {
	left: 88% !important;
	top: 80% !important;
}
.ss-seven {
	top: 20% !important;
	left: 89% !important;
}
/* 4. about */
.about-img {
	margin-left: -50px;
}
.about-text {
	position: absolute;
	bottom: 65px;
	right: 30px;
	height: 135px;
	width: 265px;
	text-align: center;
	background: #afc673;
	box-shadow: 5px 5px 0 0 #afc673;
}
.about-text span {
	font-size: 24px;
	color: #fff;
	font-style: italic;
	top: 30px;
	position: relative;
}
.about-title > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #afc673;
	height: 30px;
	display: inline-block;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-title h2 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 35px;
}
.about-title p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #afc673;
	margin-right: 20px;
	position: relative;
	top: -5px;
}
.about-title p {
	font-size: 18px;
	margin-bottom: 0;
}
.about-content p {
	margin-bottom: 45px;
}
.section-t h2 {
	font-size: 350px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
	color: #252525;
	opacity: .05;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-style: italic;
	top: -35px;
	line-height: 1;
}
.second-about {
	top: 62%;
	transform: translate(-50%,-50%);
	left: 74%;
	right: 0;
	bottom: 0;
}
.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #afc673;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 28px;
}
/* 5. features */
.features-content h4 {
	font-size: 24px;
	margin-bottom: 17px;
}
.features-content p {
	padding: 0 40px;
	margin-bottom: 25px;
}
.s-btn {
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 9px 30px;
	border-radius: 50px;
}
.s-btn:hover {
	background: #afc673;
	border-color: #afc673;
	color: #fff;
}
.section-title span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #afc673;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.section-title h2 {
	font-size: 55px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	margin-top:0;
	position: relative;
}
.section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #afc673;
	margin: auto;
	transition: .3s;
}
section:hover .section-title h2::before{width: 100px;}
.features-p {
	padding-top: 380px;
}
.features-icon img {
	border: 5px solid transparent;
	border-radius: 50%;
	transition: .5s;
}
.s-features:hover .features-icon img {
	border: 5px solid #afc673;
}
.features-shape{position: absolute;z-index: -1;}
.fshape-one {
	left: 120px;
	top: 25%;
}
.fshape-two {
	left: 15%;
	top: 51%;
}
.fshape-three {
	top: 69%;
	left: 6%;
}
.fshape-four {
	top: 40%;
	left: 89%;
}
.fshape-five {
	top: 71%;
	left: 83%;
}
/* 6. services */
.services-area.gray-bg{position: relative;z-index: 1;overflow: hidden;}
.single-services {
	background: #fff;
	box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
	position: relative;
}
.single-services::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #afc673;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.service-t h2 {
	top: 55px;
}
.services-thumb img {
	width: 100%;
}
.services-content span {
	display: block;
	height: 2px;
	width: 150px;
	background: #afc673;
	transition: .3s;
	margin-bottom: 55px;
}
.services-content {
	padding: 60px 40px;
	padding-bottom: 55px;
}
.services-content small {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.services-content h4 {
	font-size: 24px;
	margin-bottom: 23px;
}
.services-content h4:hover a{color: #afc673;}
.services-content p{margin-bottom: 0;}
.single-services:hover .services-content span {background: #afc673;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 5px;
	width: 20px;
	background: #afc673;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}
.services-active .slick-dots li.slick-active button {
	width: 50px;
	background: #afc673;
}
.services-active .slick-track {
	padding-bottom: 10px;
}
.services-ico2 {
    margin-bottom: 30px;
}
.second-services-content2 a {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
    position: relative;
    transition: .5s;
}
.s-single-services.active .second-services-content2 a {
    color:#afc673;
}
.s-single-services.active .services-ico2 i{
	background:#afc673;
	color:#fff;
}
.services-ico2 i {
    font-size: 30px;
    background: #f5f8fa;
    border-radius: 50%;
    color: #383838;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
}
.second-services-content2,.services-ico2{
	padding:0 15px;
}
.second-services-content2 h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: .3s;
}

.s-single-services.active .second-services-content2 h5 {
    color:#afc673;
}
.s-single-services.active .second-services-content2 h5 {
    color:#afc673;
}

.services-icon i {
    font-size: 48px;
	border-radius: 50%;
	color:#f5f5f5;
	text-align: center;
}
.services-two .services-icon {
	position: absolute;
    right: -30px;
}
.services-two .second-services-content{
    float: left;
width: 70%;
margin-left: 20px;
}
.services-two .s-single-services {
   transition: .3s;
    padding: 30px 15px;
    border: 3px solid #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 48px 80px -12px #334a6733;
}
.services-two .s-single-services{
    float: left;
	width: 100%;
}
.second-services-content h5 {
	font-weight: 400;
	margin-bottom: 0px;
	transition: .3s;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	font-size: 18px;
	color:#687068;
}
.second-services-content p {
	margin-top: 18px;
margin-bottom: 0;
}
.second-services-content a {
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	position: relative;
	transition: .5s;
}

.second-services-content a::after {
	left: -40px;
	right: unset;
	opacity: 0;
}
.s-single-services {
	transition: .3s;
	padding: 30px;
	border: 5px solid #f5f8fa;
}
.s-single-services:hover {background: #fff;}
.s-single-services:hover .second-services-content h5{color: #afc673;}
.s-single-services:hover .second-services-content a{color: #afc673;}

.s-single-services.active {/*border-color: #fff7ee; background:#fff7ee;*/}
.s-single-services.active .services-icon i{color:#afc673;}
.s-single-services.active .second-services-content h5{color: #afc673;}
.s-single-services.active .second-services-content a{color: #afc673;}

.services-bg {
	background-position: center;
	background-size: cover;
}
/* 7. video */
.video-position {
	position: absolute;
	bottom: -170px;
	left: 50px;
}
.video-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.video-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #afc673;
	opacity: .65;
}
.video-img a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	font-size: 14px;
	color: #afc673;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
}
.video-img a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: rgba(255, 255, 255, 0.479);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.left-align h2::before{margin: unset;}
.video-content p {
	margin-bottom: 30px;
}
.v-list ul li {
	margin-bottom: 20px;
}
.v-list ul li:last-child {
	margin-bottom: 0px;
}
.v-list ul li i {
	color: #afc673;
	display: inline-block;
	margin-right: 5px;
}
.v-padding {
	padding-top: 35px;
}
.s-video-wrap {
	background-position: center;
	background-size: cover;
	margin-bottom: -415px;
	height: 550px;
	display: flex;
	align-items: center;
	margin-top: 55px;
}
.s-video-content {
	padding-left: 200px;
}
.s-video-content a {
	z-index: 9;
	font-size: 14px;
	color: #afc673;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 25px;
	position: relative;
}
.s-video-content a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90px;
	width: 90px;
	background: rgba(255, 255, 255, 0.479);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
.s-video-content h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.s-video-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}
/* 8. choose */
.chosse-img {
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.choose-list{
	float:left;
	width: 100%;
}
.choose-list ul li {
	margin-bottom: 20px;
	color:#6e6e6e;
	width: 50%;
	float: left;
}
.choose-list ul li i {
	color: #afc673;
	display: inline-block;
	margin-right: 5px;
	font-size:18px;
}
.choose-area {
	background-size: cover;
	background-position: center;
}
.choose-content p {
	margin-bottom: 15px;
	color: #6e6e6e;
	padding-right: 50px;
}
/* 9. brand */
.single-brand {text-align: center;}
.single-brand img {display: inline-block;}
/* 10. work-process */
.wp-bg {
	background-position: center;
	background-size: cover;
}
.w-title h2{color: #383838;}
.w-title h2::before{background-color: #afc673;}
.wp-list {
	background: #232c8e;
	box-shadow: 0px 10px 30px 0px rgba(29, 38, 129, 0.48);
	padding: 80px 50px;
	padding-bottom: 75px;
}
.wp-list ul li {
	display: flex;
	align-items: start;
	overflow: hidden;
	margin-bottom: 45px;
}
.wp-list ul li:last-child {
	margin-bottom: 0px;
}
.wp-icon {
	margin-right: 25px;
}
.wp-content h5 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}
.wp-content p{color: #fff;margin-bottom: 0;}
.wp-tag {
	position: absolute;
	left: 70px;
	top: 90px;
	animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
	transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
	transform: rotateX(0deg) translateY(0px);
	}
}
.wp-img {
	margin-right: -60px;
	margin-top: -60px;
	margin-bottom: -15px;
}
.wp-thumb img {
	width: 100%;
}
.inner-wp-icon {
	float: left;
	display: block;
	margin-right: 30px;
}
.inner-wp-c {
	overflow: hidden;
	display: block;
}
.inner-wp-c h5 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.inner-wp-c p{margin-bottom: 0;}
/* 11. team */

.team-thumb img {
	width: 100%;
}
.team-info {
	background: #fff;
	transform: translateY(0);
	padding: 20px;
	transition: .3s;
}
.team-info h4 {
	font-size: 20px;
	margin-bottom: 5px;
	transition: .3s;
}
.team-info span {
	font-size: 16px;
	transition: .3s;
}
.team-social a {
	font-size: 14px;
	color: #6e6e6e;
	margin: 0 5px;
	display: inline-block;
}
.single-team:hover .team-info{transform: translateY(-45px);background: #afc673;}
.single-team:hover .team-info h4{color: #fff;}
.single-team:hover .team-info span{color: #fff;}
.single-team:hover .team-info a{color: #fff;}
.team-t h2 {
	top: 50px;
}
/* 12. counter */
.single-counter i {
	display: inline-block;
	width: 80px;
	height: 80px;
	background:#afc673;
	border-radius: 50%;
	margin-bottom: 30px;
	color:#fff;
	font-size: 40px;
	line-height: 80px;
}
.count {
	font-size: 55px;
	color: #252525;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 13px;
	line-height: 1;
	display: inline-block;
}
.counter small {
	font-size: 44px;
	font-weight: 500;
	color: #afc673;
	line-height: 1;
	position: relative;
	top: -35px;
	right: 0;
	font-family: 'Playfair Display', serif;
}
.single-counter p {
font-size: 16px;
margin-bottom: 0;
}
/* 13. cta */
.cta-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
	background:url(../../sw-code/img/slider/multiple-homes-dark.jpg);
}
.cta-bottom h2{color:#fff;}
.cta-title h2{/*color: #fff;*/padding-bottom: 0; font-size:3em; text-transform: none;}
.cta-title h3{color: #fff;padding-bottom: 0; font-size:50px;}
.cta-title p{color: #fff; font-size:18px;}
.cta-title h2::before{content: none;}
.cta-content p {
	color: #fff;
	padding-right: 80px;
	margin-bottom: 35px;
}
.cta-btn .btn::before{background: #fff;}
.cta-right p {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.call-tag {
	margin-bottom: 20px;
	animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
/* 14. testimonial */
.testimonial-area h2,.testimonial-area p{
	color:#fff;
}
.ta-bg {
	height: 475px;
	width: 475px;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.testimonial-author .ta {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.author-one.now-in-view {
	top: -25px;
	left: 110px;
}
.author-two.now-in-view {
	top: 21%;
	left: 69%;
}
.author-three.now-in-view {
	left: 67%;
	top: 66%;
}
.author-four.now-in-view {
	top: 77%;
	left: 53px;
}
.author-five.now-in-view {
	left: 50px;
	top: 41%;
}
.testi-author img {
	display:inline-block;
	margin-bottom: 20px;
}
.ta-info {
	overflow: hidden;
	display: block;
}
.ta-info h6 {
	font-size: 20px;
	margin-bottom: 5px;
	color:#fff;
}
.ta-info span {
	color:#fff;
	font-size: 14px;
}
.testi-author {
	overflow: hidden;
	align-items: center;
}
.single-testimonial p {
	margin-bottom: 25px;
}
.testimonial-active .slick-arrow {
	position: absolute;
	bottom: -80px;
	left: 0;
	border: none;
	background: none;
	padding: 0;
	font-size: 24px;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	transition: .3s;
	width: 94%;
}
.testimonial-active i {
    font-size: 30px;
    color:#fff;
    margin-bottom: 30px;
}
.testimonial-active .slick-next {
	left: 40px;
}
.testimonial-active .slick-arrow:hover {color: #afc673;}
.testimonial-avatar.p-relative {
	min-height: 455px;
	display: block;
	overflow: hidden;
}
.testimonial-avatar .ta {
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}
.avatar-one.now-in-view {
	top: 0%;
	left: 28%;
}
.avatar-two.now-in-view {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.avatar-three.now-in-view {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.avatar-four.now-in-view {
	top: 20%;
	left: 70%;
}
.avatar-five.now-in-view {
	top: 70%;
	left: 25%;
}
.avatar-six.now-in-view {
	top: 59%;
	left: 64%;
}
/* faq */
.faq-btn {
	font-size: 16px;
	color: #252525;
	font-weight: 500;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	padding-right: 55px;
}
.faq-wrap .card-header:first-child {
	border-radius: 0;
}
.faq-wrap .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: none;
}
.faq-wrap .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: unset;
	padding: 25px 30px;
	padding-top: 0;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
}
.faq-wrap .card-header h2 {
	font-size: unset;
}
.faq-wrap .card {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	margin-bottom: 15px;
}
.faq-wrap .card:last-child {margin-bottom: 0;}
.faq-wrap .card-header h2 button::after {
	position: absolute;
	content: "\f06e";
	top: 19px;
	right: 30px;
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: #252525;
}
.faq-wrap .card-header h2 button.collapsed::after {
	content: "\f070";
}
/* 15. blog */
.blog-thumb img {
	width: 100%;
}
.blog-content {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}
.b-meta ul li {
	display: inline-block;
	margin-right: 5px;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.b-meta ul li a.corpo{color: #afc673;}
.b-meta ul li a:hover {color: #afc673;}
.blog-content h4 {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.blog-content h4:hover a{color: #afc673;}
.blog-btn {
	background: #f4f4fe;
	color: #252525;
}
.blog-btn:hover{color: #fff;background: #afc673;}
.blog-content p {
	margin-bottom: 35px;
}
.single-post{background: #fff;transition: .3s;}
.single-post:hover {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post:hover .blog-btn{color: #fff;background: #afc673;}
.single-post.active {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.single-post.active .blog-btn{color: #fff;background: #afc673;}

.bsingle__post-thumb img {
	  width: 100%;
}
.bsingle__post .video-p {
  	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #afc673;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}
.bsingle__content {
	padding: 50px;
	border: 2px solid #f5f8fa;
}
.bsingle__content .meta-info ul {
	margin-bottom: 7px;
}
.bsingle__content .meta-info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}
.bsingle__content .meta-info ul li a {
	color: #5f708f;
	text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
	margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
	color: #afc673;
}
.bsingle__content .meta-info ul li i {
	margin-right: 5px;
}
.bsingle__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 500;
}
.bsingle__content h2:hover a {
	color: #afc673;
}
.bsingle__content p {
	padding-right: 35px;
	margin-bottom: 25px;
}
.bsingle__content .blog__btn .btn {
  background: transparent;
	border: 2px solid #afc673;
	font-size: 16px;
	text-transform: uppercase;
	color: #252525;
}
.bsingle__content .blog__btn .btn::before {
  content: none;
}
.bsingle__content .blog__btn .btn:hover {
	background: #afc673;
	color: #fff;
}
.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
	margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
	margin-bottom: 0;
}
.widget {
	padding: 35px 25px 35px 25px;
	border: 2px solid #f5f8fa;
	overflow: hidden;
}
.widget-title {
  	margin-bottom: 40px;
}
.widget-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1;
}
.slidebar__form {
  	position: relative;
}
.slidebar__form input {
	background: #f5f8fa;
	border: none;
	width: 100%;
	padding: 18px 30px;
}
.slidebar__form input::placeholder {
	font-size: 12px;
	color: #6e6e6e;
}
.slidebar__form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #afc673;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-insta-post li a {
    position: relative;
	display: block;
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #afc673;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #f5f8fa;
	color: #6e6e6e;
	margin: 0 3px;
}
.widget-social a:hover {
	background: #afc673;
	color: #ffffff;
	border-color: #afc673;
}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cat__list li:hover a {
	color: #afc673;
}
.cat__list li a {
    font-size: 14px;
	color: #6e6e6e;
}
.cat__list li a span {
	float: right;
	display: block;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}
.widget__post-content h6:hover a {
	color: #afc673;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li:hover a {
	background: #afc673;
	border-color: #afc673;
	color: #ffffff;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #6e6e6e;
	padding: 9px 20px;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative;
}
.widget__banner-thumb img {
	width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	text-align: center;
}
.widget__banner-overly > span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px;
}
.widget__banner-overly h3 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 129px;
	font-weight: 500;
}
.widget__banner-overly h3 span {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 300;
}
.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color: #afc673;
}
.widget__banner-overly .btn:hover {
	background: transparent;
	color: #fff;
}
.meta__info ul {
  	margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
	margin-right: 30px;
}
.meta__info ul li a {
	color: #6e6e6e;
	text-transform: capitalize;
}
.meta__info ul li a i {
	margin-right: 5px;
}
.meta__info ul li a:hover {
	color: #afc673;
}
.meta__info ul li i {
	margin-right: 5px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
}
.details__content p {
  	margin-bottom: 18px;
}
.details__content blockquote {
	background: #152136;
	padding: 30px 35px;
	padding-left: 90px;
	position: relative;
	font-size: 14px;
	padding-right: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 1.7;
	color: #99a7c0;
	z-index: 1;
}
.details__content blockquote::before {
	position: absolute;
	content: "";
	left: 19px;
	top: 29px;
	background: url(../img/icon/blockquote_d.png);
	height: 86px;
	width: 92px;
	z-index: -1;
}
.details__content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 400;
}
.details__content-img {
  	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
	margin-right: 30px;
}
.post__tag h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post__tag ul li a {
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 12px 18px;
	font-weight: 500;
	display: inline-block;
	border-radius: 3px;
	color: #6e6e6e;
}
.post__tag ul li a:hover {
	border-color: #afc673;
	background: #afc673;
	color: #ffffff;
}
.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px;
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
	color: #6e6e6e;
}
.post__share ul li a:hover {
	color: #afc673;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.posts_navigation .prev-link h4 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.posts_navigation .prev-link h4:hover a {
	color: #afc673;
}
.posts_navigation .next-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 24px;
	margin-bottom: 0;
}
.posts_navigation .next-link h4:hover a {
	color: #afc673;
}
.related__post .post-title {
  	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
}
.related-post-wrap .post-thumb img {
  	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 44px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
	color: #afc673;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
	font-size: 14px;
}
.avatar__wrap {
	background: #f5f8fa;
	padding: 50px 80px;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
	margin-bottom: 0;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
}
.avatar__info-social {
  	margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color: #afc673;
}

.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single__comment.children {
 	margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #6e6e6e;
	margin-left: 20px;
}
.comment-text {
  	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 7px;
}
.comment-text .avatar-name span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #afc673;
}
.comment-text .avatar-name .comment-reply {
	float: right;
	display: inline-block;
	border: 2px solid #f4f4ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -23px;
	color: #6e6e6e;
}
.comment-text .avatar-name .comment-reply:hover {
	border-color: #afc673;
	background: #afc673;
	color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
	margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
	margin-bottom: 0;
}
.comment__form {
	padding: 50px;
	background: #f5f8fa;
}
.comment__form .comment-field {
	position: relative;
}
.comment__form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment__form .comment-field i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #afc673;
	font-size: 14px;
}
.comment__form .comment-field textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment__form .comment-field textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment__form .comment-field textarea:focus {
	outline: 1px solid #afc673;
}
.comment__form .comment-field input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment__form .comment-field input::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment__form .comment-field input:focus {
	outline: 1px solid #afc673;
}
.comment__form .btn {
	background: transparent;
	border: 2px solid #afc673;
	font-size: 14px;
	text-transform: uppercase;
	color: #252525;
}
.comment__form .btn::before{content: none;}
.comment__form .btn:hover {
	color: #fff;
	background: #afc673;
}
/* 16. pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
}
.pagination .page-item a.page-link {
	border-radius: 50%;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #f8f8f8;
	color: #9fa7c5;
	font-size: 14px;
	border: none;
	font-weight: 500;
}
.pagination .page-item:hover a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination .page-item.active a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
	background: #afc673;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #afc673;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #afc673;
}
/* 17. f-cta */
.f-cta-area {
	background: #fff;
	margin-left: 260px;
	margin-right: 260px;
	position: relative;
	top: -70px;
	margin-bottom: 30px;
	box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #afc673;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-info {
    padding: 30px 20px;
    background: #3c3935;
}
.contact-info p{
	color:#fff;
}
.contact-info h5{
	color:#afc673;
}
.single-cta {
    border-bottom: 1px solid;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
#pricing{
	/* blacks -- background-image: linear-gradient(to left top, #000000, #878787, #ffffff);*/
	background-image: linear-gradient(rgb(255 255 255 / 70%), rgba(255, 255, 255, 0.25)), url(../../sw-code/img/slider/sketch-of-a-house-house.webp);
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center right !important;
}
#pricing{
    padding-top: 0!important;
}
.pricing-area .cta-title {
    text-align: center;
    padding: 2em 0 0;
    /*background-color: #378eb1;*/
    margin-bottom: 3em;
   /* box-shadow: 0 48px 80px -12px #0000003d;*/
}

.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #afc673;}
.s-cta-btn .btn{background:#383838;color:#fff;margin-top: 10px;}
.s-cta-btn .btn::before{content: none;}
/* 18. pricing */
.pricing-box {
    border: 3px solid #f7f7f7;
    border-radius: 8px;
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 48px 80px -12px #0000003d;
}
.pricing-btn {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.pricing-head {
    background:#f5f8fa;
padding: 30px;
float: left;
width: 100%;
margin-bottom: 30px;
}
.pricing-head h4 {
	font-size: 18px;
	font-weight: 600;
	color:#afc673;
	margin-bottom: 10px;
	text-transform:uppercase;
}
.price-count h2 {
	font-size: 62px;
	font-weight: 600;
	margin-bottom: 0;
}
.price-count small {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: -20px;
	margin-right: 3px;
}
.price-count span {
	font-size: 18px;
	font-weight: 400;
	color: #6e6e6e;
}
.pricing-body {
	padding: 0px 20px 35px;
}
.pricing-body li{
	margin-top:15px;
    text-transform: none;
}
.pricing-body li::before{
	/*content:'';*/
	content:'\f14a';
	font-family: "Font Awesome 5 Pro";
	color: #afc673;
	margin-right: 10px;
}
.pricing-body p {
	margin-bottom: 15px;
	font-size: 16px;
}
.pricing-btn .btn {
	border:2px solid #f5f8fa;
	background: transparent;
	color: #afc673;
	background: #fff;
	text-transform:uppercase;
	display: inline-block;
}
.pricing-btn .btn::before{content: none;}
.pricing-btn .btn:hover{background: #3b86ae;color: #fff;border-color: #3b86ae;}
.pricing-box.active{border-color: #3b86ae;}
.pricing-box.active .pricing-head{background: #3b86ae;}
.pricing-box.active .pricing-head h4{color: #fff;}
.pricing-box.active .price-count span{color: #fff;}
.pricing-body {
    float: left;
}
.pricing-box.active .price-count h2{color: #fff;}
.pricing-box.active .pricing-btn .btn {background: #3b86ae;color: #fff;border-color: #3b86ae;display: inline-block;}
/* 19. contact */
.contact-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-wrapper textarea {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 200px;
	width: 100%;
	text-transform: capitalize;
	transition: .3s;
	background: #f4f4fe;
	padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
	color: #b3bdcd;
	font-size: 14px;
}
.contact-wrapper textarea::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #8990b0;
	font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 80px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 40px;
	transition: .3s;
	background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-wrapper input::placeholder {
	color: #8990b0;
	font-size: 14px;
}
.contact-name {
	position: relative;
}
.contact-field label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #252525;
	margin-bottom: 20px;
	cursor: unset;
}
.contact-field input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px 40px;
	transition: .3s;
	border: 1px solid #dfdfdf;
}
.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 25px;
	color: #afc673;
	bottom: 22px;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
	content: "\f303";
	font-weight: 700;
	top: 20px;
	bottom: unset;
}
.contact-field input::placeholder{color: #9e9e9e;}
.contact-field textarea {
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px 40px;
	transition: .3s;
	border: 1px solid #dfdfdf;
	height: 240px;
}
.contact-bg {
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact-img {
	position: absolute;
	bottom: 0;
	right: 170px;
	z-index: -1;
}
/* 20. footer */
.footer-bg {
	background: #182323;
}
.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #afc673;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}
.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	display: inline-block;
	margin-right: 20px;
}
.footer-social a {
	font-size: 16px;
	color: #ddd;
	margin-right: 15px;
	display: inline-block;
}
.footer-social a:hover{color: #afc673;}
.f-widget-title h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}
/*.f-widget-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background: #fff;
}*/
.bordered .mb-30{
	border-left:1px solid #fff;
	padding-left: 1em;
}
.footer-link ul li a {
	color: #ddd;
	font-size: 14px;
	display: inline-block;
}
.footer-link ul li a:hover{padding-left: 5px;color: #afc673;}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 7px;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
	content: "\e035";
	font-family: "dripicons-v2" !important;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #afc673;
	transition: .3s;
	opacity: 0;
	z-index: 9;
}
.f-insta ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #afc673;
	opacity: 0;
	transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-text {
	border-top: 1px solid #313131;
	padding: 20px 0;
}
.copyright-text p {
	margin-bottom: 0;
	color: #ddd;
}

/* Fillter css */

.portfolio .col2 .grid-item {
    width: 49%;
	padding:15px;
}
.portfolio .col3 .grid-item {
    width: 33.33%;
	padding:15px;
}
.gallery-image figcaption {
    position: absolute;
	bottom: -50px;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	color: #222;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-weight: 500;
}
.gallery-image:hover figcaption {
   opacity: 1;	
    bottom:0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	

}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    font-size: 14px;
    margin: 0 15px;
	padding-bottom: 15px;
    cursor: pointer;
    outline: none;
    color: #000a2d;
    font-weight: 500;
	text-transform:uppercase;
    position: relative;
}
.button-group button:hover {
    color: #afc673;
}
.button-group button.active{
	background: transparent;
	color: #afc673;
	box-shadow: inset 0 -2px 0 #afc673;
}
/* 21. Menu Theme dropdown default css */
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #252525;
}
.has-sub {
  position: relative;
  padding-right:0px;
}
.has-sub:nth-child(9):before {
   
}
.has-sub:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0px;
    top: 11px;
}
.has-sub a {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.has-sub a i {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.main-menu ul li.has-sub .current a{
   color:#222;
}
.main-menu ul li.current a{
   color:#afc673;
}
.main-menu .has-sub > ul {
display:none;
background-color: #ffff;
min-width: 250px;
z-index: 1;
transition: all 0.3s ease-in-out;
margin-top: 15px;
border-top: 4px solid #afc673;
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.main-menu .has-sub li a{
    padding: 15px;

}
.main-menu .has-sub li {
	margin-left: 0 !important;
	float: left;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.main-menu .has-sub a:hover{
	color:#3c3935;
}
.main-menu .has-sub:hover > ul { display:block; margin-top: 0px; }
.main-menu .has-sub > ul > .has-sub > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: -255px;
margin-top: 0;
top: -3px;
background: #efefef;
}
.main-menu .has-sub > ul > .has-sub:hover > ul{display: block;}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: 255px;
margin-top: 0;
top: -3px;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {display: block;}
/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
    display: none;
}
.offcanvas-menu  li.has-sub.has-mega-menu:hover > ul {
   margin-left: -1160px;
background: #00081b;
top: 121px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
	font-size: 14px;
}
.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: #afc673;
}
.has-mega-menu{
        position:static;
    }
	 
    li.has-sub.has-mega-menu ul{
        position: absolute;
        top: NNpx; /*insert the needed value*/
        z-index: 100;
        left:0px;
        right:0px;
		width: 1180px;

    }
	.main-menu .mega-menu-column.has-sub a {
    color: #333;
}
.main-menu .mega-menu-column.has-sub a:hover {
    color: #afc673;
}
    li.has-sub.has-mega-menu:hover>ul{
    /*flexbox fallback for browsers that do not support CSS GRID layout*/
        display: flex;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(25%, 1fr));   
		margin-left: -820px;
    }
	li.has-sub.has-mega-menu:hover>ul>li>ul{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
        flex-wrap: wrap;
width: auto;
background:none;
    /*CSS GRID lyout*/ 
        display: grid;       
		position: relative;
border: none;
margin-left:0;
    }


@media screen and (min-width: 992px){
    li.has-mega-menu:hover>ul{
    	grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); 
    }
}
@media screen and (min-width: 1200px){
    li.has-mega-menu:hover>ul{
    	grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); 
    }
}

@media screen and (min-width: 600px){
    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}
@media screen and (min-width: 992px){
    li.mega-menu-column {flex: 1 0 calc(33.333%);}
}

   .main-menu .has-sub .mega-menu-column li {flex: 1 0 calc(25%); border:none;}


/* 22. Theme sidebar widge css */
.sidebar-widget a{
	color:#777;
}
.tag-cloud-link {
    font-size: 14px !important;
	border: 2px solid #f6f6f6;
	padding: 10px 19px !important;
	display: inline-block;
	margin: 10px 4px;
	text-transform: capitalize;
	float: none !important;
	width: auto !important;
}
.tag-cloud-link:hover {
     border: 2px solid #afc673;
	 color:#6a6a6a;
}
.widget_text img{
	width:100%;
	height:auto;
}
.sidebar-widget select{
	width:100%;
	padding:10px;
	border: 2px solid #f6f6f6;
}
.recentcomments a{
 color:#252525;
}
.sidebar-widget a.rsswidget{
 color:#252525;
}
#wp-calendar caption {
    color: #252525;
    font-weight: 500;
    font-size: 14px;
}
.quote-post{
	background: url(../images/quote_bg.png);
}
.widget_media_image a:hover {
    padding-left: 0 !important;
}
.sidebar-widget .widget li .children {

    border-top: 1px solid #f6f6f6;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;

}
.sidebar-widget .widget li.page_item_has_children
 {
    padding-bottom: 0;
}
.sidebar-widget .widget .children{
	padding-left:15px;
}

.sidebar-widget .widget .children ul.children{
	padding-left:30px;
}
.sidebar-widget .page_item_has_children li {

    padding-top: 10px;
    display: block;

}
.sidebar-widget .widget .children li {
    padding-top: 10px;
}
.sidebar-widget .widget .children .children li {
    padding-top: 10px;
}
.sidebar-widget .widget li:last-child,.sidebar-widget .widget .children li:last-child,.sidebar-widget .widget .children .children li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.sticky .bsingle__content,.tag-sticky-2{

background: #f6f6f6;

}
.sticky .bsingle__content ul li {

    margin-bottom: 15px;
    list-style: disc;
    margin-left: 10px;

}

#attachment_907 {
    width: 100% !important;
}
.wp-image-907 {
    width: 100% !important;
	height: auto;
}
.sidebar-widget .widget a{
width:85%;
text-align:left;
}
.sidebar-widget .widget a:hover {
    color: #afc673;
	padding-left:10px;
}
.sidebar-widget .widget .widget_archive li:hover,.widget_categories li:hover,.sidebar-widget .widget_archive li:hover{
	  color: #afc673;
}
.post-password-form input[type="password"]{
    background: #f6f6f6;
    border: none;
    width: 300px;
    padding: 10px 30px;
}
.post-password-form input[type="submit"] {
   border: none;
background: #252525;
padding: 10px 30px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
}
.post-password-form input[type="submit"]:hover {
    background: #afc673;
}
.wp-block-cover__video-background {
    width: 100%;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px;
}
.page #comments {
    float: left;
    width: 100%;
    margin-top: 50px;
}
video {
    width: 100%;
}
.sidebar-widget .widget_text a:hover{
	padding-left:0;
}
.dsnone
{
	display:none;
}

.wp-block-media-text__media img {
    width: 100%;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image figure.alignright {
    margin-left: 1.5em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image img {
    max-width: 100%;
}

.wp-block-galler {
    overflow: hidden;
	display:inline-block;
    position: relative;
	width:100%;
}
.blocks-gallery-item {
    margin: 0;
    position: relative;
}
.blocks-gallery-item img, .blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}
.blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255,255,255,.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
	opacity: 0;
}
.blocks-gallery-item:hover  figcaption {
	opacity: 1;
}
.wp-block-gallery.columns-3 li
{
	width: 33.333%;
padding: 10px;
height: 200px;
}
.wp-block-gallery.columns-2 li
{
	width: 50%;
padding: 10px;
}
.wp-block-gallery {
    width: 100%;
    float: left;
}

.wp-block-gallery.columns-5 li {
    width: auto;
    height: auto;
    overflow: hidden;
    columns: auto;
}
.bsingle__content .alignright {
    float: right;
	  margin-left: 1.5em;
}
.bsingle__content .alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
	  margin-left: 1.5em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
figure.aligncenter {

    width: 100% !important;
    text-align: center;
	float:left;
}
.aligncenter {
	margin:auto;
	display: inherit;
}
.page-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}
#comments {
    float: left;
    width: 100%;
}
.bsingle__content ul,.pages-content ul{
	padding-left:10px;
}
.comment-text ul{
	padding-left:20px;
}
.bsingle__content ul li,.comment-text ul li,.pages-content ul li {
    list-style: disc;
}
 .bsingle__content table th ,.bsingle__content table td,.comment-text table th ,.comment-text table td,.pages-content table th,.pages-content table td{
   border: 1px solid #f6f6f6;
padding: 10px;
}
 .bsingle__content table,.comment-text  table,.pages-content table  {
    margin-bottom: 20px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px;
}
 .bsingle__content ol {
    padding: 0 0 0 1.5em;
}
.bsingle__content ol li,.comment-text ol li,.pages-content ol li{
    list-style: decimal;
}
.bsingle__content figure {
    margin: 0 0 1rem;
}
a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
    margin: 20px 0;
}
.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px;
}
.wp-block-cover-text {
    color: #fff;
    padding: 30px;
}
.tag-template img {
    width: auto !important;
}

#emailerr {color: red;}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-body a {

    margin-top: 30px;
    margin-bottom: 100px;

}
.tag-markup-2 li > ul, li > ol, .pages-content li > ul, li > ol {
    padding-left: 1.5em;
}
.tag-markup-2 ul li,.tag-markup-2 ol li,.comment-text ul li,.comment-text ol li,.pages-content ul li,.pages-content ol li {
    margin-top: 10px;
    margin-bottom: 0;
}
.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0;
}
.bsingle__content ul ul li, .pages-content ul ul li {
  list-style: circle;
}

footer #wp-calendar caption
{
  color:#fff;
}
ol {
    padding-left: 15px;
}
iframe {
    width: 100%;
    height: auto;
}

iframe#google-map{
	min-height: 800px; 
	border:0;
}

.comment-list li {

    margin-bottom: 30px;

}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #252525;
    color: #fff !important;
    width: auto;
	border-radius: 5px;
	text-align:center;
}
.wp-block-button.aligncenter .wp-block-button__link {

    width: 50%;
    display: block;
    margin: auto;

}
.wp-block-button.is-style-outline .wp-block-button__link {

    background: none;
    border: 2px solid #252525;
    color: #252525 !important;

}

.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius: 0;
}
.has-2-columns,.has-3-columns,.has-5-columns,.has-6-columns
{
	float:left;
	width:100%;
}
.has-2-columns .wp-block-column {
float:left;
width:50%;
padding-right: 20px;
}
.has-3-columns .wp-block-column {
float:left;
width:33.333%;
padding-right: 20px;
}
.has-5-columns .wp-block-column {
float:left;
width:20%;
padding-right: 20px;
}
.has-4-columns .wp-block-column {
float:left;
width:25%;
padding-right: 20px;
}
.has-6-columns .wp-block-column {
float:left;
width:16.66666666666667%;
padding-right: 20px;
}
.wp-block-media-text.alignwide figure {

    float: left;
    width: 50%;
    margin-right: 20px;

}
 .wp-block-media-text.alignwide .has-large-font-size {
    font-size: 28px;
	color: #252525;
}
.wp-block-media-text__content {

    float: left;
    width: 47%;
    padding-top: 0;

}
.wp-block-columns.alignwide.has-3-columns blockquote{
	margin-top:0;
	padding-left: 20px;
}
.columns-3.is-cropped li {
    list-style: none;
    float: left;
    width: 33.333%;
}
.wp-block-gallery.alignleft.columns-2.is-cropped li {

    float: left;
    list-style: none;

}
.wp-block-gallery.alignwide.columns-4.is-cropped li {

    float: left;
    list-style: none;
    width: 25%;
    padding: 10px;

}
.wp-block-gallery.columns-6.is-cropped li {

    float: left;
    width: 16.666%;
    height: 129px;
    list-style: none;
    padding: 10px;

}
.wp-block-gallery.columns-7.is-cropped li {

    float: left;
    width: 14%;
    padding: 10px;
    list-style: none;
	min-height: 150px;

}
.wp-block-gallery.columns-8.is-cropped li {

    float: left;
    width: 12%;
    padding: 10px;
    list-style: none;
    min-height: 100px;

}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left;
}
.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.footer-widget .widgettitle,.footer-widget .cat-item,.footer-widget .widget ul li{
	text-align:left;
	color:#fff;
}
.footer-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6;
}
.blog-deatails-box.single .single {
    display: none;
}
.footer-widget .tag-cloud-link ,.footer-widget p{
     color: #fff;
     padding-top: 10px;
}
.footer-link ul ul{
	margin:0 0 10px 20px;
}
.redux-footer h2
{
	margin-top: 0px;
}
.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: #f6f6f6;
    padding: 10px 5px;
    text-align: center;
    color: #252525;
}

.bsingle__content h1,.bsingle__content h2,.bsingle__content h3,.bsingle__content h4,.bsingle__content h5,.bsingle__content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
}
.pages-content h1,.pages-content h2,.pages-content h3,.pages-content h4,.pages-content h5,.pages-content h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
.comment-list h1,.comment-list h2,.comment-list h3,.comment-list h4,.comment-list h5,.comment-list h6 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

.inner-linke-page {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}
.inner-linke-page a {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	background: #afc673;
	border-radius: 50%;
	color: #fff;
	 font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.inner-linke-page a:hover {
	color: #ffffff;
	background: #252525;
}
.inner-linke-page > span {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
    background: #252525;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}
pre {
	padding: 30px;
    background: #f6f6f6;
}
pre cite {
    color: #000;
}
.inner-linke-page {
    margin-bottom: 50px;
}
.attachment-aports-featured-large {
    width: 100%;
    height: auto;
}
.quote-post {
    min-height: 200px;
}
/* 0. Woocommcrece Theme default css */
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 400;
    display: inline-block;
}
.short-ul {
    margin-bottom: 50px;
}
.woocommerce .cst-woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce .cst-woocommerce #respond input#submit.alt,
.woocommerce .cst-woocommerce a.button.alt,
.woocommerce .cst-woocommerce button.button.alt,
.woocommerce .cst-woocommerce input.button.alt,
.woocommerce .cst-woocommerce #respond input#submit,
.woocommerce .cst-woocommerce a.button,
.woocommerce .cst-woocommerce button.button,
.woocommerce .cst-woocommerce input.button,.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
 {
	 text-transform: uppercase;
    -moz-user-select: none;
	background: #afc673;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.woocommerce-cart .page,.woocommerce-account .page,.woocommerce-checkout .page{
	width:100%;
}

.cst-woocommerce .columns-3 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    left: 30%;
}
.cst-woocommerce .columns-3 .button.product_type_variable.add_to_cart_button {
    left: 28%;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
    width: auto;
}
.woocommerce .summary .price {
    font-size: 18px !important;
    font-weight: 500;
}
.woocommerce-review-link .count,.woocommerce-review-link{
	font-size: 14px;
	color: #ababab;

}
.woocommerce .star-rating {
    color: #f1d700;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
    overflow: hidden;
}
.woocommerce .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .button.product_type_variable.add_to_cart_button,
.woocommerce .button.product_type_grouped
 {
    top: 37%;
    opacity: 0;
    position: absolute !important;
    left: 21%;

}
.woocommerce .products li:hover .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .products li:hover .button.product_type_variable.add_to_cart_button,
.woocommerce .products li:hover .button.product_type_grouped
{

	opacity:1;
	 margin-top:0px;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0.5em 0.5em 0 0;
	min-height: 2.236em;
min-width: 5.236em;
background-color: #f00;
border-radius: 0;
line-height: 2.236;
font-weight: 500;
text-transform: uppercase;
}
.woocommerce span.onsale {
  margin: 15px;
  min-height: 2.236em;
  min-width: 5.236em;
  background-color: #f00;
  border-radius: 0;
  line-height: 2.236;
  font-weight: 500;
  text-transform: uppercase;
}
.posted_in a {
    color: #6e6e6e;
    font-weight: 400;
}
.woocommerce div.product form.cart {
    margin: 2em 0;
}
.woocommerce .quantity .qty {
  width: 90px;
line-height: 30px;
border: 1px solid #ccc;
padding: 3px 8px;
margin-top: 3px;
margin-bottom: 7px;
margin-right: 7px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 18px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a{
  margin-top: 10px;
  color: #252525;
  display: inline-block;
}
.woocommerce ul li {
    list-style: none !important;
}
.woocommerce div.product form.cart .group_table td {
      border: 0;
    vertical-align: middle;
}
.woocommerce .orderby {
  width: 200px;
  line-height: 44px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-top: -14px;
  background: #f5f5f5;
  color: #5a5a5a;
}
.woocommerce .product_meta {
    font-weight: 500;
    color: #252525;
}
.woocommerce .sku {
    font-weight: 400;
    color: #6e6e6e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after
 {
	 box-shadow: inherit !important;
	border-radius: 0;
	border: none;
}
.woocommerce .sku_wrapper {
    display: block;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background:#f5f5f566;
    text-align: center;
	padding-bottom:20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: none;
    border-radius: 0 0 0 0;
    margin: 0 0px;
    padding: 10px 3em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #afc673;
    z-index: 2;
    border-bottom-color: #afc673;
    border: none;
    color: #fff;
    border-radius: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
    display: inline-block;
	width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce ul.products li.product .price {
    color: #afc673;
    font-size: 12px;

}
.woocommerce-tabs.wc-tabs-wrapper h2 {

    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: .3s;

}
.related.products h2,.woocommerce-order-details h2,.woocommerce-customer-details h2 {

    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    transition: .3s;

}
.woocommerce-cart-form th,.shop_table.woocommerce-checkout-review-order-table th,.shop_table.order_details th,.account-orders-table th{

    background: #252525;
	padding:10px 0;
    color: #fff;

}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {

    width: 173px;
    padding: 12px;
    border-radius: 30px;

}
.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    position: absolute;
    top: 15px;
    left: 15px;
}
.cst-woocommerce .page-title {
    display: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;

}
.col2-set {
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation li {
    background: #252525;
    padding: 15px 25px;
    margin-bottom: 3px;
}
.woocommerce-MyAccount-navigation li:hover {
    background: #afc673;
    padding: 15px 25px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation li a{
	color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background: #f5f5f5;
    padding: 50px;
    min-height: 500px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #252525;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #afc673;
    color: #fff;
}
.wc-prodcut{background: #fff;transition: .3s;}
.wc-prodcut:hover {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.wc-prodcut:hover .blog-btn{color: #fff;background: #afc673;}
.wc-prodcut.active {box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);}
.wc-prodcut.active .blog-btn{color: #fff;background: #afc673;}
.wc-content {
    background: #fff;
    padding: 40px 30px;
	text-align:center;
    z-index: 1;
}
.wc-content h4 {
    font-size: 19px;
    line-height: 1.3;
}
.wc-prodcut .product-buttons a {
    background: #afc673;
    color: #fff;
    padding: 15px 30px;
    float: left;
    position: absolute;
    top: 30%;
    left: 32%;
    border-radius: 30px;
	font-size: 16px;
font-weight: 500;
	 opacity:0;
}
.wc-prodcut:hover .product-buttons a {
    opacity:1;
	top: 40%;
}
.woocommerce-Price-amount.amount {
    color: #afc673;
    font-size: 1.25em;
    font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
  }
  .woocommerce nav.woocommerce-pagination ul {
    border: none;
  }
  .button.product_type_external {
    display: none !important;
}
/* 16. pagination */
.woocommerce-pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.woocommerce-pagination .page-numbers .page-numbers {
	display: inline-block;
	margin: 0 5px;
}
.woocommerce-pagination .page-numbers .page-numbers {
  border: none;
height: 50px;
width: 50px;
display: block;
line-height: 40px;
background: #afc673;
border-radius: 50%;
color: #fff;
font-size: 14px;
text-align: center;
}
.woocommerce-pagination .page-numbers .page-numbers:hover {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #252525;
	color: #fff;
}
.woocommerce-pagination .page-numbers .page-numbers.current  {
  background: #252525;
  color: #ffffff;
}
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination-wrap .pagination li.active a {
	background: #252525;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #afc673;
	border-radius: 50%;
	color: #000;
	font-size: 14px;
	text-align: center;
}
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #252525;
}

/* Here's the new CSS to add... */

.admin-bar .menu-area {
    margin-top: 15px;
}
.admin-bar .second-header {
    margin-bottom: -70px;
}
.admin-bar .sticky-menu {
  top: 32px;
  margin-top:0;
}

/*Apartments  tabs */


.apartments nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;

}
.apartments nav > div a.nav-item.nav-link,
.apartments nav > div a.nav-item.nav-link.active
{
 border: none;
padding: 15px 18px;
color:#fff;
background:#3c3935;
border-radius: 5px;
margin: 0 10px;
text-transform: uppercase;
}
.apartments .tab-content{
  background: #fdfdfd;
    line-height: 25px;    
    padding:30px 25px;
}

.apartments nav > div a.nav-item.nav-link:hover,
.apartments nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #afc673;
    color:#fff;
    border-radius: 5px;
    transition:background 0.20s linear;
}
 .apartments nav > div a.nav-item.nav-link.active{
	background: #afc673;
}
 .apartments .tab-content ul {
    padding: 0;
}
 .apartments .tab-content ul li {
    font-size: 14px;
    list-style: none;
    border-bottom: 1px solid #dfe6ef;
    padding: 10px 0;
}
 .apartments .tab-content ul li span.after {
    float: right;
    color: #000;
}
.apartments-img img{
	width:100%;
}

.availability-section .availability-table table thead th {
    border-top: none;
    border-bottom: none;
    font-weight: 500;
    color: 
    #fff;
    text-transform: uppercase;
}
.availability-section .availability-table table thead {
    background-color:#afc673;
}
.availability-section .availability-table table tbody .name, .availability-section .availability-table table tbody .price {
    font-weight: 500;
    color: 
    #062a4d;
    text-transform: uppercase;
}
table, th, td {
    border: 1px solid 
    #eaeaea;
}


/* CMS specific to 1800HH Styles, dismissing main/css/frontstyles.css with overrides */
.announcements {
	position: absolute;
    top: 125px;
    width: 100%;
    padding:10px;
    text-align: center;
    background: #f8cc56;
    z-index:1;
}

/*.announcements:before {
    content: "\f075";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size:1.8em;
}*/

.announcements p {
    display: inline-block;
    line-height: 1.35em;
    margin: 0;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro"!important;
    font-weight: 900;
}

.alert_red .fas, .alert_yellow .fas{ margin-right: 10px; }

.signed-in .menu-area .container, .menu-area .container{
	width:100%; 
	max-width: 100%;
	background: #fff;
	padding:0;
}

/* packages & success in cms */
/*#packages{
	background-image: linear-gradient(to right top, #4c865c, #649663, #7da56a, #97b572, #b2c47b);
}*/

.packages .pricing-head h2,
.packages .pricing-head p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.packages .pricing-head h2 {
  font-size: 36px;
}
.packages .pricing-head p {
  font-size: 16px;
  margin-left: 10px;
}
.packages .pricing-body{
	padding: 50px 20px 50px;
	float:none;
}
.packages .pricing-head {
    background: #fff;
    }
    .package_description{
    	text-align: left;
    	padding:30px 10px;
    }
.button-wrapper {
  display: flex;
  align-items: center;
  clear:both;
  margin: 0 -4px 0 8px;
}
.packages .button {
  margin-right: 20px;
}
.button a, a.cbuttons, a.UCC{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
}
.success{
	width: 75%!important;
}
.success .PG3_form .button, .verification .PG3_form .button{
    width: 35%;
    margin: 10px auto;
}
.success h5 {
    font-weight: 800;
    font-size: 26px;
}

body #simplemodal-container{
	background-color: #fff;
    border: 0;
    border-radius: 10px;
    height:auto!important;
    max-height: 90%!important;
    width: 50%!important;
    left: 25%!important;
    top: 15%!important;
    z-index: 9999!important;
}
#simplemodal-container .simplemodal-data{
	padding:2%!important;
}
#fileupload tr:nth-child(odd), #fileupload tr:nth-child(even), #fileupload .table-striped>tbody>tr:nth-child(odd)>td, #fileupload .table-striped>tbody>tr:nth-child(odd)>th{
	background:rgba(0,0,0,0);
	border-bottom: 1pt solid rgb(0 0 0 / 10%)!important;
}
#fileupload table{
	box-shadow: none;
	border-collapse: collapse;
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle, #fileupload .btn {
    margin-bottom: 5px;
    border-radius: 50px;
    padding: 5px 15px;
    letter-spacing: 1px;
}
#fileupload i /*#frmProperty > p*/{
	display:none;
}
span.preview{
	width:135px;
}
.progress-striped{
    height: 2px!important;
    }
#fileupload td > p{
	max-width:400px;
}

/* register */
.register .pricing-head{
	padding: 0px;
     margin-bottom: 40px;
     float:none;
     background:#fff;
}

/* CKEditor page overrides */
.page .page-content-area, .page .page-content-area span, .page .page-content-area p{
	font-family: 'Inter', sans-serif!important;
    color: rgb(37, 37, 37);
    font-size:1em!important;
	
}
.page .cke-output{
	padding: 2.5em;
}
.login_T {
	padding:1em;
}
body.page-login {margin:0; background-color: #3b86ae !important; display: flex; justify-content: center;}
body.page-login img{position: absolute; top: 50%; transform: translateY(-50%);}

.page-login .page-content-area{
	margin-top:0;
}
.page-content-area{
	padding-top: 5%;
    min-height: 100vh;
   /* background-image: linear-gradient(to left top, #fcfcfc, #bfdea594, #fdefca30, #44aac945, #4c87ab96);*/
}
.page-content-area h1{
	font-size:2em;
}
.page-content-area p strong{
	font-size:1.62em;
}
.PG3_form {
    display: flex;
    flex-direction: column;
    /*flex-wrap: no-wrap;*/
}

.package {
    flex: 1 1 auto;
    margin: 10px;
}
.monthly_plan .PG3_form{
	display:block;
}

.monthly_plan_Description {
	background: rgb(239 239 239 / 60%);
    border-color: #5888a9;
	width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    transition: .3s;
    border: 0px solid #dfdfdf;
    margin-bottom: 10px ;
}
.monthly_plan_Description li{
	list-style: disc;
    margin: 0 0 0 20px;
}


/* cancel account */
.p-input-confirm, .p-btn-confirm, #txtConfirmBox{text-align:center;}
#btnConfirm:disabled{    background: gray; border: 1px solid gray;}
.body-cancel #simplemodal-container {min-height: 330px;}

@media screen and (max-width: 650px) {
  .body-cancel #simplemodal-container {width: 90% !important; min-height: 330px;}
}



/* client details */
#client{
	max-width:65%;
}
.C_detail{
	margin-top:3em;
}
.client_display_header{}


.client_row {
  display: flex;
  flex-wrap: wrap;
}

.client_column {
  flex: 50%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .client_column {
    flex: 100%;
  }
}
.ui-tabs-nav li {
margin-bottom: 0.5em;
}


/* messages */
.messages .fas, i.fas.fa-user-circle{
	font-size:1.8em;
}
i.fas.fa-user-circle{
	float:left;
    /*color: #cfcfcf;*/
	}
i.fas.fa-window-close {
	color:#eb6500;
}
.messages td.button {
  display: flex;
  justify-content: space-between;
}
.messages.button{
 display: inline-block;
      margin-left: 10px;
}

.messages .button a {
  margin: 0 10px;
}
/* brochure */

.brochure #header-sticky{
	position:sticky;
}
@media screen and (max-width:1180px){
.brochure #header-sticky {
    height: 150px;
}
#header-sticky > div {
    padding: 0;
    position: relative;
}
.brochure #header-sticky h3 {
    font-size: 22px;
    justify-content: center;
}
#photo_gallery .large-image img {
    max-width: 100%;
    max-height: 500px;
    min-height: 500px;
    object-fit: contain;
  }
iframe#google-map {
    min-height: 400px;
}


}
.page-content-area.brochure{
	background-image:none;
	padding:0;
}
.brochure{
	margin: 1em auto;
    min-height: 60vh;
    /*max-width: 1200px;*/
}
.brochure table{
	width:100%;
	padding:1em;
	box-shadow: none;
}
.brochure table::after {
  content: "";
  display: table;
  clear: both;
}
.brochure tr:nth-child(even), .brochure tr:nth-child(odd) {
    background: #fff;
}
h2.brochure_title{
	font-size: 2rem;
    font-family: 'Inter', sans-serif!important;
    color: rgb(37, 37, 37);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
h2 > i{
	margin-right:1em;
	font-size: 3rem;
    font-family: 'Inter', sans-serif!important;
    color: rgb(37, 37, 37);
    font-weight: 800;
    text-align: center;
}
.brochure h3{
	font-size: 28px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.brochure h6{
	text-align: center;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.brochure .icon{
	margin-right:10px;
	font-size: 30px;
}
td.brochure_header{
	background:#fff;
	text-align: center;
}
h3.brochure_title{
	justify-content: flex-start;
	padding-left:2%;
}
.property_info_section .field img {
    max-height: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0;
}

/* hero */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}
.hero.image img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  max-height: 800px;
}
.brochure_lower {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 20px;
  line-height: 1.5;
  margin-top:5%;
}

/* Main container for the image slider */
.brochure .image-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.brochure .slick-track{
	/*transform: none!important;*/
}
.brochure .slick-slider{
	max-height:800px;
}
.brochure .slick-slider .slick-list{
	border-radius: 0;
}
/* Style the large image to be responsive and fill the container */
.brochure .large-image img {
  max-width: 80%;
  max-height: 800px;
  min-height: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* Style the thumbnail carousel */
.brochure .thumbnail-carousel {
  display: flex;
  overflow-x: auto;
  justify-content: center;
  gap: 0px;
  max-width: 100%;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

/* Style individual thumbnail items */
.brochure .thumbnail-item {
  flex: 0 0 auto;
  height:160px;
  max-height: 160px;
  width: 320px;
  max-width: 320px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  margin-right:0;
  padding-right: 0;
}

.brochure .thumbnail-item img{
	height: 100%;
    width: 100%;
	display: block;
    object-fit: cover;
	object-position: center;
}
.brochure .thumbnail-carousel.slick-initialized.slick-slider > div{
	/*max-width: 60vw;*/
	max-width:85vw;
	width: 100%;
}
.brochure .thumbnail-item.slick-slide{

	margin: 5px 10px;
}

/* Hide horizontal scrollbar for the thumbnail carousel */
.brochure .thumbnail-carousel::-webkit-scrollbar {
  display: none;
}

/* Style for custom "Previous" and "Next" buttons using Font Awesome icons as carats */
.brochure .slick-prev.slick-arrow::before,
.brochure .slick-next.slick-arrow::before {
  font-family: "Font Awesome 5 Pro"!important;
  font-size: 46px; /* Adjust the icon size as needed */
  font-weight: 100; /* Font weight for solid icons */
  content: '\f104'; /* Unicode for the left carat icon (\f104) */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.brochure .slick-next.slick-arrow::before {
  content: '\f105'; /* Unicode for the right carat icon (\f105) */
  right:5vw;
}
.brochure .slick-prev.slick-arrow::before {
  left:5vw;
}
@media screen and (max-width:768px){

	.brochure .slick-next.slick-arrow::before {right:2vw;}
	.brochure .slick-prev.slick-arrow::before {left:2vw;}
	.brochure .thumbnail-item  {height: 15vh;}
	
	#photo_gallery .large-image img {
        max-height: 100px;
		min-height: 300px;
    }

}

@media screen and (max-width:660px){
	.brochure .thumbnail-item  {height: 10vh;}
}

/* Remove default button styles */
.brochure .slick-prev.slick-arrow,
.brochure .slick-next.slick-arrow {
  background: none;
  border: none;
  color: #333;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

/* Style for hovering over buttons (optional) */
.brochure .slick-prev.slick-arrow:hover::before,
.brochure .slick-next.slick-arrow:hover::before {
  color: #555; /* Change color on hover */
}



/* business card layout */
.agent_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: left;
  margin: 1em auto!important;
    background: #fff;
    padding: 3em;
    border-radius: 5px;
}

.agent_logo img {
  max-width: 180px;
    width: 180px!important;
    height: auto;
}

.agent_info {
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
}
.agent_info span{
    font-weight:600;
}
.agent_info p {
  margin: 5px 0;
}

.agent_contact {
  flex: 1;
  border-left: 1px solid #666;
    padding-left: 20px;
  font-size: 16px;
}

.agent_contact div {
  margin: 5px 0;
}

@media (max-width: 480px) {
  .agent_image {
    flex-direction: column;
    align-items: center;
  }
  
  .agent_info, .agent_contact {
    margin: 10px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .agent_contact{
  	border: 1px solid;
  }

}

.image-grid-wrapper {
  clear: both;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
}

.image-grid .col {
  flex-basis: calc(20% - 20px);
  margin-bottom: 20px;
}

.image-grid img {
  width: 100%;
  height: auto;
}


.clear {
  clear: both;
}

@media (max-width: 980px) {
	.slider-content{
	 max-width: 98vw;
}
  .image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .image-grid .col {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  
.brochure_lower h2{
	font-size:20px;
}
table{
	 word-wrap:break-word;
}
  .brochure h3{
  	flex-wrap: nowrap;}
}

.image-grid.col:last-child {
    margin-right: 0;
}


.column:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.brochure_header.brochure.row > div{
	flex-wrap: nowrap;
	width: 100%;
	max-width: 800px;
}
#info .brochure.row{
	width: 100%;
	max-width: 1400px;
}
.brochure.row.description{
	max-width:85vw!important;
}
.brochure.row {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  background: #fff;
  min-height: 15vh;
  padding: 0;
  border-radius: 5px;
}

.brochure.row > div[class^="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  flex-grow: 1;
  flex-basis: calc(33.33% - 20px); 
  box-sizing: border-box;
}

/* To prevent columns from wrapping */
@media (max-width: 767px) {
  .brochure.row > div[class^="col-"] {
    flex-basis: calc(50% - 20px); 
  }
  body .social-sharing-buttons {
  	flex-wrap: wrap;
}
body .social-sharing-buttons a {
	width:40px;
	height:40px;
	font-size: 20px;
}
}

.social-sharing-buttons {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    margin: 5% auto;
}
.social-sharing-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    color: #fff;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 28px;
    transition: background-color 0.3s;
     overflow: hidden;
     background-color: #a5a5a5;
}
.fab {
    font-family: "Font Awesome 5 Brands"!important;
}
.social-sharing-buttons a i {
    margin-right: 0;
    line-height: 40px;
    font-weight: 400;
   }
.social-sharing-buttons a span {
    display: none; 
}

/*.social-sharing-buttons .facebook {
    background-color: #3b5998;
}

.social-sharing-buttons .twitter {
    background-color: #1da1f2;
}

.social-sharing-buttons .linkedin {
    background-color: #0077b5;
}

.social-sharing-buttons .email {
    background-color: #f39c12;
}

.social-sharing-buttons .print {
    background-color: #000;
}
*/
.social-sharing-buttons a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.social-sharing-buttons .print i:before {
    content: "\f02f"; 
}

        
/* tables */
form{
	width:95%;
	margin:0 auto;
}
.PG3_form{ 
	/*width: 65%!important;*/
	  	}
.reset{
	width: 40%!important;
}
.client_details #client{
	    max-width: none;
    min-width: 100%;
    box-shadow: none;
}
	table, .PG3_form, .cke-output, #client{ 
	  	/*min-width: 525px;*/
	  	margin: 1em auto!important;
	  	background: #fff;
	  	box-shadow: 0 48px 80px -12px #0000001f;
	  	padding: 1.5em;
	  	border-radius: 5px;
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
	border: 0!important;
    border-collapse: separate;
    border-spacing: 0px;
    padding: 10px;
	}
	th{
		border-radius: 0;
		color:#fff;
	}
		/* Hide table headers (but not display: none;, for accessibility) */

	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	body tr.head{
		background: #3b86ae;
		text-align: center;
    	}
	tr.head td{
		border-radius: 0;
		color:#fff;
	}
	tr.head td a{font-weight:600;}
	tr.head td{
		border-radius: 0;
		color:#fff;
	}
	tr { border: 1px solid #ccc; border-radius: 0;}
	tr:nth-child(even){ 
		background: rgb(239 239 239 / 60%);
	}
	tr:nth-child(odd){ 
		background: #fff;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		/*width: 100%!important;*/
    	font-weight:400;
		padding: 10px;
	}
	td a{
		font-weight:400;
	}
	.craiglist th:nth-of-type(5) {
    	width: 170px;
	}
	th.left{
		color: #fff;
		/*width: 15%!important;*/
		border-radius: 0;
	}
	th a{
		color:#fada84;
		line-height: 1.25em;
	}
	th a:hover{
		color:#fff;
	}
.PG3_form h3{
	font-size: calc(8px + 1vw);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    /*background: linear-gradient(90deg, #3b86ae, #5fa0c1, #3b86ae);*/
    display: flex;
    flex-direction: row;
    padding: 20px 40px;
    color: #000;
    position: relative;
    border-bottom: 1px solid;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
    align-content: center;
    justify-content: center;
    width: 100%;
}
/*.PG3_form h3:before {
  height: 0;
  width: 0;
  border-top: 15px solid #496b85;
  border-left: 15px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  left: 0;
}*/
.PG3_form .button, .PG3_form .submit,.PG3_form .popup{
	width: auto;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	height: 40px;
}
#btnSaveAcc, #btnCancel{
    display: inline-block;
} 

.fileinput-button {
    margin-top: 10px; margin-right: 10px;
}

.PG3_form h4, .PG3_form .h4 {
    font-weight: 600;
    font-size: 22px;
    color: #4c87ab;
    background: rgb(76 134 170 / 15%);
    padding: 0.5em;
    width: 100%;
}
.property_info_section, .registration_form, .clientdetails {
  display: flex;
  flex-wrap: wrap;
}

.property_info_section .fields, .registration_form .fields, .client_details .fields{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   clear:left;
}

.property_info_section .field, .registration_form .field, .client_details .field {
  flex-basis: calc(50% - 10px);
  margin-bottom: 10px;
  box-sizing: border-box;
 }

/* Style for the TF container */
.search-tf {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 45%;
}

/* Style for the labels */
.search-tf label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Style for the radio inputs */
.search-tf input[type="radio"] {
    margin-right: 5px; 
}
/* Style for the container */
#search-results {
    display: flex;
    flex-direction: column;
    width: 50%;
    /*background: #f2f9fb;*/
    padding: 20px;
    border-radius: 8px;
}

/* Style for each div containing radio button and label */
#search-results > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
}
/* Style for every even div (excluding .clear) */
#search-results > div:nth-child(even):not(.clear) {
    background-color: #efefef!important;
}

/* Style for the radio inputs */
#search-results input[type="radio"] {
    margin-right: 5px; 
}

/* Style for the checkout_form container */
.checkout_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:2em;
}
/* Style for the label and input */
.checkout_form .fields label {
    display: inline-block;
    width: auto; /* Allow the label to grow with its content */
    margin-right: 10px; 
}
.checkout_form > div:nth-child(1) > div:nth-child(13){
	justify-content: normal;
	flex-basis: 60%!important;
}
.checkout_form .fields input.card-expiry-month,
.checkout_form .fields input.card-expiry-year {
    display: inline-block;
    padding: 10px;
    
}

/* Additional styling for the card security code (CVC) */
.checkout_form .fields input.card-cvc {
    width: 100px!important; 
}

/* Style for the error message */
.checkout_form .payment-errors {
    color: red;
    font-size: 14px;
}


/* Style for the left column with form fields */
.checkout_form .fields {
    flex-basis: 48%; 
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Style for the right column with the image */
.checkout_form #checkout-image {
    flex-basis: 48%; 
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

/* Style for the submit button */
.checkout_form #btnRegister {
    width: 50%; /* Make the button full-width */
    margin: 50px auto;
}
#frmRegister > div.fields > div.checkout_form > div:nth-child(5){
	flex-basis: 100%;
	margin-bottom: 5%;
}

/* For mobile, adjust the width of .fields and #checkout-image */
@media screen and (max-width: 767px) {
    .checkout_form .fields,
    .checkout_form #checkout-image {
        flex-basis: 100%; /* Make them full-width on mobile */
    }
}
.checkout_form > div{
    display: flex;
    align-items: flex-start;
}
.checkout_form > div > span{
	margin-left:10px;
}

input[type=radio], input[type=checkbox] {
    max-width: 5%;
    height: 1.25em;
}

.call-log input[type=radio], input[type=checkbox] {
	width:100%;
	max-width: none;
}
/* Apply styles to the first cell (td) of each row (tr) in the table */
.calllogForm tbody tr td:first-child {
  /*background-color: #fff; */
  vertical-align: middle;
}

.calllogForm th {
    position: relative;
    cursor: pointer;
  }
.calllogForm .head{
	height: 50px;
}
.calllogForm input{
	margin-bottom:0!important;
}


.marketing_channels {
  display: flex;
  flex-wrap: wrap;
}
.channel_title {
  display: flex;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.channel_row {
	display:flex;
  flex-basis: calc(33.33% - 10px);
  padding: 5px;
  box-sizing: border-box;
}
.channel_digit {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
    margin-right: 5px;
    font-weight: 600;
}

.channel_field {
  display: flex;
  align-items: center;
}

.channel_field label {
  margin-right: 5px;
}

.separator {
  margin: 0 5px;
}
.brochure_nav{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 1.6vw;
    right: 4vw;
}
.brochure_nav a{
	margin-right:20px;
	color:#161616;
}
.brochure.row.summary{
	padding:0;
	max-width: 85vw;
}
.brochure_header, #location_map{
	padding-top:5vw!important;
}
#location_map > div:nth-child(2){
	text-align: center;
    padding-bottom: 1em;
}
#photo_gallery{
	padding-top:1vw!important;
}

.brochure_header p{
	flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center!important;
}
.brochure .col-general-info,
.brochure .col-property-details,
.brochure .col-property-schools {
  flex-basis: calc(33.33% - 10px);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.brochure .col-quick_info,.brochure .col-bedrooms,.brochure .col-bathrooms{
	background:#fff;
	}
.brochure_header span{
	font-size: 2em;
	text-align: center;
}
.brochure p {
  display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: flex-start;
}

.brochure strong {
	font-size: 16px!important;
	line-height: 1.15em;
  min-width: 120px;
}
.brochure h5{
    border-bottom: 1px solid;

}
.greetings-area{height: 0; overflow: hidden;}
.greetings-area.selected-area{height: auto; width: 100%;}

#contact {
	box-shadow: 0 48px 80px -12px #0000001f;
	padding: 5%;
}
.brochure.row.footer{
	max-width: none;
    background: #efefef;
    padding:5% 0;
}


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

/* Karl wants the mobile icon on the left */

.sticky-menu #mobile-menu{
	height:auto;
}
.logo img {
    padding: 0 0 12px 40px;
}
.announcements {
    position: static;
    padding: 20px;
}

.user_login{
	display: none;
}

/* home */
	.slider-content{
		padding:20px;
	}
	.col-lg-12.step-one::before, .col-lg-12.step-two::before, .col-lg-12.step-three::before{
		content:'';
		border:0;
	}
#header-sticky > div{
	padding:0;
}
.menu-area {
     background: #fff;
}
/*.pricing-area .cta-title {
     padding: 2em;
}*/
#client {
    max-width: 100%;
}
/* cpadmin */

	.cont_right{
		flex-direction: column;
		padding:.25em;
	    max-width: 95vw;
	}
	.dash {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
	}
	.dashinfo, .client-controls.reporting {
		width:100%;
	}
	.dashinfo{
		margin-left:0;
		margin-bottom: 5vh;
	}
	.column {
    	flex: 50%;
    	max-width: 50%;
	}
  	.login, .select-bg {
    	width: 100%;
	}
.dash div.labels{
	font-size: 10px;
}
.dashinfo div, .dashinfo strong{
	font-size:16px;
	white-space: pre-wrap;
}
.success .PG3_form .button{
	width:auto;
	height:auto;
}
.success .dashinfo div, .success .dashinfo strong{
	font-size:16px;
	white-space: initial;
	width:auto;
}
.success .dashinfo div {
    width: auto;
    padding: 10px 20px 0;
    align-items: center;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}
.success .dashinfo{
	flex-direction: column;
}




body tr.head {
    color: white;
}
thead{
	display: block;
	}
#btnSubmit, #btnExport{
	margin:0;
}
.delete_button{
	text-align: center;
}
 table {
      display: block;
      overflow-x: scroll;
      padding: 10px;
    }
    thead, tbody, th, td, tr {
    	display:block;
    }
   th {
      position: absolute;
      top: -9999px;
      left: 0;
      width: 100%;
      background-color: #f2f2f2;
      text-align: center;
      border: none;
      border-radius: none;
      color:#fff;
    }

    td {
      border: none;
      border-bottom: 1px solid #ddd!important;
      position: relative;
      padding-left: 50%;
      border-radius: 0;
      height: auto!important;
      min-height: 3em;
    }
    td a {
    font-weight: 600;
	}
    td:before {
      position: absolute;
      top: 10px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      color: #000;
      text-align: left;
      font-weight: 600;
      border-right: 1px solid #cfcfcf;
    }
    .left {
    	padding-left: 60px;
    	border-left:1px solid #fff;
    }

/* Keyframes for fade-in animation */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Call Log page */
  .chklogs {
    text-align: center;
  }
  .calllogForm td:first-child {
  padding-left: 0;
}
    .craiglist #calllogForm td:nth-of-type(2):before {
      content: "Property ID";
    }

    .craiglist #calllogForm td:nth-of-type(3):before {
      content: "Caller ID";
    }

    .craiglist #calllogForm td:nth-of-type(4):before {
      content: "Caller Info";
    }

    .craiglist #calllogForm td:nth-of-type(5):before {
      content: "Date/Time";
    }
.craiglist #calllogForm td:nth-of-type(6):before {
      content: "Type";
    }

    .craiglist #calllogForm td:nth-of-type(7):before {
      content: "Marketing Channel";
        white-space: pre-wrap;
    }
    .craiglist #calllogForm table td:nth-of-type(8) {
    display: block;
    padding-bottom: 20px;
  }
  .craiglist #calllogForm table td:nth-of-type(8) span {
    display: inline;
   
  }
 #calllogForm td.add-client{
  	height:70px!important;
  }
/*Brochures page */
    .craiglist .brochures_form td:nth-of-type(1):before {
      content: "Property ID";
    }

    .craiglist .brochures_form td:nth-of-type(2):before {
      content: "Date Added";
    }

    .craiglist .brochures_form td:nth-of-type(3):before {
      content: "No. of SMS";
    }

    .craiglist .brochures_form td:nth-of-type(4):before {
      content: "No. of Voice";
    }

    .craiglist .brochures_form td:nth-of-type(5):before {
      content: "View";
        white-space: pre-wrap;
    }
    .craiglist #calllogForm table td:nth-of-type(5) {
   	 display: block;
  	  padding-bottom: 20px;
  }
  	.craiglist #calllogForm table td:nth-of-type(5) span {
   	 display: inline;
   
  }
  	#calllogForm td.add-client{
  		height:70px!important;
  }
   .brochure.row, .brochure.row > div[class^="col-"] {
    flex-direction: column;
    padding: 1.035em;
  }
.brochure.row.summary{
	padding: 1.035em;
    max-width: none!important;
}
  #contact{
  	align-items: center;
    text-align: center;
  }
  .brochure td{
  	padding-left:12px;
  }
	h2 > i {
    margin-right: 0.2em;
}
	.hero{
	height:70vh;
}
	.brochure p{
		text-align: inherit;
	}
/*Messages page */
    .craiglist .messages td:nth-of-type(1):before {
      content: "Property ID";
    }

    .craiglist .messages td:nth-of-type(2):before {
      content: "Caller ID";
    }

    .craiglist .messages td:nth-of-type(3):before {
      content: "Caller Info";
    }

    .craiglist .messages td:nth-of-type(4):before {
      content: "Date/Time";
    }
    .craiglist .messages td:nth-of-type(5):before {
      content: "Listen";
    }
    .craiglist .messages td:nth-of-type(6):before {
      content: "Delete?";
    }
    .craiglist #messages table td:nth-of-type(7) {
    display: block;
    padding-bottom: 20px;
  }
  /*Properties page */
    .craiglist .properties td:nth-of-type(1):before {
      content: "Agent ID";
    }

    .craiglist .properties td:nth-of-type(2):before {
      content: "Property ID";
    }

    .craiglist .properties td:nth-of-type(3):before {
      content: "Date Added";
    }

    .craiglist .properties td:nth-of-type(4):before {
      content: "No. of SMS";
    }
	.craiglist .properties td:nth-of-type(5):before {
      content: "No. of Voice";
    }
 	.craiglist .properties td:nth-of-type(6):before {
      content: "Action";
    }
    .craiglist #properties table td:nth-of-type(6) {
    display: block;
    padding-bottom: 20px;
  }
  /*Clients page */

.client-controls{
	flex-direction: column;
	margin:0;
}
#clientForm input {
    width: 55vw;
    margin: 8px;
}
#clientForm td:first-child{
	padding-left:0;
}
#clientForm .subaccounts td:first-child{
	padding-left:50%;
}
#clientForm td:first-child input {
    width: 10vw;
    position: absolute;
    left: 10px;
}
.craiglist td.GCC {
    text-align: center;
    width: 100%!important;
    padding-left: 0;
}
#clientForm ul li {
     margin: 10px 0;
     width: 55vw;
  }

    .craiglist .client_list td:nth-of-type(2):before {
      content: "Property ID";
    }

    .craiglist .client_list td:nth-of-type(3):before {
      content: "First Name";
    }

    .craiglist .client_list td:nth-of-type(4):before {
      content: "Last Name";
    }
    .craiglist .client_list td:nth-of-type(5):before {
      content: "Phone";
    }
	.craiglist .properties td:nth-of-type(6):before {
      content: "Actions";
    }
    .craiglist #properties table td:nth-of-type(6) {
    display: block;
    padding-bottom: 20px;
  }
   /*Reports page */
    .craiglist .reporting_data td:nth-of-type(1):before {
      content: "Property ID";
    }

    .craiglist .reporting_data td:nth-of-type(2):before {
      content: "Phone Number";
    }

    .craiglist .reporting_data td:nth-of-type(3):before {
      content: "Call Date";
    }
    .craiglist .reporting_data td:nth-of-type(4):before {
      content: "Type";
    }
	.craiglist .reporting_data td:nth-of-type(5):before {
      content: "Marketing Channel";
    }
/*Billing History page */
    .craiglist .billing_history td:nth-of-type(1):before {
      content: "Date";
    }

    .craiglist .billing_history td:nth-of-type(2):before {
      content: "Amount";
    }

    .craiglist .billing_history td:nth-of-type(3):before {
      content: "Note";
    }
    .craiglist .billing_history td:nth-of-type(4):before {
      content: "Card";
    }
/*Sub-Accounts page */
    .craiglist .subaccounts td:nth-of-type(1):before {
      content: "First Name";
    }

    .craiglist .subaccounts td:nth-of-type(2):before {
      content: "Last Name";
    }

    .craiglist .subaccounts td:nth-of-type(3):before {
      content: "Email";
    }
    /*.craiglist .subaccounts td:nth-of-type(4):before {
      content: "Actions";
    }    */
/*settings */	
	#frmSettings img{
	max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px;
	}	

    .craiglist #properties table td:nth-of-type(6) {
    display: block;
    padding-bottom: 20px;
  }
  .PG3_form {
    width: 100%!important;
    padding: 20px;
}
/* packages */

.packages .button {
    width: 100%;
    margin: 10px auto;
}
.button-wrapper {
    flex-direction: column;
    margin: 0 auto;
}
/* brochures */
.image-grid {
     padding: 0;
}
/* all */
.main_title .text, .brochure_title{
	flex-direction: column;
}
body tr.head{
	display: none;
  }
.property_info_section .field, .main_title, .brochure_title {
    flex-basis: auto;
    width: 100%;
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  
  
}


