@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,500);
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?92356463');
	src: url('../fonts/fontello.eot?92356463#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?92356463') format('woff2'),
	url('../fonts/fontello.woff?92356463') format('woff'),
	url('../fonts/fontello.ttf?92356463') format('truetype'),
	url('../fonts/fontello.svg?92356463#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width: 100%;
	line-height: 1.4;
	color: #182947;
	background: #fff;
}
img {
	max-width: 100%;
}
a:focus {
	text-decoration: none;
	outline: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-play-circled2:before { content: '\e801'; } /* '' */
.icon-left:before { content: '\e802'; } /* '' */
.icon-right:before { content: '\e803'; } /* '' */
.icon-down-open-mini:before { content: '\e804'; } /* '' */
.icon-left-open-mini:before { content: '\e805'; } /* '' */
.icon-right-open-mini:before { content: '\e806'; } /* '' */
.icon-up-open-mini:before { content: '\e807'; } /* '' */
.icon-download:before { content: '\e808'; } /* '' */
.icon-local-library:before { content: '\e809'; } /* '' */
.icon-library:before { content: '\e823'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-left-1:before { content: '\f177'; } /* '' */
.icon-right-1:before { content: '\f178'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
}
iframe {
	max-width: 100%;
}

.btn {
	border-radius: 10px;
	line-height: 1;
	padding: 12px 40px;
	color: #fff;
	background-color: #125eab;
	border: solid 2px #125eab;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.btn i {
	margin: 0 3px;
}
.btn:hover {
	text-decoration: none;
	color: #125eab;
	background-color: transparent;
}
.btn_outline {
	background-color: #125eab;
	color: #fff;
}
.btn_outline:hover {
	color: #fff;
	background-color: #125eab;
}
.btn_rounded {
	border-radius: 25px;
}
.btn_md {
	font-size: 15px;
	padding: 16px 43px;
}
.btn_lg {
	font-size: 14px;
	border-radius: 5px;
	padding: 14px;
}
.btn_white {
	background: #125eab;
	color: #ffffff;
	border: solid 2px #fff;
}
.btn_white:hover {
	background: #182947;
	color: #fff;
	border: solid 2px #fff;
}
.btn_green (
	background-color: #3c803c;
	color: #fff;
)
.course_btn {
	margin: 10px 0 30px;
}

/*header*/
.header {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fbfbfb;
	padding: 15px 0 0;
	height: 70px;
	position: relative;
	z-index: 5;
}
.header_logo {
	margin: 5px 0 0;
}
.header_btn {
	text-align: right;
}
.main_nav {
	list-style: none;
	margin: 10px 0 0;
	text-align: center;
}
.main_nav li {
	display: inline-block;
	margin: 0 19px;
}
.main_nav li a {
	text-transform: uppercase;
	color: #6e7d97;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}
.main_nav li.active a,
.main_nav li a:hover {
	text-decoration: none;
	color: #182947;
	font-weight: 900;
}
.main_nav li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #182947;
	width: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 2px;
	pointer-events: none;
}
.main_nav li.active a:before,
.main_nav li a:hover:before {
	width: 100%;
}
.hamburger {
	font: inherit;
	display: inline-block;
	padding: 8px 6px 4px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	vertical-align: top;
	float: right;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 34px;
	height: 4px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	border-radius: 4px;
	background-color: #182947;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	-webkit-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-ms-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	transition: all .22s cubic-bezier(.55, .055, .675, .19);
	will-change: transform;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner:before {
	top: -10px;
	-webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-moz-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-ms-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s,opacity .1s ease-in;
	transition: top .1s ease-in .25s,opacity .1s ease-in;
	will-change: transform, top;
}
.hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-moz-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-ms-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	bottom: -10px;
	will-change: transform, bottom;
}
.menu_opened .hamburger-inner {
	-webkit-transition-delay: .12s;
	-moz-transition-delay: .12s;
	-ms-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu_opened .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-moz-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-ms-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-o-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
}
.menu_opened .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-moz-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-ms-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out,opacity .1s ease-out .12s;
	transition: top .1s ease-out,opacity .1s ease-out .12s;
	opacity: 0;
}
.hamburger {
	font: inherit;
	display: inline-block;
	padding: 8px 6px 4px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	vertical-align: top;
	float: right;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 34px;
	height: 4px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	border-radius: 4px;
	background-color: #182947;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	-webkit-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-ms-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: all .22s cubic-bezier(.55, .055, .675, .19);
	transition: all .22s cubic-bezier(.55, .055, .675, .19);
	will-change: transform;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner:before {
	top: -10px;
	-webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-moz-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-ms-transition: top .1s ease-in .25s,opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s,opacity .1s ease-in;
	transition: top .1s ease-in .25s,opacity .1s ease-in;
	will-change: transform, top;
}
.hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-moz-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-ms-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55,.055,.675,.19);
	bottom: -10px;
	will-change: transform, bottom;
}
.menu_opened .hamburger-inner {
	-webkit-transition-delay: .12s;
	-moz-transition-delay: .12s;
	-ms-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu_opened .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-moz-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-ms-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	-o-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
}
.menu_opened .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-moz-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-ms-transition: top .1s ease-out,opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out,opacity .1s ease-out .12s;
	transition: top .1s ease-out,opacity .1s ease-out .12s;
	opacity: 0;
}

