.upper-bar {
  background-color: #2c809e;
  color: #fff;
}
.upper-bar .info {
  margin: 15px 0;
}
@media (max-width: 576px) {
  .upper-bar .info:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .upper-bar .get-quote {
    border: none;
    margin-left: 5px;
  }
}
.upper-bar span {
  color: #bfc6c9;
}
.upper-bar .get-quote {
  display: inline-block;
  border: 1px solid #ec1c23;
  padding: 2px 10px;
  margin-left: 20px;
}

@media (max-width: 576px) {
  .upper-bar .get-quote {
    border: none;
    margin-left: 5px;
  }
}
/*start navbar*/
.navbar-brand > span {
  font-size: 40px;
}
.navbar-brand span:first-child {
  color: #2c809e;
  font-weight: bold;
}
.navbar-brand span:last-child {
  color: #ec1c23;
}
.navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  color: #2c809e;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #ec1c23;
}
/*end navbar*/
/*start slider*/
.slider {
  background-color: #ddd;
}
.slider .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 768px) {
  .slider .carousel-inner {
    justify-content: center;
  }
}
.slider .carousel-inner h1 {
  position: absolute;
  z-index: 3;
  font-size: 50px;
  color: #fff;
  max-width: 900px;
  line-height: 1.5;
  left: 100px;
}
@media (max-width: 768px) {
  .slider .carousel-inner h1 {
    font-size: 70px;
    max-width: 100%;
    left: auto;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .slider .carousel-inner h1 {
    font-size: 50px;
  }
}

.slider .carousel-inner h1 span {
  background-color: #ec1c23;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}
.slider .carousel-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0, 0.15);
  z-index: 2;
}
.slider .carousel-item {
  background-size: cover;
  height: 100vh;
}
.slider .carousel-one {
  background-image: url("../images/h1.jpg");
}
.slider .carousel-two {
  background-image: url("../images/h2.jpg");
}
.slider .carousel-three {
  background-image: url("../images/h3.jpg");
}
.slider .carousel-indicators li {
  cursor: pointer;
  height: 8px;
}
/*end slider*/
/*start features*/
.features {
  padding: 50px 0;
}
.features i {
  background-color: #ed1d24;
  color: #fff;

  margin-bottom: 10px;
  padding: 12px;
}
.features h3 {
  color: #2c809e;
  font-size: 22px;
}
.features p {
  color: #989898;
  margin-bottom: 40px;
}
/*end features*/
/*start overview*/
.overview {
  padding: 100px 0;
  background-color: #f0f5f7;
}
.overview h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .overview h2 {
    font-size: 30px;
  }
}
.overview p {
  line-height: 2;
  font-size: 22px;
  width: 80%;
  margin: 0 auto 15px;
  color: #6a6a6a;
}
@media (max-width: 992px) {
  .overview p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.overview h4 {
  letter-spacing: 2px;
  font-weight: normal;
  color: #acacac;
  margin-bottom: 40px;
}
.overview button {
  background-color: #ed1d24;
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ed1d24;
}
/*end overview*/
/* start featured-work*/
.featured-work {
  padding: 100px 0;
}
.featured-work h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.featured-work p {
  line-height: 1.6;
  font-size: 18px;
  width: 80%;
  margin: 0 auto 15px;
  color: #6a6a6a;
}
.featured-work ul li {
  color: #2c809e;
  border: 2px solid #2c809e;
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-work ul li.active,
.featured-work ul li:hover {
  background-color: #ec1c23;
  border: 2px solid #ec1c23;
  color: #fff;
}
.featured-work ul li:hover {
  cursor: pointer;
}
.featured-work ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
.featured-work .shuffle-imgs .row {
  margin: 0;
}
.featured-work .shuffle-imgs .row .col-md {
  padding: 0;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.featured-work .row .img {
  width: 100%;
}
/* end featured-work*/
/*start latest post*/

.latest-post {
  padding: 0 0 100px;
}
.latest-post h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.latest-post .section-description {
  line-height: 1.6;
  font-size: 18px;
  width: 80%;
  margin: 0 auto 45px;
  color: #6a6a6a;
}
.latest-post .card {
  margin-bottom: 30px;
}
.latest-post .card .card-title {
  font-size: 20px;
  line-height: 1.5;
  color: #2c809e;
}
.latest-post .card .card-text {
  color: #787878;
  margin-bottom: 5px;
}
.latest-post .card .card-link {
  color: #ec1c23;
  font-weight: bold;
}
/*end latest post*/

/*start testimonials*/
.testimonials {
  background-image: url("../images/t.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.testimonials .carousel-inner {
  min-height: 800px;
}

.testimonials .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.testimonials .container {
  position: relative;
  z-index: 3;
}
.testimonials .carousel-caption {
  top: 50%;
  margin-top: 158px;
}
.testimonials .carousel-caption img {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 30%;
}
.testimonials .carousel-caption h3 {
  margin-bottom: 10px;
}
.testimonials .carousel-caption h3 + span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 30px;
}
.testimonials.carousel-indicators li {
  cursor: pointer;
  height: 8px;
}

/*end testimonials*/
/*start pricing table*/

.pricing-table {
  background-color: #f7f7f7;
  padding: 100px 0 100px;
}
.pricing-table h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pricing-table .section-description {
  line-height: 1.6;
  font-size: 18px;
  width: 80%;
  margin: 0 auto 85px;
  color: #6a6a6a;
}
@media (max-width: 992px) {
  .pricing-table .section-description {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pricing-table .card {
  margin-bottom: 30px;
}
.pricing-table .card-body {
  padding: 0;
}
.pricing-table .card .card-title {
  font-size: 25px;
  line-height: 1.5;
  color: #2c809e;
  margin-top: 40px;
}
.pricing-table .card .card-text {
  color: #2c809e;
  margin-bottom: 5px;
  margin: 30px 0 10px;
  background-color: #f7f7f7;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
.pricing-table .card .card-text span {
  font-size: 14px;
  text-transform: uppercase;
}
.pricing-table .list-group-item {
  border: none;
}
.pricing-table .card .card-link {
  background-color: #ec1c23;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.pricing-table .card.corporate .card-link {
  background-color: #2c809e;
}
.pricing-table .card.corporate .card-text {
  background-color: #ec1c23;
  color: #fff;
}
.pricing-table .card.corporate {
  position: relative;
  top: -20px;
}

@media (max-width: 992px) {
  .pricing-table .card.corporate {
    top: 0;
  }
}

/*end latest post*/
/*start choose us*/
.choose-us img {
  max-width: 100%;
  height: 100%;
}
.choose-us .info {
  padding: 0;
}
.choose-us .info:last-child {
  background-color: #2c809e;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.choose-us .h1 {
  margin: 40px;
}
.choose-us p {
  margin: 40px;
  line-height: 2;
  font-size: 18px;
}
.choose-us .read-more {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 0 0 40px;
  background-color: #ec1c23;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/*end choose us*/
/*start statistic*/
.stats {
  padding: 100px 0;
  color: #2c809e;
}
.stats .number {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.stats p {
  color: #ec1c23;
  font-size: 20px;
  margin: 0;
}
.stats .stats-box {
  margin-bottom: 40px;
}
/*end statistic*/
/*start contact us*/
.contact-us {
  padding: 80px 0;
  background-color: #ec1c23;
  color: #fff;
  font-size: 22px;
}
.contact-us p {
  margin: 0;
}

@media (max-width: 768px) {
  .contact-us p {
    margin-bottom: 30px;
  }
}
.contact-us a {
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 15px 8px;
  text-transform: uppercase;
  font-weight: bold;
}
/*end contact us*/
/*start footer*/
.footer {
  padding: 100px 0;
}
.footer .site-info h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
.footer .site-info h2 span:first-child {
  color: #2c809e;
  font-weight: bold;
}
.footer .site-info h2 span:last-child {
  color: #ec1c23;
}
.footer .site-info p {
  line-height: 1.8;
  color: #727272;
}
.footer .site-info a {
  color: #2c809e;
  font-size: 15px;
  font-weight: bold;
}
.footer .site-info a:before {
  font-family: "FontAwesome";
  content: "\f138";
  display: inline-block;
  margin-right: 5px;
}
.footer .helpful-links h2,
.footer .contact h2 {
  font-size: 20px;
  color: #2c809e;
  margin-bottom: 68px;
}
.footer .helpful-links ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #2c809e;
  position: relative;
  top: -1px;
  font-size: 12px;
}
.footer .contact ul li {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .footer .helpful-links h2,
  .footer .contact h2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer .contact ul li {
    margin-bottom: 5px;
  }
}
/*end footer*/
/*start copyright*/
.copyright {
  border-top: 1px solid #333;
  padding: 20px;
  background-color: #2c809e;
}
.copyright ul {
  margin: 0;
}
.copyright ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
.copyright ul li a {
  color: #333;
}
/*end copyright*/
