:root {
  --primary: #2985b2;
  --shade-three: #45a8d8;
  --shade-two: #68c5f1;
  --shade-one: #88d9ff;
  --light-red: #dc493a;
  --white: #fff;
  --black: #000;
  --dark-blue: #1c427e;
  --light-gray: #c7c7c7;
  --light-pink: #fbf2ef;
  --color-gradient-text: linear-gradient(89.88deg, #007aff 0%, #45a8d8 25%, #cafcc4 50%, #68c5f1 75%, #88d9ff 100%);
  --color-gradient-icon: linear-gradient(50deg, #007aff, #cafcc4);
}


body {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.menu {
  transition: top 0.3s ease-in-out;
}

/* .menu {
    transition: all 0.5s ease;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
} */

/*=================================
  Comman Css
===================================*/
.text-dark {
  color: var(--black) !important;
}

.text-dark-blue {
  color: var(--dark-blue);
}

.text-shade-one {
  color: var(--shade-one);
}

.text-shade-three {
  color: var(--shade-three);
}

.text-primary {
  color: var(--primary) !important;
}

.text-white {
  color: var(--white) !important;
}

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

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-shade-one {
  background-color: var(--shade-one);
}

.bg-dark {
  background-color: var(--black) !important;
}

.bg-shade-three {
  background-color: var(--shade-three);
}

.bg-light-pink {
  background-color: var(--light-pink);
}

.bg-shade-two {
  background-color: var(--shade-two);
}

.gradient-text {
  background: var(--color-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-icon {
  background: var(--color-gradient-icon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.fw-Normal {
  font-weight: 500 !important;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: var(--primary) !important;
}

a,
a:hover {
  color: var(--shade-one);
}

b,
strong {
  font-weight: bold;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.hidden {
  visibility: hidden;
}

img {
  display: block;
  width: 100%;
}

.card-box {
  width: 100%;
}

.text-under-linne,
.linkBtn a {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}

.text-under-linne:before,
.linkBtn a:before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-under-linne:after,
.linkBtn a:after {
  content: "";
  z-index: -1;
  width: 30px;
  height: 30px;
  top: 6%;
  left: 25px;
  background-color: var(--primary);
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
  border-radius: 50%;
}

a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}

a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}


/*===============================
  Display Comman Css
=================================*/
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}

.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}

.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc(2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2.96rem;
    font-size: calc(1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 2rem;
    font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 1rem;
    font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}

.common-text {
  font-size: 18px;
  line-height: 148%;
  text-align: justify;
}

/*======================
  Comman Btn Css
========================*/

.btn {
  position: relative;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: .6s all !important;
}

.cmn-btn .btn-black {
  color: var(--black) !important;
  background: var(--shade-one) !important;
}

.cmn-btn .btn {
  position: relative;
  overflow: hidden;
}

.cmn-btn .btn {
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: .6s all !important;
}

.cmn-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
}

.cmn-btn .btn-black::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: var(--white);
  transition: .6s all;
}

.cmn-btn .btn-black:hover {
  border: 1px solid var(--shade-one) !important;
}

.cmn-btn .btn-black:hover::after {
  left: 100%;
}

.btn-primary {
  color: var(--black);
  background-color: var(--shade-one) !important;
  border-color: var(--shade-one) !important;
}

.btn-primary:hover {
  color: var(--white);
  background-color: var(--shade-two) !important;
  border-color: #0a58ca;
}

/*=============================
  Comman container-fluid
===============================*/
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*======================================
  Nav bar Menu
========================================*/
.menubar nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}

.menubar .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: var(--white);
}

.menubar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.menubar .contacts_menu {
  position: absolute;
  right: 130px;
}

.menubar .dropdown-menu {
  padding: 0;
}

.menubar button {
  background-color: transparent;
  border-color: transparent;
}

.menubar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}

.menubar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transform: rotate(-90deg);
}

.menubar .nav-dropdown .link.dropdown-toggle:not(.collapsed)::after {
  transform: rotate(-90deg);
}

.menubar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}

.menubar .nav-link {
  position: relative;
}

.menubar .dropdown-menu,
.menubar .navbar.opened {
  background: var(--white) !important;
}

.menubar .nav-item:focus,
.menubar .nav-link:focus {
  outline: none;
}

.menubar .navbar.opened {
  transition: all 0.3s;
}

.menubar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.menubar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.menubar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.menubar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.menubar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: var(--white);
}

.menubar .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.menubar ul.navbar-nav {
  flex-wrap: wrap;
}

.menubar .navbar-dropdown {
  padding: 0;
}

.menubar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menubar .navbar-nav {
  display: flex !important;
}

.menubar .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.menubar .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}

.menubar .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: var(--dark-blue) !important;
  width: 75%;
  padding: 20px 0;
}

.menubar .navbar-nav .nav-item .dropdown-menu a {
  font-size: 35px;
  line-height: 1.2;
}

.menubar button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: var(--black);
}

.menubar .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -600px;
}

.menubar .offcanvas_box button.btn_offcanvas {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: var(--primary);
  padding: 0;
  color: var(--white);
}

.menubar button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.menubar button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.menubar button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.menubar button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.menubar nav.opened .hamburger-offcanvas span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.menubar nav.opened .hamburger-offcanvas span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.menubar nav.opened .hamburger-offcanvas span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.menubar nav.opened .hamburger-offcanvas span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.menubar button.btn_offcanvas:hover {
  background-color: rgba(41, 133, 178, 0.80);
}

.menubar button.btn_offcanvas:hover .hamburger-offcanvas span:nth-child(1) {
  width: 25px;
}

.menubar button.btn_offcanvas:hover .hamburger-offcanvas span:nth-child(2) {
  width: 13px;
}

.menubar button.btn_offcanvas:hover .hamburger-offcanvas span:nth-child(3) {
  width: 13px;
}

.menubar button.btn_offcanvas:hover .hamburger-offcanvas span:nth-child(4) {
  width: 22px;
}

.menubar .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: var(--white);
}

.menubar .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubar .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}

.menubar .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}

.menubar .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
  display: inline-block;
}

.menubar .image-wrapper img {
  height: 100%;
  object-fit: cover;
}

.menubar .image-wrapper .overlay {
  position: absolute;
  bottom: 10px;
  left: 20%;
  transform: translateX(-50%);
  z-index: 1;
}

