@charset "UTF-8";
/*------------------------------------------------------------------------------
  Template Name: Findup – Directory & Listing HTML5 Template
-------------------------------------------------------------------------------*/
/*
  Theme Name: Findup – Directory & Listing HTML5 Template
  Author: ThemePure
  Support: https://www.devsnews.com/support/
  Description: Findup – Directory & Listing HTML5 Template
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. common
2. overlay
3. header
4. hero
5. category
6. sections
7. preloader
8. feature
9. cta
10. work
11. testimonial
12. newsletter
13. blog
14. footer
15. counter
16. review
17. breadcrumb
18. about
19. team
20. pricing
21. brand
23. faq
24. address
25. widget
26. extra-info
27. news-list
28. news
29. news-details
30. progress
31. sign
. 
*/
/*
*****
1. common
******************
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,500&display=swap");
@font-face {
  font-family: "edwardian_script_itc";
  src: url("../fonts/itcedscr-webfont.woff2") format("woff2"), url("../fonts/itcedscr-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #777777;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* Shadow and Outline */
a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #1a152e;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: #1a152e;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #00B1E3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #00B1E3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00B1E3;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #777777;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #777777;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn {
  padding: 18px 40px;
  border-radius: 15px;
  font-weight: 700;
}

.btn-theme {
  color: #fff;
  border-color: #00B1E3;
  background: #00B1E3;
}
.btn-theme:hover {
  background: #00B1E3;
  color: #fff;
  border-color: #00B1E3;
}

.btn-theme-2 {
  color: #fff;
  border-color: #00B1E3;
  background: #00B1E3;
}
.btn-theme-2:hover {
  background: #00B1E3;
  color: #fff;
  border-color: #00B1E3;
}

.btn-theme-3 {
  color: #fff;
  border-color: #e74c3c;
  background: #e74c3c;
}
.btn-theme-3:hover {
  background: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #00B1E3;
}

.bg-theme-2 {
  background: #00B1E3;
}

.bg-theme-3 {
  background: #e74c3c;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #00B1E3;
}

/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #00B1E3;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #00B1E3;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.row-20 > .col, .no-gutters > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

.pb-30-important {
  padding-bottom: 30px !important;
}

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

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

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

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

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

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

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

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

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

.mr-45 {
  margin-right: 45px;
}

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

.pr-35 {
  padding-right: 35px;
}

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

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

.mr-13 {
  margin-right: 13px;
}

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

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

.pl-80 {
  padding-left: 80px;
}

.pl-38 {
  padding-left: 38px;
}

.pr-80 {
  padding-right: 80px;
}

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

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

.ml-15 {
  margin-left: 15px;
}

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

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

.p-rel {
  position: relative;
}

.bg-gray {
  background-color: #fcfcfc;
}

