/* table of content - start
==================================================================================================== */
/* ==================================================
Project Name 	:  Muffle - Creative Agency Template
File 			:  CSS Base
Version 		:  1.1.0
Last change 	:  07 May 2020
Author 			:  DroitLab
Developer:		:  Rakibul Islam Dewan
================================================== */
/* table of content - end
==================================================================================================== */
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #666666;
  font-family: "Muli", sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #f8b326;
}

::selection {
  color: #ffffff;
  background-color: #f8b326;
}

::-moz-selection {
  color: #ffffff;
  background-color: #f8b326;
}

.container {
  max-width: 1200px;
}

.maxw-1560 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
button:focus {
  outline: none;
}

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

.image-container {
  overflow: hidden;
  position: relative;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}

strong, span, small, label, i {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Muli", sans-serif;
}

:-moz-placeholder {
  text-transform: capitalize;
}

::-moz-placeholder {
  text-transform: capitalize;
}

:-ms-input-placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

.grid {
  margin-left: -15px;
  margin-right: -15px;
}
.grid .grid-item,
.grid .grid-sizer {
  float: left;
  width: 33.333%;
  display: inline-block;
}
.grid .grid-item {
  padding: 15px;
}

.section-decoration {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.section-decoration .deco-image {
  z-index: -1;
  position: absolute;
}

.overflow-visible {
  overflow: visible;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
  background: #f2b01e;
  border: 1px solid #f2b01e;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #ffffff;
  border: 1px solid #f2b01e;
}
.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #ffffff;
  border: 1px solid #f2b01e;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
  display: none;
}
.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: 62px;
  text-align: center;
  position: absolute;
  color: #f8b326;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  background-color: rgba(255, 255, 255, 0.9);
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}
.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background-color: #f8b326;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 15px;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "\f060";
}
.owl-theme .owl-nav .owl-next:before {
  content: "\f061";
}

.arrow-rl .owl-nav .owl-next,
.arrow-rl .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow-rl .owl-nav .owl-prev {
  left: 30px;
}
.arrow-rl .owl-nav .owl-next {
  right: 30px;
}

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li > ul {
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul-li > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul-li-block > ul > li {
  width: 100%;
  display: table;
  list-style: none;
}

.ul-li-right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}
.ul-li-right > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul-li-center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}
.ul-li-center > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

/* list style settings - end
================================================== */
/* social links - start
================================================== */
/* social links - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-120 {
  padding: 120px 0px;
}

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

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

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

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.btn {
  z-index: 1;
  height: 55px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  min-width: 200px;
  font-weight: 700;
  line-height: 55px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 0px;
  position: relative;
  text-transform: uppercase;
}
.btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #f8b326;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.btn-gradient {
  height: 55px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  min-width: 200px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  background-size: 150% auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #f8b326;
}
.btn-gradient:hover {
  color: #ffffff;
  background: #000000;
}

/* button style - end
================================================== */
/* title text - start
================================================== */
.section-title .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f8b326;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.section-title .title-text {
  font-size: 42px;
}
.section-title p {
  font-size: 18px;
}

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

#backtotop {
  right: 15px;
  width: 45px;
  height: 45px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #333333;
  -webkit-box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
}

#backtotop #scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
  position: relative;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-default-color {
  background-color: #666666;
}

.bg-default-black {
  background-color: #333333;
}

.bg-default-orange {
  background-color: #f8b326;
}

.bg-default-yellow {
  background-color: #faaa2b;
}

.bg-default-royalblue {
  background-color: #000000;
}

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

.bg-black {
  background-color: #000000;
}

.bg-rating-star {
  background-color: #f2b01e;
}

.bg-deep-gray {
  background-color: #f0f0f0;
}

.bg-light-gray {
  background-color: #f9f9fc;
}

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header - start
==================================================================================================== */
/* header section - start
================================================== */
.main {
  overflow: hidden;
}

.header-section {
  padding: 10px 0px;
}
.header-section .brand-logo > a {
  float: left;
  padding: 0px;
  max-width: 170px;
}
.header-section .brand-logo .menu-btn {
  float: right;
  display: none;
  line-height: 1;
  font-size: 30px;
  margin: 29px 0px;
  color: #f8b326;
}
.header-section .main-menu > ul > li {
  margin-right: 40px;
}
.header-section .main-menu > ul > li:last-child {
  margin-right: 0px !important;
}
.header-section .main-menu > ul > li > a {
  padding: 0px;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  font-family: "Muli", sans-serif;
}
.header-section .main-menu > ul > li > a:hover, .header-section .main-menu > ul > li > a.active {
  color: #f8b326;
}

