@import url('../../css2');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

button:focus {
  outline: none;
  outline: none;
}

p, li, a, span {
  font-size: .9rem;
}

:root {
  --orange: #f72d2c;
  --blue: #133a7b;
}

.orange {
  color: #f72d2c;
}

.blue {
  color: #133a7b;
}

.bg_orange {
  background-color: #f72d2c;
}

.bg_blue {
  background-color: #133a7b;
}

a, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-1 {
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  width: 180px;
  text-align: left;
  border: 2px solid #000;
  border-radius: 25px;
  color: #000;
  font-size: .9rem;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 600;
  position: relative;
}

.btn-1 i {
  position: absolute;
  top: calc(50% - .6rem);
  right: 25px;
  transition: 0.3s ease;
  font-size: 1.2rem;
}

.btn-1:hover i {
  opacity: 1;
  right: 15px;
  color: #000;
}

.btn-1:hover {
  color: var(--orange);
}

.btn-2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 12px 20px;
  border-radius: 50px;
  z-index: 1;
  line-height: 26px;
  color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.btn-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  z-index: -1;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid var(--orange);
}

.btn-2 i {
  transition: 0.3s;
  color: var(--orange);
  font-size: 1.25rem !important;
  vertical-align: middle;
}

.btn-2:hover {
  color: #fff;
  text-decoration: none;
}

.btn-2:hover i {
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
}

.btn-2:hover:before {
  width: 100%;
  border-radius: 50px;
  background: var(--orange);
}

/*Navbar Css*/
.navbar-nav .nav-item {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.navbar-nav .nav-item:last-child {
  border: none;
}

.navbar-nav .nav-link {
  color: #000000b8;
  font-size: 17px;
  font-weight: 500;
  margin: 0rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.navbar-nav .nav-link i {
  display: none;
}

.navbar-nav .nav-link:hover {
  color: var(--blue);
}

.navbar-nav .nav-link span {
  display: block;
  padding-bottom: .5rem;
}

.dropdown {
  /* float: left; */
  /* overflow: hidden; */
  position: relative;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  background: transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
}

.dropdown-content a {
  float: none;
  color: #000000a6;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .3px;
  border-left: 3px solid #f9f9f9;
}

.dropdown-content a:hover, .dropdown-content a.active {
  border-left: 3px solid var(--orange);
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* main_banner css */
.carousel-inner img {
  width: 100%;
  height: 100%;
}

#banner_slider .carousel-indicators {
  left: auto;
  right: 20px;
  top: 0;
  margin: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#banner_slider .carousel-indicators li {
  line-height: normal;
  background-color: var(--orange);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 0px;
  padding: 0;
  border: 5px solid transparent;
}

#banner_slider .carousel-control-next, #banner_slider .carousel-control-prev {
  display: none !important;
}

#banner_slider .carousel-caption {
  width: 60%;
  top: 0%;
  left: 0%;
  right: auto;
  text-align: left;
  color: inherit;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 50px;
  color: #fff;
}

#banner_slider .carousel-caption h3 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

#banner_slider .carousel-caption p {
  margin-bottom: 2rem;
  font-size: 18px;
}

#banner_slider .carousel-caption a {
  width: fit-content;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--blue), transparent);
  top: 0;
  left: 0;
}

/* Track Shipment Css */
.track-shipment-outer {
  background: #fff;
  transform: translateY(-50%);
  padding: 1rem;
  border-radius: .75rem;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 9;
}

.track-heading {
  margin-bottom: 1rem;
}

.track-heading h5 {
  font-weight: 700;
  border-left: 5px solid var(--orange);
  padding-left: .5rem;
}

.track-input {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.track-input input {
  max-width: 100%;
  width: 100%;
  padding: .75rem;
  border: 1px solid rgba(0, 0, 0, .1);
}

.track-input a {
  display: inline-block;
  background: #f72d2c;
  color: #fff;
  flex: none;
  line-height: 50px;
  padding: 0rem 1.5rem;
}

.track-input a:hover {
  background-color: var(--blue);
}

/* Our Service Css */
.heading span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.heading h2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}

