/*imported styles*/
@import url("pagebar.css");
/*===================================*
  01. gengral style
*===================================*/
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: #8d9297;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
@media (min-width:1200px){.container{max-width:1200px}}
@media (min-width:1400px){.container{max-width:1400px}}
h1,h2,h3,h4,h5,h6 {
	color: #222222;
	font-family: 'Poppins', sans-serif;
}

a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #007bff;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus,
button:focus{
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}

.section {
	padding: 50px 0;
	position:relative;
}

.btn-radius {
	border-radius: 40px;
}

.btn-white {
	background-color: #fff;
	color: #007bff!important;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn-white i{
	color:#007bff;
}
.btn-white::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	opacity: 0;
	color: #007bff !important;
	background-color: rgba(255,255,255,1);
	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: #007bff !important;
}

.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333;
}
.text_default {
	color: #007bff !important;
}

.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: #007bff;
	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;
}

.bg_gradual{
	position: relative;

}
.bg_gradual::before{
	height:300px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(0, 24, 44, 1), rgba(0, 0, 0, 0));
}

[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;
}

.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;
}

.ripple {
	background-color: #fff;
	border-radius: 100%;
	color: #007bff;
	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)
	}
}
.btn-ripple-white .ripple::before,
.btn-ripple-white .ripple::after,
.btn-ripple-white .ripple {
	background-color: #fff;
}
.btn-ripple-white .ripple {
	color: #FEBC34;
}
.bg_transparent_20 {
	background-color: rgba(0,0,0,0.2);
}
.box_shadow1 {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.border-top-tran {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.border_bottom_tran {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
	text-transform: uppercase;
}
.heading_light * {
	color: #fff;
}

/*Loader Css*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 999999;
}


/*===================================*
  02. header style
*===================================*/

.navbar-brand {
	padding: 13px 0;
	vertical-align: top;
}
.navbar-brand img {
	max-width: 450px;
}

.navbar-nav a,
.navbar-toggler {
	color: #ffffff;
}
.navbar {
	padding: 0;
}
.header_wrap {
	transition: all 0.5s ease 0s;
}
.header_wrap.nav-fixed {
	background-image:linear-gradient(to bottom, rgb(0, 0, 0,0.8), rgb(0, 0, 0,0.05)) ;
}

.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: rgba(255,255,255,1);
}
.navbar-nav .dropdown-menu .dropdown-menu {
	background-color: rgba(255,255,255,1);
}

.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a{
	padding-left: 25px;
}

/*.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: 600;
	padding: 15px 20px;
	text-transform: capitalize;
	font-size: 16px;

}

.nav-fixed .navbar .navbar-nav > li > .nav-link {
	padding: 15px 20px;
}
.navbar .navbar-nav > li > .nav-link.active,
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a{
	/*background-image:linear-gradient(to right, rgb(15, 93, 193), rgb(0, 79, 167)) ;*/
	border-bottom:2px solid #017cff;
	color:#ffffff;
}

.navbar .navbar-nav .dropdown-item {
	padding: 15px 20px 10px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #d8d8d8;
}
.navbar .navbar-nav li:last-child .dropdown-item {
	border-bottom: 0;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

.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 {
	color: #007bff;
}

.nav-fixed .navbar-nav li > a,
.nav-fixed .navbar-toggler{
	color: #ffffff;
}

.search_overlay::before {
	content: "";
	background-color:rgba(0,0,0,.8);
	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%;
}

.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;
}

.top-header {
	background:#063c96;
	transition: all 0.5s ease-in-out;
}

.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 5px 5px 0;
}
.social_icons li a {
	font-size: 18px;
	color: #ffffff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.social_icons li a:hover,
.header_wrap .social_icons li a:hover {
	color: #007bff;
}
.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: #007bff;
}
.border_social .social_icons li a:hover, .border_social.social_icons li a:hover {
	background-color: #007bff;
	border-color: #007bff;
	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: #007bff;
	color: #fff !important;
}
.vertical_social li {
	display: block;
}

.contact_detail i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 16px;
}
.contact_detail span {
	vertical-align: middle;
}
.contact_detail > li {
	color: #ffffff;
	list-style: none;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 7px 15px 7px 0;
}

.contact_detail li:first-child {
	margin-left: 0px;
}
.contact_detail li a span {
	vertical-align: middle;
}

