/*
Theme Name: International
Text Domain: International
version: 30
Description: Theme for International
Tags: responsive, corporate
Author: Syronx Technology
*/
.gallery-section .inner .nav-pills {
  display: flex;
  justify-content: center;
  border-top: 1px solid #818491;
  border-bottom: 1px solid #818491;
  padding: 10px 0;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gallery-section .inner .nav-pills .nav-item .nav-link {
  color: #000;
}
@media (max-width: 560px) {
  .gallery-section .inner .nav-pills .nav-item .nav-link {
    padding: 2px 4px;
  }
}
.gallery-section .inner .nav-pills .nav-item .nav-link:hover {
  background-color: var(--brand-color-1);
  color: #f0f0f0;
}
.gallery-section .inner .nav-pills .nav-item .nav-link.active {
  background-color: var(--brand-color-1);
  color: #f0f0f0;
}/*# sourceMappingURL=styles.css.map */

/***header***/
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--header-height));
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 8;
  transition: all 500ms ease;
  background-color: #fff;
  box-shadow: 0 0 2px 1px grey;
}
.top-header .top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  width: 100%;
  overflow: hidden;
}
.top-header .header-logo {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .top-header .header-logo {
    font-size: 20px;
  }
}
.top-header .header-logo span {
  color: var(--brand-color-1);
}
.top-header .header-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  left: -74px;
  position: relative;
  top: -74px;
  position: absolute;
  z-index: 3;
  width: 250px;
  height: 154px;
}
@media (max-width: 640px) {
  .top-header .header-logo img {
    width: 200px;
    left: -20px;
  }
}
.top-header .nav {
  display: flex;
  justify-content: flex-end;
  transition: all 500ms ease;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .top-header .nav {
    display: none;
  }
}
.top-header .nav li {
  font-size: 17px;
  line-height: 1.875;
  color: #000;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-header .nav li:not(:last-child) {
  margin-right: 25px;
}
.top-header .nav li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease;
  display: flex;
  align-items: center;
  font-family: var(--font-tit);
  position: relative;
}
.top-header .nav li a::after {
  content: "";
  background-color: var(--brand-color-2);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 500ms ease;
}
.top-header .nav li a:hover {
  color: var(--brand-color-2);
}
.top-header .nav li a:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.top-header .nav li a:hover + .nav-dropdown {
  opacity: 1;
  z-index: 4;
}
.top-header .nav li a .link-icon {
  margin-left: 5px;
  font-size: 12px;
}
.top-header .nav li .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 150px;
  z-index: -1;
  opacity: 0;
  display: none;
}
.top-header .nav li .sub-menu li a {
  padding: 8px 4px;
  color: var(--brand-light);
  font-size: 14px;
}
.top-header .nav li .sub-menu li a:hover {
  color: var(--brand-color-1);
}
.top-header .nav li .sub-menu li a:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
}
.top-header .nav li .nav-drop-on {
  opacity: 1;
  z-index: 3;
  display: flex;
}
.top-header .nav .current-menu-item a {
  color: var(--brand-color-2) !important;
}
.top-header .nav .current-menu-item a::after {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.top-header .nav .current-menu-item a + .nav-dropdown {
  opacity: 1;
  z-index: 4;
}
.top-header .header-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  background-color: var(--brand-color-1);
  border: 1px solid var(--brand-color-1);
  border-radius: 30px;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top-header .header-call {
    padding: 3px 15px;
    width: 220px;
  }
}
.top-header .header-call:hover {
  background-color: #fff;
  color: var(--brand-color-3);
}
.top-header .header-call .call-icon {
  font-size: 22px;
}
@media (max-width: 768px) {
  .top-header .header-call .call-icon {
    font-size: 17px;
  }
}
.top-header .header-call .call-info {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .top-header .header-call .call-info {
    font-size: 12px;
  }
}

.small-nav {
  display: none;
}
.small-nav .header-bars {
  cursor: pointer;
  color: #000;
  font-size: 26px;
}
@media (max-width: 992px) {
  .small-nav {
    display: flex;
  }
}

.small-nav-container {
  position: fixed;
  z-index: -4;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  background-color: var(--brand-color-1);
  transition: all 500ms ease;
  left: 0;
  top: 0;
  padding: 60px 0;
}
.small-nav-container .small-nav-inner {
  display: flex;
  flex-direction: column;
  list-style: none;
  row-gap: 15px;
}
.small-nav-container .small-nav-inner li {
  font-size: 15px;
  line-height: 1.875;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.small-nav-container .small-nav-inner li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease;
  display: flex;
  align-items: center;
}
.small-nav-container .small-nav-inner li a:hover {
  color: var(--brand-color-1);
}
.small-nav-container .small-nav-inner li a:hover + .nav-dropdown {
  opacity: 1;
  z-index: 4;
}
.small-nav-container .small-nav-item {
  color: #fff;
}
.small-nav-container .small-nav-item a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}
.small-nav-container .small-nav-item a:hover {
  color: #000;
}
.small-nav-container .small-nav-item a .link-icon {
  margin-left: 5px;
  font-size: 12px;
}
.small-nav-container .small-nav-item .small-nav-dropdown {
  display: flex;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  display: none;
  padding-left: 20px;
}
.small-nav-container .small-nav-item .small-nav-dropdown a {
  padding: 3px 4px;
  color: #fff;
  font-size: 14px;
}
.small-nav-container .small-nav-item .small-nav-dropdown a:hover {
  color: var(--brand-color-1);
}
.small-nav-container .small-nav-item .small-nav-drop-on {
  opacity: 1;
  z-index: 3;
  display: flex;
}
.small-nav-container .small-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}

