/*========================================================================

	Template Name : Tralse - Construction Building HTML Template
	Author : Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	00. Modal
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Counter
	06. Services
	07. Call to action
	08. Awesome Features
	09. Gallery
	10. Our Work
	11. Pricing table
	12. Our Team
	13. Testimonials
	14. Blog
	15. Client
	16. Footer
	17. Page Title
	18. FAQ's
	19. Contact Us
	21. Newslatter
	21. Terms And Conditions	

----------------------------------*/

/* Theme Font Use */
@import url("../fonts/fontawesome/font-awesome.min.css");
@import url("../fonts/materialdesignicons/css/materialdesignicons.min.css");
@import url("../fonts/bootstrapicons/bootstrapicons.min.css");

@import url('../fonts/montserrat/montserrat.css');
/* font-family: 'Montserrat', sans-serif; */
@import url('../fonts/opensans/opensans.css');
/* font-family: 'Open Sans', sans-serif; */



:root {
	--bs-open-sans: 'Open Sans', sans-serif;
	--bs-montserrat: 'Montserrat', sans-serif;

	--bs-blue: #007bff;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #ed1c24;
	--bs-red-2: #cf181f;
	--bs-red-3: #ff383f;
	--bs-orange: #fd7e14;
	--bs-yellow: #ecb807;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #1D809F;
	--bs-secondary: #ecb807;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ecb807;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 29, 128, 159;
	--bs-secondary-rgb: 236, 184, 7;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 236, 184, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.cursor {
  cursor: pointer;
}

/* ===================================
	00. Modal
=================================== */
body.modal-open .container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.modal-backdrop {
	background-color: var(--bs-black);
 }
.modal-content {
	background-color: var(--bs-light);
}
/**=========================
	END MODAL
=========================**/

/* ===================================
	01. Common
=================================== */
::selection {
	background-color: var(--bs-blue);
	color: var(--bs-white);
}
::-moz-selection {
 background-color:  var(--bs-blue);
 color: var(--bs-white);
}
body {
	font-family: var(--bs-open-sans);
	font-size: 14px;
	background-color: var(--bs-dark);
}
main {
	background-color: var(--bs-white);
}
p {
	font-family: var(--bs-open-sans);
	font-size: 14px;
	line-height: 24px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
	font-family: var(--bs-montserrat)
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--bs-montserrat);
}
.gray-bg {
	background-color: var(--bs-gray-500);
}
.darkgray {
	color: var(--bs-dark);
}
.lightgray {
	color: var(--bs-light);
}
.white {
	color: var(--bs-white);
}
.bg-darkgray {
	background-color: var(--bs-dark);
}
.bg-lightgray {
	background-color: var(--bs-gray-200);
}
.bg-white {
	background-color: var(--bs-white);
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
.alert {
	border-radius: 0px;;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 10px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: var(--bs-white);
	background-color: var(--bs-red-3);
	text-decoration: none;
	border-radius: 0px;
	z-index: 9999;
}
.scroll-top:hover {
	color: var(--bs-white)!important;
	text-decoration: none;
	background-color: var(--bs-red);
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: var(--bs-white);
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
	background-color: var(--bs-red);
}
/* --- Section title --- */
.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 8px 0px;
	line-height: 40px;
	color:var(--bs-gray-900);
	position: relative;
	padding: 0px;
	text-transform: uppercase;
}
.section-title h6 {
	text-transform: uppercase;
	font-size: 12px;
}
.section-title h2 span {
	color: var(--bs-red);
	text-decoration: underline;
}
/* --- Buttons --- */
.btn-link {
	color: var(--bs-red);
}
.btn-link:hover {
	color: var(--bs-red-2);
	transform: translateY(-2px);
}

.btn-style-border {
	border: 1px solid var(--bs-red);
	color: var(--bs-red);
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-border:hover {
	border: 1px solid var(--bs-dark);
	color: var(--bs-dark) !important;
	transform: translateY(-2px);
}

.btn-style-1 {
	background-color: var(--bs-red);
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	color: var(--bs-white) !important;
	border: 0px;
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: var(--bs-red-2);
	color: var(--bs-white);
	transform: translateY(-2px);
}
.btn-style-2 {
	background-color:var(--bs-gray-900);
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	border: 0px;
	color: var(--bs-white);
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: var(--bs-red-2);
	color: var(--bs-white);
	transform: translateY(-2px);
}
.btn-style-2.btn-sm {
	padding: 10px 14px;
	font-size: 12px;
}
.btn-style-3 {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-white);
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-3:hover {
	text-decoration: none;
	border: 1px solid var(--bs-gray-800);
	color: var(--bs-gray-800) !important;
	transform: translateY(-2px);
}

#main-content {
	margin-bottom: 45px;
}
#main-content .head-after {
	display:inline-block;
	border-bottom: 2px solid var(--bs-gray-dark);
	margin-bottom: 35px;
}