.menubar .image-wrapper .icon-link {
  display: inline-block;
  margin: 0 10px;
  color: var(--white);
}

.menubar .image-wrapper .icon-link i {
  font-size: 24px;
}

.menubar .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: var(--black);
  overflow: hidden;
}

.menubar .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}

.menubar .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}

.menubar .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}

.menubar .offcanvas_text {
  width: 60%;
}

.menubar .offcanvas_text p {
  color: #FFFFFF;
}

.menubar .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}

.menubar .offcanvas_logo-wrapper {
  width: 2.5rem;
}

.menubar .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}

.menubar .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menubar .offcanvas_btn .custom-section-btn {
  display: flex;
  width: 100%;
}

.menubar .offcanvas_btn .custom-section-btn .btn {
  flex-grow: 1;
}

.menubar .offcanvas_btn .custom-section-btn .btn-white {
  color: #45494E !important;
  background-color: var(--white) !important;
}

/*media query*/
@media (max-width: 575px) {
  .menubar .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menubar .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }

}

@media (max-width: 767px) {
  .menubar .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menubar .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 991px) {
  .menubar .navbar .nav-item .nav-link::before {
    display: none;
  }

  .menubar .navbar.opened .dropdown-menu {
    top: 0;
  }

  .menubar .navbar ul.navbar-nav li {
    margin: auto;
  }

  .menubar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
 .menubar .navbar-nav .nav-item .dropdown-menu a {
    font-size: 24px;
    line-height: 1.5;
}
  /*.menubar nav.navbar {
    padding-top: 1.5rem;
  }*/

  .menubar .contacts_menu {
    display: none !important;
  }

  .menubar .offcanvas_box {
    order: 1;
    margin-left: 0;
    justify-content: flex-start;
  }

  .menubar .navbar .btn_offcanvas {
    flex-basis: auto;
  }

  .menubar .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }

  .menubar .image-wrapper {
    display: none;
  }

  .menubar .offcanvas-body {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .menubar .offcanvas_contact {
    padding-left: 35px;
    padding-right: 35px;
  }

  .menubar .offcanvas_link {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1599px) {
  .menubar .offcanvas_contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menubar .offcanvas_link {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .menubar .navbar {
    height: 70px;
  }

  .menubar .navbar.opened {
    height: auto;
  }

  .menubar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/*======================================
    Hero Section
========================================*/

/* Animation */
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.text-color-one {
  color: #3073B7;
}

.text-color-two {
  color: #D79D00;
}

.text-color-three {
  color: #D62828;
}

.text-color-four {
  color: #7678ED;
}

.text-color-five {
  color: #EB5E28;
}


/*======================================
    section - 3
========================================*/
.section3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--black);
}

.section3 .main_header {
  margin-bottom: 8rem;
}

.section3 .section-title {
  color: var(--shade-one);
}

.section3 .section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #d1d1d1;
}

.section3 .card_item {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .section3 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }

  .section3 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }

  .section3 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}

.section3 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}

.section3 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #1c427e;
}

.section3 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}

.section3 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}

.section3 .card_item:nth-child(2) .square_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}

.section3 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}

.section3 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}

.section3 .card_item:nth-child(3) .square_fill {
  background-color: #df3b96;
  transform: scale(0.8) translateX(-6.25rem);
}

.section3 .card_item .card-box {
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
}

.section3 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}

.section3 .card-box {
  height: 100%;
}

.section3 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}

.section3 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}

.section3 .square_animation .square {
  width: 5rem;
  height: 5rem;
}

.section3 .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}

.section3 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section3 .card-title {
  margin-bottom: 1.75rem;
  color: var(--shade-one);
}

.section3 .card-text {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .section3 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }

  .section3 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }

  .section3 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }

  .section3 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}

@media (max-width: 767px) {
  .section3 .item-wrapper {
    padding: 0;
  }

  .section3 .card-box {
    padding: 2rem 0 2.5rem;
  }

  .section3 .main_header {
    margin-bottom: 4rem;
  }

  .section3 .section-subtitle {
    margin-bottom: .25rem;
  }

  .section3 .square_animation {
    margin-bottom: 1rem;
  }

  .section3 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section3 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }

  .section3 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }

  .section3 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }

  .section3 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }

  .section3 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }

  .section3 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }

  .section3 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }

  .section3 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }

  .section3 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }

  .section3 .card_item:last-child .card-box {
    border-width: 0;
  }

  .section3 .card-title {
    margin-bottom: 1.25rem;
  }

  .section3 .card-text {
    margin-bottom: 1.25rem;
  }
}

.section3 .card-text,
.section3 .linkBtn {
  color: #d1d1d1;
}

/*======================================
    section - 4
========================================*/

.section4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--black);
}

.section4 .media {
  position: relative;
  cursor: pointer;
}

.section4 .media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.section4 .media:hover .text_video {
  width: 11rem;
  height: 11rem;
  cursor: pointer;
}

.section4 .section-subtitle {
  left: 0;
  top: 0;
  line-height: 1;
  position: absolute;
  margin-left: -1.75rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  color: #d1d1d1;
  padding-left: 0.2rem;
}

@media (max-width: 767px) {
  .section4 .section-subtitle {
    display: none;
  }
}

.section4 .text_video {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: var(--dark-blue);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 767px) {
  .section4 .text_video {
    max-height: 120px;
    max-width: 120px;
  }
}

.section4 .descr_video {
  font-weight: 500;
  max-width: 160px;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.05em;
}

.section4 .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1c427e;
  margin: -1.25rem;
  width: 16rem;
  height: 16rem;
  z-index: 0;
}

@media (max-width: 767px) {
  .section4 .shape {
    display: none;
  }
}


/*======================================
    section - 5
========================================*/

.section5 .card_item {
  border-radius: 0 !important;
}

.section5 .item-wrapper {
  height: 100%;
  overflow: visible;
}

.section5 .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.section5 .card-box:hover {
  transform: translateY(-3rem);
}

.section5 .card-box:hover img {
  transform: scale(1.01);
}

.section5 .card-title {
  margin-bottom: .75rem;
  color: var(--black);
}

.section5 .card-text {
  margin-bottom: 1.25rem;
}

.section5 .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}

.section5 img,
.section5 .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.section5 .item:focus,
.section5 span:focus {
  outline: none;
}

