/*
	Template Name: dririte
	Description: Custom Template for Dririte
	Version: 2.0
	Author: pherona.com
	Author URI : https://pherona.com/
	Tags: HTML5, CSS3, jQuery, Bootstrap 4, Responsive Template.
*/


html,
body {
    font-size:18px;
    line-height:150%;
    color: #333333;  
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
}

a{
	color: #333;
}

a:focus {
	outline: none;
}

a:hover {
	color: #ff2000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Inter', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
	height:auto;
	vertical-align:middle;
}

.btn {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    height: 55px;
    line-height: 43px;
    background-color: #ff0200;
    border: 1px solid #ff0200;
    font-family: 'Inter', sans-serif;
}

.btn:hover {
    color: #fff;
    background-color: #ff0200;
}

input:focus,
button:focus {
	box-shadow: none;
	outline: none;
}


section {
    padding: 100px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-title {
	margin-bottom: 60px;
	max-width: 600px;
	display: inline-block;
}

.section-title h5 {
	font-size: 18px;
	color: #ff0200;
	font-weight: 600;
	margin-bottom: 20px;
}

.section-title h1 {
	font-size: 42px;
	color: #393738;
	font-weight: 800;
}

input, textarea, select {
    height: 50px;
    border-radius: 4px;
    padding: 6px 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
}

textarea {
	height: 150px;
	resize: none;
}


/*breadcrumb-section*/

.breadcrumb-section {
	position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #191818;
}

.breadcrumb-section h1 {
	font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}

.breadcrumb-section ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb-section ul li {
	margin-right: 15px;
	font-size: 18px;
	color: #55d6be;
	position: relative;
}

.breadcrumb-section ul li:after {
	top: 0;
	right: 0;
	color: #bcbcbc;
    content: "\f105";
    margin-left: 15px;
	font-family: "fontawesome";
}

.breadcrumb-section ul li:last-child:after {
	display: none;
}

.breadcrumb-section ul li:last-child {
	margin-right: 0;
}

.breadcrumb-section ul li a {
	color: #fff;
}

.breadcrumb-section ul li a:hover {
	color: #55d6be;
}
.header {z-index:999;}
/* main-menu */

.navbar {
	padding: 0;
}

.navbar-brand {
	margin-right: 30px;
}

.main-menu .navbar-nav > li {
	font-size: 18px;
	font-weight: 600;
	margin-right:5px;
	position:relative;
}

.navbar-nav > li > a {
	padding: 10px 10px;
	display: inline-block;
}

.main-menu .navbar-nav li.active> a,
.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li.active> .icon,
.main-menu .navbar-nav li a:hover .icon{
	color: #ff0200;
}

.main-menu ul > li {
	font-size: 30px;
	margin-right: 30px;
}

.main-menu ul li:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav {
	margin-right: 55px;
}

.navbar-toggler-icon {
	width: initial;
	height: initial;
	line-height: initial;
	color: #fff;
	border: 1px solid #ff0200;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #ff0200;
}

.navbar-toggler {
	padding: 0;
}

.main-menu .right-content {
	display: flex;
}

.main-menu .right-content a {
	color: #fff;
	align-self: center;
	text-align: center;
	display: block;
	background-color: #ff0200;
}

.main-menu .right-content .phone-number {
	font-size: 22px;
	padding: 24px 30px;
	position: relative;
}

.main-menu .right-content .phone-number:before {
	position: absolute;
    content: "";
    left: -35px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 75px solid #ff0200;
    border-left: 35px solid transparent;
}

.main-menu .right-content .location {
	width: 90px;
	padding: 6px 15px;
	line-height:18px;
	background-color: #393738;
	font-size:14px;
}

.main-menu .right-content .location i {
	display:block;
	font-size: 22px;
	margin-bottom: 5px;
}

.lt-dropdown {
	position: relative;
}

.lt-dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 220px;
    left: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 99;
    padding: 15px 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.lt-dropdown:hover >.lt-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.lt-dropdown .icon {
	cursor: pointer;
}

.lt-dropdown-menu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    background-color: #fff;
}

