﻿#preloader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
	transition: 0.3s ease opacity;
	text-align: center;
	width: 100%;
	height: 100%;
}

#preloader:before {
	content: "";
	width: 80px;
	height: 80px;
	border: 3px solid #f08d20;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation-name: LoaderCicle;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#preloader:after {
	content: "";
	width: 80px;
	height: 80px;
	border: 3px solid #f08d20;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation-name: LoaderCicle;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 1s;
}

@keyframes LoaderCicle {
	0% {
		width: 0;
		height: 0;
		opacity: 0;
	}

	10% {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	80% {
		width: 60px;
		height: 60px;
		opacity: 0.1;
	}

	100% {
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

a:hover,a:active {
	color: #f08d20;
	text-decoration: none;
}

.bg-secondary {
	background-color: #192f59 !important;
}

.bg-primary-light {
	background-color: #f5fafe !important;
}

.bg-primary {
	background-color: #f08d20 !important;
}

.primary-overlay[data-overlay-dark]:before,.primary-overlay[data-overlay-light]:before {
	background: #192f59;
}

.text-secondary {
	color: #192f59 !important;
}

.text-primary {
	color: #f08d20 !important;
}

.cursor-pointer {
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.md-width-200px {
		width: 200px;
	}
}

.scroll-to-top {
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	border-radius: 50%;
	background: #000;
	border: 1px solid #2a2a2a;
	width: 35px;
	height: 35px;
	line-height: 30px;
	z-index: 9999;
	outline: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all 0.3s ease;
}

.scroll-to-top i {
	color: #fff;
}

.scroll-to-top:hover {
	color: #232323;
	background: #fff;
}

.scroll-to-top:hover i {
	color: #232323;
}

.scroll-to-top:visited {
	color: #232323;
	text-decoration: none;
}

.butn {
	display: inline-block;
	font-size: 14px;
	padding: 11px 22px;
	background: #fff;
	border: 2px solid #192f59;
	border-radius: 25px;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 1px !important;
	color: #192f59;
	letter-spacing: .5px;
	line-height: 1.5;
	cursor: pointer;
	width: auto;
	font-weight: 600;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.butn:hover,.butn:active {
	background: #192f59;
	color: #fff;
	border-color: #192f59;
	box-shadow: rgba(0,0,0,0.3) 0px 3px 8px !important;
}

.butn:hover span,.butn:active span {
	color: #fff;
}

.butn:focus {
	background: #192f59;
	color: #fff;
	box-shadow: rgba(0,0,0,0.3) 0px 3px 8px !important;
	border-color: #192f59;
}

.butn:focus span {
	color: #fff;
}

.butn span {
	color: #192f59;
}

.butn i {
	vertical-align: middle;
}

.butn.primary {
	background: #f08d20;
	border: 2px solid #f08d20;
	color: #fff;
	width: auto;
}

.butn.primary:hover,.butn.primary:active {
	background: transparent;
	color: #f08d20;
	border-color: #f08d20;
}

.butn.primary span {
	color: #fff;
}

.butn.primary:hover span,.butn.primary:active span {
	color: #f08d20;
}

.butn.primary:focus {
	background: transparent;
	color: #f08d20;
	border-color: #f08d20;
}

.butn.primary:focus span {
	color: #fff;
}

.butn.primary:focus i {
	color: #f08d20;
}

.butn.primary i {
	color: #fff;
}

.butn.primary:hover i {
	color: #f08d20;
}

.butn.fill {
	background: #192f59;
	border: 2px solid #192f59;
	box-shadow: rgba(0,0,0,0.1) 0px 2px 1px !important;
	color: #fff;
}

.butn.fill:hover,.butn.fill:active {
	background: #fff;
	color: #192f59;
	border-color: #192f59;
}

.butn.fill:hover span,.butn.fill:active span {
	color: #192f59;
}

.butn.fill:focus {
	background: #fff;
	color: #192f59;
	border-color: #192f59;
}

.butn.fill:focus span {
	color: #192f59;
}

.butn.fill span {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.butn {
		padding: 9px 18px;
	}

	body {
		font-size: 14px;
		line-height: 26px;
	}
}

.list-style li {
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.list-style li:last-child {
	margin-bottom: 0;
}

.list-style li:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #192f59;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 2;
}

.list-style li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	width: 16px;
	height: 16px;
	background: rgba(78,84,200,0.35);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 1;
}

.list-style li:hover {
	padding-left: 40px;
}

.list-style2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-style2 li {
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.list-style2 li:after {
	content: '\f14a';
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #232323;
}

.list-style2 li:last-child {
	margin-bottom: 0;
}

.list-style3 {
	margin-bottom: 0;
}

.list-style3 li {
	text-align: center;
	margin-right: 5px;
	display: inline-block;
}

.list-style3 li:last-child {
	margin-right: 0;
}

.list-style3 li a {
	border: 1px solid #6f6f6f;
	color: #6f6f6f;
	border-radius: 35px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
}

.list-style3 li a:hover {
	background: #232323;
	color: #fff;
}

.navbar-nav>li>a {
	letter-spacing: 1px;
}

.navbar-nav li.current>a {
	color: #f08d20;
}

.navbar>ul>li.current>a:after {
	border-color: transparent #f08d20 #f08d20 transparent;
}

.attr-nav .search {
	margin-top: -5px;
}

.navbar>ul>li.has-sub>a:after {
	top: 30px;
}

.navbar>ul>li.current>a:after {
	border-color: transparent #f08d20 #f08d20 transparent;
}

.navbar ul ul li.active>a {
	color: #f08d20;
}

@media screen and (min-width: 992px) {
	.menu_area-light .navbar-nav li a {
		color: #6f6f6f;
	}

	.menu_area-light .navbar-nav li>ul {
		background: #fff;
	}

	.menu_area-light .navbar-nav>li>a {
		color: #fff;
	}

	.menu_area-light .navbar ul ul li.active>a {
		color: #f08d20;
	}

	.menu_area-light .navbar-nav li.has-sub a:hover {
		color: #232323;
	}

	.menu_area-light .navbar-nav li.current>a,.menu_area-light .navbar-nav li.active>a {
		color: #f08d20;
	}

	.menu_area-light .navbar .sub-title {
		color: #232323;
	}

	.menu_area-light .navbar-nav>li.has-sub>a:hover {
		color: #fff;
	}

	.menu_area-light .navbar>ul>li.has-sub>a:hover:after,.menu_area-light .navbar>ul>li.has-sub>a:after {
		border-color: transparent #fff #fff transparent;
	}

	.menu_area-light .navbar>ul>li.current>a:after {
		border-color: transparent #f08d20 #f08d20 transparent;
	}

	.menu_area-light.scrollHeader .navbar-nav>li>a {
		color: #232323;
	}

	.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
		color: #f08d20;
	}

	.menu_area-light.scrollHeader .navbar>ul>li.has-sub>a:after {
		border-color: transparent #232323 #232323 transparent;
	}

	.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
		border-color: transparent #f08d20 #f08d20 transparent;
	}

	.menu_area-light.scrollHeader .navbar-nav li.current>a {
		color: #f08d20;
	}

	.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
		color: #f08d20;
	}

	.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
		border-color: transparent #f08d20 #f08d20 transparent;
	}

	.menu_area-light.scrollHeader .navbar-nav li.active>a {
		color: #f08d20;
	}

	.menu_area-light.scrollHeader .navbar-nav li.active>a:hover {
		color: #f08d20;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-header-custom {
		padding: 12px 0 10px 0;
	}
}

