/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400..700&display=swap');

*{
	margin:0px;
	padding:0px;box-sizing:border-box;
}
body {
	 font-family: "Reddit Sans", Sans-serif;
}
p{
		 font-family: "Reddit Sans", Sans-serif;
}

.why_choose_us h2::after {
    width: 1px;
    height: 122px;
    content: "";
    position: absolute;
    top: 58px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: #ccc;
}
.why_choose_us h2::before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 50%;
    background: #ccc;
}
.why_choose_us .elementor-element-250104e:after {
    width: 458px;
    height: 75px;
    content: "";
    position: absolute;
    top: -73px;
    left: 86px;
    right: 0px;
    /* margin: 0px auto; */
    background: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 0px 0px 0px;
}

.why_choose_us .elementor-element-b7d874a:after {
    width: 227px;
    height: 37px;
    content: "";
    position: absolute;
    top: -37px;
    left: 96px;
    right: 0px;
    /* margin: 0px auto; */
    background: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 0px 0px 0px;
}



.why_choose_us .elementor-element-ccceab7:after {
    width: 441px;
    height: 75px;
    content: "";
    position: absolute;
    top: -73px;
    left: inherit;
    right: 105px;
    /* right: 0px; */
    /* margin: 0px auto; */
    background: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 0px 0px 0px;
    transform: scaleX(-1);
}

.why_choose_us .elementor-element-8799334:after {
    width: 227px;
    height: 37px;
    content: "";
    position: absolute;
    top: -37px;
    right: 96px;
    /* margin: 0px auto; */
    background: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 0px 0px 0px;
	    transform: scaleX(-1);
}

.s_span ul{
	list-style:none;
	position:relative;
}
.s_span ul::after {
    width: 1px;
    height: 192px;
    content: "";
    position: absolute;
    top: -25px;
    left: -35px;
    right: 0px;
    margin: 0px;
    background: #ccc;
}
.s_span ul li {
    margin-bottom: 25px;
	position:relative;
}
.s_span ul li::after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    top: 1px;
    left: -46px;
    border-radius: 50%;
    background: #d1d1d1;
    border: 5px solid #ebebeb;
}
.heading_area h2 {
    display: table;
    background: #2e2e2e;
    margin: 0;
    line-height: 14px;
    width: auto !important;
    padding: 0px;
    padding: 19px 33px;
    border-radius: 39px;
    margin: 0px auto 34px;
    border: 1px solid #555;
}
.img_in img{
	filter:invert(1);
}
.soft_area{
webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-box-shadow: 0px 32px 100px 0px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0px 32px 100px 0px rgba(0, 0, 0, 0.0392156863);
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6336)), to(rgba(222, 223, 227, 0.3456)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.6336) 0%, rgba(222, 223, 227, 0.3456) 100%);
}
.soft_area2 {
    webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-box-shadow: 0px 32px 100px 0px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0px 32px 100px 0px rgba(0, 0, 0, 0.0392156863);
    border: 1px solid rgb(92 92 92 / 52%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6336)), to(rgba(222, 223, 227, 0.3456)));
    background: linear-gradient(360deg, rgb(74 74 74 / 63%) 0%, rgb(0 0 0 / 35%) 100%);
}

.lis_style ul{
	list-style:none;
	position:relative;
}
.lis_style ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #787878cc;
}
.lis_style ul li:last-child{
	border:0px;
}

