/*
 * 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); /* background: rgba(0,0,0,0.3); */ 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: 45%; transform: translateY(-50%);}
.flex-cont { float: left; width: 100%; max-width: 650px; padding-left: 70px; }
.flex-cont h3 { background: var(--bg-red); color: var(--txt-white); font-size: 24px; font-family: var(--ff-semibold); display: inline-block; padding: 10px 20px; margin-bottom: 20px;}
.flex-cont h1 { color:var(--txt-white); font-size:60px; line-height:66px; font-family: 'ReadexPro-Bold'; margin-bottom: 22px;letter-spacing: -0.2px;}
.flex-cont p { color: var(--txt-white); font-size: 22px; line-height: 26px; letter-spacing: -0.2px; margin-bottom: 35px; font-family: 'ReadexPro-Light'; }
.flex-cont .des-lnk { display: flex; align-items: center; justify-content: center; }
.flex-cont a { display: flex; align-items: center; justify-content: center; column-gap: 20px; width: 208px; height: 62px; border-radius: 9px; background: var(--bg-yellow);transition:all .5s ease;
font-size: 18px; font-family: var(--ff-public-medium); color: var(--txt-black);}
.flex-cont a:hover { background: var(--bg-green); color: var(--txt-white); }
.flex-cont a span.arrw i { font-size: 24px;}

/* .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:90px; 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:#6D9C3F;}
.flex-control-nav li a.flex-active {background:#6D9C3F; 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;}


/* custom css */

.home-banner .flex-control-nav { width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto; position: absolute; bottom: 180px; z-index: 9999; left: 0; text-align: center; top: auto; }
.home-banner .flex-control-nav li {margin: 0px 10px 0px 10px; display:inline-block; zoom: 1; *display: inline;}
.home-banner .flex-control-nav li a {width: 10px; height: 10px; display: block; background: rgba(255,255,255,0.5); border: none; 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;}
.home-banner .flex-control-nav li a:hover { background:var(--bg-yellow); }
.home-banner .flex-control-nav li a.flex-active {width: 13px; height: 13px; background:var(--bg-yellow); cursor: default;}


.home-banner .flex-direction-nav { display:block; width: 100%; position: absolute; top: 50%; left: 0; margin: 0 auto;}
.home-banner .flex-direction-nav li a {width:74px; height:74px; margin: 0px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index:9999;
transition:all .5s ease;}
.home-banner .flex-direction-nav li .flex-next { right: 40px; background: rgba(255,255,255,0.3) url(../images/slider-arrw-rgt.svg) no-repeat center center; border-radius: 50%;}
.home-banner .flex-direction-nav li .flex-next:hover { background: #00714C url(../images/slider-arrw-rgt.svg) no-repeat center center; }
.home-banner .flex-direction-nav li .flex-prev {left:40px; background: rgba(255,255,255,0.3) url(../images/slider-arrw-lft.svg) no-repeat center center; border-radius: 50%;}
.home-banner .flex-direction-nav li .flex-prev:hover { background: #00714C url(../images/slider-arrw-lft.svg) no-repeat center center; }
