/*=========================================================
Author       : Templatemanja.
Template Name: Educone - Education and LMS HTML Template
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. START HEADER STYLE
	03. START BANNER,SLIDER STYLE
	04. START ABOUT STYLE
	05. START COURSE STYLE
	06. START EVENT STYLE
	07. START ICON BOX STYLE
	08. START LIST STYLE
	09. START COUNTER STYLE
	10. START PORTFOLIO STYLE
	11. START TESTIMONIAL STYLE
	12. START COURSE CATEGORIES SECTION
	13. START APPLY COURSE SECTION
	14. START BLOG STYLE
	15. START NEWLETTER STYLE
	16. START FOOTER STYLE
	17. START MAP STYLE
	18. START TEAM STYLE
	19. START BREADCRUMB STYLE
	20. START CONTACT STYLE
	21. START DIVIDER STYLE
	22. START ACCORDION STYLE
	23. START 404 ERROR STYLE
	24. START LOGIN REGISTER STYLE
	25. START COMMING SOON SECTION
	26. START GALLERY DESIGN
	27. START SHOP DESIGN
	28. START ELEMENT DESIGN
*=============================================================*/

/*===================================*
  01. GENERAL STYLE
*===================================*/
@font-face { font-family:Impact; src: url('../fonts/impact.ttf');}
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	word-wrap:break-word; word-break:break-all;
}
body {
	background: #ffffff none repeat scroll 0 0;
    color: #434343;
    font-family: 'Microsoft YaHei', 'Roboto', sans-serif;
    font-size: 13px; line-height:28px
}
h1,h2,h3,h4,h5,h6 {
	color: #222222;
	font-family:'Microsoft YaHei', 'Poppins', sans-serif;
}
p {
	color:#434343;
	line-height: 30px;
	margin-bottom: 2px;
}
a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #FEBC34;
	text-decoration: none;
}
a:focus {
	outline: none;
}
/*img {
	max-width: 100%;
}*/
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}
.section {
	padding: 60px 0;
	position:relative;
}
.section.small_pt,
.top_footer.small_pt {
	padding-top: 60px;
}
.section.small_pb,
.top_footer.small_pb {
	padding-bottom: 60px;
}
.section.pb_20, .pb_20 {
	padding-bottom: 20px;
}
.section.pb_70, .pb_70 {
	padding-bottom: 70px;
}
.section.pt_70, .pt_70 {
	padding-top: 70px;
}
.section.pb_85, .pb_85 {
	padding-bottom: 85px;
}
div.banner_large_pad {
	padding: 200px 0;
}
.small_padding {
    padding: 30px;
}
.medium_padding {
    padding: 50px;
}
.large_padding {
    padding: 100px;
}
.small_divider {
	height: 30px;
}
.medium_divider {
	height: 50px;
}
.large_divider {
	height: 100px;
}
.padding_eight_all {
	padding: 8%;
}
.padding_eight_lr {
	padding: 0 8%;
}
.padding_eight_tb {
	padding: 8% 0;
}
.list_none li {
	list-style:none;
}
.order_list,
.disc_list {
	padding-left: 15px;
}
.btn:focus,.btn:hover,.btn.active {
	box-shadow: none;
	outline: medium none;
}
button:focus {
	outline:none;
}
.border-2 {
	border-width: 2px !important;
}
.btn {
	border: 0;
	border-width: 1px;
	cursor: pointer;
	line-height: normal;
	padding: 14px 20px;
	text-transform: capitalize;
	position: relative;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.btn-radius {
	border-radius: 40px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
	vertical-align: middle;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 10px 24px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 18px 44px;
}
.btn-xs {
    padding: 4px 20px;
    font-size: 12px;
}
.btn-md {
    padding: 14px 34px;
    font-size: 16px;
}
.btn.btn-xs i {
    font-size: 10px;
}
.btn.btn-sm i {
    font-size: 12px;
}
.btn.btn-lg i {
    font-size: 22px;
}
.btn-default {
	background-color: #FEBC34;
	color: #fff;
	position: relative;
	z-index: 1;
}
.btn-default:hover {
	background-color: #EEAC24;
	color: #fff !important;
}
.btn-default::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.1);
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-default:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-white {
	background-color: #fff;
	color: #333 !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}	
.btn-white::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(255,255,255,0.4);
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-white:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-white:hover {
	background-color: transparent;
	color: #fff !important;
}
.btn-tran-light {
	background-color: rgba(255,255,255,0.3);
	color: #fff;
}
.btn-tran-light:hover,
.btn-tran-border:hover {
	background-color: #fff;
	color: #1d2124;
}
.btn-tran-border {
	border: 2px solid rgba(255,255,255,0.4);
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
.btn-dark {
	background-color: #222222;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-dark::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	opacity: 0;
	bottom: 0;
	background-color: #FEBC34;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.btn-dark:hover::before {
	left: 0;
	opacity: 1;
	right: 0;
}
.btn-dark:hover {
	background-color: transparent;
}
.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333;
}
.text_default {
	color: #FEBC34 !important;
}
.bg_gray {
	background-color: #f7f8fb !important;
}
.bg_default {
	background-color: #FEBC34 !important;
}
.bg_light_blue {
	background-color: #f3f8fb !important;
}
.bg_light_blue2 {
	background-color: #F4F9FC !important;
}
.bg_linen {
	background-color: #F9F5F0 !important;
}
.bg_redon {
	background-color: #FFF1F1 !important;
}
.bg_dark {
	background-color: #1D2224 !important;
}
.bg_hui {
	background-color: #222222 !important;
}
.bg_dark2 {
	background-color: #1B1E20 !important;
}
.bg_dark3 {
	background-color: #233645 !important;
}
.bg_dark4 {
	background-color: #0D1B26 !important;
}
.bg_apricot {
	background-color: #fde0ca !important;
}
.bg_danger {
	background-color: #F6475F;
}
.bg_blue {
    background-color: #4382FF;
}
.bg_orange {
	background-color: #F89035;
}
.bg_pink {
	background-color: #F94FA4;
}
.bg_lightgreen {
	background-color: #1CB5A3;
}
.bg_lightnavy {
	background-color: #534E8B;
}
.radius_all_5,
.radius_all_5:before,
.radius_all_5:after {
	border-radius: 5px;
}
.radius_all_10,
.radius_all_10:before,
.radius_all_10:after {
	border-radius: 10px;
}
.radius_lb_10,
.radius_lb_10:after,
.radius_lb_10:before {
	border-radius: 10px 0 0 10px;
}
.radius_rb_10,
.radius_rb_10:before,
.radius_rb_10:after  {
	border-radius: 0 10px 10px 0;
}
.radius_lbrb_10,
.radius_lbrb_10:before,
.radius_lbrb_10:after {
	border-radius: 0 0 10px 10px;
}
.radius_ltrt_10,
.radius_ltrt_10:before,
.radius_ltrt_10:after {
	border-radius: 10px 10px 0 0;
}
.radius_ltlb_5,
.radius_ltlb_5:before,
.radius_ltlb_5:after {
	border-radius: 5px 0 0 5px;
}
.scrollup {
	background-color: #171717;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #FEBC34;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}
.scrollup_style1 {
	background-color: #FEBC34;
}
.scrollup.scrollup_style1:hover {
	background-color: #333;
}
.background_bg {
	background-position: center center;
	background-size: cover;
}
.bg_size_auto {
    background-size: auto !important;
}
.bg_size_contain {
	background-size: contain !important;
}
.bg_norepeat {
    background-repeat: no-repeat !important;
}
.position_top_center {
    background-position: top center !important;
}
.position_center_bottom {
    background-position: center bottom !important;
}
.position_right_center {
    background-position: right center !important;
}
.position_right_bottom {
    background-position: right bottom !important;
}
.fixed_bg {
    background-attachment: fixed !important;
}
[class*=overlay_bg_] {
	position: relative;
}
[class*=overlay_bg_]::before {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
[class*=overlay_bg_default_]::before {
	background-color: #FEBC34;
}
[class*=overlay_bg_blue_]::before {
	background-color: #031B4E;
}
.overlay_bg_90::before,
.overlay_bg_default_90::before,
.overlay_bg_blue_90::before {
	opacity: 0.9;
}
.overlay_bg_80::before,
.overlay_bg_default_80::before,
.overlay_bg_blue_80::before {
	opacity: 0.8;
}
.overlay_bg_70::before,
.overlay_bg_default_70::before,
.overlay_bg_blue_70::before {
	opacity: 0.7;
}
.overlay_bg_60::before,
.overlay_bg_default_60::before,
.overlay_bg_blue_60::before {
	opacity: 0.6;
}
.overlay_bg_50::before,
.overlay_bg_default_50::before,
.overlay_bg_blue_50::before {
	opacity: 0.5;
}
.overlay_bg_40::before,
.overlay_bg_default_40::before,
.overlay_bg_blue_40::before {
	opacity: 0.4;
}
.overlay_bg_30::before,
.overlay_bg_default_30::before,
.overlay_bg_blue_30::before {
	opacity: 0.3;
}
.overlay_bg_20::before,
.overlay_bg_default_20::before,
.overlay_bg_blue_20::before {
	opacity: 0.2;
}
.overlay_bg_10::before,
.overlay_bg_default_10::before,
.overlay_bg_blue_10::before {
	opacity: 0.1;
}
.ripple {
	background-color: #fff;
	border-radius: 100%;
	color: #FEBC34;
	position: relative;
	display: inline-block;
	line-height: 70px;
	font-size: 30px !important;
	vertical-align: middle;
	margin-left: -15px;
	height: 70px;
	width: 70px;
	text-align: center;
}
.ripple i {
	margin-right: 0;
	margin-left: 5px;
	font-size: 30px;
}
.btn-ripple2 .ripple {
	background-color: rgba(255,255,255,0.5);
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 56px;
}
.btn-ripple2 .ripple i {
	font-size: 24px;
}
.ripple::before,.ripple::after {
	 -webkit-animation: ripple 1.8s infinite ;
    -moz-animation: ripple 1.8s infinite ;
    -o-animation: ripple 1.8s infinite ;
    -ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #fff;
	border-radius: 100%;
	margin: -15px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ripple::after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}


@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
 }
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
	}
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
/*===================================*
  01. END GENERAL STYLE
*===================================*/

/*===================================*
  02. START HEADER STYLE
*===================================*/
.navbar-brand {
	padding: 13px 0;
	vertical-align: top;
}
.dark_skin .logo_light, .dark_skin .logo_default,
.light_skin .logo_default, .light_skin .logo_dark,
.logo_light,.logo_dark {
	display: none;
}
.dark_skin .logo_dark,
.light_skin .logo_light {
	display: block;
}
.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
	color: #ffffff;
}
.navbar {
	padding: 0;
}
.header_wrap {
	transition: all 0.5s ease 0s;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #fff;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
	background-color: transparent;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
	background-color: #fff;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.light_skin.nav-fixed {
	background-color: #1D2224;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.sticky_dark_skin.nav-fixed,
.light_skin .sidetoggle_icon::after,
.light_skin .sidetoggle_icon::before,
.light_skin .toggle_center_line {
	background-color: #fff;
}
.navbar .navbar-nav li {
	/*position: relative;*/
	list-style: none;
	transition: all 0.3s ease 0s;
}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 12rem;
}
.navbar-nav .dropdown-menu {
	background-color: #252A2C;
}
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, 
.light_skin .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.dark_skin .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
	border-color: #ddd;
}
.dark_skin .navbar .navbar-nav .dropdown-menu li a.active, 
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
	color: #FEBC34;
}
.navbar .navbar-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
	padding-left: 25px;
}
.dark_skin .navbar .navbar-nav li > .dropdown-item, 
.dark_skin .navbar .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
	color: #333333;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	border: 0 none;
	content: "\f3d0";
	font-family: "Ionicons";
	height: auto;
	line-height: normal;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}
.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 15px;
	top: 10px;
}
.navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
	padding: 27px 10px;
	text-transform: capitalize;
	font-size: 14px; font-weight:bold
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 27px 10px;
}
.navbar .navbar-nav > li > a.active, 
.navbar .navbar-nav > li:hover > a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a {
	color: #0060b0;
}


@media (max-width: 1160px) {
	.navbar .navbar-nav > li > .nav-link {
	padding: 27px 5px; font-size:13px}
	.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 27px 5px;
}
}


.light_skin .navbar .navbar-nav .dropdown-item,
.light_skin .navbar .navbar-nav .dropdown-header {
	color: #fff;
	border-bottom-color: rgba(255,255,255,0.2);
}
.dd_dark_skin .navbar .navbar-nav .dropdown-item, .dd_dark_skin .navbar .navbar-nav .dropdown-header, .sticky_dd_dark_skin.header_wrap.nav-fixed .navbar-nav .dropdown-menu li a, .sticky_dd_dark_skin.header_wrap.nav-fixed .navbar-nav .dropdown-header {
	border-bottom-color: #f1f1f1;
}
.dd_light_skin .navbar .navbar-nav .dropdown-item, .dd_light_skin .navbar .navbar-nav .dropdown-header, .sticky_dd_light_skin.header_wrap.nav-fixed .navbar-nav .dropdown-menu li a, .sticky_dd_light_skin.header_wrap.nav-fixed .navbar-nav .dropdown-header {
	border-bottom-color: rgba(255,255,255,0.2);
}
.light_skin .item_remove {
	color: #fff !important;
}
.light_skin .mega-menu-col {
	border-right: 1px solid #3f3f3f;
}
.navbar .navbar-nav .dropdown-item {
	padding: 10px 20px 10px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #f1f1f1;
}
.navbar .navbar-nav li:last-child .dropdown-item {
	border-bottom: 0;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.navbar .navbar-nav .dropdown-header {
    color: #333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar .attr-nav li .nav-link {
	padding: 25px 10px;
	position: relative;
}
.nav-fixed .navbar .attr-nav li .nav-link {
	padding: 25px 10px;
}
.navbar .attr-nav li.nav-btn {
	margin-left: 10px;
}
.navbar .attr-nav li .nav-link i {
	font-size: 16px;
}
.navbar .attr-nav li .nav-link.cart_trigger {
	padding-right: 0 !important;
}
.hover_menu_style2 .navbar .navbar-nav.attr-nav > li > .nav-link {
	margin: 0;
	padding: 20px 10px;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active, 
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
	background-color: rgba(0,0,0,0);
}
.navbar .navbar-nav .dropdown-menu li a.active, 
.navbar .navbar-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a, 
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-item:hover {
	color: #FEBC34;
}
.sticky_dark_skin.nav-fixed .logo_light {
    display: none;
}
.sticky_dark_skin.nav-fixed .logo_dark {
	display: block;
}
.sticky_dark_skin.nav-fixed .navbar-nav li > a,
.sticky_dark_skin.nav-fixed .navbar-toggler,
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-item,
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-header,
.sticky_dark_skin.nav-fixed .cart_quantity, .sticky_dark_skin.nav-fixed .cart_total {
	color: #333;
}
.sticky_dark_skin.nav-fixed .item_remove {
	color: #333 !important;
}
.sticky_dark_skin.nav-fixed .navbar-nav .dropdown-menu, 
.sticky_dark_skin.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,0.05);
}
.sticky_dark_skin.nav-fixed .mega-menu-col,
.sticky_dark_skin.nav-fixed .cart_list li {
	border-color: #ddd;
}
.sticky_dark_skin.nav-fixed.header_wrap[class*="bg_"], .sticky_dark_skin.nav-fixed.header_wrap[class*="bg-"] {
	background-color: #fff !important;
}
.sticky_light_skin.nav-fixed .logo_dark {
    display: none;
}
.sticky_light_skin.nav-fixed .logo_light {
	display: block;
}
.sticky_light_skin.nav-fixed.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header,
.sticky_light_skin.nav-fixed.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #1D2224;
}
.sticky_light_skin.nav-fixed.header_wrap[class*="bg_"], .sticky_light_skin.nav-fixed.header_wrap[class*="bg-"] {
	background-color: #1D2224 !important;
}
.sticky_light_skin.nav-fixed .navbar-nav a,
.sticky_light_skin.nav-fixed .navbar-toggler,
.sticky_light_skin.nav-fixed .navbar .navbar-nav .dropdown-item,
.sticky_light_skin.nav-fixed .navbar .navbar-nav .dropdown-header,
.sticky_light_skin.nav-fixed .cart_quantity, .sticky_light_skin.nav-fixed .cart_total {
	color: #fff;
}
.sticky_light_skin.nav-fixed .item_remove {
	color: #fff !important;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu {
	background-color: #252A2C;
	border-color: #252A2C;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, 
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.sticky_light_skin.nav-fixed .mega-menu-col {
	border-right: 1px solid #3f3f3f;
}
.sticky_light_skin.nav-fixed .cart_list li {
	border-color: #3f3f3f;
}
.sticky_dark_skin.nav-fixed .btn-tran-light {
	background-color: #333;
	color: #fff !important;
}
.sticky_dark_skin.nav-fixed .btn-tran-light:hover {
	background-color: transparent;
	color: #333 !important;
	border-color: #333;
}
.search_overlay::before {
	content: "";
	background-color: #111;
	top: 0;
	left: 0;
	position: fixed;
	text-align: center;
	bottom: 0;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
	z-index: 99;
	visibility: hidden;
}
.search_open {
	overflow-y: hidden;
	padding-right: 17px;
}
.search_overlay.open::before {
	visibility: visible;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
}
.search_trigger.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}
.search_wrap {
	position: fixed;
	left: 0;
	right: 0;
	max-width: 0;
	margin: 0 auto;
	padding: 80px 0;
	z-index: 9999;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.search_wrap.open {
	opacity: 1;
	visibility: visible;
	max-width: 800px;
}
.search_wrap form {
	position: relative;
	width: 100%;
}
.search_wrap .form-control:focus {
	color: #fff;
}
.search_icon {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 7px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	color: #fff;
}
.search_wrap .form-control {
	background-color: rgba(255,255,255,0.2);
	border: 0;
	padding: 10px 20px;
	color: #fff;
}
.search_wrap .form-control::-webkit-input-placeholder {
	color:#fff;
}
.search_wrap .form-control::-moz-placeholder {
	color:#fff;
}
.search_wrap .form-control:-ms-input-placeholder {
	color:#fff;
}
.search_wrap .form-control::-ms-input-placeholder {
	color:#fff;
}
.search_wrap .form-control::placeholder {
	color:#fff;
}
.close-search {
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 25%;
}
.navbar .attr-nav li .search_trigger i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}
.navbar .attr-nav li.cart_wrap .nav-link i {
	font-size: 20px;
}
.navbar .attr-nav li.cart_wrap .nav-link {
	padding: 35px 5px;
}
.navbar .attr-nav li .nav-link.sidetoggle i {
	font-size: 28px;
}
.header_wrap.fixed-top {
	position: relative;
	padding-right: 0 !important;
}
.header_wrap.transparent_header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030;
}
.header_wrap.nav-fixed {
	box-shadow:  0 0 5px rgba(0,0,0,0.15);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
}
.nav-fixed.border_bottom_tran {
	border: 0;
}
.header_wrap.fixed-top.nav-fixed.no-sticky, .header_wrap.fixed-top.no-sticky {
	position: absolute;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
	background-color: transparent;
	box-shadow: none;
}
.header_wrap.nav-fixed[class*="overlay_"]:before {
	content: normal;
}
.mega-menu {
	display: table;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar .navbar-nav li.dropdown-mega-menu {
	position: static;
}
.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
.mega-menu-col {
	border-right: 1px solid #ddd;
	padding: 0;
}
.mega-menu-col:last-child {
	border-right: 0 !important;
}
.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
	vertical-align: middle;
}
.navbar .navbar-nav > li > .nav-link.cart_trigger i {
	font-size: 16px;
}
.main_menu_uppercase .navbar-nav > li > .nav-link span {
	padding-right:5px;
	font-size: 13px;
}
.cart_list li {
	list-style: outside none none;
}
.cart_count {
	position: relative;
	top: -3px;
	left: -5px;
	font-size: 11px;
	background-color: #FEBC34;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}
.navbar-nav .dropdown-menu.cart_box {
	width: 420px;
	position: absolute !important;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	-moz-transform-origin: -moz-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
}
.navbar-nav .dropdown-menu.cart_box.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.cart_list li {
	border-bottom: 1px solid #3f3f3f;
	padding: 15px;
	width: 100%;
}
.item_remove {
	float: right;
	margin-left: 5px;
	color: #333 !important;
}
.cart_list img {
	border: 1px solid #ddd
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 80px;
}
.cart_list a {
	font-size: 14px;
	vertical-align: top;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 600;
}
.cart_quantity {
	color: #ffffff;
	display: table;
	margin-top: 5px;
	font-weight: 500;
}
.cart_total .cart_amount {
	float: right;
	color: #F32B56;
}
.cart_box .cart_list {
	width: 100%;
	padding: 0 !important;
	max-height: 242px;
	overflow-y: auto;
}
.cart_list li {
	display: inline-block;
	width: 100%;
}
.dropdown-menu .cart_list li a i {
	width: auto;
}
.cart_total {
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	font-weight: 600;
	text-align: right;
}
.cart_total strong {
	float: left;
	font-weight: 600;
}
.cart_buttons {
	margin: 0;
	padding: 10px 15px 20px;
	text-align: center;
}	
.top-header {
	border-bottom: 1px solid #eee;
}
.top-header.light_skin,
.light_skin .border_list::before {
	border-color: rgba(255,255,255,0.2);
}
.top-header {
	transition: all 0.5s ease-in-out;
}
.top-header[class*="bg_"], .top-header[class*="bg-"] {
	border: 0;
}
.top-header span {
	font-size: 14px;
}
.header_wrap .social_icons li {
	padding-bottom: 0;
}
.social_icons, .contact_detail {
	font-size: 0;
}
.contact_detail > li:last-child,
.header_list > li:last-child {
	padding-right: 0;
}
.social_icons li {
	display: inline-block;
	padding: 0px 10px 5px 10px;
}
.social_icons li a {
	font-size: 13px;
	color: #777777;
	height: 36px;
	/*width: 36px;*/
	line-height: 36px; font-family:"Microsoft YaHei";
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.social_icons li a:hover, 
.header_wrap .social_icons li a:hover {
	color: #FEBC34;
}
.social_icons.social_small li a {
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-size: 16px;
}
.social_white .social_icons li a, .social_white.social_icons li a,
.header_wrap .social_white .social_icons li a, .header_wrap .social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}
.social_white .social_icons li a:hover, .social_white.social_icons li a:hover {
	color: #FEBC34;
}
.border_social .social_icons li a:hover, .border_social.social_icons li a:hover {
	background-color: #FEBC34;
	border-color: #FEBC34;
	color: #fff;
}
.border_social.social_white .social_icons li a:hover, .social_white.border_social.social_icons li a:hover {
	color: #fff;
}
.border_social li a {
	border: 1px solid #687188;
	line-height: 35px;
}
.social_icons li:last-child a {
	margin-right: 0px;
}
.radius_social li a {
	border-radius: 5px;
}
.rounded_social li a {
	border-radius: 50px;
}
.social_icons.social_style1 li a {
	background-color: rgba(255,255,255,0.1);
}
.social_icons.social_style1 li a:hover {
	background-color: #FEBC34;
	color: #fff !important;
}
.social_style2 li a {
	background-color: #FFF;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
}
.social_style3 li a {
	background-color: #F6F8F9;
	color: #B2B2B7;
	font-size: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.social_style4 li a {
	background-color: #FEBC34;
	color: #fff;
}
.social_style4 li a:hover {
	background-color: #fff;
	color: #FEBC34 !important;
}
.vertical_social li {
	display: block;
}
.header_wrap .social_icons li a {
	color: #333;
}
.contact_detail i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 18px;
}
.contact_detail span {
	vertical-align: middle;
}
.contact_detail > li {
	color: #333;
	list-style: none;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 7px 15px 7px 0;
}
.header_list > li {
	list-style: none;
	display: inline-block;
}
.header_list > li a {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 8px 15px 8px 15px;
}
.header_list > li i {
	margin-right: 6px;
}
.border_list {
	position: relative;
}
.border_list::before {
	content: "";
	position: absolute;
	left: 0;
	border-left: 1px solid #ddd;
	top: 0px;
	bottom: 0;
}
.header_list > li .dropdown-item:hover,
.custome_dropdown .ddChild li:hover,
.contact_detail > li a:hover {
	color: #F32B56;
}
.header_dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 0px;
	border: 0;
	transform: none !important;
	top: 100% !important;
	will-change: auto !important;
}
.header_dropdown .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
	right: 0;
	left: auto !important;
}
.header_dropdown .dropdown-item {
	padding: 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	text-transform: capitalize;
}
.contact_detail li:first-child {
	margin-left: 0px;
}
.contact_detail li a span {
	vertical-align: middle;
}
.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a,
.top-header.light_skin .widget_text span {
	color: #fff;
}
.top-header.dark_skin .contact_detail li {
	color: #000;
}
.nav-fixed .top-header,
.nav-fixed .middle_header {
	display: none !important;
}
.middle_header {
	padding: 15px 0;
}
.navbar-toggler {
	float: right;
	margin: 13px 0 0 5px;
	font-size: 28px;
	color: #333;
	transition: all 0.5s ease 0s;
	border-radius: 0;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
    content: "\f129";
    font-size: 16px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}
