*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  overflow: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
.col_gallery_inner {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 2rem;
    margin-bottom: 43rem;
}
/* ------------------Typography------------------ */
html {
  font-size: 0.65vw;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #686767;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  margin: 1rem 0;
  color: #00509c;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #4d4d4d;
}

a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: #686767;
}

img {
  vertical-align: middle;
}

.headingDecoration::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 5px;
  background-color: #d21e2e;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-col90 {
  -ms-grid-rows: auto;
  -ms-grid-columns: 5fr 90fr 5fr;
      grid-template: auto / 5fr 90fr 5fr;
}

.grid-col80 {
  -ms-grid-rows: auto;
  -ms-grid-columns: 10fr 80fr 10fr;
      grid-template: auto / 10fr 80fr 10fr;
}

.block__inner {
  padding: 4rem 0;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.block__inner .block__header {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  text-align: center;
}

.block__inner .block__header h2 {
  font-weight: 400;
  margin-bottom: 0.5rem;
  position: relative;
}

.block__inner .block__header h4 {
  margin-top: 0;
  color: #686767;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}

.block__inner .block__header p {
  width: 60%;
  margin: 1rem auto;
  font-size: 1.6rem;
}

.block__1x2 .left,
.block__1x2 .right {
  width: 50%;
}

.block__1x3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
      grid-template: auto/repeat(3, 1fr);
}

.padding-vertical {
  padding: 4rem 0;
}

.commonSection .block__1x2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}

.commonSection p,
.commonSection ul {
  margin-bottom: 5rem;
}

.commonSection h3 {
  font-weight: 400;
  font-size: 3.6rem;
  position: relative;
}

.commonSection h3::after {
  left: 0;
  top: -2rem;
  -webkit-transform: none;
          transform: none;
}

.commonSection img {
  width: 100%;
  border-radius: 100% 10% 0% 0% / 10% 0% 10% 10%;
}

