/* ========= Custome Css =========== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

html,body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

body {
	font-size: 16px;
	color: #414141;
	font-weight: 400;
}

p {
	font-family: "Open Sans", sans-serif;
}

.mt_50 {
	margin-top: 50px;
}

a, a:hover {
	text-decoration: none;
}

p {
	color: #7b7b7b;
}

li {
	list-style: none;
}

.container_margin {
	padding: 0 60px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Rajdhani", serif;
}

:root {
	--primary-color: #f47629;
	--secondry-color: #303442;
	--logo-color: #d7110c;
	--black-color: #000;
	--white-color: #fff;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border-radius: 2px;
}

/* ============ HEADER ========== */
.top_header {
	background-image: linear-gradient(to right, #c9070e, #ffa500);
	padding: 10px 0;
}

.top_call {
	display: flex;
	justify-content: end;
	margin: 0;
}

.top_call li {
	padding-left: 10px;
}

.top_call li a {
	color: var(--white-color);
}

.top_call li a span {
	color: var(--white-color);
	font-weight: 800;
}

.top_call li a img {
	margin-right: 10px;
	height: 24px;
}

.header_menu {
	background-color: #fafaf0;
	border-bottom: 1px solid #ddd;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #fff;
	border-bottom: 1px solid #ddd;
	transition: all ease .5s;
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.header_menu .navbar-nav .nav-link {
	color: var(--black-color);
	padding-left: 25px;
	font-family: "Rajdhani", serif;
	font-weight: 600;
	font-size: 17px;
}

.header_menu  .navbar-toggler {
	z-index: 1025;
}

.header_menu .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.header_menu .navbar-nav .dropdown-menu {
	top: 62px;
	border-radius: 0;
	border-top: 2px solid var(--primary-color);
}

.header_menu .dropdown-item {
	color: var(--black-color);
	padding-left: 25px;
	font-family: "Rajdhani", serif;
	font-weight: 600;
	font-size: 17px;
}

.header_menu .navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.logo {
	height: 45px;
}

/* ========== SLIDER ========== */
.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.5;
	z-index: -1;
	top: 0;
}

.owl-nav {
	display: block;
}

.slider_content_main {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 80vh;
	padding: 10px;
}

.slider_content {
	width: 60%;
	margin: 0 auto;
}

.slider_content h1 {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2.5px;
	text-shadow: 1px 1px 1px #00000073;
}

.slider_content h2 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.slider_content h4 {
	color: #fff;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 1.9;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
}

.slidrer_action {
	margin-top: 40px;
}

.slidrer_action a {
	padding: 10px 40px;
	border-radius: 5px;
	display: inline-block;
	color: var(--primary-text-color);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-in-out 300ms;
}

.slidrer_action .slider_btn {
	background-image: linear-gradient(to right, #c9070e, #ffa500);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 25px;
	margin-bottom: 30px;
	text-align: center;
	width: 25%;
	margin: auto;
	border: 2px solid var(--alt-text-color);
	margin-right: 30px;
	cursor: pointer;
}

.slidrer_action .slider_btn2 {
	background-color: #005487;
	border: 2px solid #005487;
}

.slidrer_action .slider_btn2:hover {
	background-color: transparent;
	color: #005487;
}

.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;
	font-size: 30px;
	font-family: 'Font Awesome 5 Pro';
}

.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: #ddd !important;
	width: 50px;
	height: 50px;
	border-radius: 0;
	transition: all 400ms;
}

.owl-nav .owl-prev i {
	line-height: 50px;
	font-family: 'Font Awesome 5 Pro';
}

.owl-dots {
	text-align: center;
	padding-top: 15px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: var(--primary-color);
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 0;
	transition: all 400ms;
	transition: all 0.3s ease-in-out;
	background: #ddd !important;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

/* 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 h4 {
	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;
}
/* ===== About Us ======= */
.about-header {
	background: url('../images/about-page.jpg') center center/cover no-repeat;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.header-content {
	position: relative;
	color: white;
	z-index: 2;
}

.breadcrumb a {
	color: white;
	text-decoration: none;
}

.breadcrumb .active {
	color: #ff6600;
}
/* ========= OVERVIEW ======== */
.enterprises_overview {
	background: #fafaf5;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.overview_heading {
	color: #494949;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.overview_desc {
	padding-left: 20px;
}

.overview_heading span {
	color: var(--primary-color);
}

.overview_desc p {
	font-weight: 400;
	line-height: 1.9;
	margin-bottom: 10px;
}

.about-list {
	width: 48%;
	display: inline-block;
	padding: 0;
}

.about-list li {
	padding: 0 0 8px;
	font-weight: 400;
	color: #7a7a7a;
}

i.far.fa-check-circle {
	color: var(--primary-color);
}

.btn {
	background: none;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Rajdhani", serif;
	margin-top: 20px;
	padding: 10px 40px;
	transition: .5s;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s linear 0s;
	border: 1px solid #f47629;
	border-radius: 30px;
}

/* ======== NEED HELP ========== */
.need_help {
	background-image: url(../images/need_help_bg.jpg);
	background-position: center top;
	background-size: cover;
	padding: 40px 0;
}

.help__title {
	font-size: 36px;
	line-height: 46px;
	color: #303442;
	position: relative;
	padding: 0 0 0 37px;
	font-weight: 700;
	margin: 0 0 23px 0;
}

.project-color {
	color: var(--primary-color);
	font-weight: 700;
}

.help_box {
	background-color: #fff;
	display: inline-block;
	padding: 77px 75px 75px 70px;
	max-width: 584px;
}

.help__title:before {
	content: "";
	width: 4px;
	height: calc(100% - 20px);
	background-color: var(--primary-color);
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
}

.help_box p {
	font-weight: 400;
	color: #7b7b7b;
	margin-bottom: 25px;
}

.help_box .action-btn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	top: 35px;
}

.tt-btn {
	position: relative;
	margin-top: -20px;
	margin-left: -20px;
}

.pp-btn {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 23px 10px;
	height: 48px;
	color: #fff;
	cursor: pointer;
	position: relative;
	font-family: var(--default_font2);
	text-align: center;
	box-shadow: none;
	outline: 0;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font-weight: 700;
	transition: color .2s, background-color .2s, border-color .2s;
	white-space: nowrap;
}

.pp-btn.btn__colora {
	background-image: linear-gradient(to right, #c9070e, #ffa500);
	color: #fff;
	margin-right: 10px;
	font-family: "Rajdhani", serif;
}

.pp-btn.btn__colorb {
	background-color: var(--secondry-color);
	color: #fff;
}

/* ====== work gallery ====== */
.work_gall {
	margin-top: 20px;
}

.work_gall img {
	height: 400px;
	width: 100%;
	margin-top: 20px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 10px;
}

.work_gall img:hover {
	filter: brightness(0.5);
}

/* ========== SERVICES ========== */
.services {
	background: transparent;
}

.service_box_desc {
	/* text-align: center;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 5px;
    transition: all ease .5s; */
}

.inner_service {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 5px;
	transition: all ease .5s;
}

.ser_desc {
	padding: 0 5px;
	text-align: start;
}

.title_icon {
	border-top: 2px solid #ccc;
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
}

.service__title {
	height: 60px;
	text-align: center;
}

.services .col-md-3 {
	max-width: 23%;
	margin: 10px;
	text-align: center;
}

.inner_service img {
	width: 100%;
}

.inner_service:hover {
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.service__title a {
	font-weight: 700;
	color: var(--secondry-color);
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.6;
	font-family: "Rajdhani", serif;
}

.headingf {
	font-size: 36px;
	line-height: 46px;
	color: var(--secondry-color);
	font-weight: 800;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 0;
}

.headings {
	font-size: 20px;
	line-height: 26px;
	color: var(--primary-color);
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

.title_icon {
	margin-top: 10px;
}

.service_img {
	max-width: 142px;
	height: auto;
}

.service_box {
	position: relative;
	margin-bottom: 60px;
	display: block;
}

.service_box:before {
	color: #fff;
	font-size: 54px;
	line-height: 1;
	position: absolute;
	z-index: 3;
	top: 47px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: color .2s linear;
}

.image_mask {
	/* background-color: #242835; */
	display: inline-block;
	max-width: 142px;
	margin-left: 0px;
	margin-right: auto;
}

.img-mmask {
	position: absolute;
    z-index: 2;
    max-width: 142px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ======== MODAL FORM ======== */
.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.popup_whatsapp {
	display: block;
	text-align: center;
	background: #1b6e1b;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.popup_whatsapp span {
	color: #fff;
}

.modal-img img {
	height: 420px;
	object-fit: cover;
	width: 100%;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}

.inquiry_message {
	letter-spacing: 1px;
}

.form-control.d_field {
	padding: 12px 0px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background-image: linear-gradient(to right, #c9070e, #ffa500);
	color: #fff;
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background-color: var(--logo-color);
	color: var(--white-color);
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}

.btn-close {
	position: absolute;
	right: 0;
	top: -30px;
	opacity: 1;
	background: none;
}

.btn-close img {
	height: 20px;
}

/* ======= Team Experience ======= */
.team_img {
	border-radius: 20px;
	margin-bottom: 40px;
	width: 100%;
}

.icon-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s;
}

.icon-box:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.icon-box i {
	color: #ff7f00;
	font-size: 24px;
	margin-right: 10px;
}

.icon-title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Rajdhani", serif;
}

.icon_desc {
	font-size: 15px;
	font-weight: 500;
	margin-top: 5px;
	color: #6a6a6a;
}
/* ========== TEAM ========*/
.teams {
	background: #f6f7f9;
	padding: 50px 0;
}

.author-information {
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
}

.author-information h4 {
	color: #002752;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 20px;
}

.author-information p {
	color: #282828;
	transition: .5s ease;
	margin-bottom: 8px;
}

.author-information ul {
	border-top: 1px solid #ededed;
	padding-top: 12px;
	margin: 0;
	padding: 0;
}

.author-information ul li, .author-information ul li a {
	color: #333;
	margin: 4px 0;
}

.author-information ul li i {
	font-size: 11px;
	margin-right: 10px;
	color: #f47629;
	border-radius: 1px;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 15px;
	transform: rotate(90deg);
}

.our_team_list_desc {
	border: 1px solid #ededed;
	margin-top: 50px;
	background: #fff;
	transition: all ease .5s;
}

.our_team_list_desc:hover {
	transform: translate(0, -5px);
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.our_team_list_desc img {
	width: 100%;
	height: 250px;
	object-fit: fill;
}

/* ========= EXPERT IN ========= */
.expert {
    /* background-image: url(../images/need_help_bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 96px 0; */
	position: relative;
}
/* .expert:before {
   position:absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--black-color);
   content: "";
   opacity: .8;
} */
.expert .container-fluid {
	position: relative;
}

.expert_img img {
	width: 100%;
    /* height: 600px; */
	object-fit: cover;
}

.expert_list li {
	position: relative;
	line-height: 2;
    /* font-size: 20px; */
	font-weight: 400;
	color: var(--secondry-color);
	text-align: justify;
}

.expert_img.team_exp_img img {
	height: auto;
}

.footer_logo {
	height: 65px;
	margin-bottom: 15px;
}

.expert_desc p {
	font-size: 20px;
	color: var(--secondry-color);
}

.expert_list li:before {
	position: absolute;
	top: 0;
	left: -30px;
	color: var(--primary-color);
	content: "\f0e7";
	font-family: 'Font Awesome 5 Pro';
}

.expert_desc {
	position: relative;
    /* margin-left: -60px; */
	/* background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%); */
	padding: 30px 15px;
}

.p-line {
	display: inline-block;
	width: 250px;
	height: 2px;
	background: var(--primary-color);
	margin-bottom: 10px;
}

/* ========== CHANEL PARTNER ========== */
.chanel_partner {
	margin-top: 50px;
}

.chanel_partner .owl-carousel .owl-item img {
	height: 80px;
	border: 1px solid #ddd;
	padding: 10px;
}

.chanel_partner .owl-carousel .owl-item img:hover {
	filter: grayscale(1);
}

/* ======== Innser Services ========= */
.inner_service__title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.inner_service p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

/* ========== START INNER PAGE =========== */
.inner_banner {
	background-image: url(../images/inner-banner.jpg);
	background-position: center;
	background-size: cover;
	padding: 7rem 0;
	position: relative;
}

.inner_banner .container-fluid {
	position: relative;
}

.inner_banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .6;
}

.breadcrumb {
	margin: 0;
}

.breadcrumb a {
	color: var(--primary-color);
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.why_call_box_desc {
	border: 1px solid #ddd;
	padding: 25px 0 0 65px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 20px rgba(48, 52, 66, .05);
}

.why_call_box_desc:before {
	position: absolute;
	left: 5px;
	top: -20px;
	content: "1";
	font-size: 120px;
	color: #e0e1e4;
	font-weight: 600;
}

.why_call_box_desc.wsecond:before {
	position: absolute;
	left: 5px;
	top: -20px;
	content: "2";
	font-size: 120px;
	color: #e0e1e4;
	font-weight: 600;
}

.why_call_box_desc.wthird:before {
	position: absolute;
	left: 5px;
	top: -20px;
	content: "3";
	font-size: 120px;
	color: #e0e1e4;
	font-weight: 600;
}

.why_call_box_desc:after {
	position: absolute;
	right: 5px;
	top: 10px;
	content: url(../images/services-bg.png);
}

.why_call_box_desc h5 {
	font-size: 20px;
	line-height: 34px;
	color: #303442;
	font-weight: 800;
	padding: 0 0 8px 0;
	margin: 0;
}

.why_call_box {
	display: flex;
	padding-right: 40px;
	margin-left: 10px;
	justify-content: flex-start;
}

.our_advantages {
	background: #fafaf5;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.advan_image {
	margin-right: 10px;
	margin-top: 8px;
}

.advan_box p {
	font-size: 15px;
	font-weight: 500;
	color: #6a6a6a;
}

/* ====== Conatct ============= */
.list_form {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 20px;
}

.list_form h6 {
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 15px;
	padding: 15px 0;
	background: var(--primary-color);
	color: #fff;
	letter-spacing: 1px;
}

.form-control.form_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-top: 20px;
}

.ec_contact_box h6 {
	font-weight: 800;
	margin-bottom: 15px;
	color: var(--secondry-color);
	text-transform: uppercase;
}

.ec_contact_box {
	text-align: center;
	border: 1px solid #ddd;
	padding: 25px 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.ec_contact_box a {
	color: #000;
	display: block;
}

.fp-sub-form {
	padding: 10px 30px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	background: var(--primary-color);
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 25px;
	color: #fff;
	width: 90%;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	margin: auto;
}

.form-control.form_fieldss {
	height: auto;
	border-radius: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

iframe.contact_map {
	width: 100%;
	height: 370px;
	border: 5px solid #eee;
}
/* =========== FOOTER ======= */


.p_footer {
	background: #303442;
	padding: 40px 0;
	margin-top: 50px;
}

.footer_about {
	padding-right: 20px;
}

.footer_links {
	padding: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.f_add {
	font-weight: 600;
	color: var(--primary-color);
}

.footer_address p {
	line-height: 1.4;
	color: #bbbdc3;
}

.f_logo {
	height: 50px;
}

.footer_heading {
	color: #fff;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.footer_heading span {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.footer_heading span:after {
	position: absolute;
	width: 100%;
	height: .5px;
	bottom: 0;
	left: 0;
	background: #ddd;
	content: "";
}

.p_footer p {
	color: #bbbdc3;
	font-size: 14px;
	margin-block: 0;
}

.p_footer p a {
	color: #bbbdc3;
	font-size: 14px;
	margin-block: 0;
}

.bdr {
	background-image: linear-gradient(to right, #eeeeee9e ,#cccccc0d);
}

.footer_links li a {
	color: #bbbdc3;
	transition: all ease .5s;
	font-size: 14px;
}

.footer_links li a:hover {
	transition: all ease .5s;
	margin-left: 10px;
	color: var(--primary-color);
}

.footer_links li {
	margin-bottom: 15px;
}

.footer_links li:first-child {
	border-top: 0px solid var(--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: 1026;
	position: fixed;
	right: 50px;
	bottom: 20px;
}

.bn-icons img {
	height: 50px;
}

.lets_meet_call img {
	height: 25px;
}

.social_media {
	display: flex;
	justify-content: start;
	padding: 0;
}

.social_media li {
	padding-right: 20px;
}

.social_media li img {
	height: 35px;
}