/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.site-header {
  z-index: 2;
  background-color: #0b0c10;
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .header-inner {
    padding: 10px 0;
  }
}
.site-header .logo img {
  width: 140px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .logo img {
    width: 120px;
  }
}
.site-header .logo.desktop-logo {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .logo.desktop-logo {
    display: none;
  }
}
.site-header .logo.mobile-logo {
  display: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .logo.mobile-logo {
    display: block;
  }
}
.site-header .menu-wrapper {
  display: flex;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    order: -1;
  }
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .site-header .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .site-header .menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
  }
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    height: 100vh;
    width: 100vw;
    border-radius: 0 0 0 1000px;
    left: unset;
    right: 0;
    transition: all 0.6s ease-in-out;
    transform: scale(0);
    transform-origin: top right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    transform: scale(1);
    border-radius: 0;
  }
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^=slide_right] + button.mega-close {
  left: unset;
  top: 33px;
  right: 75px;
  transition: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .menu-wrapper #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^=slide_right] + button.mega-close {
    top: 25px;
    right: 25px;
  }
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin: 0;
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 26px;
}
.site-header .menu-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 36px;
}
.site-header .hdt-btn {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .hdt-btn {
    width: 30%;
  }
}
.site-header.active {
  background-color: #0b0c10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.site-footer {
  background-color: #000c14;
}
.site-footer .footer-top {
  padding: 5% 0;
}
.site-footer .ft-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-footer .ft-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .ft-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .site-footer .ft-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.contact-det li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-det li {
    margin-bottom: 10px;
  }
}
.contact-det li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--primary);
}
.contact-det li span, .contact-det li a {
  color: #fff;
  display: block;
}
.contact-det li a:hover {
  color: var(--primary);
}

.social-media h5 {
  color: #fff;
  font-weight: 600;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li:not(:last-child) {
  margin-right: 6px;
}
.social-media ul li i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--tertiary);
  color: #fff;
}
.social-media ul li i:hover {
  background-color: var(--primary);
}

.contact-form .form-row {
  margin: 0 -8px;
}
.contact-form .form-row .form-col {
  padding: 0 8px;
}
.contact-form .form-row .form-col input {
  height: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-form .form-row .form-col input {
    height: 44px;
  }
}
.contact-form .form-row .form-col input, .contact-form .form-row .form-col textarea {
  background-color: var(--secondary);
  border: none;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-form .form-row .form-col input, .contact-form .form-row .form-col textarea {
    margin-bottom: 10px;
  }
}
.contact-form .form-row .form-col input::-moz-placeholder, .contact-form .form-row .form-col textarea::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
}
.contact-form .form-row .form-col input::placeholder, .contact-form .form-row .form-col textarea::placeholder {
  color: #bbb;
  font-weight: 300;
}

.copyright {
  padding: 24px 1rem;
  border-top: 1px solid #232631;
  text-align: center;
}
.copyright p {
  color: #fff;
  margin: 0;
}

#scroll-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 2;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #scroll-top i {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
}

.heroSlider {
  background-color: #14151b;
}
.heroSlider .swiper-slide {
  position: relative;
}
.heroSlider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
}
.heroSlider .swiper-slide img {
  width: 100%;
  height: 800px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .swiper-slide img {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .heroSlider .swiper-slide img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide img {
    height: 440px;
  }
}
.heroSlider .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 7%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text {
    padding: 0 5%;
  }
}
.heroSlider .swiper-slide .text h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .swiper-slide .text h2 {
    width: 100%;
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 26px;
    font-weight: 700;
  }
}
.heroSlider .swiper-slide .text h2 span {
  color: var(--primary);
}
.heroSlider .swiper-slide .text h4 {
  color: #fff;
  font-weight: 600;
  margin: 20px auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text h4 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 16px auto;
  }
}
.heroSlider .swiper-slide .text p {
  color: #fff;
  width: 70%;
  font-weight: 300;
  margin: 0 auto 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .swiper-slide .text p {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .heroSlider .swiper-slide .text p {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    display: none;
  }
}
.heroSlider .swiper-button-next,
.heroSlider .swiper-button-prev {
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    height: 34px;
    line-height: 34px;
    width: 34px;
    top: 80%;
  }
}
.heroSlider .swiper-button-next::after,
.heroSlider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-button-next::after,
  .heroSlider .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next::after,
  .heroSlider .swiper-button-prev::after {
    font-size: 14px;
  }
}

.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  top: 0;
  left: 0;
}

