/*-------------------------------------
    Template Name: XironSoft - Business Html Template
    Description: XironSoft - Business Html Template
    Version: 1.0
    Tags: Corporate, Business, creative
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common SCSS
    02. Content Box
    03. Icon Box
    04. Order, Unorder List
    05. Round One side 
    06. Video side 
    07. Overlap Image Box
    08. Image Box

    01. Header style
    02. Banner style
    03. Counter Section
    04. Feature style
    05. Footer section
    

/**
 * Fonts 
 * Baloo 2
 * 
 */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background: transparent;
  font-family: 'Baloo 2', cursive;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Baloo 2", cursive;
  margin: 0;
}

h1 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

figure {
  margin: 0;
}

span {
  color: #fd5a3d;
}

.bg-green {
  background: #05ce91;
}

p {
  font-family: "Baloo 2", cursive;
  color: #5c727d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-title {
  margin-bottom: 40px;
}

.section-title .tagline {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  color: #fd5a3d;
  text-transform: capitalize;
}

ul,
li {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 100px 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  section {
    padding: 90px 0px;
  }
}

.bg-color {
  background: #f2f5f7;
}

@media (min-width: 479px) and (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield !important;
}

input[type='date']::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#status:before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #fd5a3d;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fd5a3d;
  border-radius: 50%;
  -webkit-animation: rotatingn 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.btn {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  border: 1px solid #fd5a3d;
  border-radius: 4px;
  background: #fd5a3d;
  color: #fff;
  padding: 15px 29px;
  display: inline-block;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fef3f1;
  border: 1px solid #fef3f1;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/***********************
/** Header Start
************************/
.header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}

.header .nav {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .header .nav {
    padding: 20px 0px;
  }
}

.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-logo a img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header .header-menu {
    display: none;
  }
}

.header .header-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-menu .main-menu li {
  position: relative;
}

.header .header-menu .main-menu li a {
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  line-height: 80px;
  padding: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.header .header-menu .main-menu li a:hover, .header .header-menu .main-menu li a.active {
  color: #fd5a3d !important;
}

@media screen and (max-width: 767px) {
  .header .header-menu .main-menu li a {
    line-height: 44px;
  }
}

.header .header-menu .main-menu li:last-child a {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .header .header-menu .main-menu {
    display: block;
    position: absolute;
    z-index: 9;
    background: #161c2a;
    width: 100%;
    left: 50%;
    top: 80px;
    padding: 10px 20px;
    max-width: 500px;
    margin: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/***********************
/** Header Toggle
************************/
.header-toggle {
  margin-left: 15px;
}

.header-toggle button {
  border: 0;
  padding: 0;
  outline: none;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #fff;
  pointer-events: auto;
  display: block;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #161c2a;
  margin: 0 auto 6px;
  display: block;
  position: relative;
  pointer-events: none;
}

.header-toggle button span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 20px;
  height: 2px;
  background: #161c2a;
}

.header-toggle button span::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 2px;
  background: #161c2a;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

/***********************
/** Header Sticky Start
************************/
.nav-scroll {
  background-color: #161c2a;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed !important;
  top: -80px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 999;
}

/***********************
/** Header End
************************/
/***********************
/** Banner Section Start
************************/
.banner-section {
  background-image: url("../images/page-banner.jpg");
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 18% 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 15% 0;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding: 30% 0;
  }
}

.hero-text {
  max-width: 850px;
  margin: auto;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-text br {
    display: none;
  }
}

.hero-text .title {
  color: #fff;
  text-align: center;
}

.hero-text .title span {
  font-size: 60px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .hero-text .title span {
    font-size: 40px;
  }
}

.hero-text .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0px 30px;
}

.hero-text .feature-list li {
  margin-right: 10px;
}

.hero-text .feature-list li img {
  width: auto;
  height: auto;
  display: block;
}

.hero-text .feature-list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .parallax {
    display: none;
  }
}

