/* ===================================================
    Anexcy - Multipurpose  HTML5 Onepage Template 
    Version: 1.0
    Author: husain100b
    ==================================================
       Table of content

       01. FONTS
       02. MAIN STYLES
       03. SECTION HEADING STYLES
       04. HEADER STYLES
       05. SERVICE STYLES
       06. ABOUT US STYLES
       07. FEATURES STYLES
       08. PORTFOLIO STYLES
       09. COUNTER STYLES
       10. TEAM STYLES
       11. CALL TO ACTION STYLES
       12. TESTIMONIAL STYLES
       13. CLIENTS STYLES
       14. PRICING TABLE STYLES
       15. BLOG STYLES
       16. CONTACT STYLES
       17. COPYRIGHT/FOOTER STYLES
       18. SCROLLUP
       19. PRELOADER STYLES

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

/*=====================
        01. FONTS
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/*===========================
      02. MAIN STYLES
=============================*/
body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', Sans-serif;
  line-height: 28px;
  margin: 0;
  position: relative;
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

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

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

/* ==============================
    03. Section Title Styles
 ================================*/
.section-title {
  padding-bottom: 80px;
}

.section-title h2 {
  font-size: 56px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40%;
  text-transform: uppercase;
}

.section-title.section-title-two h2 {
  color: #0d0b50;
}

.section-title h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 35%;
  height: 1px;
  background: #fed47e;
}

.section-title.section-title-two h2:before {
  background: #f7ea00;
  height: 10px;
}

.section-title.section-title-three h2:before {
  background: #f7ea00;
}

.section-title.section-title-four h2:before {
  background: #f24848;
}

.section-title.section-title-five h2:before {
  background: #f7ea00;
}

.section-title p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 32px;
}

.section-title.section-title-two p {
  color: #0d0d0d;
}

.section-title.section-title-two p:after {
  background: #f58c57;
  height: 3px;
}

.section-title.section-title-four p:after {
  background: #f24848;
}

/* ==========================
    04. Header Styles
============================= */
#header-area {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#header-area.header-area {
  background: #1a1b21;
}

#header-area.header-area-two {
  background: url(../img/bg/home-three-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#header-area.header-area-two:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 11, 255, 0.5);
}

#header-area.header-area-three {
  background-image: url(../img/bg/home-three-20.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#header-area.header-area-three:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
}

#header-area.header-area-four {
  background-image: url(../img/bg/6.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}

#header-area.header-area-four.header-area-four-slider {
  background-image: url(../img/bg/6-slider.jpg);
}

#header-area.header-area-four:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 14, 14, 0.9);
}

#header-area.header-area-four-video {
  position: relative;
}

#header-area.header-area-four-video:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 12, 0.8);
}

#header-area.header-area-five {
  background: url(../img/bg/gabrielle-henderson-HJckKnwCXxQ-unsplash.jpg);
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  position: relative;
}

#header-area.header-area-five:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 15, 34, 0.8);
}

#header-area .header-video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-top {
  position: relative;
  z-index: 2;
}

.header-area-four .header-top {
  background: #141214;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.header-top .main-menu li {
  display: inline-block;
}

.header-top .main-menu li a {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  padding: 30px 15px;
  transition: all 0.4s ease;
  border-bottom: 8px solid transparent;
}

.header-top-two .main-menu li a {
  color: #ffffff;
}

.header-top .main-menu li a:hover {
  border-bottom: 8px solid #f5cc83;
  color: #f5cc83;
}

.header-top-two .main-menu li a:hover {
  border-bottom: 8px solid #f7ea00;
  color: #f7ea00;
}

.header-top-three .main-menu li a:hover {
  border-bottom: 8px solid #f7ea00;
  color: #f7ea00;
}

.header-top-five .main-menu li a:hover {
  border-color: #f7ea00;
  color: #f7ea00;
}

.header-area-four .header-top .main-menu li a {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}

.header-area-four .header-top .main-menu li a:hover,
.header-area-four-video .header-top .main-menu li a:hover {
  border-bottom-color: #f24848;
  color: #f24848;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(53, 53, 53, 50%);
}

.header-bottom {
  display: flex;
  align-items: center;
  height: 80vh;
  position: relative;
  z-index: 1;
}

.header-bottom-left h5 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  line-height: 32px;
  font-family: 'Josefin Sans', sans-serif;
}

.header-area-two .header-bottom-left h5 {
  color: #ffffff;
}

.header-bottom-left h5:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 60%;
  height: 1px;
  bottom: 11px;
  right: 20px;
}

.header-area-two .header-bottom-left h5:after {
  background: #ffffff;
}

.header-bottom-left h1 {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 75px;
  text-transform: uppercase;
}

.header-bottom-two .header-bottom-left h1 {
  color: #ffffff;
}

.header-bottom-left h1 span {
  font-weight: 700;
  padding: 5px 8px;
  line-height: 1;
  background: #fed47e;
  color: #1a1b21;
  display: inline-block;
}

.header-bottom-two .header-bottom-left h1 span {
  background: #f7ea00;
}

.header-area-five .header-bottom-five-content h1 {
  font-size: 100px;
  line-height: 125px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
}

.header-area-five .header-bottom-five-content h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.header-bottom-five-content .header-bottom-five-small-heading {
  font-size: 28px;
  line-height: 36px;
}

