body {
	padding: 0px;
	margin: 0px;
	
}

body div {
	font-family: "proxima-nova", sans-serif!important;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: "proxima-nova", sans-serif!important;
	color: #333!important;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:#fff;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index:999;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
	background: #2a2a2a;
	height: 45px;
	padding: 8px 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_top_left span {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding-right: 12px;
	border-right: 1px solid #fff;
}
.header_top_left span img {
	margin-right: 5px;
	max-height: 18px;
}
.header_top_left span:last-child img {
	max-height: 15px;
}
.header_top_left span a {
	color: red!important;
}
.header_top_left span:last-child {
	border-right: none;
}
.header_social a{
	margin-left: 5px;
}
.header_bottom {
}
.logo {
	margin-top: 6px;
}
.logo img {
	width: 150px;
}
.header_right {
	text-align: right;
}
.header_menu {
	display: inline-block;
	vertical-align: top;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 30px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #363636;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: 500;
	text-transform: uppercase;
	padding: 33px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 2px solid #000;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li li a:before{
	display:none;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #000;
}
.header_menu ul li a:hover:before, .header_menu ul li.active a:before {
	width: 100%;
}
.header_btn {
/* 	background-image: -moz-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%); */
	background-color: #FAE990;
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 17px;
	padding: 12px 25px;
	border-radius: 4px;
	margin-top: 22px;
	color: red !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	color: #fff !important;
	background: #000;
}
.home_banner_section {
	margin-top: 137px;
}
.banner_form strong {
    color: #fff;
    font-size: 30px;
}
.banner_form {
    padding: 15px 25px 30px !important;
}
.banner_car {
   position: absolute;
    bottom: -140px;
    left: 10px;
/*     transform: rotateY(180deg); */
}
.banner_bottom_sec {
	padding: 20px 0 70px;
}
.banner_bottom_left img {
	border-radius: 20px;
}
.banner_bottom_heading {
	font-weight: 600;
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
}
.banner_bottom_text {
	margin-top: 20px;
	color: #666;
}
.banner_bottom_list {
	margin-top: 35px;
}
.banner_bottom_list img {
	background-image: -moz-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	border-radius: 5px;
	width: 75px;
	margin-right: 10px;
}
.banner_bottom_list_heading {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.banner_bottom_list_text {
	color: #666;
}
.banner_bottom_btn {
	display: inline-block;
	color: #fff !important;
	font-weight: 500;
	font-size: 17px;
	padding: 12px 20px;
	border-radius: 4px;
	margin-right: 20px;
	background-image: -moz-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
}
.banner_bottom_last_text {
	color: #666;
	font-size: 17px;
}
.banner_bottom_last_heading {
	color: #4b4b4b;
	font-size: 22px;
}
.banner_bottom_last_heading a {
	color: #4b4b4b;
	font-weight: bold;
}
.banner_bottom_last {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 28px;
}
.home_service_section_top {
	background: url("../images/service_bg.jpg") #111 no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0 280px;
}
.home_service_section_top:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_service_section_top .container {
	position: relative;
}
.home_service_section_text {
	padding: 0 18%;
	margin-top: 20px;
}
.home_service_slider {
	margin-top: -220px;
}
.service_slide_box {
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 0 0 25px;
}
.service_slide_img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.service_slide_heading {
	font-weight: 600;
	color: #2a2a2a;
	font-size: 26px;
	padding: 20px 15px 15px;
}
.service_slide_text {
	color: #666;
	padding: 0 15px;
}
.service_slide_btn {
	display: inline-block;
	margin: 25px 0 0 15px;
	padding: 12px 20px;
	font-weight: 500;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
}
.service_slide .item {
	margin-bottom: 10px;
}
.service_slide .owl-pagination {
	display: none;
}
.service_slide .owl-controls {
	position: absolute;
	top: 80px;
	left: -60px;
	right: -60px;
}
.service_slide .owl-prev {
	float: left;
	border: 2px solid #fff;
	border-radius: 4px !important;
	padding: 6px 7px !important;
}
.service_slide .owl-next {
	border: 2px solid #fff;
	border-radius: 4px !important;
	padding: 6px 7px !important;
}
.home_who_we_section {
	padding: 100px 0;
	overflow: hidden;
}
.home_who_we_section .banner_bottom_text ul{
	margin:20px 0 0;
	padding:0;
}
.home_who_we_section .banner_bottom_text ul li{
	margin-top:5px;
	list-style:none;
	padding-left: 20px;
	position:relative;
}
.home_who_we_section .banner_bottom_text ul li:before{
	width: 9px;
	height: 15px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transform: rotate(45deg);
}
.who_we_car {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 10%;
}
.who_we_count {
	text-align: center;
	margin-top: 35px;
}
.who_we_count_number {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
}
.who_we_count_text {
	color: #fff;
	font-size: 17px;
}
.home_call_section {
	background: url("../images/call_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0 0;
}
.home_call_section:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_call_section .container {
	position: relative;
}
.home_call_right img {
	margin-top: -130px;
}
.home_call_phone {
	margin-top: 30px;
}
.home_call_phone img {
	background: rgba(255, 255, 255, 0.2);
	margin-right: 15px;
	border-radius: 5px;
	width: 70px;
}
.home_call_phone a {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
}
.home_testimonial_sec {
	padding: 70px 0;
}
.home_testimonial_sec_text {
	color: #666;
	padding: 0 18%;
	margin-top: 20px;
}
.footer {
/* 	background: url("../images/footer_bg.jpg") #1a1a1a no-repeat; */
	background-color: #231f20;
	background-size: cover;
	position: relative;
	padding: 50px 0 20px;
}
.footer:before {
	background: url("../images/footer_pattern.png") repeat-x;
	width: 100%;
	height: 9px;
	position: absolute;
	content: "";
	top: -9px;
	left: 0;
}
.footer_top_heading {
    font-size: 26px;
	color: #fff;
	font-weight: 600;
}
.footer_about_text {
	margin-top: 20px;
	color: #ddd;
}
.footer_social {
	margin-top: 25px;
}
.footer_social img {
	width: 35px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 5px;
	padding-left: 17px;
}
.footer_menu ul li:before {
    position: absolute;
    content: "";
	top: 8px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
.footer_menu ul li a {
	color: #ddd;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #fff;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #ddd;
	position: relative;
	list-style: none;
	margin-top: 15px;
	font-size: 17px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 1px;
	left: 0;
	max-width: 20px;
}
.footer_contact_info ul li a {
	color: #ddd;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 35px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 20px 0 0;
	margin-top: 40px;
	text-align: center;
	color: #ddd;
}
.footer_bottom a {
	color: #ddd;
}
#back-to-top {
	background-image: -moz-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(47,57,68) 0%, rgb(65,77,90) 100%);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide-info {
	position: absolute !important;
    top: 32%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -50%);
    max-width: 500px;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
}
.banner_form {
    position: absolute;
    width: 500px;
    top: 60px;
    right: 119px;
}
.banner_heading {
	font-weight: 600;
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
}
.banner_text {
	margin-top: 20px;
	color: #fff;
}
.banner_btn {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 25px;
	border-radius: 4px;
	color: #fff !important;
	font-weight: 500;
	padding: 10px 20px;
	font-size: 17px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
	background: #fff;
	color: #111 !important;
}
.sp-testimonial-client-image {
	margin: 0 !important;
	text-align: left !important;
}
.sp-testimonial-title {
	background: url("../images/star.png") no-repeat bottom left 95px;
	margin: -65px 0 40px !important;
	text-align: left !important;
	padding-left: 95px;
	padding-bottom: 18px;
}
.sp-testimonial-post-title, .sp-testimonial-content p {
	text-align: left !important;
}
.sp-testimonial-item {
	background: url("../images/quote_icon.png") #fff no-repeat;
	border: 1px solid #eee;
	padding: 20px 20px 0;
	background-position: 95% 30px;
}
.home_testimonial_slide {
	margin-top: 40px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 180px 0 30px !important;
    margin: 0 0 00px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #ccc;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #ccc;
}
.page {
	margin-top: 0 !important;
}
.inner-page hr{
	opacity:1;
	background:#a9a9a9;
	margin-top:34px;
}
.abt-title{
	font-size: 26px;
	font-weight: bold;
	color: #2a2a2a;
	line-height:1.2;
	margin-bottom:10px;
}
.ab-inner-text{
	font-size: 16px;
	color:#666;
}
.ab-inner ul {
    padding: 0px;
    margin: 20px 0 0;
}
.ab-inner ul li {
    background: url(../images/right-arw2.png) no-repeat;
	background-size: 19px;
	background-position: top 4px left;
	list-style: none;
	padding-left: 28px;
	margin-bottom: 8px;
	color: #666;
	font-size: 16px;
}
.black-sec{
	margin-top: 40px;
	text-align: center;
	padding: 30px 10px;
	background: #38434f;
}
.black-sec .abt-title{
	color:#fff;
}
.black-sec .ab-inner-text{
	color:#fff;
	text-align: center;
}
.ab-iner-img img{
	width:100%;
}
.inner-box-top {
	margin-top: 25px;
}
.inner-box {
	box-shadow: 0 0 4px #000;
	padding: 20px 15px;
	min-height: 100%;
	border-radius: 5px;
}
.inner-box p{
	margin-bottom:0
}
.inner-box-title{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
}
.inner-box-text {
	font-size: 15px;
	margin-top: 5px;
	color: #383636;
}
.contact-left {
    height: 100%;
    padding: 35px 25px 15px;
}
.info-text {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    font-weight: 500;
    color: #000;
}
.contact_top_number img {
    position: absolute;
    top: 0;
    left: 0;
}
.contact_top_number a {
    color: #000;
}
.contact-right {
	background: #38434f;
	padding: 35px 25px 0;
}
.info-text.second {
    color: #fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background: rgba(240, 240, 240, 0.88);
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	background: rgba(240, 240, 240, 0.88);
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:10px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background: rgba(240, 240, 240, 0.88);
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #000 !important;
	padding: 11px 43px !important;
	background: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-top: 20px;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.order-form{
/* 	background: #231f20;
	padding: 35px 25px 0; */
}
.order-form .send_btn input{
	margin:20px auto 0;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#38434f;
	color:#fff!important;
	padding:10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 9px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#363535;
	color:#fff!important;
	padding:10px 0;
}
.back-btn a {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

.sticky_whatsapp_btn {
width: 40px;
position: fixed;
right: 25px;
top: 360px;
border-radius: 50%;
z-index: 9999;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
animation: pulse 2s infinite;
}
.sticky_whatsapp_btn img {
width: 40px;
}
@keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #EDEDED;
-moz-box-shadow: 0 0 0 0 #EDEDED;
box-shadow: 0 0 0 0 #EDEDED;
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
-moz-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
-moz-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
}
}






/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
 	.header_top{
		display:none;
		    height: 57px;
	} 
	.header_top_left {
		position: absolute;
    top: 75px;
    left: 100px;
	}
	
	.header_top_left a {
		color: #000;
	}
	.header{
		padding:0px;
	}
	.header_btn{
		display:none;
	}
	.logo {
		margin-top: 0;
		text-align: center;
	}
	.logo img {
		 width: 110px;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	.header_menu{
		display:none
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.home_banner_section {
		margin-top: 64px;
	}
	.ms-slide-info{
		max-width: 90%;
		left: 4%;
		top: 70%;
	}
	.banner_form {
		position: static;
		width: auto;
	}
	.banner_heading{
		font-size: 21px;
		line-height: 1.1;
	}
	.banner_text {
		margin-top: 5px;
		font-size: 13px;
	}
	.banner_btn{
		display:none;
	}
	.banner_car{
		display:none;
	}
	.banner_bottom_sec {
		padding: 30px 0;
	}
	.banner_bottom_left img{
		width:100%;
	}
	.banner_bottom_heading{
		font-size: 24px;
		margin-top:30px;
	}
	.banner_bottom_text{
		margin-top: 10px;
	}
	.banner_bottom_list {
		margin-top: 18px;
	}
	.banner_bottom_list img{
		width: 60px;
	}
	.banner_bottom_list_heading{
		font-size: 18px;
	}
	.banner_bottom_list_text{
		font-size:14px;
	}
	.banner_bottom_last {
		margin-top: 28px;
		padding-top: 20px;
		display: block !important;
	}
	.banner_bottom_btn{
		margin-right: 0;
		padding: 10px 16px;
	}
	.banner_bottom_last_text{
		margin-top: 14px;
		font-size: 16px;
	}
	.banner_bottom_last_heading {
		font-size: 20px;
	}
	.home_service_section_top{
		padding: 25px 0 245px;
	}
	.home_service_section_top .banner_bottom_heading br{
		display:none;
	}
	.home_service_section_text {
		padding: 0;
		margin-top: 16px;
	}
	.service_slide_heading{
		font-size: 20px;
	}
	.service_slide_text{
		font-size: 15px;
	}
	.service_slide .owl-controls {
		left: 5px;
		right: 5px;
	}
	.service_slide .owl-prev, .service_slide .owl-next{
		border: 2px solid #000;
	}
	.home_who_we_section{
		padding: 30px 0 40px;
	}
	.who_we_car {
		position: static;
		transform: none;
		padding: 0 15px;
	}
	.home_who_we_section .banner_bottom_text ul li::before{
		top: 2px;
	}
	.who_we_count {
		text-align: left;
		margin-top: 15px;
	}
	.who_we_count_number{
		font-size: 26px;
	}
	.home_call_section{
		padding: 30px 0 0;
	}
	.home_call_right img {
		margin-top: 30px;
	}
	.home_call_phone img{
		width: 60px;
	}
	.home_testimonial_sec {
		padding: 15px 0 40px;
	}
	.home_testimonial_slide {
		margin-top: 25px;
	}
	.sp-testimonial-title h3{
		font-size: 18px !important;
	}
	.sp-testimonial-client-testimonial p{
		font-size: 15px !important;
		line-height: 23px !important;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.footer_top_heading {
		font-size: 20px;
		margin-top: 10px;
	}
	.footer_about_text {
		margin-top: 8px;
	}
	.footer_top_block{
		padding-left: 12px;
		border-left: none;
	}
	.footer_menu ul{
		margin: 10px 0 0;
	}
	.footer_contact_info ul li{
		font-size: 16px;
	}
	.footer_contact_info ul li img {
		top: 2px;
		max-width: 18px;
	}
	.footer_bottom{
		margin-top: 30px;
	}
	.footer_contact_info ul li a {
		word-break: break-all;
	}
	#back-to-top{
		bottom: 48px;
	}
	.page .entry-header, .blog_page_header{
		padding: 100px 0 10px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 20px;
	}
	.black-sec {
		margin-top: 30px;
		padding: 25px 10px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.order-form {
		padding: 25px 15px 0;
	}
   .sticky_whatsapp_btn {
	top: 260px!important;
}
	
	.sticky_message_btn {
		top: 400px!important;	
	}
	.sticky_message_btn2 {
	top: 330px!important;	
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_btn {
		display: inline-block;
		position: fixed;
		top: 10px;
		right: 74px;
		font-size: 16px;
		padding: 10px 18px;
		margin-top: 0;
	}
	.ms-slide-info {
		max-width: 505px;
		left: 10%;
	}
	.banner_heading {
		font-size: 30px;
		line-height: 1.2;
	}
	.banner_text {
		margin-top: 8px;
		font-size: 16px;
	}
	.banner_btn {
		display: inline-block;
	}
	.banner_bottom_heading{
		margin-top: 0;
	}
	.home_service_section_top {
		padding: 30px 0 245px;
	}
	.who_we_car {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: -72px;
		width: 396px;
	}
	.home_call_right img {
		margin-top: -46px;
	}
	.home_testimonial_sec {
		padding: 30px 0 40px;
	}
	.who_we_count_text{
		font-size: 15px;
	}
	.footer {
		padding: 20px 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.banner_car{
		width: 540px;
	}
	.service_slide .owl-controls {
		left: -44px;
		right: -44px;
	}
	.who_we_car{
		width: 500px;
	}
	.who_we_count_number{
		font-size: 28px;
	}
	.who_we_count_text{
		font-size: 15px;
	}
	.home_call_right img {
		margin-top: -90px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.header_btn {
		display: inline-block;
		position: fixed;
		top: 10px;
		right: 74px;
		font-size: 16px;
		padding: 10px 18px;
		margin-top: 0;
	}
	.ms-slide-info {
		max-width: 505px;
		left: 10%;
	}
	.banner_heading {
		font-size: 30px;
		line-height: 1.2;
	}
	.banner_text {
		margin-top: 8px;
		font-size: 16px;
	}
	.banner_btn {
		display: inline-block;
	}
	.banner_bottom_heading{
		margin-top: 0;
	}
	.home_service_section_top {
		padding: 30px 0 245px;
	}
	.who_we_car {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: -72px;
		width: 396px;
	}
	.home_call_right img {
		margin-top: -46px;
	}
	.home_testimonial_sec {
		padding: 30px 0 40px;
	}
	.service_slide .owl-prev, .service_slide .owl-next {
		border: 2px solid #fff;
	}
	.who_we_count_text{
		font-size: 15px;
	}
	.footer {
		padding: 20px 0;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header_btn{
		position: relative;
		top: 0;
		right: 0;
		margin-top: 24px;
	}
	.banner_car{
		width: 540px;
	}
	.service_slide .owl-controls {
		left: -44px;
		right: -44px;
	}
	.who_we_car{
		width: 500px;
	}
	.who_we_count_number{
		font-size: 28px;
	}
	.who_we_count_text{
		font-size: 15px;
	}
	.home_call_right img {
		margin-top: -90px;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 7%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 12%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 17%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 20%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
}    
