/*====================================
=            global-style            =
====================================*/
body {
  font-family: "Roboto", sans-serif;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

a {
  outline: none;
  text-decoration: none;
}#ffa400
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

/*img {
  width: 100%;
}*/

input:focus {
  outline: none;
}

::-moz-selection {
  background: transparent;
  color: #ffa400;
}

::selection {
  background: transparent;
  color: #ffa400;
}

h1,
h2,
h3,
h4 {
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 50px;
  margin-bottom: 50px;
  text-transform: capitalize;
  text-align: center;
  margin-top: 0;
}

.highlight {
  color: #ffa400;
  font-weight: bold;
}

.spacing {
  margin-top: 40px;
}

/*=====  End of global-style  ======*/
/*===================================
=            hover-style            =
===================================*/
.top-line:after {
  position: absolute;
  width: 1px;
  content: "";
  left: 20px;
  height: 0;
  top: 5%;
  background-color: #ffffff;
  transition: 0.3s linear all;
  z-index: 99;
  border-radius: 40px;
}
.top-line:before {
  position: absolute;
  width: 1px;
  content: "";
  right: 20px;
  height: 0;
  bottom: 5%;
  background-color: #ffffff;
  transition: 0.3s linear all;
  z-index: 99;
  border-radius: 40px;
}

.bottom-line:after {
  position: absolute;
  width: 0px;
  content: "";
  left: 20px;
  height: 1px;
  top: 5%;
  background-color: #ffffff;
  transition: 0.3s linear all;
  z-index: 99;
  border-radius: 40px;
}
.bottom-line:before {
  position: absolute;
  width: 0;
  content: "";
  right: 20px;
  height: 1px;
  bottom: 5%;
  background-color: #ffffff;
  transition: 0.3s linear all;
  z-index: 99;
  border-radius: 40px;
}

/*=====  End of hover-style  ======*/
.home-2-heading {
  font-size: 50px;
  font-weight: bold;
}
.home-2-heading span {
  color: #ffa400;
}

.inner-heading {
  font-size: 40px;
  font-weight: bold;
}
.inner-heading span {
  color: #ffa400;
}

/*==============================================
=            key-frame-hero-section            =
==============================================*/
@keyframes movingclouds {
  0% {
    margin-left: 0%;
  }
  60% {
    margin-left: -30%;
  }
}
/*=====  End of key-frame-hero-section  ======*/
/*===============================================
=            key-frame-about-section            =
===============================================*/
@keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -200px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -200px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
/*=====  End of key-frame-about-section  ======*/
/*===============================
=            loader             =
===============================*/
#loader-electronics {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  z-index: 99999;
  display: flex;
}
#loader-electronics img {
  width: 100px;
}

/*=====  End of loader   ======*/
/*======================================
=            button-section            =
======================================*/
.primary-button {
  background: #ffa400;
  border: 0;
  padding: 13px 36px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 46px;
  transition: 0.3s linear all;
  box-shadow: 2px 2px 6px #ffa40080;
  text-transform: capitalize;
}
.primary-button:hover {
  box-shadow: none;
  transition: 0.3s linear all;
  background-color: #000000;
}
.primary-button:focus {
  outline: none;
}

