
/*==========Font CSS Start==========*/

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-ExtraBold.eot');
	src: url('../fonts/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-ExtraBold.woff2') format('woff2'),
	url('../fonts/Muli-ExtraBold.woff') format('woff'),
	url('../fonts/Muli-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-SemiBold.eot');
	src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-SemiBold.woff2') format('woff2'),
	url('../fonts/Muli-SemiBold.woff') format('woff'),
	url('../fonts/Muli-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Black.eot');
	src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Black.woff2') format('woff2'),
	url('../fonts/Muli-Black.woff') format('woff'),
	url('../fonts/Muli-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Regular.eot');
	src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Regular.woff2') format('woff2'),
	url('../fonts/Muli-Regular.woff') format('woff'),
	url('../fonts/Muli-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-ExtraLight.eot');
	src: url('../fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
	url('../fonts/Muli-ExtraLight.woff') format('woff'),
	url('../fonts/Muli-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Light.eot');
	src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Light.woff2') format('woff2'),
	url('../fonts/Muli-Light.woff') format('woff'),
	url('../fonts/Muli-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Italic.eot');
	src: url('../fonts/Muli-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Italic.woff2') format('woff2'),
	url('../fonts/Muli-Italic.woff') format('woff'),
	url('../fonts/Muli-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Medium.eot');
	src: url('../fonts/Muli-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Medium.woff2') format('woff2'),
	url('../fonts/Muli-Medium.woff') format('woff'),
	url('../fonts/Muli-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Bold.eot');
	src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Muli-Bold.woff2') format('woff2'),
	url('../fonts/Muli-Bold.woff') format('woff'),
	url('../fonts/Muli-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'fontawesome-brands';
	src: url('../fonts/fontawesome/webfonts/fa-brands-400.eot');
	src: url('../fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'),
	url('../fonts/fontawesome/webfonts/fa-brands-400.woff') format('woff'),
	url('../fonts/fontawesome/webfonts/fa-brands-400.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome-regular';
	src: url('../fonts/fontawesome/webfonts/fa-regular-400.eot');
	src: url('../fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome/webfonts/fa-regular-400.woff2') format('woff2'),
	url('../fonts/fontawesome/webfonts/fa-regular-400.woff') format('woff'),
	url('../fonts/fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fontawesome-solid';
	src: url('../fonts/fontawesome/webfonts/fa-solid-900.eot');
	src: url('../fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
	url('../fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'),
	url('../fonts/fontawesome/webfonts/fa-solid-900.woff') format('woff'),
	url('../fonts/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'); 
	font-weight: 900;
	font-style: normal;
}

/*==========Font CSS End==========*/


/*==========Common CSS Start==========*/

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Muli';
	line-height: 1;
}

html, body {
	overflow-x: hidden !important;
	width: 100%;
}

::selection {
	background: #D8A31A;
	color: #fff;
}

a {
	cursor: pointer;
	color: #fff;
	transition: 0.3s;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	outline: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

img {
	height: auto;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Muli';
}

.h1-title {
	font-size: 3.55rem;
	line-height: 70px;
	letter-spacing: 0.3125rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.h1-title span {
	color: #D8A31A;
	color:white;
}

.h2-title {
	color: #292B2C;
	font-size: 35px;
	font-weight: 800;
	line-height: 45px;
	margin-bottom: 10px;
	position: relative;
}

.h2-title span {
	color: #D8A31A;
}

.h3-title {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	color: #292B2C;
}

.h4-title {
	font-size: 20px;
	line-height: 30px;
	color: #292B2C;
	font-weight: bold;
	margin-bottom: 5px;
}

.h5-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #292B2C;
}

.bg-title {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.75rem 1.875rem;
	border-radius: 1.875rem;
	letter-spacing: 0.625rem;
	text-align: center;
	margin-bottom: 1.25rem;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.mb-30 {
	margin-bottom: 30px;
}

.line-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.line-title span.line {
	width: 30px;
	display: inline-block;
	height: 1px;
	background: #D8A31A;
	vertical-align: middle;
}

.sec-title {
	margin-bottom: 55px;
	position: relative;
}

.theme-color-yellow {
	color: #D8A31A !important;
}

.theme-bg-yellow {
	background-color: #D8A31A !important;
}

.theme-color-dark {
	color: #292B2C !important;
}

.theme-bg-dark {
	background-color: #292B2C !important;
}

.theme-color-blue {
	color: #07294E !important;
}

.theme-bg-blue {
	background-color: #07294E !important;
}

p {
	font-size: 16px;
	line-height: 26px;
	color: #292B2C;
}
.sec-btn {
	position: relative;
	color: #fff;
	background: #D8A31A;
	border-radius: 0;
	width: 175px;
	height: 51px;
	font-size: 16px;
	line-height: normal;
	font-weight: 900;
	text-align: center;
	transition: 0.3s;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sec-btn-gallery {
	width: 4.0rem;
	height: 2.0rem;	
	margin-bottom: 0.8rem;
	margin-right: 0.5rem;

	position: relative;
	color: #fff;
	background: #D8A31A;
	border-radius: 0;
	font-size: 16px;
	line-height: normal;
	font-weight: 900;
	text-align: center;
	transition: 0.3s;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;

}
.sec-btn-gallery:before {
	content: '';
	position: absolute;
	right: -5px;
	bottom: -5px;
	background: transparent;
	border: 1px solid #D8A31A;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: 0.3s;
}

.sec-btn-gallery:hover {
	color: #fff;
}

.sec-btn-gallery:hover:before {
	right: 0;
	bottom: 0;
}

.sec-btn span {
	position: relative;
	z-index: 2;
}

.sec-btn:before {
	content: '';
	position: absolute;
	right: -5px;
	bottom: -5px;
	background: transparent;
	border: 1px solid #D8A31A;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: 0.3s;
}

.sec-btn:hover {
	color: #fff;
}

/* .sec-btn-gallery:hover {
	transform: translate(0px, -2px);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
	border-color: transparent; 
  } */

.sec-btn:hover:before {
	right: 0;
	bottom: 0;
}

.sec-btn.white-btn {
	background: #fff;
	color: #D8A31A;
}

.sec-btn.white-btn:before {
	border-color: #fff;
}

.sec-btn.small-btn {
	width: 120px;
	font-size: 12px;
	height: 30px;
}

.slick-arrow {
	width: 40px;
	height: 40px;
	background-color: #D8A31A;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	z-index: 5;
}

.slick-arrow:before {
	content: none;
}

.slick-arrow i {
	font-size: 22px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background-color: #292B2C;
}

.slick-slide:focus {
	outline: none;
}

.slick-dots {
	bottom: 0;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin-right: 15px;
	margin-left: 0;
	transition: 0.3s;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button:before {
	content: none;
	display: none;
	background: black !important;
}

.slick-dots li button {
	/* background: #292B2C; */
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: rgb(169, 170, 166) !important;
	border-radius: 25px;
	border: 3px solid #e5e5e5;
    border-radius: 50%;
    box-sizing: content-box;	

	width: 5px;
    height: 5px;
    position: absolute;
    background: linear-gradient(to bottom,#999999 0%,#e1e1e1 100%);
    filter: progid:dximagetransform.microsoft.gradient(   startcolorstr='#999999',endcolorstr='#e1e1e1',gradienttype=0 );
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #D8A31A !important;
}

.overlay {
	position: relative;
}

.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	z-index: 0;
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* object-fit:cover; */
	/* border: solid 1px #CCC" */

}

.payment-banner {
	position: relative;
	padding-top: 17rem;
	/* padding-bottom: 56rem; */
	background-position: center;
	background-repeat: no-repeat;
}

.overflow-text {
	overflow: auto;
	padding-right: 10px;
}

.overflow-text p {
	margin-bottom: 5px;
}

.overflow-text p:last-child {
	margin-bottom: 0;
}

.overflow-text::-webkit-scrollbar {
	width: 2px;
	background: rgba(41, 43, 44, 0.5);
}

.overflow-text::-webkit-scrollbar-thumb {
	background: #D8A31A;
}

.form-input {
	width: 100%;
	height: 60px;
	border: none;
	background-color: #F7F7F7;
	color: #292B2C;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 26px;
	display: block;
	border-radius: 0;
}

.form-input::placeholder {
	opacity: 1;
	color: #292B2C;
}

.form-input:focus {

}

form .form-control-span {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

form .row:last-child .form-control-span {
	margin-bottom: 0;
}

form .form-select {
	position: relative;
}

form .form-select i {
	content: '';
	position: absolute;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #D8A31A;
	width: 0;
	height: 0;
	font-size: 0;
	top: 27px;
	right: 30px;
	z-index: 1;
	pointer-events: none;
}

form .textarea {
	height: 100px;
	resize: none;
}

/*------ Breadcrumb start ------*/

.breadcrumb {
	background: transparent;
	text-align: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
}

.breadcrumb li.breadcrumb-item {
	color: #fff;
	font-size: 20px;
}

.breadcrumb li.breadcrumb-item a {
	color: #fff;
}

.breadcrumb li.breadcrumb-item a:hover {
	color: #D8A31A;
}

.breadcrumb .breadcrumb-item.active {
	color: #D8A31A;
	font-weight: 800;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	font-weight: normal;
}

/*------ Breadcrumb End ------*/

/*------ Pagination start ------*/

.pagination {
	margin: 0;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 0;
	margin-top: 30px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	border-radius: 0;
}

.pagination li {
	margin-right: 10px;
}

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

.pagination li .page-link {
	font-size: 16px;
	font-weight: 900;
	background: #292B2C;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.pagination li .page-link i {
	font-size: 22px;
}

.pagination li .page-link:hover {
	background: #D8A31A;
	color: #fff;
}

.pagination li .page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.pagination .page-item.active .page-link {
	background-color: #D8A31A;
	border-color: #D8A31A;
}


/*------ Pagination End ------*/

/*==========Common CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
	/* position: fixed; */
	background-color: #07294E;
	top: 0;
	left: 0;
	width: 100%;
	transition: 0.3s;
	z-index: 100;
}
.site-header .top-header {
	border-bottom: 1px solid #fff;
	padding: 0.9375rem 0;
	transition: 0.3s;
}

.contact-items {
	padding: 0;
	list-style: none;
	margin: 0;
}

.contact-items li {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-right: 12px;
	border-right: 1px solid #fff;
	margin-right: 12px;
}

.contact-items li a {
	font-size: 14px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	transition: 0.3s;
}

.contact-items li a:hover {
	color: #D8A31A;
}

.contact-items li a .icon {
	font-size: 16px;
	color: #D8A31A;
	margin-right: 7px;
}

.contact-items li:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.social-items {
	padding: 0;
	list-style: none;
	margin: 0;
	display: inline-block;
}

.social-items li {
	display: inline-block;
	margin-right: 0.9rem;
}

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

.header-social-login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login-items {
	margin-left: 40px;
}

.login-items li a {
	background: #D8A31A;
	color: #fff;
	padding: 4px;
}

.login-items li a:hover {
	background: #fff;
	color: #D8A31A;
} 

.site-branding {
	width: 200px;
	position: relative;
	height: 100%;
}

.site-branding a {
	display: block;
	height: 100%;
}

.site-branding a img {
	height: 100%;
}

.header-nav-search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navigation-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	/* display: block; */
	background: #07294E;
}



.navigation-menu li {
	float: left;
	margin-right: 1.25rem;
}

.navigation-menu li:last-child {
	margin: 0;
}

.navigation-menu li a {
	padding: 26px 0;
	display: inline-flex;
	position: relative;
	color: #fff !important;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
	transition: 0.3s;
}

.navigation-menu li a:before {
	content: '';
	position: absolute;
	width: 70%;
	background: #fff;
	height: 2px;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	transition: 0.3s;
	opacity: 1;
}

.navigation-menu li a:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 25%;
	background: #fff;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	transition: 0.3s;
	opacity: 1;

}

.navigation-menu li a:hover,
.navigation-menu li.active a {
	color: #D8A31A;
	-webkit-text-stroke: 0.5px;
	opacity: 1;
}

.navigation-menu li a:hover:before,
.navigation-menu li.active a:before {
	top: calc(100% - 15px);
	transition: 0.3s;
}

.navigation-menu li a:hover:after,
.navigation-menu li.active a:after {
	top: calc(100% - 15px);
	transition: 0.3s;
}
/* 
.navigation-menu:hover > li > a {
	opacity: 0.3;
  }

.navigation-menu:hover > li.active > a.active > a.focus {
	opacity: 1;
} */

.navigation-btn {
	display: none;
}

.main-search-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.main-search-bar ul li {
	display: inline-block;
	position: relative;
	padding: 26px 0;
}

.main-search-bar .search-icon {
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.main-search-bar .search-icon:hover,
.main-search-bar .search-box.search-box-open .search-icon {
	color: #D8A31A;
}

.main-search-bar .search-overlay {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 300px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	background-color: #fff;
	transform: scale(0);
	transform-origin: calc(100% - 30px) 0;
}

.search-wrap .form-input {
	height: auto;
	padding: 10px 15px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid rgba(41, 43, 44, 0.3);
	border-right: none;
	transition: 0.3s;
}

.search-wrap {
	position: relative;
}

.search-button {
	border: none;
	padding: 10px 15px;
	color: #fff;
	background: #D8A31A;
	outline: none;
	transition: 0.3s;
}

.search-button:hover {
	background: #292B2C;
}

.search-wrap form {
	display: flex;
}

.main-search-bar .search-box.search-box-open .search-overlay {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/*-----*/

.site-header.scroll-up,
.site-header.scroll-down {
	position: fixed;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: 0.5s;
}

.site-header.scroll-up {
	transform: translateY(0);
}

.site-header.scroll-down {
	transform: translateY(-110%);
}

@keyframes scrolldown {
	0% {
		transform: translate(0, -100%);
	}
	to 100% {
		transform: translate(0, 0);
	}
}

.fixed {
	/* position: fixed; */
}

/*-----*/

/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/


.banner-p-text {
	padding: 0 130px;
}

/* TODO duplicate css*/
.banner-p-text {
	padding: 0;
}

.banner-p-text p {
	color: #fff;
}

.main-banner .banner-btn {
	font-size: 0;
	/* margin-top: 40px; */
}

.container-float-div .banner-btn .sec-btn ,
.main-banner .banner-btn .sec-btn {
		margin-right: 3.5rem;
}

.main-banner .banner-btn .sec-btn:last-child {
	margin-right: 0;
}

.mouse-scroll {
	position: absolute;
	left: 50%;
	bottom: 70px;
	transform: translate(-50%,0);
	width: 30px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 30px;
}

.mouse-scroll a {
    display: block;
    width: 100%;
    height: 100%;
}

.mouse-scroll span {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	animation: scroll 2.2s 0.3s infinite;
}

@keyframes scroll {
	0% { opacity: 0; }
	10% { top: 15%; opacity: 1; }
	100% { top: 50%; opacity: 0;}
}
/*==========Banner CSS End==========*/

/*==========About-us CSS Start==========*/
.main-about {
	position: relative;
}

.about-content {
	padding-top: 70px;
	padding-right: 40px;
}

.about-content .overflow-text {
	height: 160px;
}

.about-content .sec-btn {
	margin-top: 30px;
}
.about-image-box-main, .about-image-box {
	position: relative;
	width: 100%;
	height: 31.25rem;
	padding: 0 1.875rem 1.875rem 0;
}
.about-image-box-main .about-image-main{
	width: 100%;
	height: 100%;
	position: relative;
}
.about-image-box .about-image {
	/* width: 100%; */
	height: 100%;
	position: relative;
}

.about-image-box .about-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 1;
}
.about-image-box-main .about-image-main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 1;
}

.about-image-box:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background: #D8A31A;
	opacity: 0.5;
	z-index: -1;
}

.about-image-box-main:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background: #D8A31A;
	opacity: 0.5;
	z-index: -1;
}

.shape1 {
	position: absolute;
	top: 30%;
	left: 11%;
	width: 65px;
	z-index: -1;
	animation: shape 4.5s 0.3s infinite;
}

.shape2 {
	position: absolute;
	top: 9%;
	left: 40%;
	width: 100px;
	z-index: -1;
	animation: shape 4.5s 0.3s infinite;
}

.shape3 {
	position: absolute;
	bottom: 14%;
	left: 43%;
	width: 70px;
	z-index: -1;
	animation: shape 4.5s 0.3s infinite;
}

.shape4 {
	position: absolute;
	top: 50%;
	right: 10%;
	width: 100px;
	z-index: -1;
	animation: shape 4.5s 0.3s infinite;
}

@keyframes shape {
	0% { transform: translateY(10px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(10px); }
}

/*==========About-us CSS End==========*/

/*==========Course CSS Start==========*/

.main-course {
	position: relative;
	background-color: #F7F7F7;
}

.course-box {
	box-shadow: 0 10px 7px rgba(0, 0, 0, 0.15);
	padding: 15px;
	width: 100%;
}

.course-image-area {
	width: 100%;
	height: 200px;
	border: 1px dashed #292B2C;
}

.course-image {
	width: 100%;
	height: 100%;
}

.course-content-area {
	padding: 20px 0 10px 0;
}

.course-content-area .line-title {
	font-size: 14px;
	line-height: 24px;
}

.course-content-area .by-name {
	font-weight: bold;
	color: #292B2C;
}

.course-content-area .by-name span {
	color: #D8A31A;
}

.course-content-area .sec-btn {
	margin-top: 20px;
}

.course-slider {
	/* padding-bottom: 70px; */
	height: 60rem;
}

.course-slider .slick-list {
	/* padding-bottom: 20px; */
}

.course-slider .slick-arrow {
	bottom: 0;
	top: auto;
	left: calc(50% - 35px);
	transform: translate(-50%,0);
}

.course-slider .slick-next.slick-arrow {
	right: calc(50% - 35px);
	left: auto;
	transform: translate(50%,0);
}

/*==========Course CSS End==========*/

/*==========Event CSS Start==========*/
.event-box {
	box-shadow: 0 10px 7px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	margin-bottom: 30px;
}

.event-image {
	width: 100%;
	height: 215px;
}

.event-image-main {
	width: 100%;
	/* height: 70rem; */
}

.event-image-area {
	position: relative;
}

.event-date-time {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
}

.date {
	background: #fff;
	padding: 8px 5px;
}

.date h3 {
	display: inline-block;
	margin: 0;
	font-size: 23px;
	font-weight: 800;
	color: #292B2C;
}

.date span.line {
	display: block;
	width: 15px;
	height: 2px;
	background: #D8A31A;
	margin: auto;
}

.date h4 {
	color: #292B2C;
	font-size: 14px;
	margin: 0;
}

.time {
	background: #D8A31A;
	padding: 5px 3px;
}

.time span {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 20px;
}

.event-content-area {
	padding: 15px;
}

.event-content-area .h4-title a {
	color: #292B2C;
}

.event-content-area .h4-title a:hover {
	color: #D8A31A;
}

.event-user-location {
	padding: 0;
	margin: 0;
	list-style: none;
}

.event-user-location li {
	display: inline-block;
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
}

.event-user-location li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #292B2C;
	width: 1px;
	height: 70%;
}

.event-user-location li:last-child {
	padding: 0;
	margin: 0;
}

.event-user-location li:last-child:after {
	content: none;
}

.event-user-location li a {
	font-size: 14px;
	line-height: 1;
	color: #D8A31A;
	display: inline-flex;
	align-items: center;
	transition: 0.3s;
}

.event-user-location li a span.icon {
	margin-right: 7px;
}

.event-user-location li a:hover {
	color: #292B2C;
}

.line-divider {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #292B2C;
	margin: 15px 0;
}

.event-content-area .description p {
	margin-bottom: 7px;
}

.event-content-area .description p:last-child {
	margin: 0;
}
/*==========Event CSS End==========*/

/*==========Counter CSS Start==========*/
.counter-box {
	text-align: center;
}

.counter-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	color: #292B2C;
}

.counter-content {
	padding: 15px 0 0 0;
}

.counter-content p {
	margin: 0;
}
/*==========Counter CSS End==========*/

/*==========Teacher CSS Start==========*/
.main-teacher {
	position: relative;
	background-color: #F7F7F7;
}

.teacher-box-wp {
	position: relative;
	padding: 20px;
}

.teacher-box-wp:before,
.teacher-box-wp:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: #292B2C;
	z-index: 0;
}

.teacher-box-wp:after {
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.teacher-box {
	position: relative;
	border: 1px solid #292B2C;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.teacher-image {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
}

.teacher-box-overlay {
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(41, 43, 44, 0.80);
	height: 100%;
	transition: 0.5s;
}

.teacher-box-overlay p {
	margin: 0;
}

.position {
	font-style: italic;
}

.teacher-social {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.teacher-social li {
	display: inline-block;
	margin-right: 20px;
}

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

.teacher-overlay-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px;
	width: 100%;
}

.teacher-overlay-inner .h4-title a {
	color: #fff;
}

.teacher-overlay-inner .h4-title a:hover {
	color: #D8A31A;
}

.teacher-box:hover .teacher-box-overlay {
	top: 0;
}

.teacher-slider {
	/* padding-bottom: 70px; */
	height: 30rem;
}

.teacher-slider .slick-list {
	/* padding-bottom: 20px; */
}

.teacher-slider .slick-arrow {
	bottom: 0;
	top: auto;
	left: calc(50% - 35px);
	transform: translate(-50%,0);
}

.teacher-slider .slick-next.slick-arrow {
	right: calc(50% - 35px);
	left: auto;
	transform: translate(50%,0);
}

/*==========Teacher CSS End==========*/

/*==========Testimonial CSS Start==========*/
.testimonial-box {
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(41, 43, 44, 0.2);
	display: flex;
	align-items: flex-start;
	position: relative;
}

.testimonial-image-area {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.testimonial-image {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.testimonial-content-area {
	display: inline-block;
	flex: 1;
	position: relative;
	z-index: 1;
}

.testimonial-content-area .h4-title {
	margin-bottom: 10px;
}

.testimonial-content-area span.position {
	font-style: italic;
	color: #D8A31A;
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
}

.testimonial-content-area .overflow-text {
	height: 130px;
}

.testimonial-box span.quote {
	position: absolute;
	width: 184.45px;
	height: 165px;
	top: 30px;
	right: 45px;
	z-index: 0;
}

.testimonial-slider .slick-list {
	padding-top: 10px;
	padding-bottom: 10px;
}

.testimonial-slider {
	padding-bottom: 55px;
	margin-bottom: 0 !important;
}

/*==========Testimonial CSS End==========*/

/*==========News and Form CSS Start==========*/
.main-news-and-form .sec-title {
	padding-right: 40px;
	margin-bottom: 40px;
}

.news-box {
	background: #fff;
}

.news-image-area {
	position: relative;
}

.news-image {
	width: 100%;
	height: 250px;
}

.news-date {
	position: absolute;
	right: 15px;
	top: 15px;
}

.news-date .date {
	background: #D8A31A;
	padding: 8px 10px;
}

.news-date .date h3 {
	color: #fff;
}

.news-date .date span.line {
	background: #fff;
}

.news-date .date h4 {
	color: #fff;
}

.news-content-area {
	position: relative;
	padding: 30px 15px;
	border: 1px solid #292B2C;
	border-top: none;
}

.news-content-area .h4-title {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
}

.news-content-area .h4-title a {
	color: #292B2C;
	display: block;
}

.news-content-area .h4-title a:hover {
	color: #D8A31A;
}

.news-content-area p {
	font-size: 14px;
	line-height: 24px;
}

.news-content-area .by-name {
	font-weight: bold;
	font-size: 14px;
	color: #292B2C;
	margin-bottom: 7px;
}

.news-content-area .by-name span {
	color: #D8A31A;
}

.news-content-area .in-tags {
	font-weight: bold;
	font-size: 14px;
	color: #292B2C;
	margin-bottom: 7px;
}

.news-content-area .in-tags span {
	color: #D8A31A;
}

.news-content-area .in-tags a {
	color: #292B2C;
}

.news-content-area .in-tags a:hover {
	color: #D8A31A;
}

.news-content-area:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 30px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	width: 0;
	height: 0;
	z-index: 1;
}

.news-box.even .news-date {
	top: auto;
	bottom: 15px;
}

.news-box.even .news-content-area {
	border: 1px solid #292B2C;
	border-bottom: none;
}

.news-box.even .news-content-area:before {
	bottom: auto;
	top: 100%;
	border-bottom: none;
	border-top: 15px solid #ffffff;
}

span.turn-arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: -40px;
	left: 150px;
}

.register-form {
	padding: 45px 0 0 0;
	position: relative;
}

.register-form-inner {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.form-title {
	background: #D8A31A;
	text-transform: uppercase;
	text-align: center;
	padding: 27px 0;
	color: #fff;
	margin: 0;
}

.register-form form {
	padding: 30px 40px;
	position: relative;
	background: #fff;
}

.register-form form button.sec-btn {
	width: 100%;
}
/*==========News and Form CSS End==========*/

/*==========Newsletter CSS Start==========*/
.main-newsletter {
	background-color: #D8A31A;
	position: relative;
}

.newsletter-form .sec-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	width: 70px;
	height: 50px;
	background: #07294E;
}

.newsletter-form .sec-btn:before {
	content: none;
}

.newsletter-form .sec-btn:hover {
	background: #D8A31A;
}

.newsletter-form .form-input {
	height: 70px;
	font-size: 20px;
	line-height: 30px;
	padding-right: 100px;
}

.main-newsletter .sec-title {
	margin-bottom: 40px;
}

.newsletter-form .form-control-span {
	margin: 0;
}

.main-newsletter .sec-title span.email-arrow {
	position: absolute;
	height: 125.68px;
	width: 142px;
	top: -20px;
	right: -100px;
}
/*==========Newsletter CSS End==========*/

/*==========Footer CSS Start==========*/
.site-footer.overlay:before {
	background: #07294E;
	opacity: .95;
}

.top-footer {
	position: relative;
	z-index: 1;
}

.logo-col {
	padding: 0 30px 0 0;
}

.footer-content p {
	color: #fff;
}

.footer-logo {
	margin-bottom: 20px;
	width: 200px;
}

.footer-content {
	margin-bottom: 35px;
}

.footer-social {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.footer-social li {
	display: inline-flex;
	margin-right: 15px;
}

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

.footer-social li a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
}

.footer-social li a.facebook {
	background: #3B5999;
}

.footer-social li a.twitter {
	background: #69CEF3;
}

.footer-social li a.instagram {
	background: #EF2274;
}

.footer-social li a.pinterest {
	background: #D01A2A;
}

.footer-social li a:hover {
	background: #D8A31A;
	color: #fff;
}

.footer-title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.footer-menu ul.navigation-menu li {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}

.footer-menu ul.navigation-menu li:last-child {
	margin-bottom: 0;
}

.footer-menu ul.navigation-menu li a {
	padding: 0;
	padding-left: 15px;
}

.footer-menu ul.navigation-menu li a:after {
	content: none;
}

.footer-menu ul.navigation-menu li a:before {
	content: '\f0da';
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "fontawesome-solid";
	font-size: 16px;
	width: auto;
	height: auto;
	background: none;
	transform: none;
}

.contact-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-links li span.label {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.contact-links li {
	margin-bottom: 20px;
}

.contact-links li a {
	color: #fff;
	font-size: 16px;
}

.contact-links li a:hover {
	color: #D8A31A;
}

.opening-hour-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

.opening-hour-list li {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fff;
}

.opening-hour-list li:last-child {
	margin-bottom: 0;
}

.opening-hour-list li span.day {
	font-weight: bold;
}

.opening-hour-list li span.closed {
	padding: 3px;
}

.bottom-footer {
	padding: 25px 0;
	background: rgba(12, 51, 93, 0.5);
	position: relative;
	z-index: 1;
}

.copyright-text {
	color: #fff;
	margin: 0;
}

.copyright-text a {
	color: #fff;
}

.copyright-text a:hover {
	color: #D8A31A;
}
/*==========Footer CSS End==========*/

/*==========(PAGE)About-us CSS Start==========*/
.inner-banner {
	position: relative;
	padding: 19.0625rem 0 12.625rem 0;
}

.main-about.even .about-image-box {
	padding: 0 0 30px 30px;
}

.main-about.even .about-image-box:before {
	right: auto;
	left: 0;
}

.about-video {
	width: 100%;
	height: 700px;
	position: relative;
}

.about-video.overlay:before {
	background: #07294E;
	opacity: 0.5;
}

.about-video .about-video-image {
	width: 100%;
	height: 100%;
}

.about-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.about-video.overlay:before {
	background: #07294E;
	opacity: 0.5;
}

.about-video .play-icon .play-btn {
	width: 80px;
	height: 80px;
	display: inline-flex;
	border-radius: 50%;
	background: #fff;
	justify-content: center;
	align-items: center;
	color: #D8A31A;
	font-size: 40px;
	position: relative;
}

.about-video .play-icon .play-btn i {
	padding-left: 4px;
}

.about-video .play-icon .play-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
	animation: play-animation 800ms ease-in-out infinite;
}

.about-video .play-icon .play-btn:hover {
	transform: scale(1.1);
}

@keyframes play-animation {
	0% {
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%,-50%) scale(1.9);
		opacity: 0;
	}
}

.single-about-content-box {
	position: relative;
	width: 100%;
	height: 350px;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.single-about-content-box p {
	color: #fff;
}

.single-about-content-box .sec-btn {
	margin-top: 25px;
}

.single-about-content-box .overflow-text {
	height: 80px;
}

.single-about-image-box {
	width: 100%;
	height: 350px;
}

.single-about-image-box.overlay:before {
	background: #07294E;
	opacity: 0.5;
}

.single-about-image {
	width: 100%;
	height: 100%;
}
/*==========(PAGE)About-us CSS End==========*/

/*==========(PAGE)Course Detail CSS Start==========*/
.course-detail-page-title {
	margin-bottom: 30px;
}

.course-detail-image {
	width: 100%;
	height: 500px;
}

.course-detail-icon-list {
	padding: 0;
	margin: 35px 0 35px 0;
	list-style: none;
}

.course-detail-icon-list li {
	display: inline-flex;
	align-items: center;
	margin-right: 50px;
}

.course-detail-icon-list li:last-child {
	margin-right: 0;
}

.course-detail-icon-list li span.icon {
	width: 55px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #D8A31A;
	font-size: 30px;
	border-radius: 50%;
}

.course-detail-icon-list li span.small-text {
	display: block;
	font-size: 14px;
	font-weight: 300;
}

.course-detail-icon-list li span.big-text {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.course-tab-wp {
	margin: 30px 0;
}

.course-tab-wp .nav {
	white-space: nowrap;
	overflow-x: auto;
	flex-wrap: unset;
}

.course-tab-wp .nav::-webkit-scrollbar {
	width: 10px;
}

.course-tab-wp .nav::-webkit-scrollbar:horizontal {
	height: 2px;
}

.course-tab-wp .nav::-webkit-scrollbar-track {
	background-color: rgb(7 41 78 / 0.3);
}

.course-tab-wp .nav::-webkit-scrollbar-thumb {
	background: #07294E;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.course-tab-wp .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 20px;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #292B2C;
}

.course-tab-wp .nav-link:hover,
.course-tab-wp .nav-link.active {
	color: #fff;
	background: #D8A31A;
}

.course-tab-wp .tab-content {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.title-underline {
	display: block;
	width: 50px;
	height: 4px;
	background: #D8A31A;
	margin-bottom: 20px;
}

.course-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.course-info-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}

.course-info-list li:last-child {
	margin-bottom: 0;
}

.course-info-list li span.label {
	width: 25%;
	font-weight: bold;
}

.course-instructors-tab-box img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}

.course-instructors-tab-box .h5-title {
	margin: 0;
}

.course-instructors-tab-box h6 {
	margin: 0;
}

.widget {
	position: relative;
	padding: 15px 20px;
	border: 1px solid rgba(41, 43, 44, 0.3);
	margin-bottom: 35px;
}

.widget:last-child {
	margin-bottom: 0;
}

.categories-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.categories-list li {
	margin-bottom: 5px;
}

.categories-list li a {
	color: #292B2C;
	font-size: 16px;
	line-height: 26px;
}

.categories-list li a:hover {
	color: #D8A31A;
}

.tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.tag-list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tag-list li a {
	color: #292B2C;
	font-size: 16px;
	line-height: 1.2;
	border: 1px solid #292B2C;
	padding: 5px 15px;
	display: inline-block;
}

.tag-list li a:hover {
	color: #fff;
	border-color: #D8A31A;
	background: #D8A31A;
}
/*==========(PAGE)Course Detail CSS End==========*/

/*==========(PAGE)Event Detail CSS Start==========*/
.main-event-detail-content .event-image {
	height: 500px;
	margin-bottom: 30px;
}

.event-detail-page-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #292B2C;
	margin-bottom: 15px;
}

.event-detail-map {
	margin-top: 40px;
	margin-bottom: 40px;
}

.comment-form-widget {
	padding: 30px;
	border: 1px solid #292B2C;
}

.comment-form .form-input {
	height: 40px;
	background: transparent;
	border: 1px solid #292B2C;
	color: #292B2C;
	padding: 10px 30px;
}

.comment-form textarea {
	height: 120px !important;
}

.comment-form .form-control-span {
	margin-bottom: 30px;
}

.countdown-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.countdown-list li {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding: 10px;
	width: calc(50% - 10px);
	text-align: center;
	margin-bottom: 15px;
}

.countdown-list .count-text {
	color: #D8A31A;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 5px;
	display: block;
}
/*==========(PAGE)Event Detail CSS End==========*/

/*==========(PAGE)Teacher CSS Start==========*/

.load-btn {
	margin-top: 30px;
}

/*==========(PAGE)Teacher Detail CSS Start==========*/
.teacher-detail-image .teacher-image {
	border: 1px solid #292B2C;
	height: 500px;
}

.teacher-widget {
	border: 1px solid #292B2C;
	padding: 20px 30px;
	border-bottom: none;
}

.teacher-widget:last-child {
	border-bottom: 1px solid #292B2C;
}

.teacher-detail-title p {
	margin: 0;
}

.teacher-contact-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.teacher-contact-list li a {
	color: #292B2C;
	display: inline-flex;
	align-items: center;
}

.teacher-contact-list li a span.icon {
	color: #D8A31A;
	font-size: 20px;
	margin-right: 15px;
	width: 20px;
	display: inline-block;
}

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

.teacher-contact-list li:last-child {
	margin: 0;
}

.teacher-contact-list li a:hover {
	color: #D8A31A;
}

.teacher-accordion-wp .card-header .card-link {
	display: flex;
	align-items: flex-start;
	padding: 13px 20px;
}

.teacher-accordion-wp .card-header {
	border-radius: 0;
	background: transparent;
	border-color: #292B2C;
	padding: 0;
	border: none;
}
.teacher-accordion-wp .card-header:first-child {
	border-radius: 0;
}

.teacher-accordion-wp .card {
	margin-bottom: 15px;
	border-color: #292B2C;
	border-radius: 0;
}

.teacher-accordion-wp .card:last-child {
	margin-bottom: 0;
}

.teacher-accordion-wp .card .card-header a .arrow {
	transition: 0.3s;
	color: #292B2C;
	margin-right: 15px;
	margin-top: 8px;
}

.teacher-accordion-wp .card .card-header a:not(.collapsed) .arrow {
	color: #D8A31A;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.teacher-accordion-wp .collapse {
	transition: 0.3s;
}

.teacher-accordion-wp .collapse.show {
	border-top: 1px solid #292B2C;
	transition: 0.3s;
}

.teacher-accordion-wp .card .card-header a:not(.collapsed) .h4-title {
	color: #D8A31A;
}

.teacher-accordion-wp .card-body p {
	margin-bottom: 7px;
}

.teacher-accordion-wp .card-body p:last-child {
	margin-bottom: 0;
}
/*==========(PAGE)Teacher Detail CSS End==========*/

/*==========(PAGE)Contact Detail CSS Start==========*/
.contact-form-wp {
	margin-top: 40px;
}

.contact-form-wp form .form-control-span {
	margin-bottom: 30px;
}

.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-list li {
	margin-bottom: 30px;
}

.contact-list li:last-child {
	margin-bottom: 0;
}

.contact-list li a {
	display: inline-flex;
	align-items: center;
	color: #292B2C;
}

.contact-list li a span.icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #292B2C;
	box-shadow: 0 0 5px 0 rgba(41, 43, 44, .15);
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D8A31A;
	margin-right: 20px;
}