.commonSection:nth-last-child(2) {
  padding-bottom: 45rem;
  padding-top: 6rem;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__item {
  line-height: 1.5;
}

.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-inline .list__item {
  font-weight: 600;
  text-transform: uppercase;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.media__img {
  width: 30%;
}

.media__img img {
  width: 100%;
}

.media__body {
  width: 70%;
}

@-webkit-keyframes UpandDown {
  from {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes UpandDown {
  from {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes leftToright {
  from {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes leftToright {
  from {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes toToBottom {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes toToBottom {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes textRotate {
  from {
    -webkit-transform: perspective(30rem) rotateY(0deg);
            transform: perspective(30rem) rotateY(0deg);
  }
  to {
    -webkit-transform: perspective(300rem) rotateY(5deg) translateX(1.6rem);
            transform: perspective(300rem) rotateY(5deg) translateX(1.6rem);
  }
}

@keyframes textRotate {
  from {
    -webkit-transform: perspective(30rem) rotateY(0deg);
            transform: perspective(30rem) rotateY(0deg);
  }
  to {
    -webkit-transform: perspective(300rem) rotateY(5deg) translateX(1.6rem);
            transform: perspective(300rem) rotateY(5deg) translateX(1.6rem);
  }
}

@-webkit-keyframes upsDown {
  from {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  to {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

@keyframes upsDown {
  from {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  to {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

.btn {
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  white-space: nowrap;
  border: none;
}

.btn-primary {
  background: #d21e2e;
}

.btn-primary:hover {
  background: #d21e2ed4;
}

.btn-arrow span, .btn-transparent span {
  width: 4rem;
  height: 4rem;
  background: #d21e2e;
  border-radius: 50%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn-arrow span img, .btn-transparent span img {
  width: 1.5rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-transparent {
  font-weight: 600;
  border: 2px solid #111d4b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #686767;
  padding: 0.5rem 2rem;
}

.btn-transparent span {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 1rem;
}

.inputGroup {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inputGroup.w-50 {
  width: 48%;
}

.inputGroup label {
  display: block;
  margin-bottom: 1rem;
}

.inputGroup label span {
  color: #d21e2e;
}

.inputGroup input,
.inputGroup select,
.inputGroup textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #000;
}

.socialIcons > a {
  color: #d21e2e;
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: underline;
  margin-top: 1rem;
}

.socialIcons .list {
  gap: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.socialIcons .list .list__item a {
  width: 4rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialIcons .list .list__item a i {
  font-size: 2rem;
  color: #fff;
}

.socialIcons .list .list__item a.facebook {
  background: #1777f0;
}

.socialIcons .list .list__item a.twitter {
  background: #1da0f2;
}

.socialIcons .list .list__item a.linkedin {
  background: #2767af;
}

.modal {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modalDialog {
  width: 40%;
  height: 60%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
}

.modalHeader {
  background-color: transparent;
}

.modalFooter {
  background: linear-gradient(315deg, #111d4b 0%, #131c3e 100%);
  padding: 0.5rem 3rem;
}

.modalHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modalHeader i {
  font-size: 3rem;
}

.modalHeader .closeBtn {
  background: transparent;
  cursor: pointer;
  border: none;
  margin-right: 2rem;
}

.modalHeader .closeBtn i {
  color: #000;
}

.modal .modalBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem 3rem;
  text-align: center;
}

.modal .modalBody p {
  margin-top: 2rem;
}

.modal .modalBody img {
  width: auto;
}

[data-animation="topToBottom"] .modalDialog {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-animation="topToBottom"].is-visible .modalDialog {
  -webkit-transform: none;
          transform: none;
}

[data-animation="leftToRight"] .modalDialog {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.43, -0.24, 0.41, 1.48);
  transition: all 0.5s cubic-bezier(0.43, -0.24, 0.41, 1.48);
}

[data-animation="leftToRight"].is-visible .modalDialog {
  -webkit-transform: none;
          transform: none;
}

[data-animation="flip"] .modalDialog {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

[data-animation="flip"].is-visible .modalDialog {
  -webkit-transform: none;
          transform: none;
}

::-webkit-scrollbar-thumb {
  background: #111d4b;
  border-radius: 10px 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #2d2d2d;
}

.header {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0000007d;
}

.header.fixed {
  position: fixed;
  background-color: #111d4b;
  -webkit-animation: 0.5s toToBottom;
          animation: 0.5s toToBottom;
  -webkit-box-shadow: 1rem 0.5rem 1.1rem #0000007d;
          box-shadow: 1rem 0.5rem 1.1rem #0000007d;
}

.header__logo {
  padding: 2rem 0;
}

.header__logo img {
  width: 10rem;
}

.header .block__inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .block__inner .main_mmenu {
  display: none;
}

.header .block__inner nav .list__item {
  line-height: 7.1;
}

.header .block__inner nav .list__item:first-child {
  display: none;
}

.header .block__inner nav .list__item:hover .subMenu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.header .block__inner nav .list__item:hover a {
  color: #00509c;
  position: relative;
}

.header .block__inner nav .list__item:hover a.after::after {
  opacity: 1;
}

.header .block__inner nav .list__item a {
  color: #fff;
  padding: 0 1rem;
  font-size: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .block__inner nav .list__item a.after::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 999;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 2rem solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.header .block__inner nav .list .menuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 1rem;
}

.header .block__inner .subMenu {
  width: 100%;
  -webkit-box-shadow: 1rem 0.5rem 1.1rem rgba(114, 114, 114, 0.6);
          box-shadow: 1rem 0.5rem 1.1rem rgba(114, 114, 114, 0.6);
  z-index: 999999;
  padding: 5rem 20rem;
  position: absolute;
  top: 11rem;
  background-color: #fff;
  left: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0;
  -ms-grid-columns: 2fr (1fr)[2] 2fr;
      grid-template: 0/2fr repeat(2, 1fr) 2fr;
  overflow: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  gap: 5rem;
}

.header .block__inner .subMenu .col {
  width: 100%;
}

.header .block__inner .subMenu .col img {
  width: 100%;
}

.header .block__inner .subMenu .col h3 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #d21e2e;
  margin-top: 0;
}

.header .block__inner .subMenu .col .list__item {
  line-height: 3;
  border-bottom: 1px solid #ccc6;
}

.header .block__inner .subMenu .col a {
  color: #111d4b;
  white-space: nowrap;
}

.header .block__inner .subMenu .col a::after {
  display: none;
}

.header .block__inner .subMenu .col a:hover::after {
  display: none;
}

#menu {
  z-index: 9999999;
}

.mm-menu.mm-theme-dark {
  background-color: #111d4b;
}

@media screen and (max-width: 1100px) {
  .header nav .list__item:not(:last-child) {
    display: none;
  }
  .header nav .list__item:first-child {
    display: inline-block !important;
  }
}

.footer {
  position: relative;
  margin-top: -20rem;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: -20rem;
  width: 100%;
  height: 20rem;
  background: url("../webImages/shape4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer__top {
  background: url("../webImages/footerbackground.png"), #111d4b;
  background-position: right;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.footer .footer__top .block__inner {
  padding-top: 0;
}

.footer .footer__top h2 {
  color: #fff;
  font-weight: 400;
  position: relative;
}

.footer .footer__top h2::after {
  left: 0;
  top: -2rem;
  -webkit-transform: none;
          transform: none;
}

.footer .footer__top h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.footer .footer__top h5 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 5rem;
  color: #fff;
}

.footer .footer__top .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

.footer .footer__top .address p {
  color: #fff;
  width: 55%;
}

.footer .footer__top .address .list {
  margin-top: 2rem;
  color: #fff;
}

.footer .footer__top .address .list__item {
  margin-bottom: 1rem;
}

.footer .footer__top .map {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.footer .footer__top .map iframe {
  width: 100%;
  height: 40rem;
  position: relative;
}

.footer .footer__top .map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d21e2e;
  border: 1px solid #fff;
  -webkit-transform: translate(1rem, 1rem);
          transform: translate(1rem, 1rem);
}

.footer .footer__middle .block__inner {
  padding: 2rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__middle .block__inner nav .list {
  gap: 2rem;
}

.footer .footer__middle .block__inner nav .list a {
  text-transform: capitalize;
  color: #00509c;
  font-weight: 600;
}

.footer .footerBottom {
  background-color: #504f4f;
  padding: 2rem 0;
}

.footer .footerBottom p {
  color: #fff;
  margin: 0.5rem 0;
}

.footer .footerBottom a {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.footer .footerBottom a:hover {
  color: #fff;
}

.footer .footerBottom .list__item {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.footer .footerBottom .list__item + .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footerBottom__inner {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footerBottom__inner .imedia {
  width: 15rem;
}

@media screen and (max-width: 800px) {
  .footer .footerBottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .col_gallery_inner {
    grid-template-columns: repeat(3,1fr);
}
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.7rem;
  background: url("../webImages/shape1.png");
  z-index: 999;
  background-size: cover;
}

.banner .mouseIcon {
  position: absolute;
  bottom: 35%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  animation: 1s upsDown cubic-bezier(0.1, 0.96, 0.46, -0.16) infinite alternate-reverse;
}

.banner__silder {
  width: 100%;
  height: 100rem;
  overflow: hidden;
  background: url("../webImages/banner/BannerImage-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .swiper-slide-active .banner__content {
  position: absolute;
  top: 40%;
  left: 7%;
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.banner .swiper-slide-active .banner__content .text1 {
  animation: 4s textRotate 5s alternate-reverse infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.banner .swiper-slide-active .banner__content .text1 div {
  display: inline-block;
  margin-right: 2rem;
}

.banner .swiper-slide-active .banner__content .text1 span {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: 2.5s leftToright forwards;
          animation: 2.5s leftToright forwards;
  min-width: 2rem;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(1) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(3) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(4) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(6) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(7) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(8) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(9) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(10) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(11) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(12) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(13) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(14) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(15) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(16) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(17) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(18) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(19) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(20) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(21) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(22) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(23) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(24) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(25) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(26) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(27) {
  -webkit-animation-delay: 0.81s;
          animation-delay: 0.81s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(28) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(29) {
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(30) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(31) {
  -webkit-animation-delay: 0.93s;
          animation-delay: 0.93s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(32) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(33) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(34) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(35) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(36) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(37) {
  -webkit-animation-delay: 1.11s;
          animation-delay: 1.11s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(38) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(39) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(40) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(41) {
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(42) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(43) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(44) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(45) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(46) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(47) {
  -webkit-animation-delay: 1.41s;
          animation-delay: 1.41s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(48) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(49) {
  -webkit-animation-delay: 1.47s;
          animation-delay: 1.47s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(50) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(51) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(52) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(53) {
  -webkit-animation-delay: 1.59s;
          animation-delay: 1.59s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(54) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(55) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(56) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(57) {
  -webkit-animation-delay: 1.71s;
          animation-delay: 1.71s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(58) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(59) {
  -webkit-animation-delay: 1.77s;
          animation-delay: 1.77s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(60) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(61) {
  -webkit-animation-delay: 1.83s;
          animation-delay: 1.83s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(62) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(63) {
  -webkit-animation-delay: 1.89s;
          animation-delay: 1.89s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(64) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(65) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(66) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(67) {
  -webkit-animation-delay: 2.01s;
          animation-delay: 2.01s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(68) {
  -webkit-animation-delay: 2.04s;
          animation-delay: 2.04s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(69) {
  -webkit-animation-delay: 2.07s;
          animation-delay: 2.07s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(70) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(71) {
  -webkit-animation-delay: 2.13s;
          animation-delay: 2.13s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(72) {
  -webkit-animation-delay: 2.16s;
          animation-delay: 2.16s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(73) {
  -webkit-animation-delay: 2.19s;
          animation-delay: 2.19s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(74) {
  -webkit-animation-delay: 2.22s;
          animation-delay: 2.22s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(75) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(76) {
  -webkit-animation-delay: 2.28s;
          animation-delay: 2.28s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(77) {
  -webkit-animation-delay: 2.31s;
          animation-delay: 2.31s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(78) {
  -webkit-animation-delay: 2.34s;
          animation-delay: 2.34s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(79) {
  -webkit-animation-delay: 2.37s;
          animation-delay: 2.37s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(80) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(81) {
  -webkit-animation-delay: 2.43s;
          animation-delay: 2.43s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(82) {
  -webkit-animation-delay: 2.46s;
          animation-delay: 2.46s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(83) {
  -webkit-animation-delay: 2.49s;
          animation-delay: 2.49s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(84) {
  -webkit-animation-delay: 2.52s;
          animation-delay: 2.52s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(85) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(86) {
  -webkit-animation-delay: 2.58s;
          animation-delay: 2.58s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(87) {
  -webkit-animation-delay: 2.61s;
          animation-delay: 2.61s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(88) {
  -webkit-animation-delay: 2.64s;
          animation-delay: 2.64s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(89) {
  -webkit-animation-delay: 2.67s;
          animation-delay: 2.67s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(90) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(91) {
  -webkit-animation-delay: 2.73s;
          animation-delay: 2.73s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(92) {
  -webkit-animation-delay: 2.76s;
          animation-delay: 2.76s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(93) {
  -webkit-animation-delay: 2.79s;
          animation-delay: 2.79s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(94) {
  -webkit-animation-delay: 2.82s;
          animation-delay: 2.82s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(95) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(96) {
  -webkit-animation-delay: 2.88s;
          animation-delay: 2.88s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(97) {
  -webkit-animation-delay: 2.91s;
          animation-delay: 2.91s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(98) {
  -webkit-animation-delay: 2.94s;
          animation-delay: 2.94s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(99) {
  -webkit-animation-delay: 2.97s;
          animation-delay: 2.97s;
}

.banner .swiper-slide-active .banner__content .text1 span:nth-child(100) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.banner .swiper-slide-active .banner__content .text2 {
  opacity: 0;
  -webkit-animation: 2s toToBottom .4s forwards;
          animation: 2s toToBottom .4s forwards;
}

.banner .swiper-slide-active .banner__content h1 {
  color:#2767af;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 900;
  width: 100%;
  font-size:8rem;
  margin: 1rem 0;
  text-align: left;
  text-transform: uppercase;
}

.banner .swiper-slide-active .banner__content p {
  margin: 1rem 0;
  text-align: left;
  color: #f0f0f0;
  width: 100%;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.4;
    text-shadow: 0px 1px 1px #000;
}
.banner .swiper-slide-active .banner__content p span {
    color: #0079c0;
}
.banner .swiper-slide-active .banner__content .btn {
  margin-top: 4rem;
}

.banner .swiper-pagination {
  z-index: 9;
}

.banner .swiper-pagination-bullet {
  width: 1.5rem;
  margin-bottom: 1rem;
  background: #fff;
  height: 1.5rem;
}

.banner .swiper-slide {
  height: 100vh !important;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 30px;
  width: auto;
  top: 31%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: auto;
  bottom: auto;
}

.swiper-horizontal > .swiper-pagination-bullets::after,
.swiper-pagination-bullets.swiper-pagination-horizontal::after,
.swiper-pagination-custom::after,
.swiper-pagination-fraction::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10rem;
  background: #fff;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -999999;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.5rem;
  margin-bottom: 1rem;
  background: #d21e2e;
  height: 1.5rem;
  display: block;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: #2c4ed0 !important;
}

.socialIcons.fixed {
  background: #00000073;
  padding: 1rem;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999999;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.socialIcons.fixed .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 1000px) {
  .banner .swiper-slide-active .banner__content h1 {
    width: 80%;
    font-size: 5rem;
  }
}

@media screen and (max-width: 700px) {
  .banner .swiper-slide-active .banner__content h1 {
    font-size: 4rem;
  }
  .banner .mouseIcon {
    bottom: 20%;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 10px;
  }
}

.innerBanner .block__inner {
  padding: 0;
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.innerBanner .block__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00103a), color-stop(17%, rgba(0, 16, 58, 0.98)), color-stop(31%, rgba(0, 16, 58, 0.89)), color-stop(38%, rgba(0, 16, 58, 0.81)), color-stop(45%, rgba(0, 16, 58, 0.69)), color-stop(67%, rgba(0, 16, 58, 0.3)), color-stop(85%, rgba(0, 16, 58, 0.1)), to(transparent));
  background-image: linear-gradient(to bottom, #00103a 0%, rgba(0, 16, 58, 0.98) 17%, rgba(0, 16, 58, 0.89) 31%, rgba(0, 16, 58, 0.81) 38%, rgba(0, 16, 58, 0.69) 45%, rgba(0, 16, 58, 0.3) 67%, rgba(0, 16, 58, 0.1) 85%, transparent 100%);
}

.innerBanner .block__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20rem;
  width: 100%;
  background: url("../webImages/innerShape.svg");
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 9999;
}

.innerBanner .block__inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerBanner .block__inner .bannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  width: 100%;
}

.innerBanner .block__inner .bannerContent h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.innerBanner .block__inner .bannerContent p {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 0;
}

.about .mission h3 {
  font-weight: 400;
  position: relative;
}

.about .mission h3::after {
  left: -2rem;
  -webkit-transform: none;
          transform: none;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3rem;
}

.about .mission .block__inner {
  padding-top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  grid-gap: 5rem;
}

.about .mission .block__inner img {
  margin-bottom: 2rem;
  width: 100%;
}

.about .campanies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about .campanies p {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

.about .company {
  background: #f0f0f0;
}

.about .company p {
  margin-bottom: 1rem;
}

.contact .commonSection {
  background-color: #fff;
}

.contact .commonSection .contactForm {
  background-color: #fff;
  padding: 10rem;
  position: relative;
  z-index: 99999;
  margin-top: -30rem;
  width: 70%;
  text-align: center;
}

.contact .commonSection .contactForm h3::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact .commonSection .contactForm h5 {
  font-weight: 600;
}

.contact .commonSection .contactForm p {
  font-size: 1.5rem;
}

.contact .commonSection .contactForm__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
          column-gap: 4%;
}

.contact .commonSection .contactForm__inner .btn {
  margin: 1rem auto;
  width: 20rem;
  padding: 2rem;
}

.alert {
  padding: 1rem;
  background: #cce5ff;
  border: 1px solid #004085;
  color: #004085;
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 1rem;
}

.section1 {
  background: url("../webImages/dot.png") #f0f0f0;
}

.section1 .block__1x3 {
  padding-bottom: 0;
  justify-items: center;
  row-gap: 5rem;
}

.section1 .block__1x3 .centerCircle {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 /4;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}

.section1 .block__1x3 .centerCircle__img img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.section1 .block__1x3 .centerCircle__body {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  text-align: center;
}

.section1 .block__1x3 .centerCircle__body h3 {
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}

.section1 .block__1x3 .centerCircle__body h4 {
  font-size: 1.8rem;
  color: #686767;
  font-weight: 600;
}

.section1 .block__1x3 .centerCircle__body p {
  font-size: 1.4rem;
  line-height: 1.4;
  width: 80%;
  margin: 1rem auto;
}

.section1 .circle {
  position: relative;
}

.section1 .circle:nth-child(1) {
  -webkit-animation: 1s UpandDown 0.3s ease-in infinite alternate;
          animation: 1s UpandDown 0.3s ease-in infinite alternate;
}

.section1 .circle:nth-child(2) {
  -webkit-animation: 1s UpandDown 0.6s ease-in infinite alternate;
          animation: 1s UpandDown 0.6s ease-in infinite alternate;
}

.section1 .circle:nth-child(3) {
  -webkit-animation: 1s UpandDown 0.9s ease-in infinite alternate;
          animation: 1s UpandDown 0.9s ease-in infinite alternate;
}

.section1 .circle:nth-child(4) {
  -webkit-animation: 1s UpandDown 1.2s ease-in infinite alternate;
          animation: 1s UpandDown 1.2s ease-in infinite alternate;
}

.section1 .circle:nth-child(5) {
  -webkit-animation: 1s UpandDown 1.5s ease-in infinite alternate;
          animation: 1s UpandDown 1.5s ease-in infinite alternate;
}

.section1 .circle__side {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -54%;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section1 .circle__link {
  color: #00509c;
  font-weight: 600;
}

.section1 .circle .circle__img {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  border: 1.5rem solid #fff;
  overflow: hidden;
}

.section1 .circle .circle__img::after, .section1 .circle .circle__img::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.section1 .circle .circle__img::before {
  border: 1.5rem solid transparent;
}

.section1 .circle .circle__img::after {
  border: 0 solid transparent;
}

.section1 .circle .circle__img:hover::before {
  border-top-color: #d21e2e;
  border-right-color: #d21e2e;
  border-bottom-color: #d21e2e;
  -webkit-transition: border-top-color 0.15s linear,
 border-right-color 0.15s linear 0.1s,
 border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear,
 border-right-color 0.15s linear 0.1s,
 border-bottom-color 0.15s linear 0.2s;
}

.section1 .circle .circle__img:hover::after {
  border-top: 1.5rem solid #d21e2e;
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
  border-bottom-width: 1.5rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.section1 .circle .circle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section1 .circle .circle__img-sm {
  width: 30rem;
  height: 30rem;
}

.section1 .circle1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.section1 .circle1 .circle__side {
  left: auto;
  right: -45%;
}

.section1 .circle2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  justify-self: flex-start;
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 2;
}

.section1 .circle2 .btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section1 .circle3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  justify-self: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.section1 .circle3 .circle__side {
  left: auto;
  right: -53%;
}

.section1 .circle4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.section1 .circle4 .btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section1 .circle4 .circle__side {
  left: auto;
  left: -51%;
}

.section2 {
  background: url("../webImages/dot.png") #f0f0f0;
}

.section2 .block__inner {
  padding-bottom: 0;
  position: relative;
}

.section2 .block__inner img:nth-child(1) {
  width: 100%;
}

.section2 .block__inner img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}

.section3.sitemap_main .block__inner {
  padding-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section3.sitemap_main .block__inner a {
  color: #111d4b;
  font-size: 2rem;
}

.section3 .block__inner {
  padding-top: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section3 .block__inner .services {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section3 .block__inner .services .card {
  text-align: center;
  width: 30%;
  position: relative;
}

.section3 .block__inner .services .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  background-color: #f0f0f0;
  top: 10rem;
  left: 0;
  z-index: -9;
}

.section3 .block__inner .services .card__header {
  border: 1rem solid #f0f0f0;
  border-radius: 50%;
  width: 14rem;
  height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  margin: 3rem auto;
  -webkit-box-shadow: 0rem 1.3rem 2.4rem #ccc;
          box-shadow: 0rem 1.3rem 2.4rem #ccc;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section3 .block__inner .services .card__header img {
  width: 100%;
}

.section3 .block__inner .services .card__header:hover {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.section3 .block__inner .services .card h3 {
  font-weight: 400;
}

.section3 .block__inner .services .card h4 {
  font-weight: 600;
  color: #d21e2e;
}

.section3 .block__inner .services .card p {
  width: 70%;
  margin: 1rem auto;
}

.section4 {
  background: url("../webImages/backgroundTwo.png") #111d4b;
  background-size: cover;
  padding: 4rem 0;
}

.section4 .block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section4 .block__inner .block__header h2,
.section4 .block__inner .block__header h4 {
  color: #fff;
}

.section4 .block__inner .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  margin-top: 10rem;
}

.section4 .block__inner .mission .card {
  width: 25%;
}

.section4 .block__inner .mission .card h3 {
  color: #fff;
  position: relative;
  font-weight: 400;
}

.section4 .block__inner .mission .card h3::after {
  left: 0;
  top: -1rem;
  -webkit-transform: none;
          transform: none;
  width: 4rem;
  height: 0.3rem;
}

.section4 .block__inner .mission .card p {
  color: #fff;
}

.section5 {
  padding-bottom: 20rem;
  position: relative;
}

.section5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.7rem;
  background: url("../webImages/shape2.png");
  background-size: cover;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.section5 .block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section5 .block__inner .block__header h2,
.section5 .block__inner .block__header p {
  text-align: left;
  width: 100%;
}

.section5 .block__inner .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10rem;
  margin-top: 5rem;
}

.section5 .block__inner .values .card {
  width: 30%;
  border-left: 2px solid #d21e2e;
  padding-left: 3rem;
}

.section5 .block__inner .values .card h3 {
  font-weight: 400;
  font-size: 2.2rem;
}

.section5 .block__inner .values .card .media {
  overflow: hidden;
  border: 1px solid #d21e2e;
  background: #9d9d9d;
  background: linear-gradient(165deg, #e8e8e8 44%, white 100%);
  height: 12rem;
}

.section5 .block__inner .values .card .media__img {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  z-index: 99;
}

.section5 .block__inner .values .card .media__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.section5 .block__inner .values .card .media__body {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.section5 .block__inner .values .card .media__body h4 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 2rem;
  z-index: 99;
  position: relative;
}

.section5 .block__inner .values .card .media__body .btn {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  float: right;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.section5 .block__inner .values .card .media__body span {
  position: absolute;
  font-size: 6rem;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #cbd6e2;
  right: 1rem;
}

.section6 {
  background-color: #f0f0f0;
  padding: 4rem 0;
}

.section6.news_block {
  background: #fff;
}

.section6.news_block .block__inner {
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section6.news_block .news_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}

.section6.news_block .news_main h5 {
  font-size: 2rem;
  font-weight: 400;
}

.section6.news_block .news_main a {
  color: #d21e2e;
}

.section6.news_block .news_main p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.section6.news_block .news_main .card {
  width: 22%;
}

.section6.news_block .news_main .card img {
  min-height: 20rem;
}

.section6 .block__inner {
  min-width: 0;
}

.section6 .left {
  width: 40%;
}

.section6 .left h2 {
  font-weight: 400;
  position: relative;
}

.section6 .left h2::after {
  left: 0;
  top: -2rem;
  -webkit-transform: none;
          transform: none;
}

.section6 .left h4 {
  color: #686767;
  font-weight: 600;
}

.section6 .left .btn {
  margin-top: 10rem;
}

.section6 .right {
  width: 60%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.section6 .right .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50rem;
  gap: 4rem;
}

.section6 .right .news .card {
  width: 100%;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.section6 .right .news .card:hover .card__body {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75.3%, #111e4b), to(rgba(135, 208, 215, 0)));
  background: linear-gradient(0deg, #111e4b 75.3%, rgba(135, 208, 215, 0) 100%);
}

.section6 .right .news .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section6 .right .news .card__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  padding-bottom: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75.3%, rgba(0, 0, 0, 0.911362)), to(rgba(135, 208, 215, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.911362) 75.3%, rgba(135, 208, 215, 0) 100%);
}

.section6 .right .news .card__body h5 {
  font-weight: 400;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0;
}

.section6 .right .news .card__body p {
  font-size: 1.4rem;
  color: #fff;
}

.section6 .right .news .card__body a {
  text-transform: uppercase;
  color: #d21e2e;
  font-weight: 800;
  font-size: 1.4rem;
}

.section7 {
  background-color: #f0f0f0;
  padding: 4rem 0;
}

.section7.clients_block {
  background-color: #fff;
}

.section7 .block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section7 .block__inner .block__header p {
  width: 100%;
}

.section7 .client {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
  flex-wrap: wrap;
}

.section7 .client .card {
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: 1rem solid #b4b4b4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section7 .client .card img {
  width: 100%;
}

.section8 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 20rem;
}

.section8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21.7rem;
  background: url("../webImages/shape3.png");
  background-size: cover;
  z-index: 99;
}

.section8 .backImage {
  position: relative;
}

.section8 .backImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.section8 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.section8 .block__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section8 .block__inner h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 1px 1px 2rem #000;
}

.section8 .block__inner p {
  text-shadow: 1px 1px 2rem #000;
  color: #fff;
}

.section8 .block__inner .btn {
  background: #cccccc73;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 55%;
  }
  .footer__middle .block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .footer__middle .socialIcons .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .swiper-slide img {
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .grid-col90 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 3fr 94fr 3fr;
        grid-template: auto/3fr 94fr 3fr;
  }
  .section1 .block__1x3 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
  }
  .section1 .block__1x3 .circle1,
  .section1 .block__1x3 .circle3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .section1 .block__1x3 .circle1 .circle__side,
  .section1 .block__1x3 .circle3 .circle__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section1 .block__1x3 .circle2,
  .section1 .block__1x3 .circle4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .section1 .block__1x3 .circle2 .btn,
  .section1 .block__1x3 .circle4 .btn {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .section1 .block__1x3 .circle__img {
    width: 30rem;
    height: 30rem;
  }
  .section1 .block__1x3 .centerCircle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .section1 .block__1x3 .circle__side {
    top: -2rem;
    left: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1000px) {
  .section2 .block__inner img:nth-child(2) {
    width: 50%;
  }
  .section3 .block__inner .services .card {
    width: 33.33%;
  }
  .section3 .block__inner .services .card p {
    width: 100%;
  }
  .section5 .block__inner .values {
    gap: 2rem;
  }
  .commonSection .block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .commonSection .block__inner .left,
  .commonSection .block__inner .right {
    width: 100%;
  }
  .about .campanies .col {
    width: 100%;
  }
  .services_main.block__inner .services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services_main.block__inner .services .card {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .footer__middle .block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .footer__middle nav {
    display: none;
  }
  .footer__middle .socialIcons .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section8 img {
    width: auto;
  }
  .contact .commonSection .contactForm {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 52%;
  }
  .block__inner .block__header p {
    width: 90%;
  }
  .section3 .block__inner .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section3 .block__inner .services .card {
    width: 70%;
  }
  .section4 .block__inner .mission {
    gap: 4rem;
  }
  .section5 .block__inner .values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section5 .block__inner .values .card {
    width: 70%;
  }
  .block__1x2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .section6 .left,
  .section6 .right {
    width: 90%;
  }
  .section6 .left .btn,
  .section6 .right .btn {
    margin-top: 2rem;
  }
  .footer .left {
    width: 90%;
  }
  .about .mission .block__inner {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .services_main.block__inner .services .card {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .section7 .client {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section8 .block__inner {
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
    .col_gallery_inner {
    grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 500px) {
  .section3 .block__inner .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section3 .block__inner .services .card {
    width: 100%;
  }
  .section4 .block__inner .mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section4 .block__inner .mission .card {
    width: 100%;
    text-align: center;
  }
  .section4 .block__inner .mission .card h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section5 .block__inner .values .card {
    width: 90%;
  }
  .footer__middle .footer__logo img {
    width: 8rem;
  }
  .contact .commonSection .contactForm {
    padding: 10rem 2rem;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 45%;
  }
  .section1 .block__1x3 .circle__img {
    width: 20rem;
    height: 20rem;
  }
    .col_gallery_inner {
    grid-template-columns: repeat(1,1fr);
}
}
/*# sourceMappingURL=main.css.map */
.menu_text p{
text-transform: none;
}


/*----*/
/*branch locator*/
.dealermap {

    /*width:100%;*/
    width: 100% !important;

}

.contact_box label {
    position: relative;
    width: 13%;
    display: inline-block;
    text-align: left;
}

.contact_box select {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding-left:.5rem;
    border: 1px solid #ddd;
}

.dealermap .contact_box {
    margin-bottom: 30px;
}

.dealer_map_ {
    position:relative;
    padding-left: 0px !important;
    width: 100% !important;
}

.dealermap .contact_box {
    display: inline-block;
    width: 290px;
    margin-right: 10px;
}

.dealermap .contact_box:last-child {
    margin-right: 0px;
}


#map {
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    /*right:20px;*/
    /* display: inline-block; */
    /* vertical-align: top; */
}

.map {
    position: relative;
    width: 100%;
    z-index: 9;
}

.map_details {
    position: relative;
    width: 100%;
    display: none;
    margin: 20px auto;
}

.map img {
    width: 100%;
    height: 100%;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.map_details iframe {
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: middle;
}

.map_details h5 {
    font-size: 18px;
    margin: 5px auto;
    text-align: center;
}

.right_side_map {
    width: 46% !important;
    position: relative;
    margin-bottom: 30px;
}

.right_side_map2 {
    position: relative;
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    margin: 20px auto;
}

.inner_map {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-right: 10px;
    border: 2px solid #e9e9e9;
    /*height: 280px;*/
    background: #fff;
    margin-bottom: 10px;
    transition:height .3s;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
}
.inner_map h3 {
    position: relative;
    font-size: 20px;
    width: 100%;
    color: #00a652;
    margin: 0px auto 5px;
}

.inner_map:before {
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ececec;
    border: 1px solid #fff;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
}
.section3  .branch_main {
    display: block;
    margin-bottom: 40rem;
    width: 80%;
    padding-top: 1rem;
    margin: 0 auto 40rem;

}
div#map img {
    border-radius: 0;
}

div#map h3 {
    font-size: 2rem;
}
div#map p {
    font-size: 1.4rem;
    margin:0;
}

.gm-style-iw-d{
        overflow: auto !important;
    padding: 0px 20px 13px !important;
}

.fa-diamond-turn-right:before, .fa-directions:before {
        content: "\f5eb" !important;
    color: #111d4b !important;
}
.mystyle span {
    text-shadow: 1px 2px #fff;
}

.banner .swiper-slide-active .banner__content img {
    width: 100%;
}
.right_image {
    opacity:0;
}
.swiper-slide-active .right_image {
    position: relative;
    top: -17%;
     opacity:1;
      -webkit-animation: 2s bottomTotop .1s forwards;
          animation: 2s bottomTotop .1s forwards;
}
@keyframes bottomTotop {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.swiper-slide-active .right_image img {
    max-width: 85%;
    max-height: 51rem;
    margin: 0 auto;
}
.related__main .block__inner {
    display: block;
}


.col_gallery_inner .top_left img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.col30_main {
    background: #f0f0f0;
}

.col30_main .block__inner.block1x2 {
    gap: 4rem;
}

.col30_main .block__inner.block1x2 .left img {
    width:100%;
}


.col30_main .left,.col30_main .right {
    width:50%;
}
.col30_main .block__inner.block1x2 .right p {
    font-size:1.5rem;
    text-align:justify;
}
.col30_main .block__inner.block1x2 .right h5 {
    color: #d21e2e;
}
@media screen and (max-width: 1000px) {
 .col30_main .block__inner.block1x2 .right p {
    font-size:1.4rem;
    text-align:justify;
}
 .col30_main .block__inner.block1x2 .right h2 {
    font-size:4rem;
}
}
@media screen and (max-width: 767px) {
    .col30_main .block__inner.block1x2 {
    flex-direction: column;
}

.col30_main .left, .col30_main .right {
    width: 100%;
}
}
@media screen and (max-width: 461px) {
    .col30_main .block__inner.block1x2 {
    flex-direction: column;
}

.col30_main .left, .col30_main .right {
    width: 100%;
}
}