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

html, body {
	overflow-x: hidden !important;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #dbdbdb;
}
::-webkit-scrollbar-thumb {
    background: #1D4B9E;
}
/* CF7 date icon white (Chrome/Edge/Safari) */
.wpcf7 .con-div input[type="date"]::-webkit-calendar-picker-indicator{
  filter: invert(1) brightness(2);
  opacity: 1;
}
.my-img-box .elementor-widget-container {
    height: 300px !important;
}
.main-div {
    display: flex !important;
}
.mail-div {
	width: 70% !important;
}
.btn-div {
	width: 30% !important;
}
.mail-div input {
    background-color: #d8d8d8 !important;
    border: none !important;
    border-radius: 0px !important;
    color: black !important;
    font-family: 'Poppins' !important;
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	font-family: 'ITC Avant Garde Gothic' !important;
}
.mail-div input:focus {
    outline: none !important;
}
.btn-div input {
    background-color: #1d4b9e !important;
    color: white !important;
	border: none !important;
    border-radius: 0px !important;
	width: 100% !important;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
	font-family: 'ITC Avant Garde Gothic' !important;
}
.btn-div .wpcf7-spinner {
    display: none !important;
}
.sub-form .wpcf7-response-output {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.touch-div {
	margin: 5px !important;
	height: 380px !important;
}
.con-div input, .con-div select, .con-div textarea {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid white !important;
    color: white !important;
    font-family: 'ITC Avant Garde Gothic' !important;
    padding: 15px 10px 15px 0px !important;
}
.con-div select option {
    color: black !important;
}
.con-div textarea {
	max-height: 100px !important;
}
.con-div input:focus, .con-div select:focus, .con-div textarea:focus {
	outline: none !important;
}
.con-div input::placeholder, .con-div textarea::placeholder {
	color: white !important;
}
.inner-div {
    display: flex !important;
}
.col-01, .col-02 {
    width: 50% !important;
	margin: 0px 2px !important;
}
.con-div button {
    background-color: white !important;
    border: none !important;
    border-radius: 0px !important;
    font-family: 'ITC Avant Garde Gothic' !important;
    color: #1D4B9E !important;
}
.con-div button i {
    margin-left: 10px !important;
}
.full-div {
    margin: 0px 2px !important;
}
.touch-caro .slick-arrow {
    top: -10% !important;
}
.touch-caro .carousel-prev {
    left: 90% !important;
}
.inner-div .wpcf7-validates-as-date {
    margin-top: -2px !important;
}
#enquiry .wpcf7-response-output {
    color: white !important;
}
.inquire-form input, .inquire-form textarea {
	background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #4444 !important;
    color: #444444 !important;
    font-family: 'ITC Avant Garde Gothic' !important;
    padding: 15px 10px 15px 0px !important;
}
.inquire-form input:focus, .inquire-form textarea:focus {
	outline: none !important;
}
.inquire-form textarea {
	max-height: 100px !important;
}
.inquire-form button {
	background-color: #1D4B9E !important;
    border: none !important;
    border-radius: 0px !important;
    font-family: 'ITC Avant Garde Gothic' !important;
    color: #fff !important;
}
.my-box .elementor-widget-container {
    height: 313px !important;
}
.my-gallery #prevPage, .my-gallery #nextPage {
    background-color: #1D4B9E;
    font-family: 'ITC Avant Garde Gothic';
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D4B9E;
    border-radius: 0px 0px 0px 0px;
    color: white;
}
.my-gallery #prevPage:hover, .my-gallery #nextPage:hover {
    background-color: #000;
    border-color: #000;
}
.my-gallery #gallery-pagination {
	margin-top: 50px !important;
}

/* Media Query */
@media only screen and (max-width: 1024px) and (min-width:768px) {
	.my-box .elementor-widget-container {
		height: 250px !important;
	}
}
@media only screen and (max-width: 767px) {
	.my-img-box .elementor-widget-container {
    	height: auto !important;
	}
	.touch-div {
		height: auto !important;
	}
	.inner-div {
		display: block !important;
	}
	.col-01, .col-02 {
		width: 100% !important;
	}
	.touch-caro .slick-arrow {
		top: 110% !important;
	}
	.touch-caro .carousel-prev {
		left: 0% !important;
	}
	.touch-caro .carousel-next {
		right: 0% !important;
	}
	.my-box .elementor-widget-container {
		height: auto !important;
	}
}