body {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

.theme-btn {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 15px;
  background: #16CC9B;
}

.list-section {
  padding-bottom: 75px;
}

.related-section {
  padding: 15px 15px 55px;
}

.site-header {
  box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -o-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
}
.site-header .header-top {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.site-header .header-top .navbar-brand {
  display: inline-block;
  margin: 5px 0 0;
}
.site-header .header-top .navbar-brand img {
  height: 25px;
}
.site-header .header-top .right-side {
  float: right;
}
.site-header .header-top .right-side .dropdown {
  position: relative;
  display: inline-block;
}
.site-header .header-top .right-side .dropdown:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 4.5px;
  left: -12px;
  position: absolute;
  display: inline-block;
  background: url(../images/world.png) no-repeat center;
  background-size: contain;
}
.site-header .header-top .right-side .dropdown .dropdown-toggle {
  color: #575757;
  font-size: 14px;
  border: 0;
  float: left;
  margin: 0 8px -10px 0;
  background: transparent;
}
.site-header .header-top .right-side .contact-btn {
  background-color: #FFCB2E;
}
.site-header .header-bottom {
  padding: 0;
}
.site-header .header-bottom .left-side {
  display: inline-block;
}
.site-header .header-bottom .right-side {
  float: right;
}
.site-header .header-bottom .right-side .social-media {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.site-header .header-bottom .right-side .social-media li {
  display: inline-block;
  margin-left: 5px;
}
.site-header .header-bottom .right-side .social-media li a {
  width: 20px;
  height: 20px;
  display: block;
}
.site-header .header-bottom .right-side .social-media li a.facebook {
  background: url(../images/fb.png) no-repeat center;
}
.site-header .header-bottom .right-side .social-media li a.twitter {
  background: url(../images/tw.png) no-repeat center;
}
.site-header .header-bottom .navbar {
  padding: 0;
}
.site-header .header-bottom .navbar .nav-item {
  margin-right: 30px;
}
.site-header .header-bottom .navbar .nav-item a {
  color: #333;
  font-size: 10px;
  font-weight: 600;
  padding: 14px 0;
  text-transform: uppercase;
}

.hero-section {
  overflow: hidden;
  padding: 0px;
}
.hero-section .slider-content {
  padding: 150px 15px;
}
.hero-section .slider-content .top-text {
  color: #F4C126;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
}
.hero-section .slider-content .main-text {
  color: #fff;
  font-size: 74px;
  line-height: 1.35;
  display: block;
  margin: 0 0 20px;
}
.hero-section .slider-content .bottom-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 62px;
}
.hero-section .slider-content .button-row .theme-btn {
  font-size: 12px;
  padding: 16px 50px;
}

.product-block {
  text-align: center;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
}
.product-block .product-img {
  width: 100%;
  height: 210px;
  margin-bottom: 28px;
}
.product-block .product-img i {
  width: 200px;
  height: 210px;
  display: inline-block;
}
.product-block .category {
  color: #F95D54;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 4px 0 12px;
}
.product-block .category::before, .product-block .category::after {
  content: "";
  width: 35px;
  height: 1.5px;
  display: inline-block;
  margin: 8px 0px 0px -50px;
  position: absolute;
  background: #F95D54;
}
.product-block .category::after {
  right: -50px;
}
.product-block .product-name {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 15px;
}
.product-block .theme-btn {
  width: 100%;
}

.copyright-section {
  padding: 18px 15px;
  background: #16CC9B;
}
.copyright-section .copyright p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
.copyright-section ul {
  text-align: right;
  list-style: none;
  margin: -5px 0 0;
}
.copyright-section ul li {
  margin-left: 15px;
  display: inline-block;
}
.copyright-section ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.page-title-section {
  padding: 75px 15px 50px;
}

.section-head {
  padding: 0 55px;
  text-align: center;
}
.section-head .header-top-text {
  color: #16CC9B;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 4px 0 17px;
}
.section-head .header-top-text::before, .section-head .header-top-text::after {
  content: "";
  width: 35px;
  height: 1.5px;
  display: inline-block;
  margin: 8px 0px 0px -50px;
  position: absolute;
  background: #16CC9B;
}
.section-head .header-top-text::after {
  right: -50px;
}
.section-head .section-title {
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
.section-head .head-paragraph {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 10px 0 0;
}

.use-cases-section {
  padding: 100px 15px;
  background: #F9F9F9;
}
.use-cases-section .header-top-text {
  margin: 4px 0 15px;
}
.use-cases-section .section-title {
  height: 22px;
  margin-right: 10px;
  margin-bottom: 32px;
}
.use-cases-section .section-title img {
  height: 22px;
}
.use-cases-section .head-paragraph a {
  text-decoration: none;
}
.use-cases-section .use-case-blocks, .use-cases-section .use-case-list {
  margin: 38px auto 0;
}
.use-cases-section .use-case-blocks .block, .use-cases-section .use-case-list .block {
  text-align: center;
  padding: 0 15px;
}
.use-cases-section .use-case-blocks .block .block-img, .use-cases-section .use-case-list .block .block-img {
  width: 100%;
  height: 188px;
  display: block;
  border-radius: 2px;
  background: #ccc;
}
.use-cases-section .use-case-blocks .block .icon, .use-cases-section .use-case-list .block .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  margin: -24px auto 10px;
  background: #F95D54;
  border: 5px solid #fff;
}
.use-cases-section .use-case-blocks .block h4, .use-cases-section .use-case-list .block h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
}
.use-cases-section .use-case-blocks .block i, .use-cases-section .use-case-list .block i {
  width: 5px;
  height: 5px;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  background: #F95D54;
}
.use-cases-section .use-case-blocks .block p, .use-cases-section .use-case-list .block p {
  margin-top: 10px;
}
.use-cases-section .use-case-blocks .block .theme-btn, .use-cases-section .use-case-list .block .theme-btn {
  padding: 10px 25px;
}

@media (max-width: 1199px) {
  .use-cases-section {
    padding: 80px 15px;
  }
}
.post-card {
  text-align: left;
  padding: 20px 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.post-card .block-img {
  width: 100%;
  height: 210px;
  border-radius: 4px;
  margin-bottom: 28px;
  background-color: #f2f2f2;
}
.post-card .block-img i {
  width: 200px;
  height: 210px;
  display: inline-block;
}
.post-card .category {
  color: #F95D54;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 4px 0 12px;
}
.post-card .category::before, .post-card .category::after {
  content: "";
  width: 35px;
  height: 1.5px;
  display: inline-block;
  margin: 8px 0px 0px -50px;
  position: absolute;
  background: #F95D54;
}
.post-card .category::after {
  right: -50px;
}
.post-card .product-name {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 15px;
}
.post-card .theme-btn {
  width: auto;
}

.home .section-head {
  padding: 0 55px;
  text-align: center;
}
.home .section-head .header-top-text {
  color: #16CC9B;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 4px 0 17px;
}
.home .section-head .header-top-text::before, .home .section-head .header-top-text::after {
  content: "";
  width: 35px;
  height: 1.5px;
  display: inline-block;
  margin: 8px 0px 0px -50px;
  position: absolute;
  background: #16CC9B;
}
.home .section-head .header-top-text::after {
  right: -50px;
}
.home .section-head .section-title {
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
.home .section-head .head-paragraph {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 10px 0 0;
}
.home .about-section {
  padding: 50px 15px 92px;
}
.home .about-section .about-intro-blocks {
  text-align: center;
  margin: 52px auto 94px;
}
.home .about-section .block {
  padding: 0px 28px;
}
.home .about-section .block .block-img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0 auto 24px;
  background: #ccc;
}
.home .about-section .block h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}
.home .about-section .block i {
  width: 5px;
  height: 5px;
  margin: 0 2px;
  border-radius: 100%;
  display: inline-block;
  background: #F95D54;
}
.home .about-section .block p {
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin: 4px auto 0;
}
.home .about-intro-row {
  padding-bottom: 35px;
}
.home .about-intro-row .main-text {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 15px;
}
.home .about-intro-row .main-text span {
  color: #F95D54;
}
.home .about-intro-row .theme-btn {
  margin: 12px 0 15px;
}
.home .echo-row {
  padding: 32px 0 0;
}
.home .echo-row .main-text {
  font-size: 28px;
  font-weight: 300;
  margin: 42px 0 15px;
}
.home .echo-row .main-text span {
  color: #F95D54;
}
.home .echo-row hr {
  width: 70%;
  height: 2px;
  border: 0;
  margin: 22px 0 20px;
  background: #F95D54;
}
.home .echo-row .theme-btn {
  margin: 5px 0 15px;
}
.home .echo-row .echo-logo img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.home .best-selling-section {
  padding: 100px 15px 70px;
}
.home .best-selling-section .section-head .header-top-text {
  color: #F95D54;
}
.home .best-selling-section .section-head .header-top-text::before, .home .best-selling-section .section-head .header-top-text::after {
  background: #F95D54;
}
.home .best-selling-section .product-list-col {
  margin-top: 68px;
}
.home .banner-section {
  overflow: hidden;
  position: relative;
  background: #20294A;
}
.home .banner-section .image-row {
  width: 100%;
  left: 0;
  position: absolute;
}
.home .banner-section .text-row {
  color: #fff;
  z-index: 99;
  position: relative;
}
.home .banner-section .text-row .text-col {
  padding: 110px 15px 110px 120px;
}
.home .banner-section .text-row .text-col span {
  color: #16CC9B;
  font-size: 14px;
  position: relative;
}
.home .banner-section .text-row .text-col span::after {
  content: "";
  width: 70px;
  height: 1.5px;
  top: 10px;
  right: -78px;
  display: inline-block;
  position: absolute;
  background: #16CC9B;
}
.home .banner-section .text-row .text-col .large-text {
  font-size: 28px;
  font-weight: 300;
  display: block;
  margin: 15px 0 10px;
}
.home .banner-section .text-row .text-col p {
  margin-bottom: 8px;
}
.home .banner-section .text-row .text-col .theme-btn {
  padding: 10px 25px;
  margin-top: 20px;
}
.home .follow-us-section {
  text-align: center;
  padding: 52px 15px 35px;
}
.home .follow-us-section h3 {
  color: #16CC9B;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home .follow-us-section ul {
  padding: 0;
  list-style: none;
}
.home .follow-us-section ul li {
  margin: 0 7px;
  display: inline-block;
}
.home .follow-us-section ul li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: contain;
}
.home .follow-us-section ul li a.facebook {
  background-image: url(../images/facebook.png);
}
.home .follow-us-section ul li a.twitter {
  background-image: url(../images/twitter.png);
}
.home .follow-us-section ul li a.instagram {
  background-image: url(../images/instagram.png);
}

