@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@900&family=Manrope:wght@200;300;500;600;700;800&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+Georgian:wght@100;200;300;400;500;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,700&family=Sora:wght@100;200;300;400;500;600;700;800&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Ubuntu:wght@700&display=swap");
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

.modle {
  position: fixed;
  z-index: 99999;
  background-color: #ddd;
  border-radius: 25px;
  top: 50%;
  width: 500px;
  height: 500px;
  padding: 2rem 1rem 0 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media all and (max-width: 768px) {
  .modle {
    width: 260px;
    height: 350px;
  }
}

.musicImg {
  border-radius: 25px;
}

.musicSmallImg {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modleInner {
  height: 100%;
  width: 100%;
}

.xmark {
  font-size: 34px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.music {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

@media all and (max-width: 768px) {
  p {
    font-size: 15px;
    text-align: justify;
  }
}

@media all and (max-width: 768px) {
  span {
    font-size: 15px;
  }
}

.line {
  width: 100%;
  height: 6px;
}

.lineOne {
  background-color: #EA2839;
}

.lineFour {
  background-color: #00A551;
}

.lineThree {
  background-color: #FFD500;
}

.lineTwo {
  background-color: #1A206D;
}

.blueBg {
  background-color: #1A206D;
}

.navigtion {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.customNav {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.customNav .activeLink {
  color: #9a9a9a;
}

.customNav ul li {
  padding: 0.1rem 0.5rem;
}

.customNav ul li a {
  color: #1A206D;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customNav ul li a:hover {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

.blue {
  color: #1A206D;
}

.green {
  color: #00A551;
}

.yellow {
  color: #FFD500;
}

.myLogo {
  color: #1A206D;
  font-weight: 800;
  letter-spacing: -1px;
}

.navBtn {
  text-transform: capitalize;
  border: 0;
  min-width: 200px;
  background-color: #1A206D;
  border: 0;
  outline: 0;
  padding: 0.9rem 0;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navBtn:hover {
  background-color: #000;
}

.navbar-toggler {
  color: #1A206D;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.footerBtn {
  padding: 0.55rem 1rem;
  background-color: #1A206D;
  border: 0;
  outline: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
  .footerBtn {
    width: 100%;
  }
}

.footerBtn:hover {
  background-color: #000;
}

.events {
  z-index: 999;
  background-color: #fff;
}

.banner {
  position: relative;
  background-size: cover;
  min-height: 90vh;
}

.videoContainer {
  width: 100%;
  min-height: 90vh;
  position: relative !important;
  overflow: hidden;
}

.videoContainer .video {
  width: 100%;
  position: fixed;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  background-attachment: fixed !important;
}

@media all and (max-width: 768px) {
  .videoContainer .video {
    height: 100%;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

@-webkit-keyframes zoom {
  from {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@keyframes zoom {
  from {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.pOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: none;
}

.mOverlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.fixedSection {
  z-index: 999;
  position: fixed;
}

@-webkit-keyframes heading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes heading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.headingOne {
  font-size: 6rem;
  letter-spacing: -5px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0.95;
}

@media all and (max-width: 768px) {
  .headingOne {
    font-size: 2.2rem;
    letter-spacing: normal;
    font-weight: 600;
  }
}

.btnAbsolute {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.image {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .image img {
    min-height: 180px;
  }
}

.cardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  z-index: 99999;
}

::-webkit-scrollbar-track {
  background: #faf8f8;
}

::-webkit-scrollbar-thumb {
  background: #d4d2d4;
}

::-webkit-scrollbar-thumb:hover {
  background: #A8A8A8;
}

.overlayRed {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 40, 57, 0.9)), to(rgba(234, 40, 57, 0.9)));
  background-image: linear-gradient(180deg, rgba(234, 40, 57, 0.9), rgba(234, 40, 57, 0.9));
}

.overlayBlue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 32, 109, 0.9)), to(rgba(26, 32, 109, 0.9)));
  background-image: linear-gradient(180deg, rgba(26, 32, 109, 0.9), rgba(26, 32, 109, 0.9));
}

.overlayYellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 213, 0, 0.9)), to(rgba(255, 213, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(255, 213, 0, 0.9), rgba(255, 213, 0, 0.9));
}

.overlayGreen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 165, 81, 0.9)), to(rgba(0, 165, 81, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 165, 81, 0.9), rgba(0, 165, 81, 0.9));
}

.content {
  padding: 3rem 3rem;
}

@media all and (max-width: 768px) {
  .content {
    padding: 1rem;
  }
}

.bold6 {
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .bold6 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.bold5 {
  font-weight: 500;
}

.longArrow a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.longArrow a i {
  color: #fff;
  font-size: 1.5rem;
}

.longArrow a:hover {
  font-size: 1.55rem;
  color: #9a9a9a;
}

.footer {
  padding: 4rem 0;
  background-color: #fff;
  padding-bottom: 6rem;
}

.customField {
  padding: 0.5rem 1rem;
  border: 1px solid #1A206D;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.social a {
  display: block;
  text-transform: uppercase;
  color: #1A206D;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

address {
  color: #1A206D;
  margin-top: 1rem;
}

address a {
  color: #1A206D;
  text-decoration: none;
}

.change span {
  display: block;
}

.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 124, 0.9)), to(rgba(24, 21, 124, 0.9))), url("../images/frog.jpg");
  background-image: linear-gradient(180deg, rgba(24, 21, 124, 0.9), rgba(24, 21, 124, 0.9)), url("../images/frog.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1A206D;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  padding: 7rem 0;
}

