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

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

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

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

.Homex_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0px 60px 0px;
  margin-bottom: -122px;
  border-bottom: 1px solid rgb(116, 117, 118);
}

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

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

.sticky .main-btn {
  background: rgb(230, 65, 36);
}

/*  Menu Css*/

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

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

.Homex_menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 50px;
  z-index: 1;
}

.Homex_menu > ul > li > a {
  text-decoration: none;
  position: relative;
  font-size: 18px;
  padding: 26px 0;
  display: block;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  line-height: 2.875;
  font-weight: 600;
}

.Homex_menu > ul > li > a:hover {
  color: rgb(230, 65, 36);
}

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

/*menu button*/

.header-button {
  display: inline-block;
  margin-left: 70px;
}

.header-button a {
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  padding: 16px 47px;
  position: relative;
  z-index: 1;
  color: rgb(230, 65, 36);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

.header-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(230, 65, 36);
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

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

.header-button a:hover {
  color: rgb(255, 255, 255) !important;
}

/*Style Two Nav Menu*/

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

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

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

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

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

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

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

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

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

.Homex_menu ul .sub-menu li:hover > a,
.Homex_menu ul .sub-menu .sub-menu li:hover > a,
.Homex_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.Homex_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  color: #fff !important;
  transition: 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_sticky {
  display: none;
}

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

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

/*
<!-- ============================================================== -->
<!-- Login Area Css -->
<!-- ============================================================== -->*/

.cd-signin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(5px);
  background-color: #00000091;
  padding-top: 50px;
  z-index: 9999;
}

.cd-signin-modal.cd-signin-modal--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-signin-modal__container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: var(--white);
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cd-signin-modal__switcher:after {
  content: "";
  display: table;
  clear: both;
}

.cd-signin-modal__switcher li {
  width: 50%;
  float: left;
  text-align: center;
}

.cd-signin-modal__switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}

.cd-signin-modal__switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}

.cd-signin-modal__switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}

.cd-signin-modal__switcher a.cd-selected {
  background: #505260;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .cd-signin-modal__container {
    margin: 4em auto;
  }

  .cd-signin-modal__switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-signin-modal__form {
  padding: 1.4em;
}

.cd-signin-modal__fieldset {
  position: relative;
  margin: 1.4em 0;
}

.cd-signin-modal__fieldset label {
  font-size: 16px;
}

.cd-signin-modal__fieldset label a {
  font-size: 18px;
  color: #0a58ca;
}

.cd-signin-modal__fieldset:first-child {
  margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
  margin-bottom: 0;
}

.cd-signin-modal__label {
  font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.cd-signin-modal__input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
  width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
  padding: 12px 20px 12px 50px;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
  border-color: #343642;
  -webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
  border: 1px solid #d76666;
}

.cd-signin-modal__input[type="submit"] {
  padding: 16px 0;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(34, 34, 34);
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-signin-modal__input[type="submit"]:hover,
.cd-signin-modal__input[type="submit"]:focus {
  background: rgb(34, 34, 34);
  outline: none;
}

.cd-signin-modal__hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #343642;
}

.cd-signin-modal__error {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 4px 10px;
  z-index: 2;
  color: var(--white);
  font-size: 16px;
  border-radius: 5px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
  .cd-signin-modal__form {
    padding: 2em;
  }

  .cd-signin-modal__fieldset {
    margin: 2em 0;
  }

  .cd-signin-modal__fieldset:first-child {
    margin-top: 0;
  }

  .cd-signin-modal__fieldset:last-child {
    margin-bottom: 0;
  }

  .cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 16px 20px 16px 50px;
  }

  .cd-signin-modal__input[type="submit"] {
    padding: 16px 0;
  }
}

.cd-signin-modal__message {
  padding: 1.4em 1.4em 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

ul.cd-signin-modal__switcher {
  background: #fff;
  padding: 40px 10px 5px;
}

@media only screen and (min-width: 600px) {
  .cd-signin-modal__message {
    padding: 2em 2em 0;
  }
}

.cd-signin-modal__bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  padding: 5px 0 10px;
}

