body {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	max-width: 1366px;
	color: #575757;
	letter-spacing: 0;
	line-height: 1.7;
	font-family: 'Quicksand', sans-serif;
}

a {
	text-decoration: none!important
}

.rm-padding {
	padding: 0
}

.rmr-padding {
	padding-right: 0
}

.rml-padding {
	padding-left: 0
}

.relative {
	position: relative
}
p b
{
    color:#111;
    font-family: 'Hind', serif;
    font-weight:500
}
.general_row {
	display: block;
	position: relative;
	margin: 0;
	padding: 70px 0;
    background: #F4F4F4;	
}
.hidden_block
{
    overflow: hidden
}
.main_title {
	display: inline-block;
    margin: 0 0 50px;
    padding: 0;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 3.8rem;
    color:#162f63;
    font-family: 'Roboto', sans-serif;
}
.main_title span {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
    font-family: 'Hind', serif;
}
.sub_title {
	display: inline-block;
	margin: 10px 0 20px;
	text-transform: capitalize;
	font-size: 1.5em;
	font-family: 'Source Sans Pro', sans-serif
}

.mobile_banner {
	display: none!important
}

/*-----------------banner---------------*/


.main_banner {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #000;
}

.slide_text {
	position: absolute;
width: 70%;
top: 38%;
left: 7%;
display: block;
z-index: 999;
padding: 0;
}

.slide_text h2 {
	display: inline-block;
margin: 0;
color:#fff;
font-size: 50px;
letter-spacing: .04rem;
font-weight: 600;
line-height: 1.2;
font-family: 'Hind', sans-serif;
text-transform: uppercase;
text-shadow: 0 6px 3px rgba(0,0,0,.3);
font-style:italic
}
.slide_text h2 span
{
    color:#fff;
    font-size:3rem;
    display:block;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.1);
	z-index: 9
}
.icon--scroll-info {
	display: block;
	position: absolute;
	width: 22px;
	height: 40px;
	left: 50%;
	bottom: 5%;
	margin-left: -9px;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 25px;
	z-index: 99;
	background:#fff
}
.icon--scroll-info::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 6px;
	top: 5px;
	border-radius: 4px;
	background-color: #000;
	animation: fadeInDown 2s infinite;
	-webkit-animation: fadeInDown 2s infinite
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(18px)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(0)
	}
	100% {
		opacity: 1;
		transform: translateY(18px)
	}
}
/*--------------About row------------------*/
.about_row
{
    
}
.track_box
{
    display:block;
    width:450px;
    min-height:200px;
    position:absolute;
    z-index:9;
    top:-80px;
    right:150px;
    box-shadow:0 0 15px rgba(0,0,0,.1)
}
.track_box h2
{
    display:block;
    background:#162f63;
    color:#fff;
    font-size:18px;
    font-family: 'Quicksand', sans-serif;
    padding:30px 15px 30px 80px;
    margin:0 0 30px;
}
.track_box h2 img
{
    position:absolute;
    top:15px;
    left:15px;
    width:50px;
}
.track_box .form-control
{
    height:45px;
    border-radius:0;
    box-shadow:none;
    border-color:transparent;
    background:#efefef;
}
.track_box .find_btn
{
    position:absolute;
    right:15px;
    bottom:-15px;
    margin:0;
    display:inline-block;
    padding:8px 25px;
    color:#162f63;
    background:#00e3b1;
    text-transform: uppercase;
    letter-spacing:0.04rem;
    border-radius: 5px;
    font-size:14px;
    font-family: 'Hind' , serif;
    font-weight:500;
     box-shadow: 0 5px 10px rgba(0,0,0,.15);
     border:0;
}
.track_box .find_btn:hover,.track_box .find_btn:focus
{
    
    color:#fff;
    background:#162f63;
}
.gen_btn
{
    display:inline-block;
    margin:40px 0 0;
    padding:8px 20px;
    color:#fff;
    background:#162f63;
    font-family: 'Hind' , serif;
    font-weight:500;
    text-transform: uppercase;
    font-size:14px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.gen_btn:hover,.gen_btn:focus
{
    background:#00e3b1;
    color:#162f63;
}
/*--------------feature row------------------*/
.feature_row
{
    background:#f4f4f4;
    padding:40px 0;
}
.block
{
    display:block;
    margin:10px 0;
    padding:30px;
    text-align:center;
    background:#fff;
    border-radius:5px;
    border:1px solid #efefef
}
.block img
{
    width:120px;
}
.block h2
{
    display:block;
    margin:25px 0 0;
    font-size:18px;
    font-family: 'Hind', serif;
    letter-spacing:.04rem;
    color:#111;
    text-transform:uppercase;
    line-height:1.6;
    font-weight:500
}


/*----------testimonial------------*/

.testimonial
{
    display:block;
    margin-top:30px;
    padding:80px 15px 35px;
    position:relative    
}
.testimonial::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 46%;
    color: #ccc;
    font-size: 3em;
}