.contact-list li a span.text {
	flex: 1;
	line-height: 1.5;
}

.contact-list li a:hover {
	color: #D8A31A;
}

.contact-list-wp {
	margin-bottom: 50px;
}

/*==========(PAGE)Contact Detail CSS End==========*/

/*==========(PAGE)Blog Detail CSS Start==========*/
.main-blog-detail-content .news-image-area-wp .news-image {
	height: 500px;
	margin-bottom: 30px;
}

.news-detail-page-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #292B2C;
	margin-bottom: 15px;
}

.news-detail-date {
	display: inline-block;
}

.news-detail-date .news-date {
	position: unset;
	right: unset;
	top: unset;
	width: auto;
}

.news-detail-date .news-date .date {
	width: auto;
	display: inline-block;
}

.news-detail-content-area {
	display: inline-block;
	margin-left: 20px;
}

.news-detail-content-area .news-content-area {
	border: none;
	padding: 0;
	display: inline-block;
}

.news-detail-content-area .news-content-area:before {
	content: none;
}

.related-blog-wp {
	margin: 30px 0;
}
/*==========(PAGE)Blog Detail CSS End==========*/


/*==========Scroll To Top CSS Start==========*/
a#scrollToTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 99;
	background: #D8A31A;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 0.3);
	text-align: center;
	padding: 9px;
	font-size: 30px;
	color: #fff;
}

