/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*-------------------------------------------------------
Theme Name: Divi Child Theme 2
Theme URI: http://vfitness.in/
Description: A child theme template for Divi
Author: Sayali
Author URI: http://seasons.in/
Template: Divi
Version: 3.0.106
----------------- ADDITIONAL CSS HERE ------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

body{
	font-family: 'Poppins', sans-serif;
}

/* header */
#main-header{
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding: 45px 0;
}

#et-top-navigation{
	padding-top: 0 !important;
}

#main-header .et_menu_container, .et_pb_row, footer .container{
	width: 80%;
	max-width: 100%; 
}

#top-menu li {
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

#top-menu>li:last-child {
    padding-right: 10px;
}

#top-menu .menu-item a{
	color: #828282;
	font-weight: 400;
	font-size: 15px;
}

#top-menu .menu-item:hover a{
	color: #fff !important;
	opacity: 1 !important;
}

.bg-purple.active a{
	color: #8b72b7 !important;
}

.bg-orange.active a{
	color: #f2a047 !important;
}

.bg-red.active a{
	color: #ef5122 !important;
}

.bg-green.active a{
	color: #6cbd45 !important;
}

.et-hover.bg-purple{
	background-color: #8b72b7;
}

.et-hover.bg-yellow{
	background-color: #fbe273;
}

.et-hover.bg-orange{
	background-color: #f2a047;
}

.et-hover.bg-red{
	background-color: #ef5122;
}

.et-hover.bg-green{
	background-color: #6cbd45;
}

/* banner */ 
#banner_slider .owl-dots {
    counter-reset: dots;
}

#banner_slider.sa_owl_theme .owl-dots {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0 !important;
    right: 10% !important;
    background-color: transparent;
    padding-left: 20px !important;
}

#banner_slider .owl-dot{
	font-size: 20px; 
	font-weight: 700 !important;
	color: #E3E3E3;
	margin: 25px 0;
}

#banner_slider .owl-dot span{
	display: none !important;
}

#banner_slider .owl-dot::before {
    counter-increment: dots;
    content: counters(dots, ".", decimal-leading-zero);
	border-right: 1px solid #E3E3E3;
    padding-right: 20px;	
	-webkit-transition: all 300ms;	
	-o-transition: all 300ms;	
	transition: all 300ms;
}

#banner_slider .owl-dot.active:before {	
    padding-right: 12px;
}

#banner_slider .owl-dot.active{
	font-size: 25px;
}

#banner_slider .owl-dot:nth-child(1).active{
	color: #6CBD45;
}

#banner_slider .owl-dot:nth-child(1).active:before{
	border-right: 2px solid #6CBD45;
}

#banner_slider .owl-dot:nth-child(2).active{
	color: #EF5122;
}

#banner_slider .owl-dot:nth-child(2).active:before{
	border-right: 2px solid #EF5122;
}

#banner_slider .owl-dot:nth-child(3).active{
	color: #7762AB;
}

#banner_slider .owl-dot:nth-child(3).active:before{
	border-right: 2px solid #7762AB;
}

#banner_slider .owl-dot:nth-child(4).active{
	color: #006FD3;
}

#banner_slider .owl-dot:nth-child(4).active:before{
	border-right: 2px solid #006FD3;
}

.slider-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.col-6{
	width: 45%;
}

.col-5{
	width: 35%;
}

.slider-image-box{
/* 	background-image: url(https://seasonsff.com/wp-content/uploads/2020/09/FRUIT-CUTOUT-new.png); 
    background-size: contain;
    background-repeat: no-repeat;
    height: 700px;
    background-position: left; */
}

#banner_slider.owl-carousel .owl-item img.slider-image{
	width: 90%;
/* 	display: none; */
}

.slide-1{	
	/* 	background-image: url(https://seasonsff.com/wp-content/uploads/2020/09/FRUIT-CUTOUT-new.png); */
	padding-left: 5rem;
    margin-right: 2rem;
}

.slide-2{	
	/* 	background-image: url(https://seasonsff.com/wp-content/uploads/2020/10/banner-2.png); */
	padding-left: 2rem;
}

.slide-3{	
	/* 	background-image: url(https://seasonsff.com/wp-content/uploads/2020/10/banner-3-new.png); */
	padding-left: 0;
}

