/* ==== Google font ==== *//* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600); */@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');/*font-family: 'Nunito', sans-serif;*/
@import url('font-awesome.css');/* ==== overwrite bootstrap standard ==== */
body {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	color: #fff;
	background-color: #fff;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #272727;
	line-height: 1.1em;
	font-family: 'Nunito', sans-serif;
	;
}
p {
	font-family: 'Nunito', sans-serif;
	color: #727272;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	line-height: 24px;
	margin: 0;
	margin: 0 0 26px;
}
a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
	color: #272727;
}
.car-search-form.tabs .tab-content {   /* max-width: 400px; */
}
.btn {
	border-radius: 0;
	margin-top: 10px;
	background-color: #b7d432;
	text-transform: uppercase;
	border-color: #fff;
	font-size: 16px;
}
.btn:hover {
	background-color: #fff;
	border-color: #b7d432;
	color: #b7d432;
}/*===========================  Menu and Navigation============================ */
.menu {
	font-size: 12px;
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 15px;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
	overflow-y: auto;
}
.menu ul.nav-tabs li {
	color: #fff;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs>li>a:hover {
	color: #000 !important;
	background: none !important;
}
.nav-tabs>li a.active {
	color: #c1dc37;
}/*===========================  slider============================ */
.slider {
	position: relative;
	margin-top: -20px;
}
#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -25px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #65AAF0;
	background: #65AAF0;
	color: #fff;
}
#carousel-slider a i:hover {
	background: #65AAF0;
	color: #fff;
	border: 1px solid #65AAF0;
}
#carousel-slider .carousel-control {
	width: inherit;
}
#carousel-slider .carousel-control.left i {
	left: 50px;
	top: 265px;
}
#carousel-slider .carousel-control.right i {
	right: 50px;
	top: 265px;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 300px;
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}
.carousel-caption h2 {
	font-size: 60px;
	color: #fff;
}
.carousel-caption h2 span {
	font-size: 60px;
	color: #fff;
}
.carousel-caption p {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
	padding: 10px;
	background: #65AAF0;
}
.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #65AAF0;
	color: #fff;
	border-radius: 0;
	border-color: #fff;
	text-transform: uppercase;
}
.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #fff;
	color: #272727;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	border-color: #fff;
	background: #65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.form-inline {
	margin-top: 18px;
}/*===========================  about============================ */
.about {
	padding: 50px 0 80px 0;
	background: #fff;
}
.about .text-center h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #222222;
	font-weight: 600;
	line-height: 44px;
	padding-bottom: 20px;
}
.about .text-center p {
	color: #727272;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	line-height: 24px;
	margin: 0;
}
.gamp-btn a {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #272727;
	color: #ffffff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}
.gamp-btn a:hover {
	color: #ffffff;
	opacity: 0.8;
	transition: all 0.5s;
}
.center span {
	color: #E8CE0E;
}
#about-us {
	margin-bottom: 50px;
}
.skill_text {
	display: block;
	margin-bottom: 60px;
	margin-top: 25px;
	overflow: hidden;
}
.sinlge-skill {
	background: #f2f2f2;
	border-radius: 100%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	height: 200px;
	position: relative;
	width: 200px;
	text-transform: uppercase;
	overflow: hidden;
	margin: 30px 0;
}
.sinlge-skill p em {
	color: #FFFFFF;
	font-size: 38px;
}
.sinlge-skill p {
	line-height: 1;
	color: #FFFFFF;
}
.joomla-skill, .html-skill, .css-skill, .wp-skill {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	border-radius: 100%;
	padding: 70px 0;
	text-align: center;
}
.joomla-skill {
	background: rgb(242, 242, 242);  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(45, 125, 164, 1)));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);  /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);  /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0);  /* IE6-9 */
}
.html-skill {
	background: rgb(242, 242, 242);  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1)));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);  /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);  /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0);  /* IE6-9 */
}
.css-skill {
	background: rgb(242, 242, 242);  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1)));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);  /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);  /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0);  /* IE6-9 */
}
.wp-skill {
	background: rgb(242, 242, 242);  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(219, 54, 21, 1)));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);  /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);  /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0);  /* IE6-9 */
}
.skill-wrap {
	display: block;
	overflow: hidden;
	margin: 60px 0;
}
.team .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.team .text-center p {
	margin-bottom: 50px;
}
.team h4 {
	margin-top: 0;
	text-transform: uppercase;
}
.team h5 {
	font-weight: 300;
}
.single-profile-top, .single-profile-bottom {
	font-weight: 400;
	line-height: 24px;
}
.single-profile-top, .single-profile-bottom {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}
.media_image {
	margin-bottom: 10px;
}
.team .btn {
	background: transparent;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid#ddd;
	margin-right: 3px;
}
ul.social_icons, ul.tag {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	display: block;
}
ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}
ul.social_icons li a i {
	border-radius: 50%;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding: 0;
	text-align: center;
	width: 25px;
	opacity: .8;
}
.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover, .team .social_icons .fa-google-plus:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
	background: #0182c4;
}
.team .social_icons .fa-twitter {
	background: #20B8FF
}
.team .social_icons .fa-google-plus {
	background: #D34836
}
.team-bar .first-one-arrow {
	float: left;
	margin-right: 30px;
	width: 2%;
}
.team-bar .first-arrow {
	float: left;
	margin-left: 5px;
	margin-right: 35px;
	width: 22%;
}
.team-bar .second-arrow {
	float: left;
	margin-left: 5px;
	width: 21%;
}
.team-bar .third-arrow {
	float: left;
	margin-left: 40px;
	margin-right: 12px;
	width: 22%;
}
.team-bar .fourth-arrow {
	float: left;
	margin-left: 25px;
	width: 20%;
}
.team-bar .first-one-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .first-arrow hr {
	border-bottom: 1px solid #2D7DA4;
	border-top: 1px solid #2D7DA4;
}
.team-bar .second-arrow hr {
	border-bottom: 1px solid #6aa42f;
	border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
	border-bottom: 1px solid #FFBD20;
	border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
	border-bottom: 1px solid #db3615;
	border-top: 1px solid #db3615;
}
.team-bar {
	margin-bottom: 15px;
	margin-top: 30px;
	position: relative;
}
.team-bar i {
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: -32px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 24px;
	position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
	background: #2D7DA4;
	margin-left: -33px
}
.team-bar .second-arrow .fa-angle-down {
	background: #6AA42F;
	margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
	background: #FFBD20;
	margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
	background: #db3615;
	margin-left: -32px;
}
.team .single-profile-top:before, .team .single-profile-top:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-top:before {
	left: 26px;
	bottom: -20px;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.team .single-profile-top:after {
	left: 25px;
	bottom: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
}
.team .single-profile-bottom:before, .team .single-profile-bottom:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.team .single-profile-bottom:before {
	left: 30px;
	top: -20px;
	border-width: 10px;
	border-color: transparent transparent #fff transparent;
	z-index: 1;
}
.team .single-profile-bottom:after {
	left: 29px;
	top: -22px;
	border-style: solid;
	border-width: 11px;
	border-color: transparent transparent #DDD transparent;
	z-index: 0;
}/*===========================  gallery============================ */
.gallery {
	padding: 50px;
}
.gallery .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
	margin-bottom: 30px;
}
.gallery figure {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}
.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}
.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery figure figcaption::before, .gallery figure figcaption::after {
	pointer-events: none;
}/*===========================  Marley============================ */
figure.effect-marley figcaption {
	text-align: right;
}
figure.effect-marley h4, figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}
figure.effect-marley p {
	bottom: 30px;
	color: #fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-marley h4 {
	top: 30px;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
figure.effect-marley h4::after, figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover h4::after, figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}/*=========================== MAP============================ */
.map {
	position: relative;
	margin-top: -20px;
	margin-bottom: 40px;
}
.map iframe {
	width: 100%;
	height: 450px;
	border: none;
}
.map-grid iframe {
	width: 100%;
	height: 350px;
	border: none;
	margin: 0 0 -5px 0;
	padding: 0;
}
.contact-page {
	padding-top: 0;
	background: #fff;
	margin: 50px 0px;
}
.contact-page h2 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 38px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-page p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #8a8a8a;
}
.contact-page .contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}
.contact-page .form-group .form-control {
	padding: 7px 12px;
	border: 1px solid #cfd1d9 !important;
	box-shadow: none;
	border-radius: 0;
}
textarea#message {
	resize: none;
	padding: 10px;
	border-radius: 0;
}
.contact-page .contact-wrap {
	margin-top: 50px;
}/*===========================  MY STYLE START HER============================ */
.home_slider {/*   background-image: url(../images/slider-bg.png); */
	background: #fff;
	position: relative;
	margin-top: -128px;
	padding-top: 50px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.find_form {
	background-color: #cdb18c;
	margin-bottom: 60px;
	padding-top: 35px;
	padding-bottom: 40px
}
.hedding_4 h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 32px;
	font-weight: 900;
	color: #1f2322;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.hedding_4 p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #53493d;
}
.form_in {
	padding-top: 30px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.find_form .form-group .form-control {
	color: #909191;
	font-size: 14px;
	font-weight: 400;
	border-radius: 8px;
	height: 43px;
	box-shadow: 0px 0px 15px #ae9472;
}
.find_form .btn {
	border: none;
	background-color: #b6d329;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: inherit;
	border-radius: 8px;
}
.find_form .form-group {
	margin: 0px;
	padding: 0px;
}
.form_in h6 {
	clear: both;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	padding-top: 10px
}/*===========================  services============================ */
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #222222;
	font-weight: 600;
	line-height: 44px;
	padding-bottom: 20px;
}
.hadding_text p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 23px;
	font-weight: 600;
	color: #8a8a8a;
}
.hadding_text {
	width: 630px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}
