/*
Theme Name: Carson
Theme URI: http://www.wordpress.org
Description: Matt Gibson Theme
Version: 1.0
Author: Gibson Design.
Author URI: http://www.gibsonads.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight:normal;
}
a {
    outline: none;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:focus {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}
.wrapper {
    display: block;
    width: 100%;
    position: relative;
}
.quote a {
	background-color: #da001c;
	display: inline-flex;
	padding: 3px;
	filter: drop-shadow(0px 1px 2.5px rgba(0,0,0,0.76));
	border-radius: 30px;
}
.quote a span {
	background-color: #fff;
	font-size: 18px;
	color: #da001c;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 30px;
	display: inline-flex;
}
.quote a i {
	color: #fff;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 5px;
}
.wrp-header {
	padding: 30px 0px;
	position: absolute;
}
.hero-section img {
	width: 100%;
}
.menu-bar {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrp-hero-content {
	background-color: #e41024;
	padding: 30px 0px;
	margin-top: -60px;
}
.wrp-hero-content h3 {
	font-size: 22px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	margin: 0px;
}
.lang-swicher ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.lang-swicher ul li {
	display: inline-block;
	margin: 0px 5px;
}
.lang-swicher ul li a {
	display: inline-block;
	max-width: 60px;
}
.other-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrp-copyright {
	background-color: #e41024;
	padding: 30px 0px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
.wrp-copyright p {
	margin: 0px;
}
.wrp-copyright a {
	color: #8aa2f4;
}
.my-blue-title {
	font-size: 36px;
	color: #2b365f;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 40px;
}
.wrp-about {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	padding: 60px 0px;
}
.wrp-about h2 {
	font-size: 36px;
	color: #2b365f;
	font-weight: 700;
	margin-bottom: 40px;
}
.wrp-about-details {
	background-color: rgba(43, 54, 95, 0.25);
	padding: 60px 0px;
}
.outer-about {
	border-radius: 20px;
	filter: drop-shadow(0px 1px 2.5px rgba(0,0,0,0.76));
	background-color: #ffffff;
	border: 2px solid #2b365f;
	margin: 15px 0px;
	width: 100%;
	padding: 15px;
}
.outer-about h4 {
	font-size: 24px;
	color: #da001c;
	font-weight: 700;
}
.outer-about p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	margin: 0px;
	display: block;
}
.about-more {
	display: inline-flex;
}
.wrp-road-service {
	padding: 60px 0px;
}
.rode-ser-outer ul {
	column-count: 2;
	font-size: 24px;
	line-height: 48px;
	color: #000000;
	font-weight: 500;
}
.rode-ser-outer ol {
	list-style: disc;
}
.wrp-contac {
	background-color: rgba(43, 54, 95, 0.25);
	padding: 60px 0px;
}
.form-ou {
	filter: drop-shadow(0px 1px 2.5px rgba(0,0,0,0.76));
	background-color: #ffffff;
	border: 1px solid #2b365f;
	padding: 35px;
}
.gform-body input, .gform-body textarea {
	filter: drop-shadow(0px 1px 2.5px rgba(0,0,0,0.76));
	background-color: #ffffff !important;
	border: 1px solid #2b365f !important;
	font-size: 24px !important;
	text-transform: uppercase;
	color: #2b365f !important;
	font-weight: 500 !important;
	padding: 30px !important;
	margin: 0px !important;
	text-align: left;
}
#gform_submit_button_1 {
	border-radius: 25px;
	filter: drop-shadow(0px 1px 2.5px rgba(0,0,0,0.76));
	background-color: #e41024;
	border: 4px solid #2b365f;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 60px;
	margin: 0 auto;
}
.wrp-misson {
	padding: 60px 0px;
}
#back2Top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: transparent;
	width: 50px;
	height: 50px;
	display: block;
	border: 3px solid #2b365f;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	z-index: 99999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#back2Top i {
	color: #2b365f;
	margin: 0;
	position: relative;
	left: 12px;
	top: 10px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#back2Top:hover i {
	top: 0px;
}
.mega-menu-link.active {
	color: #da001c !important;
}
.outer-about h2 {
	color: #2b365f;
	font-weight: 700;
	font-size: 24px;
}
.outer-about a {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
}