@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*** GENERIC CSS ***/
*, button, input, optgroup, select, textarea {
	font-family: "FilsonPro";
}

html,body {
	height: 100%;
}

body {
	font-size: 16px;
	color: #000;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Thin.eot");
	src: url("../fonts/FilsonPro-Thin.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Thin.woff2")format("woff2"),
		url("../fonts/FilsonPro-Thin.woff")format("woff"),
		url("../fonts/FilsonPro-Thin.ttf")format("truetype"),
		url("../fonts/FilsonPro-Thin.svg#FilsonPro-Thin")format("svg");
	font-weight: 100;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Light.eot");
	src: url("../fonts/FilsonPro-Light.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Light.woff2")format("woff2"),
		url("../fonts/FilsonPro-Light.woff")format("woff"),
		url("../fonts/FilsonPro-Light.ttf")format("truetype"),
		url("../fonts/FilsonPro-Light.svg#FilsonPro-Light")format("svg");
	font-weight: 300;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Regular.eot");
	src: url("../fonts/FilsonPro-Regular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Regular.woff2")format("woff2"),
		url("../fonts/FilsonPro-Regular.woff")format("woff"),
		url("../fonts/FilsonPro-Regular.ttf")format("truetype"),
		url("../fonts/FilsonPro-Regular.svg#FilsonPro-Regular")format("svg");
	font-weight: 400;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Medium.eot");
	src: url("../fonts/FilsonPro-Medium.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Medium.woff2")format("woff2"),
		url("../fonts/FilsonPro-Medium.woff")format("woff"),
		url("../fonts/FilsonPro-Medium.ttf")format("truetype"),
		url("../fonts/FilsonPro-Medium.svg#FilsonPro-Medium")format("svg");
	font-weight: 500;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Bold.eot");
	src: url("../fonts/FilsonPro-Bold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Bold.woff2")format("woff2"),
		url("../fonts/FilsonPro-Bold.woff")format("woff"),
		url("../fonts/FilsonPro-Bold.ttf")format("truetype"),
		url("../fonts/FilsonPro-Bold.svg#FilsonPro-Bold")format("svg");
	font-weight: bold;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Heavy.eot");
	src: url("../fonts/FilsonPro-Heavy.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Heavy.woff2")format("woff2"),
		url("../fonts/FilsonPro-Heavy.woff")format("woff"),
		url("../fonts/FilsonPro-Heavy.ttf")format("truetype"),
		url("../fonts/FilsonPro-Heavy.svg#FilsonPro-Heavy")format("svg");
	font-weight: 700;
}

@font-face {
	font-family: "FilsonPro";
	src: url("../fonts/FilsonPro-Black.eot");
	src: url("../fonts/FilsonPro-Black.eot?#iefix")format("embedded-opentype"),
		url("../fonts/FilsonPro-Black.woff2")format("woff2"),
		url("../fonts/FilsonPro-Black.woff")format("woff"),
		url("../fonts/FilsonPro-Black.ttf")format("truetype"),
		url("../fonts/FilsonPro-Black.svg#FilsonPro-Black")format("svg");
	font-weight: 900;
}

@font-face {
	font-family: 'hepta_slabextralight';
	src: url('../fonts/heptaslab-variablefont_wght-webfont.woff2') format('woff2'),
		url('../fonts/heptaslab-variablefont_wght-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#000;
}

.section-title h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-bottom: 15px;
}

.section-title p {
	color:#fff;
	margin-bottom: 20px;
}

.section-title.white h2 {
	color:#fff;
}

.section-title.white h6 {
	color:#fff;
}

.section-title.white p {
	color:#fff;
}

.section-title.black h2 {
	color:#000;
}

.section-title.black p {
	color:#000;
}


h1 {
	font-size:54px;
	line-height: 1.5;
}

