@import url("https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap");
.container-fluid {
  max-width: 1600px;
  padding: 0 4%;
}

body {
  background-color: #fafafa;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: auto;
  position: relative;
  padding-right: 0 !important;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a,
.owl-prev,
.owl-next {
  color: unset;
  text-decoration: none;
}

a:focus, a:hover,
.owl-prev:focus,
.owl-prev:hover,
.owl-next:focus,
.owl-next:hover {
  color: unset;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

a:focus,
.owl-prev:focus,
.owl-next:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.textwrap {
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wordwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-main {
  background: #d8a13d;
}

.btn-main, .swal-button {
  background: #d8a13d !important;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
  border: 2px solid #d2962a;
}

.btn-main:hover, .swal-button:hover {
  background: #d2962a;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(210, 150, 42, 0.3);
          box-shadow: 0px 5px 10px rgba(210, 150, 42, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-main:active, .swal-button:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline-main {
  color: #d8a13d;
  background: #fafafa;
  border-radius: 0;
  border: 2px solid #d2962a;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  letter-spacing: 1px;
}

.btn-outline-main:hover {
  background: #d2962a;
  color: #fff;
  background: #d2962a;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(210, 150, 42, 0.3);
          box-shadow: 0px 5px 10px rgba(210, 150, 42, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-outline-main:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.alert {
  border-radius: 0;
  position: relative;
}

.alert.alert-danger {
  background-color: #f8e6e8;
  border-left: 5px solid #842029;
}

.alert.alert-success {
  background-color: #e4f5ee;
  border-left: 5px solid #299563;
}

.alert .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #fff;
  border-radius: 0;
}

* {
  outline: none !important;
}

.section-topbar {
  background: #3b383c;
  color: #fff;
  z-index: 5;
  position: relative;
}

.section-topbar .topbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.section-topbar .topbar-container .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-topbar .topbar-container .top-info .info-link {
  margin-right: 40px;
}

.section-topbar .topbar-container .top-info .info-link:nth-child(1) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.section-topbar .topbar-container .top-info .info-link:nth-child(2) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.section-topbar .topbar-container .top-info .info-link i {
  color: #d2962a;
  margin-right: 5px;
  font-size: 18px;
}

.section-topbar .topbar-container .top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-topbar .topbar-container .top-social a {
  margin: 0 10px;
  font-size: 16.5px;
}

.section-topbar .topbar-container .top-social a:nth-child(1) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.section-topbar .topbar-container .top-social a:nth-child(2) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.section-topbar .topbar-container .top-social a:nth-child(3) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.section-topbar .topbar-container .top-social a:nth-child(4) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.section-topbar .topbar-container .top-social a:nth-child(5) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.section-topbar .topbar-container .top-social a:hover {
  color: #d2962a;
}

.section-mainnav {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 22;
  height: 100px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.section-mainnav .navbar-toggler {
  padding: 0;
  font-size: 16px;
}

.section-mainnav .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-mainnav .navbar-toggler #hmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.section-mainnav .navbar-toggler #hmenu span {
  background-color: ghostwhite;
  width: 2em;
  height: 0.2em;
  margin: 0.26em 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.section-mainnav .navbar-toggler .hactive span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, -2px);
          transform: rotate(45deg) translate(2px, -2px);
}

.section-mainnav .navbar-toggler .hactive span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.section-mainnav .navbar-toggler .hactive span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1px, 0);
          transform: rotate(-45deg) translate(1px, 0);
}

.section-mainnav .navbar-brand {
  overflow: hidden;
  padding: 0;
}

.section-mainnav .navbar-brand img {
  max-height: 85px;
}

.section-mainnav .navbar-brand .svg {
  width: 36vw;
  max-width: 500px;
  min-width: 250px;
  margin-left: 10px;
}

.section-mainnav .navbar-brand .svg .cls-1 {
  fill: #363337;
  fill: #fff;
}

@media (max-width: 768px) {
  .section-mainnav .navbar-brand .svg {
    display: none;
  }
}

.section-mainnav .collapse .navbar-nav {
  margin-left: auto;
}

.section-mainnav .collapse .navbar-nav .nav-link {
  padding: 38px 1vw;
  margin-right: 0px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 995px) {
  .section-mainnav .collapse .navbar-nav .nav-link {
    font-size: 15px;
  }
}

.section-mainnav .collapse .navbar-nav .nav-link:hover {
  background: #4d4d4d;
  color: #fff;
}

.section-mainnav .collapse .navbar-nav .nav-link.active {
  background: #d2962a;
  color: #fff;
}

.section-mainnav .collapse .navbar-nav .reqbutton {
  background: #333;
  position: relative;
  overflow: hidden;
  padding: 38px 0.7vw;
}

.section-mainnav .collapse .navbar-nav .reqbutton span {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
}

.section-mainnav .collapse .navbar-nav .reqbutton i {
  color: #d2962a;
  font-size: 120px;
  right: 0;
  opacity: 0.3;
  bottom: -20px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  position: absolute;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1;
}

.section-mainnav .collapse .navbar-nav .reqbutton:hover {
  text-decoration: underline;
}

.section-mainnav .collapse .navbar-nav .reqbutton:hover i {
  font-size: 130px;
}

.section-mainnav.scrolled {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #333;
  -webkit-box-shadow: 0px 5px 10px rgba(36, 36, 36, 0.5);
          box-shadow: 0px 5px 10px rgba(36, 36, 36, 0.5);
}

.section-mainnav.scrolled .collapse .navbar-nav .reqbutton {
  background: #404040;
}

@media (max-width: 991px) {
  .section-mainnav {
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 22;
    height: 60px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .section-mainnav .navbar-toggler {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .section-mainnav .navbar-brand img {
    max-height: 55px;
  }
  .section-mainnav .collapsing {
    top: 60px;
    position: absolute;
    width: 93%;
    background: #fff;
    opacity: 0.1;
  }
  .section-mainnav .collapse.show {
    top: 60px;
    position: absolute;
    width: 93%;
    background: #fff;
  }
  .section-mainnav .collapse.show .navbar-nav {
    margin-left: auto;
    -webkit-box-shadow: 0px 5px 10px rgba(36, 36, 36, 0.2);
            box-shadow: 0px 5px 10px rgba(36, 36, 36, 0.2);
  }
  .section-mainnav .collapse.show .navbar-nav .nav-link {
    padding: 18px 2vw;
    margin-right: 0px;
    color: #333;
  }
  .section-mainnav .collapse.show .navbar-nav .nav-link:hover {
    background: transparent;
    color: #333;
  }
  .section-mainnav .collapse.show .navbar-nav .nav-link.active {
    background: #d2962a;
    color: #fff;
  }
  .section-mainnav .collapse.show .navbar-nav .reqbutton {
    color: #fff;
  }
  .section-mainnav .collapse.show .navbar-nav .nav-link + .nav-link {
    border-top: 1px solid #a0a0a0;
  }
}

#quoteRequest.modal {
  padding-right: 0 !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

#quoteRequest.modal input::-webkit-outer-spin-button,
#quoteRequest.modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#quoteRequest.modal input[type="number"] {
  -moz-appearance: textfield;
}

#quoteRequest.modal .close {
  position: absolute;
  background: #d2962a;
  color: #fff;
  z-index: 11;
  opacity: 1 !important;
  padding: 5px 8px;
  right: 1px;
  top: 0px;
  outline: none;
}

#quoteRequest.modal .modal-content {
  border-radius: 0;
  border-top: 5px solid #d2962a;
  position: relative;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

#quoteRequest.modal .modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  right: 0;
  left: 0;
}

#quoteRequest.modal .modal-content .modal-body {
  padding: 40px 10px 10px 10px;
}

#quoteRequest.modal .modal-content .modal-body h1,
#quoteRequest.modal .modal-content .modal-body h6 {
  color: #fff;
}