.testimonial p
{
    font-size:16px
}
/*------------Serve Industry row----------*/
.serveInd_row
{
    padding:0;
    background: #162f63;
}
.serveInd_row .s_img
{
    width:100%;
    height:620px;
}
.si_content
{
    display:block;
    margin:0;
    padding:70px 70px 65px 100px;
    overflow:hidden;
}
.si_content .main_title
{
    color:#fff;
    margin-bottom:40px;
}
.si_content .main_title span {
    color: #00e3b1;
}
.si_content p
{
    font-size:16px;
    color: #a3bff7;
}
.gen_ul {
    padding: 0;
    margin: 25px 0  0;
    list-style-type: none;
}
.gen_ul li p {
   position: relative;
    padding-left: 60px;
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}
.gen_ul li p strong
{
    font-family: 'Hind', serif;
    font-weight:500;
    color: #162f63;
}
.gen_ul li p img {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
}
.gen_ul li:last-child p {
    margin-bottom: 0px;
}
/*------------address----------*/
.address_row
{
    padding:70px 0 0;
}


.address_row .block_group
{
    display:block;
    position:relative;
    z-index:11;
    margin:0;
    padding:0;
    overflow:hidden;
     /* border-top: 1px solid #dfeafe;*/
}
.address_row .block_group .address_block
{
        display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 20px 20px;
    margin: 0px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    min-height: 265px;
    border-radius: 5px;
}
/*.address_row .block_group .address_block:after {
    position: absolute;
    content: '';
    height: 200px;
    top: 0;
    left:0;
    width: 200px; 
    border:1px solid blue;
}*/
.address_row .block_group .block_border
{
/*     min-height:291px;
    border-left: 1px solid #dfeafe;
    border-right: 1px solid #dfeafe;*/
   
}
.address_row .block_group .address_block .heading_title
{
    display:block;
    margin-bottom:10px;
    overflow:hidden;
}
.address_row .block_group .address_block h2
{
    display: block;
    vertical-align: middle;
    margin: 15px 0px 0px;
    font-size: 18px;
    color: #162f63;
    font-family: 'Hind', serif;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.address_row .block_group .address_block  p
{
    display:block;
    margin:0 0 20px;
    padding-left: 0px; 
    font-size:14px
}
.address_row .block_group .address_block i
{
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    font-size: 35px;
    color: #fff;
    background: #00e3b1;
    border: 1px solid #00e3b1;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    padding-top: 12px;
}
.address_row .block_group .map_link
{
    display:block;
    text-align:center;
    margin:20px 0 10px;   
    padding: 17px 5px 12px;
    color: #fff;
    background:#162f63;
    font-family: 'Hind', sans-serif;
    line-height: 1;
    letter-spacing:2px;
    text-transform:uppercase;
    border-radius:5px;
}
.address_row .block_group .map_link:hover
{
    opacity:.8
}
.address_row .block_group .address_block  .social
{
    display: block;
    padding: 0;
    margin-top: 20px;
    text-align: center;
}
.address_row .block_group .address_block .social a {
    display: inline-block;
    font-size:20px;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    color: rgba(255,255,255,.5);
    padding: 0px;
    margin-right: 10px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.address_row .block_group .address_block .social a i
{
    width:35px;
    height:35px;
    font-size:20px;
    padding-top: 7px;
    border-color:#00e3b1;
    color:#fff;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.address_row .address_block .block .social a:hover i
{
    border-color:#E5BA35;
    color:#E5BA35;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.address_row .block_group .address_block .social a:hover
{
    color:#E5BA35;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
/*----------Footer row------------*/
.footer_row
{
    background:#dfeafe;
    padding:40px 0;
}

.footer_title
{
    display:inline-block;
    margin:0px;
    color:#162f63;
    font-size:2em;
    letter-spacing:.04rem;
}
.footer_title span
{
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: 'Hind', serif;
    letter-spacing: 2px;
    font-weight:500
}

/*--------------copyright row------------------*/
.copyright_row {
	padding: 25px 0;
	background: #162f63;
	text-align: center
}

.copyright_row p {
	font-size: 13px;
	color: rgba(255,255,255,.4);
	margin: 0;
	line-height: 1;
	font-style: normal
}

.copyright_row p a {
	font-size: 12px;
	color: rgba(255,255,255,.4);
}

.copyright_row p a:hover {
	color: #dba73e
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 6%;
	right: 3%;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	visibility: hidden;
	opacity: 0;
	line-height: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
	padding: 8px 5px;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	border-radius: 5px
}

.cd-top i {
	font-size: 20px;
	color: #162f63
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
	background: #00e3b1;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
	color: #162f63
}
/*--------------other pages-------------*/
.Pagebanner_row
{
    display:block;
    margin:0;
    padding:0;
    width:100%;
    height:350px;
    background:url('../images/mainSlider/pageBanner.jpg')no-repeat center;
    background-size:cover;
}
.gen_block {
    display: block;
    position: relative;
    background: #fff;
    padding: 50px 30px;
    margin: 70px 0 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.gen_block .icon_block {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 17px 0px;
    text-align: center;
    background: #162f63;
    top: -31%;
    left: 50%;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
}
.gen_block h2 {
    display: block;
    text-align:center;
    margin: 30px 0px;
    font-size: 2.5rem;
    font-family: 'Hind', serif;
    color: #00e3b1;
}
.gen_block p {
    font-size: 16px;
}
.gen_block .it-22
{
    top:-22%;
}
/*--------contact page-----------*/
.contact_form {
    display: block;
    margin-top: 30px;
}
.form-control {
    border-radius:5px;
    height: 45px;
    box-shadow: none;
    margin-bottom: 25px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #00e3b1;
}
textarea.form-control {
    height: auto;
}
.send-btn 
{
    margin-top: 5px;
    border: 0;
    border-radius:5px;
    text-transform: uppercase;
    font-family: 'Hind' , sans-serif;
    font-size: 20px;
    padding: 8px 10px;
    color: #fff;
    background: #162f63;
    display:block;
}
.send-btn:hover,.send-btn:focus
{    
    color: #162f63;
    background: #00e3b1;
}
.btn-search
{
    display:block;
    margin: 0;
padding: 11px 20px 8px;
color:#fff;
background:#162f63;
font-family: 'Hind' , serif;
font-weight: 500;
text-transform: uppercase;
font-size: 16px;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.btn-search:hover,.btn-search:focus
{
background:#00e3b1;
color:#162f63;
}
.gen_table {
    display: table;
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
    background: #fff;
    border: 1px solid   #D9D9D9;
}
.gen_table tr:nth-child(2n) {
    background: #efefef;
}
.gen_table tr td {
    padding: 7px 15px;
    font-size: 16px;
    border: 1px solid #D9D9D9;
}
.gen_table tr td:first-child 
{
    font-family: 'Hind', serif;
    color: #162f63;
    width:25%;
}
.gen_table tr:first-child td:nth-child(2) 
{
    font-family: 'Hind', serif;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}
.error_message
{
    display:block;
    text-align:center;
    font-size:15px;
    background:#efefef;
    border-radius:3px;
    padding:5px 10px;
    color:#f00;
}
.requirefieldLbl {
	padding: 2px 7px;
	position: absolute;
	bottom: 3px;
	left: 15px;
	color: #fff;
	display: block;
	margin-top: -24px;
	z-index: 1000;
	background-color: red!important;
	border-radius: 3px;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: .02rem;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
	animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	transform-origin: left top
}

@keyframes shoReq {
	from {
		transform: scale(0) rotate(45deg);
		opacity: 0
	}
	to {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

.requirefieldLbl::after {
	position: absolute;
	content: '';
	top: -6px;
	left: 5px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid red!important;
	z-index: 95
}

   /* Ensure all navbar links and dropdowns share the same font and color */
    .navbar-nav > li > a,
    .navbar-nav .dropdown-menu > li > a {
        font-family: inherit;
        font-size: inherit;
        color: #000000; /* Matches default text color for navbar-inverse */
    }

    /* Hover styles for all nav items */
    .navbar-nav > li > a:hover,
    .navbar-nav .dropdown-menu > li > a:hover {
        background-color: #162f63; /* Adjust to match hover color */
        color: #00e3b1;
    }

    /* Remove underline */
    .navbar-nav .dropdown-menu > li > a {
        text-decoration: none;
    }

    /* Dropdown styling */
    .navbar-nav .dropdown-menu {
        background-color: #ffffff;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #08080800;
}


.custom-img-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.main-image {
    border-radius: 15px;
    position: relative;
    z-index: 2;
    display: block;
}

.border-back {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 4px solid #162f63; /* Customize color */
    z-index: 1;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}





.timeline-container {
  padding: 60px 20px;
  background: #fdfdfd;
  font-family: 'Segoe UI', sans-serif;
}

.timeline-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 60px;
}

/* Timeline Line */
.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, #007bff, #00c6ff);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 10px;
}

/* Timeline Items */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Card Content */
.timeline-content {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  color: #222;
}

/* Slightly richer soft backgrounds per item */
.timeline-item:nth-child(1) .timeline-content {
  background: #ffe9d6; /* Warm pastel orange */
}
.timeline-item:nth-child(2) .timeline-content {
  background: #daf5ef; /* Soft mint green */
}
.timeline-item:nth-child(3) .timeline-content {
  background: #ebe3f5; /* Light lavender */
}
.timeline-item:nth-child(4) .timeline-content {
  background: #d8eaff; /* Sky blue pastel */
}

/* Add a subtle glow on hover */
.timeline-content:hover {
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.2);
  transform: translateY(-3px);
}

.timeline-content .circle {
  background: #007bff;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1rem;
  box-shadow: 0 0 10px rgba(0,123,255,0.3);
}

/* Dots on the Line */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 24px;
  width: 18px;
  height: 18px;
  background: white;
  border: 4px solid #007bff;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.left::before {
  right: -9px;
}

.timeline-item.right::before {
  left: -9px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::after {
    left: 20px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    text-align: left;
  }
  .timeline-item::before {
    left: 10px;
  }
  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-item {
  padding: 15px 30px;
  position: relative;
  width: 50%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:nth-child(1) {
  animation-delay: 0.2s;
}
.timeline-item:nth-child(2) {
  animation-delay: 0.4s;
}
.timeline-item:nth-child(3) {
  animation-delay: 0.6s;
}
.timeline-item:nth-child(4) {
  animation-delay: 0.8s;
}



.cta-section {
  background: linear-gradient(to right, #f5faff, #e0f1ff);
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  margin: 60px 20px;
}

.cta-content h2 {
  font-size: 30px;
  color: #162f63;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 18px;
  color: #333;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.cta-content p span {
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.cta-button {
  display: inline-block;
  background-color: #162f63;
  color: white;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #fff;
}



/* 
.stats-section {
      padding: 80px 20px;
      background: #f2f7ff;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .stat-box {
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      width: 220px;
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.4s ease, opacity 0.6s ease;
      opacity: 0;
      transform: translateY(40px);
    }

    .stat-number {
      font-size: 36px;
      font-weight: bold;
      color: #2c72d2;
      margin: 0;
    }

    .stat-label {
      font-size: 16px;
      margin-top: 10px;
      color: #555;
    }

    .fade-in {
      opacity: 1 !important;
      transform: translateY(0px) !important;
    }

    @media (max-width: 768px) {
      .stat-box {
        width: 100%;
        max-width: 300px;
      }
    } */


    .stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
  padding: 20px;
}

.stat-card {
  border: 1.5px solid #ddd;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  position: relative;
  
}

.stat-card:hover {
  transform: translateY(-4px);
}

.stat-top {
  padding: 25px 15px 15px;
}

.stat-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  font-weight: 500;
}

.stat-bottom {
  padding: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: white;
  position: relative;
}

.stat-bottom::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
  clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0% 100%, 0% 30%);
}

/* Card-specific Colors */
.web-designing .stat-icon { color: #008080; }
.web-designing .stat-bottom::before { background-color: #008080; }

.web-development .stat-icon { color: #e74c3c; }
.web-development .stat-bottom::before { background-color: #e74c3c; }

.brand-building .stat-icon { color: #27ae60; }
.brand-building .stat-bottom::before { background-color: #27ae60; }

.responsive-design .stat-icon { color: #34495e; }
.responsive-design .stat-bottom::before { background-color: #34495e; }

.stat-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When in view */
.stat-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #162f63;
}
    