/********** Template CSS **********/
:root {
  --primary: #ffd54d;
  --secondary: #ffd54d;
  --light: #F4F6F8;
  --dark: #0a489b;
}
.pt-6 {
  padding-top: 90px;
}
.pb-6 {
  padding-bottom: 90px;
}
.py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.btn {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  transition: .5s;
}
.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: -1px;
  left: 50%;
  background: var(--primary);
  transition: .5s;
}
.btn.btn-primary::after {
  background: var(--dark);
}
.btn:hover::after,
.btn.active::after {
  width: 50%;
  left: 25%;
}
.btn-primary {
  color: #FFFFFF;
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 28px;
  height: 28px;
}
.btn-lg-square {
  width: 46px;
  height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 0;
  margin-left: -22px;
  border-radius: 0;
  z-index: 99;
}
.bg-dark-radial {
  background-size: 3px 3px;
}
.bg-light-radial {
  background-size: 3px 3px;
}
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  padding: 35px 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: .5s;
  border: none;
}
.nav-slice {
  margin-left: 65px !important;
}
.nav-slice:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: var(--primary);
  transform: skew(40deg);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 15, 40, .7);
  z-index: 1;
}
@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }
  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}
.page-header {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.service-item {
  min-height: 435px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-item.bg-dark h5 {
  color: #FFFFFF;
}
.service-item.bg-dark p {
  color: #FFFFFF;
}
.service-item .service-icon {
  margin-top: -50px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid var(--primary);
}
.service-item .service-icon i {
  transition: .2s;
}
.service-item:hover .service-icon i {
  font-size: 60px;
}
.portfolio-item {
  margin-bottom: 10px;
}
.portfolio-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  padding: 0 30px;
  right: 30px;
  left: 30px;
  bottom: -60px;
  background: #FFFFFF;
  z-index: 3;
}
.portfolio-item .img-fluid {
  min-height: 400px;
  max-height: 400px;
}
.portfolio-btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  font-size: 120px;
  line-height: 0;
  transition: .1s;
  transition-delay: .3s;
  z-index: 2;
  opacity: 0;
}
.portfolio-item:hover .portfolio-btn {
  opacity: 1;
}
.portfolio-box::before,
.portfolio-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  transition: .5s;
  z-index: 1;
  background: rgba(4, 15, 40, .7);
}
.portfolio-box::before {
  left: 0;
}
.portfolio-box::after {
  right: 0;
}
.portfolio-item:hover .portfolio-box::before {
  left: 0;
  width: 50%;
}
.portfolio-item:hover .portfolio-box::after {
  right: 0;
  width: 50%;
}
@media (min-width: 992px) {
  .testimonial,
  .contact-form {
    margin-left: -90px;
  }
}
@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: var(--primary)
  }
}
.footer-shape::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: var(--primary);
  transform: skew(40deg);
}
/*================================================
 Our Services Wrapper
================================================
*/
.our-services-wrapper:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.82;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.our-services-wrapper {
  padding: 71px 0 80px;
  background: rgba(0, 0, 0, 0) url("../img/services-bg.jpg") no-repeat fixed left top / cover;
  float: left;
  position: relative;
  width: 100%;
  z-index: 9;
}
.inner-page-wrapper.our-services-wrapper:before {
  display: none;
}
.inner-page-wrapper.our-services-wrapper {
  background: none;
  padding: 50px 0 80px;
}
.inner-page-wrapper .single-services .media-body a {
  color: #2d2e2e;
  font-weight: 600;
}
.inner-page-wrapper .single-services .media-body p {
  color: #2d2e2e;
}
.our-services-wrapper .section-title {
  margin: 0;
}
.our-services-wrapper .section-title h2 {
  color: #fff;
}
/** Single featured **/
.single-services {
  padding-top: 30px;
}
.single-services .media i {
  max-height: 64px;
  max-width: 64px;
  object-fit: cover;
  font-size: 30px;
  transition: transform .3s ease-in-out;
  width: 50px;
  float: left;
  text-align: center;
}
.single-services .media-body {
  padding-left: 15px;
}
.single-services .media-body a {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
}
.single-services .media-body p {
  padding-top: 5px;
  color: #999;
  margin: 0;
}
.single-services:hover a {}
.single-services:hover i {
  transform: rotateY(-180deg);
}
.single-bolg a.read-more {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 5px 7px 5px 13px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.single-bolg a.read-more i {
  color: #fff;
}
.single-bolg a.read-more:hover {
  color: #fff;
}
/*
/* ==============
  Pricing
===================*/
.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  max-width: 270px;
  position: relative;
  text-align: left;
}
.pricing * {
  position: relative;
}
.pricing:before {
  background: #f7f7f7;
  background: rgba(30, 30, 30, .06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing .title {
  line-height: 32px;
  padding: 17px 20px 21px;
}
.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}
.pricing .price-box {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
}
.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}
.pricing .price-box .icon .livicon {
  height: 60px !important;
}
.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle;
}
.pricing .price-box .price {
  font-size: 35px;
  font-weight: bold;
  margin: 13px 0 0;
  color: rgba(0, 0, 0, 0.8);
}
.pricing .price-box .price span {
  font-size: 12px;
}
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .options li {
  color: #999;
  color: rgba(30, 30, 30, .4);
  line-height: 22px;
  padding: 13px 10px 13px 20px;
  position: relative;
}
.pricing .options li span {
  color: #1e1e1e;
  display: none;
  left: 25px;
  line-height: 1;
  position: absolute;
  top: 16px;
}
.pricing .options li.active {
  color: #1e1e1e;
}
.pricing .options li.active span {
  display: block;
}
.pricing .bottom-box {
  border-top: 1px solid rgba(30, 30, 30, .1);
  background: rgba(30, 30, 30, .05);
  overflow: hidden;
  padding: 19px 19px 20px;
}
.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30, 30, 30, .7);
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.pricing .bottom-box .rating-box {
  float: right;
}
.pricing .bottom-box .btn {
  font-weight: 600;
  margin: 19px 0 0;
  width: 100%;
  border-radius: 20px;
  color: #fff !important;
  font-size: 16px;
}
.pricing.prising-info:before {
  background: rgba(1, 165, 219, .06);
}
.pricing.prising-info .title a {
  color: #01a5db;
}
.pricing.prising-info .price-box .icon {
  color: #35beeb;
  border-color: #35beeb;
}
.pricing.prising-info .options li,
.pricing.prising-info .bottom-box {
  border-color: rgba(1, 165, 219, .1);
  color: rgba(1, 165, 219, .4);
}
.pricing.prising-info .bottom-box {
  border-top: 1px solid rgba(1, 165, 219, .1);
  background: rgba(1, 165, 219, .05);
}
.pricing.prising-info .options li span,
.pricing.prising-info .bottom-box .more,
.pricing.prising-info .options li.active {
  color: #01a5db;
}
.pricing.pricing-success:before {
  background: rgba(132, 162, 0, .06);
}
.pricing.pricing-success .title a {
  color: #84a200;
}
.pricing.pricing-success .price-box .icon {
  border-color: #9ab71a;
  color: #9ab71a;
}
.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
  border-color: rgba(132, 162, 0, .1);
  color: rgba(132, 162, 0, .4);
}
.pricing.pricing-success .bottom-box {
  border-top: 1px solid rgba(132, 162, 0, .1);
  background: rgba(132, 162, 0, .05);
}
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li span,
.pricing.pricing-success .options li.active {
  color: #84a200;
}
.pricing.pricing-error:before {
  background: rgba(212, 7, 70, .06);
}
.pricing.pricing-error .title a {
  color: #d40746;
}
.pricing.pricing-error .price-box .icon {
  border-color: #de2a61;
  color: #de2a61;
}
.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
  border-color: rgba(212, 7, 70, .1);
  color: rgba(212, 7, 70, .4);
}
.pricing.pricing-error .bottom-box {
  border-top: 1px solid rgba(212, 7, 70, .1);
  background: rgba(212, 7, 70, .05);
}
.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
  color: #d40746;
}
.icon.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
.pricing-warning:before {
  background-color: rgba(248, 148, 6, .06) !important;
}
.pricing.pricing-info:before {
  background: rgba(1, 165, 219, .06);
}
.pricing-warning .title a,
.pricing-warning .options li.active,
.pricing-warning .options li span,
.package .title a,
.package .price-box .price {
  color: #f89406 !important;
}
.pricing.pricing-info .options li span,
.pricing.pricing-info .bottom-box .more,
.pricing.pricing-info .options li.active {
  color: #01a5db;
}
.pricing.pricing-info .options li,
.pricing.pricing-info .bottom-box {
  border-color: rgba(1, 165, 219, .1);
  color: rgba(1, 165, 219, .4);
}
.pricing.pricing-warning .options li {
  color: rgba(248, 148, 6, .4);
}
.pricing.pricing-info .title a {
  color: #01a5db;
}
.plan-card {
  margin: 0px 0px 50px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.plan-card .plan-icon {
  display: inline-block;
  font-size: 35px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  line-height: 76px;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 50%;
  background: #67a8e4;
  box-shadow: 0 0 3px #cccccc;
  transition: all .3s;
}
.plan-card sup {
  font-size: 17px;
  font-weight: 300;
  padding-left: 10px;
  top: 0.5rem;
}
.plan-features .btn.btn-primary {
  padding: 20px 50px;
  border-radius: 50px;
  margin: 20px 0px;
}
.plan-div-border {
  padding: 10px 0px;
  font-weight: 300;
  font-size: 18px;
}
.plan-card .plan-price span {
  font-size: 15px;
  vertical-align: middle;
}
.plan-card .plan-features p {
  line-height: 32px;
}
.location-icon p i {
  position: absolute;
  margin-left: -25px;
  margin-top: 3px;
}
/*
// timeline css
*/
.timeline-container {
  width: 80%;
  padding: 50px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
.timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1
}
.timeline-block {
  width: -webkit-calc(50% + 18px);
  width: -moz-calc(50% + 18px);
  width: calc(50% + 18px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-block-right {
  float: right;
}
.timeline-block-left {
  float: left;
  direction: rtl
}
.marker {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #FDBE33;
  margin-top: 10px;
  z-index: 9;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 30px;
}
.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}
.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500
}
.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}
.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }
  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-block-right {
    float: none;
  }
  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}
#contactform form input {
  border: 1px solid #7f7f7f;
}
/*-----
 //Mobile css
 ------*/
@media screen and (max-width: 767px) {
  #header-carousel .carousel-item img {
    height: auto;
    min-height: 400px;
  }
  .carousel-caption h1 {
    font-size: 22px;
  }
  .carousel-caption p {
    font-size: 16px;
    width: 85%;
    margin: 0 auto;
  }
  .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .location-icon {
    margin-left: 20px;
  }
  .py-6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .timeline-container:before {
    left: 6%;
  }
}
.border-bottom-2 {
  border-bottom: 2px solid #2d2e2e;
}