#quoteRequest.modal .modal-content .modal-body form {
  background: rgba(0, 0, 0, 0.288);
  padding: 20px;
}

#quoteRequest.modal .modal-content .modal-body label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media (max-width: 500px) {
  #quoteRequest.modal .modal-content .modal-body label {
    font-size: 14px;
  }
}

#quoteRequest.modal .modal-content .modal-body input,
#quoteRequest.modal .modal-content .modal-body textarea,
#quoteRequest.modal .modal-content .modal-body select {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: 1px solid transparent;
}

#quoteRequest.modal .modal-content .modal-body input:hover,
#quoteRequest.modal .modal-content .modal-body textarea:hover,
#quoteRequest.modal .modal-content .modal-body select:hover {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#quoteRequest.modal .modal-content .modal-body input:focus,
#quoteRequest.modal .modal-content .modal-body textarea:focus,
#quoteRequest.modal .modal-content .modal-body select:focus {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#quoteRequest.modal .modal-content .modal-body input[type="file"] {
  cursor: pointer;
  height: 56px;
}

#quoteRequest.modal .modal-content .modal-body .choose-btn {
  position: absolute;
  z-index: 11;
  right: 0px !important;
  left: 12px !important;
  padding: 15px 10px !important;
  width: calc(100% - 24px) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  background-color: white;
  border: 1px solid #ced4da !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #495057 !important;
}

