/* 
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: #ED8119;
}
.my-form .d-flex {
    display: flex !important;
}
.my-form .col-1, .my-form .col-2 {
    width: 50% !important;
}
.my-form .col-1 {
	margin-right: 3px !important;
}
.my-form .col-2 {
	margin-left: 3px !important;
}
.my-form label {
    width: 100% !important;
}
.my-form .my-label {
	color: #000 !important;
	font-family: 'Poppins' !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	display: inline-block !important;
}
.my-form input, .my-form textarea {
	background-color: #FBF4EA !important;
	border: none !important;
	border-radius: 0px !important;
	font-family: 'Poppins' !important;
	font-size: 15px !important;
	color: #000 !important;
}
.my-form input:focus, .my-form textarea:focus {
	outline: none !important;
}
.my-form textarea {
	max-height: 130px !important;
}
.my-form button {
	background-color: #EE821B !important;
	font-family: 'Poppins' !important;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500 !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 12px 24px !important;
}
.my-form button:hover {
	background-color: #000 !important;
}
.my-gallery #prevPage, .my-gallery #nextPage {
    background-color: #EE821B;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EE821B;
    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: 767px) {
	.my-form .d-flex {
		display: block !important;
	}
	.my-form .col-1, .my-form .col-2 {
		width: 100% !important;
	}
	.my-form .col-1 {
		margin-right: 0px !important;
	}
	.my-form .col-2 {
		margin-left: 0px !important;
	}
}