
body {
  font-family: 'Montserrat', sans-serif;
  color: #313030;
}

a {
  color: #ff0016;
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

.no-padding {
  padding: 0px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0016;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #ff0016;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #ff0016;
}
#topbar .cta a {
  color: #fff;
  background: #ff0016;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
}
#topbar .cta a:hover {
  background: #ff2f40;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 3px 5px #cccccc63;
}
#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

#main {
  z-index: 3;
}


.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #635551;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff0016;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #ff0016;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff2f40;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ff0016;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff0016;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff0016;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  z-index: 2;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .get-started-icon {
  font-size: 24px;
  background: #ff0016;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #584b48;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}
#hero .btn-get-started:hover {
  background: #ff0016;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px), (max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 60vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 640px) {
  #hero {
    height: 120vh;
  }
}


.bg1 {
        background: url(../img/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

.pt-120 {
    padding-top: 120px;
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff9f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    /* font-family: "Poppins", sans-serif; */
    color: #ff0d16;
}
.section-title p {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}
.why-us .content {
  padding: 22px;
  background: #ff0016;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #ff0016;
  background: #fff;
}
.whyUsRht ul {
  margin: 0px;
  padding: 0px;
}
.whyUsRht ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
}
.whyUsRht ul li:nth-child(1) {
  background: #99831c;
}
.whyUsRht ul li:nth-child(2) {
  background: #10275b;
}
.whyUsRht ul li:nth-child(3) {
  background: #b51f62;
}
.whyUsRht ul li:nth-child(4) {
  background: #616d0f;
}
.whyUsRht ul li:nth-child(5) {
  background: #ae3418;
}
.whyUsRht ul li:nth-child(6) {
  background: #1e6b8b;
}



.client-img img{
  width: 150px;
}


section#values {
  background: linear-gradient(rgb(232 232 232), rgb(255 255 255 / 85%)), url(../../assets/img/values-2.jpg) center center no-repeat;
       /* background-image: url(../../assets/img/values-2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}



.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 25px 15px;
    width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ff0016;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

.about {
  position: relative;
  z-index: 1;
}
.about .icon-boxes h4 {
      font-size: 40px;
    color: #ff0d16;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}
.about .icon-box .icon i {
  color: #ff0016;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #ff0016;
  border-color: #ff0016;
}
.about .icon-box:hover .icon i {
  color: #fff;
}

.buttonn {
                border: 1px solid #a5190e;
                border-radius: 5px;
                color: #252525;
                display: block;
                font-size: 16px;
                padding: 10px 15px;
                text-align: center;
                text-decoration: none;
                min-width: 130px;
                transition: all 0.3s ease;
                    width: 200px;
                    background-image: url(../img/bg-red-tl.png), url(../img/bg-red-tr.png), url(../img/bg-red-br.png), url(../img/bg-red-bl.png);
                background-repeat: no-repeat;
                background-position: 0 0, 100% 0, 100% 100%, 0 100%;
                background-color: #a5190e;
                border-radius: 5px;
                position: relative;
                text-decoration: none;
                color: #fff;
            }
            .buttonn:after {
                border: 1px solid #f7bd01;
               content: "";
                display: block;
                position: absolute;
                top: 4px;
                left: 4px;
                right: 4px;
                bottom: 4px;
              }
            .buttonn:hover {
                background-image: url(../img/bg-red-tl.png), url(../img/bg-red-tr.png), url(../img/bg-red-br.png), url(../img/bg-red-bl.png);
                background-repeat: no-repeat;
                background-position: 0 0, 100% 0, 100% 100%, 0 100%;
                background-color: #c30e00;
                border-radius: 5px;
                position: relative;
                text-decoration: none;
                color: #fff;
            }
            .buttonn:hover:after {
                border: 1px solid #f7bd01;
                content: "";
                display: block;
                position: absolute;
                top: 4px;
                left: 4px;
                right: 4px;
                bottom: 4px;
            }


            .about p{
              text-align: justify;
            }


.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #ff0016;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff0016 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #ff0016;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.clients {
  padding-bottom: 6em;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff0016;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff0016;
}
.clients .swiper-slide img {
  opacity: 1;
  filter: grayscale(10%);
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}



.services .col-md-6 {
  margin-bottom: 80px;
}

.services .icon-box {
  padding: 50px 20px 20px 20px;
  margin-top: 35px;
  margin-bottom: 0px;
  height: 100%;
  text-align: left;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff0016;
}
.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.services .title a {
  color: #343a40;
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff0016;
}
.services .icon-box:hover .icon i {
  color: #ff0016;
}
.services .icon-box:hover .title a {
  color: #ff0016;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}
.services ul {
  margin: 0px;
  padding: 0px;
}
.services ul li {
  line-height: 28px;
  font-size: 14px;
  list-style: url(../img/bg-red-bl.png);
  margin-left: 20px;
}

.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.values .card-title a {
  color: #473d3a;
}
.values .card-text {
  color: #4b4949;
}
.values ul {
  margin: 0px;
  padding: 0px;
}
.values ul li {
  color: #4b4949;
  font-size: 1em;
  transition: 0.4s;
  list-style: url(../img/bg-red-bl.png);
}
.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.values .read-more a:hover {
  text-decoration: underline;
}
.values .card:hover .card-body {
  background: #ff0016;
}
.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text, .card:hover ul li {
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff0016;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff0016;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ff0016;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ff7e54;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#footer {
  color: #e0e0e0;
    font-size: 14px;
    background: #181818;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff9f7;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff0016;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff0016;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #ed3b00;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff0016;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #ff7e54;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 430px){
  .headerTop .contact-info {
    display: block !important;
  }

}

/*****SS_AUTOMOBILES*****/

.headerBanner {
  width: 100%;
  height: 50vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}
.headerBanner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.headerBanner .container {
  z-index: 2;
}
.headerBanner h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.headerBanner h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.aboutSS {
  background: #fff;
  position: relative;
  z-index: 6;
}

.aboutSS h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.aboutSSPoints .col-md-4 {
  text-align: center;
  letter-spacing: 0.5px;
  padding: 22px 10px;
  border-radius: 8px;
  margin: 5px;
  width: 32.5%;
  font-weight: 800;
  color: #fff;
}

.aboutSSPoints .col-md-4:nth-child(1) {
  background: #d7a7ab;
}

.aboutSSPoints .col-md-4:nth-child(2) {
  background: #4fc6ab;
}

.aboutSSPoints .col-md-4:nth-child(3) {
  background: #e62200;
}

.aboutSSInner {
  background: #3c6c84;
  padding: 55px;
  text-align: justify;
  color: #fff;
  margin-top: 2em;
}

.aboutSSInner p {
  padding-right: 2em;
}

.whyAutomobile {
  background: url(../img/ssauto/roadTyre.png) bottom right no-repeat;
}

.whyAutomobile h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.whyAutomobileInner {
  text-align: center;
}

.whyAutomobileInner img {
  text-align: center;
}

.whyAutomobileInner h3 {
  font-size: 1em;
  color: #242424;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.whyAutomobileInner .col-md-3 {
  margin-bottom: 1.5em;
  background: #fff;
}

.whyAutomobileInner .col-md-3:hover {
  box-shadow: 0px 16px 20px 6px #ccc;
  border-radius: 0px 0px 8px 8px;
}

.ssServices {
  background: #f0f0f0;
  padding: 5em 0em;
}

.ssServices h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.ssServices ul {
  margin: 0px;
  padding: 0px;
}

.ssServices ul li {
  font-size: 18px;
  color: #242424;
  line-height: 30px;
  list-style: url(../img/ssauto/liIcon.png);
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.dashboard {
  padding: 5em 0em;
}

.dashboard h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.dashboard ul {
  margin: 0px;
  padding: 0px;
}

.dashboard ul li {
  font-size: 20px;
  color: #242424;
  line-height: 30px;
  list-style: url(../img/ssauto/liIcon.png);
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.clients {
  padding: 5em 0em;
  background: url(../img/ssauto/busIcon.png) no-repeat top left;
}

.clients h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.clients img {
  width: 16.5%;
  float: left;
  border: 1px #f0f0f0 solid;
  padding: 16px;
  margin: 10px;
}


/*TRUCK LOGISTIC*/

.bannerTruck {
  width: 100%;
  height: 50vh;
  background: url("../img/truckking_logistics/banner.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}
.bannerTruck:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.bannerTruck .container {
  z-index: 2;
}
.bannerTruck h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.bannerTruck h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.aboutTruck {
  position: relative;
  z-index: 1;
}

.aboutTruck .container {
  box-shadow: 0px 8px 20px 0px #ccc;
  border-radius: 0px 0px 20px 20px;
}

.aboutTruking {
  background: #404255;
  padding: 5em 0em;
}

.aboutTruking h2 {
  font-size: 2.5em;
  color: #fff;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.aboutTruking p {
  font-size: 16;
  color: #fff;
  line-height: 30px;
}

.aboutTruking ul {
  margin: 0px;
  padding: 0px;
}

.aboutTruking ul li {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  list-style: url(../img/truckking_logistics/liIl.png);
  margin-left: 30px;
  margin-bottom: 8px;
  font-weight: 500;
}

.startedtruck {
  background: url(../img/truckking_logistics/startedBG.jpg);
  background-size: cover;
}

.startedtruck h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.startedtruck p {
  font-size: 16;
  color: #242424;
  line-height: 30px;
}

.whyTruckking {
  background: linear-gradient(rgb(232 232 232), rgb(255 255 255 / 85%)), url(../../assets/img/truckking_logistics/tracking.jpg) center center no-repeat;
    background-image: url(../../assets/img/truckking_logistics/tracking.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.whyTruckking h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.whyTruckking p {
  font-size: 16;
  color: #fff;
  line-height: 30px;
}

.whyTruckking ul {
  margin: 0px;
  padding: 0px;
}
.whyTruckking ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  float: left;
  width: 30%;
  margin: 12px;
}
.whyTruckking ul li:nth-child(1) {
  background: #99831c;
}
.whyTruckking ul li:nth-child(2) {
  background: #10275b;
}
.whyTruckking ul li:nth-child(3) {
  background: #b51f62;
}
.whyTruckking ul li:nth-child(4) {
  background: #616d0f;
}
.whyTruckking ul li:nth-child(5) {
  background: #ae3418;
}
.whyTruckking ul li:nth-child(6) {
  background: #1e6b8b;
}
.whyTruckking ul li:nth-child(7) {
  background: #04919b;
}


.truckkingServices .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.truckkingServices .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.truckkingServices .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.truckkingServices .card-title a {
  color: #473d3a;
}
.truckkingServices .card-text {
  color: #4b4949;
}
.truckkingServices ul {
  margin: 0px;
  padding: 0px;
}
.truckkingServices ul li {
  color: #4b4949;
  font-size: 1em;
  transition: 0.4s;
  list-style: url(../img/bg-red-bl.png);
  margin-left: 20px;
}
.truckkingServices .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.truckkingServices .read-more a:hover {
  text-decoration: underline;
}
.truckkingServices .card:hover .card-body {
  background: #ff0016;
}
.truckkingServices .card:hover .read-more a, .truckkingServices .card:hover .card-title, .truckkingServices .card:hover .card-title a, .truckkingServices .card:hover .card-text, .card:hover ul li {
  color: #fff;
}
.truckkingServices .col-md-4 {
  margin-bottom: 30px;
}

.diffServices {
  padding: 5em 0em;
  background: #f0f0f0;
}

.diffServices h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.diffServices .row {
  display: flex;
  justify-content: space-between;
}

.diffServices .col-md-6 {
  background: #fff;
  padding: 20px;
  border: 5px #f0f0f0 solid;
}

.diffServices h3 {
  text-align: center;
  font-size: 24px;
  color: #ff0016;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  min-height: 60px;
}

.diffServices p {
  font-size: 14px;
  color: #242424;
  text-align: left;
}

.diffServices .col-md-2:hover {
  box-shadow: 0px 20px 20px 3px #ccc;
  transition: 0.5s;
  border-radius: 25px 12px;
}

.locationMap {
  background: #f0f0f0;
  padding: 5em 0em;
}

.locationMap h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.locationMap h3 {
  text-align: center;
  font-size: 24px;
  color: #242424;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  min-height: 60px;
}

.locationMap ul {
  margin: 0px;
  padding: 0px;
}

.locationMap ul li {
  font-size: 16px;
  color: #242424;
  line-height: 26px;
  list-style: url(../img/truckking_logistics/liIl.png);
  margin-left: 30px;
  margin-bottom: 8px;
  font-weight: 500;
}

 @media only screen and (min-width:768px) and (max-width:991px) {
  .whyTruckking ul li {
    width: 45%;
  }
 }


 @media only screen and (min-width:641px) and (max-width:767px) {
  .whyTruckking ul li {
    width: auto;
  }
 }

 @media only screen and (min-width:320px) and (max-width:640px) {
  .whyTruckking ul li {
    width: auto;
  }

  .aboutSSPoints .col-md-4 {
    width: 97%;
  }

  .aboutSSInner {
    padding: 15px;
  }

  .aboutSSInner p {
    padding-right: 0em;
  }

  .clients {
    padding: 3em 0em;
    background:none;
  }

  section {
    padding: 20px 0;
  }

}


/*Navigation*/

.dropdown-item {
  padding: 0.5rem 1rem !important;
  border-bottom: 1px #ccc solid;
}

.dropdown-menu {
  padding: 0px;
}


/*Documents*/

.document h2 {
  font-size: 2.5em;
  color: #ff0016;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.document .col-md-6 {
  margin-top: 25px;
}

.document img {
  border: 1px #ccc solid;
}



/*======= Slider ======= */

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

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

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


