@import "//at.alicdn.com/t/c/font_3896276_d3wisz1st2p.css";

body {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #585f6e
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none
}

a:focus,
a:hover {
	text-decoration: none
}

i,
span,
a {
	display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: lato, sans-serif;
	font-weight: 700;
	color: #292d36;
	margin: 0
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #585f6e;
	margin: 0
}
/* Hero Slider Area */
#main-slide .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  cursor: pointer;
}

#main-slide:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100%;
  max-height: 670px;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .carousel-item .carousel-caption .hero-sub-heading {
  color: #fff;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 40%;
}

.slider-2 .hero-heading {
  text-transform: capitalize;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 10px;
}

#main-slide .carousel-control .fa-angle-right {
  right: 10px;
}

#main-slide .carousel-indicators li {
  width: 30px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 38px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  color: #fff;
  opacity: 0.6;
}

.carousel .carousel-item.active .animated2 {
  -webkit-animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
          animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
}

.carousel .carousel-item.active .animated3 {
  -webkit-animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running flipInX;
          animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .carousel-item.active .animated5 {
  -webkit-animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated6 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated7 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated8 {
  -webkit-animation: 1s ease-in 800ms normal both 1 running bounceInDown;
          animation: 1s ease-in 800ms normal both 1 running bounceInDown;
}

.carousel-fade .carousel-inner .carousel-item {
  max-height: 700px;
  opacity: 0.8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-fade .carousel-control {
  z-index: 20;
}

.slider-title {
  font-size: 70px;
  font-weight: 900;
}
.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 40px;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background-color: #005CA1
}
.hero-heading {text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1px;
}

.hero-sub-heading {text-align: center;
  font-size:16px;
  font-weight: 400;
  color: #e6e6e6;
  line-height:32px;letter-spacing:2px;
}

.rev-heading {
  text-transform: uppercase !important;
  font-size: 60px !important;
}

@media(max-width:767px) {
	.main-btn {
		padding: 0 25px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}

.main-btn:hover {
	background-color: rgba(206, 47, 59, .9);
	color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

.section_title .line {
	width: 75px;
	height: 4px;
	background-color: #005CA1;
	margin: 0 auto
}

.section_title .title {
	font-size: 44px;
	font-weight: 700;
	margin-top: 10px
}

@media(max-width:767px) {
	.section_title .title {
		font-size: 30px
	}
}

.section_title p {
	margin-top: 15px
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
	color: #fff
}

.slick-slide {
	outline: 0
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 99999
}

.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.preloader .loader .ytp-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	-webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
	animation: ytp-spinner-linspin 1568.2353ms linear infinite
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%
}

.preloader .loader .ytp-spinner-circle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	border-color: #005CA1 #005CA1 #f7f7fd;
	border-radius: 50%;
	border-width: 6px
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #f7f7fd;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #f7f7fd;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}

	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}

	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}

	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}

	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}

	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}

	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}

	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}

@keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	to {
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}

.navbar-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background-color: #fff
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sticky .navbar {
		padding: 20px 0
	}
}

@media(max-width:767px) {
	.sticky .navbar {
		padding: 20px 0
	}
}

.navbar {
	padding: 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar {
		padding: 20px 0
	}
}

@media(max-width:767px) {
	.navbar {
		padding: 20px 0
	}
}

.navbar-brand {
	padding: 0
}

.navbar-toggler {
	padding: 0
}

.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
		padding: 5px 12px
	}
}

@media(max-width:767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0 15px 20px 0 rgba(41, 45, 54, .1);
		box-shadow: 0 15px 20px 0 rgba(41, 45, 54, .1);
		padding: 5px 12px
	}
}

.navbar-nav .nav-item {
	margin-right: 45px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-nav .nav-item {
		margin-right: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item {
		margin: 0
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item {
		margin: 0
	}
}

.navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 400;
	color: #585f6e;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 30px 0;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0
	}
}

