/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #ed1b24;
  --primary-color: #ed1b24;
  --section-bg: #f9f8f8;
  --button-color: #0d4bbc;
  --secoundary-color: #1e19cf;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #0e0d0d;
  --ratting-color: #ffd247;
  --pragraph-color: #4e4b4b;
  --box-bg: #242471;
  --border-color: #a2a6c7;
  --radius: #3e3ec9;
  --border: #6100ff;
  --border-two: #e8dff8;
  --placehol: #b0bcde;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: auto;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-color);
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 59px;
  font-weight: 700;
  line-height: 71.2px;
  margin-top: -7px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -12px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 48.2px;
  margin-top: -15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 31.2px;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Montserrat", sans-serif;
}

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

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

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--pragraph-color);
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

.mb-30-none {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: 25px;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

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

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

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: var(--primary-color);
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.section-bg {
  background: var(--section-bg);
}

.section-bg-two {
  background: var(--section-bg-two);
}

.bg-white {
  background: var(--white-color);
}

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

.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;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.section-header {
  position: relative;
}
.section-header .section-title {
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-header p {
  margin-bottom: 35px;
  color: var(--pragraph-color);
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
  .section-header p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .section-header p {
    font-size: 13px;
  }
}
/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Start  ==========*/
.about-section {
  overflow: hidden;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-items .about-tittle {
  text-transform: capitalize;
}
.about-section .about-items .about-content {
  margin-bottom: 25px;
}
.about-section .about-items ul li {
  color: var(--black-color);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-section .about-items ul li i {
  color: var(--theme-color);
}

/*========== About End  ==========*/
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  position: relative;
}
.footer-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.9);
}
.footer-section .footer-top {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-head {
  margin-bottom: 30px;
}
.footer-section .footer-top .widget-items .footer-head .header-content {
  color: var(--white-color);
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-link {
  margin-bottom: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-link .link-tittle {
  color: var(--white-color);
  text-transform: capitalize;
  margin-top: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-link .footer-icon {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-link .footer-icon li {
  margin-right: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-thumb img {
  width: 100%;
  height: 100%;
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: var(--white-color);
}
.footer-section .footer-top .widget-items .footer-content-area .form {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-content-area .form input {
  color: var(--white-color);
  width: 100%;
  padding: 15px 35% 15px 15px;
  border: 1px solid var(--white-color);
  outline: none;
  border-radius: 5px;
  background-color: transparent;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button {
  position: absolute;
  top: 15px;
  right: 8px;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button .effect-btns {
  border: none;
  outline: none;
  border-radius: 5px;
  background: none;
  color: var(--white-color);
  padding: 14px 18px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: var(--theme-color);
  box-shadow: 0px 18px 30px 0px rgba(100, 159, 205, 0.36);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li {
  margin-bottom: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a {
  font-weight: 400;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a:hover {
  color: var(--theme-color);
  margin-left: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: var(--white-color);
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list svg {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 8px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}
.footer-section .border-area {
  border-top: 1px solid var(--white-color);
  position: relative;
}
.footer-section .border-area .footer-bottom {
  padding: 30px 0px;
  text-align: center;
}
.footer-section .border-area .footer-bottom p {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom p a {
  color: var(--theme-color);
  letter-spacing: 2px;
  font-weight: 700;
}

/*========== Footer Scetion Here ==========*/
/*========== One Page Footer End ==========*/
.one-page-footer {
  overflow: hidden;
  background-color: var(--theme-color);
  padding: 30px 0px;
}
.one-page-footer .one-page-items .one-page-footer-text {
  text-align: center;
}
.one-page-footer .one-page-items .one-page-footer-text p {
  color: var(--white-color);
}
.one-page-footer .one-page-items .one-page-footer-text p a {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 2px;
}
.one-page-footer .one-page-items .one-page-icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-page-footer .one-page-items .one-page-icon li {
  margin-right: 20px;
}
.one-page-footer .one-page-items .one-page-icon li i {
  color: var(--white-color);
  font-size: 18px;
}

/*========== One Page Footer Here ==========*/
/*----Scroll Top To Bottom Start-----*/
#progress {
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  bottom: 110px;
  transition: all 0.4s ease-in-out;
}
#progress i {
  color: var(--white-color);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme-color);
}

/*----Scroll Top To Bottom Start-----*/
/*----Preloader Start-----*/
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  z-index: 999999999999;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
  color: var(--theme-color);
  text-shadow: 2px 2px var(--theme-color);
}

.run {
  width: 150px;
  animation: run 1.1s linear infinite;
  animation-delay: 0.1s;
}
.run img {
  width: 100px;
}

/*----Preloader Start-----*/
/*----Menu Header Start-----*/
.header-section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background-color: var(--theme-color);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 10px 0;
}
.header-wrapper .logo-menu {
  max-width: 310px;
}
.header-wrapper .logo-menu img {
  max-width: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu .btn-wrapper {
  margin-left: 50px;
}
.header-wrapper .main-menu .btn-wrapper a {
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
.header-wrapper .main-menu .btn-wrapper a:hover {
  color: var(--theme-color);
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}
.header-wrapper .main-menu li i {
  margin-left: 5px;
  font-size: 15px;
  color: var(--white-color);
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(15px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    background: #F0F8FF;
    padding: 10px 10px 10px;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 5px;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--head-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 0;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(18, 19, 21, 0.1215686275);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .active a {
  color: var(--primary-color);
}
.header-wrapper .main-menu .logo-menu-three {
  width: 130px;
  height: 85px;
}
.header-wrapper .main-menu .logo-menu-three img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----Menu Header Start-----*/
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgb(23, 22, 39);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--white-color);
  border-bottom: 2px solid var(--white-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--white-color);
}

input.main-search-input::placeholder {
  color: var(--white-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--white-color);
  cursor: pointer;
}

/*------ fullscreen search bar area end here --------*/
/*------Banner Section Start--------*/
.banner-section {
  overflow: hidden;
  position: relative;
}
.banner-section .banner-wrapper {
  background: url(../images/banner1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.banner-section .banner-wrapper .banner-items {
  position: relative;
  padding: 250px 0px;
}
.banner-section .banner-wrapper .banner-items .banner-content {
  max-width: 900px;
}
.banner-section .banner-wrapper .banner-items .banner-content h1 {
  color: var(--white-color);
  text-transform: none;
  margin-bottom: 10px;
}
.banner-section .banner-wrapper .banner-items .banner-content p {
  color: var(--white-color);
}
.banner-section .banner-wrapper .banner-items .banner-content .banner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.banner-section .banner-wrapper .banner-items .banner-content .banner-button .cmn--btn {
  margin-right: 15px;
}
.banner-section .banner-wrapper.style-two {
  background: url(../images/banner2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-wrapper.style-two::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.banner-section .banner-wrapper.style-three {
  background: url(../images/banner3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-wrapper.style-three::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.banner-section .banner-wrapper.style-four {
  background: url(../images/banner4.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.banner-section .banner-wrapper.style-four::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.banner-section .swiper-button-next {
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
}
.banner-section .swiper-button-prev {
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid var(--theme-color);
}
.banner-section .swiper-button-next:after, .banner-section .swiper-button-prev:after {
  font-size: 16px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: var(--theme-color) !important;
  display: none;
}

/*------Banner Section End--------*/
/*------Banner Video Here--------*/
.video-banner {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.video-banner .video-banner-content {
  position: relative;
  z-index: 99;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.video-banner .video-banner-content .video-font {
  color: var(--white-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.video-banner .video-banner-content p {
  position: relative;
  color: var(--white-color);
  margin-bottom: 30px;
}
.video-banner .blue-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.video-banner .back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*------Banner Video End--------*/
/*========== Breadcumd Banner Start  ==========*/
.breadcumd-banner {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}
.breadcumd-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(20, 25, 29, 0.6);
}
.breadcumd-banner .bread-bg {
  position: absolute;
  inset: 0;
  content: "";
}
.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  padding: 200px 0px;
  text-align: center;
}
.breadcumd-banner .breadcumd-wrapper .left-content {
  color: var(--white-color);
  text-transform: uppercase;
}
.breadcumd-banner .breadcumd-wrapper .right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcumd-banner .breadcumd-wrapper .right-content li {
  font-size: 18px;
  position: relative;
  text-transform: none;
  color: var(--white-color);
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
  margin-right: 20px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a {
  color: var(--white-color);
  transition: all 0.4s;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
  color: var(--theme-color);
}
.breadcumd-banner .breadcumd-wrapper .right-content li i {
  color: var(--white-color);
}

/*========== Breadcumd Banner End  ==========*/
.donate-icon {
  overflow: hidden;
}
.donate-icon .donate-icon-items {
  padding: 50px 30px;
  transition: all 0.4s ease-in-out;
}
.donate-icon .donate-icon-items .icon-thumb {
  width: 100px;
  height: 100px;
}
.donate-icon .donate-icon-items .icon-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.donate-icon .donate-icon-items .icon-content {
  margin-top: 20px;
}
.donate-icon .donate-icon-items .icon-content h5 {
  color: var(--black-color);
}
.donate-icon .donate-icon-items:hover {
  box-shadow: 0px 1px 10px var(--theme-color);
}
.donate-icon .active {
  box-shadow: 0px 1px 10px var(--theme-color);
}

.donate-section {
  overflow: hidden;
}
.donate-section .donate-items {
  border-radius: 5px;
  background-color: var(--white-color);
}
.donate-section .donate-items .donate-thumb img {
  width: 100%;
  height: 100%;
}
.donate-section .donate-items .donate-content {
  padding: 30px 20px;
}
.donate-section .donate-items .donate-content h5 {
  color: var(--black-color);
  text-transform: capitalize;
}

.video-section {
  background: url(../images/video1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.video-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.video-section .video-items {
  padding: 180px 0px;
  position: relative;
}
.video-section .video-items .video-button i {
  color: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--white-color);
  border-radius: 100%;
}
.video-section .video-items .video-content {
  max-width: 550px;
  margin-top: 15px;
}
.video-section .video-items .video-content h3 {
  color: var(--white-color);
}

.event-section {
  overflow: hidden;
}
.event-section .event-items .event-thumb img {
  width: 100%;
  height: 100%;
}
.event-section .event-items .event-content h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.event-section .event-items .event-content h4 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-content h4 a:hover {
  color: var(--theme-color);
}
.event-section .event-items .event-content ul {
  margin-bottom: 10px;
}
.event-section .event-items .event-content ul li {
  margin-bottom: 15px;
  font-size: 18px;
}
.event-section .event-items .event-content ul li i {
  color: var(--theme-color);
}
.event-section .event-items .event-content ul li span {
  color: var(--pragraph-color);
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 4px;
}
.event-section .event-items .event-content p {
  margin-bottom: 20px;
}
.event-section .event-items .event-content.style-two h5 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.event-section .event-items .event-content.style-two h5 a:hover {
  color: var(--theme-color);
}
.event-section .event-items.style-two {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.event-section .event-items.style-two .event-thumb img {
  width: 100%;
  height: 100%;
}
.event-section .event-items.style-two .event-content {
  padding: 40px 25px;
}
.event-section .event-items.style-two .event-content h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.event-section .event-items.style-two .event-content h4 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.event-section .event-items.style-two .event-content h4 a:hover {
  color: var(--theme-color);
}
.event-section .event-items.style-two .event-content ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event-section .event-items.style-two .event-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  margin-right: 8px;
}
.event-section .event-items.style-two .event-content ul li i {
  color: var(--theme-color);
}
.event-section .event-items.style-two .event-content ul li span {
  color: var(--pragraph-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 4px;
}
.event-section .event-items.style-two .event-content p {
  margin-bottom: 20px;
}
.event-section .event-items.style-two .event-content .button {
  display: flex;
  align-items: center;
}
.event-section .event-items.style-two .event-content .button .cmn--btn {
  border-radius: 4px;
  padding: 10px 15px 10px;
  font-size: 14px;
}
.event-section .event-items.style-two .event-content .button .cmn--border {
  border-radius: 4px;
  padding: 10px 10px 10px;
  font-size: 14px;
  margin-right: 10px;
}

.causes-section {
  overflow: hidden;
}

.causes-items {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.causes-items .causes-thumb {
  overflow: hidden;
}
.causes-items .causes-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.causes-items .causes-content {
  padding: 30px 20px;
  margin-top: 20px;
}
.causes-items .causes-content .progress {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  height: 18px;
  overflow: hidden;
  background: var(--section-bg);
  border-radius: 6px;
}
.causes-items .causes-content .progress .bar {
  position: relative;
  min-width: 1%;
  height: 100%;
  background: var(--theme-color);
}
.causes-items .causes-content .progress .percent {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: var(--white-color);
}
.causes-items .causes-content h5 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.causes-items .causes-content .cause-btn {
  margin-top: 20px;
}
.causes-items:hover .causes-thumb img {
  transform: scale(1.2);
}
.causes-items:hover .causes-content h5 a {
  color: var(--theme-color);
}

.gallery-section .gallery-items .gallery-thumb {
  position: relative;
}
.gallery-section .gallery-items .gallery-thumb img {
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-items .gallery-thumb .effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.gallery-section .gallery-items .gallery-thumb .effect .effect-icon {
  margin-top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-section .gallery-items .gallery-thumb .effect .effect-icon li {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.gallery-section .gallery-items .gallery-thumb .effect .effect-icon li i {
  color: var(--theme-color);
}
.gallery-section .gallery-items .gallery-thumb .effect:hover {
  opacity: 1;
}

.help-section {
  position: relative;
  display: block;
  z-index: 1;
  background: url(../images/help.jpg) no-repeat center center;
  background-size: cover;
}
.help-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

.donation-section {
  overflow: hidden;
  background-color: var(--section-bg);
}
.donation-section .form-area-left {
  border-radius: 20px;
  background-color: var(--white-color);
  box-shadow: 0px 5px 15.52px 0.48px rgba(0, 0, 0, 0.27);
  padding: 30px 30px;
}
.donation-section .form-area-left .form-group .form-label {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
}
.donation-section .form-area-left .form-group input {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: none;
  background-color: #f5f4ff;
  border: 1px solid var(--white-color);
  color: var(--theme-color);
  padding: 13px 15px 15px;
  border-radius: 10px;
}
.donation-section .form-area-left .form-group textarea {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: none;
  background-color: #f5f4ff;
  border: 1px solid var(--white-color);
  color: var(--theme-color);
  padding: 15px 15px 90px 20px;
  border-radius: 10px;
}
.donation-section #support-us-donate-form .custon-box input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--white-color);
  color: var(--black-color);
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid rgba(var(--sopot-black-rgb), 0.1);
  outline: none;
}
.donation-section .support-us-title {
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 20px;
}

.support-us-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.support-us-left {
  position: relative;
  display: block;
  z-index: 1;
}

.support-us-content-box {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.support-us-text {
  padding-top: 11px;
}

.support-us-title {
  text-transform: uppercase;
  color: var(--white-color);
}

.support-us-text {
  margin-bottom: 30px;
  color: var(--white-color);
}

#support-us-donate-form {
  position: relative;
  display: block;
}

#support-us-donate-form .custon-box {
  position: relative;
  display: block;
}

#support-us-donate-form .custon-box input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: var(--section-bg);
  color: var(--black-color);
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid rgba(var(--sopot-black-rgb), 0.1);
  outline: none;
}

#support-us-donate-form .custon-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  color: var(--white-color);
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background-color: var(--black-color);
}

.support-us-button-box {
  position: relative;
  display: block;
}

.support-us-btn {
  border: none;
  width: 100%;
}

.support-us-donate-form-select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.support-us-donate-form-select-box li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.support-us-donate-form-select-box li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.support-us-donate-form-select-box li label {
  position: relative;
  display: block;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: none;
  width: 108px;
  height: 40px;
  line-height: 40px;
}

.support-us-donate-form-select-box li :checked + label {
  color: var(--white-color);
  background-color: var(--black-color);
}

.support-us-donate-form-select-box li input[type=text] {
  position: relative;
  display: block;
  width: 170px;
  height: 55px;
  background-color: var(--white-color);
  color: var(--black-color);
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  border-radius: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.support-us-right-content {
  position: relative;
  display: block;
}

.support-us-right-content {
  position: relative;
  display: block;
  text-align: right;
}

.support-us-right-content-title {
  font-size: 65px;
  color: var(--white-color);
  line-height: 96px;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}

.support-us-right-content-text {
  font-size: 20px;
  color: var(--white-color);
  line-height: 30px;
  letter-spacing: 0.1em;
}

.team-section {
  overflow: hidden;
}
.team-section .team-items {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.team-section .team-items .team-thumb {
  overflow: hidden;
  position: relative;
}
.team-section .team-items .team-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content {
  padding: 25px 10px;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content h5 {
  color: var(--black-color);
}
.team-section .team-items:hover .team-thumb img {
  transform: scale(1.1);
}
.team-section .team-items:hover .team-content h5 a {
  color: var(--theme-color);
}

.founding-section {
  overflow: hidden;
}
.founding-section .founding-items .founding-tittle {
  text-transform: capitalize;
  color: var(--black-color);
  margin-bottom: 15px;
}
.founding-section .founding-items .text {
  margin-bottom: 10px;
}
.founding-section .founding-items .button {
  margin-top: 20px;
}
.founding-section .found-items {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.founding-section .found-items .found-thumb img {
  width: 100%;
  height: 100%;
}
.founding-section .found-items .found-content {
  padding: 20px 15px;
}
.founding-section .found-items .found-content h6 {
  text-transform: capitalize;
  color: var(--black-color);
}

.counter-section {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.counter-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

.main-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main-counter-wrapper .counter-items {
  width: 25%;
  text-align: center;
}
.main-counter-wrapper .counter-items .counter-content {
  margin: 0 auto;
}
.main-counter-wrapper .counter-items .counter-content .icon i {
  font-size: 36px;
  color: var(--white-color);
}
.main-counter-wrapper .counter-items .counter-content .cont {
  justify-content: center;
}
.main-counter-wrapper .counter-items .counter-content .cont span {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  margin-top: 4px;
}
.main-counter-wrapper .counter-items .counter-content h2 {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.main-counter-wrapper .counter-items .counter-content p {
  font-size: 17px;
  margin-top: 8px;
  color: var(--white-color);
}

.promition-section {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.promition-section::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.8);
}
.promition-section .promotion-items {
  position: relative;
}
.promition-section .promotion-items .promo-content {
  max-width: 650px;
}
.promition-section .promotion-items .promo-content h3 {
  color: var(--white-color);
}
.promition-section .promotion-items .promo-content h6 {
  color: var(--white-color);
  margin: 10px 0;
}
.promition-section .promotion-items .promo-content p {
  color: var(--white-color);
  margin-bottom: 20px;
}
.promition-section .promotion-items .promo-content .cmn--btn {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.promition-section .promotion-items .promo-content .cmn--btn:hover {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}

.testimonial-section {
  overflow: hidden;
}
.testimonial-section .testimonial-items {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 60px 40px;
}
.testimonial-section .testimonial-items .testi-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content {
  margin-left: 15px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content h6 {
  text-transform: capitalize;
  color: var(--black-color);
}
.testimonial-section .testimonial-items .testi-wrap .testi-content p {
  margin-top: -5px;
}
.testimonial-section .testimonial-items .testi-wrap ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonial-section .testimonial-items .testi-wrap ul li {
  margin-right: 10px;
}
.testimonial-section .testimonial-items .testi-wrap ul li i {
  color: var(--theme-color);
}

.details-page .details-wrapper .details-items {
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 5px;
  margin-bottom: 40px;
}
.details-page .details-wrapper .details-items .inner-details .inner-thumb {
  overflow: hidden;
}
.details-page .details-wrapper .details-items .inner-details .inner-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.details-page .details-wrapper .details-items .inner-details .details-content {
  margin-top: 8px;
  padding: 30px;
}
.details-page .details-wrapper .details-items .inner-details .details-content h4 {
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.details-page .details-wrapper .details-items .inner-details .details-content .progress {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  height: 18px;
  overflow: hidden;
  background: var(--section-bg);
  border-radius: 6px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .progress .bar {
  position: relative;
  min-width: 1%;
  height: 100%;
  background: var(--theme-color);
}
.details-page .details-wrapper .details-items .inner-details .details-content .progress .percent {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: var(--white-color);
}
.details-page .details-wrapper .details-items .inner-details .details-content p {
  color: var(--pragraph-color);
  font-weight: 500;
  line-height: 30px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .p-item {
  margin-bottom: 10px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments {
  margin-top: 20px;
  background: var(--theme-color);
  padding: 30px 15px;
  text-align: center;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments i {
  color: var(--white-color);
  font-size: 50px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments p {
  color: var(--white-color);
}
.details-page .details-wrapper .details-items .inner-details .details-content .thumb-items {
  padding: 30px 0px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .thumb-items .thumb img {
  width: 100%;
  height: 100%;
}
.details-page .details-wrapper .details-items .inner-details:hover .inner-thumb img {
  transform: scale(1.1);
}
.details-page .details-wrapper .details-items .inner-details:hover .details-content h4 {
  color: var(--theme-color);
}
.details-page .details-wrapper .admin-items {
  margin-top: 50px;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
}
.details-page .details-wrapper .admin-items .admin-wrapper {
  display: flex;
  align-items: center;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-left {
  margin-right: 20px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-left .admin-thump img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content h6 {
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 10px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content p {
  margin-bottom: 20px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content a {
  margin-right: 15px;
  font-size: 18px;
}
.details-page .details-wrapper .admin-items-two {
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  margin-top: 30px;
}
.details-page .details-wrapper .admin-items-two .two-comment {
  border-bottom: 1px solid #f1f1f1;
}
.details-page .details-wrapper .admin-items-two .two-comment h5 {
  padding: 30px 0px 30px 30px;
  text-transform: uppercase;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two {
  padding: 30px 30px 30px 30px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-left {
  margin-right: 20px;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-left .admin-thump.style-two img {
  border-radius: 100%;
  width: 110px;
  height: 110px;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-right .admin-content h6 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.details-page .details-wrapper .admin-items-two .contact-items {
  padding: 30px 30px 30px 30px;
}
.details-page .details-wrapper .admin-items-two .contact-items .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid #ebebeb;
  color: var(--theme-color);
}
.details-page .details-wrapper .admin-items-two .contact-items .form-clt-big input {
  padding: 14px 15px 120px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory {
  box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
  padding: 20px;
  margin-bottom: 40px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-title {
  margin-bottom: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-title h5 {
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li {
  padding-block: 15px;
  border-bottom: 1px solid rgba(236, 240, 243, 0.99);
  display: flex;
  justify-content: space-between;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li a {
  color: var(--pragraph-color);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li span {
  color: var(--pragraph-color);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 16px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover a {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover span {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a {
  transition: all 0.3s ease-in-out;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: var(--pragraph-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover a h6 {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li {
  padding-block: 15px;
  display: flex;
  justify-content: space-between;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .thumb img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content a {
  transition: all 0.3s ease-in-out;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content a h6 {
  color: var(--black-color);
  font-size: 18px;
  line-height: 21.2px;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
  text-transform: none;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: var(--pragraph-color);
  text-transform: none;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li:hover a h6 {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--pragraph-color);
  display: block;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li a:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-info .event-info-list li {
  padding: 10px 0;
  overflow: hidden;
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-info .event-info-list li .info-type {
  width: 100px !important;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-info .event-info-list li .info-type i {
  color: var(--theme-color);
  margin-right: 8px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-info .event-info-list li .info-detail {
  color: var(--pragraph-color);
}
.details-page .default-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.details-page .default-pagination .active a {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.details-page .default-pagination li {
  margin-right: 10px;
}
.details-page .default-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  background-color: var(--white-color);
  display: block;
  transition: all 0.4s ease-in-out;
}
.details-page .default-pagination li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.faq-area {
  overflow: hidden;
}

.faq-wrapper .accordion-button {
  background: var(--theme-color);
  color: var(--white-color);
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 60px;
  text-align: left;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-weight: 600;
  font-size: 16px;
  margin-left: 0;
  background-image: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  position: absolute;
  left: 10px;
}

.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  content: "-";
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 24px;
}

.faq-wrapper .accordion-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.faq-wrapper .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.faq-wrapper .accordion-body {
  border: 0;
  padding: 20px 30px;
  position: relative;
}

.faq-wrapper .accordion-collapse {
  border: 0;
  background: var(--white-color);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.faq-wrapper .accordion-button.collapsed {
  background: var(--white-color);
  color: var(--black-color);
}

.faq-wrapper .accordion-button.collapsed:after {
  background: var(--theme-color);
  color: var(--white-color);
}

.faq-wrapper.accordion-bordered .accordion-item {
  border-color: var(--black-color);
}

.question-content {
  text-align: center;
}

.question-content p {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.single-faq-items {
  margin-top: 70px;
}

.single-faq {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.booking-section {
  overflow: hidden;
}
.booking-section .booking-thump img {
  width: 100%;
  height: 100%;
}

.booking-items .booking-tittle {
  margin-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
}
.booking-items .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--theme-color);
  color: var(--black-color);
}
.booking-items .contact-right .form-clt ::placeholder {
  color: var(--theme-color) !important;
}
.booking-items .contact-right .form-clt select {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.booking-items .contact-right .form-clt-big input {
  padding: 14px 15px 100px;
}
.booking-items .contact-right .cmn--btn {
  border-radius: 5px;
  padding: 12px 32.5px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: var(--theme-color);
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid var(--theme-color);
  background: var(--white-color);
  position: relative;
  box-shadow: none;
  outline: none;
  overflow: hidden;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.booking-items .contact-right .cmn--btn:hover {
  color: #fff;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

/*-----navber-----*/
.header {
  background-color: transparent;
  z-index: 999;
  display: block;
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.header--fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--theme-color);
}

@media screen and (max-width: 1240px) {
  .header {
    background-color: var(--theme-color);
  }
}
@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 372px) {
  .navbar-brand {
    font-size: 32px !important;
  }
}
.fas.fa-bars {
  color: #fff;
}

.header .navbar {
  padding-block: 0.35rem;
}

@media (min-width: 992px) {
  .header .navbar {
    padding-block: 0.35rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-collapse {
    margin-top: 0;
  }
}
.nav-link {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.navbar-brand {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

.navbar-brand:hover {
  color: white;
}

@media (min-width: 1200px) {
  .nav-link {
    text-align: left;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.nav-link--active, .nav-link:hover, .nav-link:focus {
  color: #fff;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler--icon {
  background-color: #fff;
  height: 2px;
  width: 27px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -moz-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  -o-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
}

.navbar-toggler--icon:after, .navbar-toggler--icon:before {
  background-color: #fff;
  height: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.navbar-toggler--icon:after {
  bottom: 7px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  -moz-transform: rotate(-90deg) translateX(-6px);
  -ms-transform: rotate(-90deg) translateX(-6px);
  -o-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
}

.navbar-toggler--icon:before {
  top: 7px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.navbar-toggler.collapsed .navbar-toggler--icon {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:after {
  transform: none;
}

.navbar-toggler.collapsed .navbar-toggler--icon:before {
  opacity: 1;
  transform: none;
}

.navbar-nav {
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}

.social-btns {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .social-btns {
    margin-left: 20px;
    flex-direction: row;
    margin-top: 0;
  }
}
.social-btns .default-btn {
  border-radius: 99px;
}

.social-btns .default-btn:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: linear-gradient(0deg, #FB6567 0%, #EC008B 101.5%);
}

.navbar-nav .search-icon {
  margin-top: 10px;
  color: var(--white-color);
  text-align: center;
  margin-left: 10px;
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header p {
  max-inline-size: 63ch;
  margin: auto;
}

/*-----navber-----*/
.error-page {
  overflow: hidden;
}
.error-page .error-items .error-thumb {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.error-page .error-items .error-thumb img {
  width: 100%;
  height: 100%;
}
.error-page .error-items .error-button {
  margin-top: 30px;
}

.form-area-left {
  border-radius: 20px;
  background-color: var(--white-color);
  box-shadow: 0px 5px 15.52px 0.48px rgba(0, 0, 0, 0.27);
  padding: 30px 30px;
}
.form-area-left form .form-group .form-label {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
}
.form-area-left form .form-group input {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: none;
  background-color: #f5f4ff;
  border: 1px solid var(--white-color);
  color: var(--theme-color);
  padding: 13px 15px 15px;
  border-radius: 10px;
}
.form-area-left form .form-group textarea {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: none;
  background-color: #f5f4ff;
  border: 1px solid var(--white-color);
  color: var(--theme-color);
  padding: 15px 15px 90px 20px;
  border-radius: 10px;
}

.contact-form-right {
  border: 1px solid #f5f4ff;
  border-radius: 20px;
  padding: 25px 25px;
}
.contact-form-right .section-header h4 {
  line-height: 1.3;
  margin-bottom: 8px;
}
.contact-form-right .contact {
  margin-bottom: 35px;
}
.contact-form-right .contact li {
  display: flex;
  align-items: center;
  background-color: #f5f4ff;
  border-radius: 10px;
  padding: 15px 15px;
}
.contact-form-right .contact li:not(:last-child) {
  margin-bottom: 25px;
}
.contact-form-right .contact li .phone-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 10px;
  margin-right: 15px;
}
.contact-form-right .contact li .email-part {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.contact-form-right .contact li .email-part span {
  display: block;
  font-weight: 400;
}
.contact-form-right .found {
  padding-top: 25px;
}
.contact-form-right .found h5 {
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.contact-form-right .found .social {
  display: flex;
  align-items: center;
}
.contact-form-right .found .social li:not(:last-child) {
  margin-right: 10px;
}
.contact-form-right .found .social li .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  display: block;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.contact-form-right .found .social li .icon:hover {
  background: var(--theme-color);
}
.contact-form-right .found .social li .icon:hover i {
  color: var(--white-color);
}

.map-section {
  overflow: hidden;
}
.map-section .googpemap iframe {
  width: 100%;
  height: 650px;
}

.donate-page {
  padding-top: 40px;
  padding-bottom: 90px;
}

.donate-details-area {
  max-width: 950px;
  width: 100%;
  margin: auto;
  background-color: var(--section-bg);
  padding: 30px;
}
.donate-details-area .donate-details-header {
  text-align: center;
  margin-bottom: 60px;
}
.donate-details-area .donate-details-header p {
  font-size: 1.2em;
  color: var(--black-color);
  padding: 0 30px;
  margin: 0;
}
.donate-details-area .donate-details-header p span {
  color: var(--black-color);
  font-weight: 900;
  font-style: italic;
}
.donate-details-area .ddc-content-wrapper .section-head {
  text-align: left;
  margin-bottom: 20px;
}
.donate-details-area .ddc-content-wrapper .section-head h2 {
  color: var(--black-color);
}

@keyframes zoominout {
  0% {
    transform: scale(0.69);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.69);
  }
}
@keyframes zoominout2 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rounded {
  0% {
    transform: rotate(-25deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes RightiLeft {
  0% {
    transform: translateY(60px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes RightiLeft2 {
  0% {
    transform: translateY(120px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateY(120px);
  }
}
@keyframes RightiLeft3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes RightiLeft4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes run {
  100% {
    transform: rotate(360deg);
  }
}
/*========== Blog Section Start  ==========*/
.blog-section {
  overflow: hidden;
}

.blog-items {
  background-color: var(--white-color);
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-thump {
  position: relative;
}
.blog-items .blog-thump img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-content {
  padding: 30px 20px;
}
.blog-items .blog-content h6 {
  text-transform: none;
}
.blog-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-content .comments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-items .blog-content .comments li {
  margin-right: 10px;
  color: var(--black-color);
  font-size: 16px;
  text-transform: none;
  color: var(--theme-color);
}
.blog-items .blog-content .comments li i {
  color: var(--theme-color);
  margin-right: 8px;
}
.blog-items .blog-content p {
  margin-bottom: 15px;
}
.blog-items:hover .blog-content h6 a {
  color: var(--theme-color);
}
.blog-items:hover .blog-thump .date-tittle {
  color: var(--theme-color);
}
.blog-items:hover {
  transform: translateY(-15px);
}

/*========== Blog Section End  ==========*/
/*========== News Section Start  ==========*/
.news-items {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
.news-items .news-thumb {
  overflow: hidden;
}
.news-items .news-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.news-items .blog-content {
  padding: 30px 20px;
}
.news-items .blog-content h6 {
  text-transform: capitalize;
}
.news-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.news-items .blog-content .comments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-items .blog-content .comments li {
  margin-right: 20px;
  color: var(--black-color);
  font-size: 16px;
  text-transform: capitalize;
  color: var(--theme-color);
}
.news-items .blog-content .comments li i {
  color: var(--theme-color);
  margin-right: 8px;
}
.news-items .blog-content p {
  margin-bottom: 15px;
}
.news-items:hover .blog-content h6 a {
  color: var(--theme-color);
}
.news-items:hover .blog-thump .date-tittle {
  color: var(--theme-color);
}
.news-items:hover .news-thumb img {
  transform: scale(1.1);
}

.news-wrapper .news-tittle {
  color: var(--black-color);
  text-transform: capitalize;
}
.news-wrapper .news-right-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.news-wrapper .news-right-items .news-right-thumb {
  width: 160px;
  height: 130px;
  margin-right: 20px;
}
.news-wrapper .news-right-items .news-right-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrapper .news-right-items .news-right-content h6 a {
  color: var(--black-color);
  text-transform: capitalize;
  max-width: 250px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.news-wrapper .news-right-items .news-right-content .comments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-wrapper .news-right-items .news-right-content .comments li {
  margin-right: 10px;
  color: var(--black-color);
  font-size: 16px;
  text-transform: capitalize;
  color: var(--theme-color);
}
.news-wrapper .news-right-items .news-right-content .comments li i {
  color: var(--theme-color);
  margin-right: 8px;
}

/*========== News Section End  ==========*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  background: var(--theme-color);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 1px solid var(--theme-color);
}
.cmn--btn:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.cmn--border {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  position: relative;
  z-index: 1;
}
.cmn--border:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cmn--link {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  background: var(--theme-color);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 1px solid var(--theme-color);
}
.cmn--link:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.cmn--menu {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.cmn--menu:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--white-color);
}

/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 70.8px;
  }
  h2 {
    font-size: 54px;
    line-height: 68.1px;
  }
  h3 {
    font-size: 38px;
    line-height: 49px;
  }
  h5 {
    font-size: 22px;
    line-height: 29.2px;
  }
  h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 47px;
    line-height: 64.1px;
  }
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 29px;
    line-height: 50.2px;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60.8px;
  }
  h5 {
    font-size: 19px;
    line-height: 29.2px;
  }
  h4 {
    font-size: 26px;
    line-height: 42.2px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 37px;
    line-height: 54.1px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 38.2px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 38px;
    line-height: 42.8px;
  }
  h2 {
    font-size: 30px;
    line-height: 44.1px;
  }
  h5 {
    font-size: 20px;
    line-height: 24.2px;
  }
  #cover {
    font-size: 36px;
  }
  .run {
    width: 90px;
  }
  .run img {
    width: 60px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
    line-height: 40.8px;
  }
  h2 {
    font-size: 27px;
    line-height: 36.1px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
  }
  h4 {
    font-size: 19px;
    line-height: 30.2px;
  }
  h5 {
    font-size: 18px;
    line-height: 27.2px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    max-width: 122px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 17px;
    color: var(--theme-color);
  }
  .header-wrapper .main-menu li a i {
    color: var(--theme-color);
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 12px 0px;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #F0F8FF;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid var(--theme-color);
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--white-color);
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--head-color);
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section .swiper-button-next {
    display: none;
  }
  .banner-section .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .banner-section .banner-items .banner-content .banner-button .cmn--btn {
    margin: 8px 25px 8px 0;
    padding: 11px 30px;
    font-size: 15px;
  }
  .banner-section .banner-items .banner-content .banner-button .cmn--border {
    margin: 8px 10px 8px 0;
    padding: 11px 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .main-counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-counter-wrapper .counter-items {
    width: 31.6666666667%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 80px;
    height: 80px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 46px;
  }
  .agency-thumb {
    margin-top: 35px;
    max-width: 100%;
    position: relative;
  }
  .agency-thumb img {
    width: 100%;
    height: 100%;
  }
  .about-thumb {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 0;
  }
  .main-counter-wrapper .counter-items:nth-child(1) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items:nth-child(2) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 44px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}
/*========== Banner Section Three Start  ==========*/
@media screen and (max-width: 768px) {
  .breadcumd-banner .breadcumd-wrapper .right-content li {
    font-size: 15px;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
    margin-right: 12px;
  }
}
/*========== Banner Section Three End  ==========*/
/*========== Blog Single Start  ==========*/
@media screen and (max-width: 500px) {
  .details-page .admin-items .admin-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .details-page .admin-items .admin-wrapper .admin-left {
    margin-right: initial;
  }
  .details-page .admin-items .admin-wrapper .admin-right {
    text-align: center;
    margin-top: 20px;
  }
  .details-page .admin-items-two .admin-wrapper-two {
    flex-wrap: wrap;
    justify-content: center;
  }
  .details-page .admin-items-two .admin-wrapper-two .admin-left {
    margin-right: initial;
  }
  .details-page .admin-items-two .admin-wrapper-two .admin-right {
    margin-top: 20px;
  }
  .details-page .admin-items-two .admin-wrapper-two .admin-right .admin-content {
    text-align: center;
  }
}
/*========== Blog Single End  ==========*/
.contact-form-right {
  padding: 30px 15px;
}
.contact-form-right .contact {
  margin-bottom: 30px;
}
.contact-form-right .contact li {
  display: flex;
  align-items: center;
  background-color: #f5f4ff;
  border-radius: 10px;
  padding: 12px 10px;
}
.contact-form-right .contact li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-form-right .contact li .phone-icon {
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin-right: 10px;
}
.contact-form-right .contact li .phone-icon img {
  width: 20px;
  height: 20px;
}
.contact-form-right .contact li .email-part {
  font-size: 16px;
}/*# sourceMappingURL=main.css.map */