.elementor-1242 .elementor-element.elementor-element-3a83c77{margin-top:0px;margin-bottom:100px;padding:0px 15px 0px 15px;}.elementor-1242 .elementor-element.elementor-element-9204cd7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1242 .elementor-element.elementor-element-8854ba4:not(.elementor-motion-effects-element-type-background), .elementor-1242 .elementor-element.elementor-element-8854ba4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-1242 .elementor-element.elementor-element-8854ba4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1242 .elementor-element.elementor-element-8854ba4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1242 .elementor-element.elementor-element-468325e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1242 .elementor-element.elementor-element-cdadb05{width:var( --container-widget-width, 24.727% );max-width:24.727%;--container-widget-width:24.727%;--container-widget-flex-grow:0;text-align:start;}.elementor-1242 .elementor-element.elementor-element-16ab56b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1242 .elementor-element.elementor-element-f6cc95d{width:var( --container-widget-width, 87.451% );max-width:87.451%;--container-widget-width:87.451%;--container-widget-flex-grow:0;}.elementor-1242 .elementor-element.elementor-element-f6cc95d > .elementor-widget-container{margin:0px 0px -50px -42px;}.elementor-1242 .elementor-element.elementor-element-ad62313{text-align:center;}@media(min-width:768px){.elementor-1242 .elementor-element.elementor-element-162df81{width:44.906%;}.elementor-1242 .elementor-element.elementor-element-b48f34a{width:55.094%;}.elementor-1242 .elementor-element.elementor-element-a10651c{width:38.828%;}.elementor-1242 .elementor-element.elementor-element-0cf8446{width:61.171%;}}/* Start custom CSS for html, class: .elementor-element-0dc6209 */.input-area {
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    border: 1px solid #fff;
    color: #222d39;
    border: none !important;
    font-size: 15px;
    height: 60px;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.errorMsg{
    position: absolute;
    color: red;
    margin-top: -1px;
    font-size: 13px;
}
.errorMsg-mt{
    margin-top: -10px
}
/*.input-area:focus-visible{*/
/*    border: none !important;*/
/*}*/
.msg-input-area{
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    border: 1px solid #fff;
    color: #222d39;
    border: none !important;
    font-size: 15px;
    outline: 0;
    box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
    width: 100%;
    height: auto;
    line-height: 25px;
    max-height: 300px;
    min-height: 50px;
}
.fixed_overlay{
    position: fixed;
    width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); top: 0; left: 0;
    z-index: 999; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}
.loader-list{
    padding: 0px;
    margin-left: -10px;
    list-style-type: none;
}
.fixed_overlay p{
    position: relative;
    color: white;
    font-size: 20px;
    /* display: block; */
    text-align: center;
    width: 100%;
}
.email-non-company-error{
    margin-bottom: -8px;
}
/********* loader style *******************/
.loader-5 {
    position: relative;
	height: 32px;
	width: 32px;
	-webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-5::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: auto;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: auto;
	bottom: 0; right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader-5 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: auto; right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, 24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
	content: "";
	display: block;
	position: absolute;
	top: auto; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, -24px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3a83c77 *//******* Clariti logo and header links *******/
.menu>.nav-item>.nav-link {
    color: black !important;
}
.sticky_logo .sticky_logo_img {
    display: block !important;
}
.sticky_logo img:nth-child(1), .disNone {
    display: none;
}
.page-template-default .menu_toggle .hamburger span{
    background: black;
}
/***********End************/
/****** H1 tag and background image *******/
h1.f_p{
    background: -webkit-linear-gradient(180deg, #ed23ef, #bb59ff, #5c2bff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    display: inline-block;
}
.breadcrumb_area{
    background-image: none !important;
}
.breadcrumb_shap{
    display: none;
}
.sub_con_h {
    color: black;
    font-weight: 400;
    margin-top: -15px
}
.sub_con_h span{
    color: #5B2AFF;
    font-weight: 500;
}
/***********End************/
/*********** inner Sec ***********/
.mt-sec{
    border-radius: 10px;
    /*margin-top: -170px;*/
    margin-top: -100px;
    padding: 40px;
}
/***********End************/
/**********Left bottom img *********/
.left-img .elementor-widget-wrap.elementor-element-populated{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/***********End************/
/*******gradiant Text********/
.gradiant-clr h2{
    background: -webkit-linear-gradient(180deg, #ed23ef, #bb59ff,#5c2bff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 4px;
}
/***********End************/
/********H2 Tag**********/
.m-head h2{
    font-size: 30px;
    font-weight: 700;
    color: #000001;
    text-align: left;
    margin-top: 10px;
}
/***********End************/
/**********Address***********/
.address{
    max-width: 350px;
    margin-top: 10px;
}
.address p{
    font-weight: 300;
    font-size: 20px;
    color: black;
}
/***********End************/
/******contact number*******/
.contact-num p{
    font-size: 20px;
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.contact-num img{
    margin-right: 10px;
}
/***********End************/
/*******Live System Status*******/
.live-status{
    margin-top: -35px;
}
.live-status p{
    background: -webkit-linear-gradient(180deg, #ed23ef, #bb59ff,#5c2bff 80%);
    display: inline-block;
    color: white;
    /*padding: 10px 20px;*/
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
    font-size: 18px;
}
.live-status a {
    color: white;
    /*padding: 15px 20px 18px 20px;*/
    padding: 0px 20px 0px 20px;
    display: flex;
    align-items: center;
}
.live-status a:hover{
    color: #ffffff;
}
.live-status img{
    margin-right: 10px;
}
/*.live-status span{*/
/*    text-decoration: underline;*/
/*}*/
/***********End************/
/*******Submit btn**********/
.form-sub-btn {
        border: solid 1px #5e2ced;
    color: #5e2ced;
    padding: 14px 36px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    transition: all linear 0.2s;
    background-color: white;
    margin-bottom: 30px;
    margin-top: 15px;
    cursor: pointer;
}
.form-sub-btn:hover {
    color: #fff;
     background-color: #5e2ced; 
    /*background-color: #074086;*/
}
/***********End************/
/************Thank You***********/
.tq {
    text-align: center;
    border-radius: 25px;
    max-width:600px;
    margin: auto;
    padding: 10px;
}
.tq img{
    width: 120px;
}
.tq h2{
    font-size: 30px;
    font-weight: 700;
    color: #000001;
    margin-top: 20px;
    max-width: 400px
}
.tq-text{
    font-size: 18px;
    color: black;
    
}
.tq-text span{
    color: #5B2AFF;
    font-weight: 600;
}

/***********End************/
@media screen and (max-width: 767px){
    .left-img .elementor-element-1686fd9 img{
        display: none;
    }
    .mt-sec{
        margin-top: -150px;
    }
}
@media screen and (max-width: 576px){
    .breadcrumb_content.text-center{
        margin-top: -120px;
    }
    .breadcrumb_content.text-center h1{
        font-size: 30px;
    }
    .mt-sec{
        padding: 0px 0px 40px 0px;
    }
}/* End custom CSS */