
:root {
  --main-color:#CF0A0A;
  --white-color:#f9f9f9;
  --second-color:#DC5F00;
    --card-title-fontSize: 24px;
      --boxShadow: rgba(163, 163, 163, 0.52) 0px 10px 10px;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: #212529;
  
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  line-height: 1.3;
  font-weight: 500;
}

p {
  color: #212529;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none!important;
  outline: 0 solid transparent;
  color: #303030;
  font-weight: 500;
  font-size: 14px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  width: 100%;
}

.text-main {
    color:var(--main-color);
    font-weight:700;
    font-size:22px;
    margin-bottom:10px;
}
.desc-box h1 {
    color:var(--main-color);
     font-weight:700;
}
/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

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

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Lato", Arial, sans-serif;
  color: #000;
  letter-spacing: 6px;
  font-weight: 900;
}

.section-heading h3 {
  font-size: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif ;
  font-weight: 900;
  color: var(--main-color);
}

.section-heading span {
  color: #fff;
  background: #F16506;
  padding: 0 13px;
  border-radius: 10px;
}

.section-heading h3:before {
  content: "";
  width: 70px;
  height: 2px;
  display: inline-block;
  background: #efd0a4;
  margin: 4px 10px;
}

.section-heading h3:after {
  content: "";
  width: 70px;
  height: 2px;
  display: inline-block;
  background: #efd0a4;
  margin: 4px 10px;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 25px;
    letter-spacing: 0px;
  }

  .section-heading h3:before {
    width: 15px;
    margin: 4px 10px;
  }

  .section-heading h3:after {
    width: 15px;
    margin: 4px 10px;
  }
}

.section-heading p {
  font-size: 16px;
  color: #575757;
  margin-bottom: 0;
  font-family:"Roboto Condensed", sans-serif;
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #f2f4f5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
}

.preloader .preloader-circle {
  width: 80px;
  height: 80px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-top-color: #b40001;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}

.preloader .preloader-img img {
  max-width: 45px;
}

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

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

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

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

/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgb(255 255 255 / 50%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

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

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #F16506;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: none;
  visibility: hidden;
}

#scrollUp:hover {
  background-color: #303030;
}

/* :: 3.8.0 alazea Button */
.alazea-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  color: #ffffff !important;
  background-color: #1E90FF;
  border: 2px solid #1E90FF;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.alazea-btn5 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  color: #1E90FF !important;
  background-color: #fff;
  border: 2px solid #1E90FF;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

/* :: 3.8.0 alazea Button */
.alazea-btn3 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 400px;
  height: 46px;
  color: #ffffff !important;
  background-color: #b40001;
  border: 2px solid #730001;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.alazea-btn3.active,
.alazea-btn3:hover,
.alazea-btn3:focus {
  background-color: transparent;
  color: #b40001 !important;
  font-weight: 600;
  box-shadow: none;
  border: 2px solid #730001;
}


