body {
  font-family: "Open Sans", sans-serif;
  color: #313030;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #001457;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

video.custom-video-bds {
  display: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #001457;
  font-size: 14px;
  padding: 31px 0px;
  color: rgba(255, 255, 255, 0.8);
  height: 40px;
}

.col-xl-5.col-lg-6.home-upper-form.aos-init.aos-animate h3 {
  color: white;
  font-weight: 700;
  padding-bottom: 20px;
}

button.submmmt {
  background: #fff9f7 !important;
  border: navajowhite !important;
  color: #003869 !important;
  font-weight: 600;
}

.text-center.ttt {
  text-align: left;
  float: left;
  margin-top: 20px;
}

.home-upper-form {
  background: #001457;
  padding: 40px 20px;
  vertical-align: middle;
  margin: auto;
}

#topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #ff5821;
}

#topbar .cta a {
  color: #003869;
  background: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
}

#topbar .cta a:hover {
  background: #ff6b3b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;


}

.container.d-flex.align-items-center.justify-content-between {
  vertical-align: middle;
  margin: auto;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

video.custom-video {
  width: 100%;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

.scrolled-offset {
  margin-top: 70px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 9px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #191817;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
  font-weight: 700;
  background: #001457;
  border-right: 2px solid white;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ff5821;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6b3b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .col-lg-12.tex-sign.sign-in {
    width: 100% !important;
    margin: auto;
  }

  .text h3 {
    font-weight: 700 !important;
    font-size: 20px !important;
  }

  .trtmen {

    margin-bottom: 20px;
  }

  .col-lg-12.work-sec.aos-init.aos-animate {
    width: 100%;
  }

  .text h4 {
    font-size: 18px !important;
  }

  .logos {
    display: contents !important;
  }

  .abt-sc h1 {

    font-size: 19px !important;
    line-height: 28px !important;

  }

  .abt-sc h3 {

    font-size: 12px !important;
    line-height: 22px !important;

  }

  .abt-sc p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .logos h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #001457;
    letter-spacing: 2px;
    background: white;
    padding: 2px;
    margin-right: 5px;
    margin-top: 10px;
  }

  .logo img {
    width: 80px !important;
  }

  video.custom-video-bds {
    display: block;
  }

  #topbar .contact-info i a,
  #topbar .contact-info i span {

    color: #fff;
    font-size: 17px;
  }

  video.custom-video {
    width: 100%;

  }

  .col-lg-6.spinn {
    transform: translate(0px, -40px) !important;

  }

  section#about {
    padding: 0px;
    margin-top: 30px !important;
  }

  .swiper-slide {

    text-align: center !important;
  }

  supr {

    top: -2.5em !important;

    font-size: 12px !important;

    padding: 3px 7px;
    border-radius: 50px;
    left: -6.95em;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

#hero {
  margin-bottom: -150px;
  height: 80vh;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#hero .container {
  z-index: 2;
  position: absolute;
}

.d-flex.align-items-center p {
      color: #121824;
    font-size: 13px;
    background: white;
    padding: 0px;
    border-radius: 58px;
    margin-bottom: 14px;
    /* display: contents; */
    font-weight: 600;
    width: 100%;
    margin-right: 13px;
    border-right: 5px solid #001457;
}

.col-lg-6.spinn h2 {
  padding-bottom: 20px;
}

.d-flex.align-items-center img {
  width: 90px;
}

.headeer-icon {
  display: flex;
}

sup {
  position: relative;
  top: -1.5em;
  line-height: 0;
  vertical-align: baseline;
  font-size: 12px;
  color: #151516;
  background: #f6db15;
  padding: 2px 4px;
}

sup.badge {
  position: relative;
    top: -26px;
    left: -20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #001457;
    padding: 4px 10px;
    border-radius: 50px;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    text-align: center;
}

.logos {
  display: none;
}

.col-lg-6.spinn {
  transform: translate(0px, -40px);
}