@media (max-width: 767px) {
  .section5 .card-box {
    padding: 0 0 1rem;
  }
}

@media (max-width: 991px) {
  .section5 .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section5 .card-title {
    margin-bottom: .5rem;
  }

  .section5 .card-text {
    margin-bottom: .75rem;
  }

  .section5 .item-img {
    margin-bottom: 1.5rem;
  }

  .section5 .card-box:hover {
    transform: translateY(0);
  }

  .section5 .card-box:hover img {
    transform: scale(1.01);
  }
}

@media (min-width: 992px) {
  .section5 .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .section5 .no-gutters>[class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section5 .card_item .item-wrapper {
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
  }

  .section5 .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
  }
}

/*======================================
    section - 6
========================================*/

.section6 {
  background-color: var(--black);
}

.section6 .section-subtitle {
  margin-bottom: 1.5rem;
  color: #d1d1d1;
}

.section6 .text-para {
  line-height: 1.15;
}

.section6 .bottom_box {
  margin-top: 4rem;
}

.section6 .title {
  position: relative;
  z-index: 1;
}

.section6 .name {
  margin-bottom: 1rem;
  color: #c4e5f6;
}

.section6 b,
.section6 strong {
  font-weight: 500;
  color: #dc493a;
}

.section6 .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #1c427e;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .section6 .section-subtitle {
    margin-bottom: 0.75rem;
  }

  .section6 .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }

  .section6 .name {
    margin-bottom: .5rem;
  }
}

.section6 .text-para {
  color: #d1d1d1;
}

.section6 .prof {
  color: #d1d1d1;
}

/*======================================
    footer-section
========================================*/
.footer-section .first-row {
  background-color: var(--black);
  border-radius: 15px 15px 0 0;
}

.footer-section-two .first-row {
  background-color: var(--black);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.footer-section-two .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-section .second-row {
  background-color: var(--black);
  border-radius: 0 0 15px 15px;
}

.footer-section .foot-menu {
  margin-bottom: 0;
}

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

.footer-section li {
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}

.footer-section ul li:last-child {
  padding-right: 0;
}

.footer-section ul li:last-child:after {
  content: none;
}

.footer-section .section-subtitle {
  margin-bottom: .75rem;
}

@media (min-width: 992px) {
  .footer-section .box {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .footer-section .foot-menu {
    margin-bottom: 1.25rem;
  }
}

.footer-section h4 {
  color: #c4e5f6;
}

#data-privacy {
  width: 12%;
}

.footer-section .panel-book {
  background-color: var(--shade-two);
  border-radius: 12px;
}

.footer-section .panel-book .icon-container {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 30px;
}

.footer-section .panel-book .icon-container .icon {
  display: inline-block;
  flex: 0 0 auto;
  transition: transform .6s cubic-bezier(.34, 1.3, .64, 1);
  width: 30px;
}

.footer-section .panel-book .icon-container .icon:first-child {
  transform: translate3d(calc(-100% - 10px), 0, 0);
}

.footer-section .panel-book .icon-container .icon:last-child {
  transform: translate3d(-100%, 0, 0);
}

.footer-section .panel-book .card {
  transition: .3s ease-in-out;
}

.footer-section .panel-book .card:hover {
  background-color: #dcff96 !important;
  color: var(--black);
}

.footer-section .panel-book .card:hover .icon-container .icon:first-child {
  transform: translateZ(0);
}

.footer-section .panel-book .card:hover .icon-container .icon:last-child {
  transform: translate3d(10px, 0, 0);
}

/*=======================================
    Inner Page
=========================================*/

.inner-page {
  background-color: var(--black);
  overflow: hidden;
}

.inner-page .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}

.inner-page .image img {
  /* background-image: url("../images/covers/industries_cover.jpg"); */
  background-size: cover;
  background-position: center;
  min-height: 85vh;
  height: 100%;
  position: relative;
}

.inner-page .left-padding {
  width: 70%;
}

@media (min-width: 992px) {
  .inner-page .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

@media (max-width: 992px) {
  .inner-page .left-padding {
    padding-top: 50px;
    width: 93%;
  }

  .inner-page {
    height: unset !important;
  }

  .inner-page .vh-100 {
    height: unset !important;
  }

  .inner-page .image img {
    min-height: 60vh;
    height: 70%;
  }
}

@media (max-width: 762px) {
  .inner-page .left-padding {
    padding-top: 30px;
    width: 90%;
  }

  .inner-page .image img {
    min-height: unset;
  }

  .inner-page .image img {
    min-height: 50vh;
    height: 50%;
  }
}

.inner-heading {
  font-size: 100px;
}

@media (max-width: 992px) {
  .inner-heading {
    font-size: 64px;
    line-height: 110%;
  }
}

@media (max-width: 575px) {
  .inner-heading {
    font-size: 40px;
    line-height: 118%;
  }
}

.animate-charcter {
  background-image: linear-gradient(225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}


/*=============================
  breadcrumbs
===============================*/
.breadcrumb {
  font-weight: 700;
  font-size: 20px;
}

.breadcrumbs span {
  position: relative;
  display: inline-block;
}

.breadcrumbs span:nth-child(n+2)::before {
  background-color: #ff8769;
  border-radius: 50%;
  content: '';
  height: 5px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 5px;
}


/*===============================
    About Page
=================================*/

/*Team Section*/

.team-section h4 {
  color: #bbbbbb;
  letter-spacing: 3px;
}

.team-section h6 {
  color: #bbbbbb;
  letter-spacing: 3px;
}

.team-section .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

.team-section .social-row .soc-item .iconfont {
  color: #ffffff;
  transition: all 0.3s;
}

.team-section .social-row .soc-item .iconfont:hover {
  color: var(--primary);
}

/*===============================
  Contact Section
=================================*/

.contact-section .form-group .label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.contact-section .form-group {
  margin-bottom: 1rem;
}

.contact-section .form-control {
  padding: 0rem;
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #bbbbbb !important;
  color: #121212;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  min-height: 48px;
}

.contact-section .form-control {
  background-clip: border-box;
  line-height: 1rem !important;
  height: auto;
}

.contact-section textarea {
  min-height: 200px !important;
  line-height: 1.5rem !important;
}

.contact-section .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  background-color: #ffffff;
  border-color: transparent !important;
  border-bottom-color: transparent;
  border-bottom: 1px solid #bbbbbb !important;
  color: #121212;
  box-shadow: none;
  outline: none;
}

.contact-section .form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  background-color: #ffffff;
  border-color: transparent !important;
  border-bottom-color: transparent;
  border-bottom: 1px solid #bbbbbb !important;
  color: #121212;
  box-shadow: none;
  outline: none;
}