/* :: 3.8.0 alazea Button */
.alazea-btn2 {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  color: #b40001 !important;
  background-color: #fff;
  border: 2px solid #b40001;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.alazea-btn2.active,
.alazea-btn2:hover,
.alazea-btn2:focus {
  background-color: #b40001;
  color: #fff !important;
  font-weight: 600;
  box-shadow: none;
}


/* :: 3.8.0 alazea Button */
.btn-success {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 400px;
  height: 46px;
  color: #ffffff;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

.alazea-btn.active,
.alazea-btn:hover,
.alazea-btn:focus {
  font-size: 16px;
  color: #1E90FF !important;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}


.alazea-btn5.active,
.alazea-btn5:hover,
.alazea-btn5:focus {
  font-size: 16px;
  color: #fff !important;
  font-weight: 600;
  background-color: #1E90FF;
  box-shadow: none;
}

.konten .inc ul {
  margin: 10px 0;
}

.konten .inc {
    display: -webkit-inline-box;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.konten .inc ul li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #00000094;
}

.konten .inc i {
  margin-right: 10px;
}

.konten h5 {
  color: #000;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
}

.konten .biking {
  background: var(--main-color);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  transition: 0.5s;
}

.konten .biking:hover {
  background: #000000;
}

.konten .biking a, .konten .biking i {
  color: #fff;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0;
background-repeat: no-repeat;
background-size:cover;

background-position: bottom;
}



.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  margin-bottom:15px;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  
  .breadcrumbs {
      padding:70px 0;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  
  #header .logo img {
      width:150px !important;
  }
  
  .featured-services .icon {
    margin-bottom: 15px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* background: #106eea; */
  background: #eadac4;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #749fb2;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #749fb2;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
  color: #749fb2;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #749fb2;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: var(--main-color);
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(11, 11, 11, 0.37);
}

#header.header-scrolled {
  top: 0;
  padding: 1px;
  background: var(--main-color);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  width:200px;
}

@media (max-width: 992px) {
  #header {
    padding: 0;
    top: 0;
  }

  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  border-bottom: 90px solid transparent;
  border-top: 0;
  clear: both;
}

.nav-menu {
  padding: 20px;
  padding-right: 20px;
  padding-left: 66px;
  background: -webkit-linear-gradient(46deg, #ff646400 10%, var(--main-color) 10.3%);
  background: -o-linear-gradient(46deg, #ff646400 10%, var(--main-color) 10.3%);
  background: -moz-linear-gradient(46deg, #ff646400 10%, var(--main-color)10.3%);
  background: linear-gradient(46deg, #ff646400 10%, var(--main-color) 10.3%);
}

.nav-menu:after {
  content: "";
  position: absolute;
  left: calc(100% - 557px);
  top: 0;
  height: 81px;
  width: 773px;
  background-color: var(--main-color);
  z-index: -1;
}


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

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: var(--white-color);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #000;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #00a859;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {

    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    height: auto;
}

.mobile-nav-toggle i {
  color: #ffffff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  /* bottom: 15px; */
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: var(--main-color);
  padding: 10px 20px;
  font-weight: 700;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #222222;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}




/* :: 3.8.0 alazea Button */
.btn-success {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 130px;
  height: 46px;
  color: #ffffff;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}


/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
}

.single-hero-post {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-post {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post {
    height: 650px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-hero-post {
    height: 500px;
  }
}

.single-hero-post .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single-hero-post .hero-slides-content {
  position: relative;
  z-index: 1;
  margin-top: 132px;
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content {
    margin-top: 112px;
  }
}

.single-hero-post .hero-slides-content h2 {
  font-size: 75px;
  font-family: "Poppins";
  font-weight: 200;
  letter-spacing: 1px;
  /* color: #000; */
  text-transform: uppercase;
  background: -webkit-linear-gradient(#1E90FF, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content h2 {
    font-size: 34px;
  }
}

.single-hero-post .hero-slides-content i {
  font-size: 16px;
  color: white;
  font-style: italic;
  background: -webkit-linear-gradient(#87CEFA, #1E90FF);
  border-radius: 0px 0px 30px 30px;
  margin-bottom: 50px;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-post .hero-slides-content i {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content i {
    font-size: 10px;
    padding: 5px 10px 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-hero-post .hero-slides-content a {
    min-width: 125px;
    padding: 0 10px;
  }
}

.hero-post-slides .owl-item.center .single-hero-post .slide-img {
  -webkit-animation: slide 24s linear infinite;
  animation: slide 24s linear infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 7.0 New Arrivals Products Area */
.single-product-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
  border: 2px solid #435d681c;
  border-radius: 10px;

}

.single-product-area .product-img {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
  /* border-radius: 50%; */
  padding: 20px;
  background: #fff;
}

.single-product-area .product-img a {
  display: block;
}

.single-product-area .product-img img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* border: 1px solid #87CEFA; */
  /* width: 100%; */
  /*max-height: 250px*/
}

.single-product-area .product-tag a {
  background-color: #429edf;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.single-product-area .product-tag.sale-tag a {
  background-color: #e61d47;
}

.single-product-area .product-meta {
  position: absolute;
  bottom: 50%;
  left: 25%;
  /* right: 15px; */
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-product-area .product-meta a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 30px;
  border-radius: 10px;
}

.single-product-area .product-meta a:hover,
.single-product-area .product-meta a:focus {
  background-color: #090909bf;
  /* opacity: 0.5; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-area .product-meta a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-area .product-meta a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-area .product-meta a {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.single-product-area .product-meta .add-to-cart-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  border-right: 1px solid rgba(235, 235, 235, 0.5);
}

.single-product-area .product-info {
  background: #fff;
  position: relative;
  /* right: -17px; */
  padding: 10px 20px;
  bottom: 0;
  z-index: 1;
  border: 5px solid #fff;
  /* margin-top: -21px !important; */
  /* width: 90%; */
}

.single-product-area .product-info a p {
  margin-bottom: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 25px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
}

.single-product-area .product-info .konten .product-desc {
  display: -webkit-inline-box;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto; 
}

.single-product-area .product-info a p:hover,
.single-product-area .product-info a p:focus {
  color: #435d68;
}

.single-product-area .product-info h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.price-sale {
  color: #cccccc;
  text-decoration: line-through;
  /*margin-left: 9px;*/
}

.single-product-area .product-img .imge {
  /*min-height: 320px;*/
  /*min-width: 320px;*/
  transition: 0.5s;
  background: #fff;
}

.single-product-area:hover .product-img .imge {
  /* box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); */
  transform: scale(1.09);
  /* border-radius: 0px 70px 0px 70px; */
}



.single-product-area:hover .product-meta {
  visibility: visible;
  opacity: 1;
}

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

@media only screen and (max-width: 767px) {
  .single_product_thumb {
    margin-bottom: 50px;
  }
}

.single_product_thumb .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  margin-right: 0;
  margin-left: 0;
  margin-top: 30px;
}

.single_product_thumb .carousel-indicators li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .single_product_thumb .carousel-indicators li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
}

.single_product_thumb .carousel-indicators li.active {
  border: 1px solid #b40001;
}

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

.single_product_desc .title {
  font-size: 50px;
  margin-bottom: -10px !important;
  text-transform: uppercase;
  font-family: poppins;
}

@media only screen and (max-width: 767px) {
  .single_product_desc .title {
    font-size: 24px;
  }
}

.single_product_desc .price {
  font-size: 50px;
  font-weight: 700;
  color: #F16506;
  margin-bottom: 30px;
  font-family: 'Poppins';
}

.single_product_desc .short_overview {
  margin-bottom: 30px;
}

.single_product_desc .short_overview p {
  font-size: 14px;
}

.single_product_desc .cart--area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 50px;
}

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

.single_product_desc .cart .quantity {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  max-width: 230px;
  width: 230px;
}

@media only screen and (max-width: 991px) {
  .single_product_desc .cart .quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px !important;
    max-width: 130px !important;
    width: 130px !important;
  }
}

.single_product_desc .cart .quantity .qty-text {
  height: 46px;
  padding: 5px 15px;
  width: 230px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-size: 14px;
  border: none;
  background-color: #f2f4f5;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .single_product_desc .cart .quantity .qty-text {
    width: 130px !important;
  }
}

.cat {
  background: #1f2338;
  padding: 50px 30px;
  border-radius: 10px;
}

.banner {
  /* min-height: 250px; */
  padding: 50px 10px;
  background: rgba(21, 21, 21, 0.8);
}

.banner .kiri h1 {
  font-weight: 900;
  color: #fff;
  font-size: 35px;
  /* margin-bottom: 25px; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #02020270;
}

.cta {
  background: rgba(21, 21, 21, 0.8);
  padding: 70px;
}

.konsul1 {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: 900;
  letter-spacing: 3px;
}

.konsul2 {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: 900;
}

.single_product_desc .cart .quantity .qty-minus,
.single_product_desc .cart .quantity .qty-plus {
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 8px;
  line-height: 46px;
  color: #303030;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single_product_desc .cart .quantity .qty-minus,
  .single_product_desc .cart .quantity .qty-plus {
    left: 0;
  }
}

.single_product_desc .cart .quantity .qty-plus {
  left: auto;
  right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_product_desc .cart .quantity .qty-plus {
    right: 0;
  }
}

.single_product_desc .wishlist-compare {
  position: relative;
  z-index: 1;
}

.shopee {
  background-color: #fe5722 !important;
  border-color: #fe5722 !important;
}

@media only screen and (max-width: 767px) {
  .single_product_desc .wishlist-compare {
    margin-top: 30px;
  }

  .banner .kiri h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .banner span p {
    font-size: 45px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single_product_desc .wishlist-compare {
    margin-top: 0;
  }
}

.single_product_desc .wishlist-compare a {
  background-color: #f2f4f5;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
}

.single_product_desc .products--meta {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.single_product_desc .products--meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_product_desc .products--meta p span:first-child {
  font-weight: 500;
  color: #303030;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  width: 150px;
}

.single_product_desc .products--meta p span:last-child {
  font-weight: 400;
  color: #212529;
}

.single_product_desc .products--meta p span:last-child a {
  color: #cccccc;
  font-size: 14px;
  margin-right: 15px;
}

.single_product_desc .products--meta p span:last-child a:hover {
  color: #b40001;
}

.demo {
  /* background: rgb(172,156,44); */
  padding-top: 100px;
}

.testimonial {
  background: #F16506CF;
  padding: 40px 30px;
  text-align: center;
  margin: 20px 15px 100px;
  min-height: 350px;
  position: relative;
  border-radius: 10px;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #bd986b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  opacity: 0.8;
}

.testimonial .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}

.testimonial .pic {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #daad86;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: -5px;
}

.testimonial .sub-title {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}

.product_details_tab {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
  /* border-bottom: 1px solid #ebebeb; */
}

.product_details_tab .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -40px;
}

.product_details_tab .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px;
  font-size: 25px;
  color: #303030;
  font-family: poppins;
  letter-spacing: 5px;
}

.product_details_tab .nav-tabs .nav-link.active,
.product_details_tab .nav-tabs .nav-link:hover {
  color: #b40001;
}

.product_details_tab .additional_info_area p {
  color: #303030;
}

.product_details_tab .additional_info_area p span {
  color: #212529;
}

.product_details_tab .review-rating i {
  color: #ff9800;
  font-size: 14px;
}

.product_details_tab .review-rating>span {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
}

.product_details_tab .description_area {
  padding: 50px;
}

/* :: 9.0 Cart Area CSS */
.cart-table {
  position: relative;
  z-index: 1;
}

.cart-table thead tr,
.cart-table thead th {
  width: 20%;
}

.cart-table thead th {
  border: none;
  border-bottom: none;
  font-size: 20px;
  padding: 0 0 30px 0;
  color: #303030;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

/* .cart-table thead th:first-child {
  width: 40%;
} */

.cart-table tbody tr {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
}

.cart-table tbody tr td {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  vertical-align: middle;
}

.cart-table tbody tr td.cart_product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.cart-table tbody tr td.cart_product_img a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  display: inline-block;
  margin-right: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-left: 2px;
}

.cart-table tbody tr td.cart_product_img h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.cart-table tbody tr td i {
  font-size: 36px;
  color: #c42525;
}

.cart-table .quantity {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}

.cart-table .quantity .qty-text {
  height: 46px;
  padding: 5px 15px;
  width: 100px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-size: 14px;
  border: none;
  background-color: #f2f4f5;
  text-align: center;
}

.cart-table .quantity .qty-minus,
.cart-table .quantity .qty-plus {
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 8px;
  line-height: 46px;
  color: #303030;
}

.cart-table .quantity .qty-minus i,
.cart-table .quantity .qty-plus i {
  font-size: 10px;
  color: #303030;
}

.cart-table .quantity .qty-plus {
  left: auto;
  right: 10px;
}

/* :: 12.0 About Us Area CSS */
.about-us-area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.about-us-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 50px;
}
.single-benefits-area {
  position: relative;
  z-index: 1;
  /* margin-bottom: 50px; */
}