.about h5 {
  font-weight: 700;
}

.news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 124, 0.9)), to(rgba(24, 21, 124, 0.9))), url("../images/jungle.jpg");
  background-image: linear-gradient(180deg, rgba(24, 21, 124, 0.9), rgba(24, 21, 124, 0.9)), url("../images/jungle.jpg");
}

.top10 {
  margin-top: 10rem;
}

.cap {
  text-transform: none;
}

.customCard {
  background-color: white;
  padding: 4rem 5rem;
}

@media all and (max-width: 768px) {
  .customCard {
    padding: 1rem 10px;
  }
}

.postHeading {
  color: #414141;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
  .postHeading {
    font-size: 1rem;
    text-transform: capitalize !important;
  }
}

.headingLink {
  text-decoration: none;
}

.headingLink:hover .postHeading {
  color: #1A206D;
}

.sideBars {
  color: #1A206D;
  font-size: 22px;
  cursor: pointer;
}

.relative {
  position: relative;
}

.share {
  position: absolute;
  top: 2rem;
  right: 0;
  height: 50px;
  width: 180px;
  padding: 1rem;
  background-color: #1A206D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hide {
  display: none;
}

.socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconBox {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 124, 0.9)), to(rgba(24, 21, 124, 0.9)));
  background-image: linear-gradient(180deg, rgba(24, 21, 124, 0.9), rgba(24, 21, 124, 0.9));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 1rem;
}

