/* 
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
*/
body{
	color: #2d3748;
}
a{
	color: #273171;
	text-decoration: none;
}
a:active, a:hover {
  color: #03B7D3;
}
.sticky-header {
    position: fixed;
    top: 0;
    z-index:99;
	width: 100%;
}
.page-content {
  margin-top: 40px;
}
.last-menu a{
	padding-right: 0 !important;
}
.footer-link a {
    color: #03B7D3 !important;
}
.footer-link a:hover {
    color: #fff !important;
}

.contact-input{
	margin-bottom: 25px;
}
.half-width{
	display: inline-block;
	width: 47%;
}
.half-width-1{
	display: inline-block;
	width: 47%;
	margin-right:21px;
}
@media only screen and (max-width: 600px) {
.half-width{
	display: inline-block;
	width: 45%;
}
.half-width-1{
	display: inline-block;
	width: 45%;
	margin-right:21px;
}
}
.wpcf7 textarea {
    height: 150px;
}
.contact-button [type="submit"]{
	width: 100%;
	color: #fff;
	background: #273171;
	border: 1px solid #273171;
}
.contact-button [type="submit"]:hover{
	width: 100%;
	color: #fff;
	background: #03B7D3;
	border: 1px solid #03B7D3;
}
[type="button"], [type="submit"], button {
   color: #273171;
   border: 1px solid #273171;
}
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 #273171;
  border-radius: 4px;
  padding: .5rem 1rem;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  border-color: #03B7D3;
}
	
.grecaptcha-badge { visibility: hidden; }

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider .elementskit-commentor-content {
  padding-right: 30px !important;
}
.elementskit-commentor-content ol, .elementskit-commentor-content ul {
  padding-left: 0 !important;
}