.top-header .contact_detail li a{
	color: #fff;
}
.top-header .contact_detail li a:hover {
	color:rgba(255,255,255,0.6);
}
.nav-fixed .top-header{
	display: none !important;
}

.navbar-toggler {
	float: right;
	margin: 13px 0 0 5px;
	font-size: 28px;
	color: #ffffff;
	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: "\e9e6";
	font-size: 20px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}

.main_menu_uppercase .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}

.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;
}

input.text {
	display: none;
}

/*===================================*
  03. start banner, slider style
*===================================*/
.banner_section {
	position: relative;
}
.banner_content_wrap {
	position: relative;
	z-index: 1;
}
.banner_half_content {
	padding: 100px 0 80px;
	z-index: 0;
}
.full_screen.banner_half_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner_section:not(.full_screen),
.banner_section:not(.full_screen) .carousel-item,
.banner_section:not(.full_screen) .banner_content_wrap,
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 700px;
}
.full_screen, .full_screen .carousel-item {
	height: 100vh;
	min-height: 45rem;
}
.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item,
.banner_section.slide_medium .banner_content_wrap,
.banner_section.slide_medium .banner_content_wrap .carousel-item {
	height: 500px;
}

.carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
	font-size: 16px;
	border-radius: 4px;
	height: 40px;
	width: 40px;
}
.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #000;
}
.carousel-control-next:hover, .carousel-control-prev:hover,
.light_arrow .carousel-control-next:hover, .light_arrow .carousel-control-prev:hover{
	background-color: #007bff;
	color: #fff;
}

/*
news style
*/

.news-slide{
z-index: 9;
}
.news-slide .carousel-inner{
	padding-bottom:180px;
}
.news-slide .carousel-control-next,
.news-slide .carousel-control-prev{
	top:33%;
}
.news-slide .carousel-indicators{
	bottom:40px;
}
.news-slide .carousel-indicators li{
	background-color:rgba(255,255,255,0.9);
	width:20px;
}
.news-slide .carousel-indicators .active{
	background-color:#12a6d6;
}