.header-bottom-five-content .header-bottom-five-heading-color {
  background: #f7ea00;
  padding: 10px 25px;
  display: inline-block;
  color: #0a000a;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper {
  margin-top: 20px;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn,
.header-area-five .header-bottom-five-content a.header-bottom-five-btn {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 30px;
  display: inline-block;
  background: #22242c;
  font-weight: 600;
  padding: 15px 40px;
  margin-right: 15px;
  transition: all 0.4s ease;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn:hover {
  background: #f7ea00;
  color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
  background: #fed47e;
  color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn:hover {
  background: #f7ea00;
  color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
  background: #fed47e;
  color: #010101;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color {
  background: #f7ea00;
  color: #010101;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn-color {
  background: #f7ea00;
  color: #010101;
}

.header-area .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color:hover {
  background: #22242c;
  color: #ffffff;
}

.header-area-two .header-bottom-left .header-bottom-left-button-wrapper a.header-bottom-btn-color:hover {
  color: #ffffff;
}

.header-area-five .header-bottom-five-content p {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

.header-area-five .header-bottom-five-content a.header-bottom-five-btn:last-child {
  margin-right: 0;
}

.header-bottom-right {
  max-width: 375px;
  max-height: 520px;
  position: relative;
}

.header-bottom-right-two {
  position: relative;
  z-index: 0;
}

.header-bottom-right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50px;
  left: -50px;
  border: 20px solid #fed47e;
  z-index: 1;
}

.header-bottom-right-two:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(15, 11, 255, 0.2);
}

.header-area-two .header-bottom-right:before {
  border-color: #f7ea00;
}

.header-area-three .header-bottom-three {
  text-align: center;
}

.header-area-three .header-bottom-three .single-slider-three h1 {
  font-size: 70px;
  font-weight: 900;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.5;
}

.header-area-three .header-bottom-three .single-slider-three h1 span {
  background: #f7ea00;
  color: #010101;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
}

.header-area-three .header-bottom-three .single-slider-three p {
  font-size: 18px;
  color: #b4b4b4;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.header-area-three .header-bottom-three .single-slider-three a {
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  color: #010101;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  background: #f7ea00;
  letter-spacing: 1px;
  padding: 15px 35px;
  margin-top: 30px;
}

.header-bottom-right img {
  position: relative;
  z-index: 1;
}

.header-bottom-four-content {
  text-align: center;
}

.header-bottom-four-content h1 {
  font-size: 90px;
  line-height: 150px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.header-bottom-four-btn {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 1px solid #f24848;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  line-height: 28px;
  font-family: 'Josefin Sans', sans-serif;
  padding: 20px 35px;
  text-transform: uppercase;
  margin-top: 30px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}

.header-bottom-four-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f24848;
  transition: all 0.4s ease;
  z-index: -1;
}

.header-bottom-four-btn:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #f24848;
  transition: all 0.4s ease;
  z-index: -1;
}

.header-bottom-four-btn:hover:before,
.header-bottom-four-btn:hover:after {
  width: 100%;
}

.header-bottom-four-btn:hover {
  color: #ffffff;
}

/* Owl Slider Home Three */
.header-bottom-three-slider .owl-nav .owl-prev,
.header-bottom-three-slider .owl-nav .owl-next,
.header-bottom-four-slider .owl-nav .owl-prev,
.header-bottom-four-slider .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  background: #f7ea00;
  color: #010101;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

/* Home four slider styles */
.header-bottom-four-slider .owl-nav .owl-prev,
.header-bottom-four-slider .owl-nav .owl-next {
  background: transparent;
  border: 1px solid #f24848;
  color: #ffffff;
  left: 15px;
  transition: all 0.4s ease;
}

.header-bottom-four-slider .owl-nav .owl-prev:hover,
.header-bottom-four-slider .owl-nav .owl-next:hover {
  background: #f24848;
  color: #ffffff;
  border: 1px solid transparent;
}

.header-bottom-three-slider .owl-nav .owl-next,
.header-bottom-four-slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.header-bottom-four-slider .owl-nav .owl-next {
  right: 15px;
}

/* =========================
    05. Service Styles
============================ */
#service-area {
  padding: 140px 0;
  background: #1e1f26;
}

#service-area.service-area-two {
  background: #f6f7fa;
}

#service-area.service-area-four {
  background: #0a0a0a;
}

#service-area .single-service {
  padding: 65px 65px;
  transition: all 0.4s ease;
  position: relative;
}

#service-area .single-service:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 1px;
  height: 278px;
  background: #cfcfcf;
  transform: translateY(-50%);
}

#service-area.service-area-two .single-service:before {
  display: none;
}

#service-area.service-area-four .single-service:before {
  display: none;
}

#service-area .single-service:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 4px;
  height: 100px;
  background: #fed47e;
  transform: translateY(-50%);
}

#service-area.service-area-two .single-service:after {
  display: none;
}

#service-area.service-area-three .single-service:after {
  background: #f7ea00;
}

#service-area.service-area-four .single-service:after {
  display: none;
}

.service-area-two .single-service {
  background: #ffffff;
  border: 0;
  border-left: 10px solid #f7ea00;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-area-four .single-service {
  background: #212020;
}

#service-area.service-area-five .single-service {
  background: #130f22;
  border: 0;
  padding: 65px;
}

.single-service i {
  font-size: 50px;
  color: #fed47e;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

.service-area-two .single-service i {
  color: #f7ea00;
}

.service-area-three .single-service i {
  color: #f7ea00;
}

.service-area-four .single-service i {
  color: #f24848;
}

.service-area-five .single-service i {
  color: #f7ea00;
}

.single-service h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

.service-area-two .single-service h4 {
  color: #141414;
}

.service-area-four .single-service h4 {
  text-transform: capitalize;
}

.single-service p {
  font-size: 16px;
  /* color: #6b6b6b; */
  color: #b0b1b1;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

.single-service a {
  font-size: 16px;
  padding: 12px 25px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 5;
  font-family: 'Josefin Sans', sans-serif;
  border: 1px solid #ffffff;
  transition: 0.4s ease;
}

.service-area-two .single-service a:before,
.single-service a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease;
}

.single-service a:before {
  background: #fed47e;
}

.service-area-two .single-service a:after,
.single-service a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease;
}

.single-service a:after {
  background: #fed47e;
}

.service-area-two .single-service a:before,
.service-area-two .single-service a:after {
  background: #f7ea00;
}

.service-area-three .single-service a:before,
.service-area-three .single-service a:after {
  background: #f7ea00;
}

.single-service a:hover:before,
.single-service a:hover:after {
  width: 50%;
}

