/* ----------------------------------

Template Name: Farmi - Organic Farm Agriculture Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Inter
Main Color   : #f1cf69

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Zoom Effect
        - Fade Effect
        - Slide Effect
    04. About Area
        - Version One
        - Version Two
    05. Services Area
        - Image Version
        - Icon Version
    06. Our Features
    07. Achivement / Counter
    08. Gallery
        - Grid Version
        - Masonary Version
        - Full Width Version
    09. Testimonials
    10. What We Do
    11. Our History
    12. Why Choose Us
    13. Our Store / Deal Of Week
    14. Work With Us
    15. Clients / Partner
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    18. Subscribe Form
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  text-align: justify;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

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

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}
/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full,
  .container-fluid {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full,
  .container-fluid {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:992px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width:576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

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

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #f1cf69;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #f1cf69;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #f1cf69 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #f1cf69 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

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

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn i {
  margin-left: 5px;
  position: relative;
  top: 0;
}

.btn.btn-sm i {
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 14px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323 !important;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323 !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  color: #232323 !important;
  border: 2px solid #f1cf69 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #f1cf69;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 35px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-standard:hover {
  color: #ffffff;
}

.btn-standard::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f1cf69;
  transition: all 0.35s ease-in-out;
  left: -100%;
  bottom: 0;
  z-index: -1;
}

.btn-standard:hover::after {
  left: 0;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  text-align: center;
  color: #f1cf69;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-left: 3px;
  top: 1px;
  transition: all 0.35s ease-in-out;
}

.btn-standard:hover i {
  color: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  color: #ffffff;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #275c17 !important;
}

.bg-green {
  background: #017d3f !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: #f1cf69;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.bg-gradient-green {
  background: rgb(1,125,63);
  background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
}

.btn-theme {
  background-color: #f1cf69;
  color: #232323 !important;
  border: 2px solid #f1cf69;
}

.btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #f1cf69 !important;
}

.text-light .btn-theme.border {
  color: #ffffff !important;
}

.btn-theme.border:hover {
  background-color: #f1cf69;
  color: #232323 !important;
  border: 2px solid #f1cf69;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #f1cf69 none repeat scroll 0 0;
  border: 2px solid #f1cf69;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;
  z-index: 1;
  color: #232323 !important;
  padding: 18px 40px !important;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #fcc51b, #f1cf69);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #f6c738;
}

.btn-gradient.green {
  color: #ffffff !important;
}

.btn-gradient.green::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: inherit;
}

.btn-gradient i {
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.animated-btn {
  display: inline-block;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-transform: uppercase;
}

.animated-btn i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 52px;
  background: #f1cf69;
  border-radius: 50%;
  margin-right: 10px;
  color: #232323;
}

a.more-btn {
  text-transform: uppercase;
  color: #387608;
  position: relative;
  padding-right: 30px;
}

a.more-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 25px;
  background: #387608;
}

.text-light .animated-btn i {
  background: #ffffff;
  color: #232323;
}

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

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #f1cf69 none repeat scroll 0 0;
  border: 2px solid #f1cf69;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f1cf69;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
  font-size: 40px;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  position: relative;
  overflow: inherit;
}

.bg-dark .site-heading h4 {
  color: #cccccc;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #f1cf69;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #f1cf69 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #f1cf69 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

.heading-left {
  margin-bottom: 60px;
  position: relative;
}

.heading-left .left-info {
  padding-right: 50px;
  border-right: 1px solid #dddddd;
}

.heading-left .right-info {
  padding-left: 50px;
}

.heading-left .text-invisible {
  position: absolute;
  left: 0;
  top: -45px;
  margin: 0;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  z-index: -1;
  opacity: 0.03;
}

.heading-left h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #666666;
}

.text-light .heading-left h5,
.text-light.heading-left h5 {
  color: #ffffff;
}

.heading-left p {
  margin-top: -5px;
  margin-bottom: 0;
}

.heading-left h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-left a {
  margin-top: 30px;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixed-shape-bottom img {
  width: 100%;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  left: auto !important;
  right: 0;
}

.nav-box .language-switcher .dropdown-menu {
  top: 58px;
}


@media (min-width: 1200px) {
  .nav-box .language-switcher .dropdown-menu {
    top: 80px;
  }

  .top-bar-area .container-fluid, 
  header .container-fluid {
    padding: 0 100px !important;
  }
}


@media (min-width: 1024px) {
  .nav-box .language-switcher .dropdown-menu {
    top: 80px;
  }

  .top-bar-area .container-fluid, 
  header .container-fluid {
    padding: 0 50px;
  }
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area {
  color: #232323;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area p {
  margin: 0;
  font-weight: 500;
}

.top-bar-area .logo img {
    height: 60px;
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}


.top-bar-area.bg-gray li::after {
  border-left: 1px solid #cccccc;
}

.top-bar-area.bg-theme li::after,
.top-bar-area.bg-dark li::after {
  display: none;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area li i {
  margin-right: 5px;
}

.top-bar-area .social li i {
  margin-right: 0;
}

.top-bar-area .social li.facebook a {
  color: #3B5998;
}

.top-bar-area .social li.twitter a {
  color: #1DA1F2;
}

.top-bar-area .social li.pinterest a {
  color: #BD081C;
}

.top-bar-area .social li.g-plus a {
  color: #DB4437;
}

.top-bar-area .social li.linkedin a {
  color: #0077B5;
}

.top-bar-area .social li.youtube a {
  color: #c4302b;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .flex-item > ul {
  margin: 0 50px;
}

.top-bar-area .flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar-area .flex-item.left {
  justify-content: left;
}

.top-bar-area.inc-pad {
  padding: 10px 0;
}

.top-bar-area.inc-shape {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}

.top-bar-area.inc-shape::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(assets/img/shape/brush-up.png);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.top-bar-area.inc-logo {
  position: relative;
  padding: 20px 0;
  overflow: inherit;
  z-index: 1;
}

.top-bar-area.inc-logo::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/brush.svg);
  z-index: -1;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0 100px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 10px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -1px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 1px;
  opacity: 0.7;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area.auto-height.circle-shape .content {
  padding: 200px 0;
}

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

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h2 {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .carousel-item p {
  animation-delay: 1s;
}

.banner-area .carousel-item ul,
.banner-area .carousel-item .button {
  animation-delay: 1.3s;
}

.banner-area .carousel-item ul {
  animation-delay: 1.5s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
  animation-delay: 1.5s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner.carousel-zoom .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #f1cf69;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  line-height: 55px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: block;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}


/* Content */

