/**
* Template Name: BizLand
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('Glacial-Indifference-Regular.ttf.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 768px) {
  .contact-infor {
    font-size: 12px !important;
  }
}


body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'GlacialIndifference-Regular';
  color: #444444;
}

a {
  color: #fec940;
  text-decoration: none;
}

.bg-main {
    background-color: #fec940 !important;
}

.btn-more {
    background-color: #fec940 !important;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.pagination-wrapper {
  background-color: #fec940;
  padding: 10px 20px;
  border-radius: 8px;
}

.pagination-wrapper .pages {
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

.pagination-wrapper .current-pag b {
  background-color: #333;
  color: #fec940;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 5px;
}

.pagination-wrapper a {
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.pagination-wrapper a:hover {
  background-color: #333;
  color: #fec940;
}

.pagination-wrapper i {
  margin-left: 5px;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'GlacialIndifference-Regular',"Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fec940;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fec940;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #333029;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #333029;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fec940;
  padding: 0;
}

#topbar .contact-infor i {
  font-style: normal;
  color: #fec940;
}

#topbar .contact-infor i a,
#topbar .contact-infor i span {
  padding-left: 5px;
  color: #fec940;
}

#topbar .contact-infor i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-infor i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: #fec940;
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

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

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

#header .logo a span {
  color: #fec940;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #333029;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

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

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fec940;
}

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

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fec940;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333029;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333029;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fec940;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fec940;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* #hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
} */

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fec940;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 25vh;
    margin-bottom:45px;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #EEEEEE;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #fec940;
  color: #444;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: 'GlacialIndifference-Regular';
  color:#010101;
}

.section-title h3 span {
  color: #fec940;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@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;
}

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

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

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

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 15px;
  position: relative;
  overflow: hidden;
  background: #fec940;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

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

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

.featured-services .icon {
  margin-bottom: 15px;
}

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

.featured-services .icon img {
  width: 48px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.icon-box .shape {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 125px;
  z-index: -1;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.featured-services .title a {
  color: #404146;
}

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

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

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #fec940;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #333029;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #fec940;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fec940;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients {
  padding: 15px 0;
  text-align: center;
} */

.clients img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #333029;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #fec940;
}

.services .icon-box:hover .icon {
  border-color: #fec940;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../../images/bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity:.9;
  background: #fec940;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid #333029;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #333029;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color:#333029;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #333029;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #333029;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333029;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fec940;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

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

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333029;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fec940;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fec940;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fec940;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #333029;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333029;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #fec940;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #fec940;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #fec940;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #fec940;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #fec940;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #fec940;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #fec940;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #fec940;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

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

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

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

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

.contact .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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

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

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

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

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

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



.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 0 0;
  color: #444444;
  font-size: 14px;
  background: #23211b;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fec940;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1D1B14;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;;
  color:#fec940;
}

#footer .footer-top .footer-contact h3 span {
  color: #fec940;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.footer-top h3{
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color:#fec940;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fec940;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fec940;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links p{
  color:#fff;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fec940;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fec940;
  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 .footer-top .social-links a:hover {
  background: #fec940;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: white;
  font-size:10px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.bg-grey{
  background-color:#EEEEEE;
}
.position-relative .shape.rellax+figure {
  position: relative;
  z-index: 2;
}
.rounded {
  border-radius: 0.4rem!important;
}
.rounded img {
  border-radius: 0.4rem;
}
figure img {
  width: 100%;
  max-width: 100%;
  height: auto!important;
}
.shape.rellax {
  z-index: 1;
}
.shape.rellax {
  position: absolute;
}
.bg-soft-primary {
  background-color: #FFDD93;
}
.rounded-circle {
  border-radius: 50%!important;
}
.h-20 {
  height: 10rem!important;
}
.w-20 {
  width: 10rem!important;
}
.bg-light {
  background-color: #F3F6FF !important;
}
.mb-60 {
  margin-bottom: 60px;
}
.section-title2.text-center > h2 {
  color: #292929;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  position: relative;
  font-family:'GlacialIndifference-Regular';
}
.section-title2 > h2::before {
  background-color: #292929;
  content: "";
  height: 1px;
  left: -210px;
  position: absolute;
  top: 21px;
  transition: all 0.4s ease 0s;
  width: 160px;
}
.section-title2 > h2::after {
  background-color: #292929;
  content: "";
  height: 1px;
  right: -210px;
  position: absolute;
  top: 21px;
  transition: all 0.4s ease 0s;
  width: 160px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pt-125 {
  padding-top: 125px;
}
.btn.btn-circle {
  padding: 0;
  border-radius: 100%!important;
  width: 4.2rem;
  height: 4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rounded-circle {
  border-radius: 50%!important;
}
.bg-dot.primary {
  background-image: radial-gradient(#333029 2px,transparent 2.5px);
}
.bg-soft-primary2{
  background-color:#6c757d ;
}
.h-16 {
  height: 6rem!important;
}
.h-17 {
  height: 7rem!important;
}
.w-16 {
  width: 6rem!important;
}
.bg-dot {
  background-size: 0.75rem 0.75rem;
}
.bg-dot, .bg-line {
  opacity: .5;
}
.rellax{
  animation: float-bob-y infinite 4s linear;
}
@keyframes float-bob-y {
  0% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

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

  100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
}
.product-wrapper, .product-img {
  overflow: hidden;
  position: relative;
}
.mb-45 {
  margin-bottom: 45px;
}
.product-img img {
  transition: all 1.5s ease 0s;
  width: 100%;
}
.product-img > span {
  background-color: #fff;
  box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 1px;
  padding: 3px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
}
.product-action {
  bottom: 0px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.6s ease 0s;
}
.product-action-style {
  background-color: #fff;
  box-shadow: 0 0 8px 1.7px rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 16px 2px 12px;
}
.product-action-style > a.action-plus {
  font-size: 18px;
}
.product-action-style > a {
  color: #979797;
  line-height: 1;
  padding: 0 21px;
  position: relative;
}
.product-action-style > a.action-heart {
  font-size: 16px;
}
.product-action-style > a.action-cart {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.product-action-style > a::before {
  background: #d2d2d2 none repeat scroll 0 0;
  content: "";
  height: 28px;
  position: absolute;
  right: 2px;
  top: -5px;
  width: 1px;
}
.product-content {
  padding-top: 26px;
}
.product-content > h4 {
  color: #646464;
  font-size: 16px;
  margin: 0;
}
.product-content > h4 a {
  color: #646464;
}
.product-rating {
  margin: 11px 0 9px;
}
.product-rating i {
  color: #f3a395;
  font-size: 16px;
  margin: 0 3px;
}
.product-price > span {
  color: #646464;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 2px;
}
.product-price > span.old {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-wrapper:hover .product-img img {
    transform: scale(1.2);
}
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1B2132;
  opacity: 0.5;
}
.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}
.inner-banner .inner-title h3 {
  margin-top: 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  /*font-family: "Open Sans", sans-serif;*/
}
.contact-wrapper {
  background-color: #f5f5f5;
}

.contact-info {
  background-color: #fff9ed;
  padding: 55px 40px 60px;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info {
    padding: 55px 30px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    padding: 55px 40px 200px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info {
    padding: 55px 40px 150px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info {
    padding: 55px 25px 150px;
  }
}
.contact-info .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #383838;
  margin-bottom: 0;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info .title {
    font-size: 24px;
  }
}
.contact-info .title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 22px;
  background-color: #884A39;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-info > p {
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 10px;
}
.contact-info .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  list-style: none;
  padding-left: 25px;
}
.contact-info .social li + li {
  margin-left: 10px;
}
.contact-info .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #ffedc8;
  color: #6c788c;
  border-radius: 50%;
}
.contact-info .social li a:hover {
  background-color: #1d1b14;
  color: #ffffff;
}
.contact-info img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contact-info-items {
  padding-top: 15px;
}
.contact-info-items .single-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  padding: 8px 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info {
    padding: 8px 15px;
  }
}
.contact-info-items .single-contact-info .info-icon i {
  font-size: 30px;
  color: #fec940;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-icon i {
    font-size: 24px;
  }
}
.contact-info-items .single-contact-info .info-content {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-info-items .single-contact-info .info-content p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6c788c;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-items .single-contact-info .info-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-content p {
    font-size: 14px;
  }
}
.contact-info-items .single-contact-info:hover {
  border-color: #fff9ed;
}