.single-service a:hover {
  border: 1px solid transparent;
  color: #010101;
}

.service-area-two .single-service a {
  background: transparent;
  border: 2px solid #f7ea00;
  color: #010101;
  font-weight: 600;
}

.service-area-four .single-service a {
  background: transparent;
  border: 1px solid #f24848;
  position: relative;
  z-index: 5;
}

.service-area-five .single-service a {
  border-color: #f7ea00;
}

.service-area-four .single-service a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f24848;
  z-index: -1;
  transition: all 0.4s ease;
}

.service-area-five .single-service a:before {
  background: #f7ea00;
}

.service-area-four .single-service a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #f24848;
  z-index: -1;
  transition: all 0.4s ease;
}

.service-area-five .single-service a:after {
  background: #f7ea00;
}

.service-area-four .single-service a:hover:before,
.service-area-five .single-service a:hover:before,
.service-area-four .single-service a:hover:after,
.service-area-five .single-service a:hover:after {
  width: 50%;
}

.service-area-four .single-service a:hover {
  color: #ffffff;
}

.service-area-five .single-service a:hover {
  color: #010101;
}

.service-area-two .single-service:before {
  background: #f68d58;
}

.service-area-four .single-service:before {
  background: #f24848;
}

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

.service-area-two .single-service:after {
  background: #f68d58;
}

.service-area-four .single-service:after {
  background: #f24848;
}

.single-service:hover:after {
  height: 100%;
}

.single-service:hover i {
  transform: scale(1.1);
}

/* ================================
    06. About Section Styles
=================================== */
#about-area {
  padding: 140px 0;
  background: #17171b;
}

#about-area.about-area-two {
  background: #ffffff;
}

#about-area.about-area-four {
  background: #131214;
}

#about-area.about-area-five {
  background: #130f22;
}

.about-area-left h4 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
}

.about-area-two .about-area-left h4 {
  color: #0d0b50;
}

.about-list {
  margin-bottom: 50px;
}

.about-list li {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-list li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fed47e;
  border-radius: 50%;
}

.about-area-two .about-list li:before {
  background: #f7ea00;
  border: 0;
}

.about-area-three .about-list li:before {
  background: #f7ea00;
}

.about-area-four .about-list li:before {
  background: #f24848;
}

.about-area-five .about-list li:before {
  background: #f7ea00;
}

.about-area-left a {
  color: #ffffff;
  background: transparent;
  padding: 20px 60px;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #fed47e;
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}

.about-area-left a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fed47e;
  z-index: -1;
  transition: all 0.4s ease;
}

.about-area-left a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fed47e;
  z-index: -1;
  transition: all 0.4s ease;
}

.about-area-left a:hover:before,
.about-area-left a:hover:after {
  width: 50%;
}

.about-area-left a:hover {
  color: #010101;
}

.about-area-two .about-area-left a {
  border: 2px solid #f7ea00;
  background: transparent;
  color: #010101;
  transition: all 0.4s ease;
  position: relative;
}

.about-area-three .about-area-left a {
  border-color: #f7ea00;
}

.about-area-four .about-area-left a {
  border: 1px solid #f24848;
  background: transparent;
}

.about-area-four .about-area-left a:hover {
  color: #ffffff;
}

.about-area-five .about-area-left a {
  border: 1px solid #f7ea00;
}

.about-area-two .about-area-left a:hover {
  color: #010101;
  font-weight: 600;
}

.about-area-two .about-area-left a:before {
  background: #f7ea00;
}

.about-area-four .about-area-left a:before {
  background: #f24848;
}

.about-area-five .about-area-left a:before {
  background: #f7ea00;
}

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

.about-area-two .about-area-left a:after {
  background: #f7ea00;
}

.about-area-three .about-area-left a:before,
.about-area-three .about-area-left a:after {
  background: #f7ea00;
}

.about-area-four .about-area-left a:after {
  background: #f24848;
}

.about-area-five .about-area-left a:after {
  background: #f7ea00;
}

.about-area-left a:hover:after {
  width: 100%;
}

.about-area-five .about-area-left a:hover {
  color: #010101;
  border: 1px solid transparent;
}

.about-area-right {
  max-width: 375px;
  max-height: 520px;
  position: relative;
}

.about-area-right:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: -50px;
  border: 20px solid #fed47e;
  z-index: 1;
}

.about-area-two .about-area-right:before {
  border-color: #f7ea00;
  border-width: 25px;
}

.about-area-three .about-area-right:before {
  border-color: #f7ea00;
}

.about-area-four .about-area-right:before {
  border-color: #f24848;
  border-width: 25px;
}

.about-area-five .about-area-right:before {
  border-color: #f7ea00;
}

.about-area-right img {
  position: relative;
  z-index: 1;
}

/* ==============================
    07. Feature Section Style
================================= */
#feature-area {
  padding: 140px 0 110px;
  background-color: #1e1f26;
}

#feature-area.feature-area-two {
  background: #f6f7fa;
}

#feature-area.feature-area-four {
  background: #0a0a0a;
}

.single-feature {
  padding: 90px 60px;
  background: #1a1b21;
  margin-bottom: 30px;
  display: flex;
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}

.single-feature:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fed47e;
  transition: all 0.4s ease;
  z-index: -1;
}

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

.feature-area-two .single-feature {
  background: #ffffff;
  border: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.feature-area-four .single-feature {
  background: #212020;
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}

.feature-area-three .single-feature:before {
  background: #f7ea00;
}

.feature-area-four .single-feature:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b84848;
  z-index: -1;
  transition: all 0.4s ease;
}

.feature-area-four .single-feature:hover:before,
.feature-area-four .single-feature:hover:after {
  width: 100%;
}

.feature-area-five .single-feature {
  background: #130f22;
  border: 0;
}

.single-feature h2 {
  font-size: 70px;
  line-height: 100px;
  color: #fed47e;
  font-weight: 400;
  margin-right: 30px;
  transition: all 0.4s ease;
}