#quoteRequest.modal .modal-content .modal-body #msdf:hover + .choose-btn {
  background: #d2962a;
  border: 2px solid #ced4da !important;
  color: white !important;
}

#quoteRequest.modal .modal-content .modal-body .quotation_error {
  border: 2px solid #dd4747 !important;
}

#quoteRequest.modal .modal-content .modal-body span.quotation_error {
  position: relative;
  font-size: 11px;
  border: 0px solid #dd4747 !important;
  color: #ff7777;
  padding: 0;
  position: relative;
  top: -5px;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
  padding-left: 5px;
}

@media (max-width: 800px) {
  #quoteRequest .modal-dialog {
    max-width: 700px;
  }
  #quoteRequest .modal-dialog .modal-body {
    overflow-x: hidden;
  }
}

.section-banner {
  height: 48vw;
  max-height: 1000px;
  min-height: 500px;
  width: 100%;
  margin-top: -100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner {
    height: 55vw;
  }
}

.section-banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 25, 34, 0.8);
}

.section-banner .container {
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  --animate-duration: 2.5s;
}

@media (max-width: 992px) {
  .section-banner .container {
    width: 100%;
    left: 50%;
    top: 65%;
  }
}

.section-banner .container h1 {
  font-weight: 900;
  font-size: 5vw;
  margin-bottom: 30px;
  --animate-duration: 2s;
}

@media (min-width: 1600px) {
  .section-banner .container h1 {
    font-size: 3vw;
  }
}

@media (max-width: 992px) {
  .section-banner .container h1 {
    font-size: 6vw;
  }
}

.section-banner .container h1 span {
  color: #1691c2;
  text-transform: uppercase;
}

.section-banner .container h6 {
    line-height:1.6;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  --animate-duration: 2s;
  font-size: 1vw;
  margin-bottom: 30px;
  font-size: clamp(14px, 1vw, 18px);
}

.section-quality {
  background: #212121;
}

.section-quality .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4vw;
  --animate-duration: 3s;
}

@media (max-width: 575.5px) {
  .section-quality .card-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-quality .card-container .card-box {
  padding: 3vw 4vw 2.6vw 4vw;
  color: #fff;
  z-index: 1;
  background: #83a43e;
  margin-bottom: 1vw;
  -webkit-box-shadow: 0.25vw 0.25vw 2px 0 rgba(161, 161, 161, 0.5);
          box-shadow: 0.25vw 0.25vw 2px 0 rgba(161, 161, 161, 0.5);
}

.section-quality .card-container .card-box:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  --animate-duration: 2s;
}