a#scrollToTop:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 100%;
	height: 100%;
	background: #07294E;
	transition: 0.3s;
	z-index: 1;
}

a#scrollToTop:hover:before {
	transform: translate(-50%,-50%) scale(1);
}

a#scrollToTop i {
	position: relative;
	z-index: 2;
}

a#scrollToTop:focus {
	outline: none;
}
/*==========Scroll To Top CSS End==========*/

/*==========Login Modal CSS Start==========*/

.login-modal,
.modal-open {
	padding: 0 !important;
}

.login-modal .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 20px;
	border: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	color: #292B2C;
	border-radius: 0;
}

.login-modal .nav-link:hover,
.login-modal .nav-link.active {
	color: #fff;
	background: #D8A31A;
}

.login-modal .nav-tabs .nav-item {
    margin: 0;
}

.login-form-title {
    margin-bottom: 15px;
}

.login-modal .tab-content {
	padding: 15px 0 0 0;
}

.login-modal .form-input {
	height: 50px;
}

.login-modal .login-register-image-wp {
    width: 100%;
    height: 100%;
}

.login-modal .login-register-image-wp .login-register-image {
    width: 100%;
    height: 100%;
}

.login-modal .modal-content {
	border-radius: 0;
	border: none;
}

.login-modal button.close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #D8A31A;
    opacity: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 5;
    border: none;
    transition: 0.3s;
}

