@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

a {
  text-decoration: none;
  color: #fa810e;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/
@font-face {
  font-family: "orlietBold";
  src: url("../fonts/orliet-pro.bold.otf") format("opentype");
}

@font-face {
  font-family: "orlietMedium";
  src: url("../fonts/orliet-pro.regular.otf") format("opentype");
}
/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5 {
  font-family: "orlietMedium";
  text-transform: capitalize;
}

h1 {
  font-size: 60px;
  line-height: 65px;
}

h2 {
  font-size: 55px;
  line-height: 60px;
}

h3 {
  font-size: 35px;
  line-height: 40px;
}

h4 {
  font-size: 28px;
  line-height: 33px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}

/*banner css end*/

/*header css start */

.menuSec {
  padding: 0px 0;
  border-bottom: 1px solid #f0f0f02e;
}

.menuSec img {
  margin: 0;
}

.main-ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-transform: capitalize;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 22px 0px 20px;
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fa810e;
  color: #fff;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*Top-sec Start*/

/* -------------------------- */

/* Buttons Css  */

.siteBtn {
  display: inline-block;
}

.siteBtn .pbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  position: relative;
  background: #fa810e;
  border-radius: 45px;
  overflow: hidden;
  gap: 14px;
  padding: 3px 5px 3px 3px;
}

.siteBtn .pbtn span.btnTxt {
  padding: 0px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 44px;
  background: #0048ac;
  box-shadow: 0px 0px 8px 0px #4444446e;
  height: 100%;
}

.siteBtn .pbtn span.btnImg {
  margin-right: 17px;
}

.siteBtn .pbtn span.btnImg img {
  transition: 0.2s;
  width: 20px;
}

.siteBtn .pbtn:hover {
  background: #0048ac;
}

/* Buttons Css  */

.maxWidth {
  max-width: 1400px;
}

/* banner Slider  */

section.main_slider {
  position: relative;
  overflow: hidden;
}

img.homebanner {
  height: 870px;
  width: 100%;
  object-fit: fill;
  object-position: 100% 100%;
}

.banner_text .desp {
  margin-bottom: 24px;
  margin-left: 10px;
  width: 85%;
  margin-top: 12px;
}

.banner_img {
  position: absolute;
  bottom: 5px;
  right: 30px;
  width: 49%;
  z-index: 12;
}

.banner_text .siteBtn {
  margin-left: 6px;
}

.banner_img img {
  width: 100%;
  position: relative;
  z-index: 12;
}

/* banner Slider  */

header {
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 0;
  overflow: hidden;
}

ul.head-ct {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  background: #fa810e;
}

.menuSec ul.head-ct li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  gap: 11px;
  font-size: 13px;
  position: relative;
  font-weight: 400;
  color: #fff;
}

.menuSec ul.head-ct li a span {
  color: #fff;
  opacity: 60%;
  text-transform: lowercase;
  font-size: 10px;
}

.menuSec ul.head-ct li a:hover {
  text-decoration: underline;
  color: #fff;
}

.menuSec ul.head-ct li a:hover span {
  opacity: 1;
  color: #fff;
}

.menuSec ul.head-ct li:last-child {
  position: relative;
  padding-left: 30px;
}

.menuSec ul.head-ct li:last-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 7px;
  top: 0;
  background: #000;
  opacity: 20%;
}

.manu-nav-head {
  position: relative;
}

.manu-nav-head ul#menu {
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}

ul.head-ct:before {
  position: absolute;
  content: "";
  width: 110%;
  left: 0%;
  top: 0;
  height: 46px;
  background: #fa810e;
}

header a.logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}

header a.logo img {
  position: relative;
  z-index: 12;
  width: 220px;
  height: 100%;
  object-fit: fill;
}

header .container-fluid.maxWidth {
  position: relative;
}

header .container-fluid.maxWidth:before {
  position: absolute;
  content: "";
  width: 410px;
  left: -191px;
  bottom: 0;
  /* clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%); */
  background: #fa810e;
  height: 100%;
}

.banner_text p {
  padding-left: 10px;
  font-weight: 400;
  opacity: 70%;
  width: 90%;
}

.baner-trck {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.baner-trck .track {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 22px;
  margin-left: 18px;
  position: relative;
}

.baner-trck .track:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 150%;
  left: -4px;
  top: -10px;
  background: #fff;
  opacity: 20%;
}

.baner-trck .track a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.siteBtn .pbtn:hover span.btnTxt {
  background: #fa810e;
}

.banner_text {
  margin-top: 110px;
}

/* About Us Start  */

section.about {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.abWrap {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

.abWrap .row {
  align-items: center;
}

.abt-col-left {
  position: relative;
  padding-left: 30px;
}

.abt-col-left .abimg {
  position: relative;
  overflow: hidden;
}

.ab-col-right {
  position: relative;
}

.ab-col-right h1 {
  color: #000;
}

.ab-col-right p {
  color: #7c7c7c;
}

.ab-col-right .our-mis {
  margin: 32px 0px 24px;
}

.abt-col-left .mils h4 {
  font-family: "Montserrat";
  color: #fff;
  margin: 0;
}

.abt-col-left .mils span {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.abt-col-left .mils .mlstxt {
  position: relative;
}

/* About Us End */

/* Offer start */

section.offer {
  padding: 0px 0 60px;
}

.offer-card {
  position: relative;
  padding: 24px 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px #44444424;
  background: #fa810e;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 10px;
  margin: 0 5px 30px !important;
  height: 360px;
}

.offer-card h3 {
  color: #fff;
  font-weight: 100;
  transition: 0.3s;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.offer-card p {
  color: #fff;
  transition: 0.3s;
  width: 90%;
  margin: 2px auto 14px;
  opacity: 80%;
  font-weight: 300;
}

.offer-card .btn-link {
  display: inline-block;
  text-decoration: unset;
  margin-top: 5px;
}

.offer-card .btn-link a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: unset;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
  font-size: 12px;
  line-height: 18px;
}

.offer-card .btn-link a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.offer-card:hover {
  background: #0048ac;
  transform: translate(0px, -5px);
}

.heading {
  margin-bottom: 40px !important;
}

.blk {
  color: #000;
}

.heading p {
  width: 50%;
  margin: 0px auto;
  opacity: 70%;
}

.offer-card:hover .card-i img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(92%) saturate(2903%)
    hue-rotate(207deg) brightness(94%) contrast(102%);
}
.offer-card .card-i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 130px;
  margin: 0px auto;
  box-sizing: border-box;
  transition: 0.2s;
}

.offer-card:hover .card-i {
  transform: scale(1.3);
}

.offer-card .card-i img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: inline-block;
  transition: 0.2s;
}