/*home hero*/
.home_hero {
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	padding: 80px 0;
}
.home_hero_content {
	padding: 94px 30px;
	max-width: 81%;
	background-color: #ffffff;
	opacity: 0.8;
}
.page_title {
	font-size: 48px;
	line-height: 1.49;
	margin: 0 0 7px;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-weight: 800;
}
.page_title a {
	color: #000000;
	text-decoration: underline;
}
.page_title a:hover {
	text-decoration: none;
}
.hero_text {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 1.75;
	margin: 0 0 27px;
}
#hero_carousel {
	height: 500px;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(24, 41, 71, 0.15);
	background-color: #ffffff;
	padding: 0 50px;
}
#hero_carousel  .carousel-inner {
	height: 100%;
	align-items: center;
}
#hero_carousel  .item {
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	will-change: transform;
}
#hero_carousel .carousel-inner>.active,
#hero_carousel .carousel-inner>.next, #hero_carousel .carousel-inner>.prev {
	display: flex;
}
#hero_carousel .carousel-control {
	top: auto;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #f6f6f6;
	opacity: 1;
	line-height: 38px;
	text-shadow: none;
	color: #182947;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#hero_carousel .carousel-control:hover {
	border-color: inherit;
}
#hero_carousel .carousel-control.left {
	left: -50px;
	background: #dde6f3;
}
#hero_carousel .carousel-control.right {
	right: auto;
	left: 10px;
}
.section {
	padding: 20px 0;
	background-color: #fbfbfb;
}
.section-blue {
	padding: 50px 0;
	background-color: #125eab;
}
.blockquote_inner {
	position: relative;
	z-index: 2;
}
blockquote {
	padding: 4px 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	line-height: 1.85;
	position: relative;
}
blockquote:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	width: 85px;
	height: 85px;
	background: url(../images/quotes.svg) 50% no-repeat;
}
blockquote p {
	margin: 0;
}
blockquote footer, blockquote small, blockquote .small {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.2px;
	color: #262626;
}

/*footer*/
.footer {
	background-color: #182947;
	padding: 50px 0 0;
	color: #ffffff;
}
.footer_top {
	padding: 0 0 32px;
}
.footer_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 1.3px;
	margin: 0 0 28px;
}
.footer_media {
	display: flex;
	margin: 0 0 30px;
}
.footer_media .media_body {
	line-height: 2.31;
	color: #d4d4d4;
	padding-left: 20px;
}
.footer_links li {
	list-style: none;
	margin: 0 0 17px;
}
.footer_links li a {
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.4px;
	color: #d4d4d4;
}
.social_link {
	width: 25px;
	height: 25px;
	background-color: #d4d4d4;
	color: #182947;
	text-align: center;
	border-radius: 50%;
	line-height: 25px;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.social_link + .social_link{
	margin-left: 30px;
}
.social_link:hover {
	text-decoration: none;
	background: #fff;
}
.footer_bottom {
	background-color: #0f1c33;
	padding: 15px 0 0;
	min-height: 50px;
}
.footer_nav li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-left: 31px;
}
.footer_nav li + li:before {
	content: '|';
	position: absolute;
	left: -20px;
}
.footer_nav li a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #ffffff;
}

.page_section {
	padding: 0 0 54px;
}
.page_content a:not([class]) {
	text-decoration: underline;
	color: #182947;
}
.page_content a:hover {
	text-decoration: none;
}
.page_content ul,
.page_content ol {
	margin-left: 20px;
}
.breadcrumb {
	padding: 0;
	margin: 34px 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}