.page-template-page-about .page-body {
  padding: 0px 15px 55px;
}
.page-template-page-about .page-body .highlight-text-box {
  background: #ededed;
  padding: 140px 15px 20px 70px;
}
.page-template-page-about .page-body .highlight-text-box .highlight-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.page-template-page-about .page-body .highlight-text-box .highlight-title {
  color: #16CC9B;
}
.page-template-page-about .page-body .main-content {
  width: 100%;
  padding: 35px 150px 0px 70px;
}
.page-template-page-about .page-body .main-content p {
  font-size: 15px;
  line-height: 1.75;
}
.page-template-page-about .page-body .intro-image {
  width: 100%;
  margin: 100px 0 0 -125px;
}
.page-template-page-about .page-body .intro-image img {
  width: 100%;
}
.page-template-page-about .mission-section {
  text-align: center;
  padding: 35px 15px 35px;
}
.page-template-page-about .mission-section .mission-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}
.page-template-page-about .mission-section .mission-text {
  color: #b1b1b1;
  font-size: 35px;
  line-height: 1.35;
}
.page-template-page-about .mission-section .icon {
  width: 125px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.page-template-page-about .value-box {
  padding: 5px 15px 80px;
}
.page-template-page-about .value-box .value-icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 5px;
  border-radius: 8px;
  background: #16CC9B;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-about .value-box .value-title {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
}
.page-template-page-about .value-box .value-text {
  font-size: 15px;
}

