/* 
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 */


/* Fix header nav width issue */
.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
    left: 0 !important;
}

.hfe-nav-menu {
    flex-wrap: wrap;
}

.main_header .e-con-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.bold {
	font-weight: 600 !important;
}

.footer-form {
	display: flex;
    gap: 3px;
}

.footer-form .col-md-8 {
    flex: 0 0 86%;
    max-width: 86%;
}

.footer-form .col-md-2 {
    flex: 0 0 13.666667%;
    max-width: 13.666667%;
}

.footer-form p span input {
    background-color: #00000000;
    font-size: 14px;
    border-color: #fff !important;
    padding: 12px 15px;
	border-radius: 0;
	outline: none !important;
	font-family: var( --e-global-typography-e82308c-font-family ), Sans-serif;
	height: 47px;
	color: #fff !important;
}

.footer-form p span input::focus-visible {
    border-color: #fff !important;
	border: 0;
	outline: none !important;
}

.pt-0 {
	padding: 0 !important;
}


.footer-form p {
	margin-bottom: 0;
}

.footer-form p span input::placeholder {
	color: #fff !important;
}

.footer-form button.custom-submit-btn {
    padding: 11px 10px;
    background-color: #FFFFFF00;
    border-color: #fff;
    outline: navajowhite;
    line-height: 0;
	height: 47px;
	
}

.footer-form p span input::focus {
   background-color: #FFFFFF00 !important;
}

.footer-form button.custom-submit-btn:hover {
	background-color: #293c4c;
	border-color: #fff;
}

.wpcf7-response-output {
	margin: 0 !important;
	border-color: #fff !important;
}

.footer-form .wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #fff !important;
}

.footer-form .form-div {
	width: 100%;
}

.blog_content p {
	margin-bottom: 10px !important;
}

.fix_side_bar {
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 10
}

.blog_content * {
	text-align: left !important;
}

.blog_content h2 {
    font-family: var(--e-global-typography-4157d2f-font-family), Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
}

.blog_content h3 {
    font-family: var(--e-global-typography-4157d2f-font-family), Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
}

.blog_content h4 {
    font-family: var(--e-global-typography-4157d2f-font-family), Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
	margin-top: 12px;
	margin-bottom: 12px;
}

.blog_content p strong {
    font-weight: 500 !important;
    color: #3a3a3a;
}

.potential_content h3 {
	margin-top: 0px !important;	
}

.blog_content ul {
	padding-left: 30px !important;
}

.blog_content ul li {
	margin-bottom: 10px;
}

.blog_content a {
	color: #3a3a3a;
	font-weight: 500;
}

@media screen and (max-width: 1440px) {
	.footer-form .col-md-8 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	
}

@media screen and (max-width: 1380px) {
	.gallery_box2 {
		margin-top: -115px !important;
	}
	
	.gallery_box2 .box_img1 {
		margin-top: 134px !important;
	}

	.gallery_box2 .box_img1 img {
		height: 268px !important;
	}
	
	.gallery_box2 .box2_last img {
		height: 620px !important;
	}

	.gallery_box3 {
		margin-top: -195px !important;
	}
	
}

@media screen and (max-width: 1200px) {
	.gallery_box2 {
		margin-top: -90px !important;
	}
	
	.gallery_box2 .box_img1 {
		margin-top: 110px !important;
	}

	.gallery_box2 .box_img1 img {
		height: 221px !important;
	}
	
	.gallery_box2 .box2_last img {
		height: 510px !important;
	}

	.gallery_box3 {
		margin-top: -160px !important;
	}
	
	
}


@media screen and (max-width: 1080px) {
	.gallery_box2 {
		margin-top: -85px !important;
	}
	
	.gallery_box2 .box_img1 {
		margin-top: 104px !important;
	}

	.gallery_box2 .box_img1 img {
		height: 201px !important;
	}
	
	.gallery_box2 .box2_last img {
		height: 470px !important;
	}

	.gallery_box3 {
		margin-top: -147px !important;
	}
	
	.blog_content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.blog_content h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.blog_content h4 {
		font-size: 20px;
		line-height: 24px;
	}
	
}


@media (max-width: 1060px) {
	.fix_side_bar {
        position: relative;
        top: 0;
    }
}



@media screen and (max-width: 820px) {
	.live_cu_img .swiper-slide-image {
		width: 100% !important;
	}
	
	.blog_content h2 {
		font-size: 22px;
		line-height: 26px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
	.blog_content h3 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
	.blog_content h4 {
		font-size: 18px;
		line-height: 20px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 767px) {
	.footer-form p span input {
		padding: 8.5px 15px;
	}
	
	.blog_content ul {
		padding-left: 25px !important;
	}
	
	.blog_content ul li {
		margin-bottom: 5px;
	}
}

/* BLOG PAGE CSS */

.blog_item .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-categories {
    list-style: none;
    padding: 0 15px
}

.blog-categories li a {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.blog-categories li {
    position: relative
}

.blog-categories li::after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
	color: #fff;
}

.recent_post article .elementor-post__card {
	flex-direction: row !important;
	align-items: center;
	padding: 14px !important;
}

.recent_post article .elementor-post__card a.elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}


.recent_post .elementor-post__card {
    display: flex;
    align-items: center;
    gap: 0;
}

.recent_post .elementor-post__thumbnail__link {
    width: 30%;
    flex: 0 0 30%;
}

.recent_post .elementor-post__text {
    width: 70%;
    flex: 0 0 70%;
}

.recent_post .elementor-post__text h3 {
	margin-bottom: 0 !important;
}

.recent_post .elementor-post__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 5px;
}

@media (max-width: 680px) {
	.recent_post article .elementor-post__card {
		padding: 10px !important;
	}
	
	.recent_post .elementor-post__thumbnail {
		height: 70px !important;	
	}
	
	
}















