/*===============================================
Template Name: PopGo - Luxury Hotel HTML5 Template 
Author:  https://www.templatemonster.com/authors/unique-theme/
Description: Description
Version: 1.0.0
Text Domain:
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01.  Header Top Menu Area Css
02.  Nav Menu Area Css 
03.  Slider Area Css
04.  Section Title Css
05.  Service Area css
06.  About Area Css
07.  Counter Area Css
08.  Case Study Area Css
09.  Testimonial Area Css
10.  Process Area Css
11.  Team Area Css
12. Faq Area Css
13.  Brand Section Css
14. Call Do Section Css
15.  Form Box Css
16.  Skill Area Css
17.  Blog Area Css
18.  footer Area Css
19.  Subscribe Area Css
20.  Lines CSS
21.  Prossess Ber Css
22.  Scrollup Section
23.  Bounce Animation Css 
24.  Animation Dance
25.  Breadcumb Area Css
26.  abouts_areas Css
27.  Feture-Area Css
28.  Pricing Section Css
29.  Web Development Section CSS
30.  Contact  US Css
31.  Blog Sidber Widget CSS
32.  Case Study Details Css
33.  Search Box Css
34.  Loader Css

=======================*/

/*==============header-main-area-start=====================*/

.PopGo_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  margin-bottom: -106px;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #101010;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .PopGo_menu > ul > li > a {
  color: rgb(255, 255, 255) !important;
}

/*  Menu Css*/

nav.PopGo_menu {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-left: 11px;
}

.PopGo_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.PopGo_menu > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 45px;
  z-index: 1;
}

.PopGo_menu > ul > li > a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-weight: bold;
  display: block;
  line-height: 5.143;
  transition: 0.5s;
  color: rgb(255, 255, 255);
}

.PopGo_menu > ul > li > a:hover {
  color: rgb(229, 247, 78);
}

nav.PopGo_menu span {
  font-size: 11px;
  margin-left: 6px;
}

/*Style Two Nav Menu*/

.style-two.PopGo_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .PopGo_menu > ul > li > a {
  color: rgb(255, 255, 255);
}

/*** Sub Menu Style 
==========================***/

.PopGo_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  border-top: 5px solid rgb(229, 247, 78);
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.PopGo_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.PopGo_menu ul .sub-menu li {
  position: relative;
}

.PopGo_menu ul .sub-menu li a {
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #101210 !important;
}

.PopGo_menu ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(229, 247, 78);
  z-index: -1;
  transition: 0.5s;
}

.PopGo_menu ul li .sub-menu li a:hover:before {
  height: 100%;
  top: 0;
}

/* .PopGo_menu ul .sub-menu li:hover>a,
.PopGo_menu ul .sub-menu .sub-menu li:hover>a,
.PopGo_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.PopGo_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #fff !important;
    transition: .5s;
} */

/* sub menu 2 
=================*/

.PopGo_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.PopGo_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 
==================*/

.PopGo_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.PopGo_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.PopGo_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background-color: rgb(229, 247, 78);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.PopGo_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.PopGo_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.PopGo_menu li a:hover:before {
  width: 101%;
}

.PopGo_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.PopGo_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*==========================================
     header-button-Css
=========================================*/

.header-button {
  text-align: right;
}

.header-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(21, 20, 27);
  background-color: rgb(229, 247, 78);
  border: 1px solid rgb(229, 247, 78);
  padding: 15px 40px;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.5s;
  z-index: 1;
}

.header-button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
  transform: scale(0);
  z-index: -1;
}

.header-button a:hover:before {
  transform: scale(1);
}

/*=============sticky-header-area-end================*/

/*=============start-slide-section================*/

.slider-area {
  background-image: url(../image/slider-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 870px;
  margin-left: -1px;
  position: relative;
  z-index: 1;
}

.hero-bg {
  background-image: url(../image/slider-2.png);
}

.slider-title h5 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  z-index: 1;
}

.slider-title h1 {
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 60%;
  margin: 15px 0 0px;
}

.slider-title p {
  font-size: 16px;
  width: 40%;
  margin: 45px 0 50px;
  color: rgba(255, 255, 255, 0.8);
}

.section-button {
  display: inline-block;
}

.section2-button {
  display: inline-block;
}

.section-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(21, 20, 27);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 14px 38px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
  z-index: 1;
}

.section-button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-color: rgb(229, 247, 78);
  display: inline-block;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  transition: 0.5s;
  transform: translate(-50%, 0) skew(25deg);
  z-index: -1;
}

.section-button a:hover:before {
  width: 120%;
}

