/*  
Theme Name: Custom Theme
Description: New Wordpress Theme
Version: 1.0
Author: Mr Black
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/


html{
	background-color: var(--yellow);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
html, body {
    font-size: calc(100vw / 100) !important;
    scroll-behavior: smooth;
}
body, th, td, input, textarea{
		color: var(--color1);
		font-family: var(--font1);
		font-size:16px;
		line-height: 26px;
}
a{
	transition: 0.3s;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none !important;
		outline-style: none;
}
input:focus-visible{
		outline-width: 0px ;
}
textarea:focus-visible{
		outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
		width: 100%;
		margin-top: 15px;
		font-family: var(--font1);
		font-size: 15px;
		line-height: 25px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select{
		width: 100%;
		border-radius: 5px;
		height: 50px;
		padding: 0px 20px;
		display: flex;
		align-items: center;
		font-family: var(--font1);
		font-size: 14px;
		line-height: 24px;
		color: var(--white);
		border: 1px solid var(--white);
		background-color: #252525;
}
.wpcf7-form select{
	appearance: none;
}
.wpcf7-form textarea{
		height: 100px !important;
		resize: none;
		padding-top: 10px;
}
.wpcf7-form .has-spinner{
		width: fit-content;
		margin-top: 15px;
		display: flex;
		align-items: center;
		padding: 0px 30px;
		border: 0px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
a{
		text-decoration: none;
}
#navbarSupportedContent ul li a:focus-visible{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:active{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:focus{
		background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:hover{
		background-color: var(--color5) !important;
}
acronym, abbr, span.caps{
		cursor:help;
}
acronym, abbr{
		border-bottom:1px dashed var(--color2);
}
code{
		color: var(--color1);
		font-size:1.0em;
}

input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
		max-width: 210px;
		width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
		height: auto;
		object-fit: cover;
}
.container{
	max-width: 100%;
	padding: 0px;
}
header .container{
	max-width: 100% !important;
	padding: 0rem 18.75rem;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}
.batsar-container{
	padding: 0rem 18.75rem;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.navbar{
		padding: 17px 0px;
		position: fixed;
		width: 100%;
		top: 0%;
		z-index: 99;
		height: 90px;
		transition: 0.4s;
}
.navbar-brand{
		margin: 0%;
		padding: 0px;
}
.navbar-brand a{
		display: flex;
}
.navbar-toggler .icon-bar{
	  width: 25px;
	  height: 3px;
	  background-color: var(--yellow);
	  margin-bottom: 4px;
	  display: block;
}
.menu-item-has-children:hover .dropdown-menu{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 2.083rem;
		column-gap: 2.865rem;
		row-gap: 1rem;
}
.navbar-toggle {
	  border: none;
	  background: var(--color5) !important;
	  padding-right: 0px;
	  padding-left: 0px;
}
.navbar-toggle:hover {
  	background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  	opacity: 0;
}
.navbar-toggle .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	  outline: none;
	  border:none;
}
.navbar-light .navbar-toggler{
		border:none;
		box-shadow: none;
}
#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 40px;
	  right: 20px;
	  z-index: 100;
	  border: none;
	  outline: none;
	  background-color: var(--color1);
	  cursor: pointer;
	  padding: 10px;
	  border-radius: 50px;
}
#myBtn img{
		filter: brightness(0)invert(1);
		transform: rotate(270deg);
		display: flex;
}
#myBtn:hover {
  	background-color: var(--color3);
}
.dropdown-menu{
		left: -20px;
		padding: 10px 0px;
}
#navbarSupportedContent li a{
		padding: 0px;
		font-family: var(--font1);
}
#navbarSupportedContent li .nav-link{
		margin: 15px 0px;
}
#navbarSupportedContent li{
		margin: 0px 15px;
}
.dropdown-menu li{
		margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
		margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
		object-fit: cover;
}

/*Blog*/
.blog-head{
	display: flex;
	align-items: flex-end;
	position: relative;
}
.baster-single-container{
	padding-top: 5.208rem;
	background-color: #151515;
}
.blog .container-fluid{
		padding: 0px;
}
.blog-head{
		background-image: url(./images/success.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 25.66rem;
}
.blog-head h1{
		font-family: var(--font2);
		font-size: 5rem;
		line-height: 5.208rem;
		color: var(--white);
		margin-bottom: 7.552rem;
}
.blog-posts{
		display: flex;
		flex-direction: column;
		row-gap: 30px;
}
.blog .post .feat-img{
		display: flex;
		max-height: 250px;
}
.blog .post .feat-img img{
		width: 100%;
		object-fit: cover;
		object-position: center;
		max-height: 250px;
		border-radius: 10px;
}
.blog h2{
		text-transform: capitalize;
}
.blog .meta{
		margin: 15px 0px 5px 0px ;
}
.blog .info{
		margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
		padding: 0px;
}
.comment-section{
		margin-top: 50px;
		margin-bottom: 60px;
}
.comment-section .comment-reply-title{
		font-family: var(--font3);
		font-size: 24px;
		line-height: 30px;
		color: var(--color3);
}
.comment-section .logged-in-as{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 5px 0px;
}
.comment-section form p label{
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
		color: var(--color2);
		margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
		resize: none;
		padding: 10px;
		height: 100px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form p input{
		padding: 10px;
		height: 50px;
		max-width: 500px;
		width: 100%;
		border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
		display: flex;
		align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
		width: 20px;
		height: 20px;
		margin-right: 15px;
}
.comment-section form .form-submit input{
		width: fit-content;
		font-family: var(--font1);
	  font-size: 14px;
	  line-height: 17.81px;
	  display: flex;
	  padding: 16.2px 37px;
	  background-color: var(--color6);
	  color: var(--color9);
	  border-radius: 5px;
	  border: 0px;
	  margin-top: 20px;
	  height: fit-content;
}
.comment-section form .form-submit input:hover{
		background-color: var(--color3);
		color: var(--color9);
}
.comment-section .comments-title{
		display: none;
}
.comment-section h3{
		font-family: var(--font1);
		font-size: 25px;
		margin-bottom: 30px;
}
.comment-section .comment-list .children{
		margin-left: 40px;
		margin-top: 15px;
}
.comment-section .comment-list .comment{
		margin-bottom: 15px;
		font-family: var(--font1);
		font-size: 16px;
		line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
		width: 40px;
		height: 40px;
		border-radius: 50px;
		margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
		color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
		color: var(--color2);
}
.comment-section .comment-respond{
		margin-top: 30px;
}
.social-share{
		text-align: center;
		margin-top: 40px;
}
.social-share ul{
		display: flex;
		justify-content: space-evenly;
		column-gap: 20px;
		margin-top: 20px;
}
.social-share ul i{
		font-size: 22px;
}

/*Error*/
.error404{
	  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
		padding: 0px 15px;
}
.error404 h1{
	  text-align: center;
    padding: 60px 0px;
    font-family: var(--font3);
    font-size: 50px;
    line-height: 60px;
    color: var(--color3);
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
		padding: 0px;
		margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
		padding: 0px;
		margin-top: -60px;
}
.nosearch-result p{
		margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
		display: flex;
		max-width: 500px;
}
.nosearch-result form input{
		border-radius: 5px;
}
.nosearch-result form #s{
		width: 70%;
		border-color: var(--color8);
		margin-right: 15px;
}
.nosearch-result form #searchsubmit{
		width: 30%;
		margin-top: 0px !important;
		border: 0px;
		font-family: var(--font1);
}
.nosearch-result form #searchsubmit:hover{
		background-color: var(--color3);
		color: var(--color9);
}