.single-benefits-area img {
/* margin-bottom: 30px; */
  padding: 10px;
  max-height: 100px;
}

.single-benefits-area p {
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
}

.single-benefits-area h5 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 900;
  color: #000;
}

.single-benefits-area h3 {
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
}

/* :: 13.0 Service Area CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-service-area:last-child {
  margin-bottom: 0;
}

.single-service-area .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  width: 45px;
}

.single-service-area .service-content p {
  margin-bottom: 0;
}

.alazea-portfolio.row {
  margin-right: -10px;
  margin-left: -10px;
}

.alazea-portfolio .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_portfolio_item {
    height: 290px;
  }
}

/*.fluid{*/
/*    margin: 0 !important;*/
/*    padding: 0 !important;*/
/*}*/

@media only screen and (max-width: 992px) {
  .fluid {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .single_portfolio_item {
    height: 300px;
  }
}

.single_portfolio_item .portfolio-thumbnail {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: calc(100% - 20px);
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  background-repeat: no-repeat;
}

.single_portfolio_item .portfolio-hover-overlay {
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fed4d482 !important;
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.single_portfolio_item .portfolio-hover-overlay a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
  font-size: 28px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 16px;
  }
}

.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
    font-size: 14px;
  }
}

.single_portfolio_item:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.single_portfolio_item:hover .portfolio-hover-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-page .single_portfolio_item {
  height: 320px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 36px;
  height: 36px;
  background-color: #b40001;
  line-height: 36px;
}