.section2-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.149);
  border: 1px solid rgba(255, 255, 255, 0.149);
  padding: 14px 37px;
  position: relative;
  overflow: hidden;
  margin-left: 18px;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
  z-index: 1;
}

.section2-button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background-color: rgb(10, 10, 10);
  display: inline-block;
  height: 100%;
  width: 0%;
  border-radius: 5px;
  transition: 0.5s;
  transform: translate(-50%, 0) skew(25deg);
  z-index: -1;
}

.section2-button a:hover:before {
  width: 120%;
}

.hero-slide .owl-item.active .slider-title h5 {
  animation: fadeInDownBig ease 2s;
}

.hero-slide .owl-item.active .slider-title h1 {
  animation: fadeInLeftBig ease 2s;
}

.hero-slide .owl-item.active .slider-title p {
  animation: fadeInRightBig ease 2s;
}

.hero-slide .owl-item.active .section-button a {
  animation: fadeInUpBig ease 2s;
}

.hero-slide .owl-item.active .section2-button a {
  animation: fadeInUpBig ease 2s;
}

/*=============end-slide-section================*/

/*===========start-feature-section===============*/

.feature-section {
  padding: 105px 0 90px;
}

.feature-single-box {
  position: relative;
  text-align: center;
  border-radius: 4px;
  border: 2px solid rgb(233 233 233);
  padding: 75px 35px 25px;
  display: inline-block;
  margin-bottom: 30px;
  transition: 0.5s;
  z-index: 1;
}

.feature-single-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgb(229, 247, 78);
  border-radius: 4px;
  transition: 0.5s;
  z-index: -1;
}

.feature-icon {
  background-color: rgb(21, 20, 27);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  margin-bottom: 20px;
  transform: rotate(45deg);
  transition: 0.5s;
}

.feature-icon img {
  transform: rotate(-45deg);
  transition: 0.5s;
}

.section-title h2 {
  font-size: 45px;
  color: rgb(21, 20, 27);
  margin-bottom: 50px;
}

.feature-content h4 {
  font-size: 22px;
  color: rgb(21, 20, 27);
  margin: 40px 0 35px;
}

.feature-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
}

.feature-single-box:hover:before {
  height: 100%;
}

.feature-single-box:hover .feature-icon {
  background-color: rgb(255, 255, 255);
  transform: rotate(315deg);
}

.feature-single-box:hover .feature-icon img {
  transform: rotate(45deg);
  transition: 0.5s;
}

.feature-single-box:hover .feature-icon img {
  filter: brightness(0);
}

/*===========end-feature-section===============*/

/*===========start-feature-section===============*/
.features-single-box {
  background-image: url(../image/fea-1.png);
  padding: 0 40px;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: auto;
  height: 380px;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.features-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(229, 247, 78, 0.302);
  z-index: -1;
  transition: 0.5s;
}

.style1 {
  background-image: url(../image/fea-2.png);
}

.style2 {
  background-image: url(../image/fea-3.png);
}

.feature-sub-title h4 {
  font-size: 24px;
  font-family: "Raleway";
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 50px 0 17px;
}

.feature-sub-title p {
  font-size: 16px;
  font-family: "Inter";
  color: rgb(255, 255, 255);
  margin-bottom: 145px;
}

.button a {
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 12px 40px;
  border: none;
  transition: 0.5s;
  background-color: rgb(21, 20, 27);
  font-weight: 500;
}

.features-single-box:hover .section-button a {
  color: rgb(21, 20, 27);
  background-color: rgb(229, 247, 78);
  transition: 0.5s;
}

.features-single-box:hover::before {
  width: 100%;
}

/*===========end-feature-section===============*/

/*=============start-about-section================*/
.about-section {
  padding: 120px 0 120px;
}

.about-thumb {
  position: relative;
  z-index: 1;
}

.about-thumb::before {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 51%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}

.about-thumb::after {
  background: rgba(255, 255, 255, 0.7);
  bottom: 51%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 51%;
  opacity: 1;
}

.about-thumb:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.about-thumb:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.about-section .section-title h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.section-title p {
  font-size: 16px;
  color: rgb(30, 30, 30);
  margin: 20px 0 40px;
}

.section2-button p {
  font-size: 16px;
  color: rgb(21, 20, 27);
  margin-left: 45px;
  overflow: hidden;
}

.section2-button span {
  font-size: 25px;
  display: inline-block;
}

.about-content ul li {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
}

.about-content ul li span {
  font-size: 12px;
  display: inline-block;
  background: rgba(21, 20, 27, 0.8);
  color: rgb(229, 247, 78);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 7px;
}

.style-btn a {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(36, 36, 36);
  transition: 0.5s;
  font-weight: 500;
}

