@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --spared:#e51937;
  --textgrey:#9B9B9B;
  --bggrey:#f7f7f7;
  --spabr:#BC9F6D;
  --shadow-grey:rgb(0 0 0 / 50%);
  --boxshadow:#eaeaea;
  --white:#fff;
  --swiper-pagination-color: #000;
  --black:#000;
  --bglight:#fff;
}
:root a {
  text-decoration: none;
}

html, body {
  overflow-x: hidden;
}

.text-black {
  color: var(--black);
}

.text-red {
  color: var(--spared);
}

.text-grey {
  color: var(--textgrey);
}

.bg-red {
  background: var(--spared);
}

.bg-brown {
  background: var(--spabr);
}

.bg-white {
  background: var(--white);
}

.bg-light {
  background: var(--bglight) !important;
}

.text-justify {
  text-align: justify !important;
}

.spa-red-btn {
  background-color: var(--spared);
  color: white;
  padding: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: 0.4s ease;
  border: none !important;
}

.spa-red-btn:hover {
  background: var(--spabr);
}

p.op {
  color: var(--textgrey);
}

/* margins and paddings */
/* section margins */
.spa-mt {
  margin-top: 60px;
}

.spa-mb {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pt-xs-10 {
    padding-top: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .fs-xs-33 {
    font-size: 33px;
  }
}
.roboto {
  font-family: "Roboto", "sans-serif";
}

h1, h2, h3, h4, h6, li a {
  font-family: "Poppins", "sans-serif";
}

html body p, button {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 85px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 37px;
    line-height: 55px;
  }
}

h2 {
  font-size: 33px;
  font-weight: 600;
  font-size: 28px;
}
h3 {
  font-family: "poppins", ", Sans-serif";
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h5 {
  font-family: "poppins", ", Sans-serif";
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  font-family: "roboto";
}

.background-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error {
  color: var(--spared) !important;
}

@media (min-width: 992px) {
  .dropend .dropdown-toggle::after {
    display: none;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1170px;
  }
  .spa {
    padding: 0;
  }
}
.cuslangtrans button {
  background: none;
  border: none;
}

.spa .nav-link {
  margin: 0 15px;
}

.spa.navbar-expand-lg .navbar-nav .nav-link, .spa a.dropdown-item {
  font-family: "Poppins";
  padding: 42px 0;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 990px) {
  .spa.navbar-expand-lg .navbar-nav .nav-link, .spa a.dropdown-item {
    padding: 15px 0 !important;
  }
}
.spa.navbar-expand-lg .navbar-nav .nav-link a.dropdown-toggle, .spa a.dropdown-item a.dropdown-toggle {
  padding: 15px;
}

.dropdown-toggle::after {
  display: none;
}

@media (min-width: 992px) {
  .spa.navbar-expand-lg .navbar-nav .nav-link {
    padding: 42px 0 !important;
  }
}
.spa.navbar-expand-lg .nav-link, .spa a.dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.spa a.dropdown-item {
  background-color: rgba(0, 0, 0, 0);
  color: var(--spared);
  padding: 15px;
}
.spa a.dropdown-item:hover, .spa a.dropdown-item .dropdown-item:active {
  color: #000;
}

.navbar-nav .dropdown-menu {
  min-width: 220px;
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -10px;
    left: 100%;
  }
}
@media screen and (min-width: 769px) {
  .spa.ar .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -10px;
    left: 0;
    right: 100%;
  }
}
.nav__link.active {
  border: 1px solid #ff4b4c;
  color: #ff4b4c;
}

.gm-style .gm-style-iw-c {
  padding-top: 0 !important;
}

.nav-item.active > .nav-link,
.nav-item[aria-current=page] > .nav-link {
  border-bottom: 2px solid red; /* Style for the active navigation item */
}

/* homepage */
.hero {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2;
}
.hero .bg-overlay-black {
  background-color: rgba(0, 0, 0, 0.4784313725);
  position: absolute;
  z-index: -1;
}
.hero .row {
  min-height: 83vh;
}
@media (max-width: 800px) {
  .hero .row {
    min-height: 73vh;
  }
}
.hero p {
  font-size: 17px;
  font-weight: 700;
}

