
/* @font-face {
  font-family: "Mooli", sans-serif;
  src: url('../vendor/Fonts/Mooli-Regular.ttf') format('woff2'), url('../vendor/Fonts/Mooli-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
} */

body {
 font-family: "Mooli", sans-serif;
  /* color: #ffffff; */
  /* background: linear-gradient(45deg, #061e2d, #000); */
  scroll-behavior:smooth;
}

a {
  
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mooli", sans-serif;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section {
  padding: 90px 0;
  overflow: hidden;
  /* background: linear-gradient(45deg, #061e2d, #000); */
  background: #1e130c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #061e2d, #000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #061e2d, #000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section-grey {
  padding: 90px 0;
  overflow: hidden;
  background: #1c042e;
}

.sections-bg {
  background-color: #0d7dbe26;
}

.sections-bg1 {
  background-color: #ffff;
}

.section-header {
  text-align: center;
  padding-bottom: 38px;
}

.section-header h2 {
  font-size: 32px;
  position: relative;
  color: #000;
  font-weight: 600;
}

.section-header p {
  margin-bottom: 0;
  color: #b9b9b9;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: "Mooli", sans-serif;
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #000;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(16 16 16 / 80%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: radial-gradient(#061e2d, #000);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(48% - 3px);
  left: calc(48% - 3px);
  border: 2px solid #fff;
  border-color: #000 transparent #000 transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #00796b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    border-bottom: 2px solid #08c2ac;
    box-shadow: 0 3px 7px #0000009c;
    background-image: linear-gradient(90deg, #0e629f 50%, #0c83c6 100%);

}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
}

/* .header.stikcy-menu {
  background: #ffffff;
  box-shadow: 0 3px 7px #0000009c;
} */
.header.stikcy-menu .logo h1 {
  color: #fff;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: "Mooli", sans-serif;
}

.header .logo h1 span {
  color: #fff;
}

.sticked-header-offset {
  margin-top: 0;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 16px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Mooli", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .stikcy-menu .navbar a {
    color: #fff;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  @media (min-width: 1280px) {

    .stikcy-menu .navbar a:hover,
    .stikcy-menu .navbar .active,
    .stikcy-menu .navbar .active:focus,
    .stikcy-menu .navbar li:hover>a {
      color: #fff;
    }
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #061e2d;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #000;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: "Mooli", sans-serif;
    font-size: 15px;
    color: rgb(255 255 255);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #000;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgb(255 255 255);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/

.left {
  text-align: right;
}

.right {
  text-align: left;
}

.list-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  background-color: #0b3d62;
  padding: 10px;
}

.list-wrap p {
  color: #fff;
}

/* .list-wrap:nth-child(3),
.list-wrap:nth-child(6) {
  margin-bottom: 0;
} */

.icon {
  width: 100px;
  text-align: center;
}

.icon svg {
  width: 100%;
}

.list-center-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.center-icon {
  width: 170px;
  text-align: center;
}

.center-icon svg {
  width: 100%;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Mooli", sans-serif;
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.img-frame {
  position: relative;
  background: #f6f6f6;
  background-size: contain;
  padding: 9%;
}

.bar {
  background-color: #f1f1f1;
  padding: 1px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #ffffff;
}

.bar::before {
  content: attr(data-skill);
  background-color: #000;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
}

.bar.front::before {
  background-color: #000;
}

.bar.back::before {
  background-color: #000;
}

.bar.learning::before {
  width: calc(20% - 10px);
}

.bar.basic::before {
  width: calc(40% - 10px);
}

.bar.intermediate::before {
  width: calc(60% - 10px);
}

.bar.advanced::before {
  width: calc(80% - 10px);
}

.bar.expert::before {
  width: calc(100% - 10px);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 90px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 1;
  border-radius: 8px;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: url(  images/hero-bg.png) center left;
  background-size: cover;
  padding: 150px 60px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.9;
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: "Mooli", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  background-color: #fff;
}

.testimonials .testimonial-item .info-box {
  min-width: 306px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #000;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #000;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(134 134 134 / 20%);
  opacity: 1;
}

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
    flex-direction: column;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }



/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  background: #f1f1f1;
  width: 100%;
}

.team .member img {
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    filter: grayscale(1);
    mix-blend-mode: multiply;
    width: 100%;
    /*margin-bottom:10px;*/
     /*border-radius: 50%;*/
}

.team .member img:hover {
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    filter: none; /* Removes grayscale on hover */
    mix-blend-mode: multiply;
    width: 100%;
    /*margin-bottom:10px;*/
     /*border-radius: 50%;*/
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #000;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
  margin-top: 16px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  color: #000;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8e8e8;
}

.team .member .social i {
  font-size: 14px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq{
  background-image:linear-gradient(to right, #0e629fc4, #0c7cbe7a), url(../images/reg_bg_2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: linear-gradient(to right, #061e2d, #000);
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-collapse {
  border: 0;
  background: linear-gradient(to left, #061e2d, #000);
  border-radius: 0 8px 8px 0;
}

.faq .accordion-button {
  background: linear-gradient(to left, #061e2d, #000);
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  box-shadow: none;
  border-radius: 8px !important;
  border: 1px solid #000;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: #FFFFFF;
}

.faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icons/down-arrow.svg);
}

.faq .accordion-body {
  padding: 40px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(to left, #061e2d, #000);
  box-shadow: none;
  color: #fff;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background-color: #1c042e;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #b9b9b9;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: #ffffff;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #d4d4d4;
  margin-bottom: 0;
}

/* 
@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
} */



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  /* background: url(../images/herobg1.jpg) center center; */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 102px 0;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

#hero:before {
  content: "";
  background-image: linear-gradient(90deg, #ffffffed  55%, #00000000 85%);
  /* background-size: 300%; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.hero .circle {
  color: #000;
}

.social {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  gap: 10px;
}

.social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social i {
  font-size: 14px;
  margin: 0 2px;
  color: #fff;
}

.mr-20 {
  margin-right: 20px !important;
}

.hero h3 {
  /* font-size: 3rem; */
  /* margin-bottom: 20px; */
  color: #f8cd63;
  font-weight: 800;
  text-transform: capitalize;
  /* letter-spacing: 2px; */
}

#hero h3 i {
  font-size: 42px;
  color: #f8cd63;
  font-weight: 900;
  text-shadow: 2px 1px 0 #000;
}

.hero span {
  color: #000;
  font-weight: bold;
  font-style: italic;
}

.hero p {
  color: #a2a2a2;
  font-weight: 400;
  margin-bottom: 30px;
}

.btn-get-started {
  color: #000;
  background: radial-gradient(#fff, #fff);
  padding: 8px 30px;
  /* border-radius: 50px; */
     border: 2px solid #08c2ac;
  transition: all ease-in-out 0.3s;
  font-weight: 900;
  margin-left: 8px;
  /* margin-top: 20px; */
  font-size: 24px;
  text-align: center;

}

#hero .btn-get-started {
  color: #000;
  background: radial-gradient(#ffd164, #d39e4a);
  padding: 8px 30px;
  /* border-radius: 50px; */
  border: 2px solid #d39e4a;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  margin-left: 0px;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  display: inline-block;

}

.btn-get-started:hover {
  background: #fff;
  border: 1px dashed #00426e;
  color: #00426e;
}

#hero .btn-get-started:hover {
  background: #fff;
  border: 1px dashed #00426e;
  color: #00426e;
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .hero {
    background: url(../images/hero-mobile-bg.jpg) center center;
  }

  .hero h2 {
    font-size: 48px;
  }

  .call-to-action {
    background: url(../images/cta-bg.html) center left;
    background-size: cover;
    padding: 150px 60px;
    border-radius: 0px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .text-left.caption {
    text-align: center;
  }

  .caption .justify-content-start {
    justify-content: center !important;
  }

  .caption .social {
    justify-content: center;
  }

  .hero h2 {
    font-size: 36px;
  }

  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }

  .icon-boxes .card-two {
    margin-top: var(--bs-gutter-y);
    margin-bottom: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}

@media (min-width: 768px) {

  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }

  .icon-boxes .card-two {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

.icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  background: #094c7e;
  height: 100%;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
}

.icon-box .icon img {
  width: 100px;
}

.icon-box .title {
  margin-bottom: 15px;
  font-size: 24px;
}

.icon-box .title a {
  color: #ffffff;
  transition: 0.3s;
}

.icon-box p{
  font-weight: 600;
}

.icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: #000;
}

.icon-box:hover {
  background: #000;
}

.icon-box:hover p,
.icon-box:hover .title a,
.icon-box:hover .icon {
  color: #ffffff;
}


#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}



#about {
  background: url(http://futureoflegal.in/assets/img/about_2_2.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}




/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.stats-counter .stats-item .purecounter {
  padding-right: 0;
}

.stats-counter .stats-item i {
  font-size: 90px;
  line-height: 0;
  
  margin-bottom: 30px;
}

.stats-counter .stats-item span {
  font-size: 24px;
  display: block;
  
  line-height: 34px;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: "Mooli", sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0 0 40px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  padding: 15px 25px;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 2px solid #000;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-secondary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: var(--color-secondary);
  border-radius: 0 8px 0 0;
}

.portfolio .portfolio-wrap .portfolio-info:hover {
  background: #1c042e;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: #ffffff;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  
}

.portfolio .portfolio-wrap .project-btn a {
  color: #ffffff;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
  margin-bottom: 20px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}


/**************************************
  Contact
 **************************************/
.contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #fff;
  border: none;
  border: 1px solid #000 !important;
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.4s;
  background: #1d0332;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-information-box-3 {
  border: 1px solid #000;
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}

.contact-form button[type=submit] {
  font-family: "Mooli", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #000;
  background: transparent;
  border: 2px solid #000;
}

.contact-form button[type=submit]:hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.with-errors {
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.alert-success {
  margin-left: 15px;
}

.hidden {
  display: none;
}


/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

canvas {
  display: block;
  vertical-align: bottom;
}


.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-section {
  background: url(../images/hero-bg.png) center left;
  background-size: cover;
  padding: 90px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}

.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #37075d;
  z-index: 0;
  opacity: 0.9;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.copyright-text {
  margin-top: 30px;
}

.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #c00113;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-content .list {
  padding-left: 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-widget ul li,
.footer-widget ul li a {
  font-size: 14px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  
  display: block;
  font-size: 20px;
  font-family: "Mooli", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.facebook-bg {
  background: var(--color-primary);
}

.twitter-bg {
  background: var(--color-primary);
}

.google-bg {
  background: var(--color-primary);
}

.footer-widget-heading h3 {
  
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 1px;
  width: 20%;
  min-width: 100px;
  max-width: 100px;
  background: var(--color-primary);
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--color-primary);
  padding: 10px 20px;
  border: 1px solid var(--color-primary);
  top: 0px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}

.copyright-text p a {
  
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  
}

.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}

.footer-menu li a:hover {
  color: #000000;
}


.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact {
  background: radial-gradient(#061e2d, #000);
  padding: 20px 0;
  overflow: hidden;
}

.contact-about img {

  max-height: 80px
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  /* font-family: "Mooli-Regular"; */
  color: #ffffff;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #000;
}

.contact .social-links a:hover {
  background: #000;
  color: #fff;
}

.contact .info {
  color: #ffffff;
}

.contact .info i {
  font-size: 32px;
  color: #000;
  float: left;
  line-height: 1;
}

.contact .info p {
  /* padding: 0 0 10px 42px; */
  line-height: 28px;
  font-size: 14px;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #000;
}





#topics {
  background-image: linear-gradient(90deg, #040915, #0409158f), url(../images/awardbg2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

.topics.container {

  background-color: white;
}

.topics .content h3,
.topics .content h5 {

  color: #ffffff;
}

.car {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: 0.5s;

}

.car .circ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;

}

.car .circ::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -3px;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: circle(80px at center);
  transition: 0.5s;

}

.car:hover .circ::before {
  background: #ffffffc9;
  clip-path: circle(300px at center);

}

.car img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  pointer-events: none;
  transition: 0.5s;
}

.car:hover img {
  left: 84%;
  height: 170px;

}

.car .conten {
  position: relative;
  width: 75%;
  padding: 20px 20px 20px 40px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;

}

.car:hover .conten {
  left: -2%;
  opacity: 1;
  visibility: visible;
}

.car .conten h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;

}

.car .conten p {
  color: #000;
  line-height: 16px;
  font-size: 15px;
  text-align: start;
  font-weight: 600;
}

.car .conten a {
  position: relative;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;

}

@media (max-width: 991px) {
  .car {
    width: auto;
    max-width: 350px;
    align-items: flex-start;
    margin: 10px;
  }

  .car:hover {
    height: 370px;
  }

  .car .conten {
    width: 100%;
    left: 0;
    padding: 30px;
  }

  .car:hover img {
    top: 50%;
    left: 20%;
    height: 180px;

  }
}

@media (max-width: 420px) {
  .car .conten {
    padding: 40px;
  }
}

.gold-text {
  color: #D5AD6D;
  /*if no support for background-clip*/

  background: -webkit-linear-gradient(#ecd355, transparent),
    -webkit-linear-gradient(left, #f8e766 0%, #f8e766 26%, rgba(226, 186, 120, 1) 35%, #f8e766 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}


.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container video,
/* for html5 video embeds */
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topics{
  background-image: linear-gradient(90deg, #000000cb, #000000ac), url(../images/awardbg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.topics .wrapper {
  position: absolute;

  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 650px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topics .card {
  flex: 1;
  flex-basis: 300px;
  flex-grow: 0;
  height: 100%;
  width: 100%;
  /* max-width: 650px; */
   background: transparent;
 border: 2px solid #fff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
  overflow: hidden;
  position: relative;
}

.topics .card img {
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
}

.topics .descriptions {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  height: 100%;
  transition: all .7s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  clip-path: circle(10% at 100% 100%);
}

.topics .descriptions h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.topics .card:hover .descriptions {
  left: 0px;
  transition: all .7s ease-in-out;
  background-color: #000000da;
  clip-path: circle(80%);
}

.topics .card:hover {
  transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
  transform: scale(0.87);
}

.topics .card:hover img {
  transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
  /* transform: scale(1.6) rotate(20deg); */
  filter: blur(3px);
}

.topics .card p {
  line-height: 24px;
  height: 70%;
}

.topics .card button {
  width: fit-content;
  height: 40px;
  cursor: pointer;
  border-style: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  transition: all .5s ease-in-out;
  border-radius: 5px;
}

.topics .card button a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.topics .card button:hover {
  transform: scale(.95) translateX(-5px);
  transition: all .5s ease-in-out;
}


#attend1 {
  background-color: #0e629f;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
}

#attend1 .attend-top {
  padding: 40px 0 10px 0;
}

#attend1 .attend-top .attend-info {
 /*margin-top: -30px; */
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #08c2ac;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 10px #08c2ac;
}

#attend1 .attend-top .attend-info h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #000;
  z-index: 2;
  text-transform: uppercase;
}


#attend1 img {

  box-shadow: 0 0 15px #2f4d5a;
  border: solid 2px #2f4d5a;
}


#attend1 .attend-top .attend-info h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

#attend1 .attend-top .attend-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: 36px;
  font-weight: 600;
}

