@import url('https://fonts.googleapis.com/css2?family=Montsarrat:opsz:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:opsz:wght@100;200;300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--primary);
}

::selection {
  color: #fff;
  background: var(--primary);
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Montserrat';
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

button:focus {
  border: none;
  outline: none;
}

:root {
  --primary: #f89422;
  --secondary: #262425;
}
.bg-second{
  background-color: var(--secondary);
}
.bg-third{
  background-color: var(--third) ;
}
::placeholder {
  opacity: .7;
  font-size: 80%;
}

a, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
p{
  font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #282828;
    letter-spacing: .5px;
}
 small, span, td, a, li {
  color: #494F55;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
#myBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: var(--primary);
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 2;
  display: none;
}
#myBtn i{
  color: #fff;
}
button:focus, .btn:focus, .form-control:focus ,.form-select:focus{
  box-shadow: none;
}

.form-control:focus,.form-select:focus {
  outline-color: #000;
  border-color: #000;
}
.express-btn{
  display: inline-block;
  color: #fff !important;
  background: var(--primary);
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 500 !important;
}

/* navbar */
.top-menu{
  background-color: var(--secondary);
  padding: 5px 0;
}
.top-contact ul li {
  list-style: none;
  padding: 0px 10px;
  display: inline-block;
  font-size: 13px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
.navbar{
  box-shadow: 0px 2px 10px #818181;
}
.navbar-nav li{
  padding: 20px 15px;
} 
.navbar-nav li a{
  color: #202020;
}
.navbar-nav li a:hover{
  color: var(--secondary);
}
.navbar-toggler-icon{
  background-image: url(../images/menu.svg) !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.fa-house {
  color: var(--primary);
}
.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
    top: 100%;
}
.menu-area {
  position: static!important
}
.fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 2px 10px #818181;
  animation: fade-out .3s ease-out;
}
@keyframes fade-out {
  from{
      opacity: 0;
      transform: translateY(50px );
  }
  to{
      opacity: 1;
      transform: translateY(0);
  }
}
.service-list.dropdown-menu {
  text-align: left;
  background-color: #fff;
  z-index: 100;
  min-width: 260px;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-image: url(../images/sector_map.png);
  background-size: cover;
  box-shadow: 0 18px 40px rgb(54 54 54 / 32%)
}

.service-list {
  position: absolute!important;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  border-top: 4px solid var(--green)
}

.service-list a.dropdown-item {
  transition: .2s;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 10px;
  color: #4c4a4a
}

.service-list a.dropdown-item:before {
  content: '';
  font-family: FontAwesome;
  content: "\f054";
  color: var(--primary);
  left: 0;
  top: 0;
  font-weight: 900;
  margin-right: 10px
}
.smm-package{
  padding: 5px;
  margin-left: 10px;
  border-bottom: 1px solid #555;
}
  /* navbar end  */

  /* home page  */
