/*
------------- Table of content ----------------

Template Name: trusted-it-group  Responsive  HTML5 Template
Template URI: https://trusted-it-group.com/
Description: trusted-it-group  Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: https://trusted-it-group.com/
Version: 1.0

---------------------- common content ----------
1.body reset content
#.header-area
#.hero-banner-area
#.primary-form
#.clients-trust-area
#.section-title
#.about-group
#.our-clint-area
#.service-area
#.counter-area
#.contact-map-section
#.cat-area
#.city-name-area
#.testimonial-area
#.faq-area
#.footer-area




*/
/*===============================
 #.faq-area
=================================*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

:root {
  font-size: 62.5%;
  --primary-color: #FF7C3C;
  --hover-color: #ffc849;
  --secondary-color: #2CAB1E;
  --bColor: #4D4D4D;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

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

a {
  text-decoration: none;
  outline: 0;
}

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

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 10rem 0;
}

.section-space-top {
  padding: 10rem 0 0;
}

.section-space-bottom {
  padding: 0 0 10rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.pb-70 {
  padding-bottom: 7rem;
}

/*-------------------------
primary-btn
--------------------------*/
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 0.8rem;
  padding: 1.4rem 4rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: var(--primary-color);
  color: var(--white);
  transition: all 0.5s linear;
  border: none;
}
.primary-btn.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.primary-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 1.2rem;
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.read-more-btn:hover {
  color: var(--hover-color);
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.section-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bg {
  background-color: #f9f9f9;
}

.section-bg-gradient {
  background: var(--primary-gradient);
}

.slick-slider {
  margin: 0 -12px;
}

.slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161414;
  background: var(--primary-gradient);
  z-index: 9999;
}

.preloader img {
  max-width: 22rem;
  animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.rounded-image {
  border-radius: 2.4rem;
}

.img-fluid {
  width: 100%;
}

@media (max-width: 991px) {
  .section-space {
    padding: 6rem 0;
  }
  .section-space-top {
    padding: 6rem 0 0;
  }
  .section-space-bottom {
    padding: 0 0 6rem 0;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 1.6rem;
  }
}
/*===============================
 #.hero-banner-area
=================================*/
.hero-banner-area {
  padding: 6rem 0;
}
.hero-banner-area {
  padding-top: 15rem;
}
.hero-banner-area h1 {
  margin-bottom: 2rem;
  font-size: 4.4rem;
  font-weight: 600;
  color: var(--white);
}
.hero-banner-area p {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--white);
}
.hero-banner-area .feature-lsit li {
  display: flex;
  grid-column-gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
.hero-banner-area .feature-lsit li:last-child {
  margin-bottom: 0;
}
.hero-banner-area .feature-lsit li .feature-icon {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.2rem;
  object-fit: cover;
}
.hero-banner-area .feature-lsit li p {
  flex: 1;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}
.hero-banner-area .feature-lsit li p b {
  font-weight: 600;
}
.hero-banner-area .baner-bottom {
  margin-top: 8rem;
}
.hero-banner-area .baner-bottom .baner-bottom-info {
  display: flex;
  align-content: center;
  grid-column-gap: 1.5rem;
}
.hero-banner-area .baner-bottom .baner-bottom-info .icon {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}
.hero-banner-area .baner-bottom .baner-bottom-info .banner-botom-content {
  flex: 1;
}
.hero-banner-area .baner-bottom .baner-bottom-info .banner-botom-content h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
}
.hero-banner-area .baner-bottom .baner-bottom-info .banner-botom-content p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hero-banner-area h1 {
    font-size: 3.2rem;
  }
  .hero-banner-area p {
    font-size: 1.8rem;
  }
  .hero-banner-area .feature-lsit li p {
    font-size: 1.6rem;
  }
  .hero-banner-area .baner-bottom {
    margin-top: 4rem;
  }
  .hero-banner-area .baner-bottom .baner-bottom-info .banner-botom-content h3 {
    font-size: 2rem;
  }
}
/*===============================
 #.primary-form
=================================*/
.primary-form {
  background-color: var(--white);
  padding: 3rem;
  border-radius: 2.4rem;
}
.primary-form h2 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--black);
}
.primary-form .brand-icon {
  max-width: 100%;
}
.primary-form .primary-btn {
  width: 100%;
}
.primary-form .form-control {
  width: 100%;
  border: none;
  padding: 0.7rem 0;
  border-bottom: 1px solid #B1B1B1;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
}
.primary-form .form-control.message-box {
  height: 8rem;
  resize: none;
}