/*=====  End of button-section  ======*/
/*======================================
=            footer-section            =
======================================*/
.mwb-footer-section {
  background-color: #1b1a1a;
  color: #ffffff;
}
.mwb-footer-section__outer-wrapper {
  background: #ffa600;
  margin-top: -80px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.mwb-footer-section__outer-wrapper__heading1 {
  font-size: 35px;
}
.mwb-footer-section__outer-wrapper__heading1 span {
  color: #000000;
  font-size: 60px;
  font-weight: bold;
}
.mwb-footer-section__outer-wrapper__heading2 {
  margin-top: 50px;
}
.mwb-footer-section__outer-wrapper__heading2 span {
  font-size: 15px;
  display: block;
}
.mwb-footer-section__outer-wrapper img {
  padding: 20px;
}
.mwb-footer-section__content-wrapper1 {
  padding-top: 30px;
}
.mwb-footer-section__content-wrapper1 .social {
  padding: 0;
}
.mwb-footer-section__content-wrapper1 .social li {
  display: inline-block;
  padding-right: 10px;
}
.mwb-footer-section__content-wrapper1 .social li a {
  display: inline-block;
  margin-right: 25px;
  margin-top: 20px;
  color: #ffa400;
}
.mwb-footer-section__content-wrapper1 .social li a i {
  font-size: 23px;
}
.mwb-footer-section__content-wrapper1 .about p {
  padding: 5px;
  padding-right: 50px;
}
.mwb-footer-section__content-wrapper2 {
  padding-top: 30px;
}
.mwb-footer-section__content-wrapper2 .contact-widget {
  margin-top: 20px;
}
.mwb-footer-section__content-wrapper2 .contact-widget .icon-wrap {
  display: inline-block;
  margin-right: 16px;
  height: 30px;
  width: 30px;
  background: #ffffff;
  color: #ffa400;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
  position: relative;
}
.mwb-footer-section__content-wrapper2 .contact-widget .icon-wrap i {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mwb-footer-section__content-wrapper2 .contact-widget .conct-data {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.mwb-footer-section__content-wrapper2 .contact-widget .conct-data a {
  color: #ffa400;
}
.mwb-footer-section__content-wrapper3 {
  padding-top: 30px;
}
.mwb-footer-section__content-wrapper3 .userful-links {
  padding-top: 20px;
}
.mwb-footer-section__content-wrapper3 .userful-links li {
  padding-bottom: 10px;
}
.mwb-footer-section__content-wrapper3 .userful-links li a {
  color: #ffffff;
}
.mwb-footer-section__content-wrapper3 .userful-links li img {
  width: 10px;
  margin-right: 10px;
}
.mwb-footer-section h5 {
  font-size: 25px;
  margin-top: 0;
}
.mwb-footer-section__line {
  font-family: "Kaushan Script", cursive;
  font-size: 20px;
}
.mwb-footer-section ul {
  padding: 0;
}
.mwb-footer-section__last-foot {
  padding-bottom: 25px;
  padding-top: 25px;
  background: #000000;
}
.mwb-footer-section__last-foot__nav-links li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.mwb-footer-section__last-foot__nav-links li a {
  color: #ffffff;
  transition: 0.3s linear all;
}
.mwb-footer-section__last-foot__nav-links li a:hover {
  color: #ffa400;
  transition: 0.3s linear all;
}

/*=====  End of footer-section  ======*/
/*==========================================
=            navigation-section            =
==========================================*/
.mwb-header-section {
  font-family: "Quicksand", sans-serif;
  background-color: #efefef;
}
.mwb-header-section__timing-wrap ul {
  margin: 0;
}
.mwb-header-section__timing-wrap ul li {
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}
.mwb-header-section__timing-wrap ul li i {
  color: #ffa400;
  font-size: 18px;
}
.mwb-header-section__timing-wrap ul li span {
  margin-left: 10px;
}

/*====================================
=            navigation-2            =
====================================*/
.mwb-navigation-2 {
  border-bottom: 0px !important;
  margin: 0;
}
.mwb-navigation-2 .mwb-menu-2 {
  padding: 25px 20px !important;
  font-size: 17px;
  color: #000000 !important;
  transition: 0.3s linear all;
}
.mwb-navigation-2 .mwb-menu-2:hover {
  transition: 0.3s linear all;
  background: #ffa400 !important;
  color: #ffffff !important;
}
.mwb-navigation-2 .active .mwb-menu-2 {
  background: #ffa400 !important;
  color: #ffffff !important;
}
.mwb-navigation-2__logo img {
  width: 145px;
}
.mwb-navigation-2.affix {
  box-shadow: 2px 2px 12px #d2d2d2;
  transition: 0.3s linear all;
}
.mwb-navigation-2.affix .black-logo {
  display: block;
}
.mwb-navigation-2.affix .white-logo {
  display: none;
}

.black-color.affix-top {
  background-color: #000000;
  transition: 0.3s linear all;
}
.black-color.affix-top .black-logo {
  display: none;
}
.black-color.affix-top .white-logo {
  display: block;
}
.black-color.affix-top .mwb-menu-2 {
  color: #ffffff !important;
}

/*=====  End of navigation-2  ======*/
/*====================================
=            form-section            =
====================================*/
.mwb-popup-form .mwb-close-btn {
  background-color: #ffa400 !important;
  opacity: 1;
  color: #ffffff;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  z-index: 9;
  top: -11px;
}
.mwb-popup-form__wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}
.mwb-popup-form__wrapper h2 {
  margin-bottom: 25px;
  -webkit-font-size: 51px;
  -moz-font-size: 51px;
  -ms-font-size: 51px;
  font-size: 51px;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  font-weight: bold;
}
.mwb-popup-form .modal-dialog {
  max-width: 460px !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px;
}
.mwb-popup-form__icon-wrap a {
  margin: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffa400;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.mwb-popup-form__icon-wrap a i {
  color: #ffa400;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
}
.mwb-popup-form__icon-wrap a.color3 {
  background: #e62b33;
}
.mwb-popup-form__head {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.mwb-popup-form__head:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 41%;
  background: #bababa;
  top: 50%;
  transform: translateY(50%);
  right: -3px;
}
.mwb-popup-form__head:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 41%;
  background: #bababa;
  top: 50%;
  transform: translateY(50%);
  left: -3px;
}
.mwb-popup-form p {
  font-size: 18px;
  margin-top: 23px;
}

.mwb-form-wrapper input {
  height: 40px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #00bcd4;
  margin-bottom: 25px;
}
.mwb-form-wrapper textarea {
  height: 125px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #00bcd4;
  margin-bottom: 30px;
}

/*=====  End of form-section  ======*/
/*====================================
=            hero-section            =
====================================*/
.mwb-main-page {
  background-image: url("assets/images/index-page/hero.jpg");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mwb-main-page:after {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mwb-main-page:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("assets/images/index-page/pattern.png");
}
.mwb-main-page__content {
  position: absolute;
  color: #ffffff;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.mwb-main-page__content h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 68px;
}
.mwb-main-page__content span {
  font-size: 32px;
  color: #ffa400;
}
.mwb-main-page__para {
  font-family: "Kaushan Script", cursive;
  font-size: 40px;
}
.mwb-main-page__heading-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-size: 35px;
  line-height: 40px;
}
.mwb-main-page__heading-wrap__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}
.mwb-main-page__heading-wrap__container p {
  font-family: "Roboto", sans-serif;
}
.mwb-main-page__heading-wrap__container:before {
  content: "[";
  left: 0;
  color: #ffffff;
}
.mwb-main-page__heading-wrap__container:after {
  content: "]";
  position: absolute;
  right: 0;
  color: #ffffff;
}
.mwb-main-page__heading-wrap__container:after,
.mwb-main-page__heading-wrap__container:before {
  position: absolute;
  top: 0;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mwb-main-page__heading-wrap__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.mwb-main-page__heading-wrap__container__list {
  margin-top: 0;
  padding-left: 194px;
  text-align: left;
  list-style: none;
  color: #ffa400;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.mwb-main-page__heading-wrap__container__list__item {
  line-height: 40px;
  margin: 0;
}

.mwb-header-section__content-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*=====  End of hero-section  ======*/
/*====================================
=            get-in-touch            =
====================================*/
.mwb-meet-section__head-content h1 {
  font-size: 68px;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  color: #ffa400;
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  padding-left: 0;
}
.mwb-meet-section__head-content h1 span {
  font-size: 100px !important;
  color: #000000;
}
.mwb-meet-section__head-content span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.mwb-meet-section__para-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.mwb-meet-section__img-content img {
  border-radius: 10px;
}
.mwb-meet-section__img-content__info {
  background: #ffa400;
  padding: 15px;
  max-width: 200px;
  margin: 0 auto;
  margin-top: -48px;
  z-index: 999;
  position: relative;
  box-shadow: 2px 2px 6px #bababa;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.mwb-meet-section__img-content__info span {
  display: block;
}
.mwb-meet-section__img-content__info .name {
  color: #000000;
  font-weight: bold;
}
.mwb-meet-section__img-content__info .experience {
  font-size: 14px;
  margin-top: 10px;
}

/*=====  End of get-in-touch  ======*/
/*=======================================
=            service-section            =
=======================================*/
.mwb-service-section {
  background-color: #efefef;
}
.mwb-service-section__lists__items {
  text-align: left;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.mwb-service-section__lists__items.active {
  box-shadow: 2px 2px 15px #d9d9d9;
  border-left: 10px solid #ffa400;
  background-color: #ffffff;
  border-radius: 10px;
}
.mwb-service-section__lists__items a:focus {
  background-color: transparent !important;
}
.mwb-service-section__lists__items a:hover {
  background-color: transparent !important;
}
.mwb-service-section__lists__items a h2 {
  color: #000000;
  font-size: 20px;
}
.mwb-service-section__lists__items a p {
  color: #747272;
  margin-bottom: 20px;
}

/*=====  End of service-section  ======*/
/*=======================================
=            gallery-section            =
=======================================*/
.mwb-gallery-section h1 {
  text-align: center;
}
.mwb-gallery-section__btn-wrap {
  margin-bottom: 30px;
}
.mwb-gallery-section__btn-wrap button {
  margin: 5px;
}
.mwb-gallery-section .gallery-item {
  display: block;
  position: relative;
  transition: 0.3s linear all;
}
.mwb-gallery-section .gallery-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s linear all;
  transform: scale(0);
  background: rgba(255, 164, 0, 0.7);
}
.mwb-gallery-section .gallery-item img {
  transition: 0.3s linear all;
  transform: scale(1);
}
.mwb-gallery-section .gallery-item:hover img {
  transform: scale(1.2);
  transition: 0.3s linear all;
}
.mwb-gallery-section .gallery-item:hover:after {
  transform: scale(1);
}
.mwb-gallery-section .gallery-item:hover .top-line:after {
  height: 90%;
  left: 50px;
}
.mwb-gallery-section .gallery-item:hover .top-line:before {
  height: 90%;
  right: 50px;
}
.mwb-gallery-section .gallery-item:hover .bottom-line:after {
  width: 90%;
  top: 50px;
}
.mwb-gallery-section .gallery-item:hover .bottom-line:before {
  width: 90%;
  bottom: 50px;
}
.mwb-gallery-section .mwb-gallery-masonry-item {
  padding: 0;
  overflow: hidden;
  border: 1px solid #ffa400;
}
.mwb-gallery-section__masonry {
  margin: 0 15px;
}

/*=====  End of gallery-section  ======*/
/*======================================
=            review-section            =
======================================*/
.mwb-review-section {
  background-color: #efefef;
  position: relative;
}
.mwb-review-section:after {
  position: absolute;
  content: "";
  background-image: url("assets/images/back-1.png");
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mwb-review-section__content-wrapper {
  z-index: 99;
  position: relative;
}
.mwb-review-section__item {
  padding: 40px;
  margin: 10px;
  background: #ffffff !important;
  box-shadow: 2px 2px 16px #d7d7d7;
}
.mwb-review-section__item img {
  max-width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #ffa400;
}
.mwb-review-section__item p {
  margin-top: 20px;
  line-height: 25px;
  font-size: 15px;
}
.mwb-review-section__item h5 {
  font-size: 25px;
  color: #ffa400;
  margin-top: 25px;
  text-transform: capitalize;
}
.mwb-review-section__item span {
  font-size: 15px;
  color: #a6a6a6;
}
.mwb-review-section__slider {
  background-image: url("assets/images/back-1.png");
  padding: 20px;
}
.mwb-review-section .owl-prev,
.mwb-review-section .owl-next {
  background: #ffa400 !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 40px;
  font-size: 16px !important;
  display: none !important;
}
.mwb-review-section .owl-dot.active span {
  background: #ffa400 !important;
}

/*=====  End of review-section  ======*/
/*===========================================
=            latest-news-section            =
===========================================*/
.mwb-latest-news {
  padding-bottom: 180px;
}
.mwb-latest-news__blog-grid {
  margin-bottom: 60px;
}
.mwb-latest-news__blog-grid img {
  border-radius: 6px;
}
.mwb-latest-news__blog-grid figure {
  position: relative;
}
.mwb-latest-news__blog-grid figure .primary-button {
  position: absolute;
  right: 20px;
  bottom: 25px;
  z-index: 9;
  transition: 0.3s linear all;
}
.mwb-latest-news__blog-grid a {
  display: inline-block;
}
.mwb-latest-news__blog-grid__overlay {
  overflow: hidden;
  position: relative;
}
.mwb-latest-news__blog-grid__overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s linear all;
  transform: scale(0);
  background: rgba(255, 164, 0, 0.7);
}
.mwb-latest-news__blog-grid__overlay:hover img {
  transform: scale(1.2);
  transition: 0.3s linear all;
}
.mwb-latest-news__blog-grid__overlay:hover:after {
  transform: scale(1);
}
.mwb-latest-news__blog-grid__overlay:hover .top-line:after {
  height: 90%;
  left: 50px;
}
.mwb-latest-news__blog-grid__overlay:hover .top-line:before {
  height: 90%;
  right: 50px;
}
.mwb-latest-news__blog-grid__overlay:hover .bottom-line:after {
  width: 90%;
  top: 50px;
}
.mwb-latest-news__blog-grid__overlay:hover .bottom-line:before {
  width: 90%;
  bottom: 50px;
}
.mwb-latest-news__blog-grid__overlay:hover ~ span {
  opacity: 0;
  transition: 0.3s linear all;
}
.mwb-latest-news__blog-meta__heading-area a {
  color: #000000;
  display: inline-block;
}
.mwb-latest-news__blog-meta__comments-area a {
  color: #ffa400;
  margin-right: 15px;
  display: inline-block;
}

/*=====  End of latest-news-section  ======*/
/*=========================================
=            blog-post-section            =
=========================================*/
.mwb-blog-section {
  height: 70vh;
  background-image: url("../images/common/contact.jpg");
  background-size: cover;
  position: relative;
}
.mwb-blog-section:after {
  position: absolute;
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mwb-blog-section h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 9;
}

/*=====  End of blog-post-section  ======*/
/*===================================
=            blog-detail            =
===================================*/
.mwb-blog-detail__content-section {
  border-right: 1px solid #bababa;
  padding-right: 40px;
}
.mwb-blog-detail__content-section__comments-area {
  margin-bottom: 20px;
}
.mwb-blog-detail__content-section__comments-area a {
  color: #817f7f;
  font-size: 16px;
  margin-right: 18px;
}
.mwb-blog-detail__content-section__meta-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mwb-blog-detail__content-section__meta-content p {
  font-size: 15px;
  line-height: 26px;
  color: #595959;
}
.mwb-blog-detail__content-section__meta-content blockquote {
  background: #efefef;
  padding: 20px;
  box-shadow: 2px 2px 10px #e0e0e0;
  border-color: #ffa400;
}
.mwb-blog-detail__content-section__icon li {
  display: inline-block;
  padding-left: 12px;
}
.mwb-blog-detail__content-section__icon li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #bababa;
  color: #000000;
  text-align: center;
  border-radius: 50%;
  line-height: 36px;
  transition: 0.3s linear all;
}
.mwb-blog-detail__content-section__icon li a:hover {
  background-color: #ffa400;
  color: #ffffff;
  transition: 0.3s linear all;
}
.mwb-blog-detail__content-section__tag a {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
}
.mwb-blog-detail__content-section__icon-wrap {
  padding: 10px;
  border-top: 1px solid #bababa;
  padding-top: 40px;
  margin-top: 40px;
}
.mwb-blog-detail__content-section__author-post h3 {
  display: inline-block;
  margin-top: 10px;
}
.mwb-blog-detail__content-section__author-post ul {
  display: inline-block;
  padding-right: 36px;
  margin: 0;
  margin-top: 15px;
}
.mwb-blog-detail__content-section__author-post ul li {
  display: inline-block;
}
.mwb-blog-detail__content-section__author-post span {
  display: inline-block;
  margin-left: 11px;
  color: #ffa400;
  text-transform: capitalize;
  font-size: 16px;
}
.mwb-blog-detail__content-section__author-section {
  margin-top: 35px;
}
.mwb-blog-detail__content-section__author-section ul li {
  margin-left: 10px;
}
.mwb-blog-detail__content-section__author-section ul li a {
  color: #595959;
  font-size: 18px;
}
.mwb-blog-detail__content-section h6 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.mwb-blog-detail__content-section h4 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.mwb-blog-detail__content-section__comment .primary-button {
  padding: 4px 23px;
  font-size: 15px;
  font-weight: normal;
}
.mwb-blog-detail__content-section__comment .primary-button:hover {
  color: #ffa400;
}
.mwb-blog-detail__content-section__comment span {
  font-weight: bold;
  color: #938f8f;
  font-size: 16px;
  margin-right: 12px;
  margin-left: 12px;
}
.mwb-blog-detail__content-section__comment-form input {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #efefef;
  padding: 10px;
  height: 50px;
  text-transform: capitalize;
}
.mwb-blog-detail__content-section__comment-form input:focus {
  background-color: transparent;
  border: 1px solid #ffa400;
  box-shadow: none;
}
.mwb-blog-detail__content-section__comment-form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #efefef;
  padding: 10px;
  text-transform: capitalize;
}
.mwb-blog-detail__content-section__comment-form textarea:focus {
  background-color: transparent;
  border: 1px solid #ffa400;
  box-shadow: none;
}
.mwb-blog-detail__content-section__comment-form button {
  box-shadow: none;
}
.mwb-blog-detail__sidebar .search-submit {
  border: 0;
  padding: 9px 14px;
  background: #ffa400;
  color: #ffffff;
  font-weight: bold;
}
.mwb-blog-detail__sidebar .search-field {
  border: 0;
  padding: 8px 5px;
  margin-bottom: 15px;
  border: 1px solid #bababa;
}
.mwb-blog-detail__sidebar__widget {
  border: 1px solid #bababa;
  margin-bottom: 30px;
}
.mwb-blog-detail__sidebar__widget--offers {
  background-image: url("assets/images/common/gallery-1.jpg");
  text-align: center;
  padding: 30px;
  position: relative;
  color: #ffffff;
}
.mwb-blog-detail__sidebar__widget--offers:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 164, 0, 0.7);
}
.mwb-blog-detail__sidebar__widget--offers .banner-data {
  z-index: 99;
  position: relative;
}
.mwb-blog-detail__sidebar__widget--offers .banner-data h2 {
  font-weight: bold;
}
.mwb-blog-detail__sidebar__widget--offers .banner-data a {
  display: inline-block;
}
.mwb-blog-detail__sidebar__widget--offers .banner-data a:hover {
  color: #ffffff;
}
.mwb-blog-detail__sidebar__widget--offers .banner-data a:focus {
  color: #ffffff;
}
.mwb-blog-detail__sidebar__widget--offers .banner-data .primary-button {
  background-color: #000000;
}
.mwb-blog-detail__sidebar__widget-title {
  background: #ffa400;
  padding: 7px;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
}
.mwb-blog-detail__sidebar__widget-title h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.mwb-blog-detail__sidebar__useful-links {
  padding: 0;
}
.mwb-blog-detail__sidebar__useful-links li {
  margin-bottom: 8px;
}
.mwb-blog-detail__sidebar__useful-links li a {
  color: #000000;
  margin-bottom: 10px;
}
.mwb-blog-detail__sidebar__useful-links li img {
  width: 10px;
  display: inline-block;
  margin-right: 5px;
}
.mwb-blog-detail__sidebar__useful-links span {
  color: #ffa400;
}
.mwb-blog-detail__sidebar__content {
  padding: 10px;
}

/*=====  End of blog-detail  ======*/
/*==============================
=            slider            =
==============================*/
.mwb-home-two {
  padding-top: 60px;
}
.mwb-home-two .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mwb-home-two .owl-dots .owl-dot {
  display: block !important;
}
.mwb-home-two .owl-dots .owl-dot span {
  height: 25px;
  width: 25px;
}
.mwb-home-two .owl-dots .owl-dot.active span {
  border: 4px solid #ffa400;
  background-color: #ffffff !important;
}
.mwb-home-two .items {
  height: 100vh;
}
.mwb-home-two .active .first-slide {
  animation: 60s linear 0s normal none infinite running movingclouds;
}
.mwb-home-two .first-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.mwb-home-two .first-slide__content {
  width: 40%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  padding: 20px;
  z-index: 99;
  left: 70px;
}
.mwb-home-two .first-slide__heading {
  text-align: left;
  font-weight: bold;
  font-size: 66px;
  opacity: 0;
  margin-bottom: 0;
}
.mwb-home-two .first-slide__heading span {
  color: #ffa400;
}
.mwb-home-two .first-slide__para {
  font-size: 16px;
  opacity: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mwb-home-two .first-slide__btn {
  opacity: 0;
}
/* .mwb-home-two .second-slide {
  background-image: url("assets/images/home-page-2/slider-1.jpg");
}
.mwb-home-two .third-slide {
  background-image: url("assets/images/home-page-2/slider-2.jpg");
}
.mwb-home-two .fourth-slide {
  background-image: url("assets/images/home-page-2/slider-4.jpg");
}
.mwb-home-two .second-slide {
  background-color: #efefef;
} */

/*=====  End of slider  ======*/
/*=======================================
=            service-section            =
=======================================*/
.mwb-home2-services {
  /*padding-top: 30px;*/
  /*padding-bottom: 30px;*/
  background: #fdd8b2;
  position: relative;
}
.mwb-home2-services .owl-nav {
  display: block !important;
}
.mwb-home2-services .owl-nav .owl-prev {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  background: transparent !important;
  color: #ffa400;
}
.mwb-home2-services .owl-nav .owl-prev:hover {
  color: #ffa400;
}
.mwb-home2-services .owl-nav .owl-next {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
  background: transparent !important;
  color: #ffa400;
}
.mwb-home2-services .owl-nav .owl-next:hover {
  color: #ffa400;
}
.mwb-home2-services__items {
  padding: 10px;
}
.mwb-home2-services__items img {
  width: 45px !important;
  margin: 0 auto;
}
.mwb-home2-services__items h3 {
  font-size: 13px;
  text-align: center;
}

/*=====  End of service-section  ======*/
/*================================
=            about-us            =
================================*/
.mwb-home2-about-us {
  color: #ffffff;
  background-image: url("assets/images/home-page-2/mobile-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  -webkit-animation: backgroundScroll 20s linear 0s normal none infinite running;
  -webkit-animation-fill-mode: forwards;
  animation: backgroundScroll 20s linear 0s normal none infinite running;
  animation-fill-mode: forwards;
}
.mwb-home2-about-us__content h1 {
  text-align: left;
  font-size: 70px;
  font-weight: bold;
}
.mwb-home2-about-us__content h1 span {
  color: #ffa400;
}
.mwb-home2-about-us__content p {
  padding-right: 7px;
  line-height: 27px;
  font-size: 18px;
}

/*=====  End of about-us  ======*/
/*=======================================
=            problem-section            =
=======================================*/
.mwb-problem-section {
  background-color: #efefef;
}
.mwb-problem-section__content {
  padding: 20px;
  text-align: center;
  transition: 0.3s linear all;
  margin: 25px;
}
.mwb-problem-section__content:hover {
  box-shadow: 2px 2px 15px #d8d8d8;
  transition: 0.3s linear all;
  background: #ffffff;
}
.mwb-problem-section__content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*=====  End of problem-section  ======*/
/*======================================
=            why-choose-use            =
======================================*/
.mwb-choose-section__lists {
  background: #efefef;
  border-radius: 6px;
}
.mwb-choose-section__lists__items {
  z-index: 99;
  width: 33.33%;
  float: left;
  position: relative !important;
  transition: 0.3s linear all;
}
.mwb-choose-section__lists__items a:hover,
.mwb-choose-section__lists__items a:focus {
  background: transparent !important;
}
.mwb-choose-section__lists__items h2 {
  color: #272424;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mwb-choose-section__lists__items p {
  color: #272424;
  font-size: 15px;
  font-weight: 300;
}
.mwb-choose-section__lists__items.active h2 {
  color: #ffffff;
}
.mwb-choose-section__lists__items.active p {
  color: #ffffff;
}
.mwb-choose-section__tabslide {
  background: #ffa400;
  position: absolute;
  z-index: 1;
  top: 0;
  content: "";
  width: 33.33%;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
  box-shadow: 0 16px 26px -10px rgba(240, 220, 3, 0.6),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
  border-radius: 6px;
  left: 0;
}
.mwb-choose-section__content {
  position: relative;
  margin-bottom: 50px;
}
.mwb-choose-section__tab-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 25px;
}
.mwb-choose-section__tab-content .home-2-heading {
  margin-bottom: 30px;
}

/*=====  End of why-choose-use  ======*/
/*==================================
=            contact-us            =
==================================*/
.mwb-home2-contact-us {
  background-image: url("assets/images/common/contact.jpg");
  background-size: cover;
}
.mwb-home2-contact-us h2 {
  color: #ffffff !important;
}
.mwb-home2-contact-us p {
  color: #e0e0e0;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 26px;
  font-weight: 300;
}

/*=====  End of contact-us  ======*/
/*===========================================
=            testimonial-section            =
===========================================*/
.mwb-home2-testimonial {
  text-align: center;
}
.mwb-home2-testimonial__items {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mwb-home2-testimonial__items img {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50%;
  margin: 0 auto;
}
.mwb-home2-testimonial__items h2 {
  font-size: 30px;
  font-weight: bold;
}
.mwb-home2-testimonial__items p {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 28px;
}
.mwb-home2-testimonial .owl-nav .owl-prev {
  background: #ffa400 !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
}
.mwb-home2-testimonial .owl-nav .owl-next {
  background: #ffa400 !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
}

/*=====  End of testimonial-section  ======*/
/*========================================
=            sell-your-device            =
========================================*/
.mwb-sell-device {
  background: #efefef;
  background-image: url("assets/images/home-page-2/shap-2.png");
  background-size: 100%;
  height: 670px;
  background-repeat: no-repeat;
  text-align: right;
}
.mwb-sell-device__content-wrap p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 30px;
}
.mwb-sell-device__img-wrap .img-1 {
  position: absolute;
  content: "";
  height: 195px;
  width: 195px;
  border-radius: 50%;
  left: 118px;
  top: -1px;
  box-shadow: 2px 2px 10px #3e3b3b;
}
.mwb-sell-device__img-wrap .img-2 {
  position: absolute;
  height: 195px;
  width: 195px;
  border-radius: 50%;
  top: 261px;
  right: -76px;
  box-shadow: 2px 2px 10px #3e3b3b;
}

/*=====  End of sell-your-device  ======*/
/*======================================
=            project-detail            =
======================================*/
.mwb-project-detail .key-points {
  font-size: 25px;
  display: block;
  margin-top: 25px;
  color: #ffa400;
  font-family: "Kaushan Script", cursive;
}
.mwb-project-detail__opening-hours p {
  display: inline-block;
  color: #a4a4a4;
  font-weight: bold;
}
.mwb-project-detail__opening-hours p.color {
  color: #ffa400;
}
.mwb-project-detail__opening-hours span {
  width: 170px;
  font-weight: bold;
  display: inline-block;
}
.mwb-project-detail__opening-hours__heading {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mwb-project-detail__sharing ul {
  display: inline-block;
}
.mwb-project-detail__sharing ul li {
  display: inline-block;
}
.mwb-project-detail__sharing ul li a {
  padding: 13px;
  font-size: 18px;
  color: #ffa400;
}

/*=====  End of project-detail  ======*/
/*=====================================
=            about-section            =
=====================================*/
.mwb-service-section {
  background-color: #efefef;
}
.mwb-service-section__content {
  background: #fff;
  padding: 20px;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
}
.mwb-service-section__content h2 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.mwb-service-section__content p {
  line-height: 25px;
  padding: 20px;
  font-weight: 300;
}
.mwb-service-section__content img {
  max-width: 80px;
}
.mwb-service-section h1 {
  margin-top: 0;
  margin-bottom: 35px;
}

/*=====  End of about-section  ======*/
/*========================================
=            finding-solution            =
========================================*/
.mwb-finding-solution__video {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 76px;
  color: #ffa400;
}
.mwb-finding-solution__video:hover {
  color: #ffa400;
}
.mwb-finding-solution__accordian {
  padding-left: 100px;
  padding-right: 100px;
}
.mwb-finding-solution__accordian .panel-info {
  background: transparent;
  border: 0;
}
.mwb-finding-solution__accordian .panel-info .panel-heading {
  background: transparent !important;
  border: 2px solid #9f9b9b !important;
  border-radius: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}
.mwb-finding-solution__accordian .panel-info .panel-body {
  border: 0 !important;
}
.mwb-finding-solution__accordian .home-2-heading {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 35px;
  margin-top: 35px;
}
.mwb-finding-solution__content-wrap {
  color: #ffffff;
}
.mwb-finding-solution__content-wrap .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  height: 100%;
}
.mwb-finding-solution__video-section {
  background-image: url("assets/images/common/gallery-9.jpg");
  background-size: cover;
  background-position: center;
}
.mwb-finding-solution__content-section {
  background-color: #000000;
}

/*=====  End of finding-solution  ======*/
/*====================================
=            service-page            =
====================================*/
.mwb-service-page__content-wrap {
  padding: 20px;
}
.mwb-service-page__content-wrap h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.mwb-service-page__content-wrap p {
  margin-top: 20px;
  color: #727272;
  font-size: 15px;
  line-height: 23px;
}
.mwb-service-page__overlay {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 6px;
}
.mwb-service-page__overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s linear all;
  transform: scale(0);
  background: rgba(255, 164, 0, 0.7);
}
.mwb-service-page__overlay:hover img {
  transform: scale(1.2);
  transition: 0.3s linear all;
}
.mwb-service-page__overlay:hover:after {
  transform: scale(1);
}
.mwb-service-page__overlay:hover .top-line:after {
  height: 90%;
  left: 50px;
}
.mwb-service-page__overlay:hover .top-line:before {
  height: 90%;
  right: 50px;
}
.mwb-service-page__overlay:hover .bottom-line:after {
  width: 90%;
  top: 50px;
}
.mwb-service-page__overlay:hover .bottom-line:before {
  width: 90%;
  bottom: 50px;
}
.mwb-service-page__overlay:hover ~ span {
  opacity: 0;
  transition: 0.3s linear all;
}

