@charset "UTF-8";
/*!
 * Template: DWDS1
 * Developed by Outweave.com
*/

/*-------------------------------------
#. Defaults
---------------------------------------*/

body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
	color: #000000;
	font-weight: 400;
	height: 100%;
	background-color: #ffffff;
}

html, body {
  scroll-padding-top: 150px; /* height of sticky header */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

/*-------------------------------------
#. Colors
---------------------------------------*/

:root {
	--color-1: #444444; /*main color*/
	--color-2: #ff4e00; /*secondary color*/
	--color-3: #2f4858; /*dark background*/
	--color-4: #eee; /*light background*/
}

a {
	color: var(--color-2);
	text-decoration: none;
}

a:hover {
	color: var(--color-3);
}

.color-1 {
	color: var(--color-1) !important;
}

.bg-color-1 {
	background-color: var(--color-1) !important;
}

.color-2 {
	color: var(--color-2) !important;
}

.bg-color-2 {
	background-color: var(--color-2) !important;
}

.color-3 {
	color: var(--color-3) !important;
}

.bg-color-3 {
	background-color: var(--color-3) !important;
}

.color-4 {
	color: var(--color-4) !important;
}

.bg-color-4 {
	background-color: var(--color-4) !important;
}

.fa {
	color: var(--color-3);
}

/*-------------------------------------
#. Headings
---------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 36px;
	line-height: 1.25;
}

h2 {
	font-size: 30px;
	line-height: 1.3;
}

h3 {
	font-size: 22px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	line-height: 1.45;
}

/*-------------------------------------
#. Additional Spacing
---------------------------------------*/

.pt {
	padding-top: 75px;
}

.pb {
	padding-bottom: 75px;
}

.ptt {
	padding-top: 60px;
}

.pbb {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.pt {
		padding-top: 110px;
	}

	.pb {
		padding-bottom: 110px;
	}
	.ptt {
		padding-top: 75px;
	}

	.pbb {
		padding-bottom: 75px;
	}
}

.p-45 {
	padding: 2.25rem !important;
}

.px-45 {
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important;
}

.py-45 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}

.pt-45 {
	padding-top: 2.25rem !important;
}

.pb-45 {
	padding-bottom: 2.25rem !important;
}

.ps-45 {
	padding-left: 2.25rem !important;
}

.pe-45 {
	padding-right: 2.25rem !important;
}

.m-45 {
	margin: 2.25rem !important;
}

.mx-45 {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important;
}

.my-45 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important;
}

.mt-45 {
	margin-top: 2.25rem !important;
}

.mb-45 {
	margin-bottom: 2.25rem !important;
}

.ms-45 {
	margin-left: 2.25rem !important;
}

.me-45 {
	margin-right: 2.25rem !important;
}

.p-55 {
	padding: 4rem !important;
}

.px-55 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.py-55 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.pt-55 {
	padding-top: 4rem !important;
}

.pb-55 {
	padding-bottom: 4rem !important;
}

.ps-55 {
	padding-left: 4rem !important;
}

.pe-55 {
	padding-right: 4rem !important;
}

.m-55 {
	margin: 3.5rem !important;
}

.mx-55 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.my-55 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}

.mt-55 {
	margin-top: 3.5rem !important;
}

.mb-55 {
	margin-bottom: 3.5rem !important;
}

.ms-55 {
	margin-left: 3.5rem !important;
}

.me-55 {
	margin-right: 3.5rem !important;
}

@media (min-width: 768px) {
	.m-55 {
		margin: 4rem !important;
	}

	.mx-55 {
		margin-left: 4rem !important;
		margin-right: 4rem !important;
	}

	.my-55 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.mt-55 {
		margin-top: 4rem !important;
	}

	.mb-55 {
		margin-bottom: 4rem !important;
	}

	.ms-55 {
		margin-left: 4rem !important;
	}

	.me-55 {
		margin-right: 4rem !important;
	}
}

.width-style-1 {
	width: 100%;
}

@media (min-width: 1140px) {
	.width-style-1 {
		width: 80%;
	}
}

.width-style-2 {
	width: 100%;
}

@media (min-width: 1140px) {
	.width-style-2 {
		width: 60%;
	}
}

.fs-18 {
	font-size: 18px;
}

/*-------------------------------------
#. Loader
---------------------------------------*/

.loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #fff;
  z-index: 1021;
}