.style-btn span {
  font-size: 20px;
  display: inline-block;
  transform: rotate(310deg);
  margin-left: 5px;
  transition: 0.5s;
}

.style-btn a:hover {
  color: rgb(36, 36, 36);
}

.section-button:hover span {
  transform: rotate(0deg);
  position: relative;
  top: 2px;
}

/*=============end-about-section================*/

/*=============start-marquree-section================*/

.marquee-section {
  position: relative;
  background-color: rgb(36, 36, 36);
  padding: 90px 0;
  z-index: 1;
}

.marquee-section .inner-container {
  max-width: 1812px;
  margin: 0 auto;
}

.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0px;
}

.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
  position: relative;
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}

.marquee-section .marquee-block .content-box .title {
  margin: 0;
}

.marquee-section .marquee-block .content-box .title a {
  font-size: 99.45px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -1px 0 rgb(229, 247, 78), 0 1px rgb(229, 247, 78),
    1px 0 rgb(229, 247, 78), 0 -1px rgb(229, 247, 78);
}

h6.title i {
  font-size: 30px;
  display: inline-block;
  margin: 0 55px;
  position: relative;
  bottom: 45px;
  text-shadow: -1px 0 rgb(229, 247, 78), 0 1px rgb(229, 247, 78),
    1px 0 rgb(229, 247, 78), 0 -1px rgb(229, 247, 78);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/*=============end-marquree-section================*/

/*===========start-service-section===============*/
.service-section {
  background-color: rgb(240, 240, 240);
  padding: 115px 0;
}

.service-single-box {
  background-image: url(../image/ser.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 38px 40px;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.style3 {
  background-image: url(../image/ser-2.png);
}

.style4 {
  background-image: url(../image/ser-3.png);
}

.style7 {
  background-image: url(../image/ser-4.png);
}

.style8 {
  background-image: url(../image/ser-5.png);
}

.style9 {
  background-image: url(../image/ser-6.png);
}

.service-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(21, 20, 27, 0.6);
  transition: 0.5s;
  z-index: -1;
}

.service-icon {
  background-color: rgb(21, 20, 27);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  margin: 0px 0 60px 20px;
  transform: rotate(45deg);
  transition: 0.5s;
}

.service-icon img {
  transform: rotate(-45deg);
  transition: 0.5s;
}

.section-title h4 a {
  font-size: 24px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.417;
  width: 80%;
}

.service-disc p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0;
}

.service-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.service-button a span {
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
  transform: rotate(310deg);
  transition: 0.5s;
}

.service-button {
  position: relative;
}

.service-btn {
  text-align: center;
}

.service-btn a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgb(21, 20, 27);
  padding: 14px 35px;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
  z-index: 1;
}

.service-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 50%;
  height: 100%;
  width: 0%;
  background-color: rgb(229, 247, 78);
  transform: translate(50%, 0) skew(25deg);
  transition: 0.5s;
  border-radius: 3px;
  z-index: -1;
}

.service-btn a span {
  font-size: 20px;
  display: inline-block;
  margin-left: 3px;
  transform: rotate(310deg);
  transition: 0.5s;
}

.service-single-box:hover:before {
  width: 100%;
}

.service-single-box:hover .service-icon {
  background-color: rgb(229, 247, 78);
  transform: rotate(315deg);
}

.service-single-box:hover .service-icon img {
  filter: brightness(0);
  transform: rotate(45deg);
  transition: 0.5s;
}

.service-single-box:hover .service-button a {
  color: rgb(229, 247, 78);
}

.service-single-box:hover .service-button a span {
  transform: rotate(0deg);
  top: 1px;
  position: absolute;
}

.service-btn a:hover:before {
  width: 120%;
}

.service-btn a:hover {
  color: rgb(21, 20, 27);
}

.service-btn a:hover span {
  transform: rotate(0deg);
  position: relative;
  top: 3px;
  transition: 0.5s;
}

/*===========end-service-section===============*/

/* ============start-event-section=============== */

.latest-event-section {
  padding: 110px 0 90px;
}

.latest-event-section .event-content h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.event-single-box {
  position: relative;
  margin-bottom: 30px;
}

.event-thumb {
  position: relative;
  margin-bottom: 30px;
}

.event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(229, 247, 78, 0.302);
  z-index: 1;
  transition: 0.5s;
}

.event-thumb img {
  width: 100%;
}

