* {
	padding: 0;
	margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	max-width: 100%;
}
body {
	color: #2b2b2b;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}
b, strong {
	font-weight: 700;
}
ul, ol {
	list-style: none;
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
.fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 1) !important;
	z-index: 999;
	box-shadow: 0px 0 7px 0px #00000059;
	-webkit-box-shadow: 0px 0 7px 0px #00000059;
	-moz-box-shadow: 0px 0 7px 0px #00000059;
	-ms-box-shadow: 0px 0 7px 0px #00000059;
	-o-box-shadow: 0px 0 7px 0px #00000059;
	animation: smoothScroll .6s forwards;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.bx_wrap {
    position: relative;
}
.top_up {
	position: absolute;
	top: 29%;
	left: 0;
	right: 0;
}
.top_header {
	text-align: right;
	padding: 11px 0;
}
.top_header span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
.email_cont a, .call_cont a {
	display: inline-block;
	vertical-align: inherit;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.call_cont a:hover {
	color: #eca11f;
}
.email_cont img, .call_cont img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.email_cont, .call_cont {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
}
.email_cont a:hover, .call_conta:hover {
	color: #eda220;
}
.logo_cont {
	padding-right: 0;
}
.menu {
    margin-left: 0;
    margin-right: 0;
}
.menu ul li a:hover, .menu ul li.active a {
    color: #eca11f !important;
}
.menu ul li ul li a {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
}
.menu ul li.active ul li a {
    color: #fff !important;
}
.menu ul li.active ul li a:hover, .menu ul li.active ul li.active a {
    color: #eca11f !important;
}
.nav_btm {
	background: rgba(0, 0, 0, 0.59);
	position: absolute;
	top: 47px;
	width: 100%;
	z-index: 9999;
}
.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
	bottom: 20px;
	left: 110px !important;
	width: auto;
}
.btn_grp ul li a {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.btn_grp ul li {
	text-align: center;
	background: #eda220;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	height: 81px;
	width: 79px;
	position: relative;
	padding: 18px 0;
}
.btn_grp ul li:before {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 39px solid #eda220;
	position: absolute;
	content: "";
	left: 0;
	bottom: -40px;
}
.btn_grp ul li:after {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 39px solid #eda220;
	position: absolute;
	content: "";
	right: 0;
	bottom: -40px;
}
.btn_grp ul {
	margin: 0;
	padding: 0;
}
.btn_grp ul li a span {
	display: block;
	font-size: 14px;
}
.banner_cap {
	font-family: 'Josefin Sans', sans-serif;
}
.top_cap p:before {
	width: 72px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: -28px;
	top: 13px;
}
.top_cap p:after {
	width: 44px;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
}
.top_cap p {
	font-size: 26px !important;
	color: #fff;
	font-weight: 600;
	position: relative;
	left: 0 !important;
	padding-left: 55px !important;
}
.top_cap p span {
	color: #eda220;
}
.main_txt {
	font-size: 45px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #eda220;
	line-height: 1.3 !important;
}
.top_cap {
	margin-left: 30px;
}
.get_quote a, .chk_avlb a {
	font-size: 20px !important;
	color: #fff !important;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	left: 0 !important;
	z-index: 2;
}
.get_quote a:before {
	background: #eda220;
	width: 59px;
	height: 46px;
	position: absolute;
	content: "";
	top: -11px;
	left: 0;
	z-index: -1;
	transition: all .4s;
}
.get_quote a:hover:before {
	width: 110%;
}
.get_quote a span {
	padding-left: 15px !important;
	color: #000;
}
.get_quote, .chk_avlb {
	margin-top: 35px;
}
.chk_avlb {
	margin-left: 11px;
}
.chk_avlb a:after {
	background: #eda220;
	width: 70px;
	/*width: 149px;*/
	height: 46px;
	position: absolute;
	content: "";
	top: -11px;
	right: 0;
	z-index: -1;
	transition: all .4s;
}
.chk_avlb a:hover:after {
	width: 105%;
}
.chk_avlb a span {
	padding-right: 15px !important;
	color: #000;
}
.social_banner {
	position: absolute;
	top: 50%;
	right: 0px;
	width: auto;
}
.social_banner ul li {
	display: block;
	margin-bottom: 10px;
	list-style-type: none;
}
.about_left {
	padding: 95px 40px 0 13.6%;
    text-align: justify;
}
.page_titl h3 {
	font-size: 35px;
	text-transform: uppercase;
	color: #eda220;
	font-weight: bold;
	padding-bottom: 32px;
}
.about_left p {
	font-size: 18px;
	color: #555554;
	margin-bottom: 20px;
}
.read_more a:before {
	width: 72px;
	height: 46px;
	background: #eea220;
	position: absolute;
	content: "";
	top: -15px;
	left: 0;
	z-index: -1;
	transition: all .4s;
}
.read_more a:hover:before {
	width: 105%;
}
.read_more a span {
	color: #fff;
	padding-left: 10px;
}
.read_more a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1e1e1e;
	position: relative;
}
.read_more {
	margin-top: 38px;
}
.service_outer {
	margin: 108px 0 42px 0;
}
.serlft_img {
	position: relative;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.72);
	mix-blend-mode: multiply;
}
.ser_cap {
	position: absolute;
	left: 43px;
	top: 35px;
}
.ser_cap h4 {
	font-size: 25px;
	color: #eda220;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.ser_cap p {
	word-break: break-all;
	font-size: 16px;
	color: #fff;
	width: 336px;
	padding-left: 30px;
	margin: 0;
}
.ser_cap h4 {
	font-size: 25px;
	color: #eda220;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.service_outer .read_more a {
	font-size: 15px;
	color: #fff;
	z-index: 2;
}
.service_outer .read_more a:before {
	width: 57px;
	height: 39px;
	z-index: -1;
	transition: all .4s;
}
.service_outer .read_more a:hover:before {
	width: 110%;
}
.service_outer .read_more a span {
	color: #000;
	padding-left: 12px;
	z-index: 1;
	position: relative;
}
.service_outer .read_more {
	margin-top: 30px;
	padding-left: 32px;
}
.ser_right .overlay {
	background: rgba(234, 234, 234, 0.72);
	mix-blend-mode: screen;
}
.ser_right .ser_cap h4, .ser_right .ser_cap p {
	color: #000000;
}
.ser_right .read_more a:before {
	background: #030303;
}
.ser_right .read_more a span {
	color: #fff;
}
.ser_right .read_more a {
	color: #000;
}
.ser_right .read_more a:hover {
	color: #fff;
}
.spcl_bg {
	background-image: url(../images/spcal.jpg);
	background-repeat: no-repeat;
	height: 538px;
	padding: 40px 0px 40px 17.6%;
	background-size: cover;
}
.spcl_titl span {
	display: block;
	color: #eda220;
}
.spcl_titl {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
.spcl_txt ul li {
	list-style-type: none;
	margin-bottom: 50px;
	font-size: 20px;
	text-transform: uppercase;
	color: #eda220;
	font-weight: 700;
}
.spcl_txt ul li span {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.spcl_txt ul li img {
	vertical-align: text-bottom;
	margin-left: 15px;
	margin-right: 8px;
}
.spcl_txt {
	position: relative;
	margin: 0;
}
.spcl_txt .read_more {
	padding-left: 41px;
}
.spcl_txt:before {
	width: 2px;
	height: 240px;
	background: #e79e1f;
	content: "";
	left: 0;
	position: absolute;
	top: 0px;
}
.spcl_txt:after {
	width: 2px;
	height: 240px;
	background: #e79e1f;
	content: "";
	left: 15px;
	position: absolute;
	top: 80px;
}
.spcl_txt ul {
	padding-left: 40px;
}
.quote_form {
	background: #eea220;
	padding: 30px 15% 30px 30px;
}
.quote_form h3 span {
	display: block;
	color: #fff;
}
.quote_form h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-bottom: 24px;
}
.frm_fld input, .frm_fld select {
	width: 100%;
	height: 45px;
	border-radius: 50px;
	font-size: 14px;
	padding: 0px 12px;
	margin-bottom: 10px;
	border: none;
}
.frm_fld {
	width: 48%;
	display: inline-block;
	margin: 0 0px;
}
.frm_fld select:focus, .frm_fld input:focus, .frm_fld button:focus {
	outline: none;
}
.frm_fld select {
	background-image: url(../images/ad.png);
	background-repeat: no-repeat;
	background-position: 94% 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.frm_fld_full textarea {
	height: 146px;
	resize: none;
	border-radius: 10px;
	width: 96.5%;
	border: none;
	margin: 0 1px;
	padding: 10px;
}
.frm_fld_full textarea:focus {
	outline: none;
}
.send_btn {
	margin-top: 7px;
}
.send_btn input {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 14px 30px 10px 30px;
	cursor: pointer;
	border: none;
}
.sectionClass {
	padding: 20px 0px 50px 0px;
	position: relative;
	display: block;
}
.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}
.sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
}
.sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
}
.projectFactsWrap {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.item.hc {
	margin-top: 8px;
}
.item.sg {
	margin-top: 9px;
}
#projectFacts .fullWidth {
	padding: 0;
}
.projectFactsWrap .item {
	width: 33%;
	height: 100%;
	text-align: center;
}
.projectFactsWrap .item p.number {
	font-size: 40px;
	padding: 12px 0 0;
	color: #000;
}
.item p {
	color: #eda629;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.projectFactsWrap .item span {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}
.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 50px;
	color: #000;
}