.contact-section-two .google-map {
  /*height: 35rem;*/
  position: relative;
  border-radius: 2rem;
}

.contact-section-two .google-map img {
  border-radius: 2rem;
}

.contact-section-two .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
/*============================
  Section Two
==============================*/

.section-two {
  position: relative;
  overflow: hidden;
}

.section-two .right-content p {
  margin-top: 0px;
  margin-bottom: 3vw;
  line-height: 1.25 !important;
}

.section-two .right-content .round-span {
  display: inline-block;
  margin-bottom: 0.5vw;
  padding: 0.3vw 2vw 0.13vw;
  border-radius: 175px;
}

.section-two .left-image {
  position: absolute;
  top: 0;
  left: -20%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section-two .right-content p {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}

/*=========================
  404 Section
===========================*/
.error-404 {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.error-404 iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  transform-origin: 0 0;
}

@media screen and (max-width: 991px) {
  .error-404 iframe {
    position: absolute;
    bottom: 50%;
  }

  .error-404 .mobile-view {
    position: relative;
    z-index: 999;
  }

  .error-404 iframe {
    height: auto;
    transform: scale(6.5);
    transform-origin: unset;
  }
}


/*===========================
  Counter Section
=============================*/
.counter-section {
  background: linear-gradient(to right, #f5f7f6 42%, white 42%);
}

.counter-section .title-heading {
  font-size: 56px;
  color: var(--dark-blue);
  letter-spacing: -0.02em;
  line-height: 95%;
}

.counter-section .sub-heading {
  font-weight: 300;
  font-style: italic;
  font-size: 62px;
  color: var(--shade-three);
  letter-spacing: -0.04em;
  line-height: 95%;
}

.counter-section .right-content h4 {
  font-size: 7rem;
  color: var(--dark-blue);
  letter-spacing: -0.04em;
  line-height: 112.5px;
}

.counter-section .right-content h5 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #009CBD !important;
  letter-spacing: 1px;
  line-height: 1.4rem;
}

.counter-section .right-content .card-one {
  margin-bottom: 150px;
}

.counter-section .card-one {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  border: 0 solid #333;
  border-bottom-width: 1px;
  border-bottom-color: #C5C6C7;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 3rem !important;
  padding-left: 0px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

/*===============================
  Industries Page
=================================*/

/*features-section-one*/

/* .features-section-one{
  background: linear-gradient(to right, var(--white) 44%, #f8f8f8 44%);
} */
.features-section-one h2 {
  font-weight: 500;
}

.features-section-one .card {
  border: none;
}

.features-section-one .card h2 {
  font-size: 24px;
}

.features-section-one .card p {
  font-size: 18px;
  line-height: 148%;
  text-align: justify;
}

.features-section-one .card .icon i {
  background: var(--color-gradient-icon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Service comman click view */
.features-section-two summary {
  cursor: pointer;
  outline: none;
  list-style: none;
  /* Remove default list-style */
}

.features-section-two summary::-webkit-details-marker {
  display: none;
  /* Remove default marker in Chrome/Safari */
}

.features-section-two summary::-moz-list-bullet {
  display: none;
  /* Remove default marker in Firefox */
}

.features-section-two .icon-plus,
.features-section-two .icon-minus {
  margin-left: 5px;
}

.features-section-two .icon-minus {
  display: none;
}

.features-section-two summary:focus .icon-plus {
  display: none;
}

.features-section-two summary:focus .icon-minus {
  display: inline-block;
}

/*features-section-two*/
.features-section-two .number {
  font-weight: 700;
  font-size: 72px;
  background: var(--color-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 4px;
}

@media (max-width: 992px) {
  .features-section-two .number {
    font-size: 55px;
  }
}

/*features-section-three*/

.features-section-three .container-fluid {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}

.features-section-three p {
  font-size: 18px;
  line-height: 1.25;
}

.features-section-three .left-col {
  border-right: 1px solid var(--light-gray);
  padding: 30px 30px 30px 0px;
}

.features-section-three .left-col .img-fluid {
  height: 100% !important;
}

.features-section-three .right-col {
  padding: 30px 0px 30px 30px;
  display: flex;
  flex-direction: column;
}

.features-section-three.second-body .left-col {
  border-right: 0px;
  border-left: 1px solid var(--light-gray);
  padding: 30px 0px 30px 25px;
}

.features-section-three.second-body .right-col {
  padding: 30px 30px 30px 0px;
}

@media (max-width: 992px) {
  .features-section-three .right-col .display-7 {
    font-size: 16px !important;
  }

  .features-section-three .right-col .display-5 {
    margin-bottom: 130px;
    font-size: 20px;
  }

  .features-section-three p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .features-section-three .left-col {
    padding: 20px 15px 20px 15px;
    border-right: 0;
    border-bottom: 1px solid var(--light-gray);
  }

  .features-section-three .right-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-section-three.second-body .right-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-section-three.second-body .left-col {
    border-left: 0px;
    padding: 20px 15px 20px 15px;
  }

}

.features-section-four .row {
  border-radius: 40px;
}

.features-section-four .card {
  border-radius: 50px;
}

.features-section-four .card.card-one img {
  border-radius: 50px 0px 0px 50px;
}

.features-section-four .card.card-two img {
  border-radius: 50px 50px 0px 0px;
}

.features-section-four .card h5 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .features-section-four .card h5 {
    font-size: 25px;
  }

  .features-section-four .card .display-7 {
    font-size: 16px !important;
  }

}

@media (max-width: 768px) {
  .features-section-four .card.card-one img {
    border-radius: 50px 50px 0px 0px;
  }
}

/*================================
  Blog Section
==================================*/

.blog-section .card {
  border-radius: 55px !important;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.blog-section .card .image {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  border-bottom: 2px solid gray;
  height: 335px;
}

.blog-section .card img {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  /* object-fit: cover; */
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

.blog-section .card:hover img {
  transform: scale(1.02);
}

.blog-section .card h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.blog-section .blog-card:hover {
  background-color: var(--shade-one);
  transform: translateY(-10px);
}

.blog-details .blog-badge {
  background-color: #000;
  display: initial;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: inline-block;
  background-color: #fef3f6;
  color: #98304e;
}

.blog-details .blog_heading {
  font-weight: 500;
  line-height: 1.1;
  font-size: 3rem;
}

.blog-details img {
  border-radius: 4rem !important;
}

.blog-details .blog-description {
  border-radius: 4rem !important;
}



@media (max-width: 992px) {
  .blog-section .card .image {
    height: 260px;
  }
}

.blog-detail-image img {
  height: 560px;
}

.blog-details a {
  color: var(--white);
}

.blog-description img {
  border-radius: 30px !important;
  margin-bottom: 30px;
}

.blog-description p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {

  .blog-details .display-2,
  .blog-details h4 {
    font-size: 20px !important;
  }

  .blog-detail-image img {
    height: 260px;
  }
}

/*===============================
  cookie-section
=================================*/

.cookie-section.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.cookie-section.wrapper.show {
  right: 20px;
}

.cookie-section.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cookie-section header i {
  color: var(--primary);
  font-size: 32px;
}

.cookie-section header h2 {
  color: var(--primary);
  font-weight: 500;
}

.cookie-section.wrapper .data {
  margin-top: 16px;
}

.cookie-section.wrapper .data p {
  color: #333;
  font-size: 16px;
}

.cookie-section .data p a {
  color: var(--primary);
  text-decoration: none;
}

.cookie-section .data p a:hover {
  text-decoration: underline;
}

.cookie-section.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-section .buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: var(--dark-blue);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.cookie-section .buttons #acceptBtn:hover {
  background-color: var(--primary);
}

#declineBtn {
  border: 2px solid var(--primary);
  background-color: #fff;
  color: var(--primary);
}

#declineBtn:hover {
  background-color: var(--primary);
  color: #fff;
}

/*==================================
  clientele-section
====================================*/
.clientele-section .row {
  background-color: var(--shade-three);
  border-radius: 50px;
}

.clientele-section .round-circle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientele-section img {
  width: 250px;
  transition: all 0.3s;
}

.clientele-section .round-circle:hover img {
  transform: scale(1.1);
  ;
}

@media (max-width: 992px) {
  .clientele-section .round-circle {
    width: 14vh;
    height: 14vh;
  }
}

@media (max-width: 768px) {
  .clientele-section .round-circle {
    width: 20vh;
    height: 20vh;
  }
}



/*=====================================
    Career Section
=======================================*/
.career-section-one {
  background-color: var(--shade-three);
  border-radius: 50px;
  margin: 26px;
}

.career-section-one h3 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  color: #fff;
}

.career-section-one .number {
  font-size: 3rem;
  line-height: 1;
}

.career-section-one .career-img {
  border-radius: 50px;
}

/*=====================================
    Case Study Section
=======================================*/
.casestudy-section-one .nav-pills .nav-link {
  border: 1px solid var(--shade-three);
  border-radius: 50px;
  margin-left: 20px;
  padding: 10px 30px 10px 30px;
}

.casestudy-section-one .nav-link {
  color: #27272e;
}

.casestudy-section-one .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--shade-one);
  color: #000;
  font-weight: 700;
}


/*=====================================
    Commaon Img Scetion
=======================================*/
.cimg-seek {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #131419;
}

.cimg-seek .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cimg-seek .team-card:hover {
  transform: translateY(-10px);
}

.cimg-seek .container {
  max-width: 1500px;
}

.cimg-seek .card2 {
  margin-top: 4rem;
}

.cimg-seek img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cimg-seek h5 {
  margin-bottom: 0.2rem;
}

.cimg-seek .image-wrap {
  transition: all 0.3s;
  overflow: hidden;
  height: 800px;
}

.cimg-seek .mbr-role {
  transition: all 0.3s;
}

.cimg-seek .title {
  padding: 0 3rem;
}

@media (max-width: 1400px) {
  .cimg-seek .title {
    padding: 0 1rem;
  }
}

.cimg-seek .card-wrap {
  padding: 2rem;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .cimg-seek .card-wrap {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1400px) {
  .cimg-seek .card-wrap {
    padding: 0rem;
  }
}

.cimg-seek .card-wrap .image-wrap img {
  width: 100%;
}

.cimg-seek .card-wrap .content-wrap {
  padding-top: 2rem;
  transition: all 0.3s;
}

.cimg-seek .card-wrap:hover img {
  transform: scale(1.2);
}

.cimg-seek .card-wrap:hover .image-wrap {
  transform: scale(0.95);
}

.cimg-seek .card-wrap:hover .content-wrap {
  padding-left: 1.5rem;
}

.cimg-seek .card-wrap:hover .mbr-role {
  color: var(--primary);
}

.cimg-seek .mbr-role,
.cimg-seek .social-row {
  color: #ffffff;
}

.cimg-seek .section-subtitle {
  color: #bbbbbb;
  font-weight: 600;
}

.cimg-seek .card-title,
.cimg-seek .social-row {
  color: #353535;
}

.cimg-seek .mbr-section-text {
  color: #707070;
}

@media (max-width: 767px) {
  .cimg-seek .card-wrap .content-wrap {
    padding-left: 0rem !important;
  }
}

.cimg-seek .section-title {
  color: #ffffff;
}

.cimg-seek .mbr-text {
  color: #bbbbbb;
}







/*=====================================
  Login Register
=======================================*/
.signup-pass {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.login-page, .register-page,
.thank-you-page {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.login-page,
.register-page {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.login-page .loginpage-logo {
  display: block ruby;
  text-align: center;
}

.login-page .card {
  border: none;
  padding: 22px 20px;
  border-radius: 16px;
}

.login-page .form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid var(--primary);
}

.login-page .sign-in-text {
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.18px;
}

@media (max-width: 992px) {
  .login-page .card {
    padding: 22px 0px;
  }
}

.is-invalid{
  border: 1px solid red !important;
}
.contact-section .is-invalid{
  border: unset !important;
  border-bottom: 1px solid red !important;
}

















/*Home Section*/

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.section-one {
  padding-top: 34rem;
  padding-bottom: 0rem;
  background-image: url("../images/common/habout_parallax.jpg");
}

@media (max-width: 767px) {
  .section-one {
    padding-top: 30.6rem;
  }
}

.section-one .section-title {
  color: #000000;
}

.section-one .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .section-one .d-flex {
    justify-content: center;
  }
}

.section-one .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}

.section-one .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}

