/*CSS Table Of Content Starts Here*/
/*============================================ 
# Template Name: Clenis
# Version: 1.0
# Date: 05/02/2024
# Author: 4damsthemes
# Author URI: 
# Description: Clenis - Wordpress Theme
============================================*/
/*======== Scss Compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer
============================================*/
/*CSS Table Of Content Ends Here*/
:root {
  --body: #ffffff;
  --white: #ffffff;
  --title: #032B52;
  --titletwo: #748AA0;
  --mtitle: #000D27;
  --pra: #748AA0;
  --subtitle: #F3CB5F;
  --base: #0236A6;
  --header: #021338;
  --bg1: #E9F0FF;
  --ftext: #818181;
  --footer: #181818;
  --border1: #414141;
  --ratting: #FF8000;
  --bgsection: #000D27;
  --success: #3FCA90;
  --danger: #ED5050;
  --boxes1: rgba(26, 77, 190, 0.05);
  --cborder: #D9D9D9;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  text-transform: capitalize;
  font-family: "Geologica", sans-serif;
}

h1 {
  font-size: 84px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 130%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  color: var(--title);
  transition: all 0.3s;
}

.prafont {
  font-family: "DM Sans", sans-serif !important;
}

.headfont {
  font-family: "Geologica", sans-serif !important;
}

.subfont {
  font-family: "Manrope", sans-serif !important;
}

a:hover {
  text-decoration: none;
  color: var(--title);
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  color: var(--pra);
}

.ntext {
  color: #646464;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 99;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search i {
  font-size: 24px;
  color: var(--title);
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search h3 {
  position: absolute;
  top: 25%;
  width: 100%;
  color: #fff;
  text-align: center;
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100px;
  max-width: 200px;
  margin-top: 61px;
  margin-left: -45px;
  background: var(--base);
  color: var(--white);
  border-radius: 0;
  padding: 4px 14px 6px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: var(--base);
  border: unset;
  opacity: 1;
  font-size: 32px;
  width: 55px;
  height: 45px;
  line-height: 45px;
  padding: 0 4px 53px;
  margin: 0;
}
.customize-partial-edit-shortcuts-shown .d-none {
  display: block !important;
}
.section-bg {
  background: #F0F8FF;
}

.video__btn {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__btn i {
  font-size: 42px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fz-16 {
    font-size: 14px;
  }
}

.fz-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fz-18 {
    font-size: 16px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fz-24 {
    font-size: 20px;
  }
}

.fz-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fz-26 {
    font-size: 22px;
  }
}

.fz-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fz-30 {
    font-size: 26px;
  }
}

.fz-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 28px;
  }
}

.fz-38 {
  font-size: 38px;
}

