html {
  scroll-behavior: smooth;
}

* {
  padding: 0px;
  margin: 0px;
}

.brown-color {
  color: #f7b905;
}

.uppernavbar {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #292929;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-right {
    text-align: center;
}
.header-right img {
    margin-left: 40px;
}s

span.straight-line::after {
  content: "";
  margin: 0px 10px;
  border-left: 1px solid white;
}

.main-navbar {
  height: 81px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

.main-navbar ul {
    margin-left: 110px;
    gap: 60px;
}

.main-navbar ul li a {
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
}

.main-navbar ul li a:hover {
  color: #f7b905 !important;
}

.logo {
  position: absolute;
  top: 90px;
}

.header-left-icons {
  position: relative;
}

#service-banner {
  background-image: url("../img/services.png");
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin-bottom: 300px;
  margin-top: 100px;
}

.service-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #666666;
  height: auto;
}

.our-story-headings-para .services-para {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  width: 472px;
  padding-bottom: 73px;
  margin-bottom: 50px;
  border-bottom: 1px solid black;
  text-align: justify;
  font-size: 15px;
}

p.services-para {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  width: 472px;
  padding-bottom: 73px;
  margin-bottom: 50px;
  border-bottom: 1px solid black;
  text-align: justify;
  font-size: 20px;
}

.services-boxes {
  box-sizing: border-box;
  height: 400px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 13px 20px rgba(58, 87, 135, 0.05);
  padding: 30px;
}

.services-boxes h6 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 0px;
}

p.double-border {
  width: 343px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #292929;
  flex: none;
  order: 2;
  flex-grow: 0;
  padding: 16px 0px 35px 0px;
  border-bottom: 1px solid black;
}

.services-boxes p::after {
  content: "";
  width: 145px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  top: 57px;
  float: right;
}

p.services-para::after {
  content: "";
  width: 145px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  top: 101px;
  float: right;
}

.services-boxes .line {
  border-bottom: 1px solid #999999;
}

.services-boxes .numbers {
  float: right;
  padding: 10px 20px;
  background: #f9f9f9;
  color: #f7b905;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  bottom: 30px;
  left: 30px;
  height: 44px;
  border: 1px solid #eeeeee;
}

#after-service-banner {
  background-image: url("../img/after-services-banner.png");
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0px;
}

.after-service-banner-para .inner-para .horizontal-line {
  border-bottom: 1px solid #f7b905;
  width: 50px;
  position: relative;
  bottom: 20px;
  right: 15px;
}

.after-service-banner-para .inner-para {
  position: relative;
  top: 10px;
}

.after-service-banner-para .inner-para .bg {
  background: #333333;
  display: flex;
  height: 48px;
  padding: 0px 0px 0px 45px;
}

.after-service-banner-para .inner-para p {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 19px;
}

.after-service-banner-para .inner-para p span {
  padding: 10px 0px 13px 30px;
}

.after-service-banner-para .inner-para p span::before {
  content: url("../img/yellow-line.png");
  position: relative;
  bottom: 4px;
}

.view-all-btn {
  display: flex;
  justify-content: flex-end;
}

.view-all-btn button {
  padding: 15px 35px;
  width: 185px;
  height: 50px;
  background: #f7b905;
  border: 1px solid #f7b905;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.view-all-btn ::before {
  content: url(../img/straight-line.png);
  color: white;
  position: relative;
  right: 198px;
  bottom: 6px;
}

#testimonials {
  background-image: url("../img/service-banner.png");
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.vertical-line-brown {
  border-bottom: 4px solid #f7b905;
}

.testimonials-boxes {
  display: flex;
  justify-content: center;
}

.testimonials-boxes .one {
  width: 100%;
  height: 173px;
  background: #ffffff;
  margin: 10px;
  padding: 10px;
  display: flex;
}

.testimonials-boxes .one .img-line {
  width: 60px;
}

.testimonials-boxes .one .img-line .vl {
  border-left: 2px solid #EEEEEE;
  height: 60px;
  position: relative;
  left: 45%;
  top: 33px;
}

.testimonials-boxes-text {
  padding: 20px 10px;
}

.testimonials-boxes-text p {
  font-size: 13px;
  color: #5e646a;
  font-weight: 500;
}