@media screen and (max-width: 991px) {
	.attr-nav {
		margin-right: 63px;
	}

	.navbar-header-custom {
		padding: 4px 0 8px;
	}

	.navbar-nav>li>a {
		font-size: 13px;
	}

	.navbar-nav li.active>a {
		color: #f08d20;
	}

	.header-style1 .navbar-toggler,.navbar-toggler {
		background: #efefef;
	}

	.navbar ul ul li.active>a {
		color: #f08d20;
	}

	.navbar-toggler:after {
		border-top: 2px solid #f08d20;
		border-bottom: 2px solid #f08d20;
	}

	.navbar-toggler:before {
		background: #f08d20;
	}

	.navbar-toggler.menu-opened:after,.navbar-toggler.menu-opened:before {
		background: #f08d20;
	}

	.header-style1 .navbar-toggler {
		background: #f08d20;
	}

	.header-style1 .navbar-toggler:after {
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.header-style1 .navbar-toggler:before {
		background: #fff;
	}

	.header-style1 .navbar-toggler.menu-opened:after {
		background: #fff;
		border-bottom: none;
	}

	.header-style1 .navbar-toggler.menu-opened:before {
		background: #fff;
	}
}

.slider-fade .owl-item {
	height: 100vh;
	position: relative;
}

.slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.slider-fade .item .caption {
	width: 100%;
	padding: 0 15px;
	z-index: 9;
}

.slider-fade .owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.slider-fade .owl-theme .owl-nav {
	margin-top: 0;
}

.slider-fade .owl-nav i,.slider-fade .owl-nav span {
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	color: #fff;
	font-size: 36px;
	padding-top: 4px;
}

.slider-fade .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: inherit;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border: none;
	background: none;
	border-radius: 50px;
	left: 5vh;
	text-align: center;
	margin: auto;
	opacity: 0.3;
}

.slider-fade .owl-theme .owl-nav .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
	border: none;
	background: none;
	border-radius: 50px;
	top: 0;
	bottom: 0;
	left: inherit;
	right: 5vh;
	text-align: center;
	margin: auto;
	opacity: 0.3;
}

.slider-fade .owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
}