/* banner */

.banner {
    position: relative;
    width: 100%;
    color: #fff;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    background-color: #191818;
}

.banner-content {
	max-width: 550px;
	font-size: 20px;
	line-height: 32px;
}

.banner-content h5 {
	font-size: 18px;
	font-weight: 600;
	color: #55d6be;
	margin-bottom: 30px;
}

.banner-content h1 {
	font-size: 55px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 30px;
}

.banner-content .btn {
	margin-top: 30px;
}

/* provider-section */

.provider {
	margin-bottom: 30px;
}

.provider .thumb img {
	width: 100%;
}

.provider .text,
.service .text {
	padding: 50px 25px;
	position: relative;
    min-height: 370px;
	border: 1px solid #e1e1e1;
}

.provider .icon,
.service .icon {
	background-color: #ff0200;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
}

.provider .text h4,
.service .text h4 {
	font-size: 20px;
	color: #15120d;
	text-align: center;
	font-weight: 800;
	margin: 20px 0 30px;
}

.provider .text ul li {
	font-size:17px;
	color: #333333;
	margin-bottom: 15px;
	position: relative;
	padding-left:23px;
}

.provider .text ul li:last-child {
	margin-bottom: 0;
}

.provider .text ul li:before {
	position: absolute;
	left:-5px;
	top: 0;
	color: #ff2000;
	font-size: 24px;
	content: "\f058";
	font-family: "fontawesome";
}

/* service-section */

.service-section {
	text-align: center;
}

.service-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;	
}

.service-section ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    	
}

.service {
	margin-bottom: 30px;
}

.service .thumb img {
	width: 100%;
}

.service .text {
	font-size: 18px;
	min-height: initial;
}

.service a {
	text-transform: uppercase;
	font-weight: bold;
	color: #ff2000;
	display: inline-block;
	margin-top: 20px;
}

.service a:hover {
	color: #191818;
}
 
/* about-section  */

.about-section {
	color: #fff;
	background-color: #191818;
}

.about-section .section-title {
	margin-bottom: 30px;
}

.about-section .section-title h5 {
	color: #55d6be;
}

.about-section .section-title h1 {
	color: #fff;
}

.cta {
	display: flex;
	color: #fff;
	justify-content: space-between;
	background-color: #ff2000;
	padding: 30px 30px;
}

.cta .left-content {
	margin-right: 15px;
}

.cta h2 {
	font-size: 24px;
}

.cta a {
	font-size: 30px;
	color: #fff;
}

.cta p {
	margin-bottom: 10px;
}

.about-section .about-text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.about-section .about-text ul li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-left: 30px;	    
}

.about-section .about-text ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #55d6be;
	font-size: 24px;
	content: "\f058";
	font-family: "fontawesome";
}

.about-section .about-text ul li:nth-child(odd) {
	padding-right: 15px;
}

/* remember-section */

.remember-section {
	text-align: center;
	padding-bottom: 50px;
}

.remember-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;	
}

.remember-section ul li {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;   	
}

.remember-section .remember {
	font-size: 18px; 
	margin-bottom: 50px;
}

.remember-section .remember img {
	margin-bottom: 20px;
}

/* cta-section */

.cta-section {
	overflow: hidden;
}

.cta-section .cta {
	max-width: 580px;
	position: relative;
}

.cta-section .cta:after {
	position: absolute;
    content: "";
    right: -45px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 200px solid #ff0200;
    border-right: 45px solid transparent;
}

.cta .thumb {
	min-width: 170px;
	max-width: 170px;
	align-self: center;
}

/* choose-section */

.choose-section ul li {
	display: flex;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}

.choose-section ul li:last-child {
	margin-bottom: 0;
}

