@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
/** **************** **/

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
/** **************** **/
.container {
  max-width: 1252px;
}
/** **************** **/
.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  background: #fff;
  box-shadow: 0 0 2px 2px #00000014;
}
.header-scrolled {
  box-shadow: 0 0 2px 2px #00000014;
}
.header_menu {
  padding: 0px 0 0px;
  display: flex;
  position: relative;
  background: #f3f3f3;
}
.logo {
  position: relative;
  top: 0px;
  z-index: 1;
}
.logo:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0px;
  width: 500px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
#header .logo img {
  width: auto;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  padding: 5px 0;
}
.header-scrolled .logo img {
  width: 188px !important;
  height: auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo {
  top: 0px;
}
.main-nav > ul {
  margin-top: 26px;
}
.header-scrolled .main-nav > ul {
  margin-top: 15px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .main-nav > ul > li {
  padding: 2px 5px;
}
.header-scrolled #header .logo img {
  padding: 8px 0;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px;
}
/*.main-nav > ul > li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    top: -57px;
    left: 50%;
    background: #4164b1;
    transition: 0.2s;
}
.main-nav > ul > li:hover:after{
    top: -35px;
}
.main-nav > ul > li:last-child:after{
    display: none;
}
 */
.main-nav a {
  display: block;
  position: relative;
  color: #222;
  padding: 0px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #222;
  text-decoration: none;
}
.main-nav ul li a::before {
  position: absolute;
  content: "";
  background: #e42127;
  width: 0%;
  height: 4px;
  left: 0;
  bottom: -32px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*width: 285%!important;*/
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.bg li {
  background: #fff;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown-width-175 {
  min-width: 175px !important;
}
.main-nav .dropdown-width-200 {
  min-width: 200px !important;
}
.main-nav .drop-down li {
  min-width: 240px;
  position: relative;
}
.main-nav .drop-down ul li a {
  padding: 12px 12px;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a {
  border-bottom: none;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background: #e42127;
}
.main-nav .drop-down ul a::before {
  display: none;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  margin-top: 0px;
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.cont-call {
  margin: 0 0px 0 80px;
  position: relative !important;
  top: -9px;
  text-align: left;
  line-height: 20px;
}
.cont-call span {
  display: block;
  line-height: 20px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  width: 56px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  left: -62px;
  top: -2px;
}
.cont-call a {
  font-weight: 400;
  font-size: 14px;
  padding: 0 0;
}
.cont-call .head-call {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.cont-call .head-mail {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.cont-call a:before {
  display: none;
}
.cont-call::before {
  content: "";
  position: absolute;
  left: -33px;
  top: -19px;
  width: 500px;
  height: 91px;
  background: #e42127;
}
.header-scrolled .cont-call::before {
  height: 76px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #264b8f;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*******************/

.video_wrapper {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.video_wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#video_section {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
#video_section:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
#video_overlap_data {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
}
.overlap_heading {
  display: block;
  text-align: left;
  padding-top: 12%;
  transform: translate(0%, -50%);
  max-width: 570px;
}
.overlap_heading h1 {
  font-size: 50px;
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
  font-weight: 600;
}
.overlap_heading h1 span {
  display: block;
}

/*******************/
.hm-reliable {
  position: relative;
  padding-bottom: 80px;
}
.features-bg2 {
  z-index: -1;
  /* background-color: #f4f4f4;*/
  background-image: url(../images/world-map.png);
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 100% 30%;
  flex-direction: row;
  display: flex;
}
.safe-and-reliable {
  position: relative;
  z-index: 1;
}
.safe-and-reliable-text {
  padding-top: 80px;
}
.safe-and-reliable-text h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.safe-and-reliable-text h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.safe-and-reliable-text h2 {
  font-size: 40px;
  font-weight: 400;
}
.safe-and-reliable-text h2 span {
  font-weight: 900;
  color: #e42127;
}
.safe-and-reliable-text p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #777;
  line-height: 30px;
}
.safe-and-reliable {
  text-align: center;
  position: relative;
  margin-top: -80px;
}
.safe-and-reliable figure {
  background: #e42127;
  padding-top: 40px;
  margin: 0 0 0rem;
}
.safe-and-reliable figure figcaption {
  width: 100%;
  padding: 40px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.safe-and-reliable .desc {
  width: 100%;
  background: #2b2a28;
  color: #fff;
  padding: 20px 10px;
  font-size: 14px;
}

/*******************/

.hm-about {
  background: #f3f3f3;
  padding: 80px 0;
}
.hm-about-img img {
  border-radius: 20px;
}
.hm-about-rel {
  position: relative;
}
.hm-about-experience {
  position: absolute;
  top: 25%;
  left: 25%;
  background-color: #e42127;
  border-radius: 20px;
  z-index: 9;
  width: 140px;
  padding: 15px 10px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hm-about-experience h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.hm-about-experience p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.hm-about-dtl {
  margin-top: 5px;
  padding-left: 30px;
}
.hm-about-dtl h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #2b2a28;
  position: relative;
}
.hm-about-dtl h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.hm-about-dtl h2 {
  font-size: 40px;
  font-weight: 900;
  color: #2b2a28;
}
.hm-about-dtl h2 span {
  font-weight: 900;
  color: #e42127;
}
.hm-about-dtl p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #777;
  line-height: 30px;
}
.web-btn .read-more {
  display: inline-block;
  font-weight: 400;
  background: #e42127;
  color: #fff;
  padding: 8px 11px 8px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.web-btn a.read-more:hover {
  color: #fff;
  transition: 0.3s;
}
.web-btn .read-more span {
  background: #2b2a28;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-left: 8px;
  transition: 0.3s;
}
.web-btn .read-more:hover span {
  background: #e42127;
}
.web-btn .read-more span i {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  transform: translateY(2px);
}
.web-btn .read-more:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b0901;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
}
.web-btn .read-more:hover:after {
  transform: scaleX(1);
  border-radius: 50px;
}
.hm-count {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 25px 40px 0px #0000001a;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-top: 25px;
}
.hm-count:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 70px;
  background: #00000026;
}
.hm-count-dtl {
  padding: 20px;
  position: relative;
}
.hm-count-dtl img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(30%, -50%);
}
.hm-count-counting {
  padding-left: 100px;
}
.hm-count-counting h4 {
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto";
}
.hm-count-counting span {
  font-weight: 400;
  letter-spacing: 0.5px;
}

/*******************/

.hm-tracking {
  background-image: url(../images/bg-what.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px 100px;
  position: relative;
}
.hm-tracking-dtl h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #fff;
  position: relative;
}
.hm-tracking-dtl h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.hm-tracking-dtl h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.hm-tracking-dtl h2 span {
  color: #e42127;
  font-weight: 900;
}
.hm-tracking-dtl p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.hm-tracking-dtl form {
  width: 90%;
  max-width: 550px;
  margin-top: 30px;
  display: flex;
}
.hm-tracking-dtl input,
.hm-tracking-dtl button {
  padding: 19px;
  flex-basis: 75%;
  border-radius: 8px 0px 0px 8px;
  border: none;
}
.hm-tracking-dtl button {
  flex-basis: 25%;
  border-radius: 0px 8px 8px 0px;
  padding: 19px;
  display: inline-block;
  color: #fff;
  background-color: #e42127;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

/*******************/

.hm-handling {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
.hm-handling-dtl {
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 45px 60px 45px 35px;
}
.hm-handling-dtl h2 {
  font-size: 40px;
  font-weight: 400;
  color: #2b2a28;
  letter-spacing: 0.5px;
}
.hm-handling-dtl h2 span {
  color: #e42127;
  font-weight: 900;
}
.hm-handling .col-md-3 {
  padding-right: 0px;
}
.hm-handling .col-md-9 {
  padding-left: 0px;
}
.carousel-wraping {
  padding: 0px;
  margin-top: 15px;
  position: relative;
  margin-left: -111px;
  z-index: 9;
}
.client-wrapper img {
  height: 160px;
  width: auto !important;
}

/*******************/

footer {
  background-position: right bottom;
  background-image: url(../images/footer.png);
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}

.ftr-head {
  padding-bottom: 16px;
  position: relative;
}
.ftr-head:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #c61e24;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.ftr-link ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.ftr-link ul li:hover a {
  color: #c61e24;
}
.br {
  border-right: 1px solid #ffffff1a;
}
.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 10px;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.ftr-cont p a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.ftr-cont p:hover a {
  color: #fff;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}
.ftr-mid {
  padding-top: 15px;
  align-items: center;
}
.ftr-copyright {
  padding-top: 10px;
}
.ftr-copyright p {
  color: #fff8;
  font-size: 15px;
  font-weight: 300;
  display: block;
  letter-spacing: 0.2px;
  word-spacing: 1px;
}
.ftr-copyright p a {
  color: #fff;
}
.ftr-copyright p span {
  color: #c61e24;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 25%;
  opacity: 0.5;
}
.footer-shadow img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.social-icon {
  position: relative;
  z-index: 1;
}

.social-icon ul {
  text-align: right;
}

.social-icon ul li {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.social-icon li {
  display: inline-block;
}
.social-icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.social-icon li i {
  font-size: 17px;
  padding-top: 3px;
}
.social-icon li:hover i {
  color: #fff !important;
}
.social-icon li.facebook i {
  color: #3b5998;
}
.social-icon li.instagram i {
  color: #cd4a72;
}
.social-icon li.linkedin i {
  color: #007ab9;
}
.social-icon li.youtube i {
  color: #ff0000;
}
.social-icon li.twitter i {
  color: #000;
}
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-icon li.facebook:hover a {
  background: #3b5998;
}
.social-icon li.instagram:hover a {
  background: #cd4a72;
}
.social-icon li.linkedin:hover a {
  background: #007ab9;
}
.social-icon li.youtube:hover a {
  background: #ff0000;
}
.social-icon li.twitter:hover a {
  background: #000;
}
.social-icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.youtube:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*******************/

.why-choose {
  padding: 60px 0;
  background: #e42127;
  position: relative;
}
.features-bg {
  z-index: 1;
  /* background-color: #f4f4f4;*/
  background-image: url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 100% 30%;
  flex-direction: row;
  display: flex;
}
.why-choose-head {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.why-choose-head h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.why-choose-head h2 span {
  font-weight: 900;
}
.why-choose-box {
  background: #ffffffd4;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px auto;
  padding: 8px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.why-choose-box span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}
.why-choose-img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0 2px #e421272b;
}

/*******************/

.hm-prod {
  background: #f4f5f7;
}
.hm-prod-head {
  padding: 60px 0 40px;
  text-align: center;
}
.pd0 {
  padding: 0px;
}
.hm-prod-head h2 {
  font-size: 40px;
}
.hm-prod-head h2 span {
  font-weight: 900;
  color: #e42127;
}
.hm-prod-head p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #777;
  line-height: 30px;
}
.scroll-down {
  margin-top: 15px;
}
.scroll-down img {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.img-center {
  margin: 0 auto;
  display: block;
  clear: both;
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hm-prod-dtl {
  border-right: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
.hm-prod-icon {
  background: #242423;
  text-align: center;
  /*padding: 20px 0;*/
  position: relative;
  height: 65px;
}
.hm-prod-icon h5 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hm-prod-dtl .hm-prod-img img {
  /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
  transition: 500ms;
  -webkit-transition: 500ms;
  width: 100%;
}
.hm-prod-dtl:hover .hm-prod-img img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.hm-prod-dtl .hm-prod-more {
  padding: 10px 50px 10px 10px;
  background: #dc251f;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 99;
  margin-bottom: -74px;
}
.hm-prod-dtl .hm-prod-more p {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.hm-prod-dtl:hover .hm-prod-more {
  margin-bottom: 0px;
  transition-duration: 0.8s;
}
.hm-prod-dtl .hm-prod-more:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background: #a22721 url(../images/white-arrow.webp) no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  bottom: 0;
}
.hm-prod .carousel-wraping {
  margin: 0px !important;
}

/* ----vishal---- */
/***********************/
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 52%;
  background-repeat: no-repeat;
  padding: 90px 0;
  margin-top: 88px;
  position: relative;
}
.inner-banner::after {
  content: "";
  background: linear-gradient(91deg, #00000099);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inner-banner-head h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
  position: relative;
}
.inner-banner-head {
  margin-bottom: 30px;
}
.inner-breadcrumb {
  text-align: center;
  justify-items: anchor-center;
}
.inner-breadcrumb ul {
  display: flex;
  background: #231f20;
  padding: 15px 30px 15px 30px;
  z-index: 2;
  border-radius: 30px;
  position: relative;
  width: fit-content;
  border: 1px dashed #e42127c7;
}
.inner-breadcrumb ul li span {
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
}
.inner-breadcrumb ul li {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  font-size: 15px;
}
.inner-breadcrumb ul li img {
  margin: 0 11px 0 11px;
  width: 20px;
}
.inner-breadcrumb ul li a:hover {
  color: #e42126;
}
.inner-breadcrumb ul li a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  line-height: 24px;
  font-size: 15px;
}
/***********************/

/***********************/
.inner-serv-main {
  padding: 80px 0 80px;
}
.service-caterg-box {
  padding: 25px;
  background-color: rgba(26, 61, 56, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  position: sticky;
  top: 70px;
}
.service-caterg-box .serv-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding-right: 55px;
  position: relative;
}
.serv-head {
  margin-bottom: 20px;
}
.serv-head h3::before {
  top: 14px;
  right: 0;
  width: 47px;
  content: "";
  height: 2px;
  border-radius: 20px;
  position: absolute;
  background: #e32129;
}
.serv-innr-head .anchor-one {
  z-index: 1;
  width: 100%;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 55px 15px 30px;
  border: 1px dashed rgba(9, 9, 9, 0.2);
  transition: all 500ms ease;
}
.serv-list-box .serv-main-list li a {
  z-index: 1;
  width: 100%;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px dashed rgba(9, 9, 9, 0.2);
}
.accordion .serv-list-box .serv-innr-head .anchor-one.collapsed:after {
  content: "\f106";
}

.accordion .serv-list-box .serv-innr-head .anchor-one:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  float: right;
  align-self: anchor-center;
  right: 20px;
  border: 2px solid #e32226;
  color: #e32226;
  height: 21px;
  width: 21px;
  text-align: center;
  line-height: 17px;
  transition: all 500ms ease;
  border-radius: 50px;
}
.serv-innr-head {
  overflow: hidden;
}
.serv-innr-head .anchor-one::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #e42127;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.serv-innr-head .anchor-one:hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}
.serv-innr-head .anchor-one:hover::before {
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0;
  bottom: 0;
}
.accordion .serv-list-box .serv-innr-head .anchor-one:hover::after {
  transition: all 500ms ease;
  border: 2px solid#ffffff;
  color: #ffffff;
}
.inner-serv-main .accordion {
  margin-bottom: 15px;
}
.accordion:nth-child(3) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(4) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(5) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(6) .serv-list-box .serv-innr-head .anchor-one::after,
.accordion:nth-child(7) .serv-list-box .serv-innr-head .anchor-one::after {
  rotate: 270deg;
}
.inner-serv-head {
  margin-bottom: 25px;
}
.inner-serv-img img {
  border-radius: 20px;
}
.inner-serv-img {
  margin-bottom: 35px;
}
.inner-serv-head h2 span {
  font-weight: 900;
  color: #e42127;
}
.inner-serv-head h2 {
  font-size: 40px;
  font-weight: 400;
}
.inner-serv-dtl h5 {
  font-size: 24px;
  color: #2b2a28;
}
.inner-serv-dtl p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.inner-serv-dtl {
  margin-bottom: 35px;
}
.inner-serv-dtl ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: 0.5px;
  position: relative;
}
.inner-serv-dtl ul > li > .sub-list > li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  background-image: url(../images/bullet-sub-point.svg);
  background-size: 12px;
  background-position: 0 9px;
  padding-left: 20px;
}
.inner-serv-dtl ul li span {
  color: #e42127;
  font-weight: bold;
}
.inner-serv-dtl ul li {
  background-image: url(../images/bullet-point.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 27px;
  background-size: 18px;
}
/***********************/

/***********************/
.cnt-main {
  padding: 80px 0 65px;
}
.cnt-head-box h2 span {
  font-weight: 900;
  color: #e42127;
}
.cnt-head-box .get-q {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.cnt-head-box h2 {
  font-size: 40px;
  font-weight: 400;
}
.cnt-head-box {
  margin-bottom: 25px;
}
.cnt-head-box .get-q:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.cnt-dtl-wrap {
  display: flex;
  margin-bottom: 25px;
}
.cnt-dtl-wrap .cnt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4212738;
  border-radius: 10px;
  margin-right: 30px;
  width: 70px;
  height: 70px;
}
.cnt-dtl-wrap .cnt-icon img {
  width: 45px;
  height: 45px;
}
.cnt-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2931;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.cnt-info a {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  display: block;
  max-width: 375px;
}
.cnt-dtl-wrap:hover {
  border-top: 5px solid #e42127;
}
.cnt-dtl-wrap {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f3f5f4;
  transition: 500ms all ease;
  border-top: 5px solid #f3f5f4;
}
.cnt-info-head {
  padding-bottom: 30px;
}
.cnt-info-head h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.cnt-info-box {
  padding: 30px;
  background-color: #f3f5f4;
}
.cnt-form-box .form-group input {
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.cnt-form-box .form-group textarea {
  height: 210px;
  padding-top: 15px;

  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.form-control:focus {
  color: #343434;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0px 1px rgb(43 42 40);
}
.form-group a {
  display: inline-block;
  font-weight: 400;
  background: #e42127;
  color: #fff;
  padding: 8px 11px 8px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 50px;
}
.form-group a.send-btn:hover {
  color: #fff;
  transition: 0.3s;
}
.form-group .send-btn span {
  background: #2b2a28;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-left: 8px;
  transition: 0.3s;
}
.form-group .send-btn:hover span {
  background: #e42127;
}
.form-group .send-btn:hover:after {
  transform: scaleX(1);
  border-radius: 50px;
}
.form-group .send-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b0901;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
}
.frm-btn {
  text-align: center;
}
.map-part {
  padding: 0 0 60px;
}
.map-part iframe {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 5px solid #ffffff;
}
/***********************/

/***********************/
.abt-main {
  padding: 80px 0 80px;
  margin-bottom: 40px;
}
.abt-img-box {
  display: flex;
}
.abt-img-box img {
  border-radius: 175px;
}
.abt-img-box img:nth-child(2) {
  margin-left: -50px;
  position: relative;
  bottom: -70px;
  z-index: -1;
}
.abt-head-box .abt-span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.abt-head-box .abt-span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.abt-head-box h2 {
  font-size: 40px;
  font-weight: 400;
}
.abt-head-box h2 span {
  font-weight: 900;
  color: #e42127;
}
.abt-head-box {
  margin-bottom: 20px;
}
.abt-dtls p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #777;
  line-height: 30px;
}
/***********************/

/***********************/
.abt-service-main {
  padding: 80px 0 80px;
  background: #f3f3f3;
}
.abt-serv-head {
  margin-bottom: 30px;
}
.abt-serv-head h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.abt-serv-head h3 span {
  font-weight: 900;
  color: #e42127;
}
.serv-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 55px 30px 55px 65px;
  margin-bottom: 20px;
  height: 210px;
}
.serv-inner-wrapper .serv-info p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 28px;
  max-width: 355px;
  padding-left: 40px;
}
.serv-inner-wrapper .serv-icon-box span {
  border-radius: 60px;
  height: 105px;
  width: 105px;
  display: inline-block;
  align-content: center;
  background: #e4212838;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #343434;
}
.abt-serv-box .serv-border-style {
  border-radius: 120px 0 0 0;
}
.abt-serv-box .serv-border-style-two {
  border-radius: 0 120px 0 0;
}
.abt-serv-box .serv-border-style-three {
  border-radius: 0 0 0 120px;
}
.abt-serv-box .serv-border-style-four {
  border-radius: 0 0 120px 0;
}
.serv-inner-wrapper .serv-info:nth-child(2) p {
  padding-left: 0px;
  padding-right: 40px;
  max-width: 380px;
}
.serv-inner-wrapper {
  box-shadow: rgb(35 31 32 / 3%) 0px 0px 0px 4px;
  transition: 0.2s;
}
.serv-inner-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.abt-serv-box .serv-comn-box:nth-child(2) .serv-inner-wrapper,
.abt-serv-box .serv-comn-box:nth-child(4) .serv-inner-wrapper,
.abt-serv-box .serv-comn-box:nth-child(6) .serv-inner-wrapper,
.abt-serv-box .serv-comn-box:nth-child(8) .serv-inner-wrapper {
  padding-left: 30px;
}
/***********************/

/***********************/
.our-aim-main {
  padding: 80px 0 80px;
}
.our-misn-box {
  padding: 32px;
  border-top: 4px solid #e32224;
  border-radius: 8px;
  background: #fff;
  box-shadow: -10px 0 30px rgb(228 33 39 / 14%), 10px 0 30px rgb(43 42 40 / 20%);
  margin-bottom: 40px;
}
.our-misn-box-two {
  border-top: 4px solid #262523;
  box-shadow: -10px 0 30px rgb(43 42 40 / 20%), 10px 0 30px rgb(228 33 39 / 14%);
}
.our-misn-box .mission-head img {
  background: #e32224;
  width: 45px;
  padding: 7px;
  border-radius: 40px;
  margin-right: 20px;
}
.our-misn-box .vision-head img {
  background: #1e221c;
  width: 45px;
  padding: 7px;
  border-radius: 40px;
  margin-right: 20px;
}
.our-misn-box .mission-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.our-misn-box .vision-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mission-head h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2b2a28;
}
.vision-head h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2b2a28;
}
.mission-dtl p {
  font-size: 20px;
  color: #666666;
}
/***********************/

/***********************/
.www-sec {
  padding: 0px 0 80px;
}
.www-head h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.www-head h3 span {
  font-weight: 900;
  color: #e42127;
}
.www-head {
  margin-bottom: 30px;
}
.www-content p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #363636;
  line-height: 30px;
  background: #f3f3f3;
  text-align: center;
  padding: 20px;
  border-left: 2px solid #e42127;
  border-right: 2px solid #252422;
  border-radius: 10px;
}
/***********************/

/***********************/
.track-sec {
  padding: 80px 0 80px;
}
.shipment-box .track-head h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.shipment-box .track-head h2 i {
  font-size: 30px;
  color: #fff;
  background: #e42127;
  padding: 12px;
  border-radius: 50px;
  margin-right: 10px;
}
.track-head {
  margin-bottom: 30px;
}
.track-inn-img img {
  width: 25px;
  margin-right: 7px;
}
.track-order-wrap span {
  font-size: 18px;
  display: inline-block;
  color: #222222;
}
.track-order-wrap {
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 30px 25px;
}
.track-inn-img {
  display: flex;
  margin: 0 0 20px 0px;
}
.track-order-form .track-btn .track-now i {
  margin-left: 10px;
}
.track-order-form .track-btn .track-now {
  background: #e42127;
  border: 2px solid #e42127;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  margin-right: 5px;
  cursor: pointer;
}
.track-order-form .track-btn .clear {
  background: #ffffff;
  border: 2px solid #000;
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.shipment-box {
  width: 70%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 12px;
  justify-self: center;
  padding: 40px;
}
.track-order-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #414141;
  outline: 0;
  box-shadow: none;
}
/***********************/

/***********************/
.network-main {
  padding: 80px 0 80px;
}
.nw-head-box {
  margin-bottom: 20px;
}
.nw-head-box .nw-span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.nw-head-box .nw-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 20px;
  background: #e42127;
}
.nw-head-box h2 {
  font-size: 40px;
  font-weight: 400;
}
.nw-head-box h2 span {
  font-weight: 900;
  color: #e42127;
}
.destination-head {
  margin-bottom: 30px;
}
.destination-head h3 {
  font-size: 30px;
}
.cour-dest-box {
  box-shadow: rgb(0 0 0 / 8%) 0px 12px 16px;
  border: 1px solid #f1f1f1;
  padding: 25px 25px;
  margin-bottom: 40px;
}
.all-countries ul li {
  margin-bottom: 20px;
  font-weight: 400;
  color: #313131;
}
.all-countries li img {
  margin-right: 10px;
}
/***********************/

.inner-pro-manu {
  padding: 10px 0 0;
}
.inner-pro-manu .card-header {
  background: #e42127;
}
.inner-pro-manu .card {
  margin-bottom: 8px;
}
.card-header h5 button {
  border: none;
  background: #e42127;
  width: 100%;
  color: #ffff;
  text-align: start;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
.inner-pro-manu .card-body p:last-child {
  padding-bottom: 0;
}
.inner-pro-manu .card-body p {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.inner-pro-manu .card-body {
  background: #fafafa;
}
.inner-pro-manu .card-header i {
  font-size: 14px;
  margin-right: 5px;
}
.inner-pro-manu .card-body .read-more {
  display: inline-block;
  font-weight: 400;
  background: #272624;
  color: #fff;
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-top: 6px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.inner-pro-manu .card-body a.read-more:hover {
  color: #fff;
  transition: 0.3s;
}
.inner-pro-manu .card-body .read-more:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b0901;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
}
.inner-pro-manu .card-body .read-more:hover:after {
  transform: scaleX(1);
  border-radius: 50px;
}

/* ----end-vishal---- */