.breadcrumb>li+li:before {
	font-family: "fontello";
	padding: 0 8px;
	color: #182947;
	content: "\e806";
	font-size: 15px;
	line-height: 1;
}
.breadcrumb a{
	color: #182947;
}
.breadcrumb a:hover {
	color: #31589b;
	text-decoration: none;
}
.breadcrumb>.active {
	color: #6e7d97;
}
.page_content {
	line-height: 1.79;
	margin: 15px 0 36px;
}
.row_flex {
	display: flex;
	flex-wrap: wrap;
}
.page_content p{
	margin: 0;
}
.item_box {
	padding: 40px 25px 60px 40px;
	border-radius: 5px;
	border: solid 1px #ebebeb;
	background-color: #fbfbfb;
	margin: 0 0 16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	min-height: 200px;
	position: relative;
}
.item_library:before {
	position: absolute;
	font-family: "fontello";
	color: #f3f4f5;
	content: "\e809";
	font-size: 95px;
	right: 17px;
	bottom: 15px;
	line-height: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.item_library:hover:before {
	color: #223558;
}
.item_title {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.47;
	font-family: 'Lato', sans-serif;
	margin: 0 0 5px;
	position: relative;
	z-index: 2;
}
.item_link {
	color: #31589b;
	font-weight: bold;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	bottom: 45px;
	padding-right: 20px;
}
.item_link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #182947;
	width: 100%;
	border-bottom: 2px solid;
	pointer-events: none;
}
.item_link:after {
	content: '\f178';
	font-family: "fontello";
	position: absolute;
	right: 0;
	font-weight: normal;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.item_link:hover:after {
	right: -5px;
}
.item_link:hover {
	text-decoration: none;
}
.item_box:hover {
	background-color: #182947;
	box-shadow: 0 0 50px 0 rgba(24, 41, 71, 0.1);
	color: #fff;
}
.item_box:hover .item_link {
	color: #fff;
}
.item_img {
	position: absolute;
	right: 30px;
	bottom: 40px;
}
.item_text {
	font-size: 13px;
	line-height: 1.54;
	color: #9f9f9f;
	position: relative;
	z-index: 2;
}
.item_box:hover .item_text {
	color: #7894c5;
}
.search_wrap {
	margin: 20px 0;
	position: relative;
}
.search_btn {
	position: absolute;
	left: 0;
	background: none;
	border: 0;
	top: 0;
	height: 45px;
	width: 45px;
	z-index: 2;
	color: #dedede;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.search_btn:focus {
	outline: 0;
}
.search_btn:hover {
	color: #182947;
}
.form-control {
	padding: 6px 12px 6px 46px;
	height: 45px;
	font-size: 16px;
	color: #182947;
	border-radius: 5px;
	border: solid 1px #dedede;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-control:focus {
	border-color: #182947;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 41, 71, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(24, 41, 71, 0.6);
}
.side_links {
	border-radius: 5px;
	border: solid 1px #f5f5f5;
	background-color: #fbfbfb;
}
.side_links_item {
	padding: 25px 30px 30px;
}
.side_link_title .icon-link-ext {
	font-size: 10px;
	margin-left: 6px;
	vertical-align: middle;
	display: inline-block;
}
.side_link_title,
.side_links_item a {
	color: #182947;
	font-weight: bold;
	line-height: 1.79;
}
.side_links_item a:hover {
	color: #31589b;
	text-decoration: none;
}
.side_links_item+.side_links_item {
	border-top: solid 1px #f5f5f5;
}
.side_link_text {
	font-size: 13px;
	line-height: 1.23;
	text-align: left;
	color: #a8a8a8;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sidebar {
	padding-left: 39px;
}
.note_box {
	font-size: 13px;
	color: #828282;
}
.note_box a {
	color: #31589b;
}
.video_note_box {
	font-size: 13px;
	color: #a8a8a8;
}
.video_note_box a {
	color: #31589b;
}
.embed-responsive-16by9 {
	padding-bottom: 61.5%;
}
.video_box {
	margin: 20px 0;
}
.download_btn {
	font-size: 13px;
	font-weight: 900;
	color: #182947;
	margin: 0 0 10px;
	display: inline-block;
}
.download_btn i {
	font-size: 18px;
	line-height: 0.9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

/*tools*/
.tool_box {
	border-radius: 5px;
	border: solid 1px #ebebeb;
	background-color: #fbfbfb;
	margin: 0 0 60px;
	display: flex;
	position: relative;
}
.btn_more {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 13px 22px;
	min-width: 120px;
}
.btn_more:before {
	content: 'Read More';
}
.more_text .btn_more:before {
	content: 'Read Less';
}
.btn_more i {
	display: inline-block;
}
.more_text .btn_more i {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
.btn_light {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px #ebebeb;
	background-color: #fbfbfb;
	color: #182947;
}
.btn_light:hover {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fbfbfb;
	color: #182947;
}
.tools_list {
	margin: 62px 0;
}
.tool_img {
	padding: 30px;
	flex: 0 0 180px;
}
.tool_title {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 13px;
}
.tool_title a {
	color: #182947;
}
.tool_title a:hover {
	color: #31589b;
	text-decoration: none;
}
.tool_text {
	line-height: 1.79;
	overflow: hidden;
}
.tool_text a {
	text-decoration: underline;
}
.tool_text a:hover {
	text-decoration: none;
}
.tool_content {
	padding: 26px 15px 25px;
}
.tool_text_more {
	display: none;
}
.more_text .tool_text_more {
	display: block;
}

/*home_v2*/
.home_v2 {
	position: relative;
}
.home_v2 .header {
	box-shadow: none;
	background-color: transparent;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.home_v2 .home_hero {
	padding: 109px 0 245px;
	position: relative;
}
.home_v2 .home_hero .container {
	z-index: 1;
	position: relative;
}
.home_v2 .home_hero:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 77%;
	height: 100%;
	background-image: url(../images/home-v2-bg.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.home_v2 .main_nav li a {
	color: #98a5bc;
}
.home_v2 .main_nav li.active a, .main_nav li a:hover {
	color: #fff;
}
.home_v2 .home_hero_content {
	padding: 80px 0 30px;
	max-width: 100%;
}
.home_v2 .page_title {
	color: #dfeafc;
}
.home_v2 .hero_text {
	color: #9fadc5;
}
.home_v2 #hero_carousel {
	height: 300px;
	border-radius: 15px;
	box-shadow: 0 0 30px 0 rgba(24, 41, 71, 0.2);
	margin: 103px 0 0;
	padding: 0 50px;
}
.home_v2 #hero_carousel .item {
	padding: 0;
}
.home_v2 #hero_carousel .carousel-control {
	top: 50%;
	bottom: auto;
	width: 35px;
	height: 35px;
	margin-top: -17px;
	border-radius: 50%;
	background: #182947;
	opacity: 1;
	line-height: 28px;
	color: #fff;
	border: 1px solid transparent;
}
.home_v2 #hero_carousel .carousel-control.left {
	right: auto;
	left: 10px;
	background: #182947;
}
.home_v2 #hero_carousel .carousel-control.right {
	left: auto;
	right: 10px;
}
.caret_right {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 6px dashed;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}
.caret_left {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -2px;
	vertical-align: middle;
	border-right: 6px dashed;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}