.login-modal button.close:hover {
	background: #07294E;
	opacity: 1 !important;
}

.login-modal button.sec-btn {
    width: 130px;
    height: 45px;
}

.login-modal .form-group:last-child {
    margin-bottom: 0;
}

.login-modal .modal-body {
    padding: 20px;
}

.container-float-div {
	width: 100%;
	clear: both;
	background-color: lightgray;
	/* background-image: url(../images/bg-main-2.webp); */
	background-repeat: no-repeat;
    background-size: cover;
  }

.float-right-div {
	padding-top: 2rem;
	position: absolute;
	right: 0;
	/* margin-right: 2.1875rem; */
  }

  .learn_now {
	background-color:#07294E;
	padding: 0.70rem;
}
.learn_now-gallery  {
	padding: 0.2rem;
}

.learn_now_btn{
	margin-right: 4rem;
}
 /*==========Login Modal CSS End==========*/

 .gallery_video {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	column-gap: 0.02rem;
}
.gallery__img {
    width: 100%;
    object-fit: cover;
}

.gallery__item--1 {
	/* grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1; */
  }

.banner_header_logo_name{
	color:#d8a31a;
	font-size:3vw;
	font-family:'Muli-Black, Muli';
	font-weight:800;
	white-space: nowrap;
    padding-left: 3rem;
}