.cd-signin-modal__bottom-message a {
  color: var(--white);
  text-decoration: underline;
}

@media only screen and (min-width: 1170px) {
  .cd-signin-modal__close {
    display: none;
  }
}

.cd-signin-modal__block {
  display: none;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
  display: block;
  background-color: rgb(255, 255, 255);
}

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

/*==========================================
     Search Popup Css
=========================================*/

.header-src-btn {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  top: 10px;
}

.search-box-btn.search-box-outer {
  position: absolute;
  bottom: -5px;
  right: 0px;
}

.search-box-btn.search-box-outer i {
  font-size: 15px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  color: rgb(230, 65, 36);
  background-color: rgb(255, 255, 255);
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: rgb(230, 65, 36);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}

/*=============sticky-header-search-end================*/

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

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

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

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

.slider-title {
  text-align: center;
}

.slider-title h5 {
  font-size: 16px;
  color: rgb(254, 254, 254);
  line-height: 2.15;
}

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

.slider-title p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  width: 55%;
  margin: 7px auto 0;
}

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

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

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

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

/*=============start-tab-section================*/

.mission_nav {
  margin-top: -135px;
}

.tab-content {
  position: relative;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(142, 142, 142, 0.26);
  z-index: 1;
  padding: 0 40px 15px;
}

.tab-title h5 {
  font-size: 16px;
  color: rgb(34, 34, 34);
  margin: 25px 0 12px;
}

.tab-disc select {
  font-size: 14px;
  color: rgb(92, 114, 125);
  line-height: 2;
  width: 100%;
  padding: 15px 0 15px 7px;
  border-radius: 5px;
  border: 1px solid rgb(92, 114, 125);
}

.tab-disc p {
  font-size: 14px;
  color: rgb(92, 114, 125);
  line-height: 2;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid rgb(92, 114, 125);
}

li.nav-item {
  margin-right: 15px;
}

.mission-button a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 44;
  border-radius: 30px;
  margin: 20px 0 0;
}

.mission-button a i {
  display: inline-block;
  font-size: 15px;
  margin-left: 7px;
}

