/*=========================================================
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;
}
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;
}
.fleft{float: left}
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: 16px 34px;
	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 20px;
	text-transform: capitalize;
	font-size: 16px; font-weight:bold
}
.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 27px 20px;
}
.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 10px; font-size:16px}
	.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 27px 10px;
}
}


.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: 1000;
	-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: 14px;
}
.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: 320px;
	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;
  }
.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} 
.ban1 img{display:none}
.ban2 img{display:none}
.ban3 img{display:none}
.ban4 img{display:none}
.rslides img {
  display: none;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    position: absolute;
    bottom: 9%;
    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){
.ban1{background:none; height:auto} 
.ban2{background:none; height:auto}
.ban3{background:none; height:auto}
.ban4{background:none; height:auto} 
.ban1 img{display:block}
.ban2 img{display:block}
.ban3 img{display:block}
.ban4 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:1em 1.5em;text-align:center; height:auto; overflow:hidden; margin-bottom:5px; border-bottom:3px solid #fff;}
.pro_wz h3 a {font-size:24px; font-weight:bold; color:#434343 }
.pro_wz h3 a:hover{color:#434343}
.pro_wz h3{width:100%; height:auto; 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;}
*/
.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-bottom: 0;
}

.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_title2{width:100%; height:auto; overflow:hidden; margin: 0 0 3em 0; text-align:center}
.in_title2 a{ font:normal 38px/50px "Microsoft YaHei"; color:#fff}
.in_title2 span{width:80px; height:3px; background-color:#f39801; margin:1em auto 0 auto; display:block}
.in_title2 p{display:block; font-size:16px; color:#fff; margin:1em 0 0 0; padding:0 15px}




.in_title{width:100%; height:auto; overflow:hidden; margin: 0 0 3em 0; text-align:center}
.in_title a{ font:normal 38px/50px "Microsoft YaHei"; color:#222}
.in_title span{width:80px; height:3px; background-color:#f39801; margin:1em auto 0 auto; display:block}
.in_title p{display:block; font-size:16px; color:#888; margin:1em 0 0 0; padding:0 15px}
.in_title h3{background-color:#1d449b; margin:1em auto; width:350px}
.in_title h3 a{font-weight:normal; font-size:18px; color:#fff}
.in_title h3 a strong{font-size:30px}

.in_pro_bg{width:100%; height:auto; overflow:hidden}
.in_pro{width:100%; height:auto; overflow:hidden;position: relative; display:none}
.in_pro_list{width: calc(49% - 1%); margin:5px 1%; 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 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{
    text-align: center;
 color:#434343; font-size:15px; margin-top:15px
}
@media(max-width:480px){
	.in_title h3{width:100%}
	.in_title h3 a{font-size:14px;}
	.in_title h3 a strong{font-size:26px}
}





/*服务项目*/
.in_fwxm{background:url(../images/ivbgi1.jpg) repeat; padding:4em 0}

.in_more{width:180px; margin:4em auto 0 auto;}
.in_more a{border:1px solid #ccc; text-align:center; font-size:18px; line-height:48px; display:block}
.in_more a i{font-size:16px; margin-left:10px}
.in_more a:hover{background-color:#f39801;border:1px solid #f39801; color:#fff}

.service-title{text-align: center;margin: 30px 0 0 0;}
.service-title h2{display: block;font-size: 36px;}
.service-title p{display: block;color: #888;font-size: 16px;}
.solution-box{background: #373d41;margin: 30px 0 0 0;}
.solution-cut{width: 100%;margin: 0 auto;position: relative;}
.solution-swiper{width: 100%;overflow: hidden;}
.solution-box button.fa{position: absolute;top: 0;bottom: 0;width: 50px;background: rgba(0, 0, 0, .1);color: rgba(255, 255, 255, .5);cursor: pointer;border: none;font-size: 40px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box button.fa:hover{background: #0166ce;color: #fff;}
.solution-box .fa-back{right: 100%;}
.solution-box .fa-more{left: 100%;}
.solution-box ul{width: 100%; /*margin-left:-12.5%*/}
.solution-box ul:after{display: block;clear: both;content: '';}
.solution-box ul li{width: 25%;float: left;text-align: center;color: #fff;position: relative;}
.solution-box ul li span{ color:#fff; display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li:nth-child(2) span,
.solution-box ul li:nth-child(4) span{background: rgba(0, 0, 0, 0);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li i{font-size: 50px;opacity: .85;position: absolute;width: 100%;left: 0;bottom: 53%;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li hr{width: 60px;height: 2px;background: #f29803;border: none;position: absolute;left: 40%;top: 80%;margin: 0 0 0 0;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li h3{font-size: 28px; font-weight:bold; position: absolute;width: 100%;left: 0;top: 70%;transition: .3s; color:#fff}
.solution-box ul li p{width: 80%;position: absolute;font-size: 16px;left: 10%;top: 70%;opacity: 0;transition: .3s; color:#fff}
.solution-box ul li a{position: absolute;top: 85%;font-size: 16px;line-height: 36px;width: 120px;margin: 0 0 0 -60px; color: #fff; background-color:#f39905;opacity: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li a:hover{background: #fff;color: #373d41;}
.solution-box ul li img{display: block;width: 100%;}
.solution-box ul li:hover span{background: rgba(0, 0, 0, .6);}
.solution-box ul li:hover i{bottom: 63%;}
.solution-box ul li:hover hr{top: 40%;opacity: 0;}
.solution-box ul li:hover h3{top: 30%;}
.solution-box ul li:hover p{top: 45%;opacity: 1;}
.solution-box ul li:hover a{top: 70%;opacity: 1;}
/*响应式*/
@media(max-width:1680px){

	.solution-box ul li i{font-size: 46px;}
	.solution-box ul li h3{font-size: 32px;}
	.solution-box ul li p{font-size: 14px;}
	.solution-box ul li a{font-size: 16px;line-height: 34px;width: 100px;margin: 0 0 0 -50px;}
	}
@media(max-width:1600px){

	}
@media(max-width:1440px){

	.solution-box ul li i{font-size: 40px;}
	.solution-box ul li h3{font-size: 28px;}
	.solution-box ul li p{font-size: 12px;}
	}
	
	@media(max-width:990px){
.solution-box ul li h3{font-size:20px}
	}
	
	
@media(max-width:767px){
.solution-box ul li h3{font-size: 20px;}
	.solution-box ul li{width: 50%;}
	.solution-box button.fa{display: none;}
	.solution-box .fa-back{left: 0;right: auto;}
	.solution-box .fa-more{left: auto;right: 0;}
	}





/*案例展示*/

.in_case_bg{height:auto; overflow:hidden; padding:4em 0}


.in_case_list{width: calc(32.33% - 1%); margin:1em 1%; float:left; height:auto; overflow:hidden;position: relative; background-color:#000}
.in_case_list a{display:block; color:#fff;width:100%; height:auto; overflow:hidden}

.in_case_list a img{width:100%; display:block}
.in_case_list h3 {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%);   display:none;  transition: all 0.5s ease-in-out; color: #fff; z-index:9999}
.in_case_list h3 a {color: #fff;}
.in_case_list h3 span {width:120px; margin:1em auto 0 auto; line-height:40px; background-color:#f39801; display:block; text-align: center;}
.in_case_list h3 span a{font-size:16px; line-height:40px}
.in_case_list:hover h3 {display:block;}
.in_case_list:hover span {display:block;}
.in_case_list:hover img{opacity:0.4}

@media(max-width:767px){
.in_case_list{width: calc(49% - 1%);}
	}










.xyin-case-item .case-main-bot ul:after, {content: "";display: table;clear: both;}
.xyin-case-item .case-main-bot ul li h5, {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/* xyin-case */
.xyin-case {padding: 70px 0;}
.xyin-case-sort {margin:0 auto; text-align:center}
.xyin-case-sort ul{display:inline-block; margin:0 auto; overflow:hidden}
.xyin-case-sort li {line-height: 48px; background: #fff;text-align: center; float: left;border:#dedede 1px solid;margin:3px;padding:0 18px;position: relative;height: 48px;/*width: calc(12.5% - 18px);*/overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.xyin-case-sort li a {padding: 0 15px;line-height: 48px;font-size: 16px;vertical-align: middle;color: #000000;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }
.xyin-case-sort li:hover, .xyin-case-sort li.on {background: #f39801;position: relative;color: #fff;cursor: pointer;}
.xyin-case-sort li:hover a, .xyin-case-sort li.on a {color: #fff;}
.xyin-case-item {overflow: hidden;padding: 0px;width: 100%;}
.xyin-case-item .case-main-top {background: #f5f5f5;display: table;margin-bottom: 20px;position: relative;float: left;width: 50%;}
.case_item{float: left;width: calc(32.1% - 11px);margin:10px 11px;position: relative; background-color:#000;}
.xyin-case-main{margin:10px -11px;}
/*.case_item h3{position: absolute;background: rgba(0,0,0,0.5);font:400 14px/43px "Microsoft Yahei";color: #fff;width: 100%;z-index: 9999;bottom: 0px;left:0px;padding-left:30px;}
.case_item h3 a{color: #fff;}*/
.xyin-case-main img{width: 100%;height: auto;}
.xyin-case-item .case-main-top .img {width: 100%;display: table-cell;vertical-align: middle;}

.case_item h3 {
    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%);
    display:none;
    transition: all 0.5s ease-in-out;
    color: #fff; z-index:9999
}
.case_item a h3{color: #fff;}


.case_item a:hover h3 {display:block;}
.case_item a:hover img{opacity:0.4}



@media (max-width: 946px) {
	.case_item{float: left;width: calc(31.8% - 11px);
}
}
@media (max-width: 768px) {
.xyin-case-sort li {line-height: 40px; height: 40px; }
.xyin-case-sort li a {padding: 0 5px;line-height: 40px;  }

}

@media (max-width: 767px) {
	.xyin-case-item{display:none}
	.in_pro{display:block}
}

 
@media (max-width: 768px) {
	/*.in_pro_list{width:50%;}
	  .in_pro_list a p{-webkit-line-clamp: 3;}*/
	
}



/*ABOUT*/
.in_title1{width:100%; height:auto; overflow:hidden; margin: 0 0 3em 0;}
.in_title1 a{ font:normal 38px/50px "Microsoft YaHei"; color:#222}
.in_title1 span{width:80px; height:3px; background-color:#f39801; margin:1em 0 0 0 ; display:block}
.in_title1 p{display:block; font-size:16px; color:#888; margin:1em 0 0 0; padding:0 15px}

.in_about_bg{width:100%; height:auto; overflow:hidden; background:url(../images/ivbgi1.jpg) repeat; position:relative }
.in_about_r{width:100%;  position:absolute; z-index:9; right:0; background:url(../images/ivbgi1.jpg) repeat; height:auto; text-align:right}
.in_about_r a img{width:50%; height:auto; overflow:hidden; float:right}

.in_about_l{width:45%; float:left; padding:4em 0; position:relative; z-index:99;}
.in_about_nr{font-size:13px ; color:#434343}
.in_about_list{width:100%; height:auto; overflow:hidden; z-index:999; position:relative; box-shadow:0 0 10px #ccc; padding:0; margin:4em auto 6em auto }




.in_about_li{width: calc(25% - 0%); float:left; height:auto; overflow:hidden;position: relative; background-color:#fff}
.in_about_li a img{width:100%; display:block; opacity:0.2}
.in_about_li h3 {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%);   transition: all 0.5s ease-in-out; color: #fff; z-index:9999}
.in_about_li h3 a {color: #222; font-size:24px; font-weight:bold;}
.in_about_li h3 span {margin:1em auto 0 auto; line-height:28px; font-size:14px; color:#434343; display:block; text-align: center;}
.in_about_li:hover{background-color:#02479c}
.in_about_li:hover img{opacity:0.6}
.in_about_li:hover h3 a{color:#fff}
.in_about_li:hover h3 span{color:#fff}

.in_about_li a img{width:100%; height:auto; overflow:hidden}
.about_img1{display:block}
.about_img2{display:none}
@media (max-width: 767px) {
	.in_about_r{ position:relative;}
	.in_about_r a img{width:100%; height:auto; overflow:hidden; float:none}
	.in_about_l{width:100%; height:auto; overflow:hidden; }
	.about_img1{display:none}
	.about_img2{display:block}
	.in_about_li{width: calc(50% - 0%);}
	
}
@media (max-width: 480px) {
	.in_about_li h3 a{font-size:20px}
}



/*video*/
.in_video{width:100%; height:auto; overflow:hidden; margin:5em 0;position: relative;}
.in_video_l{width:72%; float:left; height:auto; overflow:hidden;position: relative;}
.in_video_l h3{height:auto; overflow:hidden}
.in_video_l h3 img{width:100%; height:auto; overflow:hidden}
.in_video_l h4{position: absolute; padding: 0 5%; top: 50%; left: 40%; right: 0; text-align: center; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%);   transition: all 0.5s ease-in-out; z-index:99}
.in_video_l h4 img{display:block}


.in_video_r{width:40%; float:right; background-color:#fff; padding:3em; box-shadow:0 0 10px #ccc; right:5%; top:50%; position:absolute;-moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%);   transition: all 0.5s ease-in-out; z-index:99}
.in_video_r h2{ font-size:40px; font-weight:bold; color:#222}
.in_video_r h2 p{font-size:20px; font-weight:normal; color:#626262; margin-top:0.3em}
.in_video_r h3{margin-top:1em}
.in_video_r h3 a img{width:11%; float:left; height:auto; overflow:hidden; margin:1em 1em 0 0}
.in_video_r h3 a {font-size:16px; color:#626262}
.in_video_r h3 a span{font:bold 42px/46px Arial, Helvetica, sans-serif; color:#f2941b; display:block}
.in_video_r h4{width:125px; float:right; border:1px solid #1d449b; background-color:#fff; text-align:center; margin-top:1em}
.in_video_r h4 a{line-height:46px; text-align:center; color:#1d449b; background-color:#fff; display:block; font-size:16px}
.in_video_r h4 a:hover{ background-color:#1d449b; color:#fff}


@media (max-width: 980px) {
	.in_video_l{width:100%;}
	.in_video_r{width:100%; position:relative; margin-top:2em; margin-bottom:1em; right:0; top:0;-moz-transform: translateY(0%); -webkit-transform: translateY(0%);}	
}





/*services*/
.in_fwzx_bg{width:100%; height:auto; overflow:hidden; background:url(../images/index_fwzx_bg.jpg) no-repeat center top; padding:5em 0}
.in_fwzx{width:100%; height:auto; overflow:hidden}
.in_fwzx_list{float: left;width: calc(24% - 1%);margin:2em 1%;position: relative; background-color:#000;}
.in_fwzx_list h3 {position: absolute; padding:1em 0; background:rgba(0,0,0,0.6);  bottom: -3%; left: 0; right: 0; text-align: center; -moz-transform: translateY(-0%); -webkit-transform: translateY(-0%);  transform: translateY(-0%);   z-index:99}
.in_fwzx_list h3 a p{color:#fff; font-size:24px}
.in_fwzx_list h3 a img{ display:none}
.in_fwzx_list img{width:100%; height:auto; overflow:hidden}
.in_fwzx_list:hover img{opacity:0.4; width:100%; height:auto; overflow:hidden}
.in_fwzx_list:hover h3{padding: 0; background:none;  top: 50%; text-align: center; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%);transition: all 0.5s ease-in-out;  z-index:99}
.in_fwzx_list:hover h3 img{display:block; margin:0 auto; opacity:1; margin-bottom:1em; width:30%; height:auto; overflow:hidden}


@media (max-width: 1024px) {
	.in_fwzx_list h3 a p{font-size:20px}
	.in_fwzx_list h3 {padding:0.7em 0;bottom: -4%;}
}
@media (max-width: 767px) {
	.in_fwzx_list{float: left;width: calc(49% - 1%);}
	.in_fwzx_list h3 {padding: 1em 0;bottom: -2%;}
	
}
@media (max-width: 640px) {
	.in_fwzx_list h3 {bottom: -3%;}
	.in_fwzx_list h3 a p{margin:0}
}
@media (max-width: 400px) {
	.in_fwzx_list h3 a p{font-size:18px}
	.in_fwzx_list h3 {padding:0.7em 0; bottom: -4%;}
}
@media (max-width: 320px) {
	.in_fwzx_list{width: calc(100% - 0%);}
}




/*news*/
.in_news_bg{width:100%; height:auto; overflow:hidden}
.in_news{width:100%; height:auto; overflow:hidden;}
.in_news_l{width:22%; float:left; background-color:#f2f2f2; padding:2em 2em 3em 2em}
.in_news_l ul li{width:100%; margin:1.5em 0 0 0; color:#f39801}
.in_news_l ul li a{color:#222; font-size:16px; display:block;overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;}
.in_news_l span{width:120px;line-height:42px;  display:block; margin-top:3.6em; text-align:center; border:1px solid #02479c;}
.in_news_l span a{color:#02479c;line-height:42px;display:block}
.in_news_l span a:hover{background-color:#02479c; color:#fff}
.in_news_m{width:38%; float:left; margin:0 1%; background-color:#000; position:relative}
.in_news_m img{width:100%; height:auto; overflow:hidden; opacity:0.4}
.in_news_m h3{position: absolute; padding:0 2em; color:#f39801; font-size:14px;  top: 40%; left: 0; right: 0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);  transform: translateY(-50%);   z-index:99}
.in_news_m h3 a{color:#fff; display:block; font-size:22px; font-weight:bold; line-height:40px; margin:0.5em 0 1em 0}
.in_news_m h3 p{color:#fff}
.in_news_r{width:38%; float:right}
.in_news_r ul li{width:100%; height:auto; overflow:hidden; padding:3em 2em; font-size:14px; height:13.1em; background-color:#003a71; color:#f39801 }
.in_news_r ul li a{display:block; font-size:22px; font-weight:bold; margin-top:0.5em; color:#fff;overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:1;
 -webkit-box-orient:vertical;}
.in_news_r ul li:nth-child(2n){ background-color:#ededed; margin-top:1.2em}

.in_news_r ul li:nth-child(2n) a{color:#222}











@media (max-width: 1160px) {
	.in_news_l{padding:2em }
	.in_news_l span{line-height:38px; margin-top:2em;}
	.in_news_l span a{line-height:38px;}
	.in_news_l ul li{ margin:0.5em 0 0 0;}
.in_news_m{width:40%;}
.in_news_r{width:36%;}
.in_news_r ul li{padding:2em 2em; height:10.35em;}
.in_news_m h3{top: 50%;}
.in_news_m h3 p{overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:3;
 -webkit-box-orient:vertical;}
}
@media (max-width: 900px) {
	.in_news_r ul li{padding:1em 2em; height:9em;}
}

@media (max-width: 768px) {
	.in_news_l{width:36%;}
	.in_news_l ul li{ margin:1em 0 0 0;}
	.in_news_l span{margin-top:4em;}
	.in_news_l span a{line-height:40px;}
	.in_news_m{width:62%; margin:0 0 0 2%}
	.in_news_r{width:100%; margin-top:1.5em}
	.in_news_m h3{top: 50%;}
}


@media (max-width: 640px) {
	.in_news_l{width:100%;}
	.in_news_m{width:100%; margin:1.5em 0 0 0 }

	
	}

@media (max-width: 360px) {

	
	}





/*footer*/

.footer_bg{width:100%; height:auto; overflow:hidden; background: url(../images/footer_bg.jpg) no-repeat center #05162a; padding:5em 0; margin-top:4em}
.footer dl{ float:left}
.dl1{width:24%; margin-right:2%}
.dl2{width:12%; margin:0 2%}

.footer dl dt, .footer dl dt a{font-size:20px; color:#fff; font-weight:bold; margin-bottom:2em}
.footer dl dd, .footer dl dd a{font-size:14px; line-height:30px; color: rgba(255,255,255,0.8); margin-bottom:0}
.footer dl dd span{font-size:32px; color:#f39801; font-weight:bold}
.footer dl dd p{width:46%; float:left; margin:0 2%; text-align:center}
.footer dl dd p img{width:100%; height:auto; overflow:hidden}
.footer dl dd p span{display:block; font-size:14px; font-weight:normal; color: rgba(255,255,255,0.9); margin-top:5px}
.footer dl dd b{font-size:28px; color:#0060b0; font-weight:normal}

.footer_b_bg{width:100%; background-color:#1d449b;  padding:1.5em 0}
.footer_b{font-size:13px; color:#fff; text-align:center;}
.footer_b a{color:#fff; opacity:0.8}

@media (max-width: 800px) {
	.footer dl dd span{font-size:28px}
}

@media (max-width: 768px) {
	.footer dl{width:100%; padding:2em 0; border-bottom:1px dashed #d5d5d5 }
	.footer dl dd span{font-size:32px}
	.dl1{width:100%;}
	.dl2{width:100%; margin:0}
	.footer dl dd a{width:20%; float:left}
	.footer dl dt, .footer dl dt a{margin-bottom:.5em}
	.footer dl dd p img{width:50%; margin:0 auto; height:auto; overflow:hidden}
	.footer_b_bg{ padding:1.5em 0 6em 0}
}

@media (max-width: 600px) {
	.footer dl dd a{width:33.33%; float:left}
	.footer dl dd p img{width:70%;}
	.footer_bg{ padding:3em 0;}
}

@media (max-width: 320px) {
	.footer dl dd a{width:33.33%; float:left}
	.footer dl dd p img{width:80%;}
	.footer dl dd span{font-size:28px}
}





.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;}
 }
 
 
 /*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 40%;
	background: #0256ac;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
	line-height: 16px;
}
.phonefooternav ul li:nth-child(2){
	width: 60%;
	background: #ee951b;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a img {
	width: 20px;
	padding: 5px 0;
	    margin: 0 auto;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom:2px
}
  @media (max-width: 1024px) {
.phonefooternav { display:block}
  }