#attend1 .attend-top .attend-info h4 {
  /* font-size: 24px; */
  margin: 0 0 20px 0;
  line-height: 32px;
  font-weight: 600;
  background-color: #eee;
  text-align: center;
  color: #000;
  padding: 10px;
}

#attend1 .attend-top .attend-info h4:hover {
  /* font-size: 24px; */
  margin: 0 0 20px 0;
  padding: 8px;
  line-height: 32px;
  font-weight: 500;
  background: #000;
  ;
  color: #fff;
}

#attend1 .attend-top .attend-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: firstfont;
}

#attend1 .attend-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}


#attend1 .attend-top .attend-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#attend1 .attend-top .attend-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

#attend1 .attend-top .attend-links ul li {
  padding: 2px 0;
  display: flex;
  font-weight: 700;
  font-size: 16px;
}


#attend1 .attend-top .attend-links ul li:first-child {
  padding-top: 0;
}

#attend1 .attend-top .attend-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#attend1 .attend-info ul i {
  font-size: 34px;
  padding-right: 4px;
  background: -webkit-linear-gradient(23deg, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.section-bg1 {
  background: #000;
}

.section-bg1 h2 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.pulse {
  animation: pulse 5s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

/* INTRO */

.intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 30px;
  height: 100%;
  width: 100%;
  padding: 80px 100px;
}

#intro .intro-content h1 {
  color: transparent;
font-family: "Mooli", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.4;
  animation: fade-in-out 12s linear infinite;
}