.nav-link {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

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

.tab-submit-button {
  position: absolute;
  right: 25px;
  top: 5px;
}

.tab-form-field {
  margin-top: 60px;
}

.tab-submit-button span {
  height: 45px;
  margin-left: 20px;
  width: 45px;
  display: inline-block;
  line-height: 45px;
  color: rgb(255, 255, 255);
  background: rgb(230, 65, 36);
  border-radius: 50%;
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(230, 65, 36);
  background-color: transparent;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.tab-title p span {
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
  margin-left: 30px;
}

/*=============end-tab-section================*/

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

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

.section-title h2 {
  font-size: 38px;
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.section-title p {
  font-size: 16px;
  color: rgb(92, 114, 125);
  line-height: 2.85;
  margin-bottom: 50px;
}

.feature-single-box {
  position: relative;
  text-align: center;
  padding: 58px 0 50px;
  border-radius: 10px;
  transition: 0.5s;
  background-color: rgb(247, 247, 247);
  margin-bottom: 30px;
  z-index: 1;
}

.feature-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: scaleX(0);
  background: rgb(230, 65, 36);
  transition: 0.5s;
  z-index: -1;
}

.feature-icon i {
  font-size: 30px;
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 100%;
  transition: 0.5s;
  color: rgb(230, 65, 36);
}

.section-content h4 {
  font-size: 22px;
  color: rgb(34, 34, 34);
  margin: 20px 0 2px;
  transition: 0.5s;
}

.section-content p {
  font-size: 16px;
  color: rgb(92, 114, 125);
  transition: 0.5s;
  margin: 0;
}

.section-button a span {
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  opacity: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
  border-radius: 100%;
  border: 2px solid rgb(255, 255, 255);
  transition: 0.5s;
}

.feature-single-box:hover:before {
  transform: scaleX(1);
  transition: 0.5s;
}

.feature-single-box:hover .feature-icon i,
.feature-single-box:hover .section-content h4,
.feature-single-box:hover .section-content p {
  color: rgb(255, 255, 255);
}

.feature-single-box:hover .feature-icon i {
  background-color: rgb(229, 98, 75);
}

.feature-single-box:hover .section-button a span {
  opacity: 1;
}

/*=============end-fature-section================*/

/*=============start-service-section================*/

.service-section {
  padding: 60px 0 60px;
}

.service-single-box {
  text-align: center;
  position: relative;
  padding: 58px 0 50px;
  border-radius: 10px;
  transition: 0.5s;
  background-color: rgb(247, 247, 247);
  margin-bottom: 30px;
  z-index: 1;
}

.service-single-box::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgb(230, 65, 36);
  border-radius: 10px;
  transition: 0.5s;
}

.service-section .section-title p {
  width: 50%;
  margin: 8px auto 60px;
  line-height: 1.85;
}

.service-icon i {
  font-size: 90px;
  color: rgb(34, 34, 34);
  display: inline-block;
  transition: 0.5s;
}

.service-content h4 a {
  font-size: 22px;
  color: rgb(34, 34, 34);
  margin: 30px 0 20px;
  display: inline-block;
  font-weight: bold;
  transition: 0.5s;
}

.service-content p {
  width: 80%;
  margin: auto;
  transition: 0.5s;
}

.service-section .section-button a span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

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

.service-single-box:hover .service-icon i,
.service-single-box:hover .service-content h4 a,
.service-single-box:hover .service-content p {
  color: rgb(255, 255, 255);
}

.service-single-box:hover .section-button a span {
  opacity: 1;
}

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

/*===========start-sale-section===============*/

.properties-sale-section {
  padding: 100px 0 90px;
  background-color: rgb(247, 247, 247);
}

.section-disc {
  float: right;
}

.section-disc p a {
  font-size: 16px;
  display: inline-block;
  padding: 13px 42px;
  width: 215px;
  margin: 30px 0 0;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  background-color: rgb(34, 34, 34);
}

.sale-single-box {
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
  z-index: 1;
}

.sale-thumb {
  overflow: hidden;
}

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

.sale-name {
  position: absolute;
  top: 0;
}

.sale-name a {
  font-size: 16px;
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
  padding: 4px 20px;
  border-radius: 5px 0 0;
}

.sale-content {
  padding: 1px 35px 40px;
  background-color: rgb(255, 255, 255);
  transition: 0.5s;
}

.sale-social p {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.sale-social {
  display: inline-block;
  position: absolute;
  top: 260px;
}

.social-icon {
  position: absolute;
  top: 260px;
  right: 25px;
}

.social-icon ul li {
  display: inline-block;
}

.social-icon ul li a {
  font-size: 16px;
  display: inline-block;
  color: rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.5s;
}

.properties-sale-section .section-title h4 {
  margin: 30px 0 0;
  transition: 0.5s;
}

.sale-disc p {
  font-size: 16px;
  margin: 3px 0 18px;
}

.room-info {
  display: inline-block;
}

.room-info p {
  margin: 0;
}

.room-info span {
  display: inline-block;
  margin-right: 38px;
}

.rooms-info {
  position: relative;
  display: inline-block;
}

.rooms-info::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -20px;
  height: 40px;
  width: 1px;
  background-color: rgb(92, 114, 125);
}

.rooms-info p {
  margin: 0;
}

.rooms-info span {
  display: inline-block;
  margin-right: 38px;
}

.room-info2 p {
  margin: 0;
}

.room-info2 {
  position: relative;
  display: inline-block;
}

.room-info2::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -20px;
  height: 40px;
  width: 1px;
  background-color: rgb(92, 114, 125);
}

.room-info p i {
  font-size: 22px;
  display: inline-block;
  margin-left: 18px;
}

.rooms-info p i {
  font-size: 22px;
  display: inline-block;
  margin-left: 18px;
}

.room-info2 p i {
  font-size: 22px;
  display: inline-block;
  margin-left: 16px;
}

.owl-nav {
  position: absolute;
  top: 250px;
  left: -55px;
  transition: 0.5s;
}

.owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: 0.5s;
}

.owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 86rem;
  transition: 0.5s;
}

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

.social-icon ul li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
}

.properties-sale-section .section-title h4:hover {
  color: rgb(230, 65, 36);
}

.owl-prev:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
}

.owl-next:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
}

/*===========end-sale-section===============*/

/*===========start-propertis-section===============*/

.propties-section {
  padding: 95px 0 0;
}

.bg-up {
  position: relative;
  background-color: rgb(247, 247, 247);
  text-align: center;
  padding: 60px 0 30px;
  border-radius: 5px;
  z-index: 1;
}

.propties-section .section-title p {
  width: 40%;
  margin: 8px auto 60px;
  line-height: 1.85;
}

.perties-single-box {
  padding: 0px 50px 0px;
  margin-bottom: 30px;
}

.perties-thumb {
  float: left;
}

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

.perties-content {
  background-color: rgb(255, 255, 255);
  padding: 20px 0px 27px;
}

.propties-section .section-title h4 a:hover {
  color: rgb(230, 65, 36);
  transition: 0.5s;
}

/* ============end-properties-section=============== */

/* ============start-about-Area Css=============== */

.about-section {
  position: relative;
  background-color: rgb(34, 34, 34);
  padding: 230px 0 50px;
  margin-top: -112px;
}

.white h2 {
  color: rgb(255, 255, 255);
}

.white p {
  color: rgb(255, 255, 255);
  margin-bottom: 35px;
}

.about-content ul li {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
  margin-left: 60px;
  position: relative;
}

.about-content ul li::before {
  position: absolute;
  content: "";
  top: 13px;
  left: -60px;
  height: 1px;
  width: 50px;
  background-color: rgb(255, 255, 255);
}

.about-button a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  overflow: hidden;
  padding: 12px 45px;
  border-radius: 30px;
  margin-top: 35px;
  transition: 0.5s;
  z-index: 1;
}

.about-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgb(230, 65, 36);
  border-radius: 30px;
  transition: 0.5s;
}

.about-button a:hover:before {
  width: 100%;
  left: 0;
}

.about-button a:hover {
  color: rgb(255, 255, 255);
}

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

.about-shape {
  position: relative;
}

.about-shape {
  position: absolute;
  left: 380px;
  top: 475px;
}

/* ============end-about-Area Css=============== */

/* ============start-team-Area Css=============== */

.team-section {
  background-color: rgb(34, 34, 34);
  padding: 50px 0 95px;
}

.team-section .section-title p {
  width: 40%;
  margin: 8px auto 60px;
  line-height: 1.85;
}

.team-single-box {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

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

.team-icon {
  position: relative;
}

.team-icon i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: rgb(230, 65, 36);
  z-index: 3;
  background-color: rgb(255, 255, 255);
  margin-bottom: 8px;
  position: relative;
  top: -125px;
  cursor: pointer;
  left: 227px;
  transition: 0.5s;
}

.team-single-content {
  position: absolute;
  top: 235px;
  width: 100%;
  padding-left: 33px;
  transition: 0.5s;
}

.team-sub-title h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
  color: rgb(255, 255, 255);
}

.team-sub-title p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.team-content {
  transform: rotate(270deg);
  position: absolute;
  top: 43px;
  right: -60px;
  transition: 0.5s;
}

.team-content p {
  font-size: 16px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
  padding: 15px 31px 10px 75px;
  border-radius: 30px 0px 0px 30px;
  transition: 0.5s;
}

.team-social-list {
  position: absolute;
  top: -145px;
  opacity: 0;
  transition: 0.5s;
}

.team-social-list ul li {
  display: block;
}

.team-social-list ul li a i {
  display: inline-block;
  color: rgb(34, 34, 34);
  transition: 0.5s;
}

.team-sub-content {
  position: absolute;
  top: 290px;
  left: 30px;
  opacity: 0;
  transition: 0.5s;
}

.team-sub-content a {
  font-size: 16px;
  display: inline-block;
  padding: 13px 50px;
  color: rgb(34, 34, 34);
  border-radius: 30px;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}

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

.team-single-box:hover .team-sub-title {
  opacity: 0;
  transition: 0.5s;
}

.team-single-box:hover .team-icon {
  margin-top: 50px;
  filter: hue-rotate(360deg);
  transition: 0.5s;
}

.team-single-box:hover .team-social-list {
  opacity: 1;
}

.team-single-box:hover .team-content {
  top: 56px;
  right: -95px;
  transition: 0.5s;
}

.team-single-box:hover .team-content p {
  opacity: 0;
}

.team-single-box:hover .team-content {
  padding: 0px 20px 0px 55px;
  border-radius: 30px 0px 0px 30px;
  background-color: rgb(230, 65, 36);
  transition: 0.5s;
}

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

/* ============start-testimonial-Area Css=============== */

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

.testimonial-section .section-title p {
  width: 45%;
  margin: 8px auto 60px;
  line-height: 1.85;
}

.single-testimonial {
  background-color: rgb(247, 247, 247);
  margin-bottom: 30px;
  position: relative;
  border: 1px solid rgb(247, 247, 247);
  padding: 50px 18px 45px 17px;
}

.testimonial-thumb {
  float: left;
  margin-right: 25px;
}

.testimonial-disc p {
  font-size: 16px;
  margin: 40px 0 25px;
}

.testimonial-content h2 {
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: rgb(34, 34, 34);
}

.testimonial-content span {
  color: rgb(34, 34, 34);
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.testi-rating ul li {
  font-size: 14px;
  display: inline-block;
  color: #ffb500;
  margin-right: 10px;
}

.testimonial-shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.testimonial-shape span {
  font-size: 70px;
  opacity: 0.2;
}

.testimonial-section .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  border-radius: 100%;
  transform: translateX(-50%);
}

.testimonial-section .owl-dot {
  background: #bfcadc;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50px;
  transition: 0.5s;
}

.testimonial-section .owl-dot.active {
  background: rgb(230, 65, 36);
}

/* ============end-testimonial-Area Css=============== */

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

.blog-section {
  padding: 70px 0 70px;
}

.blog-section .section-title p {
  width: 45%;
  margin: 8px auto 60px;
  line-height: 1.85;
}

.blog-single-box {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  transition: 0.5s;
  border-radius: 7px;
}

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

.blog-date {
  position: absolute;
  left: 345px;
  top: 215px;
}

.blog-date p {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 5px 20px 8px;
  margin: 0;
  border-radius: 5px 0 0;
}

.blog-date p::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 20px;
  height: 1px;
  width: 30px;
  background-color: rgb(92, 114, 125);
}

.blog-date p span {
  display: inline-block;
  margin-top: 15px;
  color: rgb(230, 65, 36);
}

.blog-content {
  padding: 15px 25px 30px;
  transition: 0.5s;
}

.blog-section .section-title h4 a {
  font-size: 20px;
  color: rgb(34, 34, 34);
  line-height: 1.4;
  transition: 0.5s;
  font-weight: bold;
  display: inline-block;
}

.blog-name {
  float: left;
}

.blog-name a {
  font-size: 16px;
  position: relative;
  color: rgb(34, 34, 34);
  display: inline-block;
  margin: 20px 0 0;
}

.blog-name a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 180px;
  height: 30px;
  width: 1px;
  background-color: #ddd;
}

.blog-name a i {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

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

.blog-button a {
  font-size: 16px;
  display: inline-block;
  color: rgb(230, 65, 36);
  margin: 20px 0 0;
}

.blog-button a i {
  display: inline-block;
  margin-left: 5px;
}

.blog-single-box:hover .blog-content {
  background-color: rgb(247, 247, 247);
  transition: 0.5s;
}

.blog-section .section-title h4 a:hover {
  color: rgb(230, 65, 36);
}

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

/* ============start subscribe-Area Css=============== */

.bg-upper {
  position: relative;
  background-color: rgb(43, 45, 51);
  padding: 50px 50px 10px;
  border-radius: 5px;
}

.subscribe-section .section-title h2 {
  font-size: 30px;
}

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

.subscribe-button a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  overflow: hidden;
  padding: 12px 45px;
  border-radius: 30px;
  transition: 0.5s;
  z-index: 1;
}

.subscribe-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgb(230, 65, 36);
  border-radius: 30px;
  transition: 0.5s;
}

.subscribe-button a:hover:before {
  width: 100%;
  left: 0;
}

.subscribe-button a:hover {
  color: rgb(255, 255, 255);
}

/* ============end subscribe-Area Css=============== */

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

.footer-area {
  background-image: url(../image/footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 50px;
  margin-top: -125px;
}

.footer_icon a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: rgb(43, 45, 51);
  margin-right: 15px;
  transition: 0.5s;
  border-radius: 100%;
}

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

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

.footer-widget-title h4 {
  font-size: 22px;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 50px;
  z-index: 1;
}

.footer-widget-title h4::before {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}

.footer-widget-title h4::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 1px;
  width: 20%;
  background-color: rgb(230, 65, 36);
}

.footer-widget-menu ul li {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-widget-menu ul li a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 60px;
  transition: 0.5s;
  z-index: 1;
}

.footer-widget-menu ul li a::before {
  position: absolute;
  content: "";
  top: 13px;
  left: -60px;
  height: 1px;
  width: 40px;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}

.footer-bottom-content h4 {
  font-size: 16px;
  padding: 25px 0 25px;
  color: rgba(255, 255, 255, 0.902);
  background-color: rgb(43, 45, 51);
  line-height: 1.625;
  text-align: center;
  margin-top: 80px;
}

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

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

.footer_icon a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(230, 65, 36);
}

.footer-widget-menu ul li a:hover {
  color: rgb(230, 65, 36);
}

.footer-widget-menu ul li a:hover:before {
  background-color: rgb(230, 65, 36);
}

/*
<!-- ========================================-->
<!--Start Breadcumb Area-->
<!-- ========================================-->*/
.breadcumb-area {
  background: url(../image/Banner-Img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 215px 0 135px;
  text-align: center;
  z-index: 1;
}

.breadcumb-title h1 {
  font-size: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.902);
}

.breadcumb-content-menu {
  padding-top: 10px;
}

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

.breadcumb-content-menu ul li a {
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  font-weight: 500;
}

.breadcumb-content-menu ul li span {
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  font-weight: 500;
}

/*
<!-- ========================================-->
<!--Start contact-inner Area-->
<!-- ========================================-->*/

.contact-section {
  padding: 60px 0 50px;
}

.form-button button {
  font-size: 16px;
  height: 55px;
  width: 200px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 65, 36);
  border-radius: 30px;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}

.form-button button::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgb(230, 65, 36);
  border-radius: 30px;
  transition: 0.5s;
}

.form-button button:hover:before {
  left: 0;
  width: 100%;
}

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

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

.form-button button:hover {
  color: rgb(255, 255, 255);
}

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

.blog-details-section {
  padding: 60px 0 10px;
}

.blog-single-details {
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: rgb(254, 254, 255);
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 30px 25px 25px;
}

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

.blog-details-meta a {
  font-size: 16px;
  color: rgb(43, 45, 51);
  margin-right: 20px;
  display: inline-block;
}

.blog-comment {
  font-size: 16px;
  color: rgb(43, 45, 51);
  margin-left: 20px;
  display: inline-block;
}

