body{font-family: 'open sans'}
.text-blue{color: #143486}
.text-danger{color: #910B21 !important}
.bg-blue{background: #143486}
.border-blue{border-color: #143486 !important}
.bg-danger, .btn-danger{background: #910B21 !important;border-color: transparent;}
.counter{border-radius: 30px}
.counter .count-up{border-right: 2px solid !important}
.counter .col-12:nth-last-child(1) .count-up{border-right: none !important}
.counter-count::after{content: "+"; display: inline-block; margin-left: 4px}
.list-circle li{line-height: 30px;display: flex; margin-bottom: 4px}
.list-circle li span{background: #910b21;border-radius: 50px;color: #fff;width: 26px;height: 26px;display: inline-block;text-align: center;margin-right: 6px; padding: 0 8px}
.home-banner{background: url("../images/banner-img.jpg"); background-size: cover}

/*timeline*/
.page-header{border-bottom:2px solid #b2b7bd;
 }


.page-header{border-bottom:2px solid #b2b7bd;
 }

.timeline {

  font-weight: 400; 
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #143486;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 60px;
  position: relative;
     
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;

}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
/*  border: 1px solid #dbdbdb;*/
  border-radius: 12px;
  padding: 20px 8px;
  position: relative;
/*  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
/*  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
  background:#fff;

}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
/*
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
*/
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
/*
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
*/
  content: " ";
}
.timeline > li > .timeline-badge {
  width: 80px;
  height: 80px;
  line-height: 20px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 47.4%;
  margin-left: -10px;
  background-color: #910B21;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;
   }
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}


.timeline-inverted > .timeline-heading {
  position: absolute;
    left: 39%;
    top: 32%;
}

.timeline-left > .timeline-heading {
  position: absolute;
    right: 38.5%;
    top: 32%;
}

.timeline-left .timeline-body {
  text-align: right
}

.timeline li:nth-child(1){margin-top: 14px}
.timeline li:nth-last-child(1){margin-bottom: 20px}


@media screen and (max-width:500px){
    .timeline{text-align: center;padding: 0}
    .timeline::before{display: none;}
    .timeline > li > .timeline-badge{margin: auto}
    .timeline-left > .timeline-heading, .timeline-inverted > .timeline-heading{position: initial}
    .timeline > li > .timeline-panel, .timeline > li.timeline-inverted > .timeline-panel{float: none; padding: 0}
    .timeline-left .timeline-body{text-align: inherit}
    .timeline > li > .timeline-panel{width: auto}
    .timeline > li > .timeline-badge{position: initial}
    .timeline > li {margin-bottom: 30px;}
    .timeline li:nth-child(1){margin-top: 0}
.timeline li:nth-last-child(1){margin-bottom: 0}
}

/*timeline end*/

/*Testimonials start*/
.testimonial-section{
  background: #3498db;
  padding: 40px 0;
}

.inner-width{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1{
  text-align: center;
  color: #333;
  font-size: 24px;
}

.border{
  width: 100px;
  height: 3px;
  background: #333;
  margin: 40px auto;
}

.testimonial{
  background: #910B21;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  text-align: center
}

.test-info{
  display: flex;
  align-items: center;
}

.test-pic{
  width: 50px !important;
  margin-right: 15px;
}

.test-name{
  font-size: 14px;
  color: #333;
}

.test-name span{
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.testimonial a{color: #FDB61A; text-decoration: none}
.testimonial p{
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #fff;
  max-height: 112px;
  overflow: hidden;
}

.owl-nav{display: block !important; margin: 0 -60px;position: relative; top: -150px;}
.owl-nav .owl-prev{float: left;}
.owl-nav .owl-next{float: right;}
.owl-nav .owl-prev, .owl-nav .owl-next{width: 40px;height: 40px;background: #000 !important;border-radius: 50px;}
.owl-nav .owl-prev span, .owl-nav .owl-next span{font-size: 42px;line-height: 24px;color: #fff;}

.footer p{font-size: 20px; font-weight: 600}
/*Testimonials end*/

@media screen and (max-width:500px) {
    .btn{width: 100%}
    
.counter .count-up{border-bottom: 2px solid !important; border-right:none !important; padding: 10px; margin: 0 20px}
.counter .col-12:nth-last-child(1) .count-up{border-bottom: none !important}
    .owl-nav{margin: 0 -24px}
    
}



/*services Start*/
.service-icon{
    background: #fff;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 14px;
    display: flex;
    justify-content: center
}
.service-icon img{width: 100px !important}

.categories .owl-nav .owl-prev, .categories .owl-nav .owl-next{background: #fff !important;}
.categories .owl-nav .owl-prev span, .categories .owl-nav .owl-next span{color: #910b21;}
/*services End*/