.feature {
  background-color: #0E1B4E;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.feature-row .feature-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .feature-row .feature-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.feat-item {
  background-color: rgba(11, 12, 16, 0.4196078431);
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .feat-item {
    padding: 1rem;
  }
}
.feat-item .image {
  overflow: hidden;
  border-radius: 4px;
}
.feat-item img {
  height: 220px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .feat-item img {
    height: 190px;
  }
}
@media (max-width: 575px) {
  .feat-item img {
    height: auto;
  }
}
.feat-item h4 {
  font-weight: 600;
  margin: 16px 0 0;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .feat-item h4 {
    font-size: 18px;
  }
}
.feat-item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.feat-item:hover .image img {
  transform: scale(1.2);
}

.about {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #14151b;
  z-index: -1;
}
.about .desc-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .heading {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about .heading {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .about .heading {
    font-size: 24px;
  }
}
.about .abt-desc h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about .abt-desc h5 {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .about .abt-desc h5 {
    margin-bottom: 10px;
  }
}
.about .abt-desc h5 span {
  color: var(--primary);
}
.about .abt-desc p {
  text-align: justify;
}
.about .abt-desc h4 {
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 100;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about .abt-desc h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .about .abt-desc h4 {
    font-size: 20px;
  }
}
.about .abt-img {
  position: relative;
  padding-left: 100px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about .abt-img {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .about .abt-img {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .about .abt-img {
    padding-left: 0;
    margin-top: 5%;
  }
}
.about .abt-img img {
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about .abt-img img {
    height: auto;
  }
}
.about .overlay-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0E1B4E;
  height: 200px;
  width: 50%;
  z-index: -1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about .overlay-btm {
    width: 100%;
    height: 100px;
  }
}
.about .overlay-top {
  position: absolute;
  top: 5%;
  left: 3%;
  background-color: var(--secondary);
  height: 200px;
  width: 200px;
  z-index: -1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about .overlay-top {
    width: 100px;
    height: 100px;
  }
}

.about-us .intro p {
  text-align: justify;
}
.about-us b, .about-us strong {
  font-weight: 700;
}

.featured-image img {
  width: 100%;
  height: 500px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .featured-image img {
    height: auto;
  }
}

.abt-ftr-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.abt-ftr-row .abt-ftr-col {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .abt-ftr-row .abt-ftr-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .abt-ftr-row .abt-ftr-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.feature-item {
  background-color: #2e3a8c;
  border-radius: 4px;
  overflow: hidden;
}
.feature-item img {
  width: 100%;
  height: 220px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .feature-item img {
    height: 200px;
  }
}
.feature-item .ftr-title {
  padding: 16px;
  font-size: 18px;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .feature-item .ftr-title {
    font-size: 16px;
  }
}

.about-info ul {
  padding-left: 1rem;
}
.about-info li {
  position: relative;
  list-style-type: none;
  padding-left: 24px;
  margin-bottom: 10px;
}
.about-info li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--primary);
}

.about-block h1, .about-block h2:not(.entry-title), .about-block h3:not(.entry-title), .about-block h4, .about-block h5, .about-block h6 {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-block h1, .about-block h2:not(.entry-title), .about-block h3:not(.entry-title), .about-block h4, .about-block h5, .about-block h6 {
    font-size: 18px;
  }
}

.vision-img img {
  width: 100%;
  height: 100%;
}

.team-item {
  text-align: center;
}
.team-item img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .team-item img {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .team-item img {
    height: auto;
  }
}
.team-item h5 {
  font-size: 18px !important;
  margin: 10px 0 4px;
}
.team-item span {
  margin: 0;
  font-weight: 400;
  color: var(--primary);
}

.services, .portfolio {
  background-color: #14151b;
}

.card1 {
  width: 100%;
  background-color: #2e3a8c;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 341px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .card1 {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .card1 {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .card1 {
    height: auto;
    padding: 20px;
  }
}
.card1 img {
  width: 50px;
  transition: all 0.5s ease-in-out;
}
.card1 h4 {
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 22px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .card1 h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .card1 h4 {
    margin: 16px 0;
    font-size: 18px;
  }
}
.card1 p {
  color: #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.card1 .link {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
}
.card1::before {
  content: "";
  position: absolute;
  background-color: var(--secondary);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.6s ease-in-out;
}
.card1:hover::before {
  transform: translate(0);
}

.single-service {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .single-service {
    background-color: #2e3a8c;
  }
}
.single-service .entry-title {
  color: var(--primary);
  font-weight: 800;
}
.single-service ul {
  margin-bottom: 1rem;
}
.single-service ul li {
  margin-bottom: 8px;
}
.single-service p b, .single-service p strong {
  font-weight: 600;
}
.single-service .site-main {
  background-color: #2e3a8c;
}