.blog-description h3 a {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-list-left {
  margin-bottom: 30px;
  padding: 45px 30px 28px;
  border-radius: 8px;
  background-color: rgb(254, 254, 255);
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-list-left input[type="email"] {
  padding: 9px;
  border-radius: 8px;
  flex-grow: 1;
  min-width: 3em;
  color: rgb(97, 97, 97);
  border: 1px solid rgb(230, 65, 36);
  font-size: inherit;
  width: 90%;
}

.blog-submit-button {
  color: rgb(254, 254, 255);
  border-radius: 3px;
  border: initial;
  position: absolute;
  padding: 0;
  right: 65px;
  top: 45px;
}

.blog-list-left input[type="submit"] {
  color: rgb(254, 254, 255);
  border-radius: 3px;
  border: 1px solid rgb(230, 65, 36);
  background-color: rgb(230, 65, 36);
  padding: 9px 25px;
}

.blog-details-social-icon {
  margin-top: 30px;
}

.blog-details-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-social-icon ul li {
  display: inline-block;
}

.blog-details-social-icon ul li a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 12px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: rgb(230, 65, 36);
  border-radius: 100%;
  border: 1px solid;
  text-align: center;
  transition: 0.5s;
}

.blog-details-social-icon ul li a:hover {
  color: rgb(254, 254, 255);
  background-color: rgb(230, 65, 36);
}

.style-one h2 {
  margin-bottom: 20px;
}

.single-subscribe-box {
  margin-bottom: 30px;
  padding: 20px 30px 28px;
  border-radius: 8px;
  background-color: rgb(254, 254, 255);
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.form-box {
  margin-bottom: 30px;
}

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

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

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

.style {
  text-align: left;
}

.style a {
  border: 1px solid rgb(230, 65, 36);
}

.single-widget-item {
  background-color: rgb(254, 254, 255);
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px;
  margin-bottom: 30px;
}

.single-widget-item h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 15px;
}

.recent-post-item {
  position: relative;
  z-index: 1;
}

.recent-post-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-post-item ul li {
  display: block;
  margin-bottom: 15px;
  background: transparent;
  padding: 5px 20px 15px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #ced3d9;
}

.recent-post-item ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgb(230, 65, 36);
  transition: 0.5s;
  border-radius: 4px;
  z-index: -1;
}

.recent-post-item ul li a {
  display: block;
  font-size: 16px;
  padding: 15px 0 0;
}

.recent-post-item ul li a span {
  float: right;
}

.service-description h3 a:hover {
  color: rgb(230, 65, 36);
}

.recent-post-item ul li:hover:before {
  width: 100%;
}

.recent-post-item ul li:hover a {
  color: rgb(254, 254, 255);
}

.recent-post-title h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

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

.rpost-content {
  margin-left: 20px;
}

.rpost-content h5 a {
  font-size: 20px;
  color: rgb(43, 45, 51);
  display: inline-block;
}

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

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

.icons {
  display: flex;
}

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

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

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

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

.icons span:hover {
  background-color: rgb(230, 65, 36);
}

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

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

.calendar {
  padding: 20px 20px 0;
}

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

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

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

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

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

.days li.active {
  color: white;
}

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

.days li.active::before {
  background-color: rgb(230, 65, 36);
}

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

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

/*============start-team-details-section====================*/

.team-details-section {
  padding: 60px 0 40px;
}

.team-details {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgb(247, 247, 247);
  padding: 50px;
}

.team-details-thumb {
  text-align: center;
}

.team-details-thumb img {
  width: 70%;
}

.team-details-content-text ul li span {
  font-weight: 800;
  margin-right: 15px;
  font-size: 17px;
}

.team-biography-section {
  padding: 30px 0 30px;
}

.team-skill-section {
  padding: 30px 0 20px;
}

.team-details-box {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.prossess-ber-plugin {
  margin: 35px 0 0px;
}

.prossess-ber-plugin span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(43, 45, 51);
}

.barfiller {
  width: 100%;
  height: 5px;
  position: relative;
  margin-bottom: 27px;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #ddd !important;
}

.fill {
  background-color: rgb(43, 45, 51) !important;
  border-radius: 5px;
}

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

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: rgb(43, 45, 51);
  z-index: 1;
}

/*============end-team-details-section====================*/

/*============start-service-details-section====================*/

.service-time-list {
  background-color: rgb(254, 254, 255);
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 35px 40px;
  margin-bottom: 30px;
}

.service-time-list-content h4 {
  color: rgb(43, 45, 51);
  font-size: 30px;
  margin-bottom: 31px;
}

.service-time-list-item ul li {
  color: rgb(43, 45, 51);
  background: #f8f6f3;
  padding: 13px 26px;
  margin-bottom: 16px;
}