.news-slide .carousel-caption-bg{
	background:
	linear-gradient(to left , transparent , rgba(0, 0, 0, 0.3) ) ,
	linear-gradient(-135deg, transparent 30px, #047adf 0);
	width:100%;
	height:190px;
	left:-20px;
	bottom:35px;
	position:absolute;
	z-index: 10;
}
.news-slide .carousel-caption{
	width:95%;
	height:180px;
	left:0px;
	bottom:-150px;
	color:#ffffff;
	text-align:left;
	z-index: 1000;
}
.news-slide .carousel-caption h5{
	font-size:16px;
	line-height: 24px;
	color:#ffffff;
}
.news-slide .carousel-caption p{
	margin-top:20px;
	font-size: 14px;
	font-weight: 100;
	color:#ffffff;
}

/*===================================*
  04. start about style
*===================================*/

.about_img img {
	width: 100%;
}
.service_img {
	padding: 0 30px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.about_double_img {
	position: relative;
	padding-top: 80px;
}
.first_img {
	max-width: 360px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.second_img {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	max-width: 360px;
	position: absolute;
	top: 0;
	right: 0;
}
.about_wrap {
	padding-left: 50px;
}
.video_box {
	height: 100%;
}
.video_text {
	margin-top: 30px;
}
.video_text span {
	margin-top:20px;
	margin-bottom: 40px;
	display: block;
	color:#ffffff;
}
.video_text h2 {
	color: #fff;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}


/*===================================*
  26. START GALLERY DESIGN
*===================================*/
.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
	bottom: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	right: 0px;
	left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i {
	color: #fff;
	font-size: 24px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}
.gallery_img img {
	transition: all 0.5s ease;
}
.gallery_hover_style1 .image_gallery_item,
.gallery_hover_style2 .image_gallery_item {
	overflow: hidden;
}
.gallery_hover_style1 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery_hover_style2 .gallary_hover_box {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
}
.gallery_hover_style2 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.gallery_hover_style3 .gallary_hover_box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0px;
	border: 2px solid rgba(255,255,255,0.5);
	margin: 10px;
}

/*===================================*
  14. START BLOG STYLE
*===================================*/
.blog_post {
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
}
.blog_content {
	padding-top: 15px;
}
.blog_post .blog_img a {
	display: block;
	overflow: hidden;
}
.blog_img {
	position: relative;
	overflow: hidden;
}
.blog_img img {
	width: 100%;
}
.blog_meta {
	display: inline-block;
	margin-bottom: 5px;
}
.blog_meta li {
	float: left;
	margin-right: 15px;
}
.blog_meta li:last-child {
	margin-right: 0;
}
.blog_meta li a {
	text-transform: capitalize;
	color: #777;
}
.blog_meta li a i {
	margin-right: 5px;
	vertical-align: middle;
	color: #FEBC34;
}
.blog_meta li a span {
	vertical-align: middle;
}
.blog_title {
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 18px;
}
h6.blog_title {
	line-height: 24px;
}
.blog_text p {
	margin-bottom: 15px;
}
.blog_text p:last-child {
	margin: 0;
}
.fit-videos {
	background-color: #000000;
}
.blog_style1.blog_post {
	border-radius: 10px;
}
.blog_style1 .blog_img {
	border-radius: 10px 10px 0 0;
}
.blog_style1 .blog_content,
.blog_style2 .blog_content {
	padding: 15px;
}
.blog_style1 .blog_img img,
.blog_style2 .blog_img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.blog_style1:hover .blog_img img,
.blog_style2:hover .blog_img img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.post_date {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: 80px;
	background-color: #007bff;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
}
.post_date h5 {
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.post_date h5 span {
	display: block;
	font-size: 16px;
	padding: 8px 5px;
	background-color: #fff;
	color: #333;
	margin-bottom: 8px;
	line-height: normal;
}
.blog_img .owl-dots {
	position: absolute;
	top: 0;
	right: 15px;
}
.blog_thumbs .blog_post {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.blog_thumbs .blog_img {
	float: left;
	width: 40%;
}
.single_post .blog_content {
	padding-top: 20px;
}
.single_post .blog_title {
	font-size: 30px;
	margin-bottom: 20px;
}
.single_post .blog_meta {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.post_author .author_img {
	float: left;
	padding-right: 15px;
}
.post_author .author_img img {
	max-width: 80px;
}
.post_author .author_info {
	overflow: hidden;
}
.post_author {
	margin-top: 40px;
	margin-bottom: 40px;
}
.content_title * {
	margin-bottom: 30px;
	font-weight: 600;
}
.comment_user img {
	height: auto;
	max-width: 80px;
}
.comment_content .meta_data h6 {
	font-size: 16px;
}
.comment_info {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.comment_content p:last-child {
	margin-bottom: 0;
}
.children {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 60px;
}
.comment_content {
	padding-left: 20px;
}
.comment-time {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.comment-time i {
	vertical-align: middle;
	margin-right: 5px;
}
.comment-time span {
	vertical-align: middle;
}
.comment-reply i {
	margin-right: 5px;
}
.comment-area .comment_list {
	margin-bottom: 40px;
}
.comment-area {
	padding-top: 10px;
}

/*===================================*
  15. start nesletter
*===================================*/

.newsletter_box {
	padding: 50px;
	position: relative;
}

.newsletter_overlap {
	margin-bottom: -100px;
	position: relative;
	z-index: 9;
}
/*===================================*
  16. start footer
*===================================*/
footer {
	overflow: hidden;
}
.footer_dark {
	background-color: #0160b0;
	position: relative;
}
.footer_top {
	padding: 30px 0 0 0;
}
.footer_logo {
	margin-bottom: 20px;
	width:100%;
}
footer p {
	font-size: 14px;
	color:#ffffff;
	line-height: 28px;
}
footer .widget {
	margin-bottom: 30px;
}
footer .widget_title {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	color:#ffffff;

}
.widget_links li {
	list-style: none;
	padding-bottom: 10px;
}
.widget_links li:last-child {
	padding-bottom: 0;
}
.widget_links li a {
	font-size: 14px;
	color: #687188;
}
.contact_info > li {
	margin-bottom: 15px;
	list-style: none;
}
.contact_info > li:last-child {
	margin-bottom: 0px;
}
.contact_info li i {
	color: #007bff;
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 18px;
	vertical-align: top;
}
.contact_info li span {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	width: 100%;
	color: #292b2c;
}
.contact_info span + * {
	overflow: hidden;
	color: #ffffff;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
}
.contact_info i + * {
	overflow: hidden;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}

.bottom_footer {
	padding: 10px 0;
	position: relative;
	background:#00569e;
}
.bottom_footer p{
	color:rgba(255,255,255,0.4);
	font-size: 14px;
 }

.footer_link li {
	display: inline-block;
	position: relative;
}
.footer_link li a {
	font-size: 14px;
	padding: 0 5px;
	color: #687188;
}


/*===================================*
  19.statr breadcrumb
*===================================*/
.breadcrumb_section {

	width: 100%;
}
.breadcrumb_section .container{
	position: relative;
	height:400px;
}
.page-title{

	position:absolute;
	bottom:0;
	left:0;
}
.page-title h1 {
	padding:20px 80px 20px 30px;
	background-color:rgba(6,60,150,0.8);
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
	line-height: normal;
	color:#ffffff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	position: relative;
}
.page-title h1:after{
	content: "";
	font-family: '';
	position: absolute;
	left:30px;
	bottom:10px;
	height:2px;
	width:150px;
	background:#ffffff;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color:#ebebeb;
}
.breadcrumb li.active{
	color:#999999;
}
.breadcrumb li a{
	color:#333333;
}
.breadcrumb li a:hover{
	color:#007bff;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
	color:#ebebeb;
}
.page-title + .breadcrumb {
	margin-top: 15px;
}
.page-title + span {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.breadcrumb-item a i {
	font-size: 26px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block;
}


/*设置box宽高为指定比例*/
.aspect-box {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.aspect-box > * /* This targets .aspect-box__content */ {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.aspect-box:before /* This pseudo element uses the padding trick to set the height. */ {
	position: relative;
	display: block;
	content: "";

	box-sizing: border-box;
}
.square {
	aspect-ratio: '1:1';
}
.square:before {
	aspect-ratio: '1:1';
	padding-top: 100%;
}
.rectangle16-9{
	aspect-ratio: '16:9';
}
.rectangle16-9:before {
	padding-top: 56.25%;
}
.rectangle16-10{
	aspect-ratio: '16:10';
}
.rectangle16-10:before {
	padding-top: 62.5%;
}
.rectangle3-4{
	aspect-ratio: '3:4';
}
.rectangle3-4:before {
	padding-top: 120%;
}
/*bootstrap thumbnail特效1207*/
.thumbnail{
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.thumbnail:hover{
	text-decoration: none;
}
.thumbnail img{
	cursor: pointer;
	transition: all 0.6s;
}
.thumbnail .img-fluid{
	width:100%;
}
.thumbnail:hover img{
	transform: scale(1.25);
}
.thumbnail .badge,
.thumbnail:hover .badge{
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
	font-weight: 100;
	border-radius: 0 0 0 10px;
}

.thumbnail .caption{
	color:#333333;
}
.thumbnail .intro-2{
	color:#666666;
	height:50px;
}

.article .title{
	border-bottom:1px solid #e2e2e2;
	padding:50px 0 0 0;
}
.article .title h2{
	color:#0276e7;
	font-size: 32px;
	font-weight: bold;
	margin-bottom:25px;
}
.article{
	word-break: keep-all;
}
.article .title p{
	font-size: 14px;
}
.article .content{
	color:#333333;
}
.article .foot-line{
	padding-top:10px;
	border-top:1px solid #cfcfcf;
}
/* testimonail */
.testimonial-bg {
	background-position: top center;
	background-size: cover;
}
.single-testimonial {
	margin: 0 50px;
	margin-bottom: 35px;
}
.testimonial-content {
	background: #fff;
	padding: 40px 0 20px 0;
	border-radius: 5px;
	position: relative;
}
.testimonial-content p {
	margin-bottom: 0;
	font-family: 'Helvetica Oblique';
	position: relative;
	z-index: 1;
}

.testimonial-text{
	padding: 20px 0;
}

.testimonial-text h5 {
	font-size: 26px;
	font-weight: bold;
	padding:10px 0;

}
.testimonial-text span {
	font-size: 16px;
	color:#ea551d;
}
.testimonial-content::before,.testimonial-content::after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -15px;
	background: #fff;
	height: 30px;
	z-index: -1;
	opacity: .2;
	border-radius: 5px;
}
.testimonial-content::after {
	left: 50px;
	right: 50px;
	height: 60px;
	bottom: -30px;
}
.testimonial-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: -195px;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	z-index: 1;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	background: rgba(255,255,255,.1);
	transition: .3s;
}
.testimonial-active .slick-arrow.slick-next {
	right: -195px;
	left: auto;
}
.testimonial-active .slick-arrow:hover {
	background: #007bff;
	color: #fff;
}
.tab-bar .nav-link.active{
	color:#007bff;
}

/*my style*/
.main-title{
	color:#037adf;
	font-size: 36px;
	position: relative;
}
.main-title:after{
	content: "";
	font-family: '';
	position: absolute;
	left:0;
	bottom:-10px;
	height:2px;
	width:180px;
	background:#007bff;
}

/*
block-title styles
*/

.block-title {
	position: relative;
}

.block-title-title {
	padding:10px 0;
	color:#037adf;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.block-title-title:after{
	content: "";
	font-family: '';
	position: absolute;
	left:0;
	bottom:-10px;
	height:2px;
	width:150px;
	background:#007bff;
}
.block-title .more {
	position: absolute;
	right:0;
}
.block-title-center{
	position: relative;
	text-align: center;
}
.block-title-center .block-title-title {
	padding:10px 0;
	color:#037adf;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.block-title-center .block-title-title:after{
	content: "";
	font-family: '';
	position: absolute;
	left:calc(50% - 90px);
	bottom:-10px;
	height:2px;
	width:180px;
	background:#007bff;
}
.more {
	position: absolute;
	color: #037adf;
	font-size: 14px;
	font-weight: thin;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
}

.more::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #037adf;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.more:hover {
	color: #037adf;
}

.more:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.more.decorate{
	color: #037adf;
	background:url(../images/more.png) center right no-repeat;padding-right:40px;margin-top:0;line-height:25px;float: right;
}

.icon-top-link{
	display: block;
	height:14px;
}
a:hover .icon-top-link:hover{
	background-position:  0 -14px;
}
.icon-top-link.icon-cucas{
	width:60px;
	background-image:url(../images/icon-cucas-sprite.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}
.icon-top-link.icon-tiktok{
	width:14px;
	background-image:url(../images/icon-tiktok-sprite.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}
.icon-top-link.icon-lxzg{
	width:20px;
	background-image:url(../images/icon-lxzg-sprite.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}

.column-title{
	margin-bottom:20px;
}
.column-title h3{
	font-size: 28px;
	font-style: italic;
	font-variant: all-petite-caps;
	color:#333333;
	font-weight: 600;
}
.side-nav a{
	display: block;
	width:100%;
}
.side-nav .nav-item{
	width:100%;
}
.side-nav .nav-item.active {
	width:100%;
	position: relative;

}
.side-nav .nav-item.active:after,
.side-nav .nav-item:hover::after{
	content: "";
	font-family: '';
	position: absolute;
	left: 0;
	top:10px;
	height:18px;
	width:3px;
	background-color:#007bff;
}
.side-nav .nav-item:hover{
	width:100%;
	position: relative;
	color:#333333;
}

.side-nav .nav-item.active .nav-link{
	color:#333333;
}


/*===================================*
  08. START LIST STYLE
*===================================*/
.list-home-news .card{
	background-color: #ffffff;
	background-image: url(../images/list-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 0;
	border: none;
	border-bottom:4px solid #047adf;
}
.list-home-news .card .title{
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	height:80px;
}
.list-home-news .card .time{
	position: relative;
	color:#87bcf4;
}


.list-text li{
	position: relative;
}

.list-text li::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #047adf;
	position: absolute;
	bottom:-2px;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.list-text li:hover{
	background:#f7fbff;
}

.list-text li:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.list-sub .list-text li{
	background:#ffffff;
	border-bottom:2px solid #e1e1e1;
	margin-bottom: 20px;
	padding:15px;
}
.list-sub .list-text li .title{
	font-size: 18px;
	font-weight: bold;
}
.list-sub .list-text li .time{
	font-size: 14px;
	color:#0276e7;
}
.list-sub .list-text li .thumbnail{
	width:240px;
	margin-right:20px;
}
.list-sub .list-text a li .more{
	right:0;
}
.list-sub .list-text a:hover li .more{
	right:-10px;
}

.list-img .hover{
	padding:0 0 20px 0;
	border:none;
	border-bottom:2px solid #e1e1e1;
	position: relative;
}

.list-img .hover::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #047adf;
	position: absolute;
	bottom:-2px;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.list-img .hover:hover{
	background:#f7fbff;
}

.list-img .hover:hover::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.list-img .card-body{
	padding:15px 15px 0 15px!important;
	position: relative;

}
.list-img .card-title{
	position: relative;
	padding-left:10px;
	margin:0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.list-img .card-body:after{
	height:60px;
	width:2px;
	background:#4fa9ff;
	content: "";
	font-family: '';
	position: absolute;
	left: 15px;
	top:-25px;
	z-index: 10;
}

/*pagebar可改为自定义名称*/

/*公共样式 字体，行高，字体颜色等*/
.pagebar {
	font-size: 12px;
	line-height:12px;
	color:#222;
}

/*去掉a链接的下划线*/
.pagebar a{
	text-decoration: none;
}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
	margin-left: -5px;
}

/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
	border: 1px solid #ccc;
	padding: 0 12px;
	margin:0px 0px 0px 0;
	height:36px;
	line-height:34px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}

/*文字对齐样式*/
.pagebar .p_t{
	line-height:12px;
	margin:0px;
	padding:0px;
	display:inline-block;
	vertical-align:middle;
}

/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
	color: #ccc;
}

/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
	color: #222;
}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
	background-color: #f5f5f5;
}


/*页码省略号...的外观*/
.pagebar .p_dot {
	margin-left:4px;
	margin-right:-4px;
	color:#222;
}

/*当前页码的外观*/
.pagebar .p_no_d {
	border: 1px solid #007bff;
	color: #fff;
	background-color: #007bff;
}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
	display:none;
}

/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{
	/*display:none;*/
}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{
	/*display:none;*/
}

/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{
	/*display:none;*/
}

/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
	font-size:12px;
	border: 1px solid #aaa;
	height:22px;
	line-height:20px;
	box-sizing:border-box;
	vertical-align:middle;
	outline-width:thin;
	outline-color:#007bff;
	margin:0px 2px;
	padding:0px 1px;
	width:22px;
	text-align:center;
}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
	border: 1px solid #007bff;
}

/*跳转按钮的外观*/
.pagebar .p_goto a{
	border: 1px solid #ccc;
	padding: 5px 6px;
	color: #222;
	margin:0px;
	height:24px;
	-height:auto;
	line-height:12px;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
}

.section-campus .block-title{
   margin-top:50px;
}
.campus-bg,.progroums-bg{
	background:#047adf;
}
.section-campus .list-campus{
	margin-top:50px;
	padding:40px 80px 40px 20px;
	background:#f3f9fe;
	border-left:4px solid #047adf;
}
.section-campus .list-campus a{
	position: relative;
	display: block;
	padding:10px ;
}

.section-campus .list-campus a img{
	position: absolute;
	right:0;
	top:3px;
}
.section-campus .list-campus a:hover img{
	right:-10px;
	transition: all 0.5s ease;
}
.section-video{
	padding:100px 0;
}
.section-programs{
	background:
	linear-gradient(to left, transparent 52%, #047adf 0) no-repeat 100% 0;
}
.section-programs  .programs-box{
	padding-top:60px;
	padding-left:0;
}
.section-programs  .list-programs{
	margin-top:50px;
	padding:40px 80px 40px 20px;
	background:#f3f9fe;
	border-left:4px solid #047adf;
}
.section-programs  .list-programs a{
	position: relative;
	display: block;
	padding:10px ;
}

.section-programs  .list-programs a img{
	position: absolute;
	right:0;
	top:3px;
}
.section-programs  .list-programs a:hover img{
	right:-10px;
	transition: all 0.5s ease;
}

.section-cooperations{
	padding:80px 0;
	background-color: #f1f4fb;
	background-image: url(../images/bg-h2.jpg);
	background-position:center bottom ;
	background-repeat: no-repeat;
}
.section-cooperations .card{
	 border:none;
	 border-radius: 0;
	 border-bottom:2px solid #7fb7ec
 }
.section-cooperations .card-body{
	padding:15px;
}
.section-cooperations .card-title{
	position: relative;
	padding-left:10px;
	height:40px;
}
.section-cooperations .card-title:after{
	height:60px;
	width:2px;
	background:#4fa9ff;
	content: "";
	font-family: '';
	position: absolute;
	left: 0;
	top:-40px;
}