/* TABLE OF CONTENTS

	1. BASIC
	2. EFFECT
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SUB
	7. SECTION
	8. FOOTER

*/

/*==========================================================
     Basic Style
============================================================*/

::selection {
	color:#fff;
	background:#86bb4b;
}

::-moz-selection {
	color:#fff;
	background:#86bb4b;
}

a {
	color:#000;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:focus, a:hover {
	color:none;
}

input, textarea {
	outline-width:0;
}

*:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/Preloader_1.gif) center no-repeat #fff;
}

/*==========================================================
     Buttons Style
============================================================*/

button:hover {
		-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



/*==========================================================
     Header Style
============================================================*/


#hd {
	padding:;
}

.topbar {
	padding:6.5px 0;
	background:#222222;

}

.topbar ul {
	text-align:right;
}

.topbar ul li {
	display:inline-block;
	margin-left:5px;
}

.topbar ul li a {
	color:#fff;
	font-size:12px;
	font-weight:200;
	letter-spacing:1px;
}

.topbar ul li:hover span {
	background:#fff;
}

.topbar ul li span {
	display:inline-block;
	margin:0 5px 2px 0;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#ffcc00;
}

.logo {
	text-align:center;
}


/*==========================================================
     Sub
============================================================*/

#svis {
	background:url(../img/common/svis.jpg) center center;
	background-size:cover;
}

#svis .st_con h2 {
	padding:93px 0 94px;
	color:#fff;
	text-align:center;
	font-weight:300;
}

#bo_v_title {
	display:none;
}



/*==========================================================
     Section Style
============================================================*/

/*----- mvis -----*/
#mvis {color:#fff;background:#333;}
.mtxt {display:table;height:620px;text-align:left;}
.mtxt img {display:inline-block; max-width:100%; margin-top: 75px;}
.mtxt h2 {font-size:50px;font-weight:200;margin-bottom:50px;}

.mtxt_inner {display:table-cell;vertical-align:middle;}
.slick-list {background-size:cover;background-position:center;height:620px;}
.bx-wrapper {margin-bottom:0;background:none;border:0;box-shadow:none;}
.bx-wrapper .bx-pager {bottom:5%;}
.bx-wrapper .bx-pager.bx-default-pager a {border:1px solid #fff;background:none;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {background:#fff;}


/*----- section01 -----*/


#st1 .container {
		padding:30px 10px;
	}

#st1 {
	background:#ededed;
}




/*----- section02 -----*/

#st2 .container {padding: 30px 0px;}

#st2 .st2_left {width:50%; float:left; padding:10px;}
#st2 .st2_right {width:50%; float:left; padding:5px;}

#st2 .st2_left img {max-width:100%;}
#st2 .st2_right img {max-width:100%;}

#st2 .st2_right .st2_rbn01, #st2 .st2_right .st2_rbn02 {width:50%; float:left; margin-bottom:10px;}
#st2 .st2_right .st2_rbn03, #st2 .st2_right .st2_rbn04 {width:50%; float:left; margin-bottom:10px;}


#st2 .st2_right .st2_rbn01 .st2_con01 ,
#st2 .st2_right .st2_rbn01 .st2_con02 {margin:0 auto; text-align: center;}
#st2 .st2_right .st2_rbn01 .st2_con02 div {display:inline-block; text-align:center;}


#st2 .st2_right .st2_rbn01 .st2_con01 {margin-bottom:8px;}

.st2_right .st2_rbn02 , .st2_right .st2_rbn04 {text-align: right;}

#st2 .st2_right .st2_rbn01 .st2_con02 .st2_rbn01_3 {margin: 0 10px;}


.st2_right .st2_rbn03 .st2_rbn03_1 {float:left; margin-right:10px;}


/*==========================================================
     Footer Style
============================================================*/

#footer {
	background:#ebf3e8;
	padding:50px 0;
}

.foot_link {
	padding:6px 0;
	text-align:center;
}

.foot_link ul {
	display:inline-block;
}

.foot_link ul li {
	display:inline-block;
	padding:0 20px;
}

.foot_link ul li a {
	color:#232323;
}

.foot_link ul li a:hover {
	color:#16aba5;
}

#footer .con_info {
	padding:35px 0;
	vertical-align:middle;
	text-align:center;
}


.foot_copy {
	padding:0px 0;
	color:#343434;
	font-size:14px;
	line-height:24px;
	text-align:center;
}




/*----- return to top button -----*/
#return-to-top {
	position:fixed;
	bottom:3em;
	right:3em;
	background:#fff;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:60px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 1px solid #ececec;
	border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
	display:none;
	transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	z-index:999999;
}

#return-to-top i {
	color:#777;
	margin:0;
	position:relative;
	font-size:22px;
}

#return-to-top:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transition: translate3d(0, -5px, 0);
	-ms-transition: translate3d(0, -5px, 0);
	-o-transition: translate3d(0, -5px, 0);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#return-to-top:hover i {
	color: #777;
}