.contact_area .elementor-icon-box-description a{
	color:#333 !important;
}
.contact_area input, .contact_area textarea {
    width: 100% !important;
    max-width: 100% !important;
    background: #fff !important;
    border: 1px solid #dfdfdf !important;
    font-family: 'Space Grotesk';
    height: 55px !important;
    border-radius: 4px !important;
}
.contact_area textarea{
height: 86px !important;
}
.contact_area button {
    background: #4DA034 !important;
    font-family: "Space Grotesk", Sans-serif !important;
    font-size: 15p !importantx;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.6px !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 20px 48px 20px 48px !important;
}
.contact_area button:hover{
	background-color: #093F8E !important;
}
.case_overlay {
    position: absolute !important;
    bottom: 0px;
    padding: 12px 40px !important;
    background: #00000063;
    width: 100%;
}
.case_overlay::after {
    width: 33.33%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    height: 100%;
    background: #6244ff;
}
.elementor-element-aa13373 .case_overlay::after {
    width: 33.33%;
    position: absolute;
    left: 0px;
	right:inherit;
    top: 0px;
    content: "";
    height: 100%;
    background: #6244ff;
}
.case_overlay b{
display: block;
    font-size: 24px;
    margin-bottom: 9px;
}
.why_choose_us  .sec_why{
	transition:all 0.5s;
}
.why_choose_us  .sec_why:hover{
	background:#6644FF !important;
}
.why_choose_us  .sec_why:hover h3, .why_choose_us  .sec_why:hover p, .why_choose_us  .sec_why:hover .elementor-widget-text-editor{
	color:#fff !important;
}
.why_choose_us  .sec_why:hover img{
filter:invert();
}
.main_header.topmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
}
.main_header.topmenu_fixed .e-con-inner{
    padding-top: 0;
}
@media screen and (max-width:1099px) and (min-width:1026px){
.head-menu nav.elementor-nav-menu--main ul li a {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
}


@media screen and (max-width:1025px){
	.elementor-menu-toggle{
		display:none;
	}
		.why_choose_us h2::before, .why_choose_us .sec_why::after, .why_choose_us h2::after{
		display:none !important;
	}
	.s_span ul::after {
    height: 100%;

}
	.main_header.topmenu_fixed {
    position: relative !important;

}
	.footer .elementor-menu-toggle{
		display:none !important;
	}
	.footer .elementor-nav-menu--main {
        display: block !important;
    }
	.header .elementor-nav-menu__align-end {
		display:none !important;
	}
	
.head-menu .elementor-widget-nav-menu {
    display: block !important;
}

.head-menu .elementor-widget-nav-menu nav.elementor-nav-menu--main {
    display: block;
}

.head-menu .elementor-widget-nav-menu .elementor-menu-toggle {
    display: none;
}
.service_box .elementor-widget-image {
    width: 90px !important;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_box .elementor-widget-image img {
    height: 55px !important;
    object-position: center !important;
}
	
.head-menu nav.elementor-nav-menu--main ul {
   justify-content: space-between !important;
}
	
}

@media screen and (max-width:991px){
.service_box .elementor-widget-image {
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_box .elementor-widget-image img {
    height: 50px !important;
    object-position: center !important;
}
	
.head-menu nav.elementor-nav-menu--main ul li:last-child {
    padding: 2px 18px !important;
    margin-left: 10px !important;
}
	
}

@media screen and (max-width:767px){
	.case_overlay::after{
		display:none;
	}
	.case_overlay {
    position: relative !important;
    bottom: 0px;
    padding: 12px 0px !important;
    background: none;
    width: 100%;
}

.head-menu .elementor-widget-nav-menu {
    display: none !important;
}
	
.service_box .elementor-widget-image {
        width: 85px !important;
        height: 85px !important;
        display: flex;
        align-items: center;
        justify-content: center;
}
	
.service_box .elementor-widget-image img {
    height: 50px !important;
    object-position: center !important;
}
	
}

@media screen and (max-width:580px){
	.footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    width: 50%;
		padding:8px;
		align-content:center;
		justify-content:center;
		align-items:center;
    text-align: center;
}
	.footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a{
	    border: 1px solid #707070;
    background: #3a3a3a;
    text-align: center;
    justify-content: center;
}
	
.service_box .elementor-widget-image {
     width: 90px !important;
     height: 90px !important;
     display: flex;
     align-items: center;
}
}


#fluentform_3 input {
    font-family: "Reddit Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

#fluentform_3 input::placeholder, #fluentform_3 textarea::placeholder {
    color: #333333;
}

#fluentform_3 textarea {
    font-family: "Reddit Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

#fluentform_3 button.ff-btn-md.ff_btn_style {
    font-family: "Reddit Sans", Sans-serif !important;
}

.service_box:hover h3 {
    color: #fff !important;
}

.service_box:hover .elementor-divider span.elementor-divider-separator {
    border-color: #fff;
}

.service_box .elementor-widget-image {
        width: 90px !important;
        height: 90px !important;
        display: flex;
        align-items: center;
        justify-content: center;
}
	
.service_box .elementor-widget-image img {
    height: 60px !important;
    object-position: center !important;
}

.head-menu nav.elementor-nav-menu--main ul li:last-child {
    background: #093F8E;
    padding: 4px 30px;
    border-radius: 50px;
    margin-left: 20px;
}

.head-menu nav.elementor-nav-menu--main ul li:last-child:hover {
    background: #4DA034;
}

.head-menu nav.elementor-nav-menu--main ul li:last-child a {
    letter-spacing: 1.2px;
	color: #fff !important;
} 