/*===============================
 #.clients-trust-area
=================================*/
.single-trust .rating {
  display: flex;
  align-items: center;
  grid-column-gap: 0.6rem;
  color: #FFC201;
  margin-bottom: 1.5rem;
}
.single-trust .rating li i{
  color: #FFC201;
}
.single-trust p {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  font-weight: 400;
}
.single-trust .client-info {
  display: flex;
  align-items: center;
  grid-column-gap: 1.5rem;
}
.single-trust .client-info .client-image {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  object-fit: cover;
}
.single-trust .client-info .client-text {
  flex: 1;
}
.single-trust .client-info .client-text h3 {
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
}
.single-trust .client-info .client-text p {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}

/*===============================
 #.section-title
=================================*/
.section-title {
  margin-bottom: 4rem;
}
.section-title .sub-title {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.section-title .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.2rem;
  background-color: var(--primary-color);
}
.section-title .title {
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
}
.section-title p {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 3rem;
  }
  .section-title {
    margin-bottom: 2.5rem;
  }
}
/*===============================
 #.about-group
=================================*/
.about-group-wrap {
  background-color: var(--white);
  box-shadow: 4px 10px 44px rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  overflow: hidden;
}
.about-group-wrap .about-grou-left {
  padding: 6rem;
}
.about-group-wrap .about-grou-right a {
  display: block;
}
.about-group-wrap .about-grou-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .about-group-wrap .about-grou-left {
    padding: 3rem 2rem;
  }
}
/*===============================
 #.our-clint-area
=================================*/
.our-clint-area .clint-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}

.our-clint-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.our-clint-slider .slick-arrow.slick-prev {
  left: 2rem;
}
.our-clint-slider .slick-arrow.slick-next {
  right: 2rem;
}

/*===============================
 #.service-area
=================================*/
.single-service {
  margin-bottom: 2.4rem;
}
.single-service h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
}
.single-service p {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.single-service:last-child {
  margin-bottom: 0;
}

.single-service-card {
  padding: 4.4rem 3rem;
  background-color: var(--white);
  border-radius: 2.4rem;
  height: 100%;
}
.single-service-card .service-icon {
  width: 8rem;
  height: 8rem;
  border-radius: 1.2rem;
  object-fit: cover;
  margin-bottom: 3rem;
}
.single-service-card h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
}
.single-service-card p {
  font-size: 1.7rem;
  margin: 0;
}

@media (max-width: 767px) {
  .single-service-card {
    padding: 3rem 2rem;
  }
}
/*===============================
 #.counter-area
=================================*/
.single-counter h2 {
  margin-bottom: 1.5rem;
  font-size: 6.4rem;
  font-weight: 500;
  color: var(--black);
}
.single-counter p {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .single-counter h2 {
    font-size: 4rem;
  }
}
/*===============================
 #.contact-map-section
=================================*/
.contact-map-section .contact-wrap {
  background-color: var(--white);
  box-shadow: 4px 10px 44px rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  overflow: hidden;
}
.contact-map-section .contact-wrap .contact-left {
  padding: 6rem;
}
.contact-map-section .contact-wrap .contact-info li {
  margin-bottom: 1.5rem;
}
.contact-map-section .contact-wrap .contact-info li a,
.contact-map-section .contact-wrap .contact-info li .address{
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--black);
  transition: all 0.5s linear;
}
.contact-map-section .contact-wrap .contact-info li a:hover {
  color: var(--primary-color);
}
.contact-map-section .contact-wrap .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-map-section .contact-wrap .contact-info li:last-child a {
  color: var(--primary-color);
}

