/*fixed header*/
.ast-primary-header-bar {
	background-color: #ffffff;
	background-image: none;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.ast-primary-header-bar.sticky .site-logo-img img {
	width: auto;
	height: 50px;
}
.ast-builder-social-element{
	line-height: 3;
}
/*slider css*/
.elementor-slides .swiper-slide-bg {
    background: #D90001;
}
.elementor-slides *:nth-child(1)[class^="elementor-repeater-item"] .elementor-slide-description *,
.swiper-slide[data-swiper-slide-index="0"] .elementor-slide-description * {
	color: white;
	line-height: 1;
	margin-bottom: 15px;
}

.elementor-slides *:nth-child(1)[class^="elementor-repeater-item"] h2,
.swiper-slide[data-swiper-slide-index="0"] h2{
	font-size:120px;
	color:#ff3a2d !important;
}
.elementor-slides *:nth-child(1)[class^="elementor-repeater-item"] h3,
.swiper-slide[data-swiper-slide-index="0"] h3{
	font-size:70px;
}
.elementor-slides *:nth-child(1)[class^="elementor-repeater-item"] h4,
.swiper-slide[data-swiper-slide-index="0"] h4{
	font-size:30px;
}
.elementor-slides *:nth-child(1)[class^="elementor-repeater-item"]  h6,
.swiper-slide[data-swiper-slide-index="0"] h6{
	font-size:15px;
	margin-top: 40px;
}



.swiper-slide[data-swiper-slide-index="1"] h1,
.swiper-slide[data-swiper-slide-index="1"] h2,
.swiper-slide[data-swiper-slide-index="1"] h3,
.swiper-slide[data-swiper-slide-index="1"] h4,
.swiper-slide[data-swiper-slide-index="1"] h5,
.swiper-slide[data-swiper-slide-index="1"] h6{
	color: white;
	margin:0;
	line-height: 1;
}
.swiper-slide[data-swiper-slide-index="1"] h2{
	font-size:100px;

}
.swiper-slide[data-swiper-slide-index="1"] h3{
	font-size:36px;
}
.swiper-slide[data-swiper-slide-index="2"] h1,
.swiper-slide[data-swiper-slide-index="2"] h3,
.swiper-slide[data-swiper-slide-index="2"] h4,
.swiper-slide[data-swiper-slide-index="2"] h5,
.swiper-slide[data-swiper-slide-index="2"] h6{
	color: white;
	margin:0;
	line-height: 1;
}

.swiper-slide[data-swiper-slide-index="2"] h2{
	margin:0;
	font-size:60px;
	color:  #2b2b2b;
}
.swiper-slide[data-swiper-slide-index="2"] h4{
	font-size:24px;
	color: #4c4c4c;
}
.swiper-slide[data-swiper-slide-index="2"] h5{
	color:#EF9F00;
}

/*slider bottom dots*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	padding: 5px;
	background-color: transparent;
	border: 3px solid #ffffff;
}
.swiper-pagination-bullet-active{
	background-color: #ffffff !important;
}
/*slider css*/

.widget_tag_cloud .tagcloud a{
	padding: 0.5em .6em;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px !important;
}

/*modal css*/
.modal { 
	display:none;/* Hidden by default */
	position: fixed !important; /* Stay in place */
	z-index: 99; /* Sit on top */
	/* Location of the box */
	top:0;
	left:0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
	padding: 40px;
	background-color: white;
	margin-top:70px;
	position:relative;
}
.modal-container{
	padding: 0 450px;
	width: 100%;
	margin: auto;
	background-color: transparent;
}
.w-100{
	width:100%;
}
form.modal-form {
	line-height: 2.4;
}
/* The Close Button */
.product-selected{
	color:#e6ae48;
}
.close {
	position: absolute;
	top: -10px;
	right: 10px;
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal input{
	padding:0.30em;
	color:#888888;
	border: 1px solid #818a91;
	background-color:#ffffff;
	/*margin-bottom:10px;*/
}

.modal input:focus {
	outline:none;
	border-color: #2f2f2f;
}
.modal-textarea{
	color:#888888;
	border: 1px solid #818a91;
	background-color:#ffffff;
	margin-bottom:10px;
}

.modal input[type="submit"]{
	background-color:#2f2f2f;
	color:#ffffff;
	padding:10px 40px;
	border:none;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
}
.modal input[type="submit"]:hover{
	background-color:#e6ae48;
	transition: all .2s linear;

}

/*======modal css end========*/

/*============bottom bar css============*/
.info-section{
	display:none;
	background-color: #2f2f2fe8;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.info-section .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width:100%;
	padding: 10px 50px;
}

.info-section .row > div {
	padding-left: 15px;
	padding-right: 15px;
}

.info-section .col-md-2 {
	flex: 0 0 50%;
	max-width: 50%;
}
.info-section .align-right{
	text-align:right;
}

.info-section .selected-product-info{
	padding:5px;
}
.info-section #send-query{
	margin-right:15px;
}
.info-section button {
	background-color:#e6ae48;
	border: 1px solid transparent;
}
.info-section button:hover{
	background-color:#2f2f2f;
	color:#ffffff;
	transition: all .2s linear;
	border: 1px solid #e6ae48;
}
.info-section .far{
	font-size:25px;
}
.info-section .cancel {
	position: relative;
	display: inline-block;
}
.info-section .fa-times-circle:before{
	color:#ffffff8f;
}

/*============bottom bar css============*/


/*button on hover on proudcts*/
.add-quote-post-btn {
	position: relative;
	max-width: 100%;
	bottom: 50px;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: -40px;
	opacity: 0;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	visibility: hidden;


}
a.add_quote_from_post {
	display: block;
	padding: 4% 12%;
	background-color:#2a2a2a;
	color:#ffffff;
}

a.add_quote_from_post[disabled="disabled"], #add_quote[disabled="disabled"] {
	pointer-events: none;
	opacity: 0.5;
}
a.elementor-button-link.elementor-button.elementor-size-sm:focus{
	background-color: #212121 !important;
}
.col-md-3:hover > .add-quote-post-btn, .col-md-4:hover > .add-quote-post-btn {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
/*.add_quote_from_post:hover{*/
/*    background-color:#e6ae48;*/
/*    color:white;*/
/*}*/
.add_quote_from_post:not([disabled="disabled"]):hover{
	background-color:#e6ae48;
	color:white;
}

h2.widget-title {
	font-size: 21px !important;
}




.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
	margin:10px;
}