.navbar-nav .nav-item a::before {
	position: absolute;
	content: '';
	background-color: #005CA1;
	width: 0;
	height: 4px;
	top: -1px;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item a::before {
		display: none
	}
}

.navbar-nav .nav-item.active>a::before,
.navbar-nav .nav-item:hover>a::before {
	width: 100%
}

.navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0
	}
}

.navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible
	}
}

@media(max-width:767px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible
	}
}

.navbar-nav .nav-item .sub-menu li {
	display: block
}

.navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #222
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: #005CA1
}

.navbar-nav .sub-nav-toggler {
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: 0 0;
		color: #222;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px
	}
}

@media(max-width:767px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: 0 0;
		color: #222;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px
	}
}

.navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-btn {
		position: absolute;
		top: 50%;
		right: 50px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media(max-width:767px) {
	.navbar-btn {
		position: absolute;
		top: 50%;
		right: 50px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.navbar-btn .main-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border: 0
}

.sticky .navbar-nav .nav-item a {
	padding: 25px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sticky .navbar-nav .nav-item a {
		padding: 4px 0
	}
}

@media(max-width:767px) {
	.sticky .navbar-nav .nav-item a {
		padding: 4px 0
	}
}

.header-hero {
	position: relative;
	z-index: 5;
	height: 700px
}

@media only screen and (min-width:1400px) {
	.header-hero {
		height: 900px
	}
}

.header-hero::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#292d36), color-stop(50%, rgba(69, 87, 128, 0.6)), to(#292d36));
	background: linear-gradient(to right, #292d36 0%, rgba(69, 87, 128, 0.6) 50%, #292d36 100%);
	opacity: .6
}

.header-hero-content {
	position: relative;
	z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-hero-content {
		padding-top: 150px
	}
}

@media(max-width:767px) {
	.header-hero-content {
		padding-top: 120px
	}
}

.header-hero-content .header-title {
	font-size: 60px;
	font-weight: 700;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-hero-content .header-title {
		font-size: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-hero-content .header-title {
		font-size: 50px
	}
}

@media(max-width:767px) {
	.header-hero-content .header-title {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-hero-content .header-title {
		font-size: 40px
	}
}

.header-hero-content .header-title span {
	font-weight: 700;
	display: contents
}

.header-hero-content p {
	margin-top: 30px;
	color: #fff
}

.header-hero-content ul li {
	display: inline-block;
	margin: 0 10px
}

@media(max-width:767px) {
	.header-hero-content ul li {
		margin: 0 6px
	}
}

.header-hero-content .main-btn {
	margin-top: 40px
}

.header-hero-content .main-btn:hover {
	-webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, .2);
	box-shadow: 0 5px 15px rgba(255, 255, 255, .2)
}

.header-hero-content .main-btn.main-btn-2 {
	line-height: 46px;
	border: 2px solid #fff;
	background-color: transparent
}

@media(max-width:767px) {
	.header-hero-content .main-btn.main-btn-2 {
		line-height: 36px
	}
}

.header-hero-content .main-btn.main-btn-2:hover {
	background-color: rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, .1);
	box-shadow: 0 5px 15px rgba(255, 255, 255, .1)
}

.single_courses img {
	border-radius: 5px;
	width: 100%
}

.single_courses .title a {
	color: #292d36;
	font-size: 30px;
	font-weight: 700;
	margin-top: 25px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single_courses .title a {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.single_courses .title a {
		font-size: 24px
	}
}

.single_courses .title a:hover {
	color: #005CA1
}

.single_courses p {
	margin-top: 15px
}

.about_wrapper {
	position: relative;
	padding: 50px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_wrapper {
		padding: 0
	}
}

.about_wrapper .about_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	border-bottom-right-radius: 80px
}

.about_content .about_title {
	font-size:70px;letter-spacing:25px;
	font-style: italic;
	background-color: #fff
}
.jgbox{border-bottom: #333 1px solid;}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about_content .about_title {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_content .about_title {
		font-size: 50px
	}
}

@media(max-width:767px) {
	.about_content .about_title {
		font-size:40px;line-height:40px;letter-spacing:1px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about_content .about_title {
		font-size: 40px
	}
}

.about_content .about_content_wrapper {
	max-width: 530px;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about_content .about_content_wrapper {
		max-width: 460px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_content .about_content_wrapper {
		max-width: none;
		padding-left: 0
	}
}

@media(max-width:767px) {
	.about_content .about_content_wrapper {
		max-width: none;
		padding-left: 0
	}
}

.about_content .about_content_wrapper .main-btn {
	margin-top: 35px
}

.counter_area {
	position: relative
}

.counter_area::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 45, 54, .8)
}

.single_counter i {
	font-size: 84px;
	color: #fff;
	line-height: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single_counter i {
		font-size: 60px;
		line-height: 55px
	}
}

@media(max-width:767px) {
	.single_counter i {
		font-size: 60px;
		line-height: 55px
	}
}

.single_counter .count {
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single_counter .count {
		font-size: 30px;
		line-height: 30px
	}
}

@media(max-width:767px) {
	.single_counter .count {
		font-size: 30px;
		line-height: 30px
	}
}

.single_counter p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single_counter p {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.single_counter p {
		font-size: 16px
	}
}

.single_team {
	margin-bottom: 30px
}

.single_team .team_image img {
	width: 100%
}

.single_team .team_content {
	margin-top: -25px;
	position: relative;
	z-index: 5
}

.single_team .team_content .social {
	display: inline-block;
	background-color: #fff;
	border: 2px solid #005CA1;
	border-radius: 50px;
	padding: 0 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_team .team_content .social {
		padding: 0 5px
	}
}

.single_team .team_content .social li {
	display: inline-block;
	margin: 10px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_team .team_content .social li {
		margin: 5px
	}
}

.single_team .team_content .social li a {
	font-size: 16px;
	color: #585f6e;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_team .team_content .social li a {
		font-size: 14px
	}
}