.testimonials-boxes-text a {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #292929;
  font-weight: 600;
}

.testimonials-boxes-text h6 {
  font-size: 17px;
  color: #292929;
  font-weight: 700;
}

.testimonials-boxes .one .testimonials-boxes-numbers {
  width: 44px;
  height: 44px;
  background: #eeeeee;
  font-weight: 700;
  position: relative;
  float: right;
  padding: 10px;
  color: #000000;
  bottom: 10px;
  left: 10px;
}

.newsletter {
  background-image: url("../img/newsletter-banner.png");
  background-color: #cccccc;
  height: 306px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.newsletter p {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.newsletter .text-line p {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.input-btn {
  border: 7px solid #efdca7;
  border-radius: 7px;
  margin-top: 35px;
}

.input-btn input {
  width: 555px;
  height: 50px;
  padding: 10px;
  border: none;
}

.input-btn button {
  width: 172px;
  height: 50px;
  background: #333333;
  border-radius: 0px 4px 4px 0px;
  color: #f7b905;
}

.footer {
  background-image: url("../img/footer.png");
  background-color: #cccccc;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.footer-heading {
  margin-left: 65px;
}

.footer-heading h6 {
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}

.footer-heading h6::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  top: 28px;
}

.aboutus p {
  line-height: 24px;
  font-size: 13px;
}

.aboutus a.footer-read-more {
  color: #f7b905;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 2px dashed #999999;
  padding-bottom: 15px;
  font-weight: 600;
}

.aboutus a.footer-read-more::after {
  content: url("../img/right-arrow.png");
  margin-left: 30px;
}

.footerlinks span {
  color: #999999;
  font-size: 11px;
  font-weight: 700;
}

.footerlinks a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.quicklinks ul li {
  list-style: none;
  color: white;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 0px;
}

.quicklinks ul li::before {
  content: url(../img/dashed.png);
  color: #ffffff;
  position: relative;
  right: 15px;
  bottom: 4px;
}

hr.hr {
  border-bottom: 4px dashed #999;
  padding-top: 10px;
}

.folowlinks {
  margin-left: 65px;
  display: flex;
  margin: 30px 0;
}

.folowlinks p {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  margin: 0px 18px;
  padding: 13px;
}

.folowlinks span {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  margin: 0px 5px;
  background: #333333;
  width: 45px;
  height: 40px;
  padding-top: 7px;
  border: 1px solid #999;
  text-align: center;
}

.downloads-flies a {
  text-decoration: none;
  padding: 25px 10px;
  color: black;
  font-weight: 600;
  background: #f7b905;
  font-size: 13px;
  margin: 0px 10px;
}

.downloads-flies a::after {
  content: url("../img/down-arrow.png");
  color: #ffffff;
  margin-left: 40px;
}

.downloads-flies {
  margin-top: 40px;
}

.downloads-flies a img {
  background: #373737;
  padding: 10px;
  margin-right: 13px;
}

.small-footer {
  background: #222222;
}

.footer-copyright {
  color: #5e646a;
  font-weight: 700;
  margin-left: 65px;
}

.small-footer-text {
  display: flex;
  justify-content: space-between;
}

img.up-arrow {
  background: #333333;
  padding: 15px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #999;
}

#about-us {
  background-image: url("../img/about-us.png");
  height: 578px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 500px;
}

.about-us-left h6,
.about-us-left p {
  font-size: 27px;
  color: #f7b905;
  font-weight: 700;
  text-transform: capitalize;
}

.about-us-right p {
  border-bottom: 1px solid #999999;
  padding: 15px 0px;
  font-size: 19px;
}

.about-us-right p::after {
  content: "";
  width: 215px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  top: 42px;
  float: right;
}

.yellow-box {
  background: #f7b90f;
  padding: 104px 30px;
}

.yellow-box p {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 48px;
}

.yellow-box h4 {
  line-height: 40px;
}

.yellow-box h6 {
  font-weight: 800;
  font-size: 22px;
  color: #292929;
  text-transform: uppercase;
}

.yellow-box a {
  width: 194px;
  height: 61px;
  background: #292929;
  padding: 15px 35px 15px 35px;
  text-decoration: none;
  color: #f7b905;
  background-blend-mode: lighten;
  font-weight: 600;
}

.about-top {
  margin-top: 100px;
}

.video-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  margin-top: 3px;
  border-top: 32px solid #333333;
}

