/* global style */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Open+Sans:wght@400;700&display=swap');

@font-face {
 font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 16px;
  font-weight: 500;
  /*font-family: Arial,sans-serif;*/
  font-family: Open Sans, sans-serif;
  margin: 0;
  background-color: #d9e5f7;
  color: #042e6f;
}

section h2 {
  position: relative;
  padding: 0;
  margin: 20px 0;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

section h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 700;
}
section h2:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #042e6f;
}
section h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #042e6f;
}
.b-headers{
    color:#063573;
    font-weight:bold;
    text-align: center;
}
/* divider style */
.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  z-index: 0;
  transform: skewY(0deg);
  transform-origin: top left;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #B1D4E0;
}
.nav-link:focus, .nav-link:hover{
  color:#B1D4E0;
}
.navbar-collapse{
background-color: #063573;
border-radius: 10px 0;
}
.navbar-collapse ul li a{
  color: #fff;
}
.nav-link:hover{
color: #EEEDE7;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px;
    font-size: 14px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#B1D4E0;
}
.dropdown-menu{
  background-color: #063573;
  color: #c9c9c9;
}
.dropdown-item:hover{
  transition: all 0.5s ease-in-out;
  background-color: #0088ff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
/* slider style */
.glider-img{
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.glide__bullets .glide__bullet{
    width: 20px;
    height: 20px;
    background-color: #042e6f;
    border-radius: 50%;
  }
  .glider-title{
      position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 11;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*color: #fff;*/
    /*font-size: 3rem;*/
    /*transform: translate(-50%, -50%);*/
  }
.carousel-item {
  height: 600px;
}
.carousel-title{
    color: #fff;
}

/*.banner_search{*/
/*    position:relative;*/
/*}*/

/*.search{*/
/*    position:absolute;*/
/*    top:0px;*/
/*    right:10px;*/
/*}*/

/*.search_input .search{*/
/*    background-color:black;*/
/*    width:25%;*/
    
/*}*/

/*#carouselExampleFade img {*/
/*  height: 100%;*/
/*  width: 100%;*/
  /*filter: contrast(0.5);*/
/*}*/
/*.carousel-caption {*/
/*  bottom: 37%;*/
/*  font-size: 5vw;*/
/*}*/
/* #carousel {
  margin-top: 100px !important;
} */
/* about us style */
#about-us {
  position: relative;
  min-height: 600px;
  color: white;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*margin-top: -61px;*/
}
/*#about-us::before {*/
/*  content: "";*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-image: linear-gradient(rgb(0 8 255 / 70%),rgba(180, 192, 180, 0.048)),url("images/port.jpg");*/
/*  z-index: -1;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  filter: contrast(0.5);*/
/*  background-attachment: fixed;*/
/*}*/
#about-us p {
  font-size: 18px;
  padding: 0 100px;
}
@media (max-width: 425px) {
  #about-us p {
    font-size: 15px;
    padding: 0;
  }
}
/* service style mobile*/

/*h1 {*/
/*  font-size: 32px;*/
/*  margin-top: 30px;*/
/*  text-align: center;*/
/*}*/
/*.blog-wrapper {*/
/*  padding: 15px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.blog-card {*/
/*  transition: all 0.3s;*/
/*  max-width: 300px;*/
/*  background: #fff;*/
/*  border: 1px solid #c9c9c9;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*}*/
/*.blog-card:hover {*/
/*  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);*/
/*}*/
/*.card-img img:hover {*/
/*  opacity: 0.8;*/
/*}*/