.parallax .icons {
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
}

.parallax .icons img {
  width: auto;
  height: 40px;
}

.parallax .icons:nth-of-type(1) {
  top: 5%;
  left: 10%;
}

.parallax .icons:nth-of-type(2) {
  right: 10%;
  top: 5%;
}

.parallax .icons:nth-of-type(3) {
  top: 30%;
  left: 15%;
}

.parallax .icons:nth-of-type(4) {
  right: 20%;
  top: 30%;
}

.parallax .icons:nth-of-type(5) {
  top: 50%;
  left: 10%;
}

.parallax .icons:nth-of-type(6) {
  right: 10%;
  top: 50%;
}

/* Screens */
.screens {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 80px;
}

.screens span {
  position: absolute;
  top: 75px;
  display: inline-block;
}

.screens span:first-child {
  left: calc(50% - 510px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 60px;
}

.screens span:nth-child(2) {
  left: calc(50% - 293px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.screens span:nth-child(3) {
  right: calc(50% - 196px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
}

.screens span:nth-child(4) {
  right: calc(50% - 510px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-top: 60px;
}

.screens span:last-child {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 0px;
  z-index: 2;
  -webkit-box-shadow: 5px 5px 135px rgba(54, 54, 54, 0.44);
          box-shadow: 5px 5px 135px rgba(54, 54, 54, 0.44);
}

.screens span img {
  position: relative;
  -webkit-box-shadow: 5px 5px 135px rgba(179, 179, 179, 0.78);
          box-shadow: 5px 5px 135px rgba(179, 179, 179, 0.78);
}

.screens span:nth-child(5) img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***********************
/** Banner Section End
************************/
/***********************
** Footer Start
************************/
.footer {
  padding: 100px 0 20px;
  background-image: linear-gradient(45deg, rgba(253, 90, 61, 0.2), rgba(54, 54, 54, 0.2)), url(../images/wallpaper.jpg);
  background-size: cover;
  background-position: top center;
}

.footer p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.footer h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .footer h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .footer h2 {
    font-size: 32px;
  }
}

.footer .copyright {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  text-decoration: underline;
}

.funfact-wrapper {
  border-radius: 10px;
  padding: 35px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 479px) {
  .funfact-wrapper {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 400px) {
  .funfact-wrapper {
    display: block;
  }
}

.icon-box-item {
  text-align: left;
  font-size: 28px;
  color: #fd5a3d;
  font-size: 30px;
}

.icon-box-item:last-of-type {
  margin-right: 0;
}

.icon-box-item .counter {
  font-family: "Baloo 2", cursive;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #fd5a3d;
}

.icon-box-item h5 {
  font-family: "Baloo 2", cursive;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .icon-box-item {
    border: none;
  }
}

@media screen and (max-width: 575px) {
  .icon-box-item {
    text-align: center;
  }
}

/***********************
/** Feature Start
************************/
.feature {
  padding: 80px 0px;
  background: #f5f6fa;
}

.feature-item {
  background-color: #fff;
  text-align: center;
  padding: 30px 0px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
}

.feature-item .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.feature-item h4 {
  font-family: "Baloo 2", cursive;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.feature-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 40px 44px 0 rgba(0, 0, 0, 0.06), 0 40px 44px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 40px 44px 0 rgba(0, 0, 0, 0.06), 0 40px 44px 0 rgba(0, 0, 0, 0.06);
}

/***********************
/** Feature End
************************/
/***********************
/** Preview Start
************************/
.preview-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .preview-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .preview-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.preview-item {
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.preview-item .preview-image {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.preview-item .preview-image img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 8px;
}

.preview-item .preview-image .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.preview-item .preview-image:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.preview-item .title h5 {
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  font-weight: 500;
  color: #161c2a;
  margin: 20px 0px 0px;
}

.preview-item:hover .preview-image {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/**
 *
 * Common CSS
 *
 */
