@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
.section-background {
  background-position: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.section-background .content {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  padding: 16px;
  width: 637px;
  margin-left: 2%;
}
.section-background .content button {
  border: 0.13rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  background: #0093CA;
  color: #ffffff;
  cursor: pointer;
}
.section-background .content h2 {
  font-size: 37px;
  font-weight: 400;
}
.section-background .content .big {
  font-size: 3rem;
  font-weight: 700;
  color: #F2121A;
}
.section-background .content .short-content {
  animation: animate 3s linear infinite;
}
.section-background .content p {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.parallax {
  background-image: url(../img/banner/banner.webp);
}

.parallax1 {
  background-image: url(../img/banner/banner.webp);
  height: 50vh;
}

.parallax2 {
  background-image: url("https://images.unsplash.com/photo-1562095241-8c6714fd4178?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzOTA5OTg&ixlib=rb-1.2.1&q=80");
}

.parallax3 {
  background-image: url("https://images.unsplash.com/photo-1543722530-d2c3201371e7?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzOTExOTg&ixlib=rb-1.2.1&q=80");
}

.text-bloc {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-bloc .flex-container {
  display: flex;
  flex-direction: row;
  padding: 42px;
}
.text-bloc .flex-container .box1 {
  width: 50%;
  padding: 0px 8px;
  border-right-color: coral;
  border-right-width: 7px;
}
.text-bloc .flex-container .box1 .sizing {
  line-height: 38px;
}
.text-bloc .flex-container .box1 .sizing li {
  color: #ffffff;
}
.text-bloc .flex-container .box1 .title {
  font-size: 48px;
  font-weight: 900;
}
.text-bloc .flex-container .box1 .line {
  border-top: 10px solid #5BA572;
  width: 55%;
  margin: 12px 0;
}
.text-bloc .flex-container .box1 .why-content {
  font-size: 19px;
  line-height: 26px;
  text-align: justify;
}
.text-bloc .flex-container .box1 .read-more {
  padding-top: 13px;
}
.text-bloc .flex-container .box1 button {
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}
.text-bloc *,
.text-bloc *::before,
.text-bloc *::after {
  box-sizing: border-box;
}
.text-bloc .main {
  width: 88%;
  margin: 0 auto;
}
.text-bloc h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.text-bloc img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.text-bloc .btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.text-bloc .btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.text-bloc .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-bloc .cards_item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .text-bloc .cards_item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .text-bloc .cards_item {
    width: 33.3333%;
  }
}
.text-bloc .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.text-bloc .card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}
.text-bloc .card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}
.text-bloc .card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.text-bloc .made_by {
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-background .parallax1 {
    height: 40vh;
  }
  .section-background .content {
    margin-left: 0;
  }
  .section-background .content .big {
    font-size: 29px;
  }
  .section-background .content h2 {
    font-size: 36px;
    margin-top: 33%;
  }
  .section-background .content p {
    width: 90%;
  }
  .section-background .content .short-content {
    text-align: justify;
  }
  .section-background .text-bloc .flex-container {
    padding: 10px;
    flex-direction: column;
  }
  .section-background .text-bloc .flex-container .box1 {
    width: 100%;
  }
  .text-bloc .flex-container {
    flex-direction: column;
    padding: 8px;
  }
  .text-bloc .flex-container .box1 {
    width: 100%;
    font-size: 21px;
  }
  .text-bloc .flex-container .box1 button {
    font-size: 22px;
  }
}
.doing {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
.doing .title {
  color: #111111;
  font-size: 24px;
  text-align: center;
  padding: 32px 0px;
  font-weight: 600;
}
.doing .boxes {
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.doing .boxes .box {
  width: 50%;
  padding: 0px 8px;
  border-right-color: coral;
  border-right-width: 7px;
}
.doing .boxes .box .para {
  padding-top: 6%;
}
.doing .boxes .box .heading {
  color: #111111;
  font-size: 28px;
  font-weight: 900;
}
.doing .boxes .box .image {
  padding: 20px;
}
.doing .boxes .box .line {
  border-top: 4px solid #F2121A;
  width: 55%;
  margin: 12px 0;
}
.doing .boxes .box .content {
  font-size: 19px;
  line-height: 26px;
  color: #000000;
  width: 83%;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .doing {
    padding: 16px 0;
  }
  .doing .boxes {
    width: 90%;
    flex-direction: column;
  }
  .doing .boxes .box {
    width: 100%;
    text-align: center;
  }
  .doing .boxes .box .line {
    margin: 10px auto;
  }
  .doing .boxes .box .content {
    width: 100%;
  }
  .doing .boxes .box .para {
    padding-top: 0%;
  }
}
.export {
  margin: 0;
  padding: 1rem;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  /* Presentational styles */
}
.export .title {
  color: #111111;
  font-size: 24px;
  text-align: center;
  padding: 32px 0px;
  font-weight: 600;
}
.export .auto-grid {
  --auto-grid-min-size: 16rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 1rem;
}
.export li {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  background: #103d87;
  color: #ffffff;
}

.highlights-section {
  padding: 40px 0px;
}
.highlights-section .containerA {
  margin: 0 auto;
  width: 90%;
  display: flex;
}
.highlights-section .right-cont {
  width: 50%;
}
.highlights-section .right-cont b {
  font-size: 40px;
  color: #103d87;
}
.highlights-section .left-cont {
  text-align: center;
  color: #111111;
  font-size: 25px;
  font-weight: 800;
  position: sticky;
  width: 50%;
  top: 5em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
}
.highlights-section .left-cont span {
  color: #F2121A;
  font-family: "Satisfy", cursive;
}
.highlights-section .card {
  position: sticky;
  top: 5em;
  transform-origin: center top;
  margin: 0.5em;
  height: auto;
  border: none;
  background-color: #F3F3F3;
  border-radius: 10px;
}
.highlights-section .card:nth-child(0) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(1) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(2) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(3) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(4) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(5) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(6) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(7) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(8) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(9) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(10) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(11) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(12) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(13) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(14) {
  transform: translateY(43px);
}
.highlights-section .card:nth-child(15) {
  transform: translateY(43px);
}
.highlights-section .card .card-body {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.highlights-section .card .card-body .wrap {
  display: flex;
  align-items: center;
}
.highlights-section .card .card-body .wrap .sectionA {
  width: 40%;
  text-align: center;
}
.highlights-section .card .card-body img {
  width: 32%;
}
.highlights-section .card .card-body h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  color: #F2121A;
}
.highlights-section .card .card-body h5 span {
  font-family: font-one;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #221F1F;
}
.highlights-section .card .card-body p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #221F1F;
}

@media only screen and (max-width: 768px) {
  .highlights-section .containerA {
    flex-direction: column;
    width: 100%;
  }
  .highlights-section .card .card-body img {
    width: 70%;
  }
  .highlights-section .card .card-body h5 {
    text-align: center;
  }
  .highlights-section .card .card-body .wrap {
    flex-direction: column;
  }
  .highlights-section .container {
    flex-direction: column;
  }
  .highlights-section .left-cont {
    position: relative;
    top: 0rem;
    font-size: 25px;
    width: 100%;
  }
  .highlights-section .right-cont {
    width: 100%;
  }
}
.strength {
  box-sizing: border-box;
  position: relative;
}
.strength .content .overlay {
  position: absolute;
  text-align: end;
  padding-right: 118px;
  padding-top: 9%;
  width: 100%;
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 700;
}
.strength .content .mission {
  min-width: 100%;
  height: 300px;
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  background-size: cover !important;
  background-position: 50% !important;
  background-image: url(../img/about/deskAbout.webp);
}
.strength .content .missionTeam {
  min-width: 100%;
  height: 300px;
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  background-size: cover !important;
  background-position: 50% !important;
  background-image: url(../img/about/deskAbout.webp);
}
.strength .content .missionServices {
  min-width: 100%;
  height: 300px;
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
  background-size: cover !important;
  background-position: 50% !important;
  background-image: url(../img/about/deskAbout.webp);
}
.strength .para {
  width: 100%;
}
.strength .para .para-cont {
  margin: 2% auto;
  width: 70%;
}
.strength .para .para-cont .title {
  color: #1C1F35;
  font-size: 23px;
  font-weight: 600;
}
.strength .para .para-cont .desc {
  color: #666C89;
  text-align: justify;
  text-justify: inter-word;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .strength {
    padding-top: 8px;
  }
  .strength .para .para-cont {
    width: 90%;
  }
}
.director {
  margin: 0;
  padding-top: 48px;
  box-sizing: border-box;
}
.director .title {
  font-family: "Satisfy", cursive;
  text-align: center;
  font-size: 48px;
  width: 100%;
}
.director .title .line {
  border-top: 18px solid #000000;
}
.director .director-container1 {
  display: flex;
  padding: 0 100px;
  flex-direction: row;
  padding: 0 100px;
}
.director .director-container1 .box1 {
  width: 50%;
  padding: 24px;
}
.director .director-container1 .box2 {
  width: 50%;
  padding: 160px 24px;
}
.director .director-container1 .box2 .saying blockquote {
  position: relative;
  /* padding-left: 6px; */
  font-size: 20px;
  line-height: 42px;
  font-family: "Georgia", serif;
  /* font-size: 3.2rem; */
  font-weight: 500;
  /* color: #333; */
  quotes: "“" "”" "‘" "’";
}
.director .director-container1 .box2 .saying blockquote span {
  color: #2947A9;
}
.director .director-container1 .box2 .saying blockquote::before, .director .director-container1 .box2 .saying blockquote::after {
  color: #c6c6c6;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.1em;
}
.director .director-container1 .box2 .saying blockquote::before {
  position: absolute;
  left: 0;
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.15em;
}
.director .director-container1 .box2 .saying blockquote::after {
  content: close-quote;
  vertical-align: -0.7em;
}
.director .director-container2 {
  display: flex;
  padding: 0 100px;
  flex-direction: row;
  padding: 0 100px;
}
.director .director-container2 .box2 {
  width: 50%;
  padding: 24px;
}
.director .director-container2 .box1 {
  width: 50%;
  padding: 160px 24px;
}
.director .director-container2 .box1 .saying blockquote {
  position: relative;
  /* padding-left: 6px; */
  font-size: 20px;
  line-height: 42px;
  font-family: "Georgia", serif;
  /* font-size: 3.2rem; */
  font-weight: 500;
  /* color: #333; */
  quotes: "“" "”" "‘" "’";
}
.director .director-container2 .box1 .saying blockquote span {
  color: #2947A9;
}
.director .director-container2 .box1 .saying blockquote::before, .director .director-container2 .box1 .saying blockquote::after {
  color: #c6c6c6;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.1em;
}
.director .director-container2 .box1 .saying blockquote::before {
  position: absolute;
  left: 0;
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.15em;
}
.director .director-container2 .box1 .saying blockquote::after {
  content: close-quote;
  vertical-align: -0.7em;
}

@media only screen and (max-width: 768px) {
  .director .title {
    font-size: 36px;
  }
  .director .director-container1 {
    flex-direction: column;
    padding: 0;
  }
  .director .director-container1 .box1 {
    width: 100%;
    padding: 8px;
  }
  .director .director-container1 .box2 {
    width: 100%;
    padding: 18px 19px;
    text-align: justify;
  }
  .director .director-container2 {
    flex-direction: column-reverse;
    padding: 0;
  }
  .director .director-container2 .box1 {
    width: 100%;
    padding: 8px;
  }
  .director .director-container2 .box2 {
    width: 100%;
    padding: 18px 7px;
    text-align: justify;
  }
}
.history {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.history .experience {
  text-align: center;
  width: 100%;
}
.history .experience .image-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.history .experience .image-container .image {
  display: flex;
  justify-content: flex-end;
  padding: 0 16%;
}
.history .experience .image-container .image .image1 {
  width: 45%;
}
.history .experience .image-container .image .image1 .flip-card {
  background-color: transparent;
  width: 330px;
  height: 400px;
  perspective: 1000px;
}
.history .experience .image-container .image .image1 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.history .experience .image-container .image .image1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.history .experience .image-container .image .image1 .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #bbb;
  color: black;
}
.history .experience .image-container .image .image1 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.history .experience .box {
  width: 48%;
  margin: 0 auto;
  color: #161D27;
  padding: 54px 0;
  font-size: 30px;
}
.history .content {
  color: #1C2752;
  font-size: 16px;
}
.history .content .content-container {
  width: 85%;
  margin: 0 auto;
  text-align: justify;
  line-height: 36px;
}
.history .title {
  text-align: center;
  font-size: 48px;
  width: 100%;
  padding-bottom: 24px;
}
.history .title span {
  font-family: "Satisfy", cursive;
  font-size: 48px;
  color: #1C2752;
}
.history .title .line {
  border-top: 18px solid #000000;
}

@media only screen and (max-width: 768px) {
  .history .experience .image-container .image {
    padding: 0 2%;
    flex-direction: column;
  }
  .history .experience .image-container .image .image1 {
    width: 100%;
    padding-bottom: 5%;
  }
  .history .experience .image-container .image .image1 .flip-card {
    width: 100%;
  }
  .history .experience .box {
    width: 100%;
    font-size: 27px;
  }
}
/* This pen */
.dark {
  background: #103d87;
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  width: 100%;
  padding: 16px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  font-weight: initial;
}

.light {
  background: #f3f5f7;
}

a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #000000;
}