/* header section - start
================================================== */
/* sticky header - start
================================================== */
.sticky-header {
  top: 0;
  left: 0;
  right: 0px;
  height: auto;
  z-index: 999;
  position: absolute;
}

.sticky-header.stuck {
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeInDown 0.5s ease-in-out 0s normal none 1 running;
          animation: fadeInDown 0.5s ease-in-out 0s normal none 1 running;
}

/* sticky header - end
================================================== */
/* sidebar menu - start
================================================== */
.sidebar-menu-wrapper {
  display: block;
}
.sidebar-menu-wrapper .sidebar-menu {
  top: 0;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  min-width: 300px;
  max-width: 300px;
  padding: 40px 30px;
  padding-top: 0px;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(1, 0, 0, 1);
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  /* menu items - start */
  /* menu items - end */
}
.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
  overflow: visible !important;
}
.sidebar-menu-wrapper .sidebar-menu .close-btn {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  line-height: 42px;
  position: absolute;
  text-align: center;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
}
.sidebar-menu-wrapper .sidebar-menu .brand-logo {
  margin-left: -30px;
  text-align: center;
  margin-right: -30px;
}
.sidebar-menu-wrapper .sidebar-menu .brand-logo > a {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-menu-wrapper .sidebar-menu .brand-logo > a > img {
  margin: auto;
  height: 40px;
}
.sidebar-menu-wrapper .sidebar-menu .menu-list {
  margin-left: -30px;
  margin-right: -30px;
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 12px 30px;
  color: #666666;
  text-transform: capitalize;
}
.sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a:hover, .sidebar-menu-wrapper .sidebar-menu .menu-list > ul > li > a.active {
  color: #f8b326;
  background-color: #f9f9fc;
}
.sidebar-menu-wrapper .sidebar-menu .btn-gradient {
  width: 100%;
  display: block;
}
.sidebar-menu-wrapper .sidebar-menu.active {
  right: 0px;
  -webkit-box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
          box-shadow: 0px 10px 55px 1px rgba(137, 173, 255, 0.35);
}
.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}

/* sidebar menu - end
================================================== */
/* header - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
.footer-section {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer-section .section-title .title-text {
  font-size: 64px;
}
.footer-section .section-title .title-text strong {
  color: #fc7c2c;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.footer-section .btn-gradient {
  overflow: visible;
  padding: 0px 50px;
  padding-left: 0px;
  position: relative;
  background: #79b530;
}
.footer-section .btn-gradient span {
  float: left;
  width: 160px;
  height: 160px;
  font-size: 64px;
  font-weight: 700;
  margin: -55px 0px;
  margin-right: 30px;
  text-align: center;
  line-height: 170px;
  border-radius: 100%;
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(45deg, #faaa2b, #f8b326);
}
.footer-section .deco-image-1 {
  top: 80px;
  left: -35px;
}
.footer-section .deco-image-2 {
  left: 25px;
  bottom: 25px;
}
.footer-section .deco-image-3 {
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-section .deco-image-4 {
  top: 0px;
  right: 195px;
}
.footer-section .deco-image-5 {
  top: 90px;
  right: -70px;
}

/* footer section - end
==================================================================================================== */
/* home page - start
==================================================================================================== */
/* banner section - start
================================================== */
.banner-section {
  overflow: hidden;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
  background-size: auto;
}
.banner-section h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  margin-bottom: 40px;
  letter-spacing: -0.25px;
}
.banner-section h1 strong {
  font-weight: 800;
  color: #f8b326;
  font-family: "Montserrat", sans-serif;
}
.banner-section p {
  font-size: 18px;
  max-width: 770px;
  margin-bottom: 40px;
  display: inline-block;
}
.banner-section .btn {
  display: inline-block;
}
.banner-section .counterup-wrap > ul > li {
  margin-right: 75px;
}
.banner-section .counterup-wrap > ul > li:last-child {
  margin-right: 0px !important;
}
.banner-section .counterup-wrap > ul > li h3 {
  font-size: 40px;
  margin-bottom: 0px;
  color: #000000;
}
.banner-section .counterup-wrap > ul > li h3 span {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.banner-section .counterup-wrap > ul > li p {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.banner-section .items-wrap {
  top: 0px;
  bottom: 0px;
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section .items-wrap > ul {
  margin: auto 0px;
}
.banner-section .items-wrap > ul > li > .page-image {
  height: 230px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-section .items-wrap > ul > li > .page-image:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.banner-section .items-wrap.left-bar {
  left: 0px;
}
.banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
  max-width: 230px;
}
.banner-section .items-wrap.left-bar > ul > li:nth-child(2) {
  margin-top: -40px;
  padding-left: 30px;
}
.banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
  max-width: 260px;
}
.banner-section .items-wrap.right-bar {
  right: 0px;
}
.banner-section .items-wrap.right-bar > ul > li:nth-child(1) {
  padding-right: 55px;
}
.banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
  max-width: 260px;
}
.banner-section .items-wrap.right-bar > ul > li:nth-child(2) {
  margin-top: -50px;
}
.banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
  max-width: 210px;
}
.banner-section .items-wrap .deco-image {
  top: 50%;
  width: 280px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-section .items-wrap .deco-image > img {
  width: 100%;
  display: block;
}
.banner-section .items-wrap .deco-image.deco-image-1 {
  left: 0px;
}
.banner-section .items-wrap .deco-image.deco-image-2 {
  right: 0px;
}

/* banner section - end
================================================== */
/* product section - start
================================================== */
#demo-section {
  background: #101114;
}