.contact-map-section .section-title .title, 
.contact-map-section .section-title .title *{
   background: var(--Main-Gradient, radial-gradient(206.7% 179.55% at 19.32% 69.45%, #2557C6 0%, #FF7C3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .contact-map-section .contact-wrap .contact-left {
    padding: 3rem 2rem;
  }
  .contact-map-section .contact-wrap .contact-info li a {
    font-size: 1.6rem;
  }
}
/*===============================
 #.cat-area
=================================*/
.cat-wrap {
  padding: 6rem;
  border-radius: 3rem;
}

@media (max-width: 767px) {
  .cat-wrap {
    padding: 3rem 2rem;
  }
}
/*===============================
 #.city-name-area
=================================*/
.city-name-wrap {
  background-color: var(--white);
  box-shadow: 4px 10px 44px rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
  padding: 6rem;
}

.single-city {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  grid-column-gap: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid #EEEEEE;
  font-size: 2rem;
  font-weight: 500;
  color: var(--black);
}
.single-city i {
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .city-name-wrap {
    padding: 3rem 2rem;
  }
}
/*===============================
 #.testimonial-area
=================================*/
.single-testimonial .testimonial-image {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 3.2rem;
  z-index: 2;
}
.testimonial-slide .slick-arrow.slick-prev {
  left: 2rem;
}
.testimonial-slide .slick-arrow.slick-next {
  right: 2rem;
}

@media (max-width: 767px) {
  .testimonial-slide .slick-arrow {
    top: 24%;
  }
}
/*===============================
 #.faq-area
=================================*/
.primary-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
}
.primary-accordion .accordion-item .accordion-header {
  border-radius: 0;
}
.primary-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 2rem;
  font-weight: 500;
  color: var(--black);
  background-color: transparent;
  border: none;
  padding: 1.5rem 0;
  border-radius: 0;
  box-shadow: none;
}
.primary-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  transform: rotate(0deg);
  background: transparent;
  font-weight: 700;
}
.primary-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0deg);
  font-family: "Font Awesome 6 Free";
}
.primary-accordion .accordion-item .accordion-body ul {
  list-style: disc;
  font-size: 1.7rem;
  font-weight: 400;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
.primary-accordion .accordion-item .accordion-body p {
  font-size: 1.7rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px!important;
    }
}

 #info-teasers > div{
     border-radius: 20px;
     background: var(--Secondary-CTA, linear-gradient(180deg, #2557C6 0%, #1543A9 100%));
  }
  #info-teasers h2{
    color: #FFF;
    /* Heading 1 */
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 57.2px */
    text-align: left;
  }
  #info-teasers p{
    color: #FFF;
    /* Subheading */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
    text-align: left;
  }
  #info-teasers .hhs-divider{
     display: none;
  }
  #info-teasers > div .row{
     padding: 40px;
  }
  #info-teasers .hhs-rich-text h2,
    #info-teasers .hhs-rich-text p{
     text-align: left!important;
  }
  #info-teasers .hhs-rich-text.c1{
    padding-right: 40px;
    border-right: 1px solid rgba(224, 227, 233, 0.2);
  }
  #info-teasers .hhs-rich-text.c2{
    padding-right: 40px;
     padding-left: 40px;
    border-right: 1px solid rgba(224, 227, 233, 0.2);
  }
  #info-teasers .hhs-rich-text.c3{
     padding-left: 40px;
  }
  #hs_cos_wrapper_widget_1743080307853 .hhs-row-overlay{
     display: none!important;
  }
  #info-teasers{
    clear: both;
    position: related;
  }
  #info-teasers .container{
      position: absolute;
      top: -125px;
      left: 0px;
      right: 0px;
  }
  #hs_cos_wrapper_widget_1743095776041 .nms__familar{
    padding-top: 0px!important;
    width: 1140px;
  }
  #hs_cos_wrapper_widget_1743096737183 .hhs-img-text-mod{
  border-radius: var(--Boxes-Roundness-L, 24px);
    border: 1px solid var(--Box-Stroke, #EEE);
    background: var(--White, #FFF);
    box-shadow: 4px 10px 44px 0px rgba(0, 0, 0, 0.20);
    width: 1120px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #hs_cos_wrapper_widget_1743096737183 .hhs-divider {
    display: none;
  }
  #hs_cos_wrapper_widget_1743096737183 .hhs-bg-image{
    border-radius: 0px 24px 24px 0px;
  }
  #hs_cos_wrapper_widget_1743096737183 .hhs-rich-text{
     padding: 80px!important;
  }
  #hs_cos_wrapper_widget_1743097716437{
    max-width: 1320px;
    margin: auto;
  }
  #hs_cos_wrapper_widget_1743095776041 .nms__familar--image{
     display: none;
  }
  #hs_cos_wrapper_widget_1743098571411 .hhs-divider{
    display: none;
  }
  #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in p,
  #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in{
    color: #4D4D4D!important;

  /* Heading 6 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
    text-align: left!important;
  }
  #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in .c1{
     padding-right: 15px;
  }
  #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in .c2{
     padding-left: 15px;
  }
  #hs_cos_wrapper_widget_1743099625832 .container{
    border-radius: 20px;
    background: var(--Secondary-CTA, linear-gradient(180deg, #2557C6 0%, #1543A9 100%));
  }
  #hs_cos_wrapper_widget_1743099625832 .container .row{
     padding: 40px;
  }
  #hs_cos_wrapper_widget_1743099625832 .container .row img{
     display: block;
  }
  #hs_cos_wrapper_widget_1743099625832 .container .row,
  #hs_cos_wrapper_widget_1743099625832 .container .row p{
    color:  #F6F9FC!important;
    /* Heading 5 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
  }
  #hs_cos_wrapper_widget_1743099625832 .container .row img:first-child{
    margin-bottom: 15px;
  }
  button.splide__arrow--prev{
    left: -3em;
  }
  button.splide__arrow{
    top: 45%;
  }
  @media (max-width: 768px) {
    .banner-content h1,
    #info-teasers h2{
        font-size: 28px!important;
    }
    .banner-content p{
        font-size: 20px!important;
    }
    .banner-content-wrapper{
        padding: 0px!important;
    }
    #hs_cos_wrapper_widget_1743092054542{
        margin-top: 50px!important;
    }
    #info-teasers p{
        font-size: 14px!important;
    }
    #hs_cos_wrapper_widget_1743097716437{
      padding-top: 60px !important;
      padding-bottom: 0px!important;
      padding-right: 20px!important;
      padding-left: 20px!important;
    }
    #hs_cos_wrapper_widget_1743096737183 .hhs-img-text-mod {
        max-width: 720px;
        margin-bottom: 20px;
    }
    #hs_cos_wrapper_widget_1743096737183 .hhs-rich-text{
      padding: 60px !important;
    }
    #hs_cos_wrapper_widget_1743096737183 h3,
    #hs_cos_wrapper_widget_1743095776041 h2,
    #hs_cos_wrapper_widget_1713885896919 h2,
    #hs_cos_wrapper_widget_1673200688148 h2,
    .first-col .hhs-rich-text h2{
      font-size: 24px!important;
    }
    #hs_cos_wrapper_widget_1743096737183 p,
    #hs_cos_wrapper_widget_1743095776041 .nms__familar--col,
    #hs_cos_wrapper_widget_1743095776041 .nms__familar--col li,
    .nms__about ul,
    #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in p, 
    #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in,
    .feature-list li p{
      font-size: 17px!important;
    }
    #hs_cos_wrapper_widget_1673206474492 .hhs-logo-mod{
      padding-bottom: 0px!important;
    }
    .nms__about--title{
      padding-left: 0px;
      padding-right: 0px;
    }
    .nms__about{
      padding: 0px 20px;
    }
    .nms__about--cols{
      display: flex;
    }
    .nms__about--cols.mobile-second-first{
      padding-top: 0px;
    }
    .nms__about h3, .nms__about ul{
      margin-left: 0px;
    }
    .nms__about--cols.mobile-second-first {
      display: flex;
      flex-direction: row;
    }
    .nms__about h3,
    #hs_cos_wrapper_widget_1714209422569 h3,
    .baner-bottom .baner-bottom-info .banner-botom-content h3{
      font-size: 20px!important;
    }
    .nms__about ul{
      padding-left: 15px;
    }
    #hs_cos_wrapper_widget_1743099625832 .container .row p{
      font-size: 17px!important;
    }
    #hs_cos_wrapper_widget_1743099625832 .container .row{
      padding: 20px;
    }
    .baner-bottom .baner-bottom-info .banner-botom-content p{
      font-size: 14px!important;
    }
    .hhs-form-con h4{
      font-size: 18px!important;
    }
    .clint-title{
      font-size: 16px!important;
    }
    button.splide__arrow{
      top: 42%;
    }
    button.splide__arrow--prev {
        left: -2em;
    }
    button.splide__arrow--next {
        right: -1.5em;
    }
    
  }
  @media (max-width: 576px) {
      #hs_cos_wrapper_widget_1743096737183 .hhs-img-text-mod {
          max-width: 100%;
          width: 100%;
      }
      #info-teasers .hhs-rich-text.c1,
      #info-teasers .hhs-rich-text.c2,
      #info-teasers .hhs-rich-text.c3{
        border: none;
        padding: 0px;
      }
      #hs_cos_wrapper_widget_1743080307853{
        margin: 0px 20px;
      }
      #info-teasers .container{
        position: relative;
        top: 0px;
      }
      #info-teasers .hhs-rich-text.c1,
      #info-teasers .hhs-rich-text.c2{
        padding-bottom: 10px;
      }
      .banner-content{
        padding-bottom: 0px!important;
      }
      #info-teasers > div .row{
        padding: 25px;
      }
      #hs_cos_wrapper_widget_1743080307853 .hhs-text-mod{
        padding: 0px!important;
      }
      #hs_cos_wrapper_widget_1743096737183{
        padding: 0px 20px!important;
      }
      #hs_cos_wrapper_widget_1743096737183 .hhs-rich-text{
        padding: 30px!important;
      }
      .nms__familar--title{
        padding: 0px!important;
        text-align: left;
      }
      .nms__familar--cols,
      .nms__about--cols.mobile-second-first{
        display: block;
      }
      .nms__about--cols{
        display: flex;
        flex-direction: column-reverse;
      }
      .nms__familar ul{
        margin: inherit;
        padding-left: 15px;
      }
      #hs_cos_wrapper_widget_1743095776041{
        padding: 0px 20px;
      }
      .nms__about--cols.mobile-second-first .nms__about--col.nms__about--content{
        padding-top: 20px;
      }
      #hs_cos_wrapper_widget_1743099625832{
        padding: 0px 20px;
      }
      #hs_cos_wrapper_widget_1743098571411{
        padding: 0px 5px;
      }
      #hs_cos_wrapper_widget_1743098571411 .hhs-rich-text-in .c2{
        padding-left: 0px;
      }
      #hs_cos_wrapper_widget_1743099625832 .hhs-rich-text.c1 p{
        display: flex;
        gap: 15px;
      }
      #hs_cos_wrapper_widget_1743099625832 .hhs-rich-text.c1 p img{
        width: 150px;
        height: 50px!important;
      }
      #hs_cos_wrapper_widget_1743099625832 .container .row{
        padding: 20px 10px;
      }
      .splide__slide{
        width: calc(50% - 8px)!important;
      }
      #hs_cos_wrapper_widget_1743096300998 .container{
        padding: 0px 20px;
        padding-left: 25px;
      }
      .splide__track{
        width: 90%;
        margin: auto;
      }
      button.splide__arrow--next {
          right: 0em;
      }
      button.splide__arrow--next {
        right: 0em;
    }
    #hs_cos_wrapper_widget_1743096300998{
      margin-top: 60px;
    }
    #hs_cos_wrapper_widget_1743096300998 .slider__container{
      margin-top: 10px;
    }
    button.splide__arrow--prev {
      left: -1em;
      top: 47%;
  }
  #info-teasers > div .row {
    padding: 25px 15px;
  }
  #hs_cos_wrapper_widget_1743095776041{
    margin-top: 40px;
  }
}
.baner-bottom .baner-bottom-info{
  align-items: center;
}
.baner-bottom .baner-bottom-info .icon {
  height: 4rem !important;
  object-fit: cover;
  width: 4rem !important;
}
#hs_cos_wrapper_widget_1743080307853 .hhs-text-mod{
  padding-bottom: 20px!important;
}
#hs_cos_wrapper_widget_1743095776041 h2,
#hs_cos_wrapper_widget_1673200688148 h2{
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
}
#hs_cos_wrapper_widget_1713885896919 h3 {
  font-size: 37px;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
}
</style>
    <meta name="robots" content="noindex, nofollow">

<style>
  .hs-content-id-84574159395 {
      overflow-x: hidden;
  }
  #hs_cos_wrapper_widget_1714209422569 .block-uni__col{
    border-radius: var(--Boxes-Roundness-L, 24px);
    border: 1px solid var(--Box-Stroke, #EEE);
    background: var(--White, #FFF);

    /* Box Shadow */
    box-shadow: 4px 10px 44px 0px rgba(0, 0, 0, 0.20);
  }
  #hs_cos_wrapper_widget_1714209422569 .block-uni__col h3{
    color: var(--Heading, #000);

    /* Heading 6 */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
  }
  #hs_cos_wrapper_widget_1714209422569 .block-uni__col p{
    color: var(--Paragraph, #4D4D4D);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
  #hs_cos_wrapper_widget_1714209422569 .block-uni__col a{
    border-radius: var(--Button-Roundness-L, 100px);
	background: var(--Main-Gradient, radial-gradient(206.7% 179.55% at 19.32% 69.45%, #2557C6 0%, #FF7C3C 100%));
    padding: 12px 32px;
    color: var(--Light-Background, #F6F9FC);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
  }
  #hs_cos_wrapper_widget_1714209422569 .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
    gap: 16px;
 }

#hs_cos_wrapper_widget_1714209422569 .col-sm-3 {
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1714209422569 .block-uni__col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1714209422569 .block-uni__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hs_cos_wrapper_widget_1714209422569 .row > [class*='col-'] {
  width: auto!important;
}
/* Apply flex layout for equal heights on medium screens and up */
@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1714209422569 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  #hs_cos_wrapper_widget_1714209422569 .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    width: auto!important;
  }

  #hs_cos_wrapper_widget_1714209422569 .block-uni__col {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  #hs_cos_wrapper_widget_1714209422569 .block-uni__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  #hs_cos_wrapper_widget_1714209422569 .row > [class*='col-'] {
    width: auto!important;
  }
}