/*====== Responsive Start ======*/

@media screen and (min-width: 1500px) {
	.container {
		/* max-width: 76.875rem; */
		max-width: 80%;
	}

	.main-banner {
		position: relative;
		/* top | right | bottom | left */
		/* padding: 295px 0 210px 0; */
		padding-top: 6rem;
		padding-bottom: 57rem;
	}
}

@media screen and (max-width: 1800px) {
	.shape1 {
		left: 50px;
	}

	.shape4 {
		right: 50px;
	}
}

@media screen and (max-width: 1499px) {
	.opening-hour-list li {
		font-size: 14px;
	}
	.container-float-div .banner-btn .sec-btn, .main-banner .banner-btn .sec-btn {
		margin-right: 2rem;
		margin-top: 18rem;
	}
}

@media screen and (max-width: 1199px) {
	.about-content {
		padding-right: 20px;
	}

	.opening-hour-list li {
		font-size: 12px;
	}

	.contact-links li a {
		line-height: 1.4;
	}

	.menu-item {
		color: white;
		cursor: pointer;
		/* display: block; */
		display: inline;
		font-family: 'Ibarra Real Nova', serif;
		/* font-size: clamp(1rem, 8vw, 4rem); */
		padding: clamp(0.25rem, 0.5vw, 1rem) 0rem;
		text-decoration: none;
		transition: opacity 400ms ease;
	  }

	  .container-float-div .banner-btn .sec-btn, .main-banner .banner-btn .sec-btn {
		margin-right: 2rem;
		margin-top: 18rem;
	}
}