.headeer-icon p img {
  background: #f6db15;
  border-radius: 36px 0px 0px 36px;
  width: 60px !important;
  margin-right: 12px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 57px;
  font-weight: 700;
  line-height: 56px;
  color: #001457;
  BACKGROUND: #fff;
  text-align: center;
  padding-bottom: 10px;
  border-right: 5px solid #f6db15;
  border-radius: 10px 0px 10px 0px
}

#hero h2 {
  color: #eee;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #ff5821;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #584b48;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}

#hero .btn-get-started:hover {
  background: #ff5821;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

}

@media (max-width: 991px) {
  #hero {
    margin-bottom: 0px;
    height: 120vh;
  }

  section#why-us {
    display: none;
  }

  .col-lg-6.spinn {
    transform: translate(0px, -40px);

  }

  #hero .container {
    z-index: 2;
    position: inherit !important;
  }
}

#hero .container {
  z-index: 2;
  position: absolute;
}

.our-service {
  padding: 10px 0 0 0;

}

@media (max-width: 768px) {
  section {
    padding: 30px 0 !important;
  }



  .section-title.aos-init.aos-animate p {
    font-size: 12px !important;
  }

  .services .title {
    font-size: 16px !important;
  }

  .services .description {
    line-height: 22px !important;
    font-size: 11px !important;
  }

  .testimonials {
    padding: 40px 0 !important;
  }

  .member-info a {
    font-size: 22px !important;

  }

  .team .member .member-info h4 {
    font-size: 15px !important;
    line-height: 32px !important;
  }

  .team .member .member-info p {
    font-size: 11px !important;
  }

  .values .card-text {
    font-size: 10px !important;
  }

  .form-group {
    padding-bottom: 2px !important;
  }

  .faq .faq-list a {
    font-size: 14px !important;
  }

  .faq .faq-list p {
    font-size: 10px !important;
  }

  .hdrr p {
    font-size: 12px !important;
  }

  .headee h2 {
    font-size: 18px !important;
  }

  .headee p {
    font-size: 12px !important;
  }

  #hero {
    margin-bottom: 0px;
    height: 75vh;
  }

  #hero h1 {

    font-size: 27px;

    padding-bottom: 0px;
  }

  section#about {
    padding: 0px;
  }

  section#why-us {
    display: none;
  }

  .col-lg-6.spinn {
    transform: translate(0px, -40px);
    background: #001457;
    padding: 20px;
    border-radius: 10px;

  }

  .col-xl-5.col-lg-6.home-upper-form.aos-init.aos-animate h3 {
    font-size: large;
    color: white;
    font-weight: 700;
    padding-bottom: 0px;
    text-align: center;
  }

  i.bi.bi-list.mobile-nav-toggle {
    background: #001457;
    padding: 8px;
    color: white;
  }

  .why-us .content {

    margin-top: 50px;
  }



  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .d-flex.align-items-center p {

    font-size: 10px !important;
  }

  sup.badge {
    top: -2.5em !important;
    left: -2em !important;
    font-size: 10px !important;
    padding: 2px 5px;
  }

  .service-btn {
    font-size: 12px;
  }
}

@media (max-height: 640px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff9f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #001457;
  border-radius: 4px;
  color: #fff;
  border: 3px solid #ffffff8f;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
   display: inline-block;
    background: rgb(255 255 255);
    padding: 6px 30px 8px 30px;
    color: #003869;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    font-size: 10px;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #003869;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #001457;
  text-decoration: underline;
}

.why-us .icon-boxes .icon-box p {
  font-size: 14px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 20px;
  color: #277405;
  margin-bottom: 15px;
  font-weight: 800;
}

.clients-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
  text-align: center;
  font-weight: 700;
  color: #001457;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid#003869;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #003869;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #003869;
  border-color: #003869;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #003869;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.webp") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff5821;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid#001457;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #001457;
}

.clients .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px 20px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  min-height: 600px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-contact img {
  width: 90px;
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #001457;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #003869;
}

.icon-box img {
  width: 100%;
  padding-bottom: 30px;
}

.services .icon-box:hover .icon i {
  color: #003869;
}