.contact-form {
  padding: 60px;
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .contact-form {
    padding: 30px;
    padding-top: 0px;
  }
}
.contact-form .single-form input:not([type=checkbox]):not([type=radio]), .contact-form .single-form textarea {
  background-color: transparent;
}
.contact-form .single-form textarea {
  height: 145px;
}
.contact-form .single-form .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .contact-form .single-form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.form-message {
  margin-bottom: 0;
}
.form-message.error, .form-message.success {
  font-size: 16px;
  color: #07294d;
  background: #ddd;
  padding: 10px 15px;
  margin: 15px 0 0 15px;
}
.form-message.error {
  color: #ff0000;
}

.contact-map iframe {
  width: 100%;
  height: 490px;
  display: block;
}

.post-slide{
  /* margin: 0 15px; */
}
.post-slide .post-img{
  overflow: hidden;
}
.post-slide .post-img img{
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
  transform: scale(1.08);
}
.post-slide .post-content{
  background: #fff;
  padding: 20px;
}
.post-slide .post-title{
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.post-slide .post-title a{
  display: inline-block;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  color: #3d3030;
  text-decoration: none;
}
.post-slide .post-description{
  font-size: 15px;
  color: #676767;
  line-height: 24px;
  margin-bottom: 14px;
}
.post-slide .post-bar{
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  display:flex;
}
.post-slide .post-bar li{
  color: #676767;
  padding: 2px 0;
}
.post-slide .post-bar li i{
  margin-right: 5px;
}
.post-slide .post-bar li a{
  display: inline-block;
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
  content: ",";
}
.post-slide .post-bar li a:last-child:after{
  content: "";
}
.post-slide .post-bar li a:hover{
  color: #3d3030;
  text-decoration: none;
}
.post-slide .read-more{
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #fec940;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
  transition: all 0.30s linear;
}
.post-slide .read-more:hover{
  background: #333;
  text-decoration: none;
}
.gallery-style1 .gallery-img {
  overflow: hidden;
  position: relative;
  border-radius: 30px
}

.gallery-style1 .gallery-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease .4s
}

.gallery-style1 .gallery-img:after,
.gallery-style1 .gallery-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background-color: #fec940c2;
  opacity: 0;
  visibility: hidden;
  transition: all ease .6s;
  z-index: 1
}

.gallery-style1 .gallery-img:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0
}

.gallery-style1 .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #333029;
  color: var(--title-color);
  border-radius: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden
}

.gallery-style1 .gallery-btn:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #333029;
  border-radius: inherit;
  z-index: -1;
  transition: all ease .4s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden
}
.gallery-style1 .gallery-btn{
  color:#fff;
}
.gallery-style1 .gallery-btn:hover {
  color: #fff
}

.gallery-style1 .gallery-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.gallery-style1:hover .gallery-img:after,
.gallery-style1:hover .gallery-img:before {
  opacity: 1;
  visibility: visible;
  height: 100%
}

.gallery-style1:hover .gallery-img img {
  transform: scale(1.15)
}

.gallery-style1:hover .gallery-btn {
  opacity: 1;
  visibility: visible
}

.gallery-style1.radius-2 .gallery-img {
  border-radius: 150px 150px 30px 30px
}

.gallery-style1.radius-3 .gallery-img {
  border-radius: 30px 30px 150px 150px
}

.gallery-style1.layout2 .gallery-btn {
  background-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
  font-size: 30px
}

.vs-carousel .owl-nav {
display: none;
}
.blog-details-area {
  background-color: #f5f5f5
}

.blog-details-area .details-item .details-img {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bebebe
}

.blog-details-area .details-item .details-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px
}

.blog-details-area .details-item .details-img .details-date {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px
}

.blog-details-area .details-item .details-img .details-date li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 15px
}

.blog-details-area .details-item .details-img .details-date li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 2px;
  position: relative;
  top: 3px
}

.blog-details-area .details-item .details-img .details-date li span {
  display: inline-block
}

.blog-details-area .details-item .details-img .details-date li a {
  display: inline-block;
  color: #545454
}

.blog-details-area .details-item .details-img .details-date li a:hover {
  color: #f05454
}

.blog-details-area .details-item .details-img h2 {
  font-size: 27px;
  margin-bottom: 10px
}

.blog-details-area .details-item .details-img p {
  margin-bottom: 5px
}

.blog-details-area .details-item .details-img .details-list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px
}

.blog-details-area .details-item .details-img .details-list li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px
}

.blog-details-area .details-item .details-img .details-list li:last-child {
  margin-bottom: 0
}

.blog-details-area .details-item .details-img .details-list li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #434e6e;
  border-radius: 5px;
  position: relative;
  margin-right: 5px;
  top: 2px
}

.blog-details-area .details-item .details-img .details-list li span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: #fff
}

.blog-details-area .details-item .details-img .details-social {
  margin: 0;
  padding: 0;
  margin-top: 20px
}

.blog-details-area .details-item .details-img .details-social li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px
}

.blog-details-area .details-item .details-img .details-social li span {
  display: inline-block;
  font-weight: 600
}

.blog-details-area .details-item .details-img .details-social li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  background-color: #434e6e;
  font-size: 16px;
  text-align: center
}

.blog-details-area .details-item .details-img .details-social li a i {
  line-height: 30px
}

.blog-details-area .details-item .details-img .details-social li a:hover {
  -webkit-transform: translate(0,-5px);
  transform: translate(0,-5px)
}

.blog-details-area .details-item .details-arrow-page {
  margin-bottom: 30px;
  border-bottom: 1px solid #bebebe
}

.blog-details-area .details-item .details-arrow-page .left {
  margin-bottom: 30px
}

.blog-details-area .details-item .details-arrow-page .left .arrows {
  display: inline-block;
  color: #545454;
  border-bottom: 1px solid #545454;
  margin-bottom: 15px
}

.blog-details-area .details-item .details-arrow-page .left .arrows i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: -3px
}

.blog-details-area .details-item .details-arrow-page .left .arrows:hover {
  color: #f05454;
  border-bottom: 1px solid #f05454
}

.blog-details-area .details-item .details-arrow-page .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0
}

.blog-details-area .details-item .details-arrow-page .left ul li {
  list-style-type: none;
  display: inline-block
}

.blog-details-area .details-item .details-arrow-page .left ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.blog-details-area .details-item .details-arrow-page .left ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px
}

.blog-details-area .details-item .details-arrow-page .left ul li img {
  border-radius: 10px;
  width: 100%
}

.blog-details-area .details-item .details-arrow-page .left ul li h3 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3
}

.blog-details-area .details-item .details-arrow-page .left ul li h3 a {
  color: #363636
}

.blog-details-area .details-item .details-arrow-page .left ul li h3 a:hover {
  color: #f05454
}

.blog-details-area .details-item .details-arrow-page .left ul li i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 1px
}

.blog-details-area .details-item .details-arrow-page .left ul li span {
  display: inline-block
}

.blog-details-area .details-item .details-arrow-page .right {
  margin-bottom: 30px;
  text-align: right
}

.blog-details-area .details-item .details-arrow-page .right .arrows {
  display: inline-block;
  color: #545454;
  border-bottom: 1px solid #545454;
  margin-bottom: 15px
}

.blog-details-area .details-item .details-arrow-page .right .arrows i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: -3px
}

.blog-details-area .details-item .details-arrow-page .right .arrows:hover {
  color: #f05454;
  border-bottom: 1px solid #f05454
}

.blog-details-area .details-item .details-arrow-page .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0
}

.blog-details-area .details-item .details-arrow-page .right ul li {
  list-style-type: none;
  display: inline-block
}

.blog-details-area .details-item .details-arrow-page .right ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
  margin-right: 10px
}

.blog-details-area .details-item .details-arrow-page .right ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.blog-details-area .details-item .details-arrow-page .right ul li img {
  border-radius: 10px;
  width: 100%
}

.blog-details-area .details-item .details-arrow-page .right ul li h3 {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3
}

.blog-details-area .details-item .details-arrow-page .right ul li h3 a {
  color: #363636
}

.blog-details-area .details-item .details-arrow-page .right ul li h3 a:hover {
  color: #f05454
}

.blog-details-area .details-item .details-arrow-page .right ul li i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 1px
}

.blog-details-area .details-item .details-arrow-page .right ul li span {
  display: inline-block
}

.blog-details-area .details-item .details-comments {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe
}

.blog-details-area .details-item .details-comments h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #363636
}