@media screen and (max-width: 1199px){
/* @media screen and (max-width: 991px) { */
	.site-header .container {
		max-width: 100%;
	}

	.contact-items .text {
		display: none;
	}

	.login-items {
		margin-left: 0;
	}

	.site-header .col-lg-3 {
		position: absolute;
		left: 50%;
		top: 50%;
		width: auto;
		transform: translate(-50%,-50%);
		z-index: 8;
	}

	.site-header .row {
		position: relative;
	}

	.header-nav-search {
		display: block;
		position: relative;
		height: 80px;
	}

	.navigation-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 2.5rem;
		/* height: 80px; */
		background: transparent;
		border: none;
		padding: 0;
		transition: 0.5s ease;
		z-index: 20;
	}

	.navigation-btn span {
		display: block;
		width: 100%;
		height: 5px;
		background: #fff;
		margin: 0 auto;
		margin-bottom: 7px;
		position: relative;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
		border-radius: 2px;
		-webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
		transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	}

	.navigation-btn span:last-child {
		margin-bottom: 0;
		margin-right: 0;
    	width: 70%;
	}

	.menu-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		display: block;
		background: #07294E;
		padding-top: 20vh;
		transform: translateY(-100%);
		transition: 0.3s;
		opacity: 0;
		z-index: 9;
	}

	.toggle-menu .navigation-btn span:first-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 6px;
	}

	.toggle-menu .navigation-btn span:last-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: 6px;
		width: 100%;
	}

	.toggle-menu .menu-container {
		transform: translateY(0);
		opacity: 1;
	}

	.navigation-menu li {
		float: none;
		margin: 0;
		margin-bottom: 5vh;
		text-align: center;
	}

	.navigation-menu li a {
		padding: 0;
	}

	.navigation-menu li a:hover {
		color: #D8A31A;
	}

	.navigation-menu li a:before,
	.navigation-menu li a:after {
		content: none;
	}

	.menu-item {
		color: white;
		cursor: pointer;
		display: block;
		font-family: 'Ibarra Real Nova', serif;
		padding: clamp(0.25rem, 0.5vw, 1rem) 0rem;
		text-decoration: none;
		transition: opacity 400ms ease;
		margin-bottom: 5vh;

	  }

	.main-search-bar {
		position: absolute;
		left: 0;
		top: 0;
		width: 50px;
		height: 80px;
	}

	.main-search-bar ul li {
		width: 50px;
		height: 80px;
		display: inline-flex;
		align-items: center;
	}

	.main-search-bar ul {
		padding-left: 0;
	}

	.main-search-bar .search-icon {
		font-size: 25px;
	}

	.main-search-bar .search-overlay {
		left: 0;
		transform-origin: calc(10% - 30px) 0;
	}

	/* .banner-content{
       width: 10px;
	} */

	.col-lg-10 {
         flex:0 0 50.333333%;
		 max-width: 50.333333%;
	}

	.h1-title {
		font-size: 1.7rem;
		line-height: 3.125rem;
	}

	.bg-title {
		font-size: 0.7rem;
		letter-spacing: 0.2rem;
	}

	.h2-title {
		font-size: 30px;
		line-height: 40px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}



	.about-content {
		padding-right: 0;
		padding-top: 40px;
	}

	.about-content .overflow-text {
		height: auto;
	}

	.shape1 {
		top: 15%;
		left: 25px;
	}

	.shape2 {
		left: auto;
		right: 25px;
		top: 10%;
	}

	.shape3 {
		left: 25px;
		bottom: 10%;
	}

	.shape4 {
		left: auto;
		right: 25px;
		bottom: 35%;
		top: auto;
	}

	.news-box.even {
		display: flex;
		flex-direction: column;
	}

	.news-box.even .news-content-area {
		order: 2;
	}

	.news-box.even .news-image-area {
		order: 1;
	}

	.news-box.even .news-date {
		top: 15px;
		bottom: auto;
	}

	.news-box.even .news-content-area {
		border-top: none;
		border-bottom: 1px solid #292B2C;
	}

	.news-box.even .news-content-area:before {
		bottom: 100%;
		top: auto;
		border-top: none;
		border-bottom: 15px solid #ffffff;
	}

	span.turn-arrow {
		bottom: auto;
		top: 100%;
		left: 60%;
	}

	.main-newsletter .sec-title span.email-arrow {
		right: -30px;
	}

	.logo-col {
		text-align: center;
		padding: 0;
	}

	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}

	.top-footer .row [class*=col-] > div {
		margin-bottom: 30px;
	}

	.top-footer .row [class*=col-]:last-child > div {
		margin-bottom: 0;
	}

	.footer-menu ul.navigation-menu li {
		text-align: left;
	}

	.opening-hour-list li {
		font-size: 16px;
	}

	.inner-banner {
		padding: 265px 0 162px 0;
	}

	.left-side {
		margin-bottom: 30px;
	}

	.breadcrumb li.breadcrumb-item {
		font-size: 16px;
	}
	.banner_header_logo_name{
		font-size:6.5vw;
	}
}