.service-modal .modal-header {
  border-bottom: 1px dashed #48506f;
}
.service-modal .modal-footer {
  border-top: 1px dashed #48506f;
}
.service-modal .modal-footer .btn-one {
  font-size: 14px;
  padding: 8px 18px;
}
.service-modal .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .service-modal .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-modal .modal-title {
    font-size: 20px;
  }
}
.service-modal .modal-content {
  background-color: #0e1b4e;
  color: #fff;
}
.service-modal .modal-content .modal-body p {
  text-align: justify;
}
.service-modal .modal-content .modal-body h1, .service-modal .modal-content .modal-body h2, .service-modal .modal-content .modal-body h3, .service-modal .modal-content .modal-body h4, .service-modal .modal-content .modal-body h5, .service-modal .modal-content .modal-body h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .service-modal .modal-content .modal-body h1, .service-modal .modal-content .modal-body h2, .service-modal .modal-content .modal-body h3, .service-modal .modal-content .modal-body h4, .service-modal .modal-content .modal-body h5, .service-modal .modal-content .modal-body h6 {
    font-size: 18px;
  }
}
.service-modal .modal-content .modal-body h1 strong, .service-modal .modal-content .modal-body h1 b, .service-modal .modal-content .modal-body h2 strong, .service-modal .modal-content .modal-body h2 b, .service-modal .modal-content .modal-body h3 strong, .service-modal .modal-content .modal-body h3 b, .service-modal .modal-content .modal-body h4 strong, .service-modal .modal-content .modal-body h4 b, .service-modal .modal-content .modal-body h5 strong, .service-modal .modal-content .modal-body h5 b, .service-modal .modal-content .modal-body h6 strong, .service-modal .modal-content .modal-body h6 b {
  font-weight: 600;
}
.service-modal .modal-content .modal-body ul {
  margin-bottom: 1rem;
}
.service-modal .modal-content .modal-body ul li {
  margin-bottom: 8px;
}
.service-modal .modal-content .modal-body img {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .service-modal .modal-content .modal-body img {
    margin-bottom: 16px;
  }
}
.service-modal .btn-close {
  background-color: #fff;
}

.cs-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .cs-row {
    margin: 0 -8px;
  }
}
.cs-row .cs-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .cs-row .cs-col {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .cs-row .cs-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0 8px;
  }
}
.cs-row .cs-col .cs-item {
  position: relative;
  background-color: #0e1b4e;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .cs-row .cs-col .cs-item {
    display: block;
    height: auto;
    padding: 1rem;
  }
}
.cs-row .cs-col .cs-item span {
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .cs-row .cs-col .cs-item span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .cs-row .cs-col .cs-item span {
    text-align: left;
  }
}
.cs-row .cs-col .cs-item .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .cs-row .cs-col .cs-item .desc {
    position: relative;
    padding: 0;
    opacity: 1;
    margin-top: 8px;
  }
}
.cs-row .cs-col .cs-item .desc p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  margin-bottom: 8px;
  text-align: left;
}
.cs-row .cs-col .cs-item .desc a {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
}
.cs-row .cs-col .cs-item:hover span {
  opacity: 0;
}
.cs-row .cs-col .cs-item:hover .desc {
  opacity: 1;
}

.service-block h1, .service-block h2, .service-block h3, .service-block h4, .service-block h5, .service-block h6 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.service-block h1 b, .service-block h1 strong, .service-block h2 b, .service-block h2 strong, .service-block h3 b, .service-block h3 strong, .service-block h4 b, .service-block h4 strong, .service-block h5 b, .service-block h5 strong, .service-block h6 b, .service-block h6 strong {
  font-weight: 600;
}
@media (max-width: 1300px) {
  .service-block h1, .service-block h2, .service-block h3, .service-block h4, .service-block h5, .service-block h6 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-block h1, .service-block h2, .service-block h3, .service-block h4, .service-block h5, .service-block h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.bdr-top {
  border-top: 1px solid #7177a0;
  padding-top: 4%;
  margin-top: 4%;
}

.service-accordion .accordion-item {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 20px 0;
}
.service-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #4b57a7;
}
.service-accordion .accordion-item .count {
  margin-right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .service-accordion .accordion-item .count {
    margin-right: 10px;
  }
}
.service-accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: #fff;
  padding: 0;
}
.service-accordion .accordion-item .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: #aaa;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.service-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: var(--primary);
  border-color: var(--primary);
}
.service-accordion .accordion-item .count, .service-accordion .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .service-accordion .accordion-item .count, .service-accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.service-accordion .accordion-item .accordion-body {
  padding: 1rem 0 0;
}

