.v_box {
	box-shadow: -5px 9px 38px -7px rgb(0 0 0 / 19%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px 30px 60px 30px;
	border-radius: 30px 30px 30px 30px;
}

.q_lines {
	color: #181818;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 20px;
}

.h_line {
	color: #181818;
	font-size: 39px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 53px;
	letter-spacing: -1.5px;
	margin-bottom: 20px;
}

.h_line span,
.q_lines span,
.m_bottom span {
	color: #75b943;
}

.m_bottom {
	color: #181818;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 30px;
}

.video_box {
	margin-top: -50px;
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	animation: blink 1s linear infinite;
	padding: 12px 24px;
	color: #fff !important;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #181818;
	border-radius: 50px 50px 50px 50px;
}

.elementor-button:hover {
	text-decoration: none;
}

.mid_h_content {
	background-color: #F2F2F2;
}

.v_box_2 {
	box-shadow: -5px 9px 38px -7px rgb(0 0 0 / 19%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background-color: white;
}

.v_box_3 {
	box-shadow: -5px 9px 38px -7px rgb(0 0 0 / 19%);
	background-color: white;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 45px 30px 45px 30px;
	border-radius: 30px 30px 30px 30px;
}

.v_box_4 {
	box-shadow: -5px 9px 38px -7px rgb(0 0 0 / 19%);
	background-color: white;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 25px;
	border-radius: 30px 30px 30px 30px;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	z-index: 1;
}

.elementor-shape-top svg {
	width: calc(100% + 1.3px);
	height: 130px;
}

.elementor-shape-top {
	top: 8px;
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

@media (min-width: 768px) {
	.elementor-icon-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.elementor-icon-box-wrapper {
	display: block;
	text-align: center;
	min-height: 300px;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
}

.elementor-icon-box-icon {
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	background-color: #75b943;
	font-size: 35px;
	border-radius: 50%;
	padding: 0.5em;

	color: #fff;
	fill: #fff;
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.elementor-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-icon-box-title {

	font-size: 25px;
	font-weight: bold;
	margin-top: 7px;
}

.elementor-icon-box-description {
	color: #0F1214;
	font-weight: 400;
}


.m_head_u {
	color: #0E0E0E;

	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	font-size: 29px;
}

.m_head_u span {
	color: #75b943;
}

.elementor-heading-title {
	color: #75b943;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 43px;
}

.elementor-heading-title2 {
	color: #181818;
	margin-top: 40px;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 28px;
}

.elementor-heading-title2 span {
	color: #75b943;
	font-weight: bold;
}

.f_b_line {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: 400;
}


@keyframes blink {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width:991px) {
	.h_line {

		font-size: 30px;
		line-height: 38px;

	}

	.m_bottom {

		font-size: 1.2em;
		line-height: 28px;

	}

	.v_box_4 {
		margin-bottom: 20px;
	}

	.elementor-icon-box-title {
		font-size: 25px;

	}

	.m_head_u {

		line-height: 38px;
		font-size: 28px;
	}

	.elementor-heading-title {
		line-height: 38px;
		font-size: 28px;
	}

	.elementor-heading-title2 {

		font-size: 20px;

	}

}

@media (max-width:767px) {
	.h_line {

		font-size: 22px;
		line-height: 30px;

	}

	.m_bottom {

		font-size: 1.0em;
		line-height: 22px;

	}

	.v_box_4 {
		margin-bottom: 20px;
	}

	.elementor-icon-box-title {
		font-size: 21px;

	}

	.m_head_u {

		line-height: 32px;
		font-size: 22px;
	}

	.elementor-heading-title {
		line-height: 28px;
		font-size: 21px;
	}

	.elementor-heading-title2 {

		font-size: 17px;

	}

}
@media (max-width: 767px) {
	.main-header .navbar-brand {
	  max-width: 120px;
	}
  }



  /*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
  /* background: #0000ff; */
  /* background: rgba(2, 83, 185, 1); */
  background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);

}

.fun-facts-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .40;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-fun-facts {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-facts h3 {
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
}

.single-fun-facts h3 .sign-icon {
  display: inline-block;
  font-size: 18px;
  margin-left: 2px;
}

.single-fun-facts p {
  line-height: initial;
  margin-top: 5px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.single-fun-facts .back-text {
  position: absolute;
  left: 0;
  color: #ffffff;
  right: 0;
  top: -5px;
  z-index: -1;
  opacity: .13;
  line-height: initial;
  font-size: 150px;
  font-weight: 700;
  font-style: italic;
}

.single-fun-facts:hover {
  /* background-color: #0000ff; */
  /* background-color: rgb(0 68 155); */
      background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(2, 83, 185, 1) 0%, rgba(4, 189, 228, 1) 100.2%);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #ffffff; 
}
.sub_ca_sec .col-md-3{margin-bottom: 15px;}
.height-50 {
    width: 50px;
    height: 50px;
}