* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 15px; font-family: "Poppins", sans-serif; background: #fff; color: #161616; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; }

p { font-size: ; }

h1,h2,h3,h4,h5,h6 { color: #000; font-family: "Rajdhani", sans-serif; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget_section { display: block; padding: 60px 16px; position: relative; }

button { border: 0; outline: 0; font-weight: 500; font-family: unset; }


:root {
	--flight : brightness(0) invert(1);
	--fred : invert(12%) sepia(100%) saturate(5549%) hue-rotate(352deg) brightness(98%) contrast(88%);

	--c1 : #314965;
	--c2 : #c91f2d;

	--c3 : #ffc001;
	--c4 : #3e0049;

	--bs  : 0px 0px 35px 0px #00000026;
	--bs1 : 0px 0px 30px 0px #0000001a;
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--bs3 : 0px 0px 12px 0px #00000026;
	--bs4 : 0px 0px 12px #0000001a;
	--ts  : all 0.5s ease-in-out;
	--fa  : "Font Awesome 6 Pro";
	--ff1 : "Rajdhani", sans-serif;
	--ff2 : "Montserrat", Sans-serif;

	--bgG1 : linear-gradient(to right, #09A7A7, #00B45A);

	--cg : linear-gradient(to right, #c91f2d, #314965);
	--cgh : linear-gradient(to right, #314965, #c91f2d);
}




/* ========== ========== ===== Header Section ===== ========== ========== */

/* ---------- Top Bar ---------- */
.topbar { width: 100%; display: block; position: relative; border-bottom: 1px solid #f2f2f2; background: var(--c1); color: #fff; }
.topbar:before { content: ""; position: absolute; top: 0; left: -10%;
	background: #ffb907 none repeat scroll 0 0; width: 60%; height: 100%; -webkit-transform: skewX(45deg); transform: skewX(45deg); }

.topbar_row { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.topbar_row a i { display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; transition: var(--ts); }

.topbar_info { display: flex; align-items: center; gap: 16px; color: #fff; }
.topbar_info a { display: flex; align-items: center; }
.topbar_info a i {  }

.topbar_social { display: flex; justify-content: space-around; padding: 6px 0; }
.topbar_social a:hover i { background: var(--c1); }
.topbar_social a+a { border-left: 1px solid #ffffff80; }

@media all and (max-width:480px) {
	.topbar:before { width: 60%; }
	.topbar_info a p { display: none; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.topbar:before { width: 60%; }
	.topbar_info a p { display: none; }
}

/* ---------- NAV BAR ---------- */
.act_nav { color: var(--c1)!important; }
.nav_btn { margin-left: 24px; }

.header { display: block; width: 100%; position: sticky; top: 0; background: #fff; box-shadow: var(--bs); z-index: 999; }
.nav-container { display: flex; justify-content: space-between; align-items: center;
	padding: 4px 0px; max-width: 1140px; margin: auto; position: relative; }

.logo { width: 130px; }
.logo img { width: 100%; height: auto; }

.navbar { display: block; }
.nav_area { display: flex; align-items: center; font-size: 14px; }

.nav_links { display: flex; }
.nav_links li { position: relative; }
.nav_links li a,
.nav_links li label { display: block; padding: 8px 12px; transition: var(--ts); font-weight: 600; }

.sub_link input { display: none; }
.sub_link:hover .sub_menu { display: block; }


/**/
.dropdown { opacity: 0; visibility: hidden; width: 260px; position: absolute; top: 100%; left: 0; right: 0;
	background: #fff; color: #000; box-shadow: 0 0 10px #00000033; border-top: 3px solid var(--c1); transform: translateY(10px); transition: all 0.5s ease; z-index: 9; }
.sub_link:hover > ul { opacity: 1; visibility: visible; transform: translateY(0px); }
.sub_link .dropdown li a { display: block; padding: 12px 16px; font-weight: 500; }
.dropdown li a:hover { background: #dbe8ff; }


.btn_OC { display: none; }
.btn_OC button { display: block; width: 40px; height: 40px; line-height: 40px;
	text-align: center; font-size: 26px; border: 0; outline: 0; background: var(--c1); color: #fff; }

/* Request */
.btn_nav { display: block; width: 160px; height: 50px; background: var(--c1); color: #fff; position: relative; border-radius: 4px; }
.btn_nav:before { content:"Request Quote"; position: absolute; top: 0; display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; transition: var(--ts); }
.btn_nav:hover:before { letter-spacing: 0.3px; }

@media all and (max-width:480px) {
	.btn_OC { display: flex; padding: 16px; justify-content: flex-end; }

	.logo { padding-left: 16px; }

	.navbar { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: #00000080; transition: var(--ts); }
	.nav_area { display: block; width: 80%; height: 100%; background: #fff; overflow-x: auto; }
	.nav_links { display: block; }
	.nav_links li a, .nav_links li label { padding: 12px 16px; }
	.nav_links li+li { border-top: 1px solid #3333331a;}

	.dropdown { width: 100%; transform: translateY(0px); border-top: 0; box-shadow: 0 0 10px #fff0; }
	.sub_link:hover > ul { opacity: 0; visibility: hidden; transform: translateY(0px); }

	.toggle:checked ~ .dropdown { opacity: 1; visibility: visible; position: relative; }

}



/* ---------- ----- Title ----- ---------- */
.section_title { display: block; text-align: center; margin-bottom: 32px; }
.section_title h2 { display: block; font-size: 38px; font-weight: 700; position: relative; text-transform: capitalize; }
.section_title h2 span { color: var(--c1); }
.section_title p { max-width: 900px; font-size: 16px; margin: 6px auto auto auto; }
.section_title .style { display: inline-flex; align-items: center; }
.section_title .style span { display: inline-block; width: 60px; height: 3px; background: var(--c3); }
.section_title .style i { font-size: 20px; color: var(--c1); margin: 0px 6px; }

@media all and (max-width: 480px) {
	.section_title h2 { font-size: 28px; }
	.section_title h4 { font-size: 16px; }
}


/* ---------- ----- Fixed CALL ----- ---------- */
.fixed_call_btn { display: none; position: fixed; bottom: 0; width: 100%; background: var(--c1); z-index: 9999; }
.fixed_call_btn a { display: block; padding: 6px 24px; text-align: center; color: #fff; font-weight: 500; font-size: 22px; }

@media all and (max-width: 480px) {
	.fixed_call_btn { display: block;  }
}


/* ---------- ----- Fixed Whatsapp ----- ---------- */
.fixed_whatsapp { display: block; position: fixed; bottom: 70px; right: 30px; z-index: 99; }
.fixed_whatsapp_btn { display: block; width: 62px; position: relative; }
.fixed_whatsapp_btn img { width: 100%; height: auto; }

@media all and (max-width: 480px) {
	.fixed_whatsapp { bottom: 70px; right: 24px; }
	.fixed_whatsapp_btn { width: 60px; }
}


/* ---------- ----- BOOKINGS ----- ---------- */
.booking_bg { background: url('assets/images/booking_bg.jpg') no-repeat center / cover; }
.booking { display: block; max-width: 900px; margin: auto; background: #ffffffc1; padding: 32px; box-shadow: var(--bs); border-radius: 12px; }
.booking_title { display: block; margin-bottom: 24px; text-align: center; }
.booking_title h1 { font-size: 46px; }

.input_group { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.input_group+.input_group { margin-top: 24px; }

.input_ { width: 100%; display: block; }
.input_ label { display: block; font-weight: 600; margin-bottom: 9px; }
.input_ input,
.input_ textarea { display: block; width: 100%; padding: 12px 16px; border: 1px solid #d5d5d5; border-radius: 8px; outline-color: var(--c1); }
.input_ button { padding: 12px 32px; background: var(--c1); color: #fff; border-radius: 50px; font-size: 16px; }

@media all and (max-width: 480px) {
	.booking_title h1 { font-size: 32px; }
	.input_group { flex-direction: column; gap: 16px; }
}



/*---------- ----- Banner ----- ---------- */
.banner_section { display: block; padding: 60px 16px; position: relative; background: var(--c1); z-index: 1; }
.banner_section:before { content: ""; position: absolute; top: 0; left: 0;
	display: block; width: 100%; height: 100%; background: url("assets/images/banner_city.jpg")no-repeat center / cover; z-index: -1;  }




/* ---------- ----- ABOUT US ----- ---------- */
.row_about { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.col_about { display: block; width: 100%; position: relative; }

.banner_carousel { display: block; width: 100%; position: relative; overflow: hidden;  }
.banner_carousel .banner { width: 100%; display: inline-block; overflow: hidden; }

.banner_image { display: block; width: 100%; border-radius: 12px; overflow: hidden; }
.banner_image img { width: 100%; height: auto; vertical-align: middle; }

.about_text { display: block; }
.about_text h3 { font-size: 28px; }
.about_text p  { margin-top: 12px; }

.about_text a { display:inline-block; margin-top: 16px; background: #64b161; color: #fff; padding: 12px 24px; border-radius: 50px; }

@media all and (max-width:480px) {
	.row_about { grid-template-columns: repeat(1, 1fr); }
}

@media (min-width: 500px) and (max-width: 992px) {

}




/* ---------- ----- OUR LOCATIONS ----- ---------- */
.row_location { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 50px; }
.col_location { display: block; width: 100%; border-radius: 16px; background: #fff; overflow: hidden; box-shadow: var(--bs); }

.location_img { display: block; width: 100%; }
.location_img img { width: 100%; height: auto; }

.location_text { display: flex; justify-content: space-between; align-items: center; }
.location_text h2 { padding: 0px 16px; transition: var(--ts); }
.location_text:hover h2 { color: var(--c1); }

.location_btn { display: block; width: 200px; position: relative; padding: 16px; text-transform: uppercase;
	text-align: center; transition: var(--ts); color: #161616; font-family: var(--ff1); font-size: 18px; font-weight: 800; z-index: 1; }
.location_btn:before { content: ""; position: absolute; top: 0; right: -20%;
	background: var(--c3) none repeat scroll 0 0; width: 120%; height: 100%; transform: skewX(45deg);  z-index: -1; }
.location_text:hover .location_btn i { margin-left: 9px; }

@media all and (max-width:480px) {
	.row_location { grid-template-columns: repeat(1, 1fr); grid-gap: 24px; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.row_location { grid-template-columns: repeat(2, 1fr); grid-gap: 16px; }
}


/* ---------- ----- OUR FLEET ----- ---------- */
.cars { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 24px; }
.car_ { display: block; width: 100%; padding: 8px; background: #fff; position: relative; }

.car_image { display: block; width: 100%; position: relative; }
.car_image img { width: 100%; height: auto; }
.car_image span { display: inline-block; padding: 4px 12px;
	background: var(--c1); color: #fff; position: absolute; bottom: 0%; left: 8px; z-index: 99; }

.car_text { text-align: center; padding: 20px 0px 0px 0px; overflow: hidden; }
.car_text span { display: inline-block; padding: 4px 12px;
	background: var(--c1); color: #fff; position: absolute; top: 52%; left: 16px; z-index: 99; }
.car_text h3 { font-size: 22px; }
.car_text ul { display: flex; justify-content: space-between; gap: 4px; margin-top: 12px; }
.car_text ul li { padding: 4px; background: #f4f6fa; font-weight: 500; font-size: 14px; }

.car_btns { display: flex; margin-top: 16px; }
.car_btns a { width: 100%; display: block; position: relative; text-align: center;
	padding: 12px; transition: var(--ts); font-family: var(--ff1); font-size: 18px; font-weight: 800; z-index: 1; }
.car_btns a:before { content: ""; position: absolute; top: 0; transition: var(--ts);
	background: var(--c3) none repeat scroll 0 0; width: 120%; height: 100%; transform: skewX(45deg);  z-index: -1; }

.car_btns a:nth-child(1) { color: #fff; }
.car_btns a:nth-child(1):before { background: var(--c1) none repeat scroll 0 0; left: -20% }
.car_btns a:nth-child(2) {  }
.car_btns a:nth-child(2):before { background: var(--c3) none repeat scroll 0 0; right: -20%; }

.car_btns:hover a:nth-child(1) { color: #161616; }
.car_btns:hover a:nth-child(1):before { background: var(--c3) none repeat scroll 0 0; }
.car_btns:hover a:nth-child(2) { color: #fff; }
.car_btns:hover a:nth-child(2):before { background: var(--c1) none repeat scroll 0 0; }

@media all and (max-width:480px) {
	.cars { grid-template-columns: repeat(1, 1fr); }
	.car_text ul li { font-size: 13px; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.cars { grid-template-columns: repeat(2, 1fr);}
	.car_text span { bottom: 39%; }
}


/* ---------- ----- COUNTER ----- ---------- */
.counter_{ background: url('assets/images/bg_image.jpg')no-repeat center / cover; background-attachment: fixed; }
.counter { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 16px; }
.counter_col { width: 100%; display: block; }

.counter_box { display: flex; justify-content: space-around; align-items: center;
	width: 200px; height: 200px; margin: auto; text-align: center; border: 2px dashed #fff; border-radius: 50%; }

.counter_box span { font-size: 32px; font-weight: 600; color: var(--c3); }
.counter_box h3 { margin-top: 9px; font-size: 28px; font-weight: 600; color: #fff; }
.count::after { content: "+"; }

.counter_image { width: 100%; display: block; }
.counter_image img { width: 100%; height: auto; }

@media all and (max-width: 480px) {
	.counter { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ---------- Tesimonials ---------- ---------- */
.tesimonial-carousel { display: block; width: 100%; position: relative; overflow: hidden;  }
.tesimonial-carousel .tesimonial_slide { width: 33.33%; display: inline-block; overflow: hidden; padding: 16px 8px; }
.tesimonial { display: block; padding: 24px; background: #fff; box-shadow: var(--bs3); border-radius: 9px; }

.tesimonial_star { display: block; margin-bottom: 12px; }
.tesimonial_text { display: block; width: 100%; height: 135px; padding-right: 8px; overflow-y: auto; }
.tesimonial_text p { text-align: justify; }

.tesimonial_profile { display: flex; align-items: center; gap: 16px; padding-top: 16px; margin-top: 16px; border-top: 1px solid #ddd; }
.tesimonial_thumb { display: block; width: 62px; height: 62px; border-radius: 50px; overflow: hidden; box-shadow: var(--bs3); padding: 6px; }
.tesimonial_thumb img { width: 100%; height: auto; }
.tesimonial_info {  }
.tesimonial_info p { font-size: 14px; margin-top: 4px; }

@media all and (max-width:480px) {
	.tesimonial-carousel .tesimonial_slide { width: 100%; }
}


/* ---------- ----- CHOOSE US ----- ---------- */
.choose_us { background: url('assets/images/bg_image.jpg')no-repeat center / cover; }

.choose_row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 24px; }
.choose_col { display: block; width: 100%; position: relative; text-align: center; padding: 24px 16px; border: 2px dotted #fff; border-radius: 12px; }

.choose_icon { display: block; font-size: 38px; }
.choose_icon i { font-size: 38px; color: var(--c3); }
.choose_icon img { width: 57px; height: auto; }

.choose_text { display: block; margin-top: 16px; color: #fff; }
.choose_text h3 { font-size: 20px; color: unset; color: var(--c3); }
.choose_text p  { margin-top: 9px; }
.choose_text p a { transition: var(--ts); }
.choose_text p a:hover { color: var(--c3); }

@media all and (max-width:480px) {
	.choose_row { grid-template-columns: repeat(1, 1fr); }
}



/* ---------- ----- Blog ----- ---------- */
.blog_row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 32px; }
.blog_col { display: block; width: 100%; background: #fff; box-shadow: 0 5px 30px 0 #d6d7d891; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; }

.blog_img { display: block; width: 100%; }
.blog_img img { width: 100%; height: auto; }

.blog_text { padding: 20px; }
.blog_text ul { display: flex; justify-content: space-between; margin-bottom: 16px; }
.blog_text ul li+li { margin-left: 16px; }
.blog_text ul li i { color: var(--c1); margin-right: 4px; }
.blog_text h3 { font-size: 18px; margin-bottom: 16px; font-weight: 600; text-align: justify; }
.blog_text p { text-align: justify; }
.blog_text a { display: block; padding: 12px 16px; background: var(--c1); color: #fff; text-align: center; border-radius: 50px; margin-top: 16px; }

@media all and (max-width: 480px) {
	.blog_row { grid-template-columns: repeat(1, 1fr); }
}

@media (min-width: 500px) and (max-width: 1140px) {
	.blog_row { grid-gap: 16px; }
}











/* ---------- ----- PAGE BANNER ----- ---------- */
.page_banner { width: 100%; display: block; position: relative; background: url('assets/images/page_banner.jpg')no-repeat center / cover; z-index: 1; }
.page_banner:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000ab; z-index: -1; }
.banner_info { padding: 100px 16px; display: block; text-align: center; }
.banner_info h1 { font-size: 56px; color: var(--c3); text-transform: uppercase; }
.banner_info h1 span { display: none; }
.banner_info ul { display: inline-flex; align-items: center; gap: 9px; color: #fff; }

@media all and (max-width: 480px) {
	.banner_info { padding: 100px 16px; }
	.banner_info h1 { font-size: 34px; }
}















/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
														ABOUT PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

/* ---------- ----- ABOUT US ----- ---------- */
.about__row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.about__col { display: block; width: 100%; }

.about__text { display: block; width: 100%; }
.about__text h3 { font-size: 26px; }
.about__text p  { margin-top: 12px; text-align: justify; }

.about__image { display: block; width: 100%; }
.about__image img { width: 100%; height: auto; }

@media all and (max-width:480px) {
	.about__row { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- OUR VALUES ----- ---------- */
.values { background: url('assets/images/bg_image.jpg')no-repeat center / cover; }

.values__row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 24px; }
.values__col { display: block; width: 100%; position: relative; text-align: center; padding: 24px 16px; border: 2px dotted #fff; border-radius: 12px; }

.values__icon { display: block; }
.values__icon i { font-size: 38px; color: var(--c3); }

.values__text { display: block; margin-top: 16px; color: #fff; }
.values__text h3 { font-size: 18px; color: unset; }
.values__text p  { margin-top: 9px; }

@media all and (max-width:480px) {
	.values__row { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- OUR MISSION & VISION ----- ---------- */
.MV__row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.MV__col { display: block; width: 100%; padding: 24px; border-radius: 12px; background-image: linear-gradient(#ffc001, #ffffff80); }
.MV__col h3 { font-size: 24px; }
.MV__col p  { margin-top: 9px; }

@media all and (max-width:480px) {
	.MV__row { grid-template-columns: repeat(1, 1fr); }
}




/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													LOCATIONS PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

/* ---------- ----- BANNER CITY ----- ---------- */
.banner_city { background: url('assets/images/banner_city.jpg')no-repeat center / cover; }
.banner__row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.banner__col { display: block; width: 100%; }

.banner__text { display: block; }
.banner__text span { display: inline-block; padding: 6px 12px; background: var(--c1); color: #fff; border-radius: 50px; font-size: 14px; margin-bottom: 6px; }
.banner__text h1 { font-size: 36px; }
.banner__text p  { margin-top: 12px; text-align: justify; }
.banner__text a { display: inline-block; padding: 12px 32px; background: var(--c1); color: #fff; border-radius: 50px; margin-top: 24px; }

.banner__image { display: block; width: 90%; margin-left: auto; }
.banner__image img { width: 100%; height: auto; }

@media all and (max-width:480px) {
	.banner__row { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- Branches ----- ---------- */
.branch_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.branch_col { display: block; width: 100%; position: relative; padding: 16px; background: #fff; box-shadow: var(--bs); }
.branch_map { display: block; width: 100%; height: 40vh; border-radius: 12px; overflow: hidden; }
.branch_map iframe { display: block; width: 100%; height: 100%; border: 0; }

.branch_info { display: flex; justify-content: space-between; gap: 32px; margin-top: 16px; }

.branch_info a:nth-child(1) { display: block; max-width: 70%; font-weight: 500; }
.branch_info a:nth-child(2) { display: block; width: 200px; height: 46px; padding: 12px 24px;
	text-align: center; background: var(--c1); color: #fff; border-radius: 50px; transition: var(--ts); }
.branch_info a:nth-child(2):hover { background: var(--c2); }


@media all and (max-width: 480px) {
	.branch_row { grid-template-columns: repeat(1, 1fr); }
	.branch_info { flex-direction: column; gap: 16px; }
	.branch_info a:nth-child(1) { width: 100%; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.branch_row { grid-gap: 16px; }
	.branch_info { flex-direction: column; gap: 16px; }
	.branch_info a:nth-child(1) { width: 100%; }
}



/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													FAQ PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.accordion { width: 100%; display: grid; grid-template-columns: repeat(1, 1fr); gap: 16px; }

.accordion_box { border-radius: 8px; box-shadow: var(--bs1); overflow: hidden; }
.accordion_box .button { display: block; padding: 20px; width: 100%;
	text-align: left; background: var(--c1); color: #fff; border: 0; cursor: pointer; font-family: unset; font-weight: 500; }
.accordion_box .button:after { content: '+'; color: #fff; float: right; font-size: 20px; }

.accordion_box .content { display: none; margin: 0; padding: 16px; background: #fff; }
.accordion_box .content p { margin-top: 16px; }
.accordion_box .content ul { list-style-type: disc; padding-left: 24px; margin-top: 12px; }

.accordion_box.on .button:after { content: '-'; }
.accordion_box.on .content { display: block; }




/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													BLOG PAGES
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */
.blog__row { display: flex; justify-content: space-between; gap: 32px; }
.blog__col { display: block; position: relative; }
.blog__col:nth-child(1) { width: 70%; }
.blog__col:nth-child(2) { width: 30%; }

.blog__image { display: block; width: 100%; border-radius: 12px; overflow: hidden; }
.blog__image img { width: 100%; height: 45vh; object-fit: cover; }

.blog__text { display: block; margin-top: 24px; }
.blog__text:first-child { margin-top: 0px; }
.blog__text h1 { font-size: 32px; color: var(--c1); }
.blog__text h3 { font-size: 20px; color: var(--c1); }
.blog__text p { text-align: justify; margin-top: 12px; }
.blog__text a { text-decoration: underline; }
.blog__text a:hover { color: var(--c1); }

.features { list-style-type: disc; padding-left: 24px; margin-top: 12px;  }
.features li+li { margin-top: 9px; }
.features li b { display: block; }

.choose { list-style-type: decimal; padding-left: 24px; margin-top: 12px; }
.choose li+li { margin-top: 9px; }
.choose li b { display: block; }

@media all and (max-width: 498px) {
	.blog__row { flex-direction: column; }
	.blog__col:nth-child(1) { width: 100%; }
	.blog__col:nth-child(2) { width: 100%; }

	.blog__text h1 { font-size: 24px; }
}


/* ---------- BLOG SIDE BAR ---------- */
.blog_sidebar { display: flex; flex-direction: column; gap: 16px; }

/* Blog Recent Posts */
.recent_posts {  }
.recent_posts h3 { font-size: 22px; margin-bottom: 16px; }
.recent_post+.recent_post { padding-top: 16px; margin-top: 16px; border-top: 1px solid #ddd; }
.recent_post_thumb  { display: table-cell; width: 100px; }
.recent_post_thumb img { width: 100%; height: auto; }
.recent_post_info { display: table-cell; line-height: 26px; padding: 0 0 0 25px; vertical-align: top; }
.recent_post_info h3 { font-size: 16px; }
.recent_post_info ul { display: flex; font-size: 12px; margin-top: 6px; }
.recent_post_info ul li+li { margin-left: 8px; }
.recent_post_info ul li i { color: var(--c1); margin-right: 4px; }

/* Blog Gallery */
.blog_gallery { display: block; }
.blog_gallery h3 { font-size: 22px; margin-bottom: 16px; }
.blog_gallery .images { display: flex; flex-wrap: wrap; }
.blog_gallery .images img { width: 33.33%; padding: 7px; }

/* Blog Social */
.blog_social { display: block; }
.blog_social h3 { font-size: 22px; margin-bottom: 16px; }
.blog_social i { width: 40px; height: 40px; line-height: 40px; text-align: center; background: #e7e7e7; border-radius: 4px; transition: 0.5s; }
.blog_social i:hover { background: var(--c1); color: #fff; }

@media all and (max-width: 498px) {
	.blog_row { flex-direction: column; }
	.blog_col:first-child { width: 100%; }
	.blog_col:last-child  { width: 100%; }

	.blog_post_info { padding: 22px 16px; }
	.blog_post_info h3 { font-size: 18px; }

	.blog_post_thumb img { height: auto; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.blog_row { flex-direction: column; }
	.blog_col:first-child { width: 100%; }
	.blog_col:last-child  { width: 100%; }
}



/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													CONTACT PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.section-contact { display: block; padding: 100px 16px; }
.contact_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.contact_col { display: block; width: 100%; }

.contact_text { display: block; }
.contact_text h2 { font-size: 32px; margin-top: 12px; }
.contact_text p { margin-top: 16px; }
.contact_text p:first-child { font-weight: 600; }
.contact_text p+p { margin-top: 6px; }
.contact_box { display: block; margin-top: 24px; }
.contact_box ul { display: flex; align-items: center; gap: 24px; }
.contact_box ul li i { font-size: 42px; color: var(--c1); }
.contact_box ul li h3 { font-size: 16px; }
.contact_box ul li p { font-size: 15px; margin-top: 8px; }
.contact_box ul li p a:hover { color: var(--c1); }

.contact_box ul:nth-child(1) { align-items: flex-start; }

.contact_form { display: block; padding: 32px; background: #fff; border-radius: 6px; box-shadow: 0px 7px 24px 0px #0000001f; }
.contact_form h2 { font-size: 32px; }
.contact_form p { margin-top: 16px; }
.contact_form form { display: block; }
.form_group { display: flex; gap: 16px; margin-top: 16px; }
.form_group input,
.form_group select,
.form_group textarea { width: 100%; padding: 16px; background: #f3f5fd; border: 1px solid #f3f5fd; outline: 0; }
.form_group textarea { font-family: var(--ff1); }
.form_group button { padding: 16px 48px; border: 0; outline: 0; border-radius: 50px; background: var(--cg); color: #fff; }
.form_group button:hover { background: var(--cgh); }

@media all and (max-width: 480px) {
	.section-contact { padding: 60px 16px; }
	.contact_row { grid-template-columns: repeat(1, 1fr); }
	.contact_form { padding: 24px; }
	.form_group { flex-direction: column; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.contact_row { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- MAP ----- ---------- */
.section_maps { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 32px; padding: 16px; }
.map_area { display: block; width: 100%; height: 40vh; border-radius: 12px; overflow: hidden; }
.map_area iframe { display: block; width: 100%; height: 100%; border: 0; }

@media all and (max-width: 480px) {
	.section_maps { grid-template-columns: repeat(1, 1fr); }
}

@media (min-width: 500px) and (max-width: 992px) {
	.section_maps { grid-template-columns: repeat(2, 1fr); }
}


/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
														FOOTER
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.upper_footer { display: block; width: 100%; background: #f4f6fa; }
.footer_row { max-width: 1140px; margin: auto; display: grid; grid-template-columns: 30% 35% 30%; grid-gap: 3.33%; padding: 60px 16px; }
.footer_col { display: block; width: 100%; }
.footer_col h3 { font-size: 22px; text-transform: uppercase; color: var(--c1); margin-bottom: 16px; }

.footer_logo { display: block; width: 130px; }
.footer_logo img { width: 100%; height: auto; }
.footer_text { margin-top: 16px; }
.footer_text p { text-align: justify; }

.footer_social_ { margin-top: 24px; }
.footer_social_ h4 { margin-bottom: 12px; font-size: 18px; }
.footer_social { display: flex; gap: 9px; margin-top: 12px; }
.footer_social a { display: block; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 50px; background: var(--c1); color: #fff; }
.footer_social a:hover { background: var(--c2); }

.footer_links {  }
.footer_links li+li { margin-top: 9px; }
.footer_links li a { display: block; position: relative; transition: var(--ts); font-weight: 500; }
.footer_links li a:before { content: '\f101'; margin-right: 6px; font-family: var(--fa); font-weight: 600; color: var(--c1); }
.footer_links li a:hover { color: var(--c1); }

.footer_link { display: flex; gap: 9px; }
.footer_link+.footer_link { margin-top: 12px; }
.footer_icon { display: block; font-size: 38px; color: var(--c1); line-height: 0; }
.footer_info { display: block; }
.footer_info h4 { font-size: 18px; font-weight: 800; }
.footer_info p { transition: var(--ts); font-weight: 500; }
.footer_info a { display: block; margin-left: 6px; transition: var(--ts); }
.footer_info a+a { margin-top: 9px; }
.footer_info a:hover { color: var(--c1); }
.footer_link:hover .footer_info p { color: var(--c1); }

.lower_footer { background: var(--c1); color: #fff; padding: 18px 16px;  }
.footer_row_ { max-width: 1140px; margin: auto; display: flex; justify-content: space-between; }
.footer_col_ { font-weight: 500; }
.footer_col_ p {  }
.footer_col_ ul { display: flex; gap: 8px; }
.footer_col_ ul li a {  }

@media all and (max-width:480px) {
	.footer_row { grid-template-columns: repeat(1, 1fr); grid-gap: 16px; }
	.footer_row_ { flex-direction: column; gap: 16px; text-align: center; }
	.footer_col_ ul li { display: block; width: 100%; }
	.footer_col_ ul li a { display: block; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.footer_row { grid-template-columns: repeat(2, 1fr); grid-gap: 16px; }
}