@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700');

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

p {
  color: #333;
  line-height: 25px;
  font-size: 16px;
}

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

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
a:focus {
  outline: none;
}

.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: #000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #bd2e31;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



/*===================================
0.2  header-style
====================================*/

.section-banner{
  padding: 121px 0;
}



.header-top {
  background: #a55256;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 0px 30px;
  align-items: center;
}

.header-top p {
  color: #fff;
}

.header-top ul.header-contact {
  text-align: right;
}

.header-top li {
  display: inline-block;
  padding: 15px;
  color: #fff;
}

.header-top li i {
  padding-right: 10px;
  color: #fff;
}

.header-top ul.login-r {
  text-align: right;
}

.header-top ul.login-r li {
  position: relative;
}

.header-top ul.login-r li a {
  color: #bd2e31;
}

.header-top ul.login-r li+li:before {
  position: absolute;
  content: "or";
  left: -8px;
  top: 14px;
}

.header-top ul.header-social {
  position: relative;
  justify-content: flex-end;
}

.header-top ul.header-social:before {
  content: "";
  position: absolute;
  right: -35px;
  top: 30%;
  width: 1px;
  height: 25px;
  background: #016a8d;
  opacity: .5;
}

.header-top ul.header-social li:last-child {
  padding-right: 0px;
}

.header-top ul.header-social li:last-child i {
  padding-right: 0px;
}

.header-area {
  width: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgb(255 255 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.account_login-area li:first-child {
  padding-left: 0;
}

.account_login-area li i {
  color: #bd2e31;
}

.logo {
  /* padding: 10px; */
}

.text-logo{
  margin-top: 33px;
    display: ruby-text;
    font-size: 22px;
    color: #df1119;
    margin-left: -16px;
    font-weight: 600;

}
.logo img {
  margin-top: 9px;
  max-width: 113%;
  height: 72px;
  width: 112%;
}

.account_login-area .account-item {
  position: relative;
  color: #333;
  padding: 10px 37px;
}

.account_login-area .account-item i {
  position: absolute;
  left: -3%;
  top: 15%;
  font-size: 40px;
}

.account_login-area .account-item-2 {
  padding-left: 35px;
}

.account_login-area .account-item-2 i {
  left: -8%;
  top: 17%;
}

.account_login-area .account-item:last-child {
  padding-right: 0;
}

.account_login-area .account-item h5 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  color: #666;
}

.account_login-area .account-item h5 span {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #777;
}

.account_login-area .account-item:first-child {
  padding-left: 40px;
  padding-right: 44px;
}

.account_login-area .account-item img {
  max-width: 40px;
  position: absolute;
  left: -21px;
  top: 13px;
}

.header-top.header-top-2 {
  background: #fff;
  padding: 18px 0;
}

.header-top.header-top-2 span {
  display: block;
  color: #777;
  font-size: 18px;
}

.header-social li a {
  color: #fff;
}

.main-menu .submenu li a {
  padding: 10px 15px 10px 0px;
  color: #fff;
  font-size: 14px;
}

.main-menu nav ul {
  text-align: right;
}

.main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu nav ul li a:last-child {
  padding-right: 0;
}

.main-menu nav ul li {
  padding: 35px 12px 0;
}

.main-menu nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 33px;
}

.main-menu nav ul li a:before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 21px;
  width: 100%;
  height: 5px;
  background: #9a1e1e;
  opacity: 0;
  transition: all .5s;
}

.main-menu nav ul li a:hover:before {
  opacity: 1;
  left: 0px;
}

.main-menu nav ul li.active :before {
  opacity: 1;
  left: 0px;
}

.main-menu nav ul li>ul li a {
  color: #333;
}

.main-menu nav ul li:hover>a,
.main-menu nav ul li.active>a {
  color: #000;
}

.main-menu .submenu {
  position: absolute;
  left: 18px;
  top: 90px;
  z-index: 999;
  width: 235px;
  padding: 10px 0px 15px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu nav>ul>li:hover>.submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu .submenu li {
  display: block;
}

.main-menu .submenu li a:before {
  display: none;
}

.main-menu .submenu li {
  padding: 2px 15px;
}

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgb(255 255 255);
  z-index: 1200;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*====================
mobile menu
=======================*/
.slicknav_menu {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 0;
  z-index: 99;
}


.slicknav_menu nav {
  margin-top: 22px;
}

.header-sub .slicknav_menu nav {
  margin-top: 10px;
}

.header-area .slicknav_menu ul {
  margin: 0;
}

.slicknav_nav {
  background: #2a2d2d;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: #3a3a3a;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_btn {
  background-color: transparent;
  position: relative;
  margin-top: -45px;
}

.slicknav_menu .slicknav_icon-bar {
  height: 1px;
  width: 27px;
  margin: 6px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.slicknav_nav a:hover {
  background: #3a3a3a;
  color: #fff;
}

.header-transparent .slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, 10px);
  transform: rotate(45deg) translate(2px, 10px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-9px);
  transform: rotate(-45deg) translateY(-9px);
}

.btn-style2 {
  text-align: right;
}

.btn-style a {
  border-radius: 0px;
  background-color: #000;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 10px 28px;
  border: 2px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 3px;
}

.btn-style a:hover {
  background: #bd2e31;
}

.search {
  text-align: right;
  margin-top: 35px;
}

.search ul li a {
  text-align: right;
  padding: 10px;
  color: #fff;
}

.search ul li>ul {
  position: absolute;
  right: 0;
  top: 150%;
  width: 263px;
  background: #fff;
  z-index: 999;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  text-align: center;
}

.search ul li:hover>ul {
  visibility: visible;
  border-radius: 0px;
  opacity: 1;
  top: 100%;
}

.search ul li>ul form {
  position: relative;
}

.search ul li>ul input {
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
}

.search ul li>ul input:focus {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.search ul li>ul button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

.search ul li>ul button:hover {
  background: #bd2e31;
  border-radius: 0px;
}

.search ul li:last-child a {
  padding-right: 0;
}



/*--------------------------------------------------------------
0.3  hero slider
--------------------------------------------------------------*/
.hero-section-a{
  height: 767px;
  background-color: #02112a;
}

.slide {
  position: relative;
}

.slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  opacity: .60;
}

.slide-caption {
  z-index: 19;
  padding-bottom: 45px;
}

.hero .slide {
  height: 840px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  width: 60px;
  height: 60px;
  border: 1px solid #959595;
  border-radius: 5px;
  z-index: 10;
  border-radius: 60px;
  transition: all .3s;
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
  color: #fff;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
  color: #fff;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #000;
  border: none;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 30px;
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  display: none;
}