h2 {
	font-size: 48px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

h6 {
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

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

.visible-xs {
	display: none;
}

.btn-default {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 45px;
	padding-right: 29px;
	padding-left: 29px;
	border-width: 2px;
	text-transform: uppercase;
	border-style: solid;
	color: #12100b;
	border-radius: 5px;
	letter-spacing: 1px;
	border-color: #12100b;
}

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

.btn-default.black {
	border-color:#000;
	color:#000;
}

.btn-default.black:hover {
	background:#000;
	border-color:#000;
	color:#fff;
}

.btn-default.red {
	background:#d94b38;
	border-color:#d94b38;
	color:#fff;
}

.btn-default.red:hover {
	background:#fff;
	border-color:#fff;
	color:#d94b38;
}

.btn-default.white:hover {
	background:#edba20;
	color:#000;
}

.btn-default.bordered {
	background: none;
	color:#edba20;
	padding:13px 35px;
	border: 2px solid #edba20;
}

.btn-default:hover {
	color: #fff;
	background:#12100b;
	border-color:#12100b;
}

.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#edba20;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

ul.list li {
	margin:0px 0px 15px 0px;
}

.img-rounded {
	border-radius: 15px;
}

.hover-animate {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hover-animate:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.container {
	max-width: 1200px;
}

/*** HEADER ***/
.header {
	padding:30px 20px 0px 20px;
	padding: 20px 20px 0;
	z-index:9999;
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	display: block;
	transition:all .3s;
	clear: both;
}

.btn-header {
	display: inline-block;
	background-color: #d94b38;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	transition: all .3s ease-in-out;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 35px;
}

.btn-header:hover {
	background-color: #fff;
	color: #d94b38;
}

.header .bgs {
	background-color: #1a252e;
	padding-left: 2%;
	padding-right: 2%;
}

.navbar-nav>li {
	margin: 0px 0px 0px 20px;
}

.navbar-nav .nav-link {
	color: #000;
	line-height: 45px;
	padding-bottom: 5px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 13px;
	padding:0px 15px !important;
	font-weight: bold;
}

.navbar-brand {
	padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
	color: #000;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
	color:#000;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover:before {
	width: 100%;
}

.navbar-light .navbar-nav .nav-item.active .nav-link:before {
	background-color: #d94b38;
}

.navbar-light .navbar-nav .nav-item .nav-link:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
}

.navbar-expand-lg .navbar-nav li {
	display:inline-block;
	vertical-align: top;
}

.navbar-brand img {
	max-height:70px;
	margin: 7px 0px;
	margin-right: 10px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
}

ul.sub-menu {
	left: 0px;
	top: 100%;
	width: 100%;
	padding:7px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	background: #fff;
	text-align: left;
	left: -150%;
	right: -150%;
	margin: auto;
	margin-top: 0px;
}

ul.sub-menu li {
	width:100%;
	padding-bottom:0px !important; 
	position: relative;
}

ul.sub-menu li a {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	width:100%;
	position:relative;
	font-weight: 400;
	font-size: 14px;
	padding:10px 10px 10px 20px;
	color: #000!important;
	border: none;
	text-transform: uppercase;
}

ul.sub-menu li:last-child::after {
	display: none;
}

.navbar-nav .nav-item ul.sub-menu li:hover:after {
	background: #000;
}

.navbar-nav .nav-item ul.sub-menu li:hover a {
	color:#000 !important;
	background: none;
}

.header.fixed {
	position:absolute;
	top:0;
	left:0;	
	background-position: center;
	background-repeat: no-repeat;
	transition:all .3s;
	padding: 7px 80px;
	position: fixed;
	z-index: 9999;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	color: #19181b;
	fill: #19181b;
	stroke: #19181b;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.1);
}

.postion-vidoe {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	object-fit: cover;
}

.overlay {
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.6);
	height:100%;
	width:100%;
}

.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle {
	position: relative;
	padding-right: 15px !important;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: absolute;
	top: 20px;
	right: 0;
}

.header ul.navbar-upper.navbar-nav>li {
	margin: 0 10px;
}

.header ul.navbar-upper {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 8px;
}

.header ul.navbar-upper li a {
	text-transform: uppercase;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid #fff;
}

.header ul.navbar-upper li.menu-item-search {
	margin-left: 70px;
}

.header .menu-item-search input {
	background: #fff;
	border: #edba20 1px solid;
}

.input-group-append {
	margin-left: -1px;
}

.navbar-upper .input-group .btn {
	background: #edba20;
	color: #000;
	border: none;
}

/* BANNER */
.banner {
	position: relative;
	padding: 60px 0px 40px 0px;
}

.banner:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: url(../img/banner-line.png) bottom left repeat-x;
	z-index: 9;
	height: 70px;
}

.banner h6 {
	color:#12100b;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}

.banner h6 img {
	margin: 0px 10px;
}

.banner h2 {
	color:#12100b;
	font-size: 27px;
	font-weight: 500;
	margin-top: 40px;
}

.banner p {
	margin-bottom: 25px;
}


/*** CARDS ***/
.cards {
	position: relative;
	padding: 80px 0px 30px 0px;
}


/*** STACK ***/
.stack {
	position: relative;
	padding: 100px 0px 0px 0px;
}

.stack .section-title {
	margin-bottom: -150px;
}

/*** FORM ***/
.form {
	position: relative;
	padding: 150px 0px;
}

.form:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 55%;
	background: url(../img/cards3.png) bottom right no-repeat;
	background-size: contain;
}