.site-primary-footer-inner-wrap .site-footer-section{
	padding: 0px 0px 40px;
	margin:0px 10px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
	padding-left: 110px;
	padding-right: 110px;
}

#astra-footer-menu, .footer-widget-area[data-section="section-fb-html-1"]{
	margin-left:0px;
}

#astra-footer-menu li, .widget_nav_menu li{
	border-top: 1px solid #333333;
	margin: 4px;
}
#astra-footer-menu li:first-child, .widget_nav_menu li:first-child{
	border-top-width: 0;
	border-top-style: solid;
}
#astra-footer-menu .menu-item > a{
	padding:5px;
}
.menu-item a:hover {
	color: #e5ad48 !important;
}
.widget_search .search-form .search-field:focus {
	border-color: #e5ad48;
	color: #888888;
	outline:none;
}

.ast-footer-social-1-wrap .ast-builder-social-element{
	display:block;
	padding: 7px 0px;
}

.ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label{
	line-height: normal;
}
/*color of footer titles*/
.footer-widget-area .widget-title{
	color:#ffffff !important;
}
.textwidget.custom-html-widget i{
	padding: 10px;
	color: #e5ad48;
}

.widget_search .search-form .search-field{
	border-color: #2f2f2f;
	background: transparent;
}


@media screen and (max-width: 767px) {
	h1{
		font-size:26px !important;
	}
	h2{
		font-size:22px !important;
	}
	h3{
		font-size:20px !important;
	}
	h4{
		font-size:18px !important;
	}
	h5{
		font-size:15px !important;
	}
	h6{
		font-size:12px !important;
	}
	.info-section{
		padding-bottom:10px;
	}
	.info-section .row {
		display: contents;
	}
	.info-section .col-md-2 {
		max-width: 100%;
	}
	.info-section .align-right {
		text-align: inherit;
	}
	.info-section .cancel{
		right: -75px;
	}
	.modal-container{
		padding: 0 2%;
	}
	.add-quote-post-btn{
		bottom: 28px;
		font-size: 10px !important;
		margin-bottom: -30px;
	}
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
		margin: 20px 15px !important;
	}
}

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

	.add-quote-post-btn{
		opacity:1;
		-webkit-transform: translate3d(0, 0, 0); 
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
		padding:0;
	}
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
		margin:10px 15px;
	}
	#astra-footer-menu .menu-item{
		display:inline;
	}
	.widget_nav_menu li{
		display:flex;
	}
	h2.widget-title {
		text-align: justify;
	}

} 
@media (max-width: 544px){
	.site-logo-img img {
		height: 88px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.modal-container {
		padding: 0 150px;
	}
}
.h6-css {
	font-family: "Karla", Arial, Helvetica;
    font-size: 15px;
    font-weight: 400;
	color: #E6AE48 !important;
    margin-bottom: 0px;
    margin-top: 10px;
	line-height: 1.25em;
/* 	margin: 0; */
	display: block;
}
.h5-css{
	font-family: "Karla", Arial, Helvetica !important;
    font-size: 18px !important;
    font-weight: 400 !important;
	color: var(--ast-global-color-2) !important;
	line-height: 1.2em !important;
	display: block !important;
}
.h6-csss {
	font-family: "Karla", Arial, Helvetica;
    font-size: 15px;
	line-height: 1.25em;
	display: block;
}