@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700');

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Cambria', sans-serif;
	font-size: 17px;
    line-height:17px;
	font-weight: 400;
    color:#989898;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cambria', sans-serif;
	margin-top: 0;
}
a {
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #567790;
	text-decoration: none;
}
a, a:hover, a:active {
    outline: none;
}
.mega_main_menu_ul li a, a:hover, a:active {
    outline: none;
}
#mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link {
    background: #567790 !important;
}
#mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container {
    background: #567790 !important;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #2d2e2e;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.offset-top-80 {
	margin-top: 80px;
}
.inset-right-30 {
	padding-right: 30px;
}
.inset-left-30 {
	padding-left: 30px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.light-bg h3 {
	color: #2d2e2e;
}
#scrool-top {
	bottom: 50px;
	color: #fff;
	height: 40px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: opacity .3s ease;
	width: 40px;
	z-index: 9999;
	opacity: 1;
    visibility: visible;
}
#scrool-top .mkdf-btt-wrapper {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	top: 0;
	background: #567790 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 4px;
    left: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}
#scrool-top:hover .mkdf-btt-wrapper {
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.23);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
#scrool-top i {
	color: #fff;
	font-size: 20px;
}
.center {
	text-align:center;
}
.logo-bar a{
    background-color: unset !important;
}
.logo-bar a:hover{
    background-color: unset !important;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}

/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
	min-height: unset;
}
#navigation-max {
	transition: padding-top .6s, padding-bottom .6s;
	-webkit-transition: padding-top .6s, padding-bottom .6s;
}
.fixed-header {
    position: fixed;
    width: 100%;
    background: #eee;
    z-index: 99;
    transform: translateY(-42px) !important;
}
.aasd {
    transform: translateY(0);
    transition-duration: 0.65s;
}
.asd {
    min-height: 62px;
}
#navigation-max div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    top: 0;
	visibility: hidden;
	transition: padding-top .6s, padding-bottom .6s;
	-webkit-transition: padding-top .6s, padding-bottom .6s;
}
.visible-title {
    visibility: visible;
}