.services .icon-box:hover .title a {
  color: #003869;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #001457;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: linear-gradient(0deg, rgb(15 15 15 / 79%), rgb(19 18 19 / 78%)), url(../img/testimonials-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {

  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.member-info a {
  color: #001457;
  font-weight: 700;
  font-size: 26px;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #ff5821;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #473d3a;
  line-height: 40px;
}

.member-img img {
  padding: 30px 0px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.member-infoo {
  background: #001457;
  color: white;
  padding: 20px 0px;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  color: #001457;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #001457;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.member {
  vertical-align: middle;
  margin: auto;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
  background-color: #001457;
}

.contact .info-box i {
  font-size: 32px;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff5821;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #001457;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: #001457;
}

footer a {
  color: #001457;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff9f7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #001457;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #001457;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #001457;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #ed3b00;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #001457;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

#footer .social-links a:hover {
  background-color: #001457;
  color: #ffffff;
}

.footer-newsletter p {
  color: #656262;
  font-size: 14px;
  line-height: 27px;
}

section.header-sec {
  background-image: linear-gradient(0deg, rgb(15 15 15 / 79%), rgb(19 18 19 / 95%)), url(../img/about-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}

.headee h2 {
  color: white;
  text-align: center;
  font-style: italic;
}

.headee h1 {
  color: white;
  text-align: center;
  font-style: italic;
}


.headee {
  text-align: center;
  color: white;
  padding-top: 30px;
}

.headee .contrc {
  background-color: #ffffff;
  color: #001457;
  border: 2px solid #001457;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 15px;
  /* optional spacing from paragraph */
}

/* Hover effect */
.headee .contrc:hover {
  background-color: #001457;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.abt-sc h1 {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #001457;
}

.abt-sc h3 {
  text-align: center;
  font-size: 19px;
  line-height: 34px;
  font-weight: 700;
  color: #001457;

}

.headee img {
  width: 11%;
  background: #ffffff85;
  padding: 7px;
  display: none;
  border-radius: 10px;
  /* height: 100%; */
  margin-bottom: 10px;
  border-bottom: 3px solid white;
}

.abt-sc p {
  width: 80%;
  margin: auto;
  padding: 30px 0px;
  text-align: center;
  line-height: 31px;
}

.abouts img {
  width: 100%;
}

.abouts h1 {
  font-weight: 800;
  font-size: revert;
  padding-bottom: 10px;
  color: #001457;
}

.abouts img {
  width: 100%;
  background: #c1c1c170;
  padding: 10px;

}

.rtt {
  margin-top: 60px;
}

.col-lg-7.abouts {
  vertical-align: middle;
  margin: auto;
}

.col-lg-5.aboutss {
  text-align: center;
}

/* why-gam start */
.why-gm-22 h2 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 0px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 12px;
}

.why-gm-2 h2 {
  font-weight: 700;
  font-size: 21px;
  color: #001457;
  margin-top: 30px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 9px;
}

.why-gm-22 {
  background: #001457;
  color: white;
  padding: 40px;
}

.sectinn {
  background: #8d8d8b26;
  padding: 20px;
  color: #202124;
  border-radius: 10px;
  border-bottom: 8px solid #001457;
}

.sectinn h2 {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 1px dashed #1b1919;
}

.tex-sign label {
  font-weight: 700;
  padding-bottom: 10px;
}

.form-group {
  padding-bottom: 17px;
}

section.technician-sect {
  background: #f1f1f1;
}

.tex-sign h3 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
}

.col-lg-12.tex-sign p {
  text-align: center;
  padding-bottom: 40px;
}

form.fm-1 {
  background: white;
  padding: 30px;
}

.col-lg-12.tex-sign.sign-in {
  width: 500px;
  margin: auto;
}

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}


.contact-sec {
  align-item: center;
  display: flex;

  padding: 90px 0px;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-wrap: break-word;
}

.contact-sec .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
  color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
  color: #ff6347;
  border: 2px solid #ff634790;
}

.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}

.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}

.contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}

.contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}

.contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}

.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  max-width: 396px;
  margin: auto;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}

.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }

  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }

  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }

  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}

.re.mt-3 img {
  width: 50%;
  padding-bottom: 50px;
}