.hero .hero-slider .slide-caption>h2,
.hero .hero-slider .slide-caption>p,
.hero .hero-slider .slide-caption>.btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>.btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

/******************************
  0.4 hero style 1
*******************************/
.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
  font-size: 20px;
  color: #fff;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
}

.hero-style-1 .slide-caption p span,
.hero-style-2 .slide-caption p span {
  color: #c1b696;

}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
  font-size: 35px;
  font-weight: 600;
  color: white;
  line-height: 75px;
  margin: 33px 0;
}

@media (max-width: 450px) {

  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2 {
    font-size: 30px;
  }
}

.hero-style-1 .slide-caption h2 span,
.hero-style-2 .slide-caption h2 span {
  display: block;
}

@media (max-width: 450px) {

  .hero-style-1 .slide-caption h2 span,
  .hero-style-2 .slide-caption h2 span {
    padding: 4px 0;
  }
}

/*==============================================
0.5 section-area-start
================================================*/
.section-area {
  background: #f5f5f5;
}

.section-icon {
  text-align: center;
  margin-top: -60px;
}

.section-content {
  text-align: center;
  padding: 18px 0 9px;
  transition: all .5s;
}

.section-item:hover .section-content {
  background: #000;
  color: #fff;
}

.section-item:hover .section-content p a {
  color: #fff;
}

.section-item:hover .section-icon i.fi {
  background: #000;
  color: #fff;
}

.section-content p {
  font-size: 20px;
  font-weight: 400;
  transition: all .5s;
}

.section-content p a {
  color: #333;
  transition: all .5s;
}

.section-icon i.fi {
  background: #f5f5f5;
  padding: 47px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .5s;
}

.col-d {
  padding: 0;
}

/*===================================
0.6 about-area start
=====================================*/
/* .about-area {
  padding: 100px 0;
  background-color: aliceblue;
} */

.img-icon{
  max-width: 72px;
  border-radius: 65px;
  

  -webkit-box-shadow: 6px 10px 27px 0px rgba(163,160,163,0.59);
-moz-box-shadow: 6px 10px 27px 0px rgba(163,160,163,0.59);
box-shadow: -7px 8px 5px 0px rgba(163, 160, 163, 0.59);
}

.about-btn{
  margin-top: 29px;
  color: white;
  border-radius: 0px;
}

.dl-el-btn a{
color: white;
}

/* .dl-el-btn {
  
  border-radius: 0px;
  font-family: "DM Sans", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  padding: 15px 30px 15px 30px;
  background: linear-gradient(to right, #242c5d 50%, #DF1119 50%);
  background-size: 203% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.dl-el-btn:hover {
  background-position: left bottom;
} */



.dl-el-btn {
  border-radius: 0;
  font-family: "DM Sans", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  padding: 15px 30px;
  background: linear-gradient(to right, #242c5d 50%, #DF1119 50%);
  background-size: 203% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  display: inline-block;
  text-align: center;
  border-color: #f5f5dc05;
  outline: none;
  cursor: pointer;
}

/* Hover Effect */
.dl-el-btn:hover {
  border-radius: 0px;
  background-position: left bottom;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .dl-el-btn {
      font-size: 14px;
      padding: 12px 25px;
  }
}

@media (max-width: 576px) {
  .dl-el-btn {
      font-size: 12px;
      padding: 10px 20px;
      width: 100%; /* Makes the button take the full width of its container */
      text-align: center; /* Center aligns the button text */
  }
}



/* }
.dl-el-btn:before {
  background-color: #04223E;
} */

.dl-el-btn:hover:before {
  border-radius: 0%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.about-content .about-icon i {
  color: #000;
}

.about-content h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

/* .about-content h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #000;
} */

.sec-p {
  padding-left: 30px;
}

.about-img img {
  padding-top: 50px;
}

.about-content p {
  margin-bottom: 30px;
  font-size: 18px;
}

.about-content span {
  display: block;
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}

.about-content span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #000;
}

.about-content .about-icon i:before {
  font-size: 60px;
}

.signature-section {
  overflow: hidden;
}

.si-text {
  float: left;
  margin-top: 20px;
}

.si-text p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.signature-section img {
  float: right;
}

/*=====================================
0.7 service-area start
=======================================*/
.service-area {
  background: #001f37;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
    background-image: url(../images/services/content-bg-3.jpg);
}
.service-banner::before{
  background-position-x: right;
    background-repeat: no-repeat;
/* background-image: url('../images/services/delivery-men-2.png'); */
}

.men-delivery{
  margin-left: 6px;
    max-width: 100%;
    animation: upDown 4s ease-in-out infinite;
}
@keyframes upDown {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px); /* Move up */
  }
  100% {
      transform: translateY(0); /* Move back down */
  }
}
.section-title span {
  font-size: 16px;
  color: #000;
}

.section-title h2 {
  background: #DF1119;
  background: linear-gradient(to right, #DF1119 0%, #242C5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 7px;
  position: relative;
}

.section-title-a h2 {
  background: #DF1119;
  background: linear-gradient(to right, #DF1119 0%, #242C5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 7px;
  position: relative;
}
.section-title-a h5::before {
  content: "";
    TOP: 33px;
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 59px;
    height: 3px;
    background: rgb(255 35 73);
}

.service-single {
  overflow: hidden;
}

.service-single {
  position: relative;
  overflow: hidden;
  transition: all .3s;
  margin-bottom: 30px;
}

.service-content {
  padding: 29px 40px 20px;
  position: absolute;
  left: 0;
  top: 68%;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  background: #bd2e31;
  transition: all .3s;
  opacity: .8;
}

.service-single:hover .service-content {
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 15px 30px;

}

.service-single:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 36, 64, 0.2);
}

.service-content h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  color: #fff;
}

.service-content h3:before {
  content: "\f106";
  position: absolute;
  left: -78px;
  top: -15px;
  font-family: Flaticon;
  font-size: 42px;
  color: #000;
}

.service-content2 h3:before {
  content: "\f107";
  margin-top: 5px;
}

.service-content3 h3:before {
  content: "\f100";
  transform: rotate(45deg);
}

.service-content4 h3:before {
  content: "\f108";
}

.service-content5 h3:before {
  content: "\f10a";
}

.service-content6 h3:before {
  content: "\f10b";
}


.service-content p {
  padding: 15px 0 0px;
  color: #fff;
  line-height: 20px;
}

.service-content a {
  color: #000;
}

.service-area.service-s2 .service-item .service-single {
  background: #fff;
  text-align: center;
  padding: 40px 33px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 10px;
}

.service-area.service-s2 .service-item .service-single:before {
  content: none;
}

.service-area.service-s2 .service-item .service-single .service-icon {
  background-color: rgb(255 52 52 / 20%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 25px;
}

.service-area.service-s2 .service-item .service-single .service-icon:before {
  content: "";
  background-color: rgba(52, 203, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
}

.service-area.service-s2 .service-item .service-single .service-icon i {
  color: #bd2e31;
}

.service-area.service-s2 .service-item .service-single h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.service-area.service-s2 .service-item .service-single p {
  line-height: 30px;
  color: #5d5b5b;
}

/*==========================================
0.8 track-area start
===========================================*/

.track h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.track-section {
  padding: 60px 0 70px;
  background: url(../images/news/bg.jpg) no-repeat center center / cover;
}

.track-section .track form {
  position: relative;
}

.track-section .track button {
  background: #000;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  left: 15px;
  top: 0;
  width: 200px;
  height: 50px;
  transition: all .3s;
}

.track-section .track button:hover {
  background: #bd2e31;
}

.track-section .track input {
  background: #fff;
  height: 50px;
  font-size: 17px;
  color: #333;
  padding: 6px 80px 6px 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border-radius: 0px;
}

/*============================================
0.9 features-area start
==============================================*/
.features-area {
  position: relative;
  padding: 100px 0 70px;
}

.fetures-img {
  position: absolute;
  left: 8%;
  top: 14%;
}

.fetures-img img {
  max-width: 100%;
}

.features-icon {
  margin-bottom: 18px;
}

.features-icon.feature-icon3 {
  margin-bottom: 10px;
}

.section-title2 h2:before {
  left: 0;
}

.section-title2 h2 {
  margin-bottom: 30px;
}

.features-text p {
  padding-top: 10px;
}

.features-text h3 {
  font-size: 25px;
}

.features-item .fi {
  color: #000;
}

.features-icon2 {
  transform: rotate(45deg);
  display: inline-block;
}

.feature-wrap {
  margin-bottom: 35px;
}

/*==========================================
1.0 counter-area start
===========================================*/
.counter-area {
  padding: 135px 0 0;
  background: url(../images/slider/1\ \(1\).jpg) no-repeat center top / cover;
  position: relative;
  background-attachment: fixed;
}

.counter-area:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(61 106 183 / 80%);
}

.counter-content {
  background: #000;
  padding: 44px 70px 94px;
  padding-right: 80px;
  margin-bottom: 90px;
  max-height: 520px;
  position: relative;
}

.goaldesc h5 {
  font-size: 18px;
  font-weight: 800;
  color: #7c6d6d;
}

.vehicledesc {
  padding: 30px 0px 0px 10px;
}

.vehicledesc h2 {
  color: #fff;
  font-weight: 700;
}

.vehicledesc p {
  color: #fff;
  font-size: 18px;
}

.counter-content p {
  color: #fff;
}

.counter-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 45px;
}

.btn-style.btn-style-3 a {
  background: #fff;
  color: #333;
  margin-top: 34px;
  font-weight: 700;
}

.counter-area .counter-grids .grid {
  width: 48%;
  float: left;
  padding: 0px 0px 158px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.counter-area .counter-grids .grid p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-top: 20px;
}

.counter-area .counter-grids {
  overflow: hidden;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .counter-area .counter-grids {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.counter-area .odometer.odometer-auto-theme,
.counter-area .odometer.odometer-theme-default {
  line-height: 0.8em;
}

.counter-area .counter-grids .grid h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 10px;
  padding-bottom: 10px;
  position: relative;
}

.counter-area .counter-grids .grid h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #000;
}

/*====================================
1.1 pricing-area start
======================================*/
.pricing-area {
  padding: 170px 0 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.price-item {
  text-align: center;
  background: #f6f6f6;
  transition: all .3s;
}

.price-item:hover {
  background: #e7f9ff;
}

.pricing-header h3 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.pricing-header {
  padding: 25px 0 13px;
  background: #000;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 11;
}

.pricing-header:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 33px;
  width: 100%;
  height: 68%;
  background: url(../images/pricing/2.png) no-repeat center center / cover;
  z-index: -1;
}

.price-sub-header {
  padding: 20px 0 10px;
}

.price-sub-header h4 {
  font-size: 36px;
  color: #000;
}

.pricing-table {
  padding-bottom: 30px;
}

.pricing-table li {
  padding: 10px;
  border-top: 1px solid #eeeeee;
}

.col-l {
  padding: 10px;
}

.pricing-img {
  text-align: right;
  position: relative;
  margin-top: -28px;
}

.pricing-img:before {
  content: "";
  position: absolute;
  left: 64%;
  top: 96px;
  width: 65%;
  height: 84%;
  border: 10px solid #000;
  z-index: -1;
}

.btn-style.btn-style-4 {
  margin-top: 14px;
}

.btn-style-4 a {
  border-radius: 0px;
}

.form-control {
  border-radius: 1px;
  padding: 14px;
}

/*=======================================
1.6 footer-area start
=========================================*/
.footer-area {
  
}