.section-quality .card-container .card-box:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  --animate-duration: 2s;
}

.section-quality .card-container .card-box:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  --animate-duration: 2s;
}

.section-quality .card-container .card-box:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  --animate-duration: 2s;
}

@media (max-width: 575.5px) {
  .section-quality .card-container .card-box {
    -webkit-box-shadow: 0.5vw 0.5vw 2px 0 rgba(161, 161, 161, 0.5);
            box-shadow: 0.5vw 0.5vw 2px 0 rgba(161, 161, 161, 0.5);
  }
}

.section-quality .card-container .card-box:first-child {
  background: #1691c2;
  margin-right: 1vw;
}

.section-quality .card-container .card-box:last-child {
  background: #d2962a;
  margin-left: 1vw;
}

.section-quality .card-container .card-box .card-text {
  margin-bottom: 0;
  font-weight: 900;
  font-family: "Biryani", sans-serif;
  letter-spacing: 1px;
  font-size: clamp(14px, 1.5vw, 20px);
}

.section-about {
  margin-top: -10vw;
  padding-top: 15vw;
  padding-bottom: 30px;
  background: #212121;
  background-image: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(50%, #212121), color-stop(50%, #ededed), color-stop(50%, #ededed));
  background-image: linear-gradient(90deg, #212121 0%, #212121 50%, #ededed 50%, #ededed 50%);
}

@media (max-width: 575.5px) {
  .section-about {
    background: #212121;
  }
}

.section-about .abt-left h1 {
  font-weight: 900;
  font-size: 4vw;
  margin-bottom: 30px;
  color: #fafafa;
}

@media (min-width: 1600px) {
  .section-about .abt-left h1 {
    font-size: 2.8vw;
  }
}

@media (max-width: 992px) {
  .section-about .abt-left h1 {
    font-size: 5vw;
  }
}

.section-about .abt-left h1 span {
  color: #1691c2;
  text-transform: uppercase;
}

.section-about .abt-right .pre-square {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-left: 35px;
  margin-bottom: 50px;
}

.section-about .abt-right .pre-square::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: -35px;
  border-radius: 5px;
  background: #d2962a;
}

.section-about .abt-right .abt-text {
  margin-bottom: 40px;
  font-size: 110%;
}

.section-about .abt-right .abt-text p a {
  color: #1691c2;
}

.section-about .abt-right .abt-text p a:hover {
  text-decoration: underline;
}

.section-about .abt-right .btn-main, .section-about .abt-right .swal-button,
.section-about .abt-right .btn-outline-main {
  padding-right: 35px !important;
  padding-left: 35px !important;
  margin-right: 30px;
  margin-bottom: 20px;
}

.section-about .abt-right .btn-main, .section-about .abt-right .swal-button {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.section-about .abt-right .btn-outline-main {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (max-width: 575.5px) {
  .section-about .abt-right {
    padding: 30px 20px 10px 20px;
    background: #fafafa;
  }
  .section-about .abt-right .pre-square {
    margin-bottom: 20px;
  }
}

.section-services {
  padding: 100px 0 0 0;
}

.section-services .pre-square {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-left: 35px;
  margin-bottom: 30px;
}

.section-services .pre-square::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: -35px;
  border-radius: 5px;
  background: #1691c2;
}

.section-services h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .section-services h3 {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.section-services h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .section-services h4 {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.section-services .service-card {
  border: 2px solid transparent;
  margin-bottom: -1.5px;
  margin-right: -1.5px;
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  background: transparent;
  --animate-duration: 2s;
}

.section-services .service-card:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section-services .service-card:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.section-services .service-card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section-services .service-card:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.section-services .service-card:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.section-services .service-card:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media (max-width: 992px) {
  .section-services .service-card:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .section-services .service-card:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .section-services .service-card:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .section-services .service-card:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .section-services .service-card:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .section-services .service-card:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.section-services .service-card:nth-child(1), .section-services .service-card:nth-child(4), .section-services .service-card:nth-child(5), .section-services .service-card:nth-child(8), .section-services .service-card:nth-child(9), .section-services .service-card:nth-child(12), .section-services .service-card:nth-child(13) {
  border: 2px solid #25afe6;
  z-index: 1;
}

.section-services .service-card h2 {
  color: #1691c2;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .section-services .service-card h2 {
    font-size: 25px;
    letter-spacing: 0px;
  }
}

.section-services .service-card .rd-more {
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0;
}

.section-services .service-card:hover {
  background: #d7f1fb;
}

.section-services .service-card:hover .rd-more {
  color: #1691c2;
}

@media (max-width: 768px) {
  .section-services .service-card {
    border: none !important;
  }
  .section-services .service-card + .service-card {
    border-top: 1px solid #25afe6 !important;
  }
}

@-webkit-keyframes opt-animation3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes opt-animation3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#servicesMODAL .modal-body,
#freightServicesModal .modal-body {
  height: 100%;
}

#servicesMODAL .modal-dialog,
#freightServicesModal .modal-dialog {
  -webkit-animation: opt-animation3 0.3s;
          animation: opt-animation3 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#servicesMODAL .modal-dialog .modal-content,
#freightServicesModal .modal-dialog .modal-content {
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.281);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.281);
}