.event-content p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.event-content {
  position: absolute;
  left: 30px;
  top: 535px;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.style5 {
  top: 200px;
}

.event-single-box:hover:before {
  width: 100%;
}

.event-single-box:hover .event-content {
  opacity: 1;
  transition: 0.5s;
}

.latest-two-section {
  padding: 60px 0 90px;
}

.latest-two-section .event-content h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.latest-two-section .event-content p {
  font-size: 14px;
}

.latest-two-section .style5 {
  top: 187px;
}

.latest-two-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latest-two-section .event-single-box:hover:before {
  width: 100%;
}

.latest-three-section .event-single-box,
.latest-three-section .event-thumb {
  margin: 0;
}

.latest-three-section .event-content h4 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}

.latest-three-section .style5 {
  top: 250px;
}

.latest-three-section .event-thumb img {
  width: auto;
}

.latest-three-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latest-three-section .event-single-box:hover:before {
  width: 100%;
}

.latest-three-section .event-content p {
  color: rgb(229, 247, 78);
}

/* ============end-event-section=============== */

/* ============start team-Area Css=============== */
.team-section {
  background-color: rgb(240, 240, 240);
  padding: 110px 0 115px;
}

.team-single-box {
  text-align: center;
  padding: 20px;
  transition: 0.5s;
  background-color: rgb(240, 240, 240);
  border: 2px solid rgb(199 199 199);
  margin-bottom: 30px;
  z-index: 1;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb img {
  width: 100%;
}

.team-content {
  background: rgb(30, 30, 30);
  padding: 15px 0 40px;
}

.team-content h4 {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.team-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 20px;
  transition: 0.5s;
}

.team-social ul li {
  display: inline-block;
  margin: -4px;
}

.team-social ul li a {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(229, 247, 78);
  border-radius: 100%;
  transition: 0.5s;
  background-color: rgba(229, 247, 78, 0.149);
}

.team-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  background-color: rgba(229, 247, 78, 0.302);
  transition: 0.5s;
}

.style6 a {
  color: rgb(30, 30, 30);
  background-color: rgb(229, 247, 78);
  font-weight: 500;
}

.team-single-box:hover .team-thumb::before {
  width: 100%;
}

.team-social ul li a:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(229, 247, 78);
}

.team-single-box:hover .team-content h4 {
  color: rgb(229, 247, 78);
}

.style6 a:hover {
  background-color: rgb(30, 30, 30);
}

/* ============end team-Area Css=============== */

/* ============start-testi-section=============== */

.testimonial-section {
  background-image: url(../image/tes-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 175px;
}

.single-testimonial {
  text-align: center;
}

.testimonial-icon {
  text-align: -webkit-center;
}

.testimonial-thumb {
  text-align: -webkit-center;
}

.testimonial-disc p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  width: 62%;
  margin: 55px auto 52px;
  text-align: center;
}

.testimonial-content h4 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 30px;
}

.testimonial-content span {
  font-size: 16px;
}

.testimonial-section .owl-dots {
  position: absolute;
  left: 48%;
  top: 475px;
  border-radius: 100%;
}

.testimonial-section .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.302);
  border-radius: 50%;
  transition: 0.5s;
}

.testimonial-section .owl-dot.active {
  background: rgb(229, 247, 78);
  width: 20px;
  height: 10px;
  border-radius: 20px;
}

/* ============end testi-Area Css=============== */

/* ============start blog-Area Css=============== */

.blog-section {
  padding: 100px 0 90px;
}

.blog-single-box {
  background-color: rgb(240, 240, 240);
  margin-bottom: 30px;
  transition: 0.5s;
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-box {
  padding: 30px 0px 20px 35px;
}

.blog-content h4 a {
  font-size: 22px;
  display: inline-block;
  color: rgb(21, 20, 27);
  font-weight: bold;
  transition: 0.5s;
}

.blog-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  width: 85%;
  margin: 14px 0 15px;
}

.blog-date {
  display: inline-block;
}

.blog-date p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0 10px 0 0;
}

.blog-date span {
  margin-right: 8px;
}

.blog-story {
  display: inline-block;
}

.blog-story p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0;
}

.blog-story span {
  margin-right: 8px;
}

.blog-video {
  display: inline-block;
  position: relative;
}

.blog-video p {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0 0 0 6px;
}

.blog-video p::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: rgba(21, 20, 27, 0.8);
}

.blog-single-box:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-single-box:hover .about-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.blog-single-box:hover .about-thumb::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.section-title h3 {
  font-size: 35px;
  color: rgb(21, 20, 27);
  font-weight: bold;
}

.section-item {
  display: inline-block;
  position: absolute;
  right: 30px;
}

.section-item input {
  color: rgb(21, 20, 27);
  border: 1px solid rgb(21, 20, 27);
  width: 50%;
  padding: 12px 30px;
  margin: 0;
}

.blog-forms {
  text-align: right;
}