.choose-section ul li .icon {
	width: 65px;
	min-width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #393738;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 36px;
	margin-right: 30px;
	position: relative;
}

.choose-section ul li .icon:before {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #ff2000;
	font-size: 24px;
	content: "\f058";
	line-height: initial;
	font-family: "fontawesome";	
	background-color: #fff;
	border-radius: 100%;
	border: 3px solid #fff;
}

.choose-section ul li h5 {
	color: #15120d;
	font-weight: 800;
}

/* testimonial-section */

.testimonial-section{
	text-align: center;
}

.testimonial {
	padding: 40px;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	border: 1px solid #c2c2c2;
    height:100%;
}

.testimonial ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;	
}

.testimonial ul li {
	margin-right: 2px;
	font-size: 20px;
	color: #ff2000;
}


.testimonial ul li:last-child {
	margin-right: 0;
}

.testimonial h5 {
	font-weight: 800;
	margin-bottom: 20px;
	font-size:19px;
}
.testimonial p {min-height:168px;}

.testimonial .author p {min-height:0;}
.testimonial .author {
	display: flex;
	margin-top: 30px;
}

.testimonial .author .thumb {
	display: flex;
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #ff2000;
	margin-right: 15px;
}

.testimonial a {
	color: #ff2000;
	font-size: 18px;
	font-weight: bold; 
	text-transform: uppercase;
}

.testimonial .author h5 {
	margin-bottom: 5px;
}

.testimonial-slider {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

/* contact-section */

.contact-section .section-title {
	margin-bottom: 30px;
}

.contact-section {
	color: #fff;
	background-color: #191818;
}

.contact-section .section-title h5 {
	color: #55d6be;
}

.contact-section .section-title h1 {
    color: #fff;
}

form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;	
    margin-right: -15px;	
}

form ul li {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

form ul li:nth-child(2),
form ul li:nth-child(3) {
	width: 50%;
}

form ul li i {
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 20px;
	color: #ff2000;
}

form .btn {
	text-transform: uppercase;
}

.contact-section-2 {
	text-align: center;
}

.contact-section-2 form {
	text-align: left;
}

.contact-section-2 form input,
.contact-section-2 form select,
.contact-section-2 form textarea {
	border: 1px solid #c2c2c2;
}

.contact-section-2 form ul li:nth-child(2), 
.contact-section-2 form ul li:nth-child(3) {
	width: 100%;
}

.contact-info {
	margin-bottom: 30px;
}

.contact-info li {
	display: flex;
	margin-bottom: 50px;
	text-align: left;
}

.contact-info li:last-child {
	margin-bottom: 0;
}

.contact-info .text {
	align-self: center;
	font-size: 18px;
}

.contact-info .text p {
	margin-bottom: 0;
}

.contact-info .text h5 {
	font-weight: 800;
	margin-bottom:3px;
}

.contact-info li .icon {
	width: 65px;
	min-width: 65px;
	height: 65px;
	font-size: 36px;
	text-align: center;
	line-height: 65px;
	border-radius: 10px;
	margin-right: 20px;
	background-color: #393738;
	color: #fff;
}

/* serve-section */

.serve-section {
	text-align: center;
}

.serve-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	justify-content: center;
}

.serve-section ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    	
}

.serve {
	margin-bottom: 30px;
	position: relative;
}

.serve-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.serve img {
	width: 100%;
}

.serve h3 {
	font-size: 18px;
	font-weight: 800;
	color: #15120d;
}

.serve .text {
	border: 1px solid #c2c2c2;
	padding: 30px 15px;
}

/* gmap-section */

.gmap-section {
	height: 750px;
	width: 100%;
	padding-top: 0;
}


.gmap-section iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

/* frequently-section */

.frequently-section {
	text-align: center;
}

.frequently-section .card-body {
    text-align: left;
}

#accordion .card {
    border: 0;
    border-radius: 0;
}

#accordion .card-body {
    padding: 0 20px;
    line-height: 28px;
}

#accordion .card:first-child .card-header{
    border-top: 0;
}

.card-header {
    padding: 15px 0;
    border-bottom: 0;
    border-radius: 0 !important;
    background-color: transparent;
}

.card-header button {
    width: 100%;
    border: 0;
    padding: 10px 25px;
    font-weight:700;
    font-size:21px;
    text-align: left;
    background-color: #ff0200;
    position: relative;
    padding-right: 35px;
    color:#fff;
	cursor:pointer;
}

.card-header button.collapsed {
	color: #333333;
    background-color: #fff;
}

.card-body p {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}

.card-header button:after {
    content: "\f056";
    right: 10px;
    top: 10px;
    font-size: 24px;
    font-family: "fontawesome";
    position: absolute;
}

.card-header button.collapsed:after {
    content: "\f067";
}

/* resource-section */

.resource-section {
	text-align: center;
}

.resource-section ul li {
	text-align: left;
	position: relative;
	padding-right: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
	padding:15px;
	padding-right:30px;
}


.resource-section ul li > i.fa.fa-external-link {
	position:absolute;
	right:0;
	top:10px;
}


.resource-section ul li:last-child {
	border-bottom: 0;
}

.resource-section ul li a {
	display:inline-block;
	width:100%;
	font-weight:bold;
	color:#ff2000;
}

.resource-section ul li h3 {
	font-weight: 800;
	color: #ff2000;
	font-size: 18px;
}

/* footer-section */

.footer-top {
	padding: 80px 0 50px;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget h3 {
	font-size: 18px;
	color: #15120d;
	font-weight: 800;
	margin-bottom: 35px;
}

.address-widget ul li {
	display: flex;
	margin-bottom:7px;
}

.address-widget ul li p {
	color: #393738;
	font-size: 18px;
	margin-left: 15px;
}

.address-widget .icon {
	font-size: 24px;
	color: #ff0200;
}

.service-widget ul li {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.service-widget ul li:before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 0;
	color: #ff0200;
	font-family:"fontawesome" ;
	font-size: 14px;
}

.footer-bottom {
	padding: 20px 0;
	color: #fff;
	background-color: #ff0200;
}

.footer-bottom ul {
	display:inline-block;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom ul li {
	margin:0px 10px 0px 0px;
	margin:0px 5px 0px 5px;
	display:inline-block;
}

.footer-bottom ul li:last-child {
	margin-right: 0;
}

.footer-bottom ul li a {
	color: #fff;
}

.card-widget li {
	margin-right: 15px;
}

.card-widget li:last-child {
	margin-right: 0;
}

/* service-details */

.service-details p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
}

.service-details .thumb {
	min-width: 250px;
	max-width: 250px;
	margin-bottom: 50px;
}

.service-details .thumb img {
	margin-bottom: 10px;
}

.service-details .text {
	margin-right: 100px;
}

.service-details h3 {
	font-size: 18px;
	font-weight: 800;
}

.details-bottom  {
	margin-top: 50px;
}

.details-bottom .text {
	margin-right: 0;
}

.details-bottom .thumb {
	margin-right: 30px;
}

.service-according h3 {
	font-size: 30px;
	color: #393738;
	margin-bottom: 20px;
	font-weight:700;
}

.sidebar {
	margin-bottom: 40px;
}

.service-according #accordion .card {
    border: 0;
    border-radius: 0;
}

.service-according #accordion .card-body {
    padding: 0;
    line-height: 28px;
}

.service-according #accordion .card:first-child .card-header{
    border-top: 0;
}

.service-according .card-header {
    padding: 15px 0;
    border-bottom: 0;
    border-radius: 0 !important;
}

.service-according .card-header button {
    width: 100%;
    border: 0;
    padding: 15px 25px;
    font-size: 18px;
    text-align: left;
    background-color: #ff0200;
    position: relative;
    padding-right: 35px;
    color: #fff;
}

.service-according .card-header button.collapsed {
	color: #fff;
    background-color: #191818;
}

.service-according .card-header button:after {
    content: "\f068";
    right: 15px;
    top: 15px;
    font-size: 16px;
    font-family: "fontawesome";
    position: absolute;
}

.service-according .card-header button.collapsed:after {
    content: "\f067";
}

.service-according .card-body li a {
	font-size: 18px;
	color: #15120d;
	display: block;
}

.service-according .card-body  li {
	background-color: #ebe7e9;
	padding:15px;
	margin-bottom: 10px;
	position: relative;
}

.service-according .card-body  li:after {
    content: "\f105";
    right: 15px;
    top: 15px;
    font-size: 16px;
    font-family: "fontawesome";
    position: absolute;	
    cursor: pointer;
}

.service-according #accordion {
	margin-bottom: 30px;
}

.service-list {
	margin-top: 50px;
}

.service-list .icon {
    background-color: #ff0200;
    border-radius: 100%;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
	margin-right: 25px;
}

.service-list li {
	display: flex;
	margin-bottom: 30px;
}

.service-list li h3 {
	text-decoration: underline;
}

a, button {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}





@media (min-width:768px) {

	div.sidebar { padding-left:15px;}
.main-menu .navbar-nav > li > a > .fa.fa-chevron-down:before {content:"\f107"; padding-left:4px;}
.main-menu .navbar-nav > li > .fa.fa-chevron-down {
 position:absolute;
 top:0;
 right:0;
 width:40px;
 text-align:center;
 color:#fff;
 height:40px;
 line-height:40px;
 cursor:pointer;
 font-size:14px;
}
.main-menu .navbar-nav > li > .fa.fa-chevron-down.active:before {
 content:"\f077"
}


	.blog-content { padding-right:45px;}
 .fa.fa-plus {
  display:none;
  position:absolute;
  top:0;
  right:15px;
  color:#fff
 }
 .navbar-nav .sub-menu {
  padding-top:15px;
  padding-bottom:15px;
  position:absolute;
  top:100%;
  margin-top:0;
  left:0;
  background:#fff;
  opacity:0;
  visibility:hidden;
  width:250px;
  border-radius:0 0 0 0;
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,.2);
  -moz-box-shadow:0 5px 5px rgba(0,0,0,.2);
  box-shadow:0 5px 5px rgba(0,0,0,.2);
  padding-bottom:5px;
  -webkit-transform:translate(0,10px);
  -moz-transform:translate(0,10px);
  -o-transform:translate(0,10px);
  -ms-transform:translate(0,10px);
  transform:translate(0,10px);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  z-index:3;
 }
 .navbar-nav li:hover>.sub-menu {
  visibility:visible;
  opacity:1;
  top:100%;
  -webkit-transform:translate(0,0);
  -moz-transform:translate(0,0);
  -o-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
 }
 .navbar-nav .sub-menu .sub-menu {
  left:200px;
  top:0
 }
 .navbar-nav .sub-menu li:hover>.sub-menu {
  left:220px;
  top:0
 }
 .navbar-nav .sub-menu li {
  border-bottom:1.5px solid transparent;
  border-top:none;
  padding:10px 15px 3px;
  display:block!important;
  position:relative;
  margin-right:0;
 }
 .navbar-nav .sub-menu li:first-child {
  border-top:none
 }
 .navbar-nav .sub-menu li:last-child {
  border-bottom:none
 }
 .navbar-nav .sub-menu li a {
  text-align:left;
  display:block;
  color:#000;
  font-size:16px
 }
  .navbar-nav .sub-menu li:hover a {
	  color:#ff0000;
  }
}





p.pherona a {
	background: url(images/pherona.png) no-repeat left 7px;
    margin-left: 5px;
    padding-left:20px !important;
    display: inline-block;
}