.blog-details-area .details-item .details-comments h3 span {
  color: #545454
}

.blog-details-area .details-item .details-comments ul {
  margin: 0;
  padding: 0
}

.blog-details-area .details-item .details-comments ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 120px;
  position: relative
}

.blog-details-area .details-item .details-comments ul li:last-child {
  margin-bottom: 0
}

.blog-details-area .details-item .details-comments ul li img {
  position: absolute;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  max-width: 85px
}

.blog-details-area .details-item .details-comments ul li h4 {
  font-size: 16px;
  color: #363636;
  margin-bottom: 5px
}

.blog-details-area .details-item .details-comments ul li span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px
}

.blog-details-area .details-item .details-comments ul li p {
  margin-bottom: 0
}

.blog-details-area .details-item .details-comments ul li a {
  display: inline-block;
  color: #fff;
  background-color: #434e6e;
  border-radius: 5px;
  padding: 4px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px
}

.blog-details-area .details-item .details-comments ul li a:hover {
  color: #fff;
  background-color: #363636
}

.blog-details-area .details-item .details-form h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #363636
}

.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px
}

.blog-details-area .details-item .details-form .form-group .form-control {
  border-radius: 5px;
  height: 50px;
  border: 0
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.blog-details-area .details-item .details-form .form-group textarea {
  padding-top: 13px;
  height: auto!important
}

.blog-details-area .details-item .details-form .common-btn {
  width: 100%;
  display: block
}

.widget-area .widget-item {
  margin-bottom: 30px
}

.widget-area .widget-item h3 {
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px
}

.widget-area .widget-item:last-child {
  margin-bottom: 0
}

.widget-area form {
  background-color: #434e6e;
  border-radius: 5px;
  position: relative;
  padding: 15px
}

.widget-area form .form-control {
  height: 50px;
  border-radius: 30px;
  border: 0
}

.widget-area form .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.widget-area form .btn {
  padding: 0;
  position: absolute;
  top: 22px;
  right: 25px;
  color: #545454;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 25px
}

.widget-area form .btn:hover {
  color: #f05454
}

.widget-area .categories ul {
  margin: 0;
  padding: 0
}

.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 5px
}

.widget-area .categories ul li:last-child {
  margin-bottom: 0
}

.widget-area .categories ul li a {
  display: block;
  position: relative;
  color: #545454;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid transparent
}

.widget-area .categories ul li a:hover {
  color: #f05454;
  border: 1px solid #f05454
}

.widget-area .categories ul li a span {
  position: absolute;
  top: 10px;
  right: 15px
}

.widget-area .articles .inner {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px
}

.widget-area .articles .inner:last-child {
  margin-bottom: 0
}

.widget-area .articles .inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.widget-area .articles .inner ul li {
  list-style-type: none;
  display: block
}

.widget-area .articles .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%
}

.widget-area .articles .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 10px
}

.widget-area .articles .inner ul li img {
  border-radius: 5px;
  width: 100%
}

.widget-area .articles .inner ul li a {
  display: block;
  color: #363636;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: poppins,sans-serif
}

.widget-area .articles .inner ul li a:hover {
  color: #f05454
}

.widget-area .articles .inner ul li i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 3px
}

.widget-area .articles .inner ul li span {
  display: inline-block;
  font-size: 14px
}

.widget-area .tags h3 {
  margin-bottom: 7px
}

.widget-area .tags ul {
  margin: 0;
  padding: 0
}

.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-top: 8px
}

.widget-area .tags ul li a {
  display: block;
  color: #545454;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 15px;
  padding: 4px 15px
}

.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #363636
}
.contact-info .title::before {
    background-color: #fec940;
}
.gallery-style1 .gallery-img {
    z-index: 3;
}
.product-img {
border-radius:10px;
}
#hero .carousel-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#hero {
    width: 100%;
    height: 87vh;
    background-color:#fff;
}
@media(max-width:1450px){
    .featured-services .title {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .featured-services .description {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  
      .inner-banner .inner-title {
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }
    
    .product-content {
        padding-top: 10px;
    }
    .inner-banner .inner-title h3 {
        font-size: 32px;
    }
    
    .contact-info {
        padding: 55px 25px 45px;
    }
    
    .clients img {
        max-width: 90%;
    }
    #hero {
        height: 21vh;
    }
}