* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
/* 	padding-top:84px; */
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
/* 	background-color: #ffffff; */
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: calc(120px + 7vw) 0 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
    font-size: 70px;
    line-height: 1.2;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}


body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}
/* 
body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
} */

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
 body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
} 
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
/* 	float: left; */
	text-align: center;
	font-weight: normal;
/* 	font-family: 'Satoshi-Regular'; */
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 18px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
    width: 100% !important;
    border: 1px solid #2c365da1 !important;
    border-radius: 6px !important;
    padding: 15px 19px !important;
    color: #4F5363 !important;
    box-shadow: none;
    height: auto !important;
    font-weight: 300;
    line-height: 125% !important;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    background-color: #ff050500 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.gform_heading {
    display: none;
}
body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
} 
body .gform_wrapper.gravity-theme .gfield_label {
    color: #2C365D;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} 
.gfield-choice-input+label {
    color: #4F5363;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_footer input {
    border: 0;
    line-height: 18px !important;
	height:56px;
	cursor:pointer;
	font-family: "Sofia Pro";
}
.gfield-choice-input {
    transform: matrix(1.3, 0, 0, 1.3, 0, 0);
	margin-right: 4px;
}
body .gform_footer.top_label {
    padding-bottom: 0 !important;
}
.gf_full_width .ginput_container_address span {
    flex: 0 0 100% !important;
}
.gf_full_width {
    margin-top: 3px !important;
}
/* .footer-col{
width:auto !important;
} */
.beeter_solution .elementor-widget-image {
    width: 100%;
}
.georgia-font span{
	font-family: "Georgia", Sans-serif;
    font-style: italic;
}
.line_brack a {
    word-break: break-all;
}
.footer_divider:after {
    content: "";
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    width: 1px;
    height: 180px;
    left: 0;
}
.footer_divider:before {
    content: "";
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    width: 1px;
    height: 180px;
    left: inherit;
    right: 0;
}
.gf_full_width div.ginput_container {
    width: auto !important;
}
.howour_number .elementor-widget-container {
    width: 35px;
    height: 35px !important;
    display: flex;
    justify-content: center;
    padding: 0;
	margin-right: 18px;
    align-items: center;
}
.image_blur::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    backdrop-filter: blur(10px);
    z-index: 0;
    border-radius: 14px;
}
span.ft-500 {
    font-weight: 500;
    color: #171B20;
}

.faq_custom summary.e-n-accordion-item-title[aria-expanded="true"] {
      border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.nav-bar .elementor-nav-menu--dropdown {
    padding: 10px 26px !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px !important;
	text-align: start;
}
/* Grid form */
 
 .elementor-button .elementor-button-content-wrapper {
	display: block;
	overflow: hidden;
	height: 56px;	 
}

 .elementor-button .elementor-button-text {
	display: block;
	transition: transform 0.6s ease-in-out;
}

 .elementor-button .elementor-button-text span {
	display: block;
	line-height: 56px;
}

/* Hover: scroll up */
 .elementor-button:hover .elementor-button-text {
	transform: translateY(-50%);
}

/* Mouse leave: auto transition back */
.elementor-button .elementor-button-text {
	transform: translateY(0);
}
.header_btn .elementor-button .elementor-button-content-wrapper {	height: 48px;}
.header_btn .elementor-button .elementor-button-text span { line-height: 48px;}



/* Blog section */

/* SIDEBAR ------------------------------------------------------- */

#ajax-sidebar {
    padding: 39px 23px;
    border-radius: 12px;
    background: #F3F6F7;
}

/* Search box */
.search-wrapper {
    position: relative;
    margin-bottom: 30px;
}

#blog_search {
    width: 100%;
    padding: 16px 16px 16px 47px;
    font-size: 18px;
    border-radius: 6px;
    border: 0.3px solid #000;
    background: #FFF;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 19px !important;
}

.search-icon {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 18px;
    pointer-events: none;
}

/* Categories */
h3.sidebar-title {
    color: var(--Primary-Dark, #0C2330);
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 21px;
}
.sidebar-title {
    font-size: 20px;
    margin-bottom: 15px;
}

#blog_categories li {
     list-style: none;
    padding: 0;
    cursor: pointer;
    color: var(--greys-363-b-40, #363B40);
    font-family: "Sofia Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    margin-bottom: 16px;
}

#blog_categories li.active {
    color: #F57E20;
    font-weight: 500;
}
#blog_categories li:before {
    content: "- ";
}
.post-card .post-title {
    margin-top: 13px;
    line-height: inherit;
}
.post-card .post-title a {
    font-family: "sofia pro", Sans-serif;
    color: #171B20;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 32px !important; 
}
/* POST GRID ------------------------------------------------------- */

