/* table of content - start
================================================== */
/* 
	Project Name   :  GlobeFix - Electronics Repair Template
	File           :  CSS Base
	Version        :  1.0.0
	Last change    :  26 December 2021
	Author         :  NHP Theme
*/
/* table of content - end
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* global reset - start
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #777777;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.body_wrap {
  overflow: hidden;
  position: relative;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0c21ca;
}

::selection {
  color: #ffffff;
  background-color: #0c21ca;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0c21ca;
}

.container {
  max-width: 1200px;
}

.maxw_1560 {
  max-width: 1590px;
}

.maxw_1720 {
  max-width: 1750px;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
}
button:focus {
  outline: none;
}

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

/* list style - start */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ul_li_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ul_li_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

/* list style - end */
/* spacing settings - start */
.sec_ptb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sec_ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* spacing settings - end */
/* button style - start */
.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);
  text-decoration: underline;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  color: #ffffff;
}
.btn.btn_primary {
  background-color: #0c21ca;
}
.btn.btn_primary:hover {
  color: #002659;
  background-color: #fccc00;
}
.btn.btn_secondary {
  color: #002659;
  background-color: #fccc00;
}
.btn.btn_secondary:hover {
  color: #ffffff;
  background-color: #0c21ca;
}
.btn.btn_info {
  color: #ffffff;
  background-color: #3c5bf9;
}
.btn.btn_info:hover {
  color: #ffffff;
  background-color: #0c21ca;
}

