@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Dancing+Script:wght@400..700&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Dancing+Script:wght@500&family=Kalnia:wght@100..700&family=Pacifico&display=swap");
@font-face {
  font-family: "Major Mono Display";
  src: url("../fonts/MajorMonoDisplay.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf") format("truetype");
}
:root {
  --primary: #0802A3;
  --secondary: #39A7FF;
  --success: #82CD47;
  --danger: #B20600;
  --light: #fefefe;
  --warning: #FAA300;
  --info: #97FFF4;
  --dark: #152440;
  --majorMono: "Major Mono Display";
  --montserrat: "Montserrat";
  --cursive-font: "Dancing Script", cursive;
  --second-font-style: "Kalnia", serif;
}

html {
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.pt-6 {
  padding-top: 90px;
}

.pb-6 {
  padding-bottom: 90px;
}

.py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.btn {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary {
  color: #FFFFFF;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Barlow", sans-serif;
  padding: 25px 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--warning);
}

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}

.logo {
  width: 134px;
  height: auto;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    text-align: center;
  }
}
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  position: relative;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo a {
  font-size: 44px;
  text-decoration: none;
  color: white;
  font-weight: 800;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--light);
  line-height: 28px;
}

.footer-text span {
  color: var(--light);
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.footer-social-icon span {
  color: var(--light);
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.socialContainer {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
}

.footer-social-icon a .iContainer {
  color: var(--warning);
  font-size: 16px;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-social-icon a .iContainer i {
  line-height: 38px;
  /* border-radius: 50%; */
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 4px;
  width: 100px;
  background: #3586ff;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #3586ff;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  text-align: start;
}

.copyright-text p a {
  color: #55ACEE;
  text-decoration: none;
  font-weight: 700;
}

.banner {
  position: relative;
}
.banner .carousel-inner img {
  height: 90vh;
}
.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
  width: 24%;
  height: 8%;
}
.banner .carousel-control-next-icon .icon-color,
.banner .carousel-control-prev-icon .icon-color {
  color: #82CD47 !important;
}
.banner .carousel-dark .carousel-indicators button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (max-width: 1000px) {
  .banner .carousel-inner img {
    height: 50vh;
  }
}

@media (min-width: 992px) {
  .yellow-left-border,
  .yellow-right-border {
    position: relative;
  }
  .yellow-left-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background-color: var(--warning);
    z-index: 1;
  }
  .yellow-right-border::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background-color: var(--warning);
    z-index: 1;
  }
}
#about-me {
  background-color: var(--secondary);
}
#about-me .img-fluid {
  height: 100%;
  width: 100%;
}
#about-me .text-style {
  padding: 1% 2% 1% 2%;
}
#about-me .text-style h2 {
  font-size: 3rem;
  font-family: var(--second-font-style);
  font-weight: 500 !important;
  color: var(--light);
}
#about-me .text-style h4 {
  font-size: 25px;
  color: var(--light);
}
#about-me .text-style h4::first-letter {
  font-family: var(--cursive-font);
  font-size: 40px;
  font-weight: 900 !important;
  color: var(--primary);
  margin-left: 10px;
}
#about-me .explore_now {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  background-color: var(--primary);
  border-radius: 6px;
  color: var(--light);
  transition: 0.4s;
  margin: 5% 2%;
}
#about-me .explore_now i {
  color: var(--light);
}
#about-me .explore_now .ic {
  padding-right: 10px;
  padding-left: 0px;
  transition: all 0.2s ease-in-out;
}
#about-me .explore_now:hover .ic {
  padding-left: 10px;
  padding-right: 0px;
  color: var(--light);
}
#about-me .explore_now:hover {
  background-color: var(--warning);
  color: var(--light) !important;
}
@media (min-width: 768px) {
  #about-me h2 {
    margin: 10% 0% 2% 0%;
  }
  #about-me h4 {
    margin: 2% 6% 0% 0%;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  #about-me h2 {
    margin: -7% 0% 2% 8%;
  }
  #about-me h4 {
    margin: 3% 6% 3% 8%;
    text-align: justify;
  }
}

#working {
  background-color: #F1FAFB;
  padding: 4% 3% 4% 3%;
  text-align: justify;
}
#working h1 {
  padding: 0% 0% 0% 0%;
  color: var(--secondary);
  font-size: 2rem;
  font-family: var(--second-font-style);
}
#working h1::first-letter {
  font-size: 3rem;
  color: var(--warning);
  font-weight: 500 !important;
}
#working .explore_now {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  background-color: var(--primary);
  border-radius: 6px;
  color: var(--light);
  transition: 0.4s;
}
#working .explore_now i {
  color: var(--light);
}
#working .explore_now .ic {
  padding-right: 10px;
  padding-left: 0px;
  transition: all 0.2s ease-in-out;
}
#working .explore_now:hover .ic {
  padding-left: 10px;
  padding-right: 0px;
  color: var(--light);
}
#working .explore_now:hover {
  background-color: var(--danger);
  color: var(--light) !important;
}

