@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

/*Genderal*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}

/*Sub Header*/
.sub-header {
  background-color: #136c2a;
  height: 46px;
  line-height: 46px;
}
.sub-header a {
  color: white;
}
.sub-header ul li {
  display: inline-block;
}
.sub-header ul.left-info li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 20px;
}
.sub-header ul.left-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-header ul.left-info li i {
  margin-right: 12px;
  font-size: 18px;
}
.sub-header ul.left-info li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.sub-header ul.right-icon {
  float: right;
}
.sub-header ul.right-icon li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-header ul.right-icon li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-header ul.right-icon li a {
  color: #fff;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .sub-header {
    background-color: #136c2a;
    height: 120px;
    line-height: 30px;
  }
  .sub-header a {
    color: white;
  }
  .sub-header ul li {
    display: inline-block;
  }
  .sub-header ul.left-info li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 20px;
  }
  .sub-header ul.left-info li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-header ul.left-info li i {
    margin-right: 12px;
    font-size: 18px;
  }
  .sub-header ul.left-info li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .sub-header ul.right-icon {
    float: right;
  }
  .sub-header ul.right-icon li {
    margin-right: -4px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-header ul.right-icon li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-header ul.right-icon li a {
    color: #fff;
    transition: all 0.3s;
  }
}

/*logo*/
.top-brand {
  background: linear-gradient(180deg, #ffffff 0%, #bdf5cc 100%);
}
.navbar-brand {
  display: inline-block !important;
  padding-top: 0.3125rem;
  padding-bottom: 00.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.topper {
  margin-right: 10px;
}
.navbar-brand img {
  width: 200px;
  height: 100px;
  text-align: center;
}
.topper .text {
  color: #136c2a;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 50%;
    text-align: center;
    height: 70%;
    position: relative;
  }
}

/*navbar*/
.navbar-toggler {
  border: none !important;
  outline: none !important;
  color: #fff !important;
}
.bg-dark {
  background-color: #136c2a !important;
}
.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  padding-right: 50px !important;
}
.nav-link:hover {
  color: #a4c639 !important;
}
@media (max-width: 768px) {
  .nav {
    text-align: center;
  }
}

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('image/fun-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {

	
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#1A76D1;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}
/*===================
	End Fun Facts
=====================*/


/*footer*/
#footer {
  background-color: rgb(27, 23, 23);
}

#footer a {
  color: white;
  text-decoration: none;
}