.iconBox a i {
  color: #fff;
  font-size: 18px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.heart {
  color: #EA2839;
  font-size: 18px;
}

.font18 {
  font-family: 20px;
}

.dateTwo {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dateOne {
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}

.borderCard {
  border: 2px solid #fff;
  position: relative;
  padding: 1.5rem 1rem;
  min-height: 270px;
  cursor: pointer;
}

.borderCard:hover .dateOne {
  display: none;
}

.borderCard:hover .dateTwo {
  display: block;
}

.pb12 {
  padding-bottom: 20rem;
}

.registerBtn {
  color: #1A206D;
  background-color: #FFD500;
  border: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.8rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.registerBtn i {
  text-decoration: none;
}

.registerBtn:hover {
  color: #fff;
  background-color: #000;
}

.project {
  cursor: pointer;
  overflow: hidden;
  max-height: 435px;
}

.project img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 767px) {
  .project img {
    max-width: 120px;
  }
}

.project:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project:hover .pOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projectShare {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.fieldHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #FFD500;
  margin-top: 1rem;
}

.fieldHolder textarea {
  width: 100%;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem;
  color: #FFD500;
  margin-top: 2rem;
  min-height: 130px;
}

.fieldHolder input {
  border: 0;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.4rem 1rem;
  color: #FFD500;
}

.fieldHolder input:focus .fieldHolder {
  border-color: #000;
}

.fieldHolder i {
  color: #FFD500;
  font-size: 18px;
}

.submitBtn {
  border: 0;
  background-color: #FFD500;
  color: #1A206D;
  text-transform: uppercase;
  text-align: center;
  padding: 0.6rem 0;
  width: 100%;
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submitBtn:hover {
  background-color: #000;
  color: #fff;
}

.contactBtn {
  width: auto;
  padding: 0.6rem 2rem;
  margin-top: 0;
}

.whiteA {
  color: #fff !important;
  text-decoration: none;
}

.musicContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  padding: 1rem 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

@media all and (max-width: 768px) {
  .musicContainer {
    display: block;
  }
}

.cover {
  height: auto;
  min-width: 200px;
  max-width: 210px;
}

@media all and (max-width: 768px) {
  .cover {
    min-width: unset;
    max-width: unset;
    height: unset;
  }
}

.play {
  color: #fff;
  font-size: 28px;
}

@-webkit-keyframes hideOne {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@keyframes hideOne {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@-webkit-keyframes openNav {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes openNav {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.animation {
  -webkit-animation: hideOne 1s;
          animation: hideOne 1s;
}

.width0 {
  width: 0;
}

.width100 {
  width: 100%;
  -webkit-animation: openNav 1s;
          animation: openNav 1s;
}

.Navmodle {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-x: hidden;
  background-color: #000;
  z-index: 9999999;
}

.Navmodle ul {
  padding: 1rem 1rem;
  list-style: none;
  padding-top: 3rem;
}

.Navmodle ul li a {
  color: #fff !important;
  font-weight: 600;
}

.animation {
  -webkit-animation: openNav 2s;
          animation: openNav 2s;
}

.hide1 {
  -webkit-animation: hideOne 1s;
          animation: hideOne 1s;
  display: none;
}

.hideIhm {
  display: none !important;
}

.navCross {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
  font-size: 40px;
}

.searchField {
  border: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
}

.searchField::-webkit-input-placeholder {
  color: #fff;
}

.searchField:-ms-input-placeholder {
  color: #fff;
}

.searchField::-ms-input-placeholder {
  color: #fff;
}

.searchField::placeholder {
  color: #fff;
}

.search {
  border-bottom: 1px solid #fff;
  position: relative;
}

.search i {
  color: #fff;
  margin-right: 1rem;
}

.searchOne {
  border-bottom: 1px solid #fff;
  position: relative;
}

.searchClose {
  position: absolute;
  right: 0;
  color: #fff;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.absHide {
  display: none !important;
}

.projectPara {
  font-size: small;
}

.chat {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1A206D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 999999;
}

@media all and (max-width: 668px) {
  .chat {
    right: 8px;
    height: 40px;
    width: 40px;
  }
}

.chat i {
  font-size: 24px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .chat i {
    font-size: 16px;
  }
}

.chatModel {
  width: 270px;
  overflow: hidden;
  padding-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  min-height: 375px;
  bottom: 80px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  right: 20px;
  background-color: #fff;
  z-index: 999999;
  border-radius: 8px;
  border-color: transparent !important;
}

@media all and (max-width: 768px) {
  .chatModel {
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    z-index: 9999999;
  }
}

.input {
  border-top: 1px solid #1A206D;
}

@media all and (max-width: 768px) {
  .input {
    margin-bottom: 5.5rem;
  }
}

.input input {
  border: 0;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem 4px;
}

@media all and (max-width: 768px) {
  .input input {
    margin-bottom: 1rem;
  }
}

.input i {
  color: #1A206D;
  font-size: 25px;
}

.chatClose {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */