/*===============================================
Template Name: dream-hub - SEO Marketing Agency HTML5 Template
Author:  https://Templatemostar.net/author/drtheme
Description: Description
Version: 1.0.0
Text Domain: dream-hub
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. dream-hub Header Top Menu Area Css
02. dream-hub Nav Menu Area Css 
03. dream-hub Slider Area Css
04. dream-hub Section Title Css
05. dream-hub Service Area css
06. dream-hub About Area Css
07. dream-hub Counter Area Css
08. dream-hub Case Study Area Css
09. dream-hub Testimonial Area Css
10. dream-hub Process Area Css
11. dream-hub Team Area Css
12. dream-hub Faq Area Css
13. dream-hub Brand Section Css
14. dream-hub Call Do Section Css
15. dream-hub Form Box Css
16. dream-hub Skill Area Css
17. dream-hub Blog Area Css
18. dream-hub footer Area Css
19. dream-hub Subscribe Area Css
20. dream-hub Lines CSS
21. dream-hub Prossess Ber Css
22. dream-hub Scrollup Section
23. dream-hub Bounce Animation Css 
24. dream-hub Animation Dance
25. dream-hub Breadcumb Area Css
26. dream-hub abouts_areas Css
27. dream-hub Feture-Area Css
28. dream-hub Pricing Section Css
29. dream-hub Web Development Section CSS
30. dream-hub Contact  US Css
31. dream-hub Blog Sidber Widget CSS
32. dream-hub Case Study Details Css
33. dream-hub Search Box Css
34. dream-hub Loader Css
=======================*/

/*================================
<--  dream-hub Nav Menu Area Css -->
==================================*/

.dream-hub_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 70px 0;
  margin-bottom: -95px;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -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);
  background: #ffffff !important;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .dream-hub_menu > ul > li > a {
  color: #101210;
}

.sticky .header-button a {
  background: #00cc99;
}

.sticky .header-button a i {
  color: #fff;
}

/* dream-hub Menu Css*/
nav.dream-hub_menu {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
  margin-left: 420px;
}

.dream-hub_menu ul {
  list-style: none;
  display: inline-block;
}

.dream-hub_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.dream-hub_menu > ul > li > a {
  font-size: 16px;
  display: inline-block;
  margin: 35px 16px;
  transition: 0.5s;
  color: #233253;
  position: relative;
  z-index: 1;
}

nav.dream-hub_menu span {
  font-size: 11px;
  padding-left: 5px;
  font-family: FontAwesome;
  opacity: 0.5;
}

.dream-hub_menu > ul > li > a:hover {
  color: #00cc99;
}

.dream-hub_menu > ul > li > a:before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  height: 1px;
  width: 0;
  background: #00cc99;
  transition: 0.5s;
}

.dream-hub_menu > ul > li > a:hover:before {
  width: 100%;
  left: 0;
}

/*menu button*/

.header-button {
  display: inline-block;
  float: right;
  margin-top: 20px;
}

.header-button a {
  font-size: 17px;
  padding: 12px 30px;
  font-weight: 500;
  color: #fff;
  background: #00cc99;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #101010;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a i {
  padding-right: 5px;
  position: relative;
  top: 3px;
  color: #101010;
  transition: 0.5s;
}

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

.header-button a:hover i {
  color: #fff;
}

/*Style Two Nav Menu*/

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

.style-two .dream-hub_menu > ul > li > a {
  color: #fff;
}

/*style two btn*/

.style-two .header-button a {
  background: rgba(16, 18, 16, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
  color: #bbf737;
}

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

.dream-hub_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  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;
  border-top: 2px solid #00cc99;
  opacity: 0;
}

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

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

.dream-hub_menu ul .sub-menu li a {
  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;
}

.dream-hub_menu ul .sub-menu li:hover > a,
.dream-hub_menu ul .sub-menu .sub-menu li:hover > a,
.dream-hub_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.dream-hub_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #00cc99;
  color: #fff !important;
}

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

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

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

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

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

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

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

ul.sub-menu li a span {
  background: #00cc99;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  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 
====================*/

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

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

.dream-hub_menu li a:hover:before {
  width: 101%;
}

.dream-hub_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.dream-hub_nav_manu.sticky .main_sticky {
  display: inherit;
}

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

/*
<!-- ============================================================== -->
<!-- Start dream-hub Slider Section Css -->
<!-- ============================================================== -->*/

.hero-section {
  background: url(../images/slider/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1000px;
}

.hero-content h5 {
  color: #00cc99;
  display: inline-block;
  font-weight: 700;
  padding: 11px 30px;
  background-color: rgba(0, 204, 153, 0.1);
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 62px;
  font-weight: 900;
  line-height: 45px;
  color: #101210;
  font-weight: bold;
}

.hero-content h1 span {
  color: #00cc99;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.6;
  margin: 25px 0 30px;
}

.hero-button a {
  font-size: 16px;
  padding: 12px 38px 15px;
  background: #00cc99;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.hero-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #101210;
  transform: scale(0);
  transition: 0.5s;
}

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

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

.slider-all-shape {
  position: relative;
  z-index: 1;
}

.slider-shape {
  position: absolute;
  right: -165px;
  top: -33rem;
  animation: bounce 6.4s infinite;
}

.slider-shape-two {
  position: absolute;
  right: 23%;
  top: -170px;
  animation: bounce 7.4s infinite;
}

/*<!-- Start dream-hub section-title Css -->*/

.section-title {
  margin-bottom: 70px;
}

.section-title h5 {
  display: inline-block;
  color: #00cc99;
  font-size: 14px;
  padding: 11px 30px;
  background-color: rgba(0, 204, 153, 0.1);
  border-radius: 5px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}

.section-title h1 {
  font-size: 42px;
  font-weight: 600;
  color: #233253;
  line-height: 40px;
}

.section-title h1 span {
  color: #00cc99;
}

.section-title p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  padding: 25px 0 0;
}

/*<!-- ============================================================== -->
<!-- Start dream-hub Brand Section Css -->
<!-- ============================================================== -->*/

.brand-section {
  padding: 120px 0;
}

.row.brand {
  background-color: #ffffff;
  box-shadow: 0px 7px 15px rgba(7, 76, 190, 0.05);
  padding: 80px 50px;
  text-align: center;
  border-radius: 5px;
  margin-top: -210px;
}

/* .brand-thumb img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.5s;
} */

.brand-thumb img:hover {
  filter: none;
  opacity: 1;
}

/*<!-- ============================================================== -->
<!-- End dream-hub Brand Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub feature Section Css -->
<!-- ============================================================== -->*/

.feature-section {
  padding: 120px 0;
}

.single-feature-box {
  text-align: center;
  border: 1px solid #ebebfd;
  padding: 35px 30px 15px;
  border-radius: 5px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-feature-box:hover {
  border: 1px solid transparent;
  box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}

.single-feature-box.upper .feature-icon i {
  color: #00cc99;
  background-color: #27ae6026;
}

.single-feature-box.upper:hover {
  border: 1px solid transparent;
  box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}

.single-feature-box.upper2 .feature-icon i {
  color: #ff4802;
  background-color: #ff480226;
}

.single-feature-box:hover {
  border: 1px solid transparent;
  box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}

.feature-content h3 {
  color: #233253;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0 10px;
  transition: 0.5s;
}

.feature-content h3:hover {
  color: rgba(119, 122, 242, 1);
}

.upper .feature-content h3:hover {
  color: #00cc99;
}

.upper2 .feature-content h3:hover {
  color: #ff4802;
}

.feature-icon i {
  display: inline-block;
  color: rgba(119, 122, 242, 1);
  font-size: 36px;
  height: 86px;
  width: 86px;
  line-height: 80px;
  text-align: center;
  background: rgba(119, 122, 242, 0.15);
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  transition: 0.5s;
}

/*<!-- ============================================================== -->
<!-- End dream-hub feature Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub about-section Section Css -->
<!-- ============================================================== -->*/

.about-section {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.about-shape {
  position: absolute;
  left: 60px;
  top: 130px;
  animation: bounce 5.4s infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}

.about-shape2 {
  position: absolute;
  left: 28%;
  bottom: 3%;
  animation: movebounce1 5s infinite;
}

@keyframes movebounce1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

p.desc {
  width: 84%;
}

.about-button {
  padding-top: 34px;
}

.about-button a {
  background: #00cc99;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.about-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #101210;
  transform: scale(0);
  transition: 0.5s;
}

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

/*<!-- ============================================================== -->
<!-- End dream-hub about-section Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub about-two Section Css -->
<!-- ============================================================== -->*/

.about-section2 {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.about2-shape {
  position: absolute;
  right: 33%;
  top: 21%;
  animation: bounce 5.4s infinite;
}

.about2-shape img {
  width: 90%;
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}

.about2-shape2 {
  right: 17%;
  bottom: 0px;
  position: absolute;
  animation: movebounce 5s infinite;
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*<!-- ============================================================== -->
<!-- End dream-hub about-two Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub process Section Css -->
<!-- ============================================================== -->*/

.process-section {
  padding: 120px 0 0;
}

.process-thumb img {
  margin-left: -70px;
}

.process-content {
  margin-top: -45px;
}

.process-icon {
  padding-right: 12px;
}

.process-icon i {
  display: inline-block;
  background-color: #ff480226;
  fill: #ec586c;
  color: #ec586c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border-radius: 50px;
}

.process-description p {
  width: 65%;
  margin: -40px 55px 25px;
}

.process-icon.left i {
  background-color: #00cc9926;
  fill: #00cc99;
  color: #00cc99;
}

.process-icon.up i {
  background-color: #777af226;
  fill: #777af2;
  color: #777af2;
}

/*<!-- ============================================================== -->
<!-- End dream-hub process Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub about-us Section Css -->
<!-- ============================================================== -->*/

.about-us-section {
  padding: 120px 0 135px;
  position: relative;
  z-index: 1;
}

p.desc.left {
  width: 88%;
}

.about-us-button {
  padding-top: 34px;
}

.about-us-button a {
  background: #00cc99;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.about-us-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #101210;
  transform: scale(0);
  transition: 0.5s;
}

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

.about-us-shape {
  position: absolute;
  right: 20%;
  top: 25%;
  animation: movebounce0 6s infinite;
}

@keyframes movebounce0 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.about-Us-shape2 {
  position: absolute;
  right: 32%;
  bottom: 94px;
  animation: movebounce0 6s infinite;
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*<!-- ============================================================== -->
<!-- End dream-hub about-us Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub contact Section Css -->
<!-- ============================================================== -->*/

.row.upper {
  background: url(../images/resource/call-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 10px 25px rgba(7, 76, 190, 0.05);
  padding: 60px 55px 0px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.contact-content {
  padding-left: 45%;
}

.contact-icon i {
  color: #00cc99;
  font-size: 45px;
}

p.contact-desc {
  color: #00cc99;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

h3.contact-title {
  color: #233253;
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-icon {
  float: left;
  padding: 20px 35px 0px 0px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub footer Section Css -->
<!-- ============================================================== -->*/
.footer-section {
  background: #e6fff9;
  padding: 100px 0 15px;
  margin-top: -145px;
}

.footer-widget-text h3 {
  font-size: 22px;
}

.footer-widget-description p {
  color: #777777;
  font-weight: normal;
  width: 78%;
  line-height: 22px;
  padding: 45px 0 8px;
}

.footer-widget-title h3 {
  font-size: 22px;
}

.footer-widget-menu {
  padding-top: 45px;
}

.footer-widget-menu ul {
  list-style: none;
}

.footer-widget-menu ul li a {
  color: #777777;
  font-weight: normal;
  padding: 0 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.footer-widget-menu ul li a:hover {
  color: #00cc99;
}

.footer-widget-menu ul li span {
  color: #777777;
  font-weight: normal;
  padding: 0 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.row.up {
  border-top: 1px solid #ff48021a;
  margin-top: 25px;
}

.copyright-description {
  margin-top: 25px;
}

.copyright-description p {
  color: #777777;
  font-size: 15px;
}

.copyright-menu {
  margin-top: 25px;
}

.copyright-menu ul {
  list-style: none;
}

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

.copyright-menu ul li a {
  display: inline-block;
  color: #ffff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #00cc99;
  border-radius: 30px;
  text-align: center;
  margin: 0 2px 0;
  transition: 0.5s;
}

.copyright-menu ul li a:hover {
  background: #233253;
}

/*<!-- ============================================================== -->
<!-- End dream-hub footer Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Menu  Css -->
<!-- ============================================================== -->*/

.breadcumb-area {
  background: url(../images/resource/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 430px;
}

.breadcumb-title h1 {
  font-size: 55px;
  font-weight: 700;
  color: #233253;
  padding: 0 0 20px;
}

.breadcumb-container ul {
  list-style: none;
}

.breadcumb-container ul li {
  display: inline-block;
  color: #00cc99;
  font-size: 15px;
}

.breadcumb-container ul li a {
  display: inline-block;
  color: #777777;
  font-size: 15px;
}

.breadcumb-container ul li i {
  font-size: 12px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub breadcumb Menu Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub contact Menu Css -->
<!-- ============================================================== -->*/

.contact-area {
  padding: 120px 0;
}

.goolg-map iframe {
  width: 95%;
  height: 545px;
}

.contact-form-content h2 {
  color: #233253;
  font-size: 35px;
}

.contact-form-content h2 span {
  color: #00cc99;
}

.contact-form-content p {
  font-size: 16px;
  width: 76%;
  padding: 22px 0 38px;
}

.form-box input {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 0 20px 0;
}

.form-box textarea {
  border: 1px solid #dddd;
  width: 100%;
  height: 142px;
  padding: 12px 20px 0;
  border-radius: 5px;
}

.submit-button {
  margin-top: 20px;
}

.submit-button button {
  color: #ffff;
  background: #00cc99;
  display: inline-block;
  border-color: #00cc99;
  border: 1px solid #00cc99;
  padding: 7px 35px;
  border-radius: 5px;
  font-size: 16px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Menu Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/

.testimonial-section {
  padding: 120px 0;
}

.single-testimonial-box {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 33px 35px 35px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.single-testimonial-box.up {
  margin-top: 65px;
}

.testimonial-thumb {
  display: inline-block;
}

.testimonial-thumb img {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  margin-top: -30px;
  margin-right: 12px;
}

.testimonial-title {
  display: inline-block;
}

.testimonial-title h5 {
  color: #495089;
  font-size: 18px;
}

.testimonial-title h6 {
  color: #656ca1;
  font-size: 15px;
  margin: 8px 0 0;
  font-weight: 400;
}

.testimonial-description p {
  font-size: 15px;
  font-weight: 300;
  width: 91%;
  padding: 20px 0 12px;
  margin: 0;
}

.rating i.active {
  color: #00cc99;
}

/*<!-- ============================================================== -->
<!-- End dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub blog Section Css -->
<!-- ============================================================== -->*/

.blog-area {
  padding: 120px 0;
}

.single-blog-box {
  border: 1px solid #dddd;
  transition: 0.5s;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
}

.single-blog-box:hover {
  border: 1px solid transparent;
  box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}

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

.blog-thumb:before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  background: #0a0a0a;
  width: 0;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
  opacity: 0.1;
}

.blog-thumb:hover:before {
  width: 100%;
  left: 0;
  opacity: 0.3;
}

.blog-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-content {
  padding: 25px 35px 26px;
}

.blog-meta a {
  color: #616161;
  font-size: 15px;
  margin-right: 22px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.blog-meta a:before {
  position: absolute;
  content: "";
  right: -13px;
  height: 12px;
  top: 4px;
  width: 1px;
  background: #616161;
}

.blog-meta a:hover {
  color: #00cc99;
}

.blog-meta span {
  font-size: 15px;
}

.meta-title {
  margin-top: 6px;
}

.meta-title a {
  color: #0a0a0a;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
}

.meta-title a:hover {
  color: #00cc99;
}

h2.blog-title a {
  color: #101210;
  font-size: 35px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.blog-description.up p {
  font-size: 16px;
  text-align: left;
  display: inline-block;
  line-height: 27px;
  width: 104%;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
  padding: 24px 25px 25px;
  margin: 40px 0 40px;
  border-top: 1px solid rgba(16, 18, 16, 0.10196078431372549);
  border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
}

span.social-text {
  font-size: 17px;
  font-weight: 500;
  color: #101210;
}

ul.social-share {
  float: right;
}

ul.social-share li {
  display: inline-block;
  list-style: none;
}

ul.social-share li a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #f6f6f6;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #545654;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}

ul.social-share li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00cc99;
  border-radius: 3px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

ul.social-share li a:hover:before {
  transform: scale(1);
}

ul.social-share li a:hover {
  color: #101010;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub blog-list Css -->
<!-- ============================================================== -->*/

.widget_search {
  background: #ffff;
  padding: 45px 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 10px 57px rgba(7, 76, 190, 0.05);
}

.widget_search input::placeholder {
  color: #888f99;
}

.widget_search form input {
  display: inline-block;
  padding: 12px 75px;
  border: 1px dashed #ddd;
  border-radius: 30px;
  background: #ffff;
}

.widget_search form i {
  font-size: 17px;
  color: #00cc99;
  position: absolute;
  left: 75px;
  top: 65px;
}

.blog-details-box {
  margin-bottom: 30px;
}

.blog-details-content {
  padding: 35px 33px 35px;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  margin: -40px 42px 0;
}

.blog-details-meta-icon {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-content span {
  font-size: 17px;
  color: #888f99;
  font-weight: 400;
}

.blog-details-title h3 {
  font-size: 26px;
  color: #01101e;
  font-weight: 700;
  margin: 17px 0 10px;
}

.blog-details-description p {
  font-size: 17px;
  color: #888f99;
  font-weight: 400;
}

.travel-blog-button {
  margin-top: 22px;
}

.travel-blog-button a {
  font-size: 17px;
  color: #01adee;
  font-weight: 400;
  display: inline-block;
  border: 1px dashed #00cc99;
  padding: 10px 40px;
  border-radius: 5px;
}

.travel-blog-button a {
  font-size: 17px;
  color: #00cc99;
  font-weight: 400;
  display: inline-block;
  border: 1px dashed #00cc99;
  padding: 10px 25px;
  border-radius: 5px;
  transition: 0.5s;
}

.blog-details-content i {
  font-size: 17px;
  color: #01adee;
  font-weight: 400;
  margin-right: 5px;
  transition: 0.5s;
}

.travel-blog-button a:hover {
  background-color: #00cc99;
  color: #ffffff;
}

.travel-blog-button a:hover i {
  color: #ffffff;
}

.widget-sidebar-box {
  background: #ffff;
  padding: 30px 30px 45px;
  border-radius: 5px;
  border-bottom: 30px;
  box-shadow: 0px 10px 25px rgba(7, 76, 190, 0.05);
}

.sidebar-title {
  font-size: 24px;
  color: #01101e;
  font-weight: 700;
}

ul.sidebar-menu {
  list-style: none;
}

ul.sidebar-menu li a {
  font-size: 17px;
  color: #888f99;
  font-weight: 400;
  border: 1px dashed #888f99;
  display: inline-block;
  padding: 12px 0px 11px 0;
  border-radius: 30px;
  margin: 30px 0 0;
  width: 100%;
  transition: 0.5s;
}

ul.sidebar-menu li a i {
  color: #888f99;
  font-size: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border: 1px solid #888f99;
  border-radius: 15px;
  text-align: center;
  margin: 0 5px 0 22px;
  transition: 0.5s;
}

ul.sidebar-menu li a span {
  float: right;
  margin-right: 30px;
}

ul.sidebar-menu li a:hover {
  color: #00cc99;
}

ul.sidebar-menu li a i:hover {
  color: #00cc99;
  border-color: #00cc99;
}

.blog-details-single-box {
  text-align: center;
  background: #fff;
  margin: 35px 0;
  padding: 35px 0 35px;
  border-radius: 5px;
  box-shadow: 10px 10px 57px rgba(16, 84, 200, 0.05);
}

.blog-content.up {
  padding: 12px 0 0;
}

.blog-content.up a {
  font-size: 22px;
  font-weight: 600;
}

.blog-content p {
  font-size: 15px;
  line-height: 27px;
  color: #888f99;
  font-weight: 400;
  text-align: center;
  padding: 22px 0 12px;
}

.blog-details-icon a {
  font-size: 16px;
  color: #00cc99;
  display: inline-block;
  border: 1px dashed #00cc99;
  height: 40px;
  margin: 0 5px 0;
  transition: 0.5s;
  width: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
}

.blog-details-icon a:hover {
  background: #00cc99;
  color: #fff;
}

.widget-sidebar-box.up {
  background: #ffff;
  padding: 30px 30px 45px;
  border-radius: 5px;
  border-bottom: 30px;
}

.sidebar-title-left {
  font-size: 22px;
  color: #01101e;
  font-weight: 700;
  margin-bottom: 25px;
}

.tag-item {
  text-align: center;
}

.tag-item ul {
  list-style: none;
}

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

.tag-item ul li a {
  display: inline-block;
  padding: 5px 19px;
  border: 1px dashed #00cc99;
  font-size: 15px;
  color: #656970;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.tag-item ul li a:hover {
  color: #f1f5f9;
  background-color: #00cc99;
}

/*blog Post
================*/

.widget-sidebar-box2 {
  padding: 35px 40px 50px;
  background: #f6f6f6;
  margin-bottom: 30px;
  border-radius: 5px;
}

.rpost-title h4 {
  margin-top: 2px;
}

h4.sidebar-title {
  padding: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
}

h4.sidebar-title.upp {
  padding: 0 0 20px;
}

.widget-recent-post {
  border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
  padding: 0 0 25px;
  margin-bottom: 25px;
}

.rpost-title span {
  font-size: 15px;
  padding: 6px 0 0;
  display: inline-block;
}

.widget-recent-post.upper {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.rpost-thumb img {
  height: 90px;
  width: 90px;
  border-radius: 10px;
}

.rpost-thumb {
  margin-right: 20px;
}

.rpost-content h4 a {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #101010;
  display: inline-block;
  transition: 0.5s;
}

ul.sidebar-menu li {
  display: block;
  list-style: none;
  padding: 0 0 11px;
}

li.sidbr-mb {
  padding: 0 !important;
}

ul.sidebar-menu li a {
  color: #7b7b7b;
  transition: 0.5s;
}

ul.sidebar-menu li a i {
  font-size: 13px;
  display: inline-block;
}

.rpost-content h4 a:hover {
  color: #00cc99;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog-list Section  Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start dream-hub faqs Section  Css -->
<!-- ============================================================== -->*/

.faqs-section {
  padding: 120px 0;
}

.col-lg-6.col-md-6.faq-pd {
  padding: 0 30px 0 0;
}

.tab_container {
  overflow: hidden;
  padding: 20px 0 0;
}

h2.accordion-title {
  font-size: 30px;
  padding: 0 0 37px;
}

.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 22px;
  color: #101210 !important;
  border-bottom: 1px solid rgba(19, 17, 37, 0.15);
  padding: 27px 20px 20px 0px;
  z-index: 1;
}

.accordion li p {
  display: none;
  font-size: 15px;
  padding: 0px 0px 20px 0px;
  margin: 0;
  border-bottom: 1px solid rgba(19, 17, 37, 0.15);
}

.accordion li a i {
  float: right;
  transform: rotate(-90deg);
  transition: 0.5s;
  font-size: 18px;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #00cc99;
  opacity: 1;
}

a.active i {
  transform: rotate(0deg) !important;
}

.accordion a.active {
  border-bottom: 0;
  padding: 25px 20px 15px 0px;
  color: #00cc99 !important;
}

/*<!-- ============================================================== -->
<!--  End dream-hub faqs Section  Css -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!--  Start dream-hub blog2-column-section Section  Css -->
<!-- ============================================================== -->*/

.blog2-column-section {
  padding: 120px 0;
}

/*<!-- ============================================================== -->
<!--  End dream-hub blog2-column-section Section  Css -->
<!-- ============================================================== -->*/

/*===========================
<-- dream-hub Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 999;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid #00cc99;
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear #ffffff;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear #ffffff;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  border-left-color: #00cc99;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear #00cc99;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear #ffffff;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid #00cc99;
  border-right-color: #00cc99;
  -webkit-animation: spin 2.5s linear #00cc99;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear #00cc99;
  animation: spin 2.5s linear #00cc99;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*
<!-- ============================================================== -->
<!--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: #00cc99;
  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: #00cc99;
}

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

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #00cc99;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}