@keyframes fade-in-out {
  0% {
    color: #fff;
    filter: hue-rotate(0deg);
    text-shadow: 0 0 10px #00b3ff, 0 0 20px #00b3ff;
  }

  30%,
  70% {
    color: #fff;
    filter: hue-rotate(360deg);
    text-shadow: 0 0 10px #00b3ff, 0 0 20px #00b3ff;
  }

  100% {
    color: transparent;
    box-shadow: none;
    filter: hue-rotate(0deg);
  }
}

#intro .collage-art {
  font-size: 16px;
  font-family: 600;
  color: #000;
  /* text-shadow: 0 0 5px #00b3ff, 0 0 5px #00b3ff; */
}

#intro .intro-content p {
  font-family: inherit;
  /* font-size: clamp(0.8rem, 4vw, 1.1rem); */
  color: #94a3b8;
  font-weight: 600;
  line-height: 1.6;
  /* margin: 30px 0 50px; */
  text-align: justify;
}

#intro .card-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 3px solid #000;
  /* box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25); */
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

#intro .card img,
#intro .item img {
  width: 100%;
  height: 100%;
}

#intro .item img {
  object-fit: cover;
}

#intro .card-container:hover .card {
  margin: 0 10px;
  transform: rotate(0deg) translateY(0) translateX(0);
}