/* :: 17.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::after {
  /* background-color: rgba(4, 43, 15, 0.8); */
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.footer-area .main-footer-area {
  position: relative;
  z-index: 1;
  /* padding-top: 80px; */
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.footer-area .single-footer-widget p {
  color: #ffffffba;
  margin-bottom: 20px;
}

.footer-area .single-footer-widget .social-info a {
  display: inline-block;
  /* //border: 1px solid #000; */
  width: 40px;
  height: 40px;
  /* //border-radius: 50%; */
  text-align: center;
  color: #000;
  margin-right: 5px;
  line-height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .single-footer-widget .social-info a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}

.footer-area .single-footer-widget .social-info a:hover,
.footer-area .single-footer-widget .social-info a:focus {
  /* border-color: #11add3;
  background-color: #11add3; */
  padding: 2px;
}

.footer-area .single-footer-widget .quick-links a  {
  color: #fff;
}

.footer-area .single-footer-widget .quick-links a:hover{
  color: var(--main-color);
}

.footer-area .single-footer-widget .widget-title h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Poppins;
  font-weight: 400;
  border-left: 5px solid #fff;
  padding-left: 10px;
}

.php-email-form {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.4); */
  padding: 30px;
  /* background: #F16506; */
  border-radius: 10px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #106eea;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: #000;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.php-email-form button[type="submit"]:hover {
  background: #ff6666;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

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

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