/* button style - end */
/* section title - start */
.section_title {
  margin-bottom: 30px;
}
.section_title .small_title {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0c21ca;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.section_title .big_title {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 0px;
}

/* section title - end */
/* back to top - start */
.backtotop {
  right: 12px;
  z-index: 999;
  bottom: 50px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 44px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: #0c21ca;
  background: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.backtotop .scroll i {
  font-size: 15px;
}

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

/* transition - end */
/* global reset - end
================================================== */
/* Body Content - start
================================================== */
/* Header Section - Start */
.header_section {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 22px 0;
  position: absolute;
}
.header_section.sticky {
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.header_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_menu {
  padding: 0;
}

.main_menu_list {
  width: 100%;
}
.main_menu_list > li:not(:last-child) {
  margin-right: 45px;
}
.main_menu_list > li > a {
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.main_menu_list > li > a:hover, .main_menu_list > li > a.active {
  color: #0c21ca;
}

/* Header Section - End */
/* Banner Section - Start */
.banner_section {
  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-color: #eef2f6;
}
.banner_section .ball {
  opacity: 1;
  z-index: -1;
  position: absolute;
  border-radius: 100%;
}
.banner_section h1 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
}
.banner_section h1 span {
  display: block;
}
.banner_section h1 span:nth-child(1) {
  font-size: 100px;
  font-weight: 600;
  color: #0c21ca;
  text-decoration: underline;
}
.banner_section .banner_image {
  padding-left: 30px;
}

.banner_btns {
  margin: -10px;
}
.banner_btns > li {
  padding: 10px;
}

.demo_counter {
  padding-top: 60px;
}
.demo_counter > li:not(:last-child) {
  margin-right: 45px;
}
.demo_counter span,
.demo_counter small {
  line-height: 1;
  display: block;
}
.demo_counter span {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002659;
}
.demo_counter small {
  font-size: 14px;
}

/* Banner Section - End */
/* Demo Section - Start */
.demo_item {
  margin-top: 40px;
  text-align: center;
}
.demo_item .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background-color: #000000;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}
.demo_item .item_image img {
  width: 100%;
  display: 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_item:hover .item_image {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.demo_item .item_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Demo Section - End */
/* Widget Section - Start */
.widget_images a {
  width: 100%;
  display: block;
  margin-top: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
.widget_images a img {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.widget_images a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Widget Section - End */
/* Shop Section - Start */
.shop_images {
  margin-top: 60px;
  position: relative;
  padding: 30px 70px 40px 60px;
}
.shop_images .cart_sidebar {
  left: 0;
  z-index: 1;
  bottom: 0;
  max-width: 220px;
  position: absolute;
  -webkit-box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
}
.shop_images .shop_card {
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 300px;
  position: absolute;
  -webkit-box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 60px 1px rgba(0, 0, 0, 0.1);
}

/* Shop Section - End */
/* Features Section - Start */
.features_item {
  margin-top: 30px;
  padding: 60px 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-bottom: 4px solid transparent;
}
.features_item:hover {
  border-color: #0c21ca;
  -webkit-box-shadow: 0px 10px 60px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 60px 1px rgba(0, 0, 0, 0.15);
}
.features_item .item_icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
}
.features_item .item_icon img {
  -webkit-filter: invert(0.85);
          filter: invert(0.85);
}
.features_item .item_title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

/* Features Section - End */
/* Footer Section - Start */
.footer_section {
  color: rgba(255, 255, 255, 0.8);
  background-color: #0c21ca;
}
.footer_section h2 {
  line-height: 1;
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 35px;
}
.footer_section p {
  font-size: 20px;
  margin-bottom: 60px;
}
.footer_section .footer_bottom {
  padding: 40px 0;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_section .btn:hover {
  color: #ffffff;
  background-color: #002659;
}
.footer_section .copyright_text {
  line-height: 1;
  font-size: 15px;
}
.footer_section .copyright_text > a {
  color: #ffffff;
  text-decoration: underline;
}

/* Footer Section - End */
/* Body Content - end
================================================== */
/* ================================================== 
* Project Name   :  GlobeFix - Electronics Repair Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  26 December 2021
* Author         :  NHP Theme

*	css code for responsive layout To make Responsive
================================================== */
/* 4 - media screen and (max-width: 1024px) - start */
@media screen and (max-width: 1024px) {
  .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;
  }

  .footer_section h2 {
    font-size: 66px;
    margin-bottom: 24px;
  }

  .footer_section p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .footer_section .footer_bottom {
    margin-top: 60px;
  }
}
/* 4 - media screen and (max-width: 1024px) - end */
/* 5 - media screen and (max-width: 991px) - start */
@media screen and (max-width: 991px) {
  .header_section {
    padding: 15px 0;
  }
  .header_section .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main_menu,
.purches_btn {
    display: none;
  }

  .sec_ptb_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* 5 - media screen and (max-width: 991px) - end */
/* 5 - media screen and (max-width: 767px) - start */
@media screen and (max-width: 767px) {
  .banner_section .banner_image {
    display: none;
  }

  .banner_section {
    min-height: auto;
    text-align: center;
    padding: 150px 0 40px;
  }

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

  .shop_images .cart_sidebar {
    max-width: 130px;
  }

  .shop_images .shop_card {
    max-width: 180px;
  }

  .footer_section .footer_bottom {
    margin-top: 40px;
  }

  .footer_section .footer_bottom {
    padding: 26px 0;
  }

  .footer_section h2 {
    font-size: 54px;
  }
}
/* 5 - media screen and (max-width: 767px) - end */
/* 7 - media screen and (max-width: 575px) - start */
@media screen and (max-width: 575px) {
  .banner_section h1 {
    font-size: 32px;
  }

  .banner_section h1 {
    margin-bottom: 22px;
  }

  .section_title .big_title {
    font-size: 30px;
  }
}
/* 7 - media screen and (max-width: 575px) - end */
/* 8 - media screen and (max-width: 425px) - start */
@media screen and (max-width: 425px) {
  .banner_section h1 {
    font-size: 28px;
  }

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

  .demo_counter small {
    font-size: 12px;
  }
}
/* 8 - media screen and (max-width: 425px) - end */
/* 9 - media screen and (max-width: 320px) - start */
/* 9 - media screen and (max-width: 320px) - end */