#main .list-unstyled {
  text-transform: uppercase;
}
#main .newsleter-input input {
  background: #e2e2e2;
  border: 0;
  padding: 10px;
}
#main .newsleter-input .btn-newsleter {
  background: #1c89c4;
  border: 0;
  padding: 2px 20px;
  color: #fff;
  font-size: 25px;
}
#main .featured-services {
  background: #f3f3f3;
}
#main p {
  font-size: 14px;
}
#main .about {
  position: relative;
}
#main .about .about-pic {
  position: absolute;
  z-index: 1000;
  right: -10%;
  bottom: -10%;
}
#main .about .about-border {
  border: 1px solid #e5e2e2;
  padding: 40px 70px;
  z-index: -1;
  border-radius: 5px;
}
#main .icon-box {
  background: #fff;
  padding: 0 10px;
}
#main .social-links a {
  background: #a3a3a3;
  color: #fff;
  border-radius: 50%;
  padding: 10px 13px;
  /*border: solid black; */
}
#main .bg-service {
  background: #fff;
  padding: 10px;
}
#main .bg-service .read-more {
  float: right;
}
#main .bg-service .red {
  color: red;
  font-size: 13px;
}
#main .bg-service .blue {
  color: #1c89c5;
  font-size: 13px;
}
#main .service-content span {
  color: #1c89c5;
  font-weight: 600;
}

.column.left {
  width: 25%;
  float: left;
}

.column.right {
  width: 75%;
  float: left;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  width: 100%;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: none;
}

.nav > li > a:active {
  border-right: 2px solid;
  background-color: transparent;
}

.nav-tabs > li {
  outline-color: none;
  width: 100%;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  outline: none;
}

.modal-backdrop.in {
  z-index: -1 !important;
}

/*=================carosal custome style=-=============*/
.tools-carosal-sec .carousel-wrap {
  width: 90%;
}
.tools-carosal-sec .item {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 30px 10px;
  min-height: 250px;
}
.tools-carosal-sec .item img {
  margin-bottom: 20px;
}

.tool-list li {
  list-style: none;
}

.breadcrumbs .navbar {
  margin-bottom: 0;
}
.breadcrumbs .dropdown ul li {
  display: block;
}

.icon-box .icon {
  width: 65%;
}

.mobile-view-sec .section-title {
  text-align: center;
  margin: 0 auto;
}
.mobile-view-sec .service-box {
  background: #142e3d;
  border-radius: 7px;
  color: #fff;
  text-align: center;
}
.mobile-view-sec .service-box p {
  font-size: 20px !important;
  text-transform: uppercase;
  padding: 10px 0;
}
.mobile-view-sec .service-content {
  text-align: center;
  padding-top: 50px;
}

/*======================responsive style============*/
@media (min-width: 992px) {
  .mobile-view-sec {
    display: none !important;
  }

  .web-view-sec {
    display: block;
  }

  .justify-content-center {
    justify-content: left !important;
  }
}
@media (max-width: 991px) {
  #main .about .about-pic {
    position: relative;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }
  #main .section-title {
    text-align: center;
  }

  .mobile-view-sec {
    display: block;
  }
  .mobile-view-sec .featured-services {
    padding: 0;
  }

  .web-view-sec {
    display: none;
  }

  #hero {
    text-align: center;
  }

  .section {
    padding: 26px 0;
  }

  .centering {
    text-align: center;
  }

  .bg-newsletter {
    background: #f2f2f2;
    padding: 30px 0;
  }

  .adress-sec {
    padding: 30px 0;
  }

  .breadcrumbs .d-flex .list-unstyled {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: inline-flex !important;
  }

  .breadcrumbs .navbar {
    float: left;
    min-height: 36px;
  }
  .breadcrumbs .navbar .dropdown ul li {
    max-width: none;
  }
  .breadcrumbs .navbar .dropdown ul a {
    padding: 1px 20px;
  }
  .breadcrumbs .navbar ul li {
    padding: 10px 0 7px 26px;
  }
}