.btm-line {
  width: 35px;
  height: 2px;
  background-color: var(--orange);
}

.our_service {
  background-image: url('../images/core-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 0px 50px;
}

.service_box {
  overflow: hidden;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, .1);
  margin: 20px auto;
  width: 250px;
  height: 250px;
  position: relative;
  transition: .5s;
  border-radius: 50%;
  border: 2px solid transparent;
}

.service_box:hover {
  border-color: var(--orange);
}

.srv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.srv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
}

.service_box:hover .srv_img {
  transform: scale(1.1, 1.1);
}

.service_content {
  display: flex;
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #fff;
  border-radius: .5rem;
}

.service_content i {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.service_content h4 {
  font-weight: 600;
}

.service_content small {
  text-transform: uppercase;
}

.service_content small.orange {
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 2rem;
}

/* home_about css*/
.home_about {
  padding: 0px 0px 0px;
}

.home_about_left {
}

.home_about_content {
}

.home_about_content p {
  font-size: .9rem;
  line-height: 1.5rem;
}

.home_about_content {
  padding: 0px 0px 50px;
}

.home_about_right {
  position: relative;
}

.home_about_right img {
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, .1);
}

.float-img {
  width: 250px;
  height: 250px;
  border: 5px solid
  var(--orange);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  position: relative;
  left: 0;
  margin-top: -250px;
}

.circle {
  width: 20px;
  height: 20px;
  background: var(--orange);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 6s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg)
    translate(-122px)
    rotate(0deg);
  }

  100% {
    transform: rotate(360deg)
    translate(-122px)
    rotate(-360deg);
  }

}

.float-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border-width: 5px;
}

/* service_features css*/
.service_features {
  padding: 80px 0px 0px;
}

.feature-Bx {
  border: 1px solid #f5f5f5;
  margin-bottom: 70px;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
  background-color: #fff;
  padding: 1rem;
  border-radius: .5rem;
  border-bottom: 5px solid var(--orange);
}

.feature-Bx:hover {
  border-bottom: 5px solid var(--orange);
}

.feature-Bx img {
  width: 75px;
  margin: .5rem;
  margin-top: -50px;
  background: #fff;
  border-radius: .5rem;
  padding: 10px;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, .1);
}

.feature_text {
  padding: 1rem .5rem;
}

.feature_text h5 {
  font-weight: 600;
}

.feature_text p {
  margin-bottom: 0px;
  font-size: .9rem;
}

/* Awesome Facts css*/
.awesome-facts {
  background: url('../images/awesome-facts-bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
  position: relative;
}

.awesome-facts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: .3;
}

/* happy_customer css */
.single-coutnerup {
  color: #fff;
}

.single-coutnerup .count-num {
  font-size: 3rem;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.single-coutnerup .plus {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .2px;
}

.single-coutnerup p {
  font-size: 1rem !important;
}

/*hassle-free-outer*/
.hassle-free-outer {
  background-image: url('../images/hassle-free.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hassle-free {
  margin: 1.5rem auto;
}

.hassle-free h3 {
  color: var(--orange);
  font-weight: 600;
  font-size: 2rem;
  font-style: italic;
}

.hassle-free h6 {
  color: #fff;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hassle-free div {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.hassle-free div a:first-child {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 800;
  margin-right: 1rem;
}

.hassle-free div a:last-child {
  margin-left: 1rem;
}

/* Back to top */
#myBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 2px solid var(--orange);
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
  overflow: hidden;
  color: var(--orange);
  font-size: 1.5rem;
}

#myBtn:hover {
  border-color: var(--blue);
  color: var(--blue);
}

/*Clientele Css*/
.clientele-outer {
}

.clientele-logo {
}

.clientele-logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.clientele-logo ul li {
  background: #fff;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
  padding: .5rem;
  margin: .25rem;
  margin-bottom: 1rem;
}