#pageHeaderTitle {
  padding: 9px 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 37px;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
    margin: 0 auto;
    width: 95%;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
    margin: 16px auto;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }
  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard.dark .postcard__text:before {
    background: #18151f;
  }
  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }
  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }
  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }
  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }
  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }
  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }
  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}
@media only screen and (max-width: 768px) {
  #pageHeaderTitle {
    font-size: 30px;
  }
}
.capabilities {
  margin: 0;
  padding: 32px 0px;
  box-sizing: border-box;
  width: 100%;
}
.capabilities .title {
  color: #222222;
  padding: 0px 0px;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
}
.capabilities .title h2 {
  font-weight: 900;
  font-size: 32px;
}
.capabilities p {
  width: 88%;
  margin: 24px auto;
  text-align: justify;
}
.capabilities .image {
  background-image: url(../img/doing/cap1.webp);
  background-position: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  height: 40vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.capabilities .points {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 32px;
}
.capabilities .points div {
  border-bottom: 3px solid #103d87;
  font-size: 17px;
}
.capabilities .estimate {
  display: flex;
  justify-content: space-around;
  background-color: #103d87;
  padding: 16px;
}
.capabilities .estimate .es {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 900;
}
.capabilities .estimate .es button {
  color: #103d87;
  cursor: pointer;
  background-color: #FFFFFF;
  border: none;
  font-weight: 700;
  padding: 6px;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .capabilities .title {
    padding: 0px 4px;
  }
  .capabilities .title h2 {
    font-size: 26px;
    padding: 0px 5px;
  }
}
.location {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  background-color: #000;
}
.location .location-content {
  width: 50%;
  color: white;
}
.location .location-content .title {
  padding-bottom: 16px;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.location .location-content .details {
  padding-left: 64px;
}
.location .location-content .details .address {
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  display: flex;
  font-size: 19px;
  padding-bottom: 8px;
  font-weight: 500;
}
.location .location-content .details .address .image {
  padding-right: 8px;
}
.location .location-content .details .address2 {
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  display: flex;
  font-size: 19px;
  padding-bottom: 8px;
  font-weight: 500;
  align-items: center;
}
.location .location-content .details .address2 .image {
  padding-right: 8px;
}
.location .location-content .details .address3 {
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  display: flex;
  font-size: 19px;
  font-weight: 500;
  align-items: center;
}
.location .location-content .details .address3 .image {
  padding-right: 8px;
}

@media only screen and (max-width: 768px) {
  .location {
    flex-direction: column;
  }
  .location .location-content {
    width: 100%;
  }
  .location .location-content .details {
    padding-left: 10px;
  }
  .location .location-content iframe {
    height: 250px;
  }
}
.contactBox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-bottom-width: 1px;
}
.contactBox .boxes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  padding: 26px 115px;
}
.contactBox .boxes .box .image img {
  width: 40px;
}
.contactBox .boxes .box .content1 {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
  margin-top: 10px;
}
.contactBox .boxes .box .content2 {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .contactBox .boxes {
    flex-direction: column;
  }
  .contactBox .boxes .box:nth-child(2) {
    margin-top: 20px;
  }
}
.contact-form {
  margin: 0;
  padding: 32px 0px;
  box-sizing: border-box;
  width: 100%;
}
.contact-form .contact {
  margin: 0 auto;
  width: 88%;
  background-color: #3A3A3A;
  display: flex;
}
.contact-form .contact .boxA {
  width: 50%;
}
.contact-form .contact .boxA .content {
  padding: 13%;
}
.contact-form .contact .boxA .content .heading {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}
.contact-form .contact .boxA .content .line {
  border-top: 5px solid #5BA572;
  width: 55%;
  margin-left: 0;
}
.contact-form .contact .boxA .content .para {
  color: #FFFFFF;
  font-size: 14px;
}
.contact-form .contact .boxB {
  width: 50%;
}
.contact-form .contact .boxB .form form {
  background-color: white;
  padding: 28px 58px;
}
.contact-form .contact .boxB .form form .button {
  width: 100%;
}
.contact-form .contact .boxB .form form .button button {
  font-size: 20px;
  background-color: #103d87;
  border: none;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.contact-form .contact .boxB .form form fieldset {
  border: none;
}
.contact-form .contact .boxB .form form .title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
}
.contact-form .contact .boxB .form form input[type=text],
.contact-form .contact .boxB .form form input[type=tel],
.contact-form .contact .boxB .form form input[type=email] {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0);
  border-color: #cacacb;
  width: 100%;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #000;
  font-weight: 300;
}
.contact-form .contact .boxB .form form textarea {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0);
  border-color: #cacacb;
  width: 100%;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #000;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .contact-form .contact {
    width: 96%;
    flex-direction: column;
  }
  .contact-form .contact .boxA {
    width: 100%;
    text-align: center;
  }
  .contact-form .contact .boxA .content {
    padding: 4%;
  }
  .contact-form .contact .boxA .content .line {
    margin: auto;
  }
  .contact-form .contact .boxB {
    width: 100%;
  }
  .contact-form .contact .boxB .form form {
    padding: 9px 8px;
  }
}
.gallery .title {
  text-align: center;
  font-size: 2.5rem;
}
.gallery section {
  padding: 80px;
}
.gallery .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-rows: 320px 320px;
  gap: 10px;
}
.gallery .grid img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery .box-image {
  position: relative;
}
.gallery .box-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.gallery .box-image:hover .box-hover {
  display: flex;
}
@media screen and (max-width: 996px) {
  .gallery .grid img,
  .gallery .box-hover {
    min-height: 320px;
    max-height: 320px;
  }
  .gallery .gallery {
    padding: 15px;
  }
}

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