.h-news p {
  background-color: var(--spared);
  padding: 12px;
  font-weight: 500;
}
.h-news .col-md-2 {
  width: 164px;
}
@media (max-width: 800px) {
  .h-news .col-md-2 {
    width: 100%;
  }
}
.h-news .mq {
  background-color: var(--bggrey);
  padding: 10px 10px 10px 0;
}

.look img {
  width: 43px;
}
.look img:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.look .card {
  padding: 25px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.look .card.box-5 {
  padding: 25px 10px 25px 25px;
}
.look .card:hover {
  background-color: var(--spabr);
}
.look .col-md-2.col-6.p-0 > a {
  min-height: 100% !important;
}
.look .col-md-2.col-6.p-0 > a .card {
  height: 100%;
}

.h-ports h3 {
  color: var(--spared);
  font-size: 16px;
}
.h-ports .card {
  border: none;
}
.h-ports p {
  font-size: 15px;
  color: var(--textgrey);
  font-weight: 400;
}
.h-ports img {
  border-radius: 0;
}

.h-7 h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 800px) {
  .h-7 h2 {
    font-size: 37px;
  }
}
.h-7 p {
  text-align: justify;
}

.h-os i {
  font-size: 35px;
}
.h-os h6 {
  font-size: 18px;
  font-weight: 700;
}
.h-os .os-box {
  padding: 30px;
}
.h-os .os-box:hover {
  background-color: var(--spabr);
}
.h-os .c-os-box {
  border-left: 4px solid var(--boxshadow);
  border-right: 4px solid var(--boxshadow);
}
.h-os .c-os-box h6 {
  color: black;
}
@media (max-width: 768px) {
  .h-os .c-os-box {
    background-color: var(--spabr);
  }
  .h-os .c-os-box h2, .h-os .c-os-box h6, .h-os .c-os-box i {
    color: white;
  }
  .h-os .c-os-box .os-box:nth-child(2) {
    border-left: 2px solid var(--boxshadow);
    border-right: 2px solid var(--boxshadow);
  }
}

div#googleMap {
  height: 600px;
}
@media (max-width: 768px) {
  div#googleMap {
    height: 500px;
  }
}

.footer h6, .footer p {
  font-size: 14px;
}
.footer h6 a, .footer p a {
  color: var(--textgrey);
}
.footer h6 a:hover, .footer p a:hover {
  color: var(--spared);
}
.footer h6 span a, .footer p span a {
  color: var(--spared);
}
.footer h6 span a:hover, .footer p span a:hover {
  color: var(--shadow-grey);
}

.h-milestone {
  background-color: var(--spared);
}
.h-milestone h2 {
  font-weight: 700;
}
.h-milestone .container {
  padding: 50px;
}

.breadcrumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 430px;
  margin: 0;
  width: 100% !important;
}
@media (max-width: 768px) {
  .breadcrumb {
    height: 350px !important;
  }
}

.who-we-are .breadcrumb {
  background-image: url(../images/Sharjah-Who-We-are-Banner-Banner.webp);
}

.career .breadcrumb {
  background-image: url(../images/spa-Careers-Banner.webp);
}

.customs-clearance .breadcrumb {
  background-image: url(../images/ports-and-terminal-image-1.jpg);
  height: 250px;
}

.contact-us .bgoverlay {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.contact-us .breadcrumb {
  background-image: url(../images/Contact-us-banner-image.webp);
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .contact-us .breadcrumb {
    height: 350px;
  }
}
.contact-us h1 {
  z-index: 4;
}

.quicklinksbox .row {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.quicklinksbox .col-6 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  padding: 25px;
}

.container {
  padding: 0 12px;
}

@media (min-width: 800px) {
  .quicklinks {
    margin-top: -60px;
  }
}

.p-tbl {
  padding: 80px 0px 80px 95px;
}
@media (max-width: 800px) {
  .p-tbl {
    padding: 60px 20px;
  }
}

.p-tbr {
  padding: 80px 95px 80px 90px;
}
@media (max-width: 800px) {
  .p-tbr {
    padding: 60px 20px;
  }
}

.who-we-are h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.3rem;
}
.who-we-are .sec-3 .background-img {
  background-image: url(../images/Sharjah-Who-we-are-Shadow-PP-Gulftainer.webp);
  min-height: 300px;
}
.who-we-are .sec-4 .background-img {
  background-image: url(../images/who-we-are-page-img.webp);
  min-height: 300px;
}