.top-wrapper {
	padding: 10px 0;
	background: #567790;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper ul li {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0 0 0 2px;
    color: #fff;
}
.top-wrapper ul li a {
	color: #fff;
	font-size:13px;
}
.top-wrapper ul li a:hover {
	opacity: 0.8;
}
.top-wrapper ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}
.top-wrapper ul li i {
	padding: 0 6px 0 0;
}
.top-wrapper .header-language-icons li {
	padding:0;
}
.header-language-icons {
	float: right;
}
.top-wrapper .header-social-icons li{
	padding: 0;
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height:30px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #567790;
	background:#fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.top-wrapper .header-social-icons li i{
	padding: 0;
}
.top-wrapper .header-language-icons li i {
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height:30px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #567790;
	background:#fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.top-wrapper .header-language-icons li i::before {
 font-size: 13px;
 display: block;
 -webkit-font-smoothing: antialiased;
}
.top-wrapper .header-language-icons li i:hover {
	background:#eee;
	color:#567790;
}
.top-wrapper .header-language-icons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
@-webkit-keyframes toRightFromLeft {
 49% {
 -webkit-transform: translate(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
 49% {
 -moz-transform: translate(100%);
}
 50% {
 opacity: 0;
 -moz-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toRightFromLeft {
 49% {
 transform: translate(100%);
}
 50% {
 opacity: 0;
 transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
.top-wrapper ul li i.fa-search {
	cursor: pointer;
}
ul.header-social-icons {
	display: inline-block;
	float: left;
}
.top-wrapper .top-right {
	margin: 3px 0 0;
	display: inline-block;
}
#search-form {
	right: 0;
	top: -10px;
	z-index: 10;
}
.top-wrapper ul li.search #search-form.open #search {
	width: 350px;
}
#search-submit {
	display: none;
}
.top-wrapper ul li.search #search-form #search {
	background-color: #f7f7f7;
	color: #878787;
	height: 50px;
	padding: 0 40px 0 25px;
	transition: all 0.3s ease 0s;
	width: 0;
	border: none;
	margin:0;
}
.top-wrapper ul li.search #search-form .close {
	color: #878787;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 8px;
}
.register-form, .login-form {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 42px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 368px;
	z-index: -99;
}
.register:hover .register-form, .login:hover .login-form {
	margin-top: 0;
	transform: rotateX(0deg);
	visibility: visible;
	z-index: 99999;
}
.top-wrapper h4 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
	font-weight: 600;
}
.top-wrapper input {
	color: #ababab;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
.top-wrapper .btn {
	background: #567790;
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}
.top-wrapper span {
	color: #333;
	margin: 0 0 10px;
	display: inline-block;
}
/*
================================================
5. Logo Bar
================================================
*/
.logo-bar {
	float: unset;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.affix .logo-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.contact-info {
	margin:15px 0 0 0;
	float: right;
}
.contact-info li {
	color: #999;
	display: inline-block;
	font-size: 12px;
	padding: 30px;
	vertical-align: top;
}
.contact-info li i {
	color: #567790;
	margin-right: 10px;
	border:solid 1px #c3c3c3;
	padding:5px 6px;
	font-size:18px;
}
.contact-info li p {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	display:inline-block;
	vertical-align:middle;
	line-height:18px;
}
.contact-info li p span {
	color:#7e7e7e;
	font-weight:600;
}
/*
================================================
6. Navigation
================================================
*/
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
.affix.navigation {
	box-shadow:0 2px 10px -3px #808080;
}
.navigation {
	padding: 0;
	float:left;
	width:100%;
	background-color: #567790;
	z-index:99;
	top:0;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-brand {
	padding:11px 0 0;
	height: auto;
	display:none;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a > i {
	margin-left: 5px;
}
.navbar-nav > li > a {
	padding: 12px 20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #4678a1;
	color: #fff;
}
.navbar-default .navbar-nav > li.mega-menu {
	color: #fff;
	position: inherit;
}
.navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu {
	background-color: #567790;
	padding: 0 15px;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav > li.mega-menu .list-unstyled {
	padding: 0 0 15px;
}
.navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu li a {
	color: #fff;
	display: block;
	line-height: 23px;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: transform;
}
.navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu li a:hover, .navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu li a:focus {
	transform: translateX(8px);
}
.mega-menu .menu-icon {
	padding: 0 10px 0 0;
}
.navbar-default .navbar-nav > li.mega-menu > ul {
	max-width: 100%;
	width: 100%;
}
.navbar-default .navbar-nav > li.mega-menu div.row div > ul > li > span {
	color: #567790;
	display: block;
	font-weight: 600;
	padding: 6px 15px 15px;
}
.navbar-default .navbar-nav > li.mega-menu div.row div {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	display: table-cell;
	float: none;
	margin: 0;
	padding: 15px 0 0;
	vertical-align: top;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: inherit;
	color: #567790;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #4678a1;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #4678a1;
}
.navbar-default .navbar-nav > ul > li > a:hove ul.dropdown {
 display:none !important;
}
.dropdown-menu > li > a {
	color: #fff;
	display: block;
	line-height: 23px;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
.dropdown-menu {
	top: 100%;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	background: #567790;
	border: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #4678a1;
	color: #fff;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.banner-wrapper .carousel-fade {
	position: relative;
	height: 500px;
}
.banner-wrapper .carousel-fade .carousel-inner .item {
	height: 500px;
}
.banner-wrapper .carousel-fade .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 12px;
	height: 12px;
}
.banner-wrapper .carousel-fade .carousel-indicators > li.active {
	width: 12px;
	height: 12px;
}
.hero {
	position: absolute;
    color: #fff;
    text-align: left;
    opacity: 1;
    max-width: 500px;
    min-width: 500px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    top: auto;
    bottom: 20%;
    background-position: center;
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 8px 0;
	display:inline-block;
	padding: 10px;
	font-family: 'Cambria', sans-serif;
	background:rgba(86, 119, 144, 0.45);
	color:#fff;
    min-width: 470px;
    max-width: 470px;
}
.hero h3 {
	font-family: 'Cambria', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	background:rgba(7, 10, 12, 0.8);
	color:#fff;
	text-transform:capitalize;
}
.banner-wrapper .carousel .owl-item.active .animated1 {
	animation: 1s ease-in 500ms normal both 1 running flipInX;
}
.banner-wrapper .carousel .owl-item.active .animated2 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
/* Slides backgrounds */
.carousel-fade .slides .slide-1, .carousel-fade .slides .slide-2, .carousel-fade .slides .slide-3 {
	height: 500px;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.carousel-fade .slides .slide-1:before, .carousel-fade .slides .slide-2:before, .carousel-fade .slides .slide-3:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}
/*
================================================
8. Inner Page Banner
================================================
*/
.inner-banner::before {
 background: #000;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.8;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.inner-banner {
	background-position: center center;
	background-size: cover;
	float: left;
	padding: 55px 0 50px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align:center;
}
.inner-banner h2 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 30px 0;
	font-weight:500;
}
#mega_main_menu.primary li.multicolumn_dropdown .mega_dropdown > li > .default-menu {
    color: #4678a1;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
	border: 1px solid #4678a1;
    background: #fff;
}
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text {
	color: #444444;
	font-weight: 500;
	text-transform: unset;
}
#mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text:hover {
	color: #567790;
}
#mega_main_menu.primary li .mega_dropdown .item_link i {
	color: #4678a1;
	font-weight: 500;
	font-size: 12px;
}
.inner-breadcrumb ul li:first-child::before {
	display: none;
	font-size: 0;
}
.inner-breadcrumb ul li::before {
	color: #fff;
	content: "/ ";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.inner-breadcrumb ul li {
	display: inline-block;
	padding: 0 8px 0 14px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.inner-breadcrumb ul li:last-child {
	font-weight:600;
	color:#ccc;
}
.inner-breadcrumb ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.inner-breadcrumb ul li a:hover {
	color: #567790;
}
/*
================================================
9. About Section
================================================
*/
.about-us {
	padding:50px 0 50px;
	width:100%;
	float:left;
}
.about-us h6 {
	border-bottom: 1px solid #567790;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
	position:relative;
	color:#567790;
	font-size: 2rem;
}
.about-us h6 span {
	color:#444444;
}
.about-us h6::before {
 background: #567790;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px;
 position: absolute;
 width: 80px;
}
.about-us img {
	width:auto;
}
.about-us p {
	margin:0 0 12px 0;
	font-size:14px;
}
.about-us a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding:8px 20px;
	margin:10px 0 0 0;
	font-size:14px;
	color:#567790;
	border:solid 1px #567790;
}
.about-us a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #567790;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.about-us a:hover, .about-us a:focus, .about-us a:active {
	color: #fff;
}
.about-us a:hover:before, .about-us a:focus:before, .about-us a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
10. Callouts
================================================
*/
.callouts-wrapper {
	padding: 50px 0 50px;
	width: 100%;
	float: left;
	background:#f7f7f7;
}
.callouts-wrapper h2::after {
 background-color: #567790;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.callouts-wrapper h2 {
	color: #567790;
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.callouts-wrapper h2 span {
	color:#444444;
}
.callouts-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper .callouts {
    margin: 30px 0 0 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    float: left;
    height: 120px;
    width: 100%;
    transition-duration: .25s;
}
/*.callouts-wrapper .wow:nth-child(5) .callouts {*/
/*    background: #567790;*/
/*}*/
/*.callouts-wrapper .wow:nth-child(5) .callouts a span {*/
/*    color: #fff;*/
/*}*/
/*.callouts-wrapper .wow:nth-child(5) .callouts i {*/
/*    color: #fff;*/
/*}*/
.callouts:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px #ddd;
	transition-duration: .35s;
}
.icon img{
    height: 30px;
    width: 30px;
    filter: invert(46%) sepia(37%) saturate(368%) hue-rotate(163deg) brightness(90%) contrast(93%);
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin:0;
	padding: 0;
}
.callouts-wrapper .callouts:hover a {
	color: #567790;
}
.callouts-wrapper .callouts:hover i {
	color: #567790;
}
.callouts-wrapper .callouts .icon {
	display:table-cell;
	padding:30px 0;
	border-right:1px dashed #d7d7d7;
	min-width: 20%;
    max-width: 20%;
    min-height: 100px;
	float: left;
	text-align: center;
}
.callouts-wrapper .callouts:hover .icon {
	background-color: #567790;
}
.callouts-wrapper .callouts .content {
	display:table-cell;
	vertical-align:middle;
	padding:0;
	float: left;
    min-height: 120px;
	width: 80%;
	position: relative;
}
.callouts-wrapper .callouts:hover .content {
	background-color: #567790;
	color: #ffffff;
}
.callouts-wrapper .callouts i {
	color: #567790;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
}
.callouts-wrapper .callouts:hover i {
	color: #ffffff;
}
.callouts-wrapper .callouts a span {
    font-size: 16px;
    font-weight: 600;
    color: #567790;
    margin: 0;
    max-height: 120px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    padding-left: 20px;
    line-height: 22px;
}
.callouts-wrapper .callouts:hover a span {
	background-color: #567790;
	color: #ffffff;
}

/*
================================================
11. Satisfied-wrapper
================================================
*/
.satisfied-wrapper {
	padding: 100px 0 98px;
	width: 100%;
	float: left;
	text-align: center;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #567790;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	font-weight: 600;
}
.satisfied-wrapper h2 span {
	color:#444444;
}
.satisfied-wrapper h2:after {
	background-color: #567790;
	content: "";
	display: block;
	height: 2px;
	margin: 14px auto 0;
	width: 80px;
}
.satisfied-wrapper .counter{
	margin-top: 35px;
}
.satisfied-wrapper .counter .number {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: #567790;
	font-weight: 700;
}
.satisfied-wrapper .counter i {
	width:100px;
	height:100px;
	line-height:100px;
	border-radius:100px;
	font-size:32px;
	color:#567790;
	border:solid 1px #567790;
}
.satisfied-wrapper .counter p {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #567790;
}
.satisfied-wrapper .statistics {
	float: left;
	margin: 35px 0 0;
	width: 100%;
}
/*
================================================
12. Call to Action
================================================
*/
.call-to-action {
	padding: 50px 0 50px;
	width: 100%;
	clear: both;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
	text-align:center;
}
.call-to-action:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.65;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.call-to-action h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.call-to-action p {
	margin-bottom: 20px;
	color:#fff;
}
.call-to-action .button-subscribe {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 15px 40px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	background: #567790;
	border: 0;
}
.call-to-action .button-subscribe:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #444;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.call-to-action .button-subscribe:hover, .call-to-action .button-subscribe:focus, .call-to-action .button-subscribe:active {
	color: #fff;
}
.call-to-action .button-subscribe:hover:before, .call-to-action .button-subscribe:focus:before, .call-to-action .button-subscribe:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
13. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 100px 0 80px;
	width: 100%;
	float: left;
	text-align: center;
}
.team-wrapper h2::after {
 background-color: #567790;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.team-wrapper h2 {
	color: #567790;
	font-weight: 600;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.team-wrapper h2 span {
	color:#444444;
}
.team-wrapper .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform:uppercase;
}
.team-wrapper .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.team-wrapper img {
	width: 100%;
	height: auto;
}
.team-wrapper .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}
.team-wrapper .img-box:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	content: '';
	    background-color: rgba(47, 80, 108, 0.64);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.team-wrapper .img-box:hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.team-wrapper .img-box .text-center {
	position: absolute;
	z-index: 2;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding:0 30px;
}
.team-wrapper .img-box:hover .text-center {
	opacity: 1;
}
.team-wrapper .owl-carousel .item {
	margin:0 15px;
}
.team-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-prev.jpg) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	border-radius: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position:absolute;
	top:50%;
	left:0;
}
.team-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-next.jpg) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	border-radius: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position:absolute;
	top:50%;
	right:0;
}
.team-wrapper .owl-pagination {
	display: none;
}
/*
================================================
14. Testimonials Wrapper
 ================================================
*/
.testimonials-wrapper {
	padding: 100px 0 95px;
	width: 100%;
	float: left;
	clear: both;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
}
.testimonials-wrapper:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.testimonials-wrapper p {
	text-align: center;
	margin: 0 0 30px;
	color: #c8c8c8;
	line-height: 22px;
	font-size:14px;
}
.testimonials-wrapper p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.testimonials-wrapper p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	display: inline-block;
	margin-left: 10px;
}
.testimonials-wrapper h2::after {
 background-color: #fff;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.testimonials-wrapper h2 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
	margin:0 15px;
}
.testimonials-wrapper .item img {
	text-align: center;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 40px;
	border: 2px solid #fff;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 50%;
}
.testimonials-wrapper h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 600;
}
.testimonials-wrapper h3 span {
	font-size: 13px;
	color: #777;
}
.testimonials-wrapper .owl-buttons {
	display: none;
}
/*
================================================
15. Sponsers
================================================
*/
.sponsers {
	padding: 100px 0 95px;
	width: 100%;
	text-align:center;
}
.sponsers h2::after {
 background-color: #567790;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.sponsers h2 {
	color: #567790;
	font-weight: 500;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	text-align: center;
}
.sponsers h2 span {
	color:#444444;
}
.sponsers .owl-buttons {
	display: none;
}
/*
================================================
16. Ineer Wrapper
================================================
*/
.inner-wrapper {
	float: left;
	width: 100%;
	background: #fff;
	padding: 100px 0
}
.inner-wrapper h2::after {
 background-color: #567790;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.inner-wrapper h2 {
	color: #567790;
	font-weight: 600;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.inner-wrapper span {
	color:#444444;
}
.inner-wrapper p {
	margin: 0;
	padding: 0 0 5px;
	line-height: 24px;
	font-size: 14px;
}
.inner-wrapper .inner-wrapper-main {
	width: 100%;
	padding: 0;
}
/*
================================================
17. Tables
================================================
*/
.table-custom {
	width: 100%;
}
.table-custom tbody tr:first-child {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #2d2e2e;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
}
.table-custom th, .table-custom td {
	padding: 13px 23px;
}
.table-custom tbody tr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e5e5e5 -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
}
.table-custom tbody tr:hover {
	background: #f5f5f5;
}
.striped tr:nth-child(even) {
 background-color: #f5f5f5
}
table.striped tr:hover {
	background: none;
}
table.striped tr:hover:nth-child(even) {
 background-color: #f5f5f5
}
.table-custom.table-dark tr th {
	background: #567790;
	color: #fff;
}
.table-custom.table-color tr th {
	background: #567790;
	color: #fff;
}
.table-custom.border, .border td, .border th {
	border: 1px solid #eee;
}
.table-custom.border tr:hover {
	background: none;
}
/*
================================================
18. Tabs
================================================
*/
/* Classic Tabs */
.classic-tab-panel {
	padding: 0 10px 5px;
}
.classic-tab-panel .tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 28px 2px 0;
	transition: all 0.2s ease-in 0s;
	position:relative;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li:after {
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 100%;
	transition: all 0.35s ease-in 0s;
	width: 0;
	z-index: 2;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li:hover:after {
	background:#567790;
	left: 0;
	width: 100%;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #2d2e2e;
	font-size: 18px;
	padding: 0 10px 5px;
	border-radius: 0;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open > a > i, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.open .dropdown-menu, .classic-tab-panel .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active {
	border-bottom: 1px solid #567790;
	position: relative;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #567790;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.classic-tab-panel .tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .classic-tab-panel .tabbable-line > .tab-content {
	padding-bottom: 0;
}
.classic-tab-panel .btn {
	background: #567790;
	color: #fff;
}
.classic-tab-panel .btn:hover {
	color: #fff;
}
/* Classic vertical tabs Tabs */
div.classic-vertical-tab-panel .nav > li > a {
	padding: 3px 20px 3px 0;
	font-size: 18px;
}
div.classic-vertical-tab-panel .nav > li > a:hover, div.classic-vertical-tab-panel .nav > li > a:focus {
	background: none;
}
div.classic-vertical-tab-panel .nav > li+ li {
	margin-top: 16px;
}
div.classic-vertical-tab-panel .nav > li:after {
	height: 0;
	left: 100%;
	margin-left: -1px;
	top: 50%;
	content: "";
	position:absolute;
	transition: all 0.35s ease-in 0s;
	z-index: 2;
}
div.classic-vertical-tab-panel .nav > li:hover:after {
	background: #567790;
	height: 100%;
	left: 100%;
	top: 0;
	width: 1px;
}
div.classic-vertical-tab-panel .nav-sidebar {
	margin-left: -3px;
	background-color: #fff;
	border: 0;
	border-right: 1px solid #eee;
	padding: 0;
	margin: 0 10px 0 0;
}
div.classic-vertical-tab-panel .nav > li.active {
	border-right: 1px solid #567790;
}
div.classic-vertical-tab-panel .nav > li.active > a {
	border: 0;
	color: #567790;
}
/* button tab panel */

.button-tab-panel .tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: none;
	padding: 15px 0;
}
.button-tab-panel .tabbable-line > .nav-tabs > li {
	margin: 0 2px 2px 0;
}
.button-tab-panel .nav > li > a {
	display: block;
	padding: 10px 32px;
	position: relative;
	font-size: 16px;
	background: none;
	color: #2d2e2e;
	border-radius: 8px;
	border: 2px solid #2d2e2e;
}
.button-tab-panel .tabbable-line > .nav-tabs > li {
	margin-right: 22px;
}
.button-tab-panel .tabbable-line > .nav-tabs > li:last-child {
	margin: 0;
}
.button-tab-panel .nav-tabs > li.active > a, .button-tab-panel .nav-tabs > li.active > a:focus, .button-tab-panel .nav-tabs > li > a:hover {
	background-color: #567790;
	border-color: #567790;
	border-image: none;
	border-style: solid;
	border-width: 2px;
	color: #fff;
}
.button-tab-panel .tabbable-line > .nav-tabs > li.active {
	border-bottom: 0px solid #567790;
	position: relative;
}
div.classic-vertical-tab-panel .nav > li.active > a {
	border: 0 none;
	color: #567790;
}
/* button vertical tab panel */
.button-vertical-tab-panel .nav > li {
	margin: 0 0 10px;
}
.button-vertical-tab-panel .nav > li > a {
	text-align: center;
	border: 2px solid #2d2e2e;
	border-radius: 8px;
}
.button-vertical-tab-panel .nav > li.active > a, .button-vertical-tab-panel .nav > li > a:hover {
	background-color: #567790;
	color: #fff;
	text-align: center;
	border: 2px solid #567790;
}
/*
================================================
19. Accordions us Page
================================================
*/
/* Modern Accordion  */
#accordion-first .accordion-group {
	margin-bottom: 10px;
	background:#f7f7f7;
	padding:10px;
	border-left: 2px solid #e3e3e3;
}
.accordion-inner {
	padding: 6px 0 0;
}
#accordion-first .accordion-heading {
	border-bottom: 0px none;
	font-size: 16px;
}
#accordion-first .accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0px !important;
	color: #567790;
	outline: medium none !important;
	text-decoration: none;
	font-weight: 600;
}
#accordion-first .accordion-heading .accordion-toggle.active {
	color: #567790;
}
#accordion-first .accordion-heading .accordion-toggle > em {
	color: #567790;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	float:right;
}
/* Classic Accordion  */
#accordion-first .classic .accordion-group {
	border: 1px solid #d7d7d7;
	background:none;
}
#accordion-first .classic .accordion-heading .icon-fixed-width {
	margin-top: -5px;
}
#accordion-first .classic .accordion-heading .accordion-toggle {
	padding: 0 !important;
}
/*
================================================
20. Forms Page
================================================
*/
/* Quick Contact */
.form {
	border-radius: 7px;
	padding: 6px 6px 6px 0;
}
.txt[type="text"], .txt[type="password"], .txt[type="email"], .txt[type="tel"] {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0 10px 5px;
	width: 100%;
}
.txt_3{
	margin: 10px 0 0;
	padding: 10px 0 10px 5px;
	width: 100%;
	height: 70px;
}
#contactFrm{
	max-height: 408px;
}
.txt2[type="submit"] {
	background: #567790;
	border: 1px solid #567790;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 35px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	width: 30%;
}
.txt2:hover {
	background: #fff;
	color: #2d2e2e;
	transition: all 0.5s ease 0s;
}
.social-login{float: left;}
/* Newsletter Subscribe  */
.subscirbe .sub {
	color: #333;
	font-size: 15px;
	padding: 20px 0 8px;
	text-align: center;
}
.subscirbe .sub span {
	color: #567790;
	font-weight: 600
}
.subscirbe .form input.form-control {
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666!important;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 70%;
	float: left
}
.subscirbe .form input.bttn {
	background: #567790;
	border: 1px solid #16a085;
	border-radius: 0 4px 4px 0;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 7px 10px 6px;
	text-align: center;
	width: 30%;
	cursor: pointer;
}
.form .social-icons {
	display:inline-block;
}
.form p {
	display:inline-block;
	margin:0 10px;
}
.form .social-icons li {
	list-style:none;
	display:inline-block;
	margin:0 3px;
}
.form .social-icons li i {
	font-size: 0px;
	width: 30px;
	height: 30px;
	line-height:30px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background:#406585;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.form .social-icons li i::before {
 font-size: 13px;
 display: block;
 -webkit-font-smoothing: antialiased;
}
.form .social-icons li i:hover {
	background:#567790;
	color:#fff;
}
.form .social-icons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
/*
================================================
21. Buttons
================================================
*/
.btn-shapes {
	text-align: center;
}
.btn-shapes .btn-primary {
	background: #567790;
	border: solid 1px #567790;
	margin-right: 15px;
	padding:12px 22px;
}
.btn-shapes .btn-primary:last-child {
	margin-right: 0;
}
.btn-shapes .btn-primary:hover {
	background: #2d2e2e;
	color: #fff;
}
.btn-shapes .btn-primary.btn-rectangle {
	border-radius: 0;
}
.btn-shapes .btn-primary.btn-roundcorner {
	border-radius: 8px;
}
.btn-shapes .btn-primary.btn-elipse {
	border-radius: 20px;
}
.btn-shapes .btn-primary.btn-small {
	padding:6px 22px;
}
.btn-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}
.btn-shapes .btn-primary i {
	padding: 0 3px;
}
.btn-shapes .social-buttons li {
	list-style:none;
	display:inline-block;
	margin:0 3px;
}
.btn-shapes .social-buttons li i {
	font-size: 0px;
	width: 40px;
	height: 40px;
	line-height:40px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background:#406585;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.btn-shapes .social-buttons li i::before {
 font-size: 14px;
 display: block;
 -webkit-font-smoothing: antialiased;
}
.btn-shapes .social-buttons li i:hover {
	background:#567790;
	color:#fff;
}
.btn-shapes .social-buttons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
/*
================================================
22. Lists
================================================
*/
.lists h2 {
	text-align:left;
	font-size:20px;
}
.lists h2:after {
	margin:14px 0;
}
.lists ul {
	margin:0 !important;
}
.lists ol {
	margin:0 0 0 18px !important;
}
.unordered-list ul li {
	list-style: none;
}
.unordered-list ul li::before {
 color: #000;
 content: "\f061";
 font-family: "FontAwesome";
 font-size: 14px;
 padding: 0 10px 0 0;
}
.unordered-list ul li + li {
	margin: 10px 0 0 0;
}
.ordered-list ol li {
	padding: 0 0 0 6px;
}
.ordered-list ol li + li {
	margin: 10px 0 0 0;
}
.lists .unordered-list.default-list ul {
	margin:0 0 0 18px !important;
}
.lists .default-list li {
	list-style:disc;
}
.lists .default-list li::before {
 content:"";
 padding-right:5px;
}
/*
================================================
23. Typography
================================================
*/
.inner-wrapper .typo hgroup h1, .inner-wrapper .typo hgroup h2, .inner-wrapper .typo hgroup h3, .inner-wrapper .typo hgroup h4, .inner-wrapper .typo hgroup h5, .inner-wrapper .typo hgroup h6 {
	margin: 0 0 20px 0;
}
.inner-wrapper .typo h4 {
	font-size: 20px;
}
.inner-wrapper .typo h5 {
	font-size: 18px;
}
.inner-wrapper .typo h6 {
	font-size: 16px;
}
.inner-wrapper .typo h1, .inner-wrapper .typo h2, .inner-wrapper .typo h3, .inner-wrapper .typo h4, .inner-wrapper .typo h5, .inner-wrapper .typo h6 {
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #000;
}
.inner-wrapper .typo h2:after {
	background:none;
	margin:0;
}
.inner-wrapper .typo p {
	margin: 0 0 20px 0;
}
.inner-wrapper-main.html-elements p {
	font-size:16px;
}
inner-wrapper-main.html-elements mark {
	background:#567790;
	color:#fff;
}
.inner-wrapper-main.html-elements .hover {
	color:#567790;
}
.inner-wrapper-main.html-elements .active {
	color:#a7a7a7;
}
.inner-wrapper-main.html-elements .underline {
	text-decoration:underline;
}
.inner-wrapper-main.html-elements .strike {
	text-decoration:line-through;
}
.inner-wrapper-main.image-styles {
	text-align:center;
}
.inner-wrapper-main.image-styles p {
	text-align:left;
	margin-bottom:15px;
}
.inner-wrapper-main.image-styles.img-center img {
	width:auto;
	margin:0 0 15px 0;
}
.inner-wrapper-main.image-styles img {
	width:100%;
	height:auto;
}
/*
================================================
24. Courses
================================================
*/
.inner-wrapper .courses {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	float:left;
	position:relative;
	margin:0 0 30px;
}
.inner-wrapper .courses .course-thumb {
	padding:0;
}
.inner-wrapper .courses .course-cnt {
	padding:20px 20px 0;
}
.inner-wrapper .courses .course-cnt i {
	color:#567790;
	padding:0 3px 0 0;
}
.inner-wrapper .courses .course-thumb img {
	-webkit-transition:350ms ease all;
	transition:350ms ease all;
	width:100%;
	height:auto;
}
.inner-wrapper .courses:hover .course-thumb img {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.inner-wrapper .courses:hover .course-cnt h3 {
	color:#567790;
}
.inner-wrapper .courses .course-cnt h3 {
	margin:0 0 15px 0;
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
}
.inner-wrapper .courses .course-cnt li {
	list-style:none;
	display:inline-block;
}
.inner-wrapper .courses .course-cnt .area-period {
	margin:0 0 22px 0;
}
.inner-wrapper .courses .course-cnt .area-period li {
	border:solid 1px #c2c2c2;
	padding:5px 10px;
	border-radius:5px;
	margin:0 10px 0 0;
}
.inner-wrapper .courses .course-cnt .price-and-seats {
	background:#f7f7f7;
	padding:15px;
	margin:20px -20px 0;
	border-bottom:solid 2px #567790;
}
.inner-wrapper .courses.new::before {
 background-color: #567790;
 color: #fff;
 content: "NEW";
 font-size: 12px;
 height: 45px;
 padding: 25px 5px 5px;
 position: absolute;
 right: 10px;
 text-align: center;
 top: 0;
 width: 40px;
 z-index: 2;
}
.inner-wrapper .courses.new::after {
 border-color: #567790 transparent transparent;
 border-style: solid;
 border-width: 12px 20px 0;
 content: "";
 height: 0;
 position: absolute;
 right: 10px;
 top: 45px;
 width: 0;
 z-index: 2;
}
.course-pagination {
	text-align:center;
}
.inner-wrapper .pagination {
	margin:0;
}
.inner-wrapper .pagination li {
	display:inline-block;
	margin:0 5px 0 0;
}
.inner-wrapper .pagination li a {
	padding:10px 16px;
}
.inner-wrapper .pagination > li > a:focus, .inner-wrapper .pagination > li > a:hover, .inner-wrapper .pagination > li > span:focus, .inner-wrapper .pagination > li > span:hover, .inner-wrapper .course-pagination a:hover span {
	background-color: #567790;
	color:#fff;
}
/*
================================================
25. Course Details
================================================
*/
.inner-wrapper .courses.course-details {
	box-shadow: none;
}
.inner-wrapper .courses.course-details .course-cnt {
	padding:0 0 0 20px;
}
.inner-wrapper .courses.course-details .course-cnt p {
	padding:0 0 12px 0;
}
.inner-wrapper .courses.course-details .course-cnt ul {
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	padding:10px 0;
}
.inner-wrapper .courses.course-details .course-cnt ul li {
	border: medium none;
	border-right:1px solid #c2c2c2;
	border-radius: 0;
	margin: 0;
	padding: 0 12px;
	vertical-align:middle;
}
.inner-wrapper .courses.course-details .course-cnt ul li strong {
	display:block;
	color:#567790;
}
.inner-wrapper .courses.course-details .course-cnt ul li:last-child {
	border:none;
}
.inner-wrapper .courses.course-details .course-cnt ul li a {
	background:#567790;
	padding:10px 30px;
	color:#fff;
}
.progress {
	height: 35px;
}
.progress .skill {
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
	color:#fff;
}
.progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
.progress-bar {
	text-align: left;
	transition-duration: 3s;
}
.inner-wrapper .download-services {
	margin:0;
	padding: 60px 0;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/cta-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	text-align: center;
}
.inner-wrapper .download-services::before {
 background: #000 none repeat scroll 0 0;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.8;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.inner-wrapper .download-services h3 {
	color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
}
.inner-wrapper .download-services a {
	background:#f5f5f5;
	color:#333;
	padding:5px 15px;
}
/*
================================================
26. News
================================================
*/
.inner-wrapper .news-info {
	margin:0 0 30px 0;
	background:#f7f7f7;
	border-bottom: 2px solid #567790;
}
.inner-wrapper .news-info:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inner-wrapper .news-info .news-thumb {
	margin:0 0 20px 0;
}
.inner-wrapper .news-info .news-thumb img {
	-webkit-transition:350ms ease all;
	transition:350ms ease all;
	width:100%;
	height:auto;
}
.inner-wrapper .news-info:hover .news-thumb img {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.inner-wrapper .news-info .news-cnt {
	padding:0 20px 20px;

}
.inner-wrapper .news-info .min-height{
	min-height: 251px;
}
.inner-wrapper .news-info h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.inner-wrapper .news-info h3 a{color: #567790;}
.inner-wrapper .news-info h3:hover a {
	color:#567790;
}
.inner-wrapper .news-info .news-tags {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}
.inner-wrapper .news-info ul.time {
	margin:12px 0 0 0;
}
.inner-wrapper .news-info ul {
	display:inline-block;
}
.inner-wrapper .news-info ul.tags li {
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 5px 10px;
}
.inner-wrapper .news-info ul.tags li:hover {
	background:#567790;
}
.inner-wrapper .news-info ul.tags li:hover a {
	color:#fff;
}
.inner-wrapper .news-info li {
	display: inline-block;
	list-style: outside none none;
	margin:0 6px 0 0;
}
.inner-wrapper .news-info li i {
	padding:0 3px 0 0;
}
.news-pagination {
	text-align:center;
}
.inner-wrapper .news-pagination a:hover span {
	color:#fff;
}
.inner-wrapper .news h2::before {
 background: #567790 none repeat scroll 0 0;
 bottom: 0;
 content: "";
 display: inline-block;
 height: 1px;
 position: absolute;
 width: 80px;
}
.inner-wrapper .news h2::after {
 background:none;
}
.inner-wrapper .news h2 {
	border-bottom: 1px solid #ccc;
	color: #567790;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	position: relative;
	text-align:left;
}
.inner-wrapper .news img {
	width:100%;
}
.inner-wrapper .news .meta {
	font-size:12px;
}
.inner-wrapper .news h3 {
	font-size:14px;
	color: #567790;
	margin:0 0 5px 0;
}
.inner-wrapper .sidebar #custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	margin:0 15px 24px 15px;
}
.inner-wrapper .sidebar #custom-search-input input {
	border: 0;
	box-shadow: none;
}
.inner-wrapper .sidebar #custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #fff;
	padding: 0 8px 0 10px;
}
.inner-wrapper .sidebar #custom-search-input span.input-group-btn {
	background:#567790;
	border-radius: 0 6px 6px 0;
}
.inner-wrapper .sidebar #custom-search-input .glyphicon-search {
	font-size: 23px;
}
.inner-wrapper .news .latest-blogs {
	margin:0 0 10px 0;
}
.inner-wrapper .news .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.inner-wrapper .news .latest-blog:last-child {
	border:none;
}
.inner-wrapper .news .meta-info {
	padding:0;
	margin:5px 0 0 0;
}
.inner-wrapper .news .meta-info h3 a {
	color:#567790;
}
.inner-wrapper .sidebar .meta-info h3 a:hover {
	color:#333;
}
.inner-wrapper .sidebar .unordered-list {
	float:left;
	width:100%;
}
.inner-wrapper .sidebar .unordered-list ul {
	margin:0 0 30px 0;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover {
	color:#333;
}
.inner-wrapper .news .unordered-list ul li::before {
 content: "\f105";
}
.inner-wrapper .sidebar .unordered-list ul li a {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	display:inline-block;
}
.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.inner-wrapper .sidebar .tags {
	float:left;
	width:100%;
}
.inner-wrapper .sidebar .tags li {
	display:inline-block;
	list-style:none;
	background:#f5f5f5;
	padding:5px 12px;
	margin:0 5px 5px 0;
}
.inner-wrapper .sidebar .tags li:hover {
	background:#567790;
}
.inner-wrapper .sidebar .tags li:hover a {
	color:#fff;
}
.inner-wrapper .sidebar .download-services {
	margin:5px 0 30px;
	padding: 60px 0;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/testimonials-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	text-align: center;
}
.inner-wrapper .sidebar .download-services::before {
 background: #000 none repeat scroll 0 0;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.8;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.inner-wrapper .sidebar .download-services h3 {
	color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
}
.inner-wrapper .sidebar .download-services a {
	background:#f5f5f5;
	color:#333;
	padding:5px 15px;
}
.inner-wrapper .grid-news .news-info .news-cnt ul.time {
	margin:0 0 10px 0;
}
/*News Post*/
.inner-wrapper .news-post .news-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.inner-wrapper .news-post .news-info:hover {
	box-shadow:none;
}
.inner-wrapper .news-post .news-info h3 {
	font-size: 24px;
}
.inner-wrapper .news-post .news-info .news-cnt {
	padding:0 0 20px;
}
.inner-wrapper .news-post .comments {
	margin: 0 0 30px;
}
.news-post .btn:hover {
	background: #567790 none repeat scroll 0 0;
	color: #fff;
}
/*
================================================
27. About us Page
================================================
*/
.about-edu h2 {
	text-align:left;
	margin-bottom:30px;
}
.about-edu h2::after {
margin:14px 0 0;
}
.about-edu p {
	margin:0 0 15px 0;
}
.about-edu .unordered-list {
	margin:20px 0 0 0;
}
.about-edu img {
	width:100%;
	height:auto;
}
.about-edu .about-callouts {
	margin:60px 0 0 0;
	float:left;
	width:100%;
}
.about-edu .about-callout {
	text-align:center;
	padding:60px;
	background:#f7f7f7;
	border: 1px solid #f7f7f7;
}
.about-edu .about-callout.white {
	background:#fff;
}
.about-edu .about-callout h4 {
	color:#567790;
}
.about-edu .no-space-right {
	padding-right:0;
}
.about-edu .no-space-left {
	padding-left:0;
}
/*
================================================
28. Comming Soon
================================================
*/
body.comming-soon {
	background-image:url(../images/comming-soon-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	text-align:center;
}
.comming-soon .logo-bar {
	text-align:center;
}
.comming-soon .cmg-bg {
	background:#fff;
	margin:80px 0;
	padding:40px 20px;
	border:solid 3px #567790;
	float:left;
	width:100%;
}
.comming-soon h3 {
	font-size:30px;
	color:#567790;
	font-weight:600;
}
.comming-soon p {
	font-size:18px;
	margin:0 0 10px 0;
}
.comming-soon ul li {
	display:inline-block;
	list-style:none;
	font-size:20px;
	margin:0 10px 0 0;
	padding:0;
}
.comming-soon ul li span {
	display:inline-block;
	color:#567790;
	font-size:50px;
}
.comming-soon .social-buttons {
	margin:30px 0 30px 0;
}
.comming-soon .social-buttons li i {
	font-size: 0px;
	width: 40px;
	height: 40px;
	line-height:40px;
	padding:0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background:#406585;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.comming-soon .social-buttons li i::before {
 font-size: 14px;
 display: block;
 -webkit-font-smoothing: antialiased;
}
.comming-soon .social-buttons li i:hover {
	background:#567790;
	color:#fff;
}
.comming-soon .social-buttons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
.comming-soon .subscirbe {
	border-top:solid 1px #ccc;
}
.comming-soon .subscirbe p.sub {
	margin:0;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 60px;
	font-weight: bold;
	display: block;
	margin-bottom: -20px;
	color:#567790;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
}
/*
================================================
29. 404 Page
================================================
*/
.not-found {
	text-align:center;
}
.not-found h1 {
	color:#e5e5e5;
	font-size:100px;
	font-weight:700;
	font-family:"Cambria", sans-serif;
}
.not-found h2 {
	color:#444444;
}
.not-found a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding:12px 30px;
	margin:10px 0 0 0;
	font-size:14px;
	color:#567790;
	border:solid 1px #567790;
	text-transform:uppercase;
	font-weight:600;
}
.not-found a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #567790;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.not-found a:hover, .not-found a:focus, .not-found a:active {
	color: #fff;
}
.not-found a:hover:before, .not-found a:focus:before, .not-founda:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


    /*
    ================================================
    30. Gallery Page
    ================================================
    */
.gal-container {
	padding: 12px;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
	position:relative;
}
.gal-item::before {
 background: rgba(42, 47, 80, 0.8) none repeat scroll 0 0;
 bottom: -20px;
 content: "";
 left: -20px;
 opacity: 0;
 position: absolute;
 right: -20px;
 top: -20px;
 transition: all 0.35s ease-out 0.2s;
 visibility: hidden;
 z-index: 1;
}
.gal-item:hover::before {
 opacity: 1;
 transition-delay: 0s;
 visibility: visible;
}
.gal-item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align:center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gal-item:hover .caption, .gal-item:hover .caption {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.gal-item .caption::before, .gal-item .caption::before {
 bottom: 10px;
 content: "";
 left: 10px;
 position: absolute;
 right: 10px;
 top: 10px;
 transition: all 0.35s ease-out 0s;
}
.gal-item:hover .caption::before, .gal-item:hover .caption::before {
 bottom: 20px;
 left: 20px;
 right: 20px;
 top: 20px;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a i {
	color:#fff;
	font-size:30px;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/* Full Width Gallery  */
.gal-container.full-width {
	padding: 0;
	float:left;
}
.full-width .gal-item {
	padding: 0;
}
/* Masonry Gallery  */
.gal-container.masonry .gal-item .box {
	height:auto;
}

/*
================================================
31. Contact us page
================================================
*/
.padding0{padding: 0!important;}
.inner-wrapper.contact-wrapper {
	padding:30px 0 30px 0;
}
.contact-address {
	margin:60px 0 0 0;
	float:left;
	width:100%;
}
.contact-address .contact {
	text-align:center;
	padding:40px 30px;
	background:#f7f7f7;
	border: 1px solid #f7f7f7;
	min-height:234px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-address .contact:nth-child(2) {
	background:#fff!important;
}
.contact-address .contact:nth-child(3) {
	background:#fff!important;
}
@media (max-width: 767px) {
	.contact-address .contact:nth-child(3) {
		background:#f7f7f7!important;
	}
	.contact-address .contact:nth-child(4) {
		background:#fff!important;
	}
}
.contact-address .contact h4 {
	color:#567790;
}
.contact-address .contact i {
	font-size:32px;
	color:#567790;
	margin:0 0 20px 0;
}
.contact-address .contact span {
	text-transform:uppercase;
	font-size:12px;
}
.contact-address .no-space-right {
	padding-right:0;
}
.contact-address .no-space-left {
	padding-left:0;
}
.contact-address .form::before {
 background: #000;
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.8;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.contact-address .form {
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-size: cover;
	float: left;
	padding:30px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align:center;
}
div#google-map {
	width: 100%;
}
div#google-map iframe {
	height: 300px;
	width: 100%;
	border:none;
}
/*
================================================
32 .Footer
================================================
*/
footer {
	background: #f1f1f1;
	margin: 0;
	padding: 25px 0 0 0;
	width: 100%;
	float: left;
}
footer img {
	width:100%;
	height:auto;
}
footer .subscirbe-form {
	padding-right: 0
}
footer h6 {
	border-bottom: 1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	position:relative;
	font-size:18px;
	color:#567790;
	font-weight:500;
}
footer h6::before {
	background: #567790;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	width: 80px;
}
footer .contactus {
	margin-right:40px;
}
footer .contactus ul li {
	list-style:none;
	padding:0 0 15px 0;
}
footer .contactus ul li i {
	font-size:18px;
	color:#567790;
	padding:0 10px 0 0;
}
footer .contactus ul li a {
	color:#2d2e2e;
}
footer .contactus ul li a:hover {
	color:#567790;
}
footer .subscirbe .sub {
	color: #333;
	font-size: 15px;
	padding: 0;
	font-family: Raleway, sans-serif;
	text-align: left;
}
footer .subscirbe .sub span {
	color: #567790;
	font-weight: 600
}
footer .subscirbe .form input.form-control {
	background: #2d2e2e;
	border: 1px solid #000;
	border-radius: 4px 0 0 4px;
	color: #666!important;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 68%;
	float: left
}
footer .subscirbe .form input.bttn {
	background: #567790;
	border: 1px solid #567790;
	border-radius: 0 4px 4px 0;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 5px 10px 4px;
	text-align: center;
	width: 30%;
	cursor: pointer;
}
div.footer-wrapper {
	background: #262934;
	padding: 25px 0;
	width: 100%;
	float: left;
	position:relative;
}
div.footer-wrapper p {
	color: #ccc;
	text-align: center;
	padding: 0;
	margin:0;
}
/*
================================================
33. Media Quries
================================================
 */
@media (min-width: 768px) {
	.gal-container .modal-dialog {
		width: 55%;
		margin: 50 auto;
	}
}
@media (max-width: 768px) {
	.gal-container .modal-content {
		height: 250px;
	}
	.border-right {
		border: unset !important;
	}
	.border-left {
		border: unset !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {
		padding: 12px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
	}
	.navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu li a {
		font-size:12px;
	}
	.abt-univ-des {
		margin-bottom: 30px;
	}
	.hero {
		left:35%;
	}
	.satisfied-wrapper .counter p {
		margin: 0 0 40px;
	}
	footer .contactus {
		margin-right:0;
	}
	.grid-wrapper [class*="col-"] p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	.inner-wrapper .courses .course-cnt .area-period li {
		margin: 0 5px 0 0;
		padding: 5px 8px;
		font-size:13px;
	}
	.inner-wrapper .courses.course-details .course-cnt ul li:last-child {
		display: block;
		margin: 33px 0 14px;
		text-align: center;
	}
	.inner-wrapper .download-services h3 {
		font-size:18px;
	}
	.inner-wrapper .news-info ul.time {
		margin:0 0 20px 0;
	}
	.inner-wrapper .news-info ul.tags {
		float:left !important;
	}
	.about-edu .no-space-right {
		padding:0;
	}
	.about-edu .no-space-left {
		padding:0;
	}
	.contact-address .no-space-right {
		padding:0;
	}
	.contact-address .no-space-left {
		padding:0;
	}
	.count-down .countdown-row .countdown-amount {
		font-size: 42px;
		margin-bottom: -10px;
	}
	.count-down .countdown-row .countdown-period {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
.logo-bar img {
	height: auto;
	width: 165px;
	margin: 0;
}
.jobs-cart .single-job-post {
    min-height: unset !important;
    max-height: unset !important;
}
.jobs-contact .footer-top h3 {
    font-size: 20px;
}
.social-share-container ul li {
    margin-top: 5px;
}
.jobs-title-title h3 {
	font-size: 26px !important;
	line-height: 30px !important;
}
.jobs-title-title h3 > span {
	font-size: 26px !important;
	line-height: 30px !important;
}
.navigation {
	background-color: #fff;
	padding: 0;
	display: none;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	padding: 20px 0 20px 15px;
	display:block;
}
button.navbar-toggle {
	display: block;
	margin: 26px 15px 0 0;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-nav > li > a {
	padding: 0 0 10px;
	display: inline-block;
}
header .navbar-default li.open > ul.dropdown-menu {
	display: block !important;
	margin: 0 0 15px;
	background: #567790;
}
.navbar-default .navbar-nav > li.mega-menu div.row div {
	display: inherit;
}
.navbar-default .navbar-nav > li.mega-menu ul.dropdown-menu {
	margin: 0 0 15px;
}
header .navbar-default .navbar-nav li.open > ul.dropdown-menu > li > a {
	position: relative;
	text-transform: none;
	color: #fff;
	padding: 7px 15px;
}
header .navbar-default .navbar-nav li.open > ul.dropdown-menu > li > a:hover {
	background-color: #567790 !important;
	color: #fff !important;
}
header .navbar-collapse, header.affix .navbar-collapse {
	max-height: 324px;
}
.navbar-collapse {
	background-color: #567790;
	float: none;
	padding-bottom: 5px;
	padding-top: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: inherit;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: inherit;
}
.navbar-nav {
	margin: 0;
	width: 100%;
}
.navbar-default .navbar-nav li a:hover ul.dropdown-menu {
	display: none !important;
}
.callouts-wrapper h2::after {
	left: 40%;
}
.about-us img {
	margin-top:30px;
}
.about-us h2 {
	font-size:24px;
}
.satisfied-wrapper {
	padding: 60px 0 20px;
}
.satisfied-wrapper .counter p {
	margin: 0 0 40px;
}
.hero {
	max-width: unset !important;
    min-width: unset !important;
	top: auto !important;
	bottom: 20% !important;
	height: unset !important;
}
.hero h3 {
    line-height: 22px;
}
.image-custom {
    display: none;
}
.subscribe-text input {
	width: 100% !important;
    height: 53px !important;
    padding-left: 15px !important;
	font-size: 16px !important;
	float: left !important;
	border: unset !important;
}
.subscribe-botton a {
	float: unset !important;
	padding: 14px 0 !important;
	font-size: 16px !important;
	width: 100% !important;
}
.team-wrapper-inner {
	margin: 0;
}
.banner-wrapper .carousel-fade {
	height: 200px;
}
.banner-wrapper .carousel-fade .carousel-inner .item {
	height: 200px;
}
.banner-wrapper .carousel-fadel .slides .slide-1, .banner-wrapper .carousel-fadel .slides .slide-2, .banner-wrapper .carousel-fade .slides .slide-3 {
	height: 200px;
}
.signup-wrapper h2 {
	font-size: 25px;
}
footer .footer-nav ul {
	width: 100%;
	margin-left: 0;
}
footer .subscirbe .form input.form-control {
	width: 60%;
}
footer .subscirbe .form input.bttn {
	width: 38%;
}
footer img {
	margin-bottom:30px;
}
footer .contactus {
	margin-bottom:15px;
	margin-right:0;
}
.inner-banner-heading {
	width: 100%;
}
.abt-univ-des {
	margin-bottom: 30px;
}
div#google-map iframe {
	height: auto;
}
.grid-wrapper [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.grid-wrappe [class*="col-"] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.classic-vertical-tab-panel .tab-content {
	padding-top: 40px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li {
	margin-right:15px;
}
.classic-tab-panel .tabbable-line > .nav-tabs > li > a {
	font-size:14px;
	font-weight:600;
	padding: 0 6px 5px;
}
.btn-shapes .btn-primary {
	min-width: 180px;
}
.btn-shapes .btn-primary:last-child {
	margin-right: 15px;
}
.button-tab-panel .tabbable-line > .nav-tabs > li {
	margin-right:6px;
}
.button-tab-panel .nav > li > a {
padding:10px 12px;
font-size:14px;
}
.services .callouts h2 {
text-align: center;
margin: 0 0 5px 0;
}
.affix .top-wrapper {
margin-top: -42px;
}
.top-wrapper .pull-right {
float:none !important;
text-align:center;
}
.inner-wrapper-main.image-styles img {
margin-bottom:20px;
}
.course-pagination .pagination li a {
padding: 4px 8px;
}
.inner-wrapper .courses.course-details .course-cnt ul {
padding:0;
}
.inner-wrapper .courses.course-details .course-cnt ul li {
	display:inline-block;
	width:100%;
	text-align:center;
	border-right:none;
	border-bottom:solid 1px #c2c2c2;
	margin:0;
	padding:10px 0;
}
.inner-wrapper .courses.course-details .course-cnt ul li:last-child {
 padding: 20px 0;
}
.inner-wrapper .courses.course-details .course-cnt {
padding:20px 0 0 0;
}
.inner-wrapper .news-info ul.tags li {
 margin: 0 4px 0 0;
 padding: 5px 8px;
}
.inner-wrapper .news-info ul.time {
 margin:0 0 20px 0;
}
.inner-wrapper .news-info ul.tags {
float:left !important;
}
.inner-wrapper-main.image-styles.img-center img {
width:100%;
}
.lists h2 {
margin:0 0 30px 0;
}
.lists .unordered-list {
 margin: 0 0 50px;
}
.inner-wrapper .news .meta-info {
padding: 5px 15px;
}
.inner-wrapper .news .latest-blog {
border:none;
}
.inner-wrapper .sidebar #custom-search-input {
margin-top:15px;
}
.about-edu .no-space-right {
padding:0;
}
.about-edu .no-space-left {
padding:0;
}
.comming-soon ul li {
margin: 0 5px 0 0;
}
.contact-address .no-space-right {
padding:0;
}
.contact-address .no-space-left {
padding:0;
}
.count-down .countdown-row .countdown-amount {
font-size: 32px;
margin-bottom: -10px;
}
.count-down .countdown-row .countdown-period {
font-size: 12px;
}
}
@media (max-width: 991px) {
	.hide-on-mobile a img {
		max-width: 200px;
		margin-top: 30px;
	}
}
/*----------------Config - More----------------*/
.comment-reply-title{
	border-bottom: 1px solid #ccc;
    color: #567790!important;
    font-size: 18px!important;
    font-weight: 600;
    padding: 0 0 20px;
    position: relative;
    text-align: left;
}
.comment-reply-title::before {
    background: #567790 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 80px;
}
.comment-respond{margin-top: 30px;}
span.reply a{color: #567790;}
.item-comment{margin-top: 20px;}
p.logged-in-as{padding-bottom: 20px;}
.logged-in-as a{font-weight: bold;}
.meta-info h3{font-weight: bold;margin-top: -5px!important;}
.comments h2{margin: 0 0 30px 0!important;}
.sidebar ul{list-style: none;}
.inner-wrapper .sidebar h2{margin:0 0 20px 0;}
.news-pagination:before{clear: both;}

.blog-section-3x .single-blog
{
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}
.news .single-blog {
    position: relative;
    margin-bottom: 30px;
}
.news-wrapper .media:hover {
    transform: translateX(-5px);
    transition-duration: .35s;
}
.alert-wrapper .media:hover {
    transform: translateX(5px);
    transition-duration: .35s;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
	align-items: flex-start;
	transition-duration: .5s;
}
.news .single-blog .media img {
    min-width: 200px;
    min-height: 231px;
    max-width: 200px;
    max-height: 231px;
    object-fit: cover;
}
.news .single-blog .media span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    background: rgba(86, 119, 144, 0.45);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 22px;
    text-align: center;
}
.rts {
	color: red;
}
.rst {
	color: red;
}
.news .single-blog .media .media-body {
    padding: 0 25px;
}
.news .single-blog .media .media-body a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align: left;
	padding: 5px;
	overflow: hidden;
	min-height: 60px;
	/*max-height: 60px;*/
}
.news .alert-wrapper .single-blog .media .media-body a{
    text-align: right;
}
.news .alert-wrapper .single-blog .media .media-body p{
	text-align: right;
	float: right;
	margin: 0;
    overflow: hidden;
    min-height: 85px;
	max-height: 85px;
	width: 100%;
}
.news .news-wrapper .single-blog .media .media-body p{
	text-align: left;
	float: left;
	margin: 0;
	overflow: hidden;
	min-height: 85px;
	max-height: 85px;
	width: 100%;
}
.news .single-blog .media .media-body a:before {
    position: absolute;
    content: '';
    border: 1px solid #567790;
    width: 45px;
    bottom: 0;
}
.news{
    padding: 100px 0 95px;
    width: 100%;
    text-align: center;
    clear:both;
}
.news h5 {
    color: #567790;
    font-weight: 500;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
	text-align: center;
	font-size: 2rem;
}
.news span{
    color: #444444;
}
.col-6 {
    width: 50%;
    float: left;
}
.news h5::after{
    background-color: #567790;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 0;
    width: 80px;
}
.news h5.news-header::after{
	margin-left: 0;
}
.news h5.alert-header::after{
	margin-right: 0;
}
.news .alert-wrapper .single-blog .media span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    background: rgba(86, 119, 144, 0.45);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 22px;
    text-align: center;
}
.news .alert-wrapper .single-blog .media .media-body a:before {
    position: absolute;
    content: '';
    border: 1px solid #567790;
    width: 45px;
    bottom: 0;
    right: 5px;
}
.jumbotron {
    background-color: unset !important;
}
.textwidget img{
    width: 300px;
}
.jumbotron .footer-logo p {
    margin-top: 20px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 600;
}
.jumbotron .rechizite p{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
.image-custom{
	text-align: center;
	padding-top: 80px;
}
.alert-title{
	width: 100%;
}
.alert-title:hover a{
	background-color: transparent !important;
}
.alert-title a{
	width: auto;
	float: right;
}
.news-title{
	width: 100%;
}
.news-title:hover a{
	background-color: transparent !important;
}
.news-title a{
	width: auto;
	float: left;
}
/*
	Language picker
*/
.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	vertical-align: top;
	float: left;
	position: absolute;
	top: -8px;
	border: 1px solid #567790;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: auto;
	z-index: 11;
}

.languagepicker a{
	color: #000 !important;
	text-decoration: none !important;
}

.languagepicker li {
	display: block !important;
	padding: 0px 20px !important;
	line-height: 40px !important;
	border-top: 1px solid #EEE !important;
	color: #000 !important;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
	vertical-align: inherit;
}

.media:hover {
    background: rgba(86, 119, 144, 0.45);
    transition-duration: .5s;
}

.news-header{
	display: inline-block;
	float:left;
}
.alert-header{
	display: inline-block;
	float:right;
}

.language-item{
	font-size: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #567790;
    background: #fff;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.language-item:hover {
	background: #eee;
    color: #567790;
}
.language-item a:hover {
    background-color: transparent !important;
}

.language-item a {
    color: #567790 !important;
    width: 20px;
    height: 20px;
}
.inner-text	{
	font-size: 13px;
	color: #567790 !important;
	font-weight: 700;
}

.inner-text:hover{
	color: #567790;
}

#mega_main_menu.first-lvl-align-left > .menu_holder > .menu_inner > ul {
	text-align: right !important;
}

.btn-custom{
	background-color: #fff;
	border-color: rgba(86, 119, 144, 0.45);
}

.btn-custom:hover {
	background-color: #567790;
	color: #fff !important;
	border-color: #567790;
}

.button-left{
	float:left;
}

.button-right{
	float: right;
}

#search {
	height: 30px;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
	padding: 0 10px;
	font-size: 12px;
    color: #212529;
}

li.search{
	margin-top: 5px;
}

#search-form-container{
	float: right;
	width: 93%;
}
.useful-links{
	padding: 80px 0;
    float: left;
    width: 100%;
}

.useful-links .btn-custom{
	height: auto;
}

.useful-links h2{
	color: #567790;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    position: relative;
}

.useful-links h2 span {
    color: #444444;
}

.useful-links h2::after {
    background-color: #567790;
    content: "";
    display: block;
    height: 2px;
    margin: 14px auto 0;
    width: 80px;
}

.link-btn-r {
	float: right;
}

.ling-btn-l {
	float: left;
}

.call-to-action h4 {
	color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
	text-align: center;
	font-size: 2.5rem;
}

.map {
	border: none;
    display: contents;
}

.nav-tabs .nav-link {
    border: none;
}

.map a {
	color: #567790 !important;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
	position: relative;
	font-size: 2rem;
}

.map a > span {
    color: #444444;
}

.map a::after {
    background-color: #567790;
    content: "";
    display: block;
    height: 2px;
    margin: 14px auto 0;
	width: 80px;
	margin-bottom: 50px;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
#sponsers {
	display: block;
}
.slides a{
	display: inline-block;
	position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 25px 125px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
	background: #567790;
	overflow: hidden;
}
.slides .fa-long-arrow-alt-right{
	color: #fff;
	transform: translateX(100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 16px;

}
.slides a:hover .fa-long-arrow-alt-right{
	transform: translateX(70px);
}
.slides a:hover span{
	transform: translateX(-20px);
}
.slides a span{
	position: absolute;
	transform: translateX(0);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 11px;
}
.slides a:hover{
	color: unset;
}
.search-med{
	background-image: url("../img/meds2.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
}
.search-med .row{
	margin: 30px 0;
	padding: 20px 0;
}
.search-med a{
	margin: 0 15px;
    min-width: 290px;
    background: #567790;
    padding: 15px 40px;
    color: #fff;
}

.call-to-action .search-med-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 15px 40px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	background: #567790;
}
.call-to-action .search-med-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #444;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.call-to-action .search-med-btn:hover, .call-to-action .search-med-btn:focus, .call-to-action .search-med-btn:active {
	color: #fff;
}
.call-to-action .search-med-btn:hover:before, .call-to-action .search-med-btn:focus:before, .call-to-action .search-med-btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.search-med .col-sm-6 h4 {
	min-height: 117px;
	margin: 20px 0;
    text-transform: uppercase;
}
.raw-link a {
	display: block !important;
    vertical-align: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
    -webkit-backface-visibility: unset !important;
    backface-visibility: unset !important;
    -moz-osx-font-smoothing: unset !important;
    position: unset !important;
    -webkit-transition-property: unset !important;
    transition-property: unset !important;
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
    padding: 20px 0 !important;
    font-size: unset !important;
    color: #fff !important;
    text-transform: unset !important;
    background: unset !important;
}
.raw-link a:hover:before{
	-webkit-transform: unset !important;
    transform: unset !important;
    -webkit-transition-timing-function: unset !important;
    transition-timing-function: unset !important;
}
.border-right {
	border-right: 1px solid #567790;
}
.border-left {
	border-left: 1px solid #567790;
}

/* Owl-Carousel */
.owl-carousel.home-slider {
    z-index: 0;
    position: relative;
}
.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    position: relative;
}
.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    position: relative;
}
.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: 600px;
}
.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 18px !important;
    height: 18px !important;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #cccccc;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
    background: white;
}
.owl-carousel.home-slider .owl-dots .owl-dot span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50% !important;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.subscribe-text input{
	border: 1px solid #000;
    width: 70%;
    height: 62px;
    padding-left: 15px;
    float: right;
    font-size: 20px;
}
.subscribe-botton .button-subscribe {
	float: left;
}
.alert-header1 {
	display: none;
}
.btn-mobile {
	display: none;
}
@media (max-width: 320px){
	.subscribe-text input {
		height: 54px !important;
	}
	.subscribe-botton a {
		padding: 16px 0 !important;
		font-size: 14px !important;
	}
}
@media (max-width: 767px) {
	.alert-header {
		display: none;
	}
	.alert-header1 {
		color: #567790;
		font-weight: 600;
		margin: 60px 0 0 0!important;
		padding: 0;
		position: relative;
		text-align: center;
		display: inline-block;
		float: left;
	}
	.news .alert-wrapper .single-blog .media .media-body .read-more-announces, .news .news-wrapper .single-blog .media .media-body .read-more-news {
		display: none;
	}
	.news .single-blog .media span {
		bottom: 50% !important;
		left: 0;
	}
	.media {
		display: unset !important;
	}
	.news .single-blog .media img {
		height: 198px !important;
		width: 100% !important;
	}
	.news-wrapper {
		min-height: 380px;
    	max-height: 380px;
	}
	.news .single-blog .media .media-body {
		max-height: 199px;
		min-height: 199px;
	}
	.news .alert-wrapper .single-blog .media span {
		right: unset !important;
		bottom: 0 !important;
	}
}