.widget-title {
  font-size: 20px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.row.row-2 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-2 .col-xl-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.f-right {
  float: right;
}

.comment-respond input {
  width: 100%;
}

.row.custom-row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.row.custom-row-2 {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-col {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.custom-col-2 {
  padding-left: 10px;
  padding-right: 10px;
}

hr {
  border-color: #efefef;
}

.mr-50 {
  padding-right: 50px;
}

a.f-btn.f-custom-btn {
  padding-left: 23px;
  padding-right: 23px;
}

/*
*****
2. overlay
******************
*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=theme-2]::before {
  background-color: #00B1E3;
}

[data-overlay=dark]::before {
  background-color: #181b1d;
}

[data-overlay=theme]::before {
  background-color: #00B1E3;
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*
*****
3. header
******************
*/
.header-spacing {
  padding: 0 285px;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .header-spacing {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-spacing {
    padding: 6px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-spacing {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-spacing {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .header-spacing {
    padding: 15px 0;
  }
}

.logo a {
  display: inline-block;
}

.header-btn {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}
.header-btn a {
  display: block;
  color: #fff;
  background: #181b1d;
  padding: 0 38px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn a {
    padding: 0 25px;
  }
}
.header-btn a i {
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn a i {
    margin-left: 10px;
  }
}
.header-btn a:hover {
  background: #00B1E3;
  color: #fff;
}

.sidebar-open {
  display: inline-block;
}
.sidebar-open a {
  display: block;
  border: 2px solid #f3f3f3;
  height: 60px;
  width: 60px;
  border-radius: 15px;
  text-align: center;
  line-height: 51px;
}
.sidebar-open a svg path {
  fill: #181b1d;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sidebar-open a:hover {
  background: #00B1E3;
  border-color: #00B1E3;
}
.sidebar-open a:hover svg path {
  fill: #fff;
}

.menu-open {
  display: inline-block;
}
.menu-open a {
  display: block;
  border: 2px solid #f3f3f3;
  height: 60px;
  width: 60px;
  border-radius: 15px;
  text-align: center;
  line-height: 56px;
}
.menu-open a svg path {
  fill: #181b1d;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.menu-open a:hover {
  background: #00B1E3;
  border-color: #00B1E3;
}
.menu-open a:hover svg path {
  fill: #fff;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 56px;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .main-menu ul li {
    margin-right: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 20px;
  }
}
.main-menu ul li:hover > a {
  color: #00B1E3;
}
.main-menu ul li a {
  display: block;
  color: #181b1d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 42px 0;
}
.main-menu ul .has-dropdown {
  position: relative;
}
.main-menu ul .has-dropdown:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul .has-dropdown .sub-menu {
  border-top: 4px solid #00B1E3;
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 14px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu ul .has-dropdown .sub-menu li {
  margin-right: 0;
  display: block;
}
.main-menu ul .has-dropdown .sub-menu li:hover > a {
  color: #00B1E3;
}
.main-menu ul .has-dropdown .sub-menu li:hover .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul .has-dropdown .sub-menu li a {
  color: #151f2d;
  padding: 10px 30px;
  font-size: 14px;
}
.main-menu ul .has-dropdown .sub-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 110%;
}
.main-menu ul .has-dropdown.menu-last .sub-menu {
  left: auto;
  right: 0;
}
.main-menu ul .has-dropdown.menu-last .sub-menu li:hover .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu ul .has-dropdown.menu-last .sub-menu .sub-menu {
  left: auto;
  right: 110%;
}

.header-style-2 .sidebar-open a:hover {
  background: #00B1E3;
  border-color: #00B1E3;
}
.header-style-2 .header-btn a {
  background: #00B1E3;
}
.header-style-2 .header-btn a:hover {
  background: #181b1d;
}
.header-style-2 .main-menu ul li:hover > a {
  color: #00B1E3;
}
.header-style-2 .main-menu ul .has-dropdown .sub-menu {
  border-top: 4px solid #00B1E3;
}
.header-style-2 .main-menu ul .has-dropdown .sub-menu li:hover > a {
  color: #00B1E3;
}

.header-style-3 .sidebar-open a:hover {
  background: #e74c3c;
  border-color: #e74c3c;
}
.header-style-3 .header-btn a {
  background: #e74c3c;
}
.header-style-3 .header-btn a:hover {
  background: #181b1d;
}
.header-style-3 .main-menu ul li:hover > a {
  color: #e74c3c;
}
.header-style-3 .main-menu ul .has-dropdown .sub-menu {
  border-top: 4px solid #e74c3c;
}
.header-style-3 .main-menu ul .has-dropdown .sub-menu li:hover > a {
  color: #e74c3c;
}

.header-top {
  padding: 10px 285px;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .header-top {
    padding: 10px 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-top {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .header-top {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .header-info-wrap {
    text-align: center;
  }
}
.header-info-wrap .header-info {
  display: inline-block;
  font-size: 14px;
  margin-right: 28px;
}
@media (min-width: 320px) and (max-width: 425px) {
  .header-info-wrap .header-info:first-child {
    display: none;
  }
}
.header-info-wrap .header-info:last-child {
  margin-right: 0;
}
.header-info-wrap .header-info span {
  font-weight: 700;
  color: #fff;
}
.header-info-wrap .header-info a {
  color: #fff;
}
.header-info-wrap .header-info a:hover {
  color: #fff;
}
.header-info-wrap .header-info a i {
  margin-right: 5px;
}

.header-social {
  text-align: right;
}
@media (max-width: 767px) {
  .header-social {
    text-align: center;
    margin-top: 10px;
  }
}
.header-social a {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.header-social a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-open {
    margin-left: 9px;
  }
}

.f-menu.sidebar-open a {
  line-height: 44px;
}

.play-btn:after, .play-btn:before {
  position: absolute;
  left: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #cccccc;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.play-btn:before {
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area.f-header-space {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .hero-area.f-header-space {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .f-cat-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .f-cat-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/*
*****
4. hero
******************
*/
.hero-area {
  position: relative;
}
.hero-area .hero-thumb-1 {
  position: absolute;
  right: 430px;
  top: 71px;
  z-index: -1;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .hero-area .hero-thumb-1 {
    right: 316px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-area .hero-thumb-1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-thumb-1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-thumb-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-thumb-1 {
    display: none;
  }
}
.hero-area .hero-thumb-2 {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .hero-area .hero-thumb-2 {
    right: -63px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-thumb-2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-thumb-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-thumb-2 {
    display: none;
  }
}

.hero-text .sub-title {
  font-size: 140px;
  color: #f0f0f0;
  font-family: "edwardian_script_itc";
  height: 60px;
  display: inline-block;
  line-height: 20px;
  padding-left: 90px;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text .sub-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .hero-text .sub-title {
    font-size: 75px;
    height: 60px;
    line-height: 40px;
    padding-left: 50px;
  }
}
.hero-text .title {
  font-size: 140px;
  color: #181b1d;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-text .title {
    font-size: 75px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-text .title {
    font-size: 60px;
    line-height: 50px;
  }
}
.hero-text .animated-title {
  font-size: 60px;
  color: #181b1d;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text .animated-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-text .animated-title {
    font-size: 35px;
  }
}
.hero-text .animated-title span {
  color: #00B1E3;
  position: relative;
}
.hero-text .animated-title span svg {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
}
.hero-text .animated-title span svg path {
  width: 100%;
}

.animated-title span svg path {
  stroke: #00B1E3;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 3s infinite;
  animation: elementor-headline-dash 3s infinite;
}
.animated-title span svg path:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.filter-area {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 30px 40px 11px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .filter-area {
    padding: 20px 20px 0;
  }
}
.filter-area .input-wrap {
  margin-bottom: 20px;
}
.filter-area .input-wrap input {
  width: 100%;
  border: 0;
}
.filter-area .input-wrap input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area .input-wrap input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area .input-wrap input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area .input-wrap input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area .input-wrap label {
  display: block;
  font-size: 20px;
  color: #181b1d;
  font-weight: 700;
  margin-bottom: 5px;
}
.filter-area .input-wrap label i {
  font-size: 16px;
  color: #00B1E3;
}
.filter-area .input-submit {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-area .input-submit {
    text-align: center;
  }
}
.filter-area .input-submit .submit-btn {
  display: inline-block;
  color: #fff;
  background: #00B1E3;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-area .input-submit .submit-btn {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .filter-area .input-submit .submit-btn {
    font-size: 16px;
    padding: 0 16px;
  }
}
.filter-area .input-submit .submit-btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .filter-area .input-submit .submit-btn i {
    margin-left: 5px;
  }
}
.filter-area .input-submit .submit-btn:hover {
  background: #181b1d;
}
.filter-area .input-submit .icon {
  margin-right: 15px;
  color: #afafaf;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-area .input-submit .icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .filter-area .input-submit .icon {
    display: none;
  }
}

.filter-info p {
  font-size: 14px;
}
.filter-info p span {
  display: inline-block;
  color: #181b1d;
  font-weight: 700;
  margin-right: 5px;
}
.filter-info p a {
  font-weight: 500;
  color: #979797;
  margin-right: 3px;
  display: inline-block;
}
.filter-info p a:hover {
  color: #00B1E3;
  text-decoration: underline;
}

.filter-info-2 p {
  font-size: 14px;
}
.filter-info-2 p a {
  font-weight: 500;
  color: #bfbfbf;
  margin-right: 3px;
  display: inline-block;
  font-size: 16px;
}
.filter-info-2 p a:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-area-2 {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero-area-2 {
    padding: 150px 0;
  }
}

.filter-area-2 {
  background: #fff;
  padding: 10px 10px 0;
  border-radius: 15px;
}
.filter-area-2 .input-wrap {
  margin-bottom: 10px;
  position: relative;
}
.filter-area-2 .input-wrap .icon {
  position: absolute;
  color: #c5c5c5;
  font-size: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.filter-area-2 .input-wrap input {
  width: 100%;
  border: 0;
  padding: 10px 40px 10px 20px;
}
.filter-area-2 .input-wrap input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .filter-area-2 .input-wrap input {
    padding-left: 0;
  }
}
.filter-area-2 .input-wrap select {
  color: #999999;
  width: 100%;
  border: 0;
  padding: 10px 40px 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.filter-area-2 .input-wrap select::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap select:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap select::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-2 .input-wrap select:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .filter-area-2 .input-wrap select {
    padding-left: 0;
  }
}
.filter-area-2 .input-wrap label {
  display: block;
  font-size: 20px;
  color: #181b1d;
  font-weight: 700;
}
.filter-area-2 .input-wrap label i {
  font-size: 16px;
  color: #00B1E3;
}
.filter-area-2 .input-submit {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-area-2 .input-submit {
    text-align: center;
  }
}
.filter-area-2 .input-submit .submit-btn {
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #00B1E3;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}
.filter-area-2 .input-submit .submit-btn i {
  margin-right: 5px;
}
.filter-area-2 .input-submit .submit-btn:hover {
  background: #181b1d;
}
.filter-area-2 .input-submit .icon {
  margin-right: 20px;
  color: #afafaf;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-area-2 .input-submit .icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .filter-area-2 .input-submit .icon {
    display: none;
  }
}

.filter-col-1 {
  max-width: 30.3%;
}
@media (max-width: 767px) {
  .filter-col-1 {
    max-width: 100%;
  }
}

.fil-border::after {
  position: absolute;
  content: "";
  background: #f1f1f1;
  height: 14px;
  width: 2px;
  right: 0;
  top: 14px;
}
@media (max-width: 767px) {
  .fil-border::after {
    display: none;
  }
}

.filter-col-2 {
  max-width: 24%;
}
@media (max-width: 767px) {
  .filter-col-2 {
    max-width: 100%;
  }
}

.filter-col-3 {
  max-width: 24%;
}
@media (max-width: 767px) {
  .filter-col-3 {
    max-width: 100%;
  }
}

.filter-col-4 {
  -ms-flex: 0 0 21.667%;
  flex: 0 0 21.667%;
  max-width: 25.7%;
}
@media (max-width: 767px) {
  .filter-col-4 {
    -ms-flex: 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.hero-text-3 .sub-title {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.hero-text-3 .title {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .hero-text-3 .title {
    font-size: 42px;
  }
}
.hero-text-3 .hero-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #e74c3c;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 30px;
}
.hero-text-3 .hero-btn:hover {
  background: #fff;
  color: #e74c3c;
}
.hero-text-3 .hero-btn i {
  margin-left: 5px;
}
.hero-text-3 .hero-btn-2 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: transparent;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 30px;
}
.hero-text-3 .hero-btn-2:hover {
  color: #e74c3c;
}
.hero-text-3 .hero-btn-2 i {
  margin-right: 5px;
}

.filter-info-3 p {
  font-size: 17px;
}
.filter-info-3 p span {
  color: #181b1d;
  font-weight: 700;
}
.filter-info-3 p a {
  font-weight: 400;
  color: #999999;
  margin-right: 3px;
  display: inline-block;
}
.filter-info-3 p a:hover {
  color: #e74c3c;
  text-decoration: underline;
}

.filter-area-3 .input-wrap {
  margin-bottom: 30px;
  position: relative;
}
.filter-area-3 .input-wrap .icon {
  position: absolute;
  color: #c5c5c5;
  font-size: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.filter-area-3 .input-wrap input {
  width: 100%;
  border: 0;
  padding: 10px 40px 10px 20px;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.filter-area-3 .input-wrap input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap input:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap select {
  color: #999999;
  width: 100%;
  border: 0;
  padding: 10px 40px 10px 20px;
  -webkit-appearance: none;
  padding-left: 0;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-bottom: 1px solid #e8e8e8;
}
.filter-area-3 .input-wrap select::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap select:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap select::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap select:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.filter-area-3 .input-wrap label {
  display: block;
  font-size: 20px;
  color: #181b1d;
  font-weight: 700;
}
.filter-area-3 .input-wrap label i {
  font-size: 16px;
  color: #e74c3c;
}
.filter-area-3 .input-submit {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-area-3 .input-submit {
    text-align: center;
  }
}
.filter-area-3 .input-submit .submit-btn {
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #e74c3c;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}
.filter-area-3 .input-submit .submit-btn i {
  margin-right: 5px;
}
.filter-area-3 .input-submit .submit-btn:hover {
  background: #181b1d;
}
.filter-area-3 .input-submit .icon {
  margin-right: 20px;
  color: #afafaf;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-area-3 .input-submit .icon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .filter-area-3 .input-submit .icon {
    display: none;
  }
}

.filter-tabs-wrap {
  margin-top: -53px;
}
.filter-tabs-wrap .nav-tabs .nav-item {
  overflow: hidden;
}
.filter-tabs-wrap .nav-tabs .nav-item:first-child {
  border-radius: 15px 0 0 0;
}
.filter-tabs-wrap .nav-tabs .nav-item:last-child {
  border-radius: 0 15px 0 0;
}
.filter-tabs-wrap .nav-tabs .nav-link {
  padding: 14px 40px;
  background: #ffffff;
  color: #181b1d;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
}
.filter-tabs-wrap .nav-tabs .nav-link i {
  color: #e74c3c;
}
.filter-tabs-wrap .nav-tabs .nav-link.active {
  background: #e74c3c;
  color: #fff;
}
.filter-tabs-wrap .nav-tabs .nav-link.active i {
  color: #fff;
}
.filter-tabs-wrap .filter-tab-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.filter-form-wrap {
  display: flex;
  justify-content: space-between;
}
.filter-form-wrap .form-left {
  flex: 0 0 58%;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-form-wrap .form-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .filter-form-wrap .form-left {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-form-wrap .wrap-custom {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .filter-form-wrap .wrap-custom {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .filter-form-wrap {
    display: block;
  }
}

.has-wrap-padding {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .has-wrap-padding {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .has-wrap-padding {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .filter-padding {
    padding-bottom: 20px;
  }
}

.input-wrap.filter-wrap-2 input {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #c5c5c5;
}
.input-wrap.filter-wrap-2 input::-webkit-input-placeholder {
  font-size: 16px;
  color: #c5c5c5;
  font-weight: 400;
}
.input-wrap.filter-wrap-2 input:-moz-placeholder {
  font-size: 16px;
  color: #c5c5c5;
  font-weight: 400;
}
.input-wrap.filter-wrap-2 input::-moz-placeholder {
  font-size: 16px;
  color: #c5c5c5;
  font-weight: 400;
}
.input-wrap.filter-wrap-2 input:-ms-input-placeholder {
  font-size: 16px;
  color: #c5c5c5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .input-wrap.filter-wrap-2 input {
    padding-left: 0;
  }
}

/*
*****
5. category
******************
*/
.category-wrap {
  text-align: center;
  background: #fff;
  padding: 50px 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}
.category-wrap .icon {
  margin-bottom: 15px;
  font-size: 70px;
  color: #00B1E3;
}
.category-wrap .icon img {
  display: inline-block;
}
.category-wrap .content h5 {
  color: #181b1d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.category-wrap .content .more-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #f8f8f8;
  font-size: 14px;
  border-radius: 15px;
  color: #777777;
  font-weight: 700;
  position: relative;
  text-align: center;
  outline: none;
}
.category-wrap .content .more-btn span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap .content .more-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap .content .more-btn:hover {
  background: #181b1d;
  color: #fff;
}
.category-wrap .content .more-btn:hover span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap .content .more-btn:hover i {
  visibility: visible;
  opacity: 1;
}

.categories-slider .category-slide {
  padding: 20px 15px;
}

.category-wrap-2 {
  text-align: center;
}
.category-wrap-2 .thumb {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.category-wrap-2 .thumb img {
  width: 100%;
}
.category-wrap-2 .content {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
  border-radius: 0 0 15px 15px;
  text-align: center;
  padding: 25px 0 50px;
}
.category-wrap-2 .content span {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
  display: inline-block;
}
.category-wrap-2 .content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.category-wrap-2 .content h4 a {
  color: #181b1d;
}
.category-wrap-2 .content h4 a:hover {
  color: #00B1E3;
}
.category-wrap-2 .read-more a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 15px;
  color: #00B1E3;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.2);
  outline: none;
}
.category-wrap-2 .read-more a:hover {
  color: #fff;
  background: #00B1E3;
}

.category-slider .slick-next {
  position: absolute;
  color: #181b1d;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
  background: #fff;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .category-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .category-slider .slick-next {
    display: none !important;
  }
}
.category-slider .slick-next:hover {
  background: #00B1E3;
  color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(45, 72, 195, 0.2);
}
.category-slider .slick-prev {
  position: absolute;
  color: #181b1d;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
  background: #fff;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .category-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .category-slider .slick-prev {
    display: none !important;
  }
}
.category-slider .slick-prev:hover {
  background: #00B1E3;
  color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(45, 72, 195, 0.2);
}

.category-wrap-3 {
  text-align: center;
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .category-wrap-3 {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
}
.category-wrap-3:before {
  content: "";
  border-top: 50px solid #e74c3c;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap-3:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap-3:hover {
  border-color: transparent;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  transform: scale(1.02);
  z-index: 2;
}
.category-wrap-3:hover .icon {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}
.category-wrap-3:hover:before, .category-wrap-3:hover:after {
  visibility: visible;
  opacity: 1;
}
.category-wrap-3 .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border: 1px solid #ffe9e7;
  border-radius: 50%;
  margin: 0 auto 20px;
  font-size: 50px;
  color: #e74c3c;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-wrap-3 .content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.category-wrap-3 .content h4 a {
  color: #181b1d;
}
.category-wrap-3 .content h4 a:hover {
  color: #e74c3c;
}
.category-wrap-3 .content span {
  display: inline-block;
  color: #777777;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-border-wrap .col-xl-3:nth-child(2) .category-wrap-3 {
    border-right-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-border-wrap .col-xl-3:nth-child(3) .category-wrap-3 {
    border-right-color: transparent;
  }
}
.category-border-wrap .col-xl-3:nth-child(4) .category-wrap-3 {
  border-right-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-border-wrap .col-xl-3:nth-child(4) .category-wrap-3 {
    border-right-color: #ebebeb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-border-wrap .col-xl-3:nth-child(4) .category-wrap-3 {
    border-right-color: transparent;
  }
}
.category-border-wrap .col-xl-3:nth-child(5) .category-wrap-3 {
  border-bottom-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-border-wrap .col-xl-3:nth-child(5) .category-wrap-3 {
    border-bottom-color: #ebebeb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-border-wrap .col-xl-3:nth-child(5) .category-wrap-3 {
    border-bottom-color: #ebebeb;
  }
}
.category-border-wrap .col-xl-3:nth-child(6) .category-wrap-3 {
  border-bottom-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-border-wrap .col-xl-3:nth-child(6) .category-wrap-3 {
    border-right-color: transparent;
    border-bottom-color: #ebebeb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-border-wrap .col-xl-3:nth-child(6) .category-wrap-3 {
    border-right-color: transparent;
    border-bottom-color: #ebebeb;
  }
}
.category-border-wrap .col-xl-3:nth-child(7) .category-wrap-3 {
  border-bottom-color: transparent;
}
.category-border-wrap .col-xl-3:nth-child(8) .category-wrap-3 {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-border-wrap .col-xl-3:nth-child(8) .category-wrap-3 {
    border-right-color: #ebebeb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-border-wrap .col-xl-3:nth-child(8) .category-wrap-3 {
    border-right-color: transparent;
  }
}

.custom-cat-wrap {
  line-height: 1;
}
.custom-cat-wrap .icon {
  line-height: 1;
  margin-bottom: 11px;
}
.custom-cat-wrap .icon i {
  line-height: 1;
}

/*
*****
6. sections
******************
*/
.bg-fix {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-title .sub-title {
  font-size: 22px;
  color: #b9b9b9;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-title .sub-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 30px;
  }
}
.section-title .animated-title {
  font-size: 60px;
  color: #181b1d;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-title .animated-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-title .animated-title {
    font-size: 30px;
  }
}
.section-title .animated-title span {
  color: #00B1E3;
  position: relative;
}
.section-title .animated-title span svg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
}
.section-title .animated-title span svg path {
  width: 100%;
}

.a-btn {
  display: inline-block;
  color: #fff;
  background: #00B1E3;
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
}
.a-btn:hover {
  color: #fff;
}
.a-btn:is(.a-btn-space) {
  padding: 0 48px;
}

.jump-animation {
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  41% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.section-title-2 .sub-title {
  color: #777777;
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.section-title-2 .title {
  font-size: 72px;
  color: #181b1d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 .title {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title-2 .title {
    font-size: 40px;
  }
}

.section-title-2.white-title .sub-title {
  color: #fff;
  margin-bottom: 5px;
}
.section-title-2.white-title .title {
  color: #fff;
}

.destination-wrap {
  position: relative;
  overflow: hidden;
}
.destination-wrap:hover .thumb img {
  transform: scale(1.2);
}
.destination-wrap:hover .content {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.destination-wrap .thumb {
  overflow: hidden;
}
.destination-wrap .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.destination-wrap .content {
  position: absolute;
  bottom: -100px;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 25px 75px 25px 40px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.destination-wrap .content h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.destination-wrap .content h5 a {
  color: #181b1d;
}
.destination-wrap .content h5 a:hover {
  color: #00B1E3;
}
.destination-wrap .content .num {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #00B1E3;
  color: #fff;
  display: flex;
  align-items: center;
  width: 75px;
  justify-content: center;
}
.destination-wrap.f-destination img {
  max-width: 100%;
  width: auto;
}

.subscribe-footer .subscribe-content .sub-title {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.subscribe-footer .subscribe-content .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subscribe-footer .subscribe-content .title {
    font-size: 36px;
  }
}
.subscribe-footer .subscribe-form .input-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.subscribe-footer .subscribe-form .input-wrap input {
  width: 100%;
  padding: 0 40px;
  height: 60px;
  color: #181b1d;
  border: 0;
  border-radius: 15px;
}
.subscribe-footer .subscribe-form .input-wrap input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.subscribe-footer .subscribe-form .input-wrap input:-moz-placeholder {
  color: #c0c0c0;
}
.subscribe-footer .subscribe-form .input-wrap input::-moz-placeholder {
  color: #c0c0c0;
}
.subscribe-footer .subscribe-form .input-wrap input:-ms-input-placeholder {
  color: #c0c0c0;
}
.subscribe-footer .subscribe-form .input-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 34px;
  color: #fff;
  border: 0;
  background: #00B1E3;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 767px) {
  .subscribe-footer .subscribe-form .input-wrap button {
    padding: 0 13px;
    font-size: 15px;
  }
}

.section-title-3 .sub-title {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.section-title-3 .title {
  font-size: 72px;
  color: #181b1d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-3 .title {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-3 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title-3 .title {
    font-size: 30px;
  }
}

.newsletter-title .sub-title {
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}
.newsletter-title .title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsletter-title .title {
    font-size: 37px;
  }
}

.subscribe-form-2 .input-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.subscribe-form-2 .input-wrap .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #e74c3c;
}
@media (max-width: 767px) {
  .subscribe-form-2 .input-wrap .icon {
    display: none;
  }
}
.subscribe-form-2 .input-wrap input {
  width: 100%;
  padding: 0 62px;
  height: 60px;
  color: #181b1d;
  border: 0;
  border-radius: 15px;
}
.subscribe-form-2 .input-wrap input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.subscribe-form-2 .input-wrap input:-moz-placeholder {
  color: #c0c0c0;
}
.subscribe-form-2 .input-wrap input::-moz-placeholder {
  color: #c0c0c0;
}
.subscribe-form-2 .input-wrap input:-ms-input-placeholder {
  color: #c0c0c0;
}
@media (max-width: 767px) {
  .subscribe-form-2 .input-wrap input {
    padding: 0 32px;
  }
}
.subscribe-form-2 .input-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 34px;
  color: #fff;
  border: 0;
  background: #e74c3c;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 767px) {
  .subscribe-form-2 .input-wrap button {
    padding: 0 12px;
  }
}
.subscribe-form-2 .input-wrap button:hover {
  background-color: #00B1E3;
  color: #fff;
}

.section-title-4 {
  position: relative;
  z-index: 2;
}
.section-title-4 .sub-title {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.section-title-4 .title {
  font-size: 72px;
  color: #181b1d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-4 .title {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-4 .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title-4 .title {
    font-size: 40px;
  }
}
.section-title-4 .extra-title {
  color: #f9f9f9;
  font-size: 160px;
  line-height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-4 .extra-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-4 .extra-title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .section-title-4 .extra-title {
    display: none;
  }
}

.section-title-4.text-center .extra-title {
  left: 50%;
  transform: translateX(-50%);
}

.section-title-4.title-light .extra-title {
  color: #fff;
}

.fun-fact-area-2 {
  position: relative;
}
.fun-fact-area-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: #e74c3c;
  border-radius: 0 0 15px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-area-2:before {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fun-fact-area-2:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fun-fact-area-2:before {
    width: 100%;
  }
}

.cities-wrap {
  position: relative;
}
.cities-wrap:hover .thumb img {
  transform: scale(1.2);
}
.cities-wrap .thumb {
  position: relative;
  overflow: hidden;
}
.cities-wrap .thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
}
.cities-wrap .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.cities-wrap .thumb .wishlist-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 5;
}
.cities-wrap .thumb .wishlist-btn:hover {
  background: #e74c3c;
  color: #fff;
}
.cities-wrap .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  z-index: 5;
}
.cities-wrap .content h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
}
.cities-wrap .content h5 a {
  color: #fff;
}
.cities-wrap .content h5 a:hover {
  color: #e74c3c;
}
.cities-wrap .content span {
  display: inline-block;
  font-size: 18px;
  color: #adadad;
}

.cities-slider {
  position: relative;
}
.cities-slider .slick-next {
  position: absolute;
  right: 0;
  top: -125px;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #afafaf;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .cities-slider .slick-next {
    display: none !important;
  }
}
.cities-slider .slick-next:hover {
  color: #fff;
  background: #e74c3c;
}
.cities-slider .slick-prev {
  position: absolute;
  right: 70px;
  top: -125px;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #afafaf;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .cities-slider .slick-prev {
    display: none !important;
  }
}
.cities-slider .slick-prev:hover {
  color: #fff;
  background: #e74c3c;
}

.section-title-5 .sub-title {
  color: #777777;
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}
.section-title-5 .title {
  color: #181b1d;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-title-5 .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-title-5 .title {
    font-size: 38px;
    line-height: 1;
  }
}
.section-title-5 p {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
}
.section-title-5 p a {
  color: #777777;
  font-weight: 500;
  text-decoration: underline;
}
.section-title-5 p a:hover {
  color: #00B1E3;
}

.section-title-5.white-title .sub-title {
  color: #fff;
}
.section-title-5.white-title .sub-title:is(.f-sub-title) {
  color: #999999;
}
.section-title-5.white-title .title {
  color: #fff;
}

.video-content-wrap .btn:hover {
  background: #fff;
  color: #00B1E3;
  border-color: #fff;
}

.video-btn a {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #fff;
  color: #00B1E3;
  text-align: center;
  position: relative;
  z-index: 1;
}
.video-btn a:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-2;
  animation-name: shape-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.8s;
}
.video-btn a:after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-3;
  animation-name: shape-3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

@keyframes shape-2 {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 125px;
    height: 125px;
    opacity: 0.5;
  }
}
@keyframes shape-3 {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 150px;
    height: 150px;
    opacity: 0.5;
  }
}
.faq-accordion .card {
  border: 0;
  border-radius: 0;
  background: #fff;
  margin-bottom: 10px;
}
.faq-accordion .card .card-header {
  padding: 0;
  border: 0;
}
.faq-accordion .card .card-header button {
  width: 100%;
  color: #181b1d;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 26px 30px;
  border-radius: 0;
  border: 0;
  text-align: left;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .faq-accordion .card .card-header button {
    font-size: 14px;
    padding: 22px 20px;
  }
}
.faq-accordion .card .card-header button:after {
  content: "";
  position: absolute;
  font-family: "Font awesome 5 pro";
  right: 10px;
  top: 50%;
  color: #181b1d;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  font-weight: 400;
  background: #f9f9f9;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-accordion .card .card-header button:after {
    display: none;
  }
}
.faq-accordion .card .card-header button.collapsed:after {
  content: "";
}
.faq-accordion .card .card-body {
  display: block;
  padding: 10px 30px 20px;
}
.faq-accordion:is(.faq-accordion-2) .card {
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.faq-accordion:is(.faq-accordion-2) .card-header {
  border-radius: 16px;
  overflow: hidden;
}
.faq-accordion:is(.faq-accordion-2) .card-header button {
  background-color: #f9f9f9;
}
.faq-accordion:is(.faq-accordion-2) .card-header button.collapsed::after {
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .faq-accordion:is(.faq-accordion-2) .card-header button.collapsed::after {
    display: none;
  }
}

.video-wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.video-wrap .play-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #00B1E3;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-wrap .play-btn:hover {
  color: #fff;
  background: #00B1E3;
}

.video-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 530px;
  z-index: -1;
}