.slide-4{	
	/* 	background-image: url(https://seasonsff.com/wp-content/uploads/2020/10/4th-Banner-CUTOUT-2.png); */
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center{
	top: 0 !important;
    transform: none !important;
}

#banner_slider.owl-carousel .owl-item .slide-4 img.slider-image{
	width: 100%;
}

.green-text .slider-heading, .green-text .slider-small-heading{
	color: #6CBD45;
}

.red-text .slider-heading, .red-text .slider-small-heading{
	color: #EF5122;
}

.purple-text .slider-heading, .purple-text .slider-small-heading{
	color: #7762AB;
}

.blue-text .slider-heading, .blue-text .slider-small-heading{
	color: #006FD3;
}

.slider-content{
    padding: 30px;
}

.slider-heading {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 2.5rem;
	text-transform: uppercase;
}

.slider-small-heading {
    font-size: 20px;
	font-weight: 400;
    line-height: 1.5;
    padding-bottom: 20px;
}

.slider-image-box {
    height: auto;
/*     width: 540px; */
	    width: 90%;
}

.slider-text, .website-text, .feature-blocks-text {
    color: #212121;
    font-size: 15px;
    line-height: 2.5;
}

.section-heading, .section-heading-light {
    font-size: 40px;
    color: #EF5122;
    font-weight: bold;
    padding-bottom: 2rem;
}

.section-heading-light{
	color: #fff;
	text-align: center;
}

.section-heading span{
	color: #4B4B4B;
}