.product-grid {
  margin-top: 50px;
}
.product-grid .item-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
}
.product-grid .item-image.home-page {
  height: auto;
}
.product-grid .item-image > img {
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 0px;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-grid .item-image:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.product-grid .item-image:hover > img {
  opacity: 0.8;
}
.product-grid .item-content {
  padding: 30px;
}
.product-grid .item-content .item-title {
  font-size: 20px;
}

.product-section {
  position: relative;
}
.product-section .deco-image-1 {
  left: 0px;
  right: 0px;
  top: -190px;
  text-align: center;
}
.product-section .deco-image-2 {
  left: 0px;
  width: 40%;
  top: -100px;
}
.product-section.inner-pages {
  background-size: auto;
  background-color: #f9f9fc;
  background-position: right center;
}
.product-section.inner-pages .deco-image-2 {
  top: 0px;
}

.product-carousel .item {
  padding: 30px;
}
.product-carousel .product-grid {
  margin-top: 0px;
}
.product-carousel .product-grid .item-image {
  height: 320px;
}
.product-carousel .owl-nav .owl-prev {
  left: 12.5%;
}
.product-carousel .owl-nav .owl-next {
  right: 12.5%;
}

.maxw-1560 .has-four-items .product-grid .item-content {
  padding: 20px;
}
.maxw-1560 .has-four-items .product-grid .item-content .item-title {
  font-size: 18px;
}

/* product section - end
================================================== */
/* elementor section - start
================================================== */
.elementor-item {
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 6px;
  background-color: #212428;
}
.elementor-item .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 25px;
}
.elementor-item .icon > img {
  height: 45px;
  margin: auto;
}
.elementor-item p {
  font-size: 18px;
}

.elementor-section .items-wrap {
  z-index: 1;
  position: relative;
}
.elementor-section .items-wrap .deco-image-1 {
  top: -190px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}
.elementor-section .items-wrap > ul > li {
  padding: 0px 15px;
}
.elementor-section .items-wrap > ul > li .elementor-item {
  width: 200px;
  margin: 30px auto 0px;
}
.elementor-section .elementor-image {
  margin-top: 100px;
  position: relative;
}
.elementor-section .elementor-image .image-lg {
  max-width: 930px;
  display: inline-block;
}
.elementor-section .elementor-image .image-md {
  top: 100px;
  right: 0px;
  z-index: 1;
  max-width: 230px;
  position: absolute;
}
.elementor-section .elementor-image .image-sm {
  left: 0px;
  top: 170px;
  z-index: 1;
  max-width: 430px;
  position: absolute;
}
.elementor-section .deco-image-2 {
  top: 60px;
  right: -60px;
  left: unset;
}
.elementor-section .deco-image-3 {
  top: 240px;
  right: 270px;
  left: unset;
}
.elementor-section .deco-image-4 {
  top: 85px;
  left: -35px;
}
.elementor-section .deco-image-5 {
  top: 280px;
  left: 90px;
}
.elementor-section .deco-image-6 {
  top: 90px;
  left: 180px;
}
.elementor-section .deco-image-7 {
  top: 155px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.elementor-section .deco-image-8 {
  top: 85px;
  left: 180px;
}
.elementor-section .deco-image-9 {
  right: -5px;
  bottom: 155px;
}

.top-bg {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 530px;
  position: absolute;
}

.feature-primary {
  margin-top: 60px;
  padding: 0px 30px;
}
.feature-primary .item-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto 30px;
  background-color: #292e34;
}
.feature-primary .item-icon > img {
  height: 30px;
  margin: auto;
}
.feature-primary .item-title {
  font-size: 20px;
  margin-bottom: 15px;
}