header .attr-nav + .social_icons {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 5px;
}
header .attr-nav + .social_icons li {
	padding: 0;
}
header.light_skin .attr-nav + .social_icons {
	border-color: #fff;
}
header.light_skin.nav-fixed .attr-nav + .social_icons {
	border-color: #333;
}
header.light_skin.nav-fixed .social_icons li a {
	color: #000;
}
header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0E93D8;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.top-header.light_skin .header_list li a,
.top-header.light_skin .ddArrow::before,
.top-header.light_skin .ddcommon .ddTitle .ddlabel {
	color: #fff;
}
.top-header.light_skin .header_list > li::before {
	background-color: #fff;
}
.top-header .custome_dropdown .ddChild {
	background-color: #fff;
	border: 0 !important;
	min-width: 10rem;
	left: -10px;
}
.top-header.light_skin .header_list li a:hover, 
.top-header.light_skin .contact_detail li a:hover, 
.top-header.light_skin .header_list li a:hover span {
	color: #FEBC34;
}
.main_menu_uppercase .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}
.main_menu_weight_100 .navbar .navbar-nav > li > .nav-link {
	font-weight: 100;
}
.main_menu_weight_200 .navbar .navbar-nav > li > .nav-link {
	font-weight: 200;
}
.main_menu_weight_300 .navbar .navbar-nav > li > .nav-link {
	font-weight: 300;
}
.main_menu_weight_400 .navbar .navbar-nav > li > .nav-link {
	font-weight: 400;
}
.main_menu_weight_500 .navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
}
.main_menu_weight_600 .navbar .navbar-nav > li > .nav-link {
	font-weight: 600;
}
.main_menu_weight_700 .navbar .navbar-nav > li > .nav-link {
	font-weight: 700;
}
.main_menu_weight_800 .navbar .navbar-nav > li > .nav-link {
	font-weight: 800;
}
.main_menu_weight_900 .navbar .navbar-nav > li > .nav-link {
	font-weight: 900;
}
.main_menu_size_16 .navbar .navbar-nav > li > .nav-link,
.dd_menu_size_16 .navbar .navbar-nav .dropdown-item,
.dd_menu_size_16 .cart_list a {
	font-size: 16px;
}
.header_banner_wrap {
	padding: 15px;
	height: 100%;
}
.header_banner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}
.header_banner_wrap .header_banner {
	-ms-flex-align: center;
	align-items: center;
}
.header_banner_content {
	position: relative;
}
.header_banner_text {
	color: #fff;
}
.header_banner_title {
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.banner_img {
	position: relative;
}
.header_btn  {
	margin-left: 10px;
}
.sidebar_menu {
	padding: 50px 30px 30px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: -3px 0 3px rgba(0,0,0,.04);
	bottom: 0;
	width: 400px;
	overflow-y: auto;
	right: -400px;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 99999;
}
.sidebar_menu.active {
	right: 0;
	visibility: visible;
}
.side_panel_close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.side_panel_close i {
	font-size: 24px;
}
.sidebar_menu .widget {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.header-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	top: 0;
	transition: all 0.5s ease-in-out;
	cursor: url("../images/close.png"), pointer;
}
body.active {
	overflow: hidden;
	padding-right: 17px;
}
.sidetoggle_icon {
	width: 22px;
	display: block;
	margin: 10px 0;
	position: relative;
	transition: all 0.5s ease-in-out;
	height: 1px;
}
.sidetoggle_icon::before {
	content: "";
	background-color: #333;
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: -7px;
	right: 0;
	transition-duration: .3s,.3s;
	transition-delay: .3s,0s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidetoggle_icon::after {
	content: "";
	background-color: #333;
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -9px;
	right: 0;
	transition-duration: .3s,.3s;
	transition-delay: .3s,0s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidetoggle.open .sidetoggle_icon::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-property: top,transform;
	transition-delay: 0s,.3s;
}
.sidetoggle.open .sidetoggle_icon::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition-delay: 0s,.3s;
	transition-property: bottom,transform;
	width: 100%;
}
.toggle_center_line {
	background-color: #333;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.sidetoggle.open .toggle_center_line {
	opacity: 0;
}
.sidetoggle_icon:hover:after {
	width: 22px;
}
.widget_text p:last-child {
	margin-bottom: 0;
}
.widget_contact_info .contact_wrap li:last-child {
	margin-bottom: 0;
}
.hover_menu_style1 .navbar-collapse .navbar-nav > li > a {
	position: relative;
	padding: 30px 0px;
	margin: 0 10px;
}
.hover_menu_style1.nav-fixed .navbar .navbar-collapse .navbar-nav > li > .nav-link {
	padding: 20px 0px;
}
.hover_menu_style1 .navbar-collapse .navbar-nav > li > a::before {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 2px;
	width: 0;
	z-index: 0;
	content: '';
	background-color: #FEBC34;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.hover_menu_style1.nav-fixed .navbar-collapse .navbar-nav > li > a::before {
	bottom: 10px;
}
.hover_menu_style1 .navbar-collapse .navbar-nav > li:hover > a::before,
.hover_menu_style1 .navbar-collapse .navbar-nav > li > a.active::before {
	left: 0;
	right: auto;
	width: 100%;
}
input.text {
	display: none;
}
.dd.ddcommon {
	cursor: pointer;
	padding-right: 10px;
	position: relative;
	width: auto !important;
	outline: none;
}
.ddcommon .ddTitleText img, .ddcommon .ddChild li img {
	border-radius: 100%;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 8px;
}
.ddcommon .ddChild li img {
	top: 8px;
}
.ddcommon .ddTitleText {
	padding: 5px 7px 5px 22px;
	display: inline-block;
	text-transform: uppercase;
}
.ddcommon .ddlabel {
	text-transform: capitalize;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
.ddArrow::before {
	content: "\f3d0";
	color: #878787;
	font-family: ionicons;
	position: absolute;
	right: 0;
	top: 5px;
}
.ddcommon .ddChild {
	background-color: #fff;
	height: auto !important;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	display: block !important;
	opacity: 0;
	visibility: hidden !important;
	right: 0;
	left: -10px;
	padding: 0 10px;
	min-width: 10rem;
}
.ddcommon.borderRadiusTp .ddChild {
	opacity: 1;
	visibility: visible !important;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	right: auto;
}
.ddcommon .ddChild li {
	cursor: pointer;
	line-height: normal;
	list-style: outside none none;
	padding: 5px 0px 5px 22px;
	position: relative;
}
/*===================================*
  02. END HEADER STYLE
*===================================*/





/*Demo Switcher Css*/
.demo_switcher {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 20%;
}
.demo > ul > li > a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.demo > ul > li > a.menu_icon {
	line-height: 44px;
	font-size: 25px;
}
.bg-green {
	background-color: #73e080;
}
.bg-red {
	background-color: #f94551;
}
.demo_list ul {
	list-style: none;
	display: inline-block;
}
.demo_list {
	background-color: #fff;
	position: fixed;
	right: -360px;;
	max-width: 360px;
	padding: 5px;
	overflow: auto;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}
.demo_list.switch-active {
	right: 0;
}
.demo_list li {
	float: left;
	 width: 50%;
	 padding: 5px;
}
.demo_list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
}
.demo_list li a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
.demo_list li a:hover:before {
	opacity: 1;
}
body.switch-open {
	overflow: hidden;
	padding-right: 15px;
}
.switch-open::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
}
.demo li {
	position: relative;
}
.demo > ul > li > a.demo_icon.switch-active {
	position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-360px);
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}
.demo > ul > li > a.demo_icon.switch-active i::before {
	content: "\f129";
	font-size: 20px;
	vertical-align: middle;
}
.demo > ul > li > a.menu_icon.switch-active {
	line-height: 36px;
}
.demo_list h5 {
	margin: 10px 0;
}
.demo li.switch-active .color_icon {
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.color-switch {
	background: #212121;
	right: -200px;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in-out;;
	width: 200px;
	z-index: 999;
}
.switch-active {
	right: 0;
}
.color-switch button::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 18px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 2px;
}
.color-switch button.active::after {
	opacity: 1;
}
.color-switch button {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 25px;
	line-height: 20px;
	margin: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 25px;
}
.green {
	background-color: #1c9d67;
}
.orange {
	background-color: #FF7200;
}
.red {
	background-color: #FF324D;
}
.yellow {
	background-color: #FFBB00;
}
.blue {
	background-color: #4382FF;}



/*banner*/
.slider{position:relative;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.ban01{background:url(../images/01.jpg) no-repeat center; height:624px} 
.ban02{background:url(../images/02.jpg) no-repeat center; height:624px}
.ban1{background:url(../images/1.jpg) no-repeat center; height:624px} 
.ban2{background:url(../images/2.jpg) no-repeat center; height:624px}
.ban3{background:url(../images/3.jpg) no-repeat center; height:624px}
.ban4{background:url(../images/4.jpg) no-repeat center; height:624px}
.ban5{background:url(../images/5.jpg) no-repeat center; height:624px}  
.ban01 img{display:none}
.ban02 img{display:none}
.ban1 img{display:none}
.ban2 img{display:none}
.ban3 img{display:none}
.ban4 img{display:none}
.ban5 img{display:none}
.rslides img {
  display: none;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    position: absolute;
    bottom: 5%;
    z-index: 99;
    left: 7%;
}
.rslides_tabs li {
    display: inline-block;
	margin-right: 10px;
}
h1 {
    margin: 0px !important;
}
.rslides_tabs a {
    border: 2px solid #fff;
    border-radius:1px;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #9ac220;
}
#slider3-pager a {
    padding: 0px;
}

@media (max-width:1280px){
.ban01{background:none; height:auto} 
.ban02{background:none; height:auto}
.ban1{background:none; height:auto} 
.ban2{background:none; height:auto}
.ban3{background:none; height:auto}
.ban4{background:none; height:auto} 
.ban5{background:none; height:auto} 
.ban01 img{display:block}
.ban02 img{display:block}
.ban1 img{display:block}
.ban2 img{display:block}
.ban3 img{display:block}
.ban4 img{display:block}
.ban5 img{display:block}
}
/*-- responsive-mediaqueries --*/
@media (max-width:768px){
	.rslides_tabs {
		bottom: 20px;
		left: 6%;
	}
}
@media (max-width:640px){
	.rslides_tabs {
		bottom: 20px;
	}
	#slider3-pager a {
		width: 95%;
	}
	ul#slider3-pager li a img {
		width: 100%;
	}
	.rslides_tabs li {
		margin-right: 3px;
		width:13%
	}
}
@media (max-width:480px){
	#slider3-pager a {
		width: 80%;
	}
	.rslides_tabs {
		bottom: 20px;
	}
}
@media (max-width:320px){
	#slider3-pager a {
		width: 90%;
	}
	.rslides_tabs {
		bottom: 15px;
	}
}
/*-- //slider-css --*/


 /* 12. START COURSE CATEGORIES SECTION
*===================================*/
.overlap_box {
	margin-top: -124px;
	position: relative;
	z-index: 9;
}
.cat_overlap_box {
    top: -50%;
}