.about-us-section{
	background-image: url(https://seasonsff.com/wp-content/uploads/2020/09/about-us-section-new-1.png);
	height: 700px;
    background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tab-section .section-heading{
	text-align: center;
}

.product-tab-module{
	border: none;
}

.product-tab-module ul.et_pb_tabs_controls {
    background-color: #fff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-tab-module .et_pb_tabs_controls li{
	border: none;
	float: none;
	background-color: #F8F8F8;
	margin: 0 1rem;
	position: relative;
	width: 200px;
    text-align: center;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.tab-section .product-tab-module .et_pb_tabs_controls li.et_pb_tab_active:before{
	content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #7762ab;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
        -ms-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
}

.tab-section .product-tab-module .et_pb_tabs_controls li a {
    color: #C9C9C9 !important;
    font-weight: 400;
    font-size: 18px;
    padding: 1rem;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	display: block;
}

.tab-section .product-tab-module .et_pb_tabs_controls li.et_pb_tab_active a{
	background-color: #7762AB !important;	
    color: #fff !important;
    font-weight: 500;
    font-size: 20px;
}

.product-tab-module ul.et_pb_tabs_controls:after{
	border: none;
}

.blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-top: 5rem;
}

.product-tab-module .et_pb_tab {
    padding: 0;
}

.yellow-box, .yellow-box .products-card-content{
	background-color: #FCD34D;
}

.green-box, .green-box .products-card-content{
	background-color: #6CBD45;
}

.blue-box, .blue-box .products-card-content{
	background-color: #226DEF;
}

.red-box, .red-box .products-card-content{
	background-color: #EF5122;
}

.brown-box, .brown-box .products-card-content{
	background-color: #C77D33;
}

.purple-box, .purple-box .products-card-content{
	background-color: #D788F3;
}

.pista-box, .pista-box .products-card-content{
	background-color: #7CDFC8;
}

.light-green-box, .light-green-box .products-card-content{
	background-color: #A0C733;
}

.favours-blocks .products-card{
	height: 400px;
}

.favours-blocks .products-card-text{
	padding-top: 1rem;
}

.products-card {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 350px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	color: #fff;
	font-weight: 600;
}

.products-card img{
	width: 200px;
}

.products-card-img-heading{
	color: #fff;
	padding-bottom: 0;
    font-weight: 600;
	font-size: 24px;
}

.products-card:hover .products-card-content {
    bottom: 0;
}

.products-card-content {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: -50em;
    -webkit-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    padding-top: 1.5rem;
}

.products-card-content ul{
	font-size: 13px;
    color: #fff;
    list-style: disc;
    font-weight: 500;
	padding: 0 45px 0 0;
}

.products-card-text ul:nth-child(2){
	padding-right: 0;
}

.products-card-heading{
	padding-bottom: 0;
	font-size: 20px;
	padding-bottom: 0;
    font-weight: 600;
	color: #fff;
}

/* services section */

.feature-blocks{
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-align: center;
	margin: 2rem 0;
	background-color: #fff;
	padding: 2rem;
	min-height: 450px;
}

.feature-blocks-text{
    color: #626566;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-size: 14px;
}

.services-section .purple-block:hover{
	-webkit-box-shadow: 0 0 20px 0px #7762ab99;
	        box-shadow: 0 0 20px 0px #7762ab99;
}

.services-section .green-block:hover{
	-webkit-box-shadow: 0 0 20px 0px #6CBD4599;
	        box-shadow: 0 0 20px 0px #6CBD4599;
}

.services-section .blue-block:hover{
	-webkit-box-shadow: 0 0 20px 0px #006FD399;
	        box-shadow: 0 0 20px 0px #006FD399;
}

.services-section .orange-block:hover{
	-webkit-box-shadow: 0 0 20px 0px #F2A04799;
	        box-shadow: 0 0 20px 0px #F2A04799;
}

.services-section{
	background-image: url(/wp-content/uploads/2020/09/services-banner.png);
    background-size: auto;
	margin: 5rem 0;
	-webkit-box-shadow: inset 0px 10px 20px 0px #fff, inset 0px -10px 20px 0px #fff;
	        box-shadow: inset 0px 10px 20px 0px #fff, inset 0px -10px 20px 0px #fff;
}

.services-section .image-div{
	text-align: center;
}

.services-section .image-div img{
	width: 150px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.services-section .feature-blocks:hover .hover-image{
	display: inline;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.services-section .feature-blocks:hover .image{
	display: none;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.services-section .feature-blocks:hover .feature-blocks-text{
	color: #212121;
}

.hover-image{
	display: none;
}

.purple-block .feature-blocks-heading{
	color: #8b72b7;
}

.green-block .feature-blocks-heading{
	color: #6CBD45;
}

.blue-block .feature-blocks-heading{
	color: #006FD3;
}

.orange-block .feature-blocks-heading{
	color: #F2A047;
}

.feature-blocks-heading{
	font-weight: 700;
    font-size: 25px;
    margin: 1rem 0;
}

.download-pdf-btn{
	border: 2px solid #fff;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
    padding: 0.5rem 1rem;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.download-pdf-btn:hover{
	background-color: #fff;
	color: #ef5122;
}

/* contact form */
.contact-form-section .section-heading{
	text-align: center;
}

.d-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}

.d-flex ~ div{
	margin-top: 1.5rem;
}

.col-25{
	width: 25%;
/* 	margin-right: 20px; */
}

/* .col-25:last-child{
	margin-right: 0;
} */

.col-40{
	width: 40%;
}

.col-60{
	width: 60%;
}
 
.col-75{
	width: 75%;
}

.col-100{
	width: 100%;
}

.contact-form-module input{
	width: 100%;
    padding: 15px 25px;
	border: 1px solid #C9C9C9;
	font-weight: 500;
	font-size: 15px;
	background-color: #FBFBFB;
}

.contact-form-module input[type=tel]:focus {
    border-color: #2d3940;
    color: #3e3e3e;
}

.contact-form-module input:placeholder{
	color: #828282;
}

.contact-form-module input[type="submit"] {
    border: 2px solid #EF5122;
	font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #EF5122;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
    padding: 10px 35px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.contact-form-module input[type="submit"]:hover {
	background-color: #EF5122;
	color: #fff;
}

div.wpcf7 .ajax-loader{
	display: none;
}

.et_mobile_menu{
	border-top: 3px solid #7762AB;
}

.mobile_menu_bar{
	padding-top: 24px;
}

.mobile_menu_bar:before{
	color: #7762AB;
}

/* footer */

#main-footer{
	-webkit-box-shadow: 0 0 20px 5px #00000017;
	        box-shadow: 0 0 20px 5px #00000017;
    margin-top: 2rem;
}   

#footer-widgets{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer-widgets .footer-widget{
/* 	margin-right: 2rem; */
}

#footer-widgets .footer-widget:nth-child(1){
	width: 20%;
	position: relative;
}

#footer-widgets .footer-widget:nth-child(2){
	width: 35%;
	position: relative;
}
/* 
#footer-widgets .footer-widget:nth-child(2)::before{
	content: '';
	height: 80px;
    width: 1px;
    background-color: #C9C9C9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -25px;
} */

#footer-widgets .footer-widget:nth-child(3)::after, #footer-widgets .footer-widget:nth-child(1)::after {
	content: '';
	height: 80px;
    width: 1px;
    background-color: #C9C9C9;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-right: -35px;
}

#footer-widgets .footer-widget:nth-child(3){
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

#footer-widgets .footer-widget:nth-child(4){
	width: 25%;
	margin-right: 0;
}