.blog-forms input {
  height: 52px;
  width: 20%;
  padding: 0 30px;
}

.blog-form-field p input::placeholder {
  color: rgb(133, 133, 133);
}

/* ============end blog-Area Css=============== */

/* ============start brand-Area Css=============== */

.brand-section {
  background-color: rgb(240, 240, 240);
  padding: 120px 0;
}

.brand-thumb {
  text-align: -webkit-center;
  position: relative;
  overflow: hidden;
}

.brand-section .owl-nav {
  position: absolute;
  top: 50px;
  left: -50px;
}

.brand-section .owl-prev i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.brand-section .owl-next i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
}

.brand-section .owl-next {
  position: absolute;
  left: 86rem;
  top: 0;
}

.brand-section .owl-prev i:hover {
  background-color: rgb(229, 247, 78);
  border: 1px solid rgb(229, 247, 78);
}

.brand-section .owl-next i:hover {
  background-color: rgb(229, 247, 78);
  border: 1px solid rgb(229, 247, 78);
}

/* ============end brand-Area Css=============== */

/* ============start footer-Area Css=============== */

.footer-area {
  background-image: url(../image/foot-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 30px;
  position: relative;
}

.subscribe-title h2 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  margin: 0;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  width: 100%;
  padding: 17px 20px;
  position: relative;
  border-radius: 30px;
  color: #202020;
}

.subscribe-form input::placeholder {
  color: rgba(21, 20, 27, 0.6);
}

.subscribe-form button {
  position: absolute;
  right: 12px;
  border: none;
  top: 5px;
  padding: 12px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: rgb(21, 20, 27);
  background-color: rgb(229, 247, 78);
  font-weight: 500;
}

.footer-disc p {
  font-size: 16px;
  width: 101%;
  margin: 40px 0 50px;
  color: rgba(255, 255, 255, 0.722);
}

.footer-icon ul li {
  display: inline-block;
  margin-right: 8px;
  transition: 0.5s;
}

.footer-widget-contact {
  margin-bottom: 30px;
}

.footer-widget-title h4 {
  font-size: 24px;
  position: relative;
  color: rgb(255, 255, 255);
  margin: 0 0 40px;
  z-index: 1;
}

.rpost-thumb a img {
  margin-bottom: 20px;
}

.rpost-content h5 {
  color: rgb(255, 255, 255);
  margin: 0;
}

.rpost-content h5 a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 500;
  transition: 0.5s;
}

.footer-area .rcomment {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
}

.rpost-content h5 a:hover {
  color: rgb(229, 247, 78);
}