.page-template-page-contact .info-col {
  padding: 0px 100px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact-box-section {
  padding: 0px 15px 100px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #16CC9B;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(../../images/live-chat.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../../images/address-66.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section {
  padding-bottom: 120px;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 1.35rem;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn {
  color: #16CC9B;
  width: 150px;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #16CC9B;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn:hover {
  color: #fff;
  background-color: #16CC9B;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.page-template-page-products .product-list-section {
  padding: 0 15px 50px;
}
.page-template-page-products .category-col {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px dashed #ececec;
}
.page-template-page-products .category-name {
  color: #F95D54;
  font-size: 15px;
  font-weight: 600;
}

.page-template-page-use_cases .use-cases-section {
  padding: 0px 15px 100px;
  background: transparent;
}
.page-template-page-use_cases .use-case-list {
  margin-top: 0;
}

.single-products .product-detail-section {
  padding: 55px 15px 58px;
}
.single-products .product-detail-section .product-images {
  padding-right: 50px;
}
.single-products .product-detail-section .product-images img {
  width: 100%;
}
.single-products .product-detail-section .product-title {
  color: #000;
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F95D54;
}
.single-products .product-description {
  padding: 35px 15px 55px;
  border-bottom: 1px dashed #999;
}
.single-products .product-description p {
  font-size: 15px;
  line-height: 1.65;
}
.single-products .product-list-col {
  padding-top: 40px;
}

.blog .post-section {
  padding-bottom: 80px;
}
.blog .post-section .block-img {
  width: 100%;
  height: 185px;
  display: block;
  margin: 0 0 25px;
  background: #ccc;
}
.blog .post-section h4 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}

.single-post .content-body {
  padding: 30px 0 0;
}
.single-post .post-content-col {
  padding: 0 15px 50px;
  margin-bottom: 55px;
  border-bottom: 1px dashed #e0e0e0;
}
.single-post .use-cases-section {
  padding: 0px 15px 100px;
  background: #ffffff;
}
.single-post .use-cases-section .use-case-blocks .block {
  text-align: left;
}
.single-post .use-cases-section .use-case-blocks .block .block-img {
  margin-bottom: 20px;
}

.single-use_cases .content-body {
  padding: 20px 0 80px;
}
.single-use_cases .content-body p {
  font-size: 16px;
}

@media (max-width: 1399.98px) {
  .home .section-head {
    padding: 0 0px;
  }
  .hero-section .slider-content {
    padding: 100px 0px;
  }
  .hero-section .slider-content .main-text {
    font-size: 58px;
    line-height: 1.23;
    margin: 0 0 5px;
  }
  .hero-section .slider-content .bottom-text {
    margin: 0 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .home .about-section {
    padding: 65px 15px 58px;
  }
  .home .about-section .block {
    padding: 0px 15px;
  }
  .home .banner-section .text-row .text-col {
    padding: 70px 15px 110px 72px;
  }
  .home .best-selling-section {
    padding: 70px 15px 58px;
  }
  .home .hero-section .slider-content .main-text {
    font-size: 54px;
  }
  .use-cases-section {
    padding: 70px 15px;
  }
  .page-template-page-about .page-body {
    padding: 0px 15px 25px;
  }
  .page-template-page-about .page-body .highlight-text-box {
    padding: 140px 70px 20px 70px;
  }
  .page-template-page-about .page-body .main-content {
    padding: 35px 95px 0px 70px;
  }
  .page-template-page-about .page-body .main-content p {
    font-size: 15px;
  }
  .page-template-page-about .page-body .intro-image {
    margin: 100px 0 0 -92px;
  }
  .page-template-page-about .mission-section .mission-text {
    font-size: 25px;
  }
  .page-template-page-about .mission-section .icon {
    width: 135px;
    height: 32px;
  }
  .page-template-page-about .value-box {
    padding: 5px 15px 20px;
  }
  .section-head {
    padding: 0 5px;
  }
  .page-template-page-contact .info-col {
    padding: 0px 20px 0px 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    padding: 0;
    border: 0;
    margin: 3px 0 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .home .banner-section .text-row .text-col {
    padding: 35px 15px 70px 42px;
  }
  .home .banner-section .text-row .text-col span::after {
    top: 34px;
  }
  .home .banner-section .text-row .text-col .large-text {
    font-size: 22px;
  }
  .home .about-intro-row .main-text {
    font-size: 24px;
  }
  .home .echo-row .echo-logo img {
    max-width: 100%;
  }
  .home .hero-section .slider-content {
    padding: 80px 0px;
  }
  .home .hero-section .slider-content .main-text {
    font-size: 42px;
  }
  .page-template-page-about .page-body .intro-image {
    max-width: 380px;
    display: block;
    margin: 20px auto 0px;
  }
  .page-template-page-about .page-body .main-content {
    padding: 35px 0px 0px 0px;
  }
  .page-template-page-about .value-row .col-lg-4 {
    display: block;
    margin: 35px auto 0;
  }
  .page-template-page-about .mission-section .mission-title {
    margin-bottom: 10px;
  }
  .page-template-page-about .mission-section .mission-text {
    font-size: 22px;
  }
  .use-cases-section .use-case-list .block {
    margin-bottom: 35px;
  }
  .blog .post-section .block {
    margin-bottom: 30px;
  }
  .page-template-page-contact .contact-box-section {
    padding: 0px 15px 58px;
  }
  .page-template-page-contact .contact-box-section .row .box-box {
    width: 50%;
  }
  .page-template-page-contact .contact-box-section .row .box-box:nth-child(2) {
    order: 3;
    width: 100%;
    margin-top: 25px;
  }
  .page-template-page-contact .contact-form-section {
    padding-bottom: 75px;
  }
  .page-template-page-contact .contact-form-section .map-col {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .home .about-intro-row img {
    max-width: 340px;
    display: block;
    margin: 0 auto 15px;
  }
  .home .about-intro-row .theme-btn {
    width: 200px;
    display: block;
    text-align: center;
    margin: 30px auto 15px;
  }
  .home .echo-text {
    order: 2;
  }
  .home .echo-text .theme-btn {
    width: 200px;
    display: block;
    text-align: center;
    margin: 30px auto 15px;
  }
  .home .echo-logo {
    max-width: 275px;
    display: block;
    margin: 0 auto 15px;
  }
  .home .product-block {
    max-width: 350px;
    display: block;
    margin: 0 auto 15px;
  }
  .home .banner-section .image-row {
    margin-top: 12px;
    position: relative;
  }
  .home .banner-section .text-row .text-col {
    padding: 35px 15px 35px 15px;
  }
  .home .banner-section .text-row .text-col span::after {
    top: 10px;
  }
  .page-template-page-about .page-body .highlight-text-box {
    padding: 70px 25px 15px 25px;
  }
  .page-template-page-about .mission-section .mission-title {
    margin-bottom: 15px;
  }
  .blog .post-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .site-header .header-top .right-side .theme-btn {
    display: none;
  }
  .home .section-head .head-paragraph br {
    display: none;
  }
  .home .follow-us-section h3 {
    font-size: 22px;
  }
  .home .about-intro-row {
    text-align: center;
  }
  .home .about-intro-row .main-text {
    text-align: center;
  }
  .home .echo-text {
    text-align: center;
  }
  .home .echo-row hr {
    margin: 22px auto 20px;
  }
  .copyright {
    order: 2;
    width: 100%;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-menu ul {
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
  }
  .footer-menu ul li {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .page-template-page-about .mission-section .mission-text {
    font-size: 18px;
  }
  .page-template-page-use_cases .use-cases-section {
    padding: 0px 15px 50px;
  }
  .page-title-section {
    padding: 50px 15px 50px;
  }
  .page-template-page-contact .page-title-section {
    padding: 50px 15px 20px;
  }
  .page-template-page-contact .contact-box-section .row .box-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 479.98px) {
  .home .about-intro-row img {
    max-width: 100%;
  }
  .home .section-head .header-top-text {
    margin: 4px 0 4px;
  }
  .home .section-head .header-top-text::before,
  .home .section-head .header-top-text::after {
    display: none;
  }
  .home .section-head .section-title {
    font-size: 22px;
  }
  .home .about-section {
    padding: 35px 15px 35px;
  }
  .home .about-section .about-intro-blocks {
    margin: 35px auto 40px;
  }
  .home .about-intro-row .main-text {
    font-size: 20px;
  }
  .home .echo-row .main-text {
    font-size: 20px;
    margin: 10px 0 15px;
  }
  .home .best-selling-section {
    padding: 40px 15px 40px;
  }
  .home .best-selling-section .product-list-col {
    margin-top: 25px;
  }
  .home .banner-section .text-row .text-col span::after {
    display: none;
  }
  .home .hero-section .slider-content {
    padding: 80px 0px 70px;
  }
  .home .hero-section .slider-content .main-text {
    font-size: 34px;
  }
  .home .hero-section .slider-content .button-row .theme-btn {
    margin-bottom: 10px;
  }
  .use-cases-section {
    padding: 32px 15px;
  }
}/*# sourceMappingURL=styles.css.map */