/*.card-img {*/
/*  position: relative;*/
/*  text-align: center;*/
/*  height: 200px;*/
/*}*/
/*.card-img img {*/
/*  height: 100%;*/
/*  transition: all 0.3s;*/
/*  max-height: 180px;*/
/*  width: 100%;*/
/*  filter: contrast(0.4);*/
/*  object-fit: cover;*/
/*}*/
/*.card-img h4 {*/
/*  margin-top: 10px;*/
/*}*/
/*h1 {*/
/*  position: absolute;*/
/*  margin: 0;*/
/*  font-size: 42px;*/
/*  bottom: 15px;*/
/*  width: 100%;*/
/*  color: #fff;*/
/*}*/
/*.card-details {*/
/*  margin-top: 30px;*/
/*  color: #3c3c3c;*/
/*}*/
/*.card-details span {*/
/*  padding: 0 30px;*/
/*}*/
/*.card-details span i {*/
/*  margin-right: 5px;*/
/*}*/
/*.card-text {*/
/*  padding: 30px 15px;*/
/*  line-height: 22px;*/
/*}*/
/*.read-more {*/
/*  transition: all 0.3s;*/
/*  display: inline-block;*/
/*  width: auto;*/
/*  text-align: center;*/
/*  text-transform: uppercase;*/
/*  background: #53b1ff;*/
/*  color: #fff;*/
/*  padding: 15px;*/
/*  margin-bottom: 30px;*/
/*}*/
/*.read-more:hover {*/
/*  background: #2f5676;*/
/*}*/
.service-text a{
    color:#063573;
    text-decoration:none;
}
.services-thumbnail{
clip-path: polygon(0 0, 100% 0, 100% 60%, 61% 76%, 0 100%, 0% 60%, 0 12%);
}
#our-business h3 span {
    background: #042e6f;
    color: #fff;
    padding: 3px 5px;
    text-transform: capitalize;
}
/* Service style desktop */

/*.projcard {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 300px;*/
/*  margin-bottom: 40px;*/
/*  border-radius: 10px;*/
/*  background-color: #fff;*/
/*  border: 2px solid #ddd;*/
/*  font-size: 18px;*/
/*  overflow: hidden;*/
/*  cursor: pointer;*/
/*  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);*/
/*  transition: box-shadow 0.2s ease, transform 0.2s ease;*/
/*}*/
/*.projcard:hover {*/
/*  box-shadow: 0 34px 32px -33px rgba(0, 0, 0, 0.18);*/
/*  transform: translate(0px, -3px);*/
/*}*/
/*.projcard::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  background-image: linear-gradient(-70deg, #424242, transparent 50%);*/
/*  opacity: 0.07;*/
/*}*/
/*.projcard:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #424242, transparent 50%);*/
/*}*/
/*.projcard-innerbox {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*}*/
/*.projcard-img {*/
/*  position: absolute;*/
/*  height: 300px;*/
/*  width: 400px;*/
/*  top: 0;*/
/*  left: 0;*/
/*  transition: transform 0.2s ease;*/
/*}*/
/*.projcard:nth-child(2n) .projcard-img {*/
/*  left: initial;*/
/*  right: 0;*/
/*}*/
/*.projcard:hover .projcard-img {*/
/*  transform: scale(1.05) rotate(1deg);*/
/*}*/
/*.projcard:hover .projcard-bar {*/
/*  width: 70px;*/
/*}*/
/*.projcard-textbox {*/
/*  position: absolute;*/
/*  top: 7%;*/
/*  bottom: 7%;*/
/*  left: 430px;*/
/*  width: calc(100% - 470px);*/
/*  font-size: 17px;*/
/*}*/
/*.projcard:nth-child(2n) .projcard-textbox {*/
/*  left: initial;*/
/*  right: 430px;*/
/*}*/
/*.projcard-textbox::before,*/
/*.projcard-textbox::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  display: block;*/
/*  background: #ff0000bb;*/
/*  background: #fff;*/
/*  top: -20%;*/
/*  left: -55px;*/
/*  height: 140%;*/
/*  width: 60px;*/
/*  transform: rotate(8deg);*/
/*}*/
/*.projcard:nth-child(2n) .projcard-textbox::before {*/
/*  display: none;*/
/*}*/
/*.projcard-textbox::after {*/
/*  display: none;*/
/*  left: initial;*/
/*  right: -55px;*/
/*}*/
/*.projcard:nth-child(2n) .projcard-textbox::after {*/
/*  display: block;*/
/*}*/
/*.projcard-textbox * {*/
/*  position: relative;*/
/*}*/
/*.projcard-title {*/
/*  font-size: 24px;*/
/*}*/
/*.projcard-subtitle {*/
/*  color: #888;*/
/*}*/
/*.projcard-bar {*/
/*  left: -2px;*/
/*  width: 50px;*/
/*  height: 5px;*/
/*  margin: 10px 0;*/
/*  border-radius: 5px;*/
/*  background-color: #424242;*/
/*  transition: width 0.2s ease;*/
/*}*/
/*.projcard-blue .projcard-bar {*/
/*  background-color: #0088ff;*/
/*}*/
/*.projcard-blue::before {*/
/*  background-image: linear-gradient(-70deg, #0088ff, transparent 50%);*/
/*}*/
/*.projcard-blue:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #0088ff, transparent 50%);*/
/*}*/
/*.projcard-red .projcard-bar {*/
/*  background-color: #d62f1f;*/
/*}*/
/*.projcard-red::before {*/
/*  background-image: linear-gradient(-70deg, #d62f1f, transparent 50%);*/
/*}*/
/*.projcard-red:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #d62f1f, transparent 50%);*/
/*}*/
/*.projcard-green .projcard-bar {*/
/*  background-color: #40bd00;*/
/*}*/
/*.projcard-green::before {*/
/*  background-image: linear-gradient(-70deg, #40bd00, transparent 50%);*/
/*}*/
/*.projcard-green:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #40bd00, transparent 50%);*/
/*}*/
/*.projcard-yellow .projcard-bar {*/
/*  background-color: #f5af41;*/
/*}*/
/*.projcard-yellow::before {*/
/*  background-image: linear-gradient(-70deg, #f5af41, transparent 50%);*/
/*}*/
/*.projcard-yellow:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #f5af41, transparent 50%);*/
/*}*/
/*.projcard-orange .projcard-bar {*/
/*  background-color: #ff5722;*/
/*}*/
/*.projcard-orange::before {*/
/*  background-image: linear-gradient(-70deg, #ff5722, transparent 50%);*/
/*}*/
/*.projcard-orange:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #ff5722, transparent 50%);*/
/*}*/
/*.projcard-brown .projcard-bar {*/
/*  background-color: #c49863;*/
/*}*/
/*.projcard-brown::before {*/
/*  background-image: linear-gradient(-70deg, #c49863, transparent 50%);*/
/*}*/
/*.projcard-brown:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #c49863, transparent 50%);*/
/*}*/
/*.projcard-grey .projcard-bar {*/
/*  background-color: #424242;*/
/*}*/
/*.projcard-grey::before {*/
/*  background-image: linear-gradient(-70deg, #424242, transparent 50%);*/
/*}*/
/*.projcard-grey:nth-child(2n)::before {*/
/*  background-image: linear-gradient(-250deg, #424242, transparent 50%);*/
/*}*/
/*.projcard-customcolor .projcard-bar {*/
/*  background-color: var(--projcard-color);*/
/*}*/
/*.projcard-customcolor::before {*/
/*  background-image: linear-gradient(*/
/*    -70deg,*/
/*    var(--projcard-color),*/
/*    transparent 50%*/
/*  );*/
/*}*/
/*.projcard-customcolor:nth-child(2n)::before {*/
/*  background-image: linear-gradient(*/
/*    -250deg,*/
/*    var(--projcard-color),*/
/*    transparent 50%*/
/*  );*/
/*}*/
/*.projcard-description {*/
/*  z-index: 10;*/
/*  font-size: 15px;*/
/*  color: #424242;*/
/*  height: 125px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
/*.projcard-tagbox {*/
/*  position: absolute;*/
/*  bottom: 3%;*/
/*  font-size: 14px;*/
/*  cursor: default;*/
/*  user-select: none;*/
/*  pointer-events: none;*/
/*}*/
/*.projcard-tag {*/
/*  display: inline-block;*/
/*  background: #e0e0e0;*/
/*  color: #777;*/
/*  border-radius: 3px 0 0 3px;*/
/*  line-height: 26px;*/
/*  padding: 0 10px 0 23px;*/
/*  position: relative;*/
/*  margin-right: 20px;*/
/*  cursor: default;*/
/*  user-select: none;*/
/*  transition: color 0.2s;*/
/*}*/
/*.projcard-tag::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background: #fff;*/
/*  border-radius: 10px;*/
/*  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);*/
/*  height: 6px;*/
/*  left: 10px;*/
/*  width: 6px;*/
/*  top: 10px;*/
/*}*/
/*.projcard-tag::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  border-bottom: 13px solid transparent;*/
/*  border-left: 10px solid #e0e0e0;*/
/*  border-top: 13px solid transparent;*/
/*  right: -10px;*/
/*  top: 0;*/
/*}*/
/* Facts Style */
@media (max-width: 768px) {
  #facts .card {
    height: 330px !important;
    margin-bottom: 20px !important;
  }

  #facts .front {
    padding: 90px 0 !important;
    font-size: 40px !important;
  }
  #facts .back {
    font-size: 9px;
  }
  #facts div.front > p {
    font-size: 16px
  }
  .front-number{
    font-size: 42px !important; 
  }
  #facts div.back > p {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  #facts .card {
    height: 250px !important;
    margin-bottom: 20px !important;
  }

  #facts .front {
    padding: 50px 0 !important;
    font-size: 45px !important;
  }

  #facts .back {
    font-size: 15px !important;
  }
}