#search-form-container .list-group {
    position: absolute;
    z-index: 2001;
    background: #fff;
    width: 250px;
    margin-left: -85px;
    margin-top: 15px;
}
#search-form-container .list-group .list-group-item {
	border-radius: unset;
	font-size: 13px;
	font-weight: 500;
    color: #2f506c;
}
.highlighted {
	color: #467fcf !important;
    font-weight: 700;
    margin: 0 !important;
    display: unset !important;
}
#search-form-container .list-group .list-group-item-action:hover {
	background: #f5f5f5;
}

#mega_main_menu li.default_dropdown > ul > li {
	background: none;
}

#mega_main_menu.primary li.default_dropdown > .mega_dropdown > li > .item_link:hover {
    background: none;
}

.collapse:not(.show) {
    display: unset !important;
}
#mega_main_menu.primary {
    min-height: 46px;
}
.navbar-max {
	float: right
}
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 46px;
}
/* new style */
.top-wrapper .container {
	min-height: 30px;
}
.contact-info li a{
	color: #7e7e7e;
}
.contact-info li a:hover{
	text-decoration: none;
}
.search input:focus, .search input:active {
    outline: none;
}
.nav-wrapper {
	float: left;
	width: 100%;
	background-color: #567790;
	display: none;
}
.nav-wrapper .row{
	float: right;
}
.nav-wrapper nav ul{
	padding: 20px 0;
	list-style: none;
	margin: 0;
}
.nav-wrapper nav ul li{
	display: inline;
}
.nav-wrapper nav ul li a{
	color: #fff;
	text-decoration: none;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 15px;
}
main a{
	background-color: transparent;
	text-decoration: none;
	color: #567790;
}
main a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #567790;
}
.breadcrumbs-wrapper {
	padding: 20px 0;
}
.breadcrumbs-wrapper hr{
	margin: 20px 0 0 0;
}
.image-wrapper{
	padding: 20px 0;
}
.image-container{
	min-height: 300px;
	max-height: 300px;
	width: 100%;
	overflow: hidden;
}
.image-container img{
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
}
.body-wrapper {
	padding: 20px 0;
}
.body-wrapper .sidebar-wrapper {
	border-left: 1px solid #567790;
}
.body-wrapper .main-wrapper h1{
	font-size: 30px;
	color: #567790;
	margin-bottom: 20px;
}
.body-wrapper .main-wrapper .created_at span{
	font-size: 13px;
	font-weight: 700;
	color: #567790;
}
.body-wrapper .main-wrapper .created_at i{
	font-size: 13px;
	color: #567790;
}
.body-wrapper .main-wrapper .category-name:hover i{
	transform: rotate(360deg);
}
.body-wrapper .main-wrapper .content-wrapper p {
	/*text-indent: 2rem;*/
}
.body-wrapper .sidebar-wrapper h3{
	color: #567790;
}
.body-wrapper .sidebar-wrapper .categories-wrapper {
	margin-bottom: 40px;
}
.body-wrapper .sidebar-wrapper .categories-wrapper ul{
	list-style: none;
}
.body-wrapper .sidebar-wrapper .categories-wrapper ul li{
    margin: 10px 0;
}
.body-wrapper .sidebar-wrapper .categories-wrapper ul li a{
	display: block;
	padding: 15px;
	background-color: #eee;
	color: #567790;
}
.body-wrapper .sidebar-wrapper .categories-wrapper ul li a:hover{
	background-color: #ddd;
	color: #000;
	transform: translateX(10px);
}
.body-wrapper .main-wrapper .category-name {
	text-align: right;
	padding-right: 10px;
}
.other-news-wrapper .other-news-background .other-news-image-container{
	display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.other-news-wrapper .other-news-background .other-news-image-container img{
	width: 88px;
	min-height: 70px;
	max-height: 70px;
	object-fit: cover;
	max-width: 390px;
}
.other-news-wrapper .other-news-background  {
	min-height: 90px;
	max-height: 90px;
	background-color: #eee;
	display: table;
	width: 100%;
	margin: 10px 0;
}
.other-news-wrapper a.other-news-background:hover{
	transform: translateX(10px);
	color: #000;
	background-color: #ddd;
}
.other-news-wrapper .other-news-background .other-news-heading {
    display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.other-news-wrapper .other-news-background .other-news-heading h6 {
	font-size: 14px;
    overflow: hidden;
	max-height: 48px;
	margin: 0;
	color: #666666;
}
.top-wrapper {
	display: none;
}
.contact-info .search{
	display: none;
}
.hide-on-mobile {
	display: none;
}
.display-on-mobile a{
	color: #567790;
	font-size: 12px;
	font-weight: 600;
}
.display-on-mobile a:hover,.display-on-mobile a:focus{
	text-decoration: none;
}
.display-on-mobile i{
	color: #567790;
	margin-right: 5px;
	font-size: 14px;
}
#header-sticky-wrapper {
    background-color: rgba(255,255,255,.9);
    position: relative;
}
@media(min-width: 1200px) {
	.search-nav .search {
		width: 60% !important;
	}
	ul.header-social-icons {
		float: none;
	}
	#search-form-container {
		width: 80%;
	}
}
@media(min-width: 769px){
	.nav-wrapper {
		display: block;
	}
	.top-wrapper {
		display: block;
	}
	.contact-info .search {
		display: inline-block;
	}
	.search-nav .search {
		display: inline-block;
		vertical-align: middle;
		width: 75%;
	}
	.search-nav .search i {
		color: #fff;
		border: solid 1px #c3c3c3;
		padding: 5px 6px;
		font-size: 18px;
	}
	.search-nav .search .search-icon-button {
		position: absolute;
		left: 10px;
		border: 0;
		background: transparent;
		outline: 0;
	}
	#search-form input {
		margin: 0;
	}
	.hide-on-mobile {
		display: block;
	}
	.logo-bar {
		float: left;
	}
	.display-on-mobile {
		display: none;
	}
	.main-menu {
		display: none;
	}
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 15px;
	z-index: 999;
	top: 12px;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
  }

  @media (max-width: 767px) {
	header {
		min-height: unset !important;
	}
	.hero h1 {
		font-size: 28px;
	}
  }

  #mobile-nav-toggle i {
		color: #567790;
		font-weight: 900;
  }

  @media (max-width: 960px) {
	#mobile-nav-toggle {
	  	display: inline;
	}
	#nav-menu-container {
	  	display: none;
	}
  }

  /* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background-color: #fff;
	left: -300px;
	width: 300px;
	overflow-y: auto;
	transition: 0.4s;
}
form input[type="search"] {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidr-class-mobile-searchform button {
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    background-color: transparent !important;
    color: #555;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidr-class-mobile-searchform {
    position: relative;
    margin: 30px 20px 0;
}
  #mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }

  #mobile-nav ul li {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.035);
  }

  #mobile-nav ul li a {
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 12px 22px 12px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 600;
  }

  #mobile-nav ul li a:hover {
	color: #fff;
  }

  #mobile-nav ul li li {
	padding-left: 30px;
  }

  #mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #555;
  }

  #mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #8a90ff;
  }

  #mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
  }
  #mobile-nav ul li img {
	vertical-align: unset !important;
	width: 16px;
    height: 11px;
}
  /* Mobile Nav body classes */
  body.mobile-nav-active {
	overflow: hidden;
  }

  body.mobile-nav-active #mobile-nav {
	left: 0;
  }

  body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
  }
  @media (max-width: 673px) {
	#logo {
	  margin-left: 20px;
	}
  }

  #header #logo h1 {
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
  }

  #header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
	padding-left: 10px;
	border-left: 4px solid #8a90ff;
  }

  #header #logo img {
	padding: 0;
	margin: 0;
  }

  @media (max-width: 768px) {
	#header #logo h1 {
	  	font-size: 28px;
	}
	#header #logo img {
	  	max-height: 50px;
	}
	.logo-bar {
		padding: 10px 0 !important;
	}
	.main-menu {
		border: 1px solid #eee;
	}
	.row-max-mobile {
		padding: 5px;
	}
	.subscribe-botton .button-subscribe {
		float: none !important;
		margin-top: 15px;
	}
	.search-med .col-sm-6 h4 {
		font-size: 34px !important;
	}
	.call-to-action .search-med-btn {
		font-size: 14px;
	}
  }
  @media(min-width: 768px){
	  #header .fixed-header {
		  transform: translateY(0) !important
	  }
	  header {
		  min-height: 174px;
	  }
  }