.banner-area.inc-shape .content::after {
  position: absolute;
  left: -100px;
  top: 50%;
  height: 400px;
  width: 350px;
  content: "";
  transform: translateY(-50%);
  border: 30px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.banner-area.inc-shape::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(assets/img/shape/brush.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-area h4 {
  font-weight: 200;
}

.banner-area h3 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-area h3::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.banner-area.inc-shape h4 {
  text-transform: uppercase;
  position: relative;
  padding-left: 62px;
  font-weight: 400;
}

.banner-area.inc-shape h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 50px;
  background: #ffffff;
}

.banner-area h2 {
  margin-bottom: 25px;
}

.banner-area p {
  padding-right: 20%;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.banner-area .text-center p {
  padding: 0 0;
  text-align: left;
}

.banner-area a {
  margin-top: 30px;
 text-align: center;
}

.banner-area.content-less a {
  margin-top: 0;
}

.banner-area ul {
  margin-bottom: 30px;
}

.banner-area ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}

.banner-area ul li::after {
  position: absolute;
  height: 20px;
  width: 2px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  content: "";
  right: -13px;
  top: 4px;
}

.banner-area ul li:last-child::after {
  display: none;
}

.banner-area .text-center ul li {
  margin: 0 10px;
}

.banner-area .large-text h2 {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
}

.banner-area.content-less .large-text h2 {
  margin-bottom: 40px;
}

.banner-area .text-xl .carousel-item h2 {
  font-size: 75px;
  text-align: left;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.banner-area .text-xl .carousel-item h2 strong {
  font-weight: 700;
  position: relative;
  color: #f1cf69;
}

.banner-area.top-pad-80 .content {
  padding-top: 80px;
  text-align: left;
}

@media (min-width:1300px) {
  .banner-box {
    padding: 50px;
    padding-top: 95px;
    border-radius: 8px;
  }
}

.banner-area .content .button a {
    margin-left: 10px;
    margin-right: 10px;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #f1cf69;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #f1cf69 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #f1cf69;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin-top: 0 !important;
  top: 43px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.video-play-button.relative i {
  line-height: 83px;
  font-size: 25px;
  color: #387608;
}

.video-play-button.relative span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  left: 100%;
  min-width: 300%;
  text-transform: uppercase;
  margin-top: -7px;
  margin-left: 20px;
  text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  color: #232323;
}

.nice-select .current {
  color: #666666;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About 
=================================================================== */
.about-area {
  position: relative;
}

.about-area .illustration {
  position: absolute;
  left: 0;
}

.about-area .fixed-illustration {
  position: absolute;
  right: 0;
  top: 120px;
  text-align: right;
  opacity: 0.06;
}

.about-area .fixed-illustration img {
  max-width: 70%;
}

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

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .thumb h4 {
  position: relative;
  margin-left: 270px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.about-area .thumb h4 strong {
  font-weight: 700;
}

.about-area .thumb h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  font-size: 200px;
  position: absolute;
  bottom: -40px;
  font-weight: 900;
  -webkit-text-stroke: 1px #ffffff;
  margin: 0;
  line-height: 1;
  left: 30px;
}

.about-area .info {
  padding-left: 35px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.about-area .info .call {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
}

.about-area .info .call img {
  height: 100px;
}

.about-area .info .call .icon {
  border-right: 1px solid #dddddd;
  margin-right: 30px;
  padding-right: 30px;
}

.about-area .info .call h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  padding: 0;
  color: #ffffff;
  display: block;
}

.about-area .info .call h5::after {
  display: none;
}

.about-area .info .call span {
  color: #cccccc;
}

.about-area .info .call::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 350px;
  width: 3000px;
  background: #404a3d;
  z-index: -1;
}

.about-area .info .call .icon i {
  font-size: 60px;
  color: #ffffff;
}

.about-area .info .call .intro {
  text-align: left;
}

.about-area .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 15px 0;
}

.about-area .info h5::after {
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  height: 120%;
  width: 120%;
  background: url(assets/img/illustration/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
}

.about-area .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 15px 0;
}

.about-area .info a {
  margin-top: 10px;
}

/* Features */
.about-area .features-area {
  margin-top: 120px;
  padding-left: 15px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.services-area.about-area .features-area {
  margin-top: 0;
  padding-right: 15px;
  border-top: 1px solid #e7e7e7;
}

.about-area .features-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 3000px;
  background: #ffffff;
  z-index: -1;
  border: 1px solid #e7e7e7;
  border-top: none;
}

.services-area.about-area .features-area::after {
  width: 100%;
}

.about-area .features-area .single-item {
  position: relative;
}

.about-area .features-area .single-item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #e7e7e7;
  transition: all 0.35s ease-in-out;
}