.loader::after {
	content: "";
  border: 16px solid var(--color-4);
  border-radius: 50%;
  border-top: 16px solid var(--color-2);
  border-bottom: 16px solid var(--color-2);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*-------------------------------------
#. Styles
---------------------------------------*/

.social-list {
	display: flex;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	flex-wrap: wrap;
}

.social-list li {
	flex: 0 0 35px;
	margin-right: 10px;
	text-align: center;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
}

.social-list li:last-child {
	margin-right: 0;
}

.social-list li:hover {
	background-color: #ccc;
}

.social-list li a {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	text-decoration: none;
}

/*-------------------------------------
#. Transitions Styles
---------------------------------------*/

.zoom-out {
	transition: all 0.5s;
	transform: scale(1);
}

.zoom-out:hover {
  transform: scale(1.1);
}

.scale-rorate {
	transition: all 0.5s;
}

.scale-rorate:hover {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.link-hover-strech {
	transition: all 0.5s;
}

.link-hover-strech:hover {
	letter-spacing: 3px;
}

/*-------------------------------------
#. Button Styles 1
---------------------------------------*/

.btn {
	border: none;
	font-weight: bold;
}

.btn::after {
	content: ">";
	padding-left: 15px;
}

.btn-primary {
	background-color: var(--color-2);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--color-1);
}

.btn-secondary {
	background-color: #fff;
	color: #000;
}

.btn-secondary:hover {
	color: var(--color-1);
	background-color: var(--color-4);
}

.btn-style-1 {
	padding: 14px 26px;
}

.btn-style-2 {
	padding: 12px 22px;
}

.btn-style-3 {
	padding: 10px 22px;
}

@media (min-width: 768px) {
	.btn-style-1 {
		padding: 18px 34px;
	}
	.btn-style-2 {
		padding: 16px 30px;
	}
	.btn-style-3 {
		padding: 12px 26px;
	}
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/

.swiper-wrapper > * {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.swiper-button-next, .swiper-button-prev {
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	padding: 25px;
	opacity: 0.4;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 0.8;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 18px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 18px;
}

.swiper-bottom-padding {
	padding-bottom: 1px; /*Fix to prevent removal of Bottom border - Apply to .swiper class*/
}

.slider .swiper-button-next, .slider .swiper-button-prev {
	display: none;
}

.slider {
	height: 550px;
}

@media (min-width: 768px) {
	.slider {
		height: 650px;
	}
}

@media (min-width: 1400px) {
	.slider {
		height: 750px;
	}
	.slider .swiper-button-next, .slider .swiper-button-prev {
		display: flex;
	}
}

.slider-4 .swiper-slide {
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider-4 .swiper-slide::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
}

/*-------------------------------------
#. Top header bar
---------------------------------------*/

.header-top-bar-dark a, .header-top-bar-dark .fa, .header-top-bar-dark p {
	color: #fff;
}

.header-top-bar-light a, .header-top-bar-light p, .header-top-bar-light .fa {
	color: #000;
}

.header-top-bar {
	font-size: 15px;
}

.phoneEmail a {
	display: block;
}

.phoneEmail span, .phoneEmail .email {
	display: none;
}

@media (min-width: 576px) {
	.phoneEmail a {
		display: inline !important;
	}

	.phoneEmail span {
		display: inline;
	}
}

/*-------------------------------------
#. Header 1 with Navigation
---------------------------------------*/

.header-1 {
	box-shadow: 0 5px 30px -1px rgba(0, 0, 0, 0.1);
}

.header-1 .navbar-toggler {
	padding: .15rem .5rem;
}

.header-1 .navbar-toggler:focus {
	box-shadow: none;
}

.header-1 .navbar-brand img {
	height: 35px;
}

@media (min-width: 768px) {
	.header-1 .navbar-brand img {
		height: 40px;
	}
}

.header-1 .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	color: rgba(0, 0, 0, 1.0);
}

.header-1 .navbar-nav .nav-link.active {
	font-weight: bold;
}

@media (min-width: 768px) {
	.header-1 .navbar-nav .nav-link {
		font-size: 17px;
	}
}

@media (max-width: 992px) {
	.header-1 .navbar-nav .nav-item {
		margin-bottom: 5px;
		background-color: #f4f4f4;
		padding-left: 15px;
	}
	.header-1 .navbar-nav {
		margin-top: 15px;
	}
}

/*-------------------------------------
#. Boxes Style 3 (Testimonials)
---------------------------------------*/


/*-------------------------------------
#. Testimonial General Styles
---------------------------------------*/

.testimonial-icon-top-left .box:before {
	font-family: "FontAwesome"; 
	content: "\f10d";
	color: var(--color-2);
	position: absolute;
	font-size: 80px;
	top: 20px;
	left: 20px;
	opacity: 0.1;
	line-height: 1;
}

.testimonial-icon-bottom-right .box:before {
	font-family: "FontAwesome"; 
	content: "\f10e";
	color: var(--color-1);
	position: absolute;
	font-size: 80px;
	opacity: 0.1;
	line-height: 1;
	bottom: 20px;
	right: 20px;
}

.star-rating .fa {
	font-size: 25px;
	color: #000;
	padding: 0 2px;
}

.star-rating .fa.checked {
	color: #FFA500;
}

/*-------------------------------------
#. Testimonial Style 1
---------------------------------------*/

.testimonial-1 img {
	width: 100px;
}

/*-------------------------------------
#. CTA 6
---------------------------------------*/


/*-------------------------------------
#. Footer General Styles
---------------------------------------*/

.footer-logo {
	width: 200px;
	height: auto;
}

.footer-bg {
	position: relative;
	background-color: var(--color-3);
  z-index: 2;
}

.footer-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url('../images/world-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.footer-above-text {
	background-color: rgba(0 ,0 ,0, 0.5);
}

.footer-above-text a {
	color: var(--color-2) !important;
	font-weight: bold;
}

/*-------------------------------------
#. Footer Style 1
---------------------------------------*/

.footer-1 a {
	color: #fff;
}

.footer-1 a:hover {
	color: var(--color-2);
}

.footer-1 .fa {
	color: var(--color-1);
}

.footer-1 .terms a {
	text-decoration: underline;
}

/*-------------------------------------
#. Section Title 5
---------------------------------------*/

.title-5 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 12px;
	position: relative;
}

.title-5::before {
	content: '';
	bottom: -3px;
	left: 0;
	width: 20%;
	height: 4px;
	background-color: var(--color-2);
	position: absolute;
}

/*-------------------------------------
#. Section Title 6 (Slider)
---------------------------------------*/

.title-6 .line-before::before {
	content: "";
	background-color: var(--color-4);
	height: 3px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: -75px;
}

.title-6 .line-after::after {
	content: "";
	background-color: var(--color-4);
	height: 3px;
	width: 40px;
	position: absolute;
	top: 50%;
	right: -75px;
}

/*-------------------------------------
#. Box Style 10 (Home Services)
---------------------------------------*/

.boxes-10 .box h3 {
	color: #fff;
}

.boxes-10 .box:hover h3 {
	color: var(--color-2);
}

.boxes-10 .box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
}