.off-header {
  margin-top: 20px;
}

.off-header h4 {
  color: #fff;
}

.blue {
  color: #0048ac;
}

/* Offer End */

/* Chose Start  */

section.chose {
  position: relative;
  padding: 40px 0 100px;
}

.chsWrap {
  width: 90%;
  margin: 0px auto;
}

.ch-col-left {
  position: relative;
}

.chs-left {
  padding-bottom: 28px;
}

.chs-left p {
  opacity: 70%;
  font-size: 15px;
}

.chose-img img {
  width: 100%;
}

.ch-col-right {
  position: relative;
  padding-top: 24px;
}

.ch-col-right ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin: 0px;
}

.ch-col-right ul li {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  padding: 18px 20px 18px;
  border-radius: 8px;
  position: relative;
  transition: 0.2s;
}

.ch-col-right ul li .cnt {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ch-col-right ul li .cnt span {
  font-size: 35px;
  font-weight: 500;
  color: #fa810e;
  line-height: 40px;
  transition: 0.3s;
}

.ch-col-right ul li .cunt-txt p {
  margin: 0px;
  transition: 0.2s;
}

.ch-col-right ul li h5 {
  color: #000;
  transition: 0.2s;
}

.ch-col-right ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 66%;
  left: 50px;
  background: #000;
  opacity: 20%;
}

.ch-col-right ul li:hover {
  background: #0048ac;
  transform: translate(5px, 0px);
}

.ch-col-right ul li:hover .cnt span {
  color: #fff;
}

.ch-col-right ul li:hover .cunt-txt p {
  color: #fff;
}

.ch-col-right ul li:hover .cunt-txt h5 {
  color: #fff;
}

.ch-col-right ul li:hover:before {
  background: #fff;
}

/* Chose Start  */

/* Join Team  */

section.team {
  padding: 80px 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
  background-image: url(../images/join-bg-img.png);
  position: relative;
  background-color: #fa810e;
}

.teamWrp {
  background: #fff;
  padding: 50px 70px;
}

.tm-col-right .siteBtn {
  margin-top: 6px;
}

.tm-col-right p {
  opacity: 80%;
}

.tm-col-right h1.blk {
  line-height: 50px;
}

img.teamJoin-img {
  position: absolute;
  left: 20px;
  z-index: 12;
  bottom: 0;
  width: 518px;
  filter: drop-shadow(0px 37px 100px #99999940);
}
/* Join Team  */

/* Contact  */

section.contactSec {
  position: relative;
  padding: 100px 0 100px;
}

.contct_text form {
  position: relative;
  margin-top: 20px;
}

.contct_text form .formField {
  margin-bottom: 20px;
  position: relative;
}

.contct_text form .formField input {
  width: 100%;
  background: #fff;
  border: 1px solid #87878773;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 500;
}

.contct_text form .formField textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #87878773;
  padding: 14px 20px;
  border-radius: 8px;
  height: 160px;
  resize: unset;
  font-weight: 500;
}

.contct_text form button {
  border: 0px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.contact-img img {
  width: 100%;
  object-fit: fill;
  border-radius: 10px;
}

.contct_text {
  padding-left: 12px;
}

.contct_text form .formField select {
  width: 100%;
  background: #fff;
  border: 1px solid #87878773;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 500;
}

.contct_text form .formField i.fa-solid.fa-angle-down {
  position: absolute;
  right: 14px;
  top: 24px;
  font-size: 10px;
}

/* Contact  */

/* Footer  */

.footerSec {
  position: relative;
  background-color: #141414;
}

footer ul li a {
  transition: 0.2s;
  color: #fff;
}

.footerSec .row {
  position: relative;
  padding: 60px 0px 14px;
}

.footerSec .footer-btm {
  padding-top: 24px;
  padding-bottom: 20px;
  margin-top: 30px;
  border-top: 1px solid #7777;
}

.footerSec .footer-btm .row {
  padding: 0;
}

.footerSec .footer-btm .row p {
  color: #ffffff8a;
  font-weight: 400;
}

.news-letter ul li a {
  gap: 11px;
  line-height: 25px;
  margin: 20px 0;
  color: #fff;
  opacity: 1;
}

.footerSec .footer-btm .row p a:hover {
  color: #fff;
}

.footerSec .footer-btm .row p a {
  color: #ffffff8a;
}

.news-letter ul li a:hover {
  transform: translate(3px, 0px);
}

footer .foot-products {
  position: relative;
}

footer.footerSec h5.text-light {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 20px;
}

footer.footerSec h5.subscribe.text-light.py-2 {
  margin-bottom: 6px;
}

section.newsLater .mailbox {
  align-items: center;
  gap: 20px;
}

section.newsLater .mailbox .mailImg img {
  width: 78px;
}

.footerSec .moveRightTxt ul {
  margin: 0px;
}

footer.footerSec ul.social li a {
  opacity: 1;
}

footer.footerSec ul.social {
  gap: 10px;
}

.footerSec .news-letter.moveRightTxt ul li a span {
  line-height: 20px;
  text-transform: lowercase;
}

.footerSec .news-letter ul li a {
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 1;
}

footer ul.social li a i {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  opacity: 1;
}

footer ul.social li a i:hover {
  background: #0048ac;
  color: #fff;
  border-color: transparent;
}

footer ul.social li a:hover {
  text-decoration: unset;
  opacity: 1;
}

footer ul li a:hover {
  opacity: 1 !important;
  text-decoration: underline;
  color: #fff;
}

footer h5.c-red {
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
}

.footer-about p {
  color: #ffffffad;
  font-weight: 400;
}

.footerSec .news-letter.moveRightTxt ul {
  margin: 0px;
}

.footerSec .foot-useful-link.moveRightTxt ul {
  column-count: 2;
}

.footerSec .moveRightTxt li a {
  margin: 10px 0px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 70%;
}

.footerSec .news-letter.moveRightTxt ul li {
  margin: 24px 0px;
}

.foot-useful-link.moveRightTxt {
  margin: 0px auto;
  margin-left: 50px;
}

.foot-products {
  width: 84%;
  float: right;
}

.news-letter {
  margin-left: 30px;
}

.footerSec .news-letter.moveRightTxt ul li:last-child {
  margin-bottom: 0;
}

a.footer-logo {
  margin-bottom: 18px;
  display: inline-block;
}

.footerSec .news-letter ul li a img {
  margin-top: 6px;
}

.moveRightTxt {
  padding-top: 16px;
}

/* Footer  */

/* About Us  */

img.innerbg-img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

section.innerbanner .banner_img {
  width: 35%;
  right: 5%;
}

section.iner-svs {
  padding: 100px 0 80px;
}

/* About Us  */

/* Service Detail start  */

section.service-det {
  position: relative;
  padding: 80px 0 80px;
}

.service-det-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px !important;
}