* {
  box-sizing: border-box;
  font-family: "Baloo 2", cursive;
}

html,
body {
  width: 100%;
  height: 100%;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.navbar.active {
  position: fixed;
  box-shadow: 0 0 0.8125rem -0.19rem rgba(0, 0, 0, 0.4);
}
.navbar.active .navbar-content {
  background-color: #fff;
}
.navbar-content {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
@media (max-width: 992px) {
  .navbar-content {
    background-color: #a3b1c1;
  }
}
.navbar-content-left, .navbar-content-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.navbar-link {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-link:hover {
  text-decoration: underline;
}
.active .navbar-link {
  color: #000;
}
.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.875rem;
  border: 0.13rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .navbar-toggler {
    display: flex;
  }
}
.navbar-toggler:hover {
  border-color: rgb(255, 255, 255);
}
.active .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
}
.active .navbar-toggler:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 0.13rem;
  border-radius: 0.625rem;
  background-color: #fff;
  transition: top 0.1s 0.1s, bottom 0.1s 0.1s, transform 0.1s, opacity 0s 0.1s;
}
.open .navbar-toggler-icon {
  transform: rotate(45deg);
  transition: top 0.15s, bottom 0.15s, transform 0.15s 0.15s, opacity 0s 0.15s;
}
.active .navbar-toggler-icon {
  background-color: #000;
}
.active .navbar-toggler-icon::before, .active .navbar-toggler-icon::after {
  background-color: #000;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #fff;
  transition: inherit;
}
.navbar-toggler-icon::before {
  top: -0.625rem;
}
.open .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(-90deg);
}
.navbar-toggler-icon::after {
  bottom: -0.625rem;
}
.open .navbar-toggler-icon::after {
  bottom: 0;
  opacity: 0;
}
.navbar-toggle-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .navbar-toggle-content {
    visibility: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    width: 100%;
    padding: 1.5rem 2rem;
    box-shadow: 0 0.625rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
    background-color: #a3b1c1;
  }
  .active .navbar-toggle-content {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    background-color: #fff;
  }
}
.navbar-toggle-content.open {
  visibility: visible;
}

.logo {
  display: block;
  width: 4rem;
  height: 2.5rem;
  background: url("https://i.pinimg.com/originals/ad/ed/92/aded92e86113c9fba4213f8334a43df4.png") no-repeat center/cover;
}

.btn-registration {
  /* display: flex; */
  align-items: center;
  /* gap: 0.625rem; */
  /* padding: 0.625rem 1.25rem; */
  border: 0.13rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  background: #0093CA;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-registration:after {
  color: #103d87;
  transition: color 0.3s ease-in-out;
}
.btn-registration:hover, .btn-registration:focus {
  border-color: #103d87;
  text-decoration: none;
}
.active .btn-registration {
  border-color: #103d87;
}
.active .btn-registration:hover {
  background: #103d87;
  color: #fff;
}
.active .btn-registration:hover:after {
  color: #fff;
}/*# sourceMappingURL=style.css.map */