.form .section-title {
}

.form p {
	color:#5babdf;
}

.form .rat {
	color:#ffffff;
	font-style: italic;
}

.form .rat i {
	color:#d2b7a1;
	font-style: normal;
	margin: 0px -1px;
}

.form .rat i.lt {
	color:#5d5e6a;
}

.form hr {
	display: inline-block;
	width: 100%;
	border-color: #fff;
	margin-top: 40px;
}

.form label {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form select {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background: none;
	border: 2px solid #fff;
	height: 60px;
	border-radius: 7px;
	padding: 0px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 40px;
	outline: none;
}

.form option {
	color: #000;
}

.form .btn-default {
	background: none;
	border-color:#fff;
	color:#fff;
	line-height: 43px;
	vertical-align: middle;
	padding: 0px 35px;
}

.form .btn-default:hover {
	background: #fff;
	color:#000;
}

.form h5 {
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-weight: 500;
	font-size: 36px;
	padding-left: 20px;
}

.form h5 span {
	font-weight: 500;
	font-size: 21px;
	text-decoration: line-through;
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

/*** YELLOW STACK ***/
.yellowstack {
	position: relative;
	padding-top:30px;
	background: #f9c100;
}

.yellowstack:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/banner-line.png) top left repeat-x;
	z-index: 9;
	height: 70px;
}

.yellowstack .al {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	transform: translate(0%, -50%); 
}

/*** FOOTER ***/
.footer {
	background: url(../img/bg-footer.png) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0px 30px 0px;
}

.footer .logo img {
	max-height: 120px;
}

.footer h3 {
	color: #fff;
	margin: 0 0 15px;
	font-size: 20px;
	position: relative;
	display: block;
	font-weight: 500;
}

.footer h4 {
	color: #fff;
	margin: 0px 0 10px 0;
	font-size: 16px;
}

.footer h4 a {
	color: #fff;
}

.footer h4 a:hover {
	color: #000;
	text-decoration: underline;
}

.footer .social-link {
	font-weight: 500;
	color: #000;
	transition: all .3s;
	display: flex;
	align-items: center;
	text-align: left;
}

.footer .mbs {
	margin-bottom: 40px;
}

.footer .social-link:hover,
.footer .social-link:hover,
.footer .social-link:hover {
	color:#000;
}

.footer .social-link:hover .fa {
	color:#000;
}

.footer p {
	color:#fff;
	font-size: 15px;
	font-weight: 500;
}

.footer p {
	color:#fff;
	font-size: 15px;
	font-weight: 500;
}

.footer p a {
	color:#fff;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.footer a img {
	margin-right: 10px;
}

.footer .social-link .icon {
	color:#000;
	font-size: 18px;
	width: 30px;
	min-width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: all .3s;
	margin-right: 10px;
}

.footer .midd ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer .midd ul li {
	display: inline-block;
	width: 32.5%;
}

.footer .social a {
	margin-right: 5px;
}

.footer .social img {
	max-width: 35px;
}