.service-det-img img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  display: inline-block;
  object-position: 100% 20%;
}

.service-det-img img:hover {
  transform: scale(1.1);
  filter: brightness(0.6);
}

.service-det-txt h1 {
  margin-bottom: 24px;
}

/* Service Detail End */

/* Blogs Start  */

section.blog {
  position: relative;
  padding: 80px 0;
}

.blog-col .blog_text {
  filter: drop-shadow(0px 0px 4px #0000001c);
  transition: 0.2s;
  background: #fff;
  padding: 34px 24px;
  text-align: center;
  position: relative;
}

.blog_img {
  position: relative;
  overflow: hidden;
}

.blog_img img {
  display: inline-block;
  width: 100%;
  height: 320px;
  transition: 0.2s;
  object-fit: cover;
}

.blog-col .blog_text .posted-time {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  gap: 10px;
}

.blog-col .blog_text .posted-time img {
  width: auto;
  object-fit: fill;
  transition: 0.2s;
  display: inline-block;
}

.blog-col .blog_text .posted-time span.post-date {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s;
}

.blog-col .blog_text h3.title {
  margin: 22px 0 0;
}

.sitebtn-2 a {
  font-size: 16px;
  padding: 14px 10px;
  background: #0048ac;
  color: #fff;
  border-radius: 55px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  transition: 0.2s;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
}

.blog-col .blog_text .sitebtn-2 a:hover {
  background: #fa810e;
}

/* Blogs End */

/* Blogs Detail Start  */

section.blog-detail {
  padding: 100px 0;
}

.blog-dt-img {
  position: relative;
}

.blog-dt-img img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}

.post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}

.post-items .dtst {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post-items .posted-time {
  gap: 10px;
}

.blog_dt-text p {
  color: #444444;
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  opacity: 70%;
}

section.blog-detail .row {
  align-items: center;
}

.blog_dt-text {
  position: relative;
  padding-top: 32px;
  padding-left: 20px;
}

.blog-btm-text.blog_dt-text {
  padding-left: 0px;
}

.blog-col {
  transition: 0.2s;
}

.blog-col:hover .blog_img img {
  filter: brightness(0.8);
  transform: scale(1.1);
}

/* Blogs Detail End */

/* Faqs page css  */

section.faqs {
  padding: 100px 0;
}

section.faqs .fqsWraper {
  width: 90%;
  margin: 0px auto;
  padding: 60px;
  box-shadow: 0px 0px 20px 0px #0048ac29;
  border-radius: 10px;
}

section.faqs .fqsWraper button.accordion-button {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  padding: 20px 20px;
}

section.faqs .fqsWraper .accordion-button:not(.collapsed) {
  color: #fff;
  background: #fa810e;
  padding: 24px 20px;
}

section.faqs .fqsWraper .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

section.faqs .fqsWraper .accordion-body {
  padding: 16px 24px 32px;
}

section.faqs .fqsWraper .accordion-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  opacity: 70%;
}

.accordion-button:focus {
  border: 0px !important;
  box-shadow: unset !important;
  outline: unset !important;
}

/* Contact Start  */

section.connectLinks .cnt-links {
  position: relative;
  background: #fa810e;
  padding: 34px 32px;
}

section.connectLinks .cnt-links p a {
  margin: 0px;
  color: #fff;
  font-weight: 500;
}

section.connectLinks .cnt-links p {
  margin: 0px;
}

section.connectLinks .cnt-links h5 {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}

section.connectLinks .cnt-links h5:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  opacity: 41%;
  bottom: 0;
}

section.connectLinks .connectLinkWrap {
  width: 90%;
  margin: 0px auto;
  padding-top: 80px;
}

section.contactForm {
  padding-bottom: 80px;
}

section.contactForm .fmWraper {
  width: 80%;
  margin: 0px auto;
}

section.contactForm form input {
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 24px !important;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 13px #9999991a;
  border: 1px solid #bdbdbd;
  color: #222;
  font-weight: 500;
}

section.contactForm form textarea {
  width: 100%;
  padding: 28px 20px;
  margin-bottom: 24px !important;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 13px #9999991a;
  border: 1px solid #bdbdbd;
  color: #222;
  font-weight: 500;
  height: 150px;
  resize: unset;
  position: relative;
}

section.contactForm form textarea::placeholder {
  position: absolute;
  bottom: 21px;
  color: #909091;
}

section.contactForm form input::placeholder {
  color: #909091;
}

section.contactForm form .siteBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

button.pbtn {
  border: 0;
}

/* Contact end */

/*Career Start*/

section.career-sec {
  padding: 100px 0;
  position: relative;
}

.carrer-txt {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  margin: 0 0 30px;
  box-shadow: inset 0px 0px 20px 20px #00000014;
  border: 2px solid #fa810eb8;
  text-align: center;
}

.carrer-txt h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 45px;
}

.carrer-txt h5 {
  color: #0145a3;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.carrer-txt h5 i {
  color: #0145a3;
  margin: 0 10px 0 0;
}

.carrer-txt p {
  margin: 0 0 6px;
  color: #000;
  line-height: 20px;
  text-align: center;
}

.carrer-txt a {
  background: #0145a3;
  text-align: center;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
  border-radius: 55px;
  width: 52%;
  margin: 18px auto 0;
  transition: 0.2s;
}

.carrer-txt a:hover {
  background: #fa810e;
  width: 100%;
}

/*Career Start*/

/* Detail Career PAge STar */

.detail-career-page {
  padding: 100px 0;
  position: relative;
}

ul.maid-list {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 9px 0 #9898989c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 32px;
}

ul.maid-list h2 {
  font-size: 55px;
}

