

body {
	font-family: 'Open Sans';
}

.section-heading,
.section-title,
h1,
h2,
h3 {
	font-family: 'Poppins' !important;
}

.section-title {
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 46px;
}

:root {
	--main-color: #ffad18;
}

.bg {
	background-color: #f5f5f5;
}

p {
	font-size: 16px;
	color: #232323;
}


/* ----------------------------------------------------------------
	:: 3.0 Helper Class CSS
-----------------------------------------------------------------*/

a:hover {
	text-decoration: none;
}

.upperclass {
	text-transform: uppercase;
}

.space {
	padding: 100px 0px;
}

.pb-60 {
	padding-bottom: 60px;
}

.row {
	margin: 0 !important;
}


/* ----------------------------------------------------------------
	:: 4.0 Section Title CSS
-----------------------------------------------------------------*/

.title-section h2 {
	font-family: Playball !important;
	font-size: 38px;
	color: var(--main-color);
	line-height: 32px;
	text-transform: capitalize;
}

.title-section h3 {
	color: #232323;
	font-size: 38px;
	text-transform: capitalize;
}

.title-section {
	max-width: 800px;
	width: auto;
	position: relative;
}

.title-section.center {
	margin: 0 auto;
	text-align: center;
}

.title-section.white h3,
.title-section.white p {
	color: #fff;
}

.title-section {
	width: auto;
	max-width: 800px;
}

.title-section.t-icon h3:after {
	content: '';
	display: block;
	position: relative;
	left: 0;
	right: 0;
	z-index: 9;
	margin: 0 auto;
	border: 0;
	top: 10px;
	margin-top: 5px;
	background-size: 100%;
	width: 126px;
	height: 30px;
	background-image: url(../images/all-img/icon-1.png);
}

.title-section.t-border h3 {
	padding-bottom: 11px;
	margin-bottom: 15px;
}

.title-section.t-border h3:after {
	content: '';
	display: block;
	height: 4px;
	width: 50px;
	background-color: var(--main-color);
	position: relative;
	left: 0;
	top: 10px;
}

.title-section.white h3:after {
	background-image: url(../images/all-img/icon-2.png) !important;
}

.title-section p {
	line-height: 30px;
	margin-bottom: 0;
	font-size: 18px;
	color: #4a4a4a;
}


/* ----------------------------------------------------------------
	:: 5.0 Button CSS
-----------------------------------------------------------------*/

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none !important;
}

i.fas.fa-angle-left,
.fas.fa-angle-right {
	color: #000;
	font-size: 42px;
	border: 2px solid #333;
	width: 46px;
	opacity: 1;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	text-align: center;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

i.fas.fa-angle-left:hover,
.fas.fa-angle-right:hover {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	color: #fff;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.photobox_a img {
	display: none;
}

.col-lg-6.col-md-6.verity-items {
	padding: 0px !important;
}

.btn.btn-main {
	background-color: var(--main-color);
	border-radius: 0;
	padding: 6px 15px;
	color: #fff;
}

.btn.btn-main:hover {
	color: #fff;
	background-color: #000;
}

.btn.btn-main2 {
	color: #fff;
	background-color: #000;
	border-radius: 0;
	padding: 6px 15px;
}

.btn.btn-main2:hover {
	background-color: var(--main-color);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
}

.swiper-container .swiper-button-prev {
	left: 3%;
}

.swiper-container .swiper-button-next {
	right: 3%;
}


/* ----------------------------------------------------------------
	:: 6.0 Navbar Menu CSS
-----------------------------------------------------------------*/

.top_header .top_header .navbar-light .navbar-nav .active>.nav-link,
.top_header .top_header .navbar-light .navbar-nav .active .nav-link,
.top_header .top_header .navbar-light .navbar-nav .nav-link.show,
.top_header .top_header .navbar-light .navbar-nav .show>.nav-link {
	background-color: var(--main-color);
	color: #fff;
	transition: all ease 0.4s;
}

.top_header .navbar.h_stiky .navbar-nav .nav-link {
	color: #000 !important;
	transition: all ease 0.4s;
}

.navbar.h_stiky .navbar-nav .active .nav-link,
.navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #fff !important;
	background-color: var(--main-color);
	transition: all ease 0.4s;
}

.navbar .navbar-nav .active .nav-link,
.navbar .navbar-nav .nav-link:hover {
	background-color: var(--main-color);
	color: #000;
	transition: all ease 0.6s;
}