.about-area .features-area .single-item::before {
  position: absolute;
  right: 0;
  top: 15%;
  content: "";
  height: 70%;
  width: 1px;
  background: #f1cf69;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.about-area .features-area .single-item:last-child,
.about-area .features-area .single-item:nth-child(4) {
  border: none;
}

.about-area .features-area .single-item:last-child::after,
.about-area .features-area .single-item:last-child::before,
.about-area .features-area .single-item:nth-child(4)::after,
.about-area .features-area .single-item:nth-child(4)::before {
  display: none;
}

.about-area .features-area .single-item:hover::before {
  height: 100%;
  top: 0;
}

.about-area .features-area .item {
  padding: 50px 15px;
}

.about-area .features-area .item .thumb {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}

.about-area .features-area .item .thumb::after {
  position: absolute;
  right: 10%;
  top: 0;
  content: "";
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background: #f1cf69;
  border-radius: 50%;
}

.about-area .features-area .item .thumb::before {
  position: absolute;
  right: 0;
  top: -10%;
  content: "";
  height: 120px;
  width: 120px;
  background: #f1cf69;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.about-area .features-area .item img {
  height: 130px;
  width: auto;
}

.about-area .features-area .item h5 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.about-area .features-area .item p {
  margin: 0;
}

.about-area .features-area .item > a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  background: #f1cf69;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  opacity: 0;
}

.about-area .features-area .item:hover > a {
  bottom: -25px;
  opacity: 1;
}


/* ============================================================== 
     # About Version Two 
=================================================================== */

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

.about-content-area .illustration {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  width: 50%;
  text-align: right;
}

.about-content-area .fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about-content-area .thumb {
  position: relative;
  padding-left: 35px;
  z-index: 1;
  top: 100px;
  margin-bottom: 100px;
}

.about-content-area .thumb img:first-child {
  max-width: 80%;
}

.about-content-area .thumb img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 20px;
  border: 15px solid #ffffff;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  margin-top: -125px;
}

@media only screen and (min-width: 1367px) {

  .about-content-area .thumb img:first-child {
    max-width: 100%;
  }

  .about-content-area .thumb img:nth-child(2) {
    right: -125px;
  }
}

.about-content-area.single-thumb .thumb img:first-child {
  max-width: 100%;
}

.about-content-area .content {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-right: 0;
}

.about-content-area .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 150%;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.about-content-area .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 15px 0;
  z-index: 1;
}

.about-content-area .info h5::after {
  position: absolute;
  left: -14px;
  top: 0;
  content: "";
  height: 120%;
  width: 120%;
  background: url(assets/img/illustration/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.07;
}

.about-content-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-content-area .info a {
  margin-top: 15px;
}

.about-content-area ul.achivement {
  margin-top: 30px;
  overflow: hidden;
  margin-left: 50px;
}

.about-content-area ul.achivement li {
  display: inline-block;
  margin-right: 40px;
  border-right: 1px solid #e7e7e7;
  padding-right: 40px;
  float: left;
}

.about-content-area ul.achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.about-content-area ul.achivement li .counter {
  position: relative;
}

.about-content-area ul.achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
}

.about-content-area ul.achivement li .counter .operator {
  font-size: 40px;
  margin-left: 2px;
}

.about-content-area ul.achivement li .medium {
  font-weight: 600;
  color: #232323;
}

.about-content-area .thumb h2 {
    position: absolute;
    left: 50%;
    top: -50px;
    background: #f1cf69;
    text-align: center;
    padding: 50px;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(-50%);
}

.about-content-area .thumb h2 {
    position: absolute;
    left: 50%;
    top: -50px;
    background: rgba(1,125,63,1);
    text-align: center;
    padding: 50px;
    font-size: 16px;
    height: 200px;
    font-weight: 600;
    transform: translateX(-50%);
    color: #ffffff;
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 99%, 0 0);
}

.about-content-area .thumb h2 strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
}