.content.f-counter-conent p {
  font-weight: 700;
}

/*
*****
7. preloader
******************
*/
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}
#loading:is(.loading-1) {
  background-color: #00B1E3;
}
#loading:is(.loading-2) {
  background-color: #00B1E3;
}
#loading:is(.loading-3) {
  background-color: #e74c3c;
}
#loading:is(.loading-4) {
  background-color: #00B1E3;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*
*****
8. feature
******************
*/
.featured-wrap {
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  background: #fff;
}
.featured-wrap:hover .content .icon {
  background: #00B1E3;
  color: #fff;
}
.featured-wrap .thumb {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.featured-wrap .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.featured-wrap .content {
  position: relative;
  padding: 27px 30px 15px;
  border-radius: 0 0 15px 15px;
}
.featured-wrap .content .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 26px;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  line-height: 50px;
  border-radius: 15px;
  color: #00B1E3;
  font-size: 26px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.featured-wrap .content .rating {
  font-size: 12px;
  color: #00B1E3;
  margin-bottom: 10px;
}
.featured-wrap .content .rating i {
  margin-right: 2px;
}
.featured-wrap .content .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.featured-wrap .content .title a {
  color: #181b1d;
}
.featured-wrap .content .title a:hover {
  color: #00B1E3;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .featured-wrap .content .title:is(.f-title) {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.featured-wrap .content .extra-info {
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-wrap .content .extra-info span {
  color: #777777;
  font-size: 14px;
}
.featured-wrap .content .extra-info span i {
  color: #00B1E3;
  margin-right: 5px;
}
.featured-wrap .content .extra-info .wishlist {
  font-size: 14px;
  color: #aca7a7;
}
.featured-wrap .content .extra-info .wishlist:hover {
  color: #dc3545;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .featured-wrap .content.f-content {
    padding: 27px 21px 15px;
  }
}

.featured-wrap-2:hover .content .icon {
  background: #00B1E3;
}
.featured-wrap-2 .content .icon {
  color: #00B1E3;
}
.featured-wrap-2 .content .rating {
  color: #00B1E3;
}
.featured-wrap-2 .content .title a:hover {
  color: #00B1E3;
}
.featured-wrap-2 .content .extra-info span i {
  color: #00B1E3;
}

.filter-nav {
  text-align: center;
}
.filter-nav button {
  padding: 20px 30px;
  border: 0;
  font-size: 14px;
  color: #777777;
  font-weight: 700;
  border-radius: 15px;
  margin: 0 5px 10px;
}
@media (max-width: 767px) {
  .filter-nav button {
    padding: 9px 18px;
  }
}
.filter-nav button.active {
  background: #00B1E3;
  color: #fff;
}

.filter-title h5 {
  font-size: 24px;
  color: #181b1d;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-nav-2 button.active {
  background: #e74c3c;
}

.featured-wrap-3 {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.featured-wrap-3 .thumb {
  position: relative;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.featured-wrap-3 .thumb:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.98) 99%, black 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
}
.featured-wrap-3 .thumb img {
  width: 100%;
}
.featured-wrap-3 .thumb .rating {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  color: #fff;
  z-index: 5;
}
.featured-wrap-3 .thumb .rating i {
  margin-right: 5px;
}
.featured-wrap-3 .thumb .rating:is(.rating-2) {
  font-weight: 700;
  top: 26px;
}
.featured-wrap-3 .thumb .rating:is(.rating-2) i {
  font-weight: 600;
}
.featured-wrap-3 .content {
  padding: 20px 40px;
  position: relative;
}
.featured-wrap-3 .content .buttons {
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-50%);
  z-index: 3;
}
.featured-wrap-3 .content .buttons:is(.btn-pos-2) {
  right: 21px;
}
.featured-wrap-3 .content .buttons:is(.btn-pos-2) a:is(:first-child) {
  margin-right: 5px;
}
.featured-wrap-3 .content .buttons a {
  display: inline-block;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.featured-wrap-3 .content .buttons a:hover {
  transform: translateY(-3px);
}
.featured-wrap-3 .content .author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
.featured-wrap-3 .content .author-info .image {
  width: 40px;
  margin-right: 20px;
}
.featured-wrap-3 .content .author-info .image img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-wrap-3 .content .author-info .image {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .featured-wrap-3 .content .author-info .image {
    margin-right: 10px;
  }
}
.featured-wrap-3 .content .author-info .text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.featured-wrap-3 .content .author-info .text h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.featured-wrap-3 .content .author-info .text h5 a {
  color: #181b1d;
}
.featured-wrap-3 .content .author-info .text h5 a:hover {
  color: #e74c3c;
}
.featured-wrap-3 .content .author-info .text h5 i {
  color: #e74c3c;
  font-size: 16px;
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .featured-wrap-3 .content .author-info .text h5 {
    font-size: 18px;
  }
}
.featured-wrap-3 .content .author-info .text p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}
.featured-wrap-3 .content .extra-info {
  border-top: 1px solid #ededed;
  padding: 30px 0;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .featured-wrap-3 .content .extra-info:is(.listing-info) {
    padding: 12px 0;
  }
}
.featured-wrap-3 .content .extra-info span {
  display: block;
  color: #777777;
  font-size: 16px;
  margin-bottom: 10px;
}
.featured-wrap-3 .content .extra-info span:last-child {
  margin-bottom: 0;
}
.featured-wrap-3 .content .extra-info span i {
  margin-right: 15px;
  color: #e74c3c;
}
.featured-wrap-3 .content .extra-info:is(.extra-info-update) {
  padding-top: 16px;
  padding-bottom: 0;
}
.featured-wrap-3 .content .extra-info:is(.extra-info-update) span {
  margin-bottom: 0;
  font-size: 14px;
}
.featured-wrap-3 .content .extra-info:is(.extra-info-update) span i {
  font-size: 14px;
  margin-right: 8px;
}
.featured-wrap-3 .content .extra-info:is(.extra-info-update) span:first-child {
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .featured-wrap-3 .content {
    padding: 20px 25px;
  }
}
.featured-wrap-3.style-2 .content {
  padding: 15px 40px;
}
.featured-wrap-3.style-2 .content .author-info {
  padding-bottom: 27px;
}
.featured-wrap-3.style-2 .content .author-info .image {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.featured-wrap-3.style-2 .content .author-info .text h5 {
  margin-bottom: 3px;
}
.featured-wrap-3.style-2 .content .author-info .text h5:hover a {
  color: #00B1E3;
}
.featured-wrap-3.style-2 .content .author-info .text h5 i {
  color: #00B1E3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-wrap-3.style-2 .content .author-info .text h5 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.featured-wrap-3.style-2 .content .author-info:is(.author-info-2) {
  padding-top: 0;
  padding-bottom: 0;
}
.featured-wrap-3.style-2 .content .author-info:is(.author-info-2) .text h5 {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.featured-wrap-3.style-2 .content .author-info:is(.author-info-2) .text p {
  font-size: 14px;
  padding-bottom: 18px;
}
.featured-wrap-3.style-2 .content .buttons a {
  background-color: #00B1E3;
}
.featured-wrap-3.style-2 .content .extra-info span i {
  color: #00B1E3;
}
.featured-wrap-3.style-2 .content:is(.content-update) {
  padding: 30px;
  padding-top: 25px;
}
.featured-wrap-3.style-2 .content:is(.content-update) h5 a i {
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .featured-wrap-3.style-2 .content:is(.sm-padding) {
    padding: 14px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-wrap-3.style-2 .content {
    padding: 15px 24px;
  }
}
@media (max-width: 767px) {
  .featured-wrap-3.style-2 .content {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .featured-wrap-3.style-2 .content:is(.content-2) {
    padding: 15px 20px;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-wrap-3.style-2 .content:is(.f-content-2) {
    padding: 15px 23px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .featured-wrap-3.style-2 .content {
    padding: 15px 20px;
  }
}

.feature-wrap-4 {
  padding: 38px 30px;
  text-align: center;
  background: #fff;
  padding-bottom: 75px;
  position: relative;
}
.feature-wrap-4:hover .read-more a {
  background: #00B1E3;
  color: #fff;
  border-color: #00B1E3;
}
.feature-wrap-4 .icon {
  color: #00B1E3;
  font-size: 50px;
  margin-bottom: 20px;
}
.feature-wrap-4 .content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #181b1d;
  margin-bottom: 20px;
}
.feature-wrap-4 .content p {
  font-size: 16px;
  color: #777777;
}
.feature-wrap-4 .read-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  text-align: center;
}
.feature-wrap-4 .read-more a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 50%;
  background: #f9f9f9;
  border: 4px solid #fff;
  color: #616162;
}

.f-pagination {
  text-align: center;
}
.f-pagination a {
  display: inline-block;
  width: 60px;
  height: auto;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  color: #999999;
  font-size: 16px;
  border-radius: 16px;
  background-color: #f7f7f7;
  margin: 0 3px;
}
.f-pagination a:is(.active), .f-pagination a:hover {
  background-color: #00B1E3;
  color: #fff;
}
@media (max-width: 767px) {
  .f-pagination a {
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.f-btn {
  color: #181b1d;
  font-size: 14px;
  padding: 23px 33px;
  font-weight: 700;
  border: 2px solid #eaeaea;
  display: inline-block;
  border-radius: 16px;
  line-height: 1;
}
.f-btn i {
  font-weight: 700;
  display: inline-block;
  padding-right: 9px;
}
.f-btn:hover {
  background-color: #00B1E3;
  color: #fff;
  border-color: #00B1E3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .f-btn:is(.f-custom-btn) {
    padding: 13px 23px;
  }
}

.content .extra-info.f-extra-info {
  overflow: visible;
}

.work-wrap .content.f-content h4 {
  margin-bottom: 18px;
}

.radius-img img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .search-result-top {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .search-result-top:is(.search-top-2) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search-result-top:is(.search-top-2) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .search-result-top:is(.search-top-2) {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .f-search-flex {
    flex-wrap: wrap;
    grid-gap: 30px;
  }
}

/*
*****
9. cta
******************
*/
.cta-area {
  position: relative;
  overflow: hidden;
}
.cta-area .cta-thumb {
  position: absolute;
  right: 14.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .cta-area .cta-thumb {
    right: -2%;
  }
}
@media (min-width: 1280px) and (max-width: 1330px) {
  .cta-area .cta-thumb {
    right: 2%;
  }
}
@media (min-width: 1331px) and (max-width: 1460px) {
  .cta-area .cta-thumb {
    right: 5%;
  }
}
@media (min-width: 1461px) and (max-width: 1550px) {
  .cta-area .cta-thumb {
    right: 9%;
  }
}
@media (min-width: 1551px) and (max-width: 1700px) {
  .cta-area .cta-thumb {
    right: 12%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-area .cta-thumb {
    right: -130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-area .cta-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-text .sub-title {
    font-size: 35px;
  }
}
.cta-text .animated-title {
  color: #fff;
  line-height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-text .animated-title {
    line-height: 55px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-text .animated-title:is(.aniamted-title-2) {
    font-size: 31px;
    line-height: 1.3;
  }
}
.cta-text .animated-title span {
  color: #fff;
}
.cta-text .animated-title span svg {
  bottom: -25px;
}
.cta-text p {
  color: #d1d6d9;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-text p {
    padding-right: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-text p {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cta-text p {
    padding-right: 0;
  }
}
.cta-text .a-btn:hover {
  background: #fff;
  color: #00B1E3;
}

.cta-area-2 {
  position: relative;
  z-index: 1;
}
.cta-area-2 .cta-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 38%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .cta-area-2 .cta-bg {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-area-2 .cta-bg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-area-2 .cta-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-area-2 .cta-bg {
    display: none;
  }
}

.cta-content-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta-content-2 {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cta-content-2 .content {
    margin-bottom: 30px;
  }
}
.cta-content-2 .content span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.cta-content-2 .content h3 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 .content h3 {
    font-size: 35px;
  }
}
.cta-content-2 .cta-btn a {
  display: inline-block;
  padding: 22px 45px;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  font-weight: 700;
  border-radius: 15px;
}
.cta-content-2 .cta-btn a i {
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-content-2 .cta-btn a {
    padding: 22px 35px;
  }
}
.cta-content-2 .cta-btn a:hover {
  background: #fff;
  color: #00B1E3;
}
.cta-content-2:is(.f-cta) .content span {
  margin-bottom: 2px;
}

.fun-fact-title .sub-title {
  font-size: 16px;
}
.fun-fact-title .title {
  font-size: 48px;
  margin-bottom: 0;
}

.cta-content-3 {
  background: #fff;
  margin-right: 50px;
  padding: 60px;
  border-radius: 15px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .cta-content-3 {
    margin-right: 0;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cta-content-3 .button-group .btn {
    padding: 18px 20px;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  .cta-content-3 .button-group .btn {
    margin-bottom: 20px;
  }
  .cta-content-3 .button-group .btn:last-child {
    margin-bottom: 0;
  }
}
.cta-content-3 .button-group .btn i {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cta-content-3 .button-group .btn i {
    margin-left: 5px;
  }
}
.cta-content-3 .button-group .btn-dark {
  background: #181b1d;
  border-color: #181b1d;
}

.cta-area-3 .cta-thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .cta-area-3 .cta-thumb {
    display: none;
  }
}

/*
*****
10. work
******************
*/
.work-wrap {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 50px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .work-wrap {
    padding: 30px 20px;
  }
}
.work-wrap .icon {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}
.work-wrap .icon .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #00B1E3;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 0;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.16);
}
.work-wrap .content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #181b1d;
  margin-bottom: 10px;
}
.work-wrap .content p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}

.work-wrap-2 {
  position: relative;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
  z-index: 2;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.work-wrap-2:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #00B1E3;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.work-wrap-2:hover {
  transform: translateY(-20px);
}
.work-wrap-2:hover:after {
  visibility: visible;
  opacity: 1;
}
.work-wrap-2 .title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .work-wrap-2 .title-wrap:is(.f-title-wrap) {
    display: block;
  }
}
.work-wrap-2 .title-wrap .icon {
  width: 70px;
  font-size: 50px;
  color: #00B1E3;
}
.work-wrap-2 .title-wrap .title {
  font-size: 24px;
  color: #181b1d;
  line-height: 30px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin-bottom: 0;
}
.work-wrap-2 .num {
  font-size: 140px;
  font-weight: 700;
  color: #f9f9f9;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
  line-height: 100px;
}
.work-wrap-2 p {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .work-wrap-2:is(.f-work-wrap-2) {
    padding: 35px 23px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .work-wrap-2:is(.f-work-wrap-2) .title {
    font-size: 21px;
    line-height: 1;
  }
}

.work-wrap-3 {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 50px 40px;
  border: 2px solid #f3f4f6;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-wrap-3 {
    padding: 30px 20px;
  }
}
.work-wrap-3:hover {
  border-color: transparent;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.work-wrap-3:hover .num {
  background: #e74c3c;
  color: #fff;
}
.work-wrap-3 .num {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff3f2;
  color: #e74c3c;
  font-weight: 700;
  line-height: 50px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.work-wrap-3 .work-wrap-3 .icon {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.work-wrap-3 .content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #181b1d;
  margin-bottom: 10px;
}
.work-wrap-3 .content h4 a {
  color: #181b1d;
}
.work-wrap-3 .content h4 a:hover {
  color: #e74c3c;
}
.work-wrap-3 .content p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-wrap-3 {
    padding: 50px 27px;
  }
}
@media (max-width: 767px) {
  .work-wrap-3 {
    padding: 50px 32px;
  }
}

.work-wrap-4 {
  background: #fff;
}
.work-wrap-4 .icon .num {
  color: #00B1E3;
}

.work-wrap-3 .icon {
  line-height: 1;
}

/*
*****
11. testimonial
******************
*/
.testimonial-content-slider ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content-slider ul.slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-content-slider ul.slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testimonial-content-slider ul.slick-dots {
    display: none !important;
  }
}
.testimonial-content-slider ul.slick-dots li {
  display: block;
}
.testimonial-content-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 4px;
  height: 4px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  margin: 6px 0;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-content-slider ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f2f2f2;
}
.testimonial-content-slider ul.slick-dots li.slick-active button:before {
  background: #00B1E3;
}

.testimonial-wrap {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-wrap .thumb {
  padding-left: 40px;
  width: 300px;
}
@media (max-width: 767px) {
  .testimonial-wrap .thumb {
    text-align: center;
    width: 100%;
  }
}
.testimonial-wrap .thumb img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .testimonial-wrap .thumb {
    order: 9;
  }
}
.testimonial-wrap .content-wrapper {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .testimonial-wrap .content-wrapper {
    text-align: center;
    width: 100%;
    padding: 30px 0;
  }
}
.testimonial-wrap .content .rating {
  font-size: 14px;
  color: #00B1E3;
  margin-bottom: 10px;
}
.testimonial-wrap .content .rating i {
  margin-right: 2px;
}
.testimonial-wrap .content h5 {
  font-size: 24px;
  color: #181b1d;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-wrap .content h5 span {
  font-size: 14px;
  color: #777777;
  display: inline-block;
}

.testimonial-wrap-2 .message-wrap {
  background: #fff;
  position: relative;
  padding: 35px 35px 65px;
  text-align: center;
  border: 2px solid #f4f4f4;
  border-radius: 15px;
  margin-bottom: 53px;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
}
.testimonial-wrap-2 .message-wrap .rating {
  font-size: 14px;
  color: #00B1E3;
  margin-bottom: 10px;
}
.testimonial-wrap-2 .message-wrap .rating i {
  margin: 0 2px;
}
.testimonial-wrap-2 .message-wrap p {
  color: #999999;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-wrap-2 .message-wrap .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-size: 20px;
  background: #fff;
  color: #00B1E3;
  transform: translate(-50%, 50%);
  box-shadow: 0px 16px 20px 0px rgba(171, 171, 171, 0.1);
}
.testimonial-wrap-2 .author-wrap {
  text-align: center;
}
.testimonial-wrap-2 .author-wrap h4 {
  font-size: 20px;
  color: #181b1d;
  margin-bottom: 5px;
}
.testimonial-wrap-2 .author-wrap p {
  font-size: 14px;
  color: #999999;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial-wrap-3 .message-wrap-3 {
  background: #fff;
  position: relative;
  padding: 38px 35px;
  border: 2px solid #f4f4f4;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.testimonial-wrap-3 .message-wrap-3 .rating {
  font-size: 14px;
  color: #e74c3c;
  margin-bottom: 10px;
}
.testimonial-wrap-3 .message-wrap-3 .rating i {
  margin: 0 2px;
}
.testimonial-wrap-3 .message-wrap-3 p {
  color: #999999;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.testimonial-wrap-3 .message-wrap-3 .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.testimonial-wrap-3 .message-wrap-3 .author-wrap .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  font-size: 20px;
  background: #fff;
  text-align: center;
  color: #e74c3c;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
  margin-right: 20px;
}
.testimonial-wrap-3 .message-wrap-3 .author-wrap .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.testimonial-wrap-3 .message-wrap-3 .author-wrap .content h4 {
  font-size: 20px;
  color: #181b1d;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrap-3 .message-wrap-3 .author-wrap .content h4 {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrap-3 .message-wrap-3 .author-wrap .content h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial-wrap-3 .message-wrap-3 .author-wrap .content h4 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap-3 .message-wrap-3 .author-wrap .content h4 {
    font-size: 15px;
  }
}
.testimonial-wrap-3 .message-wrap-3 .author-wrap .content p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrap-3 .message-wrap-3 {
    padding: 38px 24px;
  }
}

.testimonial-slider-2 .slick-current .testimonial-wrap-3 .message-wrap-3 {
  box-shadow: 0px 16px 20px 0px rgba(171, 171, 171, 0.1);
}
.testimonial-slider-2 .slick-next {
  position: absolute;
  right: 0;
  top: -125px;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  color: #afafaf;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}
.testimonial-slider-2 .slick-next:hover {
  color: #fff;
  background: #e74c3c;
}
.testimonial-slider-2 .slick-prev {
  position: absolute;
  right: 70px;
  top: -125px;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  color: #afafaf;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  z-index: 99;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}
.testimonial-slider-2 .slick-prev:hover {
  color: #fff;
  background: #e74c3c;
}

.testimonial-title {
  position: relative;
}
.testimonial-title .extra-title {
  color: #f9f9f9;
  font-size: 160px;
  line-height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-title .extra-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-title .extra-title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .testimonial-title .extra-title {
    display: none;
  }
}

.testimonial-wrap-4 {
  background: transparent;
  position: relative;
  z-index: 1;
}
.testimonial-wrap-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #00B1E3;
}
.testimonial-wrap-4 .content-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-wrap-4 .content-wrapper {
    margin-top: 30px;
    padding: 20px;
  }
}
.testimonial-wrap-4 .content .rating {
  color: #fff;
}
.testimonial-wrap-4 .content h5 {
  color: #fff;
}
.testimonial-wrap-4 .content h5 span {
  color: #fff;
}
.testimonial-wrap-4 .testimonial-content-slider ul.slick-dots li button:before {
  background: rgba(255, 255, 255, 0.2);
}
.testimonial-wrap-4 .testimonial-content-slider ul.slick-dots li.slick-active button:before {
  background: #fff;
}

@media (max-width: 767px) {
  .testimonial-wrap div.t-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap div.t-content h5 {
    font-size: 19px;
  }
}

/*
*****
12. newsletter
******************
*/
.newsletter-area {
  background: #f7f7f7;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-area {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-area {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .newsletter-area {
    padding-bottom: 0;
  }
}
.newsletter-area .newsletter-video {
  position: absolute;
  left: 0;
  top: -20px;
}
@media (min-width: 1200px) and (max-width: 1760px) {
  .newsletter-area .newsletter-video {
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-area .newsletter-video {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-area .newsletter-video {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .newsletter-area .newsletter-video {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 100px;
  }
}
.newsletter-area .newsletter-video img {
  width: 100%;
}
.newsletter-area .newsletter-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #fff;
  color: #00B1E3;
  font-size: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
}
.newsletter-area .newsletter-video .play-btn:hover {
  background-color: #00B1E3;
  color: #fff;
}

.newsletter-content .animated-title {
  margin-bottom: 35px;
}
.newsletter-content .animated-title span svg {
  bottom: -25px;
}

.newsletter-form .input-wrap {
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.newsletter-form .input-wrap input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background: #fff;
  border: 0;
  border-radius: 15px;
}
.newsletter-form .input-wrap button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  background: #00B1E3;
  padding: 0 50px;
  border: 0;
  border-radius: 15px;
}
.newsletter-form .input-wrap button:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .newsletter-form .input-wrap button {
    padding: 0 25px;
  }
}
.newsletter-form .input-wrap button i {
  margin-right: 5px;
}

.newsletter-wrap {
  padding: 50px;
  border-radius: 15px;
  margin-left: 50px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .newsletter-wrap {
    margin: 0;
    padding: 30px;
    box-shadow: 0px 0 32px 0px rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 767px) {
  .newsletter-wrap .section-title-5 .title {
    font-size: 25px;
  }
}
.newsletter-wrap .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #f7f7f7;
  font-size: 150px;
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-wrap .icon {
    display: none;
  }
}
.newsletter-wrap form .input-wrap {
  position: relative;
}
.newsletter-wrap form .input-wrap input {
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  border-radius: 15px;
  border: 0;
  color: #181b1d;
  padding: 0 40px;
}
.newsletter-wrap form .input-wrap input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.newsletter-wrap form .input-wrap input:-moz-placeholder {
  color: #a6a6a6;
}
.newsletter-wrap form .input-wrap input::-moz-placeholder {
  color: #a6a6a6;
}
.newsletter-wrap form .input-wrap input:-ms-input-placeholder {
  color: #a6a6a6;
}
.newsletter-wrap form .input-wrap button {
  position: absolute;
  height: 50px;
  background: #00B1E3;
  padding: 0 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 15px;
  color: #fff;
}
.newsletter-wrap form .input-wrap button:hover {
  background-color: #000;
}
.newsletter-wrap form .input-wrap button i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .newsletter-wrap form .input-wrap button {
    transform: translateY(0);
    position: static;
    margin-top: 23px;
  }
}

