@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;800&display=swap');
@import url(variable.css);

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

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--primaryColor);
  line-height: 30px;
  overflow-x: hidden;
}

.minheight {
  min-height: 66vh;
}

img {
  max-width: 100%;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

figure img {
  max-height: 100%;
}

.strong {
  font-weight: 800;
}

small {
  font-size: 12px;
}

.container {
  max-width: 1600px;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
  color: inherit;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(28 53 142 / 10%);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(28 53 142 / 80%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1 {
  font-size: 30px;
  line-height: 45px;
  color: var(--primaryColor);
}

h2 {
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 60px;
}

h3 {
  color: var(--primaryColor);
  font-size: 36px;
  line-height: 35px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 39px;
}

h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.primaryColor {
  color: var(--primaryColor);
}

.secondaryColor {
  color: var(--secondaryColor);
}

section {
  padding: 100px 0 60px 0;
}

header {
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  padding: 14px 0 !important;
}

header .navbar-collapse {
  justify-content: flex-end;
}

header .navbar-collapse ul li a {
  padding: 0 26px !important;
}

header .navbar-collapse ul li.active a {
  color: var(--secondaryColor);
  font-weight: 600;
}

.navbar-toggler {
  color: var(--secondaryColor)
}

.navbar-toggler i {
  font-size: 26px;
}

.show_767 {
  display: none;
}

.btn {
  border-radius: 10px;
  line-height: 36px;
  padding: 5px 20px;
  border: 0;
  color: #fff;
}

.btn-primary {
  background: var(--primaryColor);
}

.btn-secondary {
  background: var(--secondaryColor);
}

.logo img {
  height: 60px;
}

.animatedCircles {
  position: absolute;
}

.innerCircles {
  border-radius: 100%;
  height: 300px;
  width: 300px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.innerCircles:nth-of-type(2) {
  zoom: 1.2;
  opacity: 0.8;
}

.innerCircles:nth-of-type(3) {
  zoom: 1.4;
  opacity: 0.6;
}

.innerCircles:nth-of-type(4) {
  zoom: 1.6;
  opacity: 0.4;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0% {
    transform: translate(-50%, -50%) scale(.9);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(.9);
  }
}

.innerCircles.blueColor {
  background: var(--primaryColor);
}

.innerCircles.orangeColor {
  background: var(--secondaryColor);
}

footer {
  background: var(--primaryColor);
  padding: 30px 0;
  color: #fff;
}

footer a {
  color: #eee;
  transition: all ease .2s;
}

footer a:hover {
  color: #DB8520;
  padding: 0 0 0 2px;
}

footer ul {
  list-style: none;
  display: flex;
  column-gap: 40px;
  margin: 30px 0 0;
  flex-wrap: wrap;
}

footer li {
  margin: 0 0 8px;
}

.footerLogo {
  width: 100%;
  max-width: 340px;
}

.newsletter {
  margin: auto 0 0;
}

.newsletter input {
  border: 1px solid #FFFFFF;
  border-radius: 0;
  max-width: 300px;
  margin: auto 0 10px;
  background: none;
  color: #ffff
}

.newsletter input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsletter input:focus {
  background: none;
  color: #fff
}

.map-img {
  margin: 50px 0 0 auto;
}

.aboutSec h3 {
  text-align: right;
  padding: 0 180px 0 0;
  margin: -20px 0 0;
}

.missionArea {
  display: flex;
  margin: 60px 0 0;
}

.missionArea .half-circle {
  width: 200px;
}

.missionArea h2 {
  margin: -20px 0 0;
}

.innovateCirclesWrap {
  display: flex;
  justify-content: space-between;
  z-index: -1;
  position: relative;
  top: 40px;
  margin: 0px 0 0;
  height: 200px;
  overflow: hidden;
}

.innovateCirclesWrap .animatedCircles {
  bottom: 0;
}

.leftInnovateCircle {
  bottom: 30px !important;
}

.centerInnovateCircle {
  right: 50%;
  bottom: -180px !important;
}

.rightInnovateCircle {
  right: 0;
}

.leftInnovateCircle .innerCircles {
  height: 200px;
  width: 200px;
}

.centerInnovateCircle .innerCircles {
  height: 400px;
  width: 400px;
}

.rightInnovateCircle .innerCircles {
  height: 160px;
  width: 160px;
}

.scrollableArea {
  padding: 0 30px 0 0;
  max-height: 58vh;
  overflow-y: auto;
  margin: 0 70px 0 0;
}

.scrollableArea h2 {
  margin: -12px 0 0;
}

.founderRightSec {
  position: relative;
}

.founderRightSec .animatedCircles {
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.founderImg {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
}

.addressThumbWrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 30px;
}

.addressThumb {
  width: 30%;
  border: solid 1px var(--primaryColor);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  color: #77838F;
  transition: all ease .2s;
  position: relative;
  top: 0;
}

.addressThumb:hover {
  top: -2px;
}

.addressThumb figure {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}

.addressThumb figure i {
  color: var(--secondaryColor);
}

.addressThumb h6 {
  font-weight: 500;
}

.addressThumb p {
  font-size: 11px;
}

.addressThumb a {
  color: inherit;
}

.contactCircleSec {
  right: 0;
  z-index: -1;
  top: 60%;
  transform: translate(-50%, 0);
}

.contactCircleSec .innerCircles {
  height: 400px;
  width: 400px;
}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1200px) {
  .container {
    padding: 30px 10px;
  }

  header .container {
    padding: 0 10px !important;
  }
}

@media only screen and (max-width: 980px) {
  header .navbar-collapse {
    margin: 10px 0 0;
  }

  header .navbar-collapse ul li a {
    padding: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .contactCircleSec {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 0;
  }

  header .container {
    padding: 10px 30px 20px;
  }

  h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 10px;
  }

  h2 {
    font-size: 30px;
    margin: 10px 0 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    line-height: 32px;
  }

  .missionArea h2 {
    margin: 30px 0 0;
  }

  .hide_767 {
    display: none;
  }

  .show_767 {
    display: block;
  }

  .logo img {
    height: auto;
    max-width: 280px;
  }

  footer {
    padding: 0px 0 0;
  }

  .newsletter {
    margin: 20px 0 0;
  }

  .aboutSec h3 {
    margin: 0;
    padding: 0 16px;
    text-align: left;
  }

  .missionArea {
    margin: 0;
}

  .missionArea .half-circle {
    display: none;
  }

  .scrollableArea {
    padding: 0;
    margin: 0;
    max-height: initial;
  }

  .scrollableArea h2 {
    margin: 0 0 20px;
  }

  .founderRightSec .animatedCircles {
    display: none;
  }

  .founderImg {
    position: relative;
    bottom: -30px;
  }

  .addressThumbWrap {
    flex-direction: column;
    gap: 20px;
  }

  .addressThumb {
    width: 100%;
  }
}