/* ============================================================== 
     # About Version Three
=================================================================== */
.about-us-area .content-box .thumb img:first-child {
  border: 15px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  max-width: 60%;
  transform: rotate(10deg);
}

.about-us-area .content-box .thumb {
  position: relative;
  clear: both;
}

.about-us-area .content-box .thumb img:nth-child(2) {
  max-width: 60%;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border: 15px solid #ffffff;
  position: relative;
  right: 0;
  left: auto;
  float: right;
  transform: rotate(-15deg);
  top: -100px;
  margin-bottom: -65px;
}

.about-us-area .content-box .thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px dashed;
  border-radius: 50%;
}


/* ============================================================== 
     # History 
=================================================================== */

.history-area {
    position: relative;
    padding-bottom: 200px;
}

.history-area .fixed-shape-center {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.history-area .fixed-shape {
    position: absolute;
    bottom: -11px;
    width: 100%;
}

.history-area .fixed-shape img {
  width: 100%;
}

/* Indicator */

.history-area .carousel-indicators {
    bottom: auto;
    top: 0;
    justify-content: center;
    text-align: center;
    margin: 0 10%;
}

.history-area .carousel-indicators li {
  text-indent: 0;
  border: none;
  color: #ffffff;
  background: transparent;
  transition: all 0.25s ease;
  line-height: 1;
  opacity: 1;
  height: 60px;
  text-align: center;
  display: block;
  flex: inherit;
  float: none;
  width: auto;
}

.history-area .carousel-indicators li h4 {
  font-weight: 600;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
  text-align: center;
}

.history-area .carousel-inner {
    padding-top: 120px;
    padding-left: 15%;
    padding-right: 15%;
}

.history-area .carousel-indicators::after {
    position: absolute;
    left: 0;
    top: 42px;
    content: "";
    height: 2px;
    width: 100%;
    background: #ffffff;
    z-index: -1;
}

.history-area .carousel-indicators li {
    position: relative;
    z-index: 1;
}

.history-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    bottom: 12px;
    content: "";
    height: 10px;
    width: 10px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    margin-left: -5px;
}

.history-area .history-items .owl-carousel .owl-stage-outer {
    height: 200px;
}

.history-area .history-items .owl-item {
    position: relative;
}

.history-area .history-items .owl-item:nth-child(2n) li {
    position: relative;
    top: 60px;
}

.history-area .history-items .owl-item:nth-child(2n) li::after {
    bottom: auto;
    top: -22px;
}

.history-area .history-items .owl-item > li {
  cursor: pointer;
  transition: margin 0.4s ease;
}
.history-area .history-items .owl-item.center > li {
  cursor: auto;
  margin: 0;
}

.history-area .history-items .owl-item.current > li h4 {
  color: #f1cf69;
}

.history-area .history-items .owl-item.current > li::after {
    border-color: #f1cf69;
}

.history-area .history-items .owl-nav {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
}

.history-area .history-items {
    position: relative;
}

.history-area .history-items .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
}

.history-area .history-items .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
}

.history-area .history-items h2 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.history-area .history-items h2::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape/1.png);
    background-size: contain;
    z-index: -1;
    background-position: bottom;
    background-repeat: no-repeat;
}

.history-area .history-items p:last-child {
  margin-bottom: 0;
}

/* ============================================================== 
     # specialty-area 
=================================================================== */

.specialty-area.half-bg {
  position: relative;
}

.specialty-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #ffffff;
}

.specialty-area .specialty-items {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.specialty-area .specialty-items .fixed-bg {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
  left: auto;
  bottom: 120px;
}

.specialty-area .info {
  padding-bottom: 50px;
}

.specialty-area .specialty-items .info .text-invisible {
  position: absolute;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  opacity: 0.15;
  top: -69px;
}

.specialty-area .specialty-items .info h2 {
  font-weight: 600;
}

.specialty-area .specialty-items .info a {
  margin-top: 30px;
}

.specialty-contents .item {
  padding: 50px;
  background: #eff2f5;
}

.specialty-contents {
  position: relative;
  bottom: -120px;
  margin-top: -120px;
  padding-left: 50px;
}

.specialty-contents .item i {
  display: inline-block;
  font-size: 70px;
  color: #387608;
  margin-bottom: 30px;
}

.green .specialty-contents .item i {
  background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.specialty-contents .item h4,
.specialty-contents .item h5 {
  font-weight: 600;
}

.specialty-contents .item p {
  margin-bottom: -5px;
}

.specialty-area .specialty-contents.owl-carousel .owl-nav {
  left: -26px;
  position: absolute;
  bottom: 114px;
  background: #ffffff;
  padding: 0 10px;
}

.specialty-area .specialty-contents.owl-carousel .owl-nav .owl-prev, 
.specialty-area .specialty-contents.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: #232323;
  padding: 15px 5px;
  margin: 0;
  font-size: 18px;
}

/* ============================================================== 
     # Choose Us Area 
=================================================================== */
.choose-us-area .thumb {
  left: -120px;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
}

.choose-us-area .thumb img {
    max-width: 120%;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.choose-us-area .row > .info {
  padding-left: 35px;
}

.choose-us-area .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  color: #666666;
}

.choose-us-area .info > h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.choose-us-area .info .item {
  display: flex;
  margin-top: 30px;
}

.choose-us-area .info .item i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
  color: #387608;
}