.frm-touch {
  background: #f1f1f1;
  padding: 40px;
}

.cntrse {
  vertical-align: middle;
  margin: auto;
}

.frm-touch h4 {
  padding: 0px 0px 15px 0px;
  font-weight: 600;
}

.service-btn {
  display: inline-block;
  font-weight: 600;
  background: #001457;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #ffffff;
  color: #001457;
}

.icon-box button {
  font-weight: 600;
  background: #f8dd15;
  border: none;
  color: #0c0c0c;
}

.section-title.aos-init.aos-animate p {
  font-size: 18px;
}

.section-title p {
  font-size: 19px;
}

.text-center button {
  background: #001457;
  border: navajowhite;
  color: white;
  padding: 10px 20px;
  border-radius: 39px;
}

.trtmen {
  background: #f1f1f1;
  padding: 20px;
  min-height: 400px;
}

.trtmen h3 {
  font-weight: 600;
  font-size: 21px;
  padding: 10px 0px;
}

.trtmen h4 {
  font-size: 17px;
  font-weight: 600;
}

section.bgd {
  background: #f1f1f1;
}

.treatm {
  text-align: center;
}

.trtmen h4 {
  color: #001457;
  font-weight: 800;
}

.treatm h3 {
  font-weight: 700;
  padding-bottom: 19px;
  color: #001457;
}

.col-lg-7.abouts h3 {
  font-weight: 600;
  font-size: 22px;
}

.work-sec {
  width: 900px;
  margin: auto;
  background: #2b2a2a;
  padding: 20px;
  color: white;
}

.work-sec h2 {
  color: #f8dd15;
  font-size: 22px;
  padding: 20px 0px;
}

.folded-corner:hover .text {
  visibility: visible;
  color: #eeeeee;
}

.Services-tab {
  margin-top: 20px;


}

/*
  nav link items
*/
.folded-corner {
  padding: 10px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #001457;
  background: transparent;
  transition: all ease .5s;
  border: 1px solid#fff;
}

.folded-corner:hover {
  background-color: rgb(0 20 87);
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
  background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;

}

.service_tab_1 {
  background-color: #c1c1c12e;
}

.service_tab_1:hover .fa-icon-image {
  color: #000;
  transform: rotate(360deg) scale(1.5);
}


.fa-icon-image {
  color: rgba(31, 181, 172, .9);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  text-rendering: auto;
  transition: all .65s linear 0s;
  text-align: center;
  transition: all 1s cubic-bezier(.99, .82, .11, 1.41);
}

.col-lg-3.location-country img {
  width: 100%;
}

.col-lg-3.location-country h4 {
  font-size: 19px;
  padding: 14px 0px;
  font-weight: 800;
}

h2.form-head.res {
  font-size: 23px;
}

.rt {
  display: flex;
}

.dte {
  width: 50%;
}

.fms-1 {
  margin: auto;
  background: #c1c1c130;
  padding: 40px;
  border: 11px solid #e9e7e7;
  width: 800px;
}

.inner-frm h2 {
  text-align: center !important;

  padding-bottom: 20px !important;
}

div#single h3 {
  display: none;
}

.inner-frm h2 {
  text-align: center;
  padding-bottom: 10px;
}

.inner-frm label {
  font-weight: 600;
  padding-bottom: 5px;
}

.checkbox {
  color: #db5508;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 12px;
}

.res-form .error {
  color: red;
  font-size: 15px;
}

button.message-close {
  float: right;
  border: 0px;
  background: #f8d7db;
  font-size: 23px;
  margin-top: -5px;
}

button.successMsg-close {
  float: right;
  border: 0px;
  background: #d1e7dd;
  font-size: 23px;
  margin-top: -5px;
}


img.imj {
  width: 150%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}


@media only screen and (max-width: 991px) {
  img.imj {
    display: none;
  }
}

.whts-sec {
  text-align: center;
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 70px;
  background: #001457;
  border-radius: 51px;
  padding: 5px;
  width: 40px;
  height: 40px;
}

.whts-sec img {
  width: 30px;
  padding: 3px;
}