.service-time-list-item ul li strong {
  color: rgb(43, 45, 51);
  font-weight: 500;
  font-size: 15px;
}

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

/*============start-sale-section====================*/

.styles {
  display: inline-block;
  position: absolute;
  top: 400px;
}

.style-2 {
  position: absolute;
  top: 170px;
}

.style-3 {
  padding: 2px 7px 40px;
}

.style-4 span {
  margin-right: 28px;
}

.style-bg {
  padding-bottom: 90px;
}

/*============end-team-details-section====================*/

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

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: rgb(230, 65, 36);
  flex-direction: column;
  gap: 20px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-animation: spin 10s infinite;
  -moz-animation: spin 10s infinite;
  -o-animation: spin 10s infinite;
  animation: spin 10s infinite;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.main-page .loader {
  position: relative;
  width: 70px;
  height: 70px;
}
.main-page .loader .spin-blend {
  transform: rotateZ(90deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: rgb(230, 65, 36);
  position: absolute;
  top: 0;
  left: 0;
}
.main-page .loader .spin-blend:nth-child(2) {
  transform: rotate(90deg);
}
.main-page .loader .spin-blend:nth-child(2) {
  transform: rotate(220deg);
}
.main-page .loader .spin-blend:nth-child(3) {
  transform: rotate(270deg);
}
.main-page .loader .spin-blend:nth-child(4) {
  transform: rotate(310deg);
}
.main-page .loader .spin-blend:nth-child(5) {
  transform: rotate(130deg);
}
.main-page .loader .spin-blend:before,
.main-page .loader .spin-blend:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 2s spin linear infinite;
}
.main-page .loader .spin-blend:after {
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
.main-page .loading-text {
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 3px;
}
.main-page .loading-text .letter {
  animation: 2s bounce infinite;
  transform: rotate(6deg);
}
.main-page .loading-text .letter:nth-child(2) {
  animation-delay: 0.1s;
}
.main-page .loading-text .letter:nth-child(3) {
  animation-delay: 0.2s;
}
.main-page .loading-text .letter:nth-child(4) {
  animation-delay: 0.3s;
}
.main-page .loading-text .letter:nth-child(5) {
  animation-delay: 0.4s;
}
.main-page .loading-text .letter:nth-child(6) {
  animation-delay: 0.5s;
}
.main-page .loading-text .letter:nth-child(7) {
  animation-delay: 0.6s;
}
.main-page .loading-text .letter:nth-child(8) {
  animation-delay: 0.8s;
}
.main-page .loading-text .letter:nth-child(9) {
  animation-delay: 1s;
}
.main-page .loading-text .letter:nth-child(10) {
  animation-delay: 1.2s;
}
@keyframes spin {
  0% {
    box-shadow: 0.5em 0px 0 0px #fff;
  }
  12% {
    box-shadow: 0.5em 0.5em 0 0 rgb(230, 65, 36);
  }
  25% {
    box-shadow: 0 0.5em 0 0px #fff;
  }
  37% {
    box-shadow: -0.5em 0.5em 0 0 rgb(230, 65, 36);
  }
  50% {
    box-shadow: -0.5em 0 0 0 #fff;
  }
  62% {
    box-shadow: -0.5em -0.5em 0 0 rgb(230, 65, 36);
  }
  75% {
    box-shadow: 0px -0.5em 0 0 #fff;
  }
  87% {
    box-shadow: 0.5em -0.5em 0 0 rgb(230, 65, 36);
  }
  100% {
    box-shadow: 0.5em 0px 0 0px #fff;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.loader_bg {
  position: fixed;
  z-index: 9999;
  background: #292525;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

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

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

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

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

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

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

.prgoress_indicator:hover ::after {
  color: rgb(230, 65, 36);
}

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

.prgoress_indicator svg path {
  fill: none;
}

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

/*dark-button css*/

.darkmode .light-btn {
  stroke: rgb(230, 65, 36);
  padding-left: 6px;
}

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

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

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

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

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

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