.hero-section{
  background-position: bottom;
  background-size: cover;
  height: 60vh;
}
.banner1{
  background-image:linear-gradient(to bottom, rgb(8 8 8 / 58%), rgb(8 8 8 / 53%)), url(../images/banner1.webp);
}
.banner2{
  background-image:linear-gradient(to bottom, rgb(8 8 8 / 58%), rgb(8 8 8 / 53%)), url(../images/banner2.webp);
}
.banner3{
  background-image:linear-gradient(to bottom, rgb(8 8 8 / 58%), rgb(8 8 8 / 53%)), url(../images/banner3.webp);
}
.banner4{
  background-image:linear-gradient(to bottom, rgb(8 8 8 / 58%), rgb(8 8 8 / 53%)), url(../images/banner4.webp);
}
.hero-section .hero-content{
  padding: 160px 0 180px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero-section .hero-content h1{
  font-size: 45px;
  text-transform: uppercase;
}
.hero-section .hero-content p{
  width: 70%;
  margin: 0 auto;
}
.section{
  padding: 80px 0;
}
.tracking{
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  display: inline-flex;
}
.box-tracking::before {
  content: "";
    position: absolute;
    top: -110px;
    left: 40%;
    width: 20%;
    height: 567%;
    z-index: 2;
    background: linear-gradient(#f89422,#f89422);
    animation: rotater 5s infinite;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.tracking .express-btn{
  z-index: 5;
  position: relative;
  margin: 2px;
  border-radius: 30px;
  color: #000 !important;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-carousel .slide-item {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
}
.main-carousel .slide-item img {
  opacity: 0.5;
  position: relative;
}
.main-carousel .slide-text {
  position: absolute;
    left: 200px;
    top: 50%;
    z-index: 1;
    max-width: 580px;
    text-align: left;
    /* margin-top: -160px; */
    transform: translateY(-100%);
}
.owl-dots {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary) !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #161616ab !important;
}
.service{
  padding:60px 0;
}
.service_img{
  width: 80px;
  margin: 0 auto;
}
.why_wrapper{
  padding: 50px 0 80px 0;
  background-image:linear-gradient(#000000d1,#00000040), url(../images/why-wrapper-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why_wrapper h2{
  color: #fff;
  font-weight: 700;
}
.why_wrapper .card{
  padding: 15px;
  height: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
}
.why_wrapper .card img{
  width: 60px;
  margin: 10px auto;
}
.why_wrapper .card h3{
  margin: 15px 0px;
}
.heading{
  font-weight: 400;
  color: var(--primary);
}
.about-company span{
  font-size: 20px;
    font-weight: 500;
}
.about-company .card{
  padding: 15px;
  border: 0;
  background-color: #fff;
  box-shadow: rgba(70, 70, 70, 0.2) 0px 2px 8px 0px;
  margin: 20px 0;
}
.advantages .card img{
  width: 80px;
  margin: 0 auto;
}
.advantages .card  p{
  font-size: 13px;
  line-height: 19px;
}
.why-choose-us li{
  list-style: disc;
}
.quotes_box{
  padding: 20px 15px;
  border-radius: 15px;
  color: #fff;
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #202020;
  transition: 0.5s background;
  cursor: pointer;
}
.quotes_box:hover{
  background-image:linear-gradient(#000000d1,#0000008f), url(../images/success.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.quote{
  background-color: #f4f4f4;
  padding: 50px 0 80px 0;
}
.quotes_box p{
  margin-bottom: 0px;
  color: var(--secondary);
  font-size: 20px;
  margin: 0px 0px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.quotes_box:hover p{
  color: #fff;
}
.quotes_box:hover p.normal-text{
  display: none;
}
.quotes_box:hover p.hover-text{
  display: block;
}
.quotes_box p.hover-text{
  display: none;
}
.quotes_box i{
  font-size: 40px;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -15px;
}
.cta {
  padding: 50px 0;
  background-image:linear-gradient(to right,#0000003b,#00000000), url(../images/cta-bg1.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* contact page  */
.contact-section{
  padding: 50px 0;
  background-image:linear-gradient(to right,#000000a6,#00000000), url(../images/cta-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-info{
  padding: 50px 0;
}
.contact-left i{
  color: var(--primary);
}
/* contact page end */


/* about page  */
.about-wrapper ul li img{
  width: 55px;
  margin: 10px 0;
}
.about-wrapper ul li{
  flex: 0 50%;
}
.about-wrapper ul li .card{
  padding: 15px;
  border:0;
}
.counter-experience{
  position: absolute;
  display: flex;
  width: 260px;
  height: 100px;
  padding: 10px;
  background-color: var(--primary);
  border-radius: 15px;
  border: 3px solid #fff;
  bottom: 10px;
  left: -15px;
}
.counter-experience p{
  font-size: 55px;
  font-weight: 700;
  line-height: unset;
  color: #fff;
}
.counter-experience span{
  line-height: unset;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.mission-vision .card img{
  width: 100px;
  margin-right: 25px;
}
.mission-vision .card{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 15px;
  border: 0;
  background-color: #ebebeb;
}

/* get qoute page start  */
.get-quote .card{
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
  padding: 20px;
  margin-top: -70px;
  margin-bottom: 80px;
}
.quote-section{
  padding: 40px 0 100px 0;
  background-image: linear-gradient(to right,#000000b5,#0000009e), url(../images/cta-bg.webp);
}
.get-quote {
  background-color: #f4f4f4;
}
/* get qoute page end  */


/* admin-login page  */

.admin-login{
    background-image: url(../images/login-bg.webp);
    background-position: center;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admin-login .card{
  width: 400px;
  padding: 15px 20px 20px 20px;
  margin: 0 auto;
}
.admin-login h5{
  border-left: 3px solid var(--primary) ;
  padding-left: 10px;
}

/* admin-login page  end*/
/* footer  */
.foot-social i{
  color: #fff !important;
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
footer{
  background-color: var(--secondary);
  padding: 40px 0 0 0;
}
.ftr-logo img{
  width: 200px;
}
.footer_bottom p{
  font-size: 12px;
  opacity: .5;
}
.ftr-links ul li{
  font-size: small;
  list-style: disc;
}

/* kyc page start  */

.kyc svg{
  width: 750px;
}
.kyc-wrapper{
  background-color: #f4f4f4;
}
.kyc-wrapper input::file-selector-button {
  background-color:#bdbdbd;
  color: #000;
  transition: .5s;
}
.fileupload label{
  font-size: 15px;
}


/* valid-docs start  */


.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #e3e3e3 !important;
  box-shadow: unset;
  transition: .3s;
}
.accordion-button {
  color: #000 !important;
  background-color: #e3e3e3 !important;
  box-shadow: unset;
  transition: .3s;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #303030;
  outline: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/Icons/plus.svg) !important;
  transform: rotate(-180deg);
}
.accordion-button::after {
  background-image: url(../images/Icons/minus.svg) !important;
}
.collapsing{
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.33, 0.14, 0.53);
transition: all 0.5s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}

/* track page  */

/* Track-ShipmentPageCss-Start */
.tracker .track-page {
  margin-top: 30px;
  padding-bottom: 46px;
}

.tracker .track-page h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}

.tracker .track-page hr {
  margin-top: 0px;
}
.tracker .track-left {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tracker .track-left p {
  font-size: 1.5rem;
}

.tracker .track-right {
  border-left: 1px solid #ddd;
  padding: 20px 10px;
}

.tracker .track-right input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.tracker .track-right input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ddd;
}

.tracker .track-right p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.tracker .track-btn .btn {
  outline: none;
  border: none;
  background: #0070bc;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

.tracker .track-btn .btn:hover {
  color: #fff;
}

.packet-status h6, .packet-history h6 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.packet-status table tr td {
  width: auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.packet-status table tr td, .packet-status table tr th, .packet-history table tr td, .packet-history table tr th {
  padding: 5px;
  font-size: 12px;
}

/* .packet-history table.tracker .table-striped tbody tr:nth-of-type(odd){
    background-color: #ffc1074a !important;
} */
.tracker .track-top {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.tracker .track-top a {
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  padding: 5px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.tracker .track-top a:hover {
  text-decoration: none;
  color: #fff;
}

.tracker .track-top ul {
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}

.tracker .track-top ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

.tracker .track-top ul li span.bold-text {
  font-weight: 600;
}

.tracker .track-top .toggle-point {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.track {
  position: relative;
  padding: 20px 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.track>li {
  position: relative;
  margin-bottom: 20px;
}

.track>li>.track-date {
  float: left;
  text-align: right;
  position: relative;
  width: 20%;
  padding: 20px 20px 20px 0px;
}

.track>li>.track-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.track-badge.success {
  background-color: var(--primary) !important;
}

.track .track-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.track-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.track-body>p, .track-body>ul {
  margin-bottom: 0;
}

.track-body>p {
  color: #313131;
}

.track .track-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.track-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}

.track-body>p, .track-body>ul {
  margin-bottom: 0;
}

.track-body>p {
  color: #313131;
  font-size: 12px;
}

.track:before {
  content: " ";
  position: absolute;
  top: 40px;
  bottom: 70px;
  left: 23%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eee;
}

.track>li>.track-badge {
  z-index: 9;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.track>li:after, .track>li:before {
  content: " ";
  display: table;
}

.track>li:after {
  clear: both;
}

.track>li:after, .track>li:before {
  content: " ";
  display: table;
}

@media screen and (max-width:991px) {
  .tracker .track-page h3{
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .tracker .track-left{
    height: auto;
  }
  .tracker .track-left p{
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .tracker .track-right {
    border-left: none;
    text-align: center;
  }
  .tracker .track-right p{
    margin-bottom: 1rem;
  }

}

@media screen and (max-width:767px){
  .tracking>li>.tracking-date{
    width: 30%;
    padding: 15px 10px 15px 0px;
  }
  .tracking>li>.tracking-badge{
    left: 35%;
    top: 0px;
  }
  .tracking .tracking-panel{
    width: 60%;
    padding: 10px 0px 0px 10px;
  }
  .tracking-title{
    font-size: 12px;
  }
  .tracking:before{
    left: 35%;
  }
}

@media screen and (max-width:507px) {
  .tracker .track-top .toggle-point {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .tracker .track-top ul li{
    margin-left: 10px;
  }
  
}


@media only screen and (max-width: 600px){
.navbar-brand img {
    width: 145px !important;
}
.kyc svg{
  width: 100%;
}
.contact-section {
  padding: 40px 0;
  background-image: linear-gradient(to right,#000000b5,#0000009e), url(../images/cta-bg.webp);
}
.hero-section .hero-content {
  padding: 65px 0 30px 0;
}
.hero-section .hero-content h1 {
  font-size: 30px;
  text-transform: uppercase;
}
.hero-section .hero-content p {
  width: 95%;
}
.hero-section {
  height: unset;
}
.service_img {
  width: 60px;
  margin: 10px 0;
}
.service {
  padding: 40px 0;
}
.section {
  padding: 50px 0;
}
.advantages {
  margin-top: 50px;
}
.footer-main{
  padding: 20px;
}
.box-tracking::before {
  top: -110px;
  left: 42%;
  width: 12%;
  height: 567%;
}
.counter-experience {
  width: 220px;
  height: 85px;
  padding: 10px;
  bottom: -30px;
  left: 20px !important;
}
.counter-experience p {
  font-size: 40px;
  font-weight: 700;
  line-height: unset;
  color: #fff;
}
.counter-experience span {
  line-height: unset;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.cta {
  padding: 50px 0;
  background-image: linear-gradient(to right,#00000014,#00000096), url(../images/cta-bg1.webp);
  background-position: right;
}
.admin-login {
  background-position: right;
}
}

@media only screen and  (max-width:1024px) and (min-width: 992px) {
  .counter-experience {
    bottom: 35%;
    left: -15px;
}
}
@keyframes rotater{
  0%{
      transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}