/*
Theme Name: AceOne Technologies
Theme URI: https://aceonetechnologies.com/
Author: Robin Yohannan
Author URI: https://aceonetechnologies.com/
Description: A custom theme made by AceOne Technologies
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aceone-technologies
*/

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 10px;
}
::-moz-selection {
	color: #fff;
	background-color: #314559;
}
::selection {
	color: #fff;
	background-color: #314559;
}
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-family: "Poppins", serif !important;
}
a {
	text-decoration: none !important;
}
body:not(.home) header#site-header {
	position: relative;
	background-color: #000;
}
header.site-header .nav_wrap nav.navbar.nav-sec a.navbar-brand img {
	max-width: 300px;
}
header.site-header .nav_wrap nav.navbar a.navbar-brand img.logo-white {
	display: none;
}
header.site-header.scrolled .nav_wrap nav.navbar a.navbar-brand img.logo-black {
	display: none;
}
header.site-header.scrolled .nav_wrap nav.navbar a.navbar-brand img.logo-white {
	display: block;
}
header.site-header .nav_separater {
	width: 1px;
	height: 100%;
	min-height: 66px;
	background-color: rgba(255, 255, 255, 0.10);
}
header.site-header .nav_wrap nav.navbar.nav-sec ul.navbar-nav a.nav-link {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
}
header.site-header .nav_wrap nav.navbar.nav-sec ul.navbar-nav a.nav-link.active {
	text-decoration: underline !important;
}
header.site-header .nav_wrap nav.navbar.nav-sec ul.navbar-nav a.nav-link:hover,
header.site-header .nav_wrap nav.navbar.nav-sec ul.navbar-nav a.nav-link:focus,
header.site-header .nav_wrap nav.navbar.nav-sec ul.navbar-nav a.nav-link:active {
	color: #22784B;
}
footer#site_footer {
	background-color: #1e1e1e;
}
footer#site_footer .footer_container .footer_col .foot_log_social {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer#site_footer .footer_container .footer_col .foot_log_social a.foot_logo {
	display: block;
	max-width: 300px;
	margin: 20px 0;
}
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social {
	margin: 20px 0;
}
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social a {
	display: inline-block;
	margin: 0 5px;
}
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social a i {
	font-size: 24px;
	color: #fff;
	background-color: #ffffff80;
	padding: 10px;
	border-radius: 50%;
}
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social a:hover i,
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social a:focus i,
footer#site_footer .footer_container .footer_col .foot_log_social .foot_social a:active i {
	background-color: #22784B;
}
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_cnt p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 25px 0 0;
}
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_addr {
	background-color: #4d4d4d;
	border-radius: 12px;
	padding: 10px;
	margin: 25px 0;
}
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_addr .adr_title h5 {
	color: #fff;
}
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_each_cont {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 7px 0;
}
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_each_cont .foot_ic_txt p,
footer#site_footer .footer_container .footer_col .foot_cnt_addr .foot_each_cont .foot_ic_txt a {
	color: #D3D3D3;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}
footer#site_footer .footer_container .footer_col h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 25px 0;
	text-transform: uppercase;
}
footer#site_footer .footer_container .footer_col .quick_links ul.list-unstyled li a {
	display: inline-block;
	color: #D3D3D3;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 20px;
}
footer#site_footer .footer_container .footer_col .quick_links ul.list-unstyled li a:hover,
footer#site_footer .footer_container .footer_col .quick_links ul.list-unstyled li.active a {
	color: #22784b;
}
footer#site_footer .footer_container hr {
	border-color: #F4F5F6;
	opacity: 0.7;
}
footer#site_footer .copy_container .copy_right span {
	color: #fff;
	font-weight: 600;
}
footer#site_footer .copy_container .copy_right a {
	color: #22784b;
	font-weight: 600;
}
footer#site_footer .copy_container .copy_right a:hover,
footer#site_footer .copy_container .copy_right a:focus,
footer#site_footer .copy_container .copy_right a:active {
	color: #fff;
}
footer#site_footer .scrolltop {
	position: fixed;
	bottom: 100px;
	right: 15px;
	background-color: rgba(0,0,0,.5);
	padding: 15px 20px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: 9999;
}
footer#site_footer .scrolltop:hover {
	background-color: #0E1B1B;
}
footer#site_footer .scrolltop i {
	color: #fff;
	font-size: 20px;
}

