/* table of content - start
==================================================================================================== */
/*

Project Name 	:  Repto - Business & Agency Consulting HTML5 Template
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  26 July 2022
Author 			:  nhptheme (https://themeforest.net/user/nhp_theme)
Developer:		:  Nazmul Hossain

*/
/* table of content - end
==================================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* 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: "Roboto", sans-serif;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #ffffff;
  background-color: #1C7BF7;
}

::-moz-selection {
  color: #ffffff;
  background-color: #1C7BF7;
}

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: #00235a;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

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

/* 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;
}

.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: 14px;
	line-height: 58px;
	padding: 0px 30px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
  color: #fff;
  background-color: #fd4a36;
}

.mobile_menu .custom_btn {
  color: #fd4a36;
  background-color: #fff;
}

.mobile_menu .custom_btn::before{
  background-color: #f77368;
}

.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: #00142d;
}

.custom_btn:hover{
  color: #fff;
  background-color: #00142d;
}
.custom_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

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

/* buttons - end
================================================== */


/* back to top - start */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  line-height: 44px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: #fff;
  background-color: #ff5041;
  box-shadow: 0px 10px 30px 1px rgb(0 0 0 / 15%);
  align-items: center;
  justify-content: center;
}
.backtotop .scroll i {
  font-size: 15px;
}

a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* back to top - end */

/* preloader - start */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.svg") no-repeat center center;
}
/* preloader - 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: #415674;
  font-family: "Barlow Condensed", 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: "Pacifico", cursive;
  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
================================================== */


/* default color - start
================================================== */
.bg_default_orange {
  background-color: #ff9600;
}

.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
================================================== */


/* 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 */
.header-sticky {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  min-height: 100px;
}


.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  animation: headerSticky .95s ease forwards;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff!important;
  z-index: 10;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%); 
  }
  100% {
    transform: translateY(0); 
  } 
}

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


/* brand logo - end */
/* main menu - start */
.main_menu li:not(:last-child) {
  margin-right: 50px;
}
.main_menu a {
  line-height: 1;
  display: block;
  color: #00142d;
  font-size: 16px;
  font-weight: 500;
  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: #ff5041;
}

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


.sticky .main_menu a:hover::after, .sticky .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: hidden;
  align-items: center;
  justify-content: center;
  background-color: #ff5041;
  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: #ff5041;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background-color: #f3f4f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu-wrapper .mobile_menu .close_btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.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: #fff;
  font-weight: 700;
}
.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.2);
}
.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: #010816;
	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: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 120px 0;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f4f8;
}



.banner_section h1 span:nth-child(1) {
  font-size: 100px;
  font-weight: 600;
  color: #fd4a36;
}

.banner_section h1 span {
  display: block;
}

.banner_btns > li {
  padding: 10px;
}

.btn.btn_secondary {
  background-color: #fd4a36;
}

.btn.btn_secondary:hover{
  background-color: #00142d;
  color: #fff;
}

.btn.btn_info {
  background-color: #1C7BF7;
}

.btn.btn_info:hover{
  background-color: #00142d;
  color: #fff;
}

.btn {
  border: none;
  outline: none;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  padding: 21px 35px;
  display: inline-block;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.demo_counter {
  padding-top: 60px;
}

.demo_counter span {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002659;
}

.banner_btns {
  margin: -10px;
}

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

.demo_counter small {
  font-size: 14px;
}

.demo_counter span, .demo_counter small {
  line-height: 1;
  display: block;
}

.banner_section .banner_content {
	margin: auto;
	max-width: 800px;
	position: relative;
	z-index: 2;
}
.banner_section h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #00142d;
}
.banner_section h1 strong {
	display: block;
	line-height: 1;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
}
.banner_section p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 60px;
}
.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;
  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.65;
}
.demo_item .item_title a {
  font-size: 32px;
  color: #fd4a36;
}
.demo_item .item_title a:hover {
  color: #00235a;
}
.demo_item:nth-child(odd) .item_title {
  text-align: left;
  padding-left: 50px;
}
.demo_item:nth-child(even) .item_title {
  text-align: right;
  padding-right: 50px;
}

/* demo section - end */