.social-share-heading {
	padding: 20px;
	margin-bottom: -30px;
	text-align: center;
}
.social-share-heading span {
	padding: 10px 20px;
	background-color: #fff;
}
.social-share-container {
	background-color: #fff;
	padding: 20px;
	margin: 0;
	border: 1px solid #eee;
}
.social-share-container ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.social-share-container ul li {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	background-color: #eee;
	padding: 5px;
	transition-duration: 0.5s;
}
.social-share-container ul .btn-facebook:hover {
	background-color: #3b5998;
}
.social-share-container ul .btn-pinterest:hover {
	background-color: #e60023;
}
.social-share-container ul .btn-twitter:hover {
	background-color: #1da1f2;
}
.social-share-container ul .btn-rss:hover {
	background-color: #fb6405;
}
.social-share-container ul li:hover a {
	color: #fff;
}
.social-share-container ul li a {
	padding: 5px 20px;
	color: #666666;
}
.news-navigation {
	margin: 40px 0;
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.news-navigation .previous-post, .news-navigation .all-posts, .news-navigation .next-post {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	border: 1px solid #567790;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
.news-navigation .previous-post a, .news-navigation .all-posts a, .news-navigation .next-post a {
	padding: 12px 30px;
}
.news-navigation .previous-post-container {
	text-align: left;
}
.news-navigation .all-posts-container {
	text-align: center;
}
.news-navigation .next-post-container {
	text-align: right;
}
.news-navigation .previous-post a p, .news-navigation .all-posts a p, .news-navigation .next-post a p {
	display: inline-block;
	margin: 0;
	transition-duration: .5s;
}
.news-navigation .previous-post a i, .news-navigation .all-posts a i, .news-navigation .next-post a i {
	transition-duration: .5s;
}
.news-navigation .previous-post a:hover i{
	transform: translateX(-5px);
}
.news-navigation .previous-post a:hover p{
	transform: translateX(10px);
}
.news-navigation .previous-post a i{
	transform: translateX(-100px);
}
.news-navigation .previous-post a p{
	transform: translateX(-9px);
}
.news-navigation .all-posts a:hover i{
	transform: translateY(3px);
}
.news-navigation .all-posts a:hover p{
	transform: translateY(-100px);
}
.news-navigation .all-posts a i{
	transform: translateY(-100px);
	position: absolute;
	left: 0;
	right: 0;
}
.news-navigation .all-posts a p{
	transform: translateY(0);
}
.news-navigation .next-post a:hover i{
	transform: translateX(5px);
}
.news-navigation .next-post a:hover p{
	transform: translateX(-10px);
}
.news-navigation .next-post a i{
	transform: translateX(100px);
}
.news-navigation .next-post a p{
	transform: translateX(9px);
}
.big-news-container {
	background-color: #eee;
	transition-duration: .5s;
	padding: 25px;
	margin-bottom: 40px;
}
.big-news-container:hover {
	background-color: #e7e7e7;
}

.big-news-container .image-container{
    position: relative;
    min-height: unset;
    display: inline-block;
    overflow: hidden;
}
.big-news-container .image-container img {
    min-height: 200px;
    max-height: 200px;
    max-width: 100%;
    width: 100%;
}
.big-news-container .image-container:hover .overlay {
    opacity: 0.5;
}
.big-news-container .image-container .overlay {
    position: absolute;
    opacity: 0;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
}
.big-news-container .title-container {
    /*max-height: 50px;*/
    overflow: hidden;
    margin: 10px 0;
    padding: 0 10px;
}
.big-news-container .title-container h5 {
	font-weight: 600;
}
.big-news-container .excerpt-container {
    max-height: 67px;
    overflow: hidden;
	padding: 0 10px;
}
.big-news-container .read-more-btn{
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 0;
	border: 2px solid #556790;
}
.big-news-container .read-more-btn:hover,
.big-news-container .read-more-btn:focus{
    box-shadow: none;
}
.big-news-container .read-more-btn:after {
    display: block;
    content: '';
    border-bottom: solid 3px #567790;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 50% 0;
}
.big-news-container .read-more-btn:hover:after {
    transform: scaleX(1);
    transform-origin: 50% 0;
}
#custom-navigation .page-link {
    color: #567790;
}
.big-news-container .image-container .fa-search {
    transform: translate3d(0, 80px, 0);
    font-size: 40px;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 9;
}
.big-news-container .image-container:hover .fa-search {
    opacity: 1;
}
.posted-at-container {
    padding-top: 20px;
}
.posted-at-container a {
    display: inline-block;
}
.posted-at-container .posted-at-time,
.posted-at-container .posted-at-date {
	padding: 0 10px;
	color: #666666;
}
.breadcrumbs-wrapper span a {
	color: #666666;
}
.posted-at-container a:hover i {
    transform: rotateY(180deg);
}
#custom-navigation .page-item.active .page-link {
    color: #fff;
    background-color: #567790;
    border-color: #567790;
}
/* contact */
.hero-banner-sm {
	margin-top: 55px;
}
.hero-banner-sm .overlay-text h2 {
	color: #567790;
    font-weight: 500;
    padding: 0;
    position: relative;
	text-align: left;
	font-size: 40px;
	margin: 0;
}
.breadcrumb {
	background-color: unset;
	padding: 0;
	margin: 0;
}
.breadcrumb a {
	font-size: 16px;
	color: #567790;
}
.icon_home {
	margin-right: 5px;
	font-size: 18px;
}
.icon_right {
	font-size: 12px;
	margin-left: 5px;
	margin-right: 2px;
	color: #7e7e7e;
	font-weight: 600 !important;
}
.breadcrumb > li {
    display: inline-block;
}
.map-wrapper {
	width: 100%;
    overflow: hidden;
    height: 400px;
}
#form-contact {
	margin-top: 70px;
}
#form-contact .contact-title {
	color: #567790;
    font-weight: 500;
	font-size: 32px;
}
#form-contact .contact-title::before {
	border: 2px solid #567790;
	border-radius: 5px;
    width: 80px;
	top: 50px;
	position: absolute;
    content: '';
}
.contact_form {
	margin-top: 40px;
}
.contact_form textarea {
	border-radius: unset;
}
.contact_form input {
	height: 50px;
	border-radius: unset;
}
.contact_form .button-contactForm {
    padding: 12px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #567790;
	border: 0;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.contact_form .button-contactForm:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact_form .button-contactForm:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #444;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.contact-info-form .contact-info__icon i {
    color: #567790;
    font-size: 17px;
    margin-right: 10px;
    background: #fff;
    border: 2px solid #567790;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 35px;
    height: 35px;
	padding-top: 8px;
	text-align: center;
}
.contact-info-form:hover  .contact-info__icon i {
    box-shadow: 0px 0px 0px 3px #567790;
	background: #567790;
	border: 2px solid #fff;
	color: #fff;
}
.contact-info-form .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.contact-info-form .media-body h3 a {
	color: #567790;
}
.contact-info-form .media-body p {
	color: #999999;
	margin: 0;
}
.media-form {
	display: block;
	margin-bottom: 40px;
}
.contact-info-form .list-inline {
	margin: 0;
}
.media-form .media-body {
	display: inline-block;
}
.mt-contact-3 {
	margin-top: 3px;
}
.mt-contact-6 {
	margin-top: 6px;
}
#contact-news {
	padding-top: 70px;
}
.inset-xl-left-40 {
	padding-left: 30px;
}
.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f1f3f9;
    margin-bottom: 22px;
    border: none;
}