.call-us {
	position:absolute;
	right:0;
	top:0;
}


.page-header {
	position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #191818;
	text-align:left !important;
}


.page-header h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}


.navbar {
	padding:12px 0px;
	width:100%;
	background:#fff;
	z-index:2;
}


.is-sticky .navbar {
	-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,.1);
    box-shadow: 0 6px 4px -4px rgba(0,0,0,.1);
}


.resource-section ul li:before {
    content: "\f08e";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#ff2000;
	position:absolute;
	right:0;
	top:0;
}


img.alignright {
	float:right;
	margin:20px; margin-right:0;
}


img.alignleft {
	float:left;
	margin:20px; margin-left:0;
}

.bg-image {
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
section.blog-section ul.row > li h2.entry-title a {
	font-weight:bold;
	font-size:21px;
	line-height:30px;
}
section.blog-section ul.row > li {
	text-align:center;
}
section.blog-section ul.row > li .post {
	    border: solid 1px #ddd;
		height:calc(100% - 50px);
		margin-bottom:50px;
}

section.blog-section ul.row > li .post .entry-content {
	padding:20px 15px;
}
section.blog-section ul.row > li .post .entry-content a.read-more {
	text-transform:uppercase;
	font-weight:bold;
}
section.blog-section ul.row > li .post .entry-content p { min-height:85px;}
section.blog-section ul.row > li .post .entry-content h2 {
	line-height:0px;
	min-height:85px;
}


.navigation {
	display:block;
	text-align:center;
}

ul.page-numbers {
   
    display: inline-block;
    margin: 0 auto;

    padding: 12px 17px;
    border-radius: 8px 8px;
}
.page-numbers li {
	display:inline-block;
}
.page-numbers li span, .page-numbers li a {
    padding: 0 8px;
    display: inline-block;
    border-radius: 4px 4px;
    font-size:16px;
}

.page-numbers li span.current {
    padding: 0 5px;
    background: var(--red);
    color: white;
    display: inline-block;
    border-radius: 4px 4px;
}


.sidebar section { padding-top:0;}

.entry-footer {
	margin-top:20px;
}
li.wpfai-list-item {
	padding:10px 10px;
}


h4.widget-title {
	font-weight:bold;
	margin-bottom:20px;
}



.widget_recent_entries > ul > li {
	margin-bottom:10px;
}
.widget_recent_entries > ul > li > a {
	display:block;
	position:relative;
	padding-left:20px;
}
.widget_recent_entries > ul > li > a:before {
	content: "\f054";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0200;
    font-family: "fontawesome";
    font-size: 14px;
}



form ul li input, form ul li textarea {
  padding-right:45px;
}


.content img {margin-bottom:20px;}
.service-according ul {margin-bottom:30px;}
.service-according ul li a {
display:block;
}


.service-according ul li:before {
   content: "\f054";
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0200;
    font-family: "fontawesome";
    line-height: 57px;
    font-size: 18px;
}

.service-according ul li {
    background-color: #ebe7e9;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}

.service-according ul li.current-menu-item a {color:#fff;}
.service-according ul li.current-menu-item {
    width: 100%;
    border: 0;
    padding: 15px 25px;
    font-size: 18px;
    text-align: left;
    background-color: #ff0200;
    position: relative;
    padding-right: 35px;
    color: #fff;
}

.testimonial-slider .slick-track .slick-slide > div {
  height:100%;
}

.testimonial-slider .slick-track {
  display: flex;
}
.testimonial-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.grecaptcha-badge {display:none !important;}

.footer__lang-box .switcher{
	z-index: 9999999;
	position: fixed;
	top: 12%;
	display: block;
	right: 40px;
	border-radius: 25px;
	margin-top: -10px;
	width: 220px;
	transition: all .3s ease;
}

.footer__lang-box .switcher a{
	width: 196px;
	padding: 10px 12px;
	color: #fff;
	background: #30302e;
	border: none;
	display: flex;
	align-items: center;
}

.footer__lang-box .switcher .selected a{
	width: 196px;
	padding: 10px 12px;
	color: #fff;
	background: #30302e;
	border: none;
}

.footer__lang-box .switcher .option {
	width: 220px;
	border: none;
}

.footer__lang-box .switcher .option a{
	width: 196px;
	padding: 10px 12px;
	color: #fff;
	background: #30302e;
	border: none;
}

.footer__lang-box .switcher a img{
	width: 100%;
	height: 100%;
	transform: scale(1.5);
}

.footer__lang-box .switcher .option a:hover {
	color: #30302e;
}

.footer__lang-box .switcher .option a.selected {
	color: #30302e;
}

.footer__lang-box .switcher .selected a:hover {
	background: #30302e;
}

.footer__lang-box .switcher .selected a:after {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #bdc1c2;
	background: unset;
	content: ""!important;
	transition: all .2s;
	top: 25px;
	right: 20px;
}

.footer__lang-box .box-img-switcher{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.footer__lang-box .switcher {
		z-index: 99999999;
		position: fixed;
		top: 94%;
		display: block;
		right: 100px;
		border-radius: 25px;
		margin-top: -10px;
		width: 200px;
	}
	.footer__lang-box .switcher .selected a {
		width: 180px;
		padding: 5px 12px;
		color: #fff;
		background: #30302e;
		border: none;
	}
	.footer__lang-box .switcher .selected a:after {
		display: inline-block;
		position: absolute;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #bdc1c2;
		background: unset;
		content: ""!important;
		transition: all .2s;
		top: 19px;
		right: 20px;
	}
	.footer__lang-box .box-img-switcher {
		display: inline-block;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 10px;
	}
	.footer__lang-box .switcher .option a {
		width: 180px;
		padding: 5px 12px;
		color: #fff;
		background: #30302e;
		border: none;
	}
	.footer__lang-box .switcher .option {
		width: 200px;
		border: none;
	}
}

.footer-section .d-flex .custom-badge{
	max-width: 125px;
	height: 88px;
	width: 100%;
	overflow: hidden;
}

.footer-section .d-flex .custom-badge #circle_v3{
	width: 100%;
	height: 100%;
}

.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name{
	top: 30px;
	width: 100%;
	left: -18px;
}

.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name svg{
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1199px) {

	.footer-section .d-flex .custom-item img{
		max-width: 72px !important;
	}
}

@media (max-width: 991px) {
	.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name {
		top: 28px;
		width: 107px;
		left: -33px;
	}

	.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name svg {
		font-size: 13px;
	}

	.footer-section .d-flex{
		row-gap: 10px;
		align-items: center;
		flex-wrap: wrap;
	}

	.footer-section .d-flex li{
		flex-basis: 45%;
		margin-right: 0;
		padding-left: 0;
		text-align: center;
	}
}


@media (max-width:1660px) {
body .call-us.d-xl-inline-block p {
  display:none !important;
}
}


@media (max-width: 767px) {
	.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name {
		top: 29px;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-section .d-flex .custom-badge #circle_v3 #circletype_v3_brand_name svg {
		font-size: 16px;
	}

	.footer-section .d-flex .custom-badge {
		max-width: 100%;
	}

	#circletype_v3_brand_name a {
		text-decoration: none;
		color: #fff;
		transform: translateX(-29px);
	}
}


.insurance-section h3 {
	color:#1946BB;
    font-size:32px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom:40px;
}

.insurance-section .emergency ul li {
	font-size: 22px;
    font-weight: 700;
    color: #222;
	margin-bottom:25px;
	padding-left:40px;
	line-height:150%;
	position:relative;
	padding-right:15px;
}

.insurance-section .emergency ul li:before {
	    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f005";
	display:block;
	color:#FF0200;
	position:absolute;
	top:50%;
	margin-top:-18px;
	left:0;
	font-size:35px;
	
}

.insurance-section h2 {
    color:#ef1d1d;
    font-size:34px;
    font-weight:900;
    line-height:1.3;
    margin-bottom:50px;
}

.insurance-section h4 {
    font-size:30px;
    font-weight: 900;
    line-height: 1.15;
    color: #252525;
    margin-bottom: 25px;
}


.insurance-section h6 {
	color:#1946BB;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
	text-align:center;
}	

.clients {
	background:#f6f6f6;
	padding:10px;
	margin-bottom:40px;
}
.clients p {
	margin-bottom:0;
}

.clients p em {
	color:#222;
	font-weight:600;
}

.cta-insurance {
	background:#1946BB;
	text-align:center;
	padding:45px 0px;
	color:#fff;
}

.cta-insurance h2 {
	font-weight:700;
}

.cta-insurance h2 a {
	color:#fff;
}

.insurance-section .warranty ul {
	margin-bottom:50px;
}



.insurance-section .warranty ul li {
	font-size:20px;
    font-weight:500;
    color:#252525;
	margin-bottom:15px;
	padding-left:35px;
	line-height:120%;
	position:relative;
}

.insurance-section .warranty ul li:before {
	    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content:"\f00c";
	display:block;
	color:#FFF;
	background:#FF0200;
	position:absolute;
	top:0;
	left:0;
	font-size:15px;
	width:22px;
	height:22px;
	line-height:22px;
	text-align:center;
	border-radius:6px;
}



i.fa.slick-prev {
	position:absolute;
	top:50%;
	left:-20px;
}

i.fa.slick-next {
	position:absolute;
	right:0;
	top:50%;
	right:-20px;
	
}


/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left:10px;
  padding-right:10px;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:0px;
  margin-right:0px;
}