.single_team .team_content .social li a:hover {
	color: #005CA1
}

.single_team .team_content .team_name {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_team .team_content .team_name {
		font-size: 18px
	}
}

.single_team .team_content p {
	margin-top: 10px
}

.single_team:hover .social {
	opacity: 1;
	visibility: visible
}

.schedule_area {
	position: relative;
	z-index: 5
}

.schedule_area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(41, 45, 54, .85);
	top: 0;
	left: 0;
	z-index: -1
}

.single_schedule {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 25px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single_schedule {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_schedule {
		padding: 20px
	}
}

.single_schedule .number {
	color: rgba(255, 255, 255, .46);
	font-size: 34px;
	font-weight: 400;
	display: block;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.single_schedule .time {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-top: 10px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.single_schedule .title a {
	font-size: 24px;
	color: #fff;
	color: #fff;
	margin-top: 15px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single_schedule .title a {
		font-size: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single_schedule .title a {
		font-size: 20px
	}
}

.single_schedule p {
	color: #fff;
	margin-top: 15px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.single_schedule:hover {
	background-color: #fff
}

.single_schedule:hover .number {
	color: rgba(41, 45, 54, .46)
}

.single_schedule:hover .time {
	color: #292d36
}

.single_schedule:hover .title a {
	color: #292d36
}

.single_schedule:hover p {
	color: #292d36
}

.single_pricing {
	-webkit-box-shadow: 0 0 15px 0 rgba(143, 143, 143, .16);
	box-shadow: 0 0 15px 0 rgba(143, 143, 143, .16)
}

.single_pricing .pricing_wrapper {
	padding:10px 25px
}

.single_pricing .pricing_wrapper .pricing_header .title {
	font-size:16px;
	font-weight: 400;line-height:2;
}

.single_pricing .pricing_wrapper .pricing_header .price {
	font-size: 16px;
	color: #000;font-weight: bold;
}

.single_pricing .pricing_wrapper .pricing_header .price span {
	color: #005CA1;
	font-size: 40px;
	font-weight: 700
}

.single_pricing .pricing_wrapper .pricing_content {
	border-top: 1px solid #d2d2d2;
	padding-top: 15px
}

.single_pricing .pricing_wrapper .pricing_content ul li {
	margin-top: 15px;
	font-size: 16px;
	color: #585f6e
}

.single_pricing .pricing_btn {
	padding-top:10px
}

.single_pricing .pricing_btn a {
	background-color: #585f6e;
	color: #fff;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align: center;
	padding: 0 40px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	margin-left: -30px;
}

.single_pricing .pricing_btn a:hover {
	background-color: rgba(88, 95, 110, .8)
}

.single_pricing .pricing_btn.pricing_btn_2 a {
	background-color: #005CA1;
}

.single_pricing .pricing_btn.pricing_btn_2 a:hover {
	background-color: rgba(206, 47, 59, .8)
}

.testimonial_area {
	position: relative
}

.testimonial_area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(41, 45, 54, .8);
	top: 0;
	left: 0
}

.testimonial_active .slick-dots {
	width: 100%;
	text-align: center;
	margin-top: 35px
}

.testimonial_active .slick-dots li {
	display: inline-block;
	margin: 0 5px
}

.testimonial_active .slick-dots li button {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border-radius: 50px;
	font-size: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border: 2px solid #fff
}

.testimonial_active .slick-dots li.slick-active button {
	background-color: #fff
}

.single_testimonial img {
	border-radius: 30px;
	display: inline-block
}

.single_testimonial .author_name {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: 25px
}

.single_testimonial .sub_title {
	font-size: 16px;
	color: #fff;
	margin-top: 5px
}

.single_testimonial p {
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500
}

.contact_area {
	position: relative
}

.contact_map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact_map {
		position: relative;
		width: 100%;
		height: 400px
	}
}

@media(max-width:767px) {
	.contact_map {
		position: relative;
		width: 100%;
		height: 400px
	}
}

.contact_map .gmap_canvas {
	width: 100%;
	height: 100%
}

.contact_map .gmap_canvas iframe {
	width: 100%;
	height: 100%
}

.contact_form {
	padding-right: 30px
}

p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #292d36;
	background: #f7f7fd;
	padding: 10px 15px;
	margin-top: 30px
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
	color: red
}

.single_form {
	margin-top: 30px
}

.single_form input,
.single_form textarea {
	width: 100%;
	padding: 0 25px;
	height: 50px;
	border: 1px solid #585f6e;
	border-radius: 5px;
	background-color: #fff;
	color: #585f6e
}

.single_form textarea {
	height: 140px;
	padding-top: 15px;
	resize: none
}

.footer_area {
	background-color: #292d36
}

.footer_title {
	color: #fff;
	font-size: 22px;
	font-weight: 700
}

.footer_info .info {
	margin-top: 35px
}

.footer_info .info li {
	font-size: 18px;
	color: #fff;
	margin-top: 10px
}

.footer_link .link {
	margin-top: 20px
}

.footer_link .link li a {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.footer_link .link li a:hover {
	color: #005CA1
}

.footer_social .social {
	margin-top: 20px
}

.footer_social .social li {
	display: inline-block
}

.footer_social .social li+li {
	margin-left: 15px
}

.footer_social .social li a {
	background-color: rgba(255, 255, 255, .1);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.footer_social .social li a:hover {
	background: #005CA1
}

.footer_copyright .copyright {
	border-top: 1px solid rgba(255, 255, 255, .58);
	padding: 25px 0
}

.footer_copyright .copyright p {
	color: #fff
}

.footer_copyright .copyright p a {
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.footer_copyright .copyright p a:hover {
	color: #005CA1
}

.back-to-top {
	font-size: 20px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #005CA1;
	text-align: center;
	z-index: 99;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	display: none
}

.back-to-top:hover {
	color: #fff;
	background-color: #005CA1
}
