/*!
Theme Name: Dririte Custom Theme
Theme URI: https://candcdigital.co
Author: candcdigital.co
Author URI: https://candcdigital.co
Description: Custom template for Dririte Landing Pages
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dririte
Tags
*/



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:30px;
	position:relative;
}

.navbar-nav > li > a {
	padding: 10px 7px;
	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:7px 27px;
	position: relative;
}

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

.main-menu .right-content .location {
	width: 90px;
	padding:25px 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.candc a {
	background: url(images/candc.png) no-repeat left 4px;
    margin-left: 5px;
    padding-left:25px !important;
    display: inline-block;
}

.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:0px 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:1200px) {
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;
}





.banner .banner-content{
	padding: 10px 15px 10px 15px;
	border-radius: 25px;
}
.banner .banner-content ul li{
	position: relative;
	padding-left: 30px;
}

.banner .banner-content ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	color: #f0f0f0;
	font-size: 22px;
	content: "\f058";
	font-family: "fontawesome";
}

.banner .btn-home-hero:hover{
	transform: scale(1.1);
}

/* md */
@media (min-width: 1200px) and (max-width: 1350px) { 

	.navbar-brand {
		max-width: 150px
	}
	.service-bottom {
		padding: 260px 0;
	}
}


/* md */
@media (min-width: 1350px){
	.header .container {
	    max-width:1500px;
	}
}


/* md */
@media (min-width: 1200px){
	.container {
	    max-width:1240px;
	}	
}


@media (max-width:1199px){
	.grid-sizer, .grid-item { width:33%;}
	.service-overlay h3 { font-size:17px;}
.navbar-nav > li > a { font-size:14px;}
.navbar-nav > li  a {font-size:14px;}
.banner-section {
    min-height: 650px;
    height: 650px;
    max-height: 650px;
}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.grid-sizer, .grid-item { width:25%;}
	.navbar-brand {
		max-width: 150px
	}
	.service-bottom {
		padding: 260px 0;
	}
	.navbar-nav li {
		margin-right: 0;
	}
	.navbar-nav li a,
	.call-us a{
		font-size: 14px;
	}
	.call-us p {
		font-size: 12px;
	}
	.navbar-nav {
		margin-right: 10px;
	}
	.banner-section h1 {
		font-size: 84px;
	}
	.entry-title {
		font-size: 20px;
	}
}

/* md */
@media (max-width: 991px) {
	
	
	.grid-sizer, .grid-item { width:33%;}

	.call-us {
		display: none;
	}
	.navbar-nav {
		margin-right: 0;
	}
	.absolute .navbar-nav {
		padding: 30px;
	}
	.navbar-nav>li {
		margin-right: 0;
	}
	.navbar-nav>li:last-child {
		margin-bottom: 0;
	}
	.banner-section h1 {
		font-size: 60px;
	}
	.banner-section {
	
	}
	.navbar-brand {
		max-width: 150px
	}
	.service-bottom {
		padding: 160px 0;
	}	
	.grid-4 > li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;		
	}
	.entry-title {
		font-size: 20px;
	}
	.service-content h2 {
		font-size: 46px;
	}
	.slick-arrow.slick-prev {
	    left: 0;
	}	
	.slick-arrow.slick-next {
	    right: 0;
	}
	.slider-content {
		width: 100%;
		display: block;
	}	
	.footer-widget ul li {
		font-size: 14px;
		padding-left: 10px;
	}
	.widget-links ul li::after {
		top: 8px;
	}
	.footer-botom {
		font-size: 14px;
	}
	.footer-widget .social ul li {
		padding-left: 0;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li a {

}	

.page-header { padding:40px 0px !important;}

}