/*help-area*/
.help-area {
  padding: 100px 0;
}
.help-image {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
}
.help-top {
  margin-bottom: 44px;
}
.help-top .sub-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FF7C3C;
  padding-left: 50px;
}
.help-top .sub-title:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 3px;
  background: #FF7C3C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.help-top .title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.accordion.help-accordion .accordion-item {
  background: #F6F9FC;
  padding: 0 25px;
  margin-bottom: 35px;
  border-radius: 10px;
  border: none;
}
.accordion.help-accordion .accordion-item .accordion-header {
  background: transparent;


}
.accordion.help-accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  padding: 20px 0;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
}
.accordion.help-accordion .accordion-item .accordion-body {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: #4D4D4D;
  border-top: 1px solid #cccccc
}
/*agentic-pmo*/
.agentic-pmo {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.agentic-pmo h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}
.agentic-pmo p {
  color: #ffffff;
}
/*project-management*/
.project-management {
  padding: 100px 0;
  background: #F6F9FC;
}
.project-management ul.project-management-tabs-menu{
  justify-content: center;
}
.project-management .project-management-title {
  margin-bottom: 40px;
  text-align: center;
  /* Heading 1 */
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 57.2px */
  background: var(--Main-Gradient, radial-gradient(206.7% 179.55% at 19.32% 69.45%, #2557C6 0%, #FF7C3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.project-management-tabs-menu li .nav-link {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  padding: 14px 24px;
}
.project-management-tabs-menu li .nav-link.active {
  background: #2557C6;
}
.project-management-tabs-content {
  margin-top: 60px;
}
.project-management-tabs-content .project-management-right h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.project-management-tabs-content .project-management-right ul li {
  /*display: flex;
  align-items: center;
  grid-column-gap: 12px;*/
  margin-bottom: 12px;
  font-size: 17px;
  list-style: disc;
}
.project-management-tabs-content .project-management-right ul{
  padding-left: 15px;
}
.project-management-tabs-content .project-management-right ul li i {
  color: #2557C6;
}
@media (max-width: 991px) {
  .project-management .project-management-title {
     margin-bottom: 30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .project-management-tabs-menu li .nav-link {
    font-size: 14px;
    padding: 8px 14px ;
  }
  .project-management-tabs-content {
    margin-top: 30px;
  }
  .accordion.help-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 15px 0;
  }
  .accordion.help-accordion .accordion-item .accordion-body {
    font-size: 16px;
  }
  .accordion.help-accordion .accordion-item {
    margin-bottom: 20px;  
  }
  .help-area {
    padding: 60px 0;
  }
  .agentic-pmo {
    padding: 60px 0;
  }
  .project-management {
    padding: 60px 0;
  }
}
#info-teasers.alts .container{
  top: 0px!important;
  position: relative!important;
}
.hero-banner-area .title{
    font-size: 44px!important;
  }
#hs_cos_wrapper_widget_1753728076729,
#hs_cos_wrapper_widget_1753716854661{
        background-color: rgba(246, 249, 252, 1);
  }
.service-area .section-title .title span{
  background: var(--Main-Gradient, radial-gradient(206.7% 179.55% at 19.32% 69.45%, #2557C6 0%, #FF7C3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-group-wrap .title{
  margin-bottom: 15px;
}
.project-management{
  padding-top: 0px;
}
@media (max-width: 768px) {
  .section-title .sub-heading, .section-title .sub-heading *{
    
    font-size: 18px;
  }
  .form-title h3{
    font-size: 20px;
  }
  #info-teasers > div .row {
      padding: 20px 0px;
  }
  #info-teasers .hhs-divider{
    display: none;
  }
  #info-teasers .hhs-rich-text.c2,
  #info-teasers .hhs-rich-text.c3{
    padding: 0px;
  }
  #info-teasers .container {
        top: -100px !important;
  }
  #hs_cos_wrapper_widget_1753716854661 .hhs-text-mod{
    padding-bottom: 100px;
  }
  .hero-img {
    width: 100%!important;
  }
  .section-title .title, .section-title .title *,
  .help-top .title,
  .help-top .title *,
  .agentic-pmo h2,
  .project-management .project-management-title,
  .project-management .project-management-title *,
  .project-management-tabs-content .project-management-right h2,
  .section-header h3,
  .section-header h2,
  #hs_cos_wrapper_widget_1753728386636 .section-header h3,
  #hs_cos_wrapper_widget_1753728386636_ .section-header h3{
    font-size: 24px!important;
  }
  .clients-trust-area .row{
    row-gap: 20px;
  }
  .about-group-wrap .about-grou-left,
  .contact-map-section .contact-wrap .contact-left
  {
    padding: 2rem;
  }
  .cat-wrap{
    padding: 3rem;
  }
  .hs-video-widget .hs-video-wrapper{
     padding-bottom: 74.25%!important;
  }
  .service-content ul{
    list-style: disc;
    font-size: 16px;
    padding-left: 20px;
    font-size: 16px!important;
  }
  .service-content ul li{
    font-size: 16px!important;
  }
  .testimonial-slide .slick-arrow.slick-next{
     right: 0rem!important;
  }
  .testimonial-slide .slick-arrow.slick-prev{
    left: 0rem!important;
  }
  .project-management{
     padding-top: 0px!important;
  }
  .project-management-tabs-content{
    margin-top: 20px!important;
  }
  .cat-wrap .section-title .title{
    margin-bottom: 15px!important;
  }
  .hhs-hero-mod .first-col .hhs-rich-text img{
    width: 50%!important;
    max-width: 50%!important;
  }
  #hs_cos_wrapper_widget_1743615394766 .hhs-hero-mod,
  .agentic-pmo,
  .help-area{
    padding: 60px 0px!important;
  }
  .service-content p:last-child,
  #accordionExample .accordion-item:last-child{
    margin-bottom: 0px!important;
  }
  .single-service-card .service-title, .single-service-card .service-title *,
  .accordion.help-accordion .accordion-item .accordion-header .accordion-button,
  .single-trust .client-info .client-text .name, .single-trust .client-info .client-text .name *{
    font-size: 20px!important;
  }
  .hero-banner-area .title{
    font-size: 36px!important;
  }
  .hhs-nav > a{
    display: table-cell;
    vertical-align: middle;
  }
  .hs-menu-item a{
    font-size: 17px!important;
    padding: 15px!important;
  }
}
@media (max-width: 600px) {
  .hero-banner-main .banner-padding{
      padding-bottom: 40px;
  }
  .hero-img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain;
  }
  #info-teasers .container {
    position: relative;
    top: 0px!important;
  }
  #hs_cos_wrapper_widget_1753716854661 .hhs-text-mod {
    padding-bottom: 0px;
    padding-top: 50px;
    margin: 0px 15px;
  }
  .project-management{
    padding-bottom: 50px!important;
  }
  .hero-banner-area .title{
    font-size: 28px!important;
  }
  .hero-banner-area,
  .section-space,
  .help-area,
  .agentic-pmo{
    padding: 5rem 0!important;
  }
  .about-group-wrap .title{
      margin-bottom: 10px;
  }
  .about-group-wrap .about-grou-left{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  #hs_cos_wrapper_widget_1753728076729 .hhs-text-mod{
    margin: 0px 15px!important;
  }
  #info-teasers > div .row{
    padding: 40px 0px!important;
  }
  #info-teasers > div .row .c3 p{
    margin-bottom: 0px!important;
  }
  .service-area .img-left {
      max-height: 680px!important;
      max-width: 100%!important;
      object-fit: cover;
  }
  #hs_cos_wrapper_widget_1753728076729 .hhs-text-mod{
    padding-bottom: 50px!important;
  }
  .section-padding{
    padding-top: 50px!important;
  }
  .hero-banner-main{
    padding-top: 120px!important;
  }
  .double-button{
    display: block;
  }
  .single-service-card .service-icon {
        height: 54px!important;
        width: 54px!important;
  }
}
.cat-area .section-title .title{
  margin-bottom: 10px;
}
.cat-area .section-title div:last-child{
  margin-bottom: 15px;
}
.cat-area .section-title{
   margin-bottom: 0px!important;
}
.service-content ul,
.accordion-body ul{
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px; 
}
#scrollUp{
   display: none!important;
}
.hhs-hero-mod .second-col .form-title{
  margin-bottom: -30px!important;
}
.baner-bottom{
  margin-top: 2rem!important;
}
.hhs-hero-mod .first-col .hhs-col-inner{
  padding-right: 60px!important;
}
@media (max-width: 768px) {
  .hhs-hero-mod .first-col .hhs-col-inner{
    padding-right: 0px!important;
  }
}