/*Footer*/
footer{
	background-color: var(--black);
}
.footer-bottom{
	border-top: 1px solid var(--white);
}
.top-container, .bottom-container{
	padding: 0px 18.75rem;
}
footer .navbar-brand{
	width: fit-content;
	margin: auto !important;
}
.footer-top{
	padding-top: 5.438rem;
	padding-bottom: 4.25rem;
}
footer a{
		font-family: var(--font1);
}
footer p{
		color: var(--color3);
		margin-bottom: 5px;
}
footer p a{
		display: flex;
		margin-bottom: 5px;
		align-items: center;
}
footer ul a{
		padding: 5px 0px;
		display: flex;
}
footer h3{
		margin-bottom: 20px;
		font-family: var(--font2);
}
.social-media-icon{
	display: flex;
	column-gap: 15px;
	align-items: center;
	column-gap: 0.938rem;
	justify-content: end;
}
.social-media-icon a:hover svg path{
	fill: var(--yellow);
}
.social-media-icon a{
		display: flex;
}
.social-media-icon i{
		font-size: 25px;
}
.footer-contact-col i{
		margin-right: 10px;
}

.wpcf7 form .wpcf7-response-output{
		text-align: center;
}
.wpcf7-not-valid-tip{
    margin-top: 10px;
}
.footer-menu-col ul{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2.813rem;
	margin-top: 3.25rem;
}
.footer-menu-col ul li a{
	font-size: 0.938rem;
	line-height: 0.94rem;
	font-family: var(--font1);
	color: var(--white);
	text-transform: capitalize;
}
.footer-menu-col ul li a:hover{
	color: var(--yellow);
}