.choose-us-area .info .item h5 {
  text-transform: inherit;
  color: #232323;
  margin-bottom: 10px;
}

.choose-us-area .info .row {
  margin-top: -10px;
}

.choose-us-area .info .item p {
  margin: 0;
}

.choose-us-area {
  position: relative;
}

.choose-us-area .shape {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  opacity: 0.05;
}

.choose-us-area .shape img {
  width: 400px;
}


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area {
  position: relative;
}

.fun-factor-area .illustration {
  position: absolute;
  left: -100px;
  display: none;
}

@media (min-width: 1400px) {
  .fun-factor-area .illustration {
    display: inline-block;
  }
}

.fun-factor-area .fun-fact-items {
  position: relative;
}

.fun-factor-area .fun-fact-items .text-invisible {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-transform: uppercase;
  font-size: 160px;
  font-weight: 900;
  z-index: -1;
  opacity: 0.02;
  letter-spacing: -6px;
}

.fun-factor-area .fun-fact-items .timer {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #232323;
  line-height: 1.2;
  background: linear-gradient(97deg, rgba(217,166,13,1) 36%, rgba(241,207,105,1) 65%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-factor-area .fun-fact-items .medium {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  display: block;
  color: #232323;
}


/* ============================================================== 
     # Services 
=================================================================== */

@media only screen and (min-width: 1367px) {
  .services-area .container-full {
    margin-left: calc((100% - 1140px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1376px) {
  .services-area .services-items .single-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.services-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #eff2f5;
  z-index: -1;
}

.services-area .services-box {
  position: relative;
}

.services-area .services-box .shape-illustration {
  position: absolute;
  left: 0;
  top: -150px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.services-area .services-box .shape-illustration img {
  height: 100%;
  width: 100%;
}

.services-area .services-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-area .services-items .thumb img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  height: 380px;
  object-fit: cover;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.services-area .services-items .item:hover .thumb img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.services-area .services-items .thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
  z-index: 1;
}

.services-area .services-items .thumb .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.services-area .services-items .thumb .content i {
  font-size: 50px;
  min-width: 138px;
  width: 120px;
  margin-right: 20px;
}

.services-area .services-items .thumb .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transform: inherit;
  filter: invert();
}

.services-area .services-items .thumb .content h5 {
  margin-bottom: 0;
}

.services-area .services-items .thumb .content h5 a {
  color: #ffffff;
  font-weight: 200;
  text-transform: capitalize;
}

.services-area .services-items .thumb .content h5 a strong {
  font-weight: 900;
  letter-spacing: 0.6px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services-area .services-items .single-item:nth-child(2n) .thumb .content {
  top: 0;
}

.services-area .services-items .single-item:nth-child(2n) .thumb::before {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
}


/* ============================================================== 
     # Services Version Three 
=================================================================== */

.thumb-services-area .info {
    padding: 30px;
    padding-top: 0;
}

.thumb-services-area .item {
    background: #ffffff;
}

.thumb-services-area .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumb-services-area .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50px;
    width: 100%;
    background: url(assets/img/shape/brush-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}


.thumb-services-area .content {
    position: relative;
}

.thumb-services-area .content .icon i, .thumb-services-area .content .icon img {
    display: inline-block;
    font-size: 50px;
    background: #ffffff;
    color: #017d3f;
    text-align: center;
    line-height: 100px;
    position: absolute;
    top: -28px;
    left: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    z-index: 1;
  }

.thumb-services-area .content {
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 30px;
    padding-top: 40px;
}

.thumb-services-area .content p {
  margin-bottom: 0;
}

.thumb-services-area .content a.btn {
  margin-top: 20px;
}

.thumb-services-area .services-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 
.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  color: #ffffff;
  font-size: 20px;
  background: transparent;
  height: 45px;
  left: 0;
  line-height: 50px;
  margin-top: -23px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 45px;
}

.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}

.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  right: -70px;
}

.thumb-services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
}

/* ============================================================== 
     # Product 
=================================================================== */

.our-product-area .single-product {
  margin-bottom: 30px;
}

.our-product-area .item {
    border: 2px solid #e7e7e7;
    padding: 50px 30px;
    background: #eff2f5;
    position: relative;
}

.our-product-area .item .product-rating i {
    color: #ffb606;
    font-size: 14px;
}

.our-product-area .item .thumb {
    margin-bottom: 20px;
    position: relative;
}

.our-product-area .item .thumb img {
  transition: all 0.35s ease-in-out;
  height: 100px;
}

.our-product-area .item:hover .thumb img {
  opacity: 0.7;
}

.our-product-area .item .thumb a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #f1cf69;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    opacity: 0;
    box-shadow: 0 0 10px #cccccc;
}

.green .our-product-area .item .thumb a {
    background: #017d3f;
    color: #ffffff;
}