button.btn3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 25px;
  border: 1px solid #7c7c7c82;
  background: #fff;
  border-radius: 10px;
  transition: 0.2s;
}

.maid-head-box h3 {
  margin-top: 20px;
}

.requirment-text p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
}

.requirment-text {
  margin-bottom: 30px;
}

.maids-btn {
  margin-top: 30px;
}

.aply-job-box .btn-4 {
  background: #0244a2;
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 0;
  transition: 0.3s;
}

ul.job-list {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 9px 0 #9898989c;
  border-radius: 10px;
  padding: 30px 20px;
}

ul.job-list h4 {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat";
}

ul.job-list p {
  font-size: 15px;
  margin-bottom: 5px;
}

ul.job-list a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
}

ul.job-list a:hover {
  text-decoration: underline;
}

ul.job-list li {
  padding: 15px 0;
  border-bottom: 1px solid #989898;
}

li.no-border {
  border: 0 !important;
}

.aply-job-box .btn-4:hover {
  background: #fa810e;
}

img.md-1 {
  display: inline-block;
  padding: 18px;
  border-radius: 5px;
  background: #0244a2;
}

.requirment-text p i {
  color: #000;
}

button.btn3:hover {
  background: #fa810e;
  color: #fff;
}

.baner-trck .track a:hover {
  color: #fa810e;
  text-shadow: 0 0 0px #ffffff;
}

/* Detail Career PAge End */

.menuSec ul li.active a {
  border-bottom: 1px solid #fa810e;
}

/* Track Page  */

section.track {
  position: relative;
  padding: 100px 0 60px;
}

.trackWrap {
  /* width: 90%; */
  margin: 0px auto;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 9px 0 #9898989c;
  padding: 40px;
}

.track-txt {
  position: relative;
}

.track-txt p {
  margin: 0px;
}

.track-form {
  position: relative;
}

.track-form form {
  background: #0346a3;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
}

.track-form form input {
  width: 75%;
  padding: 10px 20px;
  border: 0px;
  font-weight: 500;
  border-radius: 5px;
}

.track-form form button {
  display: inline-block;
  background: #fa810e;
  width: 24%;
  padding: 10px 10px;
  border: 0px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.track-form form button i {
  margin-right: 10px;
}

.track-form form button:hover {
  background: #fff;
  color: #fa810e;
}

.customer-request {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 9px 0 #9898989c;
  padding: 40px;
  width: 430px;
  margin: 50px auto 0;
}

.customer-request p {
  margin: 11px 0px;
}

.customer-request p strong {
  float: right;
  text-transform: capitalize;
}

.customer-request h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

/* Detail  */

.trk-detail {
  padding-bottom: 100px;
}

.trk-detail ul {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.trk-detail ul .step {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.trk-detail ul .step .step-i {
  width: 50px;
  height: 50px;
  background: #0346a3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  font-size: 15px;
  box-shadow: 0px 0px 20px 1px #4544445c;
  transition: 0.2s;
  outline: 1px solid #00000052;
  outline-offset: 6px;
}

.trk-detail ul .step h6 {
  margin: 24px 0px 0px;
  line-height: 26px;
  font-family: "orlietMedium";
  font-size: 19px;
  font-weight: 600;
}

.trk-detail ul .step p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.trk-detail ul:before {
  position: absolute;
  content: "";
  width: 88%;
  height: 1px;
  top: 26px;
  left: 0;
  background: #000;
  opacity: 24%;
  right: 0;
  margin: 0px auto;
  box-shadow: -1px 9px 20px 7px #00000085;
}

/* Track Page  */

/* Clients  */

section.clt {
  position: relative;
  overflow: hidden;
  padding: 100px 0 30px;
}

section.clt .slick-slide {
  opacity: 1;
  margin: 0 16px;
}

section.clt .message {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px 3px #98989859;
  padding: 32px 24px 24px;
  margin: 10px auto 50px;
  position: relative;
}

.quote-img img {
  width: 70px;
  margin: 0px auto 20px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(1602%)
    hue-rotate(355deg) brightness(100%) contrast(97%);
}

section.clt .message p {
  opacity: 60%;
  transition: 0.2s;
}

section.clt .auth-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 32px;
}

section.clt .auth-info .auth-dt {
  display: flex;
  align-items: center;
  gap: 12px;
}

section.clt .auth-info ul.star {
  margin: 0px;
  display: flex;
}

section.clt .auth-info ul.star a i {
  color: #ff9c00;
}

section.clt .auth-info h5 {
  margin: 0;
  color: #000;
  font-size: 25px;
  line-height: 26px;
}

section.clt .auth-info span {
  display: inline-block;
  color: #7c7c7c;
  font-weight: 400;
  line-height: 20px;
}

section.clt .auth-info .auth-dt img {
  width: 70px;
  border: 4px solid #fa810e;
  border-radius: 100px;
  transition: 0.2s;
}

section.clt .slick-current .message {
  background-color: #0048ac;
}

section.clt .slick-current .auth-info .auth-dt img {
  border: 4px solid #0048ac;
}

section.clt .slick-current .message p {
  color: #fff;
  opacity: 70%;
}

section.clt .slick-current .message .quote-img img {
  filter: brightness(0) invert(1);
}

section.clt .slick-next,
section.clt .slick-prev {
  width: 55px;
  height: 55px;
  background: transparent;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.2s all;
  border: 1px solid #0000004a;
  content: "";
  opacity: 1 !important;
  top: 36%;
}

section.clt .slick-next:before,
section.clt .slick-prev:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 10px;
  content: "";
  width: 20px;
  height: 20px;
}
section.clt .slick-next:before {
  background-image: url(../images/next-arrow.png);
}

section.clt .slick-prev:before {
  background-image: url(../images/prev-arrow.png);
}

section.clt button.slick-prev.slick-arrow {
  left: -70px;
}

section.clt button.slick-next.slick-arrow {
  right: -70px;
}

section.clt .slick-next:hover,
section.clt .slick-prev:hover {
  background-color: #0048ac;
}

section.clt .slick-prev:hover:before,
section.clt .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}

.footerSec .moveRightTxt li a:focus {
  color: #fff;
  opacity: 1 !important;
}

/* ---------------------- */

.abt-col-left .mils {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  position: absolute;
  bottom: 70px;
  left: -41px;
  height: 130px;
  padding: 40px 20px 0px 30px;
  text-align: center;
}