h6 + hr {
    margin-top: 9px;
}
.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #567790;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.list-inline > li {
    padding-right: 5px;
}
.list-inline-item {
    display: inline-block;
}
.icon-xxs.icon-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

a.icon {
    transition: .3s;
}
.icon-gray-light {
    background: #f1f3f9;
    color: #868686;
}
.icon:before {
    display: inline-block;
    position: relative;
}
.icon-circle {
	text-align: center;
    border-radius: 50%;
}
a.icon-circle.fa-facebook-f:hover {
    color: #ffffff;
    background: #0956b5;
}
a.icon-circle.fa-twitter:hover {
    color: #ffffff;
    background: #28d4f9;
}
a.icon-circle.fa-google-plus-g:hover {
    color: #ffffff;
    background: #e3401d;
}
a.icon-circle.fa-rss:hover {
    color: #ffffff;
    background: #f6981d;
}
.contact-info-form h6 {
	font-size: 18px;
}
.unit-spacing {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
	align-items: flex-start;
}
.medilife-tab-text p {
	text-indent: 2rem;
}
.about-info {
	margin: 70px 0 90px;
}
.about-info .range-amed {
	position: relative;
}
.about-info .range-amed img {
	border-radius: 5px;
	width: 320px;
	height: 320px;
}
.about-info .range-amed a {
	position: absolute;
	background: #567790;
	border-radius: 5px;
	right: -5px;
	font-size: 15px;
	width: 300px;
	bottom: 18px;
	display: block;
	padding: 15px 15px 14px 17px;
	color: #fff;
	transition: .2s ease-in-out;
	text-align: left;
	max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.range-amed .service-desc:hover {
    background: #272727;
	padding-left: 48px;
	font-size: 13px;
}
.range-amed .service-desc:before {
    content: '\f733';
    font-family: "Material Design Icons";
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .28s ease-in-out;
    -webkit-transform: translateX(-10px) scale(0);
    transform: translateX(-10px) scale(0);
    position: absolute;
    top: 8px;
    left: 16px;
}
.range-amed .service-desc:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
.medilife-tabs-content .nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
}
.medilife-tabs-content .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.medilife-tabs-content .nav-link.active {
    background-color: #567790;
    color: #ffffff;
    border-color: #567790;
}
.medilife-tabs-content .nav-link {
    padding: 15px 30px;
    background-color: #f0f0f0;
    display: block;
    border-radius: 0 !important;
    border: none;
    border-bottom: 20px solid #ffffff;
	font-size: 16px;
    color: #081f3e;
}
.medilife-tabs-content .medilife-tab-content {
    margin-top: 1px;
    border: 2px solid;
    border-color: #567790;
    padding: 30px;
}
.medilife-tab-text h2 {
	color: #567790;
	font-size: 24px;
}
.news .news-wrapper .single-blog .media .media-body .read-more-news {
    text-align: right;
    float: right;
	margin: 0;
	margin-top: -6px;
	color: #2d2e2e;
	font-size: 14px;
	min-height: unset;
}
.news .single-blog .media .media-body .read-more-news:before {
    position: absolute;
    content: '';
    border: 1px solid #567790;
    width: 45px;
    top: 30px;
}
.news .alert-wrapper .single-blog .media .media-body .read-more-announces {
    text-align: left;
    float: left;
	margin: 0;
	margin-top: -6px;
	color: #2d2e2e;
	font-size: 14px;
	min-height: unset;
}
.news .single-blog .media .media-body .read-more-announces:before {
    position: absolute;
    content: '';
    border: 1px solid #567790;
    width: 45px;
	bottom: 0 !important;
	left: 5px;
}
.home-icon {
	margin-right: 5px;
    font-weight: 600;
    font-size: 20px;
}
.jobs-title-title h3 {
	color: #567790;
	font-size: 2rem;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 500;
}
.jobs-title-title h3 > span {
	color: #444444;
	font-size: 2rem;
	line-height: 26px;
}
.jobs-title-title h3::after {
    background-color: #567790;
    content: "";
    display: block;
    height: 2px;
    margin: 14px auto 0;
    width: 80px;
}
.jobs-title-title p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.jobs-cart {
	margin-top: 50px;
}
.jobs-cart .single-job-post:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.jobs-cart .single-job-post {
    box-shadow: 0 0 6px 1px #ddd;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
	position: relative;
    min-height: 235px;
    max-height: 235px;
}
.about-info-jobs {
	margin: 70px 0 0;
}
.jobs-cart .single-job-post .address > h6 > i {
	color: #567790;
	margin-right: 5px;
}
.jobs-cart .single-job-post .address {
	width: 100%;
}
.jobs-cart .single-job-post .address > h6 {
    font-weight: 600;
}
.jobs-cart .single-job-post .address li {
    margin-bottom: 5px;
}
.jobs-cart .single-job-post .address li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900; content: "\f105";
	color: #567790;
	margin-right: 5px;
	margin-left: 15px;
}
.ul-jobs ul {
	list-style: none;
}
.jobs-contact {
	margin-top: 25px;
    background: rgba(0, 0, 0, 0) url(../img/slide2.png) center fixed;
}
.jobs-contact .hvbox-about{
    background: rgba(54, 61, 66, 0.9);
}
.jobs-contact .footer-top {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.jobs-contact .footer-top h3 {
	margin: 0;
	color: #fff;
}
.jobs-contact .footer-top h3 > span {
	color: #78acd4;
}
.button-box {
    display: flex;
    align-items: flex-end;
    width: 135px;
}
.button-box a.button {
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
}
.jobs-cart .info-jobs-name h6 {
	font-size: 18px;
	color: #567790;
}
.jobs-cart .info-jobs-name h6 > i {
	margin-right: 5px;
	color: #567790;
}
.jobs-cart .info-jobs-name p {
	font-size: 14px;
}
.jobs-cart .info-jobs-name p > i {
	color: #567790;
	margin-right: 5px;
}
.jobs-cart .info-jobs-name p > span {
	font-size: 14px;
	font-weight: bold;
}
.news-jobs {
	padding: 70px 0 60px !important;
}
.jobs-col {
	margin-top: 20px;
}
.info-hero i {
	font-size: 18px;
	color: #567790;
	margin-right: 10px;
}
.body-pages-info p {
	text-indent: 2rem;
    margin: 40px 0 0;
}
.medilife-tab-text ol ul li {
	margin-left: 30px;
}
.medilife-tab-text ol li {
	margin-left: 20px;
}
.result-no p {
	color: #fff;
	margin: 0;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:last-child {
	padding-right: 0;
}

/*------------------- 8.20. Gallery Image  -------------------*/
.vs-gallery-grid {
	position: relative;
	overflow: hidden;
}

.vs-gallery-grid:after, .vs-gallery-grid:before {
	content: '';
	position: absolute;
	left: 0;
	height: 50%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.8s;
	z-index: 1;
}

.vs-gallery-grid:before {
	bottom: 100%;
}

.vs-gallery-grid:after {
	top: 100%;
}

.vs-gallery-grid .gallery-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 4;
	color: rgb(255, 255, 255);
	font-size: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.vs-gallery-grid:hover .gallery-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.1s;
}

.vs-gallery-grid:hover::after {
	left: 50%;
}

.vs-gallery-grid:hover:before {
	right: 50%;
}


.image-scale-hover {
	overflow: hidden;
}

.image-scale-hover img {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	transform: scale(1.001);
}

.image-scale-hover:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*------------------- 6.1. Slick Slider -------------------*/
.slick-list.draggable {
	padding-left: 0;
	padding-right: 0;
}

.slick-track {
	min-width: 100%;
}

.slick-track img {
	display: inline-block;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
	line-height: 0;
}

.slick-dots li {
	line-height: 0;
	display: inline-block;
	margin-right: 10px;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	border: none;
	background-color: transparent;
	display: inline-block;
	background-color: #e5d8d8;
	text-indent: -99999px;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
}

.slick-dots .slick-active button {
	background-color: #000000;
}

/*Ticker css*/
.ticker-wrapper-h{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	background-color: #f81111;
	padding: 5px 10px;
}

.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 20s;
	color: #de1515;

}
.news-ticker-h:hover {
	animation-play-state: paused;
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-h li a {
	color: #ffffff;
	font-weight: bold;
	padding: 5% 0;
	font-size: 24px;
	margin-bottom: 0;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.imp-news-item {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
	background-color: #ffffff;
	transition-duration: .5s;
	margin-bottom: 40px;
}
.imp-news-title-container {
	position: absolute;
	padding: 24px 30px;
	opacity: 1;
	z-index: 10;
	top: 0;
	border: none;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	width: 100%;
}
a .imp-news-title-container:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: 0.5s;
}

.imp-news-title-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease 0s;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
}

.imp-news-title-inner p {
	color: #ffffff;
}

.imp-news-title-inner {
	position: absolute;
	bottom: 5px;
	right: 30px;
	left: 30px;
	transition: all .3s ease;
	width: 85%;
}