.extra-details h4:not(:first-child) {
  margin-top: 4%;
}

.card2 img {
  width: 100%;
  height: 310px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 img {
    height: 170px;
  }
}
.card2 h4 {
  font-weight: 700;
  color: #fff;
  margin: 16px 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 h4 {
    font-size: 18px;
  }
}
.card2 p {
  color: #eee;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.portfolioSlider .swiper-pagination {
  position: relative;
  bottom: unset;
}
.portfolioSlider .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .portfolioSlider .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
  }
}
.portfolioSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 14px;
}

.at-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.at-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000c14;
  opacity: 0.95;
  z-index: -1;
}

.card3 {
  background-color: var(--secondary);
  padding: 20px;
  border-radius: 10px;
}
.card3 .rating {
  margin-bottom: 16px;
}
.card3 .rating i {
  color: #efb70a;
  font-size: 15px;
}
.card3 .author img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.card3 .author .name {
  margin-left: 16px;
}
.card3 .author .name h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.card3 .author .name span {
  color: #ddd;
}
.card3 .author .name a {
  color: var(--primary);
}
.card3 .author .name a:hover {
  color: var(--tertiary);
}
.card3 .author .name span, .card3 .author .name a {
  font-size: 14px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .author .name span, .card3 .author .name a {
    font-size: 13px;
  }
}
.card3 .desc .caption {
  color: #fff;
  font-weight: 600;
  margin: 16px 0 10px;
  font-size: 18px;
}
.card3 .desc p {
  color: #ccc;
  margin: 0;
  text-align: justify;
}

.testimonialSlider .swiper-slide {
  height: auto;
}

.test-inner {
  position: relative;
}
.test-inner .swiper-button-next,
.test-inner .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .test-inner .swiper-button-next,
  .test-inner .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next,
  .test-inner .swiper-button-prev {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
}
.test-inner .swiper-button-next::after,
.test-inner .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .test-inner .swiper-button-next::after,
  .test-inner .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next::after,
  .test-inner .swiper-button-prev::after {
    font-size: 14px;
  }
}
.test-inner .swiper-button-prev {
  left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-inner .swiper-button-prev {
    left: 10px;
  }
}
.test-inner .swiper-button-next {
  right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next {
    right: 10px;
  }
}

.card4 {
  padding-left: 65px;
  position: relative;
  cursor: pointer;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 {
    padding-left: 55px;
  }
}
.card4 .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.card4 .icon img {
  width: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .icon img {
    width: 45px;
  }
}
.card4 .desc h5 {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .desc h5 {
    font-size: 18px;
  }
}
.card4 .desc p {
  color: #ccc;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .desc p {
    font-size: 15px;
  }
}
.card4:hover .desc h5 {
  color: var(--primary);
}

.wcu-img img {
  width: 100%;
  height: 100%;
}

.callout {
  margin-top: 3%;
}
.callout ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin: 0 -8px;
}
.callout ul li {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding: 0 8px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .callout ul li {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .callout ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0 8px;
  }
}
@media (max-width: 575px) {
  .callout ul li {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding: 0 8px;
  }
}
.callout ul li .image {
  position: relative;
  overflow: hidden;
}
.callout ul li .image img {
  height: 400px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .callout ul li .image img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .callout ul li .image img {
    height: 300px;
  }
}
.callout ul li .image h5 {
  margin: 0;
  width: 100%;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30% 20px 20px;
  background: linear-gradient(to top, #000 30%, rgba(255, 255, 255, 0) 100%);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .callout ul li .image h5 {
    padding: 30% 1rem 1rem;
    font-size: 18px;
  }
}
.callout ul li:hover .image img {
  transform: scale(1.2);
}
.callout ul li:hover .image h5 {
  color: var(--primary);
}

.acc-item {
  text-align: center;
}
.acc-item .icon img {
  width: 70px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .acc-item .icon img {
    width: 60px;
  }
}
.acc-item h5 {
  font-weight: 700;
  margin: 1rem 0;
  color: var(--primary);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .acc-item h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .acc-item h5 {
    margin: 10px 0;
  }
}
.acc-item p {
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .acc-item p {
    font-size: 15px;
  }
}