.single-feature:hover h2 {
  color: #2f3039;
}

.feature-area-two .single-feature h2 {
  color: #f7ea00;
  transition: all 0.4s ease;
  z-index: 1;
}

.feature-area-two .single-feature:hover h2 {
  color: #010101;
}

.feature-area-three .single-feature h2 {
  color: #f7ea00;
}

.feature-area-three .single-feature:hover h2 {
  color: #2f3039;
}

.feature-area-four .single-feature h2 {
  color: #ffffff;
}

.single-feature p {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0 45px;
  position: relative;
  transition: all 0.4s ease;
}

.single-feature:hover p {
  color: #2f3039;
}

.feature-area-two .single-feature p {
  color: #010101;
  transition: all 0.4s ease;
}

.feature-area-two .single-feature:hover p {
  color: #ffffff;
  color: #010101;
}

.feature-area-four .single-feature:hover p {
  color: #ffffff;
}

.single-feature p:before {
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: #2f3039;
  content: '';
}

.feature-area-two .single-feature p:before {
  background: #f1f1f1;
  transition: all 0.4s ease;
}

.feature-area-two .single-feature:hover p:before {
  background: #ffffff;
}

.feature-area-four .single-feature p:before {
  background: #f24848;
  transition: all 0.4s ease;
}

.feature-area-four .single-feature:hover p:before {
  background: #ffffff;
}

.feature-area-two .single-feature:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f7ea00;
  transition: all 0.4s ease;
}

.feature-area-two .single-feature:hover:before {
  width: 100%;
}

/* =================================
    08. Portfolio Section Style
==================================== */
#portfolio-area {
  padding: 140px 0 110px;
  background: #17171b;
}

#portfolio-area.portfolio-area-two {
  background: #ffffff;
}

#portfolio-area.portfolio-area-four {
  background: #131214;
}

#portfolio-area.portfolio-area-five {
  background: #0a0a0a;
}

.single-portfolio {
  margin-bottom: 30px;
}

.single-portfolio .portfolio-img {
  position: relative;
}

.single-portfolio .portfolio-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: '';
  cursor: pointer;
  transition: 0.4s ease;
  background: rgba(26, 27, 33, 0.7);
}

.portfolio-area-four .single-portfolio .portfolio-img:before {
  background: rgba(26, 27, 33, 0.7);
}

.single-portfolio .portfolio-img:hover:before {
  height: 100%;
}

.portfolio-area-two .single-portfolio .portfolio-img:after {
  background: rgba(246, 141, 87, 0.3);
}

.portfolio-area-four .single-portfolio .portfolio-img:after {
  background: rgba(242, 72, 72, 0.3);
}

.single-portfolio .portfolio-img:hover:after {
  height: 100%;
}

.portfolio-img a {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 1;
}

.portfolio-img:hover a {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.portfolio-img a i {
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
}

.overlay-portfolio-text {
  position: relative;
  padding: 15px 15px 15px 20px;
}

.portfolio-area .overlay-portfolio-text {
  background: #12151d;
}

.portfolio-area-two .overlay-portfolio-text {
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.portfolio-area-five .overlay-portfolio-text {
  background: #18132b;
}

.overlay-portfolio-text:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #efc777;
  width: 5px;
  height: 100%;
}

.portfolio-area-two .overlay-portfolio-text:before {
  background: #f7ea00;
}

.portfolio-area-five .overlay-portfolio-text:before {
  background: #f7ea00;
}

.overlay-portfolio-text h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
}

.portfolio-area-two .overlay-portfolio-text h4 {
  color: #0d0b50;
}

.overlay-portfolio-text p {
  font-size: 14px;
  color: #a2a1a1;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.single-portfolio .portfolio-img img {
  height: 100%;
}

/* Portfolio carousel dots style */
#portfolio-area .owl-carousel .owl-dots {
  display: inline-block !important;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
}

#portfolio-area .owl-carousel .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fed47e;
  display: inline-block;
  margin: 10px 10px 0;
}

#portfolio-area .owl-carousel .owl-dot.active {
  background: #f1b335;
}

#portfolio-area.portfolio-area-two .owl-carousel .owl-dot {
  background: #f7ea00;
}

#portfolio-area.portfolio-area-two .owl-carousel .owl-dot.active {
  background: #bdb51b;
}

#portfolio-area.portfolio-area-five .owl-carousel .owl-dot {
  background: #f7ea00;
}

#portfolio-area.portfolio-area-five .owl-carousel .owl-dot.active {
  background: #bdb51b;
}

/* =================================
    09. Counter Styles
==================================== */
#counter-area {
  padding: 140px 0;
  background: #1e1f26;
}

#counter-area.counter-area-two {
  background: #f6f7fa;
}

#counter-area.counter-area-four {
  background: #0a0a0a;
}

#counter-area.counter-area-five {
  background: #130f22;
}

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

.single-counter h1 {
  font-size: 84px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.counter-area-two .single-counter h1 {
  color: #0d0b50;
}

.single-counter span {
  font-size: 28px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  padding-left: 40px;
  display: inline-block;
  position: relative;
}

.counter-area-two .single-counter span {
  color: #0d0b50;
}

.single-counter span:before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 30px;
  height: 25px;
  background: #efc778;
}

.counter-area-two .single-counter span:before {
  background: #f7ea00;
}

.counter-area-three .single-counter span:before {
  background: #f7ea00;
}

.counter-area-four .single-counter span:before {
  background: #f24848;
}

.counter-area-five .single-counter span:before {
  background: #f7ea00;
}

.single-counter span:after {
  content: '';
  font-family: 'Ionicons';
  font-size: 183px;
  line-height: 1;
  color: rgba(242, 92, 92, 0.5);
  bottom: -60px;
  right: -75px;
  position: absolute;
  z-index: 0;
}

.counter-area-two .single-counter span:after {
  color: rgba(247, 234, 0, 0.35);
}

.counter-area-three .single-counter span:after {
  color: rgba(247, 234, 0, 0.35);
}

