/**
 * Stylesheet:  style.css
 * Theme:       Bizcox - Business Consulting HTML5 Responsive Template
 * Version:     1.0
 * Author:     	The Theme Pond
 * URL:         https://themeforest.net/user/thethemepond
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Header Section
3.Slider Section
4.Service Section
5.Why Choose Us Section
6.Team Section
7.Latest News Section
8.Client Section
9.About Page Section
10.Service Page Section
11.Team Page Section
12.Count Up Section
13.Skill Section
14.Breadcrumb Section
15.Service Details Page
16.Service Crousel Section
17.Team Details Page 
18.Blog Page
19.Blog Details Page
20.Contact Page
21.Footer Section
===========================*/

/*------------------*/
/*Theme default CSS
/*------------------*/

* {
  margin: 0;
  padding: 0
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #6d6f77;
font-family: 'Open Sans', sans-serif;
vertical-align: baseline;
line-height: 28px;

}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Montserrat';
color: #13192d;
}

h1 {
font-size: 40px;
}
h2 {
font-size: 22px;
text-transform: capitalize;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#464646
}

a:active,
a:hover {
  outline: 0 none;
  color: #212836;text-decoration:none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #05a0e9;
  text-shadow: none;color:#fff
}
::selection {
  background: #05a0e9;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.overlay{
  position: absolute;
  background:#fff;
  width: 100%;
  height: 100%;
  opacity: .80;
  left: 0;
  top: 0;

}
.latest-heading {
  margin-bottom: 50px;
}