.footer-top {
  background-color: #ffffff;
  padding: 60px 0;
  background-image: url('../images/footer-map.png');
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-logo img {
  width: 22%;
}
.text-logo-a {
  margin-top: 26px;
  display: ruby-text;
  font-size: 22px;
  color: #df1119;
  margin-left: 10px;
  font-weight: 600;
}

.social li a {
  display: block;
  height: 45px;
  width: 45px;
  background: #fff;
  color: #333;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: all .3s;
  margin-top: 5px;
}

.social li a:hover {
  background: #fbfafa;
  color: #fff;
}

.footer-top p {
  color: black;
  margin-bottom: 14px;
}

.footer-top a {
  color: #050404;
}

.Recent-News-area p {
  margin-bottom: 10px;
}

.Recent-News-area span {
  color: #bbb;
}

.Recent-News-area span i {
  padding-right: 10px;
  color: #fff;
}

.resent-sub {
  margin-bottom: 15px;
}

.instagram ul {
  flex-wrap: wrap;
  margin: 0px -3px;
}

.instagram ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.instagram ul li img {
  width: 100%;
}

.footer-widget.instagram {
  margin-top: 0;
}

.footer-widget.instagram h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.footer-link ul li a {
  padding-top: 10px;
  display: block;
}

.footer-top h3 {
  font-size: 25px;
  color: black;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-bottom {
  background: #101e35;
  padding: 10px 0;

}

.footer-bottom-content {
  text-align: center;
}

.footer-bottom-content span {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*============================
0.1 Home-page-2 start
=================================*/
.hero-style-1.hero-style-2 .slide-caption {
  padding-bottom: 0;
  padding-top: 40px;
}

.section-area.section-style-2 {
  background: #fff;
  /* background-image: url('../images/process-line.png'); */

}

.section-area.section-style-2 .section-item {
  overflow: hidden;
}

.section-area.section-style-2 .section-icon {
  margin-top: 0;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}

.section-area.section-style-2 .section-content p a:hover {
  color: #000;
}

.section-area.section-style-2 .section-content {
  text-align: left;
  overflow: hidden;
  padding-right: 12px;
}

.section-area.section-style-2 .section-content span {
  font-size: 16px;
  color: #777;
}

.section-area.section-style-2 .section-icon i.fi {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin-top: 18px;
  margin-right: 20px;
  color: #fff;
  border: 6px solid #d4f1fa;
}

.about-area.about-style-2 {
  background: url(../images/about/2.jpg) no-repeat center top / cover;

}

.about-area.about-style-2 .about-wrap {
  background: rgba(20, 36, 64, .8);
  padding: 50px;
  float: left;
}

.about-area.about-style-2 .content {
  padding: 50px;
}

.about-area.about-style-2 .about-content h2 {
  color: #fff;
}

.about-area.about-style-2 .about-content p {
  color: #fff;
}

.about-area.about-style-2 .about-content span {
  color: #fff;
}

.about-area.about-style-2 .si-text p {
  color: #fff;
}

.about-area.about-style-2 .si-text span {
  color: #fff;
}

.section-item-2 {
  background-color: #f5f5f5;
  padding-left: 45%;
}
.service-work{
  width: 125%;
    padding: 45px;
  background-color: white;
}

.banner-check{
  height: 36px;
    width: 36px;
    margin-top: 14px;
}

.features-area.features-style-2 {
  position: relative;
}


.features-area.features-style-2:before {
  content: "";
  position: absolute;
  left: 22%;
  top: 27%;
  width: 53%;
  height: 64%;
  background: url(../images/features/2.png) no-repeat center center / cover;
  z-index: -2;
}

.features-item.features-item-2 {
  text-align: right;
}

.features-area.features-style-2 .features-icon {
  width: 90px;
  height: 90px;
  background: #000;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  color: #fff;
  border: 6px solid #d4f1fa;
}

.features-area.features-style-2 .features-item .fi {
  color: #fff;
}

.features-area.features-style-2 .features-icon.feature-icon3 {
  margin-bottom: 10px;
  display: inline-block;
}

.features-area.features-style-2 .feature-img {
  text-align: center;
}

.counter-area.counter-style-2 .counter-content {
  margin-bottom: 0px;
}

.counter-area.counter-style-2 {
  padding: 0;
}

.counter-area.counter-style-2 .counter-grids {
  padding-top: 100px;
}

.pricing-area.pricing-area-2 {
  padding: 100px 0 70px;
}

.pricing-area.pricing-area-2 .price-item {
  margin-bottom: 30px;
}

.pricing-area.pricing-area-2:after {
  background: none;
}

.team-area.team-area-2 {
  background: #f5f5f5;
}

.team-area.team-area-2 .team-content {
  background: #fff;
}

.blog-area.blog-style-2 {
  background: #fff;
}

.blog-area.blog-style-2 .blog-img {
  position: relative;
}

.blog-area.blog-style-2 .blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  content: "";
  z-index: 9;
}

.blog-s-text {
  position: absolute;
  left: 0;
  top: 56%;
  width: 100%;
  height: 50%;
  background: none;
  z-index: 99;
}

.blog-s-text .blog-content {
  background: none;
}

.blog-s-text .blog-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-s-text .blog-content-sub ul li a {
  color: #fff;
}

.blog-s-text .blog-content-sub ul li {
  color: #fff;
}

.blog-s-text .blog-content-sub {
  background: none;
  border-bottom: none;
  border-top: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 17px;
}

.blog-item {
  position: relative;
  overflow: hidden;
}

.blog-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, .9);
  transform: translateY(200px);
  transition: all .3s;
  opacity: 0;
}

.blog-item:hover .blog-text {
  transform: translateY(0px);
  opacity: 1;
}

.blog-area.blog-style-2 .blog-content {
  background: none;
}

.blog-item:hover .blog-s-text .blog-content {
  opacity: 0;
}

.blog-text .blog-content h3 a {
  color: #333;
}

.blog-text .blog-content h3 a:hover {
  color: #000;
}

.blog-text .blog-content a {
  color: #000;
}

.blog-text .blog-content-sub ul li a {
  color: #000;
}

.blog-text .blog-content-sub {
  background: none;
  border-bottom: none;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}

.blog-text .blog-content {
  padding: 40px 45px 10px;
}

.blog-item:hover .blog-s-text .blog-content-sub {
  opacity: 0;
}

.newsletter-section.newsletter-section-2 {
  background: #f5f5f5;
}

.blog-right-bar-2 {
  padding-left: 0;
  padding-right: 30px;
}

.blog-right-bar .img-holder {
  float: left;
  padding-right: 14px;
}

/*============================
0.3 Home-page-3 start
=================================*/
.header-top.header-top-2 .logo {
  margin-top: 16px;
}

.header-top.header-top-2 .account_login-area {
  justify-content: flex-end;
}

.header-top.header-top-2 .account_login-area li:first-child:before {
  display: none;
}

.header-area.header-style-2 .main-menu nav ul {
  text-align: left;
}

.header-area.header-style-2 .btn-style a {
  padding: 10px 20px;
  margin-top: 3px;
  border-radius: 0;
  margin-top: 22px;
  background: #fff;
  color: #000;
  font-weight: 400;
}

.header-area.header-style-2 {
  background: #000;
  position: relative;
  z-index: 9999;
}

.header-area.header-style-2 .main-menu nav ul li:hover>a,
.header-area.header-style-2 .main-menu nav ul li.active>a {
  color: #fff;
}

.header-area.header-style-2 .main-menu nav ul li ul li:hover>a,
.header-area.header-style-2 .main-menu nav ul li ul li.active>a {
  color: #000;
}

.hero-slider-wrapper.hero-style-1.hero-style-3 .slide-caption {
  z-index: 19;
  padding-bottom: 100px;
}

.header-area.header-style-2 .main-menu nav ul li:first-child {
  padding-left: 0px;
}

.hero-style-3 .slide-caption h2 span,
.hero-style-3 .slide-caption h2 span {
  background: rgba(20, 36, 64, 0.5);
  margin-bottom: 10px;
  padding: 5px 20px 13px;
  display: inline-block;
}

.section-item-3 .section-icon i.fi {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .09);
  border-radius: 5px;
}

.section-item-3:hover .section-icon i.fi {
  background: #000;
  color: #fff;
}

.about-ss {
  padding-left: 0;
  margin-left: -60px;
}

.about-area.about-style-2.about-style-3 {
  background: #fff;
}