.services h3 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
	color: #272828;
}
.services {
	text-align: center;
	padding-top: 70px;
}
.nav-tabs>li>a {
	margin: 0px;
	padding: 0px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-tabs-2>li>a {
	color: #20212a !important;
}
.navbar-default {
	background: none;
	border: none;/*  box-shadow: 0px 8px 10px -10px rgba(0,0,0,.2);*/
	z-index: 9;
}
.navbar-collapse {
	padding-top: 14px;
	padding-bottom: 8px !important;
}/*===========================  WELCOME TEXT ============================ */
.services {
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 80px 0;
}
.left-text h5 {
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	padding-bottom: 25px;
}
.left-text p {
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 10px;
}
a.more-btn {
	color: #434343;
	font-size: 16px;
	font-weight: 600;
	top: 8px;
	position: relative;
}
a.more-btn span {
	font-size: 50px;
	color: #1b98ff;
	line-height: 28px;
	position: relative;
	top: -2px;
	padding-right: 5px;
}
.right-image img {
	width: 88% !important;
}
.left-text {
	padding-top: 20px;
	padding-right: 25px;
}/*===========================  WHO WE ARE============================ */
.who-we-are {
	padding-top: 70px;
	padding-bottom: 40px;
}
.who-we-are h6 {
	font-size: 20px;
	color: #363636;
	font-weight: 600;
	text-transform: uppercase;
}
.who-we-are p {
	font-size: 14px;
	color: #8d8d8d;
	font-weight: 400;
	line-height: 22px;
}
.content-area {
	background-color: #f7f7f7;
	position: relative;
	margin-top: -35px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 20px 25px 20px 25px;
	border-radius: 10px;
}
.who-we-are p {
	font-size: 15px;
	color: #8d8d8d;
	font-weight: 400;
}/*===========================  NEWSLETTER============================ */
.newsletter {
	text-align: center;
}
.form-control {
	color: #717a82;
	font-size: 18px;
	font-weight: 400;
	background: #fff;
	border-radius: 80px;
	box-shadow: 0px 10px 20px #c1c1c1;
	border: none;
	padding: 35px 20px;
}
.newsletter h4 {
	font-size: 30px;
	color: #222222;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 30px;
}
.newsletter_in {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-top: 40px;
	border-radius: 15px;
	position: relative;
	margin-bottom: -90px;
}
a.btn-default {
	border-radius: 80px;
	border: none;
	padding: 15px 20px;
	color: #ffffff;
	font-size: 19px !important;
	font-weight: 600;
	background: #1b98ff;
	width: 172px;
	display: block;
	text-transform: capitalize;
	float: right;
	position: absolute;
	right: 8px;
	top: -3px;
}
.btn-gamp {
	position: relative;
}
.btn-gamp a:hover {
	background: #ff7632;
	transition: all 0.5s;
}/*=========================== TESTIMONIAL============================ */
.testimonial {
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 40px;
}
#testi_in {
	width: 90%;
	padding: 30px 30px;
	border-radius: 10px;
	position: relative;
	max-width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.testimonial h5 {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}
.testimonial p {
	color: #2c3d59;
	font-weight: normal;
	font-size: 17px;
	position: relative;
	line-height: 32px;
	margin: 0;
}
.testimonial h6 {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}/*=========================== OUR CLIENT LOGO============================ */
h3.hedding_3 {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
}
h3.hedding_3:before {
	content: "";
	width: 103px;
	height: 4px;
	background: #1b98ff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#owl-demo2 {
	margin-top: 40px;
}
.client-logo {
	padding-top: 60px;
	padding-bottom: 80px;
}/*===========================  Footer============================ */
footer {
	background-color: #232323;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #c9c9c9;
	background-image: url(../images/footer.jpg);
	position: relative;
	padding: 70px 0 30px;
	position: relative;
}
.heading-panel {
	margin-bottom: 20px;
}
.heading-panel .main-title {
	border-bottom: 2px solid #b0cfda;
}
.heading-panel .main-title {
	color: #232323;
	font-size: 22px;
	font-weight: 600;    /* line-height: 50px; */
	margin: 0;
	font-family: 'Nunito', sans-serif;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.footer_menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}/*footer:before{content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0.1;    background-size: cover;    background-repeat: no-repeat;    background-position: center center;    background-image: url(../images/subscribe-bg.png);}*/
footer p {
	color: #cdcdcd;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
footer h4 {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 550;
	color: #1b98ff;
}
footer ul li {
	list-style: none;
	text-align: left;
	padding-bottom: 10px;
}
footer ul li a {
	color: #c9c9c9;
	display: block;
	font-size: 15px;
	line-height: 24px;
	position: relative;
}
footer ul li a span {
	text-transform: uppercase;
	color: #b0cfda;
	font-size: 22px;
}
.footer_logo {
	margin-bottom: 30px;
}
footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right: 170px;
	margin-top: 20px;
	background: #272727;
	border: 1px solid #fff;
	border-radius: 0px;
}
footer .btn-gamp a:hover {
	background: #fff;
	color: #272727;
	opacity: 0.8;
	transition: all 0.5s;
}
footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius: 0px;
	border: 1px solid #fff;
}
.contact-info ul {
	list-style: none;
	padding-left: 0;
}
.contact-info ul li i {
	margin-bottom: 20px;
	font-size: 20px;
	color: #999999;
}
.widget {
	padding-left: 0;
}
ul.social-network {
	list-style: none;
	margin-top: 20px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.sub-footer {
	background: #000;
	border-top: 1px solid #878787;
	margin-top: 15px;
}
ul.social-network li {
	display: inline;
	margin: 0 50px;
	font-size: 25px;
	margin-left: -10px;
}
ul.social-network li a {
	color: #1b98ff;
}
.social-network li:hover .fa-twitter {
	color: #ff7632;
}
.social-network li:hover .fa-facebook {
	color: #ff7632;
}
.social-network li:hover .fa-google-plus {
	color: #ff7632;
}
.social-network li:hover .fa-pinterest {
	color: #ff7632;
}
.social-network li:hover .fa-linkedin {
	color: #ff7632;
}
.social-network li:hover .fa-youtube-play {
	color: #ff7632;
}
.social-network li:hover .fa-dribbble {
	color: #ff7632;
}
.social-network li:hover .fa-pinterest-square {
	color: #ff7632;
}
.copyright {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	text-shadow: none;
}
.copyright a {
	color: #fff;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-info ul li {
	display: inline-block;
	padding-right: 20px;
}
a:hover {
	text-decoration: none;
	color: #ff7632;
}
.dropdown-mega-menu ul li {
	padding: 5px 15px;
	border-bottom: 1px solid #edddc6;
}
.dropdown-mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 1000;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.97);
	opacity: 1;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.157);
	display: none;
	width: 180px;
}
.dropdown-mega-menu ul {
	margin: 0px;
	padding: 0px;
}
.dropdown-mega-menu ul li {
	list-style: none;
}
.dropdown-mega-menu ul li a {
	text-transform: capitalize;
}
.dropdown-mega-menu>ul>li.menu-title>a {
	font-weight: 600;
	color: #54bed1 !important;
}
.menu ul.nav-tabs li:hover>.dropdown-mega-menu {
	display: block;
}
.nav-tabs>li>a:hover {
	border: none !important;
}
.navbar-header {
	float: none;
}/*.nav-tabs > li{ position:relative; }.nav-tabs > li:before{  content:"";  height:1px;  width:8px;  background-color:#010101;  position:absolute;      right:-2px;    bottom:9px;}*/
li.cuslogin {
	position: relative;
}
li.cuslogin:before {
	display: none !important;
}
.navbar-brand {
	text-align: center !important;
	float: none !important;
}
.nav-tabs>li>a {
	border: 0px solid transparent !important;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	margin-right: 13px;
}
.page_banner {
	background-color: #edddc6;
	text-align: center;
	margin-top: -85px;
}
.innerpage {
	background-image: url(../images/page_banner.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: bottom;
	background-repeat: no-repeat;
}
.page_hedding {
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
	padding-bottom: 95px;
}
.page_hedding h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #222222;
	font-weight: 600;
	line-height: 44px;
	padding-bottom: 20px;
}
.page_hedding p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #524c43;
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 20px;
}
.page_banner {
	margin-bottom: 50px;
}
.form-control {
	height: 45px;
}/*======================================================= */
.form-btn {
	text-align: center;
}
.customer-login input[type=text], .customer-login input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #000;
}
.customer-login button {  /*  background-color: #bbd92a;    color: white;    padding: 14px 20px;    margin: 8px 0;    border: none;    cursor: pointer;    width: 100%;    text-transform: uppercase;    font-size: 18px;    font-weight: 600;*/
}
.customer-login .form-bottom {
	padding: 0px 10px 0px 10px;
}
.customer-login button:hover {
	opacity: 0.8;
}
.customer-login .cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #222222;
}
.customer-login .imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
}
.customer-login img.avatar {
	width: 250px;
	;
	border-radius: 50%;
}
.customer-login span.psw {
	float: right;
	padding-top: 16px;
	color: #000;
}
.customer-login span.psw a {
	color: #f44336
}/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
.customer-login span.psw {
	display: block;
	float: none;
}
.customer-login .cancelbtn {
	width: 100%;
}
}/*===========================  NEW STYLE HERE============================ */
.services-page .email-jobs-top {
	margin-bottom: 15px;
	border: 1px solid #1b98ff;
	border-radius: 0px;
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 24px;
	padding: 2px 10px 1px 10px;
	text-transform: capitalize;
	background: #fff;
	font-weight: 500;
	color: #1b98ff;
}
.services-page .job-alert-box {
	background: #f5f7fa none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	border-radius: 0px;
	margin: 0 0 30px;
	padding: 30px;
	position: relative;
	clear: both;
}
.services-page .job-alert-box h3 {
	color: #424242;
	margin: 0 0 10px 0 !important;
	padding: 0;
	font: 700 16px/28px "Raleway", sans-serif;
	text-transform: capitalize;
}
.services-page .job-alert-box .newsletter {
	display: block;
	float: none;
	margin: 0 0 20px;
}
.services-page .newsletter {
	float: right;
	position: relative;
}
.services-page .job-alert-box .newsletter input[type="text"] {
	color: #000;
	width: 37%;
	display: inline-block;
	height: 42px;
	padding: 0 15px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	font: 400 13px/42px "Raleway", sans-serif;
	vertical-align: top;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.services-page .newsletter input[type="text"] {
	border: 1px solid #eeeeee;
	color: #8c8c8c;
	float: left;
	font-size: 12px;
	font-weight: 400;
	height: 36px;
	padding: 0 0 0 35px;
	width: 260px;
	color: #000
}
.services-page .job-alert-box .newsletter input[type="email"] {
	width: 38%;
	display: inline-block;
	height: 42px;
	padding: 0 15px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	font: 400 13px/42px "Raleway", sans-serif;
	vertical-align: top;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000
}
.services-page .job-alert-box .newsletter .jobalert-submit {
	background: #1b98ff;
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	height: 42px;
	margin: 0 -4px 0 0;
	padding: 0 15px;
	vertical-align: top;
	width: 20%;
}
.services-page .jobs-listing.grid li {
	margin-right: -4px !important;
}
.services-page .jobs-listing.grid li {
	padding: 0 15px;
}
.services-page .jobs-listing li {
	display: inline-block;
	float: none;
	list-style: none;
	margin-left: 0;
	margin-right: -4px;
	padding: 0;
	position: relative;
	vertical-align: top;
}
.services-page .jobs-listing.grid li:first-child .jobs-content {
	margin-top: 0;
}
.services-page .jobs-listing.grid li .jobs-content {
	border: 1px solid #f2f2f2 !important;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
}
.services-page .jobs-listing.grid li .cs-media {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
	margin-right: 20px;
}
.services-page .jobs-listing.grid .cs-media {
	display: block;
	float: none;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}
.services-page .jobs-listing li .cs-media {
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 36px;
	vertical-align: middle;
}
.services-page .jobs-listing.grid .cs-text {
	background: #f6f6f6;
	display: inline-block;
	min-height: 188px;
	overflow: inherit;
	padding: 25px 15px 0;
	position: relative;
	width: 100%;
}
.services-page .jobs-listing.grid .cs-categories {
	border-bottom: 0;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #008fdc !important;
}
.services-page .jobs-listing.grid li .cs-post-title h6 {
	margin: 0px 0 10px 0;
	font: 600 Normal 14px/20px "Raleway", sans-serif !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
	color: #424242 !important;
}
.services-page .jobs-listing.grid .jobtype-btn {
	color: #666;
	display: block;
	float: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: initial;
	text-align: left;
	text-transform: capitalize;
}
.services-page .jobs-listing .jobtype-btn {
	border: medium none;
	border-radius: 2px;
	color: #fff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.2px;
	min-width: 115px;
	padding: 3px 15px;
	text-align: center;
}
.services-page .jobs-listing.grid .post-options {
	float: left;
	margin-bottom: 18px;
}
.services-page .jobs-listing.grid .cs-text {
	background: #f6f6f6;
	display: inline-block;
	min-height: 188px;
	overflow: inherit;
	padding: 25px 15px 0;
	position: relative;
	width: 100%;
	text-align: left;
}
.services-page .jobs-listing.grid .cs-categories {
	border-bottom: 0;
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #8c8c8c !important;
}
.services-page .jobs-listing.grid .post-options span.cs-location {
	display: block;
	line-height: 18px;
	margin: 0;
	color: #8c8c8c;
}
.services-page .jobs-listing.grid .post-options span:last-child {
	color: #8c8c8c;
	font-size: 10px;
	margin-bottom: 0;
}
.services-page .jobs-listing.grid li .wish-list {
	left: 20px;
	margin: 0;
	opacity: 1;
	position: absolute;
	top: -15px;
}
.services-page .jobs-listing li .wish-list {
	color: #12b5ea;
	float: left;
	font-size: 16px;
	height: auto;
	margin: 0;
	vertical-align: top;
}
.services-page .jobs-listing.grid li .wish-list .shortlist {
	background-color: #1b98ff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 7px 8px 4px;
}
.services-page .jobs-listing.grid li .shortlist i {
	color: #fff;
	font-size: 12px;
	margin: 0;
	top: -1px;
	position: relative;
}
.services-page .jobs-listing {
	margin: 0px;
	padding: 0px;
}/*===========================  Customer Login Page============================ */
.login-right-content-block {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	padding-top: 143px;
	padding-left: 30px;
	padding-bottom: 215px;
}
.login-title-block {
	margin: 45px 0 0 0;
	padding: 0;
}
.login-title-block h1 {
	font-weight: 700;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
	font-size: 55px;
}
.login-title-block h6 {
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 16px;
}
.login-content-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 25px 0 40px 0;
	max-width: 370px;
}
.nlogin-form-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.nlogin-input-block {
	float: left;
	width: 100%;
	margin: 18px 0 14px 0;
	padding: 0;
	position: relative;
}
.nlogin-input-block label {
	font-size: 18px;
	color: #313a5a;
	font-weight: 700;
	padding-left: 12px;
	margin-bottom: 16px;
	line-height: normal;
}
.ninput-type {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #cfd1d9;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #313a5a;
	font-size: 14px;
}
.nfrg-password-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}
.nfrg-password-block a {
	text-decoration: underline;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #313a5a;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}
.nbtn-yellow {
	background: #1b98ff;
	color: #fff;
	padding: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	transition: 0.3s ease-in-out;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #1b98ff;
	text-transform: uppercase;
	max-width: 370px;
}
.nbtn-yellow-transparent {
	background: #fff;
	color: #000;
	padding: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	transition: 0.3s ease-in-out;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #000;
	text-transform: uppercase;
}
.input-type {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #cfd1d9;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #313a5a;
	font-size: 14px;
}
.login-right-content-wrap:before {
	background: url(../images/customer-login-bg.jpg) no-repeat #fff;
	background-size: contain;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 390px;
	top: 23px;
}
.login-content-wrap {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	padding-top: 90px;
	box-shadow: 5px 0 50px rgba(0, 0, 0, 0.2);
}
.login-content-wrap:before {
	content: '';
	position: absolute;
	width: 10000px;
	height: 100%;
	background: #fff;
	margin-left: -5000px;
	right: 0;
	top: 0;
}
.nav-tabs>li>a.btn-login {
	background: inherit !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	outline: none;
	padding: 8px 25px;
	color: #000 !important;
	text-decoration: none;
	width: auto;
	position: relative;
	margin-top: -10px;
	border-radius: inherit;
	border: 1px solid #e0e0e0 !important;
}
.nav-tabs-2 li a {
	color: #1b98ff !important;
	border-color: #1b98ff !important;
}
.nav-tabs-2 li a {
	color: #000 !important;
	padding-bottom: 25px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}/*===========================END============================ */
.select-quote-container-block {
	float: left;
	width: 97%;
	margin: 0;
	padding: 0;
	background: #9d8fff;
	position: relative;  /*      box-shadow: 5px 5px 50px rgba(41,91,188,0.1);*/
	padding: 20px;
	background: #b0cfda;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,.2);
	padding-bottom: 25px;
	z-index: 999;
}
.select-quote-main-block .select-quote-box {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
}
.select-quote-main-block .select-quote-box h3 {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px 0 0px 10px;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}
.select-quote-box .md-form {
	margin: 0;
	padding: 0;
	position: relative;
}
.select-quote-box .md-form.pickup-text-box .form-control, .select-quote-box .md-form.destination-text-box .form-control {
	margin: 0;
	padding: 0 15px 0 0px;
	border: 0;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	border-radius: inherit !important;
	background: none;
	color: #1d1d1d !important;
}
.select-quote-btn-block {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	margin-top: 18px;
}
.select-quote-btn-block a:hover {
	background: #000;
}
.select-quote-btn-block a {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	background: #1b98ff;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 100px;
	border-radius: 0 10px 10px 0;
	transition: 0.3s ease-in-out;
}
.select-quote-btn-block .btn-lg {
	border: none;
	width: 88%;
	padding: 0;
	position: relative;
	text-align: center;
	background: #232323;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 40px;
	transition: 0.3s ease-in-out;
}
.select-quote-main-block .md-form select {
	margin: 0;
	padding: 0 15px 0 0px;
	border: 0;
	color: #1d1d1d;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	border-radius: inherit !important;
	width: 100%;
	margin-top: 18px;
	padding-bottom: 10px;
	background: none;  /* margin-right: 10px;    margin-left: 10px;*/
}
.select-quote-main-block .select-quote-box .md-form {
	margin: 0;
	padding: 0 15px 0 0px;
	border: 0;
	color: #1d1d1d;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: none;
	box-shadow: none;
	border-radius: inherit !important;
	width: 93%;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.select-quote-container-block ul li {
	float: left;
	width: 26%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #eeeef8;
	list-style: none;
	position: relative;
	height: 100%;
}
.select-quote-container-block ul {
	margin: 0px;
	padding: 0px;
}
.select-quote-container-block ul li.get-btn {
	width: 22%;
	position: absolute;
	right: 0px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.top-video-block h2 {
	font-weight: 700;
	font-size: 70px;
	color: #fff;
	margin: 0 0 34px 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}
.top-video-block h2 {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}
.top-video-block {
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	margin-top: 110px;
}
.title-small {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #868a9d;
}
.title-main {
	font-weight: 700;
	font-size: 40px;
	color: #222d61;
	font-family: 'Nunito', sans-serif;
}
.owl-prev {
	position: absolute;
	left: 0px;
	font-size: 0px !important;
	background: none !important;
}
.owl-prev:before {
	content: "";
	width: 22px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 10%;
	background: url(../images/testimonial-slider-left-arrow.png) no-repeat;
	float: left;
}
.owl-next {
	position: absolute;
	right: 0px;
	font-size: 0px !important;
	background: none !important;
}
.owl-next:before {
	content: "";
	width: 22px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 10%;
	background: url(../images/testimonial-slider-right-arrow.png) no-repeat;
	float: left;
}
.owl-buttons {
	position: absolute;
	width: 100%;
	top: 10px;
}
.customer-login {
	position: relative;
	margin-top: -20px;
}/***********************************/
.why-delway-block h2 {
	color: #fff;
}
.why-delway-block h4 {
	color: #f0f6fc;
}
.how-it-work-block {
	background: url(../images/process-bg.png?v1) no-repeat;
	width: 100%;
	margin: 0;
	padding: 70px 0;
	position: relative;
	background-position: center bottom;
	background-size: cover;
}
.how-it-work-content-block {
	width: 100%;
	max-width: 475px;
	padding: 0;
	position: relative;
}
.how-it-work-content-block li.active {
	position: relative;
}
.how-it-work-content-block li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
.how-it-work-content-block li a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 20px 10px 72px;
	position: relative;
}
.how-it-work-content-block li img {
	position: absolute;
	left: 0;
	top: 30px;
	width: 40px;
}
.how-it-work-content-block li h3 {
	color: #2c3d59;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
}
.how-it-work-content-block li p {
	color: #2c3d59;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	line-height: 24px;
	margin: 0;
}
.heading_1 {
	padding-bottom: 40px;
}
.form-in {
	position: relative;
	margin-top: -70px;
}
.login-page-footer {
	margin-top: 0px;
}
.w3-black {
	color: none !important;
	background-color: #fff !important;
}
.delway-middle-form-box {
	float: left;
	width: 100%;
	margin: 0;
	padding: 50px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.other-process-wraper .delway-middle-form-box {
	background-color: #f5f7f9;
	float: none;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -80px;
	margin-bottom: 40px;
}
.other-process-wraper .nlogin-input-block {
	float: left;
	width: 100%;
	margin: 18px 0 14px 0;
	padding: 0;
	position: relative;
}
.nlogin-input-block label {
	font-size: 16px;
	color: #313a5a;
	font-weight: 700;
	padding-left: 5px;
	margin-bottom: 13px;
	line-height: normal;
}
.ninput-type {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	font-weight: normal;
	color: #313a5a;
	font-size: 14px;
}
.login-content-block .ninput-type {
	border: 1px solid #cfd1d9 !important;
}
.delway-register-block .ninput-type {
	border: 1px solid #cfd1d9 !important;
}
.delway-admin-submit-button-box {
	text-align: center;
	margin-top: 20px;
}
.ldlwy-about-content-block h2 {
	text-align: left;
	font-size: 30px;
	color: #3c465a;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
}
.ldlwy-about-content-block li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #1b98ff;
	font-size: 17px;
	padding-top: 3px;
}
.ldlwy-about-content-block li {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
.ldlwy-yellow-btn {
	float: left;
	width: 190px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: 1px;
	border: 1px solid #000;
	border-radius: 3px;
	background: #000;
	margin-top: 10px;
}
.ldlwy-about-content-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 80px 0;
}
.ldlwy-about-img-block {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.ldlwy-about-content-block li p {
	font-size: 16px;
	color: #767d8b;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 24px;
}
.ldlwy-about-content-block ul {
	float: left;
	width: 100%;
	margin: 20px 0 30px 0;
	padding: 0;
}/*****************************************************/
.modal {
	display: none;  /* Hidden by default */
	position: fixed;  /* Stay in place */
	z-index: 99;  /* Sit on top */
	padding-top: 50px;  /* Location of the box */
	left: 0;
	top: 0;
	width: 100%;  /* Full width */
	height: 100%;  /* Full height */
	overflow: auto;  /* Enable scroll if needed */
	background-color: rgb(0, 0, 0);  /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);  /* Black w/ opacity */
}/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 0px;
	border: 1px solid #888;
	width: 100%;
	position: absolute;
	z-index: 999;
}/* The Close Button */
.close {
	color: #000;
	float: right;
	font-size: 30px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.video-in {
	padding-top: 30px;
}/************************** MY NEW STYLE HERE  **************************/
.title-small {
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #414141;
	letter-spacing: 1px;
	text-align: center!important;
}
.title-main {
	font-weight: 700;
	font-size: 45px;
	color: #222d39;
	text-align: center!important;
}
.multiquote-service-tab-block .wizard .steps .current a .number {
	background: #bcd53b;
	color: #000;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
	font-weight: 600;
	font-size: 20px;
	padding-top: 17px;
	font-family: 'Nunito', sans-serif;
}
.multiquote-service-tab-block .wizard .steps .current a {
	margin: 0 auto;
	background: none;
	text-align: center;
	font-family: 'Nunito', sans-serif;
}
.multiquote-service-tab-block .wizard .steps ul li a .steptittle {
	color: #172244 !important;
	font-family: 'T' !important;
	font-weight: 700 !important;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.multiquote-service-tab-block .wizard .steps ul li:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #f4f6fb;
	position: absolute;
	top: 50%;
	right: -50%;
	transform: translateY(-18px);
	z-index: -1;
}
.multiquote-service-tab-block .wizard .steps ul li {
	float: none;
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 33%;
}
.multiquote-service-tab-block .wizard .steps ul li a .number {
	background: #e7e7e7;
	text-align: center;
	height: 60px;
	font-weight: 600;
	color: #222222;
	font-size: 18px;
	width: 88%;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	padding-top: 16px;
}
.multiquote-service-tab-block .wizard .steps ul li a .steptittle {
	color: #172244 !important;
	font-family: 'T' !important;
	font-weight: 700 !important;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.multiquote-service-tab-block .wizard .steps .current a .number:before {
	border: 2px solid #bcd53b;
}
.multiquote-service-tab-block .wizard .steps ul li a .number:before {
	content: '';
	width: 232px;
	height: 80px;
	background: #fff;
	border: 2px solid #e7e7e7;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1;
	right: 0px;
}
.multiquote-service-input-block {
	background: #f3f4f9;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 30px;
	box-sizing: border-box;
}
.multiquote-service-input-block .select-quote-box {
	padding: 0;
}
.multiquote-service-input-block .select-quote-box h3 {
	color: #222;
	;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0;
}
.multiquote-service-input-block .select-quote-box .md-form.pickup-text-box .form-control {
	margin: 0;
	padding: 0 15px 0 0px;
	border: 0;
	color: #000069;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	border-radius: inherit !important;
	background: none;
}
.multiquote-service-input-block .bedit-icon {
	width: 26px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.multiquote-service-input-block .bedit-icon img {
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
.multiquote-service-tab-block .wizard .steps ul li:last-child:before {
	height: 0;
}
.multiquote-service-tab-block {
	margin: 0 auto 0;
	width: 100%;
	max-width: 770px;
	display: table;
}
.clearfix {
	margin-top: 15px;
	margin-bottom: 30px;
}
.multiquote-service-input-block input[type=date], .multiquote-service-input-block input[type=time], .multiquote-service-input-block input[type=datetime-local], .multiquote-service-input-block input[type=month] {
	margin: 0;
	padding: 0 15px 0 0px;
	border: 0;
	color: #9c9d9d;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	border-radius: inherit !important;
	background: none;
	width: 100%
}
.multiquote-service-input-block .actions ul li {
	position: relative;
	float: none;
	display: inline-block;
}
.btn-2 {
	color: #172244;
	padding: 0;
	width: 175px;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	transition: 0.3s ease-in-out;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
	display: inline-block;
	border-radius: 5px;
	background: #bad439;
	border: 2px solid #bad439 !important;
}
.btn-2:hover {
	color: #000;
}
.multiquote-service-input-block input[type=file] {
	display: block;
	color: #878888;
}
.budget-in ul li {
	float: none;
	display: inline-block;
	padding: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 32%;
}
.budget-in ul li.cactive a .cnumber {
	background: #b8d236;
	color: #000;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}
.budget-in ul li a .csteptitle {
	color: #172244 !important;
	font-weight: 700 !important;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.budget-in ul li a .cnumber {
	width: 80px;
	height: 80px;
	background: #edddc6;
	text-align: center;
	line-height: 78px;
	font-weight: 700;
	color: #000;
	font-size: 22px;
	border-radius: 100%;
	margin: 0 10px;
	position: relative;
	display: inline-block;
	position: relative;
}
.budget-in ul li a .cnumber:before {
	content: '';
	width: 93px;
	height: 93px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #000;
	float: left;
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: -1;
}
.budget-in ul li.cactive a .cnumber:before {
	content: '';
	width: 93px;
	height: 93px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #000;
	float: left;
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: -1;
}
.budget-in ul li a {
	padding: 15px 0;
	display: block;
	width: auto;
	text-decoration: none;
}
.select-quote-box {
	position: relative;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px;
	background: #ff6600 !important;
}
.myDashboard-box-block.Hov-icon:hover {
	background: rgba(255, 255, 255, 1);
	-webkit-transform: scale(.93);
	-moz-transform: scale(.93);
	-ms-transform: scale(.93);
	transform: scale(.93);
	color: #fff;
}
.myDashboard-box-block.Hov-icon {
	-webkit-transition: -webkit-transform ease-out .1s, background .2s;
	-moz-transition: -moz-transform ease-out .1s, background .2s;
	transition: transform ease-out .1s, background .2s;
}
.myDashboard-box-block {
	width: 200px;
	height: 200px;
	padding: 20px;
	display: table;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .02);
	margin: 0 auto 50px;
}/********************** 14 NOvember*****************************/
.section {
	position: relative;
}
.why-delway-block {
	background-color: #1b98ff;
}
.how-it-work-block-2 {  /*background-image: url(../images/welcome_bg.jpg);*/     /*  background-color: #EDEDED; */
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 0px;
	background-size: cover;
	background-attachment: fixed;
}
.right-image {
	position: relative;
}
.right-image:before {
	content: "";
	background-image: url(../images/process-bg.png);
	right: -120px;
	top: -6px;
	height: 419px;
	width: 100%;
	background-position: right;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.section-decoration {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.customer-header {
	background-color: #edddc6;
}/********************** 14 NOvember Tushar *****************************/
.innerpage {
	background-image: none;
}
.page_banner {
	background-color: #1b98ff;
}
.page_hedding h2 {
	color: #ffffff;
}
.page_hedding p {
	color: #ffffff;
}
.page_hedding {
	padding-top: 160px;
	padding-bottom: 50px;
}
.contact-bottom-box {
	padding: 100px 0 0;
}
.contact-icon i {
	color: #1b98ff;
	font-size: 60px;
}
.contact-icon {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
.contact-left-text {
	display: inline-block;
	vertical-align: middle;
}
.contact-left-text span {
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 5px;
}
.contact-left-text a {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.contact-left-bar {
	padding: 0 0 30px;
}
.contact-right {
	background: #2558DA url(../images/map-icon.png) no-repeat 50px 90px;
	border-radius: 15px;
	padding: 30px 50px 20px;
}
.contact-right h3 {
	margin: 0 0 30px;
	color: #ffffff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}
.contact-right p {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 50px;
}
.contact-right p a {
	display: block;
	color: #ffffff;
}
.contact-right p:nth-child(2) {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
}
.ldlwy-about-section {
	padding: 70px 0;
	background-color: #EDEDED;
}
.right-image:before {
	display: none;
}
ul li {
	list-style: none;
}
.ldlwy-about-section .ldlwy-about-content-block {
	padding: 0;
}
.ldlwy-about-content-block li i {
	color: #b0cfda;
}
#about-us {
	margin-top: 80px;
}/****************************************************************************/
.login-bg-in {
	float: right;
}
.form-in {
	float: left;
}
.page-section {
	padding: 60px 0;
}
.box-in {
	width: 100% !important;
}
.select-quote-main-block .md-form select {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	height: 40px;
	padding-top: 8px;
}
.select-quote-container-block .form-control {
	height: 40px;
	padding-top: 8px;
	border: none !important;
}
.form-control::placeholder {
color: #1d1d1d;
font-family: 'Nunito', sans-serif;
font-weight: 500;
}
.select-quote-main-block .select-quote-box .md-form {
	margin: 0px;
	padding: 0px;
	background: #fff !important;
	color: #666;
	margin-top: 5px;
	border: none !important;
	width: 100%;
	padding-left: 5px;
}
.select-quote-main-block .select-quote-box {
	padding-left: 12px;
	padding-right: 12px;
}
.select-quote-main-block .select-quote-box h3 {
	margin-left: 0px;
}/****************************** RESPONSIVE START HERE********************/
@media screen and (max-width:1200px) {
.login-right-content-wrap:before {
	left: 0px;
	width: 100% !important;
	background-position: center;
}
.nlogin-form-block {
	float: none;
}
.nlogin-input-block {
	float: none;
}
.ninput-type {
	float: none;
}
.login-content-block {
	float: none;
	max-width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.login-right-content-wrap:before {
	height: 480px;
}
.login-content-wrap:before {
	top: -8px;
}
.hadding_text {
	width: 100%;
	margin-bottom: 10px;
}
.section-decoration {
	height: 60px !important;
}
.mcb-wrap-bzgkrle49 {
	height: auto !important;
}
.select-quote-container-block {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 0px;    /* margin-left: 0px; */    /* margin-right: 0px; */
	margin-right: 20px;
}
.nav-tabs>li>a {
	padding-left: 15px;
	padding-right: 15px;
}
.container {
	width: 1200px;
	max-width: 100%;
}
.scrollload {
	width: 100%;
}
.right-image img {
	width: 100%;
}
.navbar-brand a img {
	width: 100%;
}
.navbar-brand {
	height: inherit;
}
.nav-tabs>li>a.btn-login {
	font-size: 16px !important;
	line-height: 24px;
	padding: 5px 20px;
	margin-left: 5px;
}
.navbar>.container .navbar-brand {
	margin-top: 5px;
}
}
@media screen and (max-width:991px) {
.select-quote-main-block .select-quote-box h3 {
	font-size: 13px;
}
.nbtn-yellow {
	max-width: 100%;
	margin-top: 15px;
}
.nlogin-input-block label {
	font-size: 14px;
	margin-bottom: 8px;
}
.login-right-content-wrap:before {
	height: 430px;
	left: 0px;
	background-position: center;
}
.login-title-block {
	margin: 20px 0 0 0;
}
.login-title-block h1 {
	font-size: 43px;
}
.login-title-block h6 {
	font-size: 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}
.navbar-collapse {
	border-top: none !important;
	box-shadow: none !important;
}
.navbar>.container .navbar-brand {
	float: left !important;
	position: relative;
	z-index: 99;
}
.nav-tabs>li>a {
	font-size: 16px !important;
	padding-left: 8px;
	padding-right: 8px;
}
.nav-tabs>li>a.btn-login {
	font-size: 14px !important;
	line-height: 20px;
	padding: 3px 17px;
	margin-left: 5px;
}
.navbar-brand {
	padding: 0px;
	padding-top: 16px;
}
.navbar>.container .navbar-brand {
	width: 195px;
	margin-top: 11px;
}
}
@media screen and (max-width:767px) {
.other-process-wraper .delway-middle-form-box {
	width: 95%
}
.page-section {
	padding: 0px 0;
}
.right-image img {
	width: 65% !important;
	margin-bottom: 15px;
	top: 0px !important;
}
.right-image {
	text-align: center;
}
.navbar-header {
	width: 100%;
	margin: 0px;
}
.row {
	margin: 0px;
}
.navbar-header {
	float: none;
	width: 100%;
}
.img-in {
	margin-top: 15px;
}
.select-quote-container-block ul li.get-btn {
	margin-top: 10px;
}
.select-quote-container-block {
	width: 100%;
}
.select-quote-main-block .select-quote-box {
	float: none;
	height: initial;
	margin-bottom: 30px;
}
.how-it-work-content-block li {
	width: 100% !important;
}
.select-quote-container-block {
	box-shadow: none !important;
}
.delway-middle-form-box {
	padding: 20px
}
.select-quote-container-block ul li.get-btn {
	position: relative;
}
.select-quote-btn-block .btn-lg {
	border: none;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: auto;
	border-radius: inherit;
	transition: 0.3s ease-in-out;
	font-size: 14px !important;
	line-height: inherit;
	border-radius: 8px;
	padding: 10px 22px;
	display: inline-block;
	width: auto;
}
.select-quote-container-block ul li {
	width: 100%;
	float: none;
	border: none;
}
.how-it-work-content-block li {
	text-align: center;
	margin-bottom: 21px;
	width: 100%;
	float: none;
}
.login-content-wrap {
	float: none;
	padding-top: 0px;
}
.login-right-content-wrap:before {
	background-size: auto;
	top: 0px;
	height: 500px;
	left: 0px;
	background-position: center top;
	background-attachment: fixed;
}
.login-right-content-block {
	padding-top: 120px;
	padding-left: 0px;
	padding-bottom: 120px;
	text-align: center;
}
.login-right-content-wrap:before {
	height: 500px;
	left: 0px;
}
.login-content-wrap {
	float: none;
}
.login-bg-in {
	float: none;
}
.form-in {
	float: none;
	margin-top: 0px;
}
.contact-page h2 {
	font-size: 34px;
}
.about .text-center h2 {
	font-size: 34px;
}
.about {
	padding: 0px 0 50px 0;
}
.ldlwy-about-section {
	padding: 20px 0;
}
.ldlwy-yellow-btn {
	float: none;
	font-size: 15px;
	line-height: inherit !important;
	margin-top: 0px;
	display: block;
	padding-top: 10px;
	margin-bottom: 25px;
	background-color: #000;
}
.ldlwy-about-content-block li {
	float: none;
}
.ldlwy-about-content-block {
	float: none;
}
.ldlwy-about-content-block ul {
	float: none;
}
.ldlwy-about-content-block {
	float: none;
}
.services-page .jobs-listing.grid .cs-media {
	padding: 5px 0;
}
.services-page .job-alert-box h3 {
	text-align: center;
}
.services-page .job-alert-box .newsletter input[type="text"], .services-page .job-alert-box .newsletter input[type="email"], .services-page .job-alert-box .newsletter .jobalert-submit {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.services-page .email-jobs-top {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.page_hedding {
	padding-top: 130px;
	padding-bottom: 80px;
}
.testimonial {
	padding-top: 50px;
}
.img-right {
	clear: both;
	padding-top: 20px;
}
.how-it-work-content-block li a {
	padding: 10px 20px 10px 20px;
}
.how-it-work-content-block li img {
	position: relative;
	width: 46px;
	display: block;
	border: #1b98ff 1px solid;
	border-radius: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	right: 0px;
	top: -5px;
}
.how-it-work-content-block li {
	text-align: center;
	margin-bottom: 15px;
	width: 33%;
}
.how-it-work-content-block {
	max-width: 100%;
	clear: both;
}
.heading_1 {
	padding-bottom: 0px;
}
.how-it-work-block-2 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.services {
	padding: 50px 0;
}
.services .col-sm-3 {
	width: 46%;
	display: inline-block;
}
footer {
	padding-bottom: 20px;
}
.footer-in {
	border-bottom: 1px solid #878787;
	margin-bottom: 30px;
}
.footer-menu-1 {
	float: left;
	width: 50%;
}
.footer-menu-2 {
	float: left;
	width: 50%;
}
.footer {
	text-align: center;
}
.footer_menu {
	padding-top: 0px;
}
.footer_menu ul {
	padding: 0px;
	margin: 0px;
}
.select-quote-btn-block a {
	font-size: 16px;
}
.navbar-toggle {
	margin-top: 35px;
	line-height: 94px;
}
.navbar-default {
	background: #1b98ff !important;
}
.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}
.home_slider {
	background-image: none;
}
.navbar>.container .navbar-brand {
	margin-top: 0px;
}
.navbar-default .navbar-toggle {
	border-color: #ff7632;
	background: #ff7632
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.select-quote-main-block .select-quote-box h3 {
	font-size: 11px;
}
.select-quote-container-block ul li.get-btn {
	width: 21%
}
.select-quote-container-block {
	height: 90px
}
.top-video-block h2 {
	font-size: 48px;
	margin: 0 0 20px 0;
}
.top-video-block {
	margin-top: 120px;
}
.title-main {
	font-size: 40px;
}
}
@media screen and (max-width:576px) {
.right-image img {
	width: 98% !important;
	margin-bottom: 15px;
	top: 0px !important;
}
.homesellerbuyersubtitle {
	margin: 10px 0;
}
.navbar-header {
	float: none;
	width: 100%;
}
.testimonial {
	padding-top: 0px;
}
.how-it-work-block-2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.homesellerbuyersubtitle {
	margin: 10px 0;
}
.title-small {
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.title-main {
	font-size: 32px;
}
.top-video-block {
	margin-top: 70px;
}
.top-video-block h2 {
	font-size: 37px;
}
.scrollload {
	width: 95%;
}
.page_hedding h2 {
	font-size: 34px;
}
.page_hedding p {
	font-size: 14px;
	line-height: 20px;
}
.right-image {
	clear: both;
	padding-top: 20px;
}
.testimonial p {
	font-size: 15px;
	line-height: 28px;
}
#testi_in {
	width: 100%;
	padding: 0px;
	max-width: 100% !important;
}
.services .col-sm-3 {
	width: 100%;
	display: block;
}
.title-main {
	font-size: 34px;
}
.select-quote-btn-block a {
	font-size: 16px;
	line-height: inherit;
	border-radius: 8px;
	padding: 10px 22px;
	display: inline-block;
	width: auto;
}
.select-quote-container-block ul li {
	width: 100%;
	float: none;
}
.select-quote-container-block ul li.get-btn {
	width: 100%;
	position: relative;
	right: 0px;
	float: none;
	line-height: inherit;
}
.select-quote-btn-block {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	right: -10px
}
.select-quote-btn-block a {
	font-size: 14px;
}
.select-quote-container-block {
	background: none;
}
}/* tushar 18-12-2019 */
.nlogin-input-block .form-control {
	border-radius: 0;
	padding: 10px 20px;
}
.delway-admin-submit-button-box {
	margin-top: 0;
	float: left;
	width: 100%;
}
.nlogin-input-block {
	float: left !important;
	width: 100% !important;
}
.multiquote-service-input-block .select-quote-box .md-form.pickup-text-box .form-control {
	padding: 15px;
}
@media screen and (max-width: 767px) {
button.navbar-toggle.toggle-1 {
	display: none;
}
.navbar-brand {
	padding-top: 7px;
}
.mean-container .mean-bar {
	position: fixed;
	background: transparent;
}
.nav-tabs-2 li a {
	border-top: 1px solid #ffffff !important;
	color: #ffffff !important;
}
.nav-tabs-2>li>a.btn-login {
	border-top: 1px solid #ffffff !important;
	border-radius: 0 !important;
	color: #fff !important;
}
.mean-container .mean-nav {
	background: #1b98ff;
	margin-top: 50px;
}
}
@media screen and (max-width: 479px) {
.mean-container a.meanmenu-reveal {
	right: 10px !important;
}
.nlogin-input-block .form-control {
	padding: 10px;
}
.other-process-wraper .nlogin-input-block {
	margin: 10px 0;
}
.delway-middle-form-box {
	padding: 10px;
}
.nlogin-input-block {
	float: left !important;
	margin: 0 0 15px !important;
}
.nfrg-password-block {
	text-align: center;
}
.login-title-block h1 {
	font-size: 30px;
}
}/* Samira 6-3-2020 */
#header {
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.header-top ul li {
	outline-style: none;
	display: inline-block;
}
.header-top {
	background-color: #212529;    /* opacity: .8; */    /* transition: background 0.3s,border-radius 0.3s,opacity 0.3s; */
	position: relative;
	z-index: 9;
}
.elementor-icon-list-text {
	color: #fff;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.elementor-icon-list-icon i {
	color: #fff;
	font-size: 15px;
	top: 1px;
	position: relative;
}
.elementor-button {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	fill: #fff;
	color: #fff;
	border-radius: 100px 100px 100px 100px;
	padding: 017px 48px 17px 48px;
	background: #03c;
}
.text-right {
	text-align: right;
}
.section-heading .section-title {
	text-align: center;
	position: relative;
	padding: 0 0 10px;
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	margin: 0;
	line-height: 1.4;
}
.text-center {
	text-align: center;
}
.justify-content {
	margin-left: auto;
	margin-right: auto;
	float: none;
}/**********************//* Tabs*/
#tabs {
	padding: 15px 0;
}
#tabs .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}
#tabs {
	color: #eee;
	text-align: center;
}
#tabs h6.section-title {
	color: #eee;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	font-size: 20px;
	font-weight: bold;
}
#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
	color: #eee;
	font-size: 18px;
	padding: 10px 60px 10px 60px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
	box-shadow: 0 20px 30px 0 rgba(40, 93, 251, 0.16);
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	margin: 0;
	line-height: 1.4;
	background: #fff;
	margin: 0px 20px;
}
#tabs .nav-tabs .active {
	background: #b0cfda;
	-webkit-box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
	box-shadow: 0 23px 49px 0 rgba(38, 91, 251, 0.35);
	color: #000;
	border-bottom: none !important;
}
#tabs .show {
	display: block!important;
	display: inline-block !important;
}
#nav-tabContent {
	margin-top: 70px;
}
.tab-content-inner h4 {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #000;    /*text-transform: capitalize;*/
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.4;
}
.tab-content-inner {
	text-align: left;
}
.tab-content-inner p {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #667481;
	padding-bottom: 15px;
	display: flex;
}
.primary-button {
	padding: 15px 30px;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	text-align: center;
	border-radius: 0px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
	box-shadow: 0 5px 20px 0 rgba(38, 91, 251, 0.3);
}
.tab-content-inner ul li {
	margin-top: 10px;
	color: #000;
	font-weight: 500;
}
.tab-content-inner ul li::before {
	content: "\f192";
	padding-right: 15px;
	color: #265bfb;
	vertical-align: middle;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.how-it-works-inner ul .how-it-work-item {
	margin-bottom: 20px;
	list-style: none;
}
ul .how-it-work-item .how-it-work-icon {
	border-right: 5px dashed #b0cfda;
	border-bottom: 5px solid #b0cfda;
	padding: 5px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
ul .how-it-work-item .how-it-work-icon i {
	text-align: center;
	color: #000;
	display: inline-block;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 48px;
	font-size: 20px;
	background: #b0cfda;
}
.how-it-works-inner li:before {
	display: none;
}
.how-it-work-body h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	margin: 0;
	line-height: 1.4;
	font-size: 17px;
}
.tab-content-inner ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.register {
	border-right: none;
	background: #b0cfda !important;
	font-size: 13px;
	font-weight: 400;
	background: #b0cfda;
	color: #fff;
	padding: 15px 20px;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	float: right;
}
.contact-info {
	font-size: 13px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-info span i.fa {
	color: #b0cfda;
	margin-right: 13px;
}
.contact-info span {
	margin-right: 38px;
	font-family: 'Nunito', sans-serif;
}
.select-quote-container-block .serch-list {
	border-right: none !important;
}
.about-text h3 {
	margin: 0 0 30px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	position: relative;
	font-family: 'Nunito', sans-serif;
}
.about-text h3:after {
	content: "";
	background: #b0cfda;
	height: 3px;
	left: 0;
	bottom: 0px;
	position: absolute;
	width: 30px;
}
.about-text p {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #667481;
	padding-bottom: 15px;
}
.about-text ul {
	margin: 0px;
	padding: 0px;
}
.about-text ul li {
	display: inline-block;
	font-weight: 800;
	margin: 0 15px 20px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-family: 'Nunito', sans-serif;
}
.about-text ul li i {
	color: #b0cfda;
	padding: 0 3px 0 0;
}
.about-section {
	padding: 50px 0px;
	padding-bottom: 15px;
}
.testimonial {
	background: url(../images/slider-bg.png);
	background-position: top;
	background-attachment: fixed;
}/*****************************************/
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.mq-joinnow-img {
	margin: 0;
	width: 100%;
	border-radius: 4px 0 0 4px;
	overflow-y: hidden;
	height: 555px;
}
.mq-joinnow-img:after {
	background-image: linear-gradient(-60deg, rgba(53,202,182,0.5) 0%, rgba(0,59,222,0.5) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 93.99%;
	height: 100%;
}
.mq-joinnowpopup-wrap {
	padding: 10px;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-right: 50px;
}
.mq-joinnow-logo {
	margin: 0 0 30px;
}
.mq-formtheme {
	width: 100%;
	float: left;
}
.mq-joinnow-form fieldset {
	float: none;
	width: auto;
	margin: -5px;
	overflow: hidden;
	position: relative;
	border: 0;
}
.mq-joinnowfooter-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.mq-joinnowfooter {
	width: auto;
	background: #f7f7f7;
	text-align: center;
}
.mq-joinnowfooter p {
	padding: 15px 0;
	font-size: 14px;
	color: #676767;
	margin: 0;
	line-height: 20px;
}
.modal-dialog {
	width: 75%;
}
.modal-body {
	padding: 0px;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: none;
	float: right;
	width: 40px;
	margin-left: auto;
	position: relative;
	right: -45px;
	top: 8px;
}
.mq-popuptitletwo h4 {
	margin: 0;
	line-height: 1.2;
	font-weight: 700;
	font-size: 22px;
}
.mq-popuptitletwo span {
	margin: 9px 0 0;
	display: block;
	color: #676767;
	font-size: 16px;
}
.mq-popuptitletwo span a {
	color: #b0cfda;
}
.mq-checkbox-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mq-checkbox input[type=checkbox]+label, .mq-radio input[type=radio]+label {
	color: #767676;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 0 0 5px;
}
.mq-checkbox-wrap .mq-radio {
	width: auto;
	margin-right: 20px;
	padding-top: 8px;
}
textarea, select, .mq-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	color: #999;
	outline: 0;
	height: 40px;
	background: #fff;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 18px;
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dee2e6;
	text-transform: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea:focus, select:focus, .mq-select select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #00a5de;
	box-shadow: none;
}
.mq-joinnow-form fieldset .form-group {
	padding: 5px;
	margin-bottom: 0;
}
.form-group-half {
	width: 50%;
	float: left;
}
.mq-popuptitletwo {
	padding-bottom: 10px;
}
.mq-joinnow-form .mq-btnarea .mq-btn {
	width: 100%;
	line-height: 50px;
	background: #232323;
	color: #fff;
	padding: 0 50px;
	position: relative;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase; /*   margin-top: 15px;*/
}
.mq-joinnow-form .mq-btnarea span {
	display: block;
	color: #676767;
	margin-top: 26px;
	font-size: 16px;
	line-height: 20px;
}
.mq-joinnow-form .mq-btnarea .mq-checkbox {
	text-align: left;
	margin: 0 0 10px;
}
.mq-joinnow-form .mq-btnarea span {
	display: block;
	color: #676767;
	margin-top: 26px;
	font-size: 16px;
	line-height: 20px;
}
.footer-area .contact-info li .icon {
	color: #f58936;
	font-size: 16px;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: 0;
}
.contact-info li {
	line-height: 30px;
	margin: 0 0 12px;
	padding-left: 8px;
	position: relative;
	color: #c9c9c9;
	font-size: 14px;
	padding-bottom: 0px;
}
ul.contact-info {
	margin: 0px;
	padding: 0px;
}
.contact-info li .fa {
	margin-right: 10px;
	font-size: 20px;
}
.select-quote-container-block h3 {
	color: #000;
}
.serch-list-btn a {
	color: #000;
}
.heading-title-default {
	font-family: 'Nunito', sans-serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.1em;
}
.page-banner {
	background-image: linear-gradient(rgb(255 255 255 / 90%), rgb(255 255 255 / 85%)), url(../images/banner-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page-title {
	text-align: center;
	padding: 90px 0px;
}
.page-title p {
	color: #fff;
	line-height: 24px;
	font-size: 16px;
}
.navbar {
	margin-bottom: 0px;
}
.contact-us h4 {
	margin-bottom: 45px;
	font-size: 20px;
}
.contact-us form .form-group {
	margin-bottom: 15px;
}
.contact-us form .form-group label {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	font-style: normal;
	color: #6c6c6c;
}
.text-capitalize {
	text-transform: capitalize;
	color: #6c6c6c;
}
.contact-us form .form-group .form-control {
	width: 100%;
	border-radius: 3px;
	padding-left: 60px;
	text-transform: none
}
.form-inline .form-control {
	display: inline-block;
	width: 90%;
}
.form-inline .form-group {
	margin-bottom: 20px !important;
}
.form-group textarea {
	width: 100%;
	height: 90px;
}
.fa-ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0;
}
.contact-us .contact-us-info li {
	margin-bottom: 25px;
	padding-right: 100px;
	font-family: 'Nunito', sans-serif;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	color: #6c6c6c;
	font-size: 14px;
}
.form-group {
	margin-bottom: 0px;
}
.fa-ul li {
	margin-bottom: 25px;
	padding-right: 100px;
	font-family: 'Nunito', sans-serif;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	color: #6c6c6c;
	font-size: 14px;
}
.fa-ul li .fa {
	font-size: 20px;
	float: left;
	height: 30px;
	margin-right: 10px;
	padding-top: 4px;
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}
.contact-us-section h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 23px;
	padding-bottom: 20px;
}
.contact-us-section {
	padding: 50px 0px;
}
.wt-sectiontitle h2 {
	margin: 0 0 13px;
	display: block;
	color: #323232;
	font-size: 36px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.wt-sectiontitle span {
	display: block;
	color: #767676;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
}
.img-in {
	position: relative;
	margin-top: -73px;
}
.header-top {
	display: none;
}
.wt-sectiontitle {
	position: relative;
}
.wt-sectiontitle:after {
	left: 0;
	bottom: 0;
	height: 4px;
	content: '';
	width: 160px;
	border-radius: 2px;
	position: absolute;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	padding: 15px 30px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	opacity: inherit;
}/*2142020*/
.navbar-default {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0);
	min-height: inherit;
	padding: 10px 0;
}
.navbar-brand {
	height: auto;
	padding: 10px 0 0;
	text-align: left !important;
}
.navbar-brand img {
	max-width: 80%;
	width: 100%;
}
.nav-tabs {
	display: flex;
	align-items: center;
}
.navbar-collapse {
	padding-top: 0;
	padding-bottom: 0 !important;
}
.menu {
	padding-top: 0;
}
.nav-tabs-2 li a {
	padding-bottom: 0;
	margin-right: 0;
	color: #3c4858 !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: normal;
	transition: all 0.5s;
	padding-top: 2px;
}
.nav-tabs-2 li a:hover, .nav-tabs-2 li a.active {
	color: #00a5de !important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}
.nav-tabs li a.btn-login {
	margin-top: 0;
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 5px;
	background: #00a5de !important;
	border: 1px solid #00a5de !important;
	color: #ffffff !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	text-transform: none;
}
.nav-tabs li a.btn-login:hover {
	background: #00a5de !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.menu ul.nav-tabs li {
	padding: 5px 0;
}
.menu ul.nav-tabs li:last-child, .menu ul.nav-tabs li:nth-last-child(2) {
	margin-left: 15px;
}
.dropdown-mega-menu {
	width: 200px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	left: 10px;
}
.dropdown-mega-menu:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 7px solid #495057;
	border-color: transparent transparent #ffffff #ffffff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
	box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}
.dropdown-mega-menu ul li {
	border-bottom: 0px solid #edddc6;
	margin: 0 !important;
}
.dropdown-mega-menu ul li a {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #3c4858;
	padding: 5px 15px;
}
.select-quote-box h3 {
	font-size: 14px;
	font-weight: 700;
margin-bottom: .5rem;
	color: #000000;
	margin-top: 0;
}
.select-quote-box select {
	width: 100%;
	box-shadow: none;
	border: 1px solid #dee2e6;
	height: 42px;
	font-size: 13px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 2px 5px;
}
.select-quote-box select:focus {
	border-color: #00a5de;
}
.select-quote-btn-block .btn-lg {
	margin-top: 0;
	padding: 8px 15px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 5px;
	background: #337ab7 !important;
	border: 1px solid #2e6da4 !important;
	color: #f6f6f6 !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgb(1 165 222 / 25%);
	box-shadow: 2px 3px 5px 0 rgb(1 165 222 / 25%);
	text-transform: none;
	width: 100%;
	line-height: normal;
	margin-top: 0;
	height: 42px;
}
.select-quote-btn-block .btn-lg:hover {
	background: #00a5de !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.car-search-form.tabs .nav-tabs {
	border: none;
	justify-content: flex-start
}
.car-search-form.tabs .tab-content {
	padding: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 5px -2px #070707;
}
.mq-job-banner {
	position: relative;  /*background-image: url(../images/logo.png);*/
	background-position: right;    /* background-size: cover; */
	background-repeat: no-repeat;
}
.mq-job-banner.job-banner-bg-2:before {
	content: none
}
.mq-job-banner.banner-padding {
	padding: 80px 0 20px
}
.mq-job-banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(250,250,250,1) 20%, rgba(250,250,250,.95) 50%, rgba(250,250,250,0.1) 80%, rgba(250,250,250,0) 100%)
}
.car-search-form-sec {
	position: relative;
	z-index: 9;
}
.banner-heading {
	text-align: left;
	max-width: 600px
}
.banner-heading-center {
	text-align: center;
	max-width: 600px;
	margin: 0 auto
}
.banner-heading.heading-left {
	text-align: left;
	margin: 0 0 auto;
	padding-bottom: 10px
}
.banner-title {
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 600;
	color: #161c2d;
	margin: 0;
}
.banner-title span {
	color: #00a5de;
}
.banner-subtitle {
	color: #848486;
	font-size: 28px;
	font-weight: 300
}
.banner-form {
	display: flex;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0,0,0,.09)
}
.car-search-form.tabs {
	max-width: 1060px;
}
.job-search-field {
	padding: 10px 12px;
	border-right: 1px solid #e4e4e4;
	flex: 1;
	align-items: center;
	display: flex;
	position: relative
}
.banner-form .job-search-field:nth-last-child(2) {
	border-right: none
}
.job-search-field .search-label {
	position: absolute;
	top: -45px;
	left: 0;
	color: #fff;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px
}
.job-search-field .input-with-icon {
	display: block;
	position: relative;
	align-self: center;
	flex: 1
}
.job-search-field .select-with-icon {
	display: block;
	position: relative;
	width: 100%;
	align-self: center
}
.select-with-icon select {
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	color: #757575
}
.job-search-field .input-with-icon i {
	position: absolute;
	right: auto;
	left: 10px;
	top: calc(50% - 12px);
	font-size: 24px;
	color: #b0b0b0
}
.select-with-icon i {
	position: absolute;
	right: 16px;
	top: calc(50% - 7px);
	font-size: 16px;
	color: #b0b0b0
}
.banner-form .input-with-icon input {
	padding-left: 43px
}
.banner-form input, .banner-form select {
	padding: 10px 15px;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
	margin: 0;
	border: none
}
.banner-form-button {
	margin: 8px;
	margin-left: 0;
	flex: auto;
	flex-grow: 0;
	display: flex;
	align-items: center
}
.banner-form-button button {
	height: 52px;
	line-height: 52px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px
}
.shape {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
}
.shape svg {
	-webkit-transform: scale(2);
	transform: scale(2);
	width: 100%;
	height: auto;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	overflow: hidden;
	vertical-align: middle;
}
.position-relative {
	position: relative
}
.custom-text-color {
	color: #f0f3fa
}
.custom-text-color-2 {
	color: #f8f9fa
}
.shape {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9
}
.shape > svg {
	-webkit-transform: scale(2);
	transform: scale(2);
	width: 100%;
	height: auto;
	-webkit-transform-origin: top center;
	transform-origin: top center
}
.svg {
	max-width: 100%;
	height: auto
}
.plus-icon {
	-webkit-animation: zoomIn 2s infinite alternate;
	animation: zoomIn 2s infinite alternate;
	position: absolute
}
.circle-icon {
	-webkit-animation: matrix 8s infinite alternate;
	animation: matrix 8s infinite alternate;
	position: absolute
}
.plus-icon1 {
	left: 60%;
	top: 15%
}
.plus-icon2 {
	right: 10%;
	top: 25%;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.plus-icon3 {
	right: 5%;
	top: 50%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.plus-icon4 {
	right: 10%;
	top: 75%;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}
.plus-icon5 {
	left: 5%;
	top: 50%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}
.plus-icon6 {
	left: 20%;
	top: 20%;
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}
.circle-icon1 {
	left: 5%;
	top: 30%;
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}
.circle-icon2 {
	left: 40%;
	bottom: 10%
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
@-webkit-keyframes zoomIn {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes zoomIn {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -40px, 0);
transform:translate3d(0, -40px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -40px, 0);
transform:translate3d(0, -40px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 40px, 0);
transform:translate3d(0, 40px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 40px, 0);
transform:translate3d(0, 40px, 0)
}
to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes matrix {
0% {
-webkit-transform:matrix(1, 0, 0, 1, 0, 0);
transform:matrix(1, 0, 0, 1, 0, 0)
}
25% {
-webkit-transform:matrix(1, 0, 0, 1, 15, 20);
transform:matrix(1, 0, 0, 1, 15, 20)
}
50% {
-webkit-transform:matrix(1, 0, 0, 1, -5, 25);
transform:matrix(1, 0, 0, 1, -5, 25)
}
75% {
-webkit-transform:matrix(1, 0, 0, 1, -15, 15);
transform:matrix(1, 0, 0, 1, -15, 15)
}
100% {
-webkit-transform:matrix(1, 0, 0, 1, 0, 0);
transform:matrix(1, 0, 0, 1, 0, 0)
}
}
@keyframes matrix {
0% {
-webkit-transform:matrix(1, 0, 0, 1, 0, 0);
transform:matrix(1, 0, 0, 1, 0, 0)
}
25% {
-webkit-transform:matrix(1, 0, 0, 1, 15, 20);
transform:matrix(1, 0, 0, 1, 15, 20)
}
50% {
-webkit-transform:matrix(1, 0, 0, 1, -5, 25);
transform:matrix(1, 0, 0, 1, -5, 25)
}
75% {
-webkit-transform:matrix(1, 0, 0, 1, -15, 15);
transform:matrix(1, 0, 0, 1, -15, 15)
}
100% {
-webkit-transform:matrix(1, 0, 0, 1, 0, 0);
transform:matrix(1, 0, 0, 1, 0, 0)
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes inner-circles-loader {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@keyframes inner-circles-loader {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
50% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
100% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
}
@-webkit-keyframes zoom-fade-two {
0% {
-webkit-transform:scale(.97);
transform:scale(.97)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(.97);
transform:scale(.97)
}
}
@keyframes zoom-fade-two {
0% {
-webkit-transform:scale(.97);
transform:scale(.97)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
100% {
-webkit-transform:scale(.97);
transform:scale(.97)
}
}
@-webkit-keyframes slideLeft {
0% {
opacity:0;
left:-100px
}
to {
	opacity: 1;
	left: 25px
}
}
@keyframes slideLeft {
0% {
opacity:0;
left:-100px
}
to {
	opacity: 1;
	left: 25px
}
}
@-webkit-keyframes slideTop {
0% {
opacity:0;
top:-100px
}
to {
	opacity: 1;
	top: 25px
}
}
@keyframes slideTop {
0% {
opacity:0;
top:-100px
}
to {
	opacity: 1;
	top: 25px
}
0% {
opacity:0;
top:-100px
}
to {
	opacity: 1;
	top: 25px
}
}
@keyframes box1 {
0%, 50% {
transform:translate(100%, 0)
}
100% {
transform:translate(200%, 0)
}
}
@keyframes box2 {
0% {
transform:translate(0, 100%)
}
50% {
transform:translate(0, 0)
}
100% {
transform:translate(100%, 0)
}
}
@keyframes box3 {
0%, 50% {
transform:translate(100%, 100%)
}
100% {
transform:translate(0, 100%)
}
}
@keyframes box4 {
0% {
transform:translate(200%, 0)
}
50% {
transform:translate(200%, 100%)
}
100% {
transform:translate(100%, 100%)
}
}
@keyframes ripple {
0% {
transform:scale(1)
}
75% {
transform:scale(1.75);
opacity:1
}
100% {
transform:scale(2);
opacity:0
}
}
.section {
	padding: 40px 0;
	position: relative;
}
.about-us-section .image-column {
	position: relative;
}
.about-us-section .image-one {
	position: relative;
	text-align: right;
	padding-bottom: 80px;
}
.about-us-section img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border-radius: 220px;
}
.about-us-section .image-two {
	position: absolute;
	left: 15px;
	bottom: 0;
	padding-left: 32px;
}
.about-us-section .image-two .mq-icon {
	position: absolute;
	right: -190px;
	bottom: 0;
	z-index: 5;
	display: none;
}
.about-us-section .image-two .mq-icon img {
	width: 150px;
}
.about-us-section .image-two h5 {
	position: absolute;
	left: 5px;
	bottom: 200px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transform: rotate(-90deg) translateX(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%);
	transform: rotate(-90deg) translateX(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00a5de;
	letter-spacing: 15px;
}
.abt_img2 {/*box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);*/
}
.about-us-section .align-items-center {
	display: flex;
}
.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	line-height: 1.5;
	font-weight: 600;
	color: #161c2d;
}
.about-us-section ul li, .about-us-section .text-muted {
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
}
.about-us-section ul li {
	margin-bottom: 8px;
	padding-left: 25px;
	position: relative;
}
.about-us-section ul li i {
	color: #00a5de;
	margin-right: 5px;
	font-size: 14px;
	position: absolute;
	top: -5px;
	left: 0;
}
.btn-rdmr {
	margin-top: 0;
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 0px;
	background: #00a5de !important;
	border: 1px solid #00a5de !important;
	color: #ffffff !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	text-transform: none;
	width: 100%;
	line-height: normal;
	margin-top: 0;
	height: 42px;
}
.btn-rdmr:hover {
	background: #202942 !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.about-us-section .btn-rdmr {
	margin-top: 20px;
	display: inline-block;
	width: auto;
	border-radius: 50px !important;
}
.how-it-work-block-2 {
	background: #f8f9fc;
	margin: 0;
}
.section-heading .section-title {
	letter-spacing: 0.5px;
	font-size: 30px;
	margin-bottom: 1rem;
	margin-top: 0;
	line-height: 1.5;
	font-weight: 600;
	color: #161c2d;
	padding: 0;
}
.how-it-work-block-2 .text-muted {
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
}
.how-it-work-block-2 .text-muted span {
	color: #00a5de;
}
.para-desc {
	max-width: 600px;
}
.nvTab {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nvTab .nav-tabs {
	margin-bottom: 0;
	background: #edf0fb;
	border: 1px solid #e9ecef !important;
	padding: 4px 6px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	border-radius: 50rem!important;
}
.hiw_tb .nav-tabs {
	justify-content: center;
}
#tabs.hiw_tb .nav-tabs .nav-link {
	padding: 6px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
	background: none !important;
	color: #8492a6 !important;
	text-transform: none;
	line-height: normal;
	margin-top: 0;
	height: auto;
	margin: 0 1px;
	box-shadow: none !important;
	border-radius: 50px;
	border: 0;
}
#tabs.hiw_tb .nav-tabs .nav-link:hover {
	background: #e5eafa !important;
}
#tabs.hiw_tb .nav-tabs .nav-link.active {
	background: #00a5de !important;
	box-shadow: none !important;
	color: #fff !important;
}
.hiw_tb #nav-tabContent {
	margin-top: 50px;
}
ul .how-it-work-item .how-it-work-icon {
	border-right: 2px dashed #d9dce6;
	border-bottom: 2px solid #d9dce6;
	padding: 2px;
}
ul .how-it-work-item .how-it-work-icon i {
	color: #00a5de;
	background: #ffffff;
}
.hiw_tb .tab-content-inner h4 {
	letter-spacing: 0.5px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 0;
	color: #161c2d;
}
.how-it-work-body h6 {
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 0;
	color: #161c2d;
}
.tab-content-inner ul {
	margin-bottom: 40px;
	position: relative;
}
.tab-content-inner ul:before {
	content: '';
	position: absolute;
	right: -50px;
	bottom: -150px;
	background: url(../images/mq-icon1.png) no-repeat;
	width: 250px;
	height: 250px;
	background-size: contain;
	opacity: 0.1;
	display: none;
}
.tab-content-inner p {
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 3rem;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
}
.primary-button {
	margin-top: 0;
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 50px;
	background: #00a5de !important;
	border: 1px solid #00a5de !important;
	color: #ffffff !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	text-transform: none;
}
.primary-button:hover {
	background: #202942 !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.image-box img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border-radius: 220px;
}
.testimonial {
	background: none;
}
.testimonial .text-muted {
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
}
.testimonial .text-muted span {
	color: #00a5de;
}
#customer-testi {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #2f55d4!important
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	outline: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.customer-testi {
	cursor: e-resize
}
.customer-testi .content:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid #3c4858;
	border-color: transparent #fff #fff transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow: 2px 2px 2px -1px rgba(60,72,88,0.15);
	box-shadow: 2px 2px 2px -1px rgba(60,72,88,0.15)
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 2px;
	background: #dde1ef!important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots.clickable .owl-dot:hover span {
	background: #0289b7!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.owl-carousel .owl-item img {
	display: block;
	width: auto
}
.avatar.avatar-small {
	height: 50px;
	width: 50px
}
.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15)!important;
	box-shadow: 0 0 3px rgba(0,0,0,0.15)!important
}
.rounded {
	border-radius: 5px!important
}
.mr-3, .mx-3 {
	margin-right: 2rem!important
}
.m-2 {
	margin: 2rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.p-3 {
padding:.8rem 1.5rem!important
}
.customer-testi .text-muted {
	color: #8492a6!important;
	line-height: 1.6;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400
}
.customer-testi .text-primary {
	color: #00a5de!important
}
footer {
	background: #202942;
	padding: 60px 0 20px;
	position: relative;
	color: #adb5bd;
}
.footer_logo img {
	width: 100%;
	max-width: 180px;
}
footer p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #adb5bd;
}
.contact-info.social-info li {
	line-height: normal;
	margin: 0;
	padding-left: 0;
}
.contact-info.social-info li:not(:last-child) {
	margin-right: 0px;
	margin-bottom: 5px;
}
footer .social-info ul li a {
	color: #adb5bd;
	border: 1px solid #adb5bd;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	text-align: center;
	font-size: 15px;
	width: 32px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.contact-info.social-info ul li {
	padding-right: 3px;
}
.contact-info.social-info li .fa {
	margin: 0;
	color: #adb5bd;
	font-size: 13px;
}
.contact-info.social-info li a:hover {
	background-color: #00a5de;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.contact-info.social-info li a:hover .fa {
	color: #fff;
}
.heading-panel .main-title {
	border: 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
}
.footer_menu ul {
	padding-left: 0;
}
.footer_menu ul li a {
	color: #adb5bd;
	font-size: 16px;
	font-weight: 400;
	webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer_menu ul li a:hover {
	color: #fff;
}
.footer_menu ul li a i {
	margin-right: 8px;
	font-size: 13px;
	position: relative;
	top: -2px;
}
.contct_mnu ul {
	padding-left: 0;
}
.contct_mnu ul li, .contct_mnu ul li a, .contct_mnu ul li p {
	color: #adb5bd;
	font-size: 16px;
	font-weight: 400;
	webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 0;
	margin-bottom: 0;
}
.contct_mnu ul li {
	padding-bottom: 12px !important;
}
.contct_mnu ul li a, .contct_mnu ul li p {
	padding-left: 25px;
	position: relative;
}
.contct_mnu ul li a:hover {
	color: #fff;
}
.contct_mnu ul li i {
	margin-right: 0 !important;
	font-size: 14px !important;
	position: absolute !important;
	top: 6px !important;
	left: 0;
}
.sub-footer {
	background: none;
	border-top: 1px solid #333744;
	margin-top: 30px;
	padding-top: 20px;
}
.copyright, .copyright a {
	color: #adb5bd;
	font-size: 16px;
	font-weight: 400;
}
.copyright a:hover {
	color: #fff;
}
.modal-dialog {
	width: 100%;
	max-width: 850px;
}
.mq-joinnow-img {
	height: auto;
	overflow: hidden;
	position: relative;
}
.mq-joinnow-img:after {
	left: 0;
	width: 100%;
}
img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.align-items-center {
	display: flex;
}
button.close {
	position: absolute;
	top: 2px;
	right: 10px;
	opacity: 0.5;
}
.mq-popuptitletwo h4 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 20px;
	color: #161c2d;
}
.mq-popuptitletwo span {
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
}
.mq-popuptitletwo span a {
	color: #00a5de;
}
.mq-joinnow-form .mq-btnarea .mq-btn {
	margin-top: 0;
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 5px;
	background: #00a5de !important;
	border: 1px solid #00a5de !important;
	color: #ffffff !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	text-transform: none;
	line-height: normal;
	text-transform: capitalize;
}
.mq-joinnow-form .mq-btnarea .mq-btn:hover {
	background: #00a5de !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
input[type=radio], input[type=checkbox] {
	position: relative;
	top: 2px;
}
.mq-checkbox input[type=checkbox]+label, .mq-radio input[type=radio]+label {
	padding-left: 2px;
	color: #8492a6;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
}
.sinup_sbttl {
	margin-right: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #161c2d;
}
.bg-half {
	padding: 140px 0 50px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}
.home-center {
	display: table;
	width: 100%;
	height: 100%;
}
.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}
.bg-half .justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
	display: flex;
}
.text-center {
	text-align: center!important;
}
.page-next-level .title {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 600;
	color: #161c2d;
	margin: 0;
}
.page-next-level .page-next {
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 0;
	top: 66px;
	z-index: 10;
	width: auto;
	display: inline-block;
}
.bg-half .shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}
.bg-half .rounded {
	border-radius: 5px !important;
}
.bg-half .bg-white {
	background-color: #fff!important;
}
.bg-half .p-2 {
padding: .8rem!important;
}
.bg-half .pl-4, .bg-half .px-4 {
	padding-left: 1.5rem!important;
}
.bg-half .pr-4, .bg-half .px-4 {
	padding-right: 1.5rem!important;
}
.bg-half .mb-0, .bg-half .my-0 {
	margin-bottom: 0!important;
}
.page-next-level .page-next li {
	display: inline-block;
	margin-right: 5px;
}
.page-next-level .page-next li a, .page-next-level .page-next li span {
	font-size: 14px;
	padding-right: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 700!important;
	text-transform: uppercase!important;
}
.text-dark {
	color: #3c4858 !important;
}
.page-next-level .page-next li:after {
	content: "\f105";
	font-size: 16px;
	color: #3c4858;
	font-family: 'FontAwesome';
}
.page-next-level .page-next li span:last-child {
	padding-right: 0px;
}
.page-next-level .page-next li:last-child:after {
	display: none;
}
.bg-Lit {
	background: #f8f9fc;
}
.contact-detail .icon img {
	height: 70px;
}
.contact-detail .content .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
margin-bottom: .5rem;
	color: #161c2d;
}
.contact-detail .text-muted {
	color: #8492a6 !important;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
}
.contact-detail .text-primary {
	color: #00a5de;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.form-group .icons {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100px;
	font-size: 18px;
}
.map {
	line-height: 0;
}
.map iframe {
	width: 100%;
	height: 400px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: #e43f52;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}
.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #e43f52;
	color: #e43f52;
	border-radius: 10px;
	font-size: 14px;
}
.contact-loader {
	display: none;
}
#success_page {
	text-align: center;
	margin-bottom: 50px;
}
#success_page h3 {
	color: #2eca8b;
	font-size: 22px;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
	background: #2f55d4;
	border-color: #2f55d4;
}
@media (min-width: 768px) {
.map.map-height-two iframe {
	height: 551px;
}
}
.mt-100 {
	margin-top: 100px;
}
.tmt-100 {
	margin-top: 40px;
}
.form_blk {
	background-color: #f8f9fc;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	height: 500px;
	overflow: scroll;
}
.form_blk h4 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #161c2d;
}
.form_blk .form-group label {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 3px;
	color: #161c2d;
}
.form_blk .form-group label .text-danger {
	color: #e43f52 !important;
}
.help-block {
	margin-bottom: 20px;
}
.pb-0 {
	padding-bottom: 0;
}
.map {
	margin-bottom: 0;
	margin-top: 0;
}
.form_blk .btn {
	margin-top: 0;
	padding: 8px 20px;
	outline: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 5px;
	background: #00a5de !important;
	border: 1px solid #00a5de !important;
	color: #ffffff !important;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	box-shadow: 2px 3px 5px 0 rgba(1, 165, 222, 0.25);
	text-transform: none;
}
.form_blk .btn:hover {
	background: #00a5de !important;
	border-color: #00a5de !important;
	color: #ffffff !important;
}
.contactus_img {
	text-align: center;
}
.contactus_img img {
	max-width: 480px;
	width: 100%;
}
.aftr_shwBlk {
	display: flex;
	align-items: center;
}
.aftr_shwBlk .serch-text {
	padding: 0;
	width: 80% !important;
	top: 0;
}
.aftr_shwBlk .serch-text h3 {
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 600;
	color: #161c2d;
	margin: 0;
}
.aftr_shwBlk .serch-list-btn {
	width: 20% !important;
}
.aftr_shwBlk .select-quote-container-block2 {
	width: 100%;
	top: 0px;
	position: relative;
}
.aftr_shwBlk .serch-list-btn a {
	margin: 0;
	padding: 0;
	padding-top: 0;
	display: block;
	padding-bottom: 0;
	font-family: 'Nunito', sans-serif;
	color: #00a5de;
	text-transform: capitalize;
}
.custompasswordreset {
	margin-top: 0;
}
.custompasswordreset .login-process-wraper.login-bg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.custompasswordreset .login-content-wrap {
	padding: 10px 50px;
}
.custompasswordreset .form-group.row {
	margin: 0;
}
.custompasswordreset .form-in {
	margin-top: 0;
}
.custompasswordreset .login-right-content-block {
	padding-top: 120px;
	padding-bottom: 120px;
}
.custompasswordreset .login-title-block {
	margin: 0;
}
.custompasswordreset .login-title-block h1 {
	font-size: 40px;
}
.custompasswordreset .mq-radio {
	margin-right: 10px;
}
.custompasswordreset .nlogin-input-block label {
	padding-left: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
.custompasswordreset input {
	margin: 0 !important;
}
.custompasswordreset .nlogin-input-block {
	margin: 0 0 20px;
}/*media*/
@media (max-width: 1200px) {
.shape {
	display: none;
}
.navbar-header .col-md-9 {
	padding-right: 0;
}
.mq-job-banner.banner-padding {
	padding: 80px 30px;
}
.para-desc {
	margin: 0 auto;
}
.banner-title {
	font-size: 40px;
}
.about-us-section .image-two {
	width: 200px;
	padding-left: 0;
}
.about-us-section .image-two h5 {
	display: none;
}
.custompasswordreset .login-right-content-wrap:before {
	display: none;
}
.custompasswordreset .login-right-content-block {
	padding-top: 0;
	padding-bottom: 0;
}
.custompasswordreset .login-title-block h1 {
	font-size: 30px;
	margin: 0;
}
}
@media (max-width: 991px) {
.navbar-header .col-md-3 {
	width: 25%;
	float: left;
}
.navbar-header .col-md-9 {
	width: 75%;
	float: left;
}
.navbar>.container .navbar-brand {
	margin-top: 0;
}
.nav-tabs>li>a {
	font-size: 12px !important;
	padding-left: 6px;
	padding-right: 6px;
}
.nav-tabs>li>a.btn-login {
	font-size: 12px !important;
	margin-left: 0;
	padding: 6px 15px;
}
.banner-title {
	font-size: 30px;
}
.banner-heading.heading-left {
	padding-bottom: 10px;
}
.car-search-form.tabs .tab-content {
	padding: 20px;
}
.mq-job-banner.banner-padding {
	padding: 60px 30px;
}
.section-title .title, .section-heading .section-title {
	font-size: 20px;
margin-bottom: .5rem;
}
.about-us-section ul li, .about-us-section .text-muted, .how-it-work-block-2 .text-muted, .testimonial .text-muted, .tab-content-inner p, .testimonial h6, footer p, .footer_menu ul li a, .contct_mnu ul li, .contct_mnu ul li a, .contct_mnu ul li p, .copyright, .copyright a {
	font-size: 13px;
}
.btn-rdmr {
	padding: 8px 15px;
	font-size: 14px;
	height: auto;
}
#tabs.hiw_tb .nav-tabs .nav-link {
	font-size: 13px;
}
.hiw_tb .tab-content-inner h4 {
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 0;
}
.how-it-work-body h6 {
	font-size: 14px;
}
.tab-content-inner p {
	margin-bottom: 1rem;
}
.testimonial .text-muted {
	margin: 0 auto;
}
.footer_menu ul li a {
	line-height: 20px;
}
.contct_mnu ul li i {
	top: 3px !important;
}
.copyright {
	padding: 0;
}
.bg-half {
	padding: 30px 0 20px;
}
.page-next-level .title {
	font-size: 22px;
}
.page-next-level .page-next {
	top: 38px;
}
.page-next-level .page-next li a, .page-next-level .page-next li span {
	font-size: 13px;
}
.contactpg-blk {
	padding-top: 70px;
}
.contact-detail .icon img {
	height: 50px;
}
.contact-detail .content .title {
	font-size: 16px;
}
.contact-detail .text-muted, .contact-detail .text-primary {
	font-size: 13px;
}
.modal-dialog {
	width: 100%;
	max-width: 700px;
}
.modal-body .col-md-5 {
	width: 50%;
}
.modal-body .col-md-7 {
	width: 70%;
}
.custompasswordreset .login-content-wrap {
	padding: 0 15px 30px;
}
.custompasswordreset .nbtn-yellow {
	font-size: 12px;
}
.custompasswordreset .nlogin-input-block {
	margin: 0px 0 6px;
}
}
@media (max-width: 767px) {
.mean-container a.meanmenu-reveal span {
	background: #00a5de;
}
.mean-container .mean-bar {
	width: auto;
	right: 0;
}
.navbar-default {
	background: #ffffff !important;
	padding: 15px 0;
}
.navbar-brand {
	padding: 0;
}
.mean-container a.meanmenu-reveal {
	padding: 16px 0 15px 13px;
	color: #00a5de;
}
.mean-container .mean-nav ul, .about-us-section .align-items-center {
	flex-wrap: wrap;
}
.mean-container .mean-nav {
	background: #ffffff;
	margin-top: 0;
	position: relative;
	top: 50px;
	border-top: 1px solid #dee1e8;
}
.mean-container .mean-nav ul li:nth-last-child(2), .mean-container .mean-nav ul li:last-child {
	margin: 5px 15px;
}
.mean-container .mean-nav ul li:last-child {
	margin-bottom: 15px;
}
.mq-job-banner.banner-padding {
	padding: 30px 10px;
}
.banner-title {
	font-size: 18px;
}
.car-search-form.tabs .tab-content {
	padding: 15px;
}
.car-search-form .col-xl-3.col-lg-3.col-sm-3 {
	padding: 0;
	margin-bottom: 15px;
}
.aftr_shwBlk, .cnt-frm-blk .align-items-center {
	flex-wrap: wrap;
}
.aftr_shwBlk .select-quote-container-block2 {
	width: 100% !important;
	top: 0;
}
.aftr_shwBlk .serch-list-btn {
	width: 100% !important;
	text-align: left;
	margin: 10px 0;
}
.select-quote-btn-block {
	right: 0;
}
.aftr_shwBlk .serch-text h3, .serch-list-btn a {
	font-size: 16px;
}
.mq-job-banner .svg {
	display: none;
}
.about-us-section .image-two {
	width: 130px;
	bottom: 20px;
}
.section-title .title, .section-heading .section-title {
	font-size: 16px;
}
.about-us-section ul li, .about-us-section .text-muted {
	margin-bottom: 0;
}
.btn-rdmr {
	font-size: 12px;
}
.hiw_tb .tab-content-inner h4 {
	font-size: 14px;
}
.hiw_tb .col-xs-12 {
	padding: 0;
}
footer {
	padding: 30px 0 15px;
}
footer .col-sm-3.col-md-3 {
	width: 100%;
	margin-bottom: 10px;
}
footer .col-sm-3.col-md-3:last-child {
	margin-bottom: 0;
}
.footer-in {
	border-bottom: 1px solid #343c54;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.heading-panel .main-title {
	font-size: 15px;
	padding-bottom: 0;
}
.tab-content-inner {
	margin-top: 20px;
}
.bg-half {
	padding: 20px 0 10px;
}
.page-next-level .title {
	font-size: 18px;
}
.page-next-level .page-next {
	top: 30px;
}
.page-next-level .page-next li a, .page-next-level .page-next li span {
	font-size: 11px;
}
.abt-secnd-blk .abt-scnd-left {
	order: 2;
}
.abt-secnd-blk .abt-scnd-right {
	order: 1;
}
.cntct-info-blk .col-sm-4 {
	margin-bottom: 10px;
}
.contact-detail .icon img {
	height: 30px;
}
.contact-detail .content .title {
	font-size: 14px;
}
.contact-detail .text-muted {
	margin-bottom: 0;
}
.cnt-frm-blk.mt-100 {
	margin-top: 20px;
}
.cnt-frm-blk .col-sm-6 {
	width: 100%;
	margin-bottom: 30px;
}
.form_blk {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.cnt-frm-blk .custom-form .col-md-6, .cnt-frm-blk .custom-form .col-md-12 {
	padding: 0;
}
.modal-dialog {
	margin: 0;
}
.modal-body .col-md-5 {
	display: none;
}
.modal-body .col-md-7 {
	width: 100%;
}
.mq-joinnowpopup-wrap {
	padding: 50px 0;
}
.mq-popuptitletwo h4 {
	font-size: 16px;
}
.mq-popuptitletwo span {
	font-size: 14px;
}
.sinup_sbttl {
	font-size: 16px;
	width: 100%;
	text-align: left;
	margin: 0;
}
.modal {
	z-index: 999999;
}
button.close {
	z-index: 9;
}
.custompasswordreset .login-content-wrap:before {
	display: none;
}
.custompasswordreset .login-content-wrap {
	padding: 0 15px 30px;
	width: 94%;
	margin: 30px 0 0;
	display: inline-block;
	box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
}
.custompasswordreset .mq-checkbox input[type=checkbox]+label, .custompasswordreset .mq-radio input[type=radio]+label {
	font-size: 13px;
}
.custompasswordreset .login-title-block h1 {
	font-size: 20px;
}
.custompasswordreset .login-process-wraper.login-bg {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.testimonial {
	display: none;
}
.section-title.ml-lg-5.wow.fadeInRight.animated {
	margin-bottom: 40px;
}

.nav-tabs li a.btn-register {
    margin-top: 0;
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 5px;
    background: #337ab7  !important;
    border: 1px solid #337ab7  !important;
    color: #ffffff !important;
    -webkit-box-shadow: 2px 3px 5px 0 rgb(1 165 222 / 25%);
    box-shadow: 2px 3px 5px 0 rgb(1 165 222 / 25%);
    text-transform: none;
}
.banner-title {
	
    position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 9s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
	
	
	}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
Resources