.counter-area-four .single-counter span:after {
  color: rgba(242, 72, 72, 0.35);
}

.counter-area-five .single-counter span:after {
  color: rgba(247, 234, 0, 0.35);
}

.single-counter span.counter-text-one:after {
  content: '\f3ed';
}

.single-counter span.counter-text-two:after {
  content: '\f47f';
}

.single-counter span.counter-text-three:after {
  content: '\f3c9';
}

/* ============================
       10. Team Styles 
=============================== */
#team-area {
  padding: 140px 0;
  background: #17171b;
}

#team-area.team-area-two {
  background: #ffffff;
}

#team-area.team-area-four {
  background: #131214;
}

#team-area.team-area-five {
  background: #130f22;
}

.single-team {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.single-team:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(26, 27, 33, 0.7);
  transition: all 0.4s ease;
}

.team-area-four .single-team:before {
  background: rgba(26, 27, 33, 0.7);
}

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

.single-team:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(26, 27, 33, 0.7);
  transition: all 0.4s ease;
}

.team-area-four .single-team:after {
  background: rgba(26, 27, 33, 0.7);
}

.single-team:hover:after {
  height: 100%;
}

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

.team-overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.team-overlay:before {
  position: absolute;
  content: '';
  left: -35px;
  top: 0;
  width: 15px;
  height: 100%;
  background: #f5cc83;
}

.team-area-two .team-overlay:before {
  background: #f7ea00;
}

.team-area-three .team-overlay:before {
  background: #f7ea00;
}

.team-area-four .team-overlay:before {
  background: #f24848;
}

.team-overlay h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 33px;
  margin-bottom: 10px;
  position: relative;
}

.team-overlay span {
  font-size: 11px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.team-overlay ul li {
  display: inline-block;
}

.team-overlay ul li a {
  font-size: 22px;
  color: #ffffff;
  margin-right: 30px;
  transition: all 0.4s ease;
}

.team-overlay ul li a:hover {
  color: #f5cc83;
}

.team-area-two .team-overlay ul li a:hover {
  color: #f7ea00;
}

.team-area-three .team-overlay ul li a:hover {
  color: #f7ea00;
}

.team-area-four .team-overlay ul li a:hover {
  color: #f24848;
}

.team-overlay ul li:last-child a {
  margin-right: 0;
}

.single-team:hover .team-overlay {
  left: 100px;
  opacity: 1;
  visibility: visible;
}

/* =============================
    11. Call To Action Styles
================================ */
#call-to-action-area {
  padding: 160px 0;
  background: #1e1f26;
}

#call-to-action-area.call-to-action-area-two {
  background: #f6f7fa;
}

#call-to-action-area.call-to-action-area-four {
  background: #0a0a0a;
}

#call-to-action-area.call-to-action-area-five {
  /* background: #0a0a0a; */
  background: #130f22;
}

.call-to-action-left h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.call-to-action-area-two .call-to-action-left h2 {
  color: #0d0b50;
}

.call-to-action-btn {
  text-align: center;
}

.call-to-action-btn a {
  font-size: 20px;
  color: #010101;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Josefin Sans', sans-serif;
  background: #fed47e;
  border: 1px solid transparent;
  display: inline-block;
  padding: 23px 60px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.call-to-action-area-two .call-to-action-btn a {
  background: #f7ea00;
  color: #010101;
  font-weight: 600;
}

.call-to-action-area-three .call-to-action-btn a {
  background: #f7ea00;
  color: #010101;
  font-weight: 600;
}

.call-to-action-area-four .call-to-action-btn a {
  background: #f24848;
  color: #ffffff;
}

.call-to-action-area-five .call-to-action-btn a {
  background: #f7ea00;
  color: #010101;
}

.call-to-action-btn a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fed47e;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}

.call-to-action-area-two .call-to-action-btn a:before {
  background: #f7ea00;
}

.call-to-action-area-three .call-to-action-btn a:before {
  background: #f7ea00;
}

.call-to-action-area-four .call-to-action-btn a:before {
  background: #f24848;
}

.call-to-action-area-five .call-to-action-btn a:before {
  background: #f7ea00;
}

.call-to-action-btn a:hover {
  color: #ffffff;
  background: transparent;
  border: 1px solid #fed47e;
}

.call-to-action-area-two .call-to-action-btn a:hover {
  border-color: #f7ea00;
  color: #010101;
}

.call-to-action-area-three .call-to-action-btn a:hover {
  border-color: #f7ea00;
  color: #ffffff;
}

.call-to-action-area-four .call-to-action-btn a:hover {
  color: #ffffff;
  border-color: #f24848;
}

.call-to-action-area-five .call-to-action-btn a:hover {
  border-color: #f7ea00;
  color: #ffffff;
}

.call-to-action-btn a:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

.call-to-action-btn a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background: #fed47e;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}

.call-to-action-area-two .call-to-action-btn a:after {
  background: #f7ea00;
}

.call-to-action-area-three .call-to-action-btn a:after {
  background: #f7ea00;
}

.call-to-action-area-four .call-to-action-btn a:after {
  background: #f24848;
}

.call-to-action-area-five .call-to-action-btn a:after {
  background: #f7ea00;
}

.call-to-action-btn a:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

/* ================================
    12. Testimonial Styles
 ================================== */
#testimonial-area {
  padding: 140px 0;
  background: #1a1b21;
}

#testimonial-area.testimonial-area-two {
  background: #ffffff;
}

#testimonial-area.testimonial-area-four {
  background: #131214;
}

#testimonial-area.testimonial-area-five {
  background: #130f22;
}

.single-testimonial {
  background: #1e1f26;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 45px 30px 20px;
  position: relative;
  margin-top: 20px;
}

.single-testimonial:before {
  position: absolute;
  content: '\f347';
  top: -6px;
  right: 50px;
  color: #f5cc83;
  font-size: 53px;
  font-family: 'Ionicons';
}

.testimonial-area-two .single-testimonial:before {
  color: #f7ea00;
}

