/* 
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 */
.banner-head span {
	color: #f76400 !important;
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wpcf7 form .wpcf7-response-output{
	color:#fff;
	text-align:center;
}
.blog-wrap {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.blog-wrap li {
	box-shadow: none !important;
	display: inline-block;
	float: left;
	width: calc(33.33% - 40px) !important;
	margin: 0 20px 125px 20px !important;
	position: relative;
}

.blog-wrap li .blog-img {
	height: 300px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.blog-wrap li .blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.blog-content h2 {
	color: #fff;
	font-family: "Montserrat";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin-top: 0;
}

.blog-content .blog-readmore {
	display: none;

}

.blog-content .blog-readmore p {
	color: #ffffff;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 22px;
}

.blog-wrap li:hover .blog-readmore {
	display: block;
	transition: .9s;
}

.blog-content a.readmore-btn {
	border-radius: 10px;
	background: #F76400;
	color: #ffffff;
	padding: 10px 16px;
	line-height: 1.4;
	font-family: "Montserrat";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}

.blog-content a.readmore-btn:hover i {
	transform: rotate(180deg);
	transition: .5s;
}

.blog-data-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
}

.blog-data-box p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Montserrat";
	font-size: 12px;
	color: #ffffff;
	margin: 0 0;
}

.blog-data-box i {
	color: #F76400;
	margin-right: 6px;
	margin-top: 1px;
}

.blog-box {
	position: relative;
}

.blog-content {
	position: absolute;
	bottom: -95px;
	padding: 36px 25px;
	background: #00097A;
	text-align: center;
	margin: 0 30px;
	z-index: 1;
	border-radius: 30px;
	transition: .9s;
	left: 0;
	right: 0;
}

@media (max-width: 1200px) {
	.blog-wrap li {
		width: calc(50% - 40px) !important;
		margin-bottom: 135px;
	}
}

@media (max-width: 767px) {
	.blog-wrap li {
		width: calc(100% - 0px) !important;
		margin-left: 0;
		margin-right: 0;
	}
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
		width: 100%;
		border: 1px solid #fff;
		border-radius: 7px !important;
	}
	.wpcf7.js {
		text-align: end;
	}
}

@media (max-width: 500px) {
	.blog-content {
		bottom: -85px;
		padding: 27px 16px;
		margin: 0 20px;
	}

	.blog-content h2 {
		font-size: 18px;
		line-height: 26px;
	}
}

.header {
	position: absolute;
	width: 100%;
	z-index: 99;
	padding-top: 10px;
}

.header-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

/* #sticky-footer {
	display: none;
} */

.acton-box,
.log-box {
	width: 50%;
}

.log-box {
	/* 	height: 115px; */
	display: flex;
	align-items: center;
}

.botton-join-us,
.header-botton {
	background-color: #61CE7000;
	font-family: "Kumbh Sans", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 24px;
	text-decoration: none;
	display: block;
}

.botton-join-us {
	background-color: #FFFFFF;
	color: #000;
}

.botton-join-us:focus,
.botton-join-us:active,
.botton-join-us:hover {
	background-color: #61CE7000;
	color: #fff;
}
.header-botton:focus,
.header-botton:active,
.header-botton:hover {
	background-color: #FFFFFF;
	color: #000;
}

.acton-box {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
	flex-wrap: wrap;
}

#sideNav {
	width: 250px;
	height: 100vh;
	position: fixed;
	right: -250px;
	top: 0;
	background: #000000;
	z-index: 2;
	transition: 0.5s;
}

#sideNav ul {
	margin: 0;
	padding: 50px 0 0 30px;
	list-style: none;
}

#sideNav ul li {
	margin: 30px 0;
}

#sideNav ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "Kumbh Sans", Sans-serif;
	font-weight: 400;
}

#menuBtn {
	width: 32px;
	cursor: pointer;
}

.close {
	width: 22px;
	position: absolute;
	right: 20px;
	top: 18px;
}

.hover-effect:hover {
	transform: scale(1.05);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-stars {
position: absolute;
bottom: 0;
} */

/* .ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-bio {
padding-bottom: 40px;
} */

.tab-box form .wpcf7-form-control-wrap select option {
	font-size: 13px;
}

.wpcf7-response-output {
	margin: 0 !important;
	margin-top: 30px !important;
}

.testimonials .elementskit-commentor-content {
	min-height: 230px;
}

@media screen and (max-width: 1300px) {
	.header-box {
		padding: 0 20px;
	}
}

@media screen and (max-width: 950px) {
	.acton-box {
		width: calc(100% - 140px);
	}

	.log-box {
		width: auto;
	}
}

@media screen and (max-width: 767px) {

	.testimonials .elementskit-commentor-content {
		min-height: inherit;
	}

	.log-box img {
		width: 110px;
	}
	.header-botton {
		padding: 10px 20px;
	}

	.header-box {
		justify-content: space-around;
		padding: 0;
	}
}

@media screen and (max-width: 550px) {
	.acton-box {
		gap: 0px;
	}
}

@media screen and (max-width: 450px) {
	.botton-join-us,
	.header-botton {
		padding: 7px 15px;
		font-size: 14px;
	}

	.log-box img {
		width: 80px;
	}

	.btn-group {
		gap: 5px;
	}
	
	.acton-box {
        width: calc(100% - 80px);
    }
	
	.acton-box {
		padding-right: 5px;
	}
}

