body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akhand';
    src: url('../fonts/Akhand-Black.eot');
    src: url('../fonts/Akhand-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Akhand-Black.woff2') format('woff2'),
        url('../fonts/Akhand-Black.woff') format('woff'),
        url('../fonts/Akhand-Black.ttf') format('truetype'),
        url('../fonts/Akhand-Black.svg#Akhand-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	background: #232323;
	height: 42px;
	padding: 9px 0 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_top_left span {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-right: 15px;
}
.header_top_left span img {
	width: 22px;
	margin-right: 6px;
}
.header_top span a {
	color: #fff;
}
.header_top_right {
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.header_top_right img {
	width: 22px;
	margin: -2px 5px 0 0;
}
.header_bottom {
	background: #fff;
}
.logo {
	margin-top: 6px;
	margin-bottom: 6px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #111210;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	border-radius: 30px;
	z-index: 99;
	font-weight: 600;
	padding:6px 8px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #fff;
	background: #9f00c0;
}
.header_btn {
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
	font-size: 14px;
	padding: 12px 22px;
	text-transform: uppercase;
	border-radius: 30px;
	margin-left: 10px;
	background: #f1c214;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #1251f7;
	color: #fff !important;
}
.home_banner_section {
	margin-top: 100px;
}
.home_service_section {
	background: #ecffe2;
	padding: 70px 0;
}
.home_service_section_heading {
	font-family: 'Akhand';
	font-size: 40px;
	line-height: 40px;
	color: #111;
}
.home_service_block {
	margin-top: 40px;
}
.home_service_block_inner {
	background: #fff;
	box-shadow: 0px 5px 24.3px 2.7px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
	min-height: 100%;
}
.home_service_block_content {
	padding: 30px 25px;
}
.home_service_block_heading {
	font-family: 'Akhand';
	font-size: 24px;
	line-height: 24px;
	color: #222;
}
.home_service_block_text {
	margin-top: 15px;
	color: #666;
	font-size: 15px;
}
.home_service_block_btn {
	display: inline-block;
	background: #7f01ac;
	color: #fff !important;
	margin-top: 20px;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_btn:hover {
	background: #1251f7;
}
.service_right_sec {
	margin-top: 80px;
	padding-left: 60px;
}
.service_right_sec_heading {
	font-family: 'Akhand';
	font-size: 32px;
	line-height: 32px;
	color: #222;
}
.service_right_sec_text {
	color: #555;
	margin-top: 15px;
}
.service_right_sec_logo {
	display: block;
	background: #fff;
	box-shadow: 0px 5px 24.3px 2.7px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 20px;
	position: relative;
}
.service_right_sec_logo img {
	height: 55px;
}
.service_right_sec_logo_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	background: url("../images/arrow.png") #f1c214 no-repeat center left 13px;
	background-size: 8px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.service_right_sec_subheading {
	font-weight: bold;
	font-size: 25px;
	color: #191818;
	line-height: 32px;
	margin-top: 30px;
}
.service_right_sec_btn {
	background: url("../images/phone_icon.png") #3ad200 no-repeat center left 20px;
	background-size: 20px;
	display: inline-block;
	padding: 9px 20px 9px 48px;
	border-radius: 30px;
	margin-top: 20px;
	color: #111 !important;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_right_sec_btn:hover {
	background-color: #f1c214;
}
.home_strip_section {
	background: #05d2fa;
}
.home_strip_section_left {
	font-family: 'Akhand';
	font-size: 35px;
	line-height: 36px;
	color: #111;
}
.home_strip_section_right {
	text-align: right;
}
.home_strip_section_right_inner {
	display: inline-flex;
	align-items: center;
	background: #f1c214;
	padding: 40px 0;
	position: relative;
	text-align: left;
	font-family: 'Akhand';
	font-size: 22px;
	line-height: 30px;
	color: #222;
}
.home_strip_section_right_inner a {
	font-size: 32px;
	color: #222;
}
.home_strip_section_right_inner:before {
	background: #f1c214;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 80px;
	left: -79px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home_strip_section_right_inner:after {
	background: #f1c214;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	right: -3000px;
}
.home_strip_section_right_inner img {
	width: 65px;
	background: #141414;
	border-radius: 60%;
	padding: 8px;
	margin-right: 15px;
}
.home_about_section {
	background: url("../images/about_bg.jpg") no-repeat;
	background-size: cover;
	padding: 70px 0 120px;
}
.home_about_section_subheading {
	color: #242522;
	font-weight: 600;
	font-size: 14px;
}
.home_about_section_heading {
	font-family: 'Akhand';
	font-size: 35px;
	line-height: 38px;
	color: #171717;
	margin-top: 20px;
}
.home_about_section_heading strong {
	color: #3ad200;
}
.home_about_section_text {
	color: #666;
	margin-top: 20px;
}
.home_about_section_btn {
	display: inline-block;
	background: #1251f7;
	color: #fff !important;
	margin-top: 20px;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
	background: #f1c214;
	color: #111 !important;
}
.home_about_img {
	padding: 0 100px;
}
.about_img1 {
	border-radius: 25px;
}
.about_img2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	border: 2px solid #fff;
	border-radius: 10px;
	width: 170px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.26);
}
.about_exp {
	background: #fff;
	border-radius: 10px;
	width: 135px;
	position: absolute;
	bottom: 60px;
	right: 30px;
	padding: 20px 0;
}
.about_exp_number {
	color: #0baaff;
	font-weight: bold;
	font-size: 55px;
	line-height: 55px;
}
.about_exp_text {
	color: #111;
	font-weight: 500;
	line-height: 20px;
}
.home_choose_section {
	background: #7c02a7;
	padding: 5px 0 50px;
}
.home_choose_section:before {
	background: #7c02a7;
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 65px;
	bottom: -64px;
	clip-path: polygon(100% 0, 0 0, 70% 100%);
}
.home_spec_sec {
	background: #fff;
	padding: 30px;
	margin-top: -50px;
	border-radius: 10px;
	margin-bottom: 65px;
}
.home_spec_block {
	border-right: 1px solid #ddd;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #333;
}
.home_spec_block:last-child {
	border-right: none;
}
.home_spec_block img {
	border-radius: 50%;
	width: 58px;
	background: #fa8803;
	margin-right: 15px;
}
.home_spec_block:nth-child(2) img {
	background: #7c02a7;
}
.home_spec_block:nth-child(3) img {
	background: #3ad200;
}
.home_spec_block:nth-child(4) img {
	background: #f1c214;
}
.home_choose_section_heading {
	font-family: 'Akhand';
	font-size: 35px;
	line-height: 38px;
	color: #f1c214;
}
.home_choose_section_text {
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
}
.home_choose_section_text a {
	color: #fff;
}
.home_choose_section_btn {
	display: inline-block;
	margin-top: 25px;
	background: #3ad200;
	padding: 11px 22px;
	font-weight: 500;
	color: #111 !important;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_choose_section_btn:hover {
	background: #fa8803;
}
.home_choose_left {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 60px;
}
.home_choose_right {
	padding-left: 60px;
}
.home_choose_right_heading {
	background: url("../images/check_icon.png") no-repeat left top 2px;
	background-size: 20px;
	color: #fff;
	margin-top: 20px;
	font-weight: 600;
	font-size: 17px;
	padding-left: 28px;
}
.home_choose_right_text {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.home_project_section {
	padding: 150px 0 60px;
}
.home_project_section_heading {
	font-family: 'Akhand';
	font-size: 38px;
	line-height: 38px;
	color: #020202;
}
.home_project_section_heading strong {
	color: #3ad200;
}
.home_review_section {
	padding: 30px 0 5px;
}
.home_cta_strip {
	background: #f1c214;
	border-radius: 10px;
	padding: 30px;
	margin: 70px 0 -50px;
	position: relative;
	z-index: 9;
}
.home_cta_strip_text {
	font-family: 'Akhand';
	font-size: 25px;
	line-height: 30px;
	color: #020202;
}
.home_cta_strip_right img {
	background: #9200bd;
	width: 55px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 8px;
}
.home_cta_strip_right {
	font-weight: 500;
	color: #111;
}
.home_cta_strip_right a {
	font-weight: 600;
	color: #111;
	font-size: 25px;
}
.gal_btn {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -55px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
	color: #222 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.gal_btn:before {
	position: absolute;
	content: "";
	border: 8px solid rgba(0, 0, 0, 0.4);
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border-radius: 50%;
}
.gal_btn:hover {
	background: #1251f7;
	color: #fff !important;
}
.footer {
	background: #0f0f0f;
	padding: 50px 0 30px;
}
.footer_contact_heading {
	font-family: 'Akhand';
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 30px;
}
.footer_contact_heading strong {
	color: #f1c214;
}
.footer_form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 15px;
}
.footer_about {
	color: #eee;
	margin-top: 18px;
	font-size: 15px;
}
.footer_top_heading {
    font-size: 20px;
	color: #0baaff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
	color: #eee;
	font-size: 15px;
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #f1c214;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	font-size: 15px;
	list-style: none;
	margin-top: 6px;
	padding-left: 26px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 18px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 40px;
	border: 1px dashed #3ad200;
	border-radius: 50%;
	padding: 5px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 25px;
	margin-top: 35px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_privacy {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 35px;
	text-align: center;
	color: #eee;
	font-size: 13px;
	padding: 30px 10% 0;
}
.footer_privacy a {
	color: #3ad200;
}
.footer_copyright {
	font-size: 15px;
	color: #eee;
	text-align: center;
	margin-top: 20px;
}
.footer_copyright a {
	color: #eee;
}
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 9;
	background: rgb(121,0,179);
	background: linear-gradient(270deg, rgba(121,0,179,1) 25%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	right: 9%;
	width: auto !important;
	max-width: 350px;
	transform: translate(0, -50%);
	margin-top: 0 !important;
}
.banner_subheading {
	color: #e6ca3c;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
}
.banner_heading {
	font-family: 'Akhand';
	font-size: 55px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
}
.banner_text {
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
	font-size: 17px;
}
.banner_btn {
	display: inline-block;
	background: #f1c214;
	color: #111 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 22px;
	margin-top: 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
	background: #3ad200;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
}
.ms-nav-next {
	background: url("../images/next_icon.png") #fff no-repeat center !important;
	background-size: 10px !important;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
}
.swiper-button-prev, .swiper-button-next {
	font-size: 40px !important;
}
.home_project_slider, .home_review_slide {
	margin-top: 40px;
}
.footer_form p {
	margin-bottom: 0 !important;
}
.footer_form input {
	border: none !important;
	min-height: 46px;
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
}
.footer_form select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	border: none !important;
	min-height: 46px;
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.footer_form .contact_btn input {
	background: #f1c214 !important;
	color: #111 !important;
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	border: none !important;
	min-height: 46px;
	width: 100%;
	margin-top: 10px;
	border-radius: 30px;
}
.sidebar_fixed_buttons {
	position: fixed;
	top: 67%;
	right: 15px;
	transform: translate(0, -50%);
	z-index: 999;
	width: 42px;
}
.sidebar_fixed_buttons a {
	margin: 8px 0;
	display: block;
}
.fixed_phone img {
	background: #3ad200;
	border-radius: 50%;
}
.fixed_email img {
	background: #78d6aa;
	border-radius: 50%;
}
.fixed_location img {
	background: #05d2fa;
	border-radius: 50%;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 230px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #f1c214;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f1c214;
}
.page {
	margin-top: 0 !important;
}
.contact_page_block_inner {
	background: #fa8803;
	text-align: center;
	border-radius: 8px;
	padding: 30px 10px;
}
.contact_page_block_inner img {
	width: 45px;
}
.contact_page_block:nth-child(2) .contact_page_block_inner {
	background: #7c02a7;
}
.contact_page_block:nth-child(3) .contact_page_block_inner {
	background: #3ad200;
}
.contact_page_block:nth-child(4) .contact_page_block_inner {
	background: #f1c214;
}
.contact_page_block_heading {
	color: #111;
	font-weight: 500;
	font-size: 18px;
}
.contact_page_block_text {
	font-size: 15px;
	color: #333;
}
.contact_page_block_text a {
	color: #333;
}
.contact_page_block:nth-child(2) .contact_page_block_heading, .contact_page_block:nth-child(2) .contact_page_block_text a {
	color: #fff;
}
#post-15, .contact_map iframe {
	margin-bottom: 0 !important;
}
.contact_page_form_section {
	padding: 65px 0;
}
.inner_page_heading {
	color: #111;
	font-weight: 600;
	font-size: 27px;
	line-height: 33px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #7c02a7;
	font-weight: 600;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #3ad200;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.contact_form {
	margin-top: 20px;
	position:relative;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
	border: 1px solid #ccc !important;
	min-height: 46px;
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
}
.contact_form textarea {
	border: 1px solid #ccc !important;
	height: 150px;
	resize: none;
	margin-top: 10px;
	border-radius: 4px;
}
.contact_form .contact_btn input {
	background: #f1c214 !important;
	color: #111 !important;
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	border: none !important;
	min-height: 46px;
	width: auto;
	margin-top: 10px;
	border-radius: 30px;
}
.wpcf7-spinner {
	display: block !important;
}
.inner_page_text {
	margin-top: 20px;
	color: #666;
}
.inner_page_mid_section {
	background: #ecffe2;
	padding: 65px 0;
	margin: 65px 0;
}
.inner_page_bottom_section {
	background: url("../images/about_bg.jpg") no-repeat;
	background-size: cover;
	padding: 65px 0;
	margin: 65px 0;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_bottom_box {
	background: #fa8803;
	text-align: center;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: 65px;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 35px;
	border-bottom: 4px solid #fff;
}
.inner_page_bottom_box_text {
	color: #fff;
	margin-top: 20px;
}
.inner_page_subheading {
	color: #005d76;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	margin-top: 25px;
}
.home_area_section {
	padding: 70px 0;
}
.service_area_list ul {
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.service_area_list ul li {
	list-style: none;
	position: relative;
	width: 25%;
	color: #555;
	margin-top: 10px;
	padding-left: 26px;
}
.service_area_list ul li:before {
	background: url("../images/location_icon.png") no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
}
.service_area_list ul li a {
	color: #555;
}
.faq_list_heading {
	background: #05d2fa;
	font-weight: 500;
	line-height: 22px;
	padding: 10px 20px;
	border-radius: 8px 8px 0 0;
	margin-top: 25px;
	color: #111;
}
.faq_list_text {
	color: #666;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.banner_bottom_section {
	padding: 70px 0;
}
.welcome_img img {
	border-radius: 15px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #0baaff;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #3ad200;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_btn {
	display: inline-block;
	background: #1251f7;
	color: #fff !important;
	margin-top: 20px;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	background: #9f00c0;
	display: block;
	margin-top: 20px;
	border-radius: 30px;
	color: #fff !important;
	text-transform: capitalize;
	padding: 9px 0 10px 18px;
	font-size: 15px;
	width: 190px;
}

.side_btn a {
    position: fixed;
    z-index: 999;
    top: 180px;
    right: -38px;
    background: #f1c214;
    transform: rotate(90deg);
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
	border-radius: 0px 0px 4px 4px;
}
.faq_sec {
    padding: 80px 0;
    background: #ecffe2;
}
#accordionExample {
    margin-top: 30px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1c214;
	    box-shadow: inset 0 -2px 0 rgb(0 0 0);
}
.accordion-button {
	background-color: #f1c214;
    text-transform: uppercase;
    margin-bottom: 7px;
    cursor: pointer;
}
.accordion-item {
    border: none;
}
.cal_btn a {
    position: absolute;
    right: 0;
    bottom: 25px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(124 2 167);
    padding: 10px 20px;
    border-radius: 40px;
}
/*========= Responsive =========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_right, .home_strip_section_right_inner::before, .home_strip_section_right_inner::after {
  display: none !important;
}
.logo img {
  width: 190px;
}
.service_area_list ul li {
  width: 50%;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-slide-info {
  right: 4%;
  left: 4%;
}
.banner_heading {
  font-size: 28px;
  line-height: 30px;
  margin-top: 10px;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.ms-slide::before {
  width: 100%;
  background: rgb(159,0,192);
  background: linear-gradient(270deg, rgba(159,0,192,0.6978991425671831) 0%, rgba(0,0,0,0.7035013834635417) 100%);
}
.banner_btn, .home_about_section_btn, .home_choose_section_btn {
  font-size: 15px;
  padding: 10px 20px;
}
.sidebar_fixed_buttons {
  right: 10px;
  width: 35px;
}
.banner_bottom_section, .home_service_section, .home_strip_section, .home_area_section, .contact_page_form_section {
  padding: 40px 0;
}
.welcome_img, .inner_page_img {
  margin-bottom: 25px;
}
.home_about_section_heading, .home_service_section_heading, .service_right_sec_heading, .home_strip_section_left, .home_choose_section_heading, .home_project_section_heading, .footer_contact_heading {
  font-size: 27px;
  line-height: 29px;
}
.home_service_block {
  margin-top: 30px;
}
.service_right_sec {
  margin-top: 40px;
  padding-left: 12px;
}
.service_right_sec_subheading {
  font-size: 20px;
  line-height: 27px;
}
.home_strip_section_right {
  margin-top: 20px;
}
.home_strip_section_right_inner {
  display: flex;
  padding: 15px;
  font-size: 18px;
  line-height: 28px;
}
.home_strip_section_right_inner img {
  width: 55px;
  margin-right: 10px;
}
.home_strip_section_right_inner a {
  font-size: 25px;
}
.home_about_img {
  padding: 0 30px;
  margin-bottom: 30px;
}
.about_img2 {
  width: 120px;
}
.about_exp {
  width: 120px;
  right: 0;
}
.home_about_section {
  padding: 40px 0 85px;
}
.home_spec_block {
  border-right: none;
  font-size: 16px;
  line-height: 21px;
  margin: 8px 0;
}
.home_choose_left {
  border-right: none;
  padding-right: 12px;
}
.home_spec_sec {
  margin-bottom: 40px;
}
.home_choose_right {
  padding-left: 12px;
  margin-top: 40px;
}
.home_project_section {
  padding: 110px 0 40px;
}
.home_cta_strip {
  margin: 0 0 40px;
}
.home_cta_strip_text {
  font-size: 20px;
  line-height: 26px;
}
.home_cta_strip_right {
  margin-top: 20px;
}
.footer {
  padding: 40px 0 60px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
}
.footer_privacy {
  padding: 25px 0 0;
}
.page .entry-title, .blog_page_title {
  font-size: 26px;
}
.page .entry-header, .blog_page_header {
  padding: 140px 0 70px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading, .inner_page_bottom_box_heading {
  font-size: 22px;
  line-height: 27px;
}
.inner_page_mid_section, .inner_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  padding: 30px 20px;
  margin-top: 40px;
}
.contact_page_block {
  margin-bottom: 25px;
}
#back-to-top {
  bottom: 55px;
  width: 40px;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {
  right: 11%;
  left: 11%;
}
.contact_page_block {
  width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide::before {
  width: 80%;
  background: rgb(121,0,179);
  background: linear-gradient(270deg, rgba(121,0,179,1) 25%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
  right: 11%;
  left: auto;
}
.home_service_block_content {
  padding: 20px 15px;
}
.home_strip_section_right_inner::before, .home_strip_section_right_inner::after {
  display: block !important;
}
.home_strip_section {
  padding: 0;
}
.home_strip_section_left {
  padding-right: 100px;
}
.home_strip_section_right {
  margin-top: 0;
}
.home_strip_section_right_inner {
  padding: 40px 0;
}
.service_right_sec {
  margin-top: 60px;
}
.home_choose_right {
  margin-top: 0;
}
.service_area_list ul li {
  width: 33.3%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_heading {
  font-size: 44px;
  line-height: 48px;
}
.header_menu ul li a {
  font-size: 13px;
  padding: 6px 11px;
}
.header_btn {
  font-size: 13px;
  padding: 10px 15px;
}
.home_service_section_heading {
  font-size: 32px;
  line-height: 32px;
}
.home_strip_section_left {
  font-size: 28px;
  line-height: 32px;
}
.footer_form .contact_btn input {
  padding: 0;
}
.footer_top_block {
  padding-left: 12px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide::before {
  width: 80%;
  background: rgb(121,0,179);
  background: linear-gradient(270deg, rgba(121,0,179,1) 25%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
  right: 11%;
  left: auto;
}
.home_service_block_content {
  padding: 20px 15px;
}
.home_strip_section_right_inner::before, .home_strip_section_right_inner::after {
  display: block !important;
}
.home_strip_section {
  padding: 0;
}
.home_strip_section_left {
  padding-right: 100px;
}
.home_strip_section_right {
  margin-top: 0;
}
.home_strip_section_right_inner {
  padding: 40px 0;
}
.service_right_sec {
  margin-top: 60px;
}
.home_choose_right {
  margin-top: 0;
}
.service_area_list ul li {
  width: 33.3%;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.ms-slide::before {
  width: 80%;
  background: rgb(121,0,179);
  background: linear-gradient(270deg, rgba(121,0,179,1) 25%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
  right: 11%;
  left: auto;
}
.home_service_block_content {
  padding: 20px 15px;
}
.home_strip_section_right_inner::before, .home_strip_section_right_inner::after {
  display: block !important;
}
.home_strip_section {
  padding: 0;
}
.home_strip_section_left {
  padding-right: 100px;
}
.home_strip_section_right {
  margin-top: 0;
}
.home_strip_section_right_inner {
  padding: 40px 0;
}
.service_right_sec {
  margin-top: 60px;
}
.home_choose_right {
  margin-top: 0;
}
.service_area_list ul li {
  width: 33.3%;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide::before {
  width: 80%;
  background: rgb(121,0,179);
  background: linear-gradient(270deg, rgba(121,0,179,1) 25%, rgba(255,255,255,0) 100%);
}
.ms-slide-info {
  right: 11%;
  left: auto;
}
.home_service_block_content {
  padding: 20px 15px;
}
.home_strip_section_right_inner::before, .home_strip_section_right_inner::after {
  display: block !important;
}
.home_strip_section {
  padding: 0;
}
.home_strip_section_left {
  padding-right: 100px;
}
.home_strip_section_right {
  margin-top: 0;
}
.home_strip_section_right_inner {
  padding: 40px 0;
}
.service_right_sec {
  margin-top: 60px;
}
.home_choose_right {
  margin-top: 0;
}
.service_area_list ul li {
  width: 33.3%;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.banner_heading {
  font-size: 44px;
  line-height: 48px;
}
.header_menu ul li a {
  font-size: 13px;
  padding: 6px 11px;
}
.header_btn {
  font-size: 13px;
  padding: 10px 15px;
}
.home_service_section_heading {
  font-size: 32px;
  line-height: 32px;
}
.home_strip_section_left {
  font-size: 28px;
  line-height: 32px;
}
.footer_form .contact_btn input {
  padding: 0;
}
.footer_top_block {
  padding-left: 12px;
}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.banner_heading {
  font-size: 44px;
  line-height: 48px;
}
.header_menu ul li a {
  font-size: 13px;
  padding: 6px 11px;
}
.header_btn {
  font-size: 13px;
  padding: 10px 15px;
}
.home_service_section_heading {
  font-size: 32px;
  line-height: 32px;
}
.home_strip_section_left {
  font-size: 28px;
  line-height: 32px;
}
.footer_form .contact_btn input {
  padding: 0;
}
.footer_top_block {
  padding-left: 12px;
}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  right: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  right: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  right: 24%;
}
} 