.testimonial-area-three .single-testimonial:before {
  color: #f7ea00;
}

.testimonial-area-four .single-testimonial:before {
  color: #f24848;
}

.testimonial-area-five .single-testimonial:before {
  color: #f7ea00;
}

.single-testimonial p {
  font-size: 16px;
  line-height: 36px;
  color: #a8a8a8;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.single-testimonial-meta {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.testimonial-meta-img img {
  width: 61px;
  height: 61px;
  border-radius: 50%;
}

.testimonial-meta-author-name h5 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-meta-author-name span {
  font-size: 11px;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 17px;
}

#testimonial-area .owl-carousel .owl-dots {
  display: inline-block !important;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center;
}

#testimonial-area .owl-carousel .owl-dot {
  width: 35px;
  height: 15px;
  border-radius: 20px;
  background: #25262d;
  display: inline-block;
  margin: 10px 10px 0;
  position: relative;
}

#testimonial-area .owl-carousel .owl-dot.active {
  background: #f5cc83;
}

#testimonial-area.testimonial-area-two .owl-carousel .owl-dot.active {
  background: #f7ea00;
}

#testimonial-area.testimonial-area-three .owl-carousel .owl-dot.active {
  background: #f7ea00;
}

#testimonial-area.testimonial-area-four .owl-carousel .owl-dot.active {
  background: #f24848;
}

#testimonial-area.testimonial-area-five .owl-carousel .owl-dot.active {
  background: #f7ea00;
}

#testimonial-area .owl-carousel .owl-dot:before {
  position: absolute;
  content: '';
  top: -4px;
  left: -6px;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1px solid #25262d;
  width: 130%;
  height: 150%;
}

#testimonial-area .owl-carousel .owl-dot.active:before {
  border-color: #f5cc83;
}

#testimonial-area.testimonial-area-two .owl-carousel .owl-dot.active:before {
  border-color: #f7ea00;
}

#testimonial-area.testimonial-area-three .owl-carousel .owl-dot.active:before {
  border-color: #f7ea00;
}

#testimonial-area.testimonial-area-four .owl-carousel .owl-dot.active:before {
  border-color: #f24848;
}

#testimonial-area.testimonial-area-five .owl-carousel .owl-dot.active:before {
  border-color: #f7ea00;
}

/* =================================
    13. Clients Styles
==================================== */
#clients-area {
  padding: 140px 0 50px;
  background: #1e1f26;
}

.single-client {
  text-align: center;
  margin-bottom: 90px;
}

.single-client img {
  width: auto;
}

/* =================================
    14. Pricing Styles
==================================== */
#pricing-area {
  padding: 140px 0;
  background: #1a1b21;
}

#pricing-area.pricing-area-two {
  background: #f6f7fa;
}

#pricing-area.pricing-area-four {
  background: #0a0a0a;
}

#pricing-area.pricing-area-five {
  background: #0a0a0a;
}

.single-price {
  background: #1e1f26;
  text-align: center;
  padding: 50px 60px;
  transition: all 0.4s ease;
}

.pricing-area-two .single-price {
  background: #ffffff;
  border: 0;
}

.pricing-area-five .single-price {
  background: #130f22;
  border: 0;
}

.single-price p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.single-price:hover p {
  color: #0d0b50;
}

.single-price.active p {
  color: #0d0b50;
}

.pricing-area-two .single-price p {
  color: #0d0b50;
}

.pricing-area-two .single-price:hover p {
  color: #0d0b50;
}

.pricing-area-four .single-price:hover p {
  color: #ffffff;
}

.pricing-area-four .single-price.active p {
  color: #ffffff;
}

.pricing-area-five .single-price:hover p {
  color: #010101;
}

.pricing-area-two .single-price.active p {
  color: #0d0b50;
}

.pricing-area-three .single-price.active p {
  color: #0d0b50;
}

.pricing-area-five .single-price.active p {
  color: #010101;
}

.single-price h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}

.single-price:hover h3 {
  color: #0d0b50;
}

.single-price.active h3 {
  color: #0d0b50;
}

.pricing-area-two .single-price h3 {
  color: #0d0b50;
}

.pricing-area-two .single-price.active h3 {
  color: #0d0b50;
}

.pricing-area-three .single-price.active h3 {
  color: #0d0b50;
}

.pricing-area-four .single-price h3 {
  color: #ffffff;
}

.pricing-area-four .single-price.active h3 {
  color: #ffffff;
}

.pricing-area-two .single-price:hover h3 {
  color: #0d0b50;
}

.pricing-area-five .single-price:hover h3 {
  color: #010101;
}

.pricing-area-five .single-price.active h3 {
  color: #010101;
}

.single-price .pricing-sign {
  position: absolute;
  left: -15px;
  top: 8px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  transition: all 0.4s ease;
}

.single-price:hover .pricing-sign {
  color: #0d0b50;
}

.single-price.active .pricing-sign {
  color: #0d0b50;
}

.pricing-area-two .single-price .pricing-sign {
  color: #0d0b50;
}

.pricing-area-two .single-price.active .pricing-sign {
  color: #0d0b50;
}

.pricing-area-three .single-price.active .pricing-sign {
  color: #0d0b50;
}

.pricing-area-two .single-price:hover .pricing-sign {
  color: #0d0b50;
}