.footer .midd ul li a {
	font-size: 14px;
	display: inline-block;
	padding: 8px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .midd ul li li a {
	font-weight: 500;
	font-size: 12px;
}

.footer .rt p {
	color:#fff;
}

.footer .rt strong {
	color:#fff;
}

.footer .btop {
	border-top: 3px solid #fff;
	margin-top: 40px;
	padding-top: 35px;
}

.footer h5 {
	color:#fff;
	font-size: 21px;
}

.footer .form-control {
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #fff;
	border-right: none;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.375px;
	color: #000000;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer .btn-default:hover {
	background: #fff;
	color:#000;
}

.footer .btn-default {
	padding: 0;
	border-radius: 0;
	background: none;
	border-color:#fff;
	color:#fff;
	width: 100%;
	line-height:46px;
}

.footer .form-control::-webkit-input-placeholder {
	color: #000000;
}

.copyright {
	background: #fff;
	padding: 10px 0;
}

.copyright p {
	color: #b42a42;
	font-size: 14px;
}

.copyright ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.copyright ul li {
	display: inline-block;
	margin-right: 15px;
}

.copyright ul li a {
	font-weight: 400;
	display: inline-block;
	padding: 8px 0;
	color: #b42a42;
	font-size: 14px;
	line-height: 1;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.copyright ul li a:hover {
	color: #000;
	text-decoration: underline;
}




/*** Unleashpage page ***/
.unleashpage .header {

}


.unleashpage .navbar-light .navbar-nav .nav-item>.nav-link {
	color: #fff;
}

.unleashpage .banner h2,
.unleashpage .banner p {
	color: #fff;
}

.unleashpage .banner h6 {
	color: #e2bfa6;
	font-size: 31px;
	margin-top: 20px;
}

.unleashpage .banner h5 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -20px;
}

.unleashpage .banner h6 img {
	margin: 0px 4px;
}

.unleashpage .banner:after {
	opacity: 0;
}

.unleashpage .btn-default {
	color: #fff;
	background: none;
	border-color: #fff;
}

.unleashpage .cards {
	padding-bottom: 0;
}

.unleashpage .cards:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	background: url(../img/unleash-line.png) top left repeat-x;
	z-index: 9;
	height: 70px;
}


.unleashpage .stack .section-title {
	margin-bottom: 70px;
}


.unleashpage .form p {
	color: #ce5c60;
}

.unleashpage .form:after {
	width: 52%;
	background: url(../img/unleash-cards3.png) bottom right no-repeat;
	background-size: contain;
}

.unleashpage .yellowstack {
	padding: 0;
}

.unleashpage .yellowstack::after {
	opacity: 0;
	display: none;
}

.unleashpage .footer {
	background: url(../img/unleash-bg-footer.png) 50% 50% no-repeat;
	background-size: cover;
}

.unleashpage .footer .copyright {
	background: none;
	padding-top: 25px;
}

.unleashpage .footer .copyright p  {
	background: none;
	color: #b42a42;
}


.unleashpage .footer .copyright p {
	background: none;
}

.unleashpage .copyright ul li a:hover {
	color: #fff;
}



/*** Baithak page ***/
.baithakpage .header {

}

.baithakpage .banner .a1 {
	position: absolute;
	top: 0;
	left: 0;
}

.baithakpage .banner .a2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.baithakpage .banner .a3 {
	position: absolute;
	top: 0;
	right: 0;
}

.baithakpage .banner .a4 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.baithakpage .banner .line1,
.baithakpage .banner .line2 {
	position: absolute;
	top: 75px;
	bottom: 75px;
	left: 0;
	background: url(../img/banner-line1.png) top center repeat-y;
	width: 40px;
	height: calc(100% - 150px);
	z-index: 99;
}

.baithakpage .banner .line2 {
	left: auto;
	right: 0;
}

.baithakpage .banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/baithak-img-banner.png) top left no-repeat;
	background-size: auto 100%;
	width: 45%;
	height: 100%;
	opacity:0;
}

.baithakpage .banner {
	border: none;
	position: relative;
	padding: 100px 0px;
}

.linebg1 {
	height: 22px;
	background-size:auto ;
}

.linebg2 {
	height: 24px;
	background-size:auto ;
}

.baithakpage .navbar-light .navbar-nav .nav-item>.nav-link {
	color: #fff;
}

.baithakpage .banner h2,
.baithakpage .banner p {
	color: #fff;
}

.baithakpage .banner h6 {
	color: #e2bfa6;
	font-size: 31px;
	margin-top: 20px;
}

.baithakpage .banner h5 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -10px;
}

.baithakpage .banner h6 img {
	margin: 0px 4px;
}

.baithakpage .banner:after {
	opacity: 0;
}

.baithakpage .btn-default {
	color: #fff;
	background: none;
	border-color: #fff;
}

.baithakpage .cards {
	padding-bottom: 0;
}

.baithakpage .cards:after {
	display: none;
}


.baithakpage .stack .section-title {
	margin-bottom: 20px;
}

.baithakpage .form p {
	color:rgba(255,255,255,0.7);
}

.baithakpage .form .rat i {
	color: #ffb727;
}

.baithakpage .form .rat i.lt {
	color: #706b3d;
}

.baithakpage .form:after {
	width: 52%;
	background: url(../img/baithak-cards3.png) bottom right no-repeat;
	background-size: auto 100%;
}

.baithakpage .yellowstack {
	padding: 0;
}

.baithakpage .yellowstack::after {
	opacity: 0;
	display: none;
}

