@font-face {
  font-family: Autography;
  src: url(../fonts/Autography.otf);
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.725;
    /*overflow-x: hidden;*/
}

.sectionCvr { padding: 5em 0px; }

.title-block { position: relative; }

.title-block .title {
    text-transform: capitalize;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    font-family: Manrope;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color:#155777;
}

.title-block .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 13px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/line-draw-vector.png);
    content: '';
}

.title-block.text-center .title:after {
    left: 0px;
    right: 0;
    margin: 0 auto;
}

.title-block .sub-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.title-block .title .black-text {
    color: #000;
}

.theme-btn {
    display: inline-block;
    line-height: 2;
    background: #155777;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    border: medium none;
}
.theme-btn:hover{ background:#F0811A; color: #fff; }
.theme-btn.btn-white{ background: #fff; color:#F0811A; }
.theme-btn.btn-white:hover{ background:#1b5ba5; color: #fff; }


.navbar-brand img { width: 200px; }
.header-call a { padding: 12px 16px; border-radius: 40px; }
.header-call:first-child a { background: #e7eef1; color: #155777; margin-right: 12px; }
.header-call:last-child a { background: #155777; color: #fff; text-transform: capitalize;}
.header-call:last-child a svg{ display: none; }
.home-bannerCvr {
    position: relative;
    padding: 1.2em 0px;
    z-index: 1;
    /*height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;*/
}

.home-bannerCvr::after {
    content: '';
    background: url(../images/banner-logo-vector.png) no-repeat scroll center right / contain;
    position: absolute;
    width: 240px;
    height: 560px;
    right: 0;
    top: 0;
    z-index: -1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.banner-tagline{ position: relative; }

.banner-tagline::after {
    content: '';
    background: url(../images/line-vector.png) no-repeat bottom center / contain;
    position: absolute;
    width: 120px;
    height: 14px;
    bottom: -10px;
    z-index: 9;
    margin: 0 auto;
    left: -26px;
    right: 0;
}

.banner-tagline .banner-tagline-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.banner-tagline .banner-tagline-content .banner-tagline-container {
     font-weight: 600;
    overflow: hidden;
    height: 50px;
    padding: 0 40px;
    position: relative;
}

.banner-tagline .banner-tagline-content .banner-tagline-container .banner-tagline-container-text {
    display: inline;
    float: left;
    margin-top: 14px;
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    color: #000;
}
.banner-tagline .banner-tagline-content .banner-tagline-container .banner-tagline-list {
    margin-top: 0;
    padding-left: 42px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.banner-tagline .banner-tagline-content .banner-tagline-container .banner-tagline-list .banner-tagline-list-item {
  line-height: 1.2;
  margin: 0;
  font-family: Autography;
  color: #155777;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

.banner-text {
    text-align: center;
    margin-top: 40px;
}

.banner-text .banner-title {
    font-family: Poppins;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #000000;
}

.box-content {
    display: inline-block;
    background: #155777;
    padding: 20px;
    margin: 24px 0px;
    border-radius: 40px 0px;
    color: #fff;
    font-size: 48px;
}

.cursuive-text {
    font-family: Autography;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
}

.orange-text {
    color: #F0811A;
}

.blue-text {
    color: #155777;
}

.cursuive-text.orange-text.text-lowercase {
    margin: 0 10px;
    display: inline-block;
    padding-right: 20px;
}
.banner-text .banner-title .blue-text.fw-bold,
.banner-text .banner-title .blue-text.fw-semibold
 {
    position: relative;
    font-weight: 600 !important;
    display: inline-block;
}

.banner-text .banner-title .blue-text.fw-bold::before,
.banner-text .banner-title .blue-text.fw-semibold::before,
.banner-text .banner-title .blue-text.fw-bold::after,
.banner-text .banner-title .blue-text.fw-semibold::after{
    content: '\f054';
    color: #f5821f;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 600;
    transform: rotate(-40deg);
} 

.banner-text .banner-title .blue-text.fw-bold::before {
    top: -30px;
    right: -30px;
    animation: move-chevron 3s ease-out 1s infinite;
    font-size: 1em;
}
.banner-text .banner-title .blue-text.fw-bold::after{
    top: -14px;
    right: -17px;
    animation: move-chevron 3s ease-out infinite;
    font-size: 0.8em;
}

.banner-text .banner-title .blue-text.fw-semibold::before {
    top: -25px;
    right: -30px;
    animation: move-chevron 3s ease-out 1s infinite;
    font-size: 40px;
}
.banner-text .banner-title .blue-text.fw-semibold::after {
    top: -10px;
    right: -17px;
    animation: move-chevron 3s ease-out infinite;
    font-size: 34px;
}


@keyframes move-chevron {
 25% {
  opacity: 1;
    }
 33.3% {
  opacity: 1;
  transform: translateY($base * 3.8);
 }
 66.6% {
  opacity: 1;
  transform: translateY($base * 5.2);
 }
 100% {
  opacity: 0;
  transform: translateY($base * 8) scale(0.5);
 }
}
.banner-cta-sec::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background:#D9D9D9;
    top: 2.8em;
    z-index: -1;
}
.banner-cta-sec.wo-cta-block::before {
    top: 0.8em;
}
.banner-cta-sec {
    width: 100%;
    position: relative;
}
.banner-cta-sec .banner-cta-text {
    padding-top: 5em;
}
.banner-cta-sec .banner-cta-text p {
    font-size: 24px;
    font-weight: 500;
    line-height:1.4;
}
.banner-cta-sec .banner-cta-btn{ text-align:center; }
.banner-cta-sec { width: 100%; }

.banner-cta-sec .link {
    width: 11rem;
    height: 11rem;
    display: inline-block;
    font: 300 15px/1.4 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    background: #fff;
    padding: 14px;
    border-radius: 50%;
}
.banner-cta-sec .link .link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: #155777;
    stroke: #F0811A;
    stroke-width: 0.05em;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner-cta-sec .link .link__arrow {
  transform-origin: 50% 50%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  transform: rotate(-40deg);
}
.banner-cta-sec .link:hover .link__arrow {
  /*transform: scale(1.1);*/
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.banner-cta-sec .link .link__arrow {
  stroke-width: 0.2em;
}
.banner-cta-sec .link .link__text {
  -webkit-animation: rotate normal infinite 20s linear;
          animation: rotate normal infinite 20s linear;
  transform-origin: 50% 50%;
}
.banner-cta-sec .link:hover .link__text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.banner-cta-sec .link .link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}


.banner-serviceCvr .banner-serviceList {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.banner-serviceCvr .banner-serviceList li.banner-service {
    position: relative;
}

.banner-serviceCvr {
    margin: 3em 0px 2em;
}

.banner-serviceCvr .banner-serviceList li.banner-service a {
    position: relative;
    display: block;
    background: #fbfbfb;
    padding: 8px 20px 8px 16px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner-serviceCvr .banner-serviceList li.banner-service .service-icon i {
    background: #155777;
    line-height: 0;
    display: inline-block;
    padding: 12px;
    font-size: 28px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.banner-serviceCvr .banner-serviceList li.banner-service span.service-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.banner-serviceCvr .banner-serviceList li.banner-service a:hover { background: #155777; }

.banner-serviceCvr .banner-serviceList li.banner-service a:hover .service-title { color: #fff; }

.banner-serviceCvr .banner-serviceList li.banner-service a:hover .service-icon i { background: #000; color: #fff; }

.uspfeaturesecCvr {
    background: #F9F9F9;
}

.uspfeaturesecCvr .usp-wrapper {
    margin-top: 2em;
    margin-bottom: 3em;
}

.uspfeaturesecCvr .usp-wrapper .usp-block {
    background: #fff;
    text-align: center;
    padding: 3em 1em 1.8em;
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    /* min-height: 24em; */
}
.uspfeaturesecCvr .usp-wrapper .usp-block:hover { border-color:#f5821f; }
.uspfeaturesecCvr .usp-wrapper .usp-block:hover .usp-icon { border-color:#f5821f; }
.uspfeaturesecCvr .usp-wrapper .usp-block .usp-icon {
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}

.uspfeaturesecCvr .usp-wrapper .usp-block .usp-icon img {
    width: 152px;
}

.uspfeaturesecCvr .usp-wrapper .usp-block .usp-text p {
    font-size: 16px;
    padding: 2em 0 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.uspfeaturesecCvr .quote-line {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    padding: 3em 0px 5em;
    /*text-transform: capitalize;*/
}

.uspfeaturesecCvr .quote-line .blue-text {
    color: #155777;
}


.video-testimonials {
    position: relative;
}

.video-testimonials .video-testimonial-item {
    display: flex;
    align-items: flex-end;
}



.video-testimonials-wrap .video-testimonials .owl-dots {
    position: relative;
    bottom: -2em;
    display: flex;
    list-style: none;
    justify-content: start;
    right: 0;
    left: 0;
}
.video-testimonials-wrap .video-testimonials .owl-dots .owl-dot{ position: relative; }
.video-testimonials-wrap .video-testimonials .owl-dots .owl-dot span {
    padding: 0px;
    font-size: 0;
    border: 0;
    background-color: #d3d3d3;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: relative;
    margin: 0 6px;
    display: block;
}
.video-testimonials-wrap .video-testimonials .owl-dots .owl-dot.active span { background: #f5821f; width: 40px; border-radius: 30px; }


.video-testimonials .video-testimonial-item .video-testimonial-img {
    width: 100%;
    padding-right: 4em;
}

.video-testimonials .video-testimonial-item .video-testimonial-text {
    position: absolute;
    bottom: 26px;
    right: 2px;
    width: 70%;
    background: #ffffff;
    padding: 2em 2em;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.video-testimonials .video-testimonial-item .video-testimonial-text::before { content:''; background:url(../images/infrassist-icon.png) no-repeat scroll left center / contain;     width: 67px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 10px;
    filter: grayscale(1);}
.video-testimonials .video-testimonial-item .video-testimonial-text .quote-line {
    font-size: 15px;
    padding: 0;
    text-align: left;
    color: #155777;
}

.video-testimonials .video-testimonial-item .video-testimonial-text p {
    margin-bottom: 10px;
    line-height: 1.2;
}

.video-testimonial-about {
    padding-left: 8em;
}

.video-testimonial-text a {color: #F0811A;font-size: 16px;display: inline-block;}

.video-testimonial-text a svg {
    font-size: 30px;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 7px;
}

.video-testimonials .video-testimonial-item .video-testimonial-text .author-name-desg {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}

.video-testimonials .video-testimonial-item .video-testimonial-text .author-name-desg span {
    font-weight: normal;
    font-size: 15px;
    color: #9A9A9A;
}

.video-testimonials .video-testimonial-item .video-testimonial-text p:last-child {
    margin-bottom: 0px;
}

.video-testimonials-wrap .video-testimonial-about .desc-quote {
    position: relative;
    padding-left: 28px;
    font-style: italic;
    font-weight: 500;
    margin-top: 30px;
}


.video-testimonials-wrap .video-testimonial-about .desc-quote::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 20px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-image: url(../images/quote-sign.png);
    content: '';
}

.about-section .about-text-wrapper {
    padding: 0 2em 0 5em;
    position: relative;
    margin-left: 3em;
}
.about-section .about-text-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-image: url(../images/about-line-vector.png);
    content: '';}
.about-section .about-sec-img { padding: 0 7em; }

.service-title-wrapper {
    padding-right: 4em;
    margin-bottom: 4em;
}

.service-cta-block {
    padding-right: 8em;
    margin-top: 26%;
}

.service-cta-block .title-block {
    margin-bottom: 2.4em;
}
.service-block-wrap {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 3em;
    border-radius: 20px;
    margin-bottom: 3em;
}


.service-block-wrap .service-title-block {
    position: relative;
}

.service-block-wrap .service-title-block .sub-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-block-wrap .service-title-block .title {
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 8px;
    position: relative;
    font-family: Manrope;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
    color: #155777;
}

.service-block-wrap .service-listsCvr {}

.service-block-wrap .service-listsCvr .service-lists {
        list-style: none;
    counter-reset: section;
    margin-bottom: 0px;
}

.service-block-wrap .service-listsCvr .service-lists li {
    padding: 12px 6px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 16px;
     
}
.service-block-wrap .service-listsCvr .service-lists li a{ display:flex; position: relative; padding-right: 40px; }
.service-block-wrap .service-listsCvr .service-lists li a::before {
     counter-increment: section;
  content: ""counter(section) ".";
  margin-right: 8px;
}
.service-block-wrap .service-listsCvr .service-lists li a::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url(../images/arrow-icon.png);
    content: '';
}
.service-block-wrap .service-listsCvr .accordion-body .service-lists > li > a:first-child {
    font-weight: 500;
}

.service-block-wrap .service-listsCvr .service-lists li .service-lists li:last-child {
    border-bottom: medium none;
}

.service-block-wrap .service-listsCvr .service-lists li .service-lists li a {
    font-weight: normal !important;
}
.service-block-wrap .service-listsCvr .accordion-body { padding: 0px; }
.service-block-wrap .service-listsCvr button.accordion-button {
    background: none !important;
    padding: 10px 11px;
    color: #000;
    box-shadow: none !important;
    border-bottom: 1px solid #d4d4d4;
}
.service-block-wrap .service-listsCvr .accordion{counter-reset: accordion-list; }
.service-block-wrap .service-listsCvr .accordion .accordion-item .accordion-button{ padding: 12px 6px; }
.service-block-wrap .service-listsCvr .accordion .accordion-item .accordion-button::before {
     counter-increment: accordion-list;
  content: ""counter(accordion-list) ".";
  margin-right: 8px;
}
.service-block-wrap .service-listsCvr .accordion .service-lists{counter-reset: section 2; }
.service-block-wrap .service-listsCvr .accordion-body .service-lists{ padding-left: 10px; }

.service-block-wrap .service-listsCvr .accordion-body .service-lists li .service-lists li a::before{
    content: '';
    background: #155777;
    width: 4px;
    height: 4px;
    padding: 3px;
    border-radius: 50%;
    margin-top: 10px;
}
 .service-block-wrap .service-listsCvr .accordion-body .service-lists > li a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 12px;
    top: 4px;
    position: relative;
}
.service-block-wrap .service-listsCvr .accordion-body .service-lists > li a {
    font-weight: 500;
}
.service-block-wrap  .service-img {
    text-align: right;
    margin-top: 2em;
}

.service-block-wrap  .service-img img {
    width: 215px;
}

.founder-quote-section .founder-quote-wrapper {
    font-family: Manrope;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: left;
}

.founder-quote-section .founder-quote-wrapper .founder-infoCvr {
    /* text-align: right; */
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-img {
    position: relative;
    margin-right: 12px;
    align-items: center;
    display: flex;
}
.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-img::before {
    content: '';
    background: #F0811A;
    width: 57px;
    height: 5px;
    left: -69px;
    position: absolute;
}
.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-img img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid;
}
.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-info{ position: relative; }

.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-info::before {
    content: '';
    background: #F0811A;
    width: 31px;
    height: 2px;
    left: -40px;
    position: absolute;
    top: 16px;
}

.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-info p {
    font-size: 20px;
    margin-bottom: 0px;
}
.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-info .founder-name { font-weight: 800; }
.founder-quote-section .founder-quote-wrapper .founder-infoCvr .founder-info .founder-desg {
    color: #808080;
    font-size: 17px;
    font-weight: 500;
}

.founder-quote-section .founder-quote-wrapper p {
    margin-bottom: 0px;
}

.higlight-text {
    color: #155777;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.higlight-text::after {
    content: '';
     position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    width: 100%;
    height: 50px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(../images/highlight-border.png);
    content: '';
    
}

.whyoffer-img-section {
    padding: 0 7em 0 0px;
}

.whyoffer-img-section .whyoffer-img {
    margin-bottom: 2em;
}

div#accordionExample {}

.whyoffer-listsCvr .accordion.whyoffer-lists {
    border: medium none;
    position: relative;
    padding-left: 3em;
}

.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item {
    border: medium none;
    border-radius: 0px;
    margin: 3em 0px 0em;
}

.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-button {
    border-radius: 0px;
    box-shadow: none;
    background: no-repeat;
    padding: 0px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-body {
    padding: 20px 0 0px;
}

.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-header .accordion-button.collapsed {
    font-size: 16px;
    color: #A1A1A1;
    font-weight: normal;
}

.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item:first-child {
    margin-top: 6px;
}

.whyoffer-listsCvr .accordion.whyoffer-lists::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #D9D9D9;
    left: 0;
}
.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-header .accordion-button::after{ display: none; }
.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    content: '';
    height: 90px;
    position: absolute;
    left: -2.12em;
    width: 5px;
    background: #000;
    top: 0;
    border-radius: 20px;
}

.cta-section {
    background: #FBFBFB;
}

.cta-section .cta-img-block {
    padding: 0 4em;
    text-align: center;
}

.cta-section .cta-formCvr {
    padding: 0 3em;
}
.cta-section .cta-formCvr .title-block .title { font-size: 28px; }
.cta-form .inputCvr input:not([type="submit"]), .cta-form .inputCvr textarea, .cta-form .inputCvr select {
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
}
.cta-form .inputCvr [type="submit"] {
    border-radius: 10px;
    background: #000;
    width: 100%;
    border: medium none;
    padding: 12px;
    color: #fff;
}

.platform-listCvr { position: relative; margin-top: 3em; }

.platform-listCvr .platform-pills {
    display: flex;
    justify-content: space-between;
    background: #155777;
    padding: 9px 60px;
    border-radius: 40px;
}

.platform-listCvr .platform-pills li.nav-item .nav-link {
    color: #fff;
    border-radius: 30px;
}

.platform-listCvr .platform-pills li.nav-item .nav-link.active, .platform-listCvr .platform-pills li.nav-item .nav-link:hover {
    background: #fff;
    border-radius: 30px;
    color: #155777;
}

.platform-listCvr .platform-lists-wrap .platform-lists {
    display: flex;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4em;
}

.platform-listCvr .platform-lists-wrap .platform-lists li {
    width: 14%;
    float: left;
    border: 1px solid #f0f0f0;
    margin: 0 20px 2em;
    border-radius: 15px;
    background: #fff;
}

.global-funfactCvr { position: relative; margin-top: 3em; }
.global-funfactCvr .global-funfactList { list-style: none; margin: 0px; display: table; }
.global-funfactCvr .global-funfactList .global-funfact { float: left; width: 47%; display: flex; align-items: center; margin-bottom: 3em; }
.global-funfactCvr .global-funfactList .global-funfact span { display: block; }
.global-funfactCvr .global-funfactList .global-funfact .funfact-title { font-size: 28px; font-weight: 700; line-height: 1; letter-spacing: 0em; }
.global-funfactCvr .global-funfactList .global-funfact:nth-child(even) {border-left: 1px solid #DBDBDB;margin-left: 2em;padding-left: 3em;}
.global-funfactCvr .global-funfactList .global-funfact p {margin-bottom: 0px;}
.global-funfactCvr .global-funfactList .global-funfact img { width: 70px; margin-right: 6px; }
.global-funfactCvr .global-funfactList .global-funfact .funfact-sub-title { font-weight: 500; text-transform: capitalize; }
.global-section .global-sec-img dotlottie-player { width: 135%; left: -8em; position: relative; }

.testimonials-section{ position: relative; padding-bottom: 10em; margin-bottom: 4em; }
.testimonials-section::after{ content:''; position: absolute; width: 80%; margin:0px auto; left:0px; right:0px; height: 1px; background:#D8D8D8; bottom:0px; }
.testimonials-section .testimonials-title-wrap {background: #FBFBFB;padding: 3em 2em 0px;margin: 0 2em;border-radius: 20px;}

.testimonials-section .testimonials-title-wrap .title-block {
    margin-bottom: 3em;
}
.testimonials-section .testimonials-slider {
    padding-left: 5em;
}

.testimonials-section .testimonials-slider .testimonials-text strong {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700 !important;
    text-transform: capitalize;
    color: #155777;
    font-family: 'Manrope', sans-serif;
    display: block;
}
.testimonials-section .testimonials-slider .testimonials-item {
    position: relative;
    padding: 4em 0px 3em;
}
.testimonials-section .testimonials-slider .testimonials-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 57px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    background-image: url(../images/quote-icon.png);
    content: '';
}
.testimonials-section .testimonials-slider .testimonials-item .testi-author {
    /* text-align: right; */
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2em
}

.testimonials-section .testimonials-slider .testimonials-item .testi-author img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid;
    margin-right: 20px;
}


.testimonials-section .testimonials-slider .testimonials-item .testi-author .author-details  p { margin-bottom: 0px; }
.testimonials-section .testimonials-slider .testimonials-item .testi-author .author-details .author-title { font-weight: 600; font-size: 20px; }
.testimonials-section .testimonials-slider .testimonials-item .testi-author .author-details .author-desg {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
}
.testimonials-section .testimonials-slider .testimonials-item .engage-text .engage-for strong {
    font-weight: 500;
    color: #F0811A;
    text-transform: uppercase;
}

.testimonials-section .testimonials-slider .owl-dots {
    position: relative;
    bottom: 0em;
    display: flex;
    list-style: none;
    justify-content: start;
    right: 0;
    left: 0;
}
.testimonials-section .testimonials-slider .owl-dots .owl-dot{ position: relative; }
.testimonials-section .testimonials-slider .owl-dots .owl-dot span {
    padding: 0px;
    font-size: 0;
    border: 0;
    background-color: #000;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: relative;
    margin: 0 6px;
    display: block;
}
.testimonials-section .testimonials-slider .owl-dots .owl-dot.active span { background: #000; width: 40px; border-radius: 30px; }


.client-listCvr {
    margin-top: 4em;
    text-align: center;
}

.client-lists {
    display: flex;
    margin: 0px auto;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.client-lists li {
    width: 19%;
    float: left;
    text-align: center;
    padding: 40px 30px;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    position: relative;
}

.client-lists li:nth-child(5n) {border-right: medium none;}

.client-lists li:nth-child(n+6) {
    border-bottom: none;
}
.client-lists li img {
    width: 100%;
}

.client-lists li::after {
    content: '+';
    right: -25px;
    position: absolute;
    bottom: -27px;
    background: #fff;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E1E1E1;
}

.client-lists li:nth-child(5n)::after, .client-lists li:nth-child(n+6)::after { display:none; }

.blog-listCvr {
    margin-top: 3em;
}

.blog-listCvr .blog-block {
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 1.8em;
}

.blog-listCvr .blog-block .blog-img {
    width: 100%;
    margin-right: 20px;
}

.blog-listCvr .blog-block .blog-infoCvr {
    width: 100%;
}

.blog-listCvr .blog-block .blog-img img {
    border-radius: 10px;
}

.blog-listCvr .blog-block .blog-infoCvr .blog-date {
    margin-bottom: 5px;
    color: #F0811A;
    font-weight: 600;
}

.blog-listCvr .blog-block .blog-infoCvr .blog-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-listCvr .blog-block .blog-infoCvr .blog-link {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.blog-listCvr .blog-block .blog-infoCvr .blog-link a { display:block; position: relative; width: 50%; }
.blog-listCvr .blog-block .blog-infoCvr .blog-link a::after {  
       position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 26px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url(../images/arrow-icon.png);
    content: '';
 }


.ftr-cta-wrapper {
    background: #155777;
    padding: 2em;
    border-radius: 20px;
}

.ftr-cta-text {}

.ftr-cta-text .ftr-cta-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    margin-bottom: 6px;
}

.ftr-cta-text .ftr-cta-subtitle {
    color: #fff;
    padding-right: 4em;
    margin-bottom: 0px;
}

.ftr-cta-frm {
    position: relative;
}

.ftr-cta-frm .mc4wp-form-fields input[type="email"] {
    width: 60%;
    float: left;
    margin-right: 16px;
}

.mc4wp-form-fields button {
    background: #F0811A;
    border: medium none;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
}


.ftrCvr {
    background: #FBFBFB;
    padding-top: 8em;
    padding-bottom: 3em;
}

.ftr-cta {
    margin-bottom: -4em;
}

footer {
    position: relative;
}

.ftr-about {
    padding-right: 4em;
}

.ftr-about img {
    width: 200px;
    margin-bottom: 20px;
    cursor:pointer;
}


.ftr-about-block .title {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #155777;
}

.ftr-about-block .title::after {
    content: '';
    width: 110px;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #d4d4d4;
}

.ftr-block .ftr-block-title {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    color: #155777;
    text-transform: capitalize;
}

.ftr-block .ftr-links {
    list-style: none;
}

.ftr-block .ftr-links li {
    margin-bottom: 8px;
}

.ftr-block .ftr-links li a {
    text-transform: capitalize;
    line-height: 1.4;
    display: block;
}
.ftr-block .ftr-links li a:hover { color: #F0811A; }

.ftr-block img { max-width: 120px; }

ul.footer-contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

ul.footer-contact-details li:first-child, ul.footer-contact-details li:nth-child(2n) {
    align-items: flex-start;
}

ul.footer-contact-details li span.icon {
    color: #155777;
    padding: 11px 12px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(180deg, rgba(21, 87, 119, 0.09) 0%, rgba(21, 87, 119, 0.12) 100%);
    margin-right: 16px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
}

ul.footer-contact-details li span:last-child {
    width: 84%;
    color: #000;
}

ul.footer-contact-details li a {
    color: #000;
}
ul.footer-contact-details li a:hover {
    color: #477329;
}

.ftr-social {
    display: flex;
    align-items: center;
    margin-top: 2.2em;
}

.ftr-social .ftr-social-links {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-left: 9px;
}

.ftr-social .ftr-social-links li a {
    color: #155777;
    padding: 12px 12px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(180deg, rgba(21, 87, 119, 0.09) 0%, rgba(21, 87, 119, 0.12) 100%);
    margin-right: 8px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
}

.ftr-copyright {
    border-top: 1px solid #EDEDED;
    padding: 16px 0px;
    text-align: center;
    background: #fbfbfb;
}

.ftr-copyright .copyright p {
    margin-bottom: 0px;
}


.banner-funfactCvr {
    position: relative;
    margin: 3em 0px 3em;
}

.inner-bannerCvr .banner-funfactCvr {
    position: relative;
    margin: 5em 0px 3em;
}
.banner-funfactCvr .banner-funfactList {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 20%;
    position: relative;
    justify-content: center;
    /* right: 0; */
}


.banner-funfactCvr .banner-funfactList .banner-funfact img {
    width: 60px;
    margin-right: 6px;
}

.banner-funfactCvr .banner-funfactList .banner-funfact p {
    margin-bottom: 0px;
}

.banner-funfactCvr .banner-funfactList .banner-funfact span {
    display: block;
}

.banner-funfactCvr .banner-funfactList .banner-funfact .funfact-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    
}

.banner-funfactCvr .banner-funfactList .banner-funfact::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #E4E4E4;
    right: 0;
}

.banner-funfactCvr .banner-funfactList .banner-funfact:last-child::after { display: none; }
.banner-funfactCvr .banner-funfactList .banner-funfact .funfact-sub-title { font-size: 14px; line-height: 1.2; text-transform: capitalize;}
.banner-cta-btn.noc-banner-btn .link{ font: 300 17px / 1.4 'Poppins', sans-serif; }

.inner-bannerCvr .banner-wrapper .banner-text {
    text-align: center;
    margin: 50px 0px;
    position: relative;
}
.inner-bannerCvr .banner-wrapper .banner-text .audit-stamp {
    position: absolute;
    left: 0;
    transform: rotate(-24deg);
    width: 135px;
    bottom: -7em;
}
.inner-bannerCvr .banner-wrapper .banner-text .banner-title {
    font-size: 54px;
}



.inner-bannerCvr .banner-wrapper .banner-text .banner-title .cursuive-text.orange-text.text-lowercase {
    padding: 0px;
    position: relative;
    top: -12px;
}

fw-semibold

/****** NOC Page Start *******/

.noc-soft-intro { border-top: 1px solid #EEEEEE; }
.excellence-section { position: relative; }
.excellence-section .title-block-wrap { position: relative; }
.excellence-section .title-block-wrap .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Manrope';
    text-transform: uppercase;
    padding-bottom: 2em;
    position: relative;
}

.excellence-section .title-block-wrap .title::after { 
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 70px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/quote-seprator.png);
    content: '';
    left: 0;
    margin: 0 auto; }

.excellence-section .excellence-listsCvr {
    margin-top: 4em;
    position: relative;
}

.excellence-section .excellence-listsCvr .excellence-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3em;
    padding-right: 5em;
    position: relative;
}

.excellence-section .excellence-listsCvr .excellence-block::after {
    content: '';
    background: #E4E4E4;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 12px;
    display: flex;
    top: 0;
}

.excellence-listsCvr [class*="col-"]:nth-child(3n) .excellence-block::after {display: none;}
.excellence-section .excellence-listsCvr .excellence-block .excellence-icon {
    margin-right: 14px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.excellence-section .excellence-listsCvr .excellence-block .excellence-icon::before {
    content: '';
    border: 1px dotted;
    padding: 26px;
    border-radius: 50%;
    animation: spin 10s infinite linear;
    position: absolute;
    left: -6px;
    top: -6px;
}
 @keyframes spin {
        100% {
            transform: rotate(1turn);
        }
    }

.excellence-section .excellence-listsCvr .excellence-block .excellence-icon img {
    width: 40px;
}

.excellence-section .excellence-listsCvr .excellence-block .excellence-info {
    width: 100%;
}

.excellence-section .excellence-listsCvr .excellence-block .excellence-info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}    

.noc-successCvr {
    position: relative;
}

.noc-successCvr .noc-success-title-block {
    position: relative;
    padding-bottom: 3em;
}

.noc-successCvr .noc-success-title-block::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.noc-successCvr .noc-success-title-block .noc-success-title {
    font-size: 16px;
    font-weight: normal;
    background: #155777;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    color: #ffff;
    margin-left: 8em;
}

.noc-success-blockCvr{ margin: 2em 0 3em; }

.noc-success-blockCvr .noc-success-block {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.noc-success-blockCvr .noc-success-block::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #95a5a5;
    position: absolute;
    top: 0;
    left: 0;
}
.noc-success-blockCvr .noc-success-block  > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.noc-success-blockCvr .noc-success-block  .progress-left{ left: 0; }

.noc-success-blockCvr .noc-success-block  .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.noc-success-blockCvr .noc-success-block  .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.noc-success-blockCvr .noc-success-block  .progress-right{
    right: 0;
}
.noc-success-blockCvr .noc-success-block  .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.noc-success-blockCvr .noc-success-block  .progress-value{
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    font-weight: 600;
}

.noc-success-blockCvr [class*="col-"]:nth-child(odd)  .noc-success-block .progress-bar{  border-color: #F0811A; }
.noc-success-blockCvr [class*="col-"]:nth-child(even)  .noc-success-block .progress-bar{  border-color: #155777; }

.noc-success-blockCvr .noc-success-block.response-time .progress-right .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}

.noc-success-blockCvr .noc-success-block.backup-restore .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}

.noc-success-blockCvr .noc-success-block.patch-health .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}

.noc-success-blockCvr .noc-success-block.positive-reduction .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}



@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(170deg);
        transform: rotate(170deg);
    }
}
.banner-cta-sec .banner-cta-text .ty-form {
	padding: 40px;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
	margin-top: 40px;
	border-radius: 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.banner-cta-sec .banner-cta-text .ty-form-title {
    color: #155777;
	margin-bottom: 20px;
}
.banner-cta-sec .banner-cta-text .ty-form-desc {
    font-size: 16px;
    margin-bottom: 14px;
}
.banner-cta-sec .banner-cta-text .ty-form-subtitle {
    margin-top: 26px;
    margin-bottom: 20px;
    color: #155777;
    font-weight: 600;
}
.banner-cta-sec .banner-cta-text .form-select {
    margin-bottom: 14px;
    margin-top: -4px;
}
.banner-cta-sec .banner-cta-text .radio-btn {
    flex-flow: row;
    margin: 0;
    margin-top: -4px;
    gap: 15px;
    margin-bottom: 14px;
}
.banner-cta-sec .banner-cta-text .form-check {
    width: auto;
}
.banner-cta-sec .banner-cta-text .ty-form-recomm-btn {
    /*background: #f7942e;
    padding: 6px 20px;
    border-radius: 20px;*/
    font-weight: 400;
    border: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.banner-cta-sec .banner-cta-text .ty-rec-sec {
    border: 1px solid #dee2e6;
    padding: 20px;
    padding-bottom: 4px;
    border-radius: 10px;
    margin-bottom: 24px;
	display: none;
}
.banner-cta-sec .banner-cta-text .ty-form-btn {
    padding: 6px 24px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    background: #f5821f;
    margin-top: 3px;
}
.banner-cta-sec .banner-cta-text .ty-form-btn:hover{ background:#155777; }
.banner-cta-sec .banner-cta-text .ty-form-desc.info {
	cursor: pointer;
}
#ty-pdf-download .wpcf7-submit {
    background: #155777;
    padding: 6px 24px;
    color: #fff;
    border-radius: 20px;
}
.banner-cta-sec .ty-cta {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.banner-cta-sec .ty-cta {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 35px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 40px;
}
.banner-cta-sec .ty-cta .ty-form-desc {
    font-size: 20px;
    padding-bottom: 8px;
}


@media only screen and (max-width: 990px){
    .noc-success-blockCvr .noc-success-block { margin-bottom: 20px; }
}

.progress-blockCvr{ position: relative; }

.progress-blockCvr .progress-title {
    padding: 0 4em;
    text-align: center;
    line-height: 1.4;
    margin-top: 1.4em;
    font-weight: 500;
}

.noc-supportCvr {
    box-shadow: 0px 0px 2px 0px #00000040 inset;
    border: 3px solid #CFCFCF;
    border-radius: 20px;
    padding: 5em;
}

.noc-supportCvr .noc-support-sec-img {
    text-align: center;
    padding: 0 8em;
}

.noc-supportCvr .noc-support-text-wrapper{ padding: 0 2em; }


.challenges-section .challenges-title-block {
    padding-right: 5em;
}

.challenges-section .challenges-block-img {
    text-align: center;
    padding: 0 5em;
}

.challenges-listsCvr {
    margin-top: 3em;
}

.challenges-listsCvr .challenges-lists {
    list-style: none;
    margin: 0;
    counter-reset: challenges-lists;
    display: table;
}

.challenges-listsCvr .challenges-lists li {
    float: left;
    width: 50%;
    padding-left: 8em;
    margin-bottom: 2em;
    min-height: 4em;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 5em;
}

.challenges-listsCvr .challenges-lists li::before {
    counter-increment: challenges-lists;
    content: counter(challenges-lists, decimal-leading-zero) ;
    left: 0;
    position: absolute;
    border-radius: 30px;
    border: 1px dotted #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.challenges-listsCvr .challenges-lists li::after {
    content: '';
    width: 20px;
    height: 1px;
    background: black;
    position: absolute;
    left: 5em;
}


.link-offering {
    padding: 7em;
    background: url(../images/noc-offering-bg.png) no-repeat scroll center center / cover;
    border-radius: 50%;
}

.link-offering .link-offering-text {
    -webkit-animation: rotate normal infinite 20s linear;
    animation: rotate normal infinite 20s linear;
    transform-origin: 50% 50%;
    font-size: 10px;
    letter-spacing: 0px;
    word-spacing: 1px;
}

.offering-lists {
    position: relative;
}

.offering-lists.left-side {
    padding-right: 2.8em;
}
.offering-lists.right-side {
    padding-left: 2.8em;
}
.offering-lists .offering-list {
    list-style: none;
}

.offering-lists .offering-list li {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.offering-lists .offering-list li .offer-text {
    width: 100%;
    margin-right: 1em;
    color:#155777;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: capitalize;
}

.offering-lists .offering-list li .offer-text span { font-weight: normal; font-size:14px; display: block; color: #000; }

.offering-lists .offering-list li .offer-icon {
    width: 66px;
    position: relative;
    border: 1px solid #155777;
    padding: 10px 18px;
    text-align: center;
    border-radius: 50%;
    color: #155777;
    height: 66px;
    
}

.offering-lists .offering-list li .offer-icon i {
    font-size: 1.8rem;
    color: #155777;
    line-height: 1.8;
}

.offering-lists .offering-list li .offer-icon img { }

.offering-img {
    padding: 0 5em;
    position: relative;
}

.offering-img::before {  
    position: absolute;
    left: -57px;
    width: 120px;
    height: 100%;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/left-side-nodes.png);
    content: '';
}
.offering-img::after { 
    position: absolute;
    right: -57px;
    width: 120px;
    height: 100%;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/right-side-nodes.png);
    content: ''; }
.offering-lists.left-side .offering-list li .offer-text { text-align: right; }
.offering-lists.right-side .offering-list { position: relative; }
.offering-lists.right-side .offering-list li { flex-direction: row-reverse; }
.offering-lists.right-side .offering-list li .offer-text { margin-left: 2.2em; margin-right: 0px; }

.package-blockCvr table {
    margin-top: 3em;
    border-left: 1px solid #d1d1d1;
    border-radius: 30px;
    border-top: 1px solid #d1d1d1;
}

.package-blockCvr table tr:first-child th:first-child {
    padding: 4em;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 30px 0 0 0;
}

.package-blockCvr table tr:first-child th:last-child {
    border-radius: 0px 30px 0 0 ;
}

.package-blockCvr table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 30px;
}

.package-blockCvr table tr:last-child td:last-child {
    border-radius: 0px 0px 30px 0px;
}

.package-blockCvr table tr th .plan-logo {
    margin-bottom: 0px;
}
.package-blockCvr table th {
    text-align: center;
}

.plan-info p {
    margin-bottom: 0px;
    line-height: 1;
}

.plan-info .plan-ttile {
    font-weight: 500;
    font-size: 18px;
    padding: 3px 0px;
}

.plan-info .plan-scope {
    font-weight: 500;
    margin-top: 15px;
    color: #333;
    line-height: 1.4;
}

.plan-info .theme-btn {
    font-weight: 400;
    padding: 3px 22px;
    font-size: 14px;
    text-transform: uppercase;
}

.package-blockCvr table th img {
    width: 70px;
    margin-bottom: 0px;
}

.package-blockCvr table td:not(:first-child) {
    text-align: center;
}

.package-blockCvr table td:not(:first-child) svg {
    color: #155777;
    font-size: 20px;
}

.package-blockCvr table td:not(:first-child) svg.disable {
    color: #d2d2d2;
}

.package-blockCvr table tr th {
    padding: 1em 0px;
}

.package-blockCvr table tr td {
    padding: 16px;
    vertical-align: middle;
}

.package-blockCvr table tr td ul {list-style-position: inside;margin: 0;padding: 0px;}
.package-blockCvr .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #fbfbfb;
    box-shadow: inset 0px 0px 1px 1px #f6f6f6;
}
.package-note {
    text-align: left;
    padding: 0px 3em 3em;
    width: 100%;
    font-style: italic;
    margin: 0 auto 2em;
}
.package-note p {
    font-size: 14px;
    color: #cccccc;
}
.package-addon-wrap {
    background: #fcfcfc;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #155777;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 3em;
}
.package-addon-wrap p {
    text-align: center;
    background: #155777;
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    position: absolute;
    top: -26px;
    border-radius: 30px;
}
.package-addon-wrap ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
    margin-top: 3em;
    list-style: none;
}

.package-addon-wrap ul li {
    position: relative;
    width: 25%;
    text-align: center;
    font-weight: 600;
}

.package-addon-wrap ul li::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #F0811A;
    right: 0;
}

.package-addon-wrap ul li:last-child::after {
    display: none;
}
.package-wrapper-btn.text-center .theme-btn {
    cursor: pointer;
}

.package-addon-wrap ul li:hover a { color: #F0811A;; }

#custom-pricing-table { display: none; }

.why-infrassist-wrapper{ background: #FBFBFBBF; border-radius:20px; padding: 3em 5em; }

.why-question-block {
    position: relative;
}

.why-question-block .title-block {
    position: relative;
    margin-top: 2em;
}

.why-question-block .title-block::after {
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 350px;
    height: 108px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url(../images/why-line-vector.png);
    content: '';
}

.why-question-img { margin-top: 2.6em; }
.why-question-img img { mix-blend-mode: multiply; }
.why-answer-block { background: #fff;padding: 2.6em;border-radius: 20px;border-top: 12px solid #155777;}
.why-answer-block .title-block .title span { display: block; }
.why-answer-block .title-block .title { color: #000; }
.why-answer-block .title-block .title::after { background-image: url(../images/line-draw-black-vector.png); }

.process-wrapperCvr {
    position: relative;
}

.process-wrapperCvr .process-title-block {
    padding-right: 6em;
}

.process-wrapper {
    padding-left: 6em;
    position: relative;
}

.process-wrapper .process-tabs {
    position: relative;
}

.process-wrapper .tab-content {
    width: 100%;
}

.process-wrapper .process-tabs .nav-fills {
    width: 30%;
}

.process-tabs .nav-pills {
    width: 40%;
    margin-right: 5em !important;
}

.process-tabs .nav-pills .nav-link {
    margin: 15px 0px;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #B6B6B6;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
}
.process-tabs .nav-pills .nav-link::before { 
    content: '';
    background: #B6B6B6;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    border-radius: 50%;  }

.process-tabs .nav-pills .nav-link::after {
    content: '';
    border: 1px dotted #B6B6B6;
    width: 22px;
    height: 22px;
    left: -7px;
    position: absolute;
    border-radius: 50%;
}
.process-tabs .nav-pills .nav-link.active::after {
    width: 30px;
    height: 30px;
    left: -10px;
    border-color: #F0811A;
}

.process-tabs .nav-pills .nav-link.active::before {
    background: #F0811A;
    width: 10px;
    height: 10px;
}

.process-tabs .nav-pills .nav-link.active {
    background: none;
    font-family: 'Manrope', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #155777;
}

.process-tabs .nav-pills .nav-link::after {
    content: '';
    border: 1px dotted #B6B6B6;
    width: 22px;
    height: 22px;
    left: -7px;
    position: absolute;
    border-radius: 50%;
}
.process-block {
    background: #155777;
    padding: 4em 3em;
    border-radius: 20px;
    position: relative;
}

.process-block::before {
    content: "";
    width: 76px;
    height: 62px;
    background: #155777;
    position: absolute;
    left: -72px;
    clip-path: polygon(0 54%, 100% 100%, 100% 0);
}
#pills-phase1 .process-block::before {
    top: 10%;
    bottom: auto;
}

#pills-phase2 .process-block::before {
    top: 27%;
    bottom: auto;
}

#pills-phase3 .process-block::before {
    top: 52%;
    bottom: auto;
}

#pills-phase4 .process-block::before {
    bottom: 2.6em;
    top: auto;
}

.process-block i {
    font-size: 4em;
    line-height: 1.2;
    color: #fff;
}

.process-block .process-title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.process-block ul {
    list-style: none;
    margin: 0px;
}

.process-block ul li {
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 16px;
}

.process-block ul li::before {content: ''; width: 10px; height: 2px; background: white;left: 0; position: absolute; top: 8px;}

.catalog-section .catalog-img {
    padding: 0 2em;
}

.catalog-section .catalog-text-wrapper {
    background: #FBFBFB;
    padding: 4em;
    border-left: 8px solid #155777;
    border-radius: 0px 20px 20px 0px;
}

.casestudy-blockCvr {
    text-align: center;
    padding: 0 4em;
}

.casestudy-lists-block {
    padding: 4em 0px;
    margin: 4em 0px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.casestudy-lists-block::before {
    content: '';
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #DDDDDD;
    left: 50%;
}
.casestudy-blockCvr .casestudy-img img {
    border-radius: 20px;
}

.casestudy-info .title {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 1em;
    margin-bottom: 22px;
}

.casestudy-blockCvr .casestudy-img {
    margin-bottom: 2em;
}
.casestudy-blockCvr .casestudy-img img {
border: 1px solid #ebebeb;
    border-radius: 13px;
    margin-bottom: 14px;
}
.casestudy-info .casestudy-link {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.casestudy-info .casestudy-link a{
    display: inline-block;
    position: relative;
    padding-right: 50px;
}

.casestudy-info .casestudy-link a::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 26px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url(../images/arrow-icon.png);
    content: '';
}
.casestudy-detailCvr .entry-title {
    margin-bottom: 1em;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.casestudy-detailCvr .post-thumbnail img {
    border: 1px solid #ebebeb;
    border-radius: 13px;
    margin-bottom: 14px;
}
.single-case_study .sidebar-block.bg-block{
    background: #155777;
    color: #fff;
    padding: 12px 24px;
}
.single-case_study .blog-infoCvr .blog-categories .categories-links {
    display: flex;
    list-style: none;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
} 
.single-case_study .blog-infoCvr .blog-date, .blog-detailCvr .blog-infoCvr .blog-categories .categories-links li::marker, .blog-detailCvr .blog-infoCvr .blog-categories .categories-links li a {
    color: #676767 !important;
}
.single-case_study .blog-infoCvr .blog-date p {
    text-align: end;
    font-weight: 600;
}
.single-case_study .sidebarCvr {
    position: sticky;
    top: 100px;
}
.single-case_study .blog-infoCvr .blog-date p {
    margin-bottom: 0px;
}
.single-case_study .entry-content ul{ list-style: none; }
.single-case_study .entry-content ul li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #F0811A;
}
.single-case_study .entry-content ol li::marker { color: #F0811A; font-weight: 600; }
.single-case_study .entry-content a{ color: #F0811A; box-shadow:none; }
.single-case_study .entry-content a:hover{ color: #155777; }
.single-case_study .entry-content a strong{ font-weight: 600; }
.single-case_study .sidebarCvr {
    padding-left: 3em;
}
.single-case_study .entry-content h2 {
    font-family: 'Poppins';
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 16px;
    color: #0f5777;
    font-weight: 800;
    line-height: 1.2;
}
.single-case_study .entry-content h3 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #0f5777;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 600;
}
.single-case_study .entry-content h4 strong {
    font-family: 'Poppins';
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.single-case_study .blog-infoCvr {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 12px 12px !important;
    border: 1px solid #f6932d;
    margin-bottom: 26px;
    border-radius: 22px;
}
 .single-case_study .sidebar-table-content ol li.blog-heading-level-2 .active a {
    font-weight: 700 !important;
}
.single-case_study .entry-content a {
    color: #F0811A;
    box-shadow: none;
}
.single-case_study .sidebar-block.bg-block p:first-child {
    color: #F0811A;
}
.single-case_study .sidebar-block.bg-block p:last-child {
    margin-bottom: 0px;
}
.single-case_study .entry-content .testimonial-block {
    background: #f4f6f8;
    padding: 40px 20px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.single-case_study .entry-content img {
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 14px;
}
.single-case_study .entry-content .testimonial-block::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    bottom: 0;
    background-image: url('../images/testi-quote-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.single-case_study .note-block{
    padding: 20px 0 0 0;
}
.single-case_study .entry-content .testimonial-block .description{
    font-weight: 600;
}
.single-case_study .entry-content .testimonial-block .author_name{
      color: #0f5777;
       font-weight: 600;
}
.single-case_study .entry-content .testimonial-block .designation{
        color: #F0811A;
         font-weight: 600;
}
.noc-ctafrm-section.cta-section .cta-formCvr { padding: 0 3em; } 
.faq-title-block-wrapper, .faq-qa-wrapper {
    padding: 3em;
    background: #FBFBFB;
    border-radius: 20px;
}

.faq-title-block-wrapper .faq-img {padding: 0 4em;margin-top: 3em;}

.faqs-accordion button.accordion-button {
    padding: 17.5px;
    background: transparent;
    color: #155777;
    font-weight: 600;
    font-size: 18px;
}

.faqs-accordion .accordion-item {
    background: none;
}

.faqs-accordion .accordion-body ol, .faqs-accordion .accordion-body ul { list-style-position:inside; }

.faqs-accordion .accordion-body ol ul {
    margin-left: 22px;
    margin-top: 8px;
}

.faqs-accordion button.accordion-button.collapsed {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.faqs-accordion button.accordion-button:focus{ box-shadow:none; }

[data-rellax-x]{
    transition: transform 0.25s var(--ease-out-short);
    transition-delay: 0.0025s;
    will-change: transform;
}
[data-rellax-y]{
    transition: transform 0.25s cubic-bezier(0, 0, 0.58, 1);
    transition-delay: 0.0025s;
    will-change: transform;
}



.section-showcases{
    position: relative;
    padding-top: 57%;
    background: #fbfbfb;
    border: 0.425vw solid #000;
    border-radius: 60px;
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate;
}
.section-showcases-container{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    overflow: hidden;    
    isolation: isolate;
}
/*
.section-showcases-column{
    width: 24.6875%;
    padding-left: 0.625vw;
    z-index: -1;
}
.section-showcases-column:first-child{
    width: 12.6875%;
}
.section-showcases-column:last-child{
    width: 13.25%;
}*/

.section-showcases-column{
    width: 58.6875%;
    padding-left: 0.625vw;
    z-index: -1;
}
.section-showcases-column:first-child{
    width: 10.6875%;
}
.section-showcases-column:last-child{
    width: 11.25%;
}
.section-showcases-column:first-child{
    padding-left: 0;
}
.section-showcases-item{
    padding-top: 0.525vw;
}
.section-showcases-item:first-child{
    padding-top: 0;
}
.section-showcases-column:nth-child(2),
.section-showcases-column:nth-child(3){
    margin-top: 2%;
}

/** Helpdesk Page Start **/
.banner-funfactCvr .helpdesk-funfact.banner-funfactList .banner-funfact{ width: 30%; }
.helpdesk-about-sec { position: relative; }
.helpdesk-about-sec .helpdesk-about-wrapper {
    padding-bottom: 3em;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.helpdesk-about-sec .helpdesk-about-wrapper::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 50%;
}
.helpdesk-about-sec .helpdesk-about-wrapper .helpdesk-img-wrap {
    padding: 0 3em;
}
.helpdesk-about-sec .helpdesk-about-wrapper .helpdesk-about-wrap {
    padding: 0 3em;
}

.helpdesk-support-sec{ position: relative; }
.helpdesk-support-sec::after {
    content: '';
    position: absolute;
    width: 80%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #D8D8D8;
    bottom: 0px;
}

.hd-support-lists .support-list-block {
   display: flex;
    align-items: center;
    padding: 2em;
    position: relative;
    min-height: 200px;
    justify-content: center;
}

.hd-support-lists .support-list-block .support-info {
    width: 100%;
}


.hd-support-lists .support-list-block .support-icon i {position: relative;border: 1px dashed #155777;padding: 20px;border-radius: 50%;align-items: center;display: flex;justify-content: center;align-items: center;margin-right: 2em;color: #155777;font-size: 36px;}


.hd-support-lists .support-list-block .support-icon::after {
    content: '';
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    background-position: center;
    right: 2em;
}

.hd-support-lists .support-list-block .support-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.hd-support-lists .support-list-block .support-info .title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.hd-support-lists .support-list-block .support-info p{ margin-bottom: 0px; }

.hd-support-lists .support-list-block::before {content: '';border-right: 1px dashed #BBBBBB;position: absolute;right: -12px;height: 100%;width: 1px;}

.hd-support-lists .support-list-block::after {
    content: '';
    border-bottom: 1px dashed #BBBBBB;
    position: absolute;
    width: 104%;
    bottom: 0px;
    left: -10px;
    right: 0;
    margin: 0 auto;
}


.hd-support-lists [class*="col-"]:nth-child(2n) .support-list-block::before{ display: none; }
.hd-support-lists [class*="col-"]:nth-child(n+5) .support-list-block::after{ display: none; }


.package-listsCvr .package-block {
    border: 1px solid #C0C0C0;
    background: #fbfbfb;
    margin: 0 2em;
    min-height: 51em;
    border-radius: 32px;
}

.package-title-block {
    text-align: center;
    position: relative;
    padding: 4.2em 3em 5em;
}
 
.package-title-block .package-title { font-size: 20px;font-weight: 800;line-height: 1.4;letter-spacing: 0em;text-align: center;font-family: 'Manrope', sans-serif;padding: 0 1em;}


.package-title-block .package-icon {
    position: absolute;
    top: -2em;
    right: 2em;
    padding: 4px 24px;
    border-radius: 40px;
    border: 1px solid #C0C0C0;
    background: #fbfbfb;
}

.package-listsCvr {
    margin-top: 5em;
    padding-top: 2em;
}

.package-title-block::after {
    background: url(../images/package-title-border.png) no-repeat scroll center center / contain;
    position: absolute;
    content: '';
    width: 356px;
    height: 67px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
}

.package-info {
    padding: 3em 3em 2em;
}

.package-info ul {
    list-style: none;
}

.package-info ul li {
    position: relative;
    display: flex;
    padding: 6px 0px;
}

.package-info ul li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #155777;
}


/*** POD Page Start ***/
.pod-about-sec { position: relative; }
.pod-about-sec .pod-about-wrapper {
    padding-bottom: 3em;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    border-top: 1px solid #DCDCDC;
    padding-top: 3em;
}

.pod-about-sec .pod-about-wrapper::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 50%;
    top:0px;
}
.pod-about-sec .pod-about-wrapper .pod-img-wrap {
    padding: 0 3em;
}
.pod-about-sec .pod-about-wrapper .pod-about-wrap {
    padding: 0 3em;
}

.pod-support-sec { position: relative; }
.pod-support-sec::after {
    content: '';
    position: absolute;
    width: 80%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #D8D8D8;
    bottom: 0px;
}

.pod-support-sec .pod-support-highlight-text {
    text-align: center;
}

.pod-support-sec .pod-support-highlight-text p {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2em;
}

.pod-support-sec .pod-support-highlight-text .blue-text {
    color: #155777;
}

.pod-support-sec .pod-support-text {
    padding: 0 8em;
    text-align: center;
    margin-bottom: 5em;
}

.pod-support-sec .support-block {
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FBFBFB;
    padding: 2em;
    border-radius: 22px;
    min-height: 23em;
}

.pod-support-sec .support-division {
    text-align: center;
}

.pod-support-sec .support-block .support-icon {
    padding: 2em;
}

.pod-support-sec .support-block .support-title {
    margin-top: 1em;
}
.pod-support-sec .support-block .support-title .title {
    color: #155777;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
}


.pod-support-sec .support-block .support-seprator {
    position: relative;
}

.pod-support-sec .support-block .support-seprator img {
    width: 14px;
}

.pod-support-sec .support-block .support-seprator::before {
    content: '';
    width: 37%;
    left: 0;
    background: #DCDCDC;
    height: 1px;
    position: absolute;
    top: 47%;
}

.pod-support-sec .support-block .support-seprator::after {
    content: '';
    width: 37%;
    right: 0;
    background: #DCDCDC;
    height: 1px;
    position: absolute;
    top: 47%;
}

.pod-support-sec .pod-support-cta {
    margin-top: 5em;
}

.pod-support-offer {
    padding-top: 6em;
    position: relative;
}

.pod-support-offer::after {
    content: '';
    position: absolute;
    width: 80%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #D8D8D8;
    bottom: 0px;
}
.pod-support-offer .support-offer-img {
    padding: 0 4em;
}

.pod-support-offer .support-offer-text {
    padding: 0 3em;
}

.pod-support-offer .support-offer-text .offer-text {
    position: relative;
}

.pod-support-offer .support-offer-text .offer-text .offer-lists {
    list-style: none;
     position: relative;
}
.pod-support-offer .support-offer-text .offer-text .offer-lists li {
    background: #FBFBFB;
    width: max-content;
    padding: 14px 20px 14px 4em;
    margin-bottom: 14px;
    border-radius: 30px;
    position: relative;
}

.pod-support-offer .support-offer-text .offer-text .offer-lists li::before {
    content: "\f112";
    position: absolute;
    left: 8px;
    font-family: 'flaticon';
    background: #155777;
    padding: 8px 14px;
    top: 6px;
    border-radius: 30px;
    color: #fff;
    font-weight: 100;
}

.pod-team-lists {
    position: relative;
}

.pod-team-lists::before {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px dashed #DCDCDC;
    position: absolute;
    left: 50%;
    top: 0px;
}

.pod-team-lists::after {
    content: '';
    width: 100%;
    height: 1px;
    border: 1px dashed #DCDCDC;
    position: absolute;
    top: 50%;
}

.pod-team-lists .pod-team-block {
    text-align: center;
    margin: 3em 3em;
    position: relative;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 30px;
}
/*
.pod-team-block::before {
    content: '';
    border-right: 1px dashed #BBBBBB;
    position: absolute;
    right: 0000;
    height: 100%;
    width: 1px;
    right: -13px;
}

.pod-team-block::after {
    content: '';
    border-bottom: 1px dashed #BBBBBB;
    position: absolute;
    height: 1px;
    width: 106%;
    left: 0;
    bottom: 0;
}*/



.pod-team-lists .pod-team-block .team-info {
    background: #FBFBFB;
    padding: 2em 3em;
    border-radius: 0px 0px 30px 30px;
    min-height: 9em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pod-team-lists .pod-team-block .team-info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;
}


.pod-quote-block {
    padding: 6em 9em;
    text-align: center;
    position: relative;
    margin: 10em 0px 5em;
}

.pod-quote-block p {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 500;
}

.pod-quote-block::before {
    content: '';
    background: url(../images/pod-quote-up.png) no-repeat scroll top center / contain;
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    top: -16px;
}


.pod-quote-block::after {
    content: '';
    background: url(../images/pod-quote-down.png) no-repeat scroll bottom center / contain;
    position: absolute;
    width: 100%;
    height: 170px;
    right: 0;
    bottom: -16px;
}

.support-choice-wrapper {
    padding: 3em;
    background: #FBFBFB;
    border-radius: 20px;
}


.choice-accordion button.accordion-button {
    padding: 17.5px;
    background: transparent;
    color: #155777;
    font-weight: 600;
    font-size: 18px;
}

.choice-accordion .accordion-item {
    background: none;
}

.choice-accordion button.accordion-button.collapsed {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.choice-accordion button.accordion-button:focus{ box-shadow:none; }
.support-choice-title-block-wrapper { padding: 0 3em; }
.support-choice-title-block-wrapper .support-choice-img {padding: 2em 3em;margin-top: 3em;}

/***** RMM Admin Page Start *******/


.uspfeaturesecCvr.rmm-admin-feature .usp-wrapper .usp-block .usp-text p {
    padding: 2em 10px 0px;
    min-height: 7em;
}


.rmm-admin-about-sec { position: relative; }
.rmm-admin-about-sec .rmm-admin-about-wrapper {
    padding-bottom: 3em;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.rmm-admin-about-sec .rmm-admin-about-wrapper::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 50%;
}
.rmm-admin-about-sec .rmm-admin-about-wrapper .rmm-admin-img-wrap {
    padding: 0 3em;
}
.rmm-admin-about-sec .rmm-admin-about-wrapper .rmm-admin-about-wrap {
    padding: 0 3em;
}

.rmm-approach-listCvr {
    margin-top: 2em;
    position: relative;
    z-index: 1;
}
.rmm-approach-listCvr::before{ content:''; background:#dbdbdb; position: absolute; width: 1px; height: 100%; left: 12%; z-index: -2; top:0; }
.rmm-approach-listCvr::after{ content:''; background:#dbdbdb; position: absolute; width: 1px; height: 100%; right: 12%; z-index: -2; top:0; }
.rmm-approach-listCvr .rmm-approach-block {
    padding: 1em;
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 130px;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

.rmm-approach-listCvr .rmm-approach-block:hover{ background: #155777; color:#fff; }
.rmm-approach-listCvr .rmm-approach-block:hover .rmm-approach-icon i{ background: #fff; color: #155777; }

.rmm-approach-listCvr .rmm-approach-block p {
    margin-bottom: 0px;
}

.rmm-approach-listCvr .rmm-approach-block .rmm-approach-icon {
    display: inline-block;
    margin-right: 4em;
}

.rmm-approach-listCvr .rmm-approach-block .rmm-approach-icon i {
    background: #155777;
    padding: 18px;
    border-radius: 50%;
    font-size: 2.8em;
    width: 90px;
    height: 90px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.rmm-approach-listCvr .rmm-approach-block .rmm-approach-desc {
    width: 100%;
    padding-right: 3em;
}

.rmm-approach-listCvr .rmm-approach-block .rmm-approach-title {    font-size: 18px;
    width: 50%;
    padding-right: 4em;}


.rmm-check-listCvr {
    margin-top: 2em;
}

.rmm-check-listCvr .rmm-check-lists {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.rmm-check-listCvr .rmm-check-lists li {
    width: 31%;
    padding: 10px 34px 10px 44px;
    background: #F8F8F8;
    margin: 20px 6px 20px 6px ;
    min-height: 3em;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 7px;
    border: 1px solid #E7E7E7;
}

.rmm-check-listCvr .rmm-check-lists li::before {
    content: "\f111";
    font-family: Flaticon;
    left: 12px;
    position: absolute;
    color: #155777;
}


.rmm-360-section .rmm-360-blockCvr .rmm-360-block {
    background: #FBFBFB;
    padding: 2em 3em;
    border-radius: 4px;
    margin-bottom: 4em;
    min-height: 22em;
}
.rmm-360-section .rmm-360-blockCvr .rmm-360-block:last-child{ margin-bottom: 0px; }

.rmm-360-section .rmm-360-blockCvr .rmm-360-block .icon {
    display: inline-block;
    margin-bottom: 20px;
}

.rmm-360-section .rmm-360-blockCvr .rmm-360-block .icon i {
    background: #155777;
    padding: 12px;
    border-radius: 50%;
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.rmm-360-section .rmm-360-blockCvr .rmm-360-block .text-wrapper .title { font-size: 18px; }
.rmm-360-section .rmm-360-blockCvr .rmm-360-block .text-wrapper p { margin-bottom: 0px; }

.rmm-360-section .rmm-360-title-block {
    padding: 10em 0em;
    background: #fff;
    position: relative;
    margin-top: 0em;
}


.rmm-360-section .rmm-360-title-block .title {
    margin-bottom: 0px;
}

.rmm-360-section .rmm-360-title-block::before {
    content: '';
    border: 10px solid #155777;
    border-radius: 50%;
    box-shadow: 0px 3.4px 3.4px 0px #00000040 inset;
    position: absolute;
    width: 130%;
    height: 113%;
    left: -3em;
    right: 0;
    margin: 0px auto;
    top: -24px;
    background: #fff; }



/***** Firewall Admin Page Start *******/

.firewall-admin-about-sec { position: relative; }
.firewall-admin-about-sec .firewall-admin-about-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.firewall-admin-about-sec .firewall-admin-about-wrapper::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 50%;
    top: 0px;
}
.firewall-admin-about-sec .firewall-admin-about-wrapper .firewall-admin-img-wrap { padding: 0 4em; }
.firewall-admin-about-sec .firewall-admin-about-wrapper .firewall-admin-about-wrap { padding: 0 2em; }  

.check-listCvr { margin-top: 2em; }

.check-listCvr ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.check-listCvr ul li {
    width: 31%;
    padding: 10px 34px 10px 44px;
    background: #F8F8F8;
    margin: 20px 6px 20px 6px ;
    min-height: 3em;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 7px;
    border: 1px solid #E7E7E7;
}

.check-listCvr ul li::before {
    content: "\f111";
    font-family: Flaticon;
    left: 12px;
    position: absolute;
    color: #155777;
}

.check-listCvr.two-column ul li { width: 46%; }

.firewall-admin-about-wrapper .row:last-child {
    flex-direction: row-reverse;
    padding-top: 4em;
    border-top: 1px solid #dcdcdc;
    margin-top: 3em;
}

[class*="unordered_list"] {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
[class*="unordered_list"] > li {
    float: left;
    list-style: none;
    display: inline-block;
}

.avatar_group > li {
     width: 50px;
     height: 50px;
     overflow: hidden;
     border-radius: 100%;
     align-items: center;
     display: inline-flex;
     justify-content: center;
     border: 2px solid #fff;
}
 .avatar_group > li:not(:first-child) {
     margin-left: -15px;
}
 .avatar_group > li:last-child {
     font-size: 15px;
     color: #fff;
     background-color: #000;
}
.thankyou-banner .ty-form-desc a {
    font-size: 16px !important;
    padding: 14px 0;
    display: block;
    margin: 0;
    color: #155777;
}
.banner-cta-sec .banner-cta-text svg {
	color: #155777;
}
.banner-cta-sec .banner-cta-text .ty-form-desc.info:hover, .banner-cta-sec .banner-cta-text .ty-form-desc.info:hover svg {
    color: #f7942e;
}
.thankyou-banner .ty-form-desc a:hover, .banner-cta-sec .banner-cta-text svg:hover{
	color: #f7942e;
}


@media screen and (max-width: 1560px) {
   .avatar_group > li {
        width: 60px;
        height: 60px;
    }
}



.firewall-client {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    align-items: center;
}

.firewall-client p {
    font-size: 1.8em;
    font-weight: 600;
    margin-left: 17px;
    line-height: 1;
    margin-bottom: 0px;
}

.firewall-client p span {
    display: block;
    line-height: 1;
    font-weight: 300;
    font-size: 18px;
    margin-top: 3px;
}

.key-elements .left ul li a{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.key-elements .left ul li{
  padding: 12px 0 12px 24px;
  border-left: 3px solid #D9D9D9;
}
.key-elements .left ul li.active a,
.key-elements .left ul li:hover a{
  color: #F0811A;
  font-weight: 600;
}
.key-elements .left ul li.active,
.key-elements .left ul li:hover{
  border-color: #F0811A;
}
.key-elements .left{
  position: sticky;
  top: 0;
  height: auto;
  overflow-y: scroll;
  padding: 42px 0 10px;
}
.key-elements .left::-webkit-scrollbar {
  display: none;
}
.key-elements .right .content-box {
    max-width: 873px;
    width: 100%;
    background-color: #F9F9F9;
    padding: 44px 50px 0px;
    margin: 0 0 30px auto;
}
.key-elements .right .content-box .title {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #155777;
}
.key-elements .right .content-box .title:hover{
  color: #F0811A;
}
.key-elements .right .content-box .description {
    padding: 12px 0 20px;
}
.key-elements .right .content-box .description p {}
.key-elements .right .content-box .listing-section{
  padding: 20px 0 0;
}
.key-elements .right .content-box .listing-section .subtitle{
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  padding: 0 0 22px;
}
.key-elements .right .content-box .listing-section .listing{
  display: flex;
  flex-wrap: wrap;
}
.key-elements .right .content-box .listing-section .listing li{
  position: relative;
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 8px 0;
  padding: 0px 30px 0 40px;
}
.key-elements .right .content-box .listing-section .listing li:before{
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}

.key-elements .right .content-box .logo{
  padding: 0 0 12px;
}
.key-elements .right .content-box .cta-btn{
  text-align: right;
  padding: 22px 0 0;
}
.key-elements .left .cta-btn{
  margin: 70px 0 0;
}
.key-elements .title-wrap{
  max-width: 784px;
}
.key-elements{
  padding: 50px 0 0;
}


.key-elements .right .content-box ol li > ol {
    list-style: none;
    margin: 8px 0px 20px 17px;
}

.key-elements .right .content-box ol li > ol li {
    position: relative;
    padding-left: 21px;
}

.key-elements .right .content-box ol li > ol li::before {
    content: '\f125';
    font-family: 'flaticon';
    color: #F0811A;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    font-size: 14px;
}
.key-elements-wrap .key-elements .content-box .key-icon {
    position: relative;
    display: inline-block;
    padding: 16px;
}
.key-elements-wrap .key-elements .content-box .key-icon i {
    color: #155777;
    font-size: 34px;
    /* padding: 9px; */
    line-height: 1;
    text-align: center;
}
.key-elements-wrap .key-elements .content-box .key-icon::before {
    content: '';
    border: 1px dotted #155777;
    padding: 32px;
    border-radius: 50%;
    animation: spin 10s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
}

.cta-section.firewall-admin-cta .cta-title-block { text-align: center; }

.cta-section.firewall-admin-cta .cta-title-block .cta-img { padding: 0 6em; }

.cta-section.firewall-admin-cta .cta-title-block .cta-quote {
    font-style: italic;
    margin-top: 20px;
    padding: 0 5em;
    text-transform: capitalize;
    position: relative;
}
.cta-section.firewall-admin-cta .cta-title-block .cta-quote p { position: relative; font-weight: 500; }
.cta-section.firewall-admin-cta .cta-title-block .cta-quote p::before, .cta-section.firewall-admin-cta .cta-title-block .cta-quote p::after { content: '"'; color: #F0811A; position: absolute; }
.cta-section.firewall-admin-cta .cta-title-block .cta-quote p::before { left: 0; top: 0; }
.cta-section.firewall-admin-cta .cta-title-block .cta-quote p::after { right: auto; bottom: 0; }


/*** AZURE MIGRATION ***/

.inner-about-sec .inner-about-wrapper {
    padding-bottom: 3em;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}
.inner-about-sec .inner-about-wrapper::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 50%;
}

.inner-about-sec .inner-about-wrapper .inner-about-img-wrap { padding: 0 6em; }
.inner-about-sec .inner-about-wrapper .inner-about-wrap { padding: 0 3em; }
.inner-about-sec .inner-about-wrapper .inner-img-text {
    text-align: center;
    margin-top: 3em;
    display: flex;
    justify-content: center;
}
.inner-about-sec .inner-about-wrapper .inner-img-text p {
    background: #F8F8F8;
    display: inline-block;
    padding: 10px 46px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 0px;
}
.inner-about-sec .inner-about-wrapper .inner-img-text p span {
    color: #155777;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600;
    margin-right: 16px;
}


.solutions-section .solutions-title-wrapper {
    padding-right: 4em;
    margin-bottom: 4em;
}

.solutions-section .solutions-block-wrap .solution-block {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    padding: 4em 3em;
    margin: 2em 1em 4em;
}

.solutions-section .solutions-block-wrap .solution-block .solution-icon-block {
    position: relative;
}

.solutions-section .solutions-block-wrap .solution-block .solution-icon-block .solution-icon {
    background: #155777;
    line-height: 1;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.solutions-section .solutions-block-wrap .solution-block .solution-icon-block .solution-icon i {
    font-size: 42px;
    color: #fff;
}

.solutions-section .solutions-block-wrap .solution-block .title {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
}

.solutions-cta-block {
    margin-top: 26%;
    padding: 0 5em;
    position: relative;
}

.solutions-cta-block::before {
    content: '';
    background: #000;
    width: 200%;
    height: 1px;
    position: absolute;
    right: 92%;
    top: 18px;
}

.solutions-cta-block::after {
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 32px;
}

.why-azure-section .why-azure-lists {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3em;
}

.why-azure-section .why-azure-lists .why-azure-block {
    width: 21%;
    padding: 1.6em;
    border: 1px solid #D7D7D7;
    margin: 0px 20px 3em;
    border-radius: 10px;
}



.why-azure-section .why-azure-lists .why-azure-block .why-azure-icon {
    display: inline-block;
    background: #155777;
    padding: 18px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.why-azure-section .why-azure-lists .why-azure-block .why-azure-icon i {
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
}

.why-azure-section .why-azure-lists .why-azure-block .why-azure-title {
    font-size: 18px;
    text-transform: capitalize;
}

.why-azure-section .why-azure-lists .why-azure-block p {
    margin-bottom: 0px;
}


.step-processblk ul
{
    list-style: none;
    display: table;
    margin-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}
.step-processblk ul li {
    float: left;
    width: 18%;
    margin: 0 10px;
    padding-top: 2em;
    text-align: center;
    position: relative;
}
.step-processblk ul li:after {
    content: '';
    position: absolute;
    left: 67%;
    top: 38%;
    width: 74%;
    border-top: 2px dotted #383838;
    margin: 0 auto;
    z-index: -1;
}
.step-processblk ul li:last-child:after
{
    display: none;
}
.step-processblk ul li .proicn {
    height: 84px;
    width: 84px;
    background: #fafafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.step-processblk ul li .proicn i {
    font-size: 40px;
    line-height: 0;
    color: #155777;
}
.step-processblk ul li .pro-title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 18px;
    line-height: 1.4;
}

.cta-section .cta-text-block .title-block .small-text {
    margin-bottom: 0;
    font-size: 18px;
}

.cta-section .cta-text-block .title-block .title-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-section .cta-text-block .title-block {
    margin-bottom: 30px;
}

.cta-funfact .funfact-lists {
    list-style: none;
}

.cta-funfact .funfact-lists li {
    display: inline-flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #000000;
    padding-right: 5px;
}

.cta-funfact .funfact-lists li .count-block {
    margin-right: 18px;
    font-size: 36px;
    color: #155777;
    line-height: 1.2;
    font-weight: 600;
}

.cta-funfact .funfact-lists li p {margin-bottom: 0px;}


.inner-about-wrapper.top-border-sec {
    padding-bottom: 3em;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    border-top: 1px solid #DCDCDC;
    padding-top: 3em;
}

.inner-about-wrapper.top-border-sec::before {
    top: 0;
}


.inner-about-wrapper.top-border-sec .row:nth-child(2n){
    flex-direction: row-reverse;
    padding-top: 4em;
    border-top: 1px solid #dcdcdc;
    margin-top: 3em;
}

.inner-about-wrapper.top-border-sec .row:nth-child(3n) {
    padding-top: 4em;
    border-top: 1px solid #dcdcdc;
    margin-top: 3em;
}

.inner-about-sec.azure-infrastructure .inner-about-wrapper .inner-about-img-wrap { padding: 0 1.6em; }


.why-choose-azure-support-sec .why-azure-lists .why-azure-block {
   display: flex;
    align-items: center;
    padding: 2em;
    position: relative;
    min-height: 260px;
    justify-content: center;
}

.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-info {
    width: 100%;
}


.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-icon i {position: relative;border: 1px dashed #155777;padding: 20px;border-radius: 50%;align-items: center;display: flex;justify-content: center;align-items: center;margin-right: 2em;color: #155777;font-size: 36px;}


.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-icon::after {
    content: '';
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    background-position: center;
    right: 2em;
}

.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-info .title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-info p{ margin-bottom: 0px; }

.why-choose-azure-support-sec .why-azure-lists .why-azure-block::before {content: '';border-right: 1px dashed #BBBBBB;position: absolute;right: -12px;height: 100%;width: 1px;}

.why-choose-azure-support-sec .why-azure-lists .why-azure-block::after {
    content: '';
    border-bottom: 1px dashed #BBBBBB;
    position: absolute;
    width: 104%;
    bottom: 0px;
    left: -10px;
    right: 0;
    margin: 0 auto;
}

.why-choose-azure-support-sec .why-azure-lists [class*="col-"]:nth-child(2n) .why-azure-block::before{ display: none; }
.why-choose-azure-support-sec .why-azure-lists [class*="col-"]:nth-child(n+3) .why-azure-block::after{ display: none; }


.box-number-wrapper {
    border: 1px solid #DCDCDC;
    border-radius: 30px;
    margin-top: 4em;
}

.box-number-wrapper .box-number-block {
    position: relative;
    padding: 3em 5em;
    min-height: 24em;
}
.box-number-wrapper [class*="col-"]{ position: relative; }
.box-number-wrapper [class*="col-"]:nth-child(odd)::before {
    content: '';
    background: #dcdcdc;
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}

.box-number-wrapper [class*="col-"]::after {
    content: '';
    background: #dcdcdc;
    width: 98.3%;
    height: 1px;
    bottom: 0;
    position: absolute;
}
.box-number-wrapper [class*="col-"]:nth-child(odd)::after { right: 0px;}
.box-number-wrapper [class*="col-"]:nth-child(even)::after { left: 0px;}

.box-number-wrapper [class*="col-"]:nth-child(n+7)::after{ display: none; }
.box-number-block .number {
    position: absolute;
    top: -16px;
    background: #fff;
    display: inline-block;
    padding: 0 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #155777;
}

.box-number-block .title{ margin-bottom:24px; font-size: 24px; text-transform:capitalize; }

.box-number-block .box-number-content ul {list-style: none;padding: 0;margin: 0;}

.box-number-block .box-number-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 2.6em;
    margin-bottom: 12px;
}
.box-number-block .box-number-content ul li::before {
    content: '\f111';
    font-family: 'flaticon';
    background: #155777;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 10px;
    border-radius: 50%;
    line-height: 0;
    padding: 13px 8px;
    font-weight: 100;
}


.cta-section-wo-frm{ background: #FBFBFB; }
.cta-section-wo-frm .cta-content {
    padding-left: 3em;
}

.cta-section-wo-frm .cta-content .cta-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

/*** Azure Virtual Desktop page ***/

.inner-about-sec.avd-about-details  .inner-about-wrapper .inner-about-img-wrap {
    padding: 0 4em;
}

.avd-serivces-block {
    border: 1px solid #D4D4D4;
    padding: 30px 36px;
    border-radius: 20px;
    margin: 0 5px 2em;
}

.avd-serivces-block .avd-serivces-icon {
    padding-bottom: 12px;
}

.avd-serivces-block .avd-serivces-icon .serivces-icon {
    position: relative;
    display: inline-block;
    padding: 16px;
}

.avd-serivces-block .avd-serivces-icon .serivces-icon::before {
    content: '';
    border: 1px dotted #155777;
    padding: 32px;
    border-radius: 50%;
    animation: spin 10s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
}

.avd-serivces-block .avd-serivces-icon .serivces-icon i {
    color: #155777;
    font-size: 34px;
    /* padding: 9px; */
    line-height: 1;
    text-align: center;
}

.avd-serivces-block .avd-serivces-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #155777;
    margin-bottom: 10px;
}

.avd-serivces-block .avd-serivces-desc p strong {
    padding: 13px 0 0px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.avd-serivces-block .avd-serivces-desc ul {
    list-style: none;
    margin-top: 22px;
}
.avd-serivces-block .avd-serivces-desc ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
}
.avd-serivces-block .avd-serivces-desc ul li::before {
    content: '';
    background: #155777;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 9px;
}

.avd-serivces-block .avd-serivces-desc ul li::after {
    content: '';
    border: 1px dotted #155777;
    width: 22px;
    height: 22px;
    left: -7px;
    position: absolute;
    border-radius: 50%;
    top: 2px;
}

.avd-serivces-block .avd-serivces-desc ul li strong {
    display: block;
    color: #155777;
    font-weight: 600;
    margin-bottom: 6px;
}

.avd-serivces-cta-block {
    margin-top: 16%;
    padding: 0 6em;
    position: relative;
}

.avd-serivces-cta-block::before {
    content: '';
    background: #000;
    width: 200%;
    height: 1px;
    position: absolute;
    right: 92%;
    top: 18px;
}

.avd-serivces-cta-block::after {
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 36px;
}

.solutions-section.ms-endspoint-mananger .solutions-block-wrap .solution-block { padding-top: 2em; }

.solutions-section.ms-endspoint-mananger .solutions-block-wrap .solution-block .solution-icon-block { position: relative; margin-bottom: 1em; }

.solutions-section.ms-endspoint-mananger .solutions-block-wrap .solution-block ul {list-style: none;padding: 0;margin: 0;}

.solutions-section.ms-endspoint-mananger .solutions-block-wrap .solution-block ul li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 2em;
    margin-bottom: 12px;
}
.solutions-section.ms-endspoint-mananger .solutions-block-wrap .solution-block ul li::before {
    content: '\f111';
    font-family: 'flaticon';
    background: #155777;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 8px;
    border-radius: 50%;
    line-height: 0;
    padding: 10px 6px;
    font-weight: 100;
}
.solutions-section.ms-endspoint-mananger .solutions-cta-block {
    margin-top: 86%;
    padding: 0 4em;
    position: relative;
}

.inner-about-sec .inner-about-wrapper .inner-about-wrap .about-desc-wrap strong {
    color: #155777;
    font-weight: 600;
    font-style: italic;
}

.inner-about-sec .inner-about-wrapper .inner-about-wrap .about-desc-wrap ul {list-style: none;padding: 0;margin: 0;}

.inner-about-sec .inner-about-wrapper .inner-about-wrap .about-desc-wrap ul li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 2em;
    margin-bottom: 12px;
}
.inner-about-sec .inner-about-wrapper .inner-about-wrap .about-desc-wrap ul li::before {
    content: '\f111';
    font-family: 'flaticon';
    background: #155777;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 8px;
    border-radius: 50%;
    line-height: 0;
    padding: 10px 6px;
    font-weight: 100;
}



.key-benefits-m365-migration-sec .benefits-lists .benefits-block {
   display: flex;
    align-items: center;
    padding: 2em;
    position: relative;
    min-height: 260px;
    justify-content: center;
}

.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-info {
    width: 100%;
}


.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-icon i {position: relative;border: 1px dashed #155777;padding: 20px;border-radius: 50%;align-items: center;display: flex;justify-content: center;align-items: center;margin-right: 2em;color: #155777;font-size: 36px;}


.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-icon::after {
    content: '';
    width: 22px;
    height: 1px;
    background: #000;
    position: absolute;
    background-position: center;
    right: 2em;
}

.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-info .title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-info p{ margin-bottom: 0px; }

.key-benefits-m365-migration-sec .benefits-lists .benefits-block::before {content: '';border-right: 1px dashed #BBBBBB;position: absolute;right: -12px;height: 100%;width: 1px;}

.key-benefits-m365-migration-sec .benefits-lists .benefits-block::after {
    content: '';
    border-bottom: 1px dashed #BBBBBB;
    position: absolute;
    width: 104%;
    bottom: 0px;
    left: -10px;
    right: 0;
    margin: 0 auto;
}

.key-benefits-m365-migration-sec .benefits-lists [class*="col-"]:nth-child(2n) .benefits-block::before{ display: none; }
.key-benefits-m365-migration-sec .benefits-lists [class*="col-"]:nth-child(n+5) .benefits-block::after{ display: none; }



.m365-approach-section .m365-approach-lists {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3em;
}

.m365-approach-section .m365-approach-lists .m365-approach-block {
    width: 21%;
    padding: 2.2em 1.6em 1.6em;
    border: 1px solid #D7D7D7;
    margin: 0px 20px 3em;
    border-radius: 10px;
    position: relative;
}

.m365-approach-section .m365-approach-lists .m365-approach-block .number {
    position: absolute;
    top: -14px;
    background: #fff;
    display: inline-block;
    padding: 0 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #155777;
}


.m365-approach-section .m365-approach-lists .m365-approach-block .m365-approach-icon {
    display: inline-block;
    background: #155777;
    padding: 18px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-bottom: 20px;
    line-height: 1.2;
}


.m365-approach-section .m365-approach-lists .m365-approach-block .m365-approach-icon i {
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
}

.m365-approach-section .m365-approach-lists .m365-approach-block .m365-approach-title {
    font-size: 18px;
    text-transform: capitalize;
}

.m365-approach-section .m365-approach-lists .m365-approach-block p {
    margin-bottom: 0px;
}

.migration-services-block {
    width: 18%;
    padding: 4.5em 1.6em 2em;
    border: 1px solid #D7D7D7;
    margin: 0px 8px 6em;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 2px 0px #F0811A;
}

.migration-services-block:nth-child(n+6){ margin-bottom: 20px;}

.migration-services-listCvr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4em;
    justify-content: center;
}

.migration-services-icon {
    display: inline-block;
    background: #155777;
    padding: 18px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.migration-services-icon i {
    font-size: 2.8em;
    line-height: 1.4;
    color: #fff;
}

.migration-services-block .migration-services-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}


.m365-security-compliance .m365-approach-lists .m365-approach-block { width: 27%; }

/***** Contact us Banner *****/

.contact-sec-wrapper { border: 1px solid #DCDCDC; padding: 3em 0px; border-radius: 40px; position: relative; }
.contact-sec-wrapper .contact-block { padding: 1.4em 5em; }
.contact-sec-wrapper::before {content: '';background: #DCDCDC;width: 1px;height: 100%;position: absolute;left: 50%;top: 0;}
.contact-sec-wrapper .contact-block .map-blockCvr iframe { margin-bottom: 0px; border-radius: 20px; }
.contact-sec-wrapper .contact-block .map-blockCvr {border-radius: 34px;}
.contact-mapCvr img { width: 80px; }
.contact-mapCvr .title::after { display: none; }
.contact-mapCvr .title { font-size: 24px; }


.contact-social .social-block-wrap {
    text-align: center;
}

.contact-social .social-block-wrap .title {
    font-size: 18px;
    font-weight: 500;
}

.contact-social .social-block-wrap .social-links {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: 9px;
}

.contact-social .social-block-wrap .social-links li a {
    color: #155777;
    padding: 12px 12px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(180deg, rgba(21, 87, 119, 0.09) 0%, rgba(21, 87, 119, 0.12) 100%);
    margin-right: 8px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
}


.contact-details-wrap {
    position: relative;
}

.contact-details-wrap .contact-details {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
    padding: 3em 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    list-style: none;
}

.contact-details-wrap .contact-details li {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
        padding: 0 2em;
    align-items: flex-start;
    align-content: flex-start;
}

.contact-details-wrap .contact-details li span {
    display: block;
    width: 100%;
}

.contact-details-wrap .contact-details li span.icon svg {
    color: #155777;
    padding: 18px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(180deg, rgba(21, 87, 119, 0.09) 0%, rgba(21, 87, 119, 0.12) 100%);
    margin-bottom: 8px;
    line-height: 1.2;
    height: 20px;
    display: inline-block;
    width: 20px;
}

.contact-details-wrap .contact-details::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 1px;
    height: 100%;
    top: 0;
    left: 23%;
}

.contact-details-wrap .contact-details::after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 1px;
    height: 100%;
    top: 0;
    right: 23%;
}

/**** Managed M365 Admin Services ****/


.admin-help-wrapper {
    margin-top: 3em;
}

.admin-help-wrapper .admin-help-block {
    padding: 2em;
    border: 1px solid #dcdcdc;
    margin-bottom: 2em;
    border-radius: 30px;
    min-height: 25em;
}

.admin-help-wrapper .admin-help-block .admin-help-vector {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.admin-help-wrapper .admin-help-block .title {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0px;
}


.m365-admin-funfact .funfact-wrap {
    position: relative;
    padding: 4em 0px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.m365-admin-funfact .funfact-wrap .funfact-lists {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}

.m365-admin-funfact .funfact-wrap .funfact-lists li {
    width: 25%;
    text-align: center;
    padding: 0 3em;
}

.m365-admin-funfact .funfact-wrap .funfact-lists li .funfact-number {
    font-size: 35px;
    font-weight: 600;
    color: #155777;
    margin-bottom: 0px;
}


/**** Career Page ****/


.career-quote-block {
    text-align: center;
    padding: 4em 4em 2em 4em;
    position: relative;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.4;
}

.career-quote-block::before{ 
    position: absolute;
    top: 60%;
    left: 0;
    width: 140px;
    height: 12px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    background-image: url(../images/career-line-left.png);
    content: '';
 }


.career-quote-block::after{ 
    position: absolute;
    top: 60%;
    right: 0;
    width: 140px;
    height: 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-image: url(../images/career-line-right.png);
    content: '';
 }

.cult-lists {
    position: relative;
}


.cult-lists ul {
    position: relative;
}

.cult-lists ul li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 1em 3em 1em 4em;
    margin-bottom: 12px;
    background: #FBFBFB;
    border-radius: 82px;
}

.cult-lists ul li::before {
    content: '';
    content: '\f111';
    font-family: 'flaticon';
    background: #155777;
    color: #fff;
    position: absolute;
    left: 22px;
    font-size: 8px;
    border-radius: 50%;
    line-height: 0;
    padding: 10px 6px;
    font-weight: 100;
}


.gallery-slider .gallery-item{ width: 100%; max-width: 100%; padding: 0px; }
.gallery-slider .gallery-item img {
    border-radius: 20px;
}
.kh-d-flex.kh-flex-column.kh-footer.kh-container-fluid.kh-justify-content-center.kh-position-absolute {
    display: none !important;
}


span.kh-text-lowercase.kh-badge.kh-badge-pill.kch-bg-brand-color.kch-heading-color.kh-ml-2.kh-text-small.kh-px-3.kh-py-1 {
    background: #f5821f;
    color: #fff;
}

.kh-no-gutters > [class*=kh-col-] > a { border-bottom: 1px solid #ccc; border-radius: 0px;
    padding: 10px 0px; }
.kh-no-gutters > [class*=kh-col-] > a:hover { border-color: #ccc; }
.jobopening-block .kh-job-container:hover .kh-job-title, .jobopening-block .kh-job-container:hover .kh-icon { color: #f5821f !important; }
.kh-no-gutters > [class*=kh-col-]:first-child a{  border-top: 1px solid #ccc; }

/**** Blog ****/

.bloglist-sec .blog-block { background: #FBFBFB; padding: 20px 24px; border-radius: 20px; margin: 0 5px 2.4em; }
.bloglist-sec .blog-block .blog-img img {border-radius: 13px;}
.bloglist-sec .blog-block .blog-img { margin-bottom: 12px; }
.bloglist-sec .blog-block .blog-details { position: relative; }
.bloglist-sec .blog-block .blog-categories { padding: 0px 20px; margin-bottom: 16px; }
.bloglist-sec .blog-block .blog-categories .categories-links { margin-bottom: 0px; display: table; }
.bloglist-sec .blog-block .blog-categories .categories-links li:last-child { padding-right: 0px; }
.bloglist-sec .blog-block .blog-categories .categories-links li { float: left; padding-right: 32px; }
.bloglist-sec .blog-block .blog-details .blog-categories .categories-links li a { font-size: 13px; }
.bloglist-sec .blog-block .blog-details .blog-title { font-size: 22px; font-weight: 600; line-height: 1.4; margin-bottom: 18px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.blog-info { border-bottom: 1px solid #DBDBDB; padding-bottom: 15px; margin-bottom: 15px; }
.blog-info .blog-date { color: #676767; margin-bottom: 0; }
.blog-info .blog-date svg { margin-right: 6px; } 
.blog-details a.blog-link { color: #F0811A; }
.blog-details a.blog-link:hover { color: #155777; }
.bloglist-sec .pagination{ margin:2em 0px; border-top:medium none;}
.bloglist-sec .pagination:before, .bloglist-sec  .pagination:after,
.bloglist-sec .pagination .nav-links:before, .bloglist-sec .pagination .nav-links:after{ display:none;}
.bloglist-sec .pagination .nav-links { padding-right: 0px; position: relative; margin: 0 auto; }
.bloglist-sec  .pagination:before, .bloglist-sec  .pagination:after,
.bloglist-sec .pagination .prev, .bloglist-sec .pagination .next{position: relative;}
.bloglist-sec .pagination .prev, .bloglist-sec .pagination .next { padding:0px !important;}
.bloglist-sec .pagination .prev { right: 0; }
.bloglist-sec .pagination .page-numbers { padding: 18px 14px; text-transform: uppercase; vertical-align: middle; margin: 0px; background: #000; color: #fff; border-radius: 50%; width: 55px; height: 55px; text-align: center; ine-height: 1.1; }
.bloglist-sec .pagination .page-numbers:hover {background: #F0811A; color:#fff;}
.bloglist-sec .pagination .page-numbers.current { background: #F0811A; color: #fff; font-weight: 600;}
.bloglist-sec .pagination .prev, .bloglist-sec .pagination .next {background: #000; color:#fff;}
.bloglist-sec .pagination .prev{ margin-right:20px;}
.bloglist-sec .pagination .next{ margin-left:20px;}


/*** Blog Details ***/

.blog-detailCvr .entry-title { font-size: 30px; font-weight: 600; line-height: 1.4; border-bottom: 1px solid #BABABA; padding-bottom: 20px; margin-bottom: 26px; }
.blog-detailCvr .post-thumbnail { margin-bottom: 1.4em; }
.blog-detailCvr .post-thumbnail img {display: block;  border-radius: 20px; width:100%;}
.entry-content blockquote {margin-left: 1.2em !important;margin-top: 1.2em;}
.blog-detailCvr .entry-content h2 {
    
   
    font-family: 'Poppins';
   
   
}
.blog-detailCvr .entry-content h3 {
    font-size: 20px;
    line-height: 1.2;
    
    color: #0f5777;
}

.blog-detailCvr .entry-content h2, .blog-detailCvr .entry-content h2 strong , .blog-faq-sec .faq-wrap .faq-title h2 { font-family: 'Poppins'; font-size: 24px; margin-top:20px; margin-bottom:16px;  color: #0f5777;  font-weight: 800;  line-height: 1.2;}
.blog-detailCvr .entry-content h3, .blog-detailCvr .entry-content h3 strong { font-family: 'Poppins'; font-size: 20px; color: #0f5777; margin-top:20px; margin-bottom:16px; line-height: 1.2; font-weight: 600;  } 
.blog-detailCvr .entry-content h4, .blog-detailCvr .entry-content h4 strong { font-family: 'Poppins'; font-size: 18px; color: #000; margin-top:20px; margin-bottom:16px; line-height: 1.2; font-weight: 500;}
.blog-detailCvr .entry-content h5, .blog-detailCvr .entry-content h5 strong { font-family: 'Poppins'; font-size: 16px; color: #000; margin-top:20px; margin-bottom:16px; line-height: 1.2; font-weight: 500;}
.blog-detailCvr .entry-content h6, .blog-detailCvr .entry-content h6 strong { font-family: 'Poppins'; font-size: 14px; color: #000; margin-top:20px; margin-bottom:16px; line-height: 1.2; font-weight: 500; font-style: italic;}
.blog-detailCvr .entry-content p { text-align:justify;}
.blog-detailCvr .posted-by{ font-size: 16px; margin-bottom: 8px; display: block; }
.blog-detailCvr .entry-content ul, .blog-detailCvr .entry-content ol  { list-style-position: inside; }
.blog-detailCvr .entry-content ol, .blog-detailCvr .entry-content ul{ padding-left:14px; }
.blog-detailCvr .entry-content ol li{ padding:7px 0px; }
.blog-detailCvr .blog-meta { display: flex; justify-content: space-between; margin-bottom: 2em; }
.blog-detailCvr .blog-meta span { display: flex; align-items: center; font-size: 14px; font-weight: 500; }
.blog-detailCvr .blog-meta svg { width: 14px; height: 21px; border: 1px solid #000; border-radius: 50%; padding: 8px 12px; color: #000; margin-right: 10px; }
.blog-detailCvr .blog-infoCvr { display: flex; justify-content: space-between; padding: 12px 16px 12px 12px!important; border: 1px solid #f6932d; margin-bottom: 26px; border-radius: 22px; }
.blog-detailCvr .blog-infoCvr .blog-date p { margin-bottom: 0px; }
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links { margin-bottom: 0px; display: table; }
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li:last-child { padding-right: 0px; }
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li { float: left; padding-right: 32px; }
.blog-detailCvr .blog-infoCvr .blog-date svg { margin-right: 6px; }
.blog-detailCvr .blog-infoCvr .blog-date,
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li::marker,
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li a { color: #676767; }
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li:hover a{ color: #000;text-transform: capitalize; }
.blog-detailCvr .entry-content img{ border-radius: 20px; margin-bottom: 14px; margin-top: 14px; }
.blog-detailCvr .entry-content ul{ list-style: none; }
.blog-detailCvr .entry-content ul li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #F0811A;
}
.blog-detailCvr .entry-content ol li::marker { color: #F0811A; font-weight: 600; }
.blog-detailCvr .entry-content a{ color: #F0811A; box-shadow:none; }
.blog-detailCvr .entry-content a:hover{ color: #155777; }
.blog-detailCvr .entry-content a strong{ font-weight: 600; }
.sidebarCvr {
    padding-left: 3em;
}

.sidebarCvr .sidebar-block ,.sidebarCvr .block-cta-section {
    background: #FBFBFB;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 2.4em;
}
.blog-detailCvr .entry-content ul li, .casestudy-detailCvr .entry-content ul li, .blog-detailCvr .entry-content ol li, .casestudy-detailCvr .entry-content ol li { display: flex; }
 
.blog-detailCvr .entry-content ul li *, .casestudy-detailCvr .entry-content ul li *, .blog-detailCvr .entry-content ol li *, .casestudy-detailCvr .entry-content ol li  *{ display: contents; }
.sidebarCvr .sidebar-block .sidebar-block-title , .sidebarCvr .block-cta-section .sidebar-block-title {
    margin-bottom: 1.8em;
}

.sidebar-block .sidebar-block-content ul , .block-cta-section .sidebar-block-content ul {list-style: none;padding: 0;margin: 0;}

.sidebar-block .sidebar-block-content ul li , .block-cta-section .sidebar-block-content ul li {
    display: flex;
    margin-bottom: 12px;
}

.sidebar-block .sidebar-block-content ul li .latest-post-desc , .block-cta-section .sidebar-block-content ul li .latest-post-desc {
    width: 100%;
}

.sidebar-block .sidebar-block-content ul li .latest-post-thumb img {
    /* width: 130px; */
    border-radius: 4px;
    margin-right: 22px;
}

.sidebar-block .sidebar-block-content ul li .latest-post-thumb {
    width: 130px;
    margin-right: 16px;
}

.sidebar-block .sidebar-block-content ul li .latest-post-desc .latest-post-title {
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-block .sidebar-cta , .block-cta-section .sidebar-cta {
    text-align: center;
    padding: 2em 0px;
}

.sidebar-block .sidebar-cta p:first-child , .block-cta-section .sidebar-cta p:first-child {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

.sidebar-block .sidebar-cta p:first-child span ,.block-cta-section .sidebar-cta p:first-child span {
    display: block;
}

.sidebar-block .sidebar-cta p:last-child , .block-cta-section .sidebar-cta p:last-child {
    margin-bottom: 0px;
}
/*.sidebarCvr .block-cta-section {
    background: #155777;
    color: #fff;
    padding: 12px 24px;
}
.sidebarCvr .block-cta-section p:first-child {
    color: #F0811A;
}
*/


.sidebarCvr .block-cta-section {
    color: #fff;
    padding:24px;
    background-image: linear-gradient(to bottom, #155777, 70%, #000);
}
.sidebarCvr .block-cta-section p:first-child {
    color: #fff;
}
.single-post .blog-content-wrap .sidebar-cta .theme-btn{
    background: #f5821f;
}

.single-post .blog-content-wrap .sidebar-cta .theme-btn:hover {
    background: #fff;
    color: #000;
}
.single-post .block-cta-section .sidebar-cta {
    padding: 0;
}


.casestudylist-sec .casestudy-block {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ebebeb;
}

.casestudylist-sec .casestudy-block .casestudy-img img {
    border: 1px solid #ebebeb;
    border-radius: 13px;
    margin-bottom: 14px;
}

.casestudylist-sec .casestudy-block .casestudy-title {
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.scripthub-block { position: relative; }
.scripthub-block .scripthub-details {
    margin-bottom: 2em;
    padding: 2em;
    border-bottom: 1px solid #ebebeb;
    min-height: 15em;
}

.scripthub-block .scripthub-details .scripthub-title {
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.scripthub-block .scripthub-details p:nth-child(1n){ display: none; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }

section.section.service_header {
    padding-bottom: 0;
}
.service_section_main{float: left;}
ul#menu-service-menu li {
    display: inline;
    padding: 10px;
}
.script-des.aos-init.aos-animate {
    text-align: center;
}

.script-information-section label {
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    width: 15%;
    background: #ddd;
    padding: 10px;
}
.script-information-section span {
    background: #ddd;
    padding: 10px;
    margin-left: 10px;
}
.script-information-section .info_details {
    width: 84%;
    float: right;
    background: #ddd;
    padding: 10px;
}
.script-des-content{
    background: #DAE9F0;
    padding: 20px;
    max-height: 200px;
    overflow: auto;
}
.script-details-sec .download_script_btn{
    margin-top:30px;
    margin-bottom:30px;
}
.script-details-sec .download_script_btn .download_script{
    cursor: pointer;
}
.script-form-section .nf-form-content input[type=submit]{
     display: inline-block;
    line-height: 2;
    background: #155777 !important;
    color: #fff !important;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    border-radius: 30px !important;
    z-index: 1;
    transition: all 0.2s linear !important;
    border: medium none;
}
.nf-form-content input[type=submit]:hover{ background:#F0811A !important; color: #fff !important; }
.nf-form-content label{ font-weight: normal !important; }
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{ border-radius:10px !important; }
.script-form-section .nf-form-content .listselect-wrap .nf-field-element div, .script-form-section .nf-form-content .ninja-forms-field{ font-size: 14px; }
.section-heading{
  text-align: center;
  margin: 50px 0;
}
.script-des{
  text-align:center;
  padding-bottom:20px;
}
.info_details_main{
  /* width:50%; */
}
.info_details_main td:first-child{
  color:#091E3E;
  font-weight: 500;
}
.info_details_main tr:nth-child(odd) td {
    background-color: #f2f2f2;
}
.script-details-sec .nf-form-wrap {
    background: #DAE9F0;
    padding: 30px;
}
.modal{
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
}
.modal .close{
  border: none;
  background: none;
  font-size: 25px;
}
.script-details-sec{
  margin-bottom:50px;
}
@media(max-width:767px){
  .info_details_main{
    /* width:100%; */
  }
}


/**** Audits Page ****/

.rmm-checklists-section .checklist-wrapper { padding: 0 3em; }
.rmm-checklists-section .checklist-wrapper .checklist-block table tr:first-child td {
    text-align: center;
    font-weight: 600;
}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td ul {list-style: none; padding: 0;margin: 0px;}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td p:last-child {
    margin-bottom: 0px;
}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td {
    padding: 20px;
    vertical-align: middle;
    position: relative;
}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td ul li {
    position: relative;
}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td ul li::before {
    content: '-';
    margin-right: 5px;
}

.rmm-checklists-section .checklist-wrapper .checklist-block table tr td:not(:last-child)::before {
    content: "\f110";
    font-family: flaticon;
    color: #155777;
    vertical-align: middle;
    margin-right: 9px;
}

.why-audit-section { position: relative; }
.why-audit-section::before {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background: #D9D9D9;
    left: 0px;
    right: 0px;
    top:0px;
    margin: 0px auto;
}

.why-audit-section .why-audit-wrapper {
    position: relative;
}

.why-audit-section .why-audit-wrapper .why-audit-img, .why-audit-section .why-audit-wrapper .why-audit-block {
    padding: 0px 3em;
}


.why-audit-section .why-audit-wrapper .why-audit-block ul {
    list-style: none;
     position: relative;
}
.why-audit-section .why-audit-wrapper .why-audit-block ul li {
    padding: 6px 0px 6px 3em;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.why-audit-section .why-audit-wrapper .why-audit-block ul li::before {
    content: "\f111";
    position: absolute;
    left: 8px;
    font-family: 'flaticon';
    background: #155777;
    padding: 4px 8px;
    border-radius: 30px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}


.why-audit-section .why-audit-cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 6em;
}

.why-audit-section .why-audit-cta-wrapper.mt-5 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 8em;
}

.why-audit-section .why-audit-cta-wrapper .theme-btn {
    margin-top: 0px;
    margin-left: 20px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: normal;
    background: #F0811A;
}

.why-audit-section .why-audit-cta-wrapper p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
}

.why-audit-section .why-audit-cta-wrapper .theme-btn:hover {
    background: #155777;
}

.checklists-section .checklist-wrapper .checklist-block ul {
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.checklists-section .checklist-wrapper .checklist-block ul li {
    width: max-content;
    padding: 20px;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    width: 31.33%;
    float: left;
    margin-right: 20px;
    background: #E7E7E7;
    border-radius: 10px;
}
.checklists-section .checklist-wrapper .checklist-block ul li::before {
    content: "\f110";
    font-family: flaticon;
    color: #155777;
    vertical-align: middle;
    margin-right: 15px;
}

.sample-audit-block {
    border: 1px solid #DCDCDC;
    border-radius: 17px;
    text-align: center;
}

.sample-audit-block .audit-rep-img {
    padding: 22px;
    margin-bottom: 20px;
}

.sample-audit-block .audit-rep-title {
    background: #155777;
    padding: 15px;
    color: #fff;
    margin-bottom: 14px;
}

.sample-audit-block .audit-rep-title p {
    margin-bottom: 0px;
}

.sample-audit-block .audit-rep-link a {
    font-weight: 500;
}

/*** About us page ***/

.banner-factsCvr {
   margin: 3em 0px 2em;
}

.banner-factsCvr .banner-factList {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0 10em;
}

.banner-factsCvr .banner-factList li.banner-fact {
    position: relative;
    display: block;
    background: #fbfbfb;
    padding: 8px 20px 8px 16px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner-factsCvr .banner-factList li.banner-fact .fact-icon i {
    background: #155777;
    line-height: 0;
    display: inline-block;
    padding: 12px;
    font-size: 28px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.banner-factsCvr .banner-factList li.banner-fact span.fact-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
}


.partnerships-section .partnership-block {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    position: relative;
}
.partnerships-section .partnership-block::before {  
    position: absolute;
    top: 40%;
    left: 46.8%;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/link-img.png);
    content: ''; }

.partnerships-section .partnership-block .block-img {
    width: 50%;
}

.partnerships-section .partnership-block .block-desc {
    width: 50%;
    padding: 30px 36px;
    border-left: 1px solid #F0F0F0;
    min-height: 18.4em;
    display: flex;
    align-items: center;
    background: #FBFBFB;
}

.partnerships-section .partnership-block-wrapper [class*="col-"]{ padding: 0px; }
.partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(3n) .partnership-block,
.partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(4n) .partnership-block {
    flex-direction: row-reverse; }
.partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(3n) .partnership-block .block-desc,
.partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(4n) .partnership-block .block-desc{ border-right: 1px solid #F0F0F0; border-left: medium none; }    


.director-seciton .director-tagline {
    position: relative;
    padding: 0 17em;
    /* background: #ffffff; */
    z-index: 1;
    /* width: 86%; */
    margin: 0 auto;
    display: inline-block;
}

.director-seciton .director-tagline::before {content: '';background: #A0A0A0;width: 100%;height: 1px;position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;z-index: -1;}

.director-seciton .director-tagline .sub-title {
    background: #fff;
    padding: 0 5em;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0px;
}

.director-seciton .director-tagline .sub-title::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #A0A0A0;
    position: absolute;
    left: 0;
    top: 37px;
    border-radius: 50%;
}

.director-seciton .director-tagline .sub-title::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #A0A0A0;
    position: absolute;
    right: 0;
    top: 37px;
    border-radius: 50%;
}
.director-block {
    background: #FBFBFB;
    /* text-align: center; */
    padding: 24px;
    border-radius: 17px;
}

.director-block .director-img img {
    mix-blend-mode: multiply;
}

.director-block .director-img {
    text-align: center;
}

.director-block  .director-info {
    position: relative;
}

.director-block .director-info p {
    margin-bottom: 0;
}

.director-block .director-info .director-name {
    font-size: 18px;
    font-weight: 500;
}

.director-block .director-info .director-desg {
    font-size: 12px;
}

.director-block .director-comments {
    border-top: 1px solid #dadada;
    padding-top: 14px;
    margin-top: 14px;
    font-size: 13px;
    min-height: 15em;
}
.users-mosaic{ gap: 20px 30px; }

.s_wd_users .s_wd_users_box {
     width: 80px;
     height: 80px;
     transition: all 1s ease-in-out;
     border-radius: 0.25rem;
     background-image: url('../images/infrassist-team-1.jpg');
}
 .s_wd_users .s_wd_users_box.s_wd_users_alt_bg {
     transition: all 1s ease-in-out;
     background-image: url('../images/infrassist-team-2.jpg');
}
 .s_wd_users .s_wd_users_box:nth-child(5n) {
     border-radius: 50%;
}
 .s_wd_users .s_wd_users_box:nth-child(3n) {
     border-top-left-radius: 50%;
}
 .s_wd_users .s_wd_users_box:nth-child(4n) {
     border-top-right-radius: 50%;
}
 .s_wd_users .s_wd_users_box:nth-child(6n) {
     border-bottom-right-radius: 50%;
}
 .s_wd_users .s_wd_users_box:nth-child(7n) {
     border-bottom-left-radius: 50%;
}
 
.video-testimonial-about .author-name-desg {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
}

.video-testimonial-about .author-name-desg span {
    display: block;
    color: #6B6B6B;
    font-weight: 400;
    line-height: 1.2;
}

.video-testimonial-about .author-name-desg::before {
    left: 0;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #000;
    content: '';
    top: 12px;
}


.videoTestiminials-slider .video-testimonials .video-testimonial-item .video-testimonial-img img {
    border-radius: 20px;
}

.video-testimonials .video-testimonial-item .video-testimonial-text .play-video {
    border: medium none;
    background: transparent;
    color: #F0811A;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.video-testimonials .video-testimonial-item .video-testimonial-text .play-video svg {
    height: 23px;
    margin-right: 7px;
}


.videoTestiminials-slider .video-testimonials-wrap .video-testimonial-about .desc-quote{ margin-top: 20px; }
.videoTestiminials-slider .owl-dots {
    position: relative;
    bottom: 3em;
    display: flex;
    list-style: none;
    justify-content: center;
    right: 0;
    left: 8em;
}
.videoTestiminials-slider .owl-dots .owl-dot{ position: relative; }
.videoTestiminials-slider .owl-dots .owl-dot span {
    padding: 0px;
    font-size: 0;
    border: 0;
    background-color: #d3d3d3;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: relative;
    margin: 0 6px;
    display: block;
}
.videoTestiminials-slider .owl-dots .owl-dot.active span { background: #f5821f; width: 40px; border-radius: 30px; }


.videoModal .modal-content button.btn-close {
    position: absolute;
    right: -8px;
    background: #F0811A;
    opacity: 9;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 1.2;
    padding: 7px;
    font-size: 11px;
    top: -10px;
    z-index: 9;
}


.cta-formCvr .cta-form .inputCvr > label {
    display: block;
}

.cta-formCvr .cta-form .inputCvr > p > label {
    width: 100%;
}

.cta-formCvr .cta-form .inputCvr .wpcf7-list-item {
    display: flex;
    align-items: center;
    width: 28.33%;
    float: left;
    margin-bottom: 20px;
    margin-top: 8px;
}

.cta-formCvr .cta-form .inputCvr input[type="checkbox"] {
    width: auto;
}

.mobile-cta { display: none;}

.about-founder-quote-section .founder-quote-item .founder-quote-wrapper { font-size: 20px; font-weight: 600; }
.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info{ margin-top: 16px; }
.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info::before {
    content: '';
    background: #F0811A;
    width: 31px;
    height: 2px;
    left: -40px;
    position: absolute;
    top: 11px;
}

.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info .founder-name { font-size: 16px; }

.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info .founder-desg{ font-size: 15px; }
.about-founder-quote-section .founder-quote-item { position: relative; padding-left: 6em;
    padding-top: 1em; }
.about-founder-quote-section .founder-quote-item::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 5em;
    position: absolute;
    left: 0;
    top: -15px;
    line-height: 1.2;
    color: #F0811A;
    opacity: 0.5;
}
.script-popup .modal-header button.close {
    position: absolute;
    right: -15px;
    top: -8px;
    text-align: center;
}

.script-popup .modal-header button.close span {
    line-height: 1;
    background: #F0811A;
    border-radius: 50%;
    padding: 0px 5px;
    display: block;
    text-align: center;
    color: #ffffff;
}

.thankyou-banner .banner-cta-sec .banner-cta-text a{ font-size: 15px; font-weight: 400; }

.ftr-cta-wrapper .cta-lists-wrap .cta-lists {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0px;
    padding: 1em 0px;
}
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li {
    border: 1px solid #fff;
    border-radius: 30px;
    padding-right: 23px;
    FONT-WEIGHT: 200;
    background: #fff;
}

.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a {
    /* color: #fff; */
    color: #000;
    font-weight: 500;
}

.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a .icon {
    color: #ffffff;
    padding: 11px 12px;
    border-radius: 50%;
    text-align: center;
    background: #f5821f;
    margin-right: 16px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    font-size: 15px;
    display: inline-block;
}

.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a:hover { color: #f5821f; }


.pum-content .inputCvr input:not([type="submit"]), .cta-form .inputCvr textarea, .cta-form .inputCvr select {
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
}
.pum-content .inputCvr [type="submit"] {
    border-radius: 10px;
    background: #000;
    width: 100%;
    border: medium none;
    padding: 12px;
    color: #fff;
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-item .mega-block-title {
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    margin-bottom: 8px !important;
    font-size: 16px;
    list-style: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    list-style-position: inside !important;
    padding: 4px 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li a {
    color: #000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li a:hover{ color:#f5821f !important }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .solution-page-menu ul.mega-sub-menu li { list-style:none; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .solution-page-menu ul.mega-sub-menu li a { font-size: 16px; color: #000 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .solution-page-menu ul.mega-sub-menu li a:hover{ color:#f5821f !important }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li a.theme-btn {
    color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu  ul#menu-about-menu li a, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu  ul#menu-resources-menu-lists li a {
    font-size: 17px;
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul#menu-resources-menu-lists li {
    list-style: none;
}
.mega-recent-blog-lists ul li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 16px !important;
    list-style: none;
}

.mega-recent-blog-lists ul li::before {
    content: '';
    background: #000000;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 13px;
    border-radius: 50%;
    left: 0px !important;
}

#menu-business-continuity-services,
#menu-infrastructure-management-services,
#menu-cloud-consulting-professional-services { list-style: none; }
#menu-business-continuity-services li::before,
#menu-infrastructure-management-services li::before,
#menu-cloud-consulting-professional-services > li a::before, .menu .menu-heading::before {
    content: '\f101';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-right: 6px;
}
#menu-business-continuity-services li, 
#menu-infrastructure-management-services li,
#menu-cloud-consulting-professional-services > li a {
    position: relative;
}
#menu-business-continuity-services li a,
#menu-infrastructure-management-services li a { font-weight: 600; } 

ul#menu-cloud-consulting-professional-services > li {
    width: 50%;
    float: left;
    list-style: none;
}

ul#menu-cloud-consulting-professional-services > li > ul {padding-right: 5em;}
ul#menu-cloud-consulting-professional-services > li > ul > li{  display: flex; position: relative; padding-left: 16px !important; }
ul#menu-cloud-consulting-professional-services > li > ul > li > a {
    font-weight: normal;
}
ul#menu-cloud-consulting-professional-services > li > ul > li > a::before{ display: none; }

ul#menu-cloud-consulting-professional-services > li > ul > li::before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
ul#menu-cloud-consulting-professional-services > li > a, .menu .menu-heading {
    font-weight: 600;
    margin-bottom: 7px !important;
    display: block;
}

.mega-mega-menu-funfact .banner-funfactCvr .banner-funfactList .banner-funfact { padding: 0 18px !important; }

.mega-mega-menu-funfact .banner-funfactCvr .banner-funfactList .banner-funfact .funfact-title{ color: #000; }
ul.recent-casestudies {
    list-style: none;
}

ul.recent-casestudies li {
    float: left;
    width: 47%;
}

ul.recent-casestudies li:first-child {
    margin-right: 16px;
}

ul.recent-casestudies li img {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

ul.recent-casestudies li .cpt-title {
    line-height: 1.4;
    display: block;
}

.mega-block-title {
    border-bottom: 1px solid #f7942e !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-item .mega-block-title{ color: #155777 !important;  }

.mega-mega-menu-funfact .mega-menu-item {
    border-top: 1px solid #e2e2e2 !important;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 3em !important;
}
li#mega-menu-18-0-1.mega-recent-blog-lists{ padding-right: 8em !important; }
.mega-recent-blog-lists .mega-sub-menu ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #00000017;
    padding-bottom: 4px !important;
    margin-bottom: 8px;
}
.mega-recent-blog-lists .mega-sub-menu ul li:last-child {
    border: medium none;
}
.mega-recent-blog-lists ul li a,
.mega-recent-blog-lists ul li .widget_recent_entries .post-date { display: block; width: 100%; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{ top:145% !important; }

.mega-service-mega-menu > ul > li:first-child {
    padding-right: 5em !important;
}

.mega-service-mega-menu > ul > li:last-child {
    padding-left: 5em !important;
}


.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul {
    display: flex;
    flex-wrap: wrap;
}

.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li:last-child {
    justify-content: end;
    display: flex;
    align-items: end;
}

.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li:last-child p a {
    box-shadow: none;
}

.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin-top: 1em;
    padding-right: 5em !important;
}


.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li p:first-child {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0px !important;
    line-height: 1.2;
}
.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li p.see-more:first-child {
    margin-bottom: 16px !important;
}
.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li p.see-more:first-child a svg{ color: #f5821f; }
.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li p:first-child a{ box-shadow:none; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul#menu-about-menu {
    padding-left: 3em;
    margin-top: 2em;
    list-style: none;
    padding-right: 3em;
}

.mega-about-info-block .mega-block-title {
    font-size: 28px !important;
    margin-bottom: 17px !important;
}

.mega-about-info-block ul.mega-sub-menu {
    padding-right: 3em !important;
}

.mega-about-info-block .textwidget.custom-html-widget {
    margin-top: 20px !important;
}
.header-nav.fixed-top{
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 25%);
    transition: all 0.5s ease;
    background-color:#fff
}
#our-founders .director-social-info a {
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
    color: #155777;
    text-align: center;
}
#our-founders .director-social-info svg {
    font-size: 22px;
}
.fixed-top .navbar-brand img {
    width: 150px;
}
.sidebar-icon-sec.header-callCvr {
    display: none;
}


/*Blog Css*/
.blog-detailCvr .blog-infoCvr .blog-author {
    display: flex;
    flex-direction: row;
    width: 50%;
}
.single-post .blog-sec-new .sidebarCvr {position: sticky;top: 100px;}
.blog-sec-new .sidebar-table-content li.blog-heading-level-2{position: relative;}
.blog-sec-new .sidebar-table-content li.blog-heading-level-2.active:after{
    content: '';
    position: absolute;
    top: 6px;
    left: -40px;
    width: 2px;
    height: 20px;
    background: rgba(20, 111, 172, 1);
}
.blog-sec-new .sidebar-table-content ol li.active ul.blog-list-level-3{display: block;}
.blog-sec-new .sidebar-table-content ol li.blog-heading-level-2 .active a{font-weight: 700 !important;}
.blog-sec-new .sidebar-table-content li a{text-decoration: none;}

.blog-detailCvr .blog-infoCvr .blog-categories {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.blog-detailCvr .blog-infoCvr .blog-author .author-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #0f5777;
    margin-right: 10px;
}
.blog-detailCvr .blog-infoCvr .blog-author .author-name p {margin: 0;font-weight: 500;text-transform: capitalize;}
.blog-detailCvr .entry-title{font-size:32px;font-family: 'Poppins';}
.blog-detailCvr .blog-infoCvr .blog-author .author-title {font-weight: 300; line-height: 1.2;}
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links {
   display: flex;
    list-style: none;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}
.blog-detailCvr .blog-infoCvr .blog-categories {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li {padding-right: 0;}

.single-post .blog-cta {
     background-image: linear-gradient(to top right, #155777, #000);
    padding: 2em;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.single-post .blog-cta .bolg-cta-title {
    display: flex;
    flex-direction: column;
}

.single-post .blog-cta .bolg-cta-title h2 {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Poppins';
    font-weight:600;
    color:#fff;
    margin-bottom:7px;
    text-transform: capitalize;
}

.single-post .blog-cta .bolg-cta-title .blog-cta-subtitle {
    display:flex;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Poppins';
    margin-bottom:10px;
    font-weight:500;
    text-transform: capitalize;
}
.single-post .blog-cta .bolg-cta-title p {
    font-size: 14px;
    line-height: 1.5;
    text-align:center;
    margin: 0 auto;
}

.single-post .blog-cta .cta-link{
    color: #fff;
    text-transform: capitalize;
    padding: 8px 26px;
    border-radius: 40px;
    background: #f5821f;
    display:flex;
    margin-top: 15px;
    justify-content: center;
   
}
.single-post .blog-cta .cta-link:hover{ background: #fff; color:#000; }
.blog-detailCvr .blog-infoCvr .blog-date p{text-align:end; font-weight: 600;}
.blog-details-sec .blog-detailCvr .entry-content table {
  border-collapse: collapse;
  width: 100%;
}

.blog-details-sec .blog-detailCvr .entry-content td, th {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}
.blog-details-sec .blog-detailCvr .entry-content tr th {
    background: #0f5777;
    color: #fff;
    border: 1px solid #000;
}
.author-sec {margin-top: 30px;}


.author-sec .author {
    border: 1px solid #0f5777;
    padding: 20px;
    border-radius:20px;
    display: flex;
    flex-direction: row;
    width: 100%;
   align-items:center;
}


.author-sec .author .author-img {
    width: 120px;
    border: 1px solid #0f5777;
    border-radius: 50%;
    margin-right: 20px;
}
.author-sec .author .author-img img{width:100%;border-radius:50%}
.author-sec .author .author-data{width:100%;}
.author-sec .author .author-data .author-title {
    font-size: 16px;
    line-height: 1.2;
    color: #0f5777;
    font-weight: 600;
    margin-bottom:6px;
}
.author-sec .author .author-data .author-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li:after {
    width: 2px;
    height: 15px;
    background: #A0A0A0;
    content: '';
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}
.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li:last-child:after{display:none;}
.sidebar-table-content  .blog-list .blog-list-level-3{padding-left:1.2em;}
.blog-sec-new .sidebar-table-content li {
    position: relative;
    padding: 5px 0px;
}
.author-sec .author .author-data .author-designation {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}
/*Blog FAQ CSS*/
.blog-faq-sec .faqblk .accordion-button
{
    color:#000;
    background-color: #FBFBFB;
    font-weight:600;
    border-radius: 10px;
}
.blog-faq-sec .faqblk .accordion-button .no
{
  margin-right: 8px;
}

.blog-faq-sec .faqblk .accordion-button:not(.collapsed)
{
  background-color: #155777;
  color: #fff;
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
}
.blog-faq-sec .faqblk .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
}
.blog-faq-sec .faqblk .accordion-item {
    background-color: transparent;
    margin-bottom: 18px;
    border: none;
    border-radius:20px 0px;
}

.blog-faq-sec .faqblk .accordion-button:focus
{
  border-color: unset;
  box-shadow: none;
}

.blog-faq-sec .faqblk .accordion-body {
    color: #000;
    background: #fbfbfb;
    border-radius: 0px 0px 10px 10px;
}

/*NOC Page New Section Css*/
.noc-successCvr-new .noc-success-title-block{display: flex;justify-content:center;}
.noc-successCvr-new .noc-success-title-block .noc-success-title{margin-left:0;}
.noc-successCvr-new .noc-blocks {
    border: 1px solid #D7D7D7;
    border-radius: 16px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.noc-successCvr-new .noc-blocks .noc-icon-block{
    position:relative;
    display: flex;
    justify-content: center;
    width:100%;
}
.noc-successCvr-new .noc-blocks .noc-icon-block .noc-icon {
    box-shadow: 0px 1.61px 3.22px 0px #00000040;
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    margin: 0 auto;
    position: relative;
}

.noc-successCvr-new .noc-blocks .noc-icon-block:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #D3D3D3;
    z-index:-1;
}

.noc-successCvr-new .noc-blocks .noc-img-wrap {margin-bottom: 15px;}
.noc-successCvr-new .noc-blocks .noc-icon-block img {width: 40px;height:40px;}
.noc-successCvr-new .noc-blocks .noc-img-wrap .noc-text {
    text-align: center;
    color: #EA5B29;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
    margin-top:-28px;
}
.noc-successCvr-new .noc-blocks .noc-box-title {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
}
.why-noc-sec .why-noc-block{
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    padding:40px 40px 20px 40px;
    margin:5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why-noc-sec .why-noc-block .noc-block-title{
    color: #155777;
    font-weight:600;
    font-size:18px;
    line-height:1.2;
    text-transform: capitalize;
}
.why-noc-sec .why-noc-text {
    padding-right: 20px;
}
.challenges-section .challenges-top-sec .challenges-desc {
    padding-left: 20px;
}
.challenges-section .challenges-title .title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: underline #155777 1px;
}

.challenges-section .challenges-top-sec{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom:2em;
    margin-bottom:2em;
}
.challenges-section .challenges-middle-block{padding-bottom:5em;}
.challenges-section .challenges-title .title:after {
    display: none;
}
.challenges-section .challenges-sub-title .sub-title{
    color: #EA5B29;
    text-decoration: underline #EA5B29 1px;
    text-transform: capitalize;
    margin-bottom:0;

} 
.challenges-section .challenges-wrapper .challenges-tabs-lists .nav-link {
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    background: #FBFBFB;
    margin: 5px 0;
    color: #000700;
    font-weight: 600;
    text-align: left;
    padding:15px;
}

.challenges-section .challenges-wrapper .challenges-tabs-lists .nav-link.active {
    background: #155777;
    color: #fff;
    position:relative;
}
.challenges-section .challenges-wrapper .challenges-tabs-lists .nav-link.active::after {
    content: "";
    width: 30px;
    background: #155777;
    position: absolute;
    right: -29px;
    top: 13px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    height: 30px;
}
.challenges-tabs-content .tab-content {
    margin-left: 2em;
}

.challenges-tabs-content .tab-content  .tab-pane {
    border: 1px solid #D7D7D7;
    background: #FBFBFB;
    padding: 40px 50px 30px 50px;
    border-radius: 16px;
}
.challenges-tabs-content .tab-content  .tab-pane .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 30px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 30px;
}
.challenges-wrapper .challenges-title .title{display:none;}
.challenges-tabs-content .challenges-sub-title .sub-title{display:none;}
.helpdesk-top-wrap .help-desk-top-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.helpdesk-top-wrap .helpdesk-top-left.help-desk-block { border: 1px solid #EA5B29;padding: 15px 10px;}
.helpdesk-top-wrap .help-desk-block {
    border: 1px solid #155777;
    border-radius: 40px;
    padding: 5px;
    text-align: center;
}

.helpdesk-top-wrap .help-desk-block .left-text {
    margin-bottom: 0;
    font-weight:600;
}
.helpdesk-top-wrap .help-desk-block .help-desk-block-wrap .help-block-title{margin-bottom:0;
    font-weight: 600;
    text-transform: capitalize;
}
.helpdesk-section .helpdesk-top-wrap {margin-top: 30px;}
.helpdesk-top-wrap .help-desk-block .help-desk-block-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.helpdesk-top-wrap .help-desk-block .help-desk-block-wrap .help-desk-img-wrap {
    background: #155777;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 5px;
}
.help-desk-bottom-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
}
.help-desk-bottom-wrap.help-desk-reverse {
    flex-direction: row-reverse;
}

.help-desk-bottom-wrap .help-desk-desc {
    width: 30%;
    padding-right:40px;
}
.help-desk-bottom-wrap.help-desk-reverse .help-desk-desc{
    padding-right: 0;
    padding-left:40px;
}
.help-desk-bottom-wrap .help-desk-serices-data{width:70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}


.help-desk-serices-data .help-desk-services-wrap {
    position: relative;
    width: 32%;
    display: flex;
    flex-direction: column;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    
}

.help-desk-serices-data .help-desk-services-wrap .service-block-title-wrap  {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 0px;
}
.help-desk-serices-data .help-desk-services-wrap img {
    padding: 30px;
}
.service-block-title-wrap-hover{background: #f1f1f1;padding: 16px;border-radius: 10px;}
.service-block-title-wrap .service-block-title{margin-bottom:0;}

.help-desk-services-wrap .service-block-title-wrap .service-block-title , .service-block-title-wrap-hover .service-block-title {
    font-weight: 600;
    line-height: 1.4;
}
.help-desk-services-wrap .service-block-title-wrap .service-block-title{min-height:40px;}
.help-desk-services-wrap .service-block-title-wrap-hover{
    position: absolute;
    visibility: hidden;    
    width: 100%;
    bottom: 0;
    height:0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px)
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    overflow:hidden;
}

.help-desk-services-wrap:hover .service-block-title-wrap-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    overflow-x:auto ;
    overflow-y: scroll;
}
.service-block-title-wrap-hover .service-block-title {
    margin-bottom: 5px;
}
.service-block-title-wrap-hover .service-block-desc {
    font-size: 14px;
}
.help-desk-services {position:relative;}
.help-desk-services.help-desk-first-block::before{
    content: '';
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 1px;
    background: #D8D8D8;
    top: 0;
}

.cmp-ytb-video{height: 600px; border-radius: 12px; width: 100%; }
.cmp-ytb-video iframe { margin-bottom: 0px; border-radius: 12px; }
.author-sec .author-details-wrap{display: flex;flex-direction: row;align-items: center;padding-bottom: 10px;}
.author-sec .author-linkedin , .single-deals .author-linkedin{
    color: #fff;
    padding:10px;
    border-radius: 50%;
    text-align: center;
    background: #155777;
    //border: 1px solid #155777;
    border-radius: 50%;
    margin-right: 8px;
    line-height: 1.2;
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
}
.single-deals .banner-wrapper {
    margin-top: 30px;
}
.single-deals .banner-cta-sec::before{display: none;}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text
{
    padding: 30px 0 30px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #D9D9D9;
}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text .banner-title{font-size: 34px;line-height: 1.2;margin: 0;}
.single-deals .banner-cta-sec .banner-cta-text p{font-size: 15px;font-weight: 400;line-height: 1.5;}
.single-deals .post-author-img img {
    width: 130px;
    border: 1px solid #155777;
    border-radius: 50%;
}

.single-deals .post-author-img {
    text-align: center;
}
.single-deals  #load-more-btn {
    display: block;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
}
.single-deals .author-linkedin
{
    margin: 15px auto 0;
    width: 40px;
    height: 40px;
    padding: 12px;
}
/* Loader box */
.single-deals  .box {
  padding: 20px 0 30px;
  display: none;
  text-align: center;
  margin: 0 auto;
}
.single-deals .dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.single-deals .dots span {
  width: 12px;
  height: 12px;
  background: #f5821f;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.single-deals .dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.single-deals .dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  100% {
    transform: translateY(-14px);
  }
}

.single-post .author-sec .author-details-wrap .author-info-data:after {
    content: '';
    position: absolute;
    background: #155777;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .7;
}
.single-post .author-sec .author-details-wrap .author-info-data {
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}
.single-post .author-sec .author-linkedin{display: flex;align-items: center;justify-content: center;padding: 6px;}
.single-post .author-sec .author-linkedin svg {font-size: 22px;}
.blog-search .blog-search-wrap{
    display: flex;
    justify-content: end;
    position: relative;
}
.blog-search .blog-search-wrap #blog_search {
    border: none;
    border-bottom: 1px solid #0f5777;
    width: 30%;
    padding: 5px 35px 5px 12px;
    outline: none;
}
.blog .bloglist-sec .blog-search{padding: 30px 24px 50px 0;}
.blog-search .blog-search-wrap::after {
    content: '\f002';
    position: absolute;
    font-family: 'FontAwesome';
    color: #0f5777;
    right: 10px;
    bottom: 8px;
}
/*.blog .bloglist-sec #search_results .custom-row {
    padding-bottom: 30px;
}*/
.blog .bloglist-sec #search_results .not-found {
    font-size: 20px;
    text-transform: capitalize;
}
.bloglist-sec .pagination:has(.nav-links:empty)
{
    display: none;
}
/*.blog-search .blog-search-wrap:has(#blog_search:hover)::after {
    content: none;
}*/

/***-------- Responsive CSS -----***/
@media screen and (max-width: 1399px) {
.uspfeaturesecCvr .usp-wrapper .usp-block{ min-height: 27em; }
.about-section .about-sec-img {
    padding: 0 3em;
}
.about-section .about-text-wrapper {
    padding: 0 0em 0 5em;
    position: relative;
    margin-left: 3em;
}
.service-cta-block {
    padding-right: 3em;
    margin-top: 17%;
}
.founder-quote-section .founder-quote-wrapper .founder-infoCvr { margin-top: 1em; }
.testimonials-section .testimonials-slider {
    padding-left: 1.4em;
}

.blog-listCvr .blog-block .blog-infoCvr .blog-link a {
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 47px;
}
.offering-img::before, .offering-img::after{ width: 110px; }
.why-infrassist-wrapper { padding: 3em 3em; }
.why-question-block .title-block::after { width: 52%; height: 90px; }
.noc-supportCvr .noc-support-sec-img {
    text-align: center;
    padding: 0 2em;
}
.excellence-section .excellence-listsCvr .excellence-block { padding-right: 4em; }
.noc-successCvr {  padding-top: 0px; padding-bottom: 0px;}
.progress-blockCvr .progress-title {  padding: 0 2em; }
.noc-supportCvr .noc-support-text-wrapper { padding: 0em; }
.process-wrapperCvr .process-title-block {
    padding-right: 1em;
}
.process-wrapper {
    padding-left: 3em;
    position: relative;
}
.process-tabs .nav-pills .nav-link.active {  font-size: 30px; }
.package-listsCvr .package-block{ margin: 0px; }
.hd-support-lists .support-list-block { min-height: 230px; }
.pod-about-sec .pod-about-wrapper .pod-about-wrap, .pod-about-sec .pod-about-wrapper .pod-img-wrap { padding: 0 1em; }
.pod-support-offer .support-offer-text .offer-text .offer-lists li { width: auto; display: flex; align-items: center; }
.pod-support-offer .support-offer-text .offer-text .offer-lists li::before { top: auto; }
.pod-support-offer .support-offer-img {
    padding: 0px;
    text-align: center;
}
.pod-support-offer .support-offer-text {
    padding: 0 0 0 1.4em;
}
.solutions-cta-block { padding: 0 4em 0px 6em; }
.why-azure-section .why-azure-lists .why-azure-block { width: 23%; margin: 0px 10px 3em; }
.why-choose-azure-support-sec .why-azure-lists .why-azure-block { padding: 2em 1em; }
.key-benefits-m365-migration-sec .benefits-lists .benefits-block { padding: 2em 1em; }
.admin-help-wrapper .admin-help-block { min-height: 22em; }
.m365-admin-funfact .funfact-wrap .funfact-lists li { padding: 0 1em; }
.avd-serivces-cta-block { padding: 0 5em; }
.solutions-section.ms-endspoint-mananger .solutions-cta-block { padding: 0 4em; }
.bloglist-sec .blog-block .blog-details .blog-title { font-size: 18px; }
.bloglist-sec .blog-block .post-thumbnail { margin: 0px 0px 20px 0px; }
.director-seciton .director-tagline { padding: 0 12em; }
.checklists-section .checklist-wrapper .checklist-block ul li {width: 31.9%; }
.checklists-section .checklist-wrapper .checklist-block ul li:nth-child(3n){ margin-right: 0px;
}
.contact-sec-wrapper .contact-block { padding: 1.4em 3em; }
.career-quote-block { padding: 4em 6em 2em 6em; font-size: 2em; }
.package-blockCvr table tr:first-child th:first-child {
    padding: 4em 1em;
}
.package-blockCvr table .plan-logo{ margin-bottom: 0px; }
.package-blockCvr table tr:first-child th:first-child img { margin-bottom: 0; }
.inner-bannerCvr .banner-wrapper .banner-text .audit-stamp { width: 110px; }
.cmp-ytb-video { height: 510px; }
}


@media screen and (max-width: 1240px) {
.ftr-about {
    padding-right: 20px;
}
.ftr-about-block .title { padding-right: 0px; }
.banner-funfactCvr .banner-funfactList .banner-funfact .funfact-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}
}
@media screen and (max-width: 1199px) {
.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li {
    padding-right: 2em !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul#menu-about-menu {
    padding-left: 1em;
    padding-right: 3em;
}    
.header-call:last-child a svg{ display: block; }
.header-call:last-child a span{ display: none; }
.header-call a {
    padding: 13px;
    border-radius: 40px;
    display: flex;
}
    .uspfeaturesecCvr .usp-wrapper .usp-block {
        min-height: 29em;
    }
.banner-text .banner-title .blue-text.fw-bold::after,
.banner-text .banner-title .blue-text.fw-semibold::after  {
    top: -1px;
    right: -9px;
    animation: move-chevron 3s ease-out infinite;
    font-size: 22px;
}
.banner-text .banner-title .blue-text.fw-bold::before, .banner-text .banner-title .blue-text.fw-semibold::before   {
    top: -10px;
    right: -16px;
    animation: move-chevron 3s ease-out 1s infinite;
    font-size: 27px;
}
.video-testimonials .video-testimonial-item .video-testimonial-text {
    position: absolute;
    bottom: 26px;
    right: 4px;
    width: 66%; }
.video-testimonial-about {
    padding-left: 5em;
}
.uspfeaturesecCvr .quote-line {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    padding: 2em 0px 3em;
}
.about-section .about-sec-img {
    padding: 0 3em;
    text-align: center;
    margin-top: 3em;
}
.cta-section .cta-img-block {
    padding: 0px;
    text-align: center;
}
.global-section .global-sec-img dotlottie-player {
    width: 170%;
    left: -12em;
    position: relative;
}
.testimonials-section .testimonials-slider {
    padding-left: 0;
}

.client-lists li {
    width: 19%;
    padding: 40px 14px;
}
.banner-funfactCvr .banner-funfactList {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}
.banner-funfactCvr .banner-funfactList .banner-funfact:nth-child(3n)::after {
    display: none;
}
.banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 33%;
    margin-bottom: 2.4em;
}
.inner-bannerCvr .banner-wrapper .banner-text .banner-title {
    font-size: 42px;
}
.banner-cta-sec .banner-cta-text p { font-size: 18px; }
.offering-img::before, .offering-img::after{ display: none; }
.offering-lists .offering-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.offering-lists .offering-list li {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    width: 33%;
    float: left;
    flex-direction: row-reverse;
}
.offering-lists.left-side .offering-list li .offer-text {
    text-align: left;
    margin-right: 0px;
    margin-left: 20px;
}
.offering-lists.right-side .offering-list li .offer-text {
    margin-left: 20px;
    margin-right: 0px;
}
.offering-img {
    padding: 0px 11em;
    position: relative;
    margin: 20px 3em 4em;
}
.why-question-block .title-block::after {
    width: 43%;
    height: 75px;
}
.challenges-listsCvr .challenges-lists li {
    padding-left: 6em;
    padding-right: 2em;
}
.challenges-listsCvr .challenges-lists li::after { width: 12px; height: 1px; left: 64px; }
.process-wrapperCvr .process-title-block {
    padding-right: 2em;
}
.process-wrapper {
    padding-left: 0;
    position: relative;
}
.process-block {
    background: #155777;
    padding: 4em 26px;
    border-radius: 20px;
    position: relative;
}
.process-tabs .nav-pills .nav-link.active { font-size: 24px; }
.process-tabs .nav-pills .nav-link{ font-size: 20px; }
.casestudy-blockCvr .casestudy-img { margin-bottom: 1.2em; }
.casestudy-blockCvr { text-align: center; padding: 0 2em; }
.testimonials-section .testimonials-title-wrap { margin: 0px 1em; }
.faq-title-block-wrapper, .faq-qa-wrapper { padding: 2em; }
.casestudy-lists-block { margin: 1em 0px; }
.helpdesk-about-sec .helpdesk-about-wrapper .helpdesk-img-wrap,
.helpdesk-about-sec .helpdesk-about-wrapper .helpdesk-about-wrap { padding: 0 1em; }
.rmm-admin-about-sec .rmm-admin-about-wrapper .rmm-admin-img-wrap, .rmm-admin-about-sec .rmm-admin-about-wrapper .rmm-admin-about-wrap{ padding: 0 1em; }
.package-title-block::after{width: 100%;}
.package-info { padding: 3em 1em 2em; }
.package-listsCvr .package-block { min-height: 53em; }
.pod-support-sec.sectionCvr { padding-top: 1em; }
.pod-support-sec .support-block .support-icon { padding: 0; }
.pod-support-sec .support-block { min-height: 20em; }
.pod-quote-block { padding: 5em 4em; margin: 10em 0px 5em; }
.package-listsCvr.pod-packages .package-block { min-height: 51em;  }
.package-listsCvr.pod-packages .package-block .package-info { padding: 2em 2em 2em; }
.support-choice-title-block-wrapper { padding: 0 1em; }
.support-choice-wrapper { padding: 2em; }
.blog-listCvr .blog-block .blog-infoCvr .blog-date {
    margin-bottom: 5px;
    color: #F0811A;
    font-weight: 600;
    font-size: 13px;
}
.blog-listCvr .blog-block .blog-infoCvr .blog-title {
    font-size: 15px;
    line-height: 1.5;
}
.uspfeaturesecCvr.rmm-admin-feature .usp-wrapper .usp-block {
        min-height: 27em;
    }
.uspfeaturesecCvr.rmm-admin-feature .usp-wrapper .usp-block .usp-text p {
    padding: 2em 7px 0px;
    min-height: 7em;
}
.rmm-360-section .rmm-360-title-block {
    padding: 8em 0em;
}
.inner-about-sec .inner-about-wrapper .inner-about-img-wrap {
    padding: 0 2em;
}
.inner-about-sec .inner-about-wrapper .inner-about-wrap {
    padding: 0 1em;
}
.solutions-cta-block {
    padding: 0 3em 0px 6em;
}
.why-azure-section .why-azure-lists .why-azure-block {
    width: 30%;
    margin: 0px 10px 3em;
}
.step-processblk ul li {
    width: 16%;
    margin: 0 10px;
    padding-top: 2em;
}
.step-processblk ul li .proicn {
    height: 80px;
    width: 80px; }
.step-processblk ul li .proicn i {
    font-size: 36px; }
.step-processblk ul li .pro-title {
    font-size: 13px;
    padding: 0px 9px;
}
.why-choose-azure-support-sec .why-azure-lists .why-azure-block { min-height: 280px; }
.box-number-wrapper .box-number-block { padding: 3em 2em; }
.migration-services-block:nth-child(n+6) { margin-bottom: auto; }
.migration-services-block { width: 30%; padding: 4.5em 1em 2em; }
.migration-services-block .migration-services-title { font-size: 14px; }
.m365-approach-section .m365-approach-lists .m365-approach-block { width: 30%; margin: 0px 12px 3em; }
.avd-serivces-cta-block { padding: 0 2em 0 5em; }
.solutions-section.ms-endspoint-mananger .solutions-cta-block { padding: 0 2em 0px 4em; }
.solutions-section .solutions-block-wrap .solution-block{ margin: 2em 0em 4em; padding: 3em 2em; }
.bloglist-sec .blog-block { padding: 20px 20px; margin: 0 0px 2.4em; }
.sidebarCvr { padding-left: 0em; }
.director-seciton .director-tagline { position: relative; padding: 0 5em; }
.why-audit-section .why-audit-wrapper .why-audit-img, .why-audit-section .why-audit-wrapper .why-audit-block {
    padding: 0px 0em;
}
.contact-sec-wrapper .contact-block { padding: 1.4em 2em; }
.contact-details-wrap .contact-details li { padding: 0 1em; }
.career-quote-block::before, .career-quote-block::after { width: 90px; top: 46%;}
.career-quote-block { padding: 2em 4em 2em 4em; font-size: 26px; }
.package-blockCvr table { table-layout: auto; }
.helpdesk-top-wrap .help-desk-top-block {flex-direction: column;}
.helpdesk-section .helpdesk-top-wrap { margin-top: 20px; }
.helpdesk-top-wrap .help-desk-top-block {flex-direction: column;}
.help-desk-bottom-wrap .help-desk-desc {width: 100%;padding-right: 0;}
.help-desk-bottom-wrap.help-desk-reverse .help-desk-desc{padding-left:0;}
.help-desk-bottom-wrap .help-desk-serices-data {width: 100%;justify-content: center;}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text .banner-title {font-size: 30px;}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text {padding: 20px 0 20px;margin: 0 0 20px 0;}
.sidebarCvr .block-cta-section {padding: 20px;}

}
@media screen and (max-width: 1024px) {
.cta-section .cta-formCvr {
    padding: 0px 0px 0px 3em;
}
.blog-listCvr .blog-block {
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 1.8em;
    flex-wrap: wrap;
}

.blog-listCvr .blog-block .blog-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.ftr-about-block .title{ font-size: 22px; }
.blog .bloglist-sec .blog-search{padding: 20px 24px 30px 0;}

}

}
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (max-width: 991px) {
    .sidebar-icon-sec.header-callCvr { display:block; }
.header-menu-wrap nav {
    position: absolute;
    width: 100%;
    z-index: 9;
}    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-height: 320px;
    overflow: auto;
}

.mega-about-info-block, .mega-about-menu-block, .mega-resources-menu, .mega-recent-blog-lists,
.mega-service-mega-menu .mega-menu-column.mega-menu-columns-3-of-12 {
    float: left !important;
    width: 50% !important;
    clear: none !important;
}
li#mega-menu-18-0-1.mega-recent-blog-lists, .mega-service-mega-menu > ul > li:first-child {
    padding-right: 0 !important;
}
.mega-service-mega-menu > ul > li:last-child {
    padding-left: 0em !important;
}
.mega-mega-menu-funfact{ display: none !important; }    
.header-callCvr{ display: none; }

.header-menu-wrap {
    position: relative;
}
.header-menu-wrap .main-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 0 13px;
    background: #ebebeb;
    max-height: 340px;
    overflow: auto;
}

.banner-serviceCvr .banner-serviceList {
    flex-wrap: wrap;
}
.banner-serviceCvr .banner-serviceList li.banner-service {
    width: 50%;
    width: 44%;
    margin: 0 20px 20px 0px;
}
.uspfeaturesecCvr .usp-wrapper .usp-block {
    min-height: 25em;
    margin-bottom: 2em;
}
.video-testimonial-about {
    padding-left: 0;
    padding-top: 3em;
}
.videoTestiminials-slider .video-testimonial-about {
    padding-left: 3em; padding-top: 0em; }
.service-title-wrapper {
    padding-right: 2em;
    margin-bottom: 4em;
}
.sectionCvr {
    padding: 3em 0px;
}
.whyoffer-img-section {
    padding: 0 2em 0 0px;
}
.platform-listCvr .platform-lists-wrap .platform-lists li {
    width: 22%;
    margin: 0 10px 20px;
}
.global-section .global-sec-img dotlottie-player {
    width: 100%;
    left: 0;
    position: relative;
    margin-bottom: 2em;
}
.testimonials-section .testimonials-title-wrap {
    background: #FBFBFB;
    padding: 3em 2em 0px;
    margin: 0 2em 4em;
    border-radius: 20px;
}
.testimonials-section .testimonials-img {
    text-align: center;
}
.testimonials-section.sectionCvr {
    padding-bottom: 5em;
}
.platform-listCvr .platform-pills {
    padding: 9px 26px;
}
.client-lists li {
    width: 25%;
    padding: 40px 14px;
}
.client-lists li:nth-child(4n) {
    border-right: medium none;
}
.client-lists li:nth-child(4n)::after { display: none; }
.client-lists li:nth-child(5n) { border-right: 1px solid #E1E1E1; }
.client-lists li:nth-child(n+6) { border-bottom:  1px solid #E1E1E1; }
.client-lists li:last-child { border-right: medium none; }
.client-lists li:last-child::after { display: none; }
.client-lists li::after { display: none; }
.catalog-section .catalog-text-wrapper{ padding: 2em; }
.faq-title-block-wrapper, .faq-qa-wrapper { padding: 2em; }
.faq-qa-wrapper { margin-top: 2em; }
.why-question-block .title-block::after{ display: none; }
.why-answer-block .title-block .title { font-size: 24px; }

.excellence-listsCvr [class*="col-"]:nth-child(3n) .excellence-block::after {display: block;}
.excellence-listsCvr [class*="col-"]:last-child .excellence-block::after,
.excellence-listsCvr [class*="col-"]:nth-child(2n) .excellence-block::after {display: none;}
.progress-blockCvr { margin-bottom: 3em; }
.noc-supportCvr { padding: 3em; }
.noc-success-blockCvr{ margin-bottom: 0px; }
.noc-supportCvr .noc-support-sec-img { margin-top: 2em; }
.challenges-section .challenges-title-block { padding-right: 0; }
.challenges-section .challenges-block-img { text-align: center; padding: 0 2em; }
.challenges-listsCvr .challenges-lists li { padding-right: 0em; width: 100%; margin-bottom: 12px; }
.offering-lists.left-side { padding-right: 0;}
.offering-lists .offering-list li { width: 48%; padding-left: 20px; }
.offering-img {
        padding: 0px 7em;
        position: relative;
        margin: 20px 0em 4em;
    }
.package-blockCvr .plan-logo, .package-blockCvr .plan-img {
    margin-bottom: 0px;
}
.package-blockCvr table tr:first-child th:first-child {
    padding: 4em 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 30px 0 0 0;
}
.plan-info .plan-ttile {
    font-weight: 500;
    font-size: 14px;
    padding: 3px 0px;
}
.package-blockCvr table tr th:first-child, .package-blockCvr table tr td:first-child {
    width: 270px;
}
.plan-info .plan-scope {
    margin-top: 10px;
    font-size: 13px;
}
.why-answer-block{ margin-top: 2em; }
.offering-lists.right-side { padding-left: 0; }
.section-showcases { border-radius: 14px; }
.process-wrapperCvr .process-title-block {
    padding-right: 0;
    margin-bottom: 30px;
}
.why-question-block .title-block {
    position: relative;
    margin-top: 0;
}
.casestudy-blockCvr {
    text-align: center;
    padding: 0 1em;
}
.noc-ctafrm-section.cta-section .cta-img-block {
    padding: 0px;
    text-align: center;
    margin-bottom: 3em;
}
.hd-support-lists .support-list-block::before{ display: none; }
.hd-support-lists .support-list-block {
    min-height: auto;
    padding: 3em 0px;
}
.hd-support-lists [class*="col-"]:nth-child(n+5) .support-list-block::after{ display: block; }
.hd-support-lists [class*="col-"]:last-child .support-list-block::after{ display: none; }
.package-listsCvr .row{ justify-content:center; }
.package-listsCvr .package-block{ margin-bottom: 5em; }
.package-listsCvr [class*="col-"]:last-child .package-block{ margin-bottom: 0em; }
.package-listsCvr .package-block { min-height: 48em; }
.package-listsCvr .package-block .package-info { padding: 1em 1em 1em; }
.helpdesk-about-sec .helpdesk-about-wrapper::before, .pod-about-sec .pod-about-wrapper::before, .rmm-admin-about-sec .rmm-admin-about-wrapper::before, .inner-about-sec .inner-about-wrapper::before, .firewall-admin-about-sec .firewall-admin-about-wrapper::before { display: none; }
.helpdesk-about-sec .helpdesk-about-wrap, .pod-about-sec .pod-about-wrapper .pod-about-wrap, .rmm-admin-about-sec .rmm-admin-about-wrapper .rmm-admin-about-wrap, .inner-about-sec .inner-about-wrapper .inner-about-wrap, .firewall-admin-about-sec .firewall-admin-about-wrapper .firewall-admin-about-wrap {
    margin-top: 3em;
    border-top: 1px solid #DCDCDC;
    padding-top: 2em !important;
}
.hd-support-lists.mt-5 { margin-top: 0 !important; }
.pod-team-lists .pod-team-block{ margin: 3em 1em; }
.rmm-approach-listCvr .rmm-approach-block {
    padding: 2em 7em;
    border-radius: 34px;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.rmm-approach-listCvr .rmm-approach-block .rmm-approach-icon {
    display: flex;
    margin-right: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}
.rmm-approach-listCvr .rmm-approach-block .rmm-approach-title {
    font-size: 18px;
    width: 100%;
    padding-right: 0;
}
.rmm-approach-listCvr .rmm-approach-block .rmm-approach-desc {
    width: 100%;
    padding-right: 0;
}
.rmm-360-section .rmm-360-blockCvr .rmm-360-block {
    background: #FBFBFB;
    padding: 2em 3em;
    border-radius: 4px;
    margin-bottom: 4em;
    min-height: auto;
}
.rmm-360-section .rmm-360-title-block::before {
    content: '';
    border: 10px solid #155777;
    border-radius: 50%;
    box-shadow: 0px 3.4px 3.4px 0px #00000040 inset;
    position: absolute;
    width: 75%;
    height: 120%;
    left: 0em;
    right: 0;
    margin: 0px auto;
    top: -40px;
    background: #fff;
}
.rmm-360-section .rmm-360-title-block {
    padding: 9em;
    background: #fff;
    position: relative;
    margin: 6em 3em;
}
.rmm-360-section .rmm-360-blockCvr .rmm-360-block {
    width: 44%;
    margin: 0 20px;
    float: left;
    min-height: 24em;
}
.rmm-check-listCvr .rmm-check-lists li { width: 48%; }
.solutions-section .solutions-title-wrapper {
    padding-right: 0;
    margin-bottom: 3em;
    margin-top: 3em;
}
.solutions-section .solutions-block-wrap .solution-block {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    padding: 3em 2em;
    margin: 2em 0em 3em;
}
.solutions-cta-block {
    margin-top: 12%;
    padding: 0 1em 0 2.6em;
    position: relative;
}
.solutions-cta-block::before {
    right: 98%;
    top: 18px;
}
.solutions-cta-block::after {
    top: 14px;
    left: 16px;
}
.step-processblk ul li {
    width: 20%;
    margin: 0 0px;
    padding-top: 2em;
}
.why-azure-section .why-azure-lists .why-azure-block { width: 44%; margin: 0px 14px 3em; }
.why-choose-azure-support-sec .why-azure-lists .why-azure-block { min-height: auto; padding: 3em 0em; }
.why-choose-azure-support-sec .why-azure-lists .why-azure-block::before{ display: none; }
.why-choose-azure-support-sec .why-azure-lists [class*="col-"]:nth-child(n+3) .why-azure-block::after{ display: block; }
.box-number-wrapper .box-number-block { padding: 2em 1em 2em 2em; }
.box-number-wrapper [class*="col-"]::after {
    content: '';
    background: #dcdcdc;
    width: 97%;
    height: 1px;
    bottom: 0;
    position: absolute;
}
.box-number-wrapper .box-number-block .title { margin-bottom: 22px; font-size: 20px; }
.cta-section-wo-frm .cta-content .cta-title { font-size: 26px;} 
.cta-section-wo-frm .cta-content { padding-left: 1em; }
.cta-section.firewall-admin-cta .cta-title-block .cta-quote,
.cta-section.firewall-admin-cta .cta-title-block .cta-img {
    padding: 0;
}
.key-benefits-m365-migration-sec .benefits-lists .benefits-block::before{ display: none; }
.key-benefits-m365-migration-sec .benefits-lists .benefits-block { padding: 3em 0em; min-height: auto; }
.key-benefits-m365-migration-sec .benefits-lists [class*="col-"]:nth-child(n+5) .benefits-block::after{ display: block; }
.key-benefits-m365-migration-sec .benefits-lists [class*="col-"]:last-child .benefits-block::after{ display: none; }
.m365-approach-section .m365-approach-lists .m365-approach-block {
    width: 44%;
    margin: 0px 12px 3em;
}
.solutions-section.ms-endspoint-mananger .solutions-cta-block { padding: 0 1em 0px 3em; }
.blog-detailCvr .post-thumbnail, .casestudy-detailCvr .post-thumbnail { margin: 0px 0px 1.4em 0px; }
.sidebar-block .sidebar-block-content ul li { margin-bottom: 12px; }
.casestudy-detailCvr .entry-title { font-size: 30px; }
.banner-factsCvr.about-funfact .banner-factList { padding: 0px; }
.director-seciton .director-tagline { padding: 0 3em; }
.director-seciton .director-tagline .sub-title { padding: 0 2em; }
.director-block { margin-bottom: 2em; }
.users-mosaic { gap: 10px 8px; }
.rmm-checklists-section .checklist-wrapper { padding: 0; }
.why-audit-section .why-audit-wrapper .why-audit-block { margin-top: 3em; }
.why-audit-section .why-audit-wrapper .why-audit-img{ text-align:center; }
.checklists-section .checklist-wrapper .checklist-block ul li:nth-child(3n) { margin-right: 20px; }
.checklists-section .checklist-wrapper .checklist-block ul li:nth-child(2n), .checklists-section .checklist-wrapper .checklist-block ul li:last-child { margin-right: 0px; }
.checklists-section .checklist-wrapper .checklist-block ul li { width: 48.5%; }
.package-addon-wrap { width: 100%; padding: 3em 0em; }
.ftr-cta-wrapper .cta-lists-wrap .cta-lists {
    display: flex;
    flex-wrap: wrap;
}
.casestudy-details-sec .row {
        display: flex;
        flex-wrap: wrap-reverse;
    }
.casestudy-details-sec .sidebarCvr {
 padding-left:0 !important; 
}
.casestudy-detailCvr .entry-title {
       padding:22px 0 0 0;
    }
    
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li {
    width: 47.33%;
    margin-bottom: 30px;
    padding: 16px;
}
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li:last-child{ margin-bottom: 0px; }
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a .icon {
    margin-right: 0px;
    margin-bottom: 12px;
}
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li a span { display: block; width: 100%; text-align:center; }
.sidebar-icon-sec.header-callCvr{position:fixed;z-index: 99;bottom: 130px;right: 10px;display: block;}
.sidebar-icon-sec.header-callCvr .header-call {list-style: none;}
.sidebar-icon-sec.header-callCvr .header-call:first-child{margin-bottom:15px;}
.sidebar-icon-sec.header-callCvr .header-call i {font-size: 18px;}
.sidebar-icon-sec.header-callCvr .header-call a {padding: 16px;}
.sidebar-icon-sec.header-callCvr .header-call.calendar a {width:45px!important;}
.single-post section.blog-details-sec .row {display: flex;flex-wrap: wrap-reverse;}
.single-post .sidebarCvr {position: unset;}
.single-post .sidebar-block.block-cta-section{display:none;}
.single-post .blog-cta .bolg-cta-title h2 {font-size: 22px;}
.single-post .blog-cta .bolg-cta-title .blog-cta-subtitle {font-size: 18px;}
.single-post .blog-cta .cta-link {font-size: 12px;}
.contact-details-wrap .contact-details li { padding: 0 1em 3em; width:50%; }
.contact-details-wrap .contact-details li:first-child, .contact-details-wrap .contact-details li:last-child {
    width: 100%;
}
.contact-details-wrap .contact-details::before, .contact-details-wrap .contact-details::after{ display:none; }
.noc-successCvr-new .noc-blocks{margin:10px 0;}
.challenges-section .challenges-top-sec .challenges-desc {padding-left: 10px;}
.challenges-section .challenges-middle-block{display: none;}
.challenges-section .challenges-wrapper .challenges-title {margin-bottom: 20px;}
.challenges-section .challenges-tabs-content .challenges-sub-title {margin-bottom: 20px;}
.challenges-wrapper .challenges-title .title{display:block;}
.challenges-tabs-content .challenges-sub-title .sub-title{display:block;}
.cmp-ytb-video { height: 435px; }

}
@media screen and (max-width: 870px) {
.banner-cta-sec .banner-cta-text p { font-size: 16px; }
.excellence-section .title-block-wrap .title {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 3em;
 }
.banner-cta-sec.wo-cta-block::before {
    top: 0;
}
}
@media screen and (max-width: 768px) { 
.video-testimonials .video-testimonial-item .video-testimonial-text {   
    right: 2px;
    width: 66%;
}
.videoTestiminials-slider .video-testimonial-about {
    padding-left: 0;
    padding-top: 1em;
}
}
@media(min-width:768px)
{
    .challenges-wrapper .challenges-dropdown{display:none;}
}
@media screen and (max-width: 767px) { 
ul#menu-cloud-consulting-professional-services > li {
    width: 100%;
    float: left;
    list-style: none;
}
ul#menu-cloud-consulting-professional-services > li > ul {
    padding-right: 0;
    margin-bottom: 10px;
}   
.service-cta-block { display: none; }
.service-block-wrap.ms-3 {
    margin-left: 0px !important;
}
.service-block-wrap.me-3{
    margin-right: 0px !important;
}
.founder-quote-section .founder-quote-wrapper {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
}
.whyoffer-img-section {
    padding: 0 2em 2em 0px;
}
.cta-section .cta-img-block {
    padding: 0px;
    text-align: center;
    margin-bottom: 3em;
}
.platform-listCvr .platform-lists-wrap .platform-lists li {
    width: 29%;
    margin: 0 10px 20px;
}
.banner-cta-sec::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #D9D9D9;
    top: 25%;
    z-index: -1;
}
.banner-cta-sec .banner-cta-text {
    padding-top: 2em;
    text-align: center;
}
.client-lists li {
    width: 40%;
    padding: 40px 14px;
}
.client-lists li:nth-child(2n){ border-right: medium; none; }
.cta-section .cta-formCvr { padding: 0 20px; }
.title-block .title{ font-size: 26px; }
.whyoffer-listsCvr .accordion.whyoffer-lists .accordion-item .accordion-button{ font-size: 18px; }
.global-funfactCvr .global-funfactList .global-funfact .funfact-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
}
.testimonials-section .testimonials-slider {
        padding: 0 20px;
    }
.why-answer-block { margin-top: 2em; }
.process-tabs .nav-pills .nav-link.active { font-size: 22px; }
.process-tabs .nav-pills .nav-link { font-size: 20px; }
.inner-bannerCvr .banner-cta-sec .row {
    flex-direction: column-reverse;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 2.4em;
}
.inner-bannerCvr .banner-funfactCvr {
    position: relative;
    margin: 3em 0px 0em;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact:nth-child(3n)::after{ display: block; }
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact:nth-child(2n)::after {
    display: none;
}
.excellence-section .excellence-listsCvr .excellence-block::after {
    content: '';
    background: #E4E4E4;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;     
}
.excellence-section .excellence-listsCvr .excellence-block {
    padding: 0 20px;
    padding-bottom: 2em;
}
.excellence-listsCvr [class*="col-"]:last-child .excellence-block{ margin-bottom: 0px; padding-bottom: 0px; }
.excellence-section .excellence-listsCvr .excellence-block .excellence-icon::before {
    content: '';
    border: 1px dotted;
    padding: 26px;
    border-radius: 50%;
    animation: spin 10s infinite linear;
    position: absolute;
    left: 15px;
    top: -6px;
}
.excellence-listsCvr [class*="col-"]:nth-child(2n) .excellence-block::after,
.excellence-listsCvr [class*="col-"]:nth-child(3n) .excellence-block::after {display: block;}
.excellence-listsCvr [class*="col-"]:last-child .excellence-block::after{display: none;}
.noc-successCvr .noc-success-title-block .noc-success-title { margin-left: 0; }
.offering-img { padding: 0px; margin: 20px 0em 4em; }
.offering-lists.left-side .offering-list li .offer-text,  .offering-lists.right-side .offering-list li .offer-text  { margin-left: 14px; }
.catalog-section .catalog-text-wrapper {
    background: #FBFBFB;
    padding: 2em;
    border-top: 8px solid #155777;
    border-left: medium none;
    border-radius: 0px 0px 20px 20px;
    margin-top: 3em;
}
.why-infrassist-wrapper { padding: 2em; }
.plan-info .plan-ttile {
        font-weight: 500;
        font-size: 14px;
        padding: 0px 40px;
    }
.inner-bannerCvr .banner-wrapper .banner-text .banner-title {
    font-size: 34px;
}
.inner-bannerCvr .banner-wrapper .banner-text{ margin-top: 20px; margin-bottom: 20px; }
.casestudy-lists-block::before { display: none; }
.casestudy-lists-block [class*="col-"]:first-child .casestudy-blockCvr {
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.noc-ctafrm-section.cta-section .cta-formCvr {
    padding: 0 1em;
}
.noc-supportCvr {
    padding: 2em;
}
.package-listsCvr .package-block {
    min-height: auto;
}
.cta-formCvr .cta-form .inputCvr > p > label {
    width: 100%;
    margin-bottom: 10px;
}
.cta-formCvr .cta-form .inputCvr .wpcf7-list-item { width: 100%; margin-bottom: 12px; margin-top: 0; }
.pod-team-lists .pod-team-block {
    text-align: center;
    margin: 1em 0em;
    border-radius: 30px;
}
.pod-team-lists .pod-team-block .team-info {
    padding: 2em 1em;
    min-height: 11em;
    display: flex;
}
.pod-support-sec .pod-support-text { padding: 0; }
.pod-support-sec .support-division { text-align: center; padding: 2em 0px; }
.package-listsCvr.pod-packages .package-block { min-height: auto; }
.pod-quote-block { padding: 2em 2em; }
.rmm-360-section .rmm-360-blockCvr .rmm-360-block {
    width: 100%;
    margin: 0 0px 30px;
    float: left;
    min-height: auto;
    padding: 26px;
}
.rmm-360-section .rmm-360-title-block {
    padding: 8em;
    background: #fff;
    position: relative;
    margin: 5em 0em;
}

.rmm-check-listCvr .rmm-check-lists li {
    width: 100%;
    margin: 0px 6px 20px 6px;
}
.solutions-section .solutions-title-wrapper{ margin-top: 0px; }
.step-processblk ul li { width: 33%; }
.step-processblk ul li:nth-child(3n)::after{ display: none; }
.mobile-cta { display: block;}
.desktop-cta { display: none;}
.solutions-section .solutions-block-wrap .solution-block {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    padding: 3em 2em;
    margin: 1em 0em 1em;
}
.solutions-block-wrap.me-3 { margin-right: 0px !important; }
.solutions-block-wrap.ms-3 { margin-left: 0px !important; }
.why-azure-section .why-azure-lists { margin-top: 2em; } 
.why-azure-section .why-azure-lists .why-azure-block { width: 44%; margin: 0px 9px 2em; padding: 1.2em; }
.cta-text-block { padding: 0 20px; margin-bottom: 2em; }
.box-number-wrapper [class*="col-"]:nth-child(odd)::before{ display: none; }
.box-number-wrapper [class*="col-"]:nth-child(odd)::after {
    right: 11px;
    width: 96%;
}
.box-number-wrapper [class*="col-"]:nth-child(even)::after {
    left: 11px;
    width: 96%;
}
.box-number-wrapper .box-number-block{ min-height: auto; }
.box-number-wrapper [class*="col-"]:nth-child(n+7)::after{ display: block; }
.cta-section-wo-frm .cta-content { padding-left: 0em; margin-top: 2em; text-align:center; }
.cta-section-wo-frm .cta-content .cta-title{ text-align:center; }
.cta-section.firewall-admin-cta .cta-title-block { margin-bottom: 2em; }
.key-elements .left .cta-btn { margin: 40px 0 36px; }
.key-elements .right .content-box { padding: 26px 26px 0px; }
.migration-services-block { width: 46%; padding: 3em 1em 2em; margin-bottom: 5em; }
.migration-services-icon{ height: 66px; width: 66px;}
.migration-services-icon i { font-size: 2em; line-height: 1; }
.migration-services-block:last-child { margin-top: 1em; }
.migration-services-block:nth-child(n+6) { margin-bottom: 5em; }
.m365-approach-section .m365-approach-lists .m365-approach-block { width: 100%; }
.testimonials-section .testimonials-slider .testimonials-text strong { font-size: 22px; }
.admin-help-wrapper .admin-help-block { min-height: 21em; }
.m365-admin-funfact .funfact-wrap .funfact-lists li { width: 50%; }
.solutions-section.ms-endspoint-mananger .solutions-cta-block {     margin-top: 17%; padding: 0 11em 0px 3em; }
.scripthub-block .scripthub-details { margin-bottom: 0; min-height: auto; }
.banner-factsCvr.about-funfact .banner-factList { flex-wrap:wrap; }
.banner-factsCvr.about-funfact .banner-factList li { width: 47%; margin: 0px 0px 22px; }
.director-seciton .director-tagline::before{ display: none; }
.director-seciton .director-tagline { padding: 0; }
.director-block .director-comments { min-height: auto; }
.checklists-section .checklist-wrapper .checklist-block ul li { width: 48%; }
.why-audit-section .why-audit-cta-wrapper p{ flex-wrap:wrap; justify-content: center; text-align:center; line-height: 1.2; }
.why-audit-section .why-audit-cta-wrapper .theme-btn {
    margin-top: 10px;
    display: inline-block;
    margin-left: 0;
}
.why-audit-section .why-audit-cta-wrapper { margin-top: 2em; }
.sample-audit-block{ margin-bottom: 2em; }
.contact-sec-wrapper::before { width: 100%; height: 1px; left: 0; top: 49%; right: 0; margin: 0px auto; }
.contact-sec-wrapper { padding: 1em 0px; }
.contact-details-wrap .contact-details { padding: 0; }
.contact-details-wrap .contact-details::before {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 100%;
    height: 1px;
    top: 31.33%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact-details-wrap .contact-details::after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 31%;
    top: auto;
}
.contact-details-wrap .contact-details li { padding: 2em 0px 2em; margin: 3px 0px; width: 100%;}
.career-quote-block::before, .career-quote-block::after { display: none; }
.career-quote-block { padding: 2em 0em 2em 0em; font-size: 26px; }
.package-addon-wrap ul { flex-wrap: wrap; }
.package-addon-wrap ul li { width: 50%; margin-bottom: 2em; }
.package-addon-wrap ul li:nth-child(2n)::after {
    display: none;
}
.about-founder-quote-section .founder-quote-item .founder-quote-wrapper {
    font-size: 16px;
}
.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info .founder-name {
    font-size: 14px;
}
.about-founder-quote-section .founder-quote-item .founder-quote-wrapper .founder-infoCvr .founder-info .founder-desg {
    font-size: 13px;
}
#our-founders .director-social-info a {top:15px;}
.blog-detailCvr .blog-infoCvr{padding: 0 0px 20px;}
.blog-sec-new .sidebar-table-content li.blog-heading-level-2.active:after{display:none;}
.blog-detailCvr .entry-title {font-size: 22px;}
.inner-bannerCvr .banner-cta-sec .row.radio-btn {
	flex-direction: column;
	gap: 10px;
}
.blog-faq-sec .faqblk .accordion-button , .blog-faq-sec .faqblk .accordion-body {font-size: 14px;}
.noc-successCvr-new .noc-blocks {/*margin: 10px 50px; */text-align: center;}
.challenges-tabs-content .tab-content {margin-left: 0;}
.challenges-tabs-content .tab-content .tab-pane .title {font-size:14px;}
.challenges-section .challenges-wrapper .challenges-tabs-lists{display:none;}
.challenges-tabs-content .challenges-sub-title .sub-title{display: none;}
.why-noc-sec .why-noc-block{/*margin: 10px 50px;*/text-align: center;padding: 30px 20px 10px 20px;}
.challenges-tabs-content .tab-content .tab-pane{/*margin:10px 50px;*/padding: 40px 40px 30px 40px;}
.advtool-dropdown.challenges-dropdown{padding: 15px;border: 1px solid #D7D7D7;}
.challenges-section .challenges-top-sec .challenges-desc {padding-left: 0;}
.challenges-wrapper .challenges-title .title{display:none;}
.challenges-tabs-content .challenges-sub-title .sub-title{display:none;}
.help-desk-serices-data .help-desk-services-wrap {
    width: 49%;
}
.ftr-cta-wrapper .cta-lists-wrap .cta-lists {
    flex-direction: column;
    gap: 20px;
}

.cmp-ytb-video { height: 340px; }
.author-sec .author-linkedin{padding: 10px 8px 8px;width: 36px;height: 36px;}
.author-sec .author-details-wrap{padding-bottom: 5px;}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text .banner-title
{
    font-size: 26px;
}
.single-deals .post-author-img img {width: 110px;}
.single-deals .dots span {width: 12px;height: 12px;}
.single-deals .banner-wrapper {
    margin-top: 20px;
}
.single-post .block-cta-section .sidebar-cta p:first-child {font-size: 24px;}
.single-post .author-sec .author-linkedin svg {font-size: 20px;}
.single-post .author-sec .author-details-wrap .author-info-data:after{height: 90%;top: 2px;}
.blog-search .blog-search-wrap #blog_search{width: 50%;}

}
@media screen and (max-width: 728px) { }
@media screen and (max-width: 680px) 
{
    .bloglist-sec .pagination .page-numbers {
        width: 34px;
        height: 34px;
        padding: 10px 10px;
        font-size: 16px;
    }
    .bloglist-sec .pagination .prev:before,.bloglist-sec .pagination .next:before{font-size: 22px;line-height: 34px;height: 40px;width: 34px;}
 }
@media screen and (max-width: 640px) {
.video-testimonials .video-testimonial-item .video-testimonial-text {
    position: absolute;
    bottom: 26px;
    right: 2px;
    width: 62%;
}
.uspfeaturesecCvr .usp-wrapper .usp-block {
    min-height: auto;
    margin-bottom: 2em;
}
.platform-listCvr .platform-pills {
    padding: 9px 16px;
}
.offering-lists .offering-list li {
    width: 50%;
    padding-left: 0;
    margin: 0px;
}
.offering-lists .offering-list li .offer-icon {
width: 58px;
height: 58px;
}
.offering-lists .offering-list li .offer-icon i { font-size: 24px; }
    .process-tabs .nav-pills {
    width: 40%;
    margin-right: 0em !important;
}.process-tabs .nav-pills .nav-link {
    margin: 21px 0px; }

.process-block::before {
    content: "";
    width: 26px;
    height: 28px;
    background: #155777;
    position: absolute;
    left: -23px;
    clip-path: polygon(0 54%, 100% 100%, 100% 0);
}
 #pills-phase1 .process-block::before {
    top: 9%;
    bottom: auto;
}
#pills-phase2 .process-block::before {
    top: 32%;
    bottom: auto;
}
#pills-phase3 .process-block::before {
    top: 60%;
    bottom: auto;
}

#pills-phase4 .process-block::before {
    bottom: 3.5em;
    top: auto;
}
.faq-title-block-wrapper, .faq-qa-wrapper {
    padding: 1em;
}
.theme-btn{ padding: 6px 20px; }
.rmm-360-section .rmm-360-title-block::before {
    content: '';
    top: 0px;
    background: #fff;
    border: 6px solid #155777;
    width: 100%;
    height: 100%;
}
.rmm-360-section .rmm-360-title-block {
    padding: 10em 2em;
    background: #fff;
    position: relative;
    margin: 4em;
}
.why-azure-section .why-azure-lists .why-azure-block {
    width: 100%;
    margin: 0px 9px 2em;
    padding: 1.2em;
}
.admin-help-wrapper .admin-help-block .admin-help-vector{ text-align:center; }
.users-mosaic { gap: 8px 6px; }
.single-deals .inner-bannerCvr .banner-wrapper .banner-text .banner-title 
{
    font-size: 24px;

}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text {
    padding: 15px 0 15px;
    margin: 0 0 15px 0;
}
.blog-search .blog-search-wrap #blog_search{width: 60%;}

} 
@media screen and (max-width: 580px) { }
@media screen and (max-width: 575px) {
.cta-formCvr.mt-sm-5{ margin-top: 3rem!important; }
.director-seciton .director-tagline .sub-title::before, .director-seciton .director-tagline .sub-title::after{ display: none; }
.partnership-block-wrapper { padding: 0 2em; }
.package-addon-wrap { width: 100%; padding: 2em 0em 1em; }
.package-note { padding: 3em 10px; }
.about-founder-quote-section .founder-quote-item::before { font-size: 4em; }
.about-founder-quote-section .founder-quote-item { padding-top: 1em; padding-left: 4.5em; }
.inner-bannerCvr .banner-wrapper .banner-text .audit-stamp { width: 135px; bottom: 0; position: relative; }
.noc-successCvr-new .noc-success-title-block {padding-bottom: 2em;}
.noc-successCvr-new .noc-blocks ,.why-noc-sec .why-noc-block {margin: 10px 60px;}
.challenges-tabs-content .tab-content .tab-pane{margin:0 60px;}
.challenges-tabs-content .tab-content{margin-top: 35px;}
.single-deals .banner-wrapper {margin-top: 15px;}
.single-post .block-cta-section .sidebar-cta p:first-child {font-size: 22px;}

}
@media screen and (max-width: 530px) { 
.global-funfactCvr .global-funfactList .global-funfact {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 0px;
    padding: 1em 0px;
}
.global-funfactCvr .global-funfactList .global-funfact:nth-child(even) {
    border-left: medium none;
    margin-left: 0;
    padding-left: 0;
}
.rmm-approach-listCvr .rmm-approach-block { padding: 2em 2em; }
.check-listCvr.two-column ul li { width: 100%; margin: 10px 6px;}
.banner-factsCvr.about-funfact .banner-factList li { width: 100%; }
.partnerships-section .partnership-block{ flex-wrap: wrap; margin-bottom: 2em}
.partnerships-section .partnership-block::before { display: none;}
.partnerships-section .partnership-block .block-img{ width: 100%; text-align: center;}
.partnerships-section .partnership-block .block-desc { width: 100%; padding: 30px 16px 10px;
        min-height: auto;
        justify-content: center;
        position: relative;
        text-align: center; border: medium none;}
.partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(3n) .partnership-block .block-desc, .partnerships-section .partnership-block-wrapper [class*="col-"]:nth-child(4n) .partnership-block .block-desc{ border: medium none;}
.partnerships-section .partnership-block .block-desc::before{position: absolute;
    top: -17px;
    left: 46.8%;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/link-img.png);
    content: '';}
.checklists-section .checklist-wrapper .checklist-block ul li {
    width: 100%;
    margin-right: 0px !important;
}

}
@media screen and (max-width: 520px) {
.ftr-cta-wrapper .cta-lists-wrap .cta-lists li {
        /*width: 100%;*/
        width: max-content;
        /*margin-bottom: 31px;*/
    }
    .ftr-cta-wrapper .cta-lists-wrap .cta-lists li a {
        display: block;
    }
    .ftr-cta-wrapper .cta-lists-wrap .cta-lists li a span {
        display: inline-block;
        width: auto;
        text-align: center;
    }
        .ftr-cta-wrapper .cta-lists-wrap .cta-lists li a .icon {
        margin-right: 12px;
        margin-bottom: 0;
    }
	.banner-cta-sec .banner-cta-text .ty-form {
		padding: 25px;
		border-radius: 20px;
	}
	.banner-cta-sec .ty-cta {
		padding: 25px;
		border-radius: 20px;
	}
	.banner-cta-sec .ty-cta .ty-form-desc {
		font-size: 18px;
		padding-bottom: 0;
	}
    .help-desk-serices-data .help-desk-services-wrap {
        width: 60%;
    }
    .blog-search .blog-search-wrap #blog_search {
        width: 95%;
    }
 }
@media screen and (max-width: 480px) {
.banner-text .banner-title {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #000000;
}
.testimonials-section .testimonials-title-wrap { margin: 0 0em 4em; }
.platform-listCvr .platform-lists-wrap .platform-lists li {
    width: 40%;
    margin: 0 10px 20px;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 2.4em;
    justify-content: left;
}
.banner-funfactCvr .banner-funfactList .banner-funfact::after {
    right: 6px;
}
.offering-lists .offering-list li { width: 100%; }
.process-wrapper .process-tabs {
position: relative;
flex-wrap: wrap;
margin: 0 25px;
}
.process-tabs .nav-pills {
    width: 100%;
    margin: 0px 0px 20px 0px !important;
    display: block;
}
.process-tabs .nav-pills .nav-link {
    float: left;
    width: 46%;
    margin: 5px;
    min-height: 50px;
}
.process-tabs .nav-pills .nav-link, .process-tabs .nav-pills .nav-link.active {
    font-size: 20px;
    font-weight: normal;
}
.process-tabs .nav-pills .nav-link.active::before {
    background: #F0811A;
    width: 8px;
    height: 8px;
}
.process-tabs .nav-pills .nav-link.active::after {
    width: 22px;
    height: 22px;
    left: -7px;
    border-color: #F0811A;
}
.process-block::before{ display: none; }
.process-block { padding: 2em 26px; }
.rmm-360-section .rmm-360-title-block {
    padding: 10em 2em;
    background: #fff;
    position: relative;
    margin: 4em 2em;
}

.step-processblk ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 1em;
}
.step-processblk ul li .proicn {
    height: 80px;
    width: 80px;
    margin: 0px 0px 10px 0px;
}
.step-processblk ul li .pro-title {
    font-size: 14px;
    padding: 0px 9px;
    text-align: left;
    width: 74%;
}
.step-processblk ul li:after {
content: '';
position: absolute;
left: 40px;
top: 70px;
height: 74%;
border-left: 2px dotted #383838;
border-top: medium none;
margin: 0 auto;
z-index: -1;
width: 19px;
}
.step-processblk ul li:nth-child(3n)::after{ display: block; }
.single-deals .post-author-img img {width: 100px;}
.single-deals .inner-bannerCvr .banner-wrapper .banner-text .banner-title {
    font-size: 22px;
}
.single-deals .banner-wrapper {margin-top: 10px;}


 }
@media screen and (max-width: 460px) {
.mega-about-info-block, .mega-about-menu-block, .mega-resources-menu, .mega-recent-blog-lists,
.mega-service-mega-menu .mega-menu-column.mega-menu-columns-3-of-12 {
    float: left !important;
    width: 100% !important;
    clear: both !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul#menu-about-menu{ padding: 0px; margin-top: 0px; }
.mega-career-menu-block > ul.mega-sub-menu li .custom-html-widget ul li {
        padding-right: 0em !important;
        width: 100%;
        margin-top: 1em;
    }    
.video-testimonials .video-testimonial-item {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.video-testimonials .video-testimonial-item .video-testimonial-img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 23px;
}
.video-testimonials .video-testimonial-item .video-testimonial-text {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 2.4em;
    justify-content: left;
}
.banner-funfactCvr .banner-funfactList .banner-funfact::after, .inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact:nth-child(3n)::after {
    display: none;
}
.why-answer-block {
    margin-top: 2em;
    padding: 26px;
}
.package-listsCvr { margin-top: 2em; }
.why-choose-azure-support-sec .why-azure-lists .why-azure-block {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-icon{ margin-bottom: 12px; }
.why-choose-azure-support-sec .why-azure-lists .why-azure-block .why-azure-icon::after{display: none;}
.box-number-wrapper [class*="col-"]:nth-child(odd)::after {
    right: 11px;
    width: 95%;
}
.box-number-wrapper [class*="col-"]:nth-child(even)::after {
    left: 11px;
    width: 95%;
}
.box-number-wrapper .box-number-block {padding: 2em 1em 2em 1em;}
.key-benefits-m365-migration-sec .benefits-lists .benefits-block{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-icon{ margin-bottom: 12px; }
.key-benefits-m365-migration-sec .benefits-lists .benefits-block .benefits-icon::after{display: none;}
.inner-bannerCvr .banner-wrapper .banner-text .audit-stamp { width: 100px; }
.author-sec .author {flex-direction: column;text-align: start;}
.author-sec .author .author-img {margin-bottom:10px;margin-right:0;}    
.cmp-ytb-video { height: 300px; }
.author-sec .author-details-wrap {justify-content: center;padding: 10px 0;}
.single-post .author-sec .author-details-wrap .author-info-data
{
    padding-right: 22px;
    margin-right: 22px;
}
.single-post .author-sec .author-linkedin {width: 34px;height: 34px;}


}
@media screen and (max-width: 430px) {
 .migration-services-block { width: 100%; }
 ul.recent-casestudies li{ width: 100%; margin-bottom: 1.4em; }
}
@media screen and (max-width: 420px) {
.banner-text .banner-title .blue-text.fw-bold::before, .banner-text .banner-title .blue-text.fw-bold::after, .banner-text .banner-title .blue-text.fw-semibold::before, .banner-text .banner-title .blue-text.fw-semibold::after { display: none; }
.banner-tagline .banner-tagline-content .banner-tagline-container { height: 30px; }
.banner-tagline .banner-tagline-content .banner-tagline-container .banner-tagline-list .banner-tagline-list-item{font-size: 26px;}
.banner-tagline .banner-tagline-content .banner-tagline-container .banner-tagline-container-text { margin-top: -4px; }
.banner-text .banner-title { font-size: 26px; }
.banner-serviceCvr .banner-serviceList li.banner-service {
    width: 100%;
    margin: 0 20px 20px 0px;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.4em;
    justify-content: left;
}
.inner-bannerCvr .banner-funfactCvr .banner-funfactList .banner-funfact:last-child{ margin-bottom: 0px; }
.rmm-360-section .rmm-360-title-block {
    padding: 8em 2em;
    background: #fff;
    position: relative;
    margin: 4em 2em;
}
.box-number-wrapper [class*="col-"]:nth-child(odd)::after {
    right: 11px;
    width: 94%;
}
.box-number-wrapper [class*="col-"]:nth-child(even)::after {
    left: 11px;
    width: 94%;
}
.m365-admin-funfact .funfact-wrap .funfact-lists li { width: 100%; }
.solutions-section.ms-endspoint-mananger .solutions-cta-block {
    margin-top: 17%;
    padding: 0 2em 0px 3em;
}
.noc-successCvr-new .noc-blocks ,.why-noc-sec .why-noc-block {margin: 10px 30px;}
.challenges-tabs-content .tab-content .tab-pane{margin:0 30px;}
.noc-successCvr-new .noc-success-title-block .noc-success-title{text-align:center;}
.help-desk-serices-data .help-desk-services-wrap {width: 80%;}
.help-desk-serices-data .help-desk-services-wrap img {
    padding: 20px;
}
.single-post .block-cta-section .sidebar-cta p:first-child {font-size: 20px;}


}

@media screen and (max-width: 380px) {

.hd-support-lists .support-list-block {
    min-height: auto;
    padding: 3em 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hd-support-lists .support-list-block .support-icon i { margin-right: 0; }
.hd-support-lists .support-list-block .support-icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.hd-support-lists .support-list-block .support-icon::after{ display: none; }
.cta-funfact .funfact-lists li {
    display: flex;
    padding-bottom: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.cta-funfact .funfact-lists li .count-block{ font-size: 30px; width: 100%; margin-bottom: 5px; }
.cta-funfact .funfact-lists li p{ width: 100%; }
.rmm-checklists-section .checklist-wrapper .checklist-block .table tr { width: 100%; display: flex; flex-wrap: wrap; }
    .rmm-checklists-section .checklist-wrapper .checklist-block .table tr td { width: 100%; }

.blog-detailCvr .blog-infoCvr .blog-author .author-title ,.blog-detailCvr .blog-infoCvr .blog-author .author-name p ,.blog-detailCvr .blog-infoCvr .blog-categories .categories-links li a ,.blog-detailCvr .blog-infoCvr .blog-date p{font-size:14px;}
.blog-detailCvr .blog-infoCvr .blog-date svg{margin-right:0;}
.blog-faq-sec .faq-wrap .faqblk .accordion-button:not(.collapsed):after {margin-top: -5px;}
.blog-faq-sec .faq-wrap .faqblk .accordion-button::after{background-size: 16px;margin-left: 2px;}
.noc-successCvr-new .noc-blocks, .why-noc-sec .why-noc-block {margin: 10px 20px;}
.challenges-tabs-content .tab-content .tab-pane {margin: 0 20px;}
.cmp-ytb-video { height: 250px; }

}
@media screen and (max-width: 360px) {
    .rmm-360-section .rmm-360-title-block {
        padding: 8em 2em;
        background: #fff;
        position: relative;
        margin: 4em 0em;
    }
    .box-number-wrapper [class*="col-"]:nth-child(odd)::after {
    right: 11px;
    width: 93%;
}
.box-number-wrapper [class*="col-"]:nth-child(even)::after {
    left: 11px;
    width: 93%;
}
.noc-successCvr-new .noc-blocks, .why-noc-sec .why-noc-block {margin: 10px 0px;}
.challenges-tabs-content .tab-content .tab-pane {margin: 0;}
.helpdesk-top-wrap .help-desk-block .left-text , .helpdesk-top-wrap .help-desk-block .help-desk-block-wrap .help-block-title{font-size:14px;}

}
@media screen and (max-width: 340px) {
.process-tabs .nav-pills .nav-link, .process-tabs .nav-pills .nav-link.active {
        font-size: 18px;
        font-weight: normal;
        margin: 0px 4px;
    }
    .theme-btn {
        padding: 6px 18px;
    }
    .rmm-360-section .rmm-360-title-block { padding: 7em 2em; }
    .noc-successCvr-new .noc-success-title-block .noc-success-title{font-size:15px;}
    .why-noc-sec .why-noc-block{padding: 30px 10px 10px 10px;}
    .challenges-tabs-content .tab-content .tab-pane{padding:30px 15px;}
    .helpdesk-top-wrap .help-desk-block .left-text
    {
        font-size: 14px;
    }
    .single-deals .post-author-img img {
        width: 100px;
    }
    .bloglist-sec{padding: 2em 0px;}
    
}

@media screen and (max-width:320px)
{
    .help-desk-serices-data .help-desk-services-wrap {
        width: 90%;
    }
}