.our-product-area .item:hover .thumb a {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.our-product-area .item .product-rating {
    margin-bottom: 10px;
}

.our-product-area .item .price del {
    font-size: 16px;
    color: #999999;
}

.our-product-area .item .price {
    font-weight: 600;
    margin: 0;
}

.our-product-area .item .offer {
    position: absolute;
    right: 30px;
    top: -20px;
    background: #ffffff;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area {
  position: relative;
  z-index: inherit;
}

.gallery-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.03;
}

.gallery-area #portfolio-grid {
  margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.gallery-area .pf-item .item {
  overflow: hidden;
}

.gallery-area .pf-item .item::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  content: "";
  transition: all 0.25s ease-in-out;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.gallery-area .pf-item .item:hover::after {
  opacity: 0.6;
}

.gallery-area .pf-item .item .info {
  padding: 30px 45px;
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: 1;
  right: 0;
  text-align: center;
  justify-content: center;
}

.gallery-area .pf-item .item:hover .info {
  opacity: 1;
  bottom: 0;
}

.gallery-area .pf-item .item .info a {
  color: #ffffff;
  position: relative;
}

.gallery-area .pf-item .item .info a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: bottom;
}

.gallery-area.shape-less .pf-item .item .info a::after {
  display: none;
}

.gallery-area .pf-item .item {
  position: relative;
}

.gallery-area .pf-item .item .info h4 {
  margin: 0;
}

.gallery-area .pf-item .item .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  background: #387608;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transform: translate(-50%, -50px);
}

.gallery-area .pf-item .item .thumb a::after {
  display: none;
}

.gallery-area .pf-item .item:hover .thumb a {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.gallery-area .pf-item .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  height: auto;
}

.gallery-area .pf-item .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


/* ============================================================== 
     # Team Area  
=================================================================== */

.team-area.default-padding.bottom-less {
  padding-bottom: 70px;
}

.team-area .team-items .single-item {
  margin-bottom: 50px;
}

.team-area .team-items {
  margin-right: -25px;
}

.team-area .team-items .thumb {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}

.team-area .team-items .thumb img {
  border-radius: 5px;
  height: 190px; width: 100%; object-fit: cover;
}

.team-area .team-items .thumb ul li {
  display: block;
}

.team-area .team-items .thumb ul li a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 7px 0;
  color: #232323;
}

.team-area .team-items .thumb ul li.facebook a {
  color: #3B5998;
}

.team-area .team-items .thumb ul li.twitter a {
  color: #1DA1F2;
}

.team-area .team-items .thumb ul li.pinterest a {
  color: #BD081C;
}

.team-area .team-items .thumb ul li.g-plus a {
  color: #DB4437;
}

.team-area .team-items .thumb ul li.linkedin a {
  color: #0077B5;
}

.team-area .team-items .thumb ul {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-20%);
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.team-area .team-items .info {
  margin-top: 15px;
  padding-right: 25px;
}

.team-area .team-items .info h4 {
  margin: 0;
  font-weight: 600;
}

.team-area .team-items .info span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  color: #999999;
}

.team-area .team-items .item:hover .thumb ul {
  transform: translateY(-50%);
  opacity: 1;
}


/* ============================================================== 
     # Offer Product Area  
=================================================================== */

.offer-product-area .thumb {
  padding-right: 35px;
}

.offer-product-area h2 {
  font-weight: 600;
}

.offer-product-area h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.offer-product-area h4 del {
  color: #999999;
  font-size: 20px;
}

.offer-product-area .carousel-box {
  position: relative;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px;
  margin-top: 50px;
}

.offer-product-area .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1cf69;
  position: absolute;
  top: -50px;
  padding: 10px 20px;
  left: 50%;
  margin-left: 15px;
}

.offer-product-area .counter-item {
  display: inline-block;
  margin-right: 25px;
  border-right: 1px dashed;
  padding-right: 25px;
}

.offer-product-area .counter-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.offer-product-area .counter-item .item span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
}

.offer-product-area .counter-item .item {
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.offer-product-area .counter-item .item h5 {
  margin: 0;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.offer-product-area .info > a {
  margin-top: 10px;
}

.offer-product-area .info > a i {
  margin-left: 0;
  margin-right: 4px;
}

.offer-product-area .bottom i {
  margin-right: 5px;
}

.offer-product-area .info {
  position: relative;
  padding-top: 30px;
}

.offer-product-area .bottom h5 {
  margin: 0;
  margin-right: 30px;
  font-weight: 600;
}

.offer-product-area .offer-pro-carousel .owl-nav {
  margin: 0;
}

.offer-product-area .offer-pro-carousel .owl-nav .owl-prev, 
.offer-product-area .offer-pro-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #232323;
  font-size: 30px;
  height: 40px;
  left: -100px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  transition: all 0.35s ease-in-out;
}

.offer-product-area .offer-pro-carousel .owl-nav .owl-next {
  left: auto;
  right: -100px;
}

/* ============================================================== 
     # Partners 
=================================================================== */
.partner-area .owl-item img {
    width: auto;
    margin: auto;
}

/* ============================================================== 
     # Faq Area 
=================================================================== */

.faq-area {
  z-index: inherit;
}

.faq-area .thumb img {
  position: relative;
  bottom: -50px;
  z-index: 9;
}

.faq-area .thumb {
  position: relative;
  margin-top: -50px;
  z-index: 9;
}

.faq-area .heading h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
}

