:root {
	--primary-color: #0056ae;
	--secondary-color: #111111;
	--ternary-color: #2785b7;
}
body {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
}

p {
	margin-bottom: 0;
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

a,
p,
span,
li {
	font-family: Poppins, sans-serif;
}
section {
	padding: 60px 0px;
}
section.section-top-padding-off {
	padding-top: 0px;
}
section.padding-off {
	padding: 0px;
}
.vertical-align {
	display: flex;
	align-items: center;
}

/* top bar */
.top-bar {
	padding: 12px 0;
	background: var(--secondary-color);
}
.top-bar-text {
	color: #888888;
	font-size: 14px;
}
.top-bar-social-links {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
}
.top-bar-social-link {
	height: 25px;
	width: 25px;
	display: flex;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.1);
	align-items: center;
	justify-content: center;
}

/* header */
.header {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 0 0 #ebebeb;
	-moz-box-shadow: 0 1px 0 0 #ebebeb;
	box-shadow: 0 1px 0 0 #ebebeb;
	padding: 15px 0px;
}
.header-content {
	display: flex;
	justify-content: space-between;
}
.header-get-a-quote {
	display: flex;
	align-items: center;
}
.get-a-quote-btn {
	background: var(--ternary-color);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 12px 25px;
}
.logo-img {
	width: 236px;
	height: 70px;
}
/* menu bar */
.menu {
	display: flex;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.menu-bar-items {
	display: flex;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	flex-wrap: wrap;
}
.menu-dropdown:hover .menu-dropdown-list {
	height: 180px;
	opacity: 1;
}
.menu-dropdown:hover {
	overflow: visible;
}

.menu-dropdown {
	position: relative;
	overflow: hidden;
}
.menu-dropdown-list {
	position: absolute;
	opacity: 0;
	left: 0px;
	top: 54px;
	width: 270px;
	background-color: #dceffa;
	color: #000000;
	height: 0px;
	z-index: 2;
	padding: 0px;
	list-style-type: none;
	transition: all ease-in-out 0.4s;
}
.menu-dropdown-link {
	padding: 8px 10px;
	display: flex;
	color: #333333;
	font-weight: 600;
	font-size: 15px;
	transition: all ease-in-out 0.3s;
	border-bottom: 1px solid #333333;
}
.menu-dropdown-link:hover {
	background-color: var(--ternary-color);
	color: #ffffff;
}
.menu-dropdown-list li:last-child a {
	border-bottom: none;
}
.menu-bar-link {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	padding: 15px 20px;
}
.menu-bar-link.active {
	color: var(--ternary-color);
}
.search-btn {
	background: rgba(0, 0, 0, 0.05);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* slider */

.home-slider {
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	height: 500px;
	text-align: center;
	/* z-index: 2; */
}
.swiper-wrapper {
	position: relative;
}
/* .slide-overlay {
	content: "";
	position: absolute;
	background-color: var(--primary-color);
	opacity: 0.3;
	width: 100%;
	height: 100%;
	z-index: 1;
} */

.slider-container {
	/* padding: 70px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-sub-title {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	padding: 50px 0px;
}

.slider-title {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: -1.03px;
	color: #ffffff;
	opacity: 1;
}

.banner-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.our-service-btn {
	font-weight: 600;
	background-color: var(--ternary-color);
	border: 1px solidvar(--ternary-color);
	padding: 10px 20px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
.request-consultation-btn {
	background-color: #ffffff;
	border: 1px solid#ffffff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 18px;
	color: var(--ternary-color);
}

.slide-1 {
	background: url(../images/banner/slider.png) no-repeat center center;
	background-size: cover;
}

.slide-2 {
	background: url(../images/banner/slider2.jpg) no-repeat center center;
	background-size: cover;
}

.slide-3 {
	background: url(../images/banner/slider3.jpg) no-repeat center center;
	background-size: cover;
}
.slide-4 {
	background: url(../images/banner/slider4.jpg) no-repeat center center;
	background-size: cover;
}

.slider-buttton {
	display: inline-block;
}

.swiper-slide {
	position: relative;
}
.slider-overlay {
	content: "";
	position: absolute;
	background-color: #0056ae;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
/* .swiper-slide.slide-2 .slider-overlay,
.swiper-slide.slide-3 .slider-overlay,
.swiper-slide.slide-4 .slider-overlay {
	background-color: #000000;
	opacity: 0.8;
} */
.position-relative {
	position: relative;
}

.slider-container {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/* .swiper-slide-active .slider-sub-title {
	animation: rollIn 1s;
} */

/* .swiper-slide-active .slider-title {
	animation: fadeInUp 1.5s;
} */
/* .swiper-slide-active.slide-2 .slider-title {
	animation: fadeInRight 1.5s;
}
.swiper-slide-active.slide-3 .slider-title {
	animation: fadeInLeft 1.5s;
} */

.swiper-slide-active .slider-buttton {
	animation: zoomIn 2s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	background: rgba(0, 0, 0, 0.2);
	width: 40px;
	height: 90px;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
	color: #ffffff;
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 0px);
	right: auto;
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0px);
	left: auto;
}

/* inner banner */
.banner-area {
	min-height: 300px;
	display: flex;
	align-items: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.banner-overlay {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	opacity: 0.2;
}
.banner-text {
	position: relative;
}

.banner-title a {
	background-color: var(--ternary-color);
	padding: 8px 15px;
	color: #ffffff !important;
	font-size: 26px;
}
/* about us */
.know_more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px;
}
.section-title {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 0px;
	font-weight: 600;
}
.about-inner-title {
	margin-bottom: 20px;
}
.separator {
	position: relative;
}
.separator::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: var(--secondary-color);
	bottom: -5px;
	left: 0px;
}
.separator::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: var(--primary-color);
	bottom: -5px;
	left: 20px;
}
.about-inner-content {
	margin-bottom: 20px;
}
.about-inner-content p {
	margin-bottom: 5px;
	text-align: justify;
}
.about_text {
	color: #9b9b9b;
	line-height: 26px;
}