/* css */

:root{
	--yellow: #DBA41D;
	--black: #000;
	--white: #fff;
}

.navbar-brand img{
	width: 4.167rem;
	height: 4.167rem;
	min-width: 60px;
	min-height: 60px;
}
#menu-main-menu li a span{
	color: var(--white);
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
}
#menu-main-menu li a{
	margin: 0px !important;
	position: relative;
}
.dropdown-toggle::after{
	display: none !important;
}
#menu-main-menu li a::before{
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--yellow);
	position: absolute;
	bottom: -2px;
	left: 0px;
	transition: 0.6s;
	border-radius: 10px;
}
#menu-main-menu li:hover a::before, #menu-main-menu li.active a::before{
	width: 100%;
}
#menu-main-menu li:last-child:hover a::after{
	width: 0;
}
#menu-main-menu li.contact-button{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--yellow);
	border-radius: 5px;
	padding: 5px 10px 8px;
}
#menu-main-menu li.contact-button a span{
	font-family: var(--font1);
	font-weight: 700;
}
#menu-main-menu li{
	margin: 0px !important;
}
#menu-main-menu{
	column-gap: 20px;
	align-items: center;
}
.navbar{
	padding: 0px !important;
	height: 5.833rem !important;
	border-bottom: 1px solid var(--white);
}
.home-banner h1 span{
	color: var(--yellow) !important;
}
.e-con-inner{
	margin: 0px !important;
}
.batsar-slider img{
	width: 13.073rem;
	height: 4.583rem;
}
.black-round{
	position: absolute !important;
    left: 6.094rem;
    top: -9.458rem;
	filter: blur(100);
}
.media-home-list{
	display: grid;
	grid-template-columns: 18.49rem 1fr;
	column-gap: 1.302rem;
	row-gap: 1.563rem;
}
.media-home-list .each-media:first-child{
	margin-top: 1.823rem;
}
.media-home-list .each-media{
	height: 18.49rem;
}
.media-home-list .each-media img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.media-home-list .each-media:last-child{
	margin-top: -1.823rem;
}
.images-section{
	height: 9.635rem;
	position: relative;
}
.images-section img{
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}
.images-section p{
	position: absolute;
	top : 1.042rem;
	background-color: var(--yellow);
	color: var(--white);
	display: flex;
    flex-direction: column;
    width: 60px;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.images-section p span{
	font-size: 0.833rem;
	line-height: 0.99rem;
	font-family: var(--font1);
}
.images-section p span.day{
	font-size: 1.458rem;
	line-height: 1.719rem;
	font-family: var(--font2);
}
.success-story-slides{
	color: var(--white);
}
.story-content{
	color: var(--black);
	background-color: var(--white);
	padding: 0.729rem 1.24rem 1.042rem 1.24rem;
}
.story-content a h3{
	font-family: var(--font2);
	font-size: 1.042rem;
	line-height: 1.354rem;
	color: var(--black) !important;
	transition: 0.4s;
	width: fit-content;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.story-content a{
	width: fit-content;
	display: block;
}
.story-content a h3:hover{
	color: var(--yellow) !important;
}
.story-content p{
	margin-top: 0.729rem;
	margin-bottom: 1.406rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.story-content p, a.read-more{
	font-size: 0.833rem;
	line-height: 1.354rem;
	font-family: var(--font1);
}
a.read-more{
	font-family: var(--font2) !important;
	color: var(--black);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	column-gap: 0.521rem;
}
a.read-more:hover{
	color: var(--yellow);
}
a.read-more:hover svg{
	transform: translateX(10px);
}
a.read-more:hover svg path{
	fill: var(--yellow);
}
.success-story-list .slick-slide{
	margin: 0 0.781rem;
}
.success-story-list .slick-list.draggable{
	margin: 0 -0.781rem;
}
.success-story-list .slick-prev.slick-arrow::before, .success-story-list .slick-next.slick-arrow::before{
	content: '';
	width: 1.875rem;
	height: 1.875rem;
	display: block;
	background-image: url(./images/arrows.svg);
	position: absolute;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.success-story-list .slick-prev.slick-arrow::before{
	left: -2.083rem;
}
.success-story-list .slick-next.slick-arrow::before{
	right: -2.031rem;
	transform: rotate(180deg);
}
.ti-widget.ti-goog .ti-col-4 .ti-review-item{
	max-width: 100% !important;
	flex: 0 0 50% !important;
}
.main-header.scrolled .navbar{
	background-color: #0000009e !important;
    backdrop-filter: blur(15px) !important;
}
.bottom-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.563rem !important;
	padding-bottom: 1.563rem !important;
}
.bottom-container p{
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.833rem;
	line-height: 1.354rem;
	font-family: var(--font1);
	margin-bottom: 0px;
	text-align: center;
}
.social-media-icon a{
	width: 1.25rem;
	height: 1.25rem;
}
.social-media-icon a svg{
	width: 100%;
	height: 100%;
}
.read-more svg{
	width: 1.25rem;
	height: 1.25rem;
	transition: 0.4s;
}
.change-list ul{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between !important;
	column-gap: 75px !important;
	row-gap:2.334rem;
}
.text-dec span{
	font-size: 1.875rem;
	line-height: 2.395rem;
	color: transparent;
	-webkit-text-stroke: 1px var(--yellow);
	text-stroke: 1px var(--yellow);
	font-family: var(--font4);

}
.contact-form label{
	font-size: 14px;
	line-height: 24px;
	color: var(--white);
	font-family: var(--font1);
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
.contact-form br{
	display: none !important; 
}
.contact-form{
	display: flex;
	flex-direction: column;
	row-gap: 1.823rem
}
.contact-form .half-col{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1.563rem;
}
.half-col .inputs{
	width: 100%;
}
.form-btn input{
	margin-top: 0px !important;
	background-color: var(--yellow);
	font-size: 14px !important;
	font-family: var(--font1) !important;
	border: 1px solid var(--yellow) !important;
	transition: 0.3s;
	height: 40px !important;
}
.form-btn input:hover{
	background-color: transparent;
}
.wpcf7-response-output{
	color: var(--white)
}
.success-full-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.563rem;
}
.single-page-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-page-image{
	height: 22.917rem;
	position: relative;
	margin-bottom: 3.123rem;
}
.single-date{
	position: absolute;
	left: 0;
	top: 2.083rem;
	background-color: var(--yellow);
	color: var(--white);
	padding: 0.573rem 1.458rem;
	font-size: 1.042rem;
	line-height: 1.198rem;
}
h2.single-title{
	font-size: 1.875rem !important;
	line-height: 2.396rem !important;
	font-family: var(--font2) !important;
	margin-bottom: 1.563rem !important;
}
.single-contents{
	color: var(--white);
}
.single-contents p, .single-contents{
	margin-bottom: 1.3rem;
	font-size: 0.833rem;
	line-height: 1.354rem;
	font-family: var(--font1);
}
.single-contents h2, .single-contents h3, .single-contents h4, .single-contents h5, .single-contents h6{
	margin-bottom: 0.9rem;
	font-size: 1.51rem;
	line-height: 2rem;
	font-family: var(--font2);
}
ul.sub-page-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	column-gap: 1.563rem;
	row-gap: 1.563rem;
}
ul.sub-page-list img{
	width: 100%;
	height: 7.448rem;
	object-fit: cover;
}
ul.sub-page-list h4{
	background-color: #D9D9D9;
	color: var(--black);
	font-size: 0.938rem;
	line-height: 1.354rem;
	font-family: var(--font3);
	min-height: 5.427rem;
	text-transform: uppercase;
	padding: 0.521rem;
	transition: 0.3s;
}
ul.sub-page-list li a{
	display: flex;
	flex-direction: column;
}
ul.sub-page-list li:hover h4{
	background-color: var(--yellow);
	color: var(--white);
}
.dropdown{
	position: static !important;
}
.dropdown-menu li a span{
	text-transform: uppercase !important;
}
#menu-main-menu li ul li a::before{
	display: none;
}
.service-banner{
	max-height: 34.167rem !important;
}
.single-contact{
	height: 17rem !important;
}
.menu-item-has-children ul li{
	position: relative;
	padding-left: 25px
}
.menu-item-has-children ul li::before{
	content: '';
    position: absolute;
    width: 7px;
    height: 13px;
    background-image: url(./images/caret.svg);
    background-position: center;
    background-size: cover;
    top: 7px;
    left: 0;
}
.pagenation{
	display: flex;
	gap: 3px;
	margin-top: 10px;
}
.pagenation > *{
	padding: 3px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DBA41D;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 28px;
}
.pagenation .page-numbers.dots{
	background-color: transparent;
}
.dropdown a.dropdown-toggle span{
	padding-bottom: 2.823rem !important;
}

/* Preloader container */
@keyframes slideRight{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(200%);
	}
}
body.home #preloader{
	display: flex;
}
#preloader {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#preloader .logo{
	display: none;
	position: relative;
    width: 40vw;
    height: 50vh;
	background-image: url(./batasar-logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#preloader .logo:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, black 60%, transparent);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	animation: slideRight 6s forwards;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: rgb(255, 255, 255); }
}
.media-tabs{
	flex-wrap: wrap;
	row-gap: 10px;
}