.list-items .fa-check {
  width: 1.25em;
}
.list-items p {
  font-size: 14px;
  font-weight: 700;
}

.b-quicklinks li {
  list-style: none;
}
.b-quicklinks p {
  font-size: 14px;
  font-weight: 600;
}
.b-quicklinks p i {
  background-color: var(--spabr);
  font-size: 18px;
  padding: 5px;
}

#home_form {
  background-color: var(--spabr);
}

.shhero {
  width: 100%;
}

.tableft {
  width: 33%;
  position: relative;
  display: inline-block;
  float: left;
  padding-top: 80px;
}

.tableft h1 {
  font-size: 57px;
  font-weight: 600;
  margin: 0;
}

.tableft button, .tabtoggle button {
  background-color: #e51937 !important;
  border: none !important;
  font-family: "Roboto";
  font-weight: bold;
  color: #f7f7f7;
  font-size: 14px;
  padding: 15px 45px;
  margin-top: 12px;
  border-radius: 3px;
}

.tab, .tableft {
  margin: 90px 0;
}

.tablinks {
  background: none;
  margin: 20px 0;
}

.tablinks:hover {
  border: none !important;
}

/* Style the tab */
.tab {
  float: left;
  border: none;
  background: none;
  width: 33%;
  position: relative;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 15px 0 15px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #bc9f6d;
  background-color: #fff;
  border: none !important;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;
  color: #bc9f6d;
  text-decoration: underline;
  box-shadow: 7px 9px 18px -7px rgba(0, 0, 0, 0.25);
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 100px 30px;
  border: none;
  width: 34%;
  border-left: none;
  height: 700px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px white, 0px -13px white, -5px -9px 8px 8px rgba(0, 0, 0, 0.2), 5px -9px 8px 8px rgba(0, 0, 0, 0.2);
}

/* Icon Box */
.input-icons {
  font-size: 48px;
  color: #e51937;
}

#ctab2 p, #ctab4 p {
  display: inline;
}

#ctab4 h3 {
  margin: 0;
}

.tableft h1, .tableft p {
  color: #fff;
}

.ctab2 h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.ctab2 p {
  font-size: 16px !important;
  color: #000;
}

#ctab5 h5, #ctab3 h5 {
  margin: 0 0 10px 0;
}

#ctab3 button.collapsible {
  padding-left: 0;
}

i.fa-sharp.fa-solid.fa-angle-right {
  margin-right: 12px;
  float: right;
}

i.fa.fa-check {
  margin-top: 20px;
}

.tabcontent h3 {
  padding-bottom: 20px;
  font-size: 25px;
  margin: 0;
}

.tabcontent p {
  display: inline-block;
}

#ctab2 i.fa, #ctab4 i.fa, #ctab5 i.fa-money-bill-1, .fa-clock {
  margin: 0px 15px 10px 0px;
}

#cab2 .fa-clock {
  margin: 0 12px 10px 0px;
}

#ctab3 li {
  margin-top: 9px;
  line-height: 1.5;
}

.spatoggle h1 {
  font-size: 33px;
  font-weight: 500;
}
.spatoggle .tabtoggle button {
  font-size: 15px;
}
.spatoggle button.collapsible.active {
  border: 2px solid var(--spabr);
  outline: 1px solid var(--white);
}
.spatoggle button.collapsible {
  border: 2px solid var(--white);
  outline: 1px solid var(--white);
}
.spatoggle .content {
  outline: 1px solid var(--white);
}

.collapsible {
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 550;
}

button.collapsible {
  color: #bc9f6d !important;
  padding-left: 25%;
  border-radius: 3px;
  transition: all 0.3s;
}