.abt-col-left .mils::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/abt-miles-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(1602%)
    hue-rotate(355deg) brightness(100%) contrast(97%);
  z-index: 0;
}

.abt-col-left .mils .mlstxt {
  position: relative;
  z-index: 1;
  color: #000;
}

/* -------------------- */

img.elipse {
  position: absolute;
  top: 210px;
  right: 0;
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(1602%)
    hue-rotate(355deg) brightness(100%) contrast(97%);
}

img.inner-elipse {
  position: absolute;
  top: 140px;
  right: 0;
  width: 530px;
  height: 650px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(1602%)
    hue-rotate(355deg) brightness(100%) contrast(97%);
}

a.footer-logo img {
  width: 260px;
}

a.footer-logo img:hover {
  transform: scale(0.99);
}

.col-12.capt-01 {
  margin-bottom: 22px;
}

/*search css*/

a.post-thumbnail {
  width: 30%;
  float: left;
  margin-right: 20px;
}

a.post-thumbnail img {
  width: 95%;
  height: 100%;
}

.entry-summary {
  float: left;
  width: 68%;
}

footer.entry-footer {
  display: none;
}

section.search_sec article {
  width: 100%;
  float: left;
  margin-bottom: 33px;
}

/*search css end*/

a.custom-logo-link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}

a.custom-logo-link img.custom-logo {
  position: relative;
  z-index: 12;
  width: 220px;
  height: 100%;
  object-fit: fill;
}

.list-data header {
  position: relative;
}
.sjb-page .list-data .v1 {
  float: left;
  margin: 15px 0;
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: inset 0px 0px 20px 20px #00000014;
  border: 2px solid #fa810eb8;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 50px;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 19px;
}
.sjb-page .list-data .v1 .company-logo img {
  border: none;
}
.btn-primary {
  background-color: #0048ac;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
  margin-bottom: 12px;
  border-radius: 32px;
  padding-left: 16px;
  font-size: 14px;
}
.sjb-page .sjb-detail {
  margin-top: 150px;
}
.single-jobpost .menuSec {
  padding: 0px 0;
  border-bottom: 1px solid #f0f0f02e;
  background-color: #105aaa;
  border: none;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
  border-radius: 50px;
  height: 50px;
}
.single-jobpost .requirment-text p {
  display: block;
}
.popup-outer .sjb-page {
  background-color: transparent;
}

/*======================================*/
/*======================================*/
/*======================================*/

@media (max-width: 1440px) {
  .maxWidth {
    max-width: 1300px;
  }
}

@media (max-width: 1399px) {
  .menuSec ul.head-ct li a span {
    font-size: 13px;
    line-height: 20px;
  }

  h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .siteBtn .pbtn span.btnTxt {
    padding: 0 12px;
    font-size: 12px;
  }

  .siteBtn .pbtn span.btnImg img {
    width: 13px;
  }

  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading p {
    width: 60%;
  }

  h4 {
    font-size: 23px;
    line-height: 30px;
  }

  section.team {
    margin-top: 0px;
  }

  .teamWrp {
    padding: 50px 40px;
  }

  img.teamJoin-img {
    left: 10px;
    width: 458px;
  }

  section.clt .message .quote-img {
    margin-bottom: 30px;
  }

  section.clt .auth-info h5 {
    font-size: 20px;
    line-height: 24px;
  }

  section.clt button.slick-prev.slick-arrow {
    left: -37px;
  }

  section.clt .slick-next,
  section.clt .slick-prev {
    width: 45px;
    height: 45px;
    top: 25%;
  }

  section.clt button.slick-next.slick-arrow {
    right: -36px;
  }
}