.gform_footer.top_label {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:0px;
  margin-right:0px;
  padding-left:10px;
  padding-right:10px;
}


.gform_footer.top_label input[type="submit"] {
	color:#fff;
	font-weight:700;
	color:#fff !important;
	font-size:16px !important;
	margin-bottom:20px !important;
	border-radius:8px !important;
	padding:0px 30px !important;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
	    padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
}


.gform_fields fieldset.gfield--type-address .ginput_container {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
  width:calc(100% + 20px) !important;
}

.contact-form-wrapper form {
	margin-left:-10px;
	margin-right:-10px;
}

.gform_fields fieldset.gfield--type-address span {
	 -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	  padding-left:10px;
	  padding-right:10px;
	  padding-bottom:13px;
}

.gform_fields fieldset.gfield, .gform_fields div.gfield {
	 -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	  }

body .gfield--type-textarea {
	 -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
}

.ginput_container .name_first, .ginput_container .name_last {
  width:100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


body .gfield + .gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

.ginput_container { width:100%;}

.ginput_container .name_first {}

body .gfield--type-name, body .gfield.full {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

textarea.small {
	font-size:100% !important;
}
.ginput_container_date {
	position:relative;
}
.gfield--input-type-html p {
	text-align:center;
	font-size:16px !important;

	display:block !important;
	width:100%;
}
img.ui-datepicker-trigger {
	position:absolute;
	right:10px;
	top:20px;
}

body .gfield.gfield--input-type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  > .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  max-width:none;
  padding-bottom:0px;
 }
 .validation_message {  font-size:13px;color:red;padding-left:10px; padding-bottom:8px; text-align:left; }
body .gfield + .gfield .validation_message { padding-left:10px;padding-bottom:8px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

.gform_validation_errors {
	display:none !important;
}


.hidden_label legend {
	display:none !important;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}


 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	body .gfield + .gfield { -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;}
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}


.gfield--type-honeypot {
	display:none !important;
}



legend.gfield_label.gform-field-label.gfield_label_before_complex {
	display:none !important;
}


.gform-body label {
	display:none !important;
}