.newsletter-area-thumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-area-thumb {
    display: none;
  }
}

.counter-wrap i {
  font-weight: 200;
}

.work-wrap-3 i {
  font-size: 80px;
  color: #e74c3c;
  margin-bottom: 32px;
  display: block;
}

/*
*****
13. blog
******************
*/
.blog-post-wrap {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.blog-post-wrap .thumb {
  position: relative;
}
.blog-post-wrap .thumb img {
  max-width: 100%;
}
.blog-post-wrap .thumb .date {
  color: #fff;
  background: #00B1E3;
  position: absolute;
  right: 30px;
  top: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  padding: 12px 0;
  border-radius: 12px;
}
.blog-post-wrap .thumb .date span {
  font-size: 14px;
  line-height: 1;
}
.blog-post-wrap .content {
  padding: 34px 40px;
  position: relative;
  z-index: 3;
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-post-wrap .content {
    padding: 30px;
  }
}
.blog-post-wrap .content .cats {
  color: #00B1E3;
}
.blog-post-wrap .content .cats a {
  font-size: 14px;
  color: #00B1E3;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
}
.blog-post-wrap .content .cats a:first-child {
  margin-left: 0;
}
.blog-post-wrap .content .title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-post-wrap .content .title h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-post-wrap .content .title h3 {
    font-size: 17px;
  }
}
.blog-post-wrap .content .title h3 a {
  color: #181b1d;
}
.blog-post-wrap .content .title h3 a:hover {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .blog-post-wrap .content .title h3 {
    line-height: 1.2;
    margin-bottom: 17px;
  }
}
.blog-post-wrap .content .text p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-post-wrap .content .author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.blog-post-wrap .content .author .author-img {
  width: 40px;
  margin-right: 20px;
}
.blog-post-wrap .content .author .author-img img {
  width: 100%;
}
.blog-post-wrap .content .author .author-name h4 {
  font-size: 14px;
  font-weight: 700;
  color: #b5b5b5;
  margin-bottom: 0;
}
.blog-post-wrap .content .author .author-name h4 span {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .blog-post-wrap .content {
    padding: 25px 25px;
  }
}

.blog-wrap:hover .content {
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
}
.blog-wrap .thumb {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.blog-wrap .thumb img {
  width: 100%;
}
.blog-wrap .content {
  background: #fff;
  border: 2px solid #f8f8f8;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  padding: 40px 35px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-wrap .content .cat {
  position: absolute;
  bottom: 100%;
  left: 30px;
  background: #00B1E3;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
.blog-wrap .content .cat a {
  color: #fff;
  display: inline-block;
  margin-left: 3px;
}
.blog-wrap .content .cat a:first-child {
  margin-left: 0;
}
.blog-wrap .content .title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-wrap .content .title h3 a {
  color: #181b1d;
}
.blog-wrap .content .title h3 a:hover {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .blog-wrap .content .title h3 {
    font-size: 16px;
  }
}
.blog-wrap .content .meta {
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.blog-wrap .content .meta span {
  display: inline-block;
  margin-right: 36px;
  position: relative;
  font-size: 14px;
}
.blog-wrap .content .meta span:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #efefef;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-wrap .content .meta span:last-child {
  margin-right: 0;
  color: #939393;
}
.blog-wrap .content .meta span:last-child:after {
  display: none;
}
.blog-wrap .content .meta span a {
  color: #00B1E3;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-wrap .content {
    padding: 36px 24px;
  }
}

.featured-wrap .thumb {
  overflow: hidden;
}
.featured-wrap .thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.featured-wrap .thumb:hover img {
  transform: scale(1.1);
}

.blog-post-wrap:hover .thumb img {
  transform: scale(1);
}

.blog-wrap.wrap-2 .thumb {
  overflow: hidden;
}
.blog-wrap.wrap-2 .thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-wrap.wrap-2:hover .thumb img {
  transform: scale(1.1);
}

/*
*****
14. footer
******************
*/
.footer-area {
  background: #181b1d;
}
.footer-area .widget-spacing {
  padding: 100px 84px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .widget-spacing {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .widget-spacing {
    padding: 50px 30px;
  }
}
.footer-area .about-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-area .about-widget .footer-logo a {
  display: inline-block;
}
.footer-area .about-widget p {
  font-size: 16px;
  color: #8c9093;
  line-height: 28px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .about-widget p {
    font-size: 15px;
  }
}
.footer-area .about-widget .social-logo {
  margin-top: 30px;
}
.footer-area .about-widget .social-logo a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  border-radius: 15px;
  background: #00B1E3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.footer-area .about-widget .social-logo a:hover {
  background: #00B1E3;
}
@media (max-width: 767px) {
  .footer-area .about-widget .social-logo a {
    margin-right: 6px;
  }
}
.footer-area .about-widget .social-logo .facebook {
  background: #3b5999;
}
.footer-area .about-widget .social-logo .twitter {
  background: #55acee;
}
.footer-area .about-widget .social-logo .behance {
  background: #0057ff;
}
.footer-area .about-widget .social-logo .youtube {
  background: #cd201f;
}
.footer-area .contact-widget {
  background: #f7f7f7;
}
.footer-area .contact-widget .input-wrap {
  margin-bottom: 10px;
}
.footer-area .contact-widget .input-wrap input {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  border: 0;
  padding: 0 30px;
}
.footer-area .contact-widget .input-wrap textarea {
  width: 100%;
  border-radius: 15px;
  border: 0;
  padding: 25px 30px;
  height: 100px;
  resize: none;
}
.footer-area .contact-widget .input-wrap input[type=submit] {
  width: auto;
  color: #fff;
  background: #00B1E3;
  padding: 0 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.footer-area .contact-widget .input-wrap input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.footer-area .menu-widget {
  background: #f7f7f7;
}
.footer-area .menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-area .menu-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  float: left;
}
.footer-area .menu-widget ul li a {
  display: block;
  font-weight: 500;
  color: #777777;
  font-size: 14px;
}
.footer-area .menu-widget ul li a:hover {
  color: #00B1E3;
}
.footer-area .menu-widget-2 {
  background: #f2f2f2;
}
.footer-area .menu-widget-2 .widget-title span:after {
  height: 15px;
  bottom: -12px;
}
.footer-area .menu-widget-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area .menu-widget-2 ul li {
  display: block;
  margin-bottom: 20px;
}
.footer-area .menu-widget-2 ul li a {
  display: block;
  font-weight: 500;
  color: #777777;
  font-size: 14px;
}
.footer-area .menu-widget-2 ul li a:hover {
  color: #00B1E3;
}
.footer-area .footer-copyright {
  background: #0f1214;
  padding: 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-area .footer-copyright {
    padding: 30px 0;
  }
}
.footer-area .footer-copyright p {
  color: #9ca6ac;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-area .footer-copyright p a {
  color: #fff;
}
.footer-area .footer-copyright p a:hover {
  color: #00B1E3;
}

.footer-widget .widget-title {
  color: #181b1d;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-widget .widget-title span {
  color: #00B1E3;
  position: relative;
}
.footer-widget .widget-title span:after {
  content: "";
  background-image: url(../img/shape/shape-1.png);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: widget-headline-dash 3s infinite;
  animation: widget-headline-dash 3s infinite;
}

.footer-area-2 {
  background: #181b1d;
}
.footer-area-2 .footer-border {
  position: relative;
}
.footer-area-2 .footer-border:after {
  content: "";
  height: 1px;
  background: #3e4245;
  left: 15px;
  right: 15px;
  bottom: 0;
  position: absolute;
}
.footer-area-2 .footer-widget-2 {
  margin-bottom: 30px;
}
.footer-area-2 .footer-widget-2 .widget-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-area-2 .footer-copyright {
  padding: 22px 0;
  color: #999999;
  font-weight: 700;
}
.footer-area-2 .footer-copyright a {
  color: #fff;
}
.footer-area-2 .footer-copyright a:hover {
  color: #fff;
}
.footer-area-2 .about-widget .footer-logo {
  margin-bottom: 22px;
}
.footer-area-2 .about-widget p {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
}
.footer-area-2 .about-widget .social-logo {
  margin-top: 30px;
}
.footer-area-2 .about-widget .social-logo a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  border-radius: 15px;
  background: #00B1E3;
}
.footer-area-2 .about-widget .social-logo a:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area-2 .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area-2 .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.footer-area-2 .about-widget .social-logo a:hover {
  background: #00B1E3;
}
.footer-area-2 .about-widget .social-logo .facebook {
  background: #3b5999;
}
.footer-area-2 .about-widget .social-logo .twitter {
  background: #55acee;
}
.footer-area-2 .about-widget .social-logo .behance {
  background: #0057ff;
}
.footer-area-2 .about-widget .social-logo .youtube {
  background: #cd201f;
}
.footer-area-2 .menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-area-2 .menu-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  float: left;
}
.footer-area-2 .menu-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area-2 .menu-widget ul li a {
  display: block;
  font-weight: 500;
  color: #999999;
  font-size: 14px;
}
.footer-area-2 .menu-widget ul li a:hover {
  color: #fff;
}
.footer-area-2 .contact-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-area-2 .contact-widget ul li {
  display: block;
  margin-bottom: 20px;
  color: #999999;
  font-size: 14px;
}
.footer-area-2 .contact-widget ul li span {
  color: #fff;
  font-weight: 700;
  margin-right: 3px;
}
.footer-area-2 .contact-widget ul li span i {
  margin-right: 5px;
}
.footer-area-2 .latest-news-widget .single-news-widget {
  padding-bottom: 25px;
  border-bottom: 1px solid #2f3336;
  margin-bottom: 25px;
}
.footer-area-2 .latest-news-widget .single-news-widget:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.footer-area-2 .latest-news-widget .single-news-widget span {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-area-2 .latest-news-widget .single-news-widget h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-area-2 .latest-news-widget .single-news-widget h5 a {
  color: #fff;
}

.footer-area-3 {
  background: #181b1d;
}
.footer-area-3 .footer-border {
  position: relative;
}
.footer-area-3 .footer-border:after {
  content: "";
  height: 1px;
  background: #e2e2e2;
  left: 15px;
  right: 15px;
  bottom: 0;
  position: absolute;
}
.footer-area-3 .footer-widget-2 {
  margin-bottom: 30px;
}
.footer-area-3 .footer-widget-2 .widget-title {
  color: #181b1d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer-area-3 .footer-copyright {
  padding: 20px 0;
  color: #777777;
  padding-top: 30px;
  font-weight: 700;
}
.footer-area-3 .footer-copyright a {
  color: #777777;
}
.footer-area-3 .footer-copyright a:hover {
  color: #e74c3c;
}
.footer-area-3 .about-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-area-3 .about-widget p {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
}
.footer-area-3 .about-widget .social-logo {
  margin-top: 30px;
}
.footer-area-3 .about-widget .social-logo a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  border-radius: 15px;
  background: #00B1E3;
}
.footer-area-3 .about-widget .social-logo a:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area-3 .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area-3 .about-widget .social-logo a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.footer-area-3 .about-widget .social-logo a:hover {
  background: #00B1E3;
}
.footer-area-3 .about-widget .social-logo .facebook {
  background: #3b5999;
}
.footer-area-3 .about-widget .social-logo .twitter {
  background: #55acee;
}
.footer-area-3 .about-widget .social-logo .behance {
  background: #0057ff;
}
.footer-area-3 .about-widget .social-logo .youtube {
  background: #cd201f;
}
.footer-area-3 .menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-area-3 .menu-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
  float: left;
}
.footer-area-3 .menu-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area-3 .menu-widget ul li a {
  display: block;
  font-weight: 500;
  color: #777777;
  font-size: 14px;
}
.footer-area-3 .menu-widget ul li a:hover {
  color: #e74c3c;
}
.footer-area-3 .contact-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-area-3 .contact-widget ul li {
  display: block;
  margin-bottom: 20px;
  color: #777777;
  font-size: 14px;
}
.footer-area-3 .contact-widget ul li span {
  color: #181b1d;
  font-weight: 700;
  margin-right: 3px;
}
.footer-area-3 .contact-widget ul li span i {
  color: #e74c3c;
  margin-right: 5px;
}
.footer-area-3 .latest-news-widget .single-news-widget {
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.footer-area-3 .latest-news-widget .single-news-widget:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.footer-area-3 .latest-news-widget .single-news-widget span {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-area-3 .latest-news-widget .single-news-widget h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-area-3 .latest-news-widget .single-news-widget h5 a {
  color: #181b1d;
}
.footer-area-3 .latest-news-widget .single-news-widget h5 a:hover {
  color: #e74c3c;
}

@-webkit-keyframes widget-headline-dash {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes widget-headline-dash {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
.footer-1 .row-20 > .col, .footer-1 .no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.footer-area-2 {
  padding-bottom: 30px;
}

/*
*****
15. counter
******************
*/
.counter-wrap {
  padding: 40px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  box-shadow: 0px 16px 32px 0px rgba(171, 171, 171, 0.1);
}
.counter-wrap:hover {
  background: #00B1E3;
}
.counter-wrap:hover .icon {
  color: #00B1E3;
  background: #fff;
}
.counter-wrap:hover .content h3 {
  color: #fff;
}
.counter-wrap:hover .content h3 .prefix {
  color: #fff;
}
.counter-wrap:hover .content p {
  color: #adbbf7;
}
.counter-wrap .icon {
  width: 90px;
  height: 90px;
  line-height: 95px;
  font-size: 40px;
  color: #fff;
  background: #00B1E3;
  margin: 0 auto 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.counter-wrap .content h3 {
  color: #181b1d;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 38px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.counter-wrap .content h3 .prefix {
  font-size: 14px;
  color: #00B1E3;
}
.counter-wrap .content p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.counter-wrapper {
  position: relative;
  margin-bottom: -110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrap-2 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap-2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .counter-wrap-2 {
    text-align: center;
  }
}
.counter-wrap-2 .content h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.counter-wrap-2 .content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.counter-shape {
  padding: 52px 80px 25px;
  background: #00B1E3;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .counter-shape {
    padding: 52px 51px 25px;
  }
}

.counter-wrap-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.counter-wrap-3 .icon {
  font-size: 60px;
  color: #fff;
  background: #00B1E3;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.counter-wrap-3 .content h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.counter-wrap-3 .content h3 .prefix {
  font-size: 16px;
  color: #fff;
}
.counter-wrap-3 .content p {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.counter-wrap-3:is(.f-counter-wrap) {
  justify-content: space-between;
}

.counter-wrap-3.f-custom-counter-wrap {
  display: block;
}
.counter-wrap-3.f-custom-counter-wrap .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .counter-wrap-3.f-custom-counter-wrap .icon {
    display: block;
  }
}
.counter-wrap-3.f-custom-counter-wrap .content {
  line-height: 1;
  display: inline-block;
}
.counter-wrap-3.f-custom-counter-wrap .content h3 {
  line-height: 1;
}
.counter-wrap-3.f-custom-counter-wrap .content p {
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrap-3.f-custom-counter-wrap {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap-3.f-custom-counter-wrap {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrap-3.f-custom-counter-wrap {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .counter-wrap-3.f-custom-counter-wrap {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .counter-wrap-3.f-custom-counter-wrap {
    flex: 0 0 100%;
  }
}

.counter-flex-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*
*****
16. review
******************
*/
.review-place {
  position: relative;
}
.review-place:hover .thumb img {
  transform: scale(1.2);
}
.review-place:hover .content p {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-place:hover .content p {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .review-place:hover .content p {
    height: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .review-place:hover .content p {
    height: 20px;
  }
}
.review-place .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.review-place .thumb:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.review-place .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.review-place .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
  padding-right: 100px;
}
.review-place .content .review {
  margin-bottom: 5px;
}
.review-place .content .review a {
  display: inline-block;
  color: #ffae00;
  font-size: 14px;
}
.review-place .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.review-place .content .title a {
  color: #fff;
}
.review-place .content .title a:hover {
  color: #e74c3c;
}
.review-place .content p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .review-place .content p {
    display: none;
  }
}
.review-place .content .buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.review-place .content .buttons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #e74c3c;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.review-place .content .buttons .cart-btn {
  background: #fff;
  color: #e74c3c;
  position: relative;
  z-index: 2;
}
.review-place .content .buttons .cart-btn:hover {
  z-index: 3;
}
.review-place .content .buttons .wishlist-btn {
  color: #fff;
  background: #e74c3c;
  margin-left: -16px;
  position: relative;
}
.review-place .content .buttons .wishlist-btn:hover {
  z-index: 3;
}

.f-filter-nav button {
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .f-filter-nav button {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .f-review-thumb {
    margin-right: 23px;
  }
}

/*
*****
17. breadcrumb
******************
*/
.breadcrumb-title .sub-title {
  font-size: 16px;
  color: #fff;
}
.breadcrumb-title .title {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .breadcrumb-title .title {
    font-size: 36px;
  }
}

.breadcrumb-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 15px 15px 0 0;
  padding: 20px 30px;
}
.breadcrumb-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb-nav ul li {
  display: inline-block;
  color: #afafaf;
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  font-weight: 700;
}
.breadcrumb-nav ul li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  height: 16px;
  width: 2px;
  background: #e9e9e9;
  transform: translateY(-50%);
}
.breadcrumb-nav ul li:last-child {
  margin-right: 0;
}
.breadcrumb-nav ul li:last-child:after {
  display: none;
}
.breadcrumb-nav ul li a {
  color: #afafaf;
}
.breadcrumb-nav ul li a:hover {
  color: #00B1E3;
}
.breadcrumb-nav ul li.active {
  color: #00B1E3;
}

@media (max-width: 767px) {
  .breadcrumb-space {
    margin-bottom: 55px;
  }
}

/*
*****
18. about
******************
*/
.about-thumbs {
  position: relative;
}
.about-thumbs .custom-col {
  margin-right: -10px;
  margin-left: -10px;
}
.about-thumbs .custom-col .col-xl-12,
.about-thumbs .custom-col .col-xl-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.about-thumbs .about-thumb-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  background: #00B1E3;
  font-size: 50px;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about-thumbs .about-thumb-icon {
    display: none;
  }
}

.about-thumb {
  margin-bottom: 20px;
}
.about-thumb img {
  width: 100%;
}

.about-text-wrap {
  padding-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-text-wrap {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-text-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-text-wrap {
    padding-left: 0;
  }
}
.about-text-wrap .title {
  font-size: 50px;
  line-height: 60px;
}
.about-text-wrap .sub-description {
  font-size: 18px;
  color: #00B1E3;
  font-weight: 500;
  padding-left: 20px;
  border-left: 2px solid #00B1E3;
}
.about-text-wrap .about-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-text-wrap .about-author .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.about-text-wrap .about-author .thumb img {
  border-radius: 50%;
}
.about-text-wrap .about-author .content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.about-text-wrap .about-author .content h4 {
  font-size: 24px;
  color: #181b1d;
  margin-bottom: 0;
}
.about-text-wrap .about-author .content span {
  font-size: 14px;
  color: #777777;
  font-weight: 700;
  display: inline-block;
}
.about-text-wrap:is(.f-about-text) .title {
  line-height: 1.3;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .about-text-wrap:is(.f-about-text) .title {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .f-video-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*
*****
19. team
******************
*/
.team-wrap {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.05);
}
.team-wrap:hover .content {
  background: #00B1E3;
}
.team-wrap:hover .content span {
  color: #fff;
}
.team-wrap:hover .content h4 {
  color: #fff;
}
.team-wrap:hover .thumb .team-social {
  background: #00B1E3;
}
.team-wrap:hover .thumb .team-social ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.team-wrap .thumb {
  padding-right: 50px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.team-wrap .thumb img {
  width: 100%;
  border-radius: 15px 0 0 0;
}
.team-wrap .thumb .team-social {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap .thumb .team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-wrap .thumb .team-social ul li {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .thumb .team-social ul li {
    margin-bottom: 15px;
  }
}
.team-wrap .thumb .team-social ul li:last-child {
  margin-bottom: 0;
}
.team-wrap .thumb .team-social ul li a {
  display: block;
  color: #b2b2b2;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .thumb .team-social ul li a {
    font-size: 14px;
  }
}
.team-wrap .thumb .team-social ul li a:hover {
  color: #fff;
}
.team-wrap .content {
  padding: 28px 40px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .content {
    padding: 20px 20px;
  }
}
.team-wrap .content span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #00B1E3;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap .content h4 {
  font-size: 20px;
  color: #181b1d;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .content h4 {
    font-size: 18px;
  }
}

.team-wrap .content h4 a {
  color: inherit;
}

/*
*****
20. pricing
******************
*/
.pricing-wrap {
  padding: 60px 50px;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pricing-wrap:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.pricing-wrap:is(.active) {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.pricing-wrap .icon {
  margin-bottom: 40px;
}
.pricing-wrap .icon img {
  display: inline-block;
}
.pricing-wrap .title h5 {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-wrap .pricing h3 {
  font-size: 60px;
  font-weight: 700;
  color: #00B1E3;
}
.pricing-wrap .pricing h3 span {
  font-size: 16px;
}
.pricing-wrap .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-wrap .list ul li {
  display: block;
  font-size: 18px;
  color: #777777;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-wrap .list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.pricing-wrap .button {
  margin-top: 40px;
}
.pricing-wrap .button a {
  display: inline-block;
  padding: 20px 35px;
  font-weight: 700;
  background: rgba(45, 72, 195, 0.06);
  color: #00B1E3;
  border-radius: 15px;
}
.pricing-wrap .button a i {
  margin-left: 10px;
}
.pricing-wrap .button a:hover {
  background: #00B1E3;
  color: #fff;
}

/*
*****
21. brand
******************
*/
.brand-spacing {
  padding-left: 235px;
  padding-right: 235px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .brand-spacing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brand-spacing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .brand-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brand-slider .single-brand {
  text-align: center;
  padding: 0 20px;
}
.brand-slider .single-brand img {
  display: inline-block;
  max-width: 100%;
}

.brand-space {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .brand-space {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cta-space {
    padding-top: 0;
  }
}

/*
*****
23. faq
******************
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .answer-form-area {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .answer-form-area {
    padding-bottom: 80px;
  }
}

.answere-box {
  position: relative;
}

.answere-form {
  padding: 60px;
  padding-top: 55px;
  width: 620px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: -60px;
  background: #fff;
  border-radius: 16px;
  left: calc(100% - 120px);
}
.answere-form span {
  font-weight: 700;
  display: block;
  font-size: 16px;
  padding-bottom: 2px;
}
.answere-form h3 {
  font-weight: 700;
  font-size: 60px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .answere-form h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .answere-form h3 {
    font-size: 35px;
  }
}
.answere-form form input, .answere-form form textarea {
  height: 60px;
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: #f8f8f8;
  padding-left: 30px;
  font-size: 16px;
  color: #a6a6a6;
}
.answere-form form input::-webkit-input-placeholder, .answere-form form textarea::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: 16px;
}
.answere-form form input:-moz-placeholder, .answere-form form textarea:-moz-placeholder {
  color: #a6a6a6;
  font-size: 16px;
}
.answere-form form input::-moz-placeholder, .answere-form form textarea::-moz-placeholder {
  color: #a6a6a6;
  font-size: 16px;
}
.answere-form form input:-ms-input-placeholder, .answere-form form textarea:-ms-input-placeholder {
  color: #a6a6a6;
  font-size: 16px;
}
.answere-form form textarea {
  height: 180px;
  padding: 30px;
  padding-top: 25px;
}
.answere-form form button {
  background: #00B1E3;
  color: #fff;
  border: 0;
  font-weight: 700;
  line-height: 1;
  border-radius: 16px;
  font-size: 14px;
  padding: 25px 43px;
}
.answere-form form button i {
  padding-right: 7px;
}
@media (max-width: 767px) {
  .answere-form form button {
    padding: 18px 35px;
  }
}
.answere-form form button:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .answere-form {
    left: 30%;
    top: 90px;
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .answere-form {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .answere-form {
    position: static;
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .answere-form:is(.answer-form-2) {
    left: 50%;
    top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .answare-area, .answare-spacing {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .answare-area, .answare-spacing {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .answare-area, .answare-spacing {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .answare-area, .answare-spacing {
    padding-bottom: 100px;
  }
}

/*
*****
24. address
******************
*/
.address-icon {
  transform: translateY(-50%);
}
.address-icon i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #00B1E3;
  display: inline-block;
  font-size: 55px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.address-desc {
  margin-top: -15px;
  position: relative;
}
.address-desc h4 {
  margin-bottom: 0;
  padding-bottom: 21px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.address-desc .generic-btn {
  transform: translateY(50%);
}
.address-desc p {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.generic-btn {
  font-size: 16px;
  color: #181b1d;
  background: #f8f8f8;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 20px 38px;
}

.single-address {
  background-color: #f8f8f8;
  padding: 0 46px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
.single-address .shape img {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.single-address:hover .shape img {
  left: 0;
  right: auto;
  width: 100%;
}
.single-address:hover .address-icon i {
  background-color: #00B1E3;
  color: #fff;
}
.single-address:hover .address-desc h4, .single-address:hover .address-desc p, .single-address:hover .address-desc a {
  color: #fff;
}
.single-address:hover .address-desc a.generic-btn {
  background-color: #00B1E3;
  border-color: #00B1E3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-address {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .single-address {
    padding: 0 15px;
  }
}

.pl-13 {
  padding-left: 13px;
}

.map-area iframe {
  width: 100%;
  border: 0;
  height: 700px;
}

.map-full-height {
  height: 100%;
  position: absolute;
  margin-bottom: 40px;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .map-full-height {
    height: 350px;
    position: static;
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-full-height {
    position: static;
    margin-bottom: 65px;
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-full-height {
    position: static;
    margin-bottom: 65px;
    height: 350px;
  }
}
.map-full-height iframe {
  width: calc(50% + 54px);
  border: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .map-full-height iframe {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-full-height iframe {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-full-height iframe {
    width: 100%;
  }
}

.m-c-padding {
  padding-left: calc(37px + 80px);
}
@media (max-width: 767px) {
  .m-c-padding {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-c-padding {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-c-padding {
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .m-c-padding {
    padding-left: calc(37px + 27px);
  }
}

.find-form .form-group {
  margin-bottom: 20px;
}
.find-form input, .find-form .nice-select {
  border-radius: 16px;
  background-color: #f4f4f4;
  height: 65px;
  border: 0;
  line-height: 65px;
  width: 100%;
  border: 0;
  padding: 0 30px;
}
.find-form input {
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
}
.find-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
}
.find-form input:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
}
.find-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
}
.find-form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
}

.has-select div.nice-select:after {
  border: 0;
  width: 9px;
  height: 5px;
  background: #bdbdbd;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  right: 35px;
}

.tagcloud a {
  line-height: 1;
  font-weight: 500;
  color: #828892;
  font-size: 16px;
  margin-right: 11px;
  border-radius: 10px;
  margin-bottom: 16px;
  display: inline-block;
  padding: 12px 17px;
  background: #f4f4f4;
}
.tagcloud a:hover {
  background-color: #00B1E3;
  color: #fff;
}

.widget-btn button {
  font-size: 16px;
  line-height: 1;
  background: #00B1E3;
  border: 0;
  color: #fff;
  border-radius: 16px;
  padding: 23px 35px;
  padding-bottom: 22px;
}
.widget-btn button :is(i) {
  display: inline-block;
  padding-left: 19px;
}
.widget-btn button:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .widget-btn button {
    padding: 16px 30px;
  }
}

.search-result-top .custom-tab a {
  border: 0;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  border-color: transparent;
  font-size: 22px;
  color: #eaeaea;
  font-weight: 700;
  padding-right: 14px;
}
.search-result-top .custom-tab a:is(:nth-child(2)) {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .search-result-top .custom-tab a:is(:nth-child(2)) {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .search-result-top .custom-tab a:is(:nth-child(2)) {
    padding-right: 14px;
  }
}
.search-result-top .custom-tab a.nav-link.active {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .search-result-top .custom-tab a {
    padding-right: 8px;
  }
}
.search-result-top span {
  font-weight: 700;
  font-size: 20px;
  color: #161c26;
}
@media (max-width: 767px) {
  .search-result-top span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .search-result-top span {
    font-size: 16px;
  }
}

.has-border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .has-border-bottom:is(.listing-border-bottom) {
    padding-bottom: 44px;
  }
}

.search-result .nice-select {
  background: #f4f4f4;
  border: 0;
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  color: #a5a6a6;
  padding: 0 30px;
  padding-right: 59px;
  border-radius: 10px;
}
.search-result .nice-select::after {
  border: 0;
  width: 9px;
  height: 5px;
  background: #bdbdbd;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  right: 30px;
}

.featured-wrap-3.style-2 .content.content-2 {
  padding-left: 40px;
  padding-top: 0;
}
.featured-wrap-3.style-2 .content.content-2 .buttons {
  right: calc(100% - 18px);
  top: 50%;
}
.featured-wrap-3.style-2 .content.content-2 .buttons a {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-wrap-3.style-2 .content.content-2 .buttons {
    right: 94%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-wrap-3.style-2 .content.content-2 .buttons {
    right: 95%;
  }
}
@media (max-width: 767px) {
  .featured-wrap-3.style-2 .content.content-2 .buttons {
    right: 45px;
    top: -31px;
    left: auto;
  }
}
.featured-wrap-3.style-2 .content.content-2 .buttons:is(.listing-button) {
  right: 100%;
}
.featured-wrap-3.style-2 .content.content-2 .author-info {
  padding-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-wrap-3.style-2 .content.content-2 .author-info {
    padding-top: 0;
  }
}
.featured-wrap-3.style-2 .content.content-2:is(.listing-content) {
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) {
    padding-left: 17px;
    padding-right: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) and (max-width: 1500px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) {
    padding-left: 10px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) .image {
    margin-right: 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) .image {
    margin-right: 7px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) .text h5 {
    font-size: 16px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .featured-wrap-3.style-2 .content.content-2:is(.listing-content) .author-info {
    padding-bottom: 10px;
  }
}

.single-widget .nice-select::after {
  right: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-widget .tagcloud a {
    padding: 11px 13px;
    margin-right: 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .single-widget .tagcloud a {
    padding: 11px 13px;
    margin-right: 6px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .search-flex-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .map-listing-area {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-listing-area {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-listing-area {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .map-plr {
    padding: 0 30px;
  }
}

.has-select-2 .nice-select {
  float: none;
}

@media (max-width: 767px) {
  .sidebar-widget {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}

.search-flex {
  flex-wrap: wrap;
  grid-gap: 10px;
}

.feature-list-2 {
  align-items: center;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.feature-list-2 .thumb {
  flex: 0 0 364px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-list-2 .thumb {
    flex: 0 0 43%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .feature-list-2 .thumb {
    flex: 0 0 45%;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .feature-list-2:is(.feature-map-space) .thumb {
    flex: 0 0 45%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) .thumb {
    flex: 0 0 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) :is(.image-2) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) .thumb {
    height: 155px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) h5 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) :is(.l-author-info) {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .feature-list-2:is(.feature-map-space) :is(.l-author-info).has-border-bottom {
    padding-bottom: 5px;
  }
}

span.rating-2 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  left: 34px;
  top: 30px;
}
span.rating-2 i {
  font-weight: 700;
}

.listing-content {
  padding-left: 40px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .listing-content {
    padding-left: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing-content {
    padding: 38px 20px;
  }
}
@media (max-width: 767px) {
  .listing-content {
    padding: 38px 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .listing-content {
    padding-right: 5px;
    padding-left: 31px;
  }
}

.listing-btn a {
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 50%;
  line-height: 37px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #00B1E3;
  perspective: 1500px;
  -ms-perspective: 1500px;
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
}
.listing-btn:is(.pos-abs) {
  position: absolute;
}
.listing-btn:is(.tb-center) {
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .listing-btn:is(.tb-center) {
    left: 50%;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .listing-btn:is(.tb-center) {
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.f-flex-column {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .f-flex-column {
    flex-direction: row;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .f-flex-column {
    flex-direction: column;
  }
}

.l-author-info {
  margin-bottom: 25px;
}
.l-author-info image {
  margin-right: 20px;
}
.l-author-info img {
  border-radius: 50%;
}
.l-author-info:is(.l-flex) {
  display: flex;
}
.l-author-info h5 {
  margin-bottom: 4px;
}
.l-author-info text {
  padding-left: 20px;
}
.l-author-info:is(.has-border-bottom) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-author-info:is(.has-border-bottom) {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-author-info:is(.has-border-bottom) {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .l-author-info:is(.has-border-bottom) {
    padding-bottom: 3px;
  }
}
.l-author-info i {
  font-size: 14px;
  color: #00B1E3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .l-author-info {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .l-author-info {
    margin-bottom: 4px;
    font-size: 16px;
  }
}

.listing-info span {
  display: block;
  margin-bottom: 6px;
}
.listing-info span i {
  margin-right: 20px;
  color: #00B1E3;
}

.image-2 {
  margin-right: 20px;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .listing-content.f-listing {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .listing-btn.pos-abs.tb-center-column {
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.map-frame-right {
  left: auto;
  right: 0;
}

/*
*****
25. widget
******************
*/
.single-widget {
  border: 2px solid #f3f3f3;
  padding: 38px;
}
.single-widget.widget-pb {
  padding-bottom: 24px;
}
.single-widget:is(.author-padding) {
  padding: 39px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .single-widget:is(.author-padding) {
    padding: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-widget {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .single-widget {
    padding: 23px;
  }
}

.widget-title {
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #181b1d;
  border-bottom: 1px solid #f1f1f1;
}
.widget-title span {
  color: #00B1E3;
}
@media (max-width: 767px) {
  .widget-title {
    font-size: 16px;
  }
}

.search-form input, .search-form .nice-select {
  height: 65px;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  padding: 0 30px;
  font-size: 16px;
  color: #a7a7a7;
  border-radius: 16px;
}
.search-form input::-webkit-input-placeholder, .search-form .nice-select::-webkit-input-placeholder {
  font-size: 16px;
  color: #a7a7a7;
}
.search-form input:-moz-placeholder, .search-form .nice-select:-moz-placeholder {
  font-size: 16px;
  color: #a7a7a7;
}
.search-form input::-moz-placeholder, .search-form .nice-select::-moz-placeholder {
  font-size: 16px;
  color: #a7a7a7;
}
.search-form input:-ms-input-placeholder, .search-form .nice-select:-ms-input-placeholder {
  font-size: 16px;
  color: #a7a7a7;
}
.search-form .nice-select {
  float: none;
  line-height: 65px;
}
.search-form .form-group {
  margin-bottom: 10px;
}

.search-btn {
  border: 0;
  background: #00B1E3;
  color: #fff;
  line-height: 1;
  padding: 24px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
}
.search-btn i {
  padding-left: 21px;
  display: inline-block;
}
.search-btn:hover {
  color: #fff;
  background-color: #000;
}

.map-input {
  position: relative;
}
.map-input::after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #bdbdbd;
  font-weight: 600;
  font-size: 14px;
  content: "";
  font-family: "Font awesome 5 pro";
}

/*range slider css start*/
#slider-range {
  position: relative;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-widget-content {
  background: #f0f0f0;
}
.ui-widget-content .ui-state-default {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-widget-header {
  background: #222;
}
.ui-widget-header .ui-state-default {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-button {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

html .ui-button.ui-state-disabled:hover {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}
html .ui-button.ui-state-disabled:active {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
  height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
}
.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #222;
  left: 4.5px;
  top: 4.5px;
  border-radius: 50%;
}

.slider-range p {
  line-height: 1;
  margin-top: 25px;
}
.slider-range p label {
  font-size: 12px;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 7px;
}
.slider-range input {
  font-size: 12px;
  font-weight: 400;
  color: #6b6b6b;
  border: none;
  outline: none;
  background: none;
  margin-left: 10px;
  width: 100px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  position: absolute;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  position: absolute;
  background: #00B1E3;
  height: 4px;
}

.price-select .nice-select {
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
  line-height: 1;
}
.price-select .nice-select span.current {
  font-size: 18px;
  font-weight: 700;
  color: #181b1d;
  font-family: "DM Sans", sans-serif;
}

.single-widget.single-widget-2 {
  padding: 36px 38px;
}

.s-author-desc h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
.s-author-desc p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 22px;
  line-height: 26px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .s-author-desc p {
    padding: 0;
  }
}
.s-author-thumb {
  padding-bottom: 22px;
}

.author-social a {
  font-size: 14px;
  color: #d4d4d4;
  margin: 0 4px;
}
.author-social a:hover {
  color: #00B1E3;
}

.widget-search {
  position: relative;
}
.widget-search input {
  height: 60px;
  border: 0;
  background: #f5f5f5;
  width: 100%;
  border-radius: 16px;
  padding: 0 30px;
  font-size: 12px;
  color: #b7b7b7;
}
.widget-search input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b7b7b7;
}
.widget-search input:-moz-placeholder {
  font-size: 12px;
  color: #b7b7b7;
}
.widget-search input::-moz-placeholder {
  font-size: 12px;
  color: #b7b7b7;
}
.widget-search input:-ms-input-placeholder {
  font-size: 12px;
  color: #b7b7b7;
}
.widget-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  bottom: 0;
  border: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #00B1E3;
  color: #fff;
  font-size: 14px;
}

.single-w-news {
  overflow: hidden;
}
.single-w-news:not(:last-child) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-w-news .thumb {
  float: left;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .single-w-news .thumb {
    padding-right: 15px;
  }
}
.single-w-news .content {
  padding-top: 4px;
}
.single-w-news .content h6 {
  margin-bottom: 10px;
}
.single-w-news .content span {
  font-size: 14px;
  color: #777777;
}
.single-w-news .content span i {
  color: #00B1E3;
  padding-right: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .single-w-news:is(.f-w-news) .thumb {
    padding-right: 0;
    float: none;
    margin-bottom: 8px;
  }
}

.widget-list {
  padding-left: 0;
}
.widget-list a {
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-left: 30px;
  color: #777777;
  font-size: 14px;
}
.widget-list a span.count {
  padding: 17px 0;
  position: relative;
  background: #efefef;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 50px;
  text-align: center;
}
.widget-list a:not(:last-child) {
  margin-bottom: 10px;
}
.widget-list a:hover {
  color: #fff;
  background-color: #00B1E3;
}
.widget-list a:hover span.count {
  background-color: #0b30d4;
}

.padding-list {
  padding-top: 35px;
}

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

.custom-row-3 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.custom-col-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.padding-instagram {
  padding-bottom: 23px;
}

.tagcloud-2 a {
  font-size: 12px;
  color: #777777;
  padding: 12px 27px;
}

.tagcloud.tagcloud-sm a {
  padding: 10px 30px;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 0;
}

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

@media (max-width: 767px) {
  .single-news-area .tagcloud a {
    padding: 8px 14px;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .widget-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-wrapper {
    padding-left: 0;
  }
}

.grid-instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.widget-title-1 {
  padding-bottom: 26px;
}

.f-w-space {
  padding-top: 95px;
  padding-bottom: 90px;
}

/*
*****
26. extra-info
******************
*/
/* mobile menu css */
.open-mobile-menu a {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 20px;
  color: #00B1E3;
  position: relative;
  transform: translateY(0px);
  z-index: 9;
}

.open-mobile-menu a:hover {
  background: #00B1E3;
  color: #fff;
}

.open-mobile-menu a.active {
  background: #00B1E3;
}

.side-menu-icon i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.side-info {
  background: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 0;
  padding: 15px 30px;
  transition: 0.6s;
  overflow-y: scroll;
}

.side-info.info-open {
  right: 0;
}

.side-info-close {
  background: none;
  border: 0;
  color: #222;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
}

.side-info-content h1 {
  color: #fff;
  font-size: 29px;
}

.offcanvas-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

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

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #101a23;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  color: #353535;
  line-height: 28px;
  top: 6px;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-clicked {
  background: #00B1E3;
  border-color: #00B1E3 !important;
  color: #fff;
}

.mean-container .mean-nav > ul > li:first-child a {
  border-top: 0;
}

.mean-container .mean-nav ul ul {
  padding-left: 15px;
}

.mean-container .mean-nav ul li ul li a {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none !important;
  visibility: visible;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  font-size: 12px;
  color: #101a23;
}

.mean-container .mean-nav ul li ul li:last-child a {
  border: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: #00B1E3;
}

/*contact-infos*/
.side__logo img {
  width: 115px;
}

.contact-infos h4 {
  font-size: 27px;
  margin-bottom: 20px;
}

.contact-infos ul li {
  font-size: 15px;
  margin-bottom: 15px;
  list-style: none;
  color: #00B1E3;
}

.contact-infos ul li a {
  color: #00B1E3;
}

.contact-infos ul li i {
  color: #00B1E3;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}

.sidebar__menu--social {
  margin-top: 25px;
}

.sidebar__menu--social a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #00B1E3;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar__menu--social a:hover::before {
  width: 100%;
}

div.sidebar__menu--social a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  margin-right: 1px;
  background: #393f53;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.side-btn .site__btn1 {
  padding: 16px 50px;
}

.side-row {
  margin: 0 -7.5px !important;
}

.side-row .col-4 {
  padding: 0 7.5px;
}

.side-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

@media (min-width: 992px) {
  .side-info {
    width: 465px;
    padding: 50px;
  }

  .close-mobile-menu a {
    font-size: 16px;
    background: #EA5822;
    height: 45px;
    width: 45px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    line-height: 48px;
  }
}
.footer-widget-wrap.position-relative {
  height: 100%;
}

.footer-widget-wrap .row.no-gutters {
  height: 100%;
}

.footer-area .widget-spacing {
  padding: 100px 80px;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .widget-spacing {
    padding: 100px 27px;
  }
}
@media (max-width: 767px) {
  .footer-area .widget-spacing {
    padding: 100px 34px;
  }
}

.footer-area .footer-copyright {
  background: #0f1214;
  padding: 48px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer-widget.widget-spacing.pb-200 {
  padding-bottom: 200px;
}

.side-info-2 .mean-container .mean-nav ul li a.mean-expand:hover, .side-info-2 .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-clicked {
  background-color: #00B1E3;
  border-color: #00B1E3;
  color: #fff;
}

.side-info-2 .mean-container .mean-nav ul li a:hover {
  color: #00B1E3;
}

.side-info-2 .contact-infos ul li {
  color: #00B1E3;
}

.side-info-2 .contact-infos ul li a {
  color: #00B1E3;
}

.side-info-2 .contact-infos ul li i {
  color: #00B1E3;
}

.side-info-2 .sidebar__menu--social a::before {
  color: #fff;
  background-color: #00B1E3;
}

.side-info-3 .mean-container .mean-nav ul li a.mean-expand:hover, .side-info-3 .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a.mean-clicked {
  background-color: #00B1E3;
  border-color: #00B1E3;
  color: #fff;
}

.side-info-3 .mean-container .mean-nav ul li a:hover {
  color: #e74c3c;
}

.side-info-3 .contact-infos ul li {
  color: #e74c3c;
}

.side-info-3 .contact-infos ul li a {
  color: #e74c3c;
}

.side-info-3 .contact-infos ul li i {
  color: #e74c3c;
}

.side-info-3 .sidebar__menu--social a::before {
  color: #fff;
  background-color: #e74c3c;
}

/*
*****
27. news-list
******************
*/
.news-thumb {
  margin: 0 20px;
}
.news-thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news-thumb img:hover {
  filter: brightness(0.65);
  cursor: pointer;
}

.has-shadow-bottom {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.radius-img-50 {
  overflow: hidden;
}
.radius-img-50 img {
  border-radius: 50%;
}

.author-box .content {
  overflow: hidden;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .author-box .content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .author-box .content {
    padding-left: 20px;
  }
}

.author-name {
  margin-bottom: 0;
  padding-bottom: 4px;
}
.author-name i {
  font-size: 14px;
  color: #00B1E3;
  padding-left: 11px;
  display: inline-block;
}
.author-name:hover a {
  color: #00B1E3;
}

.rating-2 span {
  font-size: 14px;
  color: #181b1d;
  padding-right: 3px;
  font-weight: 700;
  display: inline-block;
}

.rating-3 span {
  font-size: 14px;
  color: #777;
  display: inline-block;
  padding-right: 5px;
}

.icon-default {
  font-size: 14px;
  color: #00B1E3;
}

.duration {
  padding-left: 7px;
}
.duration span {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .duration {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .duration {
    padding-left: 0;
  }
}

.news-tag a {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}
.news-tag span {
  padding-bottom: 7px;
  display: block;
}
@media (max-width: 767px) {
  .news-tag span {
    padding-bottom: 0;
  }
}

.price span {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}

.f-sm-btn {
  width: 37px;
  height: 37px;
  background: #00B1E3;
  color: #fff;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
}
.f-sm-btn:hover {
  background-color: #eff2ff;
  color: #00B1E3;
}

.flex-column {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.author-box-main {
  margin-top: -100px;
  padding: 45px 50px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  position: relative;
  border-radius: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-box-main {
    padding: 35px 35px;
  }
}
@media (max-width: 767px) {
  .author-box-main {
    padding: 39px 24px;
  }
}

.desc-box span.first-letter {
  background: #00B1E3;
  color: #fff;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 16px;
  font-weight: 700;
  font-size: 60px;
  margin-right: 20px;
  line-height: 90px;
  float: left;
}
.desc-box p {
  overflow: hidden;
}

.news-description a {
  color: #00B1E3;
  font-weight: 500;
  text-decoration: underline;
}
.news-description p {
  padding-right: 6px;
  line-height: 28px;
}

.service-desc h5 {
  margin-bottom: 6px;
}
.service-desc h5 a {
  text-decoration: none;
  color: #181b1d;
  font-size: 18px;
  font-weight: 700;
}
.service-desc h5:hover a {
  color: #00B1E3;
}
.service-desc p {
  line-height: 26px;
}
.service-icon i {
  font-size: 30px;
  color: #00B1E3;
  display: inline-block;
  margin-right: 23px;
}

.single-service:not(:last-child) {
  padding-bottom: 28px;
}

.service-cat-list ul {
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.service-cat-list ul li {
  list-style: none;
  width: 33.33%;
  padding-bottom: 13px;
  float: left;
}
.service-cat-list ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 13px;
  margin-right: 62px;
}
.service-cat-list ul li a i {
  font-size: 16px;
  color: #00B1E3;
  padding-right: 22px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-cat-list ul li a i {
    padding-right: 13px;
  }
}
.service-cat-list ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #efefef;
  content: "";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-cat-list ul li a {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-cat-list ul li a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .service-cat-list ul li a {
    margin-right: 0;
  }
}
.service-cat-list ul li:hover a {
  color: #00B1E3;
}
.service-cat-list ul li.no-border a::after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-cat-list ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-cat-list ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-cat-list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .service-cat-list ul li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-cat-list ul {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-cat-list ul {
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-cat-list ul {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .service-cat-list ul {
    padding-right: 0;
  }
}

.tagcloud a {
  color: #828892;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  padding: 15px 17px;
  background: #f4f4f4;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    margin-right: 9px;
    padding: 11px 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .tagcloud a {
    padding: 12px 13px;
    margin-right: 4px;
  }
}
@media (min-width: 1501px) and (max-width: 1800px) {
  .tagcloud a {
    padding: 15px 14px;
  }
}

.rating-count {
  background: #f8f9ff;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  padding: 50px 40px;
}
.rating-count span {
  font-size: 20px;
  line-height: 1.3;
  color: #777;
}
.rating-count span:is(.theme-color) {
  color: #00B1E3;
}
.rating-count span:is(.count-meta) {
  display: block;
  margin-bottom: 8px;
}
.rating-count span.count-num {
  color: #181b1d;
  margin-bottom: 0;
  display: block;
  line-height: 0.75;
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .rating-count {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .rating-count {
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
  }
}

.skill--title__wrapper {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skill--title__wrapper span {
  color: #00B1E3;
  font-weight: 700;
}

.skill--title {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 700;
}

.skill__wrapper .progress {
  height: 6px;
  border-radius: 0px;
}

.progress-bar {
  background-color: #00B1E3;
}

.review-content h5 {
  font-size: 16px;
  margin-bottom: 8px;
}
.review-content h5 a {
  text-decoration: none;
  color: #181b1d;
  font-weight: 700;
}
.review-content h5:hover a {
  color: #00B1E3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-content {
    margin-top: 0;
  }
}

.single-review {
  border-bottom: 1px solid #efefef;
}

.has-border {
  border-bottom: 1px solid #efefef;
  padding-bottom: 13px;
}

.input-default {
  height: 60px;
  background: #f8f8f8;
  border: 0;
  border-radius: 16px;
  padding: 0 30px;
  width: 100%;
  font-size: 16px;
  color: #999999;
}
.input-default::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.input-default:-moz-placeholder {
  font-size: 16px;
  color: #999999;
}
.input-default::-moz-placeholder {
  font-size: 16px;
  color: #999999;
}
.input-default:-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}

.textarea-default {
  height: 60px;
  background: #f8f8f8;
  border: 0;
  border-radius: 16px;
  padding: 0 30px;
  width: 100%;
  font-size: 16px;
  color: #999999;
  height: 200px;
  padding-top: 23px;
}

.review-condition input[type=checkbox] {
  display: none;
}
.review-condition label {
  color: #999;
  padding-left: 37px;
  margin-bottom: 0;
  position: relative;
}
.review-condition label::before {
  width: 20px;
  height: 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.review-condition label::after {
  content: "";
  font-family: "Font awesome 5 pro";
  font-size: 15px;
  color: #00B1E3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.btn-default {
  border: 0;
  background: #00B1E3;
  padding: 25px 40px;
  border-radius: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.btn-default:hover {
  background-color: #000;
  color: #fff;
}

.map-frame iframe {
  width: 100%;
  height: 240px;
}

.address-list {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.address-list li {
  list-style-type: none;
}
.address-list li i {
  color: #00B1E3;
  font-size: 14px;
  display: inline-block;
  padding-right: 21px;
}
@media (max-width: 767px) {
  .address-list li i {
    padding-right: 13px;
  }
}
.address-list li:not(:last-child) {
  padding-bottom: 12px;
}

.widget-social a {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  border: 1.5px solid transparent;
  border-radius: 12px;
  margin-right: 6px;
  display: inline-block;
}
.widget-social a:hover {
  background-color: transparent;
}

a.facebook-btn {
  background-color: #3b5999;
  color: #fff;
}
a.facebook-btn:hover {
  border-color: #3b5999;
  color: #3b5999;
}

a.twitter-btn {
  background-color: #55acee;
  color: #fff;
}
a.twitter-btn:hover {
  border-color: #55acee;
  color: #55acee;
}

a.youtube-btn {
  background-color: #cd201f;
  color: #fff;
}
a.youtube-btn:hover {
  border-color: #cd201f;
  color: #cd201f;
}

a.tripadvisor-btn {
  background-color: #00aa6c;
  color: #fff;
}
a.tripadvisor-btn:hover {
  border-color: #00aa6c;
  color: #00aa6c;
}

.widget-2 {
  padding: 18px;
  padding-bottom: 38px;
}

.duration-list {
  margin-top: -5px;
  padding-left: 0;
}
.duration-list li {
  list-style: none;
  overflow: hidden;
}
.duration-list li:not(:last-child) {
  padding-bottom: 6px;
}
.duration-list .day-count {
  font-weight: 500;
  font-size: 16px;
}
.duration-list .duration-count {
  color: #999999;
  float: right;
}
.duration-list .off-day {
  font-size: 16px;
  float: right;
  font-weight: 700;
  color: #00B1E3;
}

.widget-padding {
  padding-bottom: 18px;
}

.sponsor-thumb {
  position: relative;
  overflow: hidden;
}
.sponsor-thumb img {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sponsor-thumb:hover img {
  transform: scale(1.1);
}

.sponsor-sm-thumb {
  position: absolute;
  right: 0;
  line-height: 1;
  color: #fff;
  background: #00B1E3;
  bottom: 0;
  border-top-left-radius: 20px;
}
.sponsor-sm-thumb span {
  font-size: 18px;
  font-weight: 700;
  padding: 23px 36px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-action.flex-column {
    flex-direction: row !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-action.listing-action {
    margin-left: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content-wrap {
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .news-right.d-flex {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .news-action.listing-action {
    margin-left: 0;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .news-action.listing-action {
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .review-thumb.f-review-thumb {
    margin-right: 23px;
  }
}
@media (max-width: 767px) {
  .review-thumb.f-review-thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .map-content {
    padding: 0;
  }
}

/*
*****
28. news
******************
*/
.breadcrumb-area {
  background-size: cover;
}

.news-cat {
  background: #00B1E3;
  display: inline-block;
  padding: 3px 18.5px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  color: #fff;
}
.news-cat:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .news-cat {
    padding: 1px 11.5px;
  }
}
.news-author {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 38px;
  border-radius: 16px;
}
.news-author .content {
  overflow: hidden;
  padding-left: 14px;
}
.news-author .content h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-author .content h4 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news-author .content {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .news-author {
    padding-right: 10px;
    padding: 8px;
  }
}
.news-thumb-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.news-thumb-meta:is(.p-abs) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
@media (max-width: 767px) {
  .news-thumb-meta {
    padding: 0 15px;
  }
}
.news-thumb-2 {
  position: relative;
}
.news-content-2 {
  border: 2px solid #e8e8e8;
  padding: 50px;
  padding-top: 54px;
  padding-bottom: 43px;
}
.news-content-2 h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news-content-2 h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-content-2 h3 {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-content-2 h3 {
    font-size: 25px;
  }
}
.news-content-2 p {
  font-size: 16px;
  color: #777777;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-content-2 p {
    font-size: 14px;
  }
}
.news-meta a, .news-meta span {
  font-size: 14px;
  color: #777777;
}
.news-meta a:hover, .news-meta span:hover {
  color: #00B1E3;
}
.news-meta a i, .news-meta span i {
  display: inline-block;
  padding-right: 4px;
  color: #00B1E3;
}
.news-meta a:not(:last-child), .news-meta span:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .news-meta a:not(:last-child), .news-meta span:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .news-meta a:not(:last-child), .news-meta span:not(:last-child) {
    padding-right: 0px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-meta a:not(:last-child), .news-meta span:not(:last-child) {
    padding-right: 16px;
    margin-right: 15px;
  }
}
.news-meta a:not(:last-child)::after, .news-meta span:not(:last-child)::after {
  width: 2px;
  height: 11px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767px) {
  .news-meta a:not(:last-child)::after, .news-meta span:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .news-meta a, .news-meta span {
    display: block;
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .news-meta a, .news-meta span {
    display: inline-block;
  }
}
.news-meta:is(.meta-2) i {
  padding-right: 8px;
}

@media (max-width: 767px) {
  .news-content-2 {
    padding: 25px;
  }
}
.news-content-2:is(.has-thumb) {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .news-content-2:is(.has-thumb) {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-content-2 {
    padding: 50px 30px;
  }
}

.meta-top {
  padding-top: 21px;
  margin-top: 26px;
  border-top: 1px solid #e7e7e7;
}

.meta-bottom {
  padding-bottom: 21px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  .meta-bottom {
    padding: 30px 18px;
  }
}

.video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-btn-2 {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 16px;
}
.play-btn-2 i {
  font-size: 14px;
  font-weight: 600;
  color: #00B1E3;
}
.play-btn-2:hover {
  background-color: #00B1E3;
}
.play-btn-2:hover i {
  color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .play-btn-2 {
    transform: translateY(0);
    position: static;
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .play-btn-2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
  }
}

.formate-audio .audio-thumb {
  border: 2px solid #e8e8e8;
  border-bottom: 0;
}
.formate-audio :is(.news-content-2) {
  padding-top: 42px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .formate-audio :is(.news-content-2) {
    padding-top: 32px;
    padding: 30px;
  }
}

.news-quote {
  padding: 64px 50px;
  padding-bottom: 71px;
}
.news-quote blockquote {
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  padding-left: 107px;
  line-height: 1.1;
  position: relative;
}
.news-quote blockquote::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font awesome 5 pro";
  content: "";
  font-size: 75px;
}
@media (max-width: 767px) {
  .news-quote blockquote::before {
    top: -40px;
    transform: translateY(0);
    font-size: 31px;
    padding-left: 0;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-quote blockquote::before {
    left: 0;
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-quote blockquote::before {
    padding-left: 0;
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .news-quote blockquote {
    font-size: 20px;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-quote blockquote {
    font-size: 28px;
    padding-left: 59px;
  }
}
@media (max-width: 767px) {
  .news-quote {
    padding: 35px 30px;
    padding-bottom: 35px;
    padding-top: 73px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-quote {
    padding: 54px 34px;
  }
}

.lg-arrow .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  border: 0;
  padding: 0;
  background: #0056b3;
  transform: translateY(-50%);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lg-arrow .slick-arrow:hover {
  background-color: #fff;
  color: #0056b3;
}
@media (max-width: 767px) {
  .lg-arrow .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.lg-arrow .slick-prev {
  left: 30px;
}

.lg-arrow .slick-next {
  right: 30px;
}

.l-author-info.l-flex.has-border-bottom h5 a i {
  padding-left: 5px;
}

/*
*****
29. news-details
******************
*/
.single-news-area {
  padding: 48px 48px;
  border: 2px solid #f3f3f3;
}
@media (max-width: 767px) {
  .single-news-area {
    padding: 30px 20px;
  }
}

.single-news-wrapper h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .single-news-wrapper h3 {
    font-size: 19px;
  }
}

.single-news-wrapper .s-news-title, .s-news-title {
  font-size: 35px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .single-news-wrapper .s-news-title, .s-news-title {
    font-size: 17px;
  }
}

.news-thumb-content:is(.has-flex) .thumb {
  flex: 0 0 auto;
  padding-right: 31px;
}
@media (max-width: 767px) {
  .news-thumb-content:is(.has-flex) .thumb {
    margin-bottom: 20px;
  }
}

.s-news-list {
  padding-left: 0;
}
.s-news-list li {
  list-style: none;
  padding-left: 29px;
  position: relative;
}
.s-news-list li::after {
  position: absolute;
  left: 0;
  font-family: "Font awesome 5 pro";
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-size: 16px;
  color: #00B1E3;
}
.s-news-list li:not(:last-child) {
  margin-bottom: 6px;
}

.s-news-blockquote {
  background: #f6f6f6;
  padding: 57px 43px;
  padding-bottom: 57px;
}
@media (max-width: 767px) {
  .s-news-blockquote {
    padding: 32px 24px;
  }
}
.s-news-blockquote blockquote {
  margin-bottom: 0;
}
.s-news-blockquote span {
  color: #00B1E3;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 767px) {
  .s-news-blockquote span {
    margin-bottom: 10px;
  }
}
.s-news-blockquote h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #181b1d;
}
@media (max-width: 767px) {
  .s-news-blockquote h3 {
    font-size: 16px;
  }
}

p.mb-45 {
  margin-bottom: 45px;
}

.share-social a {
  color: #d3d3d3;
  font-size: 18px;
  margin-left: 26px;
}
@media (max-width: 767px) {
  .share-social a {
    margin-left: 0;
    margin-right: 10px;
  }
}

.single-post-nav span {
  font-size: 14px;
  color: #777777;
  display: block;
  padding-bottom: 8px;
}
.single-post-nav h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 767px) {
  .single-post-nav h4 {
    font-size: 22px;
  }
}

.post-nav {
  position: relative;
}
.post-nav :is(.post-dot-shape) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.related-title {
  font-size: 26px;
}

.single-r-title {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-r-title {
    font-size: 17px;
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-r-title {
    font-size: 18px;
  }
}

.single-r-news .content {
  padding: 35px 30px;
  padding-bottom: 39px;
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
@media (max-width: 767px) {
  .single-r-news .content {
    padding: 28px 19px;
    padding-bottom: 28px;
  }
}

.custom-row {
  margin: 0 -15px;
}

.related-active .slick-list {
  box-sizing: initial;
  padding: 25px 0px;
}

.single-author-box {
  border: 2px solid #f3f3f3;
  padding: 38px;
  margin-bottom: 44px;
}
.single-author-box:is(.has-flex) .thumb {
  padding-right: 42px;
  flex: 0 0 auto;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .single-author-box:is(.has-flex) .thumb {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-author-box:is(.has-flex) .thumb {
    padding-right: 30px;
  }
}
.single-author-box:is(.has-flex) .content span {
  color: #00B1E3;
  font-size: 12px;
  font-weight: 700;
}
.single-author-box:is(.has-flex) .content h4 {
  font-size: 20px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .single-author-box:is(.has-flex) .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-author-box:is(.has-flex) .content h4 {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .single-author-box {
    padding: 25px;
    margin-bottom: 35px;
  }
}

.latest-comments > ul > li {
  border-bottom: 1px solid #f3f3f3;
}
.latest-comments ul {
  padding-left: 0;
}
.latest-comments ul li {
  list-style-type: none;
}
.comment-avater {
  padding-right: 30px;
}

.avater-text {
  overflow: hidden;
  padding-left: 2px;
  position: relative;
  margin-bottom: 10px;
}
.avater-text h5 {
  font-size: 18px;
  margin-bottom: 4px;
}
.avater-text :is(.replay-btn) {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .avater-text :is(.replay-btn) {
    position: static;
    margin-bottom: 15px;
  }
}

.replay-btn {
  color: #777777;
  font-size: 14px;
  padding: 10px 22px;
  line-height: 1;
  display: inline-block;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
}
.replay-btn i {
  color: #00B1E3;
  padding-right: 5px;
}
.replay-btn:hover {
  color: #fff;
  border-color: #00B1E3;
  background-color: #00B1E3;
}
.replay-btn:hover i {
  color: #fff;
}

.comment-text {
  overflow: hidden;
  padding-top: 13px;
}

.comment-text:is(.has-children) {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .comment-text:is(.has-children) {
    padding-bottom: 32px;
  }
}

.children {
  padding-left: 130px;
}
.children .comment-text {
  padding-bottom: 27px;
  border: none;
}
@media (max-width: 767px) {
  .children {
    padding-left: 0;
  }
}

.comment-form-inner-2 {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 50px;
}
@media (max-width: 767px) {
  .comment-form-inner-2 {
    padding: 20px;
  }
}

.s-comment-form {
  position: relative;
  margin-bottom: 20px;
}
.s-comment-form input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 16px;
  padding: 0 30px;
}
.s-comment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.s-comment-form input:-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.s-comment-form input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.s-comment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.s-comment-form label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  color: #00B1E3;
}

.comment-textarea {
  position: relative;
  height: 150px;
}
@media (max-width: 767px) {
  .comment-textarea {
    height: 110px;
  }
}
.comment-textarea textarea {
  border: 0;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  font-size: 14px;
  padding: 24px 30px;
  color: #999999;
}
@media (max-width: 767px) {
  .comment-textarea textarea {
    padding: 20px 15px;
  }
}
.comment-textarea label {
  font-size: 14px;
  color: #00B1E3;
  position: absolute;
  right: 30px;
  top: 23px;
}

.s-comment-btn {
  height: 60px;
  border: 0;
  padding: 0 42px;
  border-radius: 16px;
  color: #fff;
  background: #00B1E3;
  font-size: 14px;
}
.s-comment-btn i {
  padding-right: 4px;
}
@media (max-width: 767px) {
  .s-comment-btn {
    height: 50px;
    padding: 0 27px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .n-content-1 {
    padding-right: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-action {
    margin-left: 0;
    display: grid;
    grid-gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .listing-action {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .f-md-left {
    float: left;
  }
}

/*
*****
30. progress
******************
*/
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #00B1E33d;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #00B1E3;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #00B1E3;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}

/*
*****
31. sign
******************
*/
.sign__wrapper {
  padding: 50px 70px;
  padding-bottom: 45px;
  margin: 0 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  -moz-box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  box-shadow: 0px 40px 80px 0px rgba(2, 2, 26, 0.14);
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__wrapper {
    padding: 50px 39px;
  }
}
@media (max-width: 575px) {
  .sign__wrapper {
    margin: 0;
    padding: 30px 20px;
    padding-bottom: 25px;
  }
}
.sign__shape img {
  position: absolute;
  z-index: -1;
}
.sign__shape img.man-1 {
  left: 28%;
  top: 60%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-1 {
    left: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-1 {
    left: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-1 {
    left: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-1 {
    left: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-1 {
    left: 1%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.man-1 {
    display: none;
  }
}
.sign__shape img.man-2 {
  right: 24%;
  top: 65%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-2 {
    top: 55%;
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-2 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .sign__shape img.man-2 {
    display: none;
  }
}
.sign__shape img.man-2.man-22 {
  top: 50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.man-2.man-22 {
    top: 55%;
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.man-2.man-22 {
    top: 60%;
    right: 0%;
    z-index: 1;
  }
}
.sign__shape img.circle {
  right: 32%;
  top: 38%;
  animation: signCircle 5s linear 0s infinite alternate;
  -webkit-animation: signCircle 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.circle {
    right: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.circle {
    right: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.circle {
    right: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.circle {
    right: 4%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.circle {
    right: 2%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.circle {
    display: none;
  }
}
.sign__shape img.dot {
  right: 34%;
  top: 43%;
  animation: signDot 5s linear 0s infinite alternate;
  -webkit-animation: signDot 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.dot {
    right: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.dot {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.dot {
    right: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.dot {
    right: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.dot {
    right: 3%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.dot {
    display: none;
  }
}
.sign__shape img.bg {
  left: 33%;
  top: 26%;
  opacity: 0.06;
  max-width: 100%;
  animation: signBg 5s linear 0s infinite alternate;
  -webkit-animation: signBg 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.bg {
    left: 10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.bg {
    left: 0%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.bg {
    display: none;
  }
}
.sign__shape img.zigzag {
  left: 32%;
  top: 43%;
  animation: signZigzag 5s linear 0s infinite alternate;
  -webkit-animation: signZigzag 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.zigzag {
    left: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.zigzag {
    left: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.zigzag {
    left: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.zigzag {
    left: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.zigzag {
    left: 2%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.zigzag {
    display: none;
  }
}
.sign__shape img.flower {
  bottom: 13%;
  right: 30%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .sign__shape img.flower {
    right: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sign__shape img.flower {
    right: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign__shape img.flower {
    right: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign__shape img.flower {
    right: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__shape img.flower {
    right: 1%;
  }
}
@media (max-width: 575px) {
  .sign__shape img.flower {
    right: 1%;
    bottom: 3%;
  }
}
.sign__header {
  padding: 0 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign__header {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .sign__header {
    padding: 0px;
  }
}
.sign__header p {
  margin-bottom: 0;
  color: #7a797f;
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.sign__header p span {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sign__header p span:last-child {
  left: auto;
  right: 0;
}
.sign__header p a:hover {
  color: #5f3afc;
}
.sign__social {
  display: inline-block;
  height: 50px;
  background: #eeedf2;
  border-radius: 6px;
  position: relative;
  line-height: 48px;
  padding-left: 23px;
  z-index: 1;
  padding-right: 20px;
  overflow: hidden;
  font-size: 16px;
  color: #777;
}
.sign__social::after {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 220px;
  width: 53px;
  background: #3360bd;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.sign__social i {
  color: #ffffff;
  font-size: 16px;
  margin-right: 50px;
}
@media (max-width: 575px) {
  .sign__social i {
    margin-right: 35px;
  }
}
.sign__social:hover {
  color: #ffffff;
}
.sign__social:hover::after {
  width: 100%;
  height: 150%;
  left: 0;
  border-radius: 6px;
}
.sign__social.g-plus::after {
  background: #e93e30;
}
.sign__form h5 {
  font-size: 16px;
  font-weight: 500;
  color: #0d0b33;
  margin-bottom: 11px;
}
.sign__input {
  position: relative;
}
.sign__input input {
  width: 100%;
  height: 60px;
  line-height: 52px;
  padding: 0 50px;
  font-size: 14px;
  border: 2px solid transparent;
  background: #f6f6f7;
  color: #1a152e;
  border-radius: 6px;
}
.sign__input input::placeholder {
  color: #8e8c94;
}
.sign__input input:focus {
  outline: none;
  background: #ffffff;
  border-color: #5f3afc;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(8, 0, 42, 0.2);
}
.sign__input i {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  font-size: 14px;
  color: #8e8c94;
}
.sign__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #7a797f;
  outline: none;
  margin-top: 2px;
  border-radius: 4px;
}
.sign__agree input:checked {
  position: relative;
  background-color: #5f3afc;
  border-color: transparent;
}
.sign__agree input:checked::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #ffffff;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sign__agree input:hover {
  cursor: pointer;
}
.sign__agree label {
  padding-left: 10px;
  font-size: 14px;
}
.sign__agree label:hover {
  cursor: pointer;
}
.sign__agree label a {
  color: #0d0b33;
  font-weight: 500;
}
.sign__agree label a:hover {
  color: #5f3afc;
}
.sign__forgot a {
  color: #7a797f;
}
.sign__forgot a:hover {
  color: #5f3afc;
}
.sign__new p {
  color: #7a797f;
  margin-bottom: 0;
}
.sign__new p a {
  color: #5f3afc;
}

@keyframes signDot {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signZigzag {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
}
@keyframes signCircle {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sign-breadcrumb-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.m-btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 14px 20px 0px rgba(37, 17, 124, 0.16);
  -moz-box-shadow: 0px 14px 20px 0px rgba(37, 17, 124, 0.16);
  box-shadow: 0px 14px 20px 0px rgba(37, 17, 124, 0.16);
}

.m-btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  color: #ffffff;
  background: #00B1E3;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  border: 0;
  display: inline-block;
  z-index: 1;
}

.sign__social-2::after {
  background-color: #e93e30;
}

.sign__agree label {
  color: #545252;
  transform: translateY(4px);
}

.m-check-label {
  line-height: 1;
}

/*# sourceMappingURL=main.css.map */