.faq-area .heading h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.faq-area .heading {
  margin-bottom: 30px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f105";
  font-weight: 600;
  color: #999999;
}

.faq-area .faq-content .card {
  border: none;
  margin-bottom: 31px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-area .faq-content {
  margin-top: 25px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding: 0;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #086AD8;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area {
  position: relative;
}

.testimonials-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #eff2f5;
  z-index: -1;
}

.testimonials-area .tesimonials-content {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.testimonials-area .tesimonials-content::after {
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 300%;
  background: #404a3d;
  position: absolute;
  z-index: -1;
}

.testimonials-area .info {
  position: relative;
  z-index: 1;
}

.testimonials-area .info > i {
  font-size: 120px;
  z-index: -1;
  opacity: 0.1;
  top: -70px;
  position: absolute;
}

.testimonials-area .info h5 {
  text-transform: uppercase;
  color: #f1cf69;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.testimonials-area .info h2 {
  font-weight: 500;
  margin-bottom: 0;
}

.testimonials-area .info a {
  margin-top: 50px;
}

.testimonials-area .testimonial-items h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 5px;
}

.testimonials-area .testimonial-items span {
  color: #cccccc;
}

.testimonials-area .testimonial-items p {
  color: #dddddd;
}

.testimonials-area .testimonials {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 50px;
}

/* Indicator */

.testimonials-area .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: -10px;
  position: relative;
  text-align: left;
  width: 100%;
  justify-content: left;
  margin-top: 30px;
}

.testimonials-area .carousel-indicators li {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  margin: 0 5px;
  opacity: 0.4;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  vertical-align: middle;
  min-width: 60px;
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
}

.testimonials-area .carousel-indicators .active {
  border: 2px solid #f1cf69;
  margin: 0 15px;
  opacity: 1;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background: transparent;
}

.testimonials-area .carousel-indicators .active img {
  padding: 3px;
  border-radius: 50%;
}

/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area {
    z-index: inherit;
}

.blog-area .blog-items .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .item .thumb img {
  border-radius: 5px 5px 0 0;
}

.blog-area .blog-items .info {
  padding-top: 50px;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
  font-weight: 600;
}