@media screen and (min-width: 990px){
	.dropdown-menu{
		left: 0px !important;
		min-width: 100vw !important;
		background-color: var(--black); 
		top: 5.75rem;
	}
}
@media screen and (max-width: 991px){
	li.menu-item-has-children{
		position: relative !important;
	}
	li.menu-item-has-children .dropdown-button{
		background-image: url(./images/dropdown.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		filter: invert(1);
		cursor: pointer;
	}
	#menu-main-menu{
		flex-wrap: nowrap;
		overflow-y: scroll;
		overflow-x: hidden;
		align-items: baseline;
	}
	#menu-main-menu li{
		padding: 8px 0;
        border-bottom: 1px solid #c7c7c7;
        width: 100% !important;
	}
	#menu-main-menu li.contact-button{
		justify-content: flex-start;
		border-radius: 0;
		padding: 8px 0;
	}
	#navbarSupportedContent{
		flex-wrap: nowrap;
		overflow: scroll;
		align-items: baseline;
		row-gap: 5px !important;
	}
	.menu-item-has-children:hover .dropdown-menu {
		padding: 1rem;
	}
	.dropdown a.dropdown-toggle span{
		padding-bottom: 0 !important;
	}
	#menu-main-menu .dropdown-menu li:last-child{
		border-bottom: 0;
	}
}