/* brand  */
.brand-area {
	background: #0439ab;
	padding: 60px 50px;
}
.brand-area .owl-carousel .owl-item img {
	display: block;
	width: auto;
	display: inline-block;
}
.brand-item {
	text-align: center;
}


/* 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: #010816;
  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.65;
}
.inner_demo .item_title a {
  font-size: 20px;
  font-weight: 700;
  color: #fd4a36;
}
.inner_demo .item_title a:hover {
  color: #00235a;
}

/* 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: #fd4a36;
}

/* 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_section{
  padding-bottom: 100px;
}

.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: #ff5041;
}
.item_icon i {
	font-size: 30px;
	color: #fff;
}
.features_primary .item_title {
	font-size: 18px;
}

.demo-feature{
  text-align: center;
  margin-top: 20px;
}

.demo-feature .inner {
  text-align: center;
}

.demo-feature .inner .icon {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
  border-radius: 10px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-feature .inner .icon img {
  max-height: 80px;
}

.demo-feature .inner .title {
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

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

/* features section - end */

/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1560px) {
  .header_element_images {
    width: 650px;
  }

  .features_section .container{
    max-width: 1140px!important;
  }

}
@media screen and (max-width: 1360px) {
  .header_element_images {
    width: 570px;
  }
}
@media screen and (max-width: 1400px) {
  .header_btn .custom_btn {
    padding: 0px 20px;
  }

  .features_section .container{
    max-width: 1140px!important;
  }

}
/* ====================================================================================================
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;
  }

  .features_section .container{
    max-width: 1140px!important;
  }

  .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;
  }
    .section_title .biggest_title {
        font-size: 100px;
    }

    .banner_section h1 {
      font-size: 38px;
      margin-bottom: 30px;
    }
  
    .banner_section h1 span:nth-child(1) {
      font-size: 54px;
    }
  
    .btn {
      font-size: 12px;
      padding: 19px 28px;
    }
  
    .main_menu_list > li > a {
      font-size: 15px;
    }
  
    .main_menu_list > li:not(:last-child) {
      margin-right: 30px;
    }
  
    .demo_counter span {
      font-size: 32px;
      margin-bottom: 8px;
    }
  
    .demo_counter small {
      font-size: 13px;
    }
  
    .section_title .big_title {
      font-size: 36px;
    }
  
    .demo_item .item_title {
      font-size: 16px;
    }

    .features_section .container{
      max-width: 960px!important;
    }
    
  

}
/* ====================================================================================================
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;
  }

  .header-sticky .menu_btn{
    display: block;
  }

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

  .features_section .container{
    max-width: 720px!important;
  }
  
  .features_section .col-lg-3:nth-child(4){
    padding-top: 30px;
  }


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

  .banner_image img{
    width: 70%;
  }

  .banner_section .banner_content {
    text-align: center;
    padding-top: 30px;
  }

  
  .features_section .col-lg-3:nth-child(3),.features_section .col-lg-3:nth-child(4){
    padding-top: 30px;
  }


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

  .banner_btns, .demo_counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .features_section .container{
    max-width: 540px!important;
  }

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

  .banner_image img{
    width: 70%;
  }

  .banner_section .banner_content {
    text-align: center;
    padding-top: 30px;
  }

  .features_section .col-lg-3:nth-child(3),.features_section .col-lg-3:nth-child(4){
    padding-top: 30px;
  }

  .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;
    text-align: center;
  }

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

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

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

  .banner_image img{
    width: 360px
  }

  
.features_section .col-lg-3:nth-child(3), .features_section .col-lg-3:nth-child(4){
    padding-top: 30px;
  }


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

  .demo_counter > li:not(:last-child) {
    margin-right: 30px;
  }

  .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;
    text-align: center;
  }

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

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

  .banner_image img{
    width: 345px;
  }

  .demo_counter > li:not(:last-child) {
    margin-right: 30px;
  }

  .features_section .col-lg-3:nth-child(1){
    padding-top: 0px;
  }

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

  .banner_btns > li {
    padding: 8px;
  }

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

  .demo_counter > li:not(:last-child) {
    margin-right: 20px;
  }

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

  .banner_section .banner_content {
    padding: 0px;
    padding-top: 30px;
  }

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

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

  .features_section .col-lg-3:nth-child(1){
    padding-top: 0px;
  }

  .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
==================================================================================================== */