/* 
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 */
.elementor-heading-title span {
    color: #fff;
}
.serv-box a {
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    transition: .4s;
	margin-bottom:20px;
}
.serv-box a img {
    width: 100%;
    border-radius: 12px;
}
.serv-box a h5 {
    padding: 8px 8px 15px;
    color: #202020;
    transition: .4s;
}
.serv-box a:hover {
    background-color: #268fde;
}
.serv-box a:hover h5 {
    color: #fff;
}
.pop-sec.book-sec:before {
    display: none;
}



/* HEADER CSS */
.head-top p{
	margin-bottom:0;
}
.head-mid .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
    background-color: #2a9df4;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.head-mid .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon svg {
    margin: 0;
}
.main-head:before {
    content: '';
    background-color: #fff;
    width: 40%;
    height: 100%;
    left: -6%;
    top: 0;
    position: absolute;
    transform: skewX(30deg);
}


/* HOMEPAGE CSS */
.phone-box .elementor-icon-box-description a, .phone-box .elementor-image-box-description a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.why-choose figure.elementor-image-box-img img {
    margin-top: 12px;
}
.book-sec:before {
    content: '';
    background-color: #299df3;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.form-box .inline input, .form-box .inline select{
    border: 2px solid #5c5c5c;
    background-color: #333333;
    border-radius: 0;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #b4b4b4;
    outline: none;
    box-shadow: none;
	margin-bottom: 15px;
}
.form-box .inline p {
    display: flex;
    justify-content: space-between;
	margin-bottom:0;
}
.form-box .inline p span {
    width: 32%;
}
.form-box .inline p span.wpcf7-spinner {
    display: none;
}
.form-box .inline .wpcf7-submit {
    width: 32%;
    background-color: #299df3;
    border-color: #299df3;
    font-family: 'Space Grotesk';
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px;
    transition: .4s;
    height: 45px;
    color: #fff;
}
.form-box .inline .wpcf7-submit:hover{
    background-color:transparent;
    border-color: #fff;
    color: #fff;
}
.form-box .wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100% !important;
    margin-bottom: 0;
    margin-top: -15px;
}
.wpcf7 form.invalid .wpcf7-response-output {   
    text-align: center;
	font-weight: 500;
}
.form-box .inline4 p span:not(:first-child) {
    width: 21%;
}
.review-sec .swiper-slide-inner {
    padding: 20px 10px;
}
.review-sec .swiper-slide-inner  .elementskit-commentor-content {
    text-align: center;
}
.review-sec .elementskit-commentor-header {
    position: absolute;
    left: 120px;
    bottom: 45px;
}
.review-sec .elementskit-profile-info {
    margin-top: -25px;
}



/* INNER PAGE CSS */
.abt2 .inner {
    height: 100%;
}
.abt2 .inner .elementor-container {
    height: 100%;
}
.main-inner {
    height: 100%;
}
.main-inner .inner {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.contact-form .elementor-button {
    background-color: #2a9df4 !important;
    border: 2px solid #2a9df4;
}
.contact-form .elementor-button:hover {
    background-color: #fff !important;
    color: #2a9df4 !important;
}


/* POPUP CSS */
.form-box .inline-radio {
    display: flex;
    justify-content: space-between;
}
.form-box .inline-radio > p {
    display: block;
    width: 32%;
}
.form-box .inline-radio div {
    width: 25%;
}
.form-box .inline-radio h6 {
    
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.form-box .inline-radio div p {
    display: block;
}
.form-box .inline-radio div p input {
    height: auto;
}
.form-box .inline-radio div p span {
    margin: 8px 5px 0 0;
    width: auto;
}
.form-box .inline-radio div:last-child {
    width: 39%;
}
.form-box .inline-radio div p span label {
   font-weight: 600;
}
.form-box .inline p span[data-name="textarea"] {
    width: 100%;
}
.form-box .inline p span textarea {
    border: 2px solid #5c5c5c;
    background-color: #333333;
    border-radius: 0;
    height: 110px;
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;
}
.form-box h5 {
   
    margin: 0 0 5px;
}
.popmake .form-box .inline .wpcf7-submit:hover {
    color: #299df3;
    border-color: #299df3;
}
.pop-sec.wpcf7 form.invalid .wpcf7-response-output {
    margin: 0;
}
.popmake .form-box .inline input, .popmake .form-box .inline select, .popmake .form-box .inline textarea {
    background-color: transparent;
    color: #000;
}
.popmake .form-box .inline input::placeholder, .popmake .form-box .inline select::placeholder, .popmake .form-box .inline textarea::placeholder {
    color: #000;
}
.popmake .form-box .inline .wpcf7-submit {
    background-color: #299df3;
    color: #fff;
}
.popmake .form-box .inline .wpcf7-submit:hover {
    background-color: #fff;
}
.popmake .wpcf7 form.invalid .wpcf7-response-output {
    margin: 0;
}



/* FOOTER CSS */
.foot-top p{
	margin-bottom:0;
}
.foot-top:before {
    content: '';
    background-color: #1f1f1f;
    width: 67%;
    height: 120%;
    left: -4%;
    top: -15px;
    position: absolute;
    transform: skewX(30deg);
}



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	.form-box .inline input, .form-box .inline select {
		height: 40px;
	}
	.form-box .inline .wpcf7-submit {
		height: 40px;
		font-size: 17px;
	}
	.review-sec .elementskit-commentor-header {
		left: 110px;
		bottom: 35px;
	}
	.foot-top:before{
		width: 72%;
	}
}
@media only screen and (max-width: 1024px) {
	.head-mid .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
		width: 22px;
		height: 22px;
	}
	.foot-top:before {
        width: 76%;
        left: -6%;
    }
}
@media only screen and (max-width: 767px) {
	.head-mid .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
		width: 25px;
		height: 25px;
	}
	.head-mid .elementor-icon-list-items .elementor-icon-list-item:after {
		display: none;
	}
	.head-mid .elementor-icon-list-items .elementor-icon-list-item a {
		margin-bottom: 12px;
	}
	.main-head:before {
		width: 74%;
	}
	.serv-box a {
		max-width: 380px;
		margin: auto;
	}
	.book-sec:before {
		width: 100%;
		height: 25%;
	}
	.form-box .inline input, .form-box .inline select {
		height: 36px;
		font-size: 15px;
		padding: 5px 10px;
	}
	.form-box .inline .wpcf7-submit {
		height: 36px;
		font-size: 17px;
		padding: 5px 10px;
	}
	.popmake {
		padding: 10px !important;
	}
	.popmake .form-box .inline4 p span:not(:first-child) {
		width: 32%;
	}
	.popmake .form-box .inline-radio > p {
		width: 100%;
	}
	.popmake .form-box .inline-radio {
		flex-wrap: wrap;
	}
	.popmake .form-box .inline-radio div {
		width: 49% !important;
	}
	.popmake .form-box .inline-radio h6 {
		font-size: 14px;
	}
	.main-inner {
		max-width: 370px;
		margin: auto;
	}
	.foot-top:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: unset;
    }
}
@media only screen and (max-width: 570px) {
	.main-head:before {
		width: 84%;
	}
	.form-box .inline p {
		flex-wrap: wrap;
	}
	.form-box .inline p span {
		width: 100%;
	}
	.form-box .inline .wpcf7-submit {
		width: 100%;
	}
}


