/* 1. Preloader */

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #555;
	z-index: 99999
}
.dots .dot {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 10px;
	background: #0b82da;
	border-radius:50%;
	-webkit-animation: dot-dot-dot 1.4s linear infinite;
	animation: dot-dot-dot 1.4s linear infinite;
}
.dots .dot:nth-child(2) {
	-webkit-animation-delay: .2s;
	       animation-delay: .2s;
		   background-color:#0b82da
}
.dots .dot:nth-child(3) {
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
		   background-color:#0b82da
}
.dots .dot:nth-child(4) {
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
		   background-color:#0b82da
}
.dots .dot:nth-child(5) {
	-webkit-animation-delay: .8s;
	        animation-delay: .8s;
		   background-color:#0b82da
}
@-webkit-keyframes dot-dot-dot {
	0%,
	60%,
	100% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}
@keyframes dot-dot-dot {
	0%,
	60%,
	100% {
		-webkit-transform: initial;
		transform: initial;
	}
	30% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}
.header_top {
	background: -webkit-gradient(linear, center top, center bottom, from(#D9D9D9),color-stop(100%, #F4F4F4));
	background: -webkit-linear-gradient(top,#D9D9D9 ,#F4F4F4 100%);
	background: linear-gradient(to bottom,#D9D9D9 ,#F4F4F4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD9D9D9,endColorstr=#FFF4F4F4,GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9D9D9', endColorstr='#FFF4F4F4', GradientType=0)";
	border-style: none;
	border-color: transparent;
	min-height: 20px;
	color:#999;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #ddd;
	background-color: #222;
	box-shadow:-1px -4px 8px rgba(0, 0, 0, 0.15)
}
a{
	text-decoration:none;
}
.sticky-menu-top {
	height: 8px;
	width: 100%;
	box-shadow: -1px -4px 8px rgba(0,0,0,0.15);
	position: absolute;
	z-index: 1;
}

.logo {
  display: block;
  max-width: 100px;
  margin-top:10px
}
.logo img {
  max-width: 160px;
}
.header_mid p {
  color: #0b82da;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}
.header_mid p span {
  display: block;
  font-weight: bold;
  font-size: 35px;
}
.header_right a, .slide_content a, .text-center .single_box a {
  display: inline-block;
  background-color: #8CC63F;
  color: #fff;
  font-size: 20px;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 12px;
  text-align:center;
  transition:.4s;
}
.header_right a:hover, .slide_content a:hover, .text-center .single_box a:hover {
  background-color: #13A89E;
  color: #fff;
}
.single_box > img {
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: block;
	margin: 20px 0;
	padding: 20px;
	width: 100%;
}
.slide_content video {
	width: 100%;
}

.slide_content {
  position: relative;
  z-index: 2;
}
.carousel-caption h5 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.carousel-caption p {
  font-size: 20px;
  font-weight: 500;
}
.footer {
  text-align: center;
  background-color: #333333;
  margin-top: 60px;
}
.footer p {
  color: #eee !important;
  padding-top: 10px;
}
.single_box h3 {
  color: #0c66a7;
  font-weight: 600;
}
.single_box p {
  font-size: 17px;
}
.single_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_box ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.single_box ul li:last-child {
  border-bottom: 0;
}
.header {
  padding: 25px 0;
}

.mainmenu {
  background-color: #0b82da;
  border-radius: 10px;
}
.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu ul li {
  display: inline-block;
}
.mainmenu ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 16px;
  transition:.3s;
  text-decoration:none
}
.left_img {
	width: 300px !important;
	display: block;
	margin: 0 auto;
}
.carousel-item img {
	width: 100%;
}
.carousel-caption {
	position: absolute;
	left: 120px;
	text-align: left;
	top: 55px;
}
.carousel-caption img {
	max-width: 250px;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	height: 160px;
}
.single_box.list li {
	color: #007bff;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
}
.mainmenu ul li a:hover {
  background-color: #0C66A7;
  color: #fff;
}
.slide_content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.slide_content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}

.heading h2 {
  text-align: center;
  color: #0c66a7;
  font-weight: bold;
  margin-top: 40px;
  font-size: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.heading h2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #8CC63F;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.text-center.col-xl-8.mx-auto p {
  font-size: 20px;
}
.navbar-light .navbar-toggler-icon {
	background-image: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 200px;
	height: auto;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	display: block;
	background-color: teal;
	padding: 12px;
	color: #fff;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1);
	margin-left: 20px;
	margin-bottom: 20px;
}
.btn-right {
	background-color: #0c66a7;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 10px;
}
.btn-right:hover{
    color:#fff;
    text-decoration:none;
}
.single_v {
	margin-top: 120px;
}
.single_v img {
  max-width: 190px;
  margin: 20px 0;
}
.single_v a {
  background-color: transparent !important;
  color: #333 !important;
  font-size: 16px !important;
  margin-top: -20px !important;
}