@media screen and (max-width: 767px) {

	.main-search-bar .search-overlay {
		width: 100vw;
		left: -15px;
	}

	.mouse-scroll {
		bottom: 50px;
	}

	.shape1,
	.shape2,
	.shape3,
	.shape4 {
		display: none;
	}

	.main-counter .row [class*=col-]:nth-child(1) > div,
	.main-counter .row [class*=col-]:nth-child(2) > div {
		margin-bottom: 30px;
	}

	.about-video {
		height: 500px;
	}

	.single-about-image-box {
		height: 250px;
	}

	.single-about-content-box {
		height: auto;
		padding: 30px 15px;
	}

	.single-about-content-box .overflow-text {
		height: auto;
	}

	.course-detail-image {
		width: 100%;
		height: 300px;
	}

	.course-detail-icon-list {
		display: flex;
		flex-direction: column;
	}

	.course-detail-icon-list li {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.course-detail-icon-list li:last-child {
		margin-bottom: 0;
	}

	.course-info-list li {
		display: block;
	}

	.course-info-list li span.label {
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}

	.course-instructors-tab-box {
		margin-bottom: 30px;
	}

	.main-event-detail-content .event-image {
		height: 300px;
	}

	.teacher-detail-image .teacher-image {
		height: 300px;
	}

	.main-blog-detail-content .news-image-area-wp .news-image {
		height: 300px;
	}

	.container-float-div .banner-btn .sec-btn, .main-banner .banner-btn .sec-btn {
		margin-right: 2rem;
		margin-top: 10rem;
	}

}

@media screen and (max-width: 575px) {
	.site-branding {
		width: 11.25rem;
	}

	.sec-title {
		margin-bottom: 30px;
	}

	.about-image-box {
		height: 400px;
	}

	.main-counter .row [class*=col-] > div {
		margin-bottom: 30px;
	}

	.main-counter .row [class*=col-]:last-child > div {
		margin-bottom: 0;
	}

	.main-news-and-form .sec-title {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.main-newsletter .sec-title span.email-arrow {
		height: 68.68px;
		width: 82px;
	}
	.about-image-box-main,.about-image-box-main:before{
			width: 100%;
			padding-left: 0.1rem ;
			padding-right: 0.1rem ;
			height: auto;
	  }
}

@media screen and (max-width: 480px) {
	.bg-title {
		font-size: 0.875rem;
		padding: 0.625rem 1.25rem;
		letter-spacing: 0.1rem;
	}

	/* .h1-title {
		font-size: 8.4vw;
		line-height: 10.4vw;
		letter-spacing: 2px;
	} */

	.h2-title {
		font-size: 6.3vw;
		line-height: 8.4vw;
	}

	.h3-title {
		font-size: 5.3vw;
		line-height: 7.2vw;
	}

	.main-banner .banner-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.main-banner .banner-btn .sec-btn {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.main-banner .banner-btn .sec-btn:last-child {
		margin-bottom: 0;
	}

	.register-form {
		padding: 35px 0 0 0;
	}

	.register-form form {
		padding: 20px 20px;
	}

	span.turn-arrow {
		width: 50px;
		height: 50px;
	}

	.form-title {
		font-size: 5.3vw;
		line-height: 7.2vw;
	}
}

/* This section is for smartphones */
@media screen and (max-width: 450px) {
	.learn_now {
		background-color:#07294E;
		  padding: 1rem;
	  }
	  .learn_now_btn{
		margin-right: 1rem;
	  }

	  .site-header{
		max-height: 8rem;
	  }

	.site-header.scroll-down {
		transform: translateY(-110%);
	}

}

@media screen and (max-width: 400px) {
	.site-branding {
		width: 150px;
	}

	.sec-btn {
		width: 150px;
		height: 45px;
		font-size: 14px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.h4-title {
		font-size: 5vw;
    	line-height: 7.4vw;
	}

	.about-image-box {
		height: 18.75rem;
		padding: 0 0.9375rem 0.9375rem 0;
	}

	.main-about.even .about-image-box {
		padding: 0 0 0.9375rem 0.9375rem;
	}

	.testimonial-box {
		display: block;
	}

	.testimonial-image-area {
		margin-bottom: 15px;
	}

	.widget {
		padding: 15px;
	}

	.tag-list li a {
		font-size: 14px;
		padding: 5px 7px;
	}

	.comment-form-widget {
		padding: 15px;
	}

	.teacher-widget {
		padding: 15px;
	}

	.teacher-accordion-wp .card .card-header a .arrow {
	    margin-top: 5px;
	}

	.h1-title {
	font-size: 1.680rem;
	line-height: 10.4vw;
	letter-spacing: 0.125px;
    }

	.main-banner {
		/* position: relative; */
		/* top | right | bottom | left */
		/* padding: 295px 0 210px 0; */
		/* padding: 9rem 0 9rem 0; */
		padding-top: 6rem;
		padding-bottom: 5rem;
}



.navigation-menu:hover ~ #menu-background-pattern {
	background-size: 11vmin 11vmin;
	opacity: 0.5;
  }
  
  .navigation-menu:hover ~ #menu-background-image {
	background-size: 100vmax;
	opacity: 0.1;
  }
  
  .navigation-menu:hover > .menu-item {
	opacity: 0.3;
  }
  
  .navigation-menu:hover > .menu-item:hover {
	opacity: 1; 
  }
  
.float-right-div{
	margin-right: 0rem;
}

.banner-main-title{
	white-space: nowrap;
		/* margin-bottom: 10px; */
	/* background: rgba(0, 1, 8, 0.5); */
	/* background: black; */
	/* border-radius: 1.875rem; */
	border-top-right-radius: 2rem;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 6rem;
	border-bottom-left-radius: 7rem;
	/* opacity: 1; */
	padding: 1rem;
	text-shadow: 1px 1px 2px red,
	             0   0   1em blue,
				 0   0   0.2em blue;
				 /* 8px 0px 0 blue; */
}


/*
.css-3d-text {
    font-size: 3.75rem;
	letter-spacing: 0.3125rem;
	white-space: nowrap;
    color: #ffc107;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: 0px 0px 0 rgb(246,184,0),
                 1px 0px 0 rgb(237,175,0),
                 2px 0px 0 rgb(228,166,0),
                 3px 0px 0 rgb(219,157,0),
                 4px 0px 0 rgb(210,148,0),
                 5px 0px 0 rgb(200,138,0),
                 6px 0px 0 rgb(191,129,0),
                 7px 0px 0 rgb(182,120,0),
                 8px 0px 0 rgb(173,111,0),
                 9px 0px 0 rgb(164,102,0),
                 10px 0px  0 rgb(155,93,0),
                 11px 0px 10px rgba(0,0,0,0.6),
                 11px 0px 1px rgba(0,0,0,0.5),
                 0px 0px 10px rgba(0,0,0,.2);
 } */

/*
 .css-3d-text-1 {
    color: #70869d;
    letter-spacing: .15em;
    text-shadow:
      -1px -1px 1px #efede3,
      0px 1px 0 #2e2e2e,
      0px 2px 0 #2c2c2c,
      0px 3px 0 #2a2a2a,
      0px 4px 0 #282828,
      0px 5px 0 #262626,
      0px 6px 0 #242424,
      0px 7px 0 #222,
      0px 8px 0 #202020,
      0px 9px 0 #1e1e1e,
      0px 10px 0 #1c1c1c,
      0px 11px 0 #1a1a1a,
      0px 12px 0 #181818,
      0px 13px 0 #161616,
      0px 14px 0 #141414,
      0px 15px 0 #121212,
      2px 20px 5px rgba(0, 0, 0, 0.9),
      5px 23px 5px rgba(0, 0, 0, 0.3),
      8px 27px 8px rgba(0, 0, 0, 0.5),
      8px 28px 35px rgba(0, 0, 0, 0.9);
 }
*/

 /* .css-3d-text-1-h1 { */
	/*   width: 100%; */
	/*   margin: 0 auto 0 auto; */
	/*   font-family: 'Lato', sans-serif; */
	/*   line-height: 280px; */
	  /* font-size: 11.5rem; */
	/*   padding: 80px 50px; */
	  /* text-align: center; */
	  /* text-transform: uppercase; */
	  /* text-rendering: optimizeLegibility; */
	/* } */
	#banner-menu-logo {
		float:left;
		width:28%;
		margin:0 0 0rem;
		/* padding-top:0.2rem; */
		/* padding-bottom: 0.1rem; */
	}
	#banner-menu-logo-img {
		float: left;
		width:28%;
		margin:1.4rem 0 3rem;
		/* padding-top: 0.1rem; */
	}
	#banner-menu-logo-tss {
		float:right;
		width:68%;
		padding-top: 1rem;
	}
	#banner-menu-logo-tss-img{
      height: 50%;
	  width: 100%;
	}

	.gallery_video {
		grid-template-columns: repeat(1, 1fr);
	}
}

.table_about {
    border-collapse: collapse;
  }
  .table_about th, td {
	border: 1px dotted #999;
    padding: 5px;
	/* white-space: nowrap; */

  }

.menu-item-dropdown {
	padding: 0.9375rem !important;
}

.menu-item-dropdown:hover {
	color:#000 !important;
	text-decoration: underline;
	font-weight: bold;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.slick-dotted.slick-slider{
	margin-bottom: 0.3125rem !important;
}