.active, .collapsible:hover {
  background-color: #ffffff;
}

.a-toggle .collapsible:after {
  content: "+";
  color: #bc9f6d;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.a-toggle .active:after {
  content: "−";
  background-color: #ffffff;
}

.a-toggle .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  .tabcontent1 {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    box-shadow: none;
  }
  .tabcontent1 p {
    display: flex;
    align-items: baseline;
  }
  #ctab4 {
    padding: 40px 30px 50px 30px !important;
  }
}
button.tablinks {
  font-family: "Roboto", ", sans-serif";
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 15px 15px;
}

.tabcontent p, .tabcontent1 p {
  color: var(--textgrey);
}
.tabcontent li, .tabcontent1 li {
  color: var(--textgrey);
}
.tabcontent i, .tabcontent1 i {
  color: var(--textgrey);
}
.tabcontent#ctab1 i, .tabcontent1#ctab1 i {
  color: var(--spared);
}
.tabcontent h5, .tabcontent1 h5 {
  color: #000;
}

.gatepass.ar button.collapsible, .trade-license.ar button.collapsible {
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

.a-inline {
  display: flex;
}

.ar #ctab2 i.fa, .ar #ctab4 i.fa, .ar #ctab5 i.fa-money-bill-1, .ar .fa-clock {
  margin: 0px 0px 10px 10px;
}

@media (min-width) {
  .contactus-slider-section h2 {
    margin: 60px 0;
  }
}

#contact-us-slider {
  overflow: hidden !important;
}
#contact-us-slider .swiper {
  width: 100%;
  height: 100%;
}
#contact-us-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-us-slider .swiper-slide .d-flex {
  padding: 20px;
  margin: 20px;
  width: 100%;
  height: 400px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
#contact-us-slider .swiper-slide .d-flex img {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  filter: none;
}
#contact-us-slider .swiper-slide .d-flex span {
  font-size: 17px;
  font-weight: bold;
}
#contact-us-slider .swiper-slide .d-flex p {
  font-size: 14px;
  color: var(--textgrey);
}
#contact-us-slider .swiper-slide .d-flex a {
  color: var(--textgrey);
  cursor: pointer;
}
#contact-us-slider .swiper-slide .d-flex a.contact-link.btn {
  padding: 9px 18px;
  background: var(--spared);
  color: #fff;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  font-family: roboto, Sans-serif;
}
#contact-us-slider .swiper-pagination {
  position: static;
}

swiper-container {
  width: 100%;
  height: 107px;
}
swiper-container#contact-us-slider {
  height: 350px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 265px;
}

.footer-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.footer-slider .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.footer-slider .swiper-slide img:hover {
  filter: grayscale(0);
}

.milestone-counter {
  float: left;
  margin: 25px;
  text-align: center;
}

.stat {
  margin: 10px auto;
}

.highlight {
  color: #111;
  padding: 20px 0;
  font-weight: bold;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 48px;
}

.stat i {
  color: #3498db;
}

.milestone-details {
  font-weight: bold;
  font-size: 18px;
  color: #999;
}

#home_form {
  background: var(--spabr);
}
#home_form h5 {
  border-bottom: 4px solid var(--spared);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px !important;
}
#home_form .form_back {
  background-color: #fff;
}
#home_form .grid-1 {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #home_form .d-flex {
    flex-direction: column;
  }
  #home_form .d-flex.radio {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #home_form .p-sm {
    padding: 30px !important;
  }
  #home_form .gap-4 {
    gap: 1.3rem !important;
  }
  #home_form .mt-2 {
    margin-top: 25px !important;
  }
  #home_form .grid-1 {
    grid-template-columns: auto;
  }
}

#home_form.ar h5 {
  margin-right: 40px !important;
}

h3.red {
  font-size: 16px;
  color: var(--spared);
}

:dir(rtl) [type=email], :dir(rtl) [type=number], :dir(rtl) [type=tel], :dir(rtl) [type=url] {
  direction: rtl;
}

