<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
	margin: 0;
    padding: 0;
}

.flexslider .slides &gt; li {
    display: none;
    -webkit-backface-visibility: hidden;
} 

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
	height:auto;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides &gt; li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    clear: both;
    margin: 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flex-direction-nav {
	margin: 0;
    padding: 0;
}


.flex-control-nav {
    position: absolute;
    left: 10px;
}
.home-slider .flex-control-nav {
	bottom: 20px;
    left: auto;
    text-align: center;
    width: 100%;
    z-index: 99;
	display:none;
}
.flex-control-nav li {
    margin: 0 5px;
    display:inline-block;
}

.flex-control-paging li a {
  	background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
}

.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 #87cfc5;
}

.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #87cfc5;
    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%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.main_background_image {
    position: relative;
	text-align: center;
}

.slider_area_inner_container {  
    position: absolute;
	left: 0;
    text-align: center;
    top: 35%;
    width: 100%;
}

.slider_area_inner { }



/*.home-slider .flex-direction-nav li a.flex-next:after {
	content: "\f138";
	font: normal 45px/1 FontAwesome;
	color: #FFF;
	background: none;
}
.home-slider .flex-direction-nav li a.flex-prev:after {
	content: "\f137";
	font: normal 45px/1 FontAwesome;
	color: #FFF;
	background: none;
}*/

.home-slider .flex-direction-nav li a{
	background:url("../../images/megnor/sprite.png") 0 0 no-repeat transparent;
	height:43px;
	width:30px;
	opacity:0;
	font-size: 0;
   	position: absolute;
    top: 45%;
	z-index: 99;
	
	/*-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;*/
}
.home-slider:hover .flex-direction-nav li a.flex-prev { left: 1%; opacity:1; 	-webkit-transition: all ease-in-out .3s;
    /*-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;*/}
.home-slider:hover .flex-direction-nav li a.flex-next { right: 1%; opacity:1;	-webkit-transition: all ease-in-out .3s;
    /*-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; */}

.home-slider .flex-direction-nav li a.flex-prev {
    left: 0%;
	right: auto;
	background-position:-90px 1px;
	
}
.home-slider .flex-direction-nav li a.flex-next {
    right: 0%;
	left: auto;
	background-position:-88px -100px;
	
}

.home-slider .flex-direction-nav li a.flex-prev:hover{background-position:-90px -48px;}
.home-slider .flex-direction-nav li a.flex-next:hover{background-position:-88px -149px;}


.home-slider .flex-direction-nav li a.flex-next:hover:after,
.home-slider .flex-direction-nav li a.flex-prev:hover:after{
	color: #87cfc5;
}

.home-slider .slider-title,
.home-slider .slider-description,
.home-slider .slider-button-container  {
	color: #FFF;
}

.home-slider .slider-title{	
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 30px;
	font-weight: 400;
}
.home-slider .slider-title-2{	
	font-family: 'Arial Rounded MT Bold',Arial,Helvetica,sans-serif;
	font-size: 45px;
	line-height: 45px;
	color:#fff;
	margin: 0 0 30px;
}
.home-slider .slider-description{	
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	margin: 0 auto 30px;
    width: 40%;
}
.home-slider .slider-button-container .button{
	color:#fff;
	background:#87CFC5;
	padding:20px 30px;
	font-size:20px;
	text-transform:uppercase;
	border-radius: 5px;
	margin: 0 8px;
	font-weight: 400;
}
.home-slider .slider-button-container .button:hover{
	background:#9ea7ae;
}
.home-slider .slider-button-container .button-2{
	background:#9ea7ae;	
}
.home-slider .slider-button-container .button-2:before{
	font-family:'FontAwesome';
	content:"\f0da";
	margin: 0 10px 0 0;
	font-size: 25px;
}
.home-slider .slider-button-container .button-2:hover{
	background:#87CFC5;
}</pre></body></html>