#facts .card {
  width: 100%;
  height: 300px;
  float: left;
  perspective: 500px;
  padding: 0;
}

#facts .content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

#facts .card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.8s;
}

#facts .front {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  color: #03446a;
  text-align: center;
  border-radius: 5px;
  backface-visibility: hidden;
  padding: 59px 0;
  font-size: 25px;
}
.front-number {
 font-size:64px; 
}
  #facts .back h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  padding: 0;
  margin: 20px 0;
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#facts .back h3::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #fdfdfd;
}
#facts .back h3::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #ffffff;
}

#facts .front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("images/TSA-Logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}

#facts .back {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  backface-visibility: hidden;
  background: #03446a;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  overflow: hidden
}
/* our-partners */
@media (max-width: 425px) {
  .splide .splide__arrow {
    top: 60% !important;
  }
}
.splide {
  padding: 20px 0;
}

.splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: transform 400ms;
  transform: scale(0.9);
  transform-origin: center center;
}

.splide__slide.is-active img {
  transform: scale(1);
}

.splide .splide__arrow {
  top: 56%;
  bottom: 0;
  transform: none;
  border-radius: unset;
  opacity: 0.9;
  margin: 0px 12px;
}

.splide .splide__arrow svg {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.left {
  text-align: left;
}

/* footer style */
.footer-dropdown li a:hover{
  transition: all 1s ease-in-out;
}
.footer-distributed {
  background: #063573;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding-top: 50px;
}

/* Footer left */

.footer-distributed .footer-left {
  float: left;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Roboto", cursive;
  margin: 0 0 10px;
}

.footer-distributed h3 span {
  color: #063573;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  /* margin: 0 0 10px; */
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  color: inherit;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
  padding: 10px 0;
}

.footer-distributed .footer-links a:hover {
  color: #B1D4E0;
}
.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer social icons */

/* .footer-distributed .footer-icons {
  margin-top: 150px;
} */

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #d9e5f7;
  border-radius: 2px;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  margin-bottom: 5px;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
  border-radius: 50px;
}
.footer-distributed .footer-icons a:hover ,.contact-btn:hover{
  background-color: #ffffff;
  color: #33383b;
}
/* Footer Right */

.footer-distributed .footer-right {
  float: right;
}