.video-container video::after {
  content: "";
  width: 145px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  top: 57px;
  float: right;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 41px;
  height: 41px;
  fill: #f7b90f;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.9;
  outline: 23px solid #9b9898;
}

.counter {
  background: #292929;
  padding: 45px 0;
  height: 185px;
  margin: 0px 0.5px;
  position: relative;
  bottom: 59px;
}

.count-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #f5f5f5;
}

.count-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #f7b905;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

/*.slick-prev:before,
.slick-next:before {
  color: black;
}*/

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

#reviews {
  background-image: url(../img/service-banner.png);
  height: 652px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.review-slider {
  padding-top: 50px;
}

.reviews-headings p {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

.slide-review {
  padding: 30px;
  background: #fff;
  width: 360px !important;
}

.reviews-headings h6 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.reviews-cards h5 {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.reviews-cards h6 {
  font-size: 10px;
  font-weight: 600;
  text-align: left;
}
.reviews-cards img {
  width: 73.7px;
  height: 12px;
}
.reviews-cards p {
  padding-top: 20px;
  font-size: 11px;
  text-align: left;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
}
.reviews-cards .left-comma {
  width: 57.58px;
  height: 38px;
  float: right;
}
.reviews-cards .numbers {
  float: right;
  padding: 10px 20px;
  background: #f9f9f9;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  bottom: 30px;
  left: 30px;
  height: 44px;
  border: 1px solid #eeeeee;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #999999;
  border-radius: 53px;
  position: relative;
  top: 54px;
}

.slick-dots li.slick-active button:before {
  color: #f7b905;
  background: #22211f;
  border-radius: 50px;
  outline: 4px solid #f7b905;
  outline-offset: 5px;
  font-size: 1px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.9;
}

.slick-active {
  opacity: 0.9;
}

.slick-current {
  opacity: 1;
}

.autoplay-logos {
  padding: 100px 0px;
}
.autoplay-logos .slide img {
  width: 170px;
  height: 88px;
  margin: auto;
  display: block;
}

/*.slick-next:before {
  content: url("../img/right-arrow-bg-dark.png");
  position: relative;
  right: 33px;
}*/

/*.slick-prev:before {
  content: url("../img/left-arrow-bg-dark.png");
}*/

.bannerslider .slide img {
  height: 768px;
}
/**
 * Carousel.sass
 * @author: Dang Van Thanh
 * @github: https://github.com/dangvanthanh/carousel.sass
 * @description: A Simple Carousel Pure CSS Using Sass
 * @version: 1.0.0
 */
.carousel > input[type=radio]:nth-child(5):checked ~ .carousel__next > label:nth-child(1), .carousel > input[type=radio]:nth-child(5):checked ~ .carousel__prev > label:nth-child(4), .carousel > input[type=radio]:nth-child(4):checked ~ .carousel__next > label:nth-child(5), .carousel > input[type=radio]:nth-child(4):checked ~ .carousel__prev > label:nth-child(3), .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__next > label:nth-child(4), .carousel > input[type=radio]:nth-child(3):checked ~ .carousel__prev > label:nth-child(2), .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__next > label:nth-child(3), .carousel > input[type=radio]:nth-child(2):checked ~ .carousel__prev > label:nth-child(1), .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__next > label:nth-child(2), .carousel > input[type=radio]:nth-child(1):checked ~ .carousel__prev > label:nth-child(5) {
  opacity: 1 !important;
  z-index: 3;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel > input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
}
.carousel > input[type=radio]:checked ~ .carousel__items .carousel__item,
.carousel > input[type=radio]:checked ~ .carousel__prev > label,
.carousel > input[type=radio]:checked ~ .carousel__next > label {
  opacity: 0;
}
.carousel > input[type=radio]:nth-child(1):checked ~ .carousel__items .carousel__item:nth-child(1) {
  opacity: 1;
}
.carousel > input[type=radio]:nth-child(1):checked ~ .carousel__nav > label:nth-child(1) {
  background: #fff;
  cursor: default;
  pointer-events: none;
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.carousel > input[type=radio]:nth-child(2):checked ~ .carousel__items .carousel__item:nth-child(2) {
  opacity: 1;
}
.carousel > input[type=radio]:nth-child(2):checked ~ .carousel__nav > label:nth-child(2) {
  background: #fff;
  cursor: default;
  pointer-events: none;
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.carousel > input[type=radio]:nth-child(3):checked ~ .carousel__items .carousel__item:nth-child(3) {
  opacity: 1;
}
.carousel > input[type=radio]:nth-child(3):checked ~ .carousel__nav > label:nth-child(3) {
  background: #fff;
  cursor: default;
  pointer-events: none;
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.carousel > input[type=radio]:nth-child(4):checked ~ .carousel__items .carousel__item:nth-child(4) {
  opacity: 1;
}
.carousel > input[type=radio]:nth-child(4):checked ~ .carousel__nav > label:nth-child(4) {
  background: #fff;
  cursor: default;
  pointer-events: none;
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.carousel > input[type=radio]:nth-child(5):checked ~ .carousel__items .carousel__item:nth-child(5) {
  opacity: 1;
}
.carousel > input[type=radio]:nth-child(5):checked ~ .carousel__nav > label:nth-child(5) {
  background: #fff;
  cursor: default;
  pointer-events: none;
  outline: 1px solid #fff;
  outline-offset: 5px;
}
.carousel__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: 768px;
  position: relative;
}
.carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
}
.carousel__item img {
  width: 100%;
  vertical-align: middle;
  height: 768px;
}
.carousel__prev > label, .carousel__next > label {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.carousel__prev > label:hover, .carousel__prev > label:focus, .carousel__next > label:hover, .carousel__next > label:focus {
  opacity: 0.5 !important;
}
.carousel__prev > label:before, .carousel__prev > label:after, .carousel__next > label:before, .carousel__next > label:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
}
.carousel__prev > label:before, .carousel__next > label:before {
  background: linear-gradient(to top, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%), linear-gradient(to left, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%);
  width: 60%;
  height: 60%;
  top: 20%;
}
.carousel__prev > label {
  left: 2%;
}
.carousel__prev > label:before {
  left: 35%;
  top: 20%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.carousel__next > label {
  right: 2%;
}
.carousel__next > label:before {
  left: 10%;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.carousel__nav {
  position: absolute;
  bottom: 8%;
  left: -70px;
  text-align: right;
  width: 100%;
  z-index: 3;
}
.carousel__nav > label {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.125%;
  width: 10px;
  height: 10px;
  background: #f7b905;
  margin: 10px 5px;
}

.banner-text {
  position: absolute;
  top: 10px;
  width: 37%;
  left: 320px;
  top: 200px;
}
.banner-text h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #f7b905;
  text-transform: uppercase;
  border-top: 2px solid #999;
  padding-top: 40px;
  width: 196px;
}
.banner-text h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}
.banner-text p {
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  line-height: 30px;
}
.banner-text a {
  width: 192px;
  height: 50px;
  color: #000;
  background: #f7b905;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  top: 20px;
  border-radius: 0px;
}

.banner-text h6::after {
  content: "";
  width: 65px;
  height: 4px;
  background-color: #f7b905;
  left: 0;
  position: relative;
  display: block;
  bottom: 62px;
}

#one {
  border-left: 1px solid #999;
  height: 100px;
  position: relative;
  left: 530px;
}

#one::after {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #999;
  left: -150px;
  position: relative;
  display: block;
  bottom: -74px;
  right: 0px;
}

#our-story {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.readaboutus {
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  width: 194px;
  height: 50px;
  background: #292929;
  border: 1px solid #292929;
  color: #f7b905;
  text-transform: uppercase;
  text-decoration: none;
}

.our-story-headings-para .services-para {
  border-bottom: none;
}
.our-story-headings-para .services-para::after {
  content: none;
}

.js .slider-single > div:nth-child(1n+2) {
  display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block;
}

h3 {
  background: #f0f0f0;
  color: #3498db;
  font-size: 2.25rem;
  margin: 0.5rem;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff;
}

.grey-box {
  background: #222222;
  padding: 160px 100px;
  height: 527px;
}
.grey-box h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.grey-box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.grey-box p {
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.grey-box .view-all-btn-solution button {
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  background: #F7B90F;
  border: 1px solid #F7B90F;
  color: #000;
  font-weight: 700;
}

.solution .slide1, .solution .slide2, .solution .slide3 {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
}
.solution .slide1:after, .solution .slide1:before, .solution .slide2:after, .solution .slide2:before, .solution .slide3:after, .solution .slide3:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.solution .slide1:after, .solution .slide2:after, .solution .slide3:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid black;
  border-left: 5px solid black;
}
.solution .slide1:before, .solution .slide2:before, .solution .slide3:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
}
.solution .slide1:hover, .solution .slide2:hover, .solution .slide3:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.solution .slide1:hover:before, .solution .slide1:hover:after, .solution .slide2:hover:before, .solution .slide2:hover:after, .solution .slide3:hover:before, .solution .slide3:hover:after {
  width: 100%;
  height: 100%;
}

