/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 #container {width: 80%; max-width: 800px; margin: 0 auto;}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; overflow:hidden;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; width:100%; display:block; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; z-index: 99999;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; z-index:0; min-height:490px; }
.inner-slider .flexslider {min-height:auto;}
.flexslider .slides {zoom: 1;}
/* .flexslider .slides > li { background-size:cover; background-position:center center;} */
.flexslider .slides > li::after {  position: absolute; content: ""; background: rgba(0,0,0,0); width: 100%; height: 100%; left: 0; top: 0;}
.inner-slider .flexslider .slides > li { min-height:auto;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}


/* Caption style */
/* IE rgba() hack */
.flex-caption {zoom: 1; }
.flex-caption {position:absolute; ; width:100%; z-index:9; top: 45px; transform: translateY(0%);}
.flex-cont { float: left; width: 100%; text-align: center; }
.flex-cont h3 { color: var(--txt-para); font-size: 16px; line-height: 19px; font-family: var(--ff-body); display: inline-block; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase;}
.flex-cont h1 { color:var(--txt-blue); font-size:36px; line-height:52px; font-family: var(--ff-body); font-weight: 600; margin-bottom: 20px; letter-spacing: 2px; text-transform: uppercase; }
.flex-cont h4 { display: inline-block; border-radius: 30px; color:var(--txt-white); font-size:16px; line-height:19px; font-family: var(--ff-body); font-weight: 400; padding: 8px 25px; background: var(--bg-red); }
.flex-cont p { color: var(--txt-white); font-size: 18px; line-height: 28px; letter-spacing: 0.2px; margin-bottom: 30px; font-family: var(--ff-semibold); text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.flex-cont .des-lnk { display: flex; align-items: center; justify-content: center; }
.flex-cont a { height: 45px; display: inline-block; font-family: var(--ff-semibold); font-size:14px; line-height: 42px; color:var(--txt-white); border:2px solid #ffffff; padding: 0px 30px ; transition:all .5s ease;  letter-spacing: 1px; text-transform: uppercase; border-radius: 25px; position: relative; overflow: hidden;}
.flex-cont a::after { position: absolute; display: block; left: 50%; width: 0; height: 100%; transition: all 0.4s ease; top: 0; content: ""; background: var(--bg-light-blue); z-index: -1;}
.flex-cont a:hover::after { width: 100%; left: 0;}

/* .flex-caption a:hover { background: #6D9C3F url("../images/des-arw.svg") no-repeat right 20px center; color: #FFFFFF; border:2px solid #6D9C3F; } */

/* Control Nav */
.flex-control-nav {width:100%; margin:0 auto; position: absolute; bottom:20px; z-index:9999; right: 0; text-align: center; left: 0; }
.flex-control-nav li {margin: 0 10px 0px 0; display:inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:last-child { margin: 0;}
.flex-control-nav li a {width: 10px; height: 10px; display: block; background:#ffffff; cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%;  transition: all 0.4s ease;}
.flex-control-nav li a:hover {background:var(--bg-red);}
.flex-control-nav li a.flex-active {background:var(--bg-red); cursor: default;}


.top-banner .flex-control-nav { width: 12px; margin: 0 auto; position: absolute; bottom: auto; z-index: 9999; right: 0; text-align: center; top: 50%; }
.top-banner .flex-control-nav li {margin: 0 0px 0px 0; display:inline-block; zoom: 1; *display: inline;}
.top-banner .flex-control-nav li:last-child { margin: 0;}
.top-banner .flex-control-nav li a {width: 12px; height: 12px; display: block; background:none; border: 1px solid #FFFFFF; cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%;  transition: all 0.4s ease;}
.top-banner .flex-control-nav li a:hover { background:var(--color-white); }
.top-banner .flex-control-nav li a.flex-active { background:var(--color-white); cursor: default;}


.rest-slider .flexslider .flex-control-nav li a {width: 12px; height: 12px; display: block; background:none; border: 1px solid #FFFFFF; cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%;  transition: all 0.4s ease;}
.rest-slider .flexslider .flex-control-nav li a.flex-active { background:var(--color-white); cursor: default;}


/* Direction Nav */
.flex-direction-nav { display:block; }
.flex-direction-nav li a {width:18px; height:32px; margin: 0px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index:9999; }
.flex-direction-nav li .flex-next {background-position: -25px 0; right:20px; background-position: 0px 0; }
/*.flex-direction-nav li .flex-next:hover {background: url(../images/arrw-rgt.png) no-repeat 0 0;}*/
.flex-direction-nav li .flex-prev {left:20px; background-position: 0px 0; }
/*.flex-direction-nav li .flex-prev:hover {left:20px; background: url(../images/arrw-lft.png) no-repeat 0 0;}*/
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}




.flexslider .slides > li.left .flex-caption {
  position: absolute;
  width: 100%;
  z-index: 9; left: 0px; right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.flexslider .slides > li.left .flex-caption .flex-cont{text-align: left;}
.flexslider .slides > li.left .mbl{display: none;}

/* .flexslider .slides > li .flex-active-slide .flex-caption h3 { } */