.boxes-10 .box .card-body {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.boxes-10 .box .card-img-top {
	aspect-ratio: 1;
	object-fit:  cover;
}

/*-------------------------------------
#. Box Style 11 (Services)
---------------------------------------*/

.boxes-11 .box {
	border-bottom: 3px solid var(--color-1);
}

.boxes-11 .box:hover {
	border-bottom: 3px solid var(--color-2);
}

.boxes-11 .box:hover {
	background-color: #f7f7f7;
}

.boxes-11 .box .card-link {
	font-weight: bold;
	font-size: 18px;
}

.boxes-11 .box:hover .card-link {
	color: var(--color-2);
}

.boxes-11 .box .card-link::after {
	content: ">>";
	padding-left: 8px;
}

.boxes-11 .box .icon {
	position: relative;
	top: -37px;
}

.boxes-11 .box .icon .fa {
	background-color: var(--color-3);
	border-radius: 5px;
	width: 70px;
	height: 75px;
	line-height: 75px;
}

.boxes-11 .box:hover .icon .fa {
	background-color: var(--color-2);
}

.boxes-11 .box .card:hover .fa {
	color: var(--color-2);
}

/*-------------------------------------
#. Box Style 16
---------------------------------------*/

.boxes-16 .box .card-img-top {
	max-width: 100px;
	max-height: 100px;
	min-height: 100px;
	transition: all 0.3s ease;
}

.boxes-16 .box:hover .card-img-top {
	transform: translateY(10px);
}

.boxes-16 .box:hover .card-link {
	color: var(--color-2);
}

.boxes-16 .box:hover .fa {
	color: var(--color-2);
}

.boxes-16 .box .fa {
	color: var(--color-1);
}

/*-------------------------------------
#. About Styles General
---------------------------------------*/

.about-highlight {
	border-left: 5px solid var(--color-2);
}

.about-list {
	overflow: hidden;
}

.about-list li {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.about-list li {
		float: left;
		width: 50%;
	}
}

/*-------------------------------------
#. About Style 1
---------------------------------------*/

/*-------------------------------------
#. Breadcrumb 2
---------------------------------------*/

.breadcrumb a {
	color: var(--color-1);
}

.breadcrumb-2 {
	background: url("../images/breadcrumb-bg.webp");
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 2;
}

.breadcrumb-2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.65;
	z-index: -1;
}

.breadcrumb-left-border {
	border-left: 6px solid var(--color-2);
}

.breadcrumb-2 .breadcrumb .breadcrumb-item:first-child a::before {
	font-family: "FontAwesome"; 
	content: "\f015";
	padding-right: 10px;
}

.breadcrumb-2 .breadcrumb-item.active {
	color: #ccc;
}

/*-------------------------------------
#. Contact Form Style 1
---------------------------------------*/

.contact .alert p {
	margin: 0;
}

.contact-form-1 {
	background-color: var(--color-1);
}

@media (min-width: 992px) {
	.contact-form-1 .container {
		max-width: 960px;
	}
}

/*-------------------------------------
#. Loader
---------------------------------------*/

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-color: #fff;
  z-index: 1021;
}

.loader::after {
	content: "";
  border: 16px solid var(--color-4);
  border-radius: 50%;
  border-top: 16px solid var(--color-2);
  border-bottom: 16px solid var(--color-2);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.captcha_refresh_button {
    width: 40px;
	margin-left: 20px;
}