/**
* Theme Name: Autorex Child
* Description: This is a child theme of Autorex, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Arc</a>
* Template: autorex
* Version: 1.1
*/
.grecaptcha-badge {visibility: hidden;}
.header-top {background-color: #0066CC;}

.main-header .header-upper {background-color: #ffffff;}
.main-header .header-upper .inner-container {justify-content: center;}
.main-footer {background-color: #000;}
.fixed-header .main-menu .navigation {margin-right: 50px;}
.main-menu .navigation > li > a {font-size: 1.4rem;}
.main-header .header-upper .link-btn a {font-size: 1.3rem;}
.footer-widget ul.menu li a, .widget_about .text,
.footer-bottom .text a, .footer-bottom .text, .footer-bottom .copyright-text a, .footer-bottom .copyright-text, 
.widget_newsletter .text, .widget_newsletter form input {color: #fff;}
.flaticon-right {transform: scale(-1, 1);}
.main-footer .footer-info-box {border-left: 1px solid #262626;}
.main-footer .upper-box {border-bottom: 1px solid #262626;}
.footer-bottom {border-top: 1px solid #262626;}
h1, h2, h3, h4, h5, h6, .sec-title h2, .service-block-one h2, .service-block-one h5,
.why-choose-us .icon-box h4, .facts-section h2, .news-block-one h3 a, .team-block-one h4 {color: #000;}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: #f9d906;
	color: #000000;
	border: 1px solid;
	box-shadow: none;
	padding: 7px !important;
}
#pojo-a11y-toolbar.scrolled {
	top: 26px !important;
}
.banner-section .swiper-slide-active .content-box h1, .page-title h1, .page-title h2 {font-weight: 600;}
.banner-section .content-box .inner {
	padding: 0;
	margin-top: -300px;
}

.header-top .right-column .phone-number strong {font-size: 20px;}
#whatsapp_top {
	color: #4CCA5A;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #4CCA5A;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 28px;
	float: left;
	margin-right: 10px;
	font-size: 30px;
	position:relative;
}
.contact-section .info-column ul li #whatsapp_top {border: none;float: right;margin-right: 0;margin-left: 10px;}
.contact-section .info-column ul li #whatsapp_top i {color: inherit;position: relative;top: 0;font-size: inherit;line-height: inherit;	right: auto;}
.contact-form input, .contact-form textarea {text-align: right;}

.recaptcha-desclaimer, .recaptcha-desclaimer a {font-size: 12px;color: #757373;}
.cta-section .wrapper-box {padding: 37px 20px 13px;}
.about-section {padding: 25px 0 65px;}
.why-choose-us {padding: 25px 0;}

.elementor-widget-autorex_slider_v1 {margin-bottom: 0 !important;}
.marquee {
	background: #0066CC;
	padding: 10px;
}
.marquee h2 {display: flex; align-items: center; animation: cssmarquee 30s linear infinite;}
.marquee h2 .theme-btn.btn-style-one {color: #fff !important; margin-right: 15px;}
@keyframes cssmarquee {
0% {
transform: translateX(-100vw);
}
100% {
transform: translateX(60vw);
}
}
.header-upper .link-btn {margin-right: 15px !important;}

@media all and (max-width: 600px) {
	.about-section .image-box, .why-choose-us .image {display: none;}
	.cta-section .phone {line-height: 50px;}
}