#certificate {
  background-color: var(--secondary);
  padding: 2% 2% 3% 3%;
}
#certificate .activities {
  background-color: var(--light);
  padding: 8px;
  border-radius: 6px !important;
}
#certificate h1 {
  padding: 0% 0% 2% 1%;
  color: var(--primary);
  font-family: var(--cursive-font);
  font-size: 4rem;
}
#certificate h1::first-letter {
  font-size: 5rem;
  color: var(--danger);
  font-family: var(--cursive-font);
  font-weight: 900 !important;
}
#certificate .activities img {
  width: 100%;
  height: 80vh;
  border-radius: 4px;
}
#certificate h3 {
  font-size: 2.5rem;
  color: var(--primary);
  font-family: var(--cursive-font);
}
#certificate h3::first-letter {
  font-size: 3.2rem;
  color: var(--warning);
  font-family: var(--cursive-font);
  font-weight: 900 !important;
}

#projects {
  background-color: #F1FAFB;
  padding: 1% 1% 1% 3%;
}
#projects h1 {
  padding: 0% 0% 0% 0%;
  color: var(--secondary);
  font-size: 2rem;
  font-family: var(--second-font-style);
  text-align: center;
}
#projects h1::first-letter {
  font-size: 3rem;
  color: var(--warning);
  font-weight: 500 !important;
}
#projects .accordion-item {
  background-color: #F2F2F2 !important;
}

#gallery {
  background-image: url("../img/dark.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1% 0% 2% 0%;
}
#gallery .padding {
  padding: 5% 6% 5% 5%;
}
#gallery img {
  width: 550px;
  height: 450px;
  transition-duration: 1s;
  padding: 2%;
  box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -webkit-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -moz-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
}
#gallery img:hover {
  transform: scale(1.1);
}
#gallery h1 {
  padding: 0% 0% 0% 0%;
  color: var(--secondary);
  font-size: 2rem;
  font-family: var(--second-font-style);
  text-align: center;
}
#gallery h1::first-letter {
  font-size: 3rem;
  color: var(--warning);
  font-weight: 500 !important;
}

#update {
  background-color: var(--secondary);
  padding: 2% 0% 2% 0%;
}
#update h1 {
  padding: 2% 0% 1% 0%;
  color: var(--light);
  font-family: var(--second-font-style);
  font-size: 2.5rem;
  text-align: center;
}
#update input {
  height: 60px;
}
#update button {
  background-color: var(--primary);
  color: var(--light);
  font-weight: 900;
  font-weight: 900;
  font-size: 20px;
  border: var(--primary);
}

@media (max-width: 575px) {
  .imageBanner h2 {
    font-size: 3rem !important;
  }
}
.imageBanner img {
  padding: 0% 0% 0% 0% !important;
  height: 70vh;
  width: 100%;
}
.imageBanner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: var(--light);
  font-family: var(--second-font-style);
  text-align: center;
}

#photoImageGallery {
  background-image: url("../img/dark.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 3% 4% 3%;
}
#photoImageGallery h1 {
  text-align: center;
  padding: 0% 0% 2% 0%;
  color: var(--secondary);
  font-family: var(--cursive-font);
  font-size: 3.5rem;
  font-weight: 900 !important;
}
#photoImageGallery h1::first-letter {
  font-size: 4rem;
  color: var(--warning);
  font-weight: 500 !important;
}
#photoImageGallery img {
  width: 450px;
  height: 450px;
  transition-duration: 1s;
  padding: 2%;
  box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -webkit-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -moz-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
}
#photoImageGallery img:hover {
  transform: scale(1.1);
}

#contactFormInfo h1 {
  text-align: center;
  padding: 2% 0% 0% 0%;
  color: var(--primary);
  font-family: var(--second-font-style);
  font-size: 2.5rem;
}
#contactFormInfo .row {
  padding: 0% 0% 2% 0%;
}
#contactFormInfo .contact-card .card {
  background-color: var(--secondary);
  border: 4px dotted var(--dark);
  border-radius: 10px;
  padding: 2% 2% 2% 2%;
}
#contactFormInfo p {
  color: var(--light);
  font-size: 20px;
  font-weight: 900 !important;
}
#contactFormInfo h2 {
  color: var(--light);
  font-size: 30px;
  font-weight: 900 !important;
}