.ajax-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 37px;
}

/* Post Card */
.post-card {
    padding: 20px;
    padding-bottom: 25px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

.post-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Meta */
.post-meta {
    margin-top: 16px;
    font-size: 18x;
    color: var(--greys-54575-b, #54575B);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* Title */
.post-title a {
    font-size: 22px;
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.post-excerpt {
    margin-top: 12px;
    color: var(--greys-54575-b, #54575B);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* Learn More */
.learn-more {
    margin-top: 28px;
    display: inline-block;
    color: #F57E20;
    font-size: 18.642px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* LOAD MORE BUTTON */
.load-more-container {
    text-align: center;
    margin-top: 38px;
}

#load_more_posts {
/*     background: #f28b20;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 18px;
    border: none; */
    cursor: pointer;
}
.subscribe_from .gform_wrapper.gravity-theme .gfield input {
    border: 0.3px solid #000 !important;
    background: #ffffff !important;
    color: var(--greys-363-b-40, #363B40) !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal !important;
    letter-spacing: -0.2px;
    padding: 15px 18px !important;
    margin-bottom: 10px !important;
    font-family: "sofia pro", Sans-serif;
}
.subscribe_from .gform_wrapper.gravity-theme .gfield input::placeholder {
    font-family: "sofia pro", Sans-serif !important;
	color: var(--greys-363-b-40, #363B40) !important;
    font-size: 20px !important; 
	font-weight: 300 !important;
	line-height: normal !important;
	letter-spacing: -0.2px !important;
}
.subscribe_from .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
}
.subscribe_from .gform_wrapper.gravity-theme .gform_footer input {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
}
.ajax-grid .no-posts-message:not(:first-of-type) {
    display: none;
}
/* Custom Button Only text style */
a.only_text_btn.elementor-button {
    color: var(--e-global-color-d1c3a39);
    background: transparent;
    padding: 0;
    margin-top: 28px;
}
a.only_text_btn.elementor-button span.elementor-button-content-wrapper {
    height: 28px;
}
a.only_text_btn.elementor-button span {
    line-height: 28px;
}
/* End */

.blog_content p {
    margin: 20px 0;
/* 	margin-bottom: 20px; */
}
.blog_content p:nth-last-child(1) {
    margin-bottom: 0;
}
.blog_content .elementor-widget-container p:nth-child(1) {
    margin-top: 0;
}
.bold_text strong {
    color: #171B20;
    font-weight: 500;
    line-height: 33px;
}

.mobile_scroll .e-filter {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox hide */
}

.mobile_scroll .e-filter::-webkit-scrollbar {
    display: none; /* Chrome/Safari hide scrollbar */
}

.mobile_scroll .e-filter-item {
    flex: 0 0 auto;
}
.word_brack a {
    word-break: break-all;
}
.elementor-button-wrapper:has(> a.elementor-button) {
    margin-bottom: -7px;
}
.last_line span.elementor-divider-separator {
    background: linear-gradient(90deg, #171B20 0%, #171B20 0%, #171B20 0%, rgba(23, 27, 32, 0.00) 100%) !important;
    border: none !important;
    height: 1px;
}
.arrow-icon a.elementor-item:hover svg.fa-svg-chevron-down,
.arrow-icon a.elementor-item.highlighted:hover svg.fa-svg-chevron-down,
.elementor-1168 .elementor-element.elementor-element-e82d5cf .elementor-nav-menu--dropdown a.highlighted svg.fa-svg-chevron-down,
.arrow-icon a.elementor-item.elementor-item-active svg.fa-svg-chevron-down{
    fill: var(--e-global-color-d1c3a39);
}
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled{
	opacity: 0.5 !important;
}
body .gform_wrapper .field_description_below .gfield_description {
    border: none;
    padding-top: 11px;
    margin-top: -8px;
    padding: 0;
    background-color: transparent;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2{
	font-size: 18px !important;
}
.mobile_scroll button.e-filter-item {
    cursor: pointer;
}
.download_btn{
	display: block;
    text-align: center;
    padding-top: 11px;
    color: var(--e-global-color-d1c3a39);
    font-weight: 500;
}
body .gfield--type-checkbox .gfield_description {
    margin-top: 4px !important;
}
.logo-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