#servicesMODAL .modal-dialog .modal-content .modal-body,
#freightServicesModal .modal-dialog .modal-content .modal-body {
  position: relative;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .btn-clo,
#freightServicesModal .modal-dialog .modal-content .modal-body .btn-clo {
  position: absolute;
  top: 10px;
  right: 27px;
  opacity: 1;
  padding: 0;
  z-index: 11;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  background: none;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .btn-clo span,
#freightServicesModal .modal-dialog .modal-content .modal-body .btn-clo span {
  color: #fff;
  background: #1691c2;
  font-size: 20px;
  padding: 5px 10px;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner {
  min-height: 45vh;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 200px 20px 80px 30px;
  margin: -16px -16px 0 -16px;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box:after,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 25, 34, 0.6);
  z-index: 0;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box h2,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-title-box h2 {
  text-align: center;
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content {
  background: rgba(255, 255, 255, 0.99);
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  top: 0;
  margin: -60px auto 0 auto;
  padding: 30px;
}

@media (max-width: 600px) {
  #servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content,
  #freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content {
    width: calc(100% - 20px);
    padding: 10px;
  }
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content h2,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content h2 {
  position: relative;
  z-index: 3;
  color: #d2962a;
  font-weight: 700;
  font-size: 50px;
  font-size: clamp(30px, 3vw, 50px);
  margin-bottom: 40px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  #servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content h2,
  #freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content h2 {
    text-align: center;
  }
}

#servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content img,
#freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content img {
  max-width: 500px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
  padding: 5px 20px 20px;
}

@media (max-width: 768px) {
  #servicesMODAL .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content img,
  #freightServicesModal .modal-dialog .modal-content .modal-body .tab-content .services-conatiner .services-content img {
    float: none;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 5px 10px 10px;
  }
}

#servicesMODAL .modal-dialog .modal-content .modal-footer,
#freightServicesModal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}

#servicesMODAL .modal-dialog .modal-content .modal-footer .nav-tabs,
#freightServicesModal .modal-dialog .modal-content .modal-footer .nav-tabs {
  border: none;
  margin-top: 20px;
  width: calc(100% - 0px);
  margin: auto;
  padding: 5px 10px 0 10px;
  border-top: 1px solid #7c7c7c;
}

#servicesMODAL .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link,
#freightServicesModal .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  padding: 4px 10px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #333;
}

#servicesMODAL .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link.active,
#freightServicesModal .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link.active {
  background: #d2962a;
  color: #fff;
  text-decoration: none !important;
}

#servicesMODAL .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link:hover,
#freightServicesModal .modal-dialog .modal-content .modal-footer .nav-tabs .nav-link:hover {
  text-decoration: underline;
  color: #000;
}