.pricing-area-four .single-price:hover .pricing-sign {
  color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-sign {
  color: #ffffff;
}

.pricing-area-five .single-price:hover .pricing-sign {
  color: #010101;
}

.pricing-area-five .single-price.active .pricing-sign {
  color: #010101;
}

.single-price .pricing-price-divider {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  transition: all 0.4s ease;
}

.single-price:hover .pricing-price-divider {
  color: #0d0b50;
}

.single-price.active .pricing-price-divider {
  color: #0d0b50;
}

.pricing-area-two .single-price .pricing-price-divider {
  color: #0d0b50;
}

.pricing-area-two .single-price:hover .pricing-price-divider {
  color: #0d0b50;
}

.pricing-area-four .single-price:hover .pricing-price-divider {
  color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-price-divider {
  color: #ffffff;
}

.pricing-area-five .single-price.active .pricing-price-divider {
  color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-price-divider {
  color: #0d0b50;
}

.pricing-area-three .single-price.active .pricing-price-divider {
  color: #0d0b50;
}

.pricing-area-five .single-price:hover .pricing-price-divider {
  color: #010101;
}

.pricing-area-five .single-price.active .pricing-price-divider {
  color: #010101;
}

.single-price .pricing-time {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  line-height: 1;
  transition: all 0.4s ease;
}

.single-price:hover .pricing-time {
  color: #0d0b50;
}

.single-price.active .pricing-time {
  color: #0d0b50;
}

.pricing-area-two .single-price .pricing-time {
  color: #0d0b50;
}

.pricing-area-two .single-price:hover .pricing-time {
  color: #0d0b50;
}

.pricing-area-four .single-price:hover .pricing-time {
  color: #ffffff;
}

.pricing-area-four .single-price.active .pricing-time {
  color: #ffffff;
}

.pricing-area-two .single-price.active .pricing-time {
  color: #0d0b50;
}

.pricing-area-three .single-price.active .pricing-time {
  color: #0d0b50;
}

.pricing-area-five .single-price:hover .pricing-time {
  color: #010101;
}

.pricing-area-five .single-price.active .pricing-time {
  color: #010101;
}

.single-price ul {
  padding: 100px 0;
}

.single-price ul li {
  font-size: 17px;
  line-height: 32px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  transition: all 0.4s ease;
}

.single-price:hover ul li {
  color: #2f3039;
}

.single-price.active ul li {
  color: #2f3039;
}

.pricing-area-two .single-price ul li {
  color: #0d0b50;
}

.pricing-area-two .single-price:hover ul li {
  color: #0d0b50;
}

.pricing-area-four .single-price:hover ul li {
  color: #ffffff;
}

.pricing-area-four .single-price.active ul li {
  color: #ffffff;
}

.pricing-area-two .single-price.active ul li {
  color: #0d0b50;
}

.pricing-area-three .single-price.active ul li {
  color: #0d0b50;
}

.pricing-area-five .single-price:hover ul li {
  color: #010101;
}

.pricing-area-five .single-price.active ul li {
  color: #010101;
}

.single-price ul li:last-child {
  margin-bottom: 0;
}

.single-price .pricing-btn {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #f5cc83;
  display: inline-block;
  padding: 18px 45px;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-weight: 600;
}

.pricing-area-two .single-price .pricing-btn {
  background: #f7ea00;
  border: 0;
  color: #010101;
  font-weight: 600;
}

.pricing-area-three .single-price.active .pricing-btn {
  background: #ffffff;
  border: 0;
  color: #010101;
  font-weight: 600;
}

.pricing-area-four .single-price .pricing-btn {
  background: #f24848;
  border-color: transparent;
}

.pricing-area-five .single-price .pricing-btn {
  background: transparent;
  border: 1px solid #f7ea00;
  color: #ffffff;
}

.single-price.active {
  background: #fed47e;
}

.pricing-area-two .single-price.active {
  background: #f7ea00;
}

.pricing-area-three .single-price.active {
  background: #f7ea00;
}

.pricing-area-four .single-price.active {
  background: #f24848;
}

.single-price.active .pricing-btn {
  background: #ffffff;
  color: #010101;
}

.single-price:hover {
  background: #fed47e;
}

.pricing-area-two .single-price:hover {
  background: #f7ea00;
}

.pricing-area-three .single-price:hover {
  background: #f7ea00;
}

.pricing-area-four .single-price:hover {
  background: #f24848;
}

.pricing-area-five .single-price:hover {
  background: #f7ea00;
}

.pricing-area-five .single-price.active {
  background: #f7ea00;
}

.single-price:hover .pricing-btn {
  background: #ffffff;
  color: #000000;
  border: 0;
}

.pricing-area-two .single-price.active .pricing-btn {
  background: #ffffff;
  color: #000;
}

.pricing-area-three .single-price .pricing-btn {
  border-color: #f7ea00;
}

.pricing-area-four .single-price.active .pricing-btn {
  background: #ffffff;
  color: #010101;
}

.pricing-area-five .single-price.active .pricing-btn {
  background: #ffffff;
  color: #010101;
  border-color: transparent;
}

/* ===============================
    15. Blog Styles
================================== */
#blog-area {
  padding: 140px 0;
  background: #1e1f26;
}

#blog-area.blog-area-two {
  background: #ffffff;
}

#blog-area.blog-area-four {
  background: #131214;
}

#blog-area.blog-area-five {
  background: #130f22;
}

.single-blog {
  border: 1px solid #272831;
}

.blog-area-two .single-blog {
  background: #ffffff;
  border-color: #ececec;
}

.blog-area-five .single-blog {
  border-color: #21222d;
}

.blog-img img {
  max-height: 410px;
}

.blog-content {
  padding: 50px 100px;
}

.blog-content h4 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  color: #ffffff;
}

.blog-area-two .blog-content h4 {
  color: #0d0b50;
}

.blog-content .blog-meta {
  margin: 15px 0;
}

.blog-content .blog-meta li {
  display: inline-block;
}

.blog-content .blog-meta li a {
  font-size: 12px;
  line-height: 18px;
  color: #b8b8b8;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 30px;
  display: block;
  transition: all 0.4s ease;
}

.blog-content .blog-meta li a:hover {
  color: #fed47e;
}

.blog-area-two .blog-content .blog-meta li a:hover {
  color: #f7ea00;
}

.blog-area-three .blog-content .blog-meta li a:hover {
  color: #f7ea00;
}

.blog-area-four .blog-content .blog-meta li a:hover {
  color: #f24848;
}

.blog-area-five .blog-content .blog-meta li a:hover {
  color: #f7ea00;
}

.blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

.blog-area-two .blog-content p {
  color: #0d0b50;
}