@media (max-width: 767px) {
  .section-one .link-wrapper {
    justify-content: center;
  }
}

.section-one .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}

.section-one .section-subtitle {
  width: fit-content;
  text-align: center;
  background: var(--black);
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 10rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}

.section-one .section-subtitle:hover {
  background: var(--primary);
  color: var(--white);
}

@media (max-width: 767px) {
  .section-one .section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}

.section-one .link,
.section-one .link-icon {
  color: #000000;
}

/*Home Section One End*/

/*Home Section Two*/

.services-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}

.services-section .section-title {
  color: #ffffff;
}

.services-section .section-subtitle {
  color: #ffffff;
}

.services-section h3 {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}

.services-section h4 {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 1.5;
}

/*Home Section Two End*/


/*Home Section Three*/

.home-features-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}

.home-features-section .row {
  justify-content: center;
}

.home-features-section img {
  transition: all 0.3s;
  object-fit: cover;
}

@media (min-width: 767px) {
  .home-features-section .card1 {
    margin-top: 10rem;
  }
}

@media (min-width: 1400px) {
  .home-features-section .card1 {
    margin-top: 10rem;
    padding: 0 3rem;
  }

  .home-features-section .card2 {
    padding: 0 3rem;
  }
}

.home-features-section .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .home-features-section .image-wrapper {
    padding: 1rem;
  }
}

.home-features-section .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}

.home-features-section .image-wrapper:hover .img-link {
  background: var(--primary);
  color: var(--white);
}

@media (max-width: 767px) {
  .home-features-section .image-wrapper {
    margin-bottom: 2rem;
  }
}

.home-features-section .img-link {
  background: #000000;
  transition: all 0.1s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}

@media (min-width: 992px) {
  .home-features-section .text-wrapper {
    padding: 0 2rem;
  }
}

.home-features-section p {
  max-width: 500px;
}

.home-features-section .section-title {
  color: #ffffff;
}


/*Home Section Three End*/

.home-about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.home-about-section .section-title {
  color: #000000;
}

.home-about-section .link-col {
  margin-bottom: 0;
  margin-top: auto;
}

.home-about-section .row {
  justify-content: space-between;
}

.home-about-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .home-about-section .image-wrapper {
    margin-top: 2rem;
  }
}

@media (min-width: 1400px) {
  .home-about-section .image-wrapper {
    margin-left: 4rem;
  }
}

.home-about-section .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}

.home-about-section .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}

@media (max-width: 1400px) {
  .home-about-section .link-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .home-about-section .link-wrapper {
    justify-content: center;
  }
}

.home-about-section .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}

.home-about-section .section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}

.home-about-section .link,
.home-about-section .link-icon {
  color: #000000;
}

/*====================================
  testimonial-section
======================================*/
.testimonial-section img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px
}

.testimonial-section .carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 115% !important;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: var(--black) !important;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  left: -5%;
}

@media (max-width: 992px) {

  .testimonial-section .carousel-control-next,
  .carousel-control-prev {
    top: 110% !important;
    left: -3%;
  }
}

@media (max-width: 768px) {

  .testimonial-section .carousel-control-next,
  .carousel-control-prev {
    top: 110% !important;
    left: 0%;
  }

  .testimonial-section .image-wrapper.me-5 {
    margin-right: unset !important;
  }
}



.banner-body img {
  border-radius: 15px;
}

.services-section-two {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000;
}

@media (max-width: 991px) {
  .services-section-two .col-text {
    margin-bottom: 2rem;
  }
}

.services-section-two .text-wrap {
  position: sticky;
  top: 5rem;
}

@media (max-width: 991px) {
  .services-section-two .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .services-section-two .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.services-section-two .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}

.services-section-two .sub-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}

@media (max-width: 767px) {
  .services-section-two .sub-text {
    grid-column-end: 3;
  }
}

.services-section-two .card-container {
  width: 100%;
  margin-top: 15rem;
}

@media (max-width: 575px) {
  .services-section-two .card-container {
    margin-top: 0;
  }
}

.services-section-two .card {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 40px
}

@media (max-width: 991px) {
  .services-section-two .card {
    padding: 24px 0;
  }
}

.services-section-two .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}

@media (max-width: 1599px) {
  .services-section-two .card-wrap {
    min-height: 615px;
  }
}

@media (max-width: 1399px) {
  .services-section-two .card-wrap {
    min-height: 525px;
  }
}

@media (max-width: 1199px) {
  .services-section-two .card-wrap {
    min-height: 435px;
  }
}

@media (max-width: 991px) {
  .services-section-two .card-wrap {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .services-section-two .card-wrap {
    padding: 24px;
  }
}

.services-section-two .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.services-section-two .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section-two .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 80%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: var(--primary);
}

@media (max-width: 991px) {
  .services-section-two .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}

@media (max-width: 767px) {
  .services-section-two .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}

@media (max-width: 575px) {
  .services-section-two .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}

.services-section-two .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
  bottom: 100px;
}