.baithakpage .footer {
	background: url(../img/baithak-bg-footer.png) 50% 50% no-repeat;
	background-size: cover;
}

.stack .cardanimate ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.stack .cardanimate ul li {
	display: inline-block;
	margin-bottom: -100px;
}

.stack .cardanimate ul li:first-child {
	margin-right: -100px;
	position: relative;
	z-index: 7;
}

.stack .cardanimate ul li:nth-child(1) img,
.stack .cardanimate ul li:nth-child(5) img {
	max-height: 350px;
	margin-top: 105px;
}

.stack .cardanimate ul li:nth-child(2) img,
.stack .cardanimate ul li:nth-child(4) img {
	max-height: 460px;
}

.stack .cardanimate ul li:nth-child(2) {
	margin-right: -20px;
	position: relative;
	z-index: 8;
}

.stack .cardanimate ul li:nth-child(3) img {
	max-height: 550px;
}

.stack .cardanimate ul li:nth-child(3) {
	position: relative;
	z-index: 9;
	margin-left: -100px;
}

.stack .cardanimate ul li:nth-child(4) {
	margin-left: -100px;
	position: relative;
	z-index: 8;
}

.stack .cardanimate ul li:nth-child(5) {
	margin-left: -100px;
	position: relative;
	z-index: 7;
}

li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
li.menu-item-has-children>ul.sub-menu>li{
	position:relative;
}

li.menu-item-has-children>ul.sub-menu>li>ul.sub-menu {
	display: none !important;
	position:absolute;
	top:0;
	left:100%;
}

li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}

ul.sub-menu {
	display: none;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: absolute;
	top: 20px;
	right: 0;
}

.navbar-light .navbar-nav .nav-item.menu-item-has-children>.nav-link {
	padding-right: 15px !important;
}

.navbar-nav .nav-item {
	position: relative;
}

ul.sub-menu {
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	float: none;
	position: absolute;
	top: 70px;
	left: 0;
	right: auto;
	padding: 0px;
	box-shadow: 0px 1px 2px 2px #f2f2f2;
	border: none;
	top: 100%;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	background: #fff;
	border-radius: 0;
	padding: 7px 0px !important;
}
ul.sub-menu li a {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	width: 100%;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
	color: #000!important;
	border: none;
	text-transform: uppercase;
}

.navbar-light .navbar-nav ul.sub-menu .nav-item>.nav-link {
	padding: 0px 10px 0px 20px !important;
	line-height: 36px;
	font-weight: 400;
	font-size: 13px;
}

.navbar-light .navbar-nav ul.sub-menu .nav-item>.nav-link:hover {
	background: #e03128 !important;
	color: #fff!important;
}

.page-template-template-baithakpage .navbar-brand img {
	filter: brightness(0) invert(1);
}

.page-template-template-unleash .navbar-brand img {
	filter: brightness(0) invert(1);
}

.page-template-template-baithakpage section.header.fixed .navbar-brand img {
	filter: brightness(0) invert(0);
}

.page-template-template-unleash section.header.fixed  .navbar-brand img {
	filter: brightness(0) invert(0);
}

.unleashpage section.header.fixed .navbar-light .navbar-nav .nav-item>.nav-link{
	color:#000 !important;
}

.page-template-template-baithakpage section.header.fixed .navbar-light .navbar-nav .nav-item>.nav-link{
	color:#000 !important;
}
.unleashpage section.header.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item>.nav-link:hover {
    color: #fff !important;
}

.page-template-template-baithakpage  section.header.fixed .navbar-light .navbar-nav ul.sub-menu .nav-item>.nav-link:hover {
    color: #fff !important;
}

.form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(https://wecreatedesign.co/dev/WP/pichkaari-products/wp-content/uploads/2023/12/arrow-select.svg) 95% 50% no-repeat;
	background-size: 13px;
	padding: 0px 20px;
}
section.banner .baithak img{
	max-width:80%;
}

.baithakpage .banner .btn-default:hover {
	background: #fff;
	color: #000;
}

.unleashpage .banner .btn-default:hover {
	background: #fff;
	color: #000;
}

.stack .cardanimate {
	position: relative;
	bottom: -7px;
}

body.home .stack .section-title {
	margin-bottom: 50px;
}

.stack .cardanimate ul {
	padding-top: 40px;
}

body.home .banner h6 {
	font-size: 31px;
	margin-top: 20px;
}

body.home .banner h5 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -12px;
}

.stack .cardanimate ul li img.hover-animate:hover {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
}