.ifz32 {
  font-size: 32px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.d1 {
  font-size: 80px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d2 {
  font-size: 72px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d4 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.pfz-24 {
  font-size: 24px;
  line-height: 150%;
}

.pfz-20 {
  font-size: 20px;
  line-height: 150%;
}

.pfz-18 {
  font-size: 18px;
  line-height: 150%;
}

.pfz-16 {
  font-size: 16px;
  line-height: 150%;
}

.pfz-14 {
  font-size: 14px;
  line-height: 150%;
}

.pfz-12 {
  font-size: 12px;
  line-height: 150%;
}

.p-24 {
  padding: 24px;
}
@media (max-width: 991px) {
  .p-24 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .p-24 {
    padding: 15px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 50px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .pt-20 {
    padding-top: 15px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .pt-16 {
    padding-top: 10px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .pb-15 {
    margin-bottom: 10px;
  }
}

.pt-15 {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .pt-15 {
    margin-top: 10px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.p-8 {
  padding: 8px;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mt-50 {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mb-50 {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

.mt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .mt-20 {
    margin-top: 15px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mt-15 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.ftext {
  color: var(--ftext);
}

.nbg {
  background: #212020 !important;
}

.nice-select {
  background: rgba(54, 58, 237, 0.03);
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  width: unset;
  outline: none;
  padding: 13px 24px 13px;
}
.nice-select:hover {
  border-color: var(--border);
}
.nice-select option {
  color: var(--white);
}
.nice-select .current {
  margin-right: 18px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  width: 10px;
  height: 10px;
}

.cmborder {
  border: 1px solid #D9D9D9;
}

.nice-select.open .list {
  background: var(--white);
  margin-top: 16px;
  width: unset;
}

.nice-select .option.selected.focus {
  background: var(--white);
  outline: none;
}

.nice-select .option {
  border: 1px solid var(--border);
}
.nice-select .option:hover {
  background: transparent;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination a {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #032B52;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--base);
  transition: all 0.4s;
}
.pagination a:hover {
  background: #032B52;
  color: var(--white);
  border-color: #032B52;
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span {
  margin-top: -4px;
}
.pagination a span i {
  font-size: 22px;
  color: #032B52;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.pagination .border-added {
  border: none;
  width: 26px;
  height: 44px;
}
.pagination .border-added i {
  font-size: 36px;
}
.pagination .border-added:hover {
  background: transparent;
}
.pagination .border-added:hover i {
  color: #032B52;
}

.testimonial__wraptwo .owl-dots .owl-dot span {
  background: var(--border);
  width: 8px;
  height: 8px;
}
.testimonial__wraptwo .owl-dots .owl-dot.active span {
  width: 28px;
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
}
.social li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 13, 39, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.social li a i {
  transition: all 0.3s;
  font-size: 16px;
}
.social li:hover a {
  background: var(--base);
  border-color: var(--base);
}
.social li:hover a i {
  color: var(--white) !important;
}

.cmn__icon {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
}
.cmn__icon i {
  color: var(--white);
  font-size: 16px;
}

.cmn-section-title h2 {
  margin-bottom: 34px;
}
.cmn-section-title .pra1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .cmn-section-title .cmn-apint {
    margin-bottom: 12px;
  }
  .cmn-section-title .pra1 {
    margin-bottom: 30px;
  }
  .cmn-section-title h2 {
    font-size: 36px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .cmn-section-title h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .cmn-section-title h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 575px) {
  .cmn-section-title h2 {
    font-size: 26px !important;
  }
}

.n0-clr {
  color: rgba(255, 255, 255, 0.75) !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 1334px;
    margin: 0 auto;
  }
}

.base {
  color: var(--base) !important;
}

.basebg {
  background: var(--base) !important;
}

.base2 {
  color: var(--base2);
}

.basebg2 {
  background: var(--base2) !important;
}

.ratting {
  color: var(--base3);
}
.wp-block-heading,
.title {
  color: var(--title);
}

.mtitle {
  color: var(--mtitle) !important;
}

.subtitle {
  color: var(--subtitle);
}

.subtitle {
  color: var(--subtitle);
}

.white {
  color: var(--white) !important;
}

.ptext {
  color: var(--pra) !important;
}

.ptext2 {
  color: var(--pragraph2);
}

.ptext3 {
  color: var(--pragraph3);
}

.bartext {
  color: var(--bartext);
}

.rattingbg {
  background: var(--ratting);
}

.gratext {
  background: -webkit-linear-gradient(#4569E7, #1AEFD5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.round16 {
  border-radius: 16px;
}

.round50 {
  border-radius: 50%;
}

.round100 {
  border-radius: 100px;
}

.round300 {
  border-radius: 300px;
}

.round10 {
  border-radius: 10px;
}

.round5 {
  border-radius: 5px;
}

.text99 {
  color: #979797;
}

.bgsection {
  background: var(--bgsection);
}

.footerbg {
  background: var(--footer);
}

.bg1 {
  background: var(--bg1) !important;
}

.fixedclr {
  color: #E9F0FF !important;
}

.bgwhtie {
  background: var(--white);
}

.transition {
  transition: all 0.4s;
}

.bg-trans {
  background: transparent !important;
}

.bord {
  border: 1px solid var(--base);
}

.bord2 {
  border: 1px solid var(--base2);
}

.bord3 {
  border: 1px solid var(--base3);
}

.Marketybor {
  border: 1px solid #414141;
}

.Marketyext {
  color: #414141 !important;
}

.ashover {
  color: #414141 !important;
}
.ashover:hover {
  color: #fff !important;
}

.aw {
  color: #818181 !important;
}

.tw {
  color: #fff !important;
}

.bborder {
  border-bottom: 1px solid var(--border);
}

.bborder1 {
  border-bottom: 1px solid var(--border1);
}

.cborder {
  border-bottom: 1px solid var(--cborder);
}

.bborderdash {
  border-bottom: 1px dashed var(--border);
}

.tborderdash {
  border-top: 1px dashed var(--border);
}

.ralt {
  position: relative;
}

.roundtop {
  border-radius: 300px 300px 0 0;
}

@media (min-width: 992px) {
  .img__ending {
    justify-content: flex-end;
  }
}

.btnround5 {
  border-radius: 5px !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

.bgadd {
  position: relative;
}
.bgadd::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
  opacity: 0.1;
  z-index: -1;
}

.bgwhite {
  background: var(--white);
}

.boxes1 {
  background: var(--boxes1);
}

.boxes2 {
  background: var(--boxes2);
}

.boxes3 {
  background: var(--boxes3);
}

.boxes4 {
  background: var(--boxes4);
}

.blacks {
  color: #181818 !important;
}

.tcapi {
  text-transform: capitalize;
}

.icolor1 {
  color: var(--icolor1);
}

.icolor2 {
  color: var(--icolor2);
}

.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

.round16 {
  border-radius: 16px;
}

.round20 {
  border-radius: 20px;
}

.round50 {
  border-radius: 50%;
}

.shadow1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.shadow2 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}

.shadow6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--subtitle);
  border-radius: 10px;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.owl-nav .owl-prev:hover {
  background: transparent;
}
.owl-nav .owl-prev:hover i {
  background: linear-gradient(101.84deg, #452FF4 1.08%, rgba(178, 65, 226, 0.7725490196) 98.75%);
  color: var(--white);
}
.owl-nav .owl-prev i {
  background: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--base);
}
.owl-nav .owl-next:hover {
  background: transparent;
}
.owl-nav .owl-next:hover i {
  background: linear-gradient(101.84deg, #452FF4 1.08%, rgba(178, 65, 226, 0.7725490196) 98.75%);
  color: var(--white);
}
.owl-nav .owl-next i {
  background: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--base);
}

.darktitle {
  color: #181818 !important;
}

.preloaders {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transform: translate(-50%, -50%);
  background: rgba(140, 191, 235, 0.6);
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Animations */
@keyframes ball {
  from {
    transform: rotate(0) translateY(-6.5em);
  }
  50% {
    transform: rotate(180deg) translateY(-6em);
  }
  to {
    transform: rotate(360deg) translateY(-6.5em);
  }
}
@keyframes ballInnerShadow {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes ballOuterShadow {
  from {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-340deg);
  }
}
@keyframes ballTexture {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
@keyframes trackCover {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.sub__contact {
	background: #021338;
	position: relative;
	padding-bottom: 30px;
}
.main-headerwrap.main-navbar{margin-top:0px;}
.main-headerwrap.menu-fixed{margin-top:0px;}
.sub__contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}
.sub__contact__wrapper .sub__contact-left {
  display: flex;
  align-items: center;
  gap: 31px;
}
h2.m-logo a,
.main__logo h2 a {
  color: #fff;
}
h2.m-logo a{
  font-size: 25px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .sub__contact__wrapper .icon {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .sub__contact__wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.sub__contac-item .icon {
  width: 48px;
  height: 48px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sub__contac-item .icon i {
  color: var(--white);
}
.sub__contac-item .address {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.sub__contac-item .textp {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
}

@media (max-width: 991px) {
  .cus__nonesub {
    display: none;
  }
}

.header-topright-soc {
  display: flex;
  align-items: center;
  gap: 29px;
}
.header-topright-soc .socss {
  gap: 13px;
}
.header-topright-soc .socss li a svg {
  transition: all 0.4s;
}
.header-topright-soc .socss li a svg path {
  transition: all 0.4s;
}
.header-topright-soc .socss li:hover a svg path {
  stroke: var(--subtitle);
  fill: var(--subtitle);
}

@media (min-width: 1200px) {
  .xlnone {
    display: none;
  }
}

.click__sidebar {
  position: fixed;
  top: 110px;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  z-index: 99;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (min-width: 1200px) {
  .click__sidebar {
    display: none;
  }
}

.sub__contacttwo .sub__contact__wrapper .sub__contact-left .cmn--btn {
  padding: 30px 30px;
}
.sub__contacttwo .sub__contact__wrapper .sub__contact-left .vline-s {
  background: rgba(255, 255, 255, 0.25);
  width: 1px;
  height: 100%;
  display: block;
  height: 45px;
  transform: rotate(10deg);
}
@media (max-width: 1600px) {
  .sub__contacttwo .sub__contact__wrapper {
    padding-left: 20px;
  }
  .sub__contacttwo .sub__contact__wrapper .sub__contact-left {
    gap: 20px;
  }
  .sub__contacttwo .sub__contact__wrapper .sub__contact-left .cmn--btn {
    padding: 25px 20px;
  }
}
@media (max-width: 1399px) {
  .sub__contacttwo .sub__contact__wrapper {
    padding-left: 15px;
  }
  .sub__contacttwo .sub__contact__wrapper .sub__contact-left {
    gap: 16px;
  }
  .sub__contacttwo .sub__contact__wrapper .sub__contact-left .cmn--btn {
    display: none;
  }
}

.subside__barmenu {
  width: 319px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -320px;
  top: 0;
  transition: all 0.4s;
  overflow-y: scroll;
}
.subside__barmenu .remove__click {
  width: 40px;
  margin: 10px;
  background: var(--danger);
  padding: 5px;
  border-radius: 6px;
  margin-left: auto;
}
.subside__barmenu .remove__click:hover {
  cursor: pointer;
}
.subside__barmenu .sub__contact__wrapper {
  padding: 0px 20px 20px;
}
.subside__barmenu .sub__contact__wrapper .side-logo {
  margin-bottom: 20px;
}
.subside__barmenu .sub__contact__wrapper p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 26px;
}
.subside__barmenu .sub__contact__wrapper .sub__contact-left {
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .subside__barmenu .sub__contact__wrapper .sub__contact-left {
    gap: 14px;
  }
}
.subside__barmenu .sub__contact__wrapper .social li a {
  width: 45px;
  height: 45px;
  background: var(--base);
  border: 1px solid var(--base);
}
.subside__barmenu .sub__contact__wrapper .social li a i {
  color: var(--white);
}
.subside__barmenu::before {
  display: none;
}
.subside__barmenu.active {
  right: 0px;
}
.main-headerwrap {
	margin-top: -30px;
	position: relative;
}
@media (max-width: 768px) {
.main-headerwrap {
	margin-top: 0px;
}
}
.main-header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.9s;
}

.main-navbar {
  background: var(--base);
  border-radius: 7px;
  padding: 0px 50px;
}
@media (max-width: 1399px) {
  .main-navbar {
    padding: 0px 20px;
  }
}
@media (max-width: 991px) {
  .main-navbar {
    padding: 10px 16px;
  }
  .main-navbar .navbar-toggle-item {
    display: none;
    overflow-y: scroll;
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.main-navbar .logo {
  display: none;
}
.main-navbar .custom-nav {
  gap: 39px;
}
.main-navbar .custom-nav .menu-item button {
  background: transparent;
  font-weight: 300;
}
.main-navbar .custom-nav .menu-item button i {
  font-size: 16px;
  margin-top:5px;
}
.menu-item {
  position: relative;
}
.main-navbar .custom-nav .menu-item i {
  display: none;
}
.main-navbar .custom-nav .menu-item.menu-item-has-children i {
  display: block;
}
.menu-item.menu-item-has-children ul.sub-menu li i {
  display: none !important;
}
.menu-item.menu-item-has-children {
  margin-top: -1px;
}
.main-navbar .custom-nav .menu-item button, 
.main-navbar .custom-nav .menu-item a,
.main-navbar .custom-nav .menu-link button,
.main-navbar .custom-nav .menu-link a {
  font-size: 16px !important;
  color: var(--white);
  font-family: "Geologica", sans-serif;
  transition: all 0.4s;
}
.main-navbar .custom-nav .menu-item button:hover, 
.main-navbar .custom-nav .menu-item button.active, 
.main-navbar .custom-nav .menu-item a:hover, 
.main-navbar .custom-nav .menu-item a.active,
.main-navbar .custom-nav .menu-link button:hover,
.main-navbar .custom-nav .menu-link button.active,
.main-navbar .custom-nav .menu-link a:hover,
.main-navbar .custom-nav .menu-link a.active {
  color: var(--subtitle);
}
@media (max-width: 1399px) {
  .main-navbar .custom-nav {
    gap: 16px;
  }
}
.main-navbar .custom-nav ul.sub-menu .menu-item {
	padding: 0px;
}
@media (max-width: 991px) {
  .menu-main-menu-container {
    width: 100%;
  }
  .main-navbar .custom-nav {
    width: 100%;
    gap: 12px;
  }
  .main-navbar .custom-nav .menu-item {
    border: 1px solid rgba(243, 204, 95, 0.1176470588);
    padding: 8px 8px;
    border-radius: 10px;
  }
  .main-navbar .custom-nav .sub-menu {
    display: none;
    padding: 10px 14px 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid rgba(243, 204, 95, 0.1176470588);
    border-radius: 10px;
  }
  .main-navbar .custom-nav .sub-menu li {
    padding: 2px 0;
    border: none;
  }
  .main-navbar .custom-nav .sub-menu li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(243, 204, 95, 0.0431372549);
  }
  .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
  }
  .menu-item-has-children::after {
    top: 16px;
    right: inherit;
    position: absolute;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .main-navbar .custom-nav .menu-item {
    padding: 24px 0;
  }
  .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: 0px;
    min-width: 240px;
    opacity: 0;
    width: max-content;
    visibility: hidden;
    transform: translateY(50px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: var(--base);
    z-index: 10;
    transition: all 0.4s;
    pointer-events: none;
    box-shadow: rgba(149, 157, 165, 0.424) 0px 8px 24px;
    padding: 15px 18px 17px;
    border-radius: 7px;
    border: 1px solid rgba(149, 157, 165, 0.75) 0px 8px 24px;
  }
  .main-navbar .custom-nav .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
  .main-navbar .custom-nav .sub-menu .sub-menu {
    transition: all 0.4s;
    border-left: 2px solid var(--p1);
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .main-navbar .custom-nav .menu-item {
    position: relative;
  }
  .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(40px);
    pointer-events: auto;
  }
}
.main-navbar .navbar-toggle-btn {
  width: 36px;
  height: 24px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
  background: transparent;
  transition: all 0.4s;
}
.main-navbar .navbar-toggle-btn span {
  transition: all 0.4s;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  background: var(--subtitle);
  transform: rotate(0deg);
  transition: var(--transition);
}
.main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
  transition: all 0.4s;
}
.main-navbar .navbar-toggle-btn span:nth-child(2), .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
  transition: all 0.4s;
}
.main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
  transition: all 0.4s;
}
.main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.search-bars-menu form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 1px;
  width: 313px;
}
.search-bars-menu form input {
  width: 100%;
  border: unset;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  font-size: 15px;
}
.search-bars-menu form ::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1399px) {
  .search-bars-menu form {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .search-bars-menu form {
    width: 120px;
  }
}

.navbar-brand {
  width: 110px;
  display: block;
}
.navbar-brand img {
  width: 100%;
}

.nav-brand {
  width: 135px;
  display: block;
}
.nav-brand img {
  width: 100%;
}

.banner-breadcrumnd {
  background: url(../../assets/images/banner/bread-bg.png) no-repeat center center;
  background-size: cover;
  padding: 305px 5px 125px;
  position: relative;
}
.banner-breadcrumnd .working-ball {
  position: absolute;
  bottom: 86px;
  left: 86px;
  animation: updown 2s linear infinite;
}
.banner-breadcrumnd .working-fl {
  position: absolute;
  top: 212px;
  left: 30%;
}
.banner-breadcrumnd .working-arrow {
  position: absolute;
  bottom: 65px;
  left: 25%;
  animation: kewta 2s linear infinite;
}
@media (max-width: 1199px) {
  .banner-breadcrumnd {
    padding: 170px 5px 100px;
  }
  .banner-breadcrumnd .working-ball {
    bottom: 20px;
    left: 20px;
    width: 40px;
  }
  .banner-breadcrumnd .working-fl {
    top: 212px;
    left: 40px;
    width: 50px;
  }
  .banner-breadcrumnd .working-arrow {
    bottom: 10px;
    left: 15%;
    width: 120px;
  }
}
@media (max-width: 991px) {
  .banner-breadcrumnd {
    padding: 140px 5px 80px;
  }
}
@media (max-width: 575px) {
  .banner-breadcrumnd {
    padding: 130px 5px 75px;
  }
  .banner-breadcrumnd .working-ball {
    display: none;
  }
  .banner-breadcrumnd .working-fl {
    display: none;
  }
}

.breadcrumnd-content .breadcrumb-bg {
  background: var(--subtitle);
  border-radius: 100px;
  padding: 12px 30px 14px;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .breadcrumnd-content .breadcrumb-bg {
    padding: 7px 20px 9px;
  }
}
.breadcrumnd-content .breads {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #032B52;
}
.breadcrumnd-content .breads span, 
.breadcrumnd-content .breads span a {
  color: #032B52;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.bread-man {
  position: absolute;
  right: -23px;
  bottom: -166px;
}
@media (max-width: 1199px) {
  .bread-man {
    max-width: 250px;
  }
  .bread-man img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bread-man {
    max-width: 180px;
    bottom: -130px;
  }
  .bread-man img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .bread-man {
    display: none;
  }
}
.page.page-id-228 .banner-breadcrumnd {
	display:none;
}

.tung-icon {
  position: absolute;
  right: calc(50% - 400px);
  top: 60px;
}
.section-text {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .section-text {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section-text {
    margin-top: 20px;
  }
}

.pr-tung {
  position: absolute;
  top: 158px;
  right: 388px;
}
@media (max-width: 1399px) {
  .pr-tung {
    right: 20px;
    top: 20px;
  }
}

.pr-role {
  position: absolute;
  top: 42px;
  left: 481px;
}
@media (max-width: 1399px) {
  .pr-role {
    top: 20px;
    left: 200px;
  }
}
@media (max-width: 767px) {
  .pr-role {
    display: none;
  }
}

.pri-flower {
  position: absolute;
  top: -60px;
  left: -41px;
}


.custom-left-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .custom-left-right {
    position: initial;
    width: initial;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
  }
}

.cl-left {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cl-left i {
  font-size: 34px;
  color: var(--title);
  transition: all 0.4s;
}
.cl-left.active, .cl-left:hover {
  background: var(--base);
}
.cl-left.active i, .cl-left:hover i {
  color: var(--white);
}

.counter-wrapper {
  border-radius: 60px;
  background: #F3CB5F;
  padding: 80px 80px;
}
@media (max-width: 1399px) {
  .counter-wrapper {
    padding: 60px 60px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper {
    padding: 35px 30px;
  }
}

.pra {
  color: #748AA0 !important;
}

.blog-v1-item {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: var(--white);
  padding: 24px 24px;
  transition: all 0.4s;
}
.blog-v1-item .admin {
  gap: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.blog-v1-item .admin li {
  font-family: "DM Sans", sans-serif;
}
.blog-v1-item h3 {
  margin-bottom: 27px;
}
.blog-v1-item h3 a {
  transition: all 0.4s;
}
.blog-v1-item .thumb {
  margin-bottom: 29px;
  display: block;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 5px;
  width: 100%;
}
.blog-v1-item .thumb img {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.blog-v1-item p {
  margin-bottom: 30px;
}
.blog-v1-item .similer-btn span {
  color: #032B52;
  font-weight: 500;
  display: block;
}
.blog-v1-item .similer-btn .icon {
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .blog-v1-item {
    padding: 20px 18px;
  }
  .blog-v1-item .admin {
    margin-bottom: 10px;
  }
  .blog-v1-item h3 {
    margin-bottom: 18px;
  }
  .blog-v1-item .thumb {
    margin-bottom: 18px;
  }
  .blog-v1-item p {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .blog-v1-item h3 {
    font-size: 19px;
  }
}
.blog-v1-item:hover {
  border-color: var(--base);
}
.blog-v1-item:hover h3 a {
  color: var(--base);
  text-decoration: underline;
}
.blog-v1-item:hover .thumb img {
  transform: scale(1.1);
}
.blog-v1-item:hover .similer-btn .icon {
  margin-left: 10px;
}
.wp-block-categories li {
  color: #748AA0 !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
}
.wp-block-categories li:not(:first-child),
.service-box1 .se-boxlist li:not(:first-child) {
  padding-top: 20px;
}
.footer__item .wp-block-categories li:not(:first-child) {
  padding-top: 0px;
}
.wp-block-categories li:not(:last-child),
.service-box1 .se-boxlist li:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.footer__item .wp-block-categories li:not(:last-child) {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.09);
}
ul.wp-block-categories li {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}
.wp-block-categories li a {
  color: #748AA0 !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
}
.wp-block-categories li:hover a,
.service-box1 .se-boxlist li:hover a {
  color: var(--base);
}
.ser-inform .title {
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input,
.ser-inform form input,
.ser-inform form textarea {
  border-radius: 10px;
  background: var(--white);
  padding: 20px 24px;
  color: #748AA0;
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
  border: unset;
  outline: none;
}
.ser-inform form input[type="submit"] {
	border-radius: 100px;
	background: var(--base);
	padding: 12px 28px 15px;
	color: var(--white);
	font-size: 16px;
	margin-bottom: inherit;
}
.ser-inform form textarea {
	height: 170px;
}
.ser-inform form ::placeholder {
  font-size: 16px;
  color: #748AA0;
}
.darklight-wrap {
  margin: 45px 0;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .darklight-wrap {
    margin: 24px 0;
  }
}

.img-comp-container {
  position: relative;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  border-radius: 5px;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
}

.faculti-text {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faculti-text {
    margin-bottom: 14px;
  }
}

.details-mainwrap {
  margin-top: 43px;
}
@media (max-width: 767px) {
  .details-mainwrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .details-mainwrap {
    margin-top: 14px;
  }
}

.mb-space50 {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .mb-space50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-space50 {
    margin-bottom: 22px;
  }
}
.mt-space50 {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .mt-space50 {
    margin-top: 30px;
  }
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-block-tag-cloud a {
  font-size: 15px !important;
  color: var(--pra);
  padding: 12px 14px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.4s;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
.wp-block-tag-cloud a:hover {
  background: var(--base);
  color: var(--white);
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  border-bottom: 0px solid #f2f2f2;
}
.wp-block-latest-posts li {
  padding-bottom: 0px;
}
ul.wp-block-latest-posts li:not(:last-child) {
  margin-bottom: 15px;
  overflow: hidden;
}
.latest-recent-post li a {
  display: flex;
  align-items: center;
  gap: 23px;
}
.widget ul li .wp-block-latest-posts__featured-image a img, 
.latest-recent-post li a .thumb img {
  border-radius: 10px;
}
.latest-recent-post li a .title {
  margin-bottom: 14px;
  display: block;
  font-size: 15px;
}
.wp-block-latest-posts__post-title {
  color: var(--title);
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
  font-size: 15px;
  font-family: var(--bs-body-font-family);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
}
.wp-block-latest-posts__post-date {
  color: #748AA0 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
}
@media (max-width: 1199px) {
  .latest-recent-post li a {
    gap: 10px;
  }
}

.blog-details-item .thumb-big {
  width: 100%;
  margin-bottom: 24px;
  height: auto;
}
.blog-details-item .thumb-big img {
  width: 100%;
  border-radius: 60px;
  height: auto;
}
.blog-details-item .admin {
  margin-bottom: 16px;
}
.blog-details-item h2 {
  margin-bottom: 30px;
}
.blog-details-item .m-space5 {
  margin-bottom: 24px;
}
.blog-details-item .parti-wrap {
  display: flex;
  gap: 24px;
  padding: 70px 0 40px;
}
.blog-details-item .parti-wrap .part-thumb {
  width: 100%;
}
.blog-details-item .parti-wrap .part-thumb img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1399px) {
  .blog-details-item .thumb-big {
    margin-bottom: 24px;
  }
  .blog-details-item .admin {
    margin-bottom: 14px;
  }
  .blog-details-item h2 {
    margin-bottom: 20px;
  }
  .blog-details-item .m-space5 {
    margin-bottom: 14px;
  }
  .blog-details-item .parti-wrap {
    display: flex;
    gap: 14px;
    padding: 30px 0 20px;
  }
}

.parti-content h3 {
  margin-bottom: 16px;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.parti-content .pra-badge {
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  color: #032B52;
  padding: 30px 30px;
  border-radius: 10px;
  background: #F0F8FF;
  border-left: 4px solid var(--base);
  margin-top: 34px;
  margin-bottom: 34px;
}
.wp-block-quote p {
  font-size: 18px;
  color: #032B52;
}
@media (max-width: 991px) {
  .wp-block-quote:not(.is-large):not(.is-style-large),
  .parti-content .pra-badge {
    padding: 24px 18px;
  }
}

.leav-commentwrap {
  padding-top: 88px;
}
.leav-commentwrap h3 {
  margin-bottom: 22px;
}
.comment-reply-title {
  color: var(--title);
}

.leav-commentwrap .leave-grp textarea,
.leav-commentwrap .leave-grp input {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  outline: none;
  color: #748AA0;
  padding: 16px 23px;
  background: transparent;
  width: 100%;
}
.leav-commentwrap .leave-grp ::placeholder {
  color: #748AA0;
}
.leav-commentwrap .cmn--btn {
  border: unset;
  outline: none;
}
.logged-in p.form-submit {
  display: block;
}
.leav-commentwrap .check-consition {
  margin-top: 14px;
  margin-bottom: 5px;
}
.m-bt {
  margin-bottom: 1.5em;
}
@media (max-width: 1399px) {
  .leav-commentwrap {
    padding-top: 55px;
  }
}
@media (max-width: 1199px) {
  .leav-commentwrap {
    padding-top: 40px;
  }
}
.cmn-padding {
  padding: 45px 45px;
  border-radius: 10px;
  background: #F0F8FF;
}
@media (max-width: 1399px) {
  .cmn-padding {
    padding: 24px 20px;
  }
}

@keyframes cir90 {
  50% {
    transform: rotate(90deg);
  }
}
@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cir5 {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes updown {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes leftx {
  50% {
    transform: translateX(-25px);
  }
}
@keyframes leftx2 {
  50% {
    transform: translateX(25px);
  }
}
@keyframes zomin {
  50% {
    transform: scale(1.1);
  }
}

.adjust-item .icon img {
	max-width:inherit
}
.elementor img {
	height: inherit;
	max-width: inherit ! important;
	border: inherit;
	border-radius: inherit;
	box-shadow: inherit;
}
.footer__section {
  background: #F0F8FF;
}

.footer__top {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 60px;
}

.footer__item .footer__title {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--title);
  display: inline-block;
  margin-bottom: 41px;
}
.footer__item .prag {
  color: #748AA0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 50px;
  max-width: 325px;
  margin-top: 40px;
}
.footer__item .viewmap {
  color: var(--titletwo);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
}
.footer__item .get__touch li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer__item .get__touch li:not(:last-child) {
  margin-bottom: 23px;
}
.footer__item .get__touch li a,
.footer__item .get__touch li span {
  color: var(--pra);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .footer__item .get__touch li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.widget-footer.footer__item li a {
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 400;
  color: var(--pra);
}
.widget-footer.footer__item li:not(:last-child) {
  margin-bottom: 24px;
}
.widget-footer.footer__item li:hover a {
  padding-left: 5px;
  color: var(--base);
}
@media (max-width: 991px) {
  .widget-footer.footer__item li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__item .footer__recent li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__item .footer__recent li .cont .count-title {
  color: var(--titletwo);
  font-size: 18px;
  display: block;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.footer__item .footer__recent li .cont .count-week {
  color: var(--titletwo);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.footer__item .footer__recent li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer__item .footer__recent li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer__item .footer-logo {
  margin-bottom: 24px;
  display: block;
}
.footer-logo {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -17px;
}
.footer__item .footer-social {
  gap: 24px;
}
@media (max-width: 1199px) {
  .footer__item {
    margin-bottom: 15px;
  }
  .footer__item .footer__title {
    margin-bottom: 30px;
  }
  .footer__item .footer-logo {
    margin-bottom: 18px;
  }
  .footer__item .prag {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .footer__item .footer__title {
    margin-bottom: 18px;
  }
}

.footer__bottom {
  background: var(--title);
}
.footer__bottom p {
  padding: 25px 5px;
  color: var(--pra);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}
.footer__bottom p a {
  color: var(--pra);
}
@media (max-width: 1199px) {
  .footer__bottom p {
    padding: 18px 5px;
    line-height: 24px;
  }
}

.footer-spara {
  position: absolute;
  right: 60px;
  bottom: 220px;
}

.footer-working {
  position: absolute;
  bottom: 420px;
  left: 60px;
  animation: updown 2s linear infinite;
}
@media (max-width: 1399px) {
  .footer-working {
    display: none;
  }
}

.cleaning-shape {
  position: absolute;
  right: 100px;
  bottom: 120px;
}

.working-cirs {
  position: absolute;
  bottom: 120px;
  left: 0;
}

.newsletter-section {
  padding-top: 130px;
  padding-bottom: 65px;
  text-align: center;
}
.newsletter-section form input[type='email'] {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: var(--pra);
  padding: 13px 16px;
}
.newsletter-section form input[type='submit'] {
  padding: 12px 28px 15px;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  position: relative;
  background: var(--base);
  overflow: hidden;
  border-radius: 100px;
  transition: all 0.5s;
  border: unset;
}
.newsletter-section form input[type='submit']::before {
  position: absolute;
  content: "";
  top: 50%;
  background: rgba(0, 60, 179, 0.97);
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.newsletter-section form input[type='submit']:hover::before {
  left: 0;
  top: 0;
}
.newsletter-section form input[type='submit']:hover {
  border-color: rgba(0, 60, 179, 0.97);
}
@media (max-width: 991px) {
  .newsletter-section form input[type='email'] {
    width: 100% !important;
    margin: 15px 0;
  }
}
@media (max-width: 1399px) {
  .newsletter-section {
    padding-top: 70px;
    text-align: center;
  }
}

.cmn--btn {
  padding: 12px 28px 15px;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  position: relative;
  background: var(--base);
  overflow: hidden;
  border-radius: 100px;
  transition: all 0.5s;
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: var(--white);
  text-transform: none;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 50%;
  background: rgba(0, 60, 179, 0.97);
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.cmn--btn:hover {
  border-color: rgba(0, 60, 179, 0.97);
}
.cmn--btn:hover::before {
  left: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn--btn {
    padding: 9px 20px 11px;
  }
}
.cmn--btn.cmn-alt1 {
  background: rgba(243, 203, 95, 0.1);
}
.cmn--btn.cmn-alt1 span {
  color: var(--subtitle);
}
.cmn--btn.cmn-alt1::before {
  position: absolute;
  content: "";
  top: 50%;
  background: rgba(30, 90, 210, 0.566);
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.cmn--btn.cmn-alt1:hover {
  border-color: rgba(0, 60, 179, 0.97);
}
.cmn--btn.cmn-alt1:hover::before {
  left: 0;
  top: 0;
}
.cmn--btn.cmn-alt2 {
  background: #F3CB5F;
}
.cmn--btn.cmn-alt2 span {
  color: #032B52;
}
.cmn--btn.cmn-alt2::before {
  position: absolute;
  content: "";
  top: 50%;
  background: rgba(243, 204, 95, 0.385);
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.cmn--btn.cmn-alt2:hover::before {
  left: 0;
  top: 0;
  background: rgba(227, 190, 90, 0.8);
}

button {
  border: unset;
  outline: none;
}

.video-btn {
  position: relative;
}
.video-btn::before {
  position: absolute;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
  animation: scales 2s linear infinite;
  border-radius: 50%;
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */