/* ============= IMPORT GOOGLE FONTS =========== */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* ============= COMMON CSS =========== */
html, body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Rubik", sans-serif;
	letter-spacing: 1.5px;
}

body {
	color: #666565;
}

:root {
	/* --c-primary-color: #0f172b; */
	--c-primary-color: #0d263c;
	--c-secondary-color: #FEA116;
	--c-alt-color: #252636;
	--c-white-color: #fff;
	--c-black-color: #000;
	--c-gray-color: #787878; 
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: var(--c-primary-color);
}

::-webkit-scrollbar-thumb {
	background-color: var(--c-white-color);
	border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Exo", sans-serif;
	letter-spacing: 1px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: var(--c-primary-color);
}

a:hover {
	text-decoration: none;
	color: var(--c-primary-color);
}

p {
	margin-top: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 1px;
}

body {
	background-color: var(--c-white-color);
	display: block;
}

/* ===== Query Popup ====== */
/* ======= Start Query Popup Form ========== */
.form-control.update_field {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.f_close {
	width: 20px;
}

.ph_message {
	text-align: center;
}

.ph_message h2 {
	color: var(--c-primary-color);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 25px;
}

.ph_message h3 {
	color: #414141;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.4;
	text-transform: capitalize;
}

.form-messages {
	color: var(--bg-primary-color);
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.q_form_img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.modal-content.form_design {
	background: #fff;
	border: 5px solid #eee;
	border-radius: 0;
	padding: 10px;
}

.v_mores {
	position: absolute;
	display: flex;
	bottom: 0;
	left: 6px;
	background: #be9f68;
	border: 5px;
	font-size: 15px;
	text-align: center;
	padding: 15px 30px;
    /* transform: translate(-50%, -50%); */
	cursor: pointer;
	color: #fff;
	width: 90%;
	text-transform: uppercase;
	justify-content: center;
}

.form-control.tpfrm {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.query_popup .btn-close {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	opacity: 1;
	background: transparent;
}

.q_form button.close {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	text-shadow: none;
	font-size: 35px;
	opacity: 1;
	border: 0;
	width: 30px;
	height: 30px;
	background: transparent;
}

.q_form button.close {
	font-size: 15px;
}

.form_tags {
	text-align: center;
	color: #495057;
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 20px;
}

.frm-btn {
	color: #fff;
	background: #FF9800;
	border-radius: 0px;
	border: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control.input_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-bottom: 10px;
}

textarea.form-control {
	height: auto;
	border-radius: 0;
}

.close_one {
	z-index: 99;
	position: absolute;
	top: -27px;
	background: #fff;
	opacity: 1;
	right: 0;
	border-radius: 50%;
	padding: 5px;
}

.query_popup .modal-content {
	border-radius: 0px;
}

.query_message small {
	padding: 10px 0;
	display: block;
	font-size: 17px;
	color: var(--text-secondry-color);
	text-align: center;
	letter-spacing: 1.2px;
}

.btn.submit_btn.frm-btn {
	background-color: var(--bg-black-color);
	color: var(--text-white-color);
	border-radius: 0;
	padding: 10px 30px;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.error-msg {
	color: red;
	margin-bottom: 10px;
	display: block;
}

.form-list {
	list-style: none;
}

.form-list li {
	margin-top: 10px;
}

.form-list li span img {
	height: 35px;
}

.sp-call {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px !important;
	padding: 10px 25px;
	border-radius: 25px;
	background: var(--c-secondary-color);
	display: block;
	margin: auto;
	width: 70%;
	text-align: center;
	font-weight: 800;
    font-family: "Exo", sans-serif;
}

.sp-call:hover {
	color: #fff;
}

.sp-sub-form {
	padding: 10px 30px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	background: #0f172b;
	margin-bottom: 20px;
	border-radius: 25px;
	color: #fff;
	width: 60%;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	margin: auto;
	font-weight: 600;
	font-family: "Exo", sans-serif;
	margin-top: 25px;
}

/* ====== List Of Property ======= */
.view_property {
	background: var(--c-secondary-color);
	display: inline-block;
	float: right;
	padding: 10px 20px;
}

.view_property a {
	color: var(--c-white-color);
}

.prop_box {
	text-align: center;
	border: 1px solid #ddd;
	position: relative;
	margin-top: 40px;
	overflow: visible;
}

.prop_box p {
	font-size: 15px;
    color: #414141;
}

.demn_enq {
	display: flex;
	justify-content: space-between;
}

.dm_btn {
	background: var(--c-primary-color);
    color: var(--c-white-color);
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Exo", sans-serif;
    font-weight: 600;
}

.dm_btn.Enq_color {
	background-color: var(--c-secondary-color);
}

.prop_type {
	position: absolute;
	top: 5px;
	right: 10px;
	background: var(--c-secondary-color);
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.prop_ttl {
	font-size: 18px;
	font-weight: 800;
	color: #0d263c;
	margin-bottom: 15px;
}

.property_list .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    filter: brightness(0.5);
}

._prop_sf {
	display: flex;
	justify-content: space-between;
}

._prop_sf p {
	font-size: 12px;
}

.prop_box b {
	color: #333;
	font-family: "Exo", sans-serif;
}

.prop_content {
	padding: 20px;
}
/* ======== start city section ===== */
.city_box {
	position: relative;
	text-align: center;
}

.city_box_img img {
	width: 100%;
	height: 450px;
	border-radius: 25px;
}

.city_box_img {
	position: relative;
}

.city_box_img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: .5;
	border-radius: 25px;
}

.city_box.mid_city.city_mid {
	margin-bottom: 25px;
}

.city_box.mid_city.city_mid .city_box_img img {
	height: 250px;
	object-fit: cover;
}

.city_box_desc {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.choose_ttl {
	text-align: center;
	color: var(--c-white-color);
	text-transform: uppercase;
	line-height: 1.6;
	font-size: 25px;
	font-weight: 800;
	text-shadow: 1px 0px 3px #000000e3;
}

.city_box p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}


/* =========== START FIND PROPERTY HEADER ========= */
.top_header {
	background-color: var(--c-primary-color);
	padding: 10px 0;
	position: relative;
}

/* .top_header:before {
    clip-path: polygon(0 0, 100% 0, 97% 99%, 0% 100%);
    background-color: var(--c-secondary-color);
    width: 40.3%;
    height: calc(100% + 1px);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.top_header:after {
	content: "";
    width: 2px;
    height: 95px;
    background-color: var(--c-white-color);
    position: absolute;
    left: 39.9%;
    top: -3px;
    rotate: 11.75deg;
} */

.site_visite {
	background: var(--c-secondary-color);
    position: absolute;
    padding: 12px 25px;
    cursor: pointer;
    top: 7px;
    right: 82px;
    border-radius: 50px;
    z-index: 1035;
}

.site_visite h5 {
	color: var(--c-white-color);
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.call_top {
	float: right;
}

.call_top a {
	color: var(--c-white-color);
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
    font-family: "Exo", sans-serif;
    letter-spacing: 2px;
}

.p_header {
	background-color: var(--c-white-color);
	position: relative;
}

.nav_gutter {
	margin-top: 95px;
}

.navbar-brand img {
	height: 60px;
}

.header_navigation {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.header_navigation .navbar-nav .dropdown-menu {
    top: 48px;
    border-radius: 0;
    border-top: 2px solid #fea116;
}

.fluid_pad {
	padding: 0 80px;
}

.header_navigation .nav-item .nav-link {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	transition: all ease .5s;
	font-weight: 400;
	cursor: pointer;
}

.header_navigation .dropdown-item {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	transition: all ease .5s;
	font-weight: 400;
	cursor: pointer;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.header_navigation .nav-item .nav-link:hover {
	color: var(--c-primary-color);
	/* text-decoration: line-through; */
	transition: all ease .5s;
}

.header_navigation .navbar-nav .nav-item {
	margin-right: 30px;
}

.mr-align {
	display: flex;
	align-items: center;
}


/* ========= Updated Banner ======= */
.pf_slider {
	position: relative;
}

.section-title {
	position: relative;
	display: inline-block;
	
	font-weight: 700;
	line-height: 1.2;
	font-size: 20px;
}

.section-title::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	left: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.section-title::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	right: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.section_hds {
	font-size: 4rem;
	font-weight: 800;
}

.form-control.form_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-bottom: 10px;
}

.carousel-indicators [data-bs-target] {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 5px;
	border: 3px solid #fce691;
	box-sizing: border-box;
}

.banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
}

.pf_slider img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.pf_slider h5 {
	font-weight: 600;
	font-size: 25px;
}

.pf_slider .carousel-caption {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	width: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* =========== START BANNER  ========= */
.slider-item {
	position: relative;
	width: 100%;
	height: 80vh;
	z-index: 0;
}

.slider-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: -1;
	top: 0;
}

.slider_content_main {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100vh;
	padding: 10px;
}

.slider_content {
	width: 60%;
	margin: 0 auto;
}

.slider_content h1 {
	color: var(--c-white-color);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 60px;
}

.slider_content h1 span {
	color: var(--c-primary-color);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 60px;
}

.slider_content p {
	color: var(--c-white-color);
	text-transform: capitalize;
	font-size: 17px;
	line-height: 25px;
}

.slidrer_action {
	margin-top: 40px;
}

.slidrer_action a {
	padding: 15px 40px;
	border-radius: 5px;
	display: inline-block;
	color: var(--c-white-color);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-in-out 300ms;
}

.slidrer_action .slider_btn {
	background-color: var(--c-primary-color);
	border: 2px solid var(--c-primary-color);
	margin-right: 30px;
}

.slidrer_action .slider_btn:hover {
	background-color: transparent;
	color: var(--c-primary-color);
}

.slidrer_action .slider_btn2 {
	background-color: var(--c-white-color);
	border: 2px solid var(--c-white-color);
	color: var(--c-black-color);
}

.slidrer_action .slider_btn2:hover {
	background-color: transparent;
	color: var(--c-white-color);
}

.hero_slider .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 20px);
	right: 55px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	font-size: 30px !important;
	background: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.owl-nav .owl-next i {
	line-height: 50px;
}

.owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 20px);
	left: 55px;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	font-size: 30px !important;
	background: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 400ms;
}

.owl-nav .owl-prev i {
	line-height: 50px;
}


/* Test Animation */
.hero_slider .owl-item.active .slider_content h1 {
	animation: fadeInDown;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.hero_slider .owl-item.active .slider_content p {
	animation: fadeInUp;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.hero_slider .owl-item.active .slider_content .slidrer_action {
	animation: fadeInDown;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

@media (max-width:920px) {
	.slider_content {
		width: 100%;
	}

	.slidrer_action .slider_btn {
		margin-right: 0;
	}
}

/* ======== start inner page ======= */
.n_list {
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 20px;
}

.n_list li {
	line-height: 2.5;
}
/* ======== START SERVICES ====== */
.p_services {
	position: relative;
	background: #fafaf0;
	color: var(--c-white-color);
	padding-top: 80px;
	padding-bottom: 130px;
	background-image: url(../images/background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* .ser_overlay:before {
	background: var(--c-black-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .9;
} */

.p_services .container-fluid.fluid_pad {
	position: relative;
}

.p_heading {
	font-size: 50px;
	color: var(--c-alt-color);
	font-weight: 800;
}

.p_heading span {
	color: var(--c-primary-color);
}

.button_text {
	padding: 7px 50px;
	background: var(--c-white-color);
	display: inline-block;
	border-radius: 25px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.button_text span {
	color: var(--c-black-color);
	font-size: 16px;
}

.button_text span:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 15px;
	height: 15px;
	background-color: var(--c-primary-color);
	content: "";
	border-radius: 50%;
}

.button_text span:after {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background-color: var(--c-primary-color);
	content: "";
	border-radius: 50%;
}

.list li {
	position: relative;
	margin-left: 25px;
	line-height: 2;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
}

.list li:before {
	position: absolute;
	top: 3px;
	left: -25px;
	color: var(--c-primary-color);
	content: "\f192";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 15px;
}

.s_box img, .s_box h3 {
	margin-bottom: 20px;
}

.s_box a {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.5;
	display: block;
	color: #fff;
}

.s_box {
	background-color: transparent;
	background-image: linear-gradient(180deg, #b11c1c 0%, #711604 100%);
	border: 1px solid var(--c-secondary-color);
	box-shadow: 2px 2px 2px #ddd;
	text-align: center;
	padding: 40px;
	border-radius: 25px;
	position: relative;
	transition: all ease .5s;
	margin-top: 40px;
}

.view_more_btn {
	display: inline-block;
	padding: 10px 30px;
	background: var(--c-alt-color);
	margin-top: 0px;
	border-radius: 25px;
	font-size: 20px;
	color: var(--c-white-color);
	transition: all ease .5s;
}

.view_more_btn:hover {
	background-color: var(--c-alt-color);
	color: var(--c-white-color);
	transition: all ease .5s;
	/* text-decoration: line-through; */
	;
}

.s_box:hover {
	transform: translate(0,-5px);
	background-color: var(--c-primary-color);
}

.mt-40 {
	margin-top: 40px;
}

/* ======== MAKE APPINTMENT ========= */
.p_appointment {
	margin-bottom: 60px;
}

.appintment_bg {
	padding: 20px;
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
	border-radius: 20px;
	margin-top: -50px;
	color: var(--c-white-color);
}

.p_appointment_call {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-right: 1px solid var(--c-secondary-color);
}

.call_num {
	color: var(--c-white-color);
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 30px;
}

.call_num:hover {
	color: var(--c-white-color);
}

.p_appointment_call_img i {
	border: 1px solid var(--c-white-color);
	font-size: 35px;
	padding: 20px;
	border-radius: 50%;
}

.p_appointment_call_msg p {
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.appoinment_sch {
	display: block;
	padding: 10px 20px;
	background: #ffefe8;
	color: #a41b17;
	border-radius: 35px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	margin: 0 20px;
}
/* ==== Start Construction Type ===== */
.construction_type_box {
	background-image: url(../images/construction/type/1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
	color: var(--c-white-color);
}

.construction_type_box.c_renovate {
	background-image: url(../images/construction/type/2.jpg);
}

.more_btn {
    color: var(--c-white-color);
    border: 1px solid #fff;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
}
.more_btn:hover {
   color: var(--c-secondary-color);
}
/* ===== start services ======= */
.p_services_list.owl-carousel .owl-item img {
	display: inline;
	width: auto;
}

.mng {
	display: block;
}

/* ===== start tetimonials ====== */
.the_ind_testimonials {
    padding: 40px 0;
    background-image: url(../images/background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testimonial_box {
    background: #fff;
    padding: 20px;
	margin-top: 25px;
}
.testimonial_box h6 {
    line-height: 1.2;
    color: #0F172B;
    letter-spacing: 0;
}
.testimonial_box small{
	letter-spacing: 0;
	font-size: .875em;
    
}
.test_quotes {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.testimonial_content p {
    color: #414141;
}

.the_ind_testimonials .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

/* ========== start office location ======== */
.sc_location {
    background-image: url(../images/c-location.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 90px 0;
    position: relative;
	margin-top: 50px;
}
.sc_location:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   content: "";
   background: var(--c-black-color);
   opacity: .7;
}
.sc_location .container-fluid {
   position: relative;
}
.location_num {
    display: flex;
}
.l_num {
    color: #fff;
    font-size: 60px;
    margin-right: 10px;
}
.l_text {
    color: #fff;
    margin-top: 7px;
}

/* ========= start contruction section ======= */
.construction_type_box h3 {
    font-weight: 800;
    letter-spacing: 2.5px;
}
/* === start footer contact ======== */
.footer_con_border {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

.footer_contact {
	/* background-image: url(../images/background-img.jpg); */
	padding: 40px 0;
	background-position: top left;
	box-shadow: 1px 0px 3px #0000005e;
	background: #eee;
}

.the_color {
	text-transform: uppercase;
	color: var(--c-secondary-color);
}

.f_cont_ttl {
	position: relative;
	display: inline-block;
	font-weight: 800;
	line-height: 1.2;
	color: #0F172B;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer_contact_desc p i {
	color: var(--c-secondary-color);
}

.f_cont_ttl::after {
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	top: 50%;
	right: -55px;
	margin-top: -1px;
	background: var(--c-secondary-color);
}

.footer_contact a {
	color: #414141;
}

.footer_contact a p i {
	color: var(--c-secondary-color);
}

.f_whatsapp {
    height: 24px;
    margin-right: 5px;
}
/* ======= start popular ======= */
.what_ind_content {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	transition: all ease .5s;
	background-color: var(--c-primary-color);
}

.icons_ind {
	margin-bottom: 20px;
	height: 60px;
}

.what_ind_content:hover {
	transform: translate(0, -5px);
}

.what_ind_content:hover .what_ind_content_img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--c-secondary-color);
	top: 0;
	left: 0;
	opacity: 1;
}

.what_ind_content:hover .f_buton {
	background-color: var(--c-primary-color);
	color: var(--c-white-color);
}

.what_ind_content_img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--c-primary-color);
	top: 0;
	left: 0;
	opacity: .9;
}

.populr_desc {
	text-align: center;
}

.populr_desc p {
	color: #c9d5f3;
}

.pop_ttl {
	text-align: center;
	color: #c9d5f3;
	font-weight: 600;
	font-size: 18px;
	/* font-family: "Rubik", sans-serif; */
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.6;
}

.what_ind_content_img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.fp_border {
	position: absolute;
	width: 95%;
	height: 95%;
	top: 50%;
	left: 50%;
	border: 1px solid var(--c-secondary-color);
	content: "";
	z-index: 1;
	transform: translate(-50%, -50%);
}
/* .f_buton {
    background: #fff;
    width: 70%;
    margin: auto;
    padding: 10px;
    text-align: center;
    color: orangered;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: block;
    cursor: pointer;
} */
.what_ind_content_img {
	position: relative;
}
/* ======== Why Choose ======= */
.choose_box {
	background: #ebf0f6;
	text-align: center;
	padding: 40px 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #00000036;
	margin-top: 30px;
	transition: all ease .5s;
}

.choose_box:hover {
	transform: translate(0, -5px);
	background-color: var(--c-primary-color);
}

.choose_box:hover .choose_ttl {
	color: var(--c-white-color);
}

.choose_box:hover .choose_box_desc p {
	color: var(--c-white-color);
}

.choose_box_img img {
	border-radius: 50%;
	border: 5px solid #eee;
	margin-bottom: 30px;
	background: #fff;
}

.choose_box_desc p {
	color: #414141;
	font-size: 16px;
}
/* ====== what ind do ===== */
.what_ind_do {
	/* background-image: url(../images/background-img.jpg); */
	padding: 40px 0;
	/* background-position: top left; */
	/* box-shadow: 1px 0px 3px #0000005e; */
}

.ind_para {
	text-align: center;
	font-size: 18px;
	color: #333;
}
/* ======== START OVERVIEW ======== */
.p_overview {
    background: var(--c-primary-color);
    padding: 40px 0;
}

.mid_hds {
	font-size: 30px;
	color: #0f172b;
	font-weight: 700;
	line-height: 1.4;
}

.sub_hds {
	text-transform: uppercase;
	color: var(--c-secondary-color);
}

.p_overview p {
	color: #eee;
    margin-bottom: 10px;
    font-weight: 300;
	line-height: 1.7;
}

.p_appointment_call {
	border-right: none;
}

.p_over_desc {
	position: relative;
}

.exp_year {
	display: flex;
	padding: 5px 0;
	justify-content: space-between;
}

.y_num {
	font-size: 34px;
	color: var(--c-secondary-color);
	font-weight: 700;
}

.s_c {
	border-right: 2px solid #ddd;
	padding-right: 15px;
}

.s_c:last-child {
	border-right: 0px solid #ddd;
}

.y_text {
	font-weight: 600;
	text-transform: uppercase;
	color: var(--c-gray-color);
}

.exp_year h6 {
	color: var(--c-gray-color);
}

.over_snd {
	position: relative;
	margin-top: 70px;
}

.p_over_img img {
	border-radius: 20px;
	padding: 10px;
	transition: all ease .5s;
}

.p_over_img img:hover {
	transform: translate(0,-5px);
}

/* ======= START CLIENTS ========= */

.pf_client {
	padding: 30px 0;
	background: #fff;
	margin-top: 40px;
}

.pf_client .pf_client_list img {
	height: 60px;
	object-fit: contain;
	filter: grayscale(1);
}

.pf_client .pf_client_list img:hover {
	filter: grayscale(0%);
}

/* ======== START MISSION ====== */
.p_mission {
	position: relative;
	padding: 60px 0;
	margin-top: 60px;
}

.mission_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	flex-direction: column;
	padding: 90px;
	text-align: center;
	color: #fff;
}

.p_mission .container-fluid.fluid_pad {
	position: relative;
}

/* .mission_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
	opacity: 0.9;
} */

.mission_left {
	background-image: url(../images/mission-bg.png);
}

.mission_left {
	background-image: url(../images/mission-bg.png);
	height: 500px;
	background-size: 100%;
	background-repeat: no-repeat;
}

/* ===== start meet expert ===== */
.meet_expert {
	padding: 40px 0;
	background-color: var(--c-primary-color);
    /* background-image: url(../images/background-img.jpg); */
   /* background-position: top left;
    box-shadow: 1px 0px 3px #0000005e; */
}
.meet_epert_box {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    border: 2px solid #ddd;
    margin-top: 30px;
}

.expert_img {
    background: #cccccc;
	position: relative;
}

.expert_content {
	padding: 40px 10px;
	background: #fff;
}
.dn_icon {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.expert_content h5 {
    color: #0F172B;
    font-weight: 800;
	margin-bottom: 0;
}
.expert_content small {
	font-size: .875em;
	letter-spacing: 0;
}



/* ======= START FOOTER ========= */

.p_footer {
	padding: 40px 0;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.footer_about {
	padding-right: 20px;
}

.f_add {
	font-weight: 600;
	color: #fce38c;
}

.footer_address p {
	line-height: 1.4;
}

.f_logo {
	height: 50px;
}

.footer_heading {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}

.p_footer p {
	color: #ced6d9;
	font-size: 15px;
	margin-block: 0;
	font-weight: 300;
	line-height: 1.8;
}

.bdr {
	background-image: linear-gradient(to right, #eeeeee9e ,#cccccc0d);
}

.footer_links li a {
	color: #ced6d9;
	transition: all ease .5s;
	font-size: 15px;
	font-weight: 300;
}

.footer_links li a:hover {
	transition: all ease .5s;
	margin-left: 10px;
	color: var(--c-secondary-color);
}

.footer_links li {
	margin-bottom: 15px;
    /* border-top: 1px solid;
    border-image: linear-gradient(to right,#eeeeee99,#cccccc0d) 1 0 0 0; */
	;
}

.footer_links li:first-child {
	border-top: 0px solid var(--c-white-color);
}

.fa.fa-angle-double-left {
	margin-right: 3px;
	font-weight: 300;
}

.footer_communication {
	display: flex;
	flex-direction: column;
}

.footer_communication a {
	color: var(--c-white-color);
}

.footer_call, .footer_mail {
	margin-right: 10px;
	width: 25px;
}

.copywrites {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
}

.copywrites a {
	color: var(--c-black-color);
}

.whatsapp-btns {
	z-index: 99999;
	position: fixed;
	right: 50px;
	bottom: 0px;
	display: table;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	background: #3BB819;
	font-size: 15px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
	font-weight: bold;
	margin: 1em auto;
	text-align: center;
	padding: 10px 20px;
	border-radius: 2em;
}

.whatsapp-btns:hover {
	color: #fff;
}

.social_media {
	display: flex;
}

.social_media li {
	display: flex;
}

.social_media li {
   margin-right: 25px;
}

.social_media li img {
	height: 35px;
}