.readmore{
  display: inline-block;
    overflow: hidden;
}
.readmore a {
  padding: 16px 28px;
  color: #05a0e9;
  font-weight: 600;
  border: 1px solid #f2f2f2;
  margin-top: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
} 
.readmore a:before
{
  position: absolute;
  content: '';
  width: 0px;
  text-align: center;
  top:0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: 1s;
  height: 100%;
  background-color: #05a0e9;
  z-index: -1;
}
.slider-overlay {
	background-color: rgba(255, 255, 255, 0.40);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.images-overlay {
   background-color:#b7b6b6;
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;
  opacity: .4;

}
.ptb{
  padding: 120px 0;
}
.pad-0{
  padding: 0;
}
.pdl-0{
  padding-left: 0;
}
.pdr-0{
  padding-right: 0;
}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.mb-70{padding-bottom:70px}
.bg-gray{background:#f7f7f7}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/prahnaconcepts/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

#scrollUp {
	background: #05a0e9 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 16px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#0ea3b6;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}
/*
2.Header Section
==================*/
.header-top{
  border-bottom: 1px solid #f0f0f0;
}
.main-menu > ul {
	text-align: right; 
}

.main-menu ul li{
  display: inline-block;
  position: relative;

}

.main-menu ul li a{
  padding: 40px 20px;
  display: block;
  color: #13192d;
  text-transform: capitalize;

}
.main-menu ul li a:before{
         position: absolute;
    content: '';
    bottom: 0px;
    background: #05a0e9;
    width: 0px;
    height: 3px;
    left: 20px;
    transition: .2s;
}
.main-menu ul li:hover a:before{
      width: 66px;
}
.main-menu ul li.active a{
  color: #05a0e9;
} 
.main-menu ul li ul{
  position: absolute;
  left: 0;
  width: 180px;
  background: #05a0e9;
  z-index: 9;
  opacity: 0;
  transition: all 0.1s;
  visibility: hidden;
  transform: translateX(-2em);
  z-index: 999;
}
.main-menu ul li ul li{
  width: 100%;

}
.main-menu ul li > ul > li > a {
  padding: 10px 15px !important;
 text-align: left;
  color: #fff;
}
.main-menu ul li > ul > li > a:hover{
  background-color: #2cafc0;
}
.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transform: translateX(0%);
  transition:  0.6s;
  
}
.main-menu ul li:hover ul a:before {
  display: none;
} 
.cart-icon {
  position: relative;
}
.cart-icon i {
  margin-top: 40px;
  color: #D4D2D2;
  font-size: 30px;
  
}
.cart-icon span{
  position: absolute;
  top: 21px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #05a0e9;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
}

.menu-icon {
	display: inline-block;
	padding: 40px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search {
	display: inline-block;
	padding: 0px 11px;
}
.site-search i {
  color: #13192d;
  cursor: pointer;
}
.search-forum > form {
  display: inline-flex;
  background: #05a0e9;
  padding: 10px;
}
.search-forum input[type=text] {
  padding: 10px;
    border:0;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #282828;
  color: #fff;
  border:0;
}
.menu-icon:hover .search-forum {visibility:visible;transition: all 0.4s ease 0s;transform:scale(1);opacity:1;}
.search-forum {
display: inline-block;
left: -225px;
opacity: 0;
position: absolute;
top:107px;
transition: all 0.4s ease 0s;
visibility: hidden;z-index:2;transform:scale(0)
}
.main-menu { 
	position: relative;
}
.cart-icon.text-center {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 0;
}
.menu-bar.sticky_menu {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 998;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.mail{
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;;
  border-left: 1px solid #f0f0f0;
}
.mail ul{
  text-align: center;
}
.mail ul li{
  display: inline-block;
}
.mail a{
  padding: 30px 0;
  color: #6d6f77;
  font-size: 16px;
  font-weight: 300;
}
.mail a i{
  color: #6d6f77;
  font-size: 21px;
  margin-right: 15px;

}
.middle-text p {
  color: #6d6f77;
  margin-top: 20px;
  font-weight: 300;
}
.header-top-social{
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0; 
}
.header-top-social a {
	color: #dfdede;
	margin: 0px 6px;
	font-size: 16px;
	font-weight: normal;
}
.header-top-social a:hover{color:#6d6f77;transition: .2s;}
.logo img{
  padding-top: 35px;
}

/*
3.Slider Section
============================*/
.slider-activate .owl-item {
  height: 600px;
}
.slider-activate .slider-item {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
  position: relative;
}
.slider-text{
  width: 1170px;
  margin:0 auto;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.slider-text p{color:#545863}
.text-width{
  width: 677px;
  padding-left: 15px;

}
.text-width h3{
  color: #05a0e9;
  font-size: 28px;
  font-weight: 300;
}
.text-width h1 {
  font-weight: 800;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 60px;
  margin-bottom: 30px; 
  text-shadow: 2px 1px 5px #6d6c6c;
}
.text-width p {
  font-size: 16px;
  line-height: 28px;
}
.button {
  display: inline-block;
  margin-top:30px;
}

.button a{
  display: inline-block;
  padding:15px 35px;
  color: #fff;
  margin-right: 20px;
  position: relative;
   overflow: hidden;
  z-index: 9999;
  
}
.button-black{
  background:#05a0e9;
}
.button-sky{
  background: #05a0e9;
}
 .button a:hover:before{
  transform: scale(0);
  color: #fff;
 }
.button a:before{
    height: 100%;
    width: 100%;
    background: #05a0e9;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    transform: scale(1);
    transition: .6s;
    color: #fff;
    z-index: -1;
}
.button a:last-child{background:#000;}
.button a:first-child:before{
  background: #3f3e3e;
}

.slider-activate.owl-theme .owl-dots .owl-dot {
	height: 16px;
	width: 16px;
	background: transparent;
	border: 2px solid #3f3e3e;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0;
}
.slider-activate.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  bottom: 50px;
}
.slider-activate.owl-theme .owl-dots .owl-dot span{
  margin:2px 2px;
  width: 0;
  height: 0;

}
.slider-activate.owl-theme .owl-dots .owl-dot.active{border-color:#05a0e9}
.slider-activate.owl-theme .owl-dots .owl-dot.active span {
	border-radius: 100%;
	border: 3px solid #05a0e9;
	margin-top: 3px;
	margin-left: 3px;
}

/*
4.Service Section
============================*/

.provide-heading {
    margin: 0px auto;
    width: 85%;
}

.provide-services-content h2 a {
	color: #13192d;
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
}
.border {
  border-bottom: 1px solid #f0f0f0;
  margin: 65px 0px 80px 0px;
}
.provide-heading h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #13192d;
  text-transform: capitalize;
  margin: 0;
}
.provide-heading span{
  color:#05a0e9;
}
.provied-icon {
  position: relative;
  border: 1px solid #05a0e9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 50px;
  margin: 0 auto;
  top: 15px;
  background: #fff;
  z-index: 99;
  margin-bottom: 50px;
}
.provied-icon::before {
	color: #05a0e9;
	width: 63px;
	height: 36px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: -10px;
	left: -2px;
}

.overlay-2{
  position: absolute;
  width: 0px;
  height: 100%;
  background-color: #05a0e9;
  left: -100%;
  top: 0;
  transition: 1s;
  opacity: .55;
}
.img-overlay{
  position: relative;
  overflow: hidden;
}
.provide-services-content:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.provide-services-content:hover .img-overlay img{
  transform: scale( 1.3);

}
.provide-services-content:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}

.img-overlay img{
   transform: scale(1,1);
   transition: 1s;
}

.overlay-button{
  top: 50%;left: 50%;transform: translate(-50%, -50%);
   position: absolute;
}
.overlay-button a{
	text-align: center;
	border-radius: 50%;
	background: #fff;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	margin: 0px auto;
	text-align: center;
	transition: all 1.5s cubic-bezier(0, 1.135, 0.73, 1.405);
	transform: scale(0);
	opacity: 0;
}
.overlay-button a i {
	color: #05a0e9;
	font-size: 26px;
	margin-top: 13px;
}
.border-shape{
  position: relative;

}
.border-shape:first-child::before {
	left: 15px;
	position: absolute;
	content: "";
}
.border-shape::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #05a0e9;
  top: 275px;
  left: -15px;
}
.col-md-4.col-sm-4.col-xs-12.border-shape:nth-child(3n+2) .provied-icon::before {
top:27px;
}
.provide-services-content .provied-icon i {
	color: #05a0e9;
	font-size: 30px;
	position: relative;
	z-index: 99999;
	top: 8px;
}

.provide-services-content h2{
  font-weight: 600;
  font-size: 22px;
  color: #13192d;
  margin-bottom: 0;
}

/*
5.Why Choose Us Section
============================*/
.services{
	padding-bottom: 100px;
}
.finance{
  position: relative;
  overflow: hidden;
}
.finance-left{
  width: 50%;
  position: relative;
  float: none; 
}
.finance-left::before {
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0;
  top: 0;
  width: 5000px;
  background-color: #239ed8; 
  content: '';
}
.finance {
  width: 100%;
  background: url(../img/prahnaconcepts/malaysia-bg2.png);
  background-position: 70% center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.finance-content {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 9;
	padding: 80px 90px 90px 15px
}
.batch {
	position: absolute;
	top: 50%;
	background: #239ed8;
	z-index: 3;
	border-radius: 100%;
	text-align: center;
	transform: translateY(-50%);
	right: -69px;
	padding: 10px;
	box-shadow: 0px 3px 5px 0px #143b40;
}
.batch img {
  padding: 0;
  border-radius: 100%;
  border: 1px solid #fff;
  height: 120px;
  width: 120px;
  object-fit: contain;
  object-position: center;
}
.finance-content h1 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 45px;
  margin-bottom: 40px;
}
.finance-content p{
  color: #fff;
}
.finance-content span {
  color: #fff;
  font-style: italic;
  position: relative;
  padding-left: 25px;
display: inline-block;
margin-top: 44px;
}
.finance-content span::before {
  position: absolute;
  left: 0;
  top: -40px;
  content: '';
  background-image: url(../img/quote.png);
  width: 39px;
  height: 40px;
  background-repeat: no-repeat;
}
.chooseus-img{
  position: relative;
}
.finance .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: .44;
}
.services-img {
	position: absolute;
	float: right;
	right: 0;
	width: 43%;
	margin-top: 129px;
}

.main-heading h1 {
  font-weight: 600;
  font-size: 36px;
  position: relative;
  padding-bottom: 35px;
  color: #13192d;
  margin-bottom: 55px;
  text-transform: capitalize;
}
.main-heading h1:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 100px;
  background: #05a0e9;
  bottom: 0;
} 
.services-left .media{
  margin-top: 38px;
}
.services-left .media-left{
  padding-right: 30px;
}
.services-left .media-left i {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	border: 1px solid #e2e0e0;
	color: #05a0e9;
	font-size: 30px;
	text-align: center;
}
.services-left .media-body {
	padding-top: 20px;
}
.services-left .media-body p{
  line-height: 28px;
  margin-bottom: 0;
}
.services-left .media-body h2{
  font-size: 22px;
  font-weight: 600;
  color: #13192d;
  text-transform: capitalize;
}
.services-left .media-body a{
  color: #13192d;
}
.button-gray {
	background: #05a0e9;
	text-transform: capitalize;
}

.media-icon{
    position: relative;
}
.media-icon i {
  height: 70px;
  width: 70px;
  line-height: 65px;
  border-radius: 100%;
  border: 1px solid #e2e0e0;
  color: #05a0e9;
  font-size: 30px;
  text-align: center;
  z-index: 1;
    transition: .2s;
    display: block;
}

.media-icon:before{
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #f2f2f2;
border-radius: 100%;
z-index: -1;
  transform: scale(0);
  transition: .4s;
}
.media:hover .media-icon i{
  color: #fff;
  transform: rotate(360deg);
  border-color:#05a0e9
}
.media:hover .media-icon:before{
  transform: scale(1);
  background: #05a0e9;
  color: #fff;
}

/*
6.Team Section
============================*/
.team-heading{
  padding-right: 95px;
}
.team-heading h1 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 55px;
	line-height: 45px;
	color: #13192d;
	margin-top: -5px;
}
.team-heading span{
  color: #05a0e9;
}
.team {
  padding-top: 100px;
}
.our-team{
  float: left;
  width: 47%;
  margin-right: 5%; 
}
.our-team:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.our-team:hover .img-overlay img{
  transform: scale( 1.1);

}
.our-team:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}