.navbar .dropdown-item {
	font-size: 18px;
	padding: 10px;
	transition: all ease 0.6s;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:hover {
	background-color: var(--main-color);
	text-decoration: none;
	color: #fff;
	transition: all ease 0.6s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.top_header .navbar-light .navbar-nav .nav-link {
	padding: 3px 8px;
	margin: 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.navbar-brand,
nav.navbar.h_stiky .navbar-brand,
nav.navbar.h_stiky,
nav.navbar {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.top_header nav.navbar.h_stiky {
	position: fixed;
	top: 0;
	background-color: var(--main-color);
	z-index: 9999;
}

nav.navbar.h_stiky {
	box-shadow: 2px 2px 34px #0000008c;
	border: 0;
}

.navbar-brand {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	max-width: 100px;
}

.h_stiky li.nav-item.active a.nav-link {
	color: #fff !important;
}

.h_stiky .navbar-brand {
	max-width: 80px;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navbar.h_stiky .navbar-nav .active .nav-link,
.navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #fff !important;
	background-color: var(--main-color);
}

.top_header.navbar-brand {
	max-width: 190px;
	;
}

.top_header .navbar-brand img {
	height: 100%;
	width: 100%;
}

.top_header nav.navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.36);
	position: absolute;
	left: 0;
	z-index: 99;
	right: 0;
	background: transparent;
	padding: 0;
}

.top_header .head-cont ul.navbar-nav.mr-auto {
	padding: 60px 0;
}

.top_header .h_stiky ul.navbar-nav.mr-auto {
	padding: 18px 0;
}

.navbar-collapse {
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}

.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.h_stiky .navbar-brand .stiky-hidden,
.navbar-brand .stiky-show {
	transition: all ease 0.1s;
	overflow: hidden;
	display: none;
}

.h_stiky .navbar-brand .stiky-show {
	visibility: visible;
	transition: all ease 0.1s;
	display: block;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
	color: #fff !important;
}


/* ----------------------------------------------------------------
	:: 7.0 Homepage slider CSS
-----------------------------------------------------------------*/

.carousel-fade .carousel-item {
	height: 100vh;
	width: 100%;
}

.carousel-fade .carousel-item .slide {
	height: 100vh;
	width: 100%;
	max-width: 100%;
	background-size: cover;
	object-fit: cover;
	object-position: center;
	background-origin: content-box;
	background-clip: content-box;
	background-position: center;
	color: rgba(0, 0, 0, 0.56);
	filter: brightness(30%);
	right: 0;
	left: 0;
	resize: both;
}

.carousel .carousel-indicators {
	bottom: 60px;
}

.carousel .carousel-caption {
	right: 0;
	left: 0;
}

.carousel .carousel-indicators li {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	border: 4px solid var(--main-color);
	margin-left: 10px;
	background-color: var(--main-color);
}

.carousel .carousel-indicators li.active {
	border: 4px solid var(--main-color);
	background-color: #fff;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
	background-image: none !important;
}

.carousel-inner a {
	opacity: 1;
}

.swiper5 .carousel-inner .carousel-item:after {
	background: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.1;
	content: '';
}

.swiper-container.swiper5 {
	margin: 0 auto;
	width: 100%;
}

.swiper5 {
	overflow: hidden;
	width: 100%;
}

.swiper5 .swiper-button-next,
.swiper5 .swiper-container-rtl .swiper-button-prev,
.swiper5 .swiper-button-prev,
.swiper5 .swiper-container-rtl .swiper-button-next {
	background: none;
}

.swiper5 .swiper-button-next,
.swiper5 .swiper-container-rtl .swiper-button-prev {
	right: 40px;
}

.swiper5 .swiper-button-prev,
.swiper5 .swiper-container-rtl .swiper-button-next {
	left: 40px;
}

.swiper-button-next::before,
.swiper5 .swiper-container-rtl .swiper-button-prev::before {
	margin-right: -10;
	right: 0;
}

.swiper5 .swiper-button-prev::before,
.swiper5 .swiper-container-rtl .swiper-button-next::before {
	margin-left: -10px;
}

.swiper5 span.upperclass {
	font-size: 71.96px;
	font-weight: bold;
	line-height: 85px;
	color: var(--main-color);
}

.swiper5 a.btn.s_link {
	color: #232323;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 50px;
	font-size: 20px;
	padding: 0;
	width: 180px;
	height: 50px;
	background-color: var(--main-color);
}

.swiper5 a.btn.s_link:hover {
	background-color: #fff;
	color: #000;
}

a.btn.s_link.second-btn {
	background: #fff !important;
}

a.btn.s_link.second-btn:hover {
	background: var(--main-color) !important;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
}

.swiper-container .swiper-button-prev {
	left: 3%;
}

.swiper-container .swiper-button-next {
	right: 3%;
}


/* ----------------------------------------------------------------
	:: 22.0 Page Loader CSS
-----------------------------------------------------------------*/

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
}

.loader {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top: 8px solid var(--main-color);
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

#page-anim-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	transition: all .9s;
}

#page-anim-preloader img {
	max-width: 200px;
}

.page_preloader-inner {
	position: relative;
	z-index: 999999;
}

#page-anim-preloader:after {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #0d161f;
	z-index: ;
	width: 100%;
	height: 100%;
}

