/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2018 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
    margin: 0;
}
.flexslider .slides li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.flexslider .slides li .slide_content {
    position: absolute;
    top: 33%;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 0 0;
}
@media (max-width: 1199px) {
    .flexslider .slides li .slide_content {
        top: 29%;
    }
}
@media (max-width: 991px) {
    .flexslider .slides li .slide_content {
        top: 24%;
    }
   
    .slide-description {
        width: 30%;
    }
}
@media (max-width: 550px) {
    .flexslider .slides li .slide_content {
        top: 25%;
    }
}
.flexslider .slides li .slide_content .headdings.left-align .sub_headding {
    margin: 0 0 25px;
    display: inline-block;
}
.flexslider .slides li .slide_content .headdings .headding_text {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
    display: inline-block;
}
@media (max-width: 991px) {
    .flexslider .slides li .slide_content .headdings .headding_text {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .flexslider .slides li .slide_content .headdings .headding_text {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .flexslider .slides li .slide_content .headdings .headding_text {
        font-size: 18px;
    }
}
@media (max-width: 550px) {
    .flexslider .slides li .slide_content .headdings .headding_text {
        margin-bottom: 12px;
    }
}
.flexslider .slides li .slide_content .headdings .sub_headding {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 60%;
    margin: 8px auto 20px;
}
@media (max-width: 991px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        margin: 0 auto 10px;
        width: 70%;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        margin: 0 auto 6px;
        width: 90%;
        line-height: 20px;
    }
}
@media (max-width: 550px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        display: none;
    }
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button {
    margin-top: 0px;
    background: #5bb000;
    padding: 5px 40px;
    color: white;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button:hover {
    background: black;
    color: white;
}
@media (max-width: 991px) {
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
        padding: 7px 30px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
        padding: 5px 20px;
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width: 480px) {
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
        padding: 5px 20px;
        font-size: 13px;
        line-height: 25px;
    }
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

 .flexslider {
    
	position: relative;
	zoom: 1;
	overflow: hidden;
    z-index: 0;
}
.flexslider .caption-description h2 {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 9px;
}

.flexslider .slides li a {
	display: flex;
	align-items: center;
}
.flexslider .slides li.flex-active-slide .slide-description {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    animation-name: moveInbottom;
    animation-duration: 1.5s;
}
.slide-description {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    width: 50%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.carousel-content .carousel-sublabel .label {
	font: 400 18px/22px var(--secondary-font);
	color: #999999;
	display: block;
	text-align: center;
}
.carousel-content .carousel-sublabel {
    margin: 0 0 20px;
    position: relative;
    font: 400 16px/30px var(--primary-font);
    display: inline-block;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
}
.carousel-content .carousel-title {
    font: 500 76px/86px var(--secondary-font);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 40px;
}
.carousel-content .carousel-title span {
	color: var(--primary-bg-color);
}

.carousel-offer .btn {
    background: var(--primary-bg-color);
    color: var(--primary-color);
    font: 400 14px/18px var(--primary-font);
    text-transform: uppercase;
    padding: 13px 28px 14px;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    z-index: 7;
    letter-spacing: 0.7px;
    overflow: initial;
}

.carousel-offer .btn:hover{
    background: var(--secondary-btn-bg-color);
    color: var(--secondary-color);

}

.carousel-offer .btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
  }
  .carousel-offer .btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
  }
  .carousel-offer .btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid var(--primary-bg-color);
	transform: scale(1.2,1.4);
  }
  .carousel-offer .btn:hover::after {
	opacity: 1;
	transform: scale(1,1);
    border: 1px solid var(--secondary-bg-color);
  }
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	height: 45px;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
	overflow: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 0px;
	background: none;
	width: 45px;
	border-radius: 0;
	background: var(--secondary-btn-bg-color);
	bottom: 0;
}
.flexslider .flex-direction-nav a:hover{
    background: #fff;
}
.flexslider .flex-direction-nav a:hover::before {
    color: #111;
}
.flexslider:hover .flex-prev {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
}
.flexslider:hover .flex-next {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    -moz-opacity: 0!important;
    -khtml-opacity: 0!important;
    -webkit-opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #111;
}
.flex-pauseplay a:before {
    font-family: "Material Icons";
    font-size: 20px;
    display: inline-block;
    content: '\E039';
}
.flex-pauseplay a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\E036';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    margin: 0;
    bottom: 5px;
    text-align: center;
    z-index: 9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.flex-control-nav.flex-control-paging {
    display: none;
}
.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 18px;
    border: 1px solid #fff;
    height: 18px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
	-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #fff;
    border-color: #fff;
}
.flex-control-paging li a.flex-active {
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        right: 10px;
    }
}
@media (min-width: 480px) {
    .flexslider:hover .flex-control-nav {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

/*---------------------------------------------------start css for flex slider------------------------------------------------------*/

.flexslider .slide-description h2 {
    display: none;
}
.flexslider .flex-direction-nav .flex-prev::before {
    height: 45px;
    width: 45px;
    content: "\E5CB";
}
.flexslider .flex-direction-nav a::before {
    color:#111;
    display: inline-block;
    float: none;
    font-family: "Material Icons";
    font-size: 25px;
    margin: -1px;
    line-height: 43px;
    padding: 0px;
    vertical-align: top;
    border-radius: 50px;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

.flexslider .flex-direction-nav a.flex-prev {
    left:20px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.flexslider:hover .flex-direction-nav a.flex-prev {
    left: 30px;
}
.flexslider:hover .flex-direction-nav a.flex-next {
    right: 30px;
}
.flexslider .flex-direction-nav .flex-next::before {
    height: 45px;
    width: 45px;
    content: "\E409";
}
.flexslider .flex-direction-nav a.flex-next {
    right: 20px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

/*---------------------------------------------------End css for flex slider------------------------------------------------------*/


@media (max-width:1400px) {
    .slide-description {
        width: 60%;
    }
    .carousel-content .carousel-title {
        font-size: 60px;
        line-height: 76px;
    }
    .carousel-content .carousel-subtitle{
        font-size:40px;
        line-height:52px;
    }
    
    .flexslider .flex-direction-nav a.flex-prev {
        left:7%;
    }
    .flexslider:hover .flex-direction-nav a.flex-prev {
        left: 5%;
    }
    .flexslider:hover .flex-direction-nav a.flex-next {
        right: 5%;
    }
    
    .flexslider .flex-direction-nav a.flex-next {
        right: 7%;
    }
    
}
@media (max-width:1199px) {
    .carousel-content .carousel-sublabel {
        margin: 0 0 10px;
        font-size: 13px;
    }
    .carousel-content .carousel-title {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 30px;
    }
}
@media (max-width:991px) {
    .flex-direction-nav {
        display: none;
    }
    .slide-description {
        width: 70%;
    }
  
    .carousel-content .carousel-subtitle {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .carousel-content .carousel-title {
        font-size: 47px;
        line-height: 50px;
        margin: 0 0 25px;
    }
    .carousel-offer .btn{
        font-size:12px;
        line-height:16px; 
        padding: 8px 12px;
    }
    
}
@media (max-width:767px) and (min-width:544px) {
    .slide-description {
        width: 60%;
    }

.carousel-offer .btn::after{
    display: none;
}

.carousel-content .carousel-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.carousel-content .carousel-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
}
.carousel-offer .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
}

}
@media (max-width:767px) {
    
   
    
}

@media (max-width: 543px) {
    .carousel-content .carousel-sublabel {
        margin: 0 0 5px;
        font-size: 13px;
    }
    .carousel-content .carousel-title {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .carousel-offer .btn {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 9px;
    }
    .flexslider .flex-direction-nav a:hover {
        background: none;
    }
    .flexslider .slides li a {
        display: block;
        align-items: center;
    }
    .flex-direction-nav a::after{
        display: none;
    }

    .flex-direction-nav {
        position: absolute;
        top: 17%;
        left: 0;
        right: 0;
    }	
    .flexslider .flex-direction-nav .flex-next::before, .flexslider .flex-direction-nav .flex-prev::before {
        height: 30px;
        width: 30px;
        padding: 0;
    }
    .flexslider .flex-direction-nav a:hover::before {
        color: #111;
    }
    .flexslider .flex-direction-nav a::before {
        color: #111;
        background: none;
    }
    .flex-direction-nav a {
        height: 30px;
        width: 30px;
        background: none;
        border: none;
    }
 
    .slide-description {
        top: 13%;
    }
    
}

@media (max-width: 480px) {
    .slide-description {
        top: 18%;
    }
    .carousel-content .carousel-sublabel {
        margin: 0;
        font-size: 10px;
        line-height: 18px;
    }
    .slide-description {
        top: 9%;
        width: 70%;
    }
    .carousel-content .carousel-subtitle {
        display: none;
    }
    .carousel-content .carousel-title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 6px;
        font-weight: 700;
    }
    .carousel-offer .btn {
        font-size: 10px;
        line-height: 15px;
        padding: 6px 15px;
    }
}