.about_text p {
	font-size: 18px;
	text-align: justify;
}

.testimonial {
	background-color: #f5f5f5;
}
.client_testimonial_slide {
	height: 440px;
}

.testimonial_card {
	min-height: 430px;
	padding: 40px 15px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #dceffa;
	-webkit-box-shadow: 0 3px 10px 0 rgba(119, 119, 119, 0.1);
	-moz-box-shadow: 0 3px 10px 0 rgba(119, 119, 119, 0.1);
	box-shadow: 0 3px 10px 0 rgba(119, 119, 119, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.testimonial_review {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	font-family: "Roboto";
	color: #6e6e6e;
}
.testimonial_client {
	margin: 30px 0 0;
	color: #333333;
	font-size: 18px;
	font-family: "Roboto";
	font-weight: 500;
	text-align: center;
}
.testimonial_company {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

/* Service */
.service-card {
	text-align: center;
}
.service-icon {
	background-color: #000000;
	width: 100px;
	height: 100px;
	display: flex;
	margin: 0px auto 25px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}
.service-icon img {
	width: 70px;
	height: 70px;
}
.ml10 {
	margin-left: 10px;
}
.service-icon img.w80 {
	width: 80px;
	height: 80px;
}
.service-title {
	color: var(--ternary-color);
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-transform: capitalize;
	/* margin-bottom: 15px; */
	min-height: 50px;
}
.service-detail {
	color: #666666;
	font-family: Lato, sans-serif;
	font-size: 15px;
	line-height: 25px;
}
.service-heading h4 {
	font-size: 20px;
	text-transform: capitalize;
}
.service-inner-title,
.service-content {
	margin-bottom: 20px;
}
.service-content p {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
}
.service-pointer {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 20px;
}
.service-pointer li {
	line-height: 25px;
	margin-bottom: 5px;
	font-family: Lato, sans-serif;
}
.service-pointer.no-bullet {
	list-style-type: none;
	padding: 0;
}
/* footer */

.footer {
	background-color: #111111;
	padding: 60px 0px 30px 0px;
}

.footer-logo img {
	height: 53px;
}
.footer-bdm-logo {
	height: 22px;
}
.footer-heading {
	color: #ffffff;
	font-family: Lato, sans-serif;
	height: 53px;
	margin: 0;
}
.footer-services {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #ffffff;
	column-count: 2;
	font-size: 14px;
	margin: 30px 0 0;
}
.footer-services li {
	margin-bottom: 15px;
}
.footer-contact {
	padding: 0;
	margin: 30px 0 0;
	list-style-type: none;
	color: #ffffff;
	font-size: 14px;
}
.footer-contact li {
	/* margin-bottom: 10px; */
	line-height: 25px;
}
.footer-contact li a {
	color: #ffffff;
}
.footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 38px;
}

.copyright-text {
	color: #aaaaaa;
	font-size: 14px;
}
.copyright-text a {
	color: #ffffff;
}
.footer-menu {
	display: flex;
	list-style-type: none;
	gap: 20px;
	padding: 0px;
	margin: 0px;
	justify-content: end;
}
.footer-social-links {
	margin: 30px 0 0;
	display: flex;
	gap: 5px;
}
.footer-menu-link {
	font-size: 14px;
	color: #ffffff;
}
.footer-social-link {
	font-size: 14px;
	color: #ffffff;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer-whatsapp.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9;
}
.scroll-top a,
.scroll-top a:visited {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 22px;
	color: #ffffff;
	border-radius: 5px;
}

/* Social Icon */
.facebook {
	background-color: var(--primary-color);
}

/* Contact  */
.contact_section {
	box-shadow: 2px 3px 10px #ddd;
}
.contact_info {
	background-color: var(--primary-color);
	height: 100%;
	color: #ffffff;
}
.contact_info,
.contact_form {
	padding: 40px 20px;
}
/* .contact_form {
	padding: 40px 20px 40px 0px;
} */
.contact_info_heading,
.contact_form_heading {
	margin-bottom: 30px;
	font-size: 22px;
}
.contact_info_list {
	padding: 0;
	margin: 0;
}
.contact_info_list li {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.contact_info_list li i {
	font-size: 20px;
}
.contact_info_list li a {
	font-size: 16px;
	color: #ffffff;
}
.contact_info_list li:first-child {
	align-items: start;
}
.contact_info_list li:first-child i {
	margin-top: 5px;
}
.contact_input {
	border-radius: unset;
	margin-bottom: 15px;
	min-height: 45px;
}
.contact_input:focus {
	box-shadow: none;
	border-color: var(--primary-color);
}
.submit_btn {
	background-color: var(--primary-color);
	border-radius: unset;
	color: #ffffff;
	font-weight: 500;
	margin-top: 20px;
	transition: all ease-in-out 0.3s;
}
.submit_btn:hover {
	background-color: var(--ternary-color);
	color: #ffffff;
}
/* Order */

@media (max-width: 520px) {
	/* Basic */
	.order_sm_1 {
		order: 1;
	}
	.order_sm_2 {
		order: 2;
	}

	/* Main */
	.logo {
		width: 180px;
	}
	.menu {
		justify-content: center;
	}

	.menu-bar-link {
		padding: 15px 12px;
		font-size: 14px;
	}
	.slider-title {
		font-size: 30px;
	}
	.slider-container {
		padding: 30px;
	}
	.slider-sub-title {
		font-size: 16px;
		text-align: center;
		padding: 30px 0px;
	}
	.swiper-slide {
		height: 600px;
	}
	.client_testimonial_slide .swiper-slide {
		height: 440px;
	}
	.about_text p {
		text-align: center;
	}
	.service-card {
		margin-bottom: 30px;
	}
	.competitive-content p {
		text-align: center;
	}
	.footer-menu {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-heading {
		margin-top: 30px;
	}
	.footer-contact,
	.footer-social-links {
		margin: 0;
	}
	.copyright-text {
		text-align: center;
		margin-bottom: 20px;
	}
}