input, select, textarea {
  width: 100%;
  color: #000000;
  padding: 12px 20px 12.7px;
  font-family: "Roboto", Sans-serif;
  font-size: 13px;
  border: 1px solid #e7e7e7;
  margin-bottom: 19px;
  outline: 0;
  resize: none;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #818a91 !important;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #818a91 !important;
}
input:hover, select:hover, textarea:hover {
  border-color: var(--spared);
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  border-color: var(--spared);
}
@media screen and (max-width: 768px) {
  input, select, textarea {
    margin-bottom: 0px;
    width: 100% !important;
  }
}

select {
  color: #818a91;
}

input[type=radio], input[type=checkbox] {
  width: auto !important;
  margin: 0 0 0 1em;
}

input[type=file] {
  background-color: var(--spabr);
  border-radius: 8px;
  color: white;
}

.d-grid {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  column-gap: 30px;
}

.grid-1 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

#loader, #loader-1 {
  border: 4px solid #bc9f6d;
  border-top: 4px solid var(--spared);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 48%;
  top: 20px;
  transform: translate(-50%, 50%);
  display: none;
}
@media (max-width: 768px) {
  #loader, #loader-1 {
    top: 10px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#career .container.bord {
  border: 3px solid var(--spared);
  padding: 50px 25px;
}
#career form h3 {
  font-size: 19px;
  margin-top: 30px;
}
#career ::-moz-placeholder {
  color: #000000 !important;
}
#career select, #career ::placeholder {
  color: #000000 !important;
}
#career textarea {
  height: 170px;
}
#career p {
  color: var(--textgrey);
  margin: 0;
}
#career label {
  color: #121c45;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 768px) {
  #career .d-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  #career textarea {
    height: 100px;
  }
}

.contact-us .cu-form .container.bord {
  border: 3px solid var(--spared);
  padding: 100px 125px 150px;
}
.contact-us .cu-form .text-center.d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .cu-form p {
  color: var(--textgrey);
  margin: 0;
  width: 62%;
}
.contact-us .cu-form .flex {
  display: flex;
}
.contact-us .cu-form .hgt_input {
  height: 170px;
}
.contact-us .cu-form ::-moz-placeholder {
  color: #000000 !important;
}
.contact-us .cu-form select, .contact-us .cu-form ::placeholder {
  color: #000000 !important;
}
.contact-us .cu-form #submitBtn {
  padding: 15px 100px;
}
@media (max-width: 768px) {
  .contact-us .cu-form .container.bord {
    padding: 100px 20px;
  }
  .contact-us .cu-form p {
    width: 100%;
  }
  .contact-us .cu-form .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-us .cu-form input, .contact-us .cu-form select, .contact-us .cu-form textarea {
    margin-bottom: 10px !important;
  }
  .contact-us .cu-form #submitBtn {
    padding: 15px;
  }
}

.dropdown-item.ac-link.clicked {
  color: #000000 !important;
  border-bottom: none !important;
}

.fa-caret-down {
  display: none;
}

@media (max-width: 990px) {
  .spa.navbar-expand-lg .navbar-nav .nav-link, .spa a.dropdown-item {
    padding: 10px 0 !important;
  }
  .dropdown .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fa-caret-down {
    display: block;
  }
}
.subctab2 {
  display: flex;
  align-items: baseline;
}

.navbar ul.dropdown-menu {
  background: #f4f4f4;
}
.navbar ul.dropdown-menu li:hover {
  background: white;
  transition-duration: 0.4s;
}
@media (min-width: 769px) {
  .navbar ul.dropdown-menu li.nav-item.dropend {
    margin: 0;
  }
  .navbar ul.dropdown-menu li.nav-item.dropend .nav-link.dropdown-toggle {
    padding: 15px;
  }
}

.dropdown-menu.show {
  border-bottom: 1px solid red;
  border-top: 0px;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
}

#terms .breadcrumb {
  background-image: url(../images/Sharjah-Who-We-are-Banner-Banner.webp);
}
#terms h4 {
  font-weight: bolder;
  color: #121c45;
}
#terms p, #terms li {
  color: #9b9b9b;
}
#terms ul li {
  list-style-type: decimal;
}

.careerform {
  border: 3px solid var(--spared);
}