.about-area.about-style-2.about-style-3 .about-wrap {
  background: #bd2e31;
  padding: 50px;
  float: left;
  max-height: 580px;
  margin-top: 48px;
  z-index: 99;
}

.about-title .img-holder img {
  border: 10px solid #000;

}

.about-title .img-holder {
  position: relative;
}

.social-1st2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 999;
}

.social-1st2 i {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
}

.service-area.service-style-3 {
  background: url(../images/service/bg.jpg) no-repeat center center / cover;
  position: relative;
}

.service-area.service-style-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 36, 64, .8);
}

.service-area.service-style-3 .section-title h2 {
  color: #fff;
}

.service-area.service-style-3 .section-title span {
  position: relative;
}

.service-area.service-style-3 .service-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.service-area.service-style-3 .service-item .service-icon {
  float: left;
  width: 100px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color: #ddd;
  background: rgba(52, 204, 255, .5);
}

.service-area.service-style-3 .service-item .service-text {
  overflow: hidden;
  background: rgba(255, 255, 255, .25);
  padding: 25px 0 18px;
  padding-left: 20px;
  max-height: 140px;
}

.service-area.service-style-3 .service-item .service-text h3 {
  font-size: 20px;
  color: #fffefe;
  transition: all .3s;
}

.service-area.service-style-3 .service-item .service-text h3:hover {
  color: #000;
}

.service-area.service-style-3 .service-item .service-text p {
  color: #ddd;
}

.section-area.section-area-3 .section-content {
  padding: 35px 0;
}

.section-area.section-area-3 .section-icon {
  text-align: center;
  margin-top: -35px;
}

.section-area.section-area-3 .section-content p a:hover {
  color: #000;
}

/*=====================================
4.0 about-page start
=======================================*/

.breadcumb-area {
  background: url(../images/breadcumb/bg.jpg) no-repeat center top / cover;
  min-height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.breadcumb-area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  opacity: .60;
}


.breadcumb-wrap h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
}

.breadcumb-wrap ul li a {
  color: #fff;
  font-size: 18px;
  transition: all .3s;
}

.breadcumb-wrap ul li a:hover {
  color: #000;
}

.breadcumb-wrap ul li:last-child {
  color: #000;
}

.breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
  display: none;
}

.service-area.service-style-1 .service-content h3:before {
  content: "\f104";
  color: #fff;

}

.service-area.service-style-1 .service-content2 h3:before {
  content: "\f108";
  color: #fff;
}

.service-area.service-style-1 .service-content3 h3:before {
  content: "\f100";
  color: #fff;
}

.service-area.service-style-1 .service-content {
  top: 76%;
}

.service-area.service-style-1 .service-single:hover .service-content {
  top: 0;
}

.service-area.service-at {
  background: #fff;
}

.team-area-2.team-area-3 {
  background: #f5f5f5;
}


.catagory-item {
  background: #f5f5f5;
  margin: 20px;
  text-align: center;
}

.catagory-item .widget-title {
  background: #bd2e31;
  padding: 10px 20px;
  position: relative;
}

.catagory-item .widget-title:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 100%;
  border: 15px solid transparent;
  border-top-width: 13px;
  border-top-color: rgba(0, 0, 0, .1);

}

.catagory-item .widget-title h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.category-section .posts {
  padding: 10px 0;
  margin-top: 20px;
}

.category-section .post {
  padding: 10px 0;
}

.category-section {
  padding: 30px 30px 20px;
  background-color: #000;
  height: 245px;
}

.category-section p {
  color: #fff;
}

.category-section a {
  color: #fff;
}

.category-section .widget-title {
  background: #ddd;
}

.category-section ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 15px 0 10px;
  transition: all .3s;
}

.category-section ul li a:hover {
  color: #000;
}

.category-section ul li {
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.category-section ul li:last-child {
  border-bottom: none;
}

.category-section-text {
  padding-top: 50px;
}

.category-section-text h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.category-section-text h5 {
  font-size: 22px;
  line-height: 40px;
}

.category-section-text p {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
}

.category-section-text p:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-right-bar .img-holder {
  float: left;
  padding-right: 20px;
}

.blog-right-bar .search-widget input {
  height: 50px;
  font-size: 17px;
  padding: 6px 50px 6px 20px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
  color: #333;
  border-radius: 0px;
}

.blog-right-bar .search-widget form button {
  background: #bbb;
  font-size: 20px;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 15px;
  cursor: pointer;
}

/*===================================================
7.0 contact-page-area-start
=======================================================*/

.contact-page-area .contact-map {
  height: 450px;
  margin-top: 100px;
  cursor: pointer;
}

.contact-page-area .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.contact-page-item h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}

.contact-page-item h3 {
  font-size: 21px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-page-item span {
  color: #000;
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
}

.contact-page-item .adress {
  margin-bottom: 20px;
}

.contact-page-item .phone {
  margin-bottom: 20px;
}

.contact-area {
  padding-top: 0px;
  padding-bottom: 0;
  /* background-color: #00000036; */
    padding: 36px;
}
.contact-section{ background-image: url('../images/contact/bg-contact.png');
background-repeat: no-repeat;
}

.contact-area h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.contact-area form,
.contact-area-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {

  .contact-area form .half-col,
  .contact-area-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-area form div,
.contact-area-s2 form div {
  padding: 0 15px 30px;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
  background: #f8c1c157;
    height: 50px;
    padding: 34px 34px;
    color: #fff;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid rgba(192, 181, 150, .5);

}

.contact-area select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 6px 15px;
  color: #bbb5a5;
  border: 2px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(192, 181, 150, .5);
  position: relative;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
  height: 150px;
  padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.theme-btn-s3 {
  border-radius: 0;
  text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.theme-btn-s3 {
  background-color: #000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 9px 25px;
  border: 2px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  transition: all .3s;
}

.theme-btn-s3:hover {
  background: #bd2e31;
}

/*====================================
8.0 service-page
======================================*/
.section-style-2.section-style-3 {
  padding: 100px 0;
}

.section-style-2.section-style-3 .section-item-2 {
  padding: 0px;
}

.section-area.section-style-2.section-style-3 .section-icon i.fi {
  margin-top: 25px;
}

.section-style-2.section-style-3 .section-wrap {
  padding: 15px 30px 30px;
  background: #f5f5f5;
}

.section-area.section-style-2.section-style-3 .section-content {
  padding-right: 0;
}

.tr-wrap {
  padding-left: 30px;
}

.t-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.t-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.tr-s span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.tr-s span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

/*=======================
9.0 Freight-area
=========================*/
.Freight-area {
  padding: 100px 0;
}

.contact-us-area {
  background: url(../images/air/air-fraight.jpg) no-repeat center top / cover;
  position: relative;
  z-index: 1;
  padding: 30px 30px 20px;
}

.contact-us-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 36, 64, .8);
  z-index: -1;
}

.contact-us-area h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.contact-us-area h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 5px;
  background: #000;
}