.footer-distributed .footer-right p {
  display: inline-block;
  vertical-align: top;
  margin: 15px 42px 0 0;
  color: #ffffff;
}

/* The contact form */

.footer-distributed form {
  display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #d9e5f7;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;
  font: inherit;
  font-size: 14px;
  color: #333;
  width: 400px;
  padding: 18px;
}

.footer-distributed input::-webkit-input-placeholder {
  color: #333;
}

.footer-distributed input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.footer-distributed input::-ms-input-placeholder {
  color: #333;
}

.footer-distributed form input {
  height: 55px;
  margin-bottom: 15px;
}

.footer-distributed form textarea {
  height: 100px;
  margin-bottom: 20px;
}

.footer-distributed form button {
  border-radius: 3px;
  background-color: #d9e5f7;
  color: #333;
  border: 0;
  padding: 15px 50px;
  float: right;
  transition: color 0.15s ease-in-out;
  background-color: 0.15s ease-in-out;
  border-color: 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}
.footer-distributed form button:hover {
  background-color: #ffffff;
  color: #33383b;
}

.form-input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}
.form-input:focus {
  color: #333;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.form-input::placeholder {
  color: #d9e5f7;
}
footer .contact-info {
  font-size: 14px;
}
footer .contact-info a {
  text-decoration: none;
  color: white;
  transition: color 0.15s ease-in-out;
}
footer .contact-info a:hover {
  color: #B1D4E0;
}
.contact-btn{
    background-color: #d9e5f7;
    color: #3c3c3c !important;
}
.btn-link{
  color: #F2F2F2;
  text-decoration: none;
  font-weight: 700;
}
.btn-link:hover{
  color: #B1D4E0;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {
  .footer-distributed .footer-company-name {
    font-size: 12px;
  }

  .footer-distributed form input,
  .footer-distributed form textarea {
    width: 350px;
  }

  .footer-distributed form button {
    padding: 10px 35px;
  }
}

@media (max-width: 800px) {
  .footer-distributed {
    padding: 30px 10px 0 10px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }

  .footer-distributed .footer-left {
    margin-bottom: 40px;
  }

  .footer-distributed form {
    margin-top: 30px;
  }

  .footer-distributed form {
    display: block;
  }

  .footer-distributed form button {
    float: none;
  }

  /*.banner-title {*/
  /*  position: relative;*/
  /*  background-color: #F2F2F2;*/
  /*  color: #fff;*/
    /* margin-top:129px; */
    /* padding: 25px 0; */
  /*} */
  .banner-title {
    background-color: #F2F2F2;
    color: #fff;
    z-index:1;
    /* margin-top:129px; */
    /* padding: 25px 0; */
  } 
}
/* Chairman message style */
#chairmain-message {
  color: black;
  padding: 100px 0;
}

#chairmain-message h3 span {
  background: #042e6f;
  color: #fff;
  padding: 3px 5px;
  text-transform: capitalize;
}
#chairmain-message p {
  font-size: 16px;
  line-height: 1.5;
}
#chairmain-message .chairmain-image {
  position: relative;
  height: 345px;
}
#chairmain-message .chairmain-image::after {
  background-color: #042e6f;
  content: "";
  height: 310px;
  margin-top: 18px;
  position: absolute;
  left: 76px;
  transform: rotate(-26deg);
  width: 10px;
  z-index: 3;
  top: 0;
}
#chairmain-message .chairmain-image::before {
  border-bottom: 347px solid #d9e5f7;
  border-right: 170px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
}
/* Banner Style */
.banner-title {
  position: relative;
  --bs-bg-opacity: .5; 
  background-color: #0635734d;
  color: #fff;
  /* clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%); */
  padding: 10px 0;
  border-radius: 70px 0;
} 
@media (max-width: 768px) {
  .banner-title {
    position: relative;
    background-color: #0635734d;
    color: #fff;
    margin-top: 110px !important;
    /* padding-top: 30px; */
  } 
}