.freight-row {
  margin: 60px 0 60px 0;
}

.freight-row .bgbox {
  width: 90%;
  margin-left: auto;
  position: relative;
  padding: 10px 0 0 10px;
}

.freight-row .bgbox:after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 30%;
  right: 50%;
  left: -20px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.freight-row .bgbox:before {
  content: "";
  position: absolute;
  bottom: -20px;
  top: 70%;
  left: 60%;
  right: -5px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.freight-row .bgbox h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #1691c2;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-word;
}

.freight-row .bgbox p {
  width: 90%;
  color: #74777a;
  font-family: "Biryani", sans-serif;
  line-height: 1.9;
  font-weight: 300;
  word-spacing: 2px;
}

.freight-row .fbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 5px 25px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.081) 0px 1px 10px;
          box-shadow: rgba(0, 0, 0, 0.081) 0px 1px 10px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.freight-row .fbox .c-icon {
  height: 60px;
  width: auto;
  display: block;
  margin: auto;
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-object-fit: contain;
     object-fit: contain;
}

.freight-row .fbox:hover .c-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.freight-row .fbox span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  color: #1691c2;
}

@media (max-width: 992px) {
  .freight-row .fbox .c-icon {
    height: 40px;
    -webkit-transform: all 0.3s linear;
            transform: all 0.3s linear;
  }
  .freight-row .fbox span {
    font-size: 15px;
  }
}

.logistic-row {
  padding: 100px 0 60px 0;
  margin: 12px 0 60px 0;
  background: rgba(33, 33, 33, 0.03);
}

.logistic-row .bgbox {
  width: 95%;
  margin-right: auto;
  position: relative;
  padding: 10px 0 0 10px;
}

.logistic-row .bgbox:after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 30%;
  right: 50%;
  left: -20px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.logistic-row .bgbox:before {
  content: "";
  position: absolute;
  bottom: -20px;
  top: 70%;
  left: 60%;
  right: -20px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.logistic-row .bgbox h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #363337;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-word;
}

.logistic-row .bgbox p {
  width: 90%;
  color: #74777a;
  font-family: "Biryani", sans-serif;
  line-height: 1.9;
  font-weight: 300;
  word-spacing: 2px;
}

.logistic-row .fbox {
  padding: 40px 5px 25px 5px;
  max-width: 90%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.logistic-row .fbox .c-icon {
  height: 60px;
  width: auto;
  display: block;
  margin: auto;
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -o-object-fit: contain;
     object-fit: contain;
}

.logistic-row .fbox:hover .c-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.logistic-row .fbox span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  color: #1691c2;
}

@media (max-width: 992px) {
  .logistic-row .fbox .c-icon {
    height: 40px;
    -webkit-transform: all 0.3s linear;
            transform: all 0.3s linear;
  }
  .logistic-row .fbox span {
    font-size: 15px;
  }
}

.section-contactbanner {
  margin: 60px 0 0 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-contactbanner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1691c2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(90%, #1691c2), to(#1691c2));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, #1691c2 90%, #1691c2 100%);
}

.section-contactbanner .banner-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
  padding: 4vw 2vw;
}

@media (max-width: 992px) {
  .section-contactbanner .banner-content {
    padding: 10vw 2vw;
  }
}

.section-contactbanner .banner-content h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
}