#main-content .head-after small {
	margin-top: 5px;
	font-size: 0.4em;
	font-weight: bold;
	color: var(--bs-gray-600);
	font-family: var(--bs-open-sans);
}
#main-content .subtitle {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--bs-gray);
}
#main-content ol {
    counter-reset: item;
}
#main-content ol li { display: block }

#main-content ol li:before {
    content: counter(item) ". ";
	counter-increment: item;
    font-weight: bold;
}
#main-content ul {
  list-style: none;
  padding: 0;
}
#main-content li {
  padding-left: 1.3em;
  line-height:160%
}
#main-content ul li:before {
  content: '\f054'; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: var(--bs-red-2);
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#main-content ul.chevron-right li:before {
	 content: "\f054"; /* FontAwesome Unicode */
}
#main-content ul.angle-right li:before {
	 content: "\f105"; /* FontAwesome Unicode */
}
#main-content ul.caret-right li:before {
	 content: "\f0da"; /* FontAwesome Unicode */
}
#main-content ul.marker li:before {
	content: "\f041"; /* FontAwesome Unicode */
}
#main-content .well {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	padding: 25px;
}
#main-content a, #sub-content a {
	color: var(--bs-red-2);
}
#main-content a:hover, #sub-content a:hover {
	color: var(--bs-gray-800);
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
/* ===================================
	02. Header
=================================== */
.header-top-contact {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.header .header-upper-bar {
	background-color:var(--bs-gray-900);
	padding: 10px 0px;
}
.header-top-contact ul li {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: var(--bs-gray-500);
	padding: 0px 12px 0px 0px;
}
.header-top-contact ul li:last-child {
	border-right: 0px;
	padding: 0px 0px 0px 0px;
}
.header-top-contact ul li a {
	color: var(--bs-gray-500);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-top-contact ul li a:hover {
	color: var(--bs-red-3);
}
.header-top-info {
	text-align: right;
}
.header-social-icons {
	display: inline-block;
	margin-top: 5px;
}
.header-social-icons a {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin: 0 4px 0 0px;
	font-size: 12px;
	background-color: #dddddd;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social-icons a:last-child {
	margin-right: 0px;
}
.header-social-icons a:hover {
	color: var(--bs-white);
	background-color: var(--bs-red-3);
}
.header {
	background: var(--bs-white);
	z-index: 9;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}
.header-navigation {
	padding-top: 0;
	padding-bottom: 0;
}
.header-navigation .navbar-toggler span {
	background: var(--bs-gray-900);
}
.header-navigation .navbar-brand {
	position: relative;
	padding: 0px;
	margin: 0;
}
.header-navigation .navbar-brand:focus, .header-navigation .navbar-brand:hover {
	outline: 0;
	filter: grayscale(45%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .navbar-nav > li {
	margin: 0px 0px;
	position: relative;
}
.header-navigation .navbar-nav > li:last-child {
	margin-right: 0px;
}
.header-navigation .navbar-nav > li .nav-link {
	padding: 30px 15px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .navbar-nav > li .nav-link:hover, .header-navigation .navbar-nav > li .nav-link:focus {
	background: var(--bs-red);
	color: var(--bs-white);
	box-shadow: none;
}
.header-navigation .navbar-nav > li.active .nav-link, .header-navigation .navbar-nav > li:hover a {
	background: var(--bs-red);
	color: var(--bs-white);
}
.header-navigation .navbar-nav > li .dropdown-menu {
	margin: 0px;
	padding: 0px 0px;
	background: var(--bs-red);
	border: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item {
	border-left: 2px solidvar(--bs-gray-900);
	background-color: transparent;
	text-transform: uppercase;
	color: var(--bs-white);
	font-weight:400;
	font-size: 0.9rem;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:hover, .header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:focus, .header-navigation .navbar-nav > li .dropdown-menu .dropdown-item.active {
	color: var(--bs-white);
	background-color: #3e3e3e;
	border-left: 2px solid var(--bs-red-3);
	outline: 0;
}
.header-navigation .navbar-nav > li .dropdown-menu a {
	padding: 8px 13px;
	font-size: 12px;
	line-height: 20px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn {
	padding: 10px 25px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn:not(:hover) {
	color: var(--bs-white);
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: var(--bs-white);
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0px;
	background: var(--bs-white);
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.sticky {
	position: fixed;
	top: 0px;
	z-index: 999 !important;
}
.is-sticky .navbar {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 999 !important;
	background-color: var(--bs-white);
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-caption .slider-caption-box {
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 0;
	text-align: center;
}
.slider .carousel-caption h2 {
	font-size: 50px;
	color: var(--bs-white);
	font-weight: 800;
	text-transform: uppercase;
}
.slider .carousel-caption h2 span {
	color: var(--bs-red-3);
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: var(--bs-gray-900);
	line-height: 50px;
	background-color: var(--bs-gray-300);
	border: 0px solid rgba(255,255,255,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	width: 50px;
	bottom: auto;
	top: 50%;
	height: 50px;
	right: 60px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 60px;
	width: 50px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 50px;
	transform: translateY(-50%);
}
/* ===================================
	04. About us
=================================== */
.about-content h6 {
	text-transform: uppercase;
	font-size: 14px;
	color: var(--bs-red-3);
}
.about-content h2 {
	font-size: 30px;
	font-weight: 600;
}
/* ===================================
	05. Counter
=================================== */
.counter-area {
	background-image: url(../img/bg/counter-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.counter-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.single-counter-box {
	text-align: center;
	position: relative;
}
.counter-area .col-lg-3 {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.counter-area .col-lg-3:last-child {
	border-right: 0px;
}
.single-counter-box .content {
	position: relative;
}
.single-counter-box .content .counter-info-text {
	font-size: 70px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	color: var(--bs-red-3);
}
.single-counter-box .content .title {
	font-size: 18px;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--bs-white);
	margin-bottom: 0px;
}
/* ===================================
	06. Services
=================================== */
.service-item-box {
	position: relative;
	border-radius: 0px;
	padding: 30px;
	border: 1px solid #ecebeb;
	background-color: var(--bs-gray-100);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item-box:hover {
	border: 1px solid var(--bs-gray);
}
.service-item-box .icon {
	font-size: 28px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--bs-white);
	width: 80px;
	height: 80px;
	background-color: var(--bs-red-3);
	text-align: center;
	line-height: 80px;
	border-radius: 100px 100px 100px 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item-box:hover .icon {
	border-radius: 0px;
}
.service-item-box h3 {
	font-size: 22px;
	color: var(--bs-gray-900);
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
}
.service-item-box p {
	margin: 0;
}
/* service side link */
.widget {
	border-radius: 0px;
	overflow: hidden;
}
.title-widget {
	padding: 25px 30px;
	border-bottom: 1px solid #f1f1f1;
	background-color:var(--bs-gray-900);
}
.title-widget h4 {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: var(--bs-white);
}
.links-services {
	padding: 0px !important;
	margin-top: -1px !important;

}
.links-services li {
	padding: 0px !important;
}
.links-services li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid var(--bs-white);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.links-services li a:hover {
	color: var(--bs-dark) !important;
	border: 1px solid var(--bs-dark);
	transform: translateY(-2px);
}
.links-services li.active a {
	color: var(--bs-dark) !important;
	border: 1px solid var(--bs-dark);
	transform: translateY(-2px);
}
.links-services li a i {
	margin-right: 10px;
}
.links-services li:last-child {
	border-bottom: none;
}
/* Download broucher */
.lists-brochures {
	padding: 20px;
	background: var(--bs-white);
	border-top: none;
	border: 1px solid #f1f1f1;
}
.lists-brochures li a {
	width: 100%;
	position: relative;
	border: 1px solid #f1f1f1;
	background: #f5f5fb;
	color: #323232;
	line-height: 20px;
	display: block;
	margin-bottom: 4px;
	text-align: left;
	padding: 14px 10px;
	z-index: 2;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.20px;
}
.lists-brochures li a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.lists-brochures li a i {
	margin-right: 10px;
	font-size: 14px;
}
.lists-brochures li:last-child a {
	margin-bottom: 0;
}
/* need help */
.need-help {
	padding: 20px;
	background-color: var(--bs-white);
	border-top: none;
	border: 1px solid #f1f1f1;
}
.need-help-call {
	color: var(--bs-red-3);
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
}
.need-help-call:hover {
	color:var(--bs-gray-800) !important;
}
.need-help-mail {
	color: var(--bs-red-3);
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
}
.need-help-mail:hover {
	color:var(--bs-gray-800) !important;
}
/* single service img carousel */
.single-service-img-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: left;
}
.single-service-img-carousel .owl-nav .owl-prev, .single-service-img-carousel .owl-nav .owl-next {
	border-radius: 0;
	color: #333 !important;
	line-height: 40px;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: var(--bs-gray-300) !important;
}
.single-service-img-carousel .owl-nav .owl-prev:hover, .single-service-img-carousel .owl-nav .owl-next:hover {
	background-color: var(--bs-red-3) !important;
	color: var(--bs-white) !important;
}
/* ===================================
	07. Call to action
=================================== */
.call-to-action-section {
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	position: relative;
	z-index: 0;
}
.call-to-action-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.call-to-action h4 {
	font-size: 40px;
	color: var(--bs-white);
	font-weight: 700;
	margin-bottom: 20px;
}
.call-to-action p {
	letter-spacing: 1px;
	font-size: 16px;
	color: var(--bs-white);
	line-height: 28px;
	font-style: italic;
	margin-bottom: 20px;
	display: inline-block;
}
/* ===================================
	08. Awesome Features
=================================== */
.features-tab .nav-tabs a {
	border: 1px solid var(--bs-gray-300);
	border-radius: 0px;
	padding: 18px 12px;
	color: #333;
	position: relative;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.features-tab .nav-tabs a.active:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: var(--bs-red-3);
	right: 0px;
	left: 0px;
	margin: auto;
	bottom: -6px;
	transform: rotate(45deg);
}
.features-tab .nav-tabs a.active {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.features-tab .nav-tabs a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.features-tab .tab-content {
	border: 1px solid var(--bs-gray-300);
	padding: 20px 20px 5px 20px;
}
/* ===================================
	09. Gallery
=================================== */
.gallery-box {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 0px;
}
.gallery-box .gallery-box-img {
	position: relative;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	border: 1px solid var(--bs-gray-500);
}
.gallery-box .gallery-box-img .hoverlay {
	background: rgba(255, 56, 63, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .hoverlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gallery-box .hoverlay a {
	color: var(--bs-white);
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .hoverlay a:hover {
	color: var(--bs-white);
}
.gallery-box:hover a i {
	color: var(--bs-white);
}
.gallery-box:hover .gallery-box-des {
	background-color: var(--bs-red-3) !important;
	border-color: var(--bs-red-3);
}

/* ===================================
	10. Our Work
=================================== */
.project-section {
	position: relative;
	z-index: 0;
	background-color: var(--bs-gray-300);
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-box {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 0px;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img .hoverlay {
	background: rgba(255, 56, 63, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .hoverlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box .hoverlay a {
	color: var(--bs-white);
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box .hoverlay a:hover {
	color: var(--bs-white);
}
.portfolio-box:hover p {
	color: var(--bs-white);
}
.portfolio-box:hover .portfolio-box-des {
	background-color: var(--bs-red-3) !important;
	border-color: var(--bs-red-3);
}
.filter1 {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-gray-300);
	padding: 15px;
}
.filter1 li span {
	cursor: pointer;
	padding: 2px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filter1 li span:hover {
	color: var(--bs-white);
	background-color: var(--bs-red-3);
}
.filter1 li span.active {
	color: var(--bs-white);
	background-color: var(--bs-red-3);
}
/* project info */
.project-info-box {
	background-color: var(--bs-red-3);
	padding: 25px;
	color: var(--bs-white);
}
.project-info-box ul li h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 2px;
}
/* Progressbar */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 14px;
	color: #1e1e27;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #e5e5e5;
}
.skill-progress .progress-content {
	width: 0%;
	background: #474d53;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 20px;
}
.skill-progress .percent {
	color: #1e1e27;
	font-size: 12px;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 4px;
}
.skill-progress .progress-content {
	background: var(--bs-red-3);
}
.skill-progress .percent {
	position: relative;
}
.skill-progress .percent:before {
	background: var(--bs-red-3);
	border-radius: 100%;
	bottom: -29px;
	content: "";
	height: 15px;
	position: absolute;
	right: 10px;
	width: 15px;
}
.skill-progress .skill-bar {
	margin-bottom: 24px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
/* single project img carousel */
.single-project-img-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: left;
}
.single-project-img-carousel .owl-nav .owl-prev, .single-project-img-carousel .owl-nav .owl-next {
	border-radius: 0;
	color: var(--bs-white) !important;
	line-height: 40px;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
	width: 40px;
	border: 0 !important;
	height: 40px;
	background-color: var(--bs-red) !important;
}
.single-project-img-carousel .owl-nav .owl-prev:hover, .single-project-img-carousel .owl-nav .owl-next:hover {
	background-color: var(--bs-red-2) !important;
	color: var(--bs-white) !important;
}
/* ===================================
	11. Pricing table
=================================== */
.pricing-table {
	position: relative;
	padding: 0px;
	border: 1px solid #ececee;
	text-align: center;
}
.pricing-table .price span:first-of-type {
	font-size: 40px;
	font-weight: 300;
	color: var(--bs-red-3);
	font-family: 'Montserrat', sans-serif;
}
.pricing-table .price span:last-of-type {
	font-size: 14px;
	color: #888;
}
.pricing-header {
	background-color: #e4e4e4;
}
.pricing-header h5 {
	padding: 20px 0px;
	margin-bottom: 0px;
}
.pricing-header .price {
	background-color: #f6f6f6;
	padding: 20px 0px;
}
.pricing-body {
	padding: 32px 0 32px 0;
}
.pricing-body ul li {
	font-size: 14px;
	color: #888;
	padding-bottom: 16px;
}
.pricing-body ul li i {
	font-size: 10px;
	padding-right: 4px;
}
.pricing-body ul li:last-child {
	padding-bottom: 0px;
}
.pricing-footer {
	padding: 0px 0 32px 0
}
.pricing-footer p {
	font-size: 12px;
	font-style: italic
}
/* ===================================
	12. Our Team
=================================== */
.team-wrapper-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-wrapper-box .team-img-box {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.team-wrapper-box .team-img-box img {
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
}
.team-wrapper-box .team-img-box:after {
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	pointer-events: none;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.team-wrapper-box:hover .team-img-box img {
	transform: scale(1.1);
}
.team-wrapper-box:hover .team-img-box:after {
	background: rgba(0,0,0,.6);
}
.team-social {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 15;
	text-align: center;
	opacity: 0;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-wrapper-box:hover .team-social {
	opacity: 1;
}
.team-social li {
	display: inline-block;
	margin: 0px 0px;
	padding: 6px 12px;
	background-color: var(--bs-white);
	text-align: center;
}
.team-social li a {
	color: #333;
}
.team-social li a:hover {
	color: var(--bs-red-3);
}
.team-wrapper-box .team-member-info {
	padding: 25px;
	position: relative;
	background-color:var(--bs-gray-900);
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-wrapper-box .team-member-info:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color:var(--bs-gray-900);
	top: -5px;
	left: 20px;
	transform: rotate(45deg);
}
.team-wrapper-box .team-member-info h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-white);
	margin: 0 0 5px;
}
.team-wrapper-box .team-member-info h3 a {
	color: var(--bs-white);
}
.team-wrapper-box .team-member-info h3 a:hover {
	color: var(--bs-red-3);
}
.team-wrapper-box .team-member-info span {
	font-size: 13px;
	display: inline-block;
	opacity: 0.7;
	color: #999;
}
/* ===================================
	13. Testimonials
=================================== */
.testimonial-bg {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.testimonial-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.testimonial-item {
	position: relative;
	text-align: center;
	border-radius: 0px;
	padding: 2px 0px 0px 0px;
}
.testimonial-item .img {
	display: inline-block;
	width: 100px;
}
.testimonial-item .img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 6px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.6);
}
.testimonial-item h6 {
	color: var(--bs-white);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.testimonial-item label {
	color: var(--bs-white);
	font-size: 12px;
	margin-bottom: 0px;
}
.testimonial-item p {
	color: var(--bs-white);
	font-weight: 300;
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.testimonial-section .owl-nav {
	text-align: center;
	bottom: 0px;
	width: 100%;
	margin-top: 20px;
}
.testimonial-section .owl-nav .owl-prev, .testimonial-section .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid var(--bs-white) !important;
	border-radius: 100%;
	line-height: 40px;
	color: var(--bs-white) !important;
	margin: 0px 6px 0px 6px;
}
.testimonial-section .owl-nav .owl-prev:hover, .testimonial-section .owl-nav .owl-next:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white) !important;
}
.testimonial-section .section-title, .testimonial-section .section-title h2 {
	color: var(--bs-white);
}
/* ===================================
	14. Blog
=================================== */
.single-news-item {
	position: relative;
	background: var(--bs-white);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0px;
	overflow: hidden;
}
.single-news-item .post-thumbnail {
	position: relative;
	overflow: hidden;
}
.single-news-item .post-thumbnail img {
	width: 100%;
	height: auto;
}
.single-news-item .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.30s ease;
}
.single-news-item:hover .hover {
	opacity: 1;
}
.single-news-item .post-meta {
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
}
.single-news-item .post-meta li {
	display: inline-block;
	list-style: none;
}
.single-news-item .post-meta li {
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-right: 10px;
	margin-right: 6px;
}
.single-news-item .post-meta li:last-child {
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.single-news-item .post-meta li a {
	color: #333;
	position: relative;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.single-news-item .post-meta li a i {
	color: var(--bs-red-3);
	padding-right: 4px;
}
.single-news-item .post-meta li a:hover {
	color: var(--bs-red-3);
}
.single-news-item .post-content {
	padding: 24px;
}
.single-news-item .post-title {
	margin: 0 0 15px 0;
}
.single-news-item .post-title a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 26px;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.single-news-item .post-title a:hover {
	text-decoration: none;
	color: var(--bs-red-3);
}
.single-news-item .post-description {
	line-height: 22px;
	color: #505050;
}
/* blog widget */
.blog-widget {
	border: 1px solid var(--bs-gray-300);
	padding: 20px;
	border-radius: 0px;
}
.blog-title-widget h3 {
	font-size: 20px;
	position: relative;
}
.blog-title-widget h3:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--bs-red-3);
	top: 0px;
	left: -20px;
}
/* search widget */
.search-widget {
	position: relative;
}
.search-widget input {
	height: 50px;
}
.search-widget button {
	position: absolute;
	right: 0px;
	top: 50%;
	background-color: var(--bs-red-3);
	color: var(--bs-white);
	height: 100%;
	border-radius: 0px 4px 4px 0px;
	width: 50px;
	transform: translateY(-50%);
}
/* blog categories */
.blog-categories ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--bs-gray-300);
}
.blog-categories ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.blog-categories ul li a {
	color: #333;
}
.blog-categories ul li a:hover {
	color: var(--bs-red-3);
}
/* blog tags */
.blog-tags a {
	background-color: var(--bs-gray-300);
	padding: 4px 10px;
	display: inline-block;
	color: #333;
	border-radius: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
}
.blog-tags a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
/* Recent post */
.recent-post-box {
	display: inline-block;
	width: 100%;
	position: relative;
}
.recnt_pst_imge {
	width: 20%;
	float: left;
	margin-right: 15px;
}
.recnt_pst_imge img {
	border-radius: 0px;
}
.recent-title {
	text-align: left;
	display: inline-block;
	width: 75%;
	float: left;
}
.recent-title > a {
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 0px;
	color: #2c2c2c;
	line-height: 22px;
}
.recent-title > p {
	font-size: 13px;
	color: #515050;
	margin-top: -8px;
	margin-bottom: 0px;
}
/* singal blog */
.singal-blog-section blockquote {
	background-color: var(--bs-gray-300);
	padding: 20px;
	text-align: center;
	border-top: 1px solid var(--bs-red-3);
}
.singal-blog-section blockquote p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.singal-blog-section .post-share-options {
	position: relative;
	margin-top: 10px;
	width: 100%;
}
.singal-blog-section .post-share-options {
	position: relative;
	display: inline-block;
}
.singal-blog-section .post-share-options .share-tags {
	float: left;
}
.singal-blog-section .post-share-options .share-tags a:first-child {
	margin-left: 10px;
}
.singal-blog-section .post-share-options .share-tags a {
	position: relative;
	color: #222222;
	text-transform: uppercase !important;
	line-height: 1em;
	padding: 6px 10px;
	font-size: 11px;
	border-radius: 0px;
	background-color: var(--bs-gray-300);
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
}
.singal-blog-section .post-share-options .share-tags a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.singal-blog-section .post-share-options .share-tags a:last-child {
	margin-right: 0px;
}
.singal-blog-section .post-share-options .share-social {
	float: right;
}
.singal-blog-section .post-share-options .share-social a:first-child {
	margin-left: 10px;
}
.singal-blog-section .post-share-options .share-social a {
	position: relative;
	color: #222222;
	text-transform: uppercase !important;
	line-height: 1em;
	padding: 6px 10px;
	font-size: 11px;
	border-radius: 0px;
	background-color: var(--bs-gray-300);
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
}
.singal-blog-section .post-share-options .share-social a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.singal-blog-section .post-share-options .share-social a:last-child {
	margin-right: 0px;
}
/* Comments */
.list-comments {
	border: 1px solid var(--bs-gray-300);
	padding: 20px;
	border-radius: 0px;
}
h4.single-blog-inner-title {
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 600;
	padding: 6px 0px;
	position: relative;
	color: #333;
}
h4.single-blog-inner-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--bs-red-3);
	top: 0px;
	left: -20px;
}
.comments li .comment {
	padding: 0px;
	position: relative;
	overflow: hidden;
	background: transparent;
}
.comments .comment_imgg {
	width: 12%;
	float: left;
}
.comments .comment_imgg img.comment-avatar {
	border-radius: 0px;
}
.comments .comment_content {
	position: relative;
	width: 85%;
	background-color: var(--bs-gray-300);
	border-radius: 0px;
	padding: 15px;
	float: right;
}
.comments li .comment strong.commenter-title {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	color: #8B8B8B;
}
.comments li .comment strong.commenter-title a {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.comments li .comment span.comment-date {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.comments li .comment span.comment-reply a {
	transition: all 0.5s ease 0s;
	font-size: 11px;
	padding: 5px 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 0px;
	background-color: #333;
	text-transform: uppercase;
	color: var(--bs-white);
}
.comments li .comment span.comment-reply a:hover {
	background-color: var(--bs-red-3);
}
.comments li .comment p {
	margin-top: 7px;
	font-size: 14px;
}
.comments li .comment p:last-child {
	margin-bottom: 0px;
}
/* leave a comment form */
.leave-a-comment-form {
	border: 1px solid var(--bs-gray-300);
	padding: 20px;
	border-radius: 0px;
	background-color: var(--bs-gray-300);
}
.leave-a-comment-form input {
	border: 0px;
	height: 50px;
}
.leave-a-comment-form textarea {
	border: 0px;
}
/* ===================================
	15. Client
=================================== */
.client-item-logo {
	margin: 0px 0;
	opacity: 0.5;
	transition: ease all 0.3s;
	border: 1px solid var(--bs-white);
	-webkit-transition: ease all 0.3s;
}
.client-item-logo:hover {
	opacity: 1;
	border: 1px solid var(--bs-red-3);
}
/* ===================================
	16. Footer
=================================== */
.footer {
	background: var(--bs-black);
}

.footer-area .footer-title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
	color: var(--bs-gray-200) !important;
}
.footer-area .footer-title:after {
	margin-top: 5px;
    content:' ';
    display:block;
    border:1px solid var(--bs-gray-200) !important;
}
.footer-area li a {
	color: var(--bs-gray-500);
	padding-bottom: 8px;
	display: inline-block;
}
.footer-link li a:hover {
	color: var(--bs-red-3);
}
.footer-area a {
	color: var(--bs-gray-200) !important;
}
.footer-area a:hover {
	color: var(--bs-red-3) !important;
}
.footer-area p {
	color: var(--bs-gray-200) !important;
	margin-bottom: 20px;
}
.footer-contact li a {
	color: rgba(255,255,255,.5);
}
.footer-contact li {
	color: var(--bs-white);
}
.footer-contact li a:hover {
	color: var(--bs-red-3);
}
.footer-copyright {
	background-color:var(--bs-gray-900);
	padding: 20px;
	margin-bottom: 0px !important;
}
.footer-copyright p {
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: 12px;
}
.footer-social-icons li a {
	background-color:var(--bs-gray-900);
	color: var(--bs-gray-500);
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.footer-social-icons li a:hover {
	background-color: var(--bs-red-3);
	color: var(--bs-white);
}
.footer-instagram a img {
	max-width: 75px;
	margin-bottom: 6px;
	margin-right: 6px;
	border-radius: 0px;
}
/* ===================================
	17. Page Title
=================================== */
.page-title {
	position: relative;
	text-align: center;
}
.page-title h1 {
	color: var(--bs-white);
	font-weight: 300;
	font-size: 50px;
}
.page-title-bg {

  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	position: relative;
	z-index: 0;
}
.page-title-center {
	background-color: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 25px 25px;
	color: var(--bs-gray-300);
}
/* ===================================
	18. FAQ's
=================================== */
.accordion-box .accordion-item .accordion-header .accordion-button i {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion-box .accordion-item .accordion-header .accordion-button .fa-eye {
	display: inline-block;
	color: var(--bs-white);
}
.accordion-box .accordion-item .accordion-header .accordion-button.collapsed .fa-eye {
	display: none;
}
.accordion-box .accordion-item .accordion-header .accordion-button.collapsed .fa-eye-slash {
	display: inline-block;
}
.accordion-box .accordion-item .accordion-header .accordion-button .fa-eye-slash {
	display: none;
}
.accordion-box .accordion-item {
	margin-bottom: 4px;
	border-radius: 0px;
	border: 0;
}
.accordion-box .accordion-item .accordion-header .accordion-button {
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	background-color: var(--bs-red-3);
	padding: 16px 16px !important;
	color: var(--bs-white) !important;
	font-family: 'Montserrat', sans-serif;
}
.accordion-box .accordion-item .accordion-header .accordion-button.collapsed {
	background-color:var(--bs-gray-900);
	color: var(--bs-white) !important;
}
.accordion-box .accordion-item .accordion-header {
	padding-right: 0px;
	padding-left: 0;
}
.accordion-box .accordion-item .accordion-body {
	line-height: 22px;
	padding: 15px;
	background-color: var(--bs-gray-300);
	border-radius: 0px;
	position: relative;
	margin-top: 20px;
}
.accordion-box .accordion-item .accordion-body:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: var(--bs-gray-300);
	top: -8px;
	left: 20px;
	transform: rotate(45deg);
}
.accordion-box .accordion-item .accordion-button {
	position: relative;
	width: 100%;
	text-align: left;
	white-space: normal;
}
.accordion-box .accordion-item .accordion-button:after {
	display: none;
}
.have-any-question {
	background-color: var(--bs-red-3);
	border-radius: 0px;
	padding: 20px;
}
.have-any-question .form-control {
	font-size: 14px;
	height: auto;
	padding: 16px 10px;
	border: 0px;
	background-color: var(--bs-gray-200);
	color: var(--bs-gray-900);
}
/* ===================================
	19. Contact Us
=================================== */
.map-area iframe {
	width: 100%;
	height: 200px;
	border: 0px;
}
.contact-info ul li a {
	color: #6C6D74;
}
.contact-info ul li i {
	color: var(--bs-red-3);
}
h4.contact-title {
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: left;
	font-weight: 600;
	padding: 6px 0px;
	position: relative;
	color: #333;
}
h4.contact-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--bs-red-3);
	top: 0px;
	left: -20px;
}
.contact-form {
	border: 1px solid var(--bs-gray-300);
	padding: 20px;
	border-radius: 0px;
	background-color: var(--bs-gray-300);
}
.contact-form input {
	border: 0px;
	height: 50px;
}
.contact-form textarea {
	border: 0px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	20. Newsletter
=================================== */
.newsletter-area {
	position: relative;
	background-image: url(../img/bg/newsletter-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
}
.newsletter-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.newsletter-area .title {
	font-family: 'Montserrat', sans-serif;
	color: var(--bs-white);
	font-size: 20px;
	padding-bottom: 6px;
}
.newsletter-area p {
	color: var(--bs-white);
}
.newsletter-area .form-control {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 50px;
	font-size: 13px;
	color: #ababab;
	background-color: var(--bs-white);
	border: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 10px 50px 10px 30px;
}
.newsletter-area .subscription-btn {
	border: 0px;
	color: var(--bs-white);
	background-color: var(--bs-red-3);
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	text-align: center;
}
/*--------------------------------------------------------------
	21. Terms And Conditions
--------------------------------------------------------------*/
.terms-and-conditions-single-content h3 {
	color: var(--bs-red-3);
	font-size: 22px;
}
/*--------------------------------------------------------------
	22. Search
--------------------------------------------------------------*/
#searcharea .breadcrumb-item::before {
	content: "" !important;
}
#searcharea .breadcrumb-item::after {
  float: right;
  padding-left: 15px;
  content: var(--bs-breadcrumb-divider, "/") !important/* rtl: var(--bs-breadcrumb-divider, "/") */;
}