/* sm */
@media (max-width: 767px) {
	
	body { font-size:15px;}
	
	.footer-bottom ul li:first-child {
	width:100%;
	margin:0;
}
	
	body .featured-btn { font-size:13px !important;}
	
	.nmp { padding-left:0 !important; padding-right:0 !important;}
	ul.filter li {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    max-height: 30px;
	}
	
	.project .thumb {
    min-width: 100px;
    max-width: 100px;
	}

	.btn-home-hero{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.project-section { padding-left:15px; padding-right:15px;}
	
	.grid-item { height:290px;}
	
	.entry-footer .social ul li:first-child { margin-left:0 !important;}
	.entry-footer .social ul li { margin-top:10px !important;}
	.page-header h1, .section-title h1 { font-size:32px !important;}
	.entry-content { padding:30px 0px;}
	
	.page-header + .page-header, .page-header { padding:10px 0px !important; padding-top:30px !important;}
	
	.blog-menu { padding:10px 0px !important;font-size: 15px;}
	
	.featured-section .entry-content h2 { font-size:40px;}
	
	.featured-section { padding:80px 0px;}

.navbar-nav > li a {
	display:block;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
}
ul.sub-menu {
	display:none;
	padding-left:10px;
}	
ul.sub-menu > li > a {
	padding:3px 0px;
}


body.home .header {
	background:#000;
	
}

.navbar-nav > li > a {
    padding: 5px 7px;
}
	.title h2, .contact-text h2 { font-size:32px !important;}
 .m-phone a {
  float:right;
  margin-top:0;
  display:block;
  font-size:17px;
  line-height:30px;
  width:32px;
  height:32px;
  border-radius:50%;
  background:none;
  color:#0093dd;
  border:solid 1px #0093dd;
  display:block;
  font-size:17px;
  line-height:24px;
  width:32px;
  height:32px;

  border-radius:50%;
  background:none;
  color:#ff0000;
  border:solid 2px #ff0000;
  line-height:28px!important;
  text-align:center!important
 }
 .m-phone a i {

 }
 
 
	.navbar-toggler {
  background-color:transparent!important;
  border:none!important;
  outline:none!important;
  cursor:pointer;
  margin-top:10px!important;
  padding:0!important
 }
 .navbar-toggler .icon-bar {
  display:block;
  width:25px;
  height:2px;
  border-radius:1px;
  background:#ff0000!important;
  margin-bottom:4px!important
 }
 
 .navbar-nav>li>a:before, .navbar-nav>li.current-menu-item>a:before, .navbar-nav>li.current_page_item>a:before { display:none !important;}
 
	.m-center { text-align:center !important;}
	.banner-section {
    min-height:450px;
    height:450px;
    max-height:450px;
}

	.banner-section {
		font-size: 16px;
	}
	.banner-section .video-link {
		margin-right: 10px;
	}
	.banner-section h1 {
		font-size: 55px;
	}
	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
	.section-title h1,
	.service-content h2 {
		font-size: 30px;
	}
	
.contact-form ul li:nth-child(1), .contact-form ul li:nth-child(2), .contact-form ul li:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-sizer, .grid-item { width:50%;}
}

/* xs Portrait */
@media (max-width: 575px) { 
.grid-sizer, .grid-item { width:100%;}
.awards h3 { font-size:17px;}

.awards .thumb { width:150px; height:150px;}
.team-mamber .thumb {
    width:130px;
    height:130px;
    border-radius: 50% !important;
}

.team-mamber h3 { font-size:15px;}

.team-mamber p { font-size:14px;}

	.banner-section h1 {
		font-size: 40px;
	}	
	.banner-section .video-link {
	    min-width: 50px;
	    max-width: 50px;
	}
	.main-social li a {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.grid-4 > li {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.section-title h1, 
	.service-content h2 {
		font-size: 26px;
	}
	.service-bottom {
		padding: 80px 0;
	}
	.service-content {
		font-size: 16px;
		font-weight: normal;
	}
}

/* xs Portrait */
@media (max-width: 475px) {

	.main-social {
		display: none;
	}
	
}





/* md */
@media (min-width:1150px) and (max-width:1500px) { 

	.main-menu .navbar-nav li {
	    font-size: 16px;
	    margin-right: 15px;
	}
	.main-menu .navbar-nav {
		margin-right: 30px;
	}
	.main-menu .right-content .phone-number {
		font-size: 16px;
	}
	.navbar-brand {
		margin-right: 20px;
		margin-left: 20px;
		max-width: 170px;
	}
.main-menu .navbar-nav li {
    margin-right:20px;
}
	.navbar-nav > li > a { padding-left:3px; padding-right:3px;}
}

@media (min-width:1200px) and (max-width:1320px) { 
	.main-menu .right-content {/*display:none !important;*/}
}

@media (min-width:1200px) and (max-width:9999px) { 


.main-menu .navbar-nav {
    margin-left:-50px;
    margin-right: 0;
}

}



/* md */
@media (min-width: 1200px) and (max-width: 1300px) { 

	.main-menu .container {
		max-width: 100%;
		padding: 0;
	}

}


/* md */
@media (min-width: 1380px) {

	.main-menu .container {
		max-width: 1600px;
	}

}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.main-menu .container {
		max-width: 100%;
		padding: 0;
	}
	.main-menu .navbar-nav li {
	    font-size: 16px;
	    margin-right:5px;
	}
	.main-menu .navbar-nav {
		margin-right: 30px;
	}
	.main-menu .right-content .phone-number {
		
	}
	.navbar-brand {
		margin-right: 20px;
		margin-left: 15px;
		max-width: 130px;
	}	
	.main-menu .right-content {
	   
	}
	.main-menu .right-content .phone-number::before {
		
	}	
	.navbar-nav>li>a {
	    padding: 20px 0;
	}
	.banner-content h1 {
		font-size: 46px;
	}
	.section-title h1 {
		font-size: 36px;
	}
	.service-details .text {
		margin-right: 30px;
	}
}

/* md */
@media (max-width: 991px) {
	.main-menu { padding:15px 0px; !important}
.page-header h1 { font-size:42px;}
	.main-menu .container {
		max-width: 100%;
		padding: 0 15px;
	}
	.main-menu .navbar-nav {
		margin-right: 0;
		margin-top:0px;
	}
	.main-menu .navbar-nav li {
		margin-right:8px;
	}
	.main-menu .right-content .phone-number {
		font-size: 16px;
		padding: 24px 15px 25px;
	}
	.navbar-brand {
		margin-right: 20px;
		margin-left: 0;
		max-width: 130px;
	}	

	.navbar {
		padding: 16px 0;
	}
	.main-menu .right-content .phone-number::before {
		border-bottom: 71px solid #ff0200;
	}	

	.banner-content h1 {
		font-size: 40px;
	}
	.provider-top-text {
		margin-bottom: 50px;
	}
	.provider-top-text .section-title {
		margin-bottom: 20px;
	}
	.about-thumb,
	.choose-thumb {
		margin-bottom: 50px;
	}
	.about-thumb img,
	.choose-thumb img {
		width: 100%;
	}
	.remember-section ul li {
	    flex: 0 0 50%;
	    max-width: 50%;
	    position: relative;
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.section-title h1 {
		font-size: 30px;
	}
	.footer-bottom .d-flex {
		display: block !important;
		text-align: center;
	}	
	.footer-bottom .right-content {
		margin-top: 15px
	}
	.footer-bottom ul {
		justify-content: center;
	}
	.lt-dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
		padding: 0;
		-webkit-transform: rotateX(0deg); 
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-box-shadow:none ;
		-moz-box-shadow:none ;
		-ms-box-shadow:none ;
		-o-box-shadow:none ;
		box-shadow:none ;
		-webkit-transition: inherit !important;
		-moz-transition: inherit !important;
		-ms-transition: inherit !important;
		-o-transition: inherit !important;
		transition: inherit !important;
		margin-left: 0;
	}
	.lt-dropdown .icon {
		position: absolute;
		top: 0;
		right: 0;
	}	
	.breadcrumb-section h1 {
		font-size: 46px;
	}
	.service-section ul li {
		flex: 0 0 50%;
		max-width: 50%;		
	}
	.serve-section ul li {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;		
	}
	.service-details .text {
		margin-right: 0;
	}
	.service-details .d-flex {
		display: block !important;
	}
	.service-details .thumb-contant {
		display: flex;
	}
	.service-details .thumb-contant .thumb {
		min-width: initial;
		max-width: initial;		
	}
	.thumb-contant .thumb img {
		padding-right: 15px;
		overflow: hidden;
	}
	.details-bottom .d-flex {
		display: flex !important;
	}
	.service-details .details-bottom  .thumb-contant .thumb {
		min-width: 200px;
		max-width: 200px;			
	}


}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	

}

/* sm */
@media (max-width: 767px) {
  .navbar { padding-top:15px; padding-bottom:15px;}
.banner {
    background-position: center center !important;
}
  
.navbar {
    padding: 15px 0px !important;
}
	
	.main-menu .navbar-nav li { margin-right:0;}
	
	.fa.fa-chevron-down {
 position:absolute;
 top:0;
 right:0;
 width:40px;
 text-align:center;
 color:#000;
 height:40px;
 line-height:40px;
 cursor:pointer;
 font-size:14px;
}


	.provider .text, 
	.service .text {
		min-height: initial;
	}
	.cta-section .cta::after {
		display: none;
	}
	.banner-content h1 {
		font-size: 36px;
	}
	.service-section ul li {
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.serve-section ul li {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;		
	}
	.gmap-section {
		height: 500px;
	}
	.contact-info li {

		margin-bottom: 30px;
	}
	.frequently-section {
		padding-bottom: 0;
	}
	.details-bottom .d-flex {
		display: block !important;
	}
	.service-details .details-bottom  .thumb-contant .thumb {
		min-width: initial;
		max-width: initial;	
		display: flex;	
		margin-right: 0;		
	}
}

/* xs Portrait */
@media (max-width: 575px) { 
	
	section {
		padding: 70px 0;
	}
	.banner-content {
		font-size: 18px;
		line-height: 28px;
	}
	.banner {
		min-height: 500px;
	}
	.main-menu .right-content {
		right: 0;
		top: 100%;
	}
	.main-menu .navbar-nav {
		margin-top: 20px;
	}
	.banner-content h5,
	.banner-content h1 {
		margin-bottom: 20px;
	}
	.banner-content .btn {
		margin-top: 15px;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.breadcrumb-section {
		padding-top: 120px;
	}
	.breadcrumb-section h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
}

/* xs Portrait */
@media (max-width: 475px) {

	.banner-content h1 {
		font-size: 26px;
	}
	.banner-content {
	    font-size: 16px;
	    line-height: 24px;
	}	
	.section-title h1 {
		font-size: 24px;
	}
	.provider .text ul li {
		font-size: 16px;
	}
	.about-section .about-text ul li,
	.remember-section ul li,
	form ul li:nth-child(2), 
	form ul li:nth-child(3),
	.serve-section ul li {
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.cta h2 {
		font-size: 18px;
	}
	.cta a {
		font-size: 24px;
	}
	.cta {
		display: block;
	}
	.cta .thumb {
		margin-top: 30px;
	}
	.testimonial {
		padding: 25px;
	}
	.gmap-section {
		height: 300px;
	}
	.breadcrumb-section h1 {
		font-size: 26px;
	}
	.service-according h3 {
		font-size: 24px;
	}
}








.call-us {
	position:relative !important;
	right:-15px;
}

.navbar {
	padding:0px 0px;
}


btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius:4px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn strong {
    font-weight: 600;
}

.btn:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
}

.title {
    margin-bottom: 40px;
    max-width: 800px;
    color: #444444;
    font-weight: 300;
}

.title h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #252525;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 700px;
    display: inline-block;
}

.title-p {
    font-weight: bold;
    text-transform: uppercase;
    color: #FF0200;
}




/*header*/

.header {
    position: relative;
    z-index:9;
    background-color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    margin-right: -15px;
}


.header .btn {
    min-width: 250px;
    font-weight: bold;
    font-size: 16px;
}

.main-menu {
    background-color: #fff;
}

.menu-content {
    padding: 0
}

.is-sticky .main-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #252525;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-right: 30px;
}

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

.nav ul li a {
    padding:0;
    color: #252525;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#151515 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: right;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

.healp {
    min-width: 190px;
    margin-top: 10px;
    text-align: center;
}

.healp h3  {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
}

.healp h3 strong {
    display: block;
    font-size: 24px;
}

.h-phone {
    min-width: 220px;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 800;
    height: 100%;
    position: relative;
    background-color: #FF0200;
}

.h-phone:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;    
    border-left: 40px solid #fff;
    border-bottom: 150px solid transparent;    
}

.h-phone a {
    color: #fff;
}

.h-phone a:hover {
    color: #000;
}

.earth {
    color: #fff;
    padding: 20px 15px;
    min-width: 100px;
    text-align: center;
    background-color: #393738;
}

.earth p {
    margin-bottom: 0;
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
}

.hero-text {
    color: #fff;
}

.hero-text h1 {
    color: #fff;    
    font-size:60px;
    font-weight: 700;
    margin-bottom: 40px;
}

.h-call {
    line-height: 36px;
    font-size: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: #1946BB;
    padding: 15px 50px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.h-call:after,
.h-call:before {
    position: absolute;
    content: "";
    top: 50%;   
    margin-top: -55px;
    border-bottom: 55px solid transparent;  
    border-top: 55px solid transparent;    
}

.h-call:after {
    left: 0;
    border-left: 40px solid #FF0200;
}


.h-call:before {
    right: 0;
    border-right: 40px solid #FF0200; 
}

.h-call p {
    margin-bottom: 0;
}

.h-call strong {
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
}

.h-call a {
    color: #fff;
	white-space:nowrap;
}

.h-call a:hover {
    color: #FF0200;
}

.hero-text p {
    font-size: 17px;
}

.info-list li {
    margin-bottom:15px;
    border-radius: 8px;
    padding: 10px 20px;
    padding-left: 50px;
    color: #444;
    position: relative;
    background-color: #fff;
}

.info-list li:before  {
    content: "\f058";
    position: absolute;
    left: 20px;
    top:12px;
    color: #FF0200;
    font-size: 20px;
    font-family: "fontawesome";
}

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

.info-list li h4{
    font-size:18px;
    font-weight: bold;
    color: #1946BB;
    margin-bottom: 5px;
}

.info-list li p {
	font-size:18px;
}

/*about-section*/

.ab-thumb {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ab-text {
    display: flex;
    color: #fff;
    padding:30px;
    font-size: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
    background-color: #FF0200;
}

.ab-text h3 {
    font-size: 36px;
    font-weight: 800;
}

.ab-text .text {
    max-width: 400px;
}

.ab-text .thumb {
    max-width:160px;
}

.brand-logo ul {
    display: flex;
}

.brand-logo ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.ab-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 40px;
}


/*process-section*/

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

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

.process {
    text-align: center;
    padding: 15px;
    height:calc(100% - 30px);
    color: #252525;
    margin-bottom: 30px;
    border: 1px solid #9F9C9A;
    background-color: #EFF2FA;
}

.process .icon {
	margin-top:30px;
    margin-bottom:20px;

}

.process h3 {
    font-size: 28px;
    font-weight: 800;
    color: #0A1651;
	margin-bottom:20px;
}

/*faq-section*/

.faq-section {
    background-color: #EFF2FA;
}

.faq-list li {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #9F9C9A;
    background-color: #fff;
}

.faq-list li h5 {
    font-size: 20px;
    font-weight: bold;
    color: #0A1651;
}

.faq-list li p:last-child {
    margin-bottom: 0;
}

/*testimonial-section*/

.testimonial-section {
    color: #335170;
    background-color: #1946BB;
}

.testimonial-section .title-p,
.testimonial-section .title h2 {
    color: #fff;
}

.testimonial {
    padding:25px;
    color: #252525;
    height: 100%;
    background-color: #fff;
	border-radius:8px;
}

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

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

.testimonial ul {
    display: flex;
    color: #FF0200;
    margin-bottom: 20px;
}

.testimonial ul li {
    margin-right:4px;
	font-size:36px;
}

.testimonial h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    color: #252525;
}

.author {
    display: flex;
    margin-top: 20px;
}

.author .thumb {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
	background-color:transparent !important;
}

.testimonial .author h6 {
	font-weight:700;
	color:#252525;
	margin-bottom:0;
}

.testimonial .author p {
	margin-bottom:0;
}



/*contact-section*/

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

.contact-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.contact-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-text h2 {
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 30px;
}

.hero-form {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
}

.hero-form p {
    color: #13161A;
    font-size: 17px;
}

.hero-form h2 {
    font-size:42px;
    font-weight: bold;
    color: #000;
}

.hero-form form {
    margin-top: 20px;
}

.hero-form textarea {
    height: 120px;
    padding-top: 15px;
}

.hero-form button.btn, [type=submit] {
    background-color: #FF0200;
    border-color: #FF0200;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	border:solid 2px;
}

section {
	padding:80px 0px;
}

input[type=text], input[type=tel], input[type=email], textarea {
	border:solid 1px #766F6B;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, textarea:hover, textarea:focus {
	border:solid 1px #ff0200 !important;
	outline:none;
}

.hero-form button.btn:hover, [type=submit]:hover, body .gform_footer.top_label input[type="submit"]:hover {
    background-color: transparent;
    border-color: #FF0200;
    color: #FF0200 !important;
}

.hero-form .btn {
    width: 100%;
}


.footer-section {
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    background-color: #FF0200;
}

.f-dririte strong {
    display: block;
    text-transform: uppercase;
}

.f-dririte {
    text-align: center;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    margin-right: 15px;
}

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

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

.footer-social ul li a:hover {
    color: #000;
}





/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1320px;
	}
}