.ar-tel {
  unicode-bidi: bidi-override;
  direction: ltr;
  text-align: right;
}

.contact-us-slider-section .contact-info p:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-95 {
  padding-bottom: 95px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  .fs-xs-1 {
    font-size: 1px;
  }
  .fs-xs-2 {
    font-size: 2px;
  }
  .fs-xs-3 {
    font-size: 3px;
  }
  .fs-xs-4 {
    font-size: 4px;
  }
  .fs-xs-5 {
    font-size: 5px;
  }
  .fs-xs-6 {
    font-size: 6px;
  }
  .fs-xs-7 {
    font-size: 7px;
  }
  .fs-xs-8 {
    font-size: 8px;
  }
  .fs-xs-9 {
    font-size: 9px;
  }
  .fs-xs-10 {
    font-size: 10px;
  }
  .fs-xs-11 {
    font-size: 11px;
  }
  .fs-xs-12 {
    font-size: 12px;
  }
  .fs-xs-13 {
    font-size: 13px;
  }
  .fs-xs-14 {
    font-size: 14px;
  }
  .fs-xs-15 {
    font-size: 15px;
  }
  .fs-xs-16 {
    font-size: 16px;
  }
  .fs-xs-17 {
    font-size: 17px;
  }
  .fs-xs-18 {
    font-size: 18px;
  }
  .fs-xs-19 {
    font-size: 19px;
  }
  .fs-xs-20 {
    font-size: 20px;
  }
  .fs-xs-21 {
    font-size: 21px;
  }
  .fs-xs-22 {
    font-size: 22px;
  }
  .fs-xs-23 {
    font-size: 23px;
  }
  .fs-xs-24 {
    font-size: 24px;
  }
  .fs-xs-25 {
    font-size: 25px;
  }
  .fs-xs-26 {
    font-size: 26px;
  }
  .fs-xs-27 {
    font-size: 27px;
  }
  .fs-xs-28 {
    font-size: 28px;
  }
  .fs-xs-29 {
    font-size: 29px;
  }
  .fs-xs-30 {
    font-size: 30px;
  }
  .fs-xs-31 {
    font-size: 31px;
  }
  .fs-xs-32 {
    font-size: 32px;
  }
  .fs-xs-33 {
    font-size: 33px;
  }
  .fs-xs-34 {
    font-size: 34px;
  }
  .fs-xs-35 {
    font-size: 35px;
  }
  .fs-xs-36 {
    font-size: 36px;
  }
  .fs-xs-37 {
    font-size: 37px;
  }
  .fs-xs-38 {
    font-size: 38px;
  }
  .fs-xs-39 {
    font-size: 39px;
  }
  .fs-xs-40 {
    font-size: 40px;
  }
  .fs-xs-41 {
    font-size: 41px;
  }
  .fs-xs-42 {
    font-size: 42px;
  }
  .fs-xs-43 {
    font-size: 43px;
  }
  .fs-xs-44 {
    font-size: 44px;
  }
  .fs-xs-45 {
    font-size: 45px;
  }
  .fs-xs-46 {
    font-size: 46px;
  }
  .fs-xs-47 {
    font-size: 47px;
  }
  .fs-xs-48 {
    font-size: 48px;
  }
  .fs-xs-49 {
    font-size: 49px;
  }
  .fs-xs-50 {
    font-size: 50px;
  }
  .fs-xs-51 {
    font-size: 51px;
  }
  .fs-xs-52 {
    font-size: 52px;
  }
  .fs-xs-53 {
    font-size: 53px;
  }
  .fs-xs-54 {
    font-size: 54px;
  }
  .fs-xs-55 {
    font-size: 55px;
  }
  .fs-xs-56 {
    font-size: 56px;
  }
  .fs-xs-57 {
    font-size: 57px;
  }
  .fs-xs-58 {
    font-size: 58px;
  }
  .fs-xs-59 {
    font-size: 59px;
  }
  .fs-xs-60 {
    font-size: 60px;
  }
  .fs-xs-61 {
    font-size: 61px;
  }
  .fs-xs-62 {
    font-size: 62px;
  }
  .fs-xs-63 {
    font-size: 63px;
  }
  .fs-xs-64 {
    font-size: 64px;
  }
  .fs-xs-65 {
    font-size: 65px;
  }
  .fs-xs-66 {
    font-size: 66px;
  }
  .fs-xs-67 {
    font-size: 67px;
  }
  .fs-xs-68 {
    font-size: 68px;
  }
  .fs-xs-69 {
    font-size: 69px;
  }
  .fs-xs-70 {
    font-size: 70px;
  }
  .fs-xs-71 {
    font-size: 71px;
  }
  .fs-xs-72 {
    font-size: 72px;
  }
  .fs-xs-73 {
    font-size: 73px;
  }
  .fs-xs-74 {
    font-size: 74px;
  }
  .fs-xs-75 {
    font-size: 75px;
  }
  .fs-xs-76 {
    font-size: 76px;
  }
  .fs-xs-77 {
    font-size: 77px;
  }
  .fs-xs-78 {
    font-size: 78px;
  }
  .fs-xs-79 {
    font-size: 79px;
  }
  .fs-xs-80 {
    font-size: 80px;
  }
  .fs-xs-81 {
    font-size: 81px;
  }
  .fs-xs-82 {
    font-size: 82px;
  }
  .fs-xs-83 {
    font-size: 83px;
  }
  .fs-xs-84 {
    font-size: 84px;
  }
  .fs-xs-85 {
    font-size: 85px;
  }
  .fs-xs-86 {
    font-size: 86px;
  }
  .fs-xs-87 {
    font-size: 87px;
  }
  .fs-xs-88 {
    font-size: 88px;
  }
  .fs-xs-89 {
    font-size: 89px;
  }
  .fs-xs-90 {
    font-size: 90px;
  }
  .fs-xs-91 {
    font-size: 91px;
  }
  .fs-xs-92 {
    font-size: 92px;
  }
  .fs-xs-93 {
    font-size: 93px;
  }
  .fs-xs-94 {
    font-size: 94px;
  }
  .fs-xs-95 {
    font-size: 95px;
  }
  .fs-xs-96 {
    font-size: 96px;
  }
  .fs-xs-97 {
    font-size: 97px;
  }
  .fs-xs-98 {
    font-size: 98px;
  }
  .fs-xs-99 {
    font-size: 99px;
  }
  .fs-xs-100 {
    font-size: 100px;
  }
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-35 {
    margin-top: 35px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-55 {
    margin-top: 55px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-65 {
    margin-top: 65px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mt-xs-75 {
    margin-top: 75px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-85 {
    margin-top: 85px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mt-xs-95 {
    margin-top: 95px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-35 {
    margin-bottom: 35px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-45 {
    margin-bottom: 45px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-55 {
    margin-bottom: 55px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-65 {
    margin-bottom: 65px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-75 {
    margin-bottom: 75px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-85 {
    margin-bottom: 85px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-95 {
    margin-bottom: 95px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .pt-xs-0 {
    padding-top: 0px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-35 {
    padding-top: 35px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-45 {
    padding-top: 45px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pt-xs-55 {
    padding-top: 55px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pt-xs-65 {
    padding-top: 65px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pt-xs-75 {
    padding-top: 75px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-85 {
    padding-top: 85px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pt-xs-95 {
    padding-top: 95px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-0 {
    padding-bottom: 0px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pb-xs-55 {
    padding-bottom: 55px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pb-xs-65 {
    padding-bottom: 65px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pb-xs-75 {
    padding-bottom: 75px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-85 {
    padding-bottom: 85px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pb-xs-95 {
    padding-bottom: 95px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .fs-sm-1 {
    font-size: 1px;
  }
  .fs-sm-2 {
    font-size: 2px;
  }
  .fs-sm-3 {
    font-size: 3px;
  }
  .fs-sm-4 {
    font-size: 4px;
  }
  .fs-sm-5 {
    font-size: 5px;
  }
  .fs-sm-6 {
    font-size: 6px;
  }
  .fs-sm-7 {
    font-size: 7px;
  }
  .fs-sm-8 {
    font-size: 8px;
  }
  .fs-sm-9 {
    font-size: 9px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
  .fs-sm-33 {
    font-size: 33px;
  }
  .fs-sm-34 {
    font-size: 34px;
  }
  .fs-sm-35 {
    font-size: 35px;
  }
  .fs-sm-36 {
    font-size: 36px;
  }
  .fs-sm-37 {
    font-size: 37px;
  }
  .fs-sm-38 {
    font-size: 38px;
  }
  .fs-sm-39 {
    font-size: 39px;
  }
  .fs-sm-40 {
    font-size: 40px;
  }
  .fs-sm-41 {
    font-size: 41px;
  }
  .fs-sm-42 {
    font-size: 42px;
  }
  .fs-sm-43 {
    font-size: 43px;
  }
  .fs-sm-44 {
    font-size: 44px;
  }
  .fs-sm-45 {
    font-size: 45px;
  }
  .fs-sm-46 {
    font-size: 46px;
  }
  .fs-sm-47 {
    font-size: 47px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .fs-sm-49 {
    font-size: 49px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
  .fs-sm-51 {
    font-size: 51px;
  }
  .fs-sm-52 {
    font-size: 52px;
  }
  .fs-sm-53 {
    font-size: 53px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
  .fs-sm-55 {
    font-size: 55px;
  }
  .fs-sm-56 {
    font-size: 56px;
  }
  .fs-sm-57 {
    font-size: 57px;
  }
  .fs-sm-58 {
    font-size: 58px;
  }
  .fs-sm-59 {
    font-size: 59px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
  .fs-sm-61 {
    font-size: 61px;
  }
  .fs-sm-62 {
    font-size: 62px;
  }
  .fs-sm-63 {
    font-size: 63px;
  }
  .fs-sm-64 {
    font-size: 64px;
  }
  .fs-sm-65 {
    font-size: 65px;
  }
  .fs-sm-66 {
    font-size: 66px;
  }
  .fs-sm-67 {
    font-size: 67px;
  }
  .fs-sm-68 {
    font-size: 68px;
  }
  .fs-sm-69 {
    font-size: 69px;
  }
  .fs-sm-70 {
    font-size: 70px;
  }
  .fs-sm-71 {
    font-size: 71px;
  }
  .fs-sm-72 {
    font-size: 72px;
  }
  .fs-sm-73 {
    font-size: 73px;
  }
  .fs-sm-74 {
    font-size: 74px;
  }
  .fs-sm-75 {
    font-size: 75px;
  }
  .fs-sm-76 {
    font-size: 76px;
  }
  .fs-sm-77 {
    font-size: 77px;
  }
  .fs-sm-78 {
    font-size: 78px;
  }
  .fs-sm-79 {
    font-size: 79px;
  }
  .fs-sm-80 {
    font-size: 80px;
  }
  .fs-sm-81 {
    font-size: 81px;
  }
  .fs-sm-82 {
    font-size: 82px;
  }
  .fs-sm-83 {
    font-size: 83px;
  }
  .fs-sm-84 {
    font-size: 84px;
  }
  .fs-sm-85 {
    font-size: 85px;
  }
  .fs-sm-86 {
    font-size: 86px;
  }
  .fs-sm-87 {
    font-size: 87px;
  }
  .fs-sm-88 {
    font-size: 88px;
  }
  .fs-sm-89 {
    font-size: 89px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
  .fs-sm-91 {
    font-size: 91px;
  }
  .fs-sm-92 {
    font-size: 92px;
  }
  .fs-sm-93 {
    font-size: 93px;
  }
  .fs-sm-94 {
    font-size: 94px;
  }
  .fs-sm-95 {
    font-size: 95px;
  }
  .fs-sm-96 {
    font-size: 96px;
  }
  .fs-sm-97 {
    font-size: 97px;
  }
  .fs-sm-98 {
    font-size: 98px;
  }
  .fs-sm-99 {
    font-size: 99px;
  }
  .fs-sm-100 {
    font-size: 100px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-05 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-05 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-justify {
    text-align: justify;
  }
}/*# sourceMappingURL=main.css.map */