.blog-content .blog-meta li:last-child {
  margin-right: 0;
}

.blog-content .single-blog-btn {
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  position: relative;
  display: block;
  transition: all 0.4s ease;
}

.blog-content .single-blog-btn:hover {
  color: #fed47e;
}

.blog-area-two .blog-content .single-blog-btn {
  color: #0d0b50;
}

.blog-area-two .blog-content .single-blog-btn:hover {
  color: #f7ea00;
}

.blog-area-three .blog-content .single-blog-btn:hover {
  color: #f7ea00;
}

.blog-area-four .blog-content .single-blog-btn:hover {
  color: #f24848;
}

.blog-area-five .blog-content .single-blog-btn:hover {
  color: #f7ea00;
}

.blog-content .single-blog-btn:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 7px;
  width: 75%;
  height: 2px;
  background: #f5cc83;
}

.blog-area-two .blog-content .single-blog-btn:after {
  background: #f7ea00;
}

.blog-area-three .blog-content .single-blog-btn:after {
  background: #f7ea00;
}

.blog-area-four .blog-content .single-blog-btn:after {
  background: #f24848;
}

.blog-area-five .blog-content .single-blog-btn:after {
  background: #f7ea00;
}

/* =====================================
    16. Contact Us Styles
======================================== */
#contact-us-area {
  padding: 140px 0;
  background: #1a1b21;
}

#contact-us-area.contact-us-area-two {
  background: #f6f7fa;
}

#contact-us-area.contact-us-area-four {
  background: #0a0a0a;
}

#contact-us-area.contact-us-area-five {
  background: #0a0a0a;
}

.contact-us-area-two .section-title p:after {
  background: #ffffff;
  height: 3px;
}

.contact-address li {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
}

.contact-address li i {
  background: #f5cc83;
  color: #000000;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
}

.contact-us-area-two .contact-address li i {
  background: #f7ea00;
  color: #010101;
}

.contact-us-area-three .contact-address li i {
  background: #f7ea00;
  color: #010101;
}

.contact-us-area-four .contact-address li i {
  background: #f24848;
  color: #ffffff;
}

.contact-us-area-five .contact-address li i {
  background: #f7ea00;
}

.address-details h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.contact-us-area-two .address-details h5 {
  color: #0d0b50;
}

.address-details p {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
}

.contact-us-area-two .address-details p {
  color: #6b6b6b;
  /* color: #b0b1b1; */
}

.contact-us-form input[type='text'] {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 50px 70px;
  outline: 0;
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5cc83;
}

.contact-us-area-two .contact-us-form input[type='text'] {
  background: #ffffff;
  border-color: #f7ea00;
  color: #010101;
}

.contact-us-area-three .contact-us-form input[type='text'] {
  border-color: #f7ea00;
}

.contact-us-area-four .contact-us-form input[type='text'] {
  border-bottom-color: #f24848;
  background: transparent;
}

.contact-us-area-five .contact-us-form input[type='text'] {
  border-bottom-color: #f7ea00;
}

.contact-us-form textarea {
  width: 100%;
  background: transparent;
  padding: 50px 70px;
  min-height: 250px;
  border: 0;
  outline: 0;
  color: #ffffff;
  resize: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5cc83;
}

.contact-us-area-two .contact-us-form textarea {
  background: #ffffff;
  border-bottom-color: #f7ea00;
}

.contact-us-area-three .contact-us-form textarea {
  border-bottom-color: #f7ea00;
}

.contact-us-area-four .contact-us-form textarea {
  border-bottom-color: #f24848;
  background: transparent;
}

.contact-us-area-five .contact-us-form textarea {
  border-bottom-color: #f7ea00;
}

.contact-us-form input[type='submit'] {
  background: #f5cc83;
  padding: 30px 50px;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 0;
  outline: none;
  cursor: pointer;
}

.contact-us-area-two .contact-us-form input[type='submit'] {
  background: #f7ea00;
  color: #010101;
}

.contact-us-area-three .contact-us-form input[type='submit'] {
  background: #f7ea00;
  color: #010101;
}

.contact-us-area-four .contact-us-form input[type='submit'] {
  background: #f24848;
  color: #ffffff;
}

.contact-us-area-five .contact-us-form input[type='submit'] {
  background: #f7ea00;
}

.contact-us-form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-us-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

/* ================================
    17. Footer Styles
=================================== */
#footer-area {
  padding: 140px 0;
  background: #16171d;
}

#footer-area.footer-area-two {
  background: #ffffff;
}
#footer-area.footer-area-four {
  background: #0a000a;
}

#footer-area.footer-area-five {
  background: #130f22;
}

.footer-social {
  margin-bottom: 30px;
}

.footer-social li {
  display: inline-block;
  margin-left: 30px;
}

.footer-social li:first-child {
  margin-left: 0;
}

.footer-social li a {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.4s ease;
}

.footer-area-two .footer-social li a {
  color: #010101;
}

.footer-social li a:hover {
  color: #f5cc83;
}

.footer-area-two .footer-social li a:hover {
  color: #f7ea00;
}

.footer-area-three .footer-social li a:hover {
  color: #f7ea00;
}

.footer-area-four .footer-social li a:hover {
  color: #f24848;
}

.footer-area-five .footer-social li a:hover {
  color: #f7ea00;
}

.footer-right p {
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.footer-area-two .footer-right p {
  color: #010101;
}

/* =============================
       18. ScrollUp Styles
===-============================ */
#scrollUp {
  background: #f5cc83;
  right: 30px;
  bottom: 0px;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  bottom: 30px;
}

#home-two #scrollUp {
  background: #f7ea00;
  color: #010101;
}

#home-three #scrollUp {
  background: #f7ea00;
  color: #010101;
}

#home-four #scrollUp {
  background: #f24848;
  color: #ffffff;
}

#home-five #scrollUp {
  background: #f7ea00;
}

/* ===============================
    19. Prelaoder Styles
================================== */
#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11111;
  background: #010101;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 25% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