/*=====  End of service-page  ======*/
/*=========================================
=            next-prev-section            =
=========================================*/
.mwb-next-prev {
  padding-top: 0;
}
.mwb-next-prev .primary-button {
  border-radius: 30px !important;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 10px 32px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  box-shadow: none !important;
}
.mwb-next-prev .pagination li a {
  border: 0 !important;
  padding: 17px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.mwb-next-prev .pagination li span {
  border: 0 !important;
  padding: 17px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

/*=====  End of next-prev-section  ======*/
/*=======================================
=            contact-section            =
=======================================*/
.mwb-contact-page {
  background-color: #efefef;
}
.mwb-contact-page__customer-support {
  padding-right: 80px;
}
.mwb-contact-page__customer-support h3 {
  margin: 0;
}
.mwb-contact-page__customer-support p {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 16px;
}
.mwb-contact-page__customer-support ul {
  padding-left: 0;
}
.mwb-contact-page__customer-support ul li {
  margin-bottom: 20px;
}
.mwb-contact-page__customer-support ul li img {
  width: 18px;
  display: inline-block;
  margin-right: 10px;
}
.mwb-contact-page__customer-support__name {
  color: #ffa400;
  margin: 0 !important;
}
.mwb-contact-page__contact-form {
  padding-top: 60px;
  padding-left: 160px;
  padding-bottom: 60px;
  padding-right: 60px;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 15px #d2cbcb;
  background-color: #ffffff;
}
.mwb-contact-page__contact-form button {
  margin-top: 20px;
}
.mwb-contact-page__contact-form input {
  border-radius: 0;
  border: 0;
  height: 40px;
  text-transform: capitalize;
  background: #efefef;
  box-shadow: none;
  font-size: 14px;
}
.mwb-contact-page__contact-form input:focus {
  border: 1px solid #ffa400;
  box-shadow: none;
}
.mwb-contact-page__contact-form textarea {
  border: 0;
  border-radius: 0;
  background: #efefef;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 14px;
}
.mwb-contact-page__contact-form textarea:focus {
  border: 1px solid #ffa400;
  box-shadow: none;
}
.mwb-contact-page__contact-form img {
  position: absolute;
  width: 230px;
  left: -95px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

/*=====  End of contact-section  ======*/
/*================================
=            404-page            =
================================*/
.mwb-error-page {
  padding-top: 65px;
}

/*=====  End of 404-page  ======*/
/*===================================
=            coming-soon            =
===================================*/
.mwb-error-page {
  position: relative;
}
.mwb-error-page .home-2-heading {
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 74px;
}

/*=====  End of coming-soon  ======*/
/*===================================
=            media-query            =
===================================*/
@media only screen and (max-width: 1280px) {
  .mwb-sell-device__img-wrap .img-2 {
    display: none;
  }
  .mwb-sell-device__img-wrap .img-1 {
    display: none;
  }
}
@media only screen and (max-width: 1096px) {
  /*====================================
  =            hero-section            =
  ====================================*/
  .mwb-main-page__heading-wrap__container__text {
    display: inline;
    float: left;
    margin: 0;
    font-size: 26px;
  }
  .mwb-main-page__heading-wrap__container__list {
    padding-left: 145px;
  }
  .mwb-main-page__heading-wrap__container__list__item {
    line-height: 43px;
    font-size: 26px;
  }

  /*=====  End of hero-section  ======*/
  /*===================================
  =            home-page-2            =
  ===================================*/
  .home-2-heading {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
  }

  .mwb-sell-device__content-wrap p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .mwb-home2-services .owl-nav .owl-next {
    right: 0;
  }
  .mwb-home2-services .owl-nav .owl-prev {
    left: 0;
  }

  /*=====  End of home-page-2  ======*/
}
@media only screen and (max-width: 992px) {
  .mwb-home-two .first-slide__heading {
    font-size: 46px;
  }

  /*=======================================
  =            contact-section            =
  =======================================*/
  .mwb-contact-page__contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mwb-contact-page__contact-form img {
    display: none;
  }

  /*=====  End of contact-section  ======*/
}
@media only screen and (min-width: 767px) {
  .dropdown-menu {
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear all;
    top: 120%;
  }
  .dropdown-menu li {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .dropdown-menu li:hover {
    background-color: #ffa400 !important;
  }
  .dropdown-menu li:hover a {
    color: #ffffff !important;
  }
  .dropdown-menu li a {
    color: #5d5757 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 10px 20px;
    font-size: 17px;
  }

  .dropdown.open .mwb-menu-2 {
    background-color: #ffa400 !important;
    color: #ffffff !important;
  }
  .dropdown:hover .mwb-navigation-2__submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
  }

  /*==================================
  =            navigation            =
  ==================================*/
  .mwb-header-section__timing-wrap ul {
    padding: 0;
  }
  .mwb-header-section__timing-wrap ul li {
    font-size: 11px;
  }
  .mwb-header-section__button-wrap {
    float: none !important;
    margin-top: 12px;
  }

  .mwb-navigation-2__logo {
    padding: 4px;
  }
  .mwb-navigation-2__logo img {
    width: 115px;
  }
  .mwb-navigation-2__nav-list-2 {
    float: none !important;
  }
  .mwb-navigation-2__nav-list-2 .dropdown.open a {
    background-color: #ffa400 !important;
  }
  .mwb-navigation-2__nav-list-2 .dropdown.open .mwb-navigation-2__submenu a {
    background: transparent !important;
  }
  .mwb-navigation-2__nav-list-2 .mwb-menu-2 {
    padding: 13px 10px !important;
  }
  .mwb-navigation-2__submenu {
    background: #efefef !important;
  }
  .mwb-navigation-2__submenu a {
    font-size: 16px;
    color: #000 !important;
  }
  .mwb-navigation-2 .navbar-toggle {
    background: #000000;
    border: 0 !important;
  }
  .mwb-navigation-2 .navbar-toggle .icon-bar {
    background: #ffffff;
  }

  /*=====  End of navigation  ======*/
  /*====================================
  =            hero-section            =
  ====================================*/
  .mwb-main-page__heading-wrap__container__list {
    padding-left: 96px;
    width: 200px;
  }
  .mwb-main-page__heading-wrap__container__list__item {
    line-height: 43px;
    font-size: 20px;
  }
  .mwb-main-page__heading-wrap__container__text {
    display: inline;
    float: left;
    margin: 0;
    font-size: 16px;
  }
  .mwb-main-page__para {
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .mwb-main-page .typewrite span {
    font-size: 20px;
  }

  /*=====  End of hero-section  ======*/
  /*====================================
  =            get-in-touch            =
  ====================================*/
  .mwb-meet-section__head-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .mwb-meet-section__head-content h1 span {
    font-size: 68px;
  }
  .mwb-meet-section__img-content {
    margin-bottom: 30px;
  }
  .mwb-meet-section__para-content p {
    font-size: 15px;
  }

  /*=====  End of get-in-touch  ======*/
  /*=======================================
  =            service-section            =
  =======================================*/
  .mwb-service-section__lists {
    margin-top: 30px;
  }

  /*=====  End of service-section  ======*/
  /*===================================
  =            home-page-2            =
  ===================================*/
  .mwb-sell-device {
    background-image: none;
    height: auto;
  }
  .mwb-sell-device__content-wrap p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
  }

  /*=====  End of home-page-2  ======*/
  /*====================================
  =            service-page            =
  ====================================*/
  .mwb-next-prev .pagination li a {
    font-size: 9px;
    padding: 6px 6px !important;
  }

  /*=====  End of service-page  ======*/
  /*=====================================
  =            about-section            =
  =====================================*/
  .row-eq-height {
    display: block !important;
  }

  .mwb-finding-solution__video-section {
    height: 400px;
  }

  /*=====  End of about-section  ======*/
  /*===================================
  =            blog-detail            =
  ===================================*/
  .mwb-blog-detail__sidebar {
    margin-top: 30px;
  }
  .mwb-blog-detail__content-section {
    padding: 0;
    border: 0;
  }
  .mwb-blog-detail__content-section__icon {
    padding: 0;
    margin-top: 18px;
  }

  /*=====  End of blog-detail  ======*/
  /*=====================================
  =            about-section            =
  =====================================*/
  .mwb-finding-solution__accordian {
    padding-left: 0;
    padding-right: 0;
  }

  /*=====  End of about-section  ======*/
  /*======================================
  =            footer-section            =
  ======================================*/
  .mwb-footer-section__outer-wrapper {
    padding: 15px;
  }
  .mwb-footer-section__outer-wrapper img {
    width: 100px;
    margin: 0 auto;
  }
  .mwb-footer-section__outer-wrapper__heading1 {
    font-size: 24px;
    margin: 0;
  }
  .mwb-footer-section__outer-wrapper__heading2 {
    margin-top: 15px;
  }
  .mwb-footer-section__last-foot p {
    font-size: 10px;
  }
  .mwb-footer-section__last-foot__nav-links {
    float: none !important;
  }
  .mwb-footer-section__last-foot__nav-links li {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mwb-footer-section__last-foot__nav-links li a {
    font-size: 13px;
  }
  .mwb-footer-section__content-wrapper1 .about p {
    padding-right: 0;
  }

  /*=====  End of footer-section  ======*/
}
@media only screen and (max-width: 576px) {
  /*==================================
  =            common-css            =
  ==================================*/
  .primary-button {
    padding: 10px 26px;
  }

  .home-2-heading {
    font-size: 33px;
    margin-bottom: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /*=====  End of common-css  ======*/
  /*===================================
  =            home-page-2            =
  ===================================*/
  .mwb-home-two .first-slide__heading {
    font-size: 30px;
    line-height: 38px;
  }
  .mwb-home-two .first-slide__content {
    width: 70%;
    left: 0;
  }

  .mwb-home2-about-us__content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .mwb-choose-section__lists__items h2 {
    font-size: 12px;
    line-height: 21px;
  }
  .mwb-choose-section__content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /*=====  End of home-page-2  ======*/
}
@media only screen and (max-width: 360px) {
  .mwb-finding-solution__accordian h4 {
    font-size: 11px !important;
  }
  .mwb-finding-solution__accordian p {
    font-size: 12px;
  }

  /*===================================
  =            home-page-2            =
  ===================================*/
  .mwb-home-two .first-slide__content {
    width: 80%;
  }

  /*=====  End of home-page-2  ======*/
}
/*=====  End of media-query  ======*/
