/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* GENERAL CSS */

.single-project .inn-box .elementor-post .elementor-post__card .elementor-post__title {
    padding: 0;
}
.sponsorship .faqs .elementor-tab-content, .ekit-team-modal-content {
    text-align: justify;
}
.ekit-team-modal-content {
    font-size: 15px;
}

/* HEADER CSS */



/* HOMEPAGE CSS */
.sec3 .inner-box .elementor-widget-image-box {
    height: 100%;
}
.sec3 .inner-box .elementor-widget-image-box .elementor-widget-container {
    border-radius: 0 50px 0 50px;
	height: 100%;
}
.sec3 .inner-box .elementor-widget-image-box .elementor-widget-container .elementor-image-box-img img {
    border-radius: 0 50px;
	width:100%;
}
.sec3 .inner-box .elementor-widget-image-box .elementor-widget-container .elementor-image-box-title {
    max-width: 270px;
    margin: 5px auto 20px;
    padding: 0 20px;
}
.sec3 .inner-box .elementor-widget-image-box .elementor-widget-container .elementor-image-box-description {
    padding: 0px 40px;
}
.pro-sec .inner-box .elementor-widget-image-box .elementor-widget-container .elementor-image-box-title {
    max-width: 100%;
    padding: 0 40px;
}
.gallery-sec .inner .elementor-widget-image, .gallery-sec .inner .elementor-widget-container {
    height: 100%;
}
.gallery-sec .inner .elementor-widget-image a, .gallery-sec .inner .elementor-widget-image a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sub-sec .es-form-field-container {
    display: flex;
    justify-content: center;
}
.sub-sec .es-form-field-container .gjs-row:first-child {
    display: none;
}
.sub-sec .es-form-field-container .gjs-row {
    width: 100%;
}
.sub-sec .es-form-field-container .gjs-row:last-child {
    max-width: 150px;
}
.sub-sec .es-form-field-container input.es-email {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 8px;
    padding: 12px;
}
.sub-sec .es-form-field-container input[type="submit"] {
    background-color: #295937;
    font-weight: 600;
    width: 100%;
    padding: 14px 10px;
    border-radius: 8px;
    margin: 0 0 0 2px;
    outline: none;
    border: none;
    box-shadow: none;
    transition: .4s;
	height: 48px;
}
.sub-sec .es-form-field-container input[type="submit"]:hover {
    background-color: #fff;
    color: #295937;
}
.sub-sec .es_subscription_message.success {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.inn-box .elementor-post .elementor-post__card {
    border-radius: 0 50px;
    text-align: center;
    padding-bottom: 30px;
}
.inn-box .elementor-post .elementor-post__card .elementor-post__title {
    padding: 0 30px;
}
.inn-box .elementor-post .elementor-post__card .elementor-post__excerpt {
    padding: 0 10px;
}


/* INNER PAGE CSS */
.cont-sec label {
    width: 100%;
}
.cont-sec label input, .cont-sec label textarea {
    box-shadow: none;
    outline: none;
    margin-top: 8px;
}
.cont-sec label textarea {
    height: 170px;
}
.cont-sec input.wpcf7-submit {
    outline: none;
    box-shadow: none;
}
.count-round .elementor-counter-title {
    text-align: center;
    padding-top: 3px;
}
.team .profile-title a {
    font-size: 23px;
    padding: 0 30px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.our-team .elementor-widget-elementskit-team, .our-team .elementor-widget-elementskit-team .elementor-widget-container, .our-team .elementor-widget-elementskit-team .elementor-widget-container .ekit-wid-con, .our-team .elementor-widget-elementskit-team .elementor-widget-container .ekit-wid-con .profile-card {
    height: 100%;
}
.single-project .post-content .elementor-column {
    width: 100%;
}
.single-project .content .elementor-posts .elementor-post__card {
    display: block;
    min-height: unset;
    box-shadow: none;
}
.single-project .content .elementor-posts {
    grid-template-columns: repeat(1, 1fr);
}
.main-pro .inn-box .elementor-post .elementor-post__card {
    max-width: 700px;
}
.main-pro .inn-box .elementor-post {
    align-items: flex-start;
}
.main-pro .inn-box .elementor-post:nth-child(even) {
    align-items: flex-end;
}


/* FOOTER CSS */



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {	
	.team .profile-title a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.sec2 .inner {
		max-width: 300px;
	}
	.sec2 .box .elementor-counter-title {
		text-align: center;
	}	
	.team .profile-title a {
		font-size: 17px;
		padding: 0 20px;
	}
	.inn-box .elementor-post .elementor-post__card .elementor-post__title {
		padding: 0;
	}
	.inn-box .elementor-post .elementor-post__card .elementor-post__excerpt {
		padding: 0;
	}
	.inn-box .elementor-post .elementor-post__card {
		padding-bottom: 10px;
	}
	.inn-box.elementor-post .elementor-post__card .elementor-post__thumbnail__link {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 768px) {
	.cont-sec form {
		max-width: 400px;
	}
	.cont-sec label textarea {
		height: 130px;
	}	
	.inn-box .elementor-post .elementor-post__card {
		max-width: 350px !important;
		margin: auto;
	}
}
@media only screen and (max-width: 570px) {
	.sub-sec .es-form-field-container .gjs-row:last-child {
		max-width: 100px;
	}
}