.final_price {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
	font-weight:700;
}

.service_bottom {
	margin-bottom: 50px;
	margin-top: 20px; 
}

.service_bottom .get_a_quote {
	display: inline-block; 
}

.service_bottom .get_a_quote a {
	background: #eda220;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 13px 12px 9px;
	height: 37px;
	vertical-align: bottom;
	cursor: pointer;
}

.service_bottom .get_a_quote a:hover {
	background: #000;
	color: #fff;
}

.service_bottom .callNow {
	display: inline-block;
}

.service_bottom .callNow a {
	background: #000;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 13px 12px 9px;
	height: 37px;
	vertical-align: bottom;
	cursor: pointer;
}

.service_bottom .callNow a:hover {
	background: #eda220;
	color: #fff;
}

.news_red_txt
{
	color:#ff0d05;
}

.news_green_txt
{
	color:#00ed00;
}


.page_nf_btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 14px 30px 10px 30px;
    cursor: pointer;
    border: none;
}

.page_nf_btn:hover {
    background: #EEA220;
    color: #fff;
}


@media (max-width: 786px) {
.projectFactsWrap .item {
	flex: 0 0 50%;
}
}
.points_cont ul li {
	font-size: 16px;
	color: #000;
	margin-bottom: 26px;
	list-style-type: none;
	font-weight: 600;
	background-image: url(../images/grd2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 6%;
	text-align: justify;
}
.why_outer {
	margin-top: 30px;
	padding-bottom: 60px;
}
.call_outer {
	background-image: url(../images/contct.jpg);
	background-repeat: no-repeat;
	padding: 54px 0;
	background-size: cover;
}
.cal_sec {
	text-align: center;
}
.cal_sec h4 span {
	color: #eda220;
}
.cal_sec h4 {
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.cal_sec h4 a {
	font-size: 55px;
	color: #eda220;
}
.testimonials_outer {
	margin: 0 0 30px;
	padding-top: 75px;
	padding-bottom: 30px;
}
.contact_btn a {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
}
.contact_btn a:hover:before {
	width: 110%;
}
.contact_btn a:before {
	width: 190px;
	height: 56px;
	background: #eda220;
	content: "";
	position: absolute;
	left: 0;
	z-index: -1;
	top: -15px;
	transition: all .4s;
}
.contact_btn a span {
	z-index: 99;
	position: relative;
	padding-left: 20px;
	color: #000;
}
.slide_txt {
	font-size: 18px;
}
.author {
	text-transform: uppercase;
	color: #eda220;
	font-size: 18px;
	margin-top: 20px;
}
.contact_btn {
	margin-top: 30px;
}
.sa_hover_container {
	border-radius: 10px;
	margin-bottom: 57px !important;
}
.car_slider_cont {
	padding: 30px;
	position: relative;
	background: #efefef;
	border-radius: 10px;
}
.client_photo {
	width: 114px;
	height: 114px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	right: 50px;
	bottom: -60px;
}
.brand {
	padding-top: 88px;
	text-align: center;
}
.brand h4 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-weight: 700;
}
.brand h4 span {
	background: #eda220;
	padding: 9px 0 0;
	display: inline-block;
}
.float-right.foot_top_right {
	width: 282px;
	overflow: hidden;
}
footer {
	padding: 54px 0 25px 0;
	background: #1f2227;
}
.float-left.foot_top_lft {
	width: 74%;
}
.foot_dlide_img {
	width: 73px;
	height: 71px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.foot_slide_txt {
	float: left;
	width: auto;
}
.foot_top_slide {
	overflow: hidden;
}
.foot_slide_txt h5 {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.foot_slide_txt span {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 6px 0;
}
.foot_slide_txt ul li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}
.foot_btm_txt {
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	text-align: left;
}
footer .white .sa_owl_theme .owl-nav .owl-next {
	background: url(../images/awnxt.png) no-repeat center center !important;
}
footer .white .sa_owl_theme .owl-nav .owl-prev {
	background: url(../images/awlprev.png) no-repeat center center !important;
}
footer .sa_owl_theme .owl-nav div, footer .sa_owl_theme .owl-nav button {
	top: 190px !important;
}
footer .sa_owl_theme .owl-nav .owl-next {
	right: -6px !important;
}
footer .sa_owl_theme .owl-nav .owl-prev {
	right: 20px !important;
}
.foot_top_lft ul li span {
	color: #eea200;
	font-size: 16px;
}
.foot_top_lft ul li {
	list-style-type: none;
	margin-bottom: 0;
	color: #fff;
}
.foot_top_lft ul li a {
	color: #fff;
}
.foot_top_lft ul li a:hover {
	color: #eda220 !important;
}
.testi_slider .bx-wrapper .bx-prev {
	left: 88%;
	background: url(../images/icon_prev.png.png) no-repeat;
}
.testi_slider .bx-wrapper .bx-next {
	right: 65px;
	background: url(../images/icon_next.png.png) no-repeat;
}
.testi_slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 103%;
}
.foot_top_right .bx-wrapper .bx-prev {
	left: 84%;
	background: url(../images/awlprev.png) no-repeat;
}
.foot_top_right .bx-wrapper .bx-next {
	right: -14px;
	background: url(../images/awnxt.png) no-repeat;
}
.foot_top_right .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 130%;
}
.foot_top_right .bx-wrapper {
	margin-bottom: 40px;
}
.testi_slider .bx-viewport {
	height: 270px !important;
}
input.inpt_fld {
	width: 288px;
	height: 37px;
	border: none;
	border-radius: 0; 
	color: #000;
	padding: 5px;
}
input.subs {
	background: #eda220;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 0 12px;
	height: 37px;
	vertical-align: bottom;
	cursor: pointer;
}
.news_ltr {
	margin-top: 20px;
}
.copy {
	font-size: 15px;
	color: #fff;
	line-height: 1.7;
}
.copy a {
	color: #eda220;
}
.social_footer ul li {
	display: inline-block;
	vertical-align: initial;
	margin: 0 10px;
}
.footer_btm {
	border-top: 1px solid rgba(204, 204, 204, 0.48);
	padding-top: 20px;
	margin-top: 25px;
}
.social_footer {
	margin-top: 21px;
}
.brand_cont .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    background: transparent;
    cursor: pointer;
}
.brand_cont img {
	width: auto !important;
}
.inner-banner {
	margin: 0 0 5%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.page-title {
	position: absolute;
	top: 200px;
	text-align: center;
	width: 100%;
	color: #eda220;
	font-size: 40px;
	font-weight: bold;
}
.about-top-left h3 {
	font-size: 30px;
	padding-bottom: 10px;
	text-transform: none;
}
.about-top-details {
	font-size: 18px;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}
.about-top-image {
	margin: 0 0 35px;
}
.about-mid {
	background: rgba(0, 0, 0, 0) url("../images/about-mid-bg.jpg") no-repeat fixed center center;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 65px 0;
	padding: 85px 0 55px;
	position: relative;
	z-index: 9;
}
.about-mid::after {
	display: block;
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
}
.about-mid-heading {
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin: 0 0 35px;
	text-align: center;
}
.about-mid-heading span {
	color: #eda220;
}
.about-mid-item {
	margin-bottom: 35px;
	text-align: center;
}
.about-mid-item-icon {
	margin: 0 0 15px;
}
.about-mid-item-icon img {
	width: 65px;
}
.about-mid-item-heading {
	color: #eda220;
	font-size: 24px;
}
.about-mid-item-details {
	color: #fff;
	font-size: 18px;
}
.about-heading {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	margin: 0 0 25px;
}
.about-heading span {
	color: #eda220;
}
.about-top-details a {
	color: #eda220;
	font-weight: bold;
}
.about-top-details a:hover {
	color: #000;
}
.about-section {
	margin: 35px 0;
	text-align: center;
}
.about-section .about-top-details {
	text-align: center;
}
.about-bottom {
}
.about-bottom-left {
	background: #eda220;
	padding: 60px 50px 35px 9.8%;
}
.about-bottom-heading {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px;
}
.about-bottom-details {
	color: #000;
	font-size: 17px;
}
.about-bottom-details ul {
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;
}
.about-bottom-details ul li {
	background: rgba(0, 0, 0, 0) url("../images/grd3.png") no-repeat scroll 0 0;
	margin: 0 0 25px;
	padding: 0 0 0 30px;
}
.about-bottom-image {
	background: rgba(0, 0, 0, 0) url("../images/about-bottom-bg.jpg") no-repeat scroll 0 0;
	padding: 0;
	background-size: cover;
}
.page-inner.service_outer {
	margin: 65px 0;
}
.service-bottom {
	margin: 65px 0;
}
.service-bottom-inner {
}
.service-bottom-inside {
	background: #eda220;
	padding: 35px;
	text-align: center;
}
.service-bottom-heading {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 15px;
}
.service-bottom-details {
	color: #fff;
	font-size: 18px;
}
.service-bottom-details a {
	color: #fff;
	font-weight: bold;
}
.service-bottom-details a:hover {
	color: #000;
}
.service-left {
	margin: 0 0 35px;
}
.service-left-inner {
	background: url("../images/service-left-image.jpg") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 35px 30px 30px;
	z-index: 9;
}
.service-left-inner::before {
	position: absolute;
	content: '';
	background: rgba(237, 162, 32, 0.9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9;
}
.service-left-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.service-left-inner ul li {
	background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll 0 2px / 12px;
	margin: 0 0 15px;
	padding: 0 0 15px 17px;
	border-bottom: 1px solid #fff;
	line-height: 18px;
}
.service-left-inner ul li:hover, .service-left-inner ul li.active {
	background: rgba(0, 0, 0, 0) url("../images/right-arrow-b.png") no-repeat scroll 0 2px / 12px;
	color: #000;
}
.service-left-inner ul li:last-child {
	border: none;
	margin: 0;
}
.service-left-inner ul li a {
	color: #fff;
}
.service-left-inner ul li:hover a, .service-left-inner ul li a:hover, .service-left-inner ul li.active a {
	color: #000;
}
.service-left-btn {
	text-align: center;
}
.service-left-btn a {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}
.service-left-btn a:hover {
	background: #000;
	color: #fff;
}
.marginbottom60 {
	margin-bottom: 60px;
}
.about-top-details ul {
	list-style-type: none;
	float: left;
	margin: 25px 0;
	padding: 0;
	width: 100%;
}
.about-top-details ul li {
	background: rgba(0, 0, 0, 0) url("../images/grd2.png") no-repeat scroll 0 0;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	text-align: left;
	width: 100%;
}
.about-top-details ul.three-li li {
	float: left;
	width: 33%;
}
.about-top-details ul.half-li li {
	float: left;
	width: 50%;
}
.testimonial-item {
	margin: 0 0 35px;
}
.testimonial-item-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 15px 15px 15px 60px;
	position: relative;
}
.testimonial-item-icon {
	position: absolute;
	left: -43px;
	border: 5px solid #eda220;
	padding: 10px;
	width: 85px;
	border-radius: 50%;
	background: #fff;
}
.testimonial-item-details {
	font-size: 18px;
	margin: 0 0 20px;
}
.testimonial-item-name {
	color: #eda220;
	font-size: 30px;
	font-weight: bold;
}
.about-heading-2 {
	color: #eda220;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 5px;
}
.career-mid {
	background: #eda220;
	padding: 35px 0;
}
.career-mid-text {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.career-mid-text a, .career-mid-text a:hover {
	color: #000;
}
.career-form {
	padding: 85px 0;
}
.career-form-inner {
}
.career-form-inside {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 25px 35px;
}
.career-form-input {
	margin: 0 0 15px;
	padding: 0 5px;
}
.career-form-input input {
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #000;
	padding: 0 15px;
	height: 45px;
	width: 100%;
}
.career-form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.career-form-input input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.career-form-input input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.career-form-input input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.career-form-input label {
	color: #000;
	font-size: 17px;
}
.career-form-upload {
	text-align: center;
}
.career-form-upload label {
	display: inherit;
}
.career-form-upload input {
	width: 100%;
	display: inline-block;
	height: auto;
	border: none;
	padding: 0;
}
.career-form-input textarea {
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #000;
	padding: 10px 15px;
	height: 125px;
	width: 100%;
}
.career-form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.career-form-input textarea::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.career-form-input textarea:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.career-form-input textarea:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.career-form-input select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("../images/ad.png") no-repeat scroll 96% 14px;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	padding: 0 15px;
	height: 45px;
	width: 100%;
}
.career-form-btn {
	margin: 30px 0 0;
	text-align: center;
}
.career-form-btn button {
	background: #eda220;
	border: none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 25px;
}
.career-form-btn button:hover {
	background: #000;
	color: #eda220;
}
.contact-item {
	margin: 35px 0 0;
}
.contact-item-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 25px;
}
.contact-item-icon {
	margin: 0 0 10px;
}
.contact-item-icon img {
	width: 75px;
}
.contact-item-heading {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
}
.contact-item-details {
	color: #444;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
}
.contact-item-details a {
	color: #444;
}
.contact-item-details a:hover {
	color: #000;
}
.contact-map {
	height: 400px;
	overflow: hidden;
	margin: 80px 0 0;
}
.contact-map ifrmae {
	margin: 0;
}
.panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}
.panel-title > a.collapsed:before {
	float: right !important;
	content: "\f067";
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
	text-decoration: none;
}
.faq-content {
	margin: 0 0 70px;
}
.faq-content .panel-default {
	border-radius: 0;
}
.faq-content .panel-heading {
	padding: 0;
	border-radius: 0;
}
.faq-content .panel-title a {
	background: #EDA220;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px 15px;
}
.faq-content .panel-body {
	color: #464646;
	font-size: 15px;
	font-weight: 500;
	text-align: justify;
	margin: 13px 0;
	padding: 0 10px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.attachment_icon {
	background: #f7931e;
	color: #fff;
	border: none;
	padding: 6px 17px;
	font-size: 22px;
	border-radius: 10px 0 0 10px;
}
.career-form-upload input {
	border: 1px solid #ccc !important;
	padding: 0 10px;
}
button.chk_browse_btn {
	background: #f7931e !important;
	border: none !important;
	border-radius: 0 10px 10px 0 !important;
	height: 45px !important;
}
button.chk_browse_btn:focus {
	border: none !important;
}
.thankyou_image {
	text-align: center;
	margin-top: 2%;
}
.thankyou_btn {
	text-align: center;
	margin: 0 0 2% 0;
}
.thankyou_text {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	margin: 2% 0;
}
.thankyou_btn button {
	background: #eda220;
	border: none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 25px;
}
.thankyou_btn button:hover {
	background: #000;
	color: #eda220;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown > .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}
.dropdown-menu li {
	display: block !important;
}
.dropdown-menu {
	top: 80% !important;
	background-color: #000 !important;
}
.dropdown-item {
	padding: .25rem 5px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent !important;
}
.blog_page_bottom_section {
	padding: 0 0 60px;
}
.blog_page_block {
	margin: 0 0 65px;
}
.blog_page_block_content {
	padding: 0 45px 0 0;
	margin-top: -60px;
	position: relative;
	z-index: 99;
}
.blog_page_block_content_inner {
	background: #fff;
	padding: 25px 30px;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: left;
}
.blog_page_block_content_heading {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin: 18px 0 12px;
}
.blog_page_block_content_heading a {
	color: #EDA220;
}
.blog_page_block_content_date {
	margin-top: 15px;
}
.blog_page_block_content_date span {
	display: inline-block;
	margin: 0 10px;
	color: #000;
	font-size: 20px;
}
.blog_page_block_content_date span img {
	width: 35px;
}
.blog_page_block_content_text {
	color: #000;
	font-size: 16px;
	margin-top: 18px;
	text-align: justify;
}
.blog_page_search_box {
	background: #fb6a01;
	padding: 22px 28px;
	margin: 0 0 30px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(92,75,65,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(92,75,65,1);
	box-shadow: 5px 5px 0px 0px rgba(92,75,65,1);
}
.blog_search {
	position: relative;
}
.blog_search_input {
	border: 2px solid #fff;
	width: 100%;
	height: 54px;
	border-radius: 5px;
	background: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 50px 8px 15px;
}
.blog_search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 54px;
	background: none;
	border: none;
}
.blog_sidebar_block {
	background: #fff;
	border: 1px solid #ddd;
	padding: 22px 28px;
	margin: 0 0 30px;
	-webkit-box-shadow: 5px 5px 0px 0px #eda220;
	-moz-box-shadow: 5px 5px 0px 0px #eda220;
	box-shadow: 5px 5px 0px 0px #eda220;
}
.blog_sidebar_block_heading {
	font-size: 30px;
	color: #eda220;
	font-weight: bold;
}
.blog_sidebar_block_list ul {
	padding: 0;
	margin: 0;
}
.blog_sidebar_block_list ul li {
	list-style: none;
	padding-left: 27px;
	position: relative;
	margin-top: 10px;
}
.blog_sidebar_block_list ul li a {
	color: #000;
	font-size: 16px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog_sidebar_block_list ul li a:hover {
	color: #0040b5;
}
.blog_sidebar_block_list ul li:before {
	background: url(../images/blog_list_check.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.blog_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.continue_reading a:before {
	width: 126px;
	height: 46px;
	background: #eea220;
	position: absolute;
	content: "";
	top: -15px;
	left: 0;
	z-index: -1;
	transition: all .4s;
}
.continue_reading a:hover:before {
	width: 105%;
}
.continue_reading a span {
	color: #fff;
	padding-left: 10px;
}
.continue_reading a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1e1e1e;
	position: relative;
}
.continue_reading {
	margin-top: 10px;
	margin-left: 30px;
}
/* Price */
.price-part table {
    font-size: 20px;
}
.price-part thead {
    background: #eda220;
}
.price-part tr th, .price-part tr td {
    padding: 5px 10px;
    text-align: center;
}

/*----form css----*/
.bar_icon {
    width: 51px;
    height: 51px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    line-height: 3.2;
	position:relative;
}

.bar_icon:after {
    content: "";
    position: absolute;
    border: 1px dashed #eda220;
    width: 63px;
    height: 63px;
    left: -6px;
    border-radius: 50px;
    top: -6px;
}
.form_step {
    /*margin-top: 160px;*/
	margin-bottom:50px;
}
.bar_cont ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 77px;
}
.bar_cont ul {
    position: relative;
}
.bar_cont ul:before {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    top: 27px;
	z-index: -1;
}
.step_name {
    font-size: 16px;
    color: #1f2227;
    margin-top: 8px;
}
li.active .bar_icon {
    background: #eda220;
}
li.active .step_name {
    color: #eda220;
}
.form_cont {
    margin-top: 40px;
    text-align: center;
}
.career-form-input {
    text-align: left;
}
.career-form-input label {
    color: #eea200;
    font-weight: 300;
    font-size: 18px;
	    text-align: center;
}
.career-form-input input {
    margin-bottom: 10px;
}
.form_titl span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.form_titl {
    text-align: left;
    font-size: 42px;
    font-weight: 600;
    color: #eda220;
    line-height: 1.2;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #eda220;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
    width: 8px;
    height: 8px;
    background: #eda220;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.price_vl ul li {
    color: #545252;
    font-size: 16px;
    list-style-type: none;
}
input.qty {
    width: 55px;
    border-radius: 50px;
    height: 24px;
    border: 1px solid #eda220;
    font-size: 13px;
    vertical-align: text-bottom;
    text-align: center;
    margin-bottom: 0;
}
input.qtyplus {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3215686274509804);
    width: 20px;
    height: 22px;
    border-radius: 0;
    background: #fff;
    border: none;
    margin-bottom: 0;
    vertical-align: text-bottom;
    text-align: center;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
}
input.qtyminus { 
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3215686274509804);
    width: 20px;
    height: 22px;
    border-radius: 0;
    background: #fff;
    border: none;
    margin-bottom: 0;
    vertical-align: text-bottom;
    text-align: center;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
}
.rad_btn, .price_vl ul li {
    margin-bottom: 6px;
}
.total_price {
    height: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45098039215686275);
    background: #fff;
    border-radius: 30px;
    padding: 20px;
}
.price {
    font-size: 32px;
    font-weight: 700;
    color: #464545;
}
.price span {
    display: block;
    border: 1px solid #6f6d6d;
    border-radius: 20px;
    font-size: 26px;
    padding: 5px;
    margin-top: 10px;
}
.price {
    font-size: 32px;
    font-weight: 700;
    color: #464545;
}
.stellarnav.dark li a {
    font-size: 13px !important;
}
.form_sec .career-form-input {
    padding: 0 15px;
}
.chkbox input {
    vertical-align: sub;
    width: 30px;
    height: 18px;
}
.chkbox {
    margin-left: 10px;
}

/*----Responsive css----*/

@media only screen and (max-width : 320px) {
	.logo{
		margin-bottom: 15px;
		margin-top: 15px !important;
	}
	.top_header {
		text-align: center;
	}
	.top_header span, .email_cont, .call_cont {
		margin: 0 !important;
	}
	.nav_btm {
		background: rgb(0, 0, 0);
		position: static;
	}
	.fixed {
    	position: static !important;
	}
	.main_txt {
		font-size: 15px !important;
		margin-top: 10px;
	}
	.top_cap p {
    	font-size: 14px !important;
    	margin-bottom: 0;
		    padding-left: 0 !important;
	}
	.top_cap {
		margin-left: 0;
	}
	.get_quote a, .chk_avlb a {
    	font-size: 12px !important;
	}
	.get_quote a:before {
		width: 49px;
		height: 38px;
	}
	.get_quote, .chk_avlb {
		margin-top: 10px;
		display: inline-block;
		margin-right: 10px;
	}
	.chk_avlb a:after {
		width: 99px;
		height: 38px;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 11px !important;
		    bottom: 10px !important;
	}
	.social_banner {
		top: 0;
	}
	.top_up {
		top: 46%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.btn_grp ul li {
		height: auto;
		width: auto;
		padding: 10px 10px;
	}
	.btn_grp {
		text-align: center;
	}
	.btn_grp ul li a span {
		display: inline-block;
		    margin-left: 3px;
	}
	.menu {
		width: 100%;
		text-align: center;
	}
	.btn_grp ul li a {
		font-size: 14px;
	}
	.btn_grp ul li:before, .btn_grp ul li:after, .top_cap p:before, .top_cap p:after{
		content:none;
	}
	.ser_cap p {
		width: auto;
		padding-left: 0;
		word-break: break-word;
		font-size: 14px;
	}
	.about_left {
		padding: 20px 15px 0 15px;
		text-align: left;
	}
	.page_titl h3 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.about_left p {
		font-size: 16px;
		line-height: 1.3;
		text-align: justify;

	}
	.read_more {
		margin-top: 18px;
		margin-bottom: 40px;
	}
	.read_more a:before {
		width: 62px;
		top: -16px;
	}
	.read_more a {
    	font-size: 17px;
	}
	.points_cont ul li {
    	font-size: 15px;
	}
	.contact_btn a {
    	font-size: 22px;
	}
	.contact_btn a:before {
		width: 128px;
		height: 46px;
	}
	.brand h4 {
    	font-size: 24px;
	}
	.service_outer {
		margin: 20px 0 0px 0;
	}
	.serlft_img img {
		height: 100%;
	}
	.ser_cap h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.pad, .pl {
		padding: 0 15px !important;
	}
	.ser_cap {
		left: 25px;
		top: 55px;
		width: 84%;
	}
	.ser_cap h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.spcl_bg {
		height: auto;
		padding: 20px 0px 40px 15px;
	}
	.frm_fld {
		width: 100%;
		display: block;
	}
	.quote_form {
		padding: 5px 15px 20px 15px;
	}
	.projectFactsWrap .item {
		flex: 100%;
	}
	.projectFactsWrap {
		margin-top: 0;
	}
	.projectFactsWrap .item {
		margin-bottom: 20px;
	}
	.why_outer {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.call_outer {
		padding: 24px 0;
	}
	.cal_sec h4 a {
		font-size: 45px;
		display: block;
	}
	.cal_sec h4 {
		font-size: 20px;
	}
	.testimonials_outer {
		padding-top: 25px;
	}
	.client_photo {
		width: 74px;
		height: 74px;
		right: 20px;
		bottom: -30px;
	}
	.car_slider_cont {
		padding: 15px;
	}
	.slide_txt {
		font-size: 15px;
		line-height: 1.3;
	}
	.author {
		font-size: 15px;
		margin-top: 10px;
	}
	.testi_slider .bx-wrapper .bx-controls-direction a {
		top: 113%;
	}
	.testi_slider .bx-wrapper .bx-prev {
		left: 76%;
	}
	.testi_slider .bx-wrapper .bx-next {
		right: 0;
	}
	footer {
		padding: 25px 0 25px 0;
	}
	.float-left.foot_top_lft {
		width: 100%;
		margin-bottom: 30px;
	}
	input.inpt_fld {
		width: 170px;
	}
	.copy, .social_footer {
		float: none !important;
	}
	.page-title {
		top: 50%;
		font-size: 24px;
		line-height: 1;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.about-bottom-image {
		background-size: 100%;
		height: 200px;
	}
	.service-bottom {
		margin: 20px 0;
	}
	.page-inner.service_outer {
		margin: 15px 0;
	}
	.about-heading {
		font-size: 24px;
		line-height: 1;
		text-align: left;
	}
	.marginbottom60 {
		margin-bottom: 30px;
	}
	.service-mid-left{
		margin-top: 20px;
	}
	.about-top-details ul {
		margin: 0;
	}
	.about-top-details ul.half-li li, .about-top-details ul.three-li li {
		float: none;
		width: 100%;
	}
	.about-top-details {
		margin-top: 20px;
		    font-size: 16px;
	}
	.testimonial-item-icon {
		left: -13px;
		width: 55px;
	}
	.testimonial-item-name {
		font-size: 25px;
	}
	.blog_page_block_content_heading {
		font-size: 25px;
		margin: 0 0 12px;
		line-height: 1.2;
	}
	.blog_page_block_content_inner {
		padding: 20px 15px;
	}
	.continue_reading {
		margin-left: 14px;
	}
	.continue_reading a:before {
    	width: 115px;
	}
	.continue_reading a {
    	font-size: 18px;
	}
	.career-mid-text a, .career-mid-text a:hover {
		word-break: break-word;
	}
	.sec_img {
		margin: 15px 0;
	}
	.about-section .about-top-details, .about-heading-2 {
		text-align: left;
	}
	.about-bottom-left {
		padding: 30px 20px 20px 20px;
	}
	.bar_icon {
		width: 35px;
		height: 35px;
		line-height: 2.2;
	}
	.bar_icon:after {
		width: 47px;
		height: 47px;
	}
	.bar_icon img {
		width: 18px;
	}
	.step_name {
		font-size: 9px;
	}
	.bar_cont ul li {
		margin: 0 3px;
		width: 16%;
		text-align: center;
	}
	.bar_cont ul:before {
		top: 17px;
	}
	.form_titl {
		font-size: 30px;
		line-height: 1.4;
	}
	.total_price {
		margin-top: 20px;
	}
	.service-bottom-inside {
		padding: 10px;
	}
	.service-bottom-details {
		font-size: 16px;
	}
	.service-mid-image {
		margin-bottom: 25px;
	}
	.faq-content .panel-title a {
		font-size: 18px;
	}
	.about-mid-heading {
    	font-size: 24px;
	}
	.about-mid {
		margin: 5px 0 20px;
    	padding: 40px 0 0;
	}
	.career-mid-text {
		font-size: 18px;
	}
	.career-form {
		padding: 0 0 30px;
	}
	.career-form-btn button {
		font-size: 18px;
	}
	.contact-map {
		margin: 30px 16px 20px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.logo{
		margin-bottom: 15px;
		margin-top: 15px !important;
	}
	.top_header span {
		display: block;
	}
	.top_header {
		text-align: center;
	}
	.top_header span, .email_cont, .call_cont {
		margin: 0 !important;
	}
	.nav_btm {
		background: rgb(0, 0, 0);
		position: static;
	}
	.fixed {
    	position: static !important;
	}
	.main_txt {
		font-size: 20px !important;
		margin-top: 10px;
	}
	.top_cap p {
    	font-size: 18px !important;
    	margin-bottom: 0;
		    padding-left: 0 !important;
	}
	.top_cap {
		margin-left: 0;
	}
	.get_quote a, .chk_avlb a {
    	font-size: 12px !important;
	}
	.get_quote a:before {
		width: 49px;
		height: 38px;
	}
	.get_quote, .chk_avlb {
		margin-top: 10px;
		display: inline-block;
		margin-right: 10px;
	}
	.chk_avlb a:after {
		width: 119px;
		height: 38px;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 11px !important;
		    bottom: 10px !important;
	}
	.social_banner {
		top: 0;
		right: 10px;
	}
	.top_up {
		top: 46%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.btn_grp ul li {
		height: auto;
		width: auto;
		padding: 10px 10px;
	}
	.btn_grp {
		text-align: center;
	}
	.btn_grp ul li a span {
		display: inline-block;
		    margin-left: 3px;
	}
	.menu {
		width: 100%;
		text-align: center;
	}
	.btn_grp ul li a {
		font-size: 14px;
	}
	.btn_grp ul li:before, .btn_grp ul li:after, .top_cap p:before, .top_cap p:after{
		content:none;
	}
	.ser_cap p {
		width: auto;
		padding-left: 0;
		word-break: break-word;
		font-size: 14px;
	}
	.about_left {
		padding: 20px 15px 0 15px;
		text-align: left;
	}
	.page_titl h3 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.about_left p {
		font-size: 17px;
		line-height: 1.3;
	}
	.read_more {
		margin-top: 18px;
		margin-bottom: 40px;
	}
	.read_more a:before {
		width: 62px;
		top: -16px;
	}
	.read_more a {
    	font-size: 17px;
	}
	.service_outer {
		margin: 20px 0 0px 0;
	}
	.serlft_img img {
		height: 100%;
	}
	.ser_cap h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.pad, .pl {
		padding: 0 15px !important;
	}
	.ser_cap {
		left: 25px;
		top: 55px;
		width: 84%;
	}
	.ser_cap h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.spcl_bg {
		height: auto;
		padding: 20px 0px 40px 15px;
	}
	.frm_fld {
		width: 100%;
		display: block;
	}
	.quote_form {
		padding: 5px 15px 20px 15px;
	}
	.projectFactsWrap .item {
		flex: 100%;
	}
	.projectFactsWrap {
		margin-top: 0;
	}
	.projectFactsWrap .item {
		margin-bottom: 20px;
	}
	.why_outer {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.call_outer {
		padding: 24px 0;
	}
	.cal_sec h4 a {
		font-size: 45px;
		display: block;
	}
	.cal_sec h4 {
		font-size: 20px;
	}
	.testimonials_outer {
		padding-top: 25px;
	}
	.client_photo {
		width: 74px;
		height: 74px;
		right: 20px;
		bottom: -30px;
	}
	.car_slider_cont {
		padding: 15px;
	}
	.slide_txt {
		font-size: 15px;
		line-height: 1.3;
	}
	.author {
		font-size: 15px;
		margin-top: 10px;
	}
	.testi_slider .bx-wrapper .bx-controls-direction a {
		top: 113%;
	}
	.testi_slider .bx-wrapper .bx-prev {
		left: 76%;
	}
	.testi_slider .bx-wrapper .bx-next {
		right: 0;
	}
	footer {
		padding: 25px 0 25px 0;
	}
	.float-left.foot_top_lft {
		width: 100%;
		margin-bottom: 30px;
	}
	input.inpt_fld {
		width: 210px;
	}
	.copy, .social_footer {
		float: none !important;
	}
	.page-title {
		top: 50%;
		font-size: 28px;
		line-height: 1;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.about-bottom-image {
		background-size: 100%;
		height: 200px;
	}
	.service-bottom {
		margin: 20px 0;
	}
	.page-inner.service_outer {
		margin: 15px 0;
	}
	.about-heading {
		font-size: 24px;
		line-height: 1;
		text-align: left;
	}
	.marginbottom60 {
		margin-bottom: 30px;
	}
	.service-mid-left{
		margin-top: 20px;
	}
	.about-top-details ul {
		margin: 0;
	}
	.about-top-details ul.half-li li, .about-top-details ul.three-li li {
		float: none;
		width: 100%;
	}
	.about-top-details {
		margin-top: 20px;
		font-size: 16px;
	}
	.testimonial-item-icon {
		left: -13px;
		width: 55px;
	}
	.testimonial-item-name {
		font-size: 25px;
	}
	.blog_page_block_content_heading {
		font-size: 25px;
		margin: 0 0 12px;
		line-height: 1.2;
	}
	.blog_page_block_content_inner {
		padding: 20px 15px;
	}
	.continue_reading {
		margin-left: 14px;
	}
	.continue_reading a:before {
    	width: 115px;
	}
	.continue_reading a {
    	font-size: 18px;
	}
	.career-mid-text a, .career-mid-text a:hover {
		word-break: break-word;
	}
	.sec_img {
		margin: 15px 0;
	}
	.float-right.foot_top_right {
		width: 100%;
		overflow: hidden;
		float: left !important;
	}
	.about-section .about-top-details, .about-heading-2{
		text-align: left;
	}
	.about-bottom-left {
		padding: 30px 20px 20px 20px;
	}
	.bar_icon {
		width: 35px;
		height: 35px;
		line-height: 2.2;
	}
	.bar_icon:after {
		width: 47px;
		height: 47px;
	}
	.bar_icon img {
		width: 18px;
	}
	.step_name {
		font-size: 9px;
	}
	.bar_cont ul li {
		margin: 0 3px;
		width: 16.7%;
		text-align: center;
	}
	.bar_cont ul:before {
		top: 17px;
	}
	.form_titl {
		font-size: 30px;
		line-height: 1.4;
	}
	.total_price {
		margin-top: 20px;
	}
	
	.service-bottom-inside {
		padding: 10px;
	}
	.service-bottom-details {
		font-size: 16px;
	}
	.service-mid-image {
		margin-bottom: 25px;
	}
	.faq-content .panel-title a {
		font-size: 18px;
	}
	.about-mid-heading {
    	font-size: 24px;
	}
	.about-mid {
		margin: 5px 0 20px;
    	padding: 40px 0 0;
	}
	.career-mid-text {
		font-size: 18px;
	}
	.career-form {
		padding: 0 0 30px;
	}
	.career-form-btn button {
		font-size: 18px;
	}
	.contact_btn a {
    	font-size: 25px;
	}
	.contact_btn a:before {
		width: 145px;
		height: 50px;
	}
	.brand h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.about_left p {
		font-size: 17px;
		text-align: justify;
	}
	.contact-item {
		margin: 15px 0 0;
	}
	.contact-map {
		margin: 30px 16px 20px;
	}
	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.logo{
		margin-bottom: 15px;
		margin-top: 15px !important;
		width: 41%;
		margin: 0 15px;
	}
	.logo.mt-2 img {
		width: 135px;
	}
	.top_header span {
		display: block;
	}
	.top_header {
		text-align: left;
	}
	.email_cont a, .call_cont a {
		font-size: 14px;
	}
	a.menu-toggle.full {
		position: absolute;
		top: 9px;
		text-align: left;
		width: 100px;
		right: 65px;
		color: #000 !important;
	}
	.top_header span, .email_cont, .call_cont {
		margin: 0 !important;
	}
	.nav_btm {
		background: rgb(0, 0, 0);
		position: static;
	}
	.fixed {
    	position: static !important;
	}
	.main_txt {
	    font-size: 30px !important;
    	margin-top: 10px;
	}
	.top_cap p {
    	font-size: 24px !important;
    	margin-bottom: 0;
		    padding-left: 0 !important;
	}
	.top_cap {
		margin-left: 0;
	}
	.get_quote a, .chk_avlb a {
    	font-size: 12px !important;
	}
	.get_quote a:before {
		width: 49px;
		height: 38px;
	}
	.get_quote, .chk_avlb {
		margin-top: 10px;
		display: inline-block;
		margin-right: 10px;
	}
	.chk_avlb a:after {
		width: 119px;
		height: 38px;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 11px !important;
		    bottom: 10px !important;
	}
	.social_banner {
		top: 0;
		right: 10px;
	}
	.top_up {
		top: 46%;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.btn_grp ul li {
		height: auto;
		width: auto;
		padding: 10px 10px;
	}
	.btn_grp {
		text-align: right;
		margin-left: 0;
		width: 52%;
		margin-top: 11px;
		max-width: fit-content;
		    margin: 10px 0 0 auto;
	}
	.btn_grp ul li a span {
		display: inline-block;
		    margin-left: 3px;
	}
	.menu {
		width: 100%;
		text-align: center;
	}
	.btn_grp ul li a {
		font-size: 14px;
	}
	.btn_grp ul li:before, .btn_grp ul li:after, .top_cap p:before, .top_cap p:after{
		content:none;
	}
	.ser_cap p {
		width: auto;
	}
	.about_left {
		padding: 20px 15px 0 15px;
		text-align: left;
	}
	.page_titl h3 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.about_left p {
		font-size: 17px;
		line-height: 1.3;
	}
	.read_more {
		margin-top: 18px;
		margin-bottom: 40px;
	}
	.read_more a:before {
		width: 62px;
		top: -16px;
	}
	.read_more a {
    	font-size: 17px;
	}
	.service_outer {
		margin: 20px 0 0px 0;
	}
	.serlft_img img {
	    height: 100%;
    	width: 100%;
	}
	.ser_cap h4 {
		margin-bottom: 10px;
	}
	.pad, .pl {
		padding: 0 15px !important;
	}
	.ser_cap {
		top: 50%;
    width: 84%;
    transform: translate(-50%, -40%);
    left: 50%;
	}
	.testi_slider .bx-viewport {
    height: 200px !important;
}
	.spcl_bg {
		height: auto;
		padding: 20px 0px 40px 15px;
	}
	.frm_fld {
		width: 100%;
		display: block;
	}
	.quote_form {
		padding: 5px 15px 20px 15px;
	}
	.projectFactsWrap .item {
		flex: 100%;
	}
	.projectFactsWrap {
		margin-top: 0;
	}
	.projectFactsWrap .item {
		margin-bottom: 20px;
	}
	.why_outer {
		margin-top: 0;
	}
	.call_outer {
		padding: 24px 0;
	}
	.cal_sec h4 a {
		font-size: 45px;
		display: block;
	}
	.cal_sec h4 {
		font-size: 20px;
	}
	.testimonials_outer {
		padding-top: 25px;
	}
	.client_photo {
		width: 74px;
		height: 74px;
		right: 20px;
		bottom: -30px;
	}
	.car_slider_cont {
		padding: 15px;
	}
	.slide_txt {
		font-size: 15px;
		line-height: 1.3;
	}
	.author {
		font-size: 15px;
		margin-top: 10px;
	}
	.testi_slider .bx-wrapper .bx-controls-direction a {
		top: 113%;
	}
	.testi_slider .bx-wrapper .bx-prev {
		left: 87%;
	}
	.testi_slider .bx-wrapper .bx-next {
		right: 0;
	}
	footer {
		padding: 25px 0 25px 0;
	}
	.float-left.foot_top_lft {
		width: 100%;
		margin-bottom: 30px;
	}
	input.inpt_fld {
		width: 210px;
	}
	.copy, .social_footer {
		float: none !important;
	}
	.page-title {
		top: 50%;
		font-size: 28px;
		line-height: 1;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.about-bottom-image {
		background-size: 100%;
		height: 200px;
	}
	.service-bottom {
		margin: 20px 0;
	}
	.page-inner.service_outer {
		margin: 15px 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 1;
		text-align: left;
	}
	.marginbottom60 {
		margin-bottom: 30px;
	}
	.service-mid-left{
		margin-top: 20px;
	}
	.about-top-details ul {
		margin: 0;
	}
	.about-top-details ul.half-li li, .about-top-details ul.three-li li {
		float: none;
		width: 100%;
	}
	.about-top-details {
		margin-top: 20px;
	}
	.testimonial-item-icon {
		left: -13px;
		width: 55px;
	}
	.testimonial-item-name {
		font-size: 25px;
	}
	.blog_page_block_content_heading {
		font-size: 25px;
		margin: 0 0 12px;
		line-height: 1.2;
	}
	.blog_page_block_content_inner {
		padding: 20px 15px;
	}
	.continue_reading {
		margin-left: 14px;
	}
	.continue_reading a:before {
    	width: 115px;
	}
	.continue_reading a {
    	font-size: 18px;
	}
	.career-mid-text a, .career-mid-text a:hover {
		word-break: break-word;
	}
	.sec_img {
		margin: 15px 0;
		    text-align: center;
	}
	.float-right.foot_top_right {
		width: 100%;
		overflow: hidden;
		float: left !important;
	}
	.about-section .about-top-details, .about-heading-2{
		text-align: left;
	}
	.about-bottom-left {
		padding: 30px 20px 20px 20px;
	}
	.about_right img {
		width: 100%;
	}
	.frm_fld_full textarea {
		width: 100%;
	}
	.bar_icon {
		width: 35px;
		height: 35px;
		line-height: 2.2;
	}
	.bar_icon:after {
		width: 47px;
		height: 47px;
	}
	.bar_icon img {
		width: 18px;
	}
	.step_name {
		font-size: 15px;
	}
	.bar_cont ul li {
		margin: 0 3px;
		width: 18%;
		text-align: center;
	}
	.bar_cont ul:before {
		top: 17px;
	}
	.form_titl {
		font-size: 30px;
		line-height: 1.4;
	}
	.total_price {
		margin-top: 20px;
	}
	
	.service-bottom-inside {
		padding: 10px;
	}
	.service-bottom-details {
		font-size: 16px;
	}
	.service-mid-image {
		margin-bottom: 25px;
	}
	.faq-content .panel-title a {
		font-size: 18px;
	}
	.about-mid-heading {
    	font-size: 30px;
	}
	.about-mid {
		margin: 5px 0 20px;
    	padding: 40px 0 0;
	}
	.career-mid-text {
		font-size: 18px;
	}
	.career-form {
		padding: 0 0 30px;
	}
	.career-form-btn button {
		font-size: 18px;
	}
	.contact_btn a {
    	font-size: 25px;
	}
	.contact_btn a:before {
		width: 145px;
		height: 50px;
	}
	.brand h4 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.about_left p {
		font-size: 17px;
		text-align: justify;
	}
	.contact-item {
		margin: 15px 0 0;
	}
	.contact-map {
		margin: 30px 16px 20px;
	}
}
@media screen and (max-width: 568px) {
	a.menu-toggle.full {
		right: 0;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.logo{
		margin-bottom: 15px;
		margin-top: 15px !important;
	}
	a.menu-toggle.full {
		position: absolute;
		top: -48px;
		text-align: left;
		width: 100px;
		right: 40px;
		color: #000 !important;
	}
	.top_header {
		text-align: left;
	}
	.top_header span, .email_cont, .call_cont {
		margin:0 5px !important;
	}
	.nav_btm {
		background: rgb(0, 0, 0);
	}
	.fixed {
    	position: static !important;
	}
	.main_txt {
	    font-size: 30px !important;
    	margin-top: 10px;
	}
	
	.top_cap {
		margin-left: 0;
	}
	.get_quote a, .chk_avlb a {
    	font-size: 12px !important;
	}
	.get_quote a:before {
		width: 49px;
		height: 38px;
	}
	.get_quote, .chk_avlb {
		margin-top: 10px;
		display: inline-block;
		margin-right: 10px;
	}
	.chk_avlb a:after {
		width: 119px;
		height: 38px;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 11px !important;
		    bottom: 10px !important;
	}
	.social_banner {
		top: 0;
		right: 10px;
	}
	.top_up {
		top: 40%;
	}
	.stellarnav.mobile ul {
		margin-top: 30px;
	}
	.btn_grp {
		text-align: right;
    	margin-left: 0;
	}
	.menu {
		width: 100%;
		text-align: center;
		margin: 0 !important;
	}
	
	.ser_cap p {
		width: auto;
	}
	.about_left {
		padding: 20px 15px 0 35px;
		text-align: left;
	}
	.page_titl h3 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.about_left p {
		font-size: 17px;
		line-height: 1.3;
	}
	.read_more {
		margin-top: 18px;
		margin-bottom: 40px;
	}
	.read_more a:before {
		width: 62px;
		top: -16px;
	}
	.read_more a {
    	font-size: 17px;
	}
	.service_outer {
		margin: 20px 0 0px 0;
	}
	.serlft_img img {
	    height: 100%;
	}
	.ser_cap h4 {
		margin-bottom: 10px;
	}
	.pad, .pl {
		padding: 0 15px !important;
	}
	.ser_cap {
		top: 50%;
		width: 84%;
		transform: translate(-50%, -40%);
		left: 50%;
	}
	.testi_slider .bx-viewport {
		height: 200px !important;
	}
	.spcl_bg {
		height: auto;
		padding: 20px 0px 40px 35px;
	}
	.frm_fld {
		width: 100%;
		display: block;
	}
	.quote_form {
		padding: 5px 35px 20px 35px;
	}
	.projectFactsWrap .item {
		flex: 33%;
	}
	.projectFactsWrap {
		margin-top: 0;
	}
	.projectFactsWrap .item {
		margin-bottom: 20px;
	}
	.why_outer {
		margin-top: 0;
	}
	.call_outer {
		padding: 24px 0;
	}
	.cal_sec h4 a {
		font-size: 45px;
		display: block;
	}
	.cal_sec h4 {
		font-size: 20px;
	}
	.testimonials_outer {
		padding-top: 25px;
	}
	.client_photo {
		width: 74px;
		height: 74px;
		right: 20px;
		bottom: -30px;
	}
	.car_slider_cont {
		padding: 15px;
	}
	.slide_txt {
		font-size: 15px;
		line-height: 1.3;
	}
	.author {
		font-size: 15px;
		margin-top: 10px;
	}
	.testi_slider .bx-wrapper .bx-controls-direction a {
		top: 113%;
	}
	.testi_slider .bx-wrapper .bx-prev {
		left: 87%;
	}
	.testi_slider .bx-wrapper .bx-next {
		right: 0;
	}
	footer {
		padding: 25px 0 25px 0;
	}
	.float-left.foot_top_lft {
		width: 54%;
	}
	input.inpt_fld {
		width: 210px;
	}
	.copy, .social_footer {
		float: none !important;
	}
	.page-title {
		top: 50%;
	}
	.about-bottom-image {
		background-size: cover;
	}
	.service-bottom {
		margin: 20px 0;
	}
	.page-inner.service_outer {
		margin: 15px 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 1;
		text-align: left;
	}
	.marginbottom60 {
		margin-bottom: 30px;
	}
	.service-mid-left{
		margin-top: 20px;
	}
	.about-top-details ul {
		margin: 0;
	}
	.about-top-details {
		margin-top: 20px;
	}
	.testimonial-item-icon {
		left: -35px;
	}
	.testimonial-item-name {
		font-size: 25px;
	}
	.blog_page_block_content_heading {
		font-size: 25px;
		margin: 0 0 12px;
		line-height: 1.2;
	}
	.blog_page_block_content_inner {
		padding: 20px 15px;
	}
	.continue_reading {
		margin-left: 14px;
	}
	.continue_reading a:before {
    	width: 115px;
	}
	.continue_reading a {
    	font-size: 18px;
	}
	.career-mid-text a, .career-mid-text a:hover {
		word-break: break-word;
	}
	.sec_img {
		margin: 15px 0;
	}
	
	.about-section .about-top-details, .about-heading-2{
		text-align: left;
	}
	.about-bottom-left {
		padding: 30px 20px 20px 20px;
	}
	.about_right img {
		width: 100%;
	}
	.frm_fld_full textarea {
		width: 100%;
	}
	.bar_icon {
		width: 35px;
		height: 35px;
		line-height: 2.2;
	}
	.bar_icon:after {
		width: 47px;
		height: 47px;
	}
	.bar_icon img {
		width: 18px;
	}
	.step_name {
		font-size: 15px;
	}
	.bar_cont ul li {
		margin: 0 3px;
		width: 18%;
		text-align: center;
	}
	.bar_cont ul:before {
		top: 17px;
	}
	.form_titl {
		font-size: 30px;
		line-height: 1.4;
	}
	.total_price {
		margin-top: 20px;
	}
	.contact-item-details a {
		word-break: break-all;
	}
	.contact-item-details {
		font-size: 17px;
	}
	.service-left-inner {
		padding: 15px 10px 10px;
	}
	.service-left-btn a {
		font-size: 16px;
	}
	.career-mid {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.btn_grp ul li {
		height: 60px;
		width: 60px;
		padding: 18px 0;
	}
	.btn_grp ul li a span {
		font-size: 12px;
	}
	.stellarnav>ul>li>a {
		padding: 18px 4px !important;
	}
	.logo img {
		width: 135px;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 45px !important;
	}
	.serlft_img img {
		height: 100%;
	}
	.testi_slider .bx-wrapper .bx-controls-direction a {
		top: 110%;
	}
	.testi_slider .bx-wrapper .bx-prev {
		left: 85%;
	}
	.float-left.foot_top_lft {
		width: 69%;
	}
	.page-title {
		top: 140px;
	}
	.bar_cont ul li {
		margin: 0 58px;
	}
	.top_up {
		top: 22%;
	}
	.about_left {
		padding: 25px 40px 0 13.6%;
	}
	
}

@media screen and (min-width: 1424px) {
	.about_left {
		padding: 95px 40px 0 19%;
	}
	.spcl_bg {
		padding: 40px 0px 40px 19%;
	}
	.about_right img {
		width: 100%;
	}
	.quote_form {
		padding: 30px 20% 30px 30px;
	}
	.spcl_bg {
		padding: 40px 0px 40px 30%;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 151px !important;
	}
}

@media screen and (min-width: 1624px) {
	.about_left {
		padding: 95px 40px 0 26%;
	}
	.about_right img {
		width: 100%;
	}
	.quote_form {
		padding: 30px 30% 30px 30px;
	}
	.about-bottom-left {
		padding: 60px 50px 35px 15%;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 241px !important;
	}
	.spcl_bg {
		padding: 40px 0px 40px 31%;
	}
	.page-title {
		top: 230px;
	}
}

@media screen and (min-width: 1920px) {
	.about_left {
		padding: 95px 40px 0 35%;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 389px !important;
	}
	.spcl_bg {
		padding: 40px 0px 40px 42%;
	}
	.quote_form {
		padding: 30px 40% 30px 30px;
	}
	.page-title {
		top: 265px;
	}
	.about-bottom-left {
		padding: 60px 50px 35px 20.5%;
	}
}

@media screen and (min-width: 2048px) {
	.page-title {
		top: 300px
	}
	.about-bottom-left {
		padding: 60px 50px 35px 22.5%;
	}
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 451px !important;
	}
	.about_left {
		padding: 95px 40px 0 38%;
	}
	.spcl_bg {
		padding: 40px 0px 40px 45%;
	}
	.quote_form {
		padding: 30px 45% 30px 30px;
	}
}

@media screen and (min-width: 2550px) {
	.slider_outer .bx-wrapper .bx-pager, .slider_outer .bx-wrapper .bx-controls-auto {
		left: 700px !important;
	}
	.about_left {
		padding: 95px 40px 0 47%;
	}
	.spcl_bg {
		padding: 40px 0px 40px 56%;
	}
	.quote_form {
		padding: 30px 55% 30px 30px;
	}
	.page-title {
		top: 370px;
	}
	.about-bottom-left {
		padding: 60px 50px 35px 28%;
	}
}
