/*
Theme Name: WordPress Theme
Theme URI: 
Author: ClickClickMedia
Author URI: https://clickclick.media/
Description: A WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
KAAL
*/
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/inter/Inter-Light.eot");
  src: url("./assets/fonts/inter/Inter-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/inter/Inter-Light.woff2") format("woff2"), url("./assets/fonts/inter/Inter-Light.woff") format("woff"), url("./assets/fonts/inter/Inter-Light.ttf") format("truetype"), url("./assets/fonts/inter/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.single-wrapper .post-item .post-content ul li,
.single-wrapper .post-item .post-content ol li {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

.single-wrapper .post-item .post-content ul,
.single-wrapper .post-item .post-content ol {
  padding-left: 40px;
}

/* .footer-address-text p{
    font-size: 16px !important;
}

@media (min-width: 1200px) {
    .footer-address-text p{
        font-size: 17px !important;
    }
} */
#my-keen-slider .cstm-tst-card .tst-content {
  line-height: 1.4em;
}

#my-keen-slider .cstm-tst-card .tst-author {
  line-height: 1.4em;
  min-height: 48px;
  font-size: 16px;
}

.left-desc {
  font-weight: 300;
}

.fw-bold {
  font-weight: bold;
}

.cstm-cta-brdr.cstm-cta-hollow,
.cstm-cta-brdr.cstm-cta-block {
  padding: 15px 30px !important;
  border-radius: 50px;
}

.cstm-ind-left-cont p {
  font-family: "Inter" !important;
  font-size: 18px;
  line-height: 30px;
}

.steps-section .packages .item {
  width: unset;
  background-color: transparent !important;
  box-shadow: none;
  margin: 0;
}

.steps-section .packages .item .btn {
  padding: 18px 30px 15px !important;
}

@media (min-width: 1200px) {
  .business-pain-points .bpp-right p {
    font-size: 28px;
  }
  #header .left .nav-menu .menu-main-menu-container .menu li a {
      font-size:12px;
  }
}
@media (min-width:1600px) {
    #header .left .nav-menu .menu-main-menu-container .menu li a {
        font-size:14px;
    }
}

.archive-wrapper.services {
  background-color: #fff;
}

.service-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.service-items .item {
  padding: 15px;
}

.service-items .item .item-wrap {
  padding: 30px;
  border-top: 3px solid #e48c33;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.service-items .item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 5px;
}

.service-items .item .post-description {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .service-items .item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .service-items .item {
    width: 33.33%;
  }
}