.contact-s span {
  color: #fff;
  font-size: 15px;
}

.contact-s span i {
  padding-right: 5px;
  color: #000;
}

.contact-s p {
  color: #fff;
  font-weight: 18px;
}

.Freight-item h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}

.Freight-item p {
  line-height: 30px;
  margin-bottom: 20px;
}

.Freight-item img {
  margin-bottom: 20px;

}

.Freight-s img {
  float: left;
  padding-right: 30px;
}

.Freight-s {
  overflow: hidden;
}

.Freight-s .f-s {
  overflow: hidden;
}

.Freight-s .f-s span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.Freight-s .f-s span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

/* industry start */
.img-bkg01 {
  background-image: url(../images/bg45.jpg);
}

.custom-bkg.bkg-dark-blue {
  background-color: #000;
}

.page-content.column-img-bkg {
  padding: 0;
  height: 346px;
}

*[class*="img-bkg"] {
  background-size: cover;
}

.custom-heading {
  position: relative;
  width: 100%;
  display: block;
  padding: 50px 0;
  text-transform: uppercase;
}

.custom-heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: #bd2e31;
}

.custom-heading::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 0;
}

.custom-col-padding-both1 p {
  min-width: 100%;
}

.custom-col-padding-both1 p {
  width: 448px;
  max-width: 100% !important;
  color: #fff;
}

.service-list li {
  list-style: none;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.servicelisthome {
  margin-top: 238px;
}

.service-list li .icon-container {
  width: 70px;
  height: 70px;
  float: left;
}

.service-list li p {
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 95px;
}

.custom-col-padding-both1 p {
  min-width: 100%;
}

/* industry end */


.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-container {
  margin-bottom: 10px;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #f6f1f1;
  /* Adjust button color */
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 18%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

  #next-prev{
    color: white;
  }

.service {
  position: absolute;
}

.hero .inner {
  background: black;
  /* background-image: url(../images/bg/bg-truck1.jpg); */
}


.context-text{
  text-align: center;
    padding-bottom: 21px;
    font-size: 25px;
}

/* #services{
  background-repeat: round;
  background-image: url(../images/services/features-Photoroom.png);
} */

.imag-services{
  margin-left: 69%;
    width: 25%;
}



#services{
  background-repeat: no-repeat;
  background-image: url(../images/services/man-working-as-truck-driver.jpg);
  background-size: contain;
  background-color: #aec2cb78;

}
/* 
.running-truck {
  overflow: hidden;
  
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url('../images/truck/footer-shape.png');
}

.running-truck .truck,
.running-truck .truck-2,
.running-truck .truck-3,
.running-truck .truck-4,
.running-truck .truck-5 {
  background-repeat: no-repeat;
  background-size: contain; */
  /* position: absolute; */
  /* bottom: 0;
}

.running-truck .truck {
  background-image: url('../images/truck/truck-1.png');
  width: 128px;
  height: 60px;
  animation: running-right 10s linear infinite;
  margin-top: 39px;
}

.running-truck .truck-2 {
  background-image: url('../images/truck/truck-2.png');
  width: 118px;
  height: 60px;
  animation: running-left 15s linear infinite;
}

.running-truck .truck-3 {
  background-image: url('../images/truck/truck-2\ \(1\).png');
  width: 184px;
  height: 60px;
  animation: running-left 10s linear infinite;
}

.running-truck .truck-4 {
  background-image: url('../images/truck/truck-4.png');
  width: 184px;
  height: 110px;
  bottom: -7px;
  animation: running-left 16s linear infinite;
}

.running-truck .truck-5 {
  background-image: url('../images/truck/truck-5.png');
  width: 128px;
  height: 60px;
  bottom: -13px;
  animation: running-right 15s linear infinite;
}

@keyframes running-right {
  0% {
      transform: translateX(900%);
  }
  100% {
      transform: translateX(-600%);
  }
}

@keyframes running-left {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(900%);
  }
} */


.running-truck {
  overflow: hidden;
  /* position: absolute; */
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url('../images/truck/footer-shape.png');
}


.running-truck .truck {
  background-image: url(../images/truck/truck-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    width: 128px;
    height: 60px;
    bottom: -97px;
  animation: running-right 10s linear infinite;
}


.running-truck .truck-2 {
  background-image: url('../images/truck/truck-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    width: 118px;
    height: 60px;
    bottom: -38px;
  animation: running-left 15s linear infinite;
}


.running-truck .truck-3 {
  background-image: url('../images/truck/truck-2 (1).png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 184px;
  height: 60px;
  bottom: 22px;
  animation: running-left 10s linear infinite;
}


.running-truck .truck-4 {
  background-image: url(../images/truck/truck-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 184px;
    height: 110px;
    bottom: 125px;
    animation: running-left 16s linear infinite;
}


.running-truck .truck-5 {
  background-image: url('../images/truck/truck-5.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    width: 128px;
    height: 60px;
    bottom: 180px;
  animation: running-right 15s linear infinite;
}


@keyframes running-right {
  0% {
      transform: translateX(900%);
  }
  100% {
      transform: translateX(-600%);
  }
}
@keyframes running-left {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(900%);
  }
} 



.icon-network{
  max-width: 12%;
  margin-top: -118px;
  margin-left: 42px;
  transform: translate(-50%, -50%);
}

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --accent-color: #df1119;
  --spacing-s: 16px;
  --spacing-m: 24px;
  --spacing-l: 32px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

/* Timeline Styles */

.timeline {
  position: relative;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.timeline-item {
  position: relative;
  padding: 20px 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 552px;
  top: 36px;
  width: 2px;
  height: 100%;
  background-color: #ff1a1a;
  transform: translateX(-50%);
}

.timeline-item .timeline-icon {
  position: absolute;
  left: 552px;
  top: 22px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #ff1a1a;
  border-radius: 50%;
  border: 2px solid white;
}

.timeline-item .timeline-content {
  position: relative;
  padding-left: 60px;
}

    .timeline-item .timeline-content h6 {
        position: relative;
        left: 350px;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .timeline-item .timeline-content p {
        top: -23px;
        left: 519px;
        position: relative;
        font-size: 16px;
    }

.timeline-item:last-child::before {
  content: none;
}


@media (max-width: 767px) {
  .timeline-item::before {
      left: 40px;
  }

  .timeline-item .timeline-icon {
      left: 40px;
  }
}

.content-a {
  padding: var(--spacing-xl);
  background-color: var(--text-lighter);
  position: relative;
  border-radius: var(--spacing-l);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
  color: var(--background-dark);
  font-weight: bold;
  font-size: 1.25rem;
}

.content-a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}



@media screen and (max-width: 600px) {
  .timeline::after {
      left: 31px;
  }

  .timeline-container {
      width: 100%;
      padding-left: 80px;
      padding-right: 40px;
      margin-bottom: var(--spacing-l);
  }

  .timeline-container.left::before,
  .timeline-container.right::before {
      left: 31px;
  }

  .timeline-container.right {
      left: 0%;
  }

  .timeline-container.left,
  .timeline-container.right {
      left: 0;
  }
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline.show-line::after {
  height: 100%;
  opacity: 1;
}

.timeline.hide-line::after {
  height: 0;
  opacity: 0;
}

.icon-phone{
  max-width: 10%;
  height: 32px;
}

.zoom {
  
  /* background-color: green; */
  transition: transform .8s; /* Animation */
  padding: 9px 11px;
  
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.p-text{
  font-size: 20px;
}

.card-img{
  max-width: 20%;
}

.footer-phone-icon{
  max-width: 11%;
}
.contant-footer{
  max-width: 9%;
  padding-bottom: 11px;
}

.hr-contact{
  margin-left: 53px;
  width: 41px;
}




/* Header Top Styles */
.header-icon{
  max-width: 4%;
}

.header-top {
  background-color: #df1119;
  color: #333;
  font-size: 14px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease; /* Smooth hiding animation */
}

.header-top p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}




.header-area.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.hide-header-top .header-top {
  transform: translateY(-100%);
}

/* Responsive Styling */
@media (max-width: 768px) {
  .header-top {
      display: block;
      text-align: center;
  }

  .header-top p {
      margin-bottom: 5px;
  }
}



.hero-section{
  height: 662px;
  background-image: url('../images/slider/slider-bg.jpg');
  background-repeat: no-repeat;
}

.slider-h2{
  
    line-height: 52px;
    font-size: 45px;
    font-weight: bolder;
}
.p-slider{
  padding-top: 15px;
    color: gray;
    font-size: 20px;
}

.slider-h3{
  font-size: 25px;
    padding-top: 173px;
    font-weight: 400;
}

.container-section{
  max-width: 55%;
  animation: upDown 4s ease-in-out infinite;
}
@keyframes upDown {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px); /* Move up */
  }
  100% {
      transform: translateY(0); /* Move back down */
  }
}


.container-section-a{
  
  margin-left: 202px;
    margin-top: -191px;
    max-width: 155%;
}

.h2-red{
  color: #df1119;
}



.about-area-ab{
  background-image: url('../images/about-us/slider-truck.png');
  background-repeat: no-repeat;
}


/* About us page */
.baredcrubm{
  background-image: url('../images/banner/page-banner.jpg');
background-repeat: no-repeat;
padding: 75px;
background-color: #002440;
}

.baredcrum-h5{
  padding: 6px 7px;
  border-radius: 5px;
  width: 116px;
  background-color: #dd0303;
}

.baredcrum-p{
  padding-top: 15px;
    color: #d2cfcf;
    font-size: 20px
}

.baredcrum-h5-contact{
  padding: 6px 7px;
    border-radius: 5px;
    width: 134px;
    background-color: #dd0303;
}

.baredcrum-h5-wcs{
  
    padding: 6px 7px;
    border-radius: 5px;
    width: 187px;
    background-color: #dd0303;

}

.baredcrum-h5-goal {
  padding: 6px 7px;
  border-radius: 5px;
  width: 69px;
  background-color: #dd0303;
}




/* Responsive Design */
@media screen and (max-width: 1200px) {
  .slider-h2 {
      font-size: 40px;
  }

  .slider-h3 {
      font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .col-lg-6 {
      text-align: center;
      margin-bottom: 20px;
  }

  .slider-h2 {
      font-size: 36px;
  }

  .slider-h3 {
      font-size: 24px;
  }

  .p-slider {
      font-size: 14px;
  }

  .container-section{
display: none;
  
  }
  .container-section-a {
    width: 97%;
    margin-top: -49px;
    height: auto;
    margin-left: 0;

  }
}

@media screen and (max-width: 768px) {
  .hero-section .row {
      flex-direction: column;
      align-items: center;
  }

  .slider-h2 {
      font-size: 30px;
  }

  .slider-h3 {
      font-size: 22px;
  }

  .p-slider {
      font-size: 14px;
      padding: 0 10px;
  }

  .btn {
      width: 100%;
      margin-top: 20px;
  }

  .container-section{
    display: none;
      
      }
      .container-section-a {
        width: 97%;
        margin-top: -49px;
        height: auto;
        margin-left: 0;

      }
    }
    


@media screen and (max-width: 576px) {
  .slider-h2 {
      font-size: 26px;
  }

  .slider-h3 {
      font-size: 20px;
  }

  .p-slider {
      font-size: 12px;
      padding: 0 15px;
  }

  .container-section{
    display: none;
      
      }
      .container-section-a {
        width: 97%;
        margin-top: -49px;
        height: auto;
        margin-left: 0;
      }
    }
    


/* Responsive Design */
@media screen and (max-width: 1200px) {
  .about-content h2 {
      font-size: 32px;
  }

  .about-content h5 {
      font-size: 20px;
  }

  .about-content p {
    line-height: 17px;
    padding-bottom: 26px;
    font-size: 12px;
}

  .about-area-a{
    display: math;
  }
  .content-a {
    padding: 0px 17px;
  }
.text-logo {
  margin-top: -48px;
  display: flex;
  font-size: 17px;
  color: #df1119;
  margin-left: 125px;
  font-weight: 600;
}
}

@media screen and (max-width: 992px) {
  .about-content h2 {
      font-size: 28px;
  }

  .icon-network {
    max-width: 17%;
    margin-top: -4px;
    margin-left: 42px;
    transform: translate(-50%, -50%);
}
  .about-content h5 {
      font-size: 18px;
  }

  .about-content p {
    line-height: 17px;
    padding-bottom: 26px;
    font-size: 12px;
}

  .img-icon {
    margin-left: 4px;
    margin-top: -323px;
    width: 30px;
}

  .row {
      flex-direction: column;
      align-items: center;
  }

  .about-btn {
      width: 100%;
      margin-top: 20px;
  }
  .about-area-a{
    display: math;
  }
  .section-banner {
    padding: 72px 0;
}
.content-a {
  padding: 0px 17px;
}
.icon-phone {
  display: none;
}
.service-work {
  width: 102%;
  padding: 13px;
  background-color: white;
}
.text-logo {
  margin-top: -48px;
  display: flex;
  font-size: 17px;
  color: #df1119;
  margin-left: 125px;
  font-weight: 600;
}
}

@media screen and (max-width: 768px) {
  .section-banner .row {
      flex-direction: column-reverse;
  }
  .section-content {
    text-align: center;
    padding: 0px 0 0px;
    transition: all .5s;
}
  .icon-network {
    max-width: 17%;
    margin-top: -4px;
    margin-left: 42px;
    transform: translate(-50%, -50%);
}
  .section-banner {
    padding: 72px 0;
}
  .about-content h2 {
      font-size: 24px;
  }

  .about-content h5 {
      font-size: 18px;
  }

  .about-content p {
    line-height: 17px;
    padding-bottom: 26px;
    font-size: 12px;
}
  .about-btn {
      width: 100%;
  }
  .about-area-a{
    display: math;
  }
  .content-a {
    padding: 0px 17px;
  }
  .icon-phone {
    display: none;
  }
  .service-work {
    width: 102%;
    padding: 13px;
    background-color: white;
}
iframe{
 display: none;
  }
  .text-logo {
    margin-top: -48px;
  display: flex;
  font-size: 17px;
  color: #df1119;
  margin-left: 125px;
  font-weight: 600;
}
}

@media screen and (max-width: 576px) {
  .section-banner .row {
      flex-direction: column-reverse;
  }
  .text-logo {
    margin-top: -48px;
    display: flex;
    font-size: 17px;
    color: #df1119;
    margin-left: 125px;
    font-weight: 600;
}
  .service-work {
    width: 102%;
    padding: 13px;
    background-color: white;
}
  .icon-network {
    max-width: 17%;
    margin-top: -4px;
    margin-left: 42px;
    transform: translate(-50%, -50%);
}
.section-content {
  text-align: center;
  padding: 0px 0 0px;
  transition: all .5s;
}
  .section-banner {
    padding: 72px 0;
}
  .about-content h2 {
      font-size: 22px;
  }

  .about-content h5 {
      font-size: 16px;
  }

  .about-content p {
    line-height: 17px;
    padding-bottom: 26px;
    font-size: 12px;
}
  .img-icon {
    margin-left: 4px;
    margin-top: -323px;
    width: 30px;
}
  .about-btn {
      width: 100%;
      font-size: 14px;
  }
  .about-area-a{
    display: math;
  }

  .content-a {
    padding: 0px 17px;
  }
iframe{
  display: none;
}
  .icon-phone {
    display: none;
  }
}

/* Mobile Menu Styling */
.mobile_menu {
  display: none;
  position: relative;
  float: inline-end;
    margin-top: -36px;
}

.hamburger {
  display: block;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 101;
}

.hamburger .bar {
  display: block;
  width: 30px;
  height: 4px;
  margin: 6px 0;
  background-color: #333;
}

.mobile-nav {
  position: absolute;
    top: 61px;
    right: -4px;
    /* left: -99px; */
    width: 500%;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li {
  padding: 19px 25px;
  border-bottom: 1px solid gray;
}

.mobile-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.mobile-nav ul li a:hover {
  color: #007bff;
}

/* Media Query for small screens */
@media (max-width: 991px) {
  .main-menu {
      display: none; /* Hide desktop menu */
  }

  .mobile_menu {
      display: block; /* Show hamburger button */
  }

  .mobile-nav {
      display: none; /* Initially hide mobile nav */
  }
}


/* tracking */

.search-bar {
  text-align: center;
}

.tracking-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.tracking-bar {
  height: 100%;
  width: 0%;
  background-color: #ff1a1a;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 15px;
}

/* Timeline Styles */

.timeline {
  position: relative;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.timeline-item {
  position: relative;
  padding: 20px 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 36px;
  width: 2px;
  height: 100%;
  background-color: #ff1a1a;
  transform: translateX(-50%);
}

.timeline-item .timeline-icon {
  position: absolute;
  left: 0;
  top: 22px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #ff1a1a;
  border-radius: 50%;
  border: 2px solid white;
}

.timeline-item .timeline-content {
  position: relative;
  padding-left: 60px;
}

.timeline-item .timeline-content h6 {
  font-size: 18px;
  margin-bottom: 5px;
}

.timeline-item .timeline-content p {
  font-size: 16px;
}

.timeline-item:last-child::before {
  content: none;
}


@media (max-width: 767px) {
  .timeline-item::before {
      left: 40px;
  }

  .timeline-item .timeline-icon {
      left: 40px;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Light overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensures it appears on top */
}

.page-loader-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-image {
  width: 292px; /* Adjust the size as needed */
  height: 158px;
  animation: slide-left-right 1.5s ease-in-out infinite; /* Left-right animation */
}

/* Left-right animation */
@keyframes slide-left-right {
  0% {
      transform: translateX(-30px);
  }
  50% {
      transform: translateX(30px);
  }
  100% {
      transform: translateX(-30px);
  }
}



.icon-network{
  max-width: 12%;
  margin-top: -118px;
  margin-left: 42px;
  transform: translate(-50%, -50%);
}

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --accent-color: #df1119;
  --spacing-s: 16px;
  --spacing-m: 24px;
  --spacing-l: 32px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}


#timeline-a {
  position: relative;
  max-width: var(--width-container);
  margin: 0 auto;
  padding: var(--spacing-xxl) 0;
}

#timeline-a::after {
  content: '';
  position: absolute;
  width: 8px;
  background: linear-gradient(190deg, #df1119 0%, #0f4667 100%) !important;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  height: 0;
  transition: height 1.5s ease-out, opacity 1.5s ease-out;
}

.timeline-container {
  position: relative;
  width: 50%;
  padding: var(--spacing-l) var(--spacing-xl);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.timeline-container.left {
  left: 0px;
}

.timeline-container.right {
  left: 50%;
}

.content-a {
  padding: var(--spacing-xl);
  background-color: var(--text-lighter);
  position: relative;
  border-radius: var(--spacing-l);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
  color: var(--background-dark);
  font-weight: bold;
  font-size: 1.25rem;
}

.content-a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}



@media screen and (max-width: 600px) {
  .timeline::after {
      left: 31px;
  }

  .timeline-container {
      width: 100%;
      padding-left: 80px;
      padding-right: 40px;
      margin-bottom: var(--spacing-l);
  }

  .timeline-container.left::before,
  .timeline-container.right::before {
      left: 31px;
  }

  .timeline-container.right {
      left: 0%;
  }

  .timeline-container.left,
  .timeline-container.right {
      left: 0;
  }
}

.show {
  opacity: 1;
  transform: translateY(0);
}

#timeline-a.show-line::after {
  height: 100%;
  opacity: 1;
}

#timeline-a.hide-line::after {
  height: 0;
  opacity: 0;
}

.icon-phone{
  max-width: 10%;
  height: 32px;
}