.slider-fade .owl-theme .owl-nav .owl-prev:hover {
	opacity: 1;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
	border: 2px solid #fff;
	background: none;
	width: 12px;
	height: 12px;
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span {
	background: #192f59;
}

@media screen and (max-width: 1199px) {
	.slider-fade .owl-carousel.owl-theme .owl-dots {
		bottom: 17vh;
	}

	.slider-fade .item {
		height: 86%;
	}
}

@media screen and (max-width: 991px) {
	.slider-fade .owl-theme .owl-nav .owl-next {
		right: 3vh;
	}

	.slider-fade .owl-theme .owl-nav .owl-prev {
		left: 3vh;
	}
}

@media screen and (max-width: 767px) {
	.slider-fade .owl-theme .owl-nav .owl-next {
		right: 1vh;
	}

	.slider-fade .owl-theme .owl-nav .owl-prev {
		left: 1vh;
	}

	.slider-fade .owl-nav i,.slider-fade .owl-nav span {
		font-size: 22px;
	}
}

.page-title-section {
	padding: 225px 0 150px;
	text-align: center;
}

.page-title-section h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page-title-section ul {
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
}

.page-title-section ul li {
	display: inline-block;
}

.page-title-section ul li:last-child a {
	color: #f08d20;
	opacity: 0.65;
}

.page-title-section ul li:after {
	content: '\f105';
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	font-family: Font Awesome\ 5 Free;
	padding: 1px 5px 0 10px;
}

.page-title-section ul li:last-child:after {
	content: none;
}

.page-title-section ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.page-title-section .active a,.page-title-section li.active:last-child a {
	color: #fff;
}

@media screen and (max-width: 1399px) {
	.page-title-section {
		padding: 200px 0 125px;
	}
}

@media screen and (max-width: 1199px) {
	.page-title-section {
		padding: 150px 0 85px;
	}

	.page-title-section h1 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media screen and (max-width: 991px) {
	.page-title-section {
		padding: 125px 0 50px;
	}

	.page-title-section h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.page-title-section ul {
		margin-top: 5px;
	}

	.page-title-section ul li a {
		font-size: 12px;
	}
}

.section-title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 0;
}

.section-title.left-center:after {
	margin: 0;
}

.section-title:after {
	content: "";
	width: 45%;
	height: 3px;
	background: #192f59;
	background: -moz-linear-gradient(left, #192f59 40%, #fff 100%);
	background: -webkit-linear-gradient(left, #192f59 40%, #fff 100%);
	background: linear-gradient(to right, #192f59 40%, #fff 100%);
	display: inline-block;
	border-radius: 5px;
	vertical-align: top;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
}

@media screen and (max-width: 991px) {
	.section-title.left-center:after {
		margin: 0 auto;
	}

	.section-title.left-center.sm-left:after {
		margin: 0;
	}
}

.testmonials-carousel .testmonial-text {
	padding: 45px 24px 75px;
	background: rgba(255,255,255,0.1);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.testmonials-carousel .testmonial-pic {
	margin-top: -40px;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	left: inherit;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	background: none;
	border: 2px solid #fff;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover {
	background: #fff;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover i,.testmonials-carousel .owl-carousel .owl-nav button.owl-next:hover span {
	color: #232323;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	right: inherit;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	background: none;
	border: 2px solid #fff;
	cursor: pointer;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover {
	background: #fff;
}

.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover i,.testmonials-carousel .owl-carousel .owl-nav button.owl-prev:hover span {
	color: #232323;
}

.testmonials-carousel .owl-nav i,.testmonials-carousel .owl-nav span {
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.testmonials-carousel .testmonial-text {
		padding: 30px 18px 60px;
		max-width: 560px;
	}
}

@media screen and (max-width: 767px) {
	.testmonials-carousel .testmonial-text {
		padding: 25px 15px 60px;
	}
}

.team-style {
	position: relative;
}

.team-style .team-pic {
	position: relative;
}

.team-style .team-pic:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient(90deg, rgba(25,47,89,0.92157) 0%, rgba(255,255,255,0.50196) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(25,47,89,0.92157) 0%, rgba(255,255,255,0.50196) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(25,47,89,0.92157) 0%, rgba(255,255,255,0.50196) 100%);
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-out .4s;
}

.team-style:hover .team-pic:after {
	opacity: 1;
	visibility: visible;
}

.team-style:hover .team-social-info {
	opacity: 1;
	visibility: visible;
	bottom: 88px;
}

.team-style .team-social-info {
	position: absolute;
	bottom: -52px;
	margin-bottom: 23px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-out;
	transition: .3s;
	right: 0;
	left: 0;
	padding: 0 15px;
	text-align: center;
}

.team-style:hover .team-social-info {
	visibility: visible;
	bottom: -52px;
}

.team-style .team-social-info ul {
	margin: 0px;
	padding: 0px;
}

.team-style .team-social-info ul li {
	display: inline-block;
}

.team-style .team-social-info ul li a {
	font-size: 14px;
	color: #fff;
	margin-right: 13px;
	transition: all ease-out .3s;
}

.team-style .team-social-info ul li a:hover {
	color: #f08d20;
}

.team-style .team-info {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(25,47,89,0.7);
	transition: all ease-out .6s;
	text-align: center;
}

.team-style:hover .team-info {
	background: transparent;
	bottom: 50px;
	border: 0;
}

.team-info .team-name {
	color: #fff;
	line-height: 1;
	margin: 0;
	margin-bottom: 10px;
}

.team-style:hover .team-info .team-name {
	color: #f08d20;
}

.team-info .team-position {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	color: #f08d20;
	letter-spacing: 1px;
	font-weight: 500;
}

.team-style:hover .team-info .team-position {
	color: #ffffff;
}

.progress-text {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.custom-progress {
	height: 4px;
	border-radius: 50px;
	box-shadow: none;
	margin-bottom: 15px;
}

.custom-bar {
	height: 100%;
	background-color: #f08d20;
	box-shadow: none;
}

.custom-bar-dark {
	height: 100%;
	background-color: #232323;
	box-shadow: none;
}

.progress-medium {
	height: 8px;
	border-radius: 50px;
	box-shadow: none;
}

.progress-bold {
	height: 12px;
	border-radius: 50px;
	box-shadow: none;
}

.profile-info .social-icon i {
	color: #f08d20;
	border: 1px solid #f08d20;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.profile-info .social-icon i:hover {
	background: #f08d20;
	color: #fff;
}

.social-icon ul li {
	display: inline-block;
	margin-right: 10px;
}

.profile-info h6 {
	color: #f08d20;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #192f59;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	-webkit-box-shadow: 0 5px 28px 0 rgba(50,50,50,0.1);
	-moz-box-shadow: 0 5px 28px 0 rgba(50,50,50,0.1);
	box-shadow: 0 5px 28px 0 rgba(50,50,50,0.1);
}

.owl-nav i,.owl-nav span {
	color: #232323;
	font-size: 18px;
	padding-top: 4px;
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-carousel .caption .overflow-hidden {
	display: inline-block;
}

.owl-carousel .caption h3 {
	font-weight: 200;
	animation-delay: 0.5s;
	position: relative;
	display: inline-block;
}

.owl-carousel .caption h1 {
	margin: 0;
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	animation-delay: 0.8s;
}

.owl-carousel .caption p {
	font-size: 18px;
	color: #eee;
	word-spacing: 2px;
	max-width: 800px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 100%;
	animation-delay: 1.2s;
}

.owl-carousel .caption span {
	display: inline-block;
	padding: .2em 0;
	vertical-align: middle;
}

.owl-carousel .caption .butn {
	animation-delay: 1.4s;
}

.owl-carousel .caption .butn i {
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 1399px) {
	.owl-carousel .caption h1 {
		font-size: 64px;
	}
}

@media screen and (max-width: 1199px) {
	.owl-carousel .caption h1 {
		font-size: 58px;
	}

	.owl-carousel .caption p {
		font-size: 16px;
		max-width: 700px;
	}
}

@media screen and (max-width: 991px) {
	.owl-carousel .caption h1 {
		font-size: 48px;
	}

	.owl-carousel .caption p {
		font-size: 16px;
		max-width: 600px;
	}
}

@media screen and (max-width: 767px) {
	.owl-carousel .caption h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.owl-carousel .caption h3 {
		letter-spacing: 1px;
	}
}

.accordion-style .card {
	background: transparent;
	box-shadow: none;
	margin-top: 0 !important;
	margin-bottom: 10px;
	border: none;
}

.accordion-style .card-header {
	border: 0px;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	background: none;
}

.accordion-style .btn-link {
	background: #192f59 !important;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
	color: #fff;
	position: relative;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-radius: 0;
	padding: 15px 50px 15px 15px;
	text-decoration: none;
	font-size: 15px;
}

.accordion-style .btn-link:hover {
	border: none;
	text-decoration: none;
}

.accordion-style .btn-link.collapsed {
	background: #fff !important;
	color: #616161;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.accordion-style .btn-link.collapsed:after {
	background: none;
	border: 1px solid #192f59;
	border-radius: 50%;
	content: "+";
	right: 15px;
	left: inherit;
	font-size: 18px;
	line-height: 24px;
	height: 25px;
	transform: none;
	width: 25px;
	top: 15px;
	color: #192f59;
	text-align: center;
	padding-left: 0;
	letter-spacing: -1px;
}

.accordion-style .btn-link:after {
	background: none;
	border: 1px solid #f08d20;
	border-radius: 50%;
	content: "-";
	right: 15px;
	left: inherit;
	font-size: 18px;
	height: 25px;
	line-height: 24px;
	transform: none;
	width: 25px;
	top: 15px;
	position: absolute;
	color: #f08d20;
	text-align: center;
	padding-left: 0;
	letter-spacing: -2px;
}

.accordion-style .card-body {
	padding: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.accordion-style .btn-link {
		font-size: 14px;
		padding: 12px 50px 12px 15px;
	}

	.accordion-style .btn-link:after,.accordion-style .btn-link.collapsed:after {
		top: 10px;
	}
}

ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li {
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
}

.resp-tabs-list li:last-child {
	margin-right: 0;
}

.resp-tabs-list li i {
	font-size: 20px;
	padding-right: 5px;
	vertical-align: text-bottom;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

.resp-tab-content {
	display: none;
	padding: 20px;
}

.resp-tabs-list li.resp-tab-active {
	border: 1px solid #192f59;
	border-bottom: none;
	border-color: #192f59 !important;
	margin-bottom: -1px;
	padding: 12px 14px 14px 14px;
	border-top: 4px solid #192f59 !important;
	border-bottom: 0px #fff solid;
	border-bottom: none;
	background-color: #fff;
	color: #192f59;
}

.resp-content-active,.resp-accordion-active {
	display: block;
}

.resp-tab-content {
	border: 1px solid #c1c1c1;
	border-top-color: #c1c1c1;
	float: left;
	width: 100%;
}

h2.resp-accordion {
	cursor: pointer;
	display: none;
	font-size: 14px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 14px 15px;
	float: left;
	width: 100%;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	background-color: #192f59 !important;
	color: #fff;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

.resp-arrow {
	border-color: transparent #192f59 #192f59 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
	border-color: #f08d20 transparent transparent #f08d20;
	border-style: solid;
	border-width: 1px 0 0 1px;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 7px;
}

.tab-style1 .resp-tabs-list {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.tab-style1 .resp-tabs-list li {
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0 15px 15px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	min-width: auto;
	color: #000;
	background: none !important;
}

.tab-style1 .resp-tabs-list li.resp-tab-active {
	border: 1px solid #f08d20;
	border-bottom: none;
	border-color: #f08d20 !important;
	margin-bottom: -1px;
	border-top: 4px solid #f08d20 !important;
	border-bottom: 0px #fff solid;
	border-bottom: none;
	background-color: #fff;
	color: #f08d20;
	color: #5e2ced;
	-ms-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-radius-top-left: 5px;
	-webkit-border-radius-top-left: 5px;
	-moz-border-radius-top-left: 5px;
	-o-border-radius-top-left: 5px;
	-ms-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-o-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.tab-style1 .resp-tabs-list li.resp-tab-active:after {
	content: "";
	background: #f08d20;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.tab-style1 .img-effect:hover {
	transform: translateY(-8px);
}

.tab-style1 .box-shadow-primary {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

@media screen and (min-width: 992px) {
	.tab-style1 ul.resp-tabs-list {
		text-align: center;
	}

	.tab-style1 ul.resp-tabs-list.text-left {
		padding-left: 15px;
	}

	.tab-style1 ul.resp-tabs-list li:last-child {
		margin-right: 0;
	}

	.tab-style1 ul.resp-tabs-list li.resp-tab-active {
		color: #f08d20;
	}

	.tab-style1 .resp-tab-content {
		margin-top: 40px;
		border: none;
		padding: 0;
	}
}

@media screen and (max-width: 991px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	h2.resp-accordion i {
		margin-right: 8px;
		font-size: 18px;
	}

	.resp-tabs-container {
		border-top: 1px solid #c1c1c1;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-tab-content {
		background-color: #fff;
	}

	.tab-style1 ul.resp-tabs-list {
		display: none;
	}

	.tab-style1 h2.resp-accordion {
		display: block;
	}

	.tab-style1 h2.resp-accordion i {
		margin-right: 8px;
		font-size: 18px;
	}

	.tab-style1 .resp-accordion-closed {
		display: none !important;
	}

	.tab-style1 .resp-tab-content {
		background-color: #fff;
	}
}

.about-section {
	margin-top: -175px;
}

.about-box {
	padding: 50px 38px 50px 50px;
	position: relative;
	z-index: 9;
	background: #fff;
	box-shadow: 0 2px 20px rgba(34,30,31,0.4);
}

@media screen and (max-width: 1199px) {
	.about-section {
		margin-top: -220px;
	}

	.about-box {
		padding: 40px;
	}
}

@media screen and (max-width: 767px) {
	.about-section {
		margin-top: -175px;
	}

	.about-box {
		padding: 25px;
	}
}

.courses-box {
	background-color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	margin: 0 15px 25px 15px;
}

.courses-box:hover {
	-moz-box-shadow: 0 10px 20px 0 rgba(50,50,50,0.12);
	-ms-box-shadow: 0 10px 20px 0 rgba(50,50,50,0.12);
	-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,0.12);
	-o-box-shadow: 0 10px 20px 0 rgba(50,50,50,0.12);
	box-shadow: 0 10px 20px 0 rgba(50,50,50,0.12);
}

.courses-desc {
	padding: 30px;
	position: relative;
}

.courses-box-bottom {
	padding: 15px 20px;
}

.courses-single-icon {
	margin-right: 20px;
	font-size: 14px;
	padding-right: 20px;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
}

.courses-box-bottom {
	border-top: 1px solid #efefef;
	text-align: right;
}

.courses-box-bottom .courses-icon {
	float: left;
}

.courses-single-icon:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.courses-box-bottom .courses-button a {
	font-weight: 600;
	color: #f08d20;
}

.courses-box-bottom .courses-button a:hover {
	color: #192f59;
}

@media screen and (max-width: 1199px) {
	.courses-area .owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px;
	}

	.courses-desc {
		padding: 25px;
		font-size: 14px;
	}

	.courses-single-icon {
		padding-right: 15px;
		margin-right: 15px;
	}

	.courses-box-bottom {
		padding: 15px;
	}

	.courses-box-bottom .courses-button {
		font-size: 14px;
	}
}

.comment-list-wrapper {
	margin-bottom: 30px;
}

.comment-list-wrapper:last-child {
	margin-bottom: 0;
}

.comment-list {
	display: flex;
	justify-content: space-between;
	padding: 30px 15px 25px;
	border-radius: 0;
	margin-bottom: 15px;
	position: relative;
	box-shadow: 9px 16px 46px 0px rgba(47,47,47,0.05);
	align-items: center;
	width: 100%;
}

.comment-list:last-child {
	margin-bottom: 0;
}

.comment-list .commnet_img {
	width: 80px;
}

.comment-list .commnet_img img {
	border-radius: 50%;
}

.comment-list .comment-text {
	padding: 0 15px 0 30px;
	width: 87%;
}

.comment-text .author_info {
	line-height: 14px;
}

.comment-text .author_info .author_name {
	font-size: 14px;
	font-weight: 600;
}

.comment-text .author_info span {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: block;
}

.comment-text .rating ul {
	margin: 0;
}

.comment-text .rating ul li {
	padding: 0 1px;
}

.comment-text .rating ul li i:before {
	font-size: 14px;
	color: #f08d20;
	margin-left: 0px;
}

.comment-text p {
	margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
	.comment-text .author_info {
		display: block !important;
	}

	.comment-list {
		display: block;
	}

	.comment-list .comment-text {
		width: 100%;
		padding: 0;
	}

	.comment-list .commnet_img {
		margin-bottom: 20px;
	}
}

.courses-feature ul li {
	padding: 5px 0;
}

.courses-feature ul li:first-child {
	padding-top: 0;
}

.course-details-icon {
	color: #f08d20;
	font-size: 26px;
	margin-right: 15px;
}

.course-details-content {
	width: calc(100% - 40px);
	margin-top: -3px;
}

.item.author .thumb,.item.author .desc {
	display: table-cell;
	vertical-align: middle;
}

.item.author .thumb h4,.item.author .desc h4 {
	margin-bottom: 0;
}

.item.author .thumb img {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 55px;
	margin-right: 10px;
	margin-top: -3px;
	padding: 2px;
	width: 55px;
}

.courses-feature ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.courses-feature ul li span i {
	color: #f08d20;
	margin-right: 10px;
}

.courses_price .price span {
	color: red;
	font-weight: 500;
	padding-right: 15px;
}

.courses_price .price .new_price {
	color: #f08d20;
	padding-right: 0px;
	letter-spacing: 1px;
}

.gallary-block {
	position: relative;
}

.gallary-block .position-relative {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.gallary-block img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.gallary-block:hover img {
	transform: scale(1.2);
}

.gallary-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}

.gallary-block:hover:before,.gallary-block:hover .popimg {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.gallary-block .popimg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
	font-size: 36px;
	z-index: 9;
	opacity: 0;
	width: 32px;
	height: 35px;
	margin: auto;
}

.gallary-block .popimg i {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.gallary-block .popimg:hover i {
	color: #f08d20;
}

.lg-backdrop {
	z-index: 99999;
}

.lg-outer {
	z-index: 999999;
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
	border-color: #f08d20;
}

.lg-progress-bar .lg-progress {
	background-color: #f08d20;
}

.lg-backdrop.in {
	opacity: 0.85;
}

.page-container .title {
	font-size: 250px;
	line-height: 1;
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.page-container .title {
		font-size: 200px;
	}
}

@media screen and (max-width: 991px) {
	.page-container .title {
		font-size: 125px;
	}
}

@media screen and (max-width: 767px) {
	.page-container .title {
		font-size: 75px;
	}
}

ul.countdown li {
	border-right: 1px solid #626262;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
}

ul.countdown li:last-child {
	border: medium none;
	padding-right: 0;
}

ul.countdown li span {
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	position: relative;
}

ul.countdown li span:before {
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}

ul.countdown li p.timeRefDays,ul.countdown li p.timeRefHours,ul.countdown li p.timeRefMinutes,ul.countdown li p.timeRefSeconds {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	ul.countdown li {
		padding: 0 6px;
	}

	.social-links li {
		margin-right: 15px;
	}

	ul.countdown li span {
		font-size: 22px;
	}
}

.event-block ul li i {
	color: #f08d20;
}

.event-block a i {
	color: #f08d20;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.event-block .event-btn {
	margin-top: -10px;
}

.event-block .event-btn a {
	color: #192f59;
	font-weight: 600;
}

.event-block .event-btn a i {
	color: #192f59;
	vertical-align: middle;
}

.event-block .event-btn a:hover {
	color: #f08d20;
	font-weight: 600;
}

.event-block .event-btn a:hover i {
	color: #f08d20;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	margin-bottom: .5rem;
}

.form-control:focus {
	border-color: #f7b035;
}

.form-check-input:checked {
	border-color: #f7b035;
	background-color: #f7b035;
}

.form-check-input:focus {
	box-shadow: none;
}

.quform-input {
	position: relative;
}

.quform-input .quform-errors-wrap {
	position: absolute;
	right: 8px;
	top: 0;
	line-height: normal;
	z-index: 1;
}

.quform-element>label {
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #6a747b;
	font-size: 14px;
}

.quform-element>label .quform-required {
	color: #cc0101;
	font-size: 10px;
}

.quform-inner input {
	width: 100%;
}

.quform-elements .quform-element textarea {
	margin-bottom: 0;
	padding: 8px 15px;
	vertical-align: top;
}

.quform-elements .quform-element select {
	margin-bottom: 0;
	padding: 8px 35px 8px 15px;
}

.quform-errors {
	padding: 0;
	margin: 0;
	line-height: normal;
}

.quform-errors>.quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
}

.quform-outer-no-js .quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input,.quform-has-error textarea,.quform-has-error select,.quform-has-error input[type=file],.quform-has-error .custom-file-label {
	border-color: #f5543f;
}

.quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
	float: none;
}

.quform-loading-wrap {
	float: none;
}

.quform-loading-wrap .quform-loading {
	display: inline-block;
}

.light-validation .quform-errors>.quform-error {
	color: #fff;
}

.skills-block .row i {
	border: 1px solid #192f59;
	color: #192f59;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

.skills-block .row:hover i {
	color: #fff;
	background-color: #192f59;
	border-color: #192f59;
}

.story-video {
	height: 100%;
}

.video_btn {
	position: relative;
	height: 80px;
	width: 80px;
	background: #f08d20;
	text-align: center;
	display: inline-block;
	line-height: 85px;
	color: #fff;
	border-radius: 50%;
	transition-duration: 0s;
	-ms-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

.video_btn:hover i,.video_btn:focus i {
	color: #fff;
}

.video_btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: .3;
	animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 95px;
	width: 95px;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: .3;
	animation: pulse-border 1500ms ease-out infinite;
}

.video_btn.small {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.video_btn.small:after {
	height: 50px;
	width: 50px;
}

.video_btn.small:before {
	height: 65px;
	width: 65px;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media screen and (max-width: 1199px) {
	.video_btn {
		height: 75px;
		width: 75px;
		line-height: 80px;
	}

	.video_btn:after {
		height: 75px;
		width: 75px;
	}

	.video_btn:before {
		height: 90px;
		width: 90px;
	}
}

@media screen and (max-width: 991px) {
	.story-video {
		min-height: 325px;
	}

	.video_btn {
		height: 70px;
		width: 70px;
		line-height: 70px;
	}

	.video_btn:after {
		height: 70px;
		width: 70px;
	}

	.video_btn:before {
		height: 85px;
		width: 85px;
	}@	keyframes pulse-border {
		0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
	}
}}

@media screen and (max-width: 767px) {
	.story-video {
		min-height: 200px;
	}

	.story-video-height {
		min-height: 250px;
	}

	.video_btn {
		height: 60px;
		width: 60px;
		line-height: 62px;
	}

	.video_btn:after {
		height: 60px;
		width: 60px;
	}

	.video_btn:before {
		height: 75px;
		width: 75px;
	}
}

#counter {
	margin-top: -50px;
}

@media screen and (max-width: 1199px) {
	#counter {
		margin-top: -40px;
	}
}

@media screen and (max-width: 991px) {
	#counter {
		margin-top: -30px;
	}
}

.latest-news {
	position: relative;
}

.latest-news::before {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
}

.news-block {
	bottom: 30px;
	position: absolute;
	z-index: 2;
	padding: 50px 50px 20px 50px;
	display: inline-block;
	width: 100%;
	left: 0;
}

.news-block li {
	display: inline-block;
	margin-right: 12px;
	padding-right: 15px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.news-block li:last-child {
	margin-right: 0px;
	padding-right: 0;
	border: none;
}

.news-block li a {
	color: #fff;
}

.news-block h5 a {
	color: #f08d20;
}

.events-row {
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
	background: #192f59;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: all 0.4s ease 0s;
}

.events-row h6 a {
	color: #222;
}

.events-row:hover:before {
	height: 0px;
	transition: all 0.4s ease 0s;
}

.events-row:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s ease 0s;
}

.events-row:hover.events-row h5 a {
	color: #f08d20;
}

.events-row:hover.events-row li a {
	color: #fff;
}

.events-row li {
	display: inline-block;
	margin-right: 20px;
}

.events-row li:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 1199px) {
	.events-row {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 991px) {
	.events-row {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.events-row {
		padding: 15px;
	}

	.events-row li {
		margin-right: 15px;
	}
}

.common-listing {
	display: inline-block;
	width: 100%;
	padding: 20px 40px;
	background: #192f59;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: all 0.4s ease 0s;
}

.common-listing h6 a {
	color: #222;
}

.common-listing:hover:before {
	height: 0px;
	transition: all 0.4s ease 0s;
}

.common-listing:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 1px 4px 10px rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s ease 0s;
}

.common-listing:hover.common-listing h5 a {
	color: #f08d20;
}

.common-listing:hover.common-listing li a {
	color: #fff;
}

.common-listing:hover.common-listing h5 {
	color: #f08d20;
}

.common-listing:hover.common-listing li {
	color: #fff;
}

.common-listing li {
	display: inline-block;
	margin-right: 20px;
}

.common-listing li:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 1199px) {
	.common-listing {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 991px) {
	.common-listing {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.common-listing {
		padding: 15px;
	}

	.common-listing li {
		margin-right: 15px;
	}
}

.map {
	width: 100%;
	height: 400px;
	vertical-align: top;
	border: 0;
}

.search-form_input {
	color: #192f59;
}

.search-frame h4 a:hover {
	color: #192f59;
}

.search-frame .search_list .match {
	color: #192f59;
}

.search-frame .search_list li:before {
	color: #192f59;
	top: 15px;
}

.search-frame .search_list li+li {
	border-top: 3px solid #192f59;
}

.search-frame .search {
	color: #192f59;
}

.search-form i {
	font-size: 1.2rem;
	line-height: 2rem;
}

.blog-grid {
	position: relative;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-grid:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	-moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	-ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	-o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	transform: translateY(-0.25em);
}

.blog-grid img {
	width: 100%;
}

.data-box-grid {
	display: inline-block;
	left: 0;
	bottom: -1px;
	padding: 5px 20px;
	font-size: 18px;
}

.data-box-grid h5 {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 8px;
	color: #fff;
	font-size: 20px;
}

.blog-grid .data-box-grid p {
	font-size: 14px;
	margin-bottom: 0;
	padding: 0;
	border: none;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.blog-grid-text {
	position: relative;
}

.blog-grid-text>span {
	color: #192f59;
	font-size: 13px;
	padding-right: 5px;
}

.blog-grid-text ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 10px 0 0;
}

.blog-grid-text ul li i {
	color: #192f59;
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
}

.blog-list-left-heading:after,.blog-title-box:after {
	content: '';
	height: 2px;
}

.blog-grid-simple-content a:hover {
	color: #232323;
}

.blog-grid-simple-content a:hover:after {
	color: #232323;
}

.blog-list-simple {
	margin: 0 0 30px 0;
	padding-bottom: 30px;
}

.blog-list-simple:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-list-simple-text>span {
	color: #192f59;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}

.blog-list-simple-text p {
	border-top: 1px solid #ececec;
	margin-bottom: 0;
	padding: 15px 0;
}

.blog-list-simple-text .meta {
	margin: 0 0 5px 0;
}

.blog-list-simple-text li {
	display: inline-block;
	font-size: 12px;
	color: #777;
	margin: 5px;
}

.blog-list-simple-text h4 {
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	margin: 5px 0;
	line-height: normal;
}

.blog-list-simple-text ul {
	margin: 10px 0;
}

.blog-list-simple-text ul li {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	padding: 3px 0;
}

.blog-list-simple-text ul li i {
	color: #192f59;
	margin-right: 5px;
	font-size: 14px;
}

.blogs .post {
	margin-bottom: 50px;
}

.blogs .post .content {
	padding: 30px;
	background: #fafafa;
}

.blogs .post .content .post-title h5 a {
	color: #232323;
}

.blogs .post .content .post-title h5 a:hover {
	color: #F24259;
}

.blogs .post .content .meta {
	margin-bottom: 15px;
}

.blogs .post .content .meta li {
	display: inline-block;
	margin: 5px 5px 0 5px;
}

.blogs .post .content .special {
	padding: 15px;
	margin: 30px 0;
	border-left: 2px solid #111;
	background: #f7f7f7;
	font-size: 16px;
}

.blogs .post .content .btn {
	border-color: #6f6f6f;
	color: #6f6f6f;
	min-width: auto;
	padding: 6px 20px;
	font-size: 12px;
}

.blogs .post .content .btn:hover {
	color: #fff;
	border-color: #F24259;
}

.blogs .post .share-post {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #ddd;
	text-align: left;
}

.blogs .post .share-post span {
	font-weight: 700;
}

.blogs .post .share-post ul {
	float: right;
}

.blogs .post .share-post ul li {
	display: inline-block;
	margin: 0 10px;
}

.blogs .post .post-img img {
	width: 100%;
}

.blogs .posts .title-g h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 10px;
}

.blogs .comments-area .comment-box {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.blogs .comments-area .comment-box:nth-child(odd) {
	margin-left: 80px;
}

.blogs .comments-area .comment-box:last-child {
	margin-bottom: 30px;
}

.blogs .comment-box .author-thumb {
	width: 80px;
	float: left;
}

.blogs .comment-box .comment-info {
	margin-left: 100px;
}

.blogs .comment-box .comment-info h6 {
	font-weight: 600;
	margin-bottom: 10px;
}

.blogs .comment-box .comment-info .reply {
	margin-top: 10px;
	font-weight: 600;
}

.blogs .comment-box .comment-info .reply i {
	padding-right: 5px;
	font-size: 12px;
}

.pagination {
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 auto;
	padding: 0;
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 18px;
	line-height: 40px;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	border-left-width: 0;
	background: #fff;
}

.pagination a:hover {
	background-color: #232323;
	color: #fff;
}

.pagination .active a {
	background-color: #f7f7f7;
	color: #999;
	cursor: default;
}

.pagination .disabled span {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination .disabled a {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination .disabled a:hover {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination li:first-child a {
	border-left-width: 1px;
}

.side-bar .widget {
	margin-bottom: 30px;
}

.side-bar .widget:last-child {
	margin-bottom: 0;
}

.side-bar .widget .widget-title h6 {
	position: relative;
	padding-bottom: 5px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.side-bar .widget .widget-title h6:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #192f59;
	position: absolute;
	bottom: 0;
	left: 0;
}

.side-bar .widget li {
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 9px 0;
	color: #6f6f6f;
}

.side-bar .widget li:last-child {
	margin: 0;
}

.side-bar .widget li:after {
	content: "";
	width: 5px;
	height: 1px;
	background-color: #6f6f6f;
	position: absolute;
	top: 12px;
	left: 0;
}

.side-bar .widget .default-style li {
	padding-left: 0;
}

.side-bar .widget .default-style li:after {
	content: none;
}

.side-bar .widget .social-listing {
	margin-bottom: 0;
}

.side-bar .widget .social-listing li {
	list-style: none;
	display: inline-block;
}

.side-bar .widget .social-listing li:after {
	background: none;
}

.side-bar .widget .social-listing li:first-child {
	padding-left: 0;
}

.side-bar .single-post {
	display: flex;
	border-radius: 0px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.side-bar .single-post:last-child {
	margin-bottom: 0;
}

.side-bar .single-post .post_title {
	width: 75%;
	padding-left: 15px;
	font-size: 14px;
	line-height: 22px;
	margin-top: -3px;
}

.side-bar .search form input {
	width: calc(100% - 50px);
	height: 50px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #d1d1d1;
	background: #f7f7f7;
}

.side-bar .search form button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border: 0;
	float: right;
	border-radius: 0;
	padding: 0;
}

.side-bar .search form button:hover:before {
	border-radius: 0;
	padding: 0;
}

.side-bar .post-img {
	float: left;
	margin-right: 5%;
	width: 25%;
	display: block;
}

@media screen and (max-width: 1199px) {
	.blog-grid-text h4 {
		font-size: 18px;
	}

	.blogs .post .content .post-title h5 {
		font-size: 22px;
	}

	.blogs .post .content .special {
		font-size: 16px;
	}

	.blogs .posts .title-g h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1199px) {
	.side-bar .post-img {
		margin-right: 0;
		width: 18%;
	}
}

@media screen and (max-width: 767px) {
	.blog-grid-text h4 {
		font-size: 16px;
	}

	.blog-grid-text p {
		font-size: 14px;
	}

	.blog-list-simple {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.data-box-grid {
		padding: 5px 15px;
		font-size: 16px;
	}

	.data-box-grid h5 {
		font-size: 16px;
		margin-right: 3px;
	}

	.blog-list-simple-text>span {
		font-size: 12px;
	}

	.blog-list-simple-text p {
		font-size: 14px;
	}

	.blog-list-simple-text h4 {
		font-size: 18px;
	}

	.blog-list-simple-text ul li {
		font-size: 12px;
	}

	.blogs .post .content .post-title h5 {
		font-size: 20px;
	}

	.blogs .post .content .special {
		font-size: 14px;
	}

	.blogs .posts .title-g h3 {
		font-size: 18px;
	}

	.side-bar .post-img {
		margin-right: 20px;
	}
}

footer {
	padding: 50px 0 0;
	background: #1f1f1f;
	word-wrap: break-word;
	color: #939393;
}

footer p {
	margin-bottom: 0;
}

footer h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1;
	position: relative;
}

footer h3:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background: #f08d20;
	margin-top: 12px;
}

.footer-social-icons ul {
	margin-bottom: 0;
}

.footer-social-icons ul li {
	display: inline-block;
	border: 1px solid #939393;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.footer-social-icons ul li a {
	color: #939393;
	display: block;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}

.footer-social-icons ul li:hover {
	background: #f08d20;
	border-color: #f08d20;
}

.footer-social-icons ul li:hover i {
	color: #fff;
}

.footer-social-icons.small ul li {
	margin-bottom: 0;
}

.footer-social-icons.small ul li a {
	font-size: 12px;
	height: 25px;
	line-height: 26px;
	width: 25px;
}

.footer-list {
	margin: 0;
}

.footer-list li {
	list-style-type: none;
	padding: 6px 0;
}

.footer-list li:first-child {
	padding-top: 0;
}

.footer-list li a {
	color: #939393;
}

.footer-list li a:before {
	content: "";
	font-weight: 700;
	vertical-align: bottom;
	font-family: Font Awesome\ 5 Free;
	color: #939393;
	padding-right: 8px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.footer-list li a:hover {
	color: #fff;
}

.footer-list li a:hover:before {
	color: #fff;
}

.footer-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	background: #191919;
	color: #939393;
}

.footer-bar span {
	font-size: 15px;
	font-weight: 400;
}

footer h3.footer-title-style2 {
	margin-bottom: 28px;
}

h3.footer-title-style2:after {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	margin-top: 15px;
}

@media screen and (max-width: 991px) {
	.footer-bar {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	footer {
		padding-top: 30px;
	}

	.footer-bar {
		margin-top: 30px;
	}

	.footer-bar p {
		font-size: 13px;
	}
}

.buy-theme {
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
	position: fixed;
	top: 130px;
	right: -89px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 99999;
}

.buy-theme i {
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #6f6f6f;
}

.all-demo i {
	font-size: 15px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #6f6f6f;
}

.buy-theme:hover,.all-demo:hover {
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
	right: 0px;
	background: #232323;
}

.buy-theme span,.all-demo span {
	padding: 0 9px;
	position: relative;
	top: 0;
	opacity: 0;
}

.buy-theme:hover span,.all-demo:hover span {
	opacity: 1;
	color: #fff;
}

.buy-theme:hover i,.all-demo:hover i {
	color: #fff;
}

.buy-theme a,.all-demo a {
	color: #232323;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: 500;
}

.all-demo {
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
	position: fixed;
	top: 172px;
	right: -105px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 99999;
}