.section-contactbanner .banner-content .btn {
  max-width: 300px;
  border-radius: 0;
  border-width: 3px;
  font-size: 17px;
  padding: 10px 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.section-contactbanner .banner-content .btn:hover {
  color: #1691c2;
}

.section-contactus {
  padding: 120px 0 60px 0;
  background: #f5f5f5;
}

.section-contactus h1 {
  font-weight: 800;
  color: #ddab53;
  text-transform: uppercase;
  font-family: "Biryani", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.section-contactus form.contact-form [class^="col-"] {
  margin-bottom: 30px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.section-contactus form.contact-form [class^="col-"] input::-webkit-outer-spin-button,
.section-contactus form.contact-form [class^="col-"] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.section-contactus form.contact-form [class^="col-"] input[type="number"] {
  -moz-appearance: textfield;
}

.section-contactus form.contact-form [class^="col-"]:nth-child(1) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}

.section-contactus form.contact-form [class^="col-"]:nth-child(2) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.section-contactus form.contact-form [class^="col-"]:nth-child(3) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

.section-contactus form.contact-form [class^="col-"]:nth-child(4) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.section-contactus form.contact-form [class^="col-"]:nth-child(5) {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.section-contactus form.contact-form [class^="col-"] .form-control {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
}

.section-contactus form.contact-form [class^="col-"] .form-control:hover {
  border: 1px solid #bbbbbb;
}

.section-contactus form.contact-form [class^="col-"] .form-control:active, .section-contactus form.contact-form [class^="col-"] .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #6b6b6b;
}

.section-contactus form.contact-form [class^="col-"] .form-control.error {
  border: 1px solid red;
}

.section-contactus form.contact-form [class^="col-"] label {
  color: gray;
}

.section-contactus form.contact-form [class^="col-"] label.error {
  position: relative;
  font-size: 11px;
  color: #dd4747;
  padding: 0;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
  padding-left: 5px;
}

.section-contactus form.contact-form [class^="col-"] .btn-main, .section-contactus form.contact-form [class^="col-"] .swal-button {
  min-width: 100px;
  max-height: 300px;
  padding: 20px 5vw;
}

.section-contactus h2.pre-square {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-left: 35px;
  margin-bottom: 30px;
}

.section-contactus h2.pre-square::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: -35px;
  border-radius: 5px;
  background: #d2962a;
}

.section-contactus .contact-box {
  background: #fff;
  padding: 30px 20px 20px 30px;
  overflow: hidden;
}

.section-contactus .contact-box > div {
  margin-top: 20px;
}

.section-contactus .contact-box > div:nth-child(1) {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}

.section-contactus .contact-box > div:nth-child(2) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.section-contactus .contact-box > div:nth-child(3) {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

.section-contactus .contact-box > div:nth-child(4) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.section-contactus .contact-box > div:nth-child(5) {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.section-contactus .contact-box > div h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  letter-spacing: -1px;
  color: #d2962a;
}

.section-contactus .contact-box > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  color: gray;
}

.section-contactus .contact-box > div span a:hover {
  color: #d2962a;
}

.section-contactus .contact-box > div img {
  max-width: 200px;
  width: 100%;
}

footer {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 80px 0 0px 0;
}

footer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 26, 26, 0.9);
}

footer [class^="col-"]:nth-child(1) .footer-col h2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

footer [class^="col-"]:nth-child(1) .footer-col ul {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

footer [class^="col-"]:nth-child(2) .footer-col h2 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

footer [class^="col-"]:nth-child(2) .footer-col ul {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

footer [class^="col-"]:nth-child(3) .footer-col h2 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

footer [class^="col-"]:nth-child(3) .footer-col ul {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

footer [class^="col-"]:nth-child(4) .footer-col h2 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

footer [class^="col-"]:nth-child(4) .footer-col ul {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

footer .footer-col {
  z-index: 1;
  position: relative;
  color: #fff;
}

footer .footer-col img,
footer .footer-col svg {
  max-width: 200px;
  width: 100%;
  fill: #fff;
}

footer .footer-col h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Biryani", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  footer .footer-col h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

footer .footer-col ul {
  list-style: none;
}

footer .footer-col ul li {
  margin-bottom: 10px;
  position: relative;
}

footer .footer-col ul li i {
  position: absolute;
  margin-left: -25px;
  top: 5px;
}

footer .footer-col ul li a {
  color: rgba(255, 255, 255, 0.616);
  word-wrap: break-word !important;
  word-break: break-word !important;
}

@media (max-width: 600px) {
  footer .footer-col ul li a {
    font-size: 14px;
  }
}

footer .footer-col ul li a:hover {
  color: #fff;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.swal-modal {
  border-radius: 0;
}

span.anchor {
  margin-top: -100px;
  /* height of nav, in this case 54px */
  display: block;
  height: 100px;
  /* height of nav, in this case 54px */
  visibility: hidden;
  position: relative;
}

.image-banner-title {
  margin-top: 0px;
  padding: 200px 20px 30px 10px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}

.image-banner-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.8)), color-stop(70%, rgba(33, 33, 33, 0.3)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.8) 0%, rgba(33, 33, 33, 0.3) 70%, rgba(0, 212, 255, 0) 100%);
}

.image-banner-title h1 {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 800;
  font-family: "Biryani", sans-serif;
  margin: 20px 0;
}

.image-banner-title h4 {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Biryani", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}

.careerModal .close {
  position: absolute;
  background: #d2962a;
  color: #fff;
  z-index: 11;
  opacity: 1 !important;
  padding: 5px 8px;
  right: 1px;
  top: 0px;
  outline: none;
}

.careerModal .bgbox {
  width: 90%;
  position: relative;
  padding: 10px 0 0 10px;
  margin-bottom: 80px;
}

.careerModal .bgbox:after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 30%;
  right: 50%;
  left: -20px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.careerModal .bgbox:before {
  content: "";
  position: absolute;
  bottom: -20px;
  top: 70%;
  left: 60%;
  right: -5px;
  background: rgba(33, 33, 33, 0.06);
  z-index: -1;
}

.careerModal .bgbox h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #1691c2;
  margin-bottom: 30px;
  word-wrap: break-word;
  word-break: break-word;
}

.careerModal .bgbox p {
  width: 90%;
  color: #74777a;
  font-family: "Biryani", sans-serif;
  line-height: 1.9;
  font-weight: 300;
  word-spacing: 2px;
}

.careerModal #accordionCareer .accordion-item {
  margin-bottom: 30px;
  border: 1px solid rgba(54, 51, 55, 0.25);
}

.careerModal #accordionCareer .accordion-item * {
  border: none;
  border-radius: 0px !important;
}

.careerModal #accordionCareer .accordion-item .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(6, 42, 57, 0.9);
  border-left: 5px solid rgba(54, 51, 55, 0.25);
}

.careerModal #accordionCareer .accordion-item .accordion-button:not(.collapsed) {
  border-left: 5px solid #1691c2;
  color: rgba(22, 145, 194, 0.9);
}

.careerModal #accordionCareer .accordion-item .accordion-button .job-criteria-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.careerModal #accordionCareer .accordion-item .accordion-button .job-criteria-list .job-title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}

.careerModal #accordionCareer .accordion-item .accordion-button .job-criteria-list .job-criteria-item {
  margin: 5px 0;
}

.careerModal #accordionCareer .accordion-item .accordion-button .job-criteria-list .job-criteria-item .job-criteria-subheader {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}

.careerModal #accordionCareer .accordion-item .accordion-button .job-criteria-list .job-criteria-item .job-criteria-text {
  font-weight: 600;
  font-size: 17px;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse.collapse.show, .careerModal #accordionCareer .accordion-item .accordion-collapse.collapsing {
  border-left: 5px solid #1691c2;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse .btn-apply {
  background: #1691c2;
  position: relative;
  overflow: hidden;
  padding: 10px 30px 10px 40px;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse .btn-apply span {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse .btn-apply i {
  color: #fff;
  font-size: 40px;
  left: -10px;
  opacity: 0.3;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse .btn-apply:hover {
  background: #1380ab;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse .btn-apply:hover i {
  font-size: 50px;
}

.careerModal #accordionCareer .accordion-item .accordion-collapse ul {
  margin-left: 20px;
  margin-bottom: 10px;
}


.section-about .abt-left h2 {
    font-weight: 900;
    font-size: 2vw;
    margin-bottom: 30px;
    color: #fafafa;
}
.section-about .abt-left h2 span {
    color: #1691c2;
    text-transform: uppercase;
}