.our-team h4{
  margin:35px 0px 5px 0;

}
.our-team:last-child{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    float: right;
}
.our-team h4 a{
  font-weight: 600;
 
  color: #13192d;
  text-transform: capitalize;
  font-size: 20px;
}
.our-team p{
  color: #6a6c74;
   font-size: 14px;

}
.team-bottom .logo-active {
	padding-top: 0;
}
.questins-content{
  margin-bottom: 50px;
}
.questins-content:last-child{
  margin-bottom: 0px;
}
.questins-content p{
  margin-bottom: 0px;
}
.questins-content h2 {
	font-size: 22px;
	font-weight: 600;
	color: #13192d;
	line-height: 30px;
}
.questins-content h2 i {
  color: #05a0e9;
  padding-right: 20px;
  font-size: 20px;
}
.team-men{
  margin-bottom: 70px;
}
.team-men h2 {
  margin: 35px 0px 10px 0px;
  font-size: 20px;
  text-transform: capitalize;
}
.team-men h2 a{
  color: #13192d;
}
.team-men span{
 font-size: 14px;
}

.team-bottom-slide .logo-active{
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}
.brand{
  display: inline-block;
}

/*
7.Latest News Section
============================*/
.latest-news{
  padding: 100px 0px 30px 0px;
}
.thumbnail:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.thumbnail:hover .img-overlay img{
  transform: scale( 1.1);

}
.thumbnail:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
}
.thumbnail:hover 
.latest-heading {
	margin-bottom: 60px;
}
.thumbnail:hover a:before{
  width: 100%;
    transform: scaleX(1);
    color: #fff;
}
.thumbnail:hover .readmore a{
  
    color: #fff;
}
.latest-heading h1 {
	font-weight: 600;
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
	text-transform: capitalize;
	color: #282828;
}
.latest-heading h1:before
{
  height: 2px;
 width: 180px;
  position: absolute;
  content: '';
  background-color:#05a0e9;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.latest-heading h1::after {
  background: url(../img/01.png);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  height: 100%;
  width: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: 80%;
}