.blog-area.bg-gray .blog-items .info,
.blog-area.full-blog .blog-items .info {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.blog-area .blog-items .thumb {
  position: relative;
}

.blog-area .blog-items .thumb .date {
  background: #f1cf69;
  position: absolute;
  right: 30px;
  bottom: -25px;
  color: #232323;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.blog-area .blog-items .item .meta ul img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

.blog-area .blog-items h2 a:hover,
.blog-area .blog-items h3 a:hover,
.blog-area .blog-items h4 a:hover,
.blog-area .blog-items h5 a:hover,
.blog-area .blog-items .meta a:hover {
  color: #387608;
}

.blog-area .blog-items .info .meta {
  margin-top: 20px;
}

.blog-area.full-blog .blog-items .info .meta {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-area.full-blog .blog-items .info .meta li {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}

.blog-area.full-blog .blog-items .info .meta li a {
  color: #666666;
  font-weight: 400;
}

.blog-area.full-blog .blog-items .info .meta li a:hover {
  color: #387608;
}

.blog-area.full-blog .blog-items .info .meta li i {
  margin-right: 3px;
  color: #387608;
}

.blog-area .blog-items .info .btn {
  margin-top: 5px;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #f1cf69;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #387608;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #387608 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #387608;
}

.blog-area .sidebar .sidebar-item.category li a span {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 5px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
}

.sidebar-item.recent-post li a:hover {
  color: #387608;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  font-weight: 600;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.blog-area .blog-items .sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  margin: 0;
  box-shadow: inherit;
  padding-left: 25px;
  vertical-align: top;
  background: transparent;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
  margin: 0;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

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

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 28px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #387608;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #387608;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #387608 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 15px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  display: block;
}

.blog-area .blog-items .info > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  color: #387608;
  font-weight: 600;
  font-size: 14px;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
  color: #232323;
  font-weight: 600;
  line-height: 37px;
  background: #fafafa;
  padding: 50px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #387608;
}

.blog-area .item blockquote::after {
  position: absolute;
  left: 30px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #666666;
  top: 45px;
  font-weight: 600;
  opacity: 0.1;
  font-size: 60px;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  padding-bottom: 6px;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #387608;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .gallery img {
  margin-bottom: 30px;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  color: #999999;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
  color: #387608;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

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

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.comments-list .commen-item {
  margin-bottom: 50px;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 7px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  margin-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content p:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.comments-list .commen-item .content .title span {
    color: #232323;
    font-weight: 400;
    color: #777;
    display: block;
    margin-top: 15px;
}

.comments-list .commen-item .content .title span i {
  font-weight: 500;
  margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
  font-weight: 600;
  margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
  margin-left: 10px;
}

.comments-list .commen-item .content .title span a:hover {
  color: #f1cf69;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 20px;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
}

.comments-info a:hover {
  color: #387608;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #f7f7f7;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: #f1cf69;
  border: 1px solid #f1cf69;
  color: #232323;
  display: inline-block;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 17px 40px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #387608;
  font-weight: 800;
}

.pagination li.page-item.active a {
  background: #387608;
  border-color: #387608;
}


/* ============================================================== 
     # Contact 
=================================================================== */
.contact-area {
  position: relative;
}

.contact-area .google-maps iframe {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.contact-area .form-content {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
}

.contact-area .form-content h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-area .form-content input, 
.contact-area .form-content textarea {
  border: none;
  background: #f7f7f7;
  padding: 15px;
}

.contact-area .form-content button {
  width: 100%;
  padding: 15px 40px;
  border-radius: 30px;
  background: #f1cf69;
  color: #232323;
  font-weight: 600;
}

.green .contact-area .form-content button {
  background: linear-gradient(97deg, rgba(1,125,63,1) 36%, rgba(252,197,27,1) 100%);
  color: #ffffff;
}

.contact-area .form-content textarea {
  min-height: 150px;
}

.contact-area img.loader {
  position: absolute;
  right: -10px;
  top: 18px;
}

.contact-area .contact-info {
  padding-right: 30px;
}

.contact-area .contact-info li {
  display: block;
  margin-top: 30px;
}

.contact-area .contact-info li:first-child {
  margin-top: 0;
}

.contact-area .contact-info li h4 {
  font-weight: 600;
}


/* ============================================================== 
     # Error Page 
=================================================================== */
.error-page-area h1 {
  font-size: 140px;
  font-weight: 900;
  line-height: 110px;
  margin-bottom: 25px;
  color: #666666;
  text-shadow: -5px 5px 0px #eceefe;
}

.error-page-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.error-box .search {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  position: relative;
}

footer .fixed-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  max-width: 50%;
}

footer .default-padding {
  padding-top: 70px;
}

footer .item {
  margin-top: 50px;
}

footer img {
  margin-bottom: 30px;
}

footer .about img {
  height: 60px;
}

footer .widget-title {
  margin-bottom: 30px;
  font-weight: 500;
}

footer .recent-post li {
  display: flex;
  margin-bottom: 20px;
}

footer .recent-post li:last-child {
  margin-bottom: 0;
}

footer .recent-post li img {
  max-width: 70px;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 5px;
}

footer .recent-post li a {
  font-weight: 500;
}

footer .recent-post .meta-title {
  margin-top: 5px;
}

footer .recent-post a {
  color: #cccccc;
}

footer .recent-post a:hover {
  color: #ffffff;
}

footer .recent-post img {
  margin-bottom: 0;
}

footer .recent-post span.post-date {
  text-transform: uppercase;
  font-size: 12px;
  color: #f1cf69;
  letter-spacing: 1px;
  font-weight: 400;
}

footer .address li {
  display: block;
  margin-top: 15px;
  color: #cccccc;
}

footer .address li a {
  color: #cccccc;
}

footer .address li a:hover {
  color: #f1cf69;
}

footer .address li:first-child {
  margin-top: 0;
}

footer .address li strong {
  text-transform: uppercase;
  margin-right: 5px;
  color: #ffffff;
}

footer .address li i {
  margin-right: 5px;
  color: #f1cf69;
  font-size: 25px;
  min-width: 35px;
}

footer .address li a {
  font-weight: 400;
}

footer .about {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .about p {
  color: #cccccc;
}

footer form {
  position: relative;
}

footer form input {
  border: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 30px !important;
  color: #ffffff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-height: 60px !important;
}

footer form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #cccccc !important;
}

footer form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #cccccc !important;
}

footer form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #cccccc !important;
}

footer form input:-moz-placeholder {
 /* Firefox 18- */
  color: #cccccc !important;
}

footer form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  border-radius: 30px;
  background: #ffffff;
  color: #232323;
  padding: 0 30px;
  font-weight: 600;
}

footer .link a {
  display: inline-block;
  color: #cccccc;
}

footer .link li {
  display: block;
  margin-bottom: 10px;
}

footer .link li:last-child {
  margin-bottom: 0;
}

footer .link a:hover {
  color: #f1cf69;
}

footer .social li {
  display: inline-block;
  margin-right: 2px;
}

footer .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 43px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  color: #232323;
}

footer .social li.facebook a {
  color: #3B5998;
}

footer .social li.twitter a {
  color: #1DA1F2;
}

footer .social li.pinterest a {
  color: #BD081C;
}

footer .social li.g-plus a {
  color: #DB4437;
}

footer .social li.linkedin a {
  color: #0077B5;
}

footer .social li.youtube a {
  color: #c4302b;
}

footer .social {
  margin-top: 20px;
}

footer .footer-bottom li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}


.services-items.si1 .item .thumb img {height: 250px; width: 100%; object-fit: cover;}
.blog-items .thumb a img {height: 200px; width: 100%; object-fit: cover;}