@media (max-width: 1280px) {
  .maxWidth {
    max-width: 1180px;
  }

  .manu-nav-head ul#menu {
    gap: 24px;
  }

  img.homebanner {
    height: 750px;
  }

  .banner_text {
    margin-top: 80px;
  }

  .banner_img {
    bottom: 5px;
    right: 10px;
    width: 52%;
  }

  img.elipse {
    top: 140px;
  }

  .footerSec .moveRightTxt li a {
    font-size: 13px;
    line-height: 22px;
  }

  section.clt button.slick-prev.slick-arrow {
    left: -50px;
  }

  section.clt button.slick-next.slick-arrow {
    right: -46px;
  }

  section.innerbanner .banner_img {
    width: 41%;
    right: 2%;
  }

  .trackWrap {
    padding: 30px 10px;
  }

  .track-txt p br {
    display: none;
  }

  .customer-request {
    padding: 40px;
    width: 520px;
    margin: 50px auto 0;
    border-radius: 20px;
  }

  .trk-detail ul .step h6 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .menuSec ul li a {
    padding: 16px 0px 14px;
    font-size: 12px;
  }

  .maxWidth {
    max-width: 990px;
  }

  .manu-nav-head ul#menu {
    margin-left: 10px;
  }

  a.custom-logo-link img.custom-logo {
    width: 190px;
  }

  header .container-fluid.maxWidth:before {
    width: 370px;
  }

  img.homebanner {
    height: 650px;
  }

  .banner_text p {
    padding: 0;
  }

  p {
    font-size: 12px;
    line-height: 20px;
  }

  .siteBtn .pbtn {
    font-size: 12px;
    line-height: 20px;
    height: 50px;
    gap: 10px;
  }

  .siteBtn .pbtn span.btnTxt {
    padding: 0 10px;
    font-size: 11px;
  }

  .siteBtn .pbtn span.btnImg {
    margin-right: 10px;
  }

  .baner-trck .track {
    gap: 10px;
    padding-left: 12px;
    margin-left: 8px;
  }

  .baner-trck {
    gap: 13px;
    margin-top: 14px;
    position: relative;
  }

  .banner_text .siteBtn {
    margin: 0px;
  }

  .banner_img {
    bottom: 5px;
    right: 10px;
    width: 54%;
  }

  img.elipse {
    top: 180px;
    width: 50%;
  }

  section.about {
    padding: 60px 0;
  }

  section.about .vc_column-inner {
    padding: 0 7px;
  }

  .abWrap {
    width: 100%;
  }

  .abt-col-left .mils {
    gap: 20px;
    bottom: 50px;
    left: -13px;
    height: 120px;
    padding: 30px 10px 0px 20px;
  }

  .abt-col-left {
    padding-left: 50px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .abt-col-left .mils span {
    font-size: 10px;
    line-height: 19px;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .ab-col-right .our-mis {
    margin: 12px 0px 18px;
  }

  .heading p {
    width: 100%;
  }

  .offer-card p {
    width: 100%;
  }

  .chs-left p {
    font-size: 12px;
  }

  .chsWrap {
    width: 100%;
  }

  .chsWrap .vc_column-inner {
    padding: 0 6px;
  }

  .ch-col-right ul li .cunt-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  h5 {
    font-size: 18px;
    line-height: 23px;
  }

  .ch-col-right ul li {
    gap: 16px;
    padding: 14px 16px 14px;
  }

  .ch-col-right ul li .cnt span {
    font-size: 25px;
    line-height: 30px;
  }

  .ch-col-right ul li:before {
    left: 40px;
  }

  section.team {
    padding: 30px 20px;
  }

  .teamWrp {
    padding: 24px;
  }

  img.teamJoin-img {
    left: 10px;
    width: 338px;
  }

  section.clt button.slick-prev.slick-arrow {
    display: none !important;
  }

  section.clt button.slick-next.slick-arrow {
    display: none !important;
  }

  section.clt .auth-info {
    margin: 0px;
  }

  section.clt .auth-info h5 {
    font-size: 16px;
    line-height: 20px;
  }

  section.clt .auth-info span {
    font-size: 12px;
    line-height: 19px;
  }

  section.clt .auth-info ul.star a i {
    font-size: 10px;
  }

  section.contactSec {
    padding: 70px 0 80px;
  }

  .contct_text form .formField input {
    padding: 12px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .contct_text form .formField {
    margin-bottom: 10px;
  }

  .contct_text form .formField select {
    padding: 12px 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .contct_text form .formField textarea {
    padding: 10px 10px;
    height: 130px;
  }

  .footer-about p br {
    display: none;
  }

  footer ul.social li a i {
    width: 34px;
    height: 34px;
  }

  .foot-useful-link.moveRightTxt {
    margin-left: 10px;
  }

  .footerSec .moveRightTxt li a {
    font-size: 11px;
    line-height: 18px;
  }

  .foot-products {
    width: 100%;
    float: u;
  }

  .news-letter {
    margin: 0px;
  }

  .footerSec .news-letter.moveRightTxt ul li {
    margin: 18px 0px;
  }

  a.footer-logo img {
    width: 170px;
  }

  img.innerbg-img {
    height: 450px;
  }

  img.inner-elipse {
    width: 410px;
    height: 570px;
    top: 140px;
  }

  section.innerbanner .banner_img {
    width: 37%;
    right: 5%;
    bottom: 0;
  }

  section.faqs {
    padding: 60px 0 80px;
  }

  section.faqs .fqsWraper {
    width: auto;
    padding: 30px;
  }

  section.faqs .fqsWraper .accordion-button:not(.collapsed) {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 26px;
  }

  section.faqs .fqsWraper .accordion-body p {
    font-size: 14px;
    line-height: 25px;
  }

  section.faqs .fqsWraper button.accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 14px 19px;
  }

  .blog_dt-text {
    padding: 0px;
  }

  .post-items .posted-time i {
    font-size: 10px;
  }

  .post-items .posted-time span {
    font-size: 11px;
  }

  .blog_dt-text p {
    font-size: 12px;
    line-height: 23px;
  }

  .blog-dt-img img {
    height: 380px;
  }

  section.blog-detail {
    padding: 60px 0;
  }

  section.track {
    padding: 60px 0 40px;
  }

  .heading {
    margin-bottom: 20px !important;
  }

  .trk-detail ul .step h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .trk-detail ul .step p time {
    font-size: 9px;
  }

  section.trk-detail {
    padding-bottom: 60px;
  }

  section.career-sec {
    padding: 50px 0;
  }

  .sjb-page {
    padding: 0px !important;
  }

  .sjb-page .sjb-filters.sjb-filters-v1 {
    padding: 20px 20px 5px 20px;
  }

  .sjb-page .list-data .v1 {
    padding: 18px 10px 10px;
  }

  .sjb-page .sjb-listing .row .col-sm-3.hidden-xs {
    padding: 0px !important;
  }

  .sjb-page .list-data .v1 .job-info h4 {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
  }

  .sjb-page .list-data .v1 .sjb-apply-now-btn a {
    padding: 6px 13px;
    font-size: 10px;
    line-height: 20px;
  }

  .sjb-page .list-data .v1 .job-type,
  .sjb-page .list-data .v1 .job-location,
  .sjb-page .list-data .v1 .job-date {
    font-size: 11px;
    line-height: 15px;
    display: flex;
  }

  .sjb-page .list-data .job-type i,
  .sjb-page .list-data .job-location i,
  .sjb-page .list-data .job-date i {
    margin-top: 0px;
  }
}

@media (max-width: 999px) {
  a.custom-logo-link img.custom-logo {
    width: 180px;
  }

  header .container-fluid.maxWidth:before {
    width: 360px;
  }

  .maxWidth {
    max-width: 767px;
  }

  .manu-nav-head ul#menu {
    gap: 14px;
  }

  .manu-nav-head {
    padding-left: 20px;
  }

  .menuSec ul.head-ct li a {
    padding: 8px 0;
  }

  .menuSec ul li a {
    padding: 10px 0 12px;
    font-size: 11px;
  }

  ul.head-ct:before {
    height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_text p {
    padding-left: 0px;
    width: auto;
  }

  .baner-trck .track {
    gap: 10px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .baner-trck .track a {
    font-size: 11px;
    line-height: 18px;
  }

  .baner-trck {
    gap: 10px;
  }

  .siteBtn .pbtn {
    gap: 6px;
    height: 45px;
  }

  .siteBtn .pbtn span.btnTxt {
    padding: 0 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .baner-trck .track img {
    width: 20px;
  }

  img.homebanner {
    height: 550px;
  }

  .banner_img {
    bottom: 5px;
    right: -20px;
    width: 55%;
  }

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  section.about {
    padding: 60px 0;
  }

  .ch-col-right {
    padding: 0;
  }

  .ch-col-right ul li {
    height: 100%;
    gap: 10px;
    padding: 10px 10px 10px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .ch-col-right ul li .cunt-txt p {
    font-size: 12px;
    line-height: 17px;
  }

  .ch-col-right ul li .cnt span {
    font-size: 30px;
    line-height: 35px;
  }

  .ch-col-right ul li:before {
    left: 30px;
  }

  .tm-col-right h1.blk {
    line-height: 30px;
  }

  img.teamJoin-img {
    left: 10px;
    width: 270px;
  }

  section.clt .message {
    padding: 24px 18px 18px;
    margin: 10px auto 30px;
  }

  section.clt button.slick-prev.slick-arrow {
    left: -36px;
  }

  section.clt button.slick-next.slick-arrow {
    right: -34px;
  }

  .contct_text {
    padding-left: 0px;
  }

  .contct_text form .formField input {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .contct_text form .formField select {
    padding: 10px 10px;
    font-size: 11px;
    line-height: 20px;
  }

  .contct_text form .formField textarea {
    padding: 10px 12px;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
  }

  section.contactSec {
    padding: 40px 0 60px;
  }

  footer .foot-products {
    width: 100%;
    padding-top: 0px;
  }

  img.elipse {
    top: 140px;
    width: 50%;
  }

  /*.vc_column_container > .vc_column-inner {*/
  /*  padding-left: 5px !important;*/
  /*  padding-right: 5px !important;*/
  /*}*/

  .tm-col-right p {
    font-size: 11px;
    line-height: 16px;
  }

  .teamWrp {
    padding: 18px;
  }

  .tm-col-right .siteBtn {
    margin: 0px;
  }

  section.clt {
    padding: 60px 0 30px;
  }

  .foot-useful-link.moveRightTxt {
    margin: 0px;
  }

  .footer-about {
    margin-bottom: 40px;
    padding-right: 20px;
  }
  section.innerbanner .banner_img {
    width: 45%;
    bottom: 4px;
  }

  section.blog {
    padding: 60px 0 40px;
  }

  section.blog .blog-col {
    margin-bottom: 40px;
  }

  .sitebtn-2 a {
    font-size: 12px;
    padding: 10px 30px;
    width: auto;
  }

  .blog_img img {
    height: 250px;
  }
  .blog_dt-text p {
    line-height: 20px;
  }

  section.connectLinks .cnt-links {
    padding: 18px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  section.connectLinks .connectLinkWrap {
    width: 100%;
  }

  section.connectLinks
    .connectLinkWrap
    .wpb_column.vc_column_container.vc_col-sm-4
    .vc_column-inner {
    padding: 0px 5px;
  }

  section.connectLinks .cnt-links p {
    font-size: 11px;
    line-height: 20px;
  }

  section.contactForm .fmWraper {
    width: 100%;
  }

  section.contactForm form input {
    padding: 16px 16px;
    margin-bottom: 14px !important;
    font-size: 12px;
    line-height: 20px;
  }

  section.contactForm form textarea {
    padding: 12px 20px;
    margin-bottom: 14px !important;
    font-size: 12px;
    line-height: 20px;
  }

  .track-form form .hf-fields-wrap {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .track-form form input {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 10px;
    width: 80%;
  }

  .trk-detail ul li {
    flex: 0 0 31%;
    margin: 30px 0px;
    position: relative;
  }

  .trk-detail ul {
    width: 100%;
    flex-wrap: wrap;
  }

  .trk-detail ul .step h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .trk-detail ul:before {
    top: 168px;
  }

  .trk-detail ul .step p time {
    font-size: 10px;
  }
  .track-form form button {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .manu-nav-head {
    padding-left: 10px;
  }

  .menuSec ul.head-ct li a span {
    font-size: 11px;
    line-height: 17px;
  }

  a.custom-logo-link img.custom-logo {
    width: 160px;
  }

  .banner_img {
    bottom: 4px;
    right: 0px;
    width: 50%;
  }

  img.homebanner {
    height: 500px;
  }

  .abt-col-left {
    padding-left: 30px;
  }

  .abt-col-left .mils {
    left: -24px;
  }

  section.chose {
    padding: 40px 0 60px;
  }

  img.teamJoin-img {
    width: 250px;
  }

  .siteBtn .pbtn {
    height: 38px;
  }

  .quote-img img {
    width: 50px;
  }

  section.clt .message .quote-img {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  header a.logo {
    position: unset;
    margin: 0px auto;
    display: table;
  }

  header a.logo img {
    width: 200px;
    margin: 0px auto;
    display: table;
  }

  header .col-lg-3.col-md-3 {
    width: 100%;
    margin: 0px auto;
    display: table;
  }

  header {
    position: unset;
  }

  header .container-fluid.maxWidth:before {
    width: 100%;
    left: 0;
  }

  .menuSec {
    border-bottom: 0px;
  }

  .slicknav_menu {
    background: #fa810e;
    border-bottom: 1px solid #fff;
  }

  .col-lg-9.col-md-9.d-none.d-md-block.main-navigate {
    display: block !important;
  }

  .col-lg-9.col-md-9.d-none.d-md-block.main-navigate .manu-nav-head {
    display: none;
  }

  .menuSec ul.head-ct li:last-child {
    padding: 0px;
  }

  .menuSec ul.head-ct li:last-child:before {
    display: none;
  }

  .menuSec ul.head-ct li a span {
    font-size: 10px;
    line-height: 20px;
  }

  .menuSec ul.head-ct li a img {
    width: 13px;
  }
}

@media (max-width: 480px) {
  header {
    z-index: 12;
    position: relative;
    top: 0;
    z-index: 12;
  }

  .maxWidth {
    width: 100%;
  }

  a.custom-logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
  }

  .banner_img {
    position: relative;
    width: auto;
    bottom: -79px;
    left: 0;
    right: 0;
    padding: 0px;
  }

  img.homebanner {
    height: 760px;
    position: relative;
    object-fit: cover;
    object-position: center;
  }

  .banner_text {
    margin: 0px;
    text-align: center;
  }

  .baner-trck {
    justify-content: center;
  }

  img.elipse {
    width: 91%;
    bottom: -140px;
    right: 0;
    top: unset;
  }

  .abt-col-left {
    padding-left: 44px;
    padding-bottom: 24px;
  }

  .abt-col-left .mils {
    left: 6px;
    height: 82px;
    padding: 23px 10px 0px 9px;
  }

  .ab-col-right {
    text-align: center;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .offer-card {
    height: auto;
    padding: 34px 20px;
  }

  h4 {
    font-size: 24px;
    line-height: 35px;
  }

  section.chose {
    padding: 10px 0 60px;
  }

  .chs-left {
    text-align: center;
  }

  .chose-img {
    padding-bottom: 24px;
  }

  .ch-col-right ul li {
    padding: 24px;
    gap: 18px;
  }

  h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .ch-col-right ul li .cunt-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  .ch-col-right ul li:before {
    left: 50px;
  }

  section.team {
    padding: 24px 0;
    background-size: cover;
    background-position: center;
  }

  .teamWrp {
    padding: 24px 10px;
    text-align: center;
  }

  img.teamJoin-img {
    position: unset;
    display: table;
    width: auto;
    padding: 0px 30px;
  }

  .tm-col-right p {
    font-size: 13px;
    line-height: 23px;
  }

  section.clt .message {
    padding: 30px;
    text-align: center;
  }

  .quote-img img {
    width: 60px;
  }

  section.clt .message .quote-img {
    margin-bottom: 22px;
  }

  section.contactSec {
    text-align: center;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .contact-img {
    margin-top: 30px;
  }

  .footerSec .moveRightTxt li a {
    margin: 5px 0px;
  }

  .footer-about {
    padding: 0;
    margin-bottom: 24px;
  }

  .foot-useful-link.moveRightTxt {
    padding: 10px 0px 30px;
  }

  footer .foot-products {
    padding-bottom: 20px;
  }

  .footerSec .news-letter.moveRightTxt ul li a span {
    font-size: 13px;
  }

  img.innerbg-img {
    height: 590px;
  }

  img.inner-elipse {
    width: 90%;
    height: auto;
    top: unset;
    bottom: -140px;
  }

  section.innerbanner .banner_img {
    width: auto;
    position: relative;
    bottom: -78px;
  }

  section.main_slider.innerbanner {
    overflow: hidden;
  }

  .service-det-img img {
    height: 350px;
  }

  .service-det-txt h1 {
    margin-bottom: 10px;
  }
  section.service-det .vc_row.wpb_row.vc_row-fluid .vc_column-inner {
    padding: 0px !important;
  }

  section.service-det {
    padding: 40px 0;
  }

  section.faqs {
    padding: 40px 0 60px;
  }

  section.faqs h1 {
    font-size: 28px;
    line-height: 38px;
  }

  section.faqs .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
    padding: 0px 0px;
  }

  section.faqs .fqsWraper {
    padding: 18px;
  }

  section.faqs .fqsWraper .accordion-body {
    padding: 16px 14px;
  }

  section.faqs .fqsWraper .accordion-body p {
    font-size: 13px;
    line-height: 22px;
  }

  section.faqs .fqsWraper button.accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 14px;
  }

  section.faqs .fqsWraper .accordion-button:not(.collapsed) {
    padding: 12px 17px;
    font-size: 16px;
    line-height: 26px;
  }

  section.blog
    .vc_row.wpb_row.vc_row-fluid.container-fluid.maxWidth
    .vc_column-inner {
    padding: 0px;
  }
  section.blog-detail .container-fluid.maxWidth .vc_column-inner {
    padding: 0px;
  }

  .blog-dt-img {
    padding-bottom: 24px;
  }

  section.connectLinks .cnt-links {
    margin-bottom: 24px;
    height: auto;
    padding: 32px 30px;
  }

  section.connectLinks .cnt-links p {
    font-size: 13px;
    line-height: 24px;
  }

  section.contactForm .vc_row.wpb_row.vc_row-fluid.container .vc_column-inner {
    padding: 0px;
  }

  section.contactForm {
    padding-bottom: 60px;
  }

  .customer-request {
    width: auto;
    padding: 34px 20px;
    margin: 40px auto 0;
    border-radius: 10px;
  }

  section.track {
    padding: 50px 0 40px;
  }

  section.track .vc_row.wpb_row.vc_row-fluid.container .vc_column-inner {
    padding: 0px;
  }

  .track-txt {
    text-align: center;
    padding-bottom: 24px;
  }

  .customer-request h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .customer-request p {
    margin: 7px 0px;
  }

  section.trk-detail .vc_row.wpb_row.vc_row-fluid.container .vc_column-inner {
    padding: 0px;
  }

  section.trk-detail .heading.text-center {
    margin-bottom: 0px !important;
  }

  .trk-detail ul li {
    flex: 0 0 50%;
    margin: 14px 0px;
  }

  .trk-detail ul:before {
    display: none;
  }
  section.track
    .vc_row.wpb_row.vc_row-fluid.container-fluid.maxWidth
    .vc_column-inner {
    padding: 0px;
  }

  section.career-sec .vc_row.wpb_row.vc_row-fluid.container .vc_column-inner {
    padding: 0px;
  }

  .abt-col-left .mils span {
    font-size: 7px;
    line-height: 8px;
  }

  .abt-col-left .mils h4 {
    font-size: 15px;
    line-height: 23px;
  }

  .sjb-page .list-data .v1 {
    padding: 18px 10px 10px !important;
  }

  .sjb-page .list-data .v1 .job-description {
    font-size: 12px;
    line-height: 22px;
  }

  .sjb-page .sjb-detail .list-data .v1 .job-features .table td {
    font-size: 12px !important;
    line-height: 18px;
  }

  .popup-outer .sjb-page {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .banner_img {
    bottom: -93px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .offer-card {
    padding: 28px 10px;
  }

  section.offer .row .col-12 {
    padding: 0px !important;
  }

  h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .offer-card:hover .card-i {
    transform: scale(1.1);
  }

  section.chose .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
    padding: 0px;
  }

  .ch-col-right ul li {
    padding: 24px 10px;
    gap: 16px;
  }

  .ch-col-right ul li:before {
    left: 37px;
  }

  .ch-col-right ul li .cunt-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  img.teamJoin-img {
    padding: 0px 10px;
  }

  .teamWrp {
    padding: 26px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  section.clt .message {
    padding: 30px 16px;
  }

  section.contactSec
    .vc_row.wpb_row.vc_row-fluid.container.abWrap
    .vc_column-inner {
    padding: 0px;
  }

  section.innerbanner .banner_img {
    bottom: -107px;
    padding-top: 0px;
  }

  ul.head-ct {
    gap: 10px;
  }

  .menuSec ul.head-ct li a {
    gap: 5px;
    padding: 12px 0 10px;
  }

  .menuSec ul.head-ct li a span {
    opacity: 1;
    color: #fff;
    font-size: 9px;
  }
}