@media (max-width: 767px) {
  .services-section-two .card-text-box {
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .services-section-two .card-text-box {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .services-section-two .card-text-box {
    width: 100%;
  }
}

.services-section-two .card-title {
  color: #f6f6ef;
  margin-bottom: 1rem;
}

.services-section-two .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}


/*===================================
    CONATCT PAGE  MAP
/*===================================*/
@media (min-width: 300px) and (max-width: 600px) {
    .map {
        width: 290px;
    }
    .map .btn-pos-india {
        right: 21.7%;
        bottom: 33.5%;
    }
    .map .btn-pos-singapore {
        right: 13.2%;
        bottom: 24.2%;
    }
    .map .btn-pos-uae {
        right: 29%;
        bottom: 35.5%;
    }
    .map .tt-circle {
        min-width: 12px;
        min-height: 12px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: #017CAE;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 12px;
        min-height: 12px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .map {
        width: 540px;
    }
    .map .btn-pos-india {
        right: 25.5%;
        bottom: 40%;
    }
    .map .btn-pos-singapore {
        right: 17.2%;
        bottom: 31%;
    }
    .map .btn-pos-uae {
        right: 33.2%;
        bottom: 42.4%;
    }
    .map .tt-circle {
        min-width: 25px;
        min-height: 25px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: #017CAE;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 25px;
        min-height: 25px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .map {
        height: 440px;
        width: 720px;
    }
    .map .btn-pos-india {
        right: 27%;
        bottom: 43%;
    }
    .map .btn-pos-singapore {
        right: 18.6%;
        bottom: 33.5%;
    }
    .map .btn-pos-uae {
        right: 34.5%;
        bottom: 44.8%;
    }
    .map .tt-circle {
        min-width: 35px;
        min-height: 35px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: #017CAE;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 35px;
        min-height: 35px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .map {
        height: 607px;
        width: 1024px;
    }
    .map .btn-pos-india {
        right: 27.8%;
        bottom: 43.8%;
    }
    .map .btn-pos-singapore {
        right: 19.4%;
        bottom: 34.7%;
    }
    .map .btn-pos-uae {
        right: 35.2%;
        bottom: 46%;
    }
    .map .tt-circle {
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .map {
        width: 1140px;
    }
    .map .btn-pos-india {
        right: 28.2%;
        bottom: 44.4%;
    }
    .map .btn-pos-singapore {
        right: 19.7%;
        bottom: 35.3%;
    }
    .map .btn-pos-uae {
        right: 35.6%;
        bottom: 46.6%;
    }
    .map .tt-circle {
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background-color: #017CAE;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media only screen and (min-width: 1400px) {
    .map {
        width: 1320px;
    }
    .map .btn-pos-india {
        right: 28.5%;
        bottom: 45%;
    }
    .map .btn-pos-singapore {
        right: 20%;
        bottom: 35.6%;
    }
    .map .btn-pos-uae {
        right: 35.8%;
        bottom: 46.8%;
    }
    .map .tt-circle {
        min-width: 45px;
        min-height: 45px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
    }
    .map .anm-circle {
        min-width: 40px;
        min-height: 40px;
        border-radius: 50%;
        position: absolute;
        background-color: #017CAE;
        animation: e-hotspot-expand 2s infinite;
    }
    @keyframes e-hotspot-expand {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.5);
            opacity: 0.3;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.ff-main {
    font-family: "D-DIN", sans-serif;
}

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

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

.map .btn {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.map .tooltip {
    visibility: hidden;
    background-color: #017CAE;
    color: #fff;
    text-align: left;
    padding: 15px;
    position: absolute;
    z-index: 1080;
    top: -130px;
    left: -100px;
    display: inline-block;
    white-space: nowrap;
}

.map .tt-circle:hover+.tooltip {
    visibility: visible;
    opacity: 1;
}

.map .tooltip-2 {
    visibility: hidden;
    background-color: #017CAE;
    color: #fff;
    text-align: left;
    padding: 15px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    z-index: 1080;
    top: -160px;
    left: -100px;
}

.map .tt-circle:hover+.tooltip-2 {
    visibility: visible;
    opacity: 1;
}



/*======================
  GMS Panel
========================*/

.gmspanel-section-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.gmspanel-section-3 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-3 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-3 .title-wrapper .gms-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .gmspanel-section-3 .title-wrapper .gms-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .gmspanel-section-3 .title-wrapper .gms-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.gmspanel-section-3 .items-wrapper {
  margin: 0;
}
.gmspanel-section-3 .items-wrapper .item {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gmspanel-section-3 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper {
  display: flex;
  padding: 0 40px 0 0;
  height: 100%;
  padding: 0 40px 40px 0;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .gmspanel-section-3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .gmspanel-section-3 .items-wrapper .item .item-wrapper {
    padding: 0 0 20px 0;
  }
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gmspanel-section-3 .items-wrapper .item .item-wrapper .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gmspanel-section-3 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .gms-section-btn {
  margin-top: 20px;
}
.gmspanel-section-3 .items-wrapper .item .item-wrapper .gms-section-btn .btn {
  margin-bottom: 0;
}
.gmspanel-section-3 .gms-section-title {
  color: #000;
}
.gmspanel-section-3 .item-number {
  color: var(--primary);
}
.gmspanel-section-3 .item-title {
  color: var(--primary);
}
.gmspanel-section-3 .item-text {
  color: #58595b;
}


.gmspanel-section-4 {
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.gmspanel-section-4 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-4 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-4 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper {
    display: block;
  }
}
.gmspanel-section-4 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.gmspanel-section-4 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap {
    display: block;
  }
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item {
  margin: 10px 10px 0 0;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item {
    margin: 0 0 10px 0;
  }
  .gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.gmspanel-section-4 .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.gmspanel-section-4 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #093388;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.gmspanel-section-4 .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.gmspanel-section-4 .card-wrapper .content-wrapper .icon-wrapper .gms-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #f4f4f4;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .content-wrapper .icon-wrapper .gms-iconfont {
    font-size: 54px;
  }
}
.gmspanel-section-4 .card-wrapper .content-wrapper .title-wrapper .gms-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .content-wrapper .title-wrapper .gms-section-title {
    width: 100%;
  }
}
.gmspanel-section-4 .card-wrapper .content-wrapper .text-wrapper .gms-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gmspanel-section-4 .card-wrapper .content-wrapper .text-wrapper .gms-text {
    width: 100%;
  }
}
.gmspanel-section-4 .card-wrapper .content-wrapper .gms-section-btn .btn {
  margin-bottom: 0;
}
.gmspanel-section-4 .btn-wrapper {
  margin-top: -10%;
}
.gmspanel-section-4 .gms-section-title {
  color: #fff;
}
.gmspanel-section-4 .gms-text {
  color: #d7d2d2;
}
.gmspanel-section-4 .item-title {
  color: #58595b;
}



 .gmspanel-section-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.gmspanel-section-5 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-5 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-5 .title-wrapper .gms-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .gmspanel-section-5 .title-wrapper .gms-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .gmspanel-section-5 .title-wrapper .gms-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.gmspanel-section-5 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.gmspanel-section-5 .items-wrapper {
  margin: 0;
}
.gmspanel-section-5 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.gmspanel-section-5 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .gmspanel-section-5 .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .gmspanel-section-5 .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .gms-section-btn {
  margin-top: 20px;
}
.gmspanel-section-5 .items-wrapper .item .item-wrapper .item-content .gms-section-btn .btn {
  margin-bottom: 0;
}
.gmspanel-section-5 .gms-section-title {
  color: #000;
}
.gmspanel-section-5 .item-number {
  color: #f4f4f4;
}
.gmspanel-section-5 .item-title {
  color: var(--primary);
}
.gmspanel-section-5 .item-text {
  color: #58595b;
}




.gmspanel-section-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.gmspanel-section-6 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-6 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-6 .title-wrapper .gms-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gmspanel-section-6 .title-wrapper .gms-section-title {
    margin-bottom: 30px;
  }
}
.gmspanel-section-6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 342px;
  max-width: 342px;
}
@media (max-width: 767px) {
  .gmspanel-section-6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.gmspanel-section-6 .embla__slide .slide-content {
  width: 100%;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 320px;
  border-right: 1px solid #bac0cc;
  padding: 0 20px 0 0;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .number-wrapper {
  padding-bottom: 20px;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.gmspanel-section-6 .embla__slide .slide-content .item-wrapper .item-content .gms-section-btn .btn {
  margin-bottom: 0;
}
.gmspanel-section-6 .embla__slide .slide-content .card_1 {
  background-color: #ededee;
  border: none;
  padding: 20px;
}
.gmspanel-section-6 .embla__slide .slide-content .card_1 .item-title {
  margin-bottom: 20px;
}
.gmspanel-section-6 .embla__button--next,
.gmspanel-section-6 .embla__button--prev {
  display: flex;
}
.gmspanel-section-6 .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: var(--primary) !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .gmspanel-section-6 .embla__button {
    top: 0;
  }
}
.gmspanel-section-6 .embla__button:hover {
  opacity: .6 !important;
}
.gmspanel-section-6 .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .gmspanel-section-6 .embla__button.embla__button--prev {
    right: 64px;
  }
}
.gmspanel-section-6 .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .gmspanel-section-6 .embla__button.embla__button--next {
    right: 0;
  }
}
.gmspanel-section-6 .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .gmspanel-section-6 .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .gmspanel-section-6 .embla {
    padding-top: 4rem;
  }
}
.gmspanel-section-6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-top: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gmspanel-section-6 .embla__viewport.is-draggable {
  cursor: grab;
}
.gmspanel-section-6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.gmspanel-section-6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.gmspanel-section-6 .btn-wrapper {
  margin-top: -6%;
}
.gmspanel-section-6 .gms-section-title {
  color: #000;
}
.gmspanel-section-6 .item-title {
  color: var(--primary);
}
.gmspanel-section-6 .item-text {
  color: #58595b;
}
.gmspanel-section-6 .item-number {
  color: #f4f4f4;
}



.gmspanel-section-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.gmspanel-section-7 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-7 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-7 .title-wrapper .gms-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gmspanel-section-7 .title-wrapper .gms-section-title {
    margin-bottom: 30px;
  }
}
.gmspanel-section-7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 462px;
  max-width: 462px;
}
@media (max-width: 767px) {
  .gmspanel-section-7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.gmspanel-section-7 .embla__slide .slide-content {
  width: 100%;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content {
    padding-right: 0;
  }
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
  border-bottom: 1px solid #bac0cc;
  padding-bottom: 20px;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content .gms-section-btn {
  margin-top: 20px;
}
.gmspanel-section-7 .embla__slide .slide-content .item-wrapper .item-content .gms-section-btn .btn {
  margin-bottom: 0;
}
.gmspanel-section-7 .embla__button--next,
.gmspanel-section-7 .embla__button--prev {
  display: flex;
}
.gmspanel-section-7 .embla__button {
  top: 0;
  width: 54px;
  height: 42px;
  font-size: 22px;
  background-color: var(--primary) !important;
  color: #f4f4f4 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -5rem;
}
@media (max-width: 992px) {
  .gmspanel-section-7 .embla__button {
    top: 0;
  }
}
.gmspanel-section-7 .embla__button:hover {
  opacity: .6 !important;
}
.gmspanel-section-7 .embla__button.embla__button--prev {
  right: 76px;
}
@media (max-width: 768px) {
  .gmspanel-section-7 .embla__button.embla__button--prev {
    right: 64px;
  }
}
.gmspanel-section-7 .embla__button.embla__button--next {
  right: 12px;
}
@media (max-width: 768px) {
  .gmspanel-section-7 .embla__button.embla__button--next {
    right: 0;
  }
}
.gmspanel-section-7 .embla {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-top: 0;
}
@media (max-width: 992px) {
  .gmspanel-section-7 .embla {
    padding-top: 4rem;
  }
}
@media (max-width: 992px) {
  .gmspanel-section-7 .embla {
    padding-top: 4rem;
  }
}
.gmspanel-section-7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.gmspanel-section-7 .embla__viewport.is-draggable {
  cursor: grab;
}
.gmspanel-section-7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.gmspanel-section-7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.gmspanel-section-7 .item-menu-overlay {
  opacity: 0 !important;
}
.gmspanel-section-7 .gms-section-title {
  color: #000;
}
.gmspanel-section-7 .item-name {
  color: var(--primary);
}
.gmspanel-section-7 .item-role {
  color: #58595b;
}
.gmspanel-section-7 .item-number {
  color: #f4f4f4;
}






.gmspanel-section-8 .gms-fallback-image.disabled {
  display: none;
}
.gmspanel-section-8 .gms-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.gmspanel-section-8 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.gmspanel-section-8 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.gmspanel-section-8 .card-wrapper .title-wrapper .gms-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .title-wrapper .gms-section-title {
    margin-bottom: 20px;
  }
}
.gmspanel-section-8 .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.gmspanel-section-8 .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #2f5298;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.gmspanel-section-8 .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid var(--primary);
}
.gmspanel-section-8 .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid var(--primary);
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .gms-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.gmspanel-section-8 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.gmspanel-section-8 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .gmspanel-section-8 .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.gmspanel-section-8 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.gmspanel-section-8 .gms-section-title {
  color: #f4f4f4;
  text-align: center;
}
.gmspanel-section-8 .panel-title-edit {
  color: #f4f4f4;
}
.gmspanel-section-8 .panel-text {
  color: #d7d2d2;
}