/* md */
@media (min-width: 1200px) and (max-width: 1550px) {

	.h-phone {
		min-width: 175px;
		font-size: 15px;
		padding-right: 15px;
		padding-left: 30px;
	}
	.healp h3 {
		font-size: 16px;
	}
	.healp {
		min-width: 165px;
		font-size: 14px;
	}
	.nav ul li {
		font-size: 15px;
		margin-right: 20px;
	}
	.earth {
		min-width: 75px;
		padding: 25px 5px;
		font-size: 14px;
	}
	.footer-section {
		font-size: 15px;
	}
	.footer-social ul li {
		margin-right: 4px;
	}
	.hero-text h1 {
		font-size: 55px;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {


	.h-phone {
		min-width: 175px;
		font-size: 15px;
		padding-right: 15px;
		padding-left: 30px;
	}
	.healp {
		display: none;
	}
	.nav ul li {
		font-size: 15px;
		margin-right: 20px;
	}
	.earth {
		min-width: 75px;
		padding: 25px 5px;
		font-size: 14px;
	}
	.footer-section {
		font-size: 15px;
	}
	.footer-social ul li {
		margin-right: 4px;
	}
	.hero-text h1 {
		font-size: 52px;
	}
	.contact-text h2 {
		font-size: 40px;
	}
	.hero-form h2 {
		font-size: 38px;
	}
	.process-list ul li {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}	

}

/* md */
@media (max-width: 991px) {

	.header-right {
		display: none;
	}
	.menu-content {
		padding: 15px 0;
	}
	.hero-text h1 {
		font-size: 45px;
	}
	.nav ul li {
		font-size: 16px;
		margin-right: 15px;
	}
	.h-call {
		margin-bottom: 30px;
	}
	.process-list ul li {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}	

	.footer-section {
		font-size: 16px;
		text-align: center;
	}
	.footer-social ul {
		justify-content: center;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		
	.m-phone {
		position: absolute;
		top: 26px;
		right: 0;
		z-index: 99;
	}	
	#main-nav {
		margin-right: 60px;
	}

}

/* sm */
@media (max-width: 767px) {

	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}

}

/* xs Portrait */
@media (max-width: 575px) {

	.h-call{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.testimonial-slider {
		margin: 0;
		padding: 0;
	}
	.slick-slide {
		padding: 0;
	}

}



/* xs Portrait */
@media (max-width: 475px) {
	.ab-text {
		display: block;
	}
	.hero-text h1 {
		font-size: 30px;
	}
	.h-call strong {
		font-size: 24px;
	}
	.h-call p {
		font-size: 14px;
		letter-spacing: 0;
	}
	.h-call{
		font-size: 16px;
		letter-spacing:0;
		padding-left: 30px;
		padding-right: 30px;
	}	
	.ab-text h3 {
		font-size: 26px;
	}
	.title h2 {
		font-size: 30px;
	}
	.process-list ul li {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.contact-text h2 {
		font-size: 30px;
	}
	.hero-form h2 {
		font-size: 30px;
	}
	.hero-form {
		padding: 20px;
	}
}


body .contact-section {
	display:block !important;
}



section.testimonial-section.pt-0 {
  display:none !important;
}

.contact-section {
	display:none !important;
}

html, body {
	font-family:'Inter', sans-serif;
	font-size:18px;
}

.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
	padding-left:15px !important;
	padding-right:15px !important;
}