.rpost-thumb span {
  font-size: 16px;
  display: inline-block;
  color: rgb(229, 247, 78);
  background-color: rgba(229, 247, 78, 0.149);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-bottom-content p {
  font-size: 16px;
  color: rgb(229, 247, 78);
  text-align: center;
}

.footer-widget-title h4::before {
  position: absolute;
  content: "";
  top: 38px;
  left: 0;
  height: 2px;
  width: 55px;
  background-color: rgb(229, 247, 78);
}

.footer-bottom-content span {
  color: rgb(229, 247, 78);
}

.footer-widget-content {
  margin-bottom: 30px;
}

.footer-widget-menu ul li span {
  color: rgb(255, 255, 255);
  display: inline-block;
  margin-right: 7px;
}

.footer-widget-gallery a img {
  margin: 0 2px 8px 0;
}

.footer-widget-menu ul li a:hover {
  color: rgb(229, 247, 78);
}

.footer-icon ul li a:hover {
  background-color: rgb(229, 247, 78);
}

/*--=============end footer-section==============--*/

/*--=============curser==============--*/

.curser {
  position: fixed;
  /* mix-blend-mode: difference; */
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(229, 247, 78);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  /* mix-blend-mode: difference; */
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgb(229, 247, 78);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/*
<!-- ========================================-->
<!--Start Breadcumb Area-->
<!-- ========================================-->*/

.breadcumb-area {
  background: url(../image/breadcumb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 200px 0 200px;
  text-align: center;
}

.breadcumb-title h1 {
  font-size: 55px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 12px;
}

.breadcumb-content-menu ul li {
  display: inline-block;
}

.breadcumb-content-menu ul li a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.breadcumb-content-menu ul li span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: inline-block;
}

/*
<!-- ========================================-->
     <!--Start-inner-pricing-section-->
<!-- ========================================-->*/

.pricing-section {
  padding: 105px 0;
}

.pricing-title h2 {
  margin-bottom: 60px;
}

.pricing-single-box {
  text-align: center;
  background-color: rgb(240, 240, 240);
  padding-bottom: 45px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.pricing-box {
  background-color: rgb(21, 20, 27);
  padding: 50px 0 30px;
  transition: 0.5s;
}

.pricing-head p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 10px 0 22px;
  transition: 0.5s;
}

.currency {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.tk {
  font-size: 50px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  transition: 0.5s;
}

.price-mon {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.pricing-head h3 {
  font-size: 20px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 40px 0 15px;
}

.pricing-boody ul li {
  font-size: 16px;
  color: rgb(21, 20, 27);
  margin-bottom: 12px;
}

.pricing-boody ul li i {
  display: inline-block;
  margin-right: 2px;
}

.pricing-single-box:hover .pricing-head p,
.pricing-single-box:hover .currency,
.pricing-single-box:hover .tk,
.pricing-single-box:hover .price-mon {
  color: rgb(21, 20, 27);
}

.pricing-single-box:hover .pricing-box {
  background: rgb(229, 247, 78);
}

.pricing-single-box:hover .pricing-icon img {
  filter: brightness(0);
}

/*============end-pricing-section====================*/

/*============start-vent-section====================*/
.club-comunity-section {
  background-image: url(../image/cl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.club-comunity-section .section-title h2 {
  font-size: 45px;
  color: rgb(255, 255, 255);
  width: 50%;
  margin: 0 auto 0;
}

.club-comunity-section .section-title h2 span {
  font-size: 55px;
  display: inline-block;
}

.club-comunity-section .section-title p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 25px auto 40px;
  width: 62%;
}

.club-comunity-section .style span {
  color: rgb(229, 247, 78);
}

/*============end-event-section====================*/

/*============start-about-two-section====================*/

.about-two-section {
  padding: 170px 0 50px;
}

.about-two-section .section-title h2 {
  font-size: 45px;
  color: rgb(21, 20, 27);
  margin: 0px;
}

.about-two-section .section-title h2 span {
  display: inline-block;
  font-weight: 800;
}

.about-two-section .section-title h4 {
  font-size: 18px;
  margin: 0;
}

.section-title h4 span {
  margin-right: 7px;
}

.barfiller {
  width: 100%;
  height: 5px;
  position: relative;
  margin-bottom: 27px;
  margin-top: 12px;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -30px;
  font-weight: 700;
  color: rgb(21, 20, 27);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.fill {
  background-color: rgb(21, 20, 27) !important;
}

.barfiller:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ddd;
  top: 9px;
}

.prossess-ber-plugin span {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

.abouts-thumb {
  position: relative;
  z-index: 1;
}

.abouts-thumb::before {
  position: absolute;
  content: "";
  top: -62px;
  left: 225px;
  height: 630px;
  width: 100%;
  background: rgb(229, 247, 78);
  z-index: -1;
}

.abouts-content p {
  font-size: 16px;
  color: rgb(21, 20, 27);
  position: absolute;
  right: -130px;
  padding: 5px 15px;
  top: 230px;
  background: #fff;
  font-weight: bold;
  z-index: 1;
  transform: rotate(270deg);
}

/*============end-about-two-section====================*/

/*============start-about-section====================*/

.about-three-section {
  padding: 90px 0;
}

.about-three-section .section-title h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.about-three-section .rpost-thumb span {
  color: rgb(229, 247, 78);
  background-color: rgb(21, 20, 27);
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 5px;
}

.about-three-section .rpost-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin: 0;
}

.about-three-section .section-title p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin: 40px 0 0;
}

/*============end-about-section====================*/

/*============start-latest-two-section-section====================*/

.sec-bg {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 115px 0 95px;
}

.latest-two-section .section-title h3 {
  font-size: 45px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 0 0 25px;
}

.about-disc p {
  font-size: 18px;
  color: rgba(21, 20, 27, 0.8);
  font-weight: bold;
}

.google-map iframe {
  width: 100%;
  height: 245px;
}

/*============end-latest-two-section-section====================*/

/*============start-latests-event-section====================*/

.latests-event-section {
  position: relative;
  margin-top: -100px;
}

.latests-event-section .event-content h4 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 25px;
}

.latests-event-section .event-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  width: 90%;
}

.latests-event-section .service-button {
  position: absolute;
  top: 330px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.latests-event-section .service-button a {
  color: rgb(229, 247, 78);
}

.latests-event-section .style5 {
  top: 160px;
}

.latests-event-section .event-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(21, 20, 27);
  opacity: 0.7;
}

.latests-event-section .event-single-box:hover:before {
  width: 100%;
}

.event-single-box:hover .service-button {
  opacity: 1;
}

.events-single-box {
  position: relative;
  background-color: rgb(21, 20, 27);
  padding: 0 0 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.events-content {
  padding-left: 35px;
}

.events-content h4 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.5s;
}

.events-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.events-single-box:hover .events-content h4 {
  color: rgb(229, 247, 78);
}

.video-icon {
  position: absolute;
  top: 580px;
  right: 410px;
  z-index: 1;
}

.video-vemo-icon {
  display: inline-block;
  text-align: center;
  position: relative;
  background: #fff;
  height: 60px;
  width: 60px;
  top: 50%;
  font-size: 18px;
  line-height: 60px;
  color: rgb(21, 20, 27) !important;
  border-radius: 100%;
  transition: 0.5s;
}

.events-single-box:hover .about-thumb::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.events-single-box:hover .about-thumb::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

/*============end-latests-event-section====================*/

/*============start-contact-section==============*/

.contact-section {
  padding: 105px 0 0px;
}

.section-title h3 {
  font-size: 28px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  width: 70%;
}

.contact-two-section {
  padding: 35px 0 35px;
}

.contact-content h4 {
  font-size: 20px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
}

.contact-icon {
  float: left;
}

.contact-content {
  margin-left: 35px;
}

.bg-up {
  background-color: rgb(240, 240, 240);
  padding: 80px 90px 85px;
}

.contacts-section .section-title p {
  font-size: 16px;
  color: rgb(30, 30, 30);
  margin: 25px 0 50px;
}

.form-box input {
  width: 100%;
  height: 54px;
  border: 1px solid #ced3d9;
  padding: 6px 20px;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: 500;
}

.form-box input::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

.form-box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #ced3d9;
  height: 250px;
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
  border-radius: 5px;
}

.form-box textarea::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

.form-button button {
  font-size: 16px;
  padding: 14px 55px;
  background-color: rgb(229, 247, 78);
  border: none;
  text-transform: uppercase;
  font-weight: 500;
}

.google-map-section {
  padding: 60px 0 40px;
}

.google-map-section .google-map iframe {
  width: 100%;
  height: 600px;
}

/*============end-contact-section==============*/

/*==============start-blog-details-section===============*/

.blog-details-section {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 120px 0;
}

.blog-single-details {
  margin-bottom: 30px;
  transition: 0.5s;
  padding: 0;
}

.blog-details-thumb img {
  width: 100%;
}

.blogs-content h4 a {
  font-size: 30px;
  color: rgb(30, 30, 30);
  display: inline-block;
}

.blog-content h4 {
  font-size: 30px;
  color: rgb(30, 30, 30);
  margin: 3px 0 0;
}

.blogs-content p {
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  width: 100%;
  margin: 30px 0 48px;
}

blockquote {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  color: rgba(21, 20, 27, 0.8);
  font-weight: bold;
  padding: 10px 20px 5px;
  margin-bottom: 50px;
  border-left: 7px solid rgb(229, 247, 78);
}

.blog-details-inner h3 {
  font-size: 30px;
  margin: 20px 0 10px;
}

.blog-details-section .blog-single-box {
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
  transition: 0.5s;
}

.blog-details-section .owl-nav {
  position: absolute;
  top: -85px;
  right: 65px;
}

.blog-details-section .owl-prev i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.blog-details-section .owl-next i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.blog-details-section .owl-next {
  position: absolute;
  left: 50px;
  top: 0;
}

.blog-leave-title h3 {
  font-size: 30px;
  color: rgb(30, 30, 30);
}

.blog-leave-title p {
  position: relative;
  font-size: 16px;
  color: rgba(21, 20, 27, 0.8);
  margin-top: 35px;
  margin-left: 30px;
}

.blog-details-section .form-button button {
  font-size: 12px;
  color: rgb(21, 20, 27);
  font-weight: 500;
}

.blog-leave-title p::before {
  background-color: rgb(255, 255, 255);
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  border-bottom: 1px solid rgb(21, 20, 27);
}

.blog-list-left {
  margin-bottom: 50px;
}

.blog-form-field {
  display: block;
  position: relative;
  width: 90%;
}

.blog-list-left input[type="email"] {
  padding: 12px 25px;
  border: 1px solid #c4c4c4;
  width: 57% !important;
  background-color: transparent;
}

.blog-list-left input::placeholder {
  color: rgba(21, 20, 27, 0.502);
}

p.blog-submit-button {
  position: absolute;
  right: 120px;
  top: 120px;
}

.blog-list-left input[type="submit"] {
  color: #fff;
  border: 1px solid rgb(21, 20, 27);
  background: rgb(21, 20, 27);
  padding: 12px 28px;
}

.single-widget-item h2 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
}