.acc-col:not(:last-child) {
  border-right: 1px dashed #404659;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .acc-col:not(:last-child) {
    border-right: none;
  }
}
.acc-col:not(:last-child) .acc-item {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .acc-col:not(:last-child) .acc-item {
    border-bottom: 1px dashed #666;
    padding-bottom: 1rem;
  }
}

.info-banner {
  padding: 5% 0;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .info-banner {
    padding: 8% 0;
  }
}
.info-banner .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 31, 63, 0.6705882353);
  z-index: -1;
}
.info-banner h2 {
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  width: 60%;
  margin: 0 auto 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.info-banner h2 span {
  color: var(--primary);
}
@media (max-width: 1300px) {
  .info-banner h2 {
    font-size: 60px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .info-banner h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .info-banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .info-banner h2 {
    font-size: 26px;
  }
}

.contact-aside {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-aside {
    margin-top: 5%;
  }
}

.contact-us .accordion .accordion-item {
  background-color: transparent;
  border-color: #23252f;
  color: #fff;
}
.contact-us .accordion .accordion-item button {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-us .accordion .accordion-item button {
    font-size: 16px;
    padding: 1rem;
  }
}
.contact-us .accordion .accordion-item .accordion-button:focus, .contact-us .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.contact-us .accordion .accordion-item .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.contact-us .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: var(--primary);
  border-color: var(--primary);
}
.contact-us .accordion .accordion-item .accordion-body {
  padding-top: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-us .accordion .accordion-item .accordion-body {
    padding: 0 1rem 1rem;
  }
}
.contact-us .accordion .accordion-item .accordion-body p {
  text-align: justify;
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

:root {
  --font1: "Inter", sans-serif;
  --primary: #08c8ff;
  --secondary: #001f3f;
  --tertiary: #3a0ba3;
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font1);
}

body {
  background-color: #14151b;
  color: #fff;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

p {
  font-weight: 300;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .sp-tb {
    padding: 8% 0;
  }
}

.sp-t {
  padding-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .sp-t {
    padding-top: 8%;
  }
}

.sp-b {
  padding-bottom: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .sp-b {
    padding-bottom: 8%;
  }
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus, .accordion-button:focus, .accordion-button:not(.collapsed) {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 16px 24px;
  background-color: var(--tertiary);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one {
    font-size: 16px;
    padding: 10px 24px;
  }
}
.btn-one:hover {
  background-color: var(--primary);
}
.btn-one.md {
  font-size: 16px;
  padding: 12px 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one.md {
    padding: 8px 20px;
  }
}
.btn-one.sm {
  font-size: 15px;
  padding: 8px 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one.sm {
    font-size: 11px;
    padding: 6px;
    line-height: normal;
  }
}

.section-heading span {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-heading span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 16px;
  }
}
.section-heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
    margin: 4px 0 0;
  }
}

.entry-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.site-main {
  padding: 6%;
  background-color: #101118;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main {
    background-color: transparent;
    padding: 0;
  }
}
.site-main p {
  text-align: justify;
}

.site-format h1:not(.entry-title), .site-format h2:not(.entry-title), .site-format h3:not(.entry-title), .site-format h4:not(.entry-title), .site-format h5:not(.entry-title), .site-format h6:not(.entry-title) {
  font-size: 20px;
}
.site-format ol, .site-format ul {
  margin-bottom: 1rem;
}
.site-format ol li, .site-format ul li {
  margin-bottom: 8px;
}
.site-format b, .site-format strong {
  font-weight: 600;
}

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form label span {
  color: red;
}
form input, form select {
  height: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form input, form select {
    height: 44px;
  }
}
form input, form select, form textarea, form .form-control {
  margin-bottom: 12px;
  background-color: #23252f;
  border: none;
  border-radius: 4px;
  color: #fff;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form .form-control::-moz-placeholder {
  color: #666;
}
form input::placeholder, form select::placeholder, form textarea::placeholder, form .form-control::placeholder {
  color: #666;
}
form input:focus, form select:focus, form textarea:focus, form .form-control:focus {
  background-color: #23252f;
  border: none;
  color: #fff;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 0 20px;
  background-color: #3a0ba3;
  background-size: 200% 100%;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-position: right center;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

section ul, header ul, footer ul {
  padding: 0;
  margin: 0;
}
section ul li, header ul li, footer ul li {
  list-style-type: none;
}

code {
  font-size: inherit;
  color: var(--primary);
  font-family: inherit;
  font-weight: inherit;
}

.wp-block-columns {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}
.wp-block-columns figure, .wp-block-columns img {
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .wp-block-columns figure, .wp-block-columns img {
    height: auto;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}/*# sourceMappingURL=main.css.map */