/* elementor section - end
================================================== */
/* elementor section - start
================================================== */
.block-fullimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.block-fullimage.size-lg {
  height: 420px;
}
.block-fullimage.size-md {
  height: 330px;
}
.block-fullimage > img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* elementor section - end
================================================== */
/* feature section - start
================================================== */
.feature-list {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.feature-list:nth-child(2n+0) {
  margin-top: -120px;
  background-position: left center;
}
.feature-list .item-image {
  width: 100%;
  height: 500px;
  position: relative;
}
.feature-list .item-image .child-image {
  position: absolute;
}
.feature-list .item-image .window-image-1 {
  top: 0px;
  right: -80px;
}
.feature-list .item-image .window-image-2 {
  bottom: -75px;
  right: -200px;
}
.feature-list .item-image .card-image-1 {
  left: -35px;
  top: 120px;
}
.feature-list .item-image .pc-image {
  width: 680px;
  float: right;
}
.feature-list .item-image .tablet-image-1 {
  left: -280px;
  bottom: 0px;
  position: absolute;
}
.feature-list .item-image .phone-image-1 {
  right: 0px;
  bottom: 0px;
}
.feature-list .item-image .woo-image-1 {
  top: 230px;
  left: -100px;
}
.feature-list .item-image .card-image-2 {
  top: 140px;
  right: -130px;
}
.feature-list.woocommerce-feature .item-image {
  margin-left: 150px;
}
.feature-list .item-content .category-list > ul > li {
  margin-right: 40px;
}
.feature-list .item-content .category-list > ul > li:last-child {
  margin-right: 0px !important;
}
.feature-list .item-content .category-list > ul > li span {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 0px auto 15px;
  background-image: linear-gradient(45deg, rgba(250, 209, 38, 0.99608) 0%, rgb(255, 84, 79) 100%);
}
.feature-list .item-content .category-list > ul > li span > img {
  margin: auto;
  height: 24px;
}
.feature-list .item-content .category-list > ul > li small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}

.feature-fullimage {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.feature-fullimage > img {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.feature-fullimage:hover > img {
  opacity: 0.8;
}

a.feature-fullimage {
  width: 100%;
  display: block;
}

.feature-section {
  z-index: 1;
  position: relative;
}
.feature-section .deco-image-1 {
  top: 60%;
  right: -20px;
}
.feature-section .deco-image-2 {
  right: -55px;
  bottom: 170px;
}
.feature-section .deco-image-3 {
  top: 80px;
  z-index: -1;
  right: -200px;
  position: absolute;
}

/* feature section - end
================================================== */
/* layout section - start
================================================== */
.layout-image {
  margin-top: 30px;
}

/* layout section - end
================================================== */
/* section - start
================================================== */
/* section - end
================================================== */
/* home page - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  ZiX - Creative Agency Template
*	File 			:  Responsive CSS Base
*	Version 		:  1.1.0
*	Last change 	:  07 May 2020
*	Author 			:  DroitLab
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1460px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 580px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 380px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1460px) - start
==================================================================================================== */
@media screen and (max-width: 1730px) {
  .feature-list .item-image .card-image-2 {
    right: -115px;
  }
}
@media screen and (max-width: 1700px) {
  .feature-list .item-image .card-image-2 {
    right: -90px;
  }
}
@media screen and (max-width: 1650px) {
  .feature-list .item-image .card-image-2 {
    right: -60px;
    max-width: 340px;
  }
  .feature-section .deco-image-3 {
    right: -180px;
  }
  .feature-list .item-image .woo-image-1 {
    top: 210px;
    left: -70px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1600px) {
  .feature-list.woocommerce-feature .item-image {
    margin-left: 0px;
  }
  .feature-section .deco-image-3 {
    right: -30px;
  }
  .feature-list .item-image .card-image-2 {
    right: -50px;
  }
}
@media screen and (max-width: 1460px) {
  .sec-ptb-120 {
    padding: 100px 0px;
  }
  .banner-section h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .product-carousel .owl-nav .owl-prev {
    left: 30px;
  }
  .product-carousel .owl-nav .owl-next {
    right: 30px;
  }
  .product-carousel .item {
    padding: 30px 15px;
  }
  .product-section .deco-image-1 {
    top: -160px;
  }
  .product-grid .item-image {
    height: 265px;
  }
  .elementor-section .deco-image-3 {
    right: 200px;
  }
  .feature-list .item-image .window-image-2 {
    right: -150px;
  }
  .feature-list .item-image .tablet-image-1 {
    left: -120px;
  }
  .feature-list.woocommerce-feature .item-image {
    margin-left: 0px;
  }
  .feature-list.woocommerce-feature .item-image {
    margin-left: 0px;
  }
  .feature-section .deco-image-3 {
    right: -40px;
  }
  .footer-section .deco-image-3 {
    top: 80px;
    left: 35%;
    max-width: 320px;
  }
  .footer-section .deco-image-4 {
    max-width: 510px;
  }
  .footer-section .section-title .title-text {
    font-size: 58px;
  }
  .section-title p {
    font-size: 16px;
  }
}
/* ====================================================================================================
1 - media screen and (max-width: 1460px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
    max-width: 200px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) {
    padding-right: 30px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
    max-width: 180px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
    max-width: 220px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
    max-width: 220px;
  }
  .banner-section .items-wrap > ul > li > .page-image {
    height: 180px;
  }
  .banner-section .counterup-wrap > ul > li {
    margin-right: 60px;
  }
  .product-section .deco-image-1 {
    top: -185px;
  }
  .product-grid .item-image {
    height: 245px;
  }
  .block-fullimage.size-lg {
    height: 300px;
  }
  .block-fullimage.size-md {
    height: 270px;
  }
  .elementor-section .deco-image-6 {
    top: 90px;
    left: 180px;
    max-width: 170px;
  }
  .feature-list .item-image .window-image-2 {
    right: -30px;
    bottom: 0px;
    max-width: 400px;
  }
  .feature-list .item-image .card-image-1 {
    left: -20px;
    max-width: 280px;
  }
  .feature-list .item-image .tablet-image-1 {
    left: 0;
    max-width: 270px;
  }
  .feature-list .item-image .phone-image-1 {
    bottom: 0px;
    right: 165px;
    max-width: 100px;
  }
  .feature-section .deco-image-1 {
    top: 60%;
    right: -20px;
    max-width: 180px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 230px;
  }
  .top-bg {
    height: 430px;
  }
  .feature-section .deco-image-2 {
    right: -55px;
    bottom: 70px;
  }
  .elementor-section .deco-image-8 {
    left: 150px;
    max-width: 160px;
  }
  .elementor-section .deco-image-9 {
    max-width: 160px;
  }
  .feature-list .item-image .card-image-2 {
    top: 200px;
    right: -25px;
    max-width: 250px;
  }
  .feature-section .deco-image-3 {
    right: 0px;
  }
  .feature-list .item-image .woo-image-1 {
    top: 210px;
    left: -60px;
    max-width: 180px;
  }
  .footer-section .section-title .title-text {
    font-size: 48px;
  }
}
/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .header-section .main-menu > ul > li {
    margin-right: 20px;
  }
  .header-section .brand-logo > a {
    max-width: 140px;
  }
  .banner-content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
    max-width: 170px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
    max-width: 160px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
    max-width: 170px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
    max-width: 150px;
  }
  .banner-section .items-wrap .deco-image.deco-image-1 {
    max-width: 185px;
  }
  .banner-section .items-wrap .deco-image.deco-image-2 {
    max-width: 215px;
  }
  .banner-section .items-wrap > ul > li > .page-image {
    height: auto;
  }
  .owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .owl-theme .owl-nav .owl-next::before,
.owl-theme .owl-nav .owl-prev::before {
    font-size: 20px;
    line-height: 40px;
  }
  .feature-list .item-image .window-image-1 {
    right: 0px;
  }
  .feature-list .item-image .pc-image {
    width: 100%;
  }
  .feature-list .item-image .card-image-2 {
    right: 0px;
    max-width: 250px;
  }
  .product-carousel .product-grid .item-image {
    height: 220px;
  }
  .product-grid .item-image {
    height: 220px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 130px;
  }
}
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
  body {
    font-size: 14px;
  }
  .btn {
    height: 50px;
    font-size: 12px;
    min-width: 180px;
    line-height: 50px;
    padding: 0px 25px;
  }
  .order-last {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header-section .main-menu,
.header-section .btn-gradient {
    display: none;
  }
  .header-section .brand-logo .menu-btn {
    display: inline-block;
    margin: 9px 0px;
  }
  .banner-section .items-wrap {
    width: 250px;
  }
  .banner-section h1 {
    font-size: 40px;
  }
  .banner-section .banner-content {
    max-width: 570px;
    margin: 0px auto;
  }
  .banner-section p {
    display: block;
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .banner-section .counterup-wrap > ul > li h3 {
    font-size: 30px;
  }
  .banner-section .counterup-wrap > ul > li p {
    font-size: 14px;
  }
  .banner-section .counterup-wrap > ul > li {
    margin-right: 40px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
    max-width: 140px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) {
    margin-top: -20px;
    padding-left: 15px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
    max-width: 110px;
  }
  .banner-section .items-wrap .deco-image.deco-image-1 {
    max-width: 160px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
    max-width: 140px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) {
    padding-right: 15px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
    max-width: 130px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) {
    margin-top: -30px;
  }
  .banner-section .items-wrap .deco-image.deco-image-2 {
    max-width: 180px;
  }
  .banner-section {
    height: 600px;
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 600px;
    display: inline-block;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -150px;
  }
  .product-grid .item-image {
    height: 205px;
  }
  .elementor-section .deco-image-3,
.elementor-section .deco-image-2,
.elementor-section .deco-image-5,
.elementor-section .deco-image-4 {
    max-width: 80px;
  }
  .elementor-section .deco-image-3 {
    right: 100px;
  }
  .elementor-section .deco-image-2 {
    right: -40px;
  }
  .elementor-section .deco-image-5 {
    top: 250px;
    left: 50px;
  }
  .elementor-section .elementor-image .image-lg {
    max-width: 700px;
  }
  .elementor-section .elementor-image .image-md {
    top: 80px;
    max-width: 200px;
  }
  .elementor-section .elementor-image .image-sm {
    top: 130px;
    max-width: 260px;
  }
  .elementor-section .deco-image-6 {
    top: 40px;
    left: 130px;
    max-width: 140px;
  }
  .block-fullimage.size-lg {
    height: 200px;
  }
  .block-fullimage.size-md {
    height: 170px;
  }
  .feature-list .item-content {
    margin-top: 40px;
    text-align: center;
  }
  .feature-list .item-content .category-list > ul {
    margin: 0px auto;
  }
  .feature-list .item-image .phone-image-1 {
    right: 0px;
  }
  .feature-section .deco-image-1 {
    top: 70%;
    right: -15px;
    max-width: 150px;
  }
  .feature-primary {
    padding: 0px;
    margin-top: 50px;
  }
  .feature-list.woocommerce-feature .item-content {
    padding-bottom: 100px;
  }
  .footer-section {
    text-align: center;
  }
  .footer-section .section-title {
    margin-bottom: 60px;
  }
  .footer-section .btn-gradient.float-right {
    float: none !important;
  }
  .footer-section .deco-image-4 {
    right: 0px;
    max-width: 430px;
  }
  .footer-section .deco-image-3 {
    display: none;
  }
}
/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  .section-title .title-text {
    font-size: 30px;
  }
  .section-title .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section-title.mb-60 {
    margin-bottom: 30px;
  }
  .section-title p {
    font-size: 14px;
  }
  .sec-ptb-120 {
    padding: 80px 0px;
  }
  .header-section .brand-logo .menu-btn {
    margin: 19px 0px;
  }
  .header-section .brand-logo > a {
    max-width: 130px;
  }
  .header-section .brand-logo .menu-btn {
    margin: 22px 0px;
  }
  .banner-section .banner-content {
    max-width: 460px;
    margin: 0px auto;
  }
  .banner-section h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
    max-width: 125px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
    max-width: 100px;
  }
  .banner-section .items-wrap .deco-image.deco-image-1 {
    max-width: 140px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
    max-width: 125px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
    max-width: 120px;
  }
  .product-grid .item-image {
    height: 170px;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 500px;
  }
  .elementor-section .items-wrap > ul > li {
    width: 25%;
    padding: 0px 5px;
  }
  .elementor-section .items-wrap > ul > li .elementor-item {
    width: 100%;
    margin: 15px auto 0px;
  }
  .elementor-item {
    padding: 20px;
  }
  .elementor-item p {
    font-size: 16px;
    line-height: 1.6;
  }
  .elementor-item .icon {
    width: 70px;
    height: 60px;
    margin: 0px auto 15px;
  }
  .elementor-item .icon > img {
    height: 30px;
  }
  .elementor-section .elementor-image .image-lg {
    max-width: 580px;
  }
  .elementor-section .elementor-image .image-md {
    top: 60px;
    max-width: 160px;
  }
  .elementor-section .elementor-image .image-sm {
    top: 100px;
    max-width: 200px;
  }
  .top-bg {
    height: 360px;
  }
  .block-fullimage.size-lg {
    height: 160px;
  }
  .block-fullimage.size-md {
    height: 130px;
  }
  .layout-image {
    text-align: center;
  }
  #backtotop {
    width: 40px;
    height: 40px;
  }
  #backtotop #scroll {
    font-size: 20px;
    line-height: 42px;
  }
  .product-carousel .product-grid .item-image {
    height: 230px;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -125px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 180px;
  }
}
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  .footer-section .btn-gradient span {
    float: left;
    width: 120px;
    height: 120px;
    font-size: 48px;
    margin: -35px 0px;
    margin-right: 20px;
    line-height: 130px;
  }
  .footer-section .btn-gradient {
    padding: 0px 30px;
    padding-left: 0px;
  }
}
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  .btn {
    height: 40px;
    font-size: 11px;
    min-width: auto;
    line-height: 40px;
    padding: 0px 20px;
  }
  .section-title p {
    font-size: 12px;
  }
  .banner-section .items-wrap > ul {
    display: none;
  }
  .banner-section .banner-content {
    max-width: 300px;
  }
  .banner-section h1 {
    margin-bottom: 15px;
  }
  .banner-section p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .banner-section .counterup-wrap > ul > li h3 {
    font-size: 20px;
  }
  .banner-section .counterup-wrap > ul > li p {
    font-size: 12px;
    margin-top: 8px;
  }
  .banner-section .items-wrap {
    width: auto;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(1) > .page-image {
    max-width: 110px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(1) > .page-image {
    max-width: 100px;
  }
  .banner-section .items-wrap.right-bar > ul > li:nth-child(2) > .page-image {
    max-width: 100px;
  }
  .banner-section .items-wrap .deco-image.deco-image-2 {
    max-width: 150px;
  }
  .banner-section .items-wrap.left-bar > ul > li:nth-child(2) > .page-image {
    max-width: 80px;
  }
  .banner-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .product-carousel .product-grid {
    margin: 0px auto;
    max-width: 300px;
  }
  .product-grid {
    margin-top: 40px;
  }
  .product-grid .item-content {
    padding: 15px;
  }
  .product-grid .item-content .item-title {
    font-size: 16px;
  }
  .product-grid .item-content p {
    font-size: 12px;
  }
  .elementor-section .items-wrap > ul > li {
    width: 50%;
  }
  .elementor-section .elementor-image .image-lg {
    max-width: 400px;
  }
  .elementor-section .elementor-image .image-md {
    top: 45px;
    max-width: 120px;
  }
  .elementor-section .elementor-image .image-sm {
    top: 70px;
    max-width: 160px;
  }
  .has-four-items .product-grid .item-image {
    height: 170px;
  }
  .block-fullimage.size-lg {
    height: 130px;
  }
  .block-fullimage.size-md {
    height: 100px;
  }
  .top-bg {
    height: 300px;
  }
  .grid .grid-item {
    padding: 5px;
  }
  .feature-list .item-image .window-image-1 {
    max-width: 470px;
  }
  .feature-list .item-image .card-image-1 {
    left: 0px;
    max-width: 230px;
  }
  .feature-list .item-image .window-image-2 {
    max-width: 370px;
  }
  .feature-list .item-content .category-list > ul > li span > img {
    height: 20px;
  }
  .feature-list .item-content .category-list > ul > li span {
    width: 50px;
    height: 50px;
    margin: 0px auto 10px;
  }
  .feature-list .item-content .category-list > ul > li small {
    font-size: 12px;
  }
  .feature-primary .item-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .feature-primary p {
    font-size: 12px;
  }
  .feature-primary .item-icon > img {
    height: 24px;
  }
  .feature-primary .item-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px;
  }
  .feature-list .item-image .woo-image-1 {
    left: -20px;
    max-width: 100px;
  }
  .footer-section .section-title .title-text {
    font-size: 40px;
  }
  .product-carousel .product-grid .item-image {
    height: 220px;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -105px;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 460px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 160px;
  }
  .feature-list .item-image .tablet-image-1 {
    left: 0;
    max-width: 180px;
  }
  .feature-list .item-image .phone-image-1 {
    max-width: 80px;
  }
  .feature-list .item-image .card-image-1 {
    max-width: 170px;
  }
  .feature-list .item-image .window-image-2 {
    max-width: 290px;
  }
  .feature-list .item-image {
    height: 360px;
  }
}
/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .banner-section .items-wrap {
    display: none;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 400px;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -100px;
  }
  .product-grid .item-image {
    height: 150px;
  }
  .has-four-items .product-grid .item-image {
    height: 130px;
  }
  .section-title .sub-title {
    font-size: 12px;
  }
  .section-title .title-text {
    font-size: 24px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 175px;
  }
  .feature-fullimage img {
    width: 100%;
    display: block;
  }
  .header-section .brand-logo .menu-btn {
    margin: 14px 0px;
  }
  .header-section .brand-logo > a {
    max-width: 102px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 120px;
  }
  .product-carousel .product-grid .item-image {
    height: 210px;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -70px;
  }
  .footer-section .btn-gradient span {
    width: 100px;
    height: 100px;
    font-size: 36px;
    margin: -23px 0px;
    margin-right: 20px;
    line-height: 115px;
  }
  .footer-section .btn-gradient {
    font-size: 12px;
  }
}
/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 380px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  .product-grid .item-image {
    height: 110px;
  }
  .product-carousel .product-grid {
    max-width: 250px;
  }
  .product-carousel .owl-nav .owl-prev {
    left: 15px;
  }
  .product-carousel .owl-nav .owl-next {
    right: 15px;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 360px;
  }
  .has-four-items .product-grid .item-image {
    height: 100px;
  }
  .has-four-items .product-grid .item-content .item-title {
    font-size: 14px;
  }
  .product-grid {
    margin-top: 30px;
  }
  .grid .grid-item,
.grid .grid-sizer {
    width: 50%;
  }
  .feature-list .item-image {
    height: auto;
  }
  .feature-list .item-image .window-image-1 {
    position: static;
  }
  .feature-list .item-image .window-image-2 {
    max-width: 200px;
  }
  .feature-list .item-image .card-image-1 {
    top: 60px;
    max-width: 100px;
  }
  .feature-list .item-image .window-image-2 {
    max-width: 200px;
  }
  .feature-list .item-content .category-list > ul > li {
    margin: 0px;
    padding: 10px;
    width: 33.333%;
  }
  .feature-list .item-image .tablet-image-1 {
    max-width: 140px;
  }
  .feature-list .item-image .phone-image-1 {
    max-width: 60px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 120px;
  }
  .elementor-section .deco-image-6 {
    top: 20px;
    left: 40px;
    max-width: 100px;
  }
  .elementor-section .deco-image-8 {
    left: 50px;
    max-width: 100px;
  }
  .elementor-section .deco-image-8 {
    top: 20px;
  }
  .feature-list .item-image .card-image-2 {
    top: 130px;
    max-width: 140px;
  }
  .feature-list .item-image .woo-image-1 {
    top: 120px;
    left: -15px;
    max-width: 80px;
  }
  .footer-section .section-title .title-text {
    font-size: 26px;
  }
  .product-section .deco-image-1 img,
.elementor-section .items-wrap .deco-image-1 img {
    max-width: 270px;
  }
  .product-section .deco-image-1,
.elementor-section .items-wrap .deco-image-1 {
    top: -55px;
  }
  .product-grid .item-image {
    height: 90px;
  }
  .product-carousel .product-grid .item-image {
    height: 170px;
  }
  .maxw-1560 .has-four-items .product-grid .item-image {
    height: 90px;
  }
}
/* ====================================================================================================
9 - media screen and (max-width: 380px) - end
==================================================================================================== */