.latest-news .thumbnail{
  clear: both;
  border:0;
  margin-bottom: 0;
  padding:0;
  border-radius: 0;
}

.thumb-content{
   margin-top: 25px;
}
.post-info{
  float: left;
}
.post-info a i{
  color: #05a0e9;
  margin-right: 10px;
}
.post-date{
  float: right;
}
.post-date i{
  color: #05a0e9;
  margin-right: 10px;
}
.thumb-content h2 {
	display: inline-block;
	margin: 24px 0;
	text-transform: capitalize;
	width: 100%;
}
.thumb-content h2 a {
	color: #13192d;
	font-size: 18px;
	font-weight: 600;
}

.thumb-content p{
  line-height: 28px;
  height: 100px;
}
.readmore a i{
  margin-left: 10px;
}
.post-info span {
	color: #13192d;
	font-size: 16px;
}

/*
8.Client Section
============================*/
.client-active .owl-stage{
  margin-top: 36px;
}
.client-active.owl-theme .owl-dots .owl-dot {
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid #555555;
	border-radius: 50%;
	margin-right: 10px;
	padding: 0;
}
.client-active.owl-theme .owl-dots .owl-dot span{
  margin:2px 2px;
  width: 0;
  height: 0;
}
.client-active.owl-theme .owl-dots .owl-dot.active span{
 height: 8px;
width: 8px;
background-color: #555555;
border-radius: 15px;
}
.client-active.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.client{
  background-color: #f7f7f7;
  padding: 100px 0;
}
.our-client {
	background-color: #fff;
	padding: 45px;
	border-radius: 50px 0px 50px 50px;
	position: relative;
	box-shadow: 0px 10px 10px 0px #f0f0f0;
	margin-bottom: 80px;
}
.client-img{
  position: absolute;
  right: 50px;
  top: -34px;
}
.client-img img {
	border-radius: 100%;
}
.details h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.details {
	margin-bottom: 20px;
}
.details h2 a{color:#13192d}
.rating i{
  color: #f2b827;
}
.client-border-shape {
	height: 1px;
	width: 40px;
	background: #05a0e9;
	margin-top:10px;
	position:relative
}
.client-border-shape::before {
	height: 1px;
	width: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 19px;
}
.client-border-shape::after{
	height: 1px;
	width: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 7px;	
}
.logo-active{
  background-color: #fff;
  padding: 100px 0;
}
.logo-active.owl-carousel .owl-item img{
  width: 200px;
}

/*
9.About Page Section
============================*/
.about-pages{
  background:url(../img/prahnaconcepts/banner-pages.jpeg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
.pages{
  background:url(../img/prahnaconcepts/banner-pages.jpeg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
.page-heading h1{
  margin-bottom: 10px;
}
.item-one{
  margin-bottom: 10px;
}

.inner-item{
  padding: 0;
}
.item-one span i{
  margin-right: 10px;
  color: #05a0e9;
}
.progress.skill-progress {
background: #f0f0f0 none repeat scroll 0 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
height: 10px;
}
.skill-inner {
	margin-bottom: 30px;
}
.skill-inner h3 {
	color: #13192d;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}
.skill-bar {
  background: #4cc700 none repeat scroll 0 0;
  border-radius:0;
  box-shadow: none;

}
.skill-progress-bar {
	padding-right: 120px;
	position: relative;
}
.progres_count {
	right: 0;
	top: 0px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	color: #13192d;
	font-size: 18px;
	height: 50px;
	width: 70px;
	background: #f4f4f4;
	font-family: montserrat;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
}
/*
10.Service Page Section
============================*/
.service-icon {
	margin-top: 25px;
}
.service-icon .services-i-left {
	float: left;
}
.service-icon .services-i-left a {
	width: 46px;
	height: 46px;
	text-align: center;
	background-color: #05a0e9;
	color: #fff;
	display: inline-block;
}
.service-icon .services-i-left a img {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.services-i-right {
	padding-left: 0;
}
.services-i-right h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
}
.services-i-right h2 a{
  color: #13192d;
}
 .thumbnail:hover .service-button a {
  color: #05a0e9;
}
.thumbnail:hover .services-i-right h2 a{
  color: #05a0e9;
}
.service-button a i{
  margin-left: 10px;

}
.service-button a{
    color: #6d6f77;
    margin-top: 10px;
}
.service-content p {
    line-height: 28px;
    display: block;
    min-height: 60px;
    width: 95%;
}

/*
11.Team Page Section
============================*/
.team-men{
  margin-bottom: 70px;
}
.team-men:hover .img-overlay .overlay-2{
  width: 100%;
  left: 0;
}
.team-men:hover .img-overlay img{
  transform: scale( 1.1);

}
.team-men:hover .overlay-button a {
  color: #fff;
  transform: scale(1);
  opacity: 1;
} 
.team-men:hover h2 a{
  color: #05a0e9;
}
.latest-heading {
  margin-bottom: 60px;
}

.team-men h2{
  margin:38px 0px 5px 0px;
  font-size: 20px;
  text-transform: capitalize;
}
.team-men h2 a{
  color: #13192d;
}
.team-men span{
 font-size: 14px;
}

/*
12.Count Up Section
============================*/
.counterup{
  background#05a0e9;
  padding: 90px 0;
}

.count h1{
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.count h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
}

/*
13.Skill Section
============================*/

.item-one{
  margin-bottom: 10px;
}

.inner-item{
  padding: 0;
}
.item-one span i{
  margin-right: 10px;
  color: #05a0e9;
}

.progress-bar {
  background-color: #05a0e9;
}

.progress {
  height: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
   border-radius: 0px; 
  
}
.progress {

  margin-bottom: 30px;
  
}
.skill-inner h4{
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}

/*
14.Breadcrumb Section
============================*/
.breadcrumb-list ul{
  text-align: center;
}
.breadcrumb-list ul li {
	display: inline-block;
	padding: 0px 10px;
	position: relative;
}
.breadcrumb-list ul li::before {
	content: "/";
	position: absolute;
	top: 0;
	right: -7px;
	height: 100%;
	color: #555555;
}
.breadcrumb-list ul li:last-child:before{display:none;}
.breadcrumb-list ul li a{
  font-weight: 600;
}
.breadcrumb-list li:last-child a {
	color: #05a0e9;
}
.image-item img{
  display: block;
}

/*
15.Service Details Page
============================*/
.search{
  position: relative;

}
.search input{
  height: 57px;
  width: 100%;
  padding-left: 25px;
  border:1px solid #f0f0f0;
  padding-right: 85px;
}
.search button{
  position: absolute;
  right: 0;
  height: 100%;
  width: 78px;
  background-color: #05a0e9;
  color: #fff;
  border:0;
  font-size: 20px;
  outline: 0;
  top:0
}

.time-support h1,
.business-chart h1{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.business-chart {
	display: inline-block;
	margin-top: 40px;
	width:100%
}
.time-support h1:before,
.business-chart h1:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 65px;
  background-color: #05a0e9;
  left: 0;
  bottom:0 ;

}

.product-bottom {
	width: 50%;
	float: left;
	border-top: 3px solid #fff;
}
.product, .product-bottom{
  position: relative;
}

.product-bottom:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}
.product:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}

.pro-overlay{
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  display: inline-block;

}
.product-rigt{
  position: relative;
  display: block;
}
.product-rigt:hover .pro-overlay{
  opacity: .55;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: inline-block;
}

.service-tab-sec {
  float: left;
}
.service-tab-sec ul.about-tab li.active a{
  border-bottom: 2px solid #05a0e9;
  padding-bottom: 10px;
}
.service-tab-sec ul li{
  display: inline-block;

}
.service-tab-sec ul li a {
 text-decoration: none;
 border-bottom: 2px solid #f0f0f0;
  margin-right: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.service-tab-sec {
	float: left;
	margin-top: 25px;
}
.tab-content{
  margin-top: 30px;
}

.all-founder {
	padding: 30px 20px;
	border:1px solid #f0f0f0;
	margin-bottom:50px;
}
.all-founder.owl-carousel.owl-theme .owl-item .single-founder img {
height: 100px;
margin: 0 auto;
width: 100px;
border-radius: 100%;
position:relative;
z-index:9;
}
.single-founder {
	padding:15px;
	position: relative;
	text-align: center;
	font-size: 16px;
}
.person-info{margin:20px 0}
.person-info h2 {
	margin-bottom: 5px;
}
.single-founder p{
	margin-bottom:0px;
}
.all-founder.owl-carousel.owl-theme .owl-controls{text-align:center}
.all-founder.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #05a0e9;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0px 5px;
}
.all-founder.owl-carousel.owl-theme .owl-dot.active{background:#05a0e9}
.all-founder.owl-carousel.owl-theme .owl-dot span{background:none;}

/*
16.Service Crousel Section
============================*/
.service-activate{
  padding: 50px 40px 40px 40px;
  border:1px solid #f0f0f0;
  margin:60px 0;
}
.service-activate img{
  width: 109px !important;
  height: 109px;
  border-radius: 50%;
  text-align: center;
  margin:0 auto;
}
.service-activate.owl-theme .owl-dot.active {
  background: #05a0e9;
}
.service-activate.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #05a0e9;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0px 5px;
}
.service-activate.owl-theme .owl-dots .owl-dot span{
  border:1px solid #05a0e9;
  
}
.pdf p{
  width: 100%;
  display: block;
 border-top: 1px solid #f0f0f0;
 margin:0;
 padding: 13px 0;
 text-transform: capitalize;
 color: #6d6f77;
}
.pdf p:hover a{
  color: #05a0e9;
}
.pdf p:last-child{
 border-bottom: 1px solid #f0f0f0;

}



 .custom-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0px 70px 0px;
  border-radius: 4px;
}
 .custom-pagination  li{
  display: inline-block;
 }
.custom-pagination li.active a {
	background-color: #05a0e9 !important;
	color: #fff !important;
	display: inline-block;
	border-color: #05a0e9;
}
.custom-pagination li a {
  color: #6d6f77;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  line-height: 43px;
  margin-right: 10px;
  width: 45px;
  background: #fff;
  border-right: 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  display: block;
}

.custom-pagination li:last-child a {
  display: inline-block;
  width:80px;
  background-color: #262c35;
  color: #fff;
}
.custom-pagination  li a:hover{
   background-color:#05a0e9 !important;
   color: #fff !important;
   border: 1px solid #f2f2f2;
 }

/*
17.Team Details Page 
============================*/
.team-detail{
  margin:120px 0;
}

.member-img img{
  width: 100%;
  height: auto;
}

.team-member h2{
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.team-member p{
  margin-bottom: 0;
}
.adress {
  margin-bottom: 45px;
  margin-top: 45px;
}
.adress i{
  font-size: 25px;
  color: #05a0e9;
  margin-bottom: 10px;
}
.adress h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 15px;
}
.adress p{
 margin-bottom: 5px;
line-height: normal;
}
.team-social{
  float: left;
  clear: both;
}
.team-social i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #05a0e9;
  font-size: 30px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  margin-right: 14px;
}
.team-social i:hover{
  background-color: #05a0e9;
  color: #fff;
}


.about-team{
  padding: 40px 25px 35px 35px;
  background-color: #fcfcfc;
  display: inline-block;
  border:1px solid #fcfcfc;
  width: 100%;
}
.about-team:hover{
  background-color: #fff;
  border:1px solid #05a0e9;
}
.shedule {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #fcfcfc;
	margin-bottom: 100px;
}
.shed-conf{
  margin-top: 35px;
}
.shed-conf input{
  height: 48px;
  width: 100%;
  border:1px solid #f2f2f2;
  padding-left: 30px;
  margin-bottom: 20px;
}
.time{
  position: relative;
}
.time:before{
  position: absolute;
  content: '\f017 ';
  right: 25px;
  font-family: 'FontAwesome';
  top: 10px;
  z-index: 99;
  color: #6d6f77;
}
.date-pic{
  position: relative;
}
.date-pic::before {
  position: absolute;
  content: '\f073';
  right: 25px;
  font-family: 'FontAwesome';
  top: 10px;
  z-index: 99;
  color: #6d6f77;
}

.send-button{
  height: 50px;
  width: 175px;
  background-color: #2c333c;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border:0;
  position: relative;
  margin-top: 20px;
}
.massage{
  margin-top: 78px;
}
.massage textarea{
  width: 100%;
  height: 185px;
  border:1px solid #f2f2f2;
  padding-top: 25px;
  padding-left: 35px;
}

/*
18.Blog Page
============================*/
.blog-classic {
  padding: 120px 0px 50px 0px;
}
.blog-detail{
margin-bottom: 70px;
  overflow: hidden;
}
.blog-detail h2 a {
	font-size: 20px;
	margin-top: 40px;
	color: #13192d;
	display: inline-block;
	width: 100%;
}
.blog-detail p{

  margin-top: 20px;
  margin-bottom: 35px;
}
.blog-button {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  background: #05a0e9;
  border-radius: 0px 28px 28px 0px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.blog-button::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  right: 117px;
  top: 0;
  transition: .3s;
}
.blog-button:hover:before{
  width: 30px;
  background: #dcdbe0;
}
.share-button {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  background: #05a0e9;
  border-radius: 0px 28px 28px 0px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.share-button::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
  left: 16px;
  top: 0;
  transition: .3s;
}
.share-button:hover:before{
  width: 30px;
  background: #dcdbe0;
}
.blog-images{
  position: relative;
}

.date h2 {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 75px;
  background: #05a0e9;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  padding-top: 8px;
  transition: all 0.4s ease 0s;
  border-radius: 25px 25px 0px 0px;
}
.comment span{
  margin-right: 10px;
  position:relative;
}
.comment span a {
	color: #9a9ba0;
	font-size: 18px;
}
.comment span::before {
	position: absolute;
	content: "/";
	right: -15px;
	top: -2px;
}
.comment span:last-child:before{display:none;}
.comment span:last-child{
  margin-left: 10px;
}

.category {
  margin-bottom: 60px;
}
.search {
  margin-bottom: 60px;
}
.category h2{
  margin-bottom: 35px;
}
.img-left {
  width: 123px;
  float: left;
  margin-right: 30px;
}
.img-left img{
  width: 100%;
  height: auto;
}
.media-right h3{
  font-size: 22px;
margin-bottom: 10px;
font-weight: bold;

}
.all-r-post .media{
  margin-top: 30px;
}
.all-r-post .media h2{
  margin-bottom: 40px;
}
.all-r-post .media-right ul li {
  display: inline-block;
  margin-right: 10px;
}
.all-r-post .media-right ul li a{
  font-size: 12px;
  color: #6d6f77;
}
.all-r-post .media-right ul li a i {
  margin-right: 10px;
  color: #05a0e9;
  font-size: 15px;
}
.all-r-post .media-right h3 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
	color: #13192d;
	display: inline-block;
	width: 100%;
}
.category ul li{
   border-top: 1px solid #f0f0f0;
   
}
.category ul li:last-child{
   border-bottom: 1px solid #f0f0f0;
   
}
.category ul li a{
  color: #6d6f77;
  padding:15px 0px;
  display:block;
  }
  .category ul li a:hover{
  color: #05a0e9;
  }
.category ul li a span{
  float: right;
}

.keywords {
  margin-top: 60px;
}
.keywords h2{
  margin-bottom: 40px;
}
.keywords li.active a{
  color: #05a0e9;
}
.keywords li {
  display: inline-block;
  margin-right: 12px;
}
.keywords li a{
  color: #6d6f77;
}
.keywords li a:hover{
  color: #05a0e9;
}
/*
19.Blog Details Page
============================*/
.bloquote{
  position: relative;
  padding-left: 35px;
}

.bloquote::before {
  position: absolute;
  content: '\f10d ';
  left: 0;
  top: -20px;
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #f0f0f0;
}
.bloquote p{
  font-style: italic;
}
.share-button{
  width: 100%;
  overflow: hidden;
}
.blog-detail-button{
  float: left;
}
.team-detail-icons{
  margin-left: 30px;
  float: left;
  margin-top: 5px;
}
.team-detail-icons i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid #f2f2f2;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  color: #999999;
}
.team-detail-icons i:hover{background:#05a0e9;color:#fff;}

.media-left a i {
	font-size: 65px;
	color: #05a0e9;
	padding-right: 20px;
}

.single-input-field textarea {
  border: 1px solid #c3bebe;
  width: 100%;
  height: 120px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 0;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.contact-field input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c3bebe;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  color: #999999;
  height: 50px;
    border-radius: 0;
}

.contact-field input:focus, 
.single-input-field textarea:focus  { 
  border: 1px solid #239ed8; 
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #239ed8 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
  text-transform: capitalize;
  width: 170px;
  margin-top: 30px;
  font-size: 15px;
}

.single-input-fieldsbtn input[type="submit"]:hover,
.single-input-fieldsbtn input[type="submit"]:focus {
  background: #2c333c none repeat scroll 0 0;
  transition: all 0.4s ease 0s;
}
.message-input {
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.services-left .media-body h2{
  margin-bottom: 30px;
}
.media-body h4 {
	margin-bottom: 10px;
}
.media-body span {
	margin-bottom: 20px;
	display: block;
}
.media-body a{color:#6d6f77;margin-top:20px;}
.media-body p{margin-bottom:0px;}
.comment-bottom {
	margin-top: 70px;
}
.public-comment {
	margin: 70px 0px;
}
.gallery .col-md-4.col-sm-4.col-xs-6 {
	padding: 5px;
}
.image-item{position:relative;overflow:hidden;}
.image-item:hover .gallery-overlay{visibility:visible;opacity:1;transition: all 0.4s ease 0s;transform:scale(1);}
.image-item:hover .gallery-overlay li a{transform:scale(1);transition: all 0.4s ease 0s;}
.gallery-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	transition: all 0.4s ease 0s;
	opacity: 0;transform:scale(10);
}
.gallery-overlay ul {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.gallery-overlay li {
	display: inline-block;
	margin: 0px 5px;
}
.gallery-overlay li a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	transform: scale(0);
	border: 1px solid #fff;
}
/*
20.Contact Page
============================*/
.contact-page-map {
    width: 75%;
    margin: 0 auto 80px auto;
}
.company-brach-title h1 {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	color: #13192d;
	text-transform: capitalize;
	margin: 0;
}
.company-brach-title span {
	color: #05a0e9;
}
.table-dsc.table-responsive {
	margin-bottom: 65px;
	margin-top: 10px;
}
.table-dsc table{background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-radius: 0;
text-align: center;
width: 100%;}
.table-dsc table tbody tr:nth-child(even) {background: #f0f0f0}
.table-dsc table tbody tr:nth-child(odd) {background: #eaeaea}
.table-dsc table th{background: #05a0e9 none repeat scroll 0 0;
text-align: center;}

.table-dsc table th, .table-dsc table td {
color: #fff;
font-size: 20px;
padding: 25px 0;
text-transform: capitalize;
border: 1px solid #fff;
}
.table-dsc tbody td,
.table-dsc tbody td a {
	color: #999a9e;
	padding: 14px 5px;
	font-size: 18px;
}

/*
21.Footer Section
============================*/
footer {
  background: #333;
  padding: 0px 0 0px;
}

.footer-sec {
  padding: 45px 0 30px 0;
}
.footer-sec h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
}

.footer-sec p {
  color: #fff;
  font-size: 14px;  
}
.footer-wedget-one img { 
    width: 65%;
    margin: 0px auto 40px auto;
}
.footer-social-profile li{display:inline-block;margin-right:10px}
.footer-social-profile li a {
	border: 1px solid #ededed;
	border-radius: 1100%;
	color: #ededed;
	display: inline-block;
	height: 40px;
	line-height: 36px;
	text-align: center;
	width: 40px;
}
.footer-wedget-one li a:hover{background:#05a0e9;color:#fff;border-color:#10cb7f; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
 
.footer-widget-menu li{position:relative}
.footer-widget-menu li a { 
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 0;
    text-transform: capitalize;
    color: #fff;
}
.footer-widget-menu li a:hover{color:#05a0e9;transition: all 0.4s ease 0s;}
.recent-time {
  margin-bottom: 18px;
}
.recent-time span{
  color: #05a0e9;
  font-size: 13px;
}
.recent-time p {
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-bottom-sec {
  border-top: 1px solid #000;
  padding: 24px 0;
  background-color: #000; 
}
.footer-bottom-sec p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.copy-right span,
.copy-right span a{ 
text-transform: capitalize;
}

.contact-inner-desc {
	padding-left: 30px;
  color: #fff;
  font-size: 14px;
}
.contact-inner-icon {
	display: inline-block;
	float: left;
  color: #fff;
}
.wedget-contact-inner {
	margin-bottom: 20px;
  color: #fff;
}

.contact-inner-desc a { 
  color: #fff;
} 

.contact-inner-desc a:hover,
.contact-inner-desc a:focus{ 
  color: #05a0e9;
} 

.square-bullets {
    list-style: square; 
    padding: 0 20px; 
}

.square-bullets li{
  margin-bottom: 10px; 
}
 
.our-mission p {
    font-size: 17px;
    line-height: 1.65;
    text-align: justify;
}

.trackrecord-button {
   color: #05a0e9;
}

.trackrecord-button a:hover,
.trackrecord-button a:focus{ 
background:#05a0e9;color:#fff;border-color:#10cb7f; transition: all 0.4s ease-in-out 0s;
} 


.img-100 {
  width: 100%;
}

.service-img {
    height: 25em;
    object-fit: cover;
    object-position: center;
}

.service-content {
    margin-bottom: 45px;
}

.error404 h1 {
    font-size: 150px;
    text-align: center;
    color: #03a8f2;
}

.error404 h2 {
    font-size: 25px; 
    text-align: center;
    text-transform: none; 
}

.title { 
    text-align: center;
    color: #05a0e9; 
}

.section-content {
    margin: 25px auto 70px auto;
}

#success_message {
    margin: 20px 0;
    border: 1px solid green;
    text-align: center;
    color: #fff;
    padding: 10px;
    line-height: 1;
}

#success_message h3 {
    margin-bottom: 0 !important;
    color: green;
}