.small_pt{width:100%; background-color:#f2f2f2; height:auto; overflow:hidden;}

.single_categories {
	border-radius: 5px;
	display: block;
	text-align: center;
	/*padding: 50px 20px;*/
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	margin-bottom: 30px; background-color:#000
}
.single_categories a {
	display: block;
	/*color: #fff !important;*/

}

.pro_tp{margin-top:5px }
.pro_tp h3 a img{width:100%; height:auto; overflow:hidden; background-color:#000}
.pro_wz{ width:100%; background-color:#fff; padding:1.5em 1.5em;text-align:center; height:auto; overflow:hidden; margin-bottom:5px; border-bottom:3px solid #fff;}
.pro_wz h3 a {font-size:20px; font-weight:bold; color:#434343 }
.pro_wz h3 a:hover{color:#434343}
.pro_wz h3{width:100%; min-height:2em; overflow:hidden}
.pro_wz span a{font-size:14px; font-weight:normal; color:#777; display:block; margin-top:2em; background:url(../images/ico.png) no-repeat center 50px}
.pro_wz ul{display:none; width:100%; height:auto; overflow:hidden}
.pro_wz ul li{width:50%; float:left; list-style:none}
.pro_wz ul li a{font-size:13px; line-height:30px; color:#626262; font-weight:normal; text-align:left}
.pro_wz ul li a:hover{color:#0060b0}
/*.pro_tp a:hover img{box-shadow: 0 0 10px rgba(0,0,0,0.2); }*/
.pro_wz:hover{width:100%; border-bottom:3px solid #ffb901; margin-top:-10em; position:absolute; z-index:999;transition: all 0.3s ease-in-out /*transition: all 0.3s ease-in-out;*/}
.pro_wz:hover ul{display:block; height:9em; margin:1em 0; display:block;}

/*.pro_wz:hover span{ transition: all 0.3s ease-in-out;}
.pro_wz:hover h3{ transition: all 0.3s ease-in-out;}
.pro_wz:hover ul{ transition: all 0.3s ease-in-out;}
*/
/*.owl-item:nth-child(1) ul li{width:100%}*/

.single_categories:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.single_categories:hover img{opacity:0.7}
.single_categories i {
	display: block;
	margin-bottom: 10px;
	font-size: 34px;
}
.overlap_counter_bottom {
	position: relative;
}
.overlap_cat_bottom::before {
	content: "";
	background-color: #fff;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.carousel_slider .single_categories {
	margin: 0 10px;
}
/*
.single_categories:nth-child(2) {
	margin: 0 20px;
}*/

.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	background-color: #FEBC34;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
	height: 40px;
	padding: 0;
	margin: 0;
	width: 40px;
	text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] i {
	line-height: normal;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 15px;
}
.owl-theme .owl-dots {
	font-size: 0;
	margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #FEBC34;
	cursor: pointer;
	margin: 3px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FEBC34;
}
.dot_white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}
.dot_white.owl-theme .owl-dots .owl-dot.active span, .dot_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
}
.dot_style1.owl-theme .owl-dots .owl-dot span {
	background-color: rgba(0,0,0,0.3);
	border: 0;
}
.dot_style1.owl-theme .owl-dots .owl-dot.active span, .dot_style1.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #333;
}
.dot_style2.owl-theme .owl-dots .owl-dot span {
	background-color: rgba(0,0,0,0);
	border-color: #333;
}
.dot_style2.owl-theme .owl-dots .owl-dot.active span, .dot_style1.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #333;
}
.nav_style1.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
}
.nav_style1.owl-theme .owl-nav .owl-prev {
	left: -15px;
}
.nav_style1.owl-theme .owl-nav .owl-next {
	right: -15px;
}
.nav_style1.owl-theme[data-margin="10"] .owl-nav .owl-prev {
	left: -10px;
}
.nav_style1.owl-theme[data-margin="10"] .owl-nav .owl-next {
	right: -10px;
}
.nav_style2 .ion-arrow-left-c::before,
.nav_style7 .ion-arrow-left-c::before {
	content: "\ec43";
	font-family: 'Linearicons';
}
.nav_style2 .ion-arrow-right-c::before,
.nav_style7 .ion-arrow-right-c::before {
	content: "\ec44";
	font-family: 'Linearicons';
}
.nav_style2.owl-theme .owl-nav .owl-prev {
	left: 50px;
}
.nav_style2.owl-theme .owl-nav .owl-next {
	right: 50px;
}
.nav_style2.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	position: absolute;
	top: 25%;
}
.nav_dark.nav_style2.owl-theme .owl-nav [class*="owl-"],
.nav_dark.nav_style7.owl-theme .owl-nav [class*="owl-"] {
	color: #333;
}
.nav_style3.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	border-radius: 0;
	font-size: 30px;
	color: #fff;
	position: absolute;
	bottom: 5em;
	right: 0;
}
.nav_style3.owl-theme .owl-nav .owl-prev {
	left: 0px;
}
/*.nav_style3 .owl-prev i::before {
	content: "\ec43";
	font-family: 'Linearicons';
}
.nav_style3 .owl-next i::before {
	content: "\ec44";
	font-family: 'Linearicons';
}*/
.nav_style4.owl-theme .owl-nav [class*="owl-"],
.nav_style5.owl-theme .owl-nav [class*="owl-"] {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    font-size: 22px;
    color: #333;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    height: 60px;
    line-height: 60px;
    width: 35px;
	opacity: 0;
}
.nav_style4.owl-theme .owl-nav .owl-prev {
    left: -40px;
	border-radius: 0 4px 4px 0;
}
.nav_style4.owl-theme .owl-nav .owl-next {
    right: -40px;
	border-radius: 4px 0 0 4px;
}
.nav_style4.owl-theme .owl-nav [class*="owl-"].disabled,
.nav_style5.owl-theme .owl-nav [class*="owl-"].disabled {
    opacity: 0;
}
.nav_style4.owl-theme:hover .owl-nav .owl-prev {
    left: 0px;
	opacity: 1;
}
.nav_style4.owl-theme:hover .owl-nav .owl-next {
    right: 0px;
	opacity: 1;
}
.nav_style4.owl-theme .owl-nav [class*="owl-"]:hover,
.nav_style5.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #FEBC34;
}
.nav_style4,
.nav_style5 {
    overflow: hidden;
}
.nav_style5.owl-theme .owl-nav [class*="owl-"] {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: -40px;
	border-radius: 4px;
}
.nav_style5.owl-theme .owl-nav .owl-next {
    right: -40px;
	border-radius: 4px;
}
.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: 20px;
	opacity: 1;
}
.nav_style5.owl-theme:hover .owl-nav .owl-next {
    right: 20px;
	opacity: 1;
}
.nav_style6.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 70px;
}
.nav_style6.owl-theme .owl-nav .owl-prev {
	left: -10px;
}
.nav_style6.owl-theme .owl-nav .owl-next {
	right: -10px;
}
.nav_style6.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	color: #333;
}
.nav_style6 .owl-prev i::before {
	content: "\e64a";
	font-family: themify;
	font-size: 40px;
}
.nav_style6 .owl-next i::before {
	content: "\e649";
	font-family: themify;
	font-size: 40px;
}
.nav_style7.owl-theme .owl-nav .owl-prev {
	left: 30px;
}
.nav_style7.owl-theme .owl-nav .owl-next {
	right: 30px;
}
.nav_style7.owl-theme .owl-nav [class*="owl-"] {
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top: 10%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
	font-size: 20px;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: #fff;
}
.slick-prev {
	left: -50px;
	border-radius: 0 5px 5px 0;
	opacity: 0;
}
.slick-next {
	right: -50px;
	border-radius: 5px 0 0 5px;
	opacity: 0;
}
.slick-prev::before {
	content: "\f108";
	font-family: "Ionicons";
	color: #333;
	opacity: 1;
	display: block;
	font-size: 22px;
}
.slick-next::before {
	content: "\f10b";
	font-family: "Ionicons";
	color: #333;
	opacity: 1;
	display: block;
	font-size: 22px;
}
.slick-prev, .slick-next {
	height: 50px;
	width: 40px;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	background-color: #fff;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
	background-color: #FEBC34;
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: #fff;
}
.slick_slider:hover .slick-prev {
	opacity: 1;
	left: 0;
}
.slick_slider:hover .slick-next {
	opacity: 1;
	right: -2px;
}
.social_icons [class*="sc_"] {
	color: #fff !important;
}
.social_icons [class*="sc_"] i {
    transition: all 0.3s ease-in-out;
    display: block;
	line-height: 36px;
}
.social_icons [class*="sc_"]:hover i {
    -webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
	49% {-webkit-transform: translate(-100%);}
	50% {opacity: 0;-webkit-transform: translate(100%);}
	51% {opacity: 1;}
}
@-moz-keyframes toLeftFromRight {
	49% {-moz-transform: translate(-100%);}
	50% {opacity: 0;-moz-transform: translate(100%);}
	51% {opacity: 1;}
}
@keyframes toLeftFromRight {
	49% {transform: translate(-100%);}
	50% {opacity: 0;transform: translate(100%);}
	51% {opacity: 1;}
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_gplus,
.sc_google {
	background-color:#dd4b39 !important;
	border-color: #dd4b39 !important;
}
.sc_linkedin {
	background-color:#0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_rss {
	background-color:#ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color:#00aff0 !important;
	border-color: #00aff0 !important;
}
.sc_twitter {
	background-color:#00acee !important;
	border-color: #00acee !important;
}
.sc_youtube {
	background-color:#c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color:#86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color:#720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color:#34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color:#3f729b !important;
	border-color: #3f729b !important;
}
.sc_pinterest {
	background-color:#c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color:#EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
    background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
    background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
    background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
    background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
    background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
    background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
    background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
    background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
    background-color: #c41200!important;
}
.scroll_down_icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 9;
    -moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.scroll_down_icon .down {
	background-color: #FEBC34;
	width: 45px;
	height: 45px;
	color: #fff;
	display: inline-block;
	line-height: 45px;
	border-radius: 40px;
	text-align: center;
	white-space: nowrap;
	-webkit-animation: scroll 1.5s linear infinite;
    -moz-animation: scroll 1.5s linear infinite;
    animation: scroll 1.5s linear infinite;
	position: relative;
}
.scroll_down_icon.scroll_link {
	left: auto;
	right: 0;
	bottom: 80px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.scroll_link a {
	color: #fff;
}
.scroll_link::before {
	content: "";
	position: absolute;
	right: 100%;
	height: 1px;
	width: 50px;
	background-color: #fff;
	bottom: 10px;
	margin-right: 10px;
}
@-webkit-keyframes scroll {
	 0% {-webkit-transform: translateY(-10%);} 50% {-webkit-transform: translateY(20%);} 100% {-webkit-transform: translateY(-10%);} 
	 }
@-moz-keyframes scroll {
	0% {-moz-transform: translateY(-10%);} 50% {-moz-transform: translateY(20%);} 100% {-moz-transform: translateY(-10%);} 
}
@keyframes scroll {
	0% {transform: translateY(-10%);} 50% {transform: translateY(20%);} 100% {transform: translateY(-10%);} 
	}

/*===================================*
  12. END COURSE CATEGORIES SECTION
*===================================*/






/*products*/
.in_title{width:100%; height:auto; overflow:hidden; margin:3em 0; text-align:center}
.in_title a{ font:bold 38px/50px "Microsoft YaHei"; color:#222}
.in_title p{display:block; font-size:15px; color:#888; margin:1em 0 0 0; padding:0 15px}

.in_pro_bg{width:100%; height:auto; overflow:hidden}
.in_pro{width:100%; height:auto; overflow:hidden;position: relative;}
.in_pro_list{width:32.33%; margin:0.5%; float:left; height:auto; overflow:hidden;position: relative;}
.in_pro_list a{display:block; color:#fff;width:100%; height:auto; overflow:hidden}
.in_pro_list h2{height:100%; overflow:hidden; display:block; background-color:#006fcc; margin:0}
.in_pro_list a img{width:100%; display:block}
.in_pro_list a h3{ /*width:100%; padding:0 5%; margin-top:-200px; position:relative; opacity:0; height:0; display:none*/}
.in_pro_list a h3 span{font:normal 24px/30px "Microsoft YaHei"}
.in_pro_list a p{margin-top:25px; font:normal 13px/26px "Microsoft YaHei"; padding-bottom:30px; color:#fff;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.in_pro_list a:hover img{opacity:0.2}
/*.in_pro_list a:hover h3{opacity:1;transition: all 0.3s ease-in-out}*/

/*.in_pro_xg{overflow:hidden;position: relative}
.in_pro_xg h2 a img{width:100%; height:auto; overflow:hidden}*/

.in_pro_list a h3{opacity:0;
    position: absolute; padding:0 5%;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s ease-in-out; color:#fff;
}

.in_pro_list a:hover h3{opacity:1; }

@media (max-width: 768px) {
	.in_pro_list{width:49%;}
	  .in_pro_list a p{-webkit-line-clamp: 3;}
	
}






/*about*/

.in_about{width:100%; height:auto; overflow:hidden}
/*.in_about_top{width:100%; height:auto; overflow:hidden;position: relative;}
.in_about_top_l{width:44%; float:left; padding:4em 3em; background-color:#f2f2f2; height: auto; overflow:hidden; display:block}
.in_about_top_l a{font-size:24px; font-weight:bold; color:#222}
.in_about_top_l p{margin:2.5em 0; font-size:13px; color:#626262; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow:ellipsis;}
.in_about_top_l span a{width:120px; line-height:48px; font-weight:normal; display:block; background-color:#ffb901; font-size:15px; color:#222; display:block; text-align:center}

.in_about_top_m{width:28%; float:left; overflow:hidden;position: relative;}
.in_about_top_r{width:28%; float:right;overflow:hidden;position: relative;}*/

.in_about_top{width:47%; height:auto; overflow:hidden;position: relative; float:left}
.in_about_top_l{width:100%;padding:3em; background-color:#f2f2f2; height: auto; overflow:hidden; display:block}
.in_about_top_l a{font-size:24px; font-weight:bold; color:#222}
.in_about_top_l p{margin:2em 0; font-size:13px; color:#626262; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;}
.in_about_top_l span a{width:120px; line-height:48px; font-weight:normal; display:block; background-color:#ffb901; font-size:15px; color:#222; display:block; text-align:center}

.in_about_top_m{width:50%; float:left; overflow:hidden;position: relative;}
.in_about_top_r{width:50%; float:left;overflow:hidden;position: relative;}




.in_about_top_wz img{width:100%; display:block; position: relative}
.in_about_top_wz{position: relative; z-index:99; overflow:hidden; width:100%; height:auto}
.in_about_top_wz h3{ padding:0; margin:0}
.in_about_top_wz1 h3{ padding:0; margin:0}
.in_about_top_wz h3 a{
    position: absolute; z-index:99; padding:0 5%;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;font-size:24px; font-weight:bold; color:#222;
	top: 50%;
    opacity: 1;
}

.in_about_top_wz h3 a{font-size:24px; font-weight:bold; color:#222; /*display:block;width:100%; height:auto; overflow:hidden*/}
.in_about_top_wz a p{margin-top:2em; font-size:13px; font-weight:normal; color:#626262;width:100%; height:auto; overflow:hidden;}


.in_about_top_wz1 img{width:100%; display:block; position: relative}
.in_about_top_wz1{position: relative; z-index:99; overflow:hidden; width:100%; height:auto}

.in_about_top_wz1 h3 a{
    position: absolute; z-index:99; padding:0 5%;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;font-size:24px; font-weight:bold; color:#fff;
	top: 50%;
    opacity: 1;
}

.in_about_top_wz1 h3 a{font-size:24px; font-weight:bold; color:#fff; /*display:block;width:100%; height:auto; overflow:hidden*/}
.in_about_top_wz1 a p{margin-top:3em; font-size:13px; font-weight:normal; color:#626262;width:100%; height:auto; overflow:hidden}

/*
.in_about_bottom{width:100%; height:auto; overflow:hidden}
.testi-left{width:44%; float:left; padding:0;}
.xh_main{width:56%; float:right;position: relative;}
.xh_main video{width:100%; background-color:#000}*/


.in_about_bottom{width:53%;float:right; height:auto; overflow:hidden}

.xh_main{width:100%; position: relative;}
.xh_main video{width:100%; background-color:#000}

/* 清浮动 */
.clearfix:after,
.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.show{display:block;}
.hide{display:none;}
.video-wrap{width: 100%;position: relative;overflow: hidden;/*height:27.1em;*/height:41.35em;background: #000000; z-index:99999}
.video-wrap video{width:100%;object-fit: contain; min-height:41.35em;}
.video-controls-bg{position: absolute;width: 100%;height: 65px;left: 0;bottom: 0;background: #000000;opacity: .6;filter: alpha(opacity=60);z-index: -1;}
.video-controls{position: absolute;width: 100%;height: 55px;box-sizing: border-box;padding-top: 5px;left: 0;bottom:0;z-index: 3;transition: all ease .4s;}
.loading-line{position: absolute;top: 0;background: rgba(255,255,255,.6);width: 100%;height: 4px;left: 0;}
.loading-line em{position: relative;display: block;width: 1%;height: 4px;background: #ff4444;}
.loading-line span{display: block;position: absolute;left: 1%;margin-left: -10px;width: 10px;height: 16px;top: 50%;margin-top: -8px;background: #FFFFFF;cursor: pointer;}
.video-btn{width: 55px;height: 60px;background-image: url(../images/play.png);background-position: center;background-repeat: no-repeat;background-size: 16px 24px;cursor: pointer;display: inline-block;}
.play{background-image: url(../images/pause.png) !important;}
.pause{background-image: url(../images/play.png) !important;}
.video-time{display: inline-block;line-height: 60px;color: #FFFFFF;vertical-align: top;}
.video-fullscreen{width: 55px;height: 60px;background-image: url(../images/fullscreen.png);background-position: center;background-repeat: no-repeat;background-size: 24px 24px;cursor: pointer;float: right;}
.video-fullscreen-active{position: fixed !important;width: 100%;height: 100%;top: 0;left: 0;background: #000000;}








@media (max-width: 1299px) {
	.in_about_top_l{height:23.5em; padding:3em;}
	.in_about_top_l p{ -webkit-line-clamp: 3;}
	.video-wrap {height: 40.2em;}
.video-wrap video{min-height:40.2em;}
}
@media (max-width: 1160px) {
	.in_about_top_l{height:21.5em; padding:2em;}
	.video-wrap {height: 38.2em}
	.video-wrap video{min-height:38.2em}
}
@media (max-width: 1024px){
.video-wrap {height: 35.8em;}
.video-wrap video{min-height:35.8em}
}
@media (max-width: 999px) {
	.in_about_top_l{height:auto; overflow:hidden; width:100%}
	.in_about_top_l p{ -webkit-line-clamp: 3;}
	.in_about_top_m{width:50%}
	.in_about_top_r{width:50%}
	.video-wrap {height: 34.5em;}
	.video-wrap video{min-height:34.5em}
	.testi-left{width:50%; height:auto; overflow:hidden}
.xh_main{width:100%; float:right; height:100%; overflow:hidden}
.in_about_top_wz a p {margin-top: 1em;}
}

@media (max-width: 768px) {
	.video-wrap {height: 31.2em;}
	.video-wrap video{min-height:31.2em}
	.in_about_top_wz a p { line-height:22px}
}
@media (max-width: 640px) {
	
	
	
	.testi-left{width:100%; float:none; height:auto; overflow:hidden}
	.xh_main{width:100%; float:none; height:100%; overflow:hidden}
	.video-wrap {height: 25em;}
	.video-wrap video {min-height:19em; overflow:hidden;}
	.in_about_top{width:100%}
	.in_about_bottom{width:100%}

}

@media (max-width: 480px) {
	.video-wrap {height: 16.6em;}
	.video-wrap video {min-height:16.6em; overflow:hidden}
	.in_about_top_wz a p { display:none}
	}

@media (max-width: 360px) {
	.video-wrap {height: 14em;}
	.video-wrap video {min-height:14em; overflow:hidden}
	
	}

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;}
.callbacks_container {
  width: 100%;}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;}
.callbacks_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 45%;left: 6%;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 53px;width: 32px;background: url("icons.png") no-repeat 0px 0px;}
.callbacks_nav.next {left: auto;background-position: right;right: 5%;}
.callbacks_nav:active {
  opacity: 1.0;}
.callbacks_tabs li{
	display: inline-block;
	}
.callbacks_tabs {list-style: none;position: absolute;z-index: 999;bottom: 10%;right: 7%;padding: 0;margin: 0;}
.callbacks_tabs a{
 visibility: hidden;}
.callbacks_tabs a:after {content: "\f111";font-size: 0;font-family: FontAwesome;visibility: visible;height: 12px;width: 12px;display: inline-block;border: 1px solid #fff;}
.callbacks_here a:after {border-color: #FFFFFF;background-color: #ff7200;}

.rslides1 a img{width:100%; height:auto; overflow:hidden; display:block}

/*.testi-left { text-align: center; width:600px;}*/

.testi-left p { height:60px; display:block; margin-top:-60px; margin-bottom:0; z-index:99;background:rgba(0,149,235,0.8); position:relative; padding:1em}
.testi-left p a{color: #fff; font-weight:normal; font-size:18px}
.testi-left p span.last {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg); transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);}
.testi-left h6 {font-size: 1em; color: #fff; display: inline;}
.callbacks_tabs.callbacks2_tabs { bottom: 3%;}


.testi-right{width:600px}
.testi-right-info {/* background: rgba(0, 0, 0, 0.18);*/padding: 60px 100px 60px 140px;}
.testi-right-info h3{text-align:center}
.testi-right-info h3 a{font-size:30px; color:#fff}
.testi-right-info ul{margin-top:50px}
.testi-right-info ul li{text-align:left; line-height:40px; color:#fff; font-size:16px; padding-left:60px}
.lx1{background:url(in_icon.png) no-repeat left 6px}
.lx2{background:url(in_icon.png) no-repeat left -70px}
.lx3{background:url(in_icon.png) no-repeat left -110px}
.lx4{background:url(in_icon.png) no-repeat left -148px}



.in_about_b{width:100%; height:auto; overflow:hidden; background-color:#f2f2f2; margin-top:4em; padding:2em 0}
.in_about_b ul li{width:25%; float:left; text-align:center; font-size:16px; color:#626262; list-style:none; line-height:28px} 
.in_about_b ul li p{ display:block; min-height:3em; margin:1em 0}
.in_about_b ul li span{font-family:Impact; font-size:60px; color:#0060b0; padding:0 0.1em;}
@media (max-width: 980px) {
	.in_about_b ul li{width:50%; margin-top:1em}
}
@media (max-width:640px){
	.in_about_b{display:none}
	
	.testi-left p { height:80px; margin-top:-80px;}
	.callbacks_tabs.callbacks2_tabs {bottom: 2%;}
}

/*news*/
.in_news{width:100%; height:auto; overflow:hidden; margin-bottom:60px}
.in_news_l{width:51%; float:left}
.in_news_l_t{width:100%; height:auto; overflow:hidden}
.in_news_list{width:47%; float:left; margin-right:3%; background-color:#00639c; color:#fff}
.in_news_list a img{width:100%; height:auto; overflow:hidden; display:block}

.in_news_list h3{padding:1em 0.8em; display:block;}
.in_news_list h3 span{font-size:13px; display:block; color:#fff; margin-bottom:1.5em; font-weight:normal; opacity:0.9}
.in_news_list h3 a{font-size:18px; font-weight:bold; color:#fff; display:block; white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.in_news_l_b{width:97%; height:auto; overflow:hidden; background-color:#e7e7e7; padding:4.1em; margin-top:1em}

.in_news_l_b span{font-size:14px; display:block; opacity:1; color:#999; margin-bottom:1em}
.in_news_l_b h3 a{ font-size:24px; color:#222; white-space:nowrap;
 
overflow:hidden;
 
text-overflow:ellipsis;}
.in_news_l_b p{margin:2em 0 0 0; font-size:14px; color:#626262}

.in_news_r{width:49%; float:right; background-color:#00639c; height:auto; overflow:hidden}
.in_news_r a img{width:100%; height:auto; overflow:hidden}
.in_news_r_top{width:100%; height:auto; overflow:hidden; padding:2em 3em;}

.in_news_r_top span{font-size:14px; display:block; opacity:0.8; color:#fff; margin-bottom:1em}
.in_news_r_top h3 a{ font-size:24px; color:#fff; font-weight:bold}
.in_news_r_top p{margin:1.4em 0 0 0; font-size:14px; color:#fff}

/*===================================*
  11. START TESTIMONIAL STYLE
*===================================*/
.testimonial_box.box_shadow1 {
	margin: 0;
}
.testimonial_desc p:last-child {
	margin-bottom: 0;
}
.testimonial_style1 .testimonial_box {
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	padding: 0;
	text-align: center;
	border-radius: 10px;
}
.testimonial_wrap {
	background-color: #fff;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.testimonial_style1 .author_img img {
	width:100%;
	height:auto; overflow:hidden
}
.testimonial_style1 .author_name h6 {
	margin-bottom: 5px;
	font-weight: 600;
}
.testimonial_style1 .testimonial_desc {
	margin-top: 10px;
}
.author_name span {
	color: #FEBC34;
}
.testimonial_style2 .testimonial_box {
	text-align: center;
}
.testimonial_style2 .author_img {
	width:100%;
	height:auto; overflow:hidden
}
.testimonial_style2 .author_info {
	margin-bottom: 10px;
}
.testimonial_style2 .center .testimonial_box {
	background-color: #fff;
	opacity: 1;
}
.testimonial_style2 .testimonial_box {
	opacity: 0.5;
	border-radius: 10px;
	/*padding: 20px;*/
}
.carousel_slider .testimonial_box {
	/*margin: 7px;*/
}
.testimonial_style3 .author_img {
	width:100%;
	height:auto; overflow:hidden
}
.testimonial_style3 .author_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	
}
.testimonial_style3 .testimonial_desc p {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.testimonial_section {
	padding: 0 ;
}
/*===================================*
  11. END TESTIMONIAL STYLE
*===================================*/


@media (max-width: 1299px) {
	.in_news_l_b{padding:2.25em; }
}

@media (max-width: 1160px) {
	.in_news_l_b{padding:1.7em 2em; }
	
}
@media (max-width: 768px) {
	.in_news_l{width:100%; float:none}
	.in_news_r{width:100%; float:none; margin-top:1em}
	.in_news_r a img{width:100%; height:auto; overflow:hidden; display:block}
	.in_news_l_t{width:103%;}
	.in_news_list{width:47%; margin-right:3%; }
	.in_news_l_b{width:100%;}
}
@media (max-width: 480px) {
	.in_news_l_t{width:100%;}
	.in_news_list{width:100%; margin-right:0; margin-top:1em }
}






.in_wh_bg{ background:url(../images/in_wh_bg.jpg) no-repeat bottom fixed; height:380px; display:block; margin-top:4em; padding:4em 0; background-size:cover /*display:block*/}
.in_wh{width:60%; float:right; height:auto; overflow:hidden;}
.in_wh h3{text-align:right; font-size:32px; font-weight:bold; color:#fff}
.in_wh p{font-size:14px; color:#fff; text-align:right}
.in_wh ul{margin-top:2em}
.in_wh ul li{width:31%; float:left; margin-left:2.33%; text-align:center; list-style:none}
.in_wh ul li a{text-align:center; padding:2em 0.5em; line-height:32px; display:block; font-size:14px; font-weight:bold}
.li1{ background:url(../images/in_wh_01.jpg) no-repeat center}
.li2{ background:url(../images/in_wh_02.jpg) no-repeat center}
.li3{ background:url(../images/in_wh_03.jpg) no-repeat center}
.li1 a{color:#fff}
.li2 a{color:#222}
.li3 a{color:#fff}

.in_wh h4{ width:90%; font-size:24px; color:#222; text-align:right; font-weight:bold; background:rgba(255,255,255,0.4); float:right; padding:20px; margin-top:25px}
.in_wh h4 span{color:#0161b0; font-size:44px; font-weight:bold; line-height:60px; display:block}
.in_wh h4 p{font-size:16px; margin-top:15px; font-weight:normal; color:#333}
@media (max-width: 1299px) {
	.in_wh_bg{ height:400px}
	.in_wh{width:65%;}
	.in_wh ul li a{line-height:20px; height:120px}
}
@media (max-width: 999px) {
	.in_wh_bg{ height:450px}
	.in_wh ul li a{padding:1.5em 1em}
	in_wh ul li a{ height:100px}
}
@media (max-width: 768px) {
	.in_wh{width:100%; float:none}
	.in_wh_bg{ height:400px}
	.in_wh ul li a{font-size:16px}
	}

@media (max-width: 640px) {
	.in_wh_bg{ height:450px}
	.in_wh{width:100%; float:none}
	.in_wh h3{text-align:center; font-size:28px;}
	.in_wh p{text-align:center; margin-top:1em}
	.in_wh ul li a{font-size:14px; line-height:20px; height:130px}
	.in_wh h4 span{ font-size:40px;}
}
@media (max-width: 480px) {
.in_wh h4{ width:100%;}
}


.in_back{width:100%; height:auto; overflow:hidden; padding:25px}
.in_back a{width:140px; line-height:45px; border:1px solid #CCC; color:#434343; font-size:15px; margin:0 auto; text-align:center; display:block}
.in_back a:hover{width:140px; line-height:45px; border:1px solid #ffb902; background-color:#ffb902}




/*footer*/

.footer_bg{width:100%; height:auto; overflow:hidden; background-color:#e8e8e8; padding:3em 0}
.footer dl{ float:left; margin-right:2%}
.footer dl:nth-child(5){margin-right:0}
.dl1{width:18%;}
.footer dl:nth-child(1){width:15%;}
.dl2{width:22%; margin-right:1%}

.footer dl dt, .footer dl dt a{font-size:20px; color:#222; font-weight:bold; margin-bottom:2em}
.footer dl dd, .footer dl dd a{font-size:14px; line-height:24px; color:#626262; margin:1em 0}
.footer dl dd p{width:48%; float:left; margin:0 1%; text-align:center}
.footer dl dd p img{width:100%; height:auto; overflow:hidden}
.footer dl dd p span{display:block; font-size:13px; color:#777; margin-top:5px}
.footer dl dd b{font-size:28px; color:#0060b0; font-weight:normal}

.footer_b_bg{width:100%; background-color:#0060b0; padding:1.5em 0}
.footer_b{font-size:13px; color:#fff}
.footer_b a{color:#fff; opacity:0.8}

@media (max-width: 768px) {
	.footer dl{width:100%; padding:1em 0; border-bottom:1px dashed #d5d5d5 }
	.footer dl:nth-child(1){width:100%;}
	.dl1{width:100%;}
	.dl2{width:100%; margin-right:0}
	.footer dl dd a{width:48%; float:left; margin:1em 1%;}
	.footer dl:nth-child(2) dd a{height:50px}
	.footer dl dd p img{width:50%; margin:0 auto; height:auto; overflow:hidden}
	
}

@media (max-width: 600px) {
	.footer dl dd a{width:100%; float:none; margin:1em 0}
	.footer dl dd p img{width:70%;}
}

@media (max-width: 320px) {
	
	.footer dl dd p img{width:80%;}
}





.yjbd{display:none}

.yjbd{width:100%; height:4em; line-height:4em; position:fixed; z-index:999; bottom:0;}
.bd1 a{background:rgba(4,74,129,0.9)}
.bd2 a{background:rgba(255,185,2,0.9)}
.yjbd ul li{width:49.9%; float:left; list-style:none}
.yjbd ul li a{color:#fff; font-size:14px; text-align:center; display:block; line-height:4em}
.yjbd ul li:nth-child(2n) a{color:#222;}
 @media (max-width: 1023px) {
	 .yjbd{display:block}
	 .footer-line { padding: 20px 0 5em 0;}
 }
 
 
 .xzyy{display: block;float: right; padding: 20px 10px;}
.xzyy a img{ width:27px; height:16px; margin:1px 2px; border:1px solid #ccc; display:inline-block; float:left}