/*
Theme Name: moxasoft
Theme URI: #
Author: Moxasoft Guy
Author URI: #
Description: moxasoft.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2029
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-2025
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: "Space Grotesk", sans-serif;
}
p{
		 font-family: "Space Grotesk", 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-color: #6644FF !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:#000 !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: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;
	}
	
}


@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%;
}
	
	
}

@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;
}
}