.footer-area .single-footer-widget .widget-nav ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-area .single-footer-widget .widget-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.footer-area .single-footer-widget .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #F16506; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-area .single-footer-widget .social-links a:hover {
  background: var(--main-color);
  color: #1f2338;
  text-decoration: none;
}

.footer-area .single-footer-widget .widget-nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
}

.footer-area .single-footer-widget .widget-nav ul li a:hover,
.footer-area .single-footer-widget .widget-nav ul li a:focus {
  color: #fff;
  padding-left: 10px;
}

.footer-area .single-footer-widget .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.footer-area .single-footer-widget .single-best-seller-product::after {
  margin-bottom: 0;
}

.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-right: 30px;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover,
.footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
  color: #000;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}

.footer-area .single-footer-widget .contact-information p {
  line-height: 1.3;
  color: #ffffffba;
  margin-bottom: 13px;
}

.footer-area .single-footer-widget .contact-information p span {
  color: #000;
}

.footer-area .single-footer-widget .contact-information p:last-child {
  margin-bottom: 0;
}

.footer-area .single-footer-widget .contact-information i {
  color: #fff;
}

.footer-area .footer-bottom-area {
  position: relative;
  z-index: 1;
  background:#000000;
}


.border-line {
  width: 100%;
  height: 1px;
  background-color: #00a859;
}

.footer-area .footer-bottom-area .copywrite-text {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-top: 0.7px solid var(--main-color);
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text {
    text-align: center;
    padding-bottom: 0;
  }
}

.footer-area .footer-bottom-area .copywrite-text p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text p {
    font-size: 12px;
  }
}

.footer-area .footer-bottom-area .copywrite-text p a {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}

.footer-area .footer-bottom-area .copywrite-text p a:hover,
.footer-area .footer-bottom-area .copywrite-text p a:focus {
  color: #b40001;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 12px;
  }
}

.footer-area .footer-bottom-area .footer-nav {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.footer-area .footer-bottom-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-area .footer-bottom-area .footer-nav ul li a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 5px;
  }
}

.footer-area .footer-bottom-area .footer-nav ul li a:hover,
.footer-area .footer-bottom-area .footer-nav ul li a:focus {
  color: #ffffff;
}

.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
  margin-right: 0;
}

.poitis:before {
  content: "";
  /* background: #F1650666; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.poitis2:before {
  content: "";
  background: rgba(230, 230, 250, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* :: 18.0 Breadcumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  /* background: #ebebeb63; */
}

.breadcrumb-area .top-breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .top-breadcrumb-area {
    height: 220px;
  }
}

.breadcrumb-area .top-breadcrumb-area h2 {
  margin-top: 132px;
  font-size: 36px;
  color: #fff;
  z-index: 9;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  background: #00000087;
  padding: 20px 50px;
  border-radius: 10px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .top-breadcrumb-area h2 {
    margin-top: 112px;
    font-size: 30px;
  }
}

.breadcrumb-area .breadcrumb {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--main-color);
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
  color: var(--main-color);
  font-weight: 900;
}

.breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #b40001;
  content: "/";
}



/*--------------------------------------------------------------
  # Featured Services
  --------------------------------------------------------------*/
.featured-services {
  padding-bottom: 0px;
  position: relative;
    z-index: 1;
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  /* border-radius: 8px; */
  border-left: 5px solid var(--main-color);
  z-index: 1;
  margin: 15px 0;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #fed4d482;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #fef9f6;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
  display: inline-block;
  background: #fed4d482;
  border-radius: 50%;
  padding: 22px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}

.title a {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}


.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #000000;
}


.featured-services .icon-box:hover .icon i {
  color: #fff;
}

.icon-box:hover .icon i {
  color: #fff;
}

.icon-box img,
.icon-box h4,
.icon-box p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
.featured-services .icon img {
    height: auto;
    max-width: 50px;
    display:flex;
    margin-left: auto;
    margin-right: auto;
}

.featured-services .icon {
    max-width:100px;
}
}

.serviceBox {
  color: var(--main-color);
  background: var(--main-color);
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 50px 20px 30px;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.serviceBox:before {
  content: "";
  background: #fff;
  border-radius: 60px 40px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: -1;
}

.serviceBox .title {
  color: var(--main-color);
  font-family: 'Itim', cursive;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 7px;
}

.serviceBox .description {
  color: #888;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0 0 15px;
}

.serviceBox .service-icon {
  color: var(--main-color);
  background-color: #eee;
  font-size: 40px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff, 0 0 20px rgba(0, 0, 0, 0.5);
}

.serviceBox.orange {
  background-color:  #F8931F;
}

.serviceBox.blue {
  background-color:  #2336a1;
}

.serviceBox.purple {
  background-color:  #632B8C;
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

/* :: 22.0 Sidebar Area CSS */

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-widget-area .widget-title {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.single-widget-area .widget-title h4 {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  border-left: 10px solid #000;
  padding-left: 10px;
}

.single-widget-area .widget-content img {
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-widget-area .widget-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.single-widget-area .single-latest-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-widget-area .single-latest-post:last-child {
  margin-bottom: 0;
}

.single-widget-area .single-latest-post .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-right: 30px;
}

.single-widget-area .single-latest-post .post-content .post-title h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.single-widget-area .single-latest-post .post-content .post-title h6:hover,
.single-widget-area .single-latest-post .post-content .post-title h6:focus {
  color: #435d68;
}

.single-widget-area .single-latest-post .post-content .post-date {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #4a4a4a;
  line-height: 1;
}

.single-widget-area .popular-tags li a {
  display: inline-block;
  margin: 4px;
  padding: 10px 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  color: #212529;
  background-color: #f9f9f9;
}

.single-widget-area .popular-tags li a:hover,
.single-widget-area .popular-tags li a:focus {
  color: #ffffff;
  background-color: #b40001;
}

.single-widget-area .author-widget {
  border: 1px solid #ebebeb;
  padding: 30px;
}

.single-widget-area .author-widget .author-thumb-name {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.single-widget-area .author-widget .author-thumb-name .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-widget-area .author-widget .author-thumb-name .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

.single-widget-area .author-widget .author-thumb-name .author-thumb img {
  border-radius: 50%;
}

.single-widget-area .author-widget .author-thumb-name .author-name h5 {
  margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-widget-area .author-widget .author-thumb-name .author-name h5 {
    font-size: 14px;
  }
}

.single-widget-area .author-widget .author-thumb-name .author-name p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-widget-area .author-widget .author-thumb-name .author-name p {
    font-size: 13px;
  }
}

.single-widget-area .author-widget .social-info a {
  display: inline-block;
  margin-right: 20px;
  color: #4a4a4a;
}

.single-widget-area .author-widget .social-info a:hover {
  color: #b40001;
}

.single-widget-area .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-widget-area .single-best-seller-product::after {
  margin-bottom: 0;
}

.single-widget-area .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-right: 30px;
}

.single-widget-area .single-best-seller-product .product-info a {
  display: block;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.single-widget-area .single-best-seller-product .product-info a:hover,
.single-widget-area .single-best-seller-product .product-info a:focus {
  color: #303030;
}

.single-widget-area .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #303030;
  font-weight: 500;
}

.single-widget-area .single-best-seller-product .product-info .ratings i {
  font-size: 12px;
  color: #ff9800;
}

.single-widget-area .search-form {
  position: relative;
  z-index: 2;
}

.single-widget-area .search-form input {
  background-color: #ffffff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #4a4a4a;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.single-widget-area .search-form input:focus {
  box-shadow: none;
}

.single-widget-area .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  color: #303030;
  border: 1px solid #ebebeb;
  border-left: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.single-widget-area .search-form button:hover {
  color: #b40001;
}

.single-post-details-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-post-details-area .post-content .post-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1.5;
  margin-bottom: -5px;
  font-size: 32px;
  font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-details-area .post-content .post-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .single-post-details-area .post-content .post-title {
    font-size: 24px;
  }
}

.single-post-details-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px !important;
  /* background: #435d68; */
  display: inline-block;
  padding: 10px 15px;
}

.single-post-details-area .post-content .post-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 30px;
}

.single-post-details-area .post-content .post-meta a:last-child::after {
  content: '/';
  top: 0;
  left: -20px;
  position: absolute;
  z-index: 1;
}

.single-post-details-area .post-content .post-meta a i {
  margin-right: 5px;
  color: #b40001;
}

.single-post-details-area .post-content .post-meta a:hover {
  color: #b40001;
}

.single-post-details-area .post-content blockquote {
  position: relative;
  z-index: 1;
  padding: 30px 50px;
  background-color: #f9f9f9;
}

.single-post-details-area .post-content blockquote .blockquote-text h5:last-child {
  color: #b40001;
}

.bgg {
  background-image: url(../images/cta3.jpg);
}

/*----------------------------------------------------------
Service Item 
------------------------------------------------------------*/
.service-item {
  padding: 60px 30px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  text-align: center;
}

.service-item:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid var(--main-color);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.service-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.service-item img {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
}

.service-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
.service-item {
  text-align: center;
}
.service-item .icon {
  margin-top: 0px;
  margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.service-item {
  text-align: center;
  padding: 30px;
}
.service-item .icon {
  float: none;
  margin-right: 0px;
  margin-bottom: 15px;
}
.service-item .right-content {
  display: inline-block;
}
}

.learn_more2{
  display: inline-block;
  background: #fff;
  padding: 8px 35px;
  border-radius: 5px;
  color: #000000;
  border: 2px solid var(--main-color);
  margin: 20px 0px;
  font-weight: 700;
}
.learn_more2:hover{
  background: var(--main-color);
  border: 2px solid #ffffff;
  color: #fff;
  font-weight: 700;
}


.fasi .title a:hover {
  color:var(--main-color);
}

.logo-text{
    font-size:16px;
}
/* ======= The End ======= */

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


.ftco-intro {
  background: #749fb2;
}

.ftco-intro .intro {
  z-index: 0;
}

.intro {
  width: 100%;
  background: #749fb2;
  padding: 30px;
}

.intro.color-1 {
  background: #ab4227;
}

.intro.color-2 {
  background: #a23f25;
}

.intro .icon {
  margin-right: 20px;
}

.intro .text {
  color: rgba(255, 255, 255, 0.8);
}

.intro .text h4 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.intro .text p {
  color: #f7f7f7;
  font-weight: 400;
  font-size: 14px;
}

.sy-box {
  margin-top: 81px;
}

.weltext h3 {
  font-size: 40px
}

.welgam img {
  border-radius: 100px 0 0;
  max-height: 500px;
}

.new-arrivals-products-area {
  padding: 60px 0;
}

.fasi:nth-child(2n+2) {
  background: #fed4d482 !important;
  z-index: 1;
  /* border-left: 2px solid #0000001c;
  border-right: 2px solid #0000001c; */
}

.fasi {
  padding: 10px;
  background: #fef9f6;
  transition: 0.5s;
}

.fasi:hover {
  transform: scale(1.05);
  color :black;
}

.fasil .fasil-gimbar {
  padding: 50px;
}

.fasil .fasil-content h4 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

.fasil .fasil-content p {
  color: #000000a1;
  font-weight: 400;
  font-size: 20px;
}

.mapi {
  padding: 20px;
}

.mapi h2 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  color: #000;
}

.mapi p {
  margin-bottom: 0 !important;
}

.sirkel {
  position: relative;
}

.sirkel:after {
  width: 300px;
  height: 300px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  bottom: -220px;
  right: 50px;
  background: #f6f9fe;
}

@media only screen and (max-width: 767px) {
  .sy-box {
    margin-top: 60px;
  }

  .banner span p {
    font-size: 45px;
  }

  .new-arrivals-products-area {
    padding: 50px 0;
  }

  .weltext h3 {
    font-size: 20px;
    margin-bottom: -20px;
  }

 
}

#fasilitas .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}


/**/



.news-section {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}

.news-section.alternate:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../images/icons/pattern-11.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-block .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
  transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block .date {
  position: absolute;
  left: 30px;
  top: -10px;
  width: 60px;
  height: 64px;
  padding: 10px;
  border-radius: 0 0 30px 30px;
  background: var(--main-color1);
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.news-block .date:before {
  position: absolute;
  top: 0;
  left: -10px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid var(--second-color);
  content: "";
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius:10px;
}
.news-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .lower-content {
  position: relative;
  padding: 25px 30px 30px;
}
.news-block .post-info {
  position: relative;
  margin-bottom: 10px;
}
.news-block .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #797f7d;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
}
.news-block .post-info li:before {
  position: absolute;
  right: -4px;
  content: "/";
}
.news-block .post-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.news-block .post-info li:last-child:before {
  display: none;
}
.news-block .post-info li i {
  margin-right: 5px;
  color: var(--main-color);
  font-size: 14px;
}
.news-block h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--second-color);
  font-weight: 700;
  margin-bottom: 15px;
}
.news-block h4 a {
  color: #616161;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block h4 a:hover {
  color: var(--main-color);
}
.news-block .text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #797f7d;
  font-weight: 400;
  margin-bottom: 20px;
}
.news-block .theme-btn {
  width: 100%;
  text-transform: uppercase;
}


/*default-btn*/
/*Btn Style Three*/
.btn-style-three {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  padding: 15px 40px;
  font-weight: 600;
  background: var(--second-color);
  letter-spacing: 0.05em;
  border-radius: 10px;
  overflow: hidden;
  text-transform: uppercase;
}


.btn-style-three .btn-title {
  position: relative;
}
.btn-style-three:hover {
  color: var(--white-color);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--main-color);
  color:var(--white-color);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  margin-left: 5px;
  margin-top: 5px;
}


/*================================================
Blog Details Page CSS
=================================================*/
.blog-details-text-area img {
  border-radius: 15px;
}

.blog-details-text-area span {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 25px;
  color: var(--white-color);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--main-color);
  position: relative;
  top: -20px;
  left: 20px;
  font-size: 15px;
  font-weight: 400;
}

.details-page-text-area h3 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
}


.blog-details-text-area .blog-date {
  margin:10px 0;
}

.blog-details-text-area .blog-qoute {
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

.blog-details-text-area .blog-qoute i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--main-color);
}

.blog-details-text-area .blog-qoute p {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 600;
}

.recent-news-card {
  margin-top: 20px;
  min-height: 90px;
  position: relative;
  padding-left: 105px;
}

.recent-news-card img {
  position: absolute;
  left: 0;
}

.recent-news-card h5 {
  line-height: 1.4;
  padding-top: 5px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px !important;
  font-size: 15px;
}

.recent-news-card p {
  font-size: 14px;
}

.blog-text-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  padding: 3px 15px 15px 15px;
  background-color: #f9fafb;
}

.blog-text-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-text-footer ul li {
  display: inline-block;
}

.blog-text-footer ul li span {
  font-weight: 600;
  /*margin-right: 10px;*/
  padding: 0px !important;
  background-color: transparent !important;
}

.blog-text-footer .tag-area {
  margin-top: 12px;
}

.blog-text-footer .tag-area ul li {
  margin-right: 5px;
  cursor: pointer;
  font-size: 15px;
}

.blog-text-footer .tag-area ul li i {
  color: var(--main-color);
}

.blog-text-footer .tag-area ul li:hover {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: var(--main-color);
}

.blog-text-footer .tag-area ul li:first-child {
  padding: 0px;
}

.blog-text-footer .social-icons {
  margin-top: 12px;
}

.blog-text-footer .social-icons ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--main-color);
  background-color: white;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-text-footer .social-icons ul li a:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}




/*================================================
Sidebar area CSS
=================================================*/
.sidebar-card {
  padding: 30px 25px;
  border-radius: 15px;
  -webkit-box-shadow: var(--boxShadow);
          box-shadow: var(--boxShadow);
  background-color: var(--white-color);
}

.sidebar-card h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.sidebar-card h3::before {
  content: '';
  width: 30%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.popular-cases-sidebar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.popular-cases-sidebar-card img {
  margin-right: 15px;
  border-radius: 10px;
}

.popular-cases-sidebar-card h5 {
  line-height: 1.4;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}

.popular-cases-sidebar-card p a {
  font-size: 14px;
  font-weight: 400;
}

.sidebar-category-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-category-card ul li {
  margin-top: 12px;
  font-weight: 500;
  font-size: 15px;
}

.sidebar-category-card ul li i {
  font-size: 12px;
  color: var(--main-color);
  margin-right: 5px;
}

.sidebar-event-info .sidebar-event-info-card {
  margin-bottom: 15px;
}

.sidebar-event-info .sidebar-event-info-card h6 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-event-info .sidebar-event-info-card p i {
  color: var(--main-color);
  margin-right: 3px;
}

.sidebar-event-organizer .seo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.sidebar-event-organizer .seo-name img {
  border-radius: 50%;
  margin-right: 10px;
}

.sidebar-event-organizer .seo-name h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

.sidebar-event-organizer .sidebar-event-organizer-card {
  margin-top: 15px;
}

.sidebar-event-organizer .sidebar-event-organizer-card h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-event-organizer .sidebar-event-organizer-card p i {
  color: var(--main-color);
  margin-right: 3px;
}

.search-box .input-group {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  overflow: hidden;
}

.search-box .form-control {
  background-color: var(--white-color);
  border: 0px;
  padding: 10px;
  border-radius: 15px 0px 0px 15px;
}

.search-box .btn {
  border-radius: 0px;
  color: var(--white-color);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: var(--main-color);
}

.search-box .btn:hover {
  background-color: var(--second-color);
}

.sidebar-tag ul {
  margin: 10px 0px 0px;
  padding: 0px;
  list-style: none;
}

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

.sidebar-tag ul li a {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #eeeeee;
  background-color: var(--white-color);
  font-size: 14px;
  margin-right: 5px;
  margin-top: 10px;
}

.sidebar-tag ul li a:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}



.blog-date {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.blog-date li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  font-size: 15px;
}

.blog-date li i {
  margin-right: 5px;
  color: var(--main-color);
}

.blog-date li::before {
  content: '/';
  position: absolute;
  right: -12px;
}

.blog-date li:last-child {
  margin-right: 0px;
}

.blog-date li:last-child::before {
  display: none;
}