.clientele-logo ul li img {
}

/* footer */
footer {
  background: var(--blue);
  color: #fff;
  /* padding-top: 1rem; */
  padding: 60px 0px 0px;
}

.footer_links {
}

.ftr-box {
}

.ftr-box h5 {
}

.ftr-box p {
  font-size: 15px;
  margin-bottom: .5rem;
  font-weight: 300;
  display: flex;
}

.footer_links a {
  display: block;
  color: inherit;
  padding-bottom: 10px;
  border-bottom: 1px dotted #9e9e9e;
  /* margin-bottom: 10px; */
  font-size: 15px;
  /* color: #ffffffc4; */
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-weight: 300;
  margin-right: 1rem;
  text-align: left !important;
  padding: 8px 0px 8px 0px;
}

.footer_links a:hover {
  color: #fff;
  padding-right: 10px;
}

.address {
  display: block;
  position: relative;
}

.address_box {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  justify-content: start;
}

.address_box i {
  width: 15px;
  margin-right: 10px;
  display: block;
  text-align: center;
}

.address_box .address_content {
  word-break: break-all;
}

.address_box .address_content p {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  word-break: break-word;
}

.address_box .address_content p a {
  color: #ffffff;
  font-size: 13px;
}

.footer_links, .address, .get-in-touch {
  margin: 15px 0px;
}

.footer_links h5, .address h5, .get-in-touch h5 {font-size: 22px;}

.get-in-touch img {
  border-radius: 5px;
  margin: 25px auto;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}

.footer_social {
  display: block;
  width: 100%;
}

.footer_social a {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  /* line-height: 35px; */
  transition: 0.3s;
  text-align: center !important;
  border-radius: 50%;
}

.footer_social a:hover {
  color: #fff;
  background-color: #ffffff;
  border-color: #fff;
  text-align: center !important;
  padding: 0px;
}

.footer_social a:hover i {
  color: var(--orange);
}

.footer_bottom {
  background-color: #11326b;
  /* margin-top: 1rem; */
  margin: 50px 0px 0px;
}

.copyroght, .designed_by {
  padding: 14px 0px;
}

.copyroght p, .designed_by p, .designed_by p a {
  margin-bottom: 0px;
  color: rgb(255 255 255 / 50%);
  font-size: 15px;
}


/*Contact Page Css*/
.common-banner {
  height: 220px;
  width: 100%;
  background: url('../images/common-banner.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.common-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.common-banner-text {
  height: 220px;
  display: flex;
  align-items: center;
}

.common-banner-text h3 {
}

ul.breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #fff;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: none;
}

.contact-wrapper {
}

.contact-left {
  padding: 1rem;
  border-radius: .25rem;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.contact-details {
}

.contact-details ul {
  margin-bottom: 0px;
}

.contact-details ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.contact-details ul li:last-child {
  margin-bottom: .5rem;
}

.contact-details ul li p, .contact-details ul li a {
  color: inherit;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.contact-form {
  padding: 1rem;
}

.cstm-input {
  padding: 0.5rem 0.5rem;
  background: whitesmoke;
  border-color: transparent;
  outline: 0px;
}

.cstm-input:focus {
  border: 1px solid var(--orange);
}

.red-btn {
  background: var(--orange);
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  z-index: 1;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 0px;
}

.red-btn:hover {
  background: var(--blue);
  color: #fff;
}

.our-branches {
}

.branch-box {
  background: #fff;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
  border-radius: .25rem;
  overflow: hidden;
  min-height: 160px;
  margin-bottom: 2rem;
}

.branch-name {
  font-weight: 600;
  color: var(--orange);  /* text-transform: uppercase; */
  background: linear-gradient(180deg, var(--orange), #bd2130);
  color: #fff;
  padding: .25rem;
  padding-left: .75rem;
}

.branch-details {
  display: flex;
  align-items: baseline;
  padding: .5rem .5rem 0rem;
}

.branch-details i {
  color: var(--orange);
  font-size: 20px;
  width: 26px;
  flex: none;
}

.branch-details div, .branch-details a {
  color: inherit;
  font-size: 15px;
}

/*About Page Css*/
.vis-mis-outer {
}

.vis-text {
}

.vision {
}

/*Service Page Css*/
.quick-services {
}

.spl-services {
  background: linear-gradient(180deg, var(--orange), #bd2130);
  padding: 50px 0px;
}

.spl-services ul {

  /* margin-left: 1rem; */
}

.spl-services ul li {
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: .25rem;
  margin: .25rem;
  color: #fff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 2rem;
}

.spl-services ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
}

/*Terms Page Css*/
.terms {
}

.terms ul {
  margin-bottom: 0rem;
}

.terms ul li {
  list-style: circle;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.terms ul li:last-child {
  margin-bottom: 0rem;
}

/*Privacy Page Css*/
.privacy{

}
.privacy ul{

}
.privacy ul li{
  margin-bottom: 1.5rem;
  text-align: justify;
}
.privacy ul li ul li{
  margin-bottom: .5rem;
  color: var(--orange);
}

/*Login Page Css*/
.loginbg{
  width: 100%;
  height: 100vh;
  background-image: url('../images/loginbg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.loginbg::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dc35454d;
}
.login-box{
  position: absolute;
  width: 320px;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
  box-shadow: 0 0 15px rgb(0 0 0 / 80%);
  max-width: 350px;
  padding: 26px 26px 6px 26px;
}
.login-logo{
  text-align: center;
  /* margin-top: 30px; */
}
.login-logo img{  
  max-width: 100%;
}
.login-box h4{ 
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #00346b;
}
.input-cover{
  position: relative;
}
.input-cover i{
  position: absolute;
  bottom: 15px;
  right: 12px;
  color: #929191;
  cursor: pointer;
}
.input-cover i:hover{
  color: var(--blue);
}
.input-cover label{
  display: block;
  color: #000;
  font-size: 14px;
}
.input-cover .form-control:focus{
  box-shadow: none;
}
.input-cover input{
  height: calc(1.5em + 1.25rem + 2px);
}
.input-cover input::placeholder{
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 300;
}
.input-cover input:focus{
  outline: none;
  border-color: #000;
}
.form-check-label{
  font-size: 14px;
  color: #000;
}
.form-check-input {    
  margin-top: .2rem;    
}
.login-btn{
  color: #fff;
  background-color: var(--orange);
  padding: 7px 20px;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  display: block;
  border: 2px solid transparent;
}
.login-btn:hover{
  border: 2px solid var(--orange);
  background-color: #fff;
  color: var(--orange);
  text-decoration: none;
}
.login-footer{
  text-align: center;
  margin: 30px 0px 0px;
}
.login-footer p{
  font-size: 13px;
  color: #000;
}
.login-footer p a{
  color: #000;
}
.login-footer p a:hover{
  text-decoration: none;
}

/* Responsive code start */
@media (max-width:991px) {
  #banner_slider .carousel-caption h3 {
    font-size: 2rem;
  }

  #banner_slider .carousel-caption p br {
    display: none;
  }

  .single-coutnerup .count-num, .single-coutnerup .plus {
    font-size: 2rem;
  }

  .single-coutnerup p {
    font-size: .8rem !important;
  }

  .float-img {
    width: 180px;
    height: 180px;
    margin-top: -180px;
  }

  @keyframes circle {
    0% {
      transform: rotate(0deg)
      translate(-88px)
      rotate(0deg);
    }

    100% {
      transform: rotate(360deg)
      translate(-88px)
      rotate(-360deg);
    }

  }

}

@media (max-width:767px) {
  .navbar-nav .nav-item {
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .navbar-nav .nav-link {
    text-align: left;
  }

  #banner_slider .carousel-caption {
    width: 80%;
  }

  #banner_slider .carousel-caption h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  #banner_slider .carousel-caption h3 br {
    display: none;
  }

  #banner_slider .carousel-caption p {
    margin-bottom: 1rem;
  }

  .home_about {
    padding-top: 0px;
  }

  .our_service {
    padding: 0px
  }

  .feature_text h5 {
    font-size: 1rem;
  }

}

@media (max-width:575px) {
  .navbar-brand img{
    width: 80px;
    height: 80px;
  }
  .navbar-nav .nav-link {
    color: var(--orange);
    margin: 0;
    font-size: 15px;
  }

  .navbar-nav .nav-link i {
    display: inline-block;
    width: 25px;
  }

  .navbar-nav .nav-link span {
    display: none;
  }

  #banner_slider .carousel-indicators {
    right: 5px;
  }

  #banner_slider .carousel-caption {
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
  }

  #banner_slider .carousel-caption h5, #banner_slider .carousel-caption a {
    display: none;
  }

  #banner_slider .carousel-caption h3 {
    font-size: 24px;
    margin-bottom: .25rem;
  }

  #banner_slider .carousel-caption p {
    font-size: 13px;
  }

  .track-shipment-outer {
    transform: translateY(0%);
    margin-top: 30px;
  }

  .track-input {
    display: block;
    text-align: center;
  }

  .track-input input {
    margin-bottom: .5rem;
  }

  .service_features {
    padding: 30px 0px;
  }

  .row .col-sm-6:last-child .feature-Bx {
    margin-bottom: 0px;
  }

  .awesome-facts {
    padding: 0px;
  }

  .single-coutnerup .count-num {
    line-height: inherit;
    margin-bottom: .5rem;
  }
  .common-banner,
  .common-banner-text{
    height: 150px;
  }
  .heading h2{
    font-size: 1.5rem;
  }
}

@media (max-width:360px){
  .clientele-logo ul li{
    padding: .25rem;
    margin: 0rem .15rem 1rem;
  }
  .clientele-logo ul li img {
    width: 80%;
  }  
}



.navbar-brand img{
    width: 175px;
    height:auto;
}


/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease;
    }
}

/* Mobile click dropdown (Bootstrap default) */
@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown-menu.show {
        display: block;
    }
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
}







.our-services {
  padding: 80px 0px 0px;
}

.srv-btn {
  display: inline-block;
  color: var(--darkblue);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--darkblue);
  font-weight: 500;
}

.srv-btn:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.service-box {
  transition: 0.5s all;
  margin-top: 2rem;
}

.service-box:hover > .service-img {
  transform: scale(1.02);
}

.service-box:hover > .service-text {
  transform: translateY(-30px);
}

.service-box:hover a {
  background-color: #0365ce;
}

.service-img {
  width: 100%;
  height: 227px;
  overflow: hidden;
  border-radius: .25rem;
  transition: 0.5s all;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-text {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: .5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
  text-align: center;
  transform: translateY(-20px);
  padding: 1rem .5rem;
  position: relative;
  height: 170px;
  transition: 0.5s all;
}

.service-text h4 {
  color: #000;
  font-weight: 600;
  margin: .5rem auto;
}

.service-text a {
  display: inline-block;
  background-color: #f72d2c;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  padding: .25rem .5rem;
  border-radius: .20rem;
}

.footer_links a i{
    margin-right:8px;
}


.footer_links p i{
    margin-right:8px;
}


.footer_social a i{
     margin-right:0px;
}



.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e90203;
}


@media (min-width: 1200px) and (max-width: 1399.8px){
    .navbar {
    padding: 2px 1rem;
}
    #banner_slider .carousel-caption h3 {
    font-size: 50px;
}
    #banner_slider .carousel-caption p {
    font-size: 17px;
}
}



@media (max-width: 767px){
    .carousel-inner img {
    height: 200px;
}
}







.whatsapp {
    display: inline-block;
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 63px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

