/*!
Theme Name: Markite
Theme URI: https://wp.bdevs.net/markite/
Author: theme_pure
Author URI: https://themeforest.net/user/theme_pure
Description: Markite - Digital Marketplace WooCommerce Theme
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: markite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
/* table of content - start
==================================================================================================== */
/*

Project Name 	:  Koway - Saas Landing Page WordPress Theme
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  15 Appril 2021
Author 			:  BDevs (https://themeforest.net/user/bdevs)
Developer:		:  Mohiuddin Sumon

*/
/* table of content - end
==================================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,400;0,500;0,600;0,700;1,100&display=swap');
/* 01. theme default styles */

/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.867;
  font-style: normal;
  color: #00235a;
  font-family: 'Be Vietnam', sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #ffffff;
  background-color: #5f3afc;
}

::-moz-selection {
  color: #ffffff;
  background-color: #5f3afc;
}

main {
  overflow: hidden;
  position: relative;
}

hr {
  height: 1px;
  border: none;
  background-color: #ededef;
}

.container {
  max-width: 1200px;
}

.maxw_1420 {
  max-width: 1450px;
}

.maxw_1780 {
  max-width: 1810px;
}

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

.scrollspy-btn {
  margin: 0px;
  padding: 0px;
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;

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

h1, h2, h3, h4, h5, h6 {
  color: #070337;
  font-weight: 700;
  font-family: 'Be Vietnam', sans-serif;
}

strong, span, small, label, i {

}

.white-color{
  color: #fff !important;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
  float: left;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: 12px;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0px;
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: #5f3afc;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #5f3afc;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 65px;
  height: 65px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
.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: 18px;
  font-weight: 400;
  line-height: 65px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #222222;
  border: 2px solid #dbdbdb;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Font Awesome 5 Pro";
}
.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: #5f3afc;
  border-color: #5f3afc;
}
.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}
.owl-theme .owl-nav .owl-prev:before {
  content: "";
}
.owl-theme .owl-nav .owl-next:before {
  content: "";
}

/* owl settings - end
================================================== */
/* list style settings - start
================================================== */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
  color: #1a152e;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

/* list style settings - end
================================================== */
/* padding - margin setting - start
================================================== */
.sec_ptb_130 {
  padding: 130px 0px;
}

.mt__30 {
  margin-top: -30px;
}

.mt__50 {
  margin-top: -50px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_80 {
  margin-bottom: 80px;
}

/* padding - margin setting - end
================================================== */
/* buttons - start
================================================== */
.custom_btn {
	z-index: 1;
	height: 57px;
	font-size: 13px;
	line-height: 58px;
	padding: 0px 30px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	color: #5f3afc;
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 700;
}
.custom_btn i {
  margin-left: 5px;
}
.custom_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #F5AC60;
}
.custom_btn:hover {
  color: #070337;
}
.custom_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.footer-btn img{
  max-width: 214px;
}

/* buttons - end
================================================== */
/* title text - start
================================================== */
.section_title {
  z-index: 1;
  position: relative;
}
.section_title .small_title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 25px;
  color: #5f3afc;
  font-family: 'Be Vietnam', sans-serif;
}
.section_title .big_title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
.section_title .biggest_title {
  top: 50%;
  left: -8px;
  z-index: -1;
  display: block;
  line-height: 1;
  font-size: 150px;
  position: absolute;
  transform: translateY(-50%);
  font-family: 'Be Vietnam', sans-serif;
  color: rgba(34, 34, 34, 0.102);
}
.section_title.text-center .biggest_title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-white .big_title {
  color: #ffffff;
}
.text-white .biggest_title {
  color: rgba(255, 255, 255, 0.051);
}

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

#backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #5f3afc;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
}

#scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #fff;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
.preloader {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  z-index: 9000;
  cursor: default;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.preloader.loaded {
  visibility: hidden;
}
.preloader .animation_preloader {
  z-index: 10000;
}
.preloader .spinner {
  width: 9em;
  height: 9em;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 100%;
  animation: spinner 1s infinite linear;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-top-color: #5f3afc;
}
.preloader p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.preloader .loader {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}
.preloader .loader_section {
  padding: 0px;
}
.preloader .bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f3afc;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation_preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader_section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@media screen and (max-width: 767px) {
  .preloader .animation_preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .preloader .animation_preloader .spinner {
    height: 7em;
    width: 7em;
  }
}
/* preloader - end
================================================== */
/* default color - start
================================================== */
.bg_default_orange {
  background-color: #5f3afc;
}

.bg_default_blue {
  background-color: #00235a;
}

.bg_default_lightblue {
  background-color: #209ffa;
}

.bg_default_yellow {
  background-color: #FF5E14;
}

.bg_default_purple {
  background-color: #5f43c5;
}

.bg_default_pink {
  background-color: #e6498f;
}

.bg_default_past {
  background-color: #20ad96;
}

.bg_gray {
  background-color: #f5f6fa;
}

/* default color - end
================================================== */
/* line animation css - start
================================================== */
.deco_wrap {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.line_wrap {
	top: 0px;
	left: 50%;
	bottom: 0px;
	width: 80%;
	z-index: -1;
	display: block;
	position: absolute;
	transform: translateX(-50%);
	border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}
.line_wrap .line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.line_wrap .line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}
.line_wrap .line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #000000);
}
.line_wrap .line_item:nth-child(even):before {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap.line_white {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.line_wrap.line_white:before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}
.line_wrap.line_white .line_item {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.line_wrap.line_white .line_item:nth-child(odd):before {
  background-image: linear-gradient(0deg, transparent, #ffffff);
}
.line_wrap.line_white .line_item:nth-child(even):before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
/* line animation css - end
================================================== */
/* css animation - start
================================================== */
@keyframes updown {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* css animation - end
================================================== */
/* transition - start
================================================== */
a,
button {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header - start
==================================================================================================== */
/* sticky header - start */
.sticky_header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  min-height: 100px;
  position: absolute;
}
.sticky_header.stuck {
  position: fixed;
  background-color: #5F3AFC;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

/* sticky header - end */
/* brand logo - start */
.sticky_header .brand_logo img:nth-child(2) {
  display: none;
}
.sticky_header .menu_btn {
  display: none;
  line-height: 1;
  color: #ffffff;
  font-size: 24px;
}
.brand_logo img {
	max-width: 140px;
}

.sticky_header.stuck .menu_btn {
  color: #5f3afc;
}

/* brand logo - end */
/* main menu - start */
.main_menu li:not(:last-child) {
  margin-right: 50px;
}
.main_menu a {
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;

}

.main_menu a::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: -5px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ffffff;
}

.main_menu a:hover::after, .main_menu a.active::after {
  width: 100%;
  left: 0;
  right: auto;
}


.stuck .main_menu a:hover::after, .stuck .main_menu a.active::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* main menu - end */
/* sidebar menu - start */
.sidebar-menu-wrapper {
  display: block;
}
.sidebar-menu-wrapper .mobile_menu {
  top: 0;
  width: 320px;
  right: -340px;
  height: 100vh;
  z-index: 9999;
  display: flex;
  position: fixed;
  padding: 40px 0px;
  overflow-y: scroll;
  align-items: center;
  justify-content: center;
  background-color: #00235a;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
  /* menu items - start */
  /* menu items - end */
}
.sidebar-menu-wrapper .mobile_menu.active {
  right: 0px;
}
.sidebar-menu-wrapper .mobile_menu .mCustomScrollBox {
  overflow: visible !important;
}
.sidebar-menu-wrapper .mobile_menu .close_btn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  border-radius: 0px;
  position: absolute;
}
.sidebar-menu-wrapper .mobile_menu .close_btn:hover {
  background-color: #5f3afc;
}
.sidebar-menu-wrapper .mobile_menu .mobile_menu_list {
  width: 100%;
  display: block;
  text-align: center;
}
.sidebar-menu-wrapper .mobile_menu .mobile_menu_list ul {
  margin-bottom: 40px;
}
.sidebar-menu-wrapper .mobile_menu .mobile_menu_list ul a {
  width: 100%;
  line-height: 1;
  display: block;
  font-size: 16px;
  padding: 22px 30px;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu-wrapper .mobile_menu .mobile_menu_list ul a:hover, .sidebar-menu-wrapper .mobile_menu .mobile_menu_list ul a.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.02);
}
.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;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.7);
}
.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.sidebar_menu::-webkit-scrollbar {
  width: 0px;
}