.footer-logo img{
	width: 200px;
}

.footer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-div > img{
	width: 20px;
    margin-right: 15px;
}

.address img, .quicklinks img{
	margin-top: -5px;
}   

.footer-heading {
	font-size: 17px;
    font-weight: 700;
    color: #212121;
    padding-bottom: 5px;
}

.mt-2{
	margin-top: 2rem;
}

.footer-text p{
	font-size: 12px;
	padding-bottom: 5px;
}

.quicklinks-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.quicklinks-list a{
	display: block;
	width: 50%;
	color: #4B4B4B;
	font-size: 13px;
	padding-top: 1rem;
}

.custom-footer-bar, #footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.custom-footer-bar, .dev-credits a{
	font-size: 13px;
	font-weight: 500 !important;
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.copyright span {
    font-size: 25px;
    padding: 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	  .about-us-section {
		background-size: cover;
	}
	
	.slider-text {
		line-height: 1.5;
	}
	
	#banner_slider.owl-carousel .owl-item img.slider-image {
		width: 90%;
	}
	
	.slider-content {
		padding: 30px 0;
	}
	
	.sa_owl_theme .owl-item .sa_vert_center_wrap {
		min-height: 500px !important;
	}
	
	.slider-image-box.slide-1 {
		padding-left: 3rem;
		margin-right: 0rem;
	}
	
	.blocks {
		margin-top: 3rem;
	}
	
	.product-tab-module .et_pb_tabs_controls li{
		width: 150px;
	}
	
	.tab-section .product-tab-module .et_pb_tabs_controls li a, .tab-section .product-tab-module .et_pb_tabs_controls li.et_pb_tab_active a {
		font-size: 18px;
		padding: 15px 20px;
	}
	
	.footer-div a{
		white-space: nowrap;
	}
	
	.quicklinks-list a {
		width: 100%;
		padding-top: 0.5rem;
	}	
	
	.feature-blocks {
		margin: 2rem 1rem;
		padding: 1.5rem 1rem;
	}
	
	.feature-blocks-heading {
		font-size: 20px;
		margin: 0.5rem 0;
	}
	
	.feature-blocks-text{
		line-height: 2.1;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.sa_hover_container {
		min-height: 500px !important;
	}
	
	.slider-heading {
		font-size: 30px;
		padding-bottom: 1.5rem;
	}

	.slider-small-heading {
		font-size: 15px;
	}
	
	.slider-text, .website-text, .feature-blocks-text {
		font-size: 12px;
		line-height: 2;
	}
	
	.about-us-section {
		height: 500px;
	}
	
	.section-heading, .section-heading-light {
		font-size: 30px;
		padding-bottom: 1rem;
	}
	
	.website-text{
		width: 50%;
	}
	
	.product-tab-module ul.et_pb_tabs_controls {
		margin: 2rem 0;
	}
	
	.products-card-heading {
		font-size: 16px;
		line-height: 18px;
	}
	
	.products-card-text {
		padding-top: 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.products-card-content ul {
		font-size: 12px;
		padding: 0;
		line-height: 2;
	}
	
	.services-section .et_pb_column {
		width: 50%;
	}
	
	.services-section .image-div img {
		width: 100px;
	}
	
	.section-heading-light {
		text-align: center;
	}
		
	.download-pdf-row .et_pb_column, .heading-row .et_pb_column {
		width: 100%;
	}
	
	.feature-blocks {
		margin: 2rem 1rem;
		padding: 1.5rem 1rem;
		min-height: 380px;
	}
	
	.d-flex{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
    	-webkit-box-pack: justify;
    	    -ms-flex-pack: justify;
    	        justify-content: space-between;
	}
	
	.d-flex ~ div {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	
	.contact-note-div.d-flex{
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
		
	#wpcf7-f123-p16-o1 .d-flex:nth-child(3){
		flex-wrap: nowrap;
	}
	
	.col-25{
		width: 47%;
		margin-bottom: 0;
	}
	
	.col-25:nth-child(even){
		margin-right: 0;
	}
	
	#footer-widgets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	#footer-widgets .footer-widget {
		width: 48% !important;
		margin-right: 0 !important;
	}
	
	#footer-widgets .footer-widget:nth-child(3)::after, #footer-widgets .footer-widget:nth-child(1)::after{
		margin-right: 5px;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.slider-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.banner-slider-section .et_pb_row {
		padding: 0;
	}
	
	.col-6, .col-5 {
		width: 100%;
	}
	
	#banner_slider.owl-carousel .owl-item img.slider-image {
		display: block;
		margin: auto;
	}
	
	.slider-image-box{
		background-image: none !important;
		padding: 0 !important;
		height: auto;
		width: 100%;
	}
	
	.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
		top: 0 !important;
		transform: none !important;
	}
	
	.slider-heading {
		font-size: 25px;
		padding-bottom: 1em;
	}
	
	.slider-small-heading {
		font-size: 17px;
		padding-bottom: 15px;
	}
		
	#banner_slider .sa_hover_container{
		min-height: 950px !important;
	}
	
	#banner_slider .owl-dot {
		margin: 25px 10px;
	}
	
/* 	.slider-image-box {
		height: 500px;
		background-position: center;
	} */
	
	#banner_slider.sa_owl_theme .owl-dots {
		position: relative;
		bottom: 0 !important;
		right: 0 !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		padding-left: 0 !important;
	}
	
	#banner_slider .owl-dot.active:before, #banner_slider .owl-dot:before {
		border-right: none;
		padding-right: 12px;
	}
	
	.slider-text{
		font-size: 13px;
		line-height: 2;
	}
	
	.about-us-section {
		background-repeat: no-repeat;
		height: 450px;
		background-size: cover;
	}
	
	.services-section {
		background-image: none;
		background-color: #b3bdbe;
	}
	
	.section-heading, .section-heading-light {
		font-size: 30px;
		padding-bottom: 1rem;
	}
	
	.website-text, .feature-blocks-text {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.product-tab-module ul.et_pb_tabs_controls {
		margin: 1rem 0;
	}
	
	.tab-section .product-tab-module .et_pb_tabs_controls li a, .tab-section .product-tab-module .et_pb_tabs_controls li.et_pb_tab_active  a {
		font-size: 15px;
    	padding: 10px;
	}
	
	.favours-blocks .products-card.pista-box{
		height: 700px;
	}
	
	.blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 3rem;
	}
	
	.products-card {
		overflow: hidden;
		text-align: center;
		position: relative;
		height: 450px;
		width: 200%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		color: #fff;
		font-weight: 600;
	}
	
	.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.col-25, .col-75, .col-100, .col-40, .col-60 {
		width: 100%;
/* 		margin-bottom: 1rem; */
		margin-right: 0;
	}
	
	.d-flex ~ div {
		margin-top: 1.5rem;
	}
	
	#footer-widgets {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.custom-footer-bar, #footer-info {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.products-card-text {
		padding-top: 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.products-card-content ul {
		padding: 0 15px;
	}
	
	#main-header{
		border-bottom: 1px solid #ccc;
	}
	
	.products-card-heading {
		font-size: 17px;
		line-height: 1.4;
	}
	
	.products-card-img-heading {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 320px){
	#banner_slider .sa_hover_container {
		min-height: 1000px !important;
	}
	
/* 	.slider-image-box {
		height: 400px;
	} */
	
	.slider-heading {
		padding-bottom: 1rem;
	}
	
	.products-card-content ul {
		padding: 0 10px;
	}
	
	#banner_slider .sa_hover_container{
		min-height: 850px !important;
	}
}