@media(min-width: 1200px) {
	body.home header#site-header {
		position: fixed;
		z-index: 9999;
	}
	body.home header#site-header.scrolled {
		background-color: #000;
	}
	header.site-header nav.navbar {
		position: unset;
		padding: 0px !important;
	}
	header.site-header .navbar-collapse {
		flex-grow: 0;
	}
	body:not(.home) header.site-header .nav_wrap nav.navbar a.navbar-brand img.logo-black {
		display: none;
	}
	body:not(.home) header.site-header .nav_wrap nav.navbar a.navbar-brand img.logo-white {
		display: block;
	}
	header.site-header nav.navbar ul.navbar-nav > li.nav-item {
		padding: 20px 0px;
	}
	header.site-header nav.navbar ul.navbar-nav > li.dropdown.nav-item:first-child {
		position: unset;
	}
	header.site-header nav.navbar ul.navbar-nav .dropdown-menu {
		top: unset;
	}
	.dropdown-item.active,
	.dropdown-item:hover,
	.dropdown-item:active {
		background-color: #22784b !important;
		color: #fff !important;
	}
	.dropdown-menu {
		display: none;
		transition: all 0.3s ease;
	}
	.nav-item.dropdown:hover > .dropdown-menu,
	.nav-item.dropdown.show > .dropdown-menu {
		display: block;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		border: none;
	}
	li.nav-item.dropdown:first-child:hover > .dropdown-menu,
	li.nav-item.dropdown:first-child > .dropdown-menu.show {
		display: flex;
		position: absolute;
		top: calc(100% - 25px);
		left: 0;
		z-index: 1000;
		min-width: 250px;
		width: 100%;
		padding: 15px 20px 45px;
		background-color: #000;
	}
	.dropdown-menu .menu-image {
		border-radius: 20px;
		overflow: hidden;
		width: 25%;
		height: 400px;
	}
	.dropdown-menu .menu-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.nav-item.dropdown:hover > .dropdown-menu > ul {
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
		justify-content: space-between;
		width: 70%;
		padding-left: 30px;
	}
	.nav-item.dropdown:hover > .dropdown-menu > ul li {
		margin-bottom: 10px;
	}
	.dropdown-menu ul li a {
		color: #22784B;
		text-decoration: none;
		font-size: 16px;
		display: inline;
		line-height: 2.2;
	}
	.dropdown-menu .menu_container ul li a.dropdown-item:hover  {
		color: #22784B !important;
		border-radius: 5px;
		background-color: #fff !important;
	}
	.menu_container .menu_each .dropdown-header a {
		font-size: 18px;
		padding-bottom: 15px;
		font-weight: 600;
		color: #fff;
	}
	.menu_container {
		display: flex;
		padding-left: 35px;
		justify-content: space-between;
		width: 75%;
	}
	.menu_each {
		position: relative;
	}
	.menu_each:not(:last-child)::after {
		content: '';
		position: absolute;
		right: -18px;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #232323;
	}
}