/* sidebar menu - end */
/* header - end
==================================================================================================== */
/* footer - start
==================================================================================================== */
.footer_section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_section::before {
	position: absolute;
	background: #5f3afc;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: "";
	opacity: .6;
}
.footer_section .footer_content {
	margin: auto;
	max-width: 770px;
	position: relative;
	z-index: 2;
}
.footer_section .brand_logo {
  margin-bottom: 50px;
}
.footer_section h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 40px;
}
.footer_section h2 strong {
	font-weight: 700;
}

/* footer - end
==================================================================================================== */
/* body content - start
==================================================================================================== */
/* banner section - start */
.banner_section {
  min-height: 770px;
  padding: 100px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f3afc;
  opacity: 0.9;
  display: none;
}
.banner_section .banner_content {
	margin: auto;
	max-width: 990px;
	position: relative;
	z-index: 2;
  padding-top: 50px;
}
.banner_section h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.banner_section h1 strong {
	line-height: 1;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
}
.banner_section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 60px;
  color: #fff;
}
.banner_section .pages_counter > li:not(:last-child) {
  margin-right: 60px;
}
.banner_section .pages_counter strong, .banner_section .pages_counter span {
  display: block;
  line-height: 1;
}
.banner_section .pages_counter strong {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.banner_section .pages_counter span {
  opacity: 0.7;
  font-size: 14px;
  text-transform: uppercase;
}
.banner_section .scroll_down {
  left: 50%;
  bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.banner_section .scroll_down i {
  animation: updown 1s infinite alternate;
}

/* banner section - end */
/* demo section - start */
.demo_item {
  margin-top: 80px;
}
.demo_item .item_image {
  z-index: 1;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #5f3afc;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
.demo_item .item_image img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.demo_item .item_image:hover {
  transform: translateY(-15px);
}
.demo_item .item_image:hover img {
  opacity: 0.2;
}
.demo_item .item_title a {
  font-size: 20px;
  color: #070337;
}
.item_title{
	padding-top: 25px;
}
.demo_item .item_title a:hover {
  color: #5f3afc;
}
.demo_item:nth-child(odd) .item_title {
  text-align: center;
}
.demo_item:nth-child(even) .item_title {
  text-align: right;
  padding-right: 50px;
}
.home-margin-bottom {
	margin-bottom: 60px;
}
.fe-padding-top{
  padding-top: 0;
}
/* demo section - end */

/* brand  */
.brand-area {
	background: #5f3afc;
	padding: 60px 50px;
}
.brand-area .owl-carousel .owl-item img {
	display: block;
	width: auto;
	display: inline-block;
}
.brand-item {
	text-align: center;
}
.sec_ptb_100{
  padding: 100px 0;
  padding-top: 130px;
  padding-bottom: 70px;
}

/* inner pages - start */
.inner_demo {
  max-width: 370px;
  margin: 50px auto 0px;
}
.inner_demo .item_image {
  z-index: 1;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background-color: #5f3afc;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
.inner_demo .item_image img {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inner_demo:hover .item_image {
  transform: translateY(-15px);
}
.inner_demo:hover .item_image img {
  opacity: 0.2;
}
.inner_demo .item_title a {
  font-size: 20px;
  font-weight: 700;
  color: #070337;
}
.inner_demo .item_title a:hover {
  color: #5f3afc;
}

/* inner pages - end */
/* portfolio section - start */
.position_relative {
  z-index: 1;
  position: relative;
}

.y_small_bg {
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
	height: 450px;
	position: absolute;
	background: #5f3afc;
}

/* portfolio section - end */
/* header element section - start */
.header_element_images {
  z-index: 1;
  float: left;
  width: 750px;
  position: relative;
}
.header_element_images li {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.header_element_images li:not(:last-child) {
  margin-bottom: 40px;
}

/* header element section - end */
/* footer element section - start */
.footer_element_images li {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.footer_element_images li:not(:last-child) {
  margin-bottom: 40px;
}

/* footer element section - end */
/* ecommerce section - start */
.ecommerce_images {
  position: relative;
  padding-bottom: 26px;
}
.ecommerce_images .big_image {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.ecommerce_images .medium_image {
  left: -71px;
  bottom: 0px;
  max-width: 350px;
  position: absolute;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
}
.ecommerce_images .small_image {
  right: -90px;
  bottom: 80px;
  max-width: 200px;
  position: absolute;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.3);
}

/* ecommerce section - end */
/* features section - start */
.features_primary {
	background: #F5F6FA;
	padding: 40px 20px;
	margin-bottom: 30px;
}
.features_primary .item_icon {
	width: 70px;
	height: 70px;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 8px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.2);
  background-color: #5f3afc;
}
.item_icon i {
	font-size: 30px;
	color: #fff;
}
.features_primary .item_title {
	font-size: 18px;
}

/* features section - end */
/* body content - end
==================================================================================================== */
/* ==================================================
*	Project Name 	:  Printem - HTML5 Template
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  05 Octobar 2020
*	Author 			:  BDevs (https://themeforest.net/user/bdevs)
*	Developer:		:  Rakibul Islam Dewan
*	css code for responsive layout To make Responsive

==================================================

*	1 - media screen and (max-width: 1440px)
*	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: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1560px) {
  .header_element_images {
    width: 650px;
  }
}
@media screen and (max-width: 1360px) {
  .header_element_images {
    width: 570px;
  }
}
@media screen and (max-width: 1400px) {
  .header_btn .custom_btn {
    padding: 0px 20px;
  }
}
/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  /* global - start */
  .line_wrap {
    width: 97.6%;
  }

  /* global - end */
  .header_btn .custom_btn {
    height: 50px;
    line-height: 54px;
    padding: 0px 16px;
    letter-spacing: 0px;
  }
  .header_btn .custom_btn i {
    display: none;
  }

  .header_element_images {
    float: none;
    width: 100%;
  }
}
/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .main_menu li:not(:last-child) {
    margin-right: 40px;
  }
}
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  .main_menu,
.header_btn {
    display: none;
  }

  .sticky_header {
    min-height: auto;
    padding: 15px 0px;
  }

  .header_section .brand_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sticky_header .menu_btn {
    display: inline-block;
  }

  .inner_demo .item_image {
    margin-bottom: 10px;
  }

  .inner_demo .item_title a {
    font-size: 18px;
  }

  .sec_ptb_130 {
    padding: 110px 0px;
  }

  .section_title .small_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section_title .big_title {
    font-size: 42px;
  }

  .section_title .biggest_title {
    font-size: 110px;
  }

  .y_small_bg {
    height: 370px;
  }

  .header_element_images,
.footer_element_images {
    max-width: 670px;
    margin: 50px auto 0px;
  }

  .section_title {
    text-align: center;
  }

  .section_title .biggest_title {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer_element_section .order-last {
    order: 0;
  }

  .footer_element_images li:not(:last-child) {
    margin-bottom: 30px;
  }

  .ecommerce_section .order-last {
    order: 0;
  }

  .ecommerce_images {
    max-width: 770px;
    margin: 50px auto 0px;
  }
}
/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  .banner_section h1 {
    font-size: 38px;
  }

  .banner_section h1 strong {
    font-size: 60px;
  }

  .banner_section p {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .banner_section .pages_counter strong {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .banner_section .pages_counter span {
    font-size: 12px;
  }

  .banner_section .pages_counter > li:not(:last-child) {
    margin-right: 45px;
  }

  .banner_section .banner_content {
    max-width: 580px;
  }

  .order-last {
    order: 0;
  }

  .demo_section .order-last {
    order: 13;
  }

  .demo_item .item_title a {
    font-size: 24px;
  }

  .demo_item:nth-child(odd) .item_title {
    padding-left: 20px;
  }

  .demo_item:nth-child(even) .item_title {
    padding-right: 20px;
  }

  .header_element_images,
.footer_element_images {
    max-width: 570px;
  }

  .header_element_images li:not(:last-child) {
    margin-bottom: 30px;
  }

  .ecommerce_images {
    max-width: 570px;
  }

  .ecommerce_images .small_image {
    right: -50px;
    bottom: 100px;
    max-width: 160px;
  }

  .ecommerce_images .medium_image {
    left: -50px;
    max-width: 300px;
  }

  .footer_section .footer_content {
    max-width: 600px;
    padding: 0px 15px;
  }

  .footer_section h2 {
    font-size: 36px;
  }

  #backtotop {
    width: 40px;
    height: 40px;
  }

  #scroll {
    font-size: 14px;
    line-height: 46px;
  }
}
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  .ecommerce_images {
    max-width: 470px;
  }

  .ecommerce_images .small_image {
    max-width: 130px;
  }

  .ecommerce_images .medium_image {
    max-width: 260px;
  }
}
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  .header_section .brand_logo a {
    max-width: 160px;
  }

  .banner_section h1 strong {
    font-size: 48px;
  }

  .banner_section h1 {
    font-size: 32px;
  }

  .banner_section p {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .banner_section .pages_counter strong {
    font-size: 24px;
  }

  .banner_section .banner_content {
    max-width: 510px;
  }

  .demo_section .order-last {
    order: 0;
  }

  .demo_item .item_title a {
    font-size: 22px;
  }

  .demo_item:nth-child(odd) .item_title {
    padding-left: 0px;
    text-align: center;
  }

  .demo_item:nth-child(even) .item_title {
    padding-right: 0px;
    text-align: center;
  }

  .demo_item .item_image {
    margin-bottom: 15px;
  }

  .demo_item {
    max-width: 370px;
    margin: 50px auto 0px;
  }

  .sec_ptb_130 {
    padding: 100px 0px;
  }

  .section_title .small_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section_title .big_title {
    font-size: 38px;
  }

  .section_title .biggest_title {
    font-size: 84px;
  }

  .ecommerce_images {
    padding-bottom: 15px;
  }

  .ecommerce_images .medium_image {
    left: -15px;
  }

  .ecommerce_images .small_image {
    right: -15px;
    max-width: 130px;
  }
}
/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .banner_section .pages_counter > li:not(:last-child) {
    margin-right: 0px;
  }

  .banner_section .pages_counter > li {
    width: 33.333%;
    padding: 15px;
  }

  .banner_section p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .banner_section h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .banner_section h1 strong {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .banner_section .banner_content {
    max-width: 420px;
    padding: 0px 15px;
  }

  .section_title {
    padding: 0px 15px;
  }

  .ecommerce_images .medium_image {
    max-width: 190px;
  }

  .ecommerce_images .small_image {
    max-width: 90px;
  }
}
/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  .header_section .brand_logo a {
    max-width: 140px;
  }

  .sticky_header .menu_btn {
    font-size: 20px;
  }

  .banner_section .pages_counter > li {
    width: 50%;
  }

  .banner_section h1 {
    font-size: 22px;
  }

  .banner_section h1 strong {
    font-size: 38px;
  }

  .demo_item {
    max-width: 300px;
  }

  .demo_item .item_title a {
    font-size: 18px;
  }

  .demo_item .item_image {
    margin-bottom: 10px;
  }

  .section_title .big_title {
    font-size: 30px;
  }

  .section_title .small_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section_title .biggest_title {
    font-size: 54px;
  }

  .inner_demo {
    max-width: 300px;
    margin: 40px auto 0px;
  }

  .header_element_images li:not(:last-child) {
    margin-bottom: 20px;
  }

  .header_element_images {
    margin: 40px auto 0px;
  }

  .footer_section h2 {
    font-size: 30px;
  }
}
/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */