/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

.short-desc{
  display: none;
  margin-top: 20px;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

.st-faq .btn-block {
    text-align: center;
    margin-top: 40px;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

.our-blog .col-md-4 {
    margin-top: 20px;
}

.home .our-blog .row {
    margin-top: 10px;
}

.contact-hero .sec-heading .block-contact ul li:last-child .media-box .icon-title a {
    text-decoration: none !important;
}

/* line 143, sass/style.scss */
.font-14 {
  font: 600 14px "DM Sans", sans-serif;
}

/* line 146, sass/style.scss */
.font-14-inter {
  font: 600 14px "Inter", sans-serif;
}

/* line 149, sass/style.scss */
.font-16 {
  font: 600 16px "DM Sans", sans-serif;
}

/* line 152, sass/style.scss */
.font-18 {
  font: 500 18px "DM Sans", sans-serif;
}

/* line 155, sass/style.scss */
.font-20 {
  font: 700 20px "DM Sans", sans-serif;
}

/* line 158, sass/style.scss */
.font-20-inter {
  font: 600 20px "Inter", sans-serif;
}

/* line 161, sass/style.scss */
.font-24 {
  font: 500 24px "DM Sans", sans-serif;
}

/* line 164, sass/style.scss */
.font-56 {
  font: 800 56px "DM Sans", sans-serif;
  line-height: 4rem;
}

/* line 167, sass/style.scss */
.font-80 {
  font: 600 80px "DM Sans", sans-serif;
  line-height: 5.5rem;
}

/* line 171, sass/style.scss */
.padd-80 {
  padding: 80px 0;
}

/* line 174, sass/style.scss */
.padd-top-80 {
  padding-top: 80px;
}

/* line 177, sass/style.scss */
.padd-bottom-80 {
  padding-bottom: 80px;
}

/* line 183, sass/style.scss */
.sec-heading h4 {
  background-color: #fff;
  padding: 10px 30px;
  border: 1px solid #CCD1D8;
  color: #000;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
}
/* line 192, sass/style.scss */
.sec-heading h2 {
  margin: 20px 0 0 0;
}

/* line 197, sass/style.scss */
.site-btn {
  padding: 14px 40px;
  background: linear-gradient(96deg, #1141b6 0%, #00b2ff 100%);
  border: 1px solid transparent;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
}
/* line 208, sass/style.scss */
.site-btn i {
  padding-left: 12px;
}
/* line 211, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #1141B6 25%, #fff 50%, #1141B6 75%, #1141B6 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 234, sass/style.scss */
.site-btn:hover {
  background-color: transparent;
  color: #fff;
}
/* line 237, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}
/* line 241, sass/style.scss */
.site-btn.white-btn {
  background: linear-gradient(96deg, #fff 0%, #fff 100%);
  color: #000;
  border: 1px solid #fff;
}
/* line 245, sass/style.scss */
.site-btn.white-btn:hover {
  background: transparent;
  color: #fff;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 267, sass/style.scss */
.circle-content.desktop-off-hero {
  display: none;
}

/* line 272, sass/style.scss */
.home header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s ease-in-out;
}
/* line 279, sass/style.scss */
.home header.fix_top {
  padding: 10px 0;
}
/* line 282, sass/style.scss */
.home header.fix_top .site-logo img {
  max-width: 60px;
}

/* line 290, sass/style.scss */
header {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 15px 0;
}
/* line 294, sass/style.scss */
header .site-logo img {
  width: 90px;
}
/* line 298, sass/style.scss */
header .row {
  align-items: center;
}
/* line 301, sass/style.scss */
header .btn-block {
  text-align: right;
}
/* line 304, sass/style.scss */
header .nav-flex {
  display: flex;
  align-items: center;
}
/* line 307, sass/style.scss */
header .nav-flex .nav-bar {
  border-left: 1px solid #CCD1D8;
  padding-left: 30px;
  margin-left: 40px;
}
/* line 311, sass/style.scss */
header .nav-flex .nav-bar ul {
  padding: 0;
  list-style: none;
}
/* line 314, sass/style.scss */
header .nav-flex .nav-bar ul li {
  display: inline-block;
  padding-left: 20px;
}
/* line 317, sass/style.scss */
header .nav-flex .nav-bar ul li a {
  color: #CCD1D8;
  font: 500 18px "DM Sans", sans-serif;
}
/* line 321, sass/style.scss */
header .nav-flex .nav-bar ul li:first-child {
  padding: 0;
}

/* line 329, sass/style.scss */
.desktop-off {
  display: none;
}

/* line 332, sass/style.scss */
.hero-section {
  position: relative;
  height: calc(100vh + 700px);
  background: radial-gradient(circle at center, #002b70 10%, #000d2e 80%);
}
/* line 338, sass/style.scss */
.hero-section .changer-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0;
}
/* line 345, sass/style.scss */
.hero-section .circle-content {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 350, sass/style.scss */
.hero-section .circle-content .hero-heading {
    text-align: center;
    transform: translate(0px, 20px);
}
/* line 353, sass/style.scss */
.hero-section .circle-content .hero-heading h1 {
  color: #fff;
  font: 600 70px "DM Sans", sans-serif;
  margin: 0;
  line-height: 5rem;
}
/* line 360, sass/style.scss */
.hero-section .circle-content .hero-heading p {
  color: #fff;
  width: 100%;
  max-width: 1050px;
  margin: 10px auto 0;
}
/* line 367, sass/style.scss */
.hero-section .circle-content .hero-heading .btn-block {
  margin-top: 30px;
}
/* line 372, sass/style.scss */
.hero-section .circle-content .circle-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s ease;
  z-index: 0;
}
/* line 385, sass/style.scss */
.hero-section .circle-content .circle-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
/* line 391, sass/style.scss */
.hero-section .circle-content .circle-item .circle-img {
  position: relative;
  padding-bottom: 70%;
}
/* line 395, sass/style.scss */
.hero-section .circle-content .circle-item .circle-img img {
  object-fit: cover;
  transition: transform 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 405, sass/style.scss */
.circle-item.active .hero-section .circle-content .circle-item .circle-img img {
  transform: scale(1.05);
}
/* line 412, sass/style.scss */
.hero-section .circle-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  height: 100%;
}
/* line 425, sass/style.scss */
.hero-section .circle-nav .list-unstyled li {
  transition: all .4s ease-in-out;
}
/* line 427, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:hover {
  transition: all .4s ease-in-out;
}
/* line 429, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:hover .hvr-content {
  transform: scale(1);
}
/* line 434, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(7), .hero-section .circle-nav .list-unstyled li:nth-child(1) {
  position: absolute;
  top: 240px;
}
/* line 440, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(7) {
  right: 60px;
}
/* line 442, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(7) .hvr-content {
  left: 30px;
}
/* line 447, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(1) {
  left: 60px;
}
/* line 451, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(6), .hero-section .circle-nav .list-unstyled li:nth-child(2) {
  position: absolute;
  top: 480px;
}
/* line 456, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(6) {
  right: 50px;
}
/* line 458, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(6) .hvr-content {
  left: 30px;
}
/* line 463, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(2) {
  left: 50px;
}
/* line 468, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(5), .hero-section .circle-nav .list-unstyled li:nth-child(3) {
  position: absolute;
  bottom: 170px;
}
/* line 474, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(3) {
  left: 90px;
}
/* line 478, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(5) {
  right: 90px;
}
/* line 480, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(5) button {
  max-width: 180px;
}
/* line 485, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(4) {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
/* line 492, sass/style.scss */
.hero-section .circle-nav .list-unstyled li:nth-child(4) button {
  margin: auto;
  max-width: 230px;
  text-align: center;
}
/* line 499, sass/style.scss */
.hero-section .circle-nav .list-unstyled li .hvr-content {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  position: absolute;
  top: 0;
  width: 360px;
  color: #fff;
  left: 120px;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #424E62;
  font: 600 16px "DM Sans", sans-serif;
  transform: scale(0);
  transition: all .4s ease-in-out;
  z-index: 9;
  text-align: left;
}
/* line 515, sass/style.scss */
.hero-section .circle-nav .list-unstyled li .hvr-content .small-img img {
  width: 100%;
  max-width: 100px;
 height: 100px;
  position: initial;
}
/* line 521, sass/style.scss */
.hero-section .circle-nav .list-unstyled li .hvr-content p {
  color: #fff;
  margin: 10px 0 0 0;
}
/* line 525, sass/style.scss */
.hero-section .circle-nav .list-unstyled li .hvr-content ul {
  padding: 0 20px;
}
/* line 527, sass/style.scss */
.hero-section .circle-nav .list-unstyled li .hvr-content ul li {
  position: inherit;
  margin-top: 5px;
}
/* line 536, sass/style.scss */
.hero-section .circle-nav .nav-link {
  background: transparent;
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  cursor: pointer;
  pointer-events: all;
  transition: color 0.3s ease;
  opacity: .4;
  width: 100%;
  max-width: 141px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
/* line 550, sass/style.scss */
.hero-section .circle-nav .nav-link::before {
  position: absolute;
  top: -10px;
  right: -25px;
  content: "";
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 0px 8px rgba(0, 104, 226, 0.2);
  border-radius: 100%;
  background-color: #00E7FF;
  opacity: 0;
}
/* line 563, sass/style.scss */
.hero-section .circle-nav .nav-link.active, .hero-section .circle-nav .nav-link:hover {
  opacity: 1;
}
/* line 566, sass/style.scss */
.hero-section .circle-nav .nav-link.active::before, .hero-section .circle-nav .nav-link:hover::before {
  opacity: 1;
}
/* line 571, sass/style.scss */
.hero-section .circle-nav .nav-link.active::before {
  opacity: 1;
}
/* line 578, sass/style.scss */
.hero-section .top-left-img,
.hero-section .top-right-img {
  position: absolute;
  top: 0;
  z-index: 3;
}
/* line 584, sass/style.scss */
.hero-section .top-left-img img,
.hero-section .top-right-img img {
  max-width: 200px;
  height: auto;
  display: block;
}
/* line 591, sass/style.scss */
.hero-section .top-left-img {
  left: 0;
}
/* line 594, sass/style.scss */
.hero-section .top-right-img {
  right: 0;
}

@keyframes NWSscroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* line 608, sass/style.scss */
.trusted-companies {
  padding: 60px 0;
  overflow: hidden;
}
/* line 611, sass/style.scss */
.trusted-companies .top-list {
  overflow: hidden;
  width: 100%;
}
/* line 614, sass/style.scss */
.trusted-companies .top-list .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  animation: NWSscroll 110s linear infinite;
  width: max-content;
}
/* line 620, sass/style.scss */
.trusted-companies .top-list .row .col-md-3 {
  flex: 0 0 auto;
  margin: 0 40px;
  width: auto;
}
/* line 626, sass/style.scss */
.trusted-companies .top-list .img-box {
  position: relative;
}
/* line 628, sass/style.scss */
.trusted-companies .top-list .img-box img {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: auto;
}

/* line 638, sass/style.scss */
.our-services {
  background-color: #F3F4F6;
}
/* line 640, sass/style.scss */
.our-services .sec-heading {
  margin: 20px auto 0;
  width: 100%;
  max-width: 590px;
}
/* line 645, sass/style.scss */
.our-services .row {
  margin-top: 40px;
}
/* line 648, sass/style.scss */
.our-services .blue-box {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 35px;
  border-radius: 20px;
  height: 100%;
}
/* line 653, sass/style.scss */
.our-services .blue-box .row {
  margin-top: 0;
}
/* line 656, sass/style.scss */
.our-services .blue-box h3 {
  font: 600 18px "Inter", sans-serif;
  color: #fff;
  margin: 14px 0 0 0;
}
/* line 661, sass/style.scss */
.our-services .blue-box p {
  color: #fff;
  font-weight: 400;
  margin: 12px 0 0 0;
  line-height: 1.3rem;
}
/* line 668, sass/style.scss */
.our-services .blue-box .check-list ul {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
/* line 672, sass/style.scss */
.our-services .blue-box .check-list ul li {
  color: #fff;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}
/* line 677, sass/style.scss */
.our-services .blue-box .check-list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 689, sass/style.scss */
.our-services .blue-box .btn-block {
  margin-top: 20px;
}
/* line 693, sass/style.scss */
.our-services .img-box {
  position: relative;
  padding-bottom: 100%;
}
/* line 696, sass/style.scss */
.our-services .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
/* line 706, sass/style.scss */
.our-services .col-md-6 {
  margin-top: 20px;
}
/* line 709, sass/style.scss */
.our-services .sec-btn-block {
  text-align: center;
  margin-top: 40px;
}

/* line 715, sass/style.scss */
.why-endrosment {
  background-color: #F3F4F6;
}
/* line 718, sass/style.scss */
.why-endrosment .sec-heading p {
  font-weight: 400;
  margin: 15px 0 0 0;
}
/* line 722, sass/style.scss */
.why-endrosment .sec-heading .btn-block {
  margin-top: 25px;
}
/* line 726, sass/style.scss */
.why-endrosment .icon-box {
  border: 1px solid #CCD1D8;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 24px;
  background-image: url(images/border.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-top: 25px;
}
/* line 736, sass/style.scss */
.why-endrosment .icon-box .icons {
  display: inline-flex;
  border-radius: 10px;
  border: 1px solid #CCD1D8;
  padding: 10px;
  box-shadow: 0px 1px 9px -5px #000;
  width: 48px;
  height: 48px;
}
/* line 745, sass/style.scss */
.why-endrosment .icon-box .icon-heading {
  margin-top: 20px;
}
/* line 747, sass/style.scss */
.why-endrosment .icon-box .icon-heading h3 {
  margin: 0;
  font-weight: 600;
}
/* line 753, sass/style.scss */
.why-endrosment .col-md-8 {
  padding-left: 70px;
}
/* line 757, sass/style.scss */
.why-endrosment .col-md-8 .col-md-6:nth-child(-n+2) .icon-box {
  margin-top: 0;
}
/* line 763, sass/style.scss */
.why-endrosment.makes-difference {
  margin: 30px 0;
}
/* line 767, sass/style.scss */
.why-endrosment.perfect-ambitious {
  margin: 80px 0;
}
/* line 768, sass/style.scss */
.why-endrosment.perfect-ambitious .col-md-8 {
  padding-left: 40px;
}
/* line 773, sass/style.scss */
.why-endrosment.perfect-ambitious .col-md-6:nth-child(5), .why-endrosment.perfect-ambitious .col-md-6:nth-child(4), .why-endrosment.perfect-ambitious .col-md-6:nth-child(3) {
  width: 33%;
}
/* line 779, sass/style.scss */
.why-endrosment.perfect-ambitious .icon-box {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
/* line 784, sass/style.scss */
.why-endrosment.perfect-ambitious .icon-box .icon-heading {
  margin: 0;
}
/* line 789, sass/style.scss */
.why-endrosment.makes-differents {
  margin: 80px 0;
}

/* line 795, sass/style.scss */
.count-num {
  background-color: #F3F4F6;
}
/* line 797, sass/style.scss */
.count-num .inner-bg {
  background-color: #fff;
  padding: 30px 45px;
  border: 1px solid #CCD1D8;
  border-radius: 32px;
}
/* line 802, sass/style.scss */
.count-num .inner-bg .count-box {
  border-left: 1px solid #dddddd;
  padding-left: 25px;
}
/* line 805, sass/style.scss */
.count-num .inner-bg .count-box h3 {
  margin: 0;
  font: 500 48px "DM Sans", sans-serif;
}
/* line 810, sass/style.scss */
.count-num .inner-bg p {
  font: 500 16px "Inter", sans-serif;
  margin: 12px 0 0 0;
  color: #070127;
}
/* line 817, sass/style.scss */
.count-num .inner-bg .col-md-3:first-child .count-box {
  border: none;
  padding: 0;
}
/* line 824, sass/style.scss */
.count-num.about-count-num {
  margin: 50px 0;
}

/* line 831, sass/style.scss */
.process-steps .sec-heading h2 {
  margin: 0;
}
/* line 835, sass/style.scss */
.process-steps .box-wrapper {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #CCD1D8;
  border-radius: 24px;
  margin-left: 25px;
}
/* line 841, sass/style.scss */
.process-steps .box-wrapper .icons {
  display: inline-flex;
  border-radius: 10px;
  border: 1px solid #CCD1D8;
  padding: 10px;
  box-shadow: 0px 1px 9px -5px #000;
  width: 48px;
  height: 48px;
}
/* line 850, sass/style.scss */
.process-steps .box-wrapper .icon-content {
  margin-top: 25px;
}
/* line 852, sass/style.scss */
.process-steps .box-wrapper .icon-content h3 {
  font-weight: 600;
}
/* line 855, sass/style.scss */
.process-steps .box-wrapper .icon-content p {
  color: #57534E;
  font-weight: 400;
  margin: 12px 0 0 0;
}
/* line 862, sass/style.scss */
.process-steps .inner-box {
  background-color: #F3F4F6;
  padding: 30px 45px;
  border-radius: 30px;
  margin-top: 45px;
}
/* line 868, sass/style.scss */
.process-steps .col-md-3 {
  position: relative;
}
/* line 871, sass/style.scss */
.process-steps .col-md-3:first-child .box-wrapper {
  margin-left: 0;
}
/* line 876, sass/style.scss */
.process-steps .col-md-3:last-child .arrows {
  display: none;
}
/* line 880, sass/style.scss */
.process-steps .col-md-3 .arrows {
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
/* line 888, sass/style.scss */
.process-steps .col-md-3 .arrows svg {
  max-width: 60px;
}

/* line 896, sass/style.scss */
.testimonial .inner-box {
  background-color: #F3F4F6;
  padding: 50px 45px;
  border-radius: 30px;
  margin-top: 45px;
  border: 1px solid #CCD1D8;
}
/* line 903, sass/style.scss */
.testimonial .box-wrapper {
  background-color: #fff;
  padding: 40px 45px;
  border: 1px solid #CCD1D8;
  border-radius: 24px;
  text-align: center;
  margin: 0 20px;
  box-shadow: 0px 4px 4px -1px #ccc;
}
/* line 912, sass/style.scss */
.testimonial .box-wrapper .content-box p {
  font: 500 30px "DM Sans", sans-serif;
  margin: 0;
  color: #000;
}
/* line 918, sass/style.scss */
.testimonial .box-wrapper .media-box {
  margin-top: 24px;
}
/* line 920, sass/style.scss */
.testimonial .box-wrapper .media-box .img-box {
  position: relative;
}
/* line 922, sass/style.scss */
.testimonial .box-wrapper .media-box .img-box img {
  width: 40px;
  height: 40px;
  border: 1px solid #CCD1D8;
  border-radius: 8px;
  margin: auto;
  object-fit: cover;
}
/* line 932, sass/style.scss */
.testimonial .box-wrapper .media-box .content-head h4 {
  margin: 15px 0 0 0;
}
/* line 935, sass/style.scss */
.testimonial .box-wrapper .media-box .content-head p {
  margin: 0;
  color: #53535C;
  font: 500 16px "Inter", sans-serif;
}
/* line 943, sass/style.scss */
.testimonial .row {
  margin-top: 140px;
}
/* line 946, sass/style.scss */
.testimonial .draggable {
  padding: 10px 260px !important;
}
/* line 950, sass/style.scss */
.testimonial .slick-prev,
.testimonial .slick-next {
  top: -60px;
  background-color: #fff;
  padding: 10px 45px 10px 30px;
  border: 1px solid #CCD1D8;
  color: #000;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  height: auto;
}
/* line 962, sass/style.scss */
.testimonial .slick-next {
  right: 43%;
}
/* line 964, sass/style.scss */
.testimonial .slick-next::before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #000;
}
/* line 970, sass/style.scss */
.testimonial .slick-prev {
  left: 43%;
}
/* line 972, sass/style.scss */
.testimonial .slick-prev::before {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  color: #000;
}

/* line 981, sass/style.scss */
.our-blog .row {
  margin-top: 50px;
}
/* line 984, sass/style.scss */
.our-blog .sec-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 988, sass/style.scss */
.our-blog .sec-heading a {
  color: #727272;
  font-weight: 400;
}
/* line 993, sass/style.scss */
.our-blog .blog-media {
  display: flex;
  align-items: center;
}
/* line 997, sass/style.scss */
.our-blog .img-box {
  position: relative;
  padding-bottom: 60%;
}
/* line 1000, sass/style.scss */
.our-blog .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* line 1010, sass/style.scss */
.our-blog .blog-content {
  margin-top: 20px;
}
/* line 1012, sass/style.scss */
.our-blog .blog-content .arrow {
  display: flex;
  align-items: center;
  background: linear-gradient(96deg, #1141b6 0%, #00b2ff 100%);
  padding: 3px 18px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  transition: all .3s ease-in-out;
}
/* line 1021, sass/style.scss */
.our-blog .blog-content .arrow span {
  color: #fff;
  font: 600 24px "DM Sans", sans-serif;
  display: none;
  transition: all .3s ease-in-out;
}
/* line 1027, sass/style.scss */
.our-blog .blog-content .arrow svg {
  transform: rotate(-40deg);
  position: relative;
  left: -16px;
  transition: all .3s ease-in-out;
}
/* line 1035, sass/style.scss */
.our-blog .blog-title {
  padding-left: 20px;
}
/* line 1037, sass/style.scss */
.our-blog .blog-title h3 {
  font: 600 24px "DM Sans", sans-serif;
  color: #1E1E1E;
  margin: 0;
}
/* line 1042, sass/style.scss */
.our-blog .blog-title .font-20 {
  color: #727272;
  font-weight: 400;
}
/* line 1050, sass/style.scss */
.our-blog a:hover .blog-content .arrow {
  width: auto;
  height: auto;
}
/* line 1053, sass/style.scss */
.our-blog a:hover .blog-content .arrow span {
  display: block;
}
/* line 1056, sass/style.scss */
.our-blog a:hover .blog-content .arrow svg {
  transform: rotate(0deg);
  position: relative;
  left: 0;
}

/* line 1069, sass/style.scss */
.listing-faq .sec-heading h2 {
  margin: 0;
}
/* line 1073, sass/style.scss */
.listing-faq .faq-list {
  background-color: #F3F4F6;
  padding: 50px;
  border-radius: 20px;
  background-image: url("images/faq-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 1082, sass/style.scss */
.listing-faq .accordion {
  margin-top: 50px;
}
/* line 1084, sass/style.scss */
.listing-faq .accordion .accordion-item {
  display: block;
  background-color: #fff;
  cursor: pointer;
  border-radius: 10px !important;
  padding: 25px !important;
  border: none;
  margin-top: 20px;
  box-shadow: 0px 0px 9px -5px #dddddd;
}
/* line 1093, sass/style.scss */
.listing-faq .accordion .accordion-item:first-child {
  margin-top: 0;
}
/* line 1098, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop h2 span {
  color: #000;
}
/* line 1101, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop h2 i {
  transform: scale(-1);
}
/* line 1106, sass/style.scss */
.listing-faq .accordion .accordion-item p {
  color: #000;
  font-size: 14px;
  line-height: 1.5rem;
  margin: 10px 0 0 0;
}
/* line 1112, sass/style.scss */
.listing-faq .accordion .accordion-item i {
  color: #1C1B1F;
  transition: all .3s ease-in-out;
  font-size: 30px;
}
/* line 1118, sass/style.scss */
.listing-faq .accordion .accordion-body {
  border-top: 1px solid #E4E4E3;
  padding: 5px 15px 10px 0px;
  margin-top: 10px;
}
/* line 1125, sass/style.scss */
.listing-faq .accordion-item-head h2 {
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1136, sass/style.scss */
footer.padd-80 {
  padding: 30px 0;
}
/* line 1139, sass/style.scss */
footer .inner-box {
  background: linear-gradient(96deg, #1141b6 0%, #1141B6 100%);
  border-radius: 50px;
  padding: 60px 40px;
}
/* line 1145, sass/style.scss */
footer .foo-widget h4 {
  color: #fff;
  margin: 0;
}
/* line 1149, sass/style.scss */
footer .foo-widget a,
footer .foo-widget p {
  color: #fff;
  margin: 8px 0 0 0;
  transition: all .4s ease-in-out;
}
/* line 1156, sass/style.scss */
footer .foo-widget a:hover {
  opacity: .4;
}
/* line 1160, sass/style.scss */
footer .foo-widget.contact-widget {
  margin-top: 20px;
}
/* line 1163, sass/style.scss */
footer .foo-widget .menu {
  margin: 15px 0 0 0;
}
/* line 1165, sass/style.scss */
footer .foo-widget .menu li {
  margin-top: 7px;
}
/* line 1170, sass/style.scss */
footer .copyright {
  margin-top: 50px;
}
/* line 1172, sass/style.scss */
footer .copyright p {
  color: #fff;
  margin: 0;
}
/* line 1175, sass/style.scss */
footer .copyright .social-lnks {
  text-align: right;
}
/* line 1177, sass/style.scss */
footer .copyright .social-lnks ul {
  margin: 0;
}

/* line 1184, sass/style.scss */
.about-hero {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 10% 0;
  position: relative;
}
/* line 1188, sass/style.scss */
.about-hero .left-img {
  position: absolute;
  left: 30px;
  top: 40%;
}
/* line 1192, sass/style.scss */
.about-hero .left-img img {
  max-width: 110px;
}
/* line 1197, sass/style.scss */
.about-hero .right-img {
  position: absolute;
  right: 30px;
  top: 40%;
}
/* line 1201, sass/style.scss */
.about-hero .right-img img {
  max-width: 110px;
}
/* line 1207, sass/style.scss */
.about-hero .sec-heading h1 {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0 110px;
}
/* line 1212, sass/style.scss */
.about-hero .sec-heading p {
  color: #fff;
  margin: 10px auto 0;
  font-weight: 400;
  width: 100%;
  max-width: 750px;
}
/* line 1220, sass/style.scss */
.about-hero .group-img {
  margin-top: 70px;
  opacity: 0;
  transform: translateY(-180px);
  /* drops from higher */
  animation: dropIn 1.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.8s;
  /* starts a bit later */
}
/* line 1226, sass/style.scss */
.about-hero .group-img.drop-in {
  opacity: 1;
  transform: translateY(0);
}

/* line 1232, sass/style.scss */
.group-img {
  animation-play-state: paused;
}

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-180px) scale(0.94);
  }
  70% {
    opacity: 1;
    transform: translateY(12px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* line 1241, sass/style.scss */
.our-mission .mission-box {
  background-color: #F3F4F6;
  padding: 50px 45px;
  border-radius: 30px;
  border: 1px solid #CCD1D8;
}
/* line 1247, sass/style.scss */
.our-mission .our-vision {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 50px 45px;
  border-radius: 30px;
}
/* line 1251, sass/style.scss */
.our-mission .our-vision h2 {
  font: 400 24px "DM Sans", sans-serif;
  color: #fff;
}
/* line 1256, sass/style.scss */
.our-mission .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
/* line 1260, sass/style.scss */
.our-mission .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  border-radius: 40px;
}
/* line 1270, sass/style.scss */
.our-mission .img-box.img-1 {
  padding-bottom: 120%;
}
/* line 1273, sass/style.scss */
.our-mission .img-box.img-2 {
  padding-bottom: 58%;
  margin-top: 20px;
}
/* line 1277, sass/style.scss */
.our-mission .img-box.img-3 {
  padding-bottom: 130%;
  margin-top: 20px;
}
/* line 1283, sass/style.scss */
.our-mission .img-box:hover img {
  transform: scale(1.1);
}
/* line 1289, sass/style.scss */
.our-mission .col-md-8 .row {
  margin-top: 20px;
}

/* line 1296, sass/style.scss */
.our-story .inner-box {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 0px 0px 0px 35px;
  border-radius: 20px;
}
/* line 1300, sass/style.scss */
.our-story .inner-box .sec-heading {
  padding: 90px 0;
}
/* line 1302, sass/style.scss */
.our-story .inner-box .sec-heading p {
  color: #fff;
  margin: 20px 0 0 0;
/*   font: 500 30px "DM Sans", sans-serif; */
}
/* line 1309, sass/style.scss */
.our-story img {
  height: 100%;
/* 	 animation: rotate 10s linear infinite; */
}

/* line 1315, sass/style.scss */
.our-team .team-list {
  margin-top: 50px;
}
/* line 1317, sass/style.scss */
/* .our-team .team-list .col-md-3 {
  width: 20%;
} */
/* line 1320, sass/style.scss */
.our-team .team-list .team-box {
  border-radius: 32px;
  padding: 15px 15px 35px;
  transition: all .4s ease-in-out;
}
/* line 1325, sass/style.scss */
.our-team .team-list .team-box .img-box {
  position: relative;
  padding-bottom: 100%;
}
/* line 1328, sass/style.scss */
.our-team .team-list .team-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* line 1338, sass/style.scss */
.our-team .team-list .team-box .content-box {
  margin-top: 15px;
}
/* line 1340, sass/style.scss */
.our-team .team-list .team-box .content-box h3 {
  color: #070127;
  margin: 0;
  transition: all .4s ease-in-out;
}
/* line 1345, sass/style.scss */
.our-team .team-list .team-box .content-box h4 {
  margin: 6px 0 0 0;
  font-weight: 500;
  color: #64636A;
  transition: all .4s ease-in-out;
}
/* line 1351, sass/style.scss */
.our-team .team-list .team-box .content-box ul {
  margin: 15px 0 0 0;
}
/* line 1353, sass/style.scss */
.our-team .team-list .team-box .content-box ul a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F9;
  border: 1px solid #F5F5F9;
  border-radius: 100%;
  transition: all .4s ease-in-out;
}
/* line 1364, sass/style.scss */
.our-team .team-list .team-box .content-box ul a svg path {
  fill: #000;
}
/* line 1371, sass/style.scss */
.our-team .team-list .team-box:hover {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
}
/* line 1374, sass/style.scss */
.our-team .team-list .team-box:hover .content-box h4,
.our-team .team-list .team-box:hover .content-box h3 {
  color: #fff;
}
/* line 1379, sass/style.scss */
.our-team .team-list .team-box:hover .content-box ul a {
  background-color: transparent;
}
/* line 1382, sass/style.scss */
.our-team .team-list .team-box:hover .content-box ul a svg path {
  fill: #fff;
}

/* line 1394, sass/style.scss */
.contact-hero {
  background-image: url("images/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0 10%;
}
/* line 1400, sass/style.scss */
.contact-hero .sec-heading {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
/* line 1404, sass/style.scss */
.contact-hero .sec-heading h1 {
  color: #fff;
  margin: 20px 0 0 0;
}
/* line 1408, sass/style.scss */
.contact-hero .sec-heading .btn-block {
  margin-top: 20px;
}
/* line 1410, sass/style.scss */
.contact-hero .sec-heading .btn-block a {
  background: linear-gradient(96deg, #001AFF 0%, #00b2ff 100%);
  border: none;
  padding: 10px 40px;
}
/* line 1414, sass/style.scss */
.contact-hero .sec-heading .btn-block a i {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  padding: 0;
  transform: translate(25px, 0px);
}
/* line 1429, sass/style.scss */
.contact-hero .sec-heading .block-contact {
  margin-top: 40px;
}
/* line 1431, sass/style.scss */
.contact-hero .sec-heading .block-contact ul {
  margin: 0;
}
/* line 1433, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li {
  text-align: left;
  margin-left: 60px;
}
/* line 1436, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li:first-child {
  margin: 0;
}
/* line 1439, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li .media-box {
  display: flex;
}
/* line 1441, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li .media-box .icon {
  background: linear-gradient(96deg, #001AFF 0%, #00b2ff 100%);
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
/* line 1450, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li .media-box .icon-title {
  padding-left: 15px;
}
/* line 1452, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li .media-box .icon-title h3 {
  color: #fff;
  margin: 0;
  font: 800 20px "Manrope", sans-serif;
}
/* line 1457, sass/style.scss */
.contact-hero .sec-heading .block-contact ul li .media-box .icon-title a {
  color: #fff;
  font: 400 14px "Manrope", sans-serif;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

/* line 1471, sass/style.scss */
.contact-form {
  background-image: url(images/form-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  overflow: hidden;
}
/* line 1478, sass/style.scss */
.contact-form .form-box {
  background-color: #fff;
  padding: 40px 100px;
  border-radius: 10px;
}
/* line 1482, sass/style.scss */
.contact-form .form-box h3 {
  font: 600 28px "DM Sans", sans-serif;
  color: #070707;
  margin: 0;
}
/* line 1487, sass/style.scss */
.contact-form .form-box p {
  font: 400 14px "DM Sans", sans-serif;
  color: #070707;
  margin: 15px 0 0 0;
}
/* line 1493, sass/style.scss */
.contact-form form {
  margin-top: 20px;
}
/* line 1496, sass/style.scss */
.contact-form .form-group {
  position: relative;
}
/* line 1498, sass/style.scss */
.contact-form .form-group span.wpcf7-spinner {
  position: absolute;
  left: 6px;
  top: 25px;
  margin: 0;
}
/* line 1505, sass/style.scss */
.contact-form .form-group label {
  font: 600 14px "DM Sans", sans-serif;
  color: #070707;
}
/* line 1509, sass/style.scss */
.contact-form .form-group textarea,
.contact-form .form-group input {
  width: 100%;
  background-color: #F3F4F6;
  border-radius: 8px;
  border: 1px solid #F3F4F6;
  margin-top: 10px;
}
/* line 1517, sass/style.scss */
.contact-form .form-group textarea:focus,
.contact-form .form-group input:focus {
  outline: none;
  box-shadow: none;
}
/* line 1522, sass/style.scss */
.contact-form .form-group input {
  height: 50px;
}
/* line 1525, sass/style.scss */
.contact-form .form-group textarea {
  padding: 15px;
}
/* line 1528, sass/style.scss */
.contact-form .form-group .wpcf7-submit {
  padding: 14px 40px;
  background: linear-gradient(96deg, #1141b6 0%, #00b2ff 100%);
  border: 1px solid transparent;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s  ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
}
/* line 1543, sass/style.scss */
.contact-form .terms-txt p {
  margin: 20px 0 0 0;
  color: #070707;
  text-align: center;
  font: 500 12px "Manrope", sans-serif;
}
/* line 1548, sass/style.scss */
.contact-form .terms-txt p a {
  color: #0038FF;
}
/* line 1553, sass/style.scss */
.contact-form .img-box {
  width: calc(-100px + 60vw);
  position: relative;
  padding-bottom: 100%;
}
/* line 1557, sass/style.scss */
.contact-form .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 1566, sass/style.scss */
.contact-form .row {
  align-items: center;
}

/* line 1571, sass/style.scss */
.blog-hero-sec {
  background-image: url("images/blog-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 0 10%;
}
/* line 1578, sass/style.scss */
.blog-hero-sec .sec-heading h1 {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0 280px;
}
/* line 1583, sass/style.scss */
.blog-hero-sec .sec-heading p {
  color: #fff;
  margin: 10px auto 0;
  font-weight: 400;
  width: 100%;
  max-width: 750px;
}
/* line 1591, sass/style.scss */
.blog-hero-sec .search-blog {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
/* line 1595, sass/style.scss */
.blog-hero-sec .search-blog form {
  margin-top: 30px;
  position: relative;
}
/* line 1599, sass/style.scss */
.blog-hero-sec .search-blog form .searchwp-form-input-container input {
  background-color: #fff;
  border: none;
  height: 50px;
  border-radius: 50px;
  padding: 0 30px;
  background-image: none;
}
/* line 1606, sass/style.scss */
.blog-hero-sec .search-blog form .searchwp-form-input-container input::placeholder {
  color: #000;
}
/* line 1611, sass/style.scss */
.blog-hero-sec .search-blog form input.search-submit.swp-button {
  position: absolute;
  right: 8px;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  background: linear-gradient(96deg, #001AFF 0%, #00b2ff 100%);
  color: #fff;
  font: 600 14px "DM Sans", sans-serif;
  height: 40px;
  top: 5px;
}

/* line 1629, sass/style.scss */
.blog-page .nav-tabs {
  display: block;
  padding-bottom: 0;
  border: none;
  margin: 0;
}
/* line 1634, sass/style.scss */
.blog-page .nav-tabs li {
  text-align: center;
}
/* line 1636, sass/style.scss */
.blog-page .nav-tabs li button {
  display: inline-block;
  background-color: transparent;
  color: #1F2937;
  border-radius: 50px;
  padding: 8px 25px;
  margin: 10px 0 0 5px;
  border: 2px solid #CCD1D8;
}
/* line 1644, sass/style.scss */
.blog-page .nav-tabs li button.active {
  background-color: #1F2937;
  border-color: #1F2937;
  color: #fff;
}
/* line 1653, sass/style.scss */
.blog-page .tabs-box {
  margin-top: 20px;
}
/* line 1655, sass/style.scss */
.blog-page .tabs-box .prod-box {
  border: 1px solid #E5E7EB;
  border-radius: 30px;
  padding: 20px;
}
/* line 1659, sass/style.scss */
.blog-page .tabs-box .prod-box .img-box {
  position: relative;
  padding-bottom: 60%;
}
/* line 1662, sass/style.scss */
.blog-page .tabs-box .prod-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
/* line 1672, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content {
  margin-top: 20px;
}
/* line 1675, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content .tag-title span {
  color: #000;
}
/* line 1679, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content h3 {
  margin: 10px 0 0 0;
  color: #000;
}
/* line 1683, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content .user-media {
  margin-top: 10px;
}
/* line 1685, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content .user-media span {
  color: #000;
}
/* line 1687, sass/style.scss */
.blog-page .tabs-box .prod-box .prod-content .user-media span small {
  color: #636D7D;
}
/* line 1695, sass/style.scss */
.blog-page .col-md-4 {
  margin-top: 25px;
}

/* single blog */
/* line 1702, sass/style.scss */
.single-blog .single-blog-box {
  text-align: center;
}

/* line 1705, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc {
  text-align: left;
  margin-top: 40px;
}

/* line 830, sass/style.scss */
/* line 1710, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc h2 {
  color: #000;
  font: 800 24px "DM Sans", sans-serif;
  margin: 0;
}

/* line 835, sass/style.scss */
/* line 1716, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc strong {
  font: 600 20px "DM Sans", sans-serif;
  display: block;
  margin-top: 5px;
}

/* line 840, sass/style.scss */
/* line 1722, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc p {
  color: #000;
  margin: 10px 0 0 0;
}

/* line 848, sass/style.scss */
/* line 1728, sass/style.scss */
.single-blog p,
.single-blog .single-blog-box .latest-blog-desc ol li,
.single-blog .single-blog-box .latest-blog-desc ol li,
.single-blog .single-blog-box .latest-blog-desc ul li,
.single-blog .single-blog-box .latest-blog-desc ul li {
  color: #000;
  font: 400 16px "DM Sans", sans-serif;
  margin: 10px 0 0 0;
  line-height: 1.7rem;
}

/* line 1738, sass/style.scss */
.single-blog p a,
.single-blog p strong a {
  color: #000;
  font: 400 22px "DM Sans", sans-serif;
  text-decoration: underline !important;
}

/* line 1745, sass/style.scss */
.single-blog .latest-blog-img {
  position: relative;
}

/* line 1748, sass/style.scss */
.single-blog .latest-blog-img .img-box {
  position: relative;
  padding-bottom: 40%;
}

/* line 1752, sass/style.scss */
.single-blog .latest-blog-img .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* line 861, sass/style.scss */
/* line 1763, sass/style.scss */
.single-blog .latest-blog-img .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 865, sass/style.scss */
/* line 1769, sass/style.scss */
.single-blog .latest-blog-img .post-date span {
  display: inline-block;
  color: #fff;
  font: 400 14px "DM Sans", sans-serif;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 50px;
}

/* line 1778, sass/style.scss */
.comment-forms .comment-reply-title {
  font: 800 40px "DM Sans", sans-serif;
  color: #000;
  text-align: left;
  margin: 0;
}

/* line 1784, sass/style.scss */
.comment-forms p.logged-in-as {
  color: #000;
}

/* line 1787, sass/style.scss */
.comment-forms p a {
  text-decoration: underline !important;
  color: #e2803f;
}

/* line 1791, sass/style.scss */
.comment-forms form p label {
  display: block;
  color: #000;
  margin: 15px 0;
}

/* line 1797, sass/style.scss */
.comment-forms textarea {
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: unset;
  padding: 20px 24px;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 1px solid #ccc;
}

/* line 1810, sass/style.scss */
.comment-forms input {
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: unset;
  padding: 20px 24px;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 1px solid #ccc;
}

/* line 1823, sass/style.scss */
.comment-forms input#submit {
  font: 800 20px "DM Sans", sans-serif;
  background: linear-gradient(96deg, #1141b6 0%, #00b2ff 100%);
  color: #ffffff;
  padding: 17px 45px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: all .4s ease-in-out;
  display: inline-block;
  border: 1px solid #00b2ff;
}

/* line 1836, sass/style.scss */
.comment-forms input#submit:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* line 1842, sass/style.scss */
p.comment-form-cookies-consent {
  display: none;
}

/* line 1845, sass/style.scss */
p.comment-notes {
  display: none;
}

/* line 1848, sass/style.scss */
.comment-forms {
  margin-top: 70px;
}

/* line 1851, sass/style.scss */
p.logged-in-as {
  display: none;
}

/* line 1855, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc blockquote {
  position: relative;
  margin: 0;
  margin: 25px;
}

/* line 1860, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  left: -25px;
  top: -10px;
}

/* line 1868, sass/style.scss */
.single-blog .single-blog-box .latest-blog-desc blockquote p {
  font-style: italic;
}

/* line 1872, sass/style.scss */
.service-hero-sec {
  background-image: url("images/service-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6% 0 26%;
}
/* line 1879, sass/style.scss */
.service-hero-sec .sec-heading h1 {
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0 150px;
}
/* line 1884, sass/style.scss */
.service-hero-sec .sec-heading p {
  color: #fff;
  margin: 10px auto 0;
  font-weight: 400;
  width: 100%;
  max-width: 750px;
}
/* line 1891, sass/style.scss */
.service-hero-sec .sec-heading .btn-block {
  margin-top: 25px;
}

/* line 1898, sass/style.scss */
.most-incomes .inner-box {
  background-color: #F3F4F6;
  padding: 70px 45px;
  border-radius: 30px;
  border: 1px solid #CCD1D8;
}
/* line 1904, sass/style.scss */
.most-incomes .inner-box .sec-heading h2 {
  margin: 0;
}
/* line 1907, sass/style.scss */
.most-incomes .inner-box .sec-heading p {
  margin: 20px auto 0;
  width: 100%;
  max-width: 850px;
}
/* line 1914, sass/style.scss */
.most-incomes .top-space {
  margin-top: 50px;
}
/* line 1917, sass/style.scss */
.most-incomes .blue-box {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}
/* line 1924, sass/style.scss */
.most-incomes .blue-box .icon-title h3 {
  color: #fff;
  margin: 12px 5px 0;
  font-weight: 600;
}

/* line 1933, sass/style.scss */
.smarter-business {
  position: relative;
  padding-top: 7%;
}
/* line 1936, sass/style.scss */
.smarter-business::before {
  position: absolute;
  top: 60px;
  left: 0;
  width: 80%;
  height: 100%;
  border: 12px solid #6EA0F61F;
  opacity: .6;
  content: "";
  border-radius: 750px 750px 0% 0%;
  border-bottom: transparent;
  right: 0;
  margin: auto;
  z-index: -1;
}
/* line 1952, sass/style.scss */
.smarter-business .sec-heading h2 {
  margin: auto;
  width: 100%;
  max-width: 650px;
}
/* line 1957, sass/style.scss */
.smarter-business .sec-heading p {
  margin: 15px auto 0;
  width: 100%;
  max-width: 850px;
}
/* line 1963, sass/style.scss */
.smarter-business .row {
  margin-top: 50px;
}
/* line 1966, sass/style.scss */
.smarter-business .icon-box {
  border: 1px solid #CCD1D8;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 24px;
  margin-top: 25px;
  text-align: center;
  transition: all .4s ease-in-out;
}
/* line 1974, sass/style.scss */
.smarter-business .icon-box .icons {
  display: inline-flex;
  border-radius: 10px;
  border: 1px solid #CCD1D8;
  padding: 10px;
  box-shadow: 0px 1px 9px -5px #000;
  width: 48px;
  height: 48px;
}
/* line 1982, sass/style.scss */
.smarter-business .icon-box .icons img {
  transition: all .4s ease-in-out;
}
/* line 1986, sass/style.scss */
.smarter-business .icon-box .icon-heading {
  margin-top: 20px;
}
/* line 1988, sass/style.scss */
.smarter-business .icon-box .icon-heading p {
  font-weight: 400;
  margin: 5px auto 0;
  line-height: 1.5rem;
  width: 100%;
  transition: all .4s ease-in-out;
  max-width: 330px;
}
/* line 1997, sass/style.scss */
.smarter-business .icon-box:hover {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
}
/* line 2000, sass/style.scss */
.smarter-business .icon-box:hover .icons img {
  filter: brightness(0) invert(1);
}
/* line 2005, sass/style.scss */
.smarter-business .icon-box:hover .icon-heading h3,
.smarter-business .icon-box:hover .icon-heading p {
  color: #fff;
}

/* line 2015, sass/style.scss */
.mentorship-pathway .inner-box {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
  padding: 80px 40px;
  border-radius: 20px;
}
/* line 2020, sass/style.scss */
.mentorship-pathway .inner-box .sec-heading h2 {
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: 950px;
}
/* line 2028, sass/style.scss */
.mentorship-pathway .path-list {
  margin-top: 50px;
}
/* line 2031, sass/style.scss */
.mentorship-pathway .box-wrapper {
  margin: 0 8px;
}
/* line 2033, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-box {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF0F;
  border: 1px solid #FFFFFF66;
  position: relative;
  margin: auto;
}
/* line 2044, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-box .globe {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
/* line 2048, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-box .globe img {
  max-width: 80px;
}
/* line 2052, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-box .inner-bdr {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF0F;
  border: 1px solid #FFFFFF66;
}
/* line 2061, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-box .inner-bdr h3 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}
/* line 2068, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-white {
  padding-top: 130px;
  position: relative;
}
/* line 2071, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-white::before {
  position: absolute;
  top: 0;
  height: 56%;
  width: 2px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
/* line 2082, sass/style.scss */
.mentorship-pathway .box-wrapper .outer-white::after {
  position: absolute;
  bottom: 78px;
  width: 20px;
  height: 20px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
}
/* line 2095, sass/style.scss */
.mentorship-pathway .box-wrapper .white-box {
  padding: 25px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
/* line 2100, sass/style.scss */
.mentorship-pathway .box-wrapper .white-box h3 {
  margin: 0;
  font-weight: 500;
}
/* line 2106, sass/style.scss */
.mentorship-pathway .slick-next {
  right: 2%;
}
/* line 2109, sass/style.scss */
.mentorship-pathway .slick-prev {
  left: 2%;
}
/* line 2112, sass/style.scss */
.mentorship-pathway .slick-prev,
.mentorship-pathway .slick-next {
  top: -180px;
  background-color: #fff;
  padding: 10px 45px 10px 30px;
  border: 1px solid #CCD1D8;
  color: #000;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  height: auto;
}
/* line 2124, sass/style.scss */
.mentorship-pathway .slick-prev:hover::before,
.mentorship-pathway .slick-next:hover::before {
  color: #fff;
}
/* line 2129, sass/style.scss */
.mentorship-pathway .slick-next::before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #000;
}
/* line 2134, sass/style.scss */
.mentorship-pathway .slick-prev::before {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  color: #000;
}

/* line 2142, sass/style.scss */
.income-streams .col-md-3 {
  width: 20%;
}
/* line 2146, sass/style.scss */
.income-streams .sec-heading p {
  font-weight: 400;
  margin: 10px auto 0;
}
/* line 2151, sass/style.scss */
.income-streams .row {
  margin-top: 50px;
}
/* line 2154, sass/style.scss */
.income-streams .blue-box {
  position: relative;
}
/* line 2156, sass/style.scss */
.income-streams .blue-box .img-box {
  position: relative;
  padding-bottom: 60%;
}
/* line 2159, sass/style.scss */
.income-streams .blue-box .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(180deg, #001aff 0%, rgba(0, 178, 255, 0.5) 70%);
  content: "";
  z-index: 1;
}
/* line 2170, sass/style.scss */
.income-streams .blue-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
/* line 2180, sass/style.scss */
.income-streams .blue-box h3 {
  margin: 0;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

/* line 2199, sass/style.scss */
.packages-list .sec-heading .blur-clr {
  color: #1AA6E2;
  margin: 0;
}
/* line 2203, sass/style.scss */
.packages-list .sec-heading .black-clr {
  color: #000;
  margin: 5px 0 0 0;
}
/* line 2208, sass/style.scss */
.packages-list .row {
  margin-top: 35px;
}
/* line 2211, sass/style.scss */
.packages-list .outer-box {
  background-color: #F3F4F6;
  padding: 20px;
  border: 1px solid #CCD1D8;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 2219, sass/style.scss */
.packages-list .outer-box.blue-box {
  background: linear-gradient(180deg, #111827 0%, #004aad 100%);
}
/* line 2221, sass/style.scss */
.packages-list .outer-box.blue-box h3 {
  color: #fff;
}
/* line 2227, sass/style.scss */
.packages-list .outer-box.blue-box .inner-box ul li::before {
  color: #001AFF;
}
/* line 2234, sass/style.scss */
.packages-list .outer-box h3 {
  text-align: center;
  margin: 0;
  font-weight: 600;
}
/* line 2239, sass/style.scss */
.packages-list .outer-box .inner-box {
  background-color: #Fff;
  padding: 20px;
  border: 1px solid #CCD1D8;
  border-radius: 24px;
  margin-top: 25px;
  height: 100%;
}
/* line 2246, sass/style.scss */
.packages-list .outer-box .inner-box ul {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
/* line 2250, sass/style.scss */
.packages-list .outer-box .inner-box ul li {
  color: #000;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}
/* line 2255, sass/style.scss */
.packages-list .outer-box .inner-box ul li::before {
  font-weight: 900;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

/* line 2272, sass/style.scss */
.build-smarter-business .inner-box {
  text-align: center;
  background-image: url(images/build-smarter-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 80px 242px;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
/* line 2282, sass/style.scss */
.build-smarter-business .inner-box h2 {
  color: #fff;
  margin: 0;
}
/* line 2286, sass/style.scss */
.build-smarter-business .inner-box p {
  margin: 15px auto 0;
  color: #fff;
  font-weight: 400;
  width: 100%;
  max-width: 450px;
}
/* line 2293, sass/style.scss */
.build-smarter-business .inner-box .btn-block {
  margin-top: 20px;
}


/* line 642, sass/style.scss */
.st-model .content-box .red-label span {
  display: inline-block;
  background-color: #f50217;
  padding: 12px 30px;
  border-radius: 50px;
  font: 400 16px "Gobold Reg", sans-serif;
  color: #fff;
  box-shadow: inset 0px 0px 5px 5px #d00214;
  align-items: center;
  text-transform: uppercase;
}
/* line 654, sass/style.scss */
.st-model .content-box h3 {
  font: 400 36px "Gobold Reg", sans-serif;
  margin: 20px 0;
  text-transform: uppercase;
  color: #000;
}
/* line 660, sass/style.scss */
.st-model .content-box p {
  margin: 0;
}
/* line 664, sass/style.scss */
.st-model .serve-box {
  border: 1px solid #e8e5e5;
  padding: 25px;
  text-align: center;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 711, sass/style.scss */
.st-model .modal-header {
  border: none !important;
}
/* line 713, sass/style.scss */
.st-model .modal-header button {
  width: auto;
  height: auto;
  opacity: 1;
}
/* line 720, sass/style.scss */
.st-model .modal .modal-dialog {
  max-width: 1220px;
}
/* line 723, sass/style.scss */
.st-model .modal .modal-content {
  position: relative;
}
/* line 725, sass/style.scss */
.st-model .modal .modal-content .modal-header {
  position: absolute;
  top: -50px;
  right: -50px;
}
/* line 731, sass/style.scss */
.st-model .modal .modal-body {
  padding: 40px 50px 50px;
  position: relative;
}
.st-model .modal .modal-body .img-box {
    position: relative;
    padding-bottom: 100%;
}
.st-model .modal .modal-body .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


@media (min-width: 1600px) {
  /* line 3, sass/_screen.scss */
  .container {
    max-width: 1540px !important;
  }
}
@media (max-width: 1600px) {
  /* line 10, sass/_screen.scss */
  .hero-section .circle-nav .list-unstyled li:nth-child(5) .hvr-content,
  .hero-section .circle-nav .list-unstyled li:nth-child(7) .hvr-content,
  .hero-section .circle-nav .list-unstyled li:nth-child(6) .hvr-content {
    left: auto;
    right: 150px;
  }

  /* line 16, sass/_screen.scss */
  .contact-form .form-box {
    margin: 30px 0;
  }
}
@media (max-width: 1366px) {
  /* line 22, sass/_screen.scss */
  .hero-section .circle-nav .list-unstyled li:nth-child(5), .hero-section .circle-nav .list-unstyled li:nth-child(3) {
    position: absolute;
    bottom: 50px;
  }

  /* line 26, sass/_screen.scss */
  .hero-section {
    height: calc(100vh + 500px);
  }

  /* line 29, sass/_screen.scss */
  .service-hero-sec .sec-heading h1 {
    padding: 0 50px;
  }
}
@media (max-width: 1170px) {
.hero-section .circle-content .hvr-content ul {
    margin-top: 10px;
	display: inline-block;
}	
	
.hero-section .circle-content .hvr-content {
text-align: center;
    margin-top: 25px;	
	
}	
	
  /* line 35, sass/_screen.scss */
  header .nav-flex {
    justify-content: space-between;
  }

  /* line 39, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    cursor: pointer;
  }

  /* line 49, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 58, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 62, sass/_screen.scss */
  #menuToggle ul {
    margin: 0;
  }

  /* line 66, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 81, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 86, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 90, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 95, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 100, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 106, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 112, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 116, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 120, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 124, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 129, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 132, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 137, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 142, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 149, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 161, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 164, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 167, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 171, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 177, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 180, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 184, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 187, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 191, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 194, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 199, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 202, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 207, sass/_screen.scss */
  .nav-bar {
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, #111827 0%, #004aad 100%);
    text-align: center;
  }

  /* line 221, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* line 231, sass/_screen.scss */
  .hide-mob {
    display: none;
  }

  /* line 234, sass/_screen.scss */
  .desktop-off {
    display: block;
  }

  /* line 237, sass/_screen.scss */
  header .col-md-9 {
    width: 100%;
  }

  /* line 240, sass/_screen.scss */
  header .nav-flex .nav-bar ul li a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  /* line 245, sass/_screen.scss */
  header .nav-flex .nav-bar ul li {
    padding-left: 0;
  }

  /* line 248, sass/_screen.scss */
  header .btn-block {
    text-align: center;
    margin-top: 15px;
  }

  /* line 252, sass/_screen.scss */
  header .nav-flex .nav-bar {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* line 261, sass/_screen.scss */
  header .nav-flex .nav-bar ul li a {
    font: 500 24px "DM Sans", sans-serif;
  }

  /* line 265, sass/_screen.scss */
  .our-services .blue-box .col-md-7,
  .our-services .blue-box .col-md-5 {
    width: 100%;
  }

  /* line 269, sass/_screen.scss */
  .our-services .img-box {
    padding-bottom: 80%;
    margin-top: 30px;
  }

  /* line 273, sass/_screen.scss */
  .count-num .inner-bg .count-box h3 {
    font: 500 30px "DM Sans", sans-serif;
  }

  /* line 276, sass/_screen.scss */
  .mobile-off-hero {
    display: none;
  }

  /* line 280, sass/_screen.scss */
  .desktop-off-hero {
    display: block;
  }

  /* line 283, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h4 {
    margin: 20px 0 0 0;
    font: 500 24px "DM Sans", sans-serif;
  }

  /* line 287, sass/_screen.scss */
  .hero-section .changer-bg {
    padding: 250px 0;
  }

  /* line 290, sass/_screen.scss */
  .hero-section {
    height: auto;
  }

  /* line 293, sass/_screen.scss */
  .hero-section .circle-content .circle-item {
    position: initial;
    opacity: 1;
    transform: scale(1);
    transition: all 0.8s  ease;
    z-index: 0;
  }

  /* line 302, sass/_screen.scss */
  .hero-section .slick-prev,
  .hero-section .slick-next {
    top: 980px;
    z-index: 1;
  }

  /* line 307, sass/_screen.scss */
  .hero-section .slick-next {
    right: 40px;
  }

  /* line 310, sass/_screen.scss */
  .hero-section .slick-prev {
    left: 20px;
  }

  /* line 314, sass/_screen.scss */
  .hero-section .slick-prev,
  .hero-section .slick-next {
    background-color: #fff;
    padding: 10px 45px 10px 30px;
    border: 1px solid #CCD1D8;
    color: #000;
    margin: 0;
    display: inline-block;
    border-radius: 50px;
    height: auto;
  }

  /* line 325, sass/_screen.scss */
  .hero-section .slick-next::before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    color: #000;
  }

  /* line 330, sass/_screen.scss */
  .hero-section .slick-prev::before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    color: #000;
  }

  /* line 335, sass/_screen.scss */
  .income-streams .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 339, sass/_screen.scss */
  .income-streams .row {
    margin-top: 20px;
  }

  /* line 342, sass/_screen.scss */
  .why-endrosment.makes-differents.padd-80 {
    padding-top: 80px;
  }

  /* line 345, sass/_screen.scss */
  .circle-content.desktop-off-hero {
    display: block;
  }
}
@media (max-width: 1080px) {
  /* line 352, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h1 {
    font: 600 40px "DM Sans", sans-serif;
    line-height: 3rem;
  }

  /* line 356, sass/_screen.scss */
  .hero-section .changer-bg {
    padding: 200px 0 60px;
  }

  /* line 359, sass/_screen.scss */
  .hero-section .slick-prev,
  .hero-section .slick-next {
    top: 810px;
  }

  /* line 363, sass/_screen.scss */
  .hero-section .slick-prev:hover::before,
  .hero-section .slick-next:hover::before {
    color: #fff;
  }

  /* line 368, sass/_screen.scss */
  .process-steps .box-wrapper {
    margin-left: 0;
    height: 100%;
  }

  /* line 372, sass/_screen.scss */
  .process-steps .col-md-3 {
    width: 50%;
    margin-top: 15px;
  }

  /* line 376, sass/_screen.scss */
  .process-steps .col-md-3 .arrows {
    display: none;
  }

  /* line 379, sass/_screen.scss */
  .process-steps .col-md-3:nth-child(-n+2) {
    margin: 0;
  }

  /* line 382, sass/_screen.scss */
  .testimonial .slick-prev {
    left: 38%;
  }

  /* line 385, sass/_screen.scss */
  .testimonial .slick-next {
    right: 38%;
  }

  /* line 388, sass/_screen.scss */
  .testimonial .draggable {
    padding: 10px 81px !important;
  }

  /* line 391, sass/_screen.scss */
  .our-blog .blog-title h3 {
    font: 600 20px "DM Sans", sans-serif;
  }

  /* line 394, sass/_screen.scss */
  .our-blog .blog-content .arrow span {
    font: 600 18px "DM Sans", sans-serif;
  }

  /* line 397, sass/_screen.scss */
  .our-blog .blog-content .arrow svg {
    left: -8px;
    max-width: 30px;
  }

  /* line 401, sass/_screen.scss */
  .hero-section .circle-content .hero-heading .font-20 {
    font-size: 18px;
  }

  /* line 404, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h4 {
    margin: 15px 0 0 0;
    font: 500 20px "DM Sans", sans-serif;
  }

  /* line 408, sass/_screen.scss */
  .hero-section .slick-prev, .hero-section .slick-next {
    top: 710px;
  }
}
@media (max-width: 980px) {
  /* line 415, sass/_screen.scss */
  .packages-list .col-md-4 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 419, sass/_screen.scss */
  .build-smarter-business .inner-box {
    background-size: cover;
    padding: 80px 100px;
    border-radius: 20px;
  }

  /* line 425, sass/_screen.scss */
  .why-endrosment.perfect-ambitious.padd-80 {
    padding-top: 80px;
  }

  /* line 428, sass/_screen.scss */
  .why-endrosment .col-md-8 {
    padding-left: 0;
    width: 100%;
  }

  /* line 432, sass/_screen.scss */
  .why-endrosment .col-md-4 {
    width: 100%;
  }

  /* line 435, sass/_screen.scss */
  .why-endrosment.padd-80 {
    padding-top: 0;
  }

  /* line 438, sass/_screen.scss */
  .why-endrosment .col-md-8 .col-md-6:nth-child(-n+2) .icon-box {
    margin-top: 25px;
  }

  /* line 441, sass/_screen.scss */
  .why-endrosment .icon-box {
    height: 100%;
  }

  /* line 444, sass/_screen.scss */
  .why-endrosment .col-md-6 {
    margin-top: 25px;
  }

  /* line 447, sass/_screen.scss */
  .count-num .inner-bg .col-md-3 {
    width: 50%;
  }

  /* line 450, sass/_screen.scss */
  .count-num .inner-bg .count-box {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }

  /* line 455, sass/_screen.scss */
  .count-num .inner-bg .col-md-3:nth-child(-n+2) .count-box {
    margin: 0;
  }

  /* line 458, sass/_screen.scss */
  .testimonial .slick-prev {
    left: 30%;
  }

  /* line 461, sass/_screen.scss */
  .testimonial .slick-next {
    right: 30%;
  }

  /* line 464, sass/_screen.scss */
  .font-56 {
    font: 800 40px "DM Sans", sans-serif;
    line-height: 3rem;
  }

  /* line 468, sass/_screen.scss */
  .testimonial .box-wrapper .content-box p {
    font: 500 22px "DM Sans", sans-serif;
  }

  /* line 471, sass/_screen.scss */
  .our-blog .col-md-4 {
    width: 50%;
  }

  /* line 474, sass/_screen.scss */
  .our-blog .box-wrapper {
    margin-top: 25px;
  }

  /* line 477, sass/_screen.scss */
  .our-blog .row {
    margin-top: 20px;
  }

  /* line 480, sass/_screen.scss */
  .font-80 {
    font: 600 50px "DM Sans", sans-serif;
    line-height: 3.5rem;
  }

  /* line 484, sass/_screen.scss */
  .about-hero .sec-heading h1 {
    padding: 0 20px;
  }

  /* line 487, sass/_screen.scss */
  .about-hero .sec-heading p {
    max-width: 450px;
  }

  /* line 490, sass/_screen.scss */
  .our-mission .col-md-4,
  .our-mission .col-md-8 {
    width: 100%;
  }

  /* line 494, sass/_screen.scss */
  .our-mission .col-md-8 .row .col-md-6 {
    width: 100%;
  }

  /* line 497, sass/_screen.scss */
  .our-mission .our-vision {
    margin-top: 20px;
  }

  /* line 500, sass/_screen.scss */
  .why-endrosment.makes-difference.padd-80 {
    padding-top: 80px;
  }

  /* line 503, sass/_screen.scss */
  .our-story .col-md-7,
  .our-story .col-md-5 {
    width: 100%;
  }

  /* line 507, sass/_screen.scss */
  .our-story .inner-box .img-box {
    margin-top: 40px;
  }

  /* line 510, sass/_screen.scss */
  .our-story .inner-box .sec-heading {
    padding: 60px 0;
  }

  /* line 513, sass/_screen.scss */
  .our-team .team-list .col-md-3 {
    width: 50%;
  }

  /* line 516, sass/_screen.scss */
  .most-incomes .inner-box {
    padding: 50px 20px;
  }

  /* line 519, sass/_screen.scss */
  .most-incomes .inner-box .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 524, sass/_screen.scss */
  .most-incomes .top-space {
    margin-top: 15px;
  }

  /* line 527, sass/_screen.scss */
  .contact-hero .sec-heading .block-contact ul li .media-box {
    justify-content: center;
  }

  /* line 530, sass/_screen.scss */
  .contact-hero .sec-heading .block-contact ul li {
    margin-left: 0;
    width: 100%;
  }

  /* line 534, sass/_screen.scss */
  .contact-hero .sec-heading .block-contact ul li .media-box {
    justify-content: flex-start;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-top: 20px;
  }

  /* line 541, sass/_screen.scss */
  .contact-form .col-md-6 {
    width: 100%;
  }

  /* line 544, sass/_screen.scss */
  .contact-form .form-box {
    padding: 40px 30px;
  }

  /* line 547, sass/_screen.scss */
  .contact-form .img-box {
    width: auto;
    position: relative;
    margin-top: 40px;
    padding-bottom: 100%;
  }

  /* line 553, sass/_screen.scss */
  .contact-form {
    padding: 50px 0;
  }

  /* line 556, sass/_screen.scss */
  .contact-form .form-box {
    margin: 0;
  }

  /* line 559, sass/_screen.scss */
  .contact-hero .sec-heading .block-contact {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 565, sass/_screen.scss */
  .count-num .inner-bg .col-md-3:nth-child(-n+2) .count-box {
    margin-top: 20px;
  }

  /* line 568, sass/_screen.scss */
  .testimonial .draggable {
    padding: 10px 5px !important;
  }

  /* line 571, sass/_screen.scss */
  .our-blog .col-md-4 {
    width: 100%;
  }

  /* line 574, sass/_screen.scss */
  footer .foo-widget {
    margin-top: 25px;
    text-align: center;
  }

  /* line 578, sass/_screen.scss */
  footer .inner-box {
    padding: 40px 20px;
    text-align: center;
  }

  /* line 582, sass/_screen.scss */
  footer .copyright .social-lnks {
    text-align: center;
  }

  /* line 585, sass/_screen.scss */
  footer .copyright {
    margin-top: 25px;
  }

  /* line 588, sass/_screen.scss */
  .st-faq.listing-faq.st-faq-list.padd-80 {
    padding-top: 0;
  }

  /* line 591, sass/_screen.scss */
  .count-num .inner-bg .col-md-3 {
    width: 100%;
  }

  /* line 594, sass/_screen.scss */
  .count-num .inner-bg .col-md-3:nth-child(-n+1) .count-box {
    margin-top: 0px;
  }

  /* line 597, sass/_screen.scss */
  .count-num .inner-bg .count-box h3 {
    font: 500 24px "DM Sans", sans-serif;
  }

  /* line 600, sass/_screen.scss */
  .our-story .inner-box .sec-heading {
    padding: 40px 10px 5px 5px;
  }

  /* line 603, sass/_screen.scss */
  .our-story .inner-box .sec-heading p {
/*     font: 500 24px "DM Sans", sans-serif; */
  }

  /* line 606, sass/_screen.scss */
  .font-56 {
    font: 800 30px "DM Sans", sans-serif;
    line-height: 2.5rem;
  }

  /* line 610, sass/_screen.scss */
  .font-80 {
    font: 600 40px "DM Sans", sans-serif;
    line-height: 3rem;
  }

  /* line 614, sass/_screen.scss */
  .about-hero .right-img,
  .about-hero .left-img {
    display: none;
  }

  /* line 618, sass/_screen.scss */
  .mentorship-pathway .slick-prev, .mentorship-pathway .slick-next {
    top: -200px;
  }

  /* line 621, sass/_screen.scss */
  .mentorship-pathway .inner-box {
    padding: 130px 40px 80px;
  }

  /* line 624, sass/_screen.scss */
  .why-endrosment.perfect-ambitious .col-md-6:nth-child(5), .why-endrosment.perfect-ambitious .col-md-6:nth-child(4), .why-endrosment.perfect-ambitious .col-md-6:nth-child(3) {
    width: 100%;
  }

  /* line 627, sass/_screen.scss */
  .why-endrosment.perfect-ambitious .col-md-8 {
    padding-left: 10px;
  }

  /* line 630, sass/_screen.scss */
  .income-streams .col-md-3 {
    width: 100%;
  }

  /* line 633, sass/_screen.scss */
  .why-endrosment .icon-box {
    margin-top: 0;
  }

  /* line 636, sass/_screen.scss */
  .why-endrosment .col-md-8 .col-md-6:nth-child(-n+2) .icon-box {
    margin-top: 0;
  }

  /* line 639, sass/_screen.scss */
  .most-incomes .inner-box .col-md-3 {
    width: 100%;
  }

  /* line 642, sass/_screen.scss */
  .service-hero-sec {
    padding: 12% 0 115%;
  }
	
.our-story .inner-box {
    padding: 0px 0px 0px 10px;
}	
	
    .our-story .inner-box .img-box {
        overflow: hidden;
    }	
	
.st-model .modal .modal-body .bio-content.font-16 {
    margin-top: 20px;
}		
	
}
@media (max-width: 600px) {
  /* line 648, sass/_screen.scss */
  .mentorship-pathway .box-wrapper {
    margin: 0px 0px;
  }

  /* line 651, sass/_screen.scss */
  .mentorship-pathway .inner-box {
    padding: 130px 20px 40px;
  }

  /* line 655, sass/_screen.scss */
  .mentorship-pathway .slick-prev, .mentorship-pathway .slick-next {
    top: -270px;
  }

  /* line 658, sass/_screen.scss */
  .build-smarter-business .inner-box {
    padding: 60px 15px;
  }

  /* line 661, sass/_screen.scss */
  .packages-list .col-md-4 {
    width: 100%;
  }

  /* line 664, sass/_screen.scss */
  .testimonial .inner-box {
    padding: 40px 15px;
    margin-top: 0;
  }

  /* line 668, sass/_screen.scss */
  .process-steps .inner-box {
    padding: 30px 20px;
  }

  /* line 671, sass/_screen.scss */
  .process-steps .col-md-3 {
    width: 100%;
  }

  /* line 675, sass/_screen.scss */
  .process-steps .col-md-3:nth-child(-n+2) {
    margin-top: 15px;
  }

  /* line 678, sass/_screen.scss */
  .process-steps .col-md-3:nth-child(-n+1) {
    margin-top: 0;
  }

  /* line 681, sass/_screen.scss */
  .listing-faq .faq-list {
    padding: 40px 20px;
  }

  /* line 684, sass/_screen.scss */
  .hero-section .slick-prev, .hero-section .slick-next {
    padding: 10px 30px 10px 12px;
  }

  /* line 687, sass/_screen.scss */
  .hero-section .slick-next {
    right: 10px;
  }

  /* line 690, sass/_screen.scss */
  .hero-section .slick-prev {
    left: 10px;
  }

  /* line 693, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h1 {
    font: 600 30px "DM Sans", sans-serif;
    line-height: 2.1rem;
  }

  /* line 697, sass/_screen.scss */
  .hero-section .circle-content .hero-heading .font-20 {
    font-size: 16px;
  }

  /* line 700, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h4 {
    font: 500 18px "DM Sans", sans-serif;
  }

  /* line 703, sass/_screen.scss */
  .hero-section .slick-dots {
    position: inherit;
    bottom: 0;
    display: inline-block;
    margin-bottom: 15px;
  }

  /* line 709, sass/_screen.scss */
  .hero-section .slick-dots li {
    margin: 0 8px 0 0;
    width: auto;
    height: auto;
  }

  /* line 714, sass/_screen.scss */
  .hero-section .slick-dots li button {
    width: 30px;
    height: 6px;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    border: 1px solid #fff;
  }

  /* line 722, sass/_screen.scss */
  .hero-section .slick-dots li button::before {
    display: none;
  }

  /* line 725, sass/_screen.scss */
  .hero-section .slick-dots li.slick-active button {
    background-color: #fff;
  }

  /* line 728, sass/_screen.scss */
  .hero-section .changer-bg {
    padding: 160px 0 40px;
  }

  /* line 731, sass/_screen.scss */
  .trusted-companies {
    padding: 30px 0;
  }

  /* line 734, sass/_screen.scss */
  .why-endrosment .col-md-8 {
    padding-left: 10px;
  }

  /* line 737, sass/_screen.scss */
  .count-num .inner-bg {
    padding: 30px 20px;
  }

  /* line 740, sass/_screen.scss */
  .font-56 {
    font: 800 30px "DM Sans", sans-serif;
    line-height: 2.5rem;
  }

  /* line 744, sass/_screen.scss */
  .testimonial .box-wrapper {
    padding: 30px 20px;
    margin: 0px 8px;
  }

  /* line 748, sass/_screen.scss */
  .testimonial .slick-prev {
    left: 5%;
  }

  /* line 751, sass/_screen.scss */
  .testimonial .slick-next {
    right: 5%;
  }

  /* line 754, sass/_screen.scss */
  header .site-logo img {
    width: 70px;
  }

  /* line 757, sass/_screen.scss */
  .our-services .sec-heading {
    margin: 0 auto 0;
  }

  /* line 760, sass/_screen.scss */
  .padd-80 {
    padding: 60px 0;
  }

  /* line 763, sass/_screen.scss */
  .our-services .row {
    margin-top: 15px;
  }

  /* line 766, sass/_screen.scss */
  .about-hero .sec-heading h1 {
    padding: 0 0px;
  }

  /* line 769, sass/_screen.scss */
  .our-mission .mission-box {
    padding: 40px 25px;
  }

  /* line 772, sass/_screen.scss */
  .font-24 {
    font: 500 20px "DM Sans", sans-serif;
  }

  /* line 775, sass/_screen.scss */
  .testimonial {
    margin-top: 40px;
  }

  /* line 778, sass/_screen.scss */
  .font-80 {
    font: 600 30px "DM Sans", sans-serif;
    line-height: 2.5rem;
  }

  /* line 782, sass/_screen.scss */
  .about-hero .group-img {
    margin-top: 40px;
  }

  /* line 785, sass/_screen.scss */
  .our-mission .img-box.img-3 {
    padding-bottom: 100%;
  }

  /* line 788, sass/_screen.scss */
  .our-story .inner-box .sec-heading p {
/*     font: 500 20px "DM Sans", sans-serif; */
  }

  /* line 791, sass/_screen.scss */
  .our-team .team-list .team-box .content-box ul a {
    width: 32px;
    height: 32px;
  }

  /* line 795, sass/_screen.scss */
  .our-mission h2.font-56 {
    font: 800 24px "DM Sans", sans-serif;
  }

  /* line 798, sass/_screen.scss */
  .our-team .team-list .team-box {
    padding: 10px 10px 20px;
  }

  /* line 801, sass/_screen.scss */
  .our-team .team-list {
    margin-top: 20px;
  }

  /* line 804, sass/_screen.scss */
  .font-20 {
    font: 700 16px "DM Sans", sans-serif;
  }

  /* line 807, sass/_screen.scss */
  .blog-hero-sec .sec-heading p {
    max-width: 320px;
  }

  /* line 810, sass/_screen.scss */
  .blog-hero-sec .sec-heading h1 {
    padding: 0 10px;
  }

	
	
}
@media (max-width: 480px) {
  /* line 816, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h4 {
    font: 500 16px "DM Sans", sans-serif;
  }

  /* line 819, sass/_screen.scss */
  .hero-section .circle-content .hero-heading h1 {
    font: 600 24px "DM Sans", sans-serif;
    line-height: 2.1rem;
  }

  /* line 823, sass/_screen.scss */
  .hero-section .circle-content .hero-heading .font-20 {
    font-size: 14px;
  }
}
