@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: "Manrope", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "Manrope", serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Manrope", serif;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
}
ul {
  padding: 0;
  margin: 0;
}
.spclRow {
  --bs-gutter-y: 23px;
}
/**************global css end*******/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #625b9e;
  border: 1px solid #625b9e;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}
.scroll-top.cta {
  min-width: 0;
}
.scroll-top:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ==============Buttons=================== */
.clickBtn {
  border-radius: 24px;
  text-align: center;
  transition: all 0.35s;
  box-sizing: border-box;
  padding: 14px 31px;
  font-family: "Manrope", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
}
.btn {
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn::before,
.btn::after {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #625b9e;
  transition: all 0.25s;
  content: "";
  z-index: 1;
}
.btn::before {
  top: 0;
  transform: translate(-100%, 0);
}
.btn::after {
  bottom: 0;
  transform: translate(100%, 0);
}
.btn:hover {
  color: #fff;
}
.btn:hover::before,
.btn:hover::after {
  transform: translate(0, 0);
}
/* ==============heading and subheading=================== */
.subtitle {
  font-family: "Work Sans", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: left;
}
.title {
  color: #fff;
  text-align: left;
  font-family: "Work Sans", serif;
  font-size: 87px;
  font-style: normal;
  font-weight: 800;
  line-height: 77px;
  margin-bottom: 33px;
}
.heading {
  color: #000;
  font-family: "Manrope", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  margin-bottom: 24px;
}
.everySpan {
  color: #000;
  font-family: "Manrope", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  display: block;
}
.para {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Manrope", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.headingSpan {
  background: rgba(228, 231, 238, 0.3);
  padding: 9px 12px;
  color: #02091c;
  text-align: center;
  font-family: "Manrope", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.96px;
  border-radius: 24px;
}
.HeadingPart {
  margin-top: 12px;
}
.HeadingPart h4 {
  color: #02091c;
  font-family: "Manrope", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
}
/* ====================header================== */
.main_header {
  padding: 10px 0;
  width: 100%;
  display: block;
  background: transparent;
  z-index: 2;
  transition: all 0.5s;
}
.main_header.sticky-header {
  padding: 10px 0;
  position: fixed;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 70px;
  width: 100%;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 56px;
}
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #292929;
  text-transform: capitalize;
  font-family: "Inter", serif;
  line-height: 18px;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.active > a,
.main_header.sticky-header .navigation_sec .nav_sec ul li:hover > a,
.main_header.sticky-header .navigation_sec .nav_sec ul li.active > a {
  color: #625b9e;
}
span.toggle-menu {
  display: none;
}
.main_header.sticky-header .navigation_sec .nav_sec > ul > li a {
  color: #000;
}
.action-container {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*====================================== Footer ========================================*/
.footer {
  background: #000;
  padding: 82px 0 30px;
  overflow: hidden;
}
.footerTop .heading {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 77px;
  margin-bottom: 40px;
}
.footerTop .btn {
  background: #fff;
  padding: 15px 43px;
  color: #000;
  line-height: 15.96px;
}
.footerTop .btn:hover {
  color: #fff;
}
.footerMenu {
  margin: 66px 0 119px;
}
.footerMenu h6 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  text-transform: uppercase;
}
.linkList li {
  margin-bottom: 18px;
}
.linkList li:last-child {
  margin-bottom: 0;
}
.linkList li a,
.linkList li p {
  color: #fff;
  font-family: "Manrope", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  transition: all 0.6s ease-in-out;
}
.linkList li a:hover {
  color: #625b9e;
}
.linkList li p {
  max-width: 198px;
}
.footerBottom {
  border-top: 1px solid rgba(228, 231, 238, 0.3);
  padding: 31px 0 32px;
}
.socialLinks img {
  max-width: 19px;
}
.socialLinks li {
  display: inline-block;
}
.socialLinks li + li {
  margin-left: 30px;
}
.totalBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.totalBottom p {
  color: #fff;
  text-align: center;
  font-family: "Manrope", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
/*====================================== Inner Banner ========================================*/
.innerBanner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 174px 0;
}
.innerBanner::before {
  content: "";
  background: linear-gradient(90deg, #3891d9 0%, #5c8aba 100%);
  opacity: 0.79;
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.innerContent {
  z-index: 2;
  position: relative;
}
.innerContent .title {
  text-align: left;
  color: #fff;
  font-family: "Work Sans", serif;
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 0;
  font-weight: 800;
  font-style: normal;
}
/*====================================== Banner ========================================*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  position: relative;
  height: 100vh;
}
.banner::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.bannerContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
  max-width: 550px;
}
/*====================================== About Us ========================================*/
.aboutUs {
  padding: 50px 0;
}
.aboutUs .clickBtn {
  padding: 8px 17px;
  background: rgba(228, 231, 238, 0.3);
}
.aboutUs .btn {
  color: #02091c;
}
.aboutUs .btn:hover {
  color: #fff;
}
.aboutContent {
  border: 1px solid #e6e9eb;
  padding: 67px 25px;
}
/*====================================== Message From The Director ========================================*/
.messageDirector {
  padding: 89px 0;
  background: #625b9e;
}
.directorContent .heading {
  color: #fff;
  margin-bottom: 60px;
}
.directorContent .para {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 70px;
}
.directorName {
  margin-top: 80px;
}
.directorContent .directorName .heading {
  font-size: 20px;
  margin-bottom: 7px;
}
.directorName span {
  color: #fff;
  font-family: "Manrope", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
}
/*====================================== Our Services ========================================*/
.ourServices {
  padding: 83px 0 0;
}
.totalService {
  margin-top: 63px;
}
.eachService {
  border: 1px solid #e6e9eb;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.eachService:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.eachService a {
  padding: 29px 0 31px;
  text-align: center;
  color: #02091c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.eachService a::after {
  content: "\f138";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.eachService:hover a {
  color: #625b9e;
}
/*====================================== The Companies we have worked with ========================================*/
.companiesWorked {
  padding: 60px 0 30px;
}
.companiesWorked .HeadingPart {
  margin-bottom: 36px;
}
.eachCompany {
  padding: 9px 77px;
}
/*====================================== About ========================================*/
.about {
  padding: 52px 70px;
}
.corporateCulture {
  margin-top: 63px;
  text-align: center;
}
.corporate {
  margin-top: 37px;
  text-align: center;
}
.cultureImage {
  width: 123px;
  height: 123px;
  background-color: #625b9e;
  border-radius: 50%;
  padding: 17px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.eachCulture:hover .cultureImage {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.eachCulture .subtitle {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.eachCulture:hover .subtitle {
  color: #625b9e;
}
.cultureImage.active,
.eachCulture .subtitle.active {
  opacity: 1;
  transform: translateY(0);
}
/*====================================== Who We Are ========================================*/
.whoWe {
  padding: 78px 99px;
  background: #000;
}
.whoWe .aboutContent {
  border: none;
  padding: 0;
}
.whoWe .heading,
.whoWe .everySpan {
  color: #fff;
  margin-bottom: 43px;
}
.whoWe .para {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 64px;
}
.whoWe .para:last-child {
  margin-bottom: 0;
}
/*====================================== About Page Image ========================================*/
.aboutPageImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
}
/*====================================== We operate in the following ways ========================================*/
.weOperate {
  padding: 65px 84px;
  background: #000;
}
.weOperate .heading {
  color: #fff;
  text-align: center;
  margin-bottom: 43px;
}
.weOperate .eachCulture .subtitle {
  color: #fff;
}
/*====================================== Our Management Team ========================================*/
.managementTeam {
  padding: 44px 0;
}
.managementTeam .heading {
  margin-bottom: 0;
}
.managementTeam .heading {
  text-align: center;
  line-height: normal;
  font-weight: 500;
}
.team {
  margin-top: 24px;
}
.memberContent {
  padding: 24px 13px;
}
.memberContent .heading {
  font-size: 19px;
  line-height: 150%;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  min-height: 57px;
}
.memberContent .everySpan {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Roboto", serif;
  margin-bottom: 16px;
}
.memberContent .subtitle {
  color: #000;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.eachMember:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
@keyframes zoomInRotate {
  0% {
    opacity: 0;
    transform: scale(0.8) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.eachMember {
  animation: zoomInRotate 1s ease-out;
  animation-play-state: paused;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.eachMember:nth-child(1) {
  animation-delay: 0.2s;
}
.eachMember:nth-child(2) {
  animation-delay: 0.4s;
}
.eachMember:nth-child(3) {
  animation-delay: 0.6s;
}
.eachMember:nth-child(4) {
  animation-delay: 0.8s;
}
/*====================================== Our Services ========================================*/
.services {
  padding: 40px 60px;
}
.services .eachService a::after {
  display: none;
}
/*====================================== Customs Clearance Air, Sea, Land ========================================*/
.customsClearance {
  padding: 50px 60px;
}
.customsClearance .aboutContent {
  padding: 95px 57px;
}
.customsClearance .aboutContent .heading {
  margin-bottom: 47px;
}
.customsClearance .aboutContent .para:last-child {
  margin-bottom: 0;
}
.customsClearance img {
  height: 100%;
}
/*====================================== Contact Us ========================================*/
/* .contact {
  padding: 52px 0 23px;
}
.contact .headingSpan {
  background: none;
  padding: 0;
}
.contactContent .heading {
  color: #0a1f3e;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 19px;
  margin-bottom: 29px;
}
.contactContent .para {
  color: #0a1f3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  margin-bottom: 0;
}
.contactContent {
  padding-bottom: 41px;
  border-bottom: 1px solid #e6e9eb;
}
.address {
  margin-top: 38px;
  max-width: 415px;
}
.address .heading,
.contactPart .heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 15.96px;
  margin-bottom: 7px;
}
.address .para {
  color: #0a1f3e;
  font-size: 14px;
  line-height: 19.6px;
}
.eachContact a {
  padding: 9px 94px 10.19px 0px;
}
.contactRow {
  --bs-gutter-y: 16px;
}
.eachContact a {
  color: #0a1f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  display: block;
  padding: 0;
  margin-bottom: 9px;
}
.eachContact a span {
  color: #000;
  font-weight: 600;
}
.contactRight {
  padding-top: 19px;
  border-bottom: 1px solid #e6e9eb;
}
.contactRight .para {
  color: #0a1f3e;
  font-weight: 700;
  line-height: 15.96px;
}
.contactForm {
  margin-top: 20px;
}
.formRow {
  --bs-gutter-y: 20px;
}
.eachInput input,
.eachInput select {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e6e9eb;
  background: #fff;
}
.form-control:focus,
.form-select:focus {
  border-color: #e6e9eb;
  box-shadow: none;
}
.eachInput textarea {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e6e9eb;
  background: #fff;
  min-height: 106px;
}
.form-control input::placeholder,
.form-control textarea::placeholder,
.form-control select {
  color: #1f2124;
  font-family: "Manrope", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactFormPart {
  padding: 48px 0 20px;
} */
.tj-contact-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.tj-contact-box {
  margin-bottom: 55px;
}
.tj-contact-page .tj-contact-list {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 30px 25px;
  position: relative;
  margin-bottom: 25px;
  min-height: 156px;
}
.contact-icon {
  width: 75px;
  height: 75px;
  line-height: 82px;
  font-size: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #625b9e;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.tj-contact-list:hover .contact-icon {
  background-color: #000;
}
.contact-icon img {
  max-width: 35px;
  /* filter: invert(100%); */
}
.contact-header {
  margin-left: 90px;
}
.tj-contact-page .contact-header span {
  display: block;
}
.tj-contact-page .tj-contact-list .contact-header a {
  color: #02091c;
  font-size: 20px;
  font-weight: 500;
  transition: 0.4s;
}
.tj-contact-page .tj-section-heading {
  margin-bottom: 30px;
}
.tj-section-heading .sub-title {
  color: #625b9e;
  font-family: "Manrope", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
}
.tj-section-heading .title {
  margin-top: 20px;
  font-size: 55px;
  color: #02091c;
}
.tj-animate-form {
  background: #fff;
  padding: 20px;
}
.tj-animate-form .animate-form {
  width: 100%;
}
.tj-animate-form .form__div {
  position: relative;
  height: 48px;
  margin-bottom: 1.5rem;
}
.tj-animate-form .form__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  outline: none;
  padding: 25px 15px;
  font-size: 15px;
  background: none;
  z-index: 1;
}
.tj-animate-form .form__label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #02091c;
  font-size: 15px;
  transition: 0.2s;
}
.tj-animate-form .form__input:focus {
  border: 1.5px solid #625b9e;
}
.tj-animate-form .form__input:focus + .form__label {
  top: -0.5rem;
  left: 0.8rem;
  color: #7c858c;
  font-size: 15px;
  font-weight: 500;
  z-index: 10;
}
.tj-animate-form .form__input.textarea {
  min-height: 165px;
}
.tj-theme-button .btn {
  margin-top: 130px;
}
/* iframe {
  width: 100%;
  height: 600px;
} */
 .single-name {
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
        gap: 20px;
}
.ch-header {
  margin-bottom: 15px;
}
/*====================================== Responsive ========================================*/
@media screen and (min-width: 1600px) {
  .aboutContent {
    height: 100%;
  }
}
@media screen and (max-width: 1367px) {
  .everySpan {
    font-size: 20px;
  }
  .aboutUs .heading {
    margin-bottom: 16px;
  }
  .aboutContent {
    padding: 39px 25px;
  }
  .directorContent .heading {
    margin-bottom: 30px;
  }
  .directorContent .para {
    margin-bottom: 25px;
  }
  .directorName {
    margin-top: 50px;
  }
  .footerMenu {
    margin: 66px 0;
  }
}
@media screen and (max-width: 1199px) {
  .main_header .clickBtn {
    padding: 14px 28px;
  }
  .aboutUs img {
    height: 100%;
    object-fit: cover;
  }
  .directorContent .heading {
    margin-bottom: 30px;
  }
  .directorContent .para {
    margin-bottom: 30px;
  }
  .directorName {
    margin-top: 30px;
  }
  .directorContent .para {
    font-size: 16px;
  }
  .HeadingPart h4 {
    font-size: 25px;
  }
  .services .eachService a {
    min-height: 106px;
  }
  .customsClearance .aboutContent .heading {
    margin-bottom: 17px;
  }
  .customsClearance .aboutContent {
    padding: 35px 27px;
  }
}
@media screen and (max-width: 991px) {
  .tabRow {
    --bs-gutter-y: 20px;
  }
  .rsPadding {
    padding: 60px 0;
  }
  .spclRow {
    justify-content: center;
  }
  .navigation_sec .toggle-menu {
    display: none;
  }
  .action-container .toggle-menu {
    display: block;
    margin-left: 20px;
  }
  .main_header .btn {
    float: inline-end;
    font-size: 12px;
    padding: 12px 29px;
  }
  .main_header.sticky-header .navigation_sec .nav_sec > ul > li a,
  .main_header.sticky-header .navigation_sec .nav_sec ul li.active > a {
    color: #fff;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #625b9e;
    border-radius: 5px;
  }
  span.toggle-menu img {
    float: left;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #625b9e;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    background: #000;
    color: #fff;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0 0 10px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .main_header .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .overlay {
    position: fixed;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .action-container {
    display: block;
  }
  .banner .title {
    font-size: 60px;
  }
  .everySpan {
    font-size: 18px;
  }
  .directorContent .heading {
    margin-bottom: 16px;
    font-size: 25px;
  }
  .aboutContent {
    padding: 27px 25px;
  }
  .heading {
    margin-bottom: 15px;
  }
  .directorContent .para {
    margin-bottom: 10px;
  }
  .messageDirector img {
    height: 69vh;
    object-fit: cover;
  }
  .HeadingPart h4 {
    font-size: 23px;
  }
  .companiesWorked.rsPadding {
    padding-top: 0;
  }
  .linkList li p {
    max-width: 100%;
  }
  .totalBottom {
    display: grid;
    justify-content: center;
  }
  .socialLinks {
    text-align: center;
    margin-top: 20px;
  }
  .footerTop .heading {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .footerMenu {
    margin: 40px 0;
  }
  .banner {
    height: 60vh;
  }
  .aboutPageImage {
    min-height: 46vh;
  }
  .contact-header {
    margin-left: 66px;
  }
  .contact-icon img {
    max-width: 25px;
  }
  .contact-icon {
    width: 55px;
    height: 55px;
  }
  .tj-animate-form {
    margin-bottom: 20px;
  }
  .tj-contact-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 840px) {
  .tabRow {
    --bs-gutter-y: 20px;
  }
  .directorName {
    margin-top: 20px;
  }
  .ourServices .action-container {
    text-align: left;
  }
  .ourServices .clickBtn {
    padding: 12px 41px;
    margin-top: 20px;
  }
  .totalService {
    margin-top: 30px;
  }
  .banner .title {
    font-size: 46px;
    margin-bottom: 13px;
  }
  .directorContent .para {
    margin-bottom: 46px;
  }
  .directorContent .heading {
    margin-bottom: 26px;
  }
  .aboutPageImage {
    min-height: 40vh;
  }
  .innerContent .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .messageDirector .tabRow .col-md-6:first-child {
    order: 2;
  }
  .messageDirector .tabRow .col-md-6:last-child {
    order: 1;
  }
  .about .HeadingPart h4 {
    font-size: 20px;
  }
  .memberContent .heading {
    min-height: auto;
  }
  .aboutPageImage {
    min-height: 50vh;
  }
  .services .eachService a {
    min-height: auto;
  }
  .innerContent .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .aboutPageImage {
    min-height: 40vh;
  }
  .tj-section-heading .title {
    margin-top: 0px;
    font-size: 34px;
}
}
@media screen and (max-width: 490px) {
  .banner .title {
    font-size: 38px;
  }
  .HeadingPart h4 {
    font-size: 20px;
  }
  .footerTop .heading {
    font-size: 40px;
  }
  .banner .title {
    font-size: 33px;
  }
  .subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }
  .eachCompany {
    padding: 9px 56px;
  }
  .companiesWorked .HeadingPart h4 {
    font-size: 17px;
  }
  .banner .title {
    font-size: 27px;
    margin-bottom: 0;
  }
  .subtitle {
    font-size: 17px;
  }
  .aboutPageImage {
    min-height: 17vh;
  }
  .innerContent .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 420px) {
  .weOperate .heading {
    font-size: 24px;
  }
  .aboutPageImage {
    min-height: 19vh;
  }
  .corporateCulture {
    margin-top: 33px;
  }
  .innerContent .title {
    font-size: 35px;
  }
  .contactContent .heading {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contactContent {
    padding-bottom: 20px;
  }
  .contactFormPart {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .banner {
    height: 47vh;
    padding: 0;
  }
  .bannerContent {
    max-width: 100%;
  }
  .linkList li a,
  .linkList li p {
    font-size: 14px;
  }
  .navigation_sec .nav_sec {
    width: 100%;
  }
  .whoWe .para {
    margin-bottom: 24px;
  }
  .whoWe .heading,
  .whoWe .everySpan {
    margin-bottom: 23px;
  }
  .innerContent .title {
    font-size: 30px;
  }
  .contactContent .para {
    font-size: 15px;
  }
}