section#opening_video_sec {
	position: relative;
	background-color: #000;
}
section#opening_video_sec .embed-container {
	--video--width: 1920;
	--video--height: 1080;
	position: relative;
	padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
	overflow: hidden;
	max-width: 100%;
}
section#opening_video_sec .embed-container:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: linear-gradient(0deg, #050605 0.05%, rgba(0, 0, 0, 0.00) 99.58%), linear-gradient(101deg, #050605 0.25%, rgba(102, 102, 102, 0.00) 47.84%);
}
section#opening_video_sec .embed-container iframe,
section#opening_video_sec .embed-container object,
section#opening_video_sec .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#opening_video_sec .slider_caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
section#opening_video_sec .slider_caption h3 {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -1px;
}
section#opening_video_sec .slider_caption p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
}
section#opening_video_sec .slider_caption .slider_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
section#opening_video_sec .slider_caption .slider_btns a.slider_contact {
	background-color: #22784B;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding: 20px 32px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
}
section#opening_video_sec .slider_caption .slider_btns a.slider_contact:hover,
section#opening_video_sec .slider_caption .slider_btns a.slider_contact:focus,
section#opening_video_sec .slider_caption .slider_btns a.slider_contact:active {
	background-color: #000;
}
section#opening_video_sec .slider_caption .slider_btns a.slider_learn {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.10);
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding: 20px 32px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
}
section#opening_video_sec .slider_caption .slider_btns a.slider_learn:hover,
section#opening_video_sec .slider_caption .slider_btns a.slider_learn:focus,
section#opening_video_sec .slider_caption .slider_btns a.slider_learn:active {
	background-color: #000;
}
section#property_success {
	overflow: hidden;
}
section#property_success .proper_success_head {
	background-color: #000;
	text-align: center;
}
section#property_success .proper_success_head h3 {
	color: #FFF;
	font-size: 42px;
	font-weight: 700;
}
section#property_success .proper_success_head p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	width: 60%;
	margin: auto;
}
section#property_success .proper_expand_wrap {
	display: flex;
	transition: all 1s ease-in-out;
}
section#property_success .proper_expand_wrap .each_expand {
	width: 25%;
	height: 580px;
	position: relative;
	transition: all 1s ease-in-out;
}
section#property_success .proper_expand_wrap .each_expand:hover {
	width: 50%;
}
section#property_success .proper_expand_wrap .each_expand.expand_hide {
	transition: all 1s ease-in-out;
}
section#property_success .proper_expand_wrap .each_expand .expand_img {
	height: 100%;
	position: relative;
}
section#property_success .proper_expand_wrap .each_expand .expand_img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(175deg, rgba(0, 0, 0, 0) 4%, rgb(0, 0, 0) 96%);
}
section#property_success .proper_expand_wrap .each_expand .expand_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#property_success .proper_expand_wrap .each_expand .expand_name {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
section#property_success .proper_expand_wrap .each_expand .expand_name .expand_just_name h5 {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
section#property_success .proper_expand_wrap .each_expand .expand_name .expand_just_name p {
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all 1s ease-in-out;
}
section#property_success .proper_expand_wrap .each_expand:hover .expand_name .expand_just_name p {
	width: auto;
	height: auto;
	opacity: 1;
	transition: all 1s ease-in-out;
}
section#property_success .proper_expand_wrap .each_expand .expand_name .expand_link {
	width: 0;
	height: 0;
	opacity: 0;
}
section#property_success .proper_expand_wrap .each_expand:hover .expand_name .expand_link {
	width: auto;
	height: auto;
	opacity: 1;
}
section#smc_about {
	background-color: #050605;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
section#smc_about .abt_wrap {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 2;
}
section#smc_about .jst_round_glow {
	width: 100%;
	max-width: 680px;
	height: 430px;
	background-color: rgba(34, 120, 75, 0.3);
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: 1;
	filter: blur(300px);
}
section#smc_about .jst_round2_glow {
	width: 100%;
	max-width: 680px;
	height: 430px;
	background-color: rgba(34, 120, 75, 0.3);
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 10%;
	z-index: 1;
	filter: blur(300px);
}
section#smc_about .abt_half_sec {
	width: 50%;
	display: inline-block;
}
section#smc_about #abt_first_half img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section#smc_about #abt_second_half .abt_cnt_wrap {
	padding: 30px 15% 30px 7.5%;
}
section#smc_about #abt_second_half .abt_cnt_wrap h2 {
	color: #FFF;
	font-size: 64px;
	font-weight: 700;
}
section#smc_about #abt_second_half .abt_cnt_wrap h5 {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 55px;
}
section#smc_about #abt_second_half .abt_cnt_wrap p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	margin: 45px 0;
}
section#smc_about #abt_second_half .abt_cnt_wrap a.our_company {
	color: #FFF;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 30px;
	background-color: #22784B;
}
section#smc_about #abt_second_half .abt_cnt_wrap a.our_company:hover,
section#smc_about #abt_second_half .abt_cnt_wrap a.our_company:focus,
section#smc_about #abt_second_half .abt_cnt_wrap a.our_company:active {
	background-color: #fff;
	color: #000;
}
section#smc_about #our_pro_container {
	padding: 120px 30px;
	position: relative;
	z-index: 2;
}
section#smc_about #our_pro_container .our_projects_wrap .our_pro_head h3 {
	color: #FFF;
	font-size: 42px;
	font-weight: 700;
	line-height: 55px;
}
section#smc_about #our_pro_container .our_projects_wrap .our_pro_head p {
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
}
section#smc_about #our_pro_container .our_projects_wrap .our_pro_points .each_points {
	display: flex;
	align-items: center;
	gap: 20px;
}
section#smc_about #our_pro_container .our_projects_wrap .our_pro_points .each_points .point-icon {
	width: 50px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 20px 0;
	border-radius: 12px;
	background-color: #22784B;
}
section#smc_about #our_pro_container .our_projects_wrap .our_pro_points .each_points .point_txt span {
	color: #FFF;
	font-size: 18px;
}
section#smc_about #our_pro_container .pro_gal_wrap {
	overflow: hidden;
}
section#smc_about #our_pro_container .pro_gal_wrap .project_slider {
	margin-bottom: 20px;
}
section#smc_about #our_pro_container .pro_gal_wrap .project_thumb {
	margin: 0 -10px;
}
section#smc_about #our_pro_container .pro_gal_wrap .project_thumb .each_thumb {
	padding: 0 10px;
}

section#smc_about #testimonial_slider_wrap .review_head h3 {
	color: #FFF;
	font-size: 42px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 20px;
	text-align: center;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap {
	max-width: 75%;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap,
section#smc_about #testimonial_slider_wrap .testimonial_wrap .slick-list {
	overflow: visible;
}
section#smc_about #testimonial_slider_wrap p.slick-slide {
	color: #fff;
	text-align: center;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial {
	background-color: #fff;
	margin-right: 25px;
	padding: 65px 50px;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_content {
	margin-bottom: 30px;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_content p {
	color: #080808;
	font-size: 18px;
	line-height: 32px;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_author {
	display: flex;
	gap: 20px;
	align-items: center;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_author .author_avatar img {
	max-width: 65px;
	border-radius: 50%;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_author .author_name h5 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin: 0;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_author .author_name p {
	color: #000;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin: 0;
}
section#contact_section .contact_form_wrap {
	width: 55%;
	padding: 45px 7.5% 5px 3.5%;
	margin-left: auto;
	background-color: rgba(91, 91, 91, 0.50);
	backdrop-filter: blur(12.5px);
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap ul.slick-dots {
	bottom: -55px;
	right: -20%;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap ul.slick-dots li button:before {
	color: #fff;
	font-size: 20px;
}
section#smc_about #testimonial_slider_wrap .testimonial_wrap ul.slick-dots li.slick-active button:before {
	opacity: 1;
}
section#contact_section .contact_form_wrap .contact_head h3 {
	color: #FFF;
	font-size: 42px;
	font-weight: 700;
}
section#contact_section .contact_form_wrap .contact_head h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text,
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	outline: 0;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	padding: 10px 0 30px 0;
	margin-bottom: 5px;
	width: 100%;
}
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
	max-height: 150px;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
	color: #fff;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text::-moz-placeholder,
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
	color: #fff;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
	color: #fff;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text:-moz-placeholder,
section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea:-moz-placeholder {
	color: #fff;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-submit {
	background-color: #22784B;
	padding: 25px 60px;
	border: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-submit:hover,
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-submit:focus,
section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-submit:active {
	background-color: #000;
}
span.wpcf7-spinner {display: block;}
section#contact_section .contact_form_wrap .full_contact_form .wpcf7-response-output {
	color: #fff;
	border: 0;
	margin: 0 0 40px 0;
}
@media(max-width:1200px){
	header.site-header {
		background-color: #000000;
	}
	header.site-header .nav_wrap nav.navbar.nav-sec a.navbar-brand img {
		max-width: 235px;
	}
	header.site-header .nav_wrap nav.navbar a.navbar-brand img.logo-black {
		display: none;
	}
	header.site-header .nav_wrap nav.navbar a.navbar-brand img.logo-white {
		display: block;
	}
	header.site-header .nav_wrap nav.navbar button.navbar-toggler {
		position: absolute;
		top: 15px;
		right: 0;
		border: 0;
	}
	header.site-header .nav_wrap nav.navbar button.navbar-toggler:focus {
		box-shadow: none !important;
	}
	header.site-header .nav_wrap nav.navbar button.navbar-toggler span.navbar-toggler-icon {
		background-image: none;
	}
	header.site-header .nav_wrap nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
		content: "\f0c9"; display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #22784B;
	}
	header.site-header .nav_wrap nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
		content: "\f00d"; display: inline-block;
		font-family: FontAwesome;
		font-size: 32px;
		color: #22784B;
	}
	header.site-header .menu-image {
		display: none;
	}
	header.site-header h6.dropdown-header > a {
		color: #22784b;
	}
	section#opening_video_sec {
		background-color: #0a0b0a;
	}
	section#opening_video_sec .slider_caption {
		position: relative;
		padding: 45px 0 45px;
		top: 0;
		transform: translateY(0);
		z-index: 99;
	}
	section#smc_about .abt_wrap {
		display: block;
	}
	section#smc_about .abt_half_sec {
		width: 100%;
	}
	section#property_success .proper_expand_wrap {
		display: block;
	}
	section#property_success .proper_expand_wrap .each_expand {
		width: 50%;
		float: left;
	}
	section#property_success .proper_expand_wrap .each_expand.expand_hide {
		width: 0%;
		transition: all 0.1s ease-in-out;
	}
	section#property_success .proper_expand_wrap .each_expand:hover {
		width: 100%;
	}
}
@media(max-width:992px){
	section#smc_about #testimonial_slider_wrap .testimonial_wrap,
	section#smc_about #testimonial_slider_wrap .testimonial_wrap .slick-list {
		max-width: 100%;
	}
	section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial {
		margin: 30px;
	}
	section#smc_about #testimonial_slider_wrap .testimonial_wrap ul.slick-dots {
		bottom: -40px;
		left: 0;
		right: 0;
	}
	section#smc_about #testimonial_slider_wrap .testimonial_wrap ul.slick-dots li button:before {
		font-size: 12px;
	}
	section#contact_section {
		background-size: cover !important;
	}
	section#contact_section .contact_form_wrap {
		width: 100%;
		margin: 0;
	}
	footer#site_footer .footer_container .footer_col .foot_log_social {
		display: block;
	}
}
@media(max-width:768px){
	a.dropdown-item {
		font-size: 14px;
		max-width: 225px;
		white-space: normal;
	}
	section#opening_video_sec .slider_caption h3,
	section#property_success .proper_success_head h3,
	section#smc_about #abt_second_half .abt_cnt_wrap h2,
	section#smc_about #our_pro_container .our_projects_wrap .our_pro_head h3,
	section#smc_about #testimonial_slider_wrap .review_head h3,
	section#contact_section .contact_form_wrap .contact_head h3 {
		font-size: 26px;
		line-height: 35px;
	}
	section#opening_video_sec .slider_caption p,
	section#property_success .proper_success_head p,
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_just_name p,
	section#smc_about #abt_second_half .abt_cnt_wrap p,
	section#smc_about #our_pro_container .our_projects_wrap .our_pro_head p,
	section#contact_section .contact_form_wrap .contact_head h5 {
		font-size: 14px;
		line-height: 20px;
	}
	section#opening_video_sec .slider_caption .slider_btns a.slider_contact,
	section#opening_video_sec .slider_caption .slider_btns a.slider_learn {
		padding: 15px 25px;
		font-size: 14px;
		min-width: 185px;
	}
	section#smc_about {
		padding: 0 0 30px;
	}
	section#property_success .proper_success_head p {
		width: 80%;
	}
	section#property_success .proper_expand_wrap .each_expand {
		width: 100%;
		display: inline-block;
		float: unset;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name {
		align-items: center;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_just_name h5 {
		font-size: 24px;
		line-height: 30px;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_link {
		width: auto;
		height: auto;
		opacity: 1;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_link img {
		width: 55px;
		height: 55px;
	}
	section#smc_about #abt_second_half .abt_cnt_wrap p {
		margin: 25px 0;
	}
	section#smc_about #our_pro_container {
		padding: 60px 30px;
	}
	section#smc_about #our_pro_container .our_projects_wrap .our_pro_points .each_points .point_txt span {
		font-size: 16px;
	}
	section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial {
		padding: 40px 30px;
	}
	section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-text,
	section#contact_section .contact_form_wrap .full_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
		font-size: 16px;
	}
	section#smc_about #abt_second_half .abt_cnt_wrap a.our_company,
	section#contact_section .contact_form_wrap .full_contact_form input.wpcf7-form-control.wpcf7-submit {
		padding: 15px 30px;
		font-size: 14px;
	}
}
@media(max-width:575px){
	header.site-header .nav_wrap nav.navbar.nav-sec a.navbar-brand img {
		max-width: 180px;
	}
	section#property_success .proper_success_head p {
		width: 90%;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_link a {
		display: inline-block;
	}
	section#property_success .proper_expand_wrap .each_expand .expand_name .expand_link img {
		width: 33px;
		height: 33px;
	}
	section#smc_about #testimonial_slider_wrap .testimonial_wrap .each_testimonial .testimonial_author {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