@media (min-width: 1200px) and (max-width: 1660px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
	display: none !important;
}

@media (min-width: 1660px) {
	.container {
		width: 1640px;
	}
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.66666667%;
	}
	.col-xl-10 {
		width: 83.33333333%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.66666667%;
	}
	.col-xl-7 {
		width: 58.33333333%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.66666667%;
	}
	.col-xl-4 {
		width: 33.33333333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.66666667%;
	}
	.col-xl-1 {
		width: 8.33333333%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-pull-11 {
		right: 91.66666667%;
	}
	.col-xl-pull-10 {
		right: 83.33333333%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-8 {
		right: 66.66666667%;
	}
	.col-xl-pull-7 {
		right: 58.33333333%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-5 {
		right: 41.66666667%;
	}
	.col-xl-pull-4 {
		right: 33.33333333%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-2 {
		right: 16.66666667%;
	}
	.col-xl-pull-1 {
		right: 8.33333333%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-push-11 {
		left: 91.66666667%;
	}
	.col-xl-push-10 {
		left: 83.33333333%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-8 {
		left: 66.66666667%;
	}
	.col-xl-push-7 {
		left: 58.33333333%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-5 {
		left: 41.66666667%;
	}
	.col-xl-push-4 {
		left: 33.33333333%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-2 {
		left: 16.66666667%;
	}
	.col-xl-push-1 {
		left: 8.33333333%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}
	.visible-xl {
		display: block !important;
	}
	table.visible-xl {
		display: table;
	}
	tr.visible-xl {
		display: table-row !important;
	}
	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}
	.visible-xl-block {
		display: block !important;
	}
	.visible-xl-inline {
		display: inline !important;
	}
	.visible-xl-inline-block {
		display: inline-block !important;
	}
	.hidden-xl {
		display: none !important;
	}
}


@media (max-width: 1199px) {
	.main_nav li {
		margin: 0 15px;
	}
	.sidebar {
		padding-left: 0;
	}
	.home_v2 .home_hero:before {
		width: 80%;
	}
}
@media (max-width: 991px) {
	.main_nav li {
		margin: 0 10px;
	}
	.header_btn .btn {
		padding: 12px 30px;
	}
	.home_hero_content {
		padding: 30px 0 50px;
		max-width: 100%;
	}
	#hero_carousel .carousel-control.left {
		left: 10px;
		background: #f6f6f6;
	}
	#hero_carousel .carousel-control.right {
		left: 60px;
	}
	.header_logo {
		margin: 10px 0 0;
	}
	.home_v2 .home_hero:before {
		width: 77%;
		height: 660px;
		top: 0;
		bottom: auto;
	}
	.home_v2 .home_hero {
		padding: 109px 0 45px;
	}
}
@media (max-width: 767px) {
	.header_logo {
		margin: 5px 0 0;
	}
	.main_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		max-width: 80%;
		z-index: 100;
		background: #fff;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%) ;
		-webkit-transition: transform .4s ease;
		-moz-transition: transform .4s ease;
		-ms-transition: transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		height: 100%;
		box-shadow: 0 0 30px 0 rgba(24, 41, 71, 0.15);
		margin: 0;
		padding: 24px 0 10px;
		overflow: auto;
		will-change: transform;
	}
	.menu_opened .main_nav {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.main_nav li {
		display: block;
		margin: 20px;
		text-align: right;
	}
	.main_nav li a {
		font-size: 18px;
	}
	.header_btn {
		margin-right: 3%;
		float: right;
	}
	.menu_opened {
		position: fixed;
		overflow: hidden;
	}
	.header_btn .btn {
		padding: 12px 24px;
	}
	#hero_carousel {
		height: 350px;
		padding: 0 10px;
	}
	.footer {
		padding: 30px 0 0;
	}
	.container {
		padding-right: 12px;
		padding-left: 12px;
	}
	.footer_title {
		margin: 0 0 15px;
	}
	.footer_links {
		margin: 0 0 30px;
	}
	.footer_bottom {
		text-align: center;
		padding: 15px 0;
	}
	.footer_nav li {
		margin: 0 15px;
	}
	#hero_carousel .carousel-control:hover {
		border-color: transparent;
	}
	.sidebar {
		margin: 30px 0 0;
	}
	.breadcrumb {
		margin: 20px 0;
	}
	.tool_box {
		display: block;
	}
	.tool_img {
		padding: 30px 30px 10px;
		text-align: center;
	}
	.page_title {
		font-size: 30px;
		line-height: 1.2;
	}
	.item_box {
		padding: 40px 25px 60px 25px;
	}
	.item_link {
		bottom: 35px;
	}
	.item_img {
		bottom: 30px;
	}

	.home_v2 .home_hero:before {
		display: none;
	}
	.home_v2 .page_title {
		color: #182947;
	}
	.home_v2 .hero_text {
		color: #8a8a8a;
	}
	.home_v2 .main_nav li a {
		color: #6e7d97;
	}
	.home_v2 .main_nav li.active a, .main_nav li a:hover {
		color: #182947;
	}
	.home_v2 .home_hero_content .btn_white {
		color: #fff;
		background-color: #182947;
	}
}
@media (orientation: landscape) and (max-width: 767px){
}

@media (max-width: 767px) and (min-width: 467px) {
	.col-sx-6 {
		width: 50%;
		float: left;
	}
	.col-sx-7 {
		width: 58.33333333%;
		float: left;
	}
	.col-sx-5 {
		width: 41.66666667%;
		float: left;
	}
	.col-sx-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-sx-3 {
		width: 25%;
		float: left;
	}
	.col-sx-8 {
		width: 66.66666667%;
		float: left;
	}
	.col-sx-offset-4 {
		margin-left: 33.33333333%;
	}
}
@media (orientation: landscape) and (max-height: 480px){
}
@media (max-width: 350px) {
}