.small-nav-con-on {
  opacity: 1 !important;
  z-index: 50 !important;
}
.footer-section {
  background-color: var(--brand-color-1);
  padding: 0 !important;
  position: relative;
}
.footer-section .footer-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer-section .footer-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-section .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.footer-section .footer-top {
  height: 180px;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 640px) {
  .footer-section .footer-top {
    height: 100px;
  }
}
.footer-section .footer-top .container {
  height: 100%;
}
.footer-section .footer-top .container .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media (max-width: 560px) {
  .footer-section .footer-top .container .inner {
    justify-content: flex-start;
  }
}
.footer-section .footer-top .container .inner .logo {
  position: absolute;
  background-color: transparent;
}
.footer-section .footer-top .container .inner .logo img {
  width: 200px;
}
@media (max-width: 640px) {
  .footer-section .footer-top .container .inner .logo img {
    width: 150px;
  }
}
.footer-section .footer-middle {
  position: relative;
}
.footer-section .footer-middle .container .inner {
  border-top: 1px solid rgba(221, 221, 221, 0.1098039216);
  border-bottom: 1px solid rgba(221, 221, 221, 0.1098039216);
  flex-wrap: wrap;
  display: flex;
  padding: 40px 0;
}
@media (max-width: 560px) {
  .footer-section .footer-middle .container .inner {
    padding: 20px 0;
    row-gap: 30px;
  }
}
.footer-section .footer-middle .container .inner .box {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-section .footer-middle .container .inner .box h3 {
  color: #fff;
}
.footer-section .footer-middle .container .inner .box p {
  color: #fff;
}
@media (max-width: 448px) {
  .footer-section .footer-middle .container .inner .box {
    flex-basis: 100%;
    border-right: none !important;
    align-items: flex-start;
    text-align: left;
  }
}
.footer-section .footer-middle .container .inner .box:not(:last-child) {
  border-right: 1px solid rgba(221, 221, 221, 0.1098039216);
}
.footer-section .footer-bottom {
  padding: 40px 0 40px;
  position: relative;
}
@media (max-width: 560px) {
  .footer-section .footer-bottom {
    padding: 20px 0;
  }
}
.footer-section .footer-bottom .container .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.footer-section .footer-bottom .container .inner .box h3 {
  color: #fff;
}
.footer-section .footer-bottom .container .inner .box ul li a:hover {
  color: var(--brand-color-2);
}
.footer-section .footer-bottom .container .inner .about-box {
  flex-basis: 40%;
}
@media (max-width: 560px) {
  .footer-section .footer-bottom .container .inner .about-box {
    flex-basis: 100%;
  }
}
.footer-section .footer-bottom .container .inner .about-box p {
  color: #ccc;
}
.footer-section .footer-bottom .container .inner .about-box .about-icons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
}
.footer-section .footer-bottom .container .inner .about-box .about-icons a {
  font-size: 18px;
  background-color: var(--brand-color-2);
  color: #fff;
  transition: all 500ms ease;
  padding: 4px 12px;
  border-radius: 5px;
}
.footer-section .footer-bottom .container .inner .about-box .about-icons a:hover {
  transform: scale(1.1);
  color: #fff;
}
.footer-section .footer-bottom .container .inner .service-box {
  flex-basis: 20%;
}
@media (max-width: 560px) {
  .footer-section .footer-bottom .container .inner .service-box {
    flex-basis: 100%;
  }
}
.footer-section .footer-bottom .container .inner .service-box ul {
  list-style: none;
  padding-left: 0;
}
.footer-section .footer-bottom .container .inner .service-box .services {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer-section .footer-bottom .container .inner .service-box .services a {
  color: #ccc;
  text-decoration: none;
  font-size: var(--para);
}
.footer-section .footer-bottom .container .inner .gallery-box {
  flex-basis: 30%;
}
@media (max-width: 560px) {
  .footer-section .footer-bottom .container .inner .gallery-box {
    flex-basis: 50%;
  }
}
.footer-section .footer-bottom .container .inner .gallery-box .images {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.footer-section .footer-bottom .container .inner .gallery-box .images img {
  flex-basis: calc(33% - 8px);
  width: calc(33% - 10px);
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .footer-section .footer-bottom .container .inner .gallery-box .images img {
    height: 50px;
  }
}
@media (max-width: 560px) {
  .footer-section .footer-bottom .container .inner .gallery-box .images img {
    height: 70px;
  }
}
.footer-section .footer-copyright {
  position: relative;
}
.footer-section .footer-copyright .container .inner {
  border-top: 1px solid rgba(221, 221, 221, 0.1098039216);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: var(--para);
  color: #fff;
}
.footer-section .footer-copyright .container .inner a {
  color: var(--brand-color-2);
  text-decoration: none;
  font-weight: bold;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--font-tit);
  font-weight: 400;
}

:root {
  --header-height: 90px;
  --brand-color-2: #db0808;
  --brand-color-1: #0054a4;
  --brand-light: #f2f3f5;
  --font-hind: "Hind", sans-serif;
  --font-cormorant: "Cormorant", serif;
  --font-poppins: "Poppins", sans-serif;
  --font-mons: "Montserrat", sans-serif;
  --font-jost: "Jost", sans-serif;
  --font-open: "Open Sans", sans-serif;
  --font-tit: "Titillium Web", sans-serif;
  --para: 14px;
  --para-heading: 17px;
  --section-heading: 20px;
  --sub-heading: 28px;
  --heading: 38px;
  --extra-heading: 48px;
}

@media (max-width: 992px) {
  :root {
    --para: 13px;
    --para-heading: 15px;
    --section-heading: 17px;
    --sub-heading: 22px;
    --heading: 26px;
    --extra-heading: 32px;
  }
}
@media (max-width: 640px) {
  :root {
    --para: 13px;
    --para-heading: 14px;
    --section-heading: 15px;
    --sub-heading: 16px;
    --heading: 20px;
    --extra-heading: 24px;
  }
}
h1 {
  font-size: var(--extra-heading);
  font-family: var(--font-tit);
  color: #000;
}

h2 {
  font-size: var(--heading);
  font-family: var(--font-tit);
  color: #000;
}

h3 {
  font-size: var(--sub-heading);
  font-family: var(--font-tit);
  color: #000;
}

h4 {
  font-size: var(--section-heading);
  font-family: var(--font-tit);
  color: #000;
}

h5 {
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  color: #000;
}

p {
  font-size: var(--para);
  font-family: var(--font-tit);
  margin-bottom: 0;
  font-weight: 400;
  color: #222;
  line-height: 22px;
}

ul li {
  font-size: var(--para);
  font-family: var(--font-tit);
  margin-bottom: 0;
  color: #222;
  line-height: 22px;
}

ol li {
  font-size: var(--para);
  font-family: var(--font-tit);
  margin-bottom: 0;
  color: #222;
  line-height: 22px;
}

.section {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .section {
    padding: 30px 0;
  }
}

.section-heading-container .section-heading-top {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 12px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  color: var(--brand-color-2);
  font-family: var(--font-tit);
}
.section-heading-container .section-heading {
  font-family: var(--font-tit);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 38px;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .section-heading-container {
    font-size: 24px;
  }
}
@media (max-width: 448px) {
  .section-heading-container {
    font-size: 22px;
  }
}

.topics {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .topics {
    margin-top: 15px;
  }
}

.main-button {
  padding-left: 25px !important;
  padding-right: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: var(--brand-color-1);
  border: 1px solid var(--brand-color-1);
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  transition: all 500ms ease;
  text-decoration: none;
  color: #fff;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  font-family: var(--font-tit);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 25px;
}
.main-button:hover {
  background-color: var(--brand-color-2);
  color: #fff;
  border-color: var(--brand-color-2);
}
@media (max-width: 560px) {
  .main-button {
    padding: 8px 15px;
    font-size: 15px;
  }
}

.alternate-button {
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: var(--brand-color-2);
  border: 1px solid var(--brand-color-2);
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  transition: all 500ms ease;
  text-decoration: none;
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: var(--font-tit);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 25px;
}
.alternate-button:hover {
  background-color: var(--brand-color-1);
  color: #fff;
}
@media (max-width: 560px) {
  .alternate-button {
    padding: 8px 15px;
    font-size: 15px;
  }
}

.page-top {
  position: relative;
  margin-top: var(--header-height);
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 640px) {
  .page-top {
    height: 300px;
  }
}
@media (max-width: 448px) {
  .page-top {
    height: 250px;
  }
}
.page-top .page-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.page-top .page-image .shade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}
.page-top .page-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.page-top .page-top-header {
  font-family: var(--font-tit);
  font-size: 38px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 0px;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-top .page-top-header {
    font-size: 28px;
  }
}
@media (max-width: 448px) {
  .page-top .page-top-header {
    font-size: 24px;
  }
}
.page-top .page-top-desc {
  margin-top: 5px;
  color: #e1e1e4;
  font-size: var(--para-heading);
  line-height: 26px;
  font-weight: 300;
  font-family: var(--font-tit);
  letter-spacing: 1.5px;
  font-style: italic;
}
.page-top .page-top-desc span {
  color: var(--brand-color-2);
}
.hero-section {
  height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
  }
}
.hero-section .hero-mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero-section .hero-mobile {
    display: block;
  }
}
.hero-section .hero-mobile .hero-mobile-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-section .hero-mobile .hero-mobile-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-mobile .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.hero-section .hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.hero-section .hero-bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .bubble-big {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background-color: rgba(0, 84, 164, 0.4705882353);
  position: absolute;
  right: 60px;
  top: 0px;
  animation-name: scaleanim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@media (max-width: 768px) {
  .hero-section .bubble-big {
    width: 130px;
    height: 130px;
  }
}
.hero-section .bubble-medium {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: rgba(0, 84, 164, 0.4705882353);
  position: absolute;
  bottom: 0px;
  left: 40%;
  animation-name: scaleanim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@media (max-width: 768px) {
  .hero-section .bubble-medium {
    width: 70px;
    height: 70px;
  }
}
.hero-section .bubble-small {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: rgba(0, 84, 164, 0.4705882353);
  position: absolute;
  left: 0;
  top: 30px;
  animation-name: scaleanim;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@media (max-width: 768px) {
  .hero-section .bubble-small {
    width: 30px;
    height: 30px;
  }
}
@keyframes scaleanim {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.hero-section .shade {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }
}
.hero-section .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 4;
}
.hero-section .inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section .inner {
    flex-direction: row;
    width: 100%;
  }
}
.hero-section .inner .left {
  flex-basis: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-section .inner .left {
    height: 100%;
    flex-basis: 100%;
  }
}
.hero-section .inner .left .hero-heading-container {
  display: flex;
  flex-direction: column;
}
.hero-section .inner .left .hero-heading-container .hero-top {
  color: var(--brand-color-2);
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .hero-section .inner .left .hero-heading-container .hero-top {
    text-align: center;
    font-size: 14px;
  }
}
.hero-section .inner .left .hero-heading-container .hero-heading {
  margin-top: 0px;
  font-size: 44px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hero-section .inner .left .hero-heading-container .hero-heading {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero-section .inner .left .hero-heading-container p {
    text-align: center;
    color: #fff;
  }
}
.hero-section .inner .left .hero-heading-container .hero-buttons {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 768px) {
  .hero-section .inner .left .hero-heading-container .hero-buttons {
    justify-content: center;
  }
}
.hero-section .inner .right {
  height: 100%;
  flex-basis: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section .inner .right {
    height: 0%;
    flex-basis: 0%;
    width: 0%;
    display: none;
  }
}
.hero-section .inner .right img {
  width: 300%;
  position: absolute;
  height: 130%;
  -o-object-fit: contain;
  object-fit: contain;
  left: -20%;
  bottom: -20%;
}
@media (max-width: 768px) {
  .hero-section .inner .right img {
    display: none;
  }
}
.hero-section .hero-box {
  color: #fff;
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section .hero-box {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .hero-section .hero-box {
    row-gap: 10px;
  }
}
.hero-section .hero-box .hero-heading {
  font-size: 61px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .hero-box .hero-heading {
    font-size: 42px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .hero-section .hero-box .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-section .hero-box .hero-subheading {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .hero-section .hero-box .hero-subheading {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-box p {
    color: #fff;
    text-align: center;
  }
}
.hero-section .hero-box .hero-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-section .hero-box .hero-buttons {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .hero-section .hero-box .hero-buttons {
    margin-top: 20px;
  }
}

.landing-about {
  background-color: var(--brand-light);
}
.landing-about .inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.landing-about .inner .left {
  flex-basis: calc(50% - 15px);
  height: 500px;
}
@media (max-width: 768px) {
  .landing-about .inner .left {
    flex-basis: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .landing-about .inner .left {
    height: 250px;
  }
}
.landing-about .inner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-about .inner .right {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .landing-about .inner .right {
    flex-basis: 100%;
  }
}
.landing-about .inner .right .topics .about-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 15px;
}
.landing-about .inner .right .topics .about-list .list-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.landing-about .inner .right .topics .about-list .list-item .list-icon {
  font-size: 32px;
  color: var(--brand-color-1);
  width: 100px;
}
.landing-about .inner .right .topics .about-list .list-item .list-details h4 {
  margin-bottom: 3px;
}
.landing-about .inner .right .topics .about-button {
  margin-top: 20px;
}

.our-courses {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: var(--brand-light);
}
.our-courses .inner .section-heading-container {
  text-align: center;
  width: 60%;
  margin: auto;
}
@media (max-width: 768px) {
  .our-courses .inner .section-heading-container {
    width: 100%;
  }
}
.our-courses .inner .section-heading-container p {
  margin-top: 10px;
}
.our-courses .inner .topics {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
.our-courses .inner .topics .course-box {
  text-decoration: none;
  flex-basis: calc(33.33% - 16px);
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 44px 34px 39px;
}
@media (max-width: 768px) {
  .our-courses .inner .topics .course-box {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 548px) {
  .our-courses .inner .topics .course-box {
    flex-basis: 100%;
  }
}
.our-courses .inner .topics .course-box:hover .divider::after {
  width: 100%;
}
.our-courses .inner .topics .course-box:hover .read-more .text {
  color: var(--brand-color-2);
}
.our-courses .inner .topics .course-box:hover .read-more .line::after {
  width: 100%;
}
.our-courses .inner .topics .course-box .top {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.our-courses .inner .topics .course-box .top::after {
  content: "";
  position: absolute;
  box-shadow: 0 5px 3px rgba(3, 27, 78, 0.08);
  transform: skewX(-10deg);
  /* z-index: -1; */
  top: 0;
  left: 49%;
  height: 100%;
  width: 60%;
  background: var(--brand-color-1);
}
.our-courses .inner .topics .course-box .top .icon {
  background-color: var(--brand-color-2);
  font-size: 22px;
  color: #fff;
  padding: 6px 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-courses .inner .topics .course-box .top .title {
  background-color: var(--brand-color-1);
  color: #fff;
  height: 50px;
  padding: 6px 10px;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  text-transform: uppercase;
}
.our-courses .inner .topics .course-box p {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-courses .inner .topics .course-box .read-more {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.our-courses .inner .topics .course-box .read-more .text {
  font-size: var(--para-heading);
  font-weight: bold;
  font-family: var(--font-tit);
}
.our-courses .inner .topics .course-box .read-more .line {
  height: 1px;
  background-color: #ccc;
  display: flex;
  flex-grow: 1;
  position: relative;
}
.our-courses .inner .topics .course-box .read-more .line::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--brand-color-2);
  transition: all 500ms ease;
  content: "";
}
.our-courses .inner .can-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.our-courses .inner .can-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: #ccc;
}
.our-courses .inner .can-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}

.destination .inner .topics .dest-slider .swiper-wrapper .destination-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box:hover .shade {
  opacity: 1;
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box:hover .destination-name {
  opacity: 1;
  transform: translateY(0px);
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box .destination-image {
  width: 100%;
  height: 400px;
}
@media (max-width: 524px) {
  .destination .inner .topics .dest-slider .swiper-wrapper .destination-box .destination-image {
    height: 300px;
  }
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box .destination-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box .shade {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
  top: 0;
  left: 0;
}
.destination .inner .topics .dest-slider .swiper-wrapper .destination-box .destination-name {
  position: absolute;
  width: 70%;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  bottom: 20px;
  padding: 20px 10px;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(20px);
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
}
.destination .inner .topics .dest-slider .swiper-wrapper .swiper-slide-active .destination-name {
  opacity: 1;
  transform: translateY(0px);
}
.destination .inner .topics .dest-slider .destination-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.destination .inner .topics .dest-slider .destination-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.destination .inner .topics .dest-slider .destination-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}

.why-us {
  background-image: url("https://pearl.stylemixthemes.com/businessthree/wp-content/uploads/sites/37/2019/01/awfgawda.jpg?id=5800");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.why-us .inner .section-heading-container .section-heading-top {
  text-align: center;
}
.why-us .inner .section-heading-container .section-heading {
  text-align: center;
}
.why-us .inner .us-boxes {
  display: flex;
  flex-wrap: wrap;
}
.why-us .inner .us-boxes .us-box {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 40px 15px 40px;
  flex-basis: 33%;
}
@media (max-width: 992px) {
  .why-us .inner .us-boxes .us-box {
    flex-basis: 50%;
  }
}
@media (max-width: 524px) {
  .why-us .inner .us-boxes .us-box {
    padding: 10px 8px 10px;
    row-gap: 5px;
    flex-basis: 100%;
  }
}
.why-us .inner .us-boxes .us-box .icon {
  font-size: 48px;
  color: var(--brand-color-1);
}
.why-us .inner .us-boxes .us-box h4 {
  margin-bottom: 0;
  text-align: center;
}
.why-us .inner .us-boxes .us-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.faqs .topics .accordion {
  background-color: transparent;
}
.faqs .topics .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 20px;
  background-color: transparent;
}
.faqs .topics .accordion .accordion-item .accordion-header {
  border-radius: 20px;
  overflow: hidden;
}
.faqs .topics .accordion .accordion-item .accordion-header .accordion-button {
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  border-radius: 20px;
  padding: 12px 45px 12px 30px;
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #fff;
}
.faqs .topics .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #fff;
}
.faqs .topics .accordion .accordion-item .accordion-collapse .accordion-body {
  border-radius: 20px;
  color: #ccc;
  font-size: var(--para);
}

.testimonial .container .inner .topics .test-slider {
  padding: 10px 5px;
}
.testimonial .container .inner .topics .test-slider .test-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.testimonial .container .inner .topics .test-slider .test-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.testimonial .container .inner .topics .test-slider .test-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 40px 20px;
  border-bottom: 3px solid var(--brand-color-2);
  box-shadow: 0px 0px 8px 2px #cccaca;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    padding: 30px 8px;
  }
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .left img {
  height: 90px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .middle {
  flex-basis: calc(100% - 130px);
  flex-grow: 1;
}
@media (max-width: 992px) {
  .testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .middle {
    flex-basis: calc(100% - 130px);
  }
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .middle .role {
  margin-bottom: 3px;
  color: var(--brand-color-2);
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .middle .name {
  font-weight: bold;
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .middle .desc {
  line-height: 1.6;
}
.testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .right {
  font-size: 32px;
  position: absolute;
  top: 30px;
  right: 20px;
}
@media (max-width: 448px) {
  .testimonial .container .inner .topics .test-slider .swiper-wrapper .test-box .right {
    top: 10px;
  }
}

.blogs .inner .topics {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.blogs .inner .topics .blog-box {
  flex-basis: calc(33% - 8px);
  background-color: var(--brand-light);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .blogs .inner .topics .blog-box {
    flex-basis: 100%;
  }
}
.blogs .inner .topics .blog-box .image {
  padding: 10px 10px 0;
}
.blogs .inner .topics .blog-box .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.blogs .inner .topics .blog-box .details {
  padding: 10px 20px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.blogs .inner .topics .blog-box .top {
  display: flex;
  justify-content: space-between;
}
.blogs .inner .topics .blog-box .top .date {
  font-size: 12px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.blogs .inner .topics .blog-box .top .category {
  font-size: 12px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.blogs .inner .topics .blog-box .top span {
  color: var(--brand-color-1);
}
.blogs .inner .topics .blog-box h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 49px;
  margin-bottom: 0;
}
.blogs .inner .topics .blog-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .inner .topics .blog-box a {
  color: #000;
  text-decoration: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.blogs .inner .topics .blog-box a h5 {
  margin-bottom: 0;
}
.blogs .inner .topics .blog-box a span {
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.blogs .inner .topics .blog-box a:hover {
  color: var(--brand-color-2);
}
.blogs .inner .topics .blog-box a:hover h5 {
  color: var(--brand-color-2);
}
.blogs .inner .topics .blog-box a:hover span {
  transform: translateX(5px);
}

.affiliations {
  background-color: var(--brand-light);
}
.affiliations .inner .section-heading-container {
  width: 60%;
  text-align: center;
  margin: auto;
}
.affiliations .inner .topics .aff-slider .affiliation-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.affiliations .inner .topics .aff-slider .affiliation-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.affiliations .inner .topics .aff-slider .affiliation-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}
.affiliations .inner .topics .aff-slider .affiliation-box img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-acc {
  background-color: var(--brand-light);
}
.landing-acc .container .inner {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-wrap: wrap;
  row-gap: 25px;
}
.landing-acc .container .inner .left {
  flex-basis: calc(50% - 25px);
  background-image: url("https://main--consultancydemo.netlify.app/images/shapes/map.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .landing-acc .container .inner .left {
    flex-basis: 100%;
  }
}
.landing-acc .container .inner .left .mask {
  background-image: url("https://main--consultancydemo.netlify.app/images/19.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  font-size: 250px;
  font-family: var(--font-tit);
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-acc .container .right {
  flex-basis: calc(50% - 25px);
  width: calc(50% - 25px);
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .landing-acc .container .right {
    flex-basis: 100%;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 15px;
  }
}
.landing-acc .container .right .image-box {
  flex-basis: calc(33% - 16px);
  width: calc(33% - 16px);
  box-shadow: 2px 2px 2px 2px rgba(28, 28, 28, 0.05);
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .landing-acc .container .right .image-box {
    padding: 15px;
    flex-basis: calc(33% - 8px);
    width: calc(33% - 8px);
  }
}
.landing-acc .container .right .image-box img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-open {
  background-color: var(--brand-color-1);
  padding: 0;
}
.landing-open .container .inner {
  display: flex;
  flex-wrap: wrap;
}
.landing-open .container .inner .box {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  flex-basis: 33.33%;
}
@media (max-width: 992px) {
  .landing-open .container .inner .box {
    padding: 30px 10px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .landing-open .container .inner .box {
    flex-basis: 100%;
  }
}
.landing-open .container .inner .box .icon {
  color: #fff;
  font-size: 34px;
}
.landing-open .container .inner .box .texts {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.landing-open .container .inner .box .texts h4 {
  color: #fff;
}
.landing-open .container .inner .box .texts h5 {
  color: #fff;
}
.landing-open .container .inner .box .texts h3 {
  color: #fff;
}
.landing-open .container .inner .left {
  background-color: var(--brand-color-2);
}
.landing-open .container .inner .right {
  background-color: var(--brand-color-2);
}
.course-page .inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
}
.course-page .inner .course-box {
  text-decoration: none;
  flex-basis: calc(33.33% - 16px);
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 44px 34px 39px;
}
@media (max-width: 768px) {
  .course-page .inner .course-box {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 548px) {
  .course-page .inner .course-box {
    flex-basis: 100%;
  }
}
.course-page .inner .course-box:hover .divider::after {
  width: 100%;
}
.course-page .inner .course-box:hover .read-more .text {
  color: var(--brand-color-2);
}
.course-page .inner .course-box:hover .read-more .line::after {
  width: 100%;
}
.course-page .inner .course-box .top {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.course-page .inner .course-box .top::after {
  content: "";
  position: absolute;
  box-shadow: 0 5px 3px rgba(3, 27, 78, 0.08);
  transform: skewX(-10deg);
  /* z-index: -1; */
  top: 0;
  left: 49%;
  height: 100%;
  width: 60%;
  background: var(--brand-color-1);
}
.course-page .inner .course-box .top .icon {
  background-color: var(--brand-color-2);
  font-size: 22px;
  color: #fff;
  padding: 6px 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-page .inner .course-box .top .title {
  background-color: var(--brand-color-1);
  color: #fff;
  height: 50px;
  padding: 6px 10px;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  text-transform: uppercase;
}
.course-page .inner .course-box p {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-page .inner .course-box .read-more {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.course-page .inner .course-box .read-more .text {
  font-size: var(--para-heading);
  font-weight: bold;
  font-family: var(--font-tit);
}
.course-page .inner .course-box .read-more .line {
  height: 1px;
  background-color: #ccc;
  display: flex;
  flex-grow: 1;
  position: relative;
}
.course-page .inner .course-box .read-more .line::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--brand-color-2);
  transition: all 500ms ease;
  content: "";
}
.course-page .can-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.course-page .can-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: #ccc;
}
.course-page .can-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}
.course-hero {
  margin-top: var(--header-height);
  height: calc(100vh - var(--header-height));
  position: relative;
}
.course-hero .course-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.course-hero .course-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-hero .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 84, 164, 0.73);
}
.course-hero .container {
  position: relative;
  height: 100%;
  width: 100%;
}
.course-hero .container .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.course-hero .container .inner .left {
  width: 50%;
}
.course-hero .container .inner .left h2 {
  color: #fff;
  font-weight: bold;
}
.course-hero .container .inner .left p {
  color: #fff;
}
.course-hero .container .inner .button {
  margin-top: 30px;
}

.course-about {
  background-color: var(--brand-light);
}
.course-about .container .inner {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.course-about .container .inner .left {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 992px) {
  .course-about .container .inner .left {
    flex-basis: 100%;
  }
}
.course-about .container .inner .right {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 992px) {
  .course-about .container .inner .right {
    flex-basis: 100%;
  }
}
.course-about .container .inner .right .contact-page-form {
  background-color: #fff;
  padding: 30px 15px;
}
.course-about .container .inner .right .contact-page-form form {
  display: flex;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.course-about .container .inner .right .contact-page-form .inputContainer {
  flex-basis: calc(50% - 15px);
}
.course-about .container .inner .right .contact-page-form .input-textarea {
  flex-basis: 100%;
}
.course-about .container .inner .right .contact-page-form .inputContainer input {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 40px;
  font-family: var(--font-tit);
}
.course-about .container .inner .right .contact-page-form .inputContainer input:focus-visible {
  border: 1px solid var(--brand-color-1);
}
.course-about .container .inner .right .contact-page-form .inputContainer textarea {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 80px;
  font-family: var(--font-tit);
}
.course-about .container .inner .right .contact-page-form .inputContainer label {
  color: #666;
  font-size: var(--para);
  font-family: var(--font-tit);
}

.key-facts {
  position: relative;
}
.key-facts .key-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.key-facts .key-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-facts .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.368627451);
  display: none;
}
.key-facts .container {
  position: relative;
}
.key-facts .container .inner .section-heading-container h3 {
  text-align: center;
}
.key-facts .container .inner .section-heading-container h5 {
  text-align: center;
}
.key-facts .container .inner .topics {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.key-facts .container .inner .topics .fact-box {
  flex-basis: calc(25% - 9px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 10px;
  border: 1px solid #ddd;
}
.key-facts .container .inner .topics .fact-box h5 {
  text-align: center;
}
.key-facts .container .inner .topics .fact-box h4 {
  text-align: center;
  margin-top: 20px;
}
.key-facts .container .inner .topics .fact-box p {
  text-align: center;
}
.key-facts .container .inner .topics .fact-box .icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: var(--brand-color-1);
  font-size: 34px;
}

.course-details {
  background-color: var(--brand-light);
}
.course-acc .inner .topics .accordion {
  background-color: transparent;
}
.course-acc .inner .topics .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 20px;
  background-color: transparent;
}
.course-acc .inner .topics .accordion .accordion-item .accordion-header {
  border-radius: 20px;
  overflow: hidden;
}
.course-acc .inner .topics .accordion .accordion-item .accordion-header .accordion-button {
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  border-radius: 20px;
  padding: 12px 45px 12px 30px;
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
}
.course-acc .inner .topics .accordion .accordion-item .accordion-collapse .accordion-body {
  border-radius: 20px;
  font-size: var(--para);
}
.blog-page .inner {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.blog-page .inner .blog-box {
  flex-basis: calc(33% - 8px);
  background-color: var(--brand-light);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .blog-page .inner .blog-box {
    flex-basis: 100%;
  }
}
.blog-page .inner .blog-box .image {
  padding: 10px 10px 0;
}
.blog-page .inner .blog-box .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.blog-page .inner .blog-box .details {
  padding: 10px 20px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.blog-page .inner .blog-box .top {
  display: flex;
  justify-content: space-between;
}
.blog-page .inner .blog-box .top .date {
  font-size: 12px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.blog-page .inner .blog-box .top .category {
  font-size: 12px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.blog-page .inner .blog-box .top span {
  color: var(--brand-color-1);
}
.blog-page .inner .blog-box h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 49px;
  margin-bottom: 0;
}
.blog-page .inner .blog-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-page .inner .blog-box a {
  color: #000;
  text-decoration: none;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.blog-page .inner .blog-box a h5 {
  margin-bottom: 0;
}
.blog-page .inner .blog-box a span {
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.blog-page .inner .blog-box a:hover {
  color: var(--brand-color-2);
}
.blog-page .inner .blog-box a:hover h5 {
  color: var(--brand-color-2);
}
.blog-page .inner .blog-box a:hover span {
  transform: translateX(5px);
}
.blog-outer {
  margin-top: var(--header-height);
}
.blog-outer .container .blog-inner {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.blog-outer .container .blog-inner .left {
  flex-basis: calc(65% - 30px);
}
@media (max-width: 992px) {
  .blog-outer .container .blog-inner .left {
    flex-basis: 100%;
  }
}
.blog-outer .container .blog-inner .left .blog-top {
  padding-bottom: 0;
  padding-top: 20px;
}
.blog-outer .container .blog-inner .left .blog-top .blog-meta {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}
.blog-outer .container .blog-inner .left .blog-top .blog-meta .meta-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.blog-outer .container .blog-inner .left .blog-top .blog-meta .meta-box:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.blog-outer .container .blog-inner .left .blog-top .blog-meta .meta-box .icon {
  color: var(--brand-color-1);
  font-size: 12px;
}
.blog-outer .container .blog-inner .left .blog-top .blog-meta .meta-box .value {
  font-size: 12px;
}
.blog-outer .container .blog-inner .left .blog-top .section-heading-container {
  margin-bottom: 40px;
}
.blog-outer .container .blog-inner .left .blog-top .section-heading-container h5 {
  color: #444444;
  line-height: 1.3;
  text-transform: none;
}
.blog-outer .container .blog-inner .left .blog-top .blog-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-outer .container .blog-inner .left .blog-details {
  padding-top: 40px;
}
.blog-outer .container .blog-inner .right {
  flex-basis: calc(35% - 30px);
}
@media (max-width: 992px) {
  .blog-outer .container .blog-inner .right {
    flex-basis: 100%;
  }
}
.blog-outer .container .blog-inner .right .blog-lists {
  margin-bottom: 40px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000 !important;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box:hover h5 {
  color: var(--brand-color-2);
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-left {
  height: 60px;
  width: 80px;
  flex-basis: 80px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right {
  flex-grow: 1;
  flex-basis: calc(100% - 90px);
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right .meta {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right .meta .meta-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right .meta .meta-box .icon {
  color: var(--brand-color-1);
  font-size: 12px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right .meta .meta-box .text {
  font-size: 12px;
}
.blog-outer .container .blog-inner .right .blog-lists .topics .blog-box .recent-right h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
}
.blog-outer .container .blog-inner .right .blog-form {
  background-color: var(--brand-light);
  padding: 30px 15px;
}
.blog-outer .container .blog-inner .right .blog-form form {
  display: flex;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog-outer .container .blog-inner .right .blog-form .input-textarea {
  flex-basis: 100%;
}
.blog-outer .container .blog-inner .right .blog-form .inputContainer input {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #ffffff;
  height: 40px;
  font-family: var(--font-tit);
}
.blog-outer .container .blog-inner .right .blog-form .inputContainer input:focus-visible {
  border: 1px solid var(--brand-color-1);
}
.blog-outer .container .blog-inner .right .blog-form .inputContainer textarea {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #fff;
  height: 80px;
  font-family: var(--font-tit);
}
.blog-outer .container .blog-inner .right .blog-form .inputContainer label {
  color: #666;
  font-size: var(--para);
  font-family: var(--font-tit);
}
.destination-page .inner {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.destination-page .inner .destination-box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-basis: calc(33% - 13px);
}
@media (max-width: 992px) {
  .destination-page .inner .destination-box {
    flex-basis: calc(50% - 9px);
  }
}
@media (max-width: 524px) {
  .destination-page .inner .destination-box {
    flex-basis: 100%;
  }
}
.destination-page .inner .destination-box:hover .shade {
  opacity: 1;
}
.destination-page .inner .destination-box:hover .destination-name {
  opacity: 1;
  transform: translateY(0px);
}
.destination-page .inner .destination-box .destination-image {
  width: 100%;
  height: 400px;
}
@media (max-width: 524px) {
  .destination-page .inner .destination-box .destination-image {
    height: 300px;
  }
}
.destination-page .inner .destination-box .destination-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination-page .inner .destination-box .shade {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
  top: 0;
  left: 0;
}
.destination-page .inner .destination-box .destination-name {
  position: absolute;
  width: 70%;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  bottom: 20px;
  padding: 20px 10px;
  text-transform: uppercase;
  text-align: center;
  transform: translateY(20px);
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 640px) {
  .destination-page .inner .destination-box .destination-name {
    opacity: 1;
    transform: translateY(0);
  }
}
.destination-page .inner .swiper-slide-active .destination-name {
  opacity: 1;
  transform: translateY(0px);
}
.destination-page .destination-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.destination-page .destination-swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.destination-page .destination-swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background-color: var(--brand-color-2);
}
.destionation-hero {
  margin-top: var(--header-height);
  height: calc(100vh - var(--header-height));
  position: relative;
}
.destionation-hero .destination-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.destionation-hero .destination-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destionation-hero .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 84, 164, 0.73);
}
.destionation-hero .container {
  position: relative;
  height: 100%;
  width: 100%;
}
.destionation-hero .container .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.destionation-hero .container .inner .left {
  width: 50%;
}
.destionation-hero .container .inner .left h2 {
  color: #fff;
  font-weight: bold;
}
.destionation-hero .container .inner .left p {
  color: #fff;
}
.destionation-hero .container .inner .button {
  margin-top: 30px;
}

.destination-about {
  background-color: var(--brand-light);
}
.destination-about .container .inner {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.destination-about .container .inner .left {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 992px) {
  .destination-about .container .inner .left {
    flex-basis: 100%;
  }
}
.destination-about .container .inner .right {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 992px) {
  .destination-about .container .inner .right {
    flex-basis: 100%;
  }
}
.destination-about .container .inner .right .contact-page-form {
  background-color: #fff;
  padding: 30px 15px;
}
.destination-about .container .inner .right .contact-page-form form {
  display: flex;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.destination-about .container .inner .right .contact-page-form .inputContainer {
  flex-basis: calc(50% - 15px);
}
.destination-about .container .inner .right .contact-page-form .input-textarea {
  flex-basis: 100%;
}
.destination-about .container .inner .right .contact-page-form .inputContainer input {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 40px;
  font-family: var(--font-tit);
}
.destination-about .container .inner .right .contact-page-form .inputContainer input:focus-visible {
  border: 1px solid var(--brand-color-1);
}
.destination-about .container .inner .right .contact-page-form .inputContainer textarea {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 80px;
  font-family: var(--font-tit);
}
.destination-about .container .inner .right .contact-page-form .inputContainer label {
  color: #666;
  font-size: var(--para);
  font-family: var(--font-tit);
}

.key-facts {
  position: relative;
}
.key-facts .key-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.key-facts .key-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-facts .shade {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.368627451);
  display: none;
}
.key-facts .container {
  position: relative;
}
.key-facts .container .inner .section-heading-container h3 {
  text-align: center;
}
.key-facts .container .inner .section-heading-container h5 {
  text-align: center;
}
.key-facts .container .inner .topics {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.key-facts .container .inner .topics .fact-box {
  flex-basis: calc(25% - 9px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 10px;
  border: 1px solid #ddd;
}
@media (max-width: 992px) {
  .key-facts .container .inner .topics .fact-box {
    flex-basis: calc(50% - 6px);
  }
}
@media (max-width: 640px) {
  .key-facts .container .inner .topics .fact-box {
    flex-basis: 100%;
  }
}
.key-facts .container .inner .topics .fact-box h5 {
  text-align: center;
}
.key-facts .container .inner .topics .fact-box h4 {
  text-align: center;
  margin-top: 20px;
}
.key-facts .container .inner .topics .fact-box p {
  text-align: center;
}
.key-facts .container .inner .topics .fact-box .icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: var(--brand-color-1);
  font-size: 34px;
}
.key-facts .container .inner .topics .fact-box .icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.destination-details {
  background-color: var(--brand-light);
}
.dest-acc .inner .topics .accordion {
  background-color: transparent;
}
.dest-acc .inner .topics .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 20px;
  background-color: transparent;
}
.dest-acc .inner .topics .accordion .accordion-item .accordion-header {
  border-radius: 20px;
  overflow: hidden;
}
.dest-acc .inner .topics .accordion .accordion-item .accordion-header .accordion-button {
  font-size: var(--para-heading);
  font-family: var(--font-tit);
  border-radius: 20px;
  padding: 12px 45px 12px 30px;
  background-color: transparent;
  border: 1px solid #ddd;
  box-shadow: none;
}
.dest-acc .inner .topics .accordion .accordion-item .accordion-collapse .accordion-body {
  border-radius: 20px;
  font-size: var(--para);
}
.budget-map {
  position: relative;
  height: 500px;
}
@media (max-width: 448px) {
  .budget-map {
    height: 300px;
  }
}
.budget-map iframe {
  height: 100%;
}

.contact-line {
  background-color: var(--brand-color-1);
  padding: 0;
  position: relative;
}
.contact-line::before {
  content: "";
  height: 100%;
  width: 50%;
  background-color: var(--brand-color-1);
  position: absolute;
  left: 0;
  top: 0;
}
.contact-line::after {
  content: "";
  height: 100%;
  width: 50%;
  background-color: var(--brand-color-2);
  position: absolute;
  right: 0;
  top: 0;
}
.contact-line .container {
  position: relative;
  z-index: 3;
}
.contact-line .container .inner {
  display: flex;
  flex-wrap: wrap;
}
.contact-line .container .inner .box {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
  flex-basis: 25%;
  width: 25%;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .contact-line .container .inner .box {
    padding: 40px 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .contact-line .container .inner .box {
    flex-basis: 100%;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 40px 30px;
  }
}
.contact-line .container .inner .box .icon {
  font-size: 24px;
  color: var(--brand-color-1);
  background-color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-line .container .inner .box .text {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.contact-line .container .inner .box .text h5 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.contact-line .container .inner .box .text h4 {
  color: #fff;
  text-align: center;
}
.contact-line .container .inner .box .icon-box {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
.contact-line .container .inner .box .icon-box a {
  font-size: 15px;
  color: #fff;
  transition: all 500ms ease;
  background-color: var(--brand-color-2);
  padding: 8px 12px;
  border-radius: 5px;
}
.contact-line .container .inner .box .icon-box a:hover {
  transform: scale(1.1);
}
.contact-line .container .inner .left {
  background-color: var(--brand-color-2);
}
.contact-line .container .inner .middle {
  background-color: var(--brand-color-1);
}
.contact-line .container .inner .right {
  background-color: var(--brand-color-2);
}
.contact-line .container .inner .social {
  background-color: var(--brand-color-1);
}

.contact-middle {
  padding-bottom: 20px;
}
.contact-middle .inner {
  margin: auto;
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
}
.contact-middle .inner .left {
  flex-basis: calc(40% - 30px);
}
@media (max-width: 992px) {
  .contact-middle .inner .left {
    flex-basis: 100%;
  }
}
.contact-middle .inner .left .topics {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
.contact-middle .inner .left .topics .contact-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contact-middle .inner .left .topics .contact-list:nth-child(2) .icon {
  background-color: var(--brand-color-2) !important;
}
.contact-middle .inner .left .topics .contact-list:nth-child(4) .icon {
  background-color: #000 !important;
}
.contact-middle .inner .left .topics .contact-list .icon {
  font-size: 24px;
  color: #fff;
  background-color: var(--brand-color-1);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-middle .inner .left .topics .contact-list .text {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
}
.contact-middle .inner .left .topics .contact-list .text h5 {
  margin-bottom: 0;
  font-weight: bold;
}
.contact-middle .inner .left .topics .contact-list .social-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 20px;
}
.contact-middle .inner .left .topics .contact-list .social-container a {
  font-size: 15px;
  color: #fff;
  transition: all 500ms ease;
  background-color: var(--brand-color-2);
  padding: 5px 12px;
  border-radius: 5px;
}
.contact-middle .inner .left .topics .contact-list .social-container a:hover {
  transform: scale(1.1);
}
.contact-middle .inner .right {
  flex-basis: calc(60% - 30px);
}
@media (max-width: 992px) {
  .contact-middle .inner .right {
    flex-basis: 100%;
  }
}
.contact-middle .inner .right .contact-form-outer {
  box-shadow: 0px 15px 60px -10px rgba(109, 117, 143, 0.33);
  padding: 60px 80px;
}
@media (max-width: 640px) {
  .contact-middle .inner .right .contact-form-outer {
    padding: 30px 10px;
  }
}
.contact-middle .inner .right .contact-form-outer .section-heading-details {
  text-align: left;
}
.contact-middle .inner .right .contact-form-outer .contact-page-form form {
  display: flex;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .inputContainer {
  flex-basis: calc(50% - 15px);
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .input-textarea {
  flex-basis: 100%;
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .inputContainer input {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 40px;
  font-family: var(--font-tit);
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .inputContainer input:focus-visible {
  border: 1px solid var(--brand-color-1);
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .inputContainer textarea {
  width: 100%;
  border: none;
  padding: 8px 8px;
  background-color: #f5f5f5;
  height: 80px;
  font-family: var(--font-tit);
}
.contact-middle .inner .right .contact-form-outer .contact-page-form .inputContainer label {
  color: #666;
  font-size: var(--para);
  font-family: var(--font-tit);
}
.about-hero .inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.about-hero .inner .left {
  flex-basis: calc(50% - 15px);
  height: 600px;
}
@media (max-width: 768px) {
  .about-hero .inner .left {
    flex-basis: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .about-hero .inner .left {
    height: 250px;
  }
}
.about-hero .inner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.about-hero .inner .right {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-hero .inner .right {
    flex-basis: 100%;
  }
}
.about-hero .inner .right .topics .about-list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 15px;
}
.about-hero .inner .right .topics .about-list .list-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.about-hero .inner .right .topics .about-list .list-item .list-icon {
  font-size: 32px;
  color: var(--brand-color-1);
  width: 100px;
}
.about-hero .inner .right .topics .about-list .list-item .list-details h4 {
  margin-bottom: 3px;
}
.about-hero .inner .right .topics .about-button {
  margin-top: 20px;
}
.about-hero .inner .bottom .about-list {
  display: flex;
  margin-top: 30px;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.about-hero .inner .bottom .about-list .list-item {
  flex-basis: calc(33% - 20px);
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.about-hero .inner .bottom .about-list .list-item .list-icon {
  font-size: 32px;
  color: var(--brand-color-1);
  width: 100px;
}
.about-hero .inner .bottom .about-list .list-item .list-details h4 {
  margin-bottom: 3px;
}

.about-story {
  padding-top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.about-story::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about-story .container .inner {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.about-story .container .inner .box {
  flex-basis: calc(33% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #ccc;
  background-color: var(--brand-light);
  row-gap: 20px;
}
@media (max-width: 768px) {
  .about-story .container .inner .box {
    flex-basis: 100%;
  }
}
.about-story .container .inner .box .image {
  width: 100%;
  color: var(--brand-light);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-story .container .inner .box .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
.about-story .container .inner .box .texts {
  color: #fff;
  text-align: center;
}
.about-story .container .inner .box .texts h5 {
  color: var(--brand-color-2);
  font-weight: bold;
  text-transform: uppercase;
}
.about-story .container .inner .box .texts h4 {
  font-weight: bold;
  text-transform: capitalize;
}
.our-team {
  background-color: var(--brand-light);
}
@media (max-width: 525px) {
  .our-team .container .inner .section-heading-container .section-heading-top {
    text-align: center;
  }
}
@media (max-width: 525px) {
  .our-team .container .inner .section-heading-container .section-heading {
    text-align: center;
  }
}
.our-team .container .inner .topics {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  display: flex;
}
.our-team .container .inner .topics .team-box {
  flex-basis: calc(25% - 15px);
  position: relative;
  justify-content: center;
  overflow: hidden;
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .our-team .container .inner .topics .team-box {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 524px) {
  .our-team .container .inner .topics .team-box {
    flex-basis: 100%;
  }
}
.our-team .container .inner .topics .team-box:hover .texts {
  max-height: 150px;
}
.our-team .container .inner .topics .team-box .image {
  width: 100%;
  height: 350px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .our-team .container .inner .topics .team-box .image {
    height: 300px;
  }
}
@media (max-width: 524px) {
  .our-team .container .inner .topics .team-box .image {
    height: 300px;
  }
}
.our-team .container .inner .topics .team-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.our-team .container .inner .topics .team-box .texts {
  position: absolute;
  top: calc(100% - 120px);
  max-height: 70px;
  width: 80%;
  display: flex;
  flex-direction: column;
  background-color: var(--brand-color-1);
  padding: 10px 5px;
  align-items: center;
  border-radius: 5px;
  transition: all 500ms ease;
  overflow: hidden;
}
@media (max-width: 992px) {
  .our-team .container .inner .topics .team-box .texts {
    max-height: 200px;
  }
}
.our-team .container .inner .topics .team-box .texts .name {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
}
.our-team .container .inner .topics .team-box .texts .role {
  color: var(--brand-color-2);
  font-weight: 400;
  color: #fff;
}
.our-team .container .inner .topics .team-box .texts .socials {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
}
.our-team .container .inner .topics .team-box .texts .socials a {
  background-color: var(--brand-color-2);
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
}
