img {
    max-width: 100%;
}
/* ======About us page design starts here===== */
/* ----about service part css starts here------ */
.aboutService .heading{
    margin-bottom: 22px;
	text-transform: none;
}
.aboutService figure img{
    max-width: 100%;
}
.aboutService  .btn_part .btn{
	display: inline-block;
	padding: 0 27px;
	height: 46px;
	line-height: 44px;
	color: #000;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	background: #FF6F02;
	color: #fff;
    margin-top: 30px;
    outline: none;
    box-shadow: none;
}
/* ----about service part css ends here------ */
/* ----about company part css starts here------ */
.aboutCompany.section{
  padding: 60px 0 90px 0;
}
.aboutCompany .about_company_top{
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
}
.aboutCompany .heading{
    margin-bottom: 18px;
}
.about_company_bottom .company_list {
	margin: 60px 0 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_company_bottom .company_list li{
    list-style: none;
    text-align: center;
}
.about_company_bottom .company_list li figure {
	width: 126px;
	height: 108px;
	margin: 0;
	border-radius: 6px;
	border: 1px solid #E2E2E2;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
	line-height: 94px;
	text-align: center;
	display: inline-block;
}
.company_list li span {
	color: #3C3C3C;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 27px;
	max-width: 192px;
	display: block;
	margin: 25px 0 0 0;
}
/* ----about company part css ends here------ */
/* ----Explore Our Vehicles part css starts here------ */

.exploreBottom .left_part ul li strong,
.content ul li strong{
    font-weight: 700; 
}
.quicklookSection .content ul li strong{
    display: block;
    margin-bottom: 10px;
}
.quicklookSection .content ul {
	margin: 45px 0 45px 0px;
	padding: 0;
}


.exploreBottom .row:nth-child(even){
    flex-direction: row-reverse;
}
.exploreBottom .row {
	align-items: center;
	margin-bottom: 26px;
}
.exploreBottom .row:last-child {
	margin-bottom: 0px;
}
/* ----Explore Our Vehicles part css ends here------ */

/* ----quick look part css starts here------ */
.quicklookSection{
    padding: 0 0 90px 0;
}
/* ----quick look part css ends here------ */
/* ----explore our services part css starts here------ */


.service_box .service_title{
    font-family: "DM Sans", sans-serif;
    font-size: 24px; 
    line-height: 32px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.service_box p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
.service_box .btn_part .readmore{
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	transition: all 550ms ease-in-out;
}
.service_box .btn_part .readmore:hover{
	transition: all 550ms ease-in-out;
	color: #000;
}
.service_box .btn_part .readmore:hover i{
	transition: all 550ms ease-in-out;
	color: #000;
	transform: rotate(360deg);
}
.service_box .service_box_bottom_wrap {
    padding: 0 10px;
}
.expoloreservice_section .service_box .content{
    padding: 20px 0;
}
.service_box .service_title {
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	display: block;
	color: #fff;
}
.service_box .service_box_top figure::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.44%, #000 100%);
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
	border-radius: 6px;
}
.service_box .service_box_top .service_title {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 23px;
	z-index: 9;
}
.service_box:hover .service_box_top figure::before {
	background: inherit;
	box-shadow: inherit;
    z-index: inherit;

}
.service_box:hover .service_box_top .service_title {
	opacity: 0;
    visibility: hidden;
}
.expoloreservice_section .tab_top_part ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 444px;
	margin: 40px auto 40px auto;
	padding: 0;
	border: 2px solid #FF6F02;
	border-radius: 7px;
	background: #ff6f02;
}
.expoloreservice_section .tab_top_part ul li{
  list-style: none;
  margin: 0;padding: 0;
}
.expoloreservice_section .tab_top_part li a, .expoloreservice_section .tab_top_part li.active a {
	padding: 0px 30px;
	border-radius: 3px;
	background: #fff;
	color: #3C3C3C;
	font-weight: 600;
	height: 43px;
	display: inline-block;
	line-height: 40px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.expoloreservice_section .tab_top_part li.active a{
    background: #FF6F02;
    color: #fff;
}
.expoloreservice_section .tab_top_part li a:hover{
    background: #FF6F02;
    color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.expoloreservice_section .service_box .btn_part i{
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
    font-weight: 700;
}
/* ----explore our services part css ends here------ */
/* ======About us page design ends here===== */
/* ======Area page design starts here===== */
.areaSection.section{
	padding: 60px 0;
}
.areaSection .heading{
	text-align: center;
	padding-bottom: 50px;
}
.areaSection .area_box_wrap{
	border: 1px solid #FF6F02;
	background: #FFF;
    border-radius: 10px;
	min-height: 100%;
  	height: auto;
	overflow: hidden;
}
.area_box_wrap ul{
	margin: 0;padding: 0;
}
.area_box_wrap .area_bottom {
	padding: 15px;
	border-top: 1px solid #FF6F02;
}
.area_box_wrap .area_title, .area_box_wrap .area_title span {
	color: #343434;
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	height: 80px;
	overflow: hidden;
}
.area_box_wrap .area_title span{
	color: #FF6F02;
}
.area_box_wrap .area_box{height: 300px;}
.area_box_wrap .area_box figure {
	margin: 0;
	background: #f7fed4;
	text-align: center;
	border-radius: 10px 10px 0 0;
	height: 100%;
}
.area_box_wrap .area_box figure img{height: 100%;}
.area_box_wrap ul li{
	list-style: none;
	position: relative;
	padding: 0px 0 22px 35px;
}
.area_box_wrap ul li:last-child{
	padding: 0px 0 0px 35px;
}
.area_box_wrap ul li::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	background: url(../images/map.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
}
.area_box_wrap ul li{
    color: #343434;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.area_bottom .area_bottom_list{
    row-gap: 30px;
}
/* ======Area page design ends here===== */



/* <---------------calculator section css-----------------> */

.calculator .tab-bottom ul li {
	width: 13%;
}


/* .calculator .item-section .figure-wrap figure{
	display: none;
} */
.enquery_section .btn-center{
	text-align: center;
}