.recent-post-item ul li a {
  display: block;
  color: #0d0e14;
  transition: 0.5s;
}

.single-blog-list {
  margin-bottom: 45px;
}

.recent-post-item ul li {
  margin-bottom: 16px;
  color: rgba(21, 20, 27, 0.8);
  background: transparent;
}

.recent-post-title h3 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  position: relative;
}

.recent-post-title h3::before {
  position: absolute;
  content: "";
  top: 34px;
  left: 0;
  width: 55px;
  height: 2px;
  background-color: rgb(21, 20, 27);
}

.blog-details-section .rpost-thumb a img {
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

.rpost-content h4 {
  margin: 0;
}

.rpost-content h4 a {
  font-size: 15px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}

.blog-details-section .rpost-content span {
  font-size: 14px;
  color: rgba(21, 20, 27, 0.8);
  padding: 5px 0 0;
  display: inline-block;
}

.sidebar-title h4 {
  font-size: 24px;
  color: rgb(21, 20, 27);
  font-weight: bold;
  margin: 40px 0 38px;
}

.tag-item ul li {
  display: inline-block;
}

.tag-item a {
  font-size: 14px;
  background: transparent;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 5px;
  color: #101010;
  transition: 0.5s;
  border-radius: 3px;
  position: relative;
  border: 1px solid #929292;
  z-index: 1;
}

.tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(229, 247, 78);
  border-radius: 3px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.tag-item a:hover:before {
  transform: scale(1);
}

/*==============end-blog-details-section===============*/

/*============start-service-details-section====================*/
.service-details-section {
  position: relative;
  background-color: rgb(240, 240, 240);
  padding: 120px 0;
}

.service-details-section .rpost-thumb a img {
  margin-right: 12px;
}

.service-details-section .owl-nav {
  position: absolute;
  top: -85px;
  right: 65px;
}

.service-details-section .owl-prev i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.service-details-section .owl-next i {
  font-size: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.service-details-section .owl-next {
  position: absolute;
  left: 50px;
  top: 0;
}

/* Calendar css */
.wrapper {
  width: 100%;
  background: var(--text-color-white);
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.wrapper .current-month {
  display: flex;
  align-items: center;
  padding: 0 30px 0;
  justify-content: space-between;
  margin-bottom: 20px;
}

.current-month p {
  color: rgb(21, 20, 27);
}

.icons span {
  display: inline-block;
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}

.icons span:last-child {
  margin-right: -10px;
}

.icons span:hover {
  background: #f2f2f2;
}

.icons span {
  background: #f2f2f2;
  transition: 0.5s;
}

.icons span:hover {
  background-color: rgb(252, 72, 42);
}

.icons span i {
  font-size: 16px;
}

.current-date {
  font-size: 18px;
  font-weight: 500;
}

.calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}

.calendar li {
  color: #333;
  width: calc(100% / 7);
  font-size: 16px;
  margin: 10px 0;
}

.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}

.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.days li.inactive {
  color: #aaa;
  transition: 0.5s;
}

.days li.active {
  color: white;
}

.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.days li.active::before {
  background-color: rgb(229, 247, 78);
}

.days li:not(.active):hover::before {
  background: #f2f2f2;
}

/*============end-service-details-section====================*/

/*=================== Loader Css================*/

.containers {
  background: #ffffff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text h3 {
  color: rgb(36, 36, 36);
  font-size: 24px;
  letter-spacing: 1px;
}
.loader {
  width: 25%;
}
.loader .load-box {
  width: 100%;
  height: 20px;
  border: 2px solid rgb(229, 247, 78);
  border-radius: 15px;
  padding: 1px;
}
.loader .load-box .load {
  background: rgb(229, 247, 78);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  animation: animate 2s linear forwards;
}
@keyframes animate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*==================Scrollup Button Section==================*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: rgb(229, 247, 78);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: rgb(229, 247, 78);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: rgb(229, 247, 78);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*dark-button css*/

.darkmode .light-btn {
  stroke: rgb(229, 247, 78);
  padding-left: 6px;
}

.light-btn {
  background-color: rgb(229, 247, 78);
  position: fixed;
  z-index: 9999;
  top: 130px;
  right: 0;
  height: 40px;
  width: 50px;
  border-radius: 20px 0 0 20px;
  line-height: 40px;
}

.light-btn > button i:first-child {
  font-size: 22px;
  display: none;
  transition: 0.5s;
}

.darkmode .light-btn button i:first-child {
  display: block;
  color: #fff !important;
}

.light-btn button i:last-child {
  font-size: 34px;
  transition: 0.5s;
  display: block;
  margin-top: 1px;
}

.light-btn button {
  background: transparent;
  border: 0;
}

.darkmode .light-btn button i:last-child {
  display: none;
}
