/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.search .page-content {
    padding-top: 110px;
	  padding-bottom: 80px;
}

.search .page-content h2 a {
    color: #464646;
    font-size: 20px;
    text-decoration: none;
}

.search .page-content h2 {
    line-height: 1;
    margin-top: 0;
}

.search .page-content img {
    width: auto;
    height: 300px;
    object-fit: contain;
}

.article-grid h2 {
    font-size: 32px;
		margin-bottom: 20px
}

.article-grid p{
	color: #3E3F3F;
	line-height: 1.6;
}

.article-grid .txt {
    margin-bottom: 40px;
}

.article-grid figcaption {
    font-style: normal;
    margin-bottom: 40px;
}

.article-grid .full-wid img {
    width: 100%;
}

figure.full-wid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

figure.full-wid {
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
}

.article-grid .custom-row{
	display: flex;
	gap: 60px;
	margin: 20px 0;
}

.article-grid .custom-row .col-lg-6{
	width: calc(100% / 2);
}

.article-grid figcaption {
    font-style: normal;
}
.article-grid .article-name h3 {
    font-size: 55px;
    width: fit-content;
    border-bottom: 4px solid #d10c14;
    padding-bottom: 15px;
    margin-bottom: 160px;
}
.author {
    position: relative;
    bottom: -110px;
    height: 0;
}

/*custom - end*/

.jet-tabs {
  flex-direction: column;
}
.calendly-badge-widget .calendly-badge-content {
	font-family: "Poppins",Sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
	line-height: 1em !important;
	letter-spacing: 1px !important;
}

.border_solid > .elementor-container.elementor-column-gap-default {
	padding: 45px;
	border: solid 2px #e5e5e5;
}

@media (max-width:1024px) {
	.hide_br br {
		display:none;
	}
	.border_solid > .elementor-container.elementor-column-gap-default {
		padding: 30px 0px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	body:not(.rtl) .elementor-2936 .elementor-element.elementor-element-7f75f0c .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
	margin-right: 10px;
}
		body .elementor-2936 .elementor-element.elementor-element-7f75f0c .elementor-nav-menu .elementor-item {
	font-size: 12px;
}
}
@media (min-width:768px) and (max-width:991px) {
	body .header_call ul li.elementor-icon-list-item.elementor-inline-item:first-child a {
		font-size: 14px;
	}
	body .elementor-2936 .elementor-element.elementor-element-7f75f0c .elementor-nav-menu .elementor-item {
	font-size: 11px;
}
	body .elementor-2936 .elementor-element.elementor-element-f60213a {
	padding: 15px 15px 15px 15px;
}
	body:not(.rtl) .elementor-2936 .elementor-element.elementor-element-7f75f0c .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
	margin-right: 1px !important; 
}
}
#pricinglink a {
color: #FFFFFF;
}


/*Fix-Header Menu Issue for long submenus*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: block;
}