#contactForm {
  background-color: var(--secondary);
}
#contactForm h1 {
  text-align: center;
  padding: 2% 0% 0% 0%;
  color: var(--primary);
  font-family: var(--cursive-font);
  font-size: 2.5rem;
}
#contactForm h1::first-letter {
  font-size: 3rem;
  color: var(--danger);
  font-weight: 500 !important;
}
#contactForm form {
  padding: 2% 10% 0% 10%;
}
#contactForm .formImage img {
  padding: 0% 0% 0% 0% !important;
  height: 100vh;
  width: 100%;
}

#working_projects {
  background-color: #F8F8F8;
  padding: 0% 2% 2% 2%;
}
#working_projects h1 {
  padding: 1% 1% 2% 1%;
  color: var(--secondary);
  font-size: 2rem;
  font-family: var(--second-font-style);
  text-align: center;
}
#working_projects h1::first-letter {
  font-size: 3rem;
  color: var(--warning);
  font-weight: 500 !important;
}
#working_projects .accordion-item {
  background-color: #F2F2F2 !important;
}

.service .image-frame {
  padding: 5%;
  background-color: #F5F5F5;
}
.service .service_1st_div img {
  height: 80vh;
  width: 100%;
}
.service .service_1st_div p {
  font-size: 20px;
  text-align: justify;
  padding: 7% 10% 2% 10%;
}
.service .service_1st_div p::first-letter {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--cursive-font);
  color: var(--secondary);
}
.service .service_2nd_div img {
  height: 80vh;
  width: 100%;
}
.service .service_2nd_div p {
  font-size: 20px;
  text-align: justify;
  padding: 7% 10% 2% 10%;
}
.service .service_2nd_div p::first-letter {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--cursive-font);
  color: var(--secondary);
}

@media (max-width: 575px) {
  #seabuckthorn h1 {
    font-size: 1.5rem !important;
  }
  #seabuckthorn h1::first-letter {
    font-size: 2rem !important;
  }
}
#seabuckthorn h1 {
  text-align: center;
  padding: 2% 0% 1% 0%;
  color: var(--secondary);
  font-family: var(--second-font-style);
  font-size: 2.5rem;
}
#seabuckthorn h1::first-letter {
  font-size: 3rem;
  color: var(--warning);
  font-weight: 500 !important;
}
#seabuckthorn img {
  width: 100%;
  height: 100%;
}
#seabuckthorn .image-frame1 {
  padding: 30px 5%;
  background-color: #F5F5F5;
}
#seabuckthorn .image-frame2 {
  padding: 30px 5%;
  background-color: var(--secondary);
}

@media (max-width: 575px) {
  .seabuckthornDocument h1 {
    font-size: 1.5rem !important;
  }
  .seabuckthornDocument h1::first-letter {
    font-size: 2rem !important;
  }
}
.seabuckthornDocument img {
  width: 100%;
  height: 100%;
}
.seabuckthornDocument .image-frame {
  padding: 30px 5%;
}
.seabuckthornDocument h1 {
  text-align: center;
  padding: 1% 4% 1% 4%;
  font-size: 2.2rem;
}
.seabuckthornDocument h1::first-letter {
  font-size: 3rem;
  font-weight: 500 !important;
}
.seabuckthornDocument .row1 {
  background-color: #F5F5F5;
}
.seabuckthornDocument .row1 h1 {
  color: var(--secondary);
  font-family: var(--second-font-style);
}
.seabuckthornDocument .row1 h1::first-letter {
  color: var(--warning);
}
.seabuckthornDocument .row2 {
  background-color: var(--secondary);
}
.seabuckthornDocument .row2 h1 {
  color: var(--primary);
  font-family: var(--second-font-style);
}
.seabuckthornDocument .row2 h1::first-letter {
  color: var(--danger);
}
.seabuckthornDocument .pagination {
  padding: 1% 0% 1% 0%;
}
.seabuckthornDocument .pagination p {
  font-size: 20px;
  font-weight: 900;
}
.seabuckthornDocument .pagination p span {
  font-size: 25px;
  font-weight: 900;
  color: var(--danger);
}

@media (max-width: 575px) {
  .sbtVideoDocument .sbtVideo h1 {
    font-size: 1.5rem !important;
  }
  .sbtVideoDocument .sbtVideo h1::first-letter {
    font-size: 2rem !important;
  }
}
.sbtVideoDocument .sbtVideo h1 {
  text-align: center;
  padding: 0% 1% 1% 1%;
  font-size: 2rem;
}
.sbtVideoDocument .sbtVideo h1::first-letter {
  font-size: 2.5rem;
  font-weight: 400 !important;
}
.sbtVideoDocument .sbtVideo iframe {
  border-radius: 20px;
  padding: 0% 4% 4% 4%;
}
.sbtVideoDocument .sbtVideo .rowStyle1 {
  background-color: #F5F5F5;
}
.sbtVideoDocument .sbtVideo .rowStyle1 h1 {
  color: var(--secondary);
  font-family: var(--second-font-style);
}
.sbtVideoDocument .sbtVideo .rowStyle1 h1::first-letter {
  color: var(--warning);
}
.sbtVideoDocument .sbtVideo .rowStyle2 {
  background-color: var(--secondary);
}
.sbtVideoDocument .sbtVideo .rowStyle2 h1 {
  color: var(--primary);
  font-family: var(--second-font-style);
}
.sbtVideoDocument .sbtVideo .rowStyle2 h1::first-letter {
  color: var(--danger);
}