.solution .slide1 {
  background-image: url("../img/solution-1.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}
.solution .slide2 {
  background-image: url("../img/solution-2.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}
.solution .slide3 {
  background-image: url("../img/solution-3.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}
.solution .slide4 {
  background-image: url("../img/solution-1.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}
.solution .slide5 {
  background-image: url("../img/solution-1.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}
.solution .slide6 {
  background-image: url("../img/solution-1.png");
  height: 527px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  margin: 0px;
}

.solution-numbers {
  float: right;
  padding: 10px 20px;
  color: #000;
  background: #f7b905;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  bottom: 30px;
  left: 0px;
  height: 44px;
}

.inner-slide .slides-headings-para {
  position: absolute;
  bottom: 0;
  width: 8%;
}
.slides-headings-para p {
    width: 400px;
}

/* the slides */
.slick-slide {
  margin: 0 0px;
}

/* the parent */
.slick-list {
  margin: 0 0px;
}

.small-slider {
  background: #222;
  padding: 30px;
  position: relative;
  bottom: 44px;
  height: 132px;
}
.small-slider .sllide {
  padding: 0px 50px;
}
.small-slider .sllide img {
  width: 44px;
  height: 57.28px;
  margin: 0px 22px;
  padding-bottom: 12px;
  display: block;
}
.small-slider .sllide h6 {
  font-size: 13px;
}

.sllide::after {
  content: "";
  border-left: 1px solid white;
  position: relative;
  left: 140px;
  bottom: 45px;
}

.slider-banner-img {
  margin-left: 95px;
}

.header-left-icons img.navbar-icons {
  border-right: 1px solid #EEEEEE;
  padding-right: 21px;
  height: 30px;
  padding-left: 20px;
}

.contact-form-section{
    background-image: url(../img/service-banner.png);
    /*height: 580px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
/*# sourceMappingURL=style.css.map */

/*cs about us counter*/
.num{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.test{
    color: white;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: 10px;
    left: 3px;
}
.highlight{
    color: #f7b905;
}

@media (min-width: 320px) and (max-width: 1400px) {
.testimonials-boxes {
    display: block;
}
#testimonials {
    height: unset;
}
}
@media (min-width: 992px) and (max-width: 1300px) {
.double-border {
    width: 100% !important;
}
.services-boxes p::after {
    top: 33px;
}
.services-para {
    width: 100% !important;
}
.slider-banner-img {
    margin-left: 20px;
}
.header-left-icons {
    display: flex;
}
.main-navbar ul {
    margin-left: 20px;
}
.slides-headings-para p {
    width: 270px;
    font-size: 14px;
}
.grey-box {
    padding: 70px 30px;
    left: 1px;
    position: relative;
}
.grey-box .view-all-btn-solution button {
    padding: 10px;
}
.banner-text {
    left: 200px;
}
.slider-banner-img {
    margin-left: 0;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
.services-boxes {
    height: unset;
    padding: 20px 18px;
}
.downloads-flies a::after {
    margin-left: 15px;
}
.small-slider .sllide {
    padding: 0 30px;
}
.main-navbar ul {
    gap: 50px;
}
}




@media (min-width: 768px) and (max-width: 992px) {
.double-border {
    width: 100% !important;
}
.services-para {
    width: 100% !important;
}
.services-boxes {
    height: 520px;
}
#service-banner {
    height: unset;
}
.banner-text {
    top: 100px;
    left: 100px;
}
.slider-banner-img {
    margin-left: 0px;
}
.services-boxes p::after {
    top: 33px;
}
.grey-box {
    padding: 31px;
}
.slides-headings-para p {
    width: 265px;
}
.yellow-box p {
    font-size: 16px;
}
.about-us-right p::after {
    top: 13px;
}
.services-para::after {
    top: 71px;
}
.counter {
    height: unset;
}
.grey-box .view-all-btn-solution button {
    padding: 10px 25px;
}
.footer {
    height: unset;
}
.downloads-flies a {
    font-size: 6px;
}

.downloads-flies a img {
    width: 30px;
}
.services-boxes h6 {
    font-size: 18px;
}
.view-all-btn ::before {
    right: 100px;
}
.after-service-banner-para .inner-para p {
    font-size: 12px;
}
.services-boxes h6 {
    font-size: 18px;
}
.view-all-btn ::before {
    right: 100px;
}
.after-service-banner-para .inner-para p {
    font-size: 12px;
}
.grey-box h5 {
    line-height: 2;
}
.services-para::after {
    top: 71px !important;
}
.header-left-icons {
    margin-left: 240px;
}
}


@media (min-width: 320px) and (max-width: 768px) {
#service-banner {
    height: unset;
    margin-bottom: 100px;
}
#after-service-banner {
    height: unset;
}
.banner-text {
    top: 0;
    left: 150px;
}
.slider-banner-img {
    margin-left: 0;
}
#about-us {
    height: unset;
    margin-bottom: unset;
}
}
@media (min-width: 320px) and (max-width: 992px) {
a.nav-link {
    text-align: center;
}
.main-navbar ul {
    gap: unset;
    background: #fff;
    padding-bottom: 10px;
}
.carousel {
    z-index: -1;
}
.main-navbar ul {
    margin-left: unset;
}
.small-slider .sllide {
    padding: 0 10px;
}
}

@media (min-width: 576px) and (max-width: 767px){
.header-left-icons {
    margin-left: 160px;
}
.services-boxes {
    margin-bottom: 10px;
}
.banner-text h1 {
    font-size: 35px;
    line-height: 1;
}
.banner-text a {
    padding: 10px 20px;
}
.after-service-banner-para .inner-para p {
    font-size: 12px;
}
.view-all-btn ::before {
    display: none;
}
.view-all-btn {
    justify-content: center;
    margin-top: 10px;
}
.our-story-headings-para .services-para {
    padding-bottom: 0;
}
.slider-banner-img {
    margin-top: 30px;
}
.slides-headings-para p {
    width: 200px;
    font-size: 11px;
}
.footer {
    height: unset;
}
#about-us {
    height: unset;
    margin-bottom: unset;
}
.autoplay-logos .slide img {
    width: 100%;
}
.slides-headings-para p {
    width: 200px;
    font-size: 12px;
}
.slides-headings-para h4 {
    font-size: 14px;
}
}

@media (min-width: 320px) and (max-width: 576px) {
p.services-para {
    width: 100%;
}
.autoplay-logos .slide img {
    width: 100%;
}
.our-story-headings-para .services-para {
    width: 100%;
}

.banner-text h1 {
    font-size: 30px;
    line-height: 1;
}
.banner-text {
    width: 100%;
    left: 20px;
}
.slides-headings-para p {
    width: 140px;
    font-size: 10px;
    line-height: 1;
}
.slides-headings-para h4 {
    font-size: 15px;
}
.grey-box {
    padding: 50px;
    height: unset;
}
p.double-border {
    width: 100%;
}
.footer {
    height: unset;
}
.services-boxes {
    height: unset;
}
p.services-para::after {
    top: 71px;
}

.services-boxes p::after {
    top: 33px;
}
}
@media only screen and (min-width: 768px) {
    .responsive-align{
        font-size: 10px !important;
    }
}