/* FEATURED */

.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px 80px;
}

.gradient-line {
  display: flex;
  justify-content: center;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background-color: #09c7fb;
  background-image: linear-gradient(90deg,
      rgb(9, 199, 251, 0.7) 0%,
      rgb(147, 251, 157, 0.7) 65%);
  margin-bottom: 35px;
}

.featured h1 {
  font-family: "Caveat", cursive;
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px #18d25f, 0 0 20px #18d25f;
  margin-bottom: 60px;
}

.grid-area {
  display: grid;
  grid-template-columns: repeat(8, 100px);
  grid-template-rows: repeat(7, 100px);
  gap: 20px;
}

.item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#fff2, transparent);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.art-one {
  grid-area: 1 / 1 / 3 / 3;
}

.art-two {
  grid-area: 1 / 3 / 4 / 5;
}

.art-three {
  grid-area: 1 / 5 / 3 / 7;
}

.art-four {
  grid-area: 1 / 7 / 3 / 9;
}

.art-six {
  grid-area: 4 / 3 / 6 / 5;
}

.art-five {
  grid-area: 3 / 1 / 5 / 3;
}

.art-seven {
  grid-area: 3 / 5 / 5 / 7;
}

.art-eight {
  grid-area: 3 / 7 / 6 / 9;
}

.art-nine {
  grid-area: 5 / 1 / 8 / 3;
}

.art-ten {
  grid-area: 6 / 3 / 8 / 5;
}

.art-eleven {
  grid-area: 5 / 5 / 8 / 7;
}

.art-twelve {
  grid-area: 6 / 7 / 8 / 9;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  z-index: 20;
  animation: openLightbox 0.6s ease-in-out 1 normal;
}

@keyframes openLightbox {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
  background: rgba(46, 46, 46, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #fff;
  z-index: 30;
}

.img-header {
  text-align: center;
  font-weight: 500;
  padding: 15px 20px;
  font-size: 1.2rem;
  color: #fff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.img-body {
  display: flex;
  height: 500px;
}

.img-body>img {
  width: 100%;
  border-radius: 0 0 12px 12px;
  object-fit: cover;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.slide {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(46, 46, 46, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 40;
}

.prev {
  left: 14%;
}

.next {
  right: 14%;
}

.slide:hover {
  background: rgba(15, 14, 28, 0.9);
}

@media (max-width: 1400px) {
  .intro {
    gap: 30px;
    padding: 80px 70px;
  }

  .intro-content {
    /* padding-right: 70px; */
  }

  .btn {
    padding: 1rem 3rem;
  }
}

@media (max-width: 991px) {
  .intro {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    grid-template-areas:
      "card-container"
      "intro-content";
    padding: 40px 60px 30px;
  }

  .intro-content {
    grid-area: intro-content;
    padding-right: 0;
    text-align: center;
  }

  .card-container {
    grid-area: card-container;
    margin-left: 40px;
  }

  .card {
    max-width: 150px;
  }

  .featured {
    padding: 60px 70px 80px;
  }

  .grid-area {
    display: grid;
    grid-template-columns: repeat(6, 100px);
    grid-template-rows: repeat(9, 100px);
    gap: 20px;
    margin: 40px 30px 60px;
  }

  .art-four {
    grid-area: 8 / 1 / 10 / 3;
  }

  .art-eight {
    grid-area: 8 / 3 / 10 / 5;
  }

  .art-twelve {
    grid-area: 8 / 5 / 10 / 7;
  }
}

@media (max-width: 750px) {
  .grid-area {
    grid-template-columns: repeat(6, 90px);
    grid-template-rows: repeat(9, 90px);
  }

  .featured {
    padding: 60px 50px 80px;
  }

  .slide {
    font-size: 2rem;
    padding: 14px;
  }

  .img-body {
    display: flex;
    height: 300px;
  }

  .prev {
    left: 5%;
  }

  .next {
    right: 5%;
  }
}

@media (max-width: 670px) {
  .grid-area {
    grid-template-columns: repeat(4, 110px);
    grid-template-rows: repeat(14, 110px);
  }

  .art-three {
    grid-area: 11 / 3 / 13 / 5;
  }

  .art-four {
    grid-area: 8 / 1 / 10 / 3;
  }

  .art-seven {
    grid-area: 13 / 3 / 15 / 5;
  }

  .art-eight {
    grid-area: 8 / 3 / 11 / 5;
  }

  .art-eleven {
    grid-area: 12 / 1 / 15 / 3;
  }

  .art-twelve {
    grid-area: 10 / 1 / 12 / 3;
  }
}

@media (max-width: 530px) {
  .intro {
    grid-template-rows: 45% 45%;
    gap: 20px;
    padding: 10px 60px 60px;
  }

  .intro-content {
    margin-top: 90px;
  }

  .grid-area {
    grid-template-columns: repeat(4, 90px);
    grid-template-rows: repeat(14, 90px);
  }
}

@media (max-width: 460px) {
  .intro {
    padding: 10px 30px 60px;
  }

  .card {
    max-width: 130px;
  }

  .grid-area {
    grid-template-columns: repeat(4, 70px);
    grid-template-rows: repeat(14, 70px);
  }

  .featured {
    padding: 60px 40px 80px;
  }

  .featured h1 {
    margin-bottom: 0;
  }

  .img-header {
    padding: 10px;
    font-size: 0.9rem;
  }

  .img-body {
    display: flex;
    height: 240px;
  }

  #intro .card-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #intro .card img,
  #intro .item img {
    width: 100%;
    height: auto;
  }

  #intro .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(#fff2, transparent);
    border: 3px solid #000;
    /* box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
  }

}

/* .pricing {
  background: linear-gradient(90deg, #040915, #0409158f);
} */

.pricing-area {
  /* padding: 115px 0px 120px 0px; */
  /* background: url(assets/images/pfbg2.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pricing-area .sub-title h5::before {
  left: -204px;
}

.pricing-area .sub-title h5::after {
  left: -240px;
}

.pricing-area .sub-title h5 span::before {
  right: -199px;
}

.pricing-area .sub-title h5 span::after {
  right: -235px;
}

.pricing-area .sub-title h2 {
  color: #fff;
}

.pricing-area .sub-title h5 {
  color: #fff;
}

.single-pricing-box {
  padding: 30px 35px 21px;
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
  border-radius: 8px;

 background: linear-gradient(to right, #0e629f, #062d44);
  transition: .5s;
  margin-top: 20px;

}

.pricing-left {
  text-align: center;
  /* padding-left: 40px; */

}

.pricing-left h3 {
  font-size: 22px;
  color: #ffffff;
  /* text-transform: capitalize; */
  font-weight: 700;
}

.pricing-left p {
  font-size: 30px;
  position: relative;
  /* top: 20px; */
  color: #ffffff;
  font-weight: 800;
  margin-top: 20px;
}

.pricing-left p span {
  font-size: 30px;
  position: relative;
  /* top: -1px; */
  color: #ffffff;
}

.pricing-center {
  transition: .5s;
  border-top: none;
  margin-top: 0;
  justify-content: center;
  display: flex;
  border-left: 1px solid #e9ebeb;
  border-right: 1px solid #e9ebeb;
  text-align: center;
}

.pricing-center2 {
  transition: .5s;
  border-top: none;
  margin-top: 0;
  justify-content: center;
  display: flex;
  border-left: 1px solid #e9ebeb;
  border-right: 1px solid #e9ebeb;
  text-align: center;
}

.pricing-center h4 {
  display: block;
  list-style: none;
  font-size: 22px;
  padding: 5px 0 5px;
  color: #ffffff;
  font-weight: 600;
}

.pricing-center2 h4 {
  display: block;
  list-style: none;
  font-size: 22px;
  padding: 5px 0 5px;
  color: #ffffff;
  font-weight: 600;
}

.pricing-button {
  position: relative;
  top: 50px;
  text-align: center;
  transition: .5s;

}

@media (max-width: 991px) {

  .pricing-button {
    position: relative;
    top: 0;
    text-align: center;
    transition: .5s;

  }
}


.pricing-button a {
  display: inline-block;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
  border: 1px solid #13a2dc;
  transition: .5s;
  background: #ffffff;
}

.single-pricings-boxs {
  padding: 30px 35px 21px;
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  transition: .5s;
  margin-top: 20px;
}

.single-pricings-boxs::before {
  content: '* 5 Rating';
  color: #fff;
  background: #ff8800;
  padding: 6px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 85px;
  left: -53px;
  transform: rotate(90deg);
}

.single-pricings-boxs .pricing-center {
  border-left: 1px solid #13a2dc;
  border-right: 1px solid #13a2dc;
}

.single-pricings-boxs .pricing-button a {
  color: #fff;
  background: linear-gradient(to right, #061e2d, #000);
}

.single-pricing-box:hover .pricing-button a {
  background: linear-gradient(to right, #061e2d, #000);
  color: #fff;
}

.single-pricings-boxs:hover {
  transform: translate3d(-10px, 0, 0);
}

.single-pricing-box:hover {
  transform: translate3d(-10px, 0, 0);
}

.single-pricing-box:hover .pricing-center {
  border-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding: 65px 0px 70px 0px;
  }

}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .pricing-area {
    padding: 70px 0px 80px 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .pricing-area {
    padding: 80px 0px 70px 0px;
  }
}

@media(min-width:991px) {

  .features2 img {
    position: absolute;
    /* padding-top: 30%; */
    width: 30%;
    left: 35%;
    top: 10%;
    z-index: 1;
  }
}

@media(max-width:991px) {
  .features2 img {
    position: absolute;
    /* padding-top: 30%; */
    width: 100%;
    left: 1%;
    top: 40%;
    z-index: 1;
  }
}

.register1 {

  background-image: linear-gradient(89deg, #00000096, #000000c7, #00000000);
}


.regester h2.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding-bottom: 15px;
  padding-top: 50px;
  color: #000;
}

.regester h2.section-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, #ea2250, #e60a62, #e22626);
  border-radius: 0 100% 100% 0;
}

.regester .contact-info {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.regester .contact-info iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.regester .contact-info #regester h3 {
  /* background: -webkit-radial-gradient(#3498db, #00426e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.regester .contact-info h3 span {
  font-weight: 400;
  padding-left: 5px;
}

.regester .contact-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

.regester .contact-info p span a {
  color: rgb(152, 53, 205);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.regester .editor-info {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .regester .editor-info {
    padding-left: 30px;
  }
}

.regester .editor-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;

  border-bottom: 1px solid #dddddd;
}

.regester .editor-item address {
  font-size: 18px;
  font-family: "Mooli-Regular";
  font-weight: 500;
}

.regester .editor-item img {
  width: 100%;
  height: 100%;
}

.regester .editor-item1 {

  align-items: center;
  margin-bottom: 30px;

  border-bottom: 1px solid #dddddd;
}

.regester .editor-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}


.regester .editor-img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.regester .editor-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.regester .editor-text {
  width: auto;
}

.regester .editor-text h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.regester .editor-text a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

#regester {
  background: #ffffff;
  padding: 25px;
  margin: 50px 0;
  border: 8px;
  border: 3px solid black;
}

form#regester {
  border-radius: 10px;
}

#regester h3 {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 600;
}

#regester h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#regester input[type="text"],
#regester input[type="email"],
#regester input[type="tel"],
#regester select {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 14px;
}

#regester input[type="text"]:hover,
#regester input[type="email"]:hover,
#regester input[type="tel"]:hover,
#regester input[type="url"]:hover,
#regester textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}

#regester textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.regester button[type="submit"] {
  color: #fff;
  background: radial-gradient(#061e2d, #000);
  padding: 8px 30px;
  border-radius: 50px;
  border: 2px solid #51bbd5;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  /* margin-top: 20px; */
  font-size: 24px;
  text-align: center;
}

.regester button[type="submit"]:hover {
  background: #fff;
  border: 1px dashed #00426e;
  color: #00426e;
}

.regester button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.regester input:focus,
.regester textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

.nominate .regester {
  color: #fff;
  background: radial-gradient(#061e2d, #000);
  padding: 8px 30px;
  border-radius: 50px;
  border: 2px solid #51bbd5;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  /* margin-top: 20px; */
  font-size: 24px;
  text-align: center;
}

.nominate .regester:hover {
  background: #fff;
  border: 1px dashed #00426e;
  color: #00426e;
}