#testimonials .title-before {
  margin-top: 12px;
  width: 15%;
  height: 4px;
  margin: 10px;
}
#testimonials iframe {
  border-radius: 20px;
}
#testimonials .image-frame1 {
  padding: 40px 4%;
}
#testimonials .padding {
  padding: 40px 5%;
}
#testimonials h1 {
  text-align: center;
  padding: 1% 2% 0% 2%;
  font-family: var(--second-font-style);
  font-size: 2.2rem;
}
#testimonials h1::first-letter {
  font-size: 3rem;
  font-weight: 500 !important;
}
#testimonials p {
  text-align: center;
  padding: 3% 5% 2% 5%;
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 600 !important;
}
#testimonials p::first-letter {
  font-size: 2.5rem;
  font-family: var(--cursive-font);
  font-weight: 600 !important;
}
#testimonials .testimoniImages img {
  width: 350px;
  height: 350px;
  transition-duration: 1s;
  padding: 2%;
  box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -webkit-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
  -moz-box-shadow: 0px 1px 13px 5px rgba(147, 52, 191, 0.55) !important;
}
#testimonials .testimoniImages img:hover {
  transform: scale(1.1);
}
#testimonials .row1 {
  background-color: #F5F5F5;
}
#testimonials .row1 .title-section i {
  color: var(--primary);
  font-size: 30px;
}
#testimonials .row1 .title-section .title-before {
  background-color: var(--primary);
}
#testimonials .row1 h1 {
  color: var(--secondary);
}
#testimonials .row1 h1::first-letter {
  color: var(--warning);
}
#testimonials .row1 p {
  color: var(--secondary);
}
#testimonials .row1 p::first-letter {
  color: var(--warning);
}
#testimonials .row2 {
  background-color: var(--secondary);
}
#testimonials .row2 .title-section i {
  color: var(--light);
  font-size: 30px;
}
#testimonials .row2 .title-section .title-before {
  background-color: var(--light);
}
#testimonials .row2 h1 {
  color: var(--primary);
}
#testimonials .row2 h1::first-letter {
  color: var(--danger);
}
#testimonials .row2 p {
  color: var(--light);
}
#testimonials .row2 p::first-letter {
  color: var(--warning);
}

#members h2 {
  text-align: center;
  font-family: var(--cursive-font);
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--secondary);
  text-transform: capitalize;
  padding: 2% 1% 1% 1%;
}
#members h2::first-letter {
  color: var(--warning);
  font-size: 5rem;
  font-weight: 900;
}
#members h1 {
  text-align: left;
  font-family: var(--cursive-font);
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  padding: 2% 2% 1% 6%;
}
#members h1::first-letter {
  font-size: 70px;
  font-weight: 900;
}
#members p {
  font-size: 20px;
  font-weight: 800;
  text-indent: 40px;
  padding: 0% 5% 2% 5%;
  text-align: justify;
}
#members p::first-letter {
  font-size: 60px;
  font-weight: 500;
  font-family: var(--cursive-font);
}
#members img {
  margin: 10px 0px 20px 0px;
  border: 6px solid var(--primary);
  padding: 10px solid;
  outline: 10px double var(--light);
  outline-offset: -25px;
  box-shadow: 5px 4px 24px 3px rgb(19, 0, 90);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 60vh;
}
#members .row1 {
  background-color: #F5F5F5;
  padding: 1% 1% 2% 1%;
}
#members .row1 h1 {
  color: var(--secondary);
}
#members .row1 h1::first-letter {
  color: var(--warning);
}
#members .row1 p {
  color: var(--secondary);
}
#members .row1 p::first-letter {
  color: var(--warning);
}
#members .row2 {
  background-color: var(--secondary);
  padding: 1% 1% 2% 1%;
}
#members .row2 h1 {
  color: var(--light);
}
#members .row2 h1::first-letter {
  color: var(--primary);
}
#members .row2 p {
  color: var(--light);
}
#members .row2 p::first-letter {
  color: var(--primary);
}/*# sourceMappingURL=style.css.map */