/*
    font-family: "Inter",
    sans-serif;
*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

body {
    font-family: "Inter",
        sans-serif;
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: clip;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin: 0;
}

a {
    color: #D19222;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #1E1E1E;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: 700;
}

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

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

.mtb-120 {
    margin: 120px 0;
}

header {
    padding: 15px 0;
    background: #2B1E66;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

header.sticky {
    padding: 10px 0;
}

header .navbar-brand img {
    max-width: 170px;
}

header .menu-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

header .navbar-nav .menu-item {
    position: relative;
}

header .navbar-nav>.menu-item+.menu-item {
    margin-left: 30px;
}

header .navbar-nav .menu-item.menu-item-has-children {
    padding-right: 14px;
}

header .navbar-nav .menu-item.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
    width: 6px;
    height: 6px;
    top: 12px;
}

header .menu-item+.menu-item {
    margin-left: 0;
}

header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
    color: #C3922D;
}

header .navbar-nav>li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    margin: auto;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border-top: 2px solid #C3922D;
    -ms-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100;
}

header .navbar-nav .menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}

header .navbar-nav .sub-menu li+li {
    margin: 10px 0 0;
}

header .navbar-nav .sub-menu a {
    padding: 0 !important;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
}

header .navbar-nav .sub-menu .menu-item a:hover,
header .navbar-nav .sub-menu .menu-item a:focus,
header .navbar-nav .sub-menu .menu-item a:active,
header .navbar-nav .sub-menu .menu-item.menu-item.current-menu-item a {
    color: #C3922D;
}

header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}

header .btn-primary {
    margin-left: 30px;
}

.btn-primary {
    padding: 15px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #C3922D;
    border-radius: 50px;
    border: 1px solid #C3922D;
    width: fit-content;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover {
    background: #fff;
    color: #C3922D;
    border-color: #C3922D;
}

.btn-primary:hover svg path,
.btn-primary:focus svg path,
.btn-primary:hover svg path {
    fill: #C3922D;
}

.btn-secondary {
    padding: 15px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C3922D;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #C3922D;
    width: fit-content;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
    background: #C3922D;
    color: #fff;
    border-color: #C3922D;
}

.btn-secondary:hover svg path,
.btn-secondary:focus svg path,
.btn-secondary:hover svg path {
    fill: #fff;
}

.home-banner {
    background: #ECECFF;
    padding: 75px 0;
    margin-top: 115px;
}

.hb-desc h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 65px;
    /* or 162% */
    color: #1E1E1E;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.hb-desc h1 b,
.hb-desc h1 strong {
    font-weight: 700;
}
.hb-desc p {
    font-size: 18px;
    line-height: 30px;
}

.hb-desc p b,
.hb-desc p strong {
    color: #D19222;
}

.hb-bottom-boxes {
    margin-top: 40px;
}

.hb-bottom-boxes h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
}

.hb-bottom-boxes .col-lg-4 {
    display: inherit;
}

.hb-bottom-box {
    width: 100%;
    padding: 20px;
    background: linear-gradient(90deg, #082567 0%, #104ACD 100%);
    border: 1px solid #35297F;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

.hb-bottom-box svg {
    flex: 0 0 15px;
    position: relative;
    top: 4px;
}

.hb-bottom-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.ptb-120 {
    padding: 120px 0;
}
.ptb-75 {
    padding: 75px 0;
}
h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 15px;
}

h2 strong,
h2 b {
    font-weight: 700;
    color: #D19222;
}

.ha-desc p,
.ht-desc p {
    color: rgba(51, 51, 51, .8);
}

.faqs-acco .accordion-item {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.faqs-acco .accordion-item+.accordion-item {
    border-top: 1px solid rgba(209, 146, 34, .5);
}

.faqs-acco .accordion-button {
    padding: 18px 18px 18px 0;
    background: transparent;
    box-shadow: none;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1E1E1E;
}

.faqs-acco .accordion-collapse {
    padding: 0px 30px 15px 0;
}

.faqs-acco .accordion-collapse p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 162% */
    color: rgba(51, 51, 51, .8);
}

.faqs-acco.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #1E1E1E;
    /* font-weight: 400; */
}

.faqs-acco .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4999 14.0626C12.7797 14.0626 13.0597 13.9557 13.2732 13.7421L24.2107 2.8046C24.6381 2.37722 24.6381 1.68515 24.2107 1.25804C23.7833 0.830928 23.0913 0.830654 22.6642 1.25804L12.4999 11.4223L2.33571 1.25804C1.90833 0.830654 1.21626 0.830654 0.789148 1.25804C0.36204 1.68542 0.361767 2.37749 0.789148 2.8046L11.7267 13.7421C11.9402 13.9557 12.2202 14.0626 12.4999 14.0626Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 25px;
    height: 15px;
    box-shadow: none;
}

.accordion-flush .accordion-item+.accordion-item {
    margin-top: 0;
}

.mtb-50 {
    margin: 50px 0;
}

.certi-desc {
    margin-bottom: 30px;
}
.swiper-certi .swiper-slide a{
	display: block;
	width: 100%;
}

.swiper-certi .swiper-slide img {
    width: 100%;
}

.swiper-certi .swiper-button-next,
.swiper-certi .swiper-button-prev,
.swiper-why .swiper-button-next,
.swiper-why .swiper-button-prev,
.swiper-industry .swiper-button-next,
.swiper-industry .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.swiper-certi .swiper-button-next:after,
.swiper-certi .swiper-button-prev:after,
.swiper-why .swiper-button-next:after,
.swiper-why .swiper-button-prev:after,
.swiper-industry .swiper-button-next:after,
.swiper-industry .swiper-button-prev:after{
    display: none;
}

.ptb-50 {
    padding: 50px 0;
}

.hclient-desc h2 {
    color: #fff;
}

.swiper-clients .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.swiper-clients .swiper-slide {
    position: relative;
}

.swiper-clients .swiper-slide+.swiper-slide::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .5);
}

.ht-desc h2 {
    text-transform: uppercase;
}

.ht-desc p {
    margin-bottom: 30px;
}

.testi-box {
    padding: 30px;
    background: rgba(143, 128, 239, 0.2);
    border: 2px solid #35297F;
    border-radius: 10px;
}

.tc-img {
    margin-bottom: 18px;
}

.tc-img img {
    max-width: 100%;
}

.testi-box {
    margin-bottom: 30px;
}

.testi-box p {
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    letter-spacing: 0.01em;
    color: #333333;
    margin-bottom: 30px;
}

.testi-auth {
    gap: 14px;
}

.testi-auth img {
    flex: 0 0 60px;
    max-width: 60px;
    border-radius: 50%;
}

.testi-auth-desc h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1C1F20;
    margin-bottom: 6px;
}

.testi-auth-desc .designation {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #F39B22;
}

.swiper-why,.swiper-industry {
    padding: 5px 2px;
}

.why-box {
    background: rgba(143, 128, 239, 0.2);
    border: 2px solid #35297F;
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    transition: .5s all;
}

.why-box svg {
    max-width: 70px;
    margin: 0 auto 20px;
    transition: .5s all;
}

.why-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height, or 130% */
    color: #D19222;
    margin-bottom: 12px;
    transition: .5s all;
}

.why-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    min-height: 100px;
    transition: .5s all;
}

.swiper-slide-active .why-box {
    background: linear-gradient(90deg, #082567 0%, #104ACD 100%);
    border: 2px solid #35297F;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.swiper-slide-active .why-box svg path {
    fill: #fff;
}

.swiper-slide-active .why-box p {
    color: #fff;
}

.home-cta {
    z-index: 1;
}

.home-cta:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 60px;
    background: #35297F;
    z-index: -1;
}
.home-cta.no-form:before{
    top: 0;
    bottom: 0;
}

.hcta-desc h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.hcta-desc p {
    color: rgba(255, 255, 255, .8);
}

.hcta-form {
    padding: 30px 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 10px 40px -10px rgba(109, 117, 143, 0.2);
    border-radius: 30px;
}

.hcta-form .small-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #35297F;
    margin-bottom: 8px;
}

.hcta-form h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #04000B;
    margin-bottom: 25px;
}

.blog-img {
    margin-bottom: 25px;
}

.blog-img a {
    display: block;
    width: 100%;
}

.blog-img img {
    width: 100%;
}

.blog-box .date {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #42526B;
    margin-bottom: 15px;
}

.blog-box h3,
.blog-box h3 a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}
.blog-box h3:hover,
.blog-box h3 a:hover{
    color: #D19222;
}

.blog-auth {
    gap: 16px;
}

.blog-auth img {
    flex: 0 0 48px;
    max-width: 48px;
    border-radius: 50%;
}

.blog-auth-detail h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #061C3D;
    margin: 0;
}

.blog-auth-detail .time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #42526B;
}

.home-blog .row {
    row-gap: 30px;
}

footer {
    padding: 50px 0 35px;
    background: #35297F;
}

.ft-logo {
    margin-bottom: 20px;
}

.ft-logo img {
    max-width: 170px;
}

footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.social {
    gap: 20px;
}

.social a {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
footer .social a{background: #F39B22;}
.social a.no-bg {
    background: transparent !important;
    border-radius: 0;
}

.social a:hover {
    /*background: #fff;*/
}

.social a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 20px; height: 20px; width: 20px;
}
.social a img{filter: grayscale(100%);}
.social a:hover img{filter: grayscale(0%);}
footer h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
.ft-bottom a:hover,
.ft-bottom a:focus,
.ft-bottom a:active {
    color: #F39B22;
}

footer ul li+li {
    margin-top: 10px;
}

.partners-img img {
    max-width: 130px;
}

.partners-img img+img {
    margin-top: 20px;
}

.ft-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.ft-bottom p,
.ft-bottom a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.inner-banner {
    background: #ECECFF;
    padding: 20px 0 40px;
    margin-top: 115px;
    min-height: 420px;
}

.breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb-item a {
    color: #2B1E66;
    font-weight: 700;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: #D19222;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #444444;
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: #444444;
}

.abt-intro {
    margin-top: 80px;
}

.abt-intro-desc h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.listing-main ul {
    margin-left: .9rem;
    margin-bottom: 50px;
}

.listing-main ul li {
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.listing-main ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #D19222;
    border-radius: 50%;
    border: 2px solid #082567;
    top: 4px;
    left: 0;
}

.abt-intro-img img {
    width: 100%;
    border-radius: 15px;
}

.ptb-80 {
    padding: 80px 0;
}

.mission-img img {
    max-width: 192px;
}

.mission-desc h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #D19222;
    margin-bottom: 15px;
}

.mission-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.values-tab {
    display: none;
}

.values-tab img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

.values-tab h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #D19222;
    margin-bottom: 15px;
}

.values-links-main a {
    display: block;
    padding: 20px 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #1C1F20;
    background: transparent;
    border: 1px solid #8F80EF;
    border-radius: 10px;
    margin-bottom: 15px;
}

.values-links-main a.active {
    border-color: transparent;
    background: rgba(143, 128, 239, 0.2);
}

.mtb-80 {
    margin: 80px 0;
}

.abtg-img img {
    width: 100%;
    border-radius: 15px;
}

.abtg-desc h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.abtg-desc .row {
    row-gap: 30px;
}

.abtg-desc .col-lg-6 {
    display: inherit;
}

.abtg-box {
    width: 100%;
    background: rgba(209, 146, 34, 0.05);
    border: 1px solid #35297F;
    border-radius: 15px;
    padding: 15px;
    min-height: 130px;
}

.abtg-box-inner {
    gap: 10px;
}

.abtg-box img {
    flex: 0 0 30px;
    height: 30px;
    position: relative;
    top: 3px;
}

.abtg-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 0;
}

.abtg-box p b,
.abtg-box p strong {
    color: #35297F;
}

.inner-cta {
    border-bottom: 2px solid #fff;
}

.inner-cta-desc h2 {
    text-transform: uppercase;
}

.inner-cta-desc h2,
.inner-cta-desc h2 b,
.inner-cta-desc h2 strong {
    color: #fff;
}

.inner-cta-desc p {
    color: rgba(255, 255, 255, .8);
}

.btns-group {
    gap: 30px;
    flex-wrap: wrap;
}

.btn-call {
    padding: 10px 18px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #4CAF50;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
}

.btn-call:hover,
.btn-call:focus,
.btn-call:active {
    background: #fff;
    color: #4CAF50;
    border-color: #4CAF50;
}

.btn-call svg {
    transition: .5s all;
}

.btn-call:hover svg,
.btn-primary:focus svg,
.btn-call:active svg {
    fill: #4CAF50;
}

.sl-listing-left .listing-link {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #1E1E1E;
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sl-listing-left .listing-link:hover,
.sl-listing-left .listing-link:focus,
.sl-listing-left .listing-link:active {
    color: #D19222;
}

.sl-listing-left .listing-link:hover svg path,
.sl-listing-left .listing-link:focus svg path,
.sl-listing-left .listing-link:active svg path {
    fill: #D19222;
}

.sl-listing-left .listing-link span {
    flex: 0 0 370px;
}

.sl-listing-left .listing-link svg {
    transition: .5s all;
}

.sl-listing-left .listing-link:hover svg,
.sl-listing-left .listing-link:focus svg,
.sl-listing-left .listing-link:active svg {
    transform: rotate(45deg);
}

.sl-listing-left .listing-link svg {
    flex: 0 0 30px;
    position: relative;
    top: 10px;
}

.sl-listing-left p,
.sl-listing-right p {
    font-size: 20px;
    line-height: 26px;
    color: #333;
}

.sl-listing-right .bottom-line {
    margin-top: 30px;
    gap: 10px;
    align-items: start !important;
}

.sl-listing-right .bottom-line svg {
    flex: 0 0 19px;
    position: relative;
    top: 5px;
}

.sl-listing-right .bottom-line p {
    font-style: normal;
    font-weight: 700;
    color: #333333;
}

.sl-listing-box .sl-listing-right .bottom-line p {
    display: flex;
    gap: 5px;
    align-items: start;
}

.sl-listing-right .bottom-line p b,
.sl-listing-right .bottom-line p strong {
    color: #D19222;
}

.sl-listing-box+.sl-listing-box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #000;
}

.solw-box {
    gap: 20px;
    margin-bottom: 30px;
}

.solw-box:last-child {
    margin-bottom: 0;
}

.solw-box img {
    flex: 0 0 50px;
    width: 50px;
}

.solw-desc h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #D19222;
    margin-bottom: 5px;
}

.solw-desc p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.solw-img img {
    width: 100%;
    border-radius: 10px;
}

.ib-desc .btn-box {
    gap: 30px;
    margin-top: 30px;
    flex-wrap:wrap;
}

.solwd-desc h2 {
    margin-bottom: 30px;
}

.sol-detail-box+.sol-detail-box {
    margin-top: 80px;
}

.sol-detail-box:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.solwd-desc.listing-main ul li b, .solwd-desc.listing-main ul li strong {
    display: block;
    color: #D19222;
    margin-bottom: 6px;
}

.sol-detail-offer .row {
    row-gap: 30px;
}

.sol-detail-offer .col-lg-4 {
    display: inherit;
}

.sol-offer-box {
    width: 100%;
    padding: 40px 30px;
    background: rgba(209, 146, 34, 0.05);
    border: 1px solid #35297F;
    border-radius: 15px;
}

.sol-offer-box img,
.sol-offer-box svg {
    max-width: 70px;
    margin-bottom: 20px;
}

.sol-offer-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1C1F20;
    margin-bottom: 12px;
}

.sol-offer-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.sol-detail-works .row {
    row-gap: 30px;
}

.sol-work-box {
    min-height: 277px;
    padding: 56px 38px 38px 68px;
    background-size: 100% 100% !important;
}

.sol-work-box img {
    max-width: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sol-work-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #1C1F20;
    margin-bottom: 5px;
}

.sol-work-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    color: #333333;
    margin: 0;
}

.sol-work-box h3,
.sol-work-box p {
    max-width: 250px;
    margin-left: 10px;
}

.sol-work-box .shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sol-work-box .shape1 {
    left: -15px;
}

.sol-work-box .shape2 {
    left: -55px;
}

.sol-work-box .shape3 {
    left: -40px;
}

.solwd-two-desc h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #D19222;
    margin-bottom: 15px;
}

.solwd-two-desc h4 b,
.solwd-two-desc h4 strong {
    color: #333333;
}

.solwd-two-desc ul {
    margin-bottom: 30px;
}

.solwd-two-desc ul:last-child {
    margin-bottom: 0;
}

.what-dont .row {
    row-gap: 30px;
}

.whatdo-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #D19222;
}

.what-borders {
    margin-top: 30px;
}

.what-borders .col-lg-6 {
    display: inherit;
}

.whatdo-box {
    width: 100%;
}

.what-borders:before {
    content: '';
    position: absolute;
    left: 49%;
    transform: translateX(-49%);
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2B1E66;
    z-index: -1;
}

.what-borders:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    transform: translateY(-48%);
    height: 2px;
    background: #2B1E66;
    z-index: -1;
}

.whatdo-box.listing-main ul {
    margin-bottom: 0;
}

.whym-box {
    padding: 30px 20px;
    background: rgba(75, 174, 79, 0.1);
    border-radius: 10px;
}

.whym-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #D19222;
    margin-bottom: 30px;
}

.whym-box ul li {
    display: flex;
    gap: 15px;
    align-items: start;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 25px;
}

.whym-box ul li:last-child {
    margin-bottom: 0;
}

.whym-box ul li svg {
    flex: 0 0 25px;
}

.why-matters .row {
    row-gap: 30px;
}

.why-matters .row .col-lg-6:last-child .whym-box {
    background: rgba(238, 104, 92, 0.1);
}

.sol-offer-box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 12px;
}

.culture-main .sol-offer-box h3 {
    margin-bottom: 6px;
}

.culture-main .row,
.career-main .row {
    row-gap: 30px;
}

.culture-main .col-lg-6,
.career-main .col-lg-6 {
    display: inherit;
}

.inner-cta-desc p a {
    font-weight: 700;
}

.inner-cta-desc p a:hover,
.inner-cta-desc p a:focus,
.inner-cta-desc p a:active {
    color: #fff;
}

.service-listing-main .sl-listing-right .bottom-line svg {
    position: relative;
    top: 5px;
}

.hb-desc .bottom-line {
    gap: 10px;
}

.hb-desc .bottom-line svg {
    position: relative;
    top: 7px;
}

.hb-desc .bottom-line p {
    font-style: normal;
    font-weight: 700;
    color: #333333;
}

.service-detail-main .col-lg-6 {
    display: inherit;
}

.sd-detail-box {
    width: 100%;
}

.sd-detail-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height, or 130% */
    color: #D19222;
    margin-bottom: 20px;
}

.service-detail-main .row .col-lg-6:nth-child(2n) .sd-detail-box::before {
    content: '';
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #2B1E66;
    left: -60px;
}

footer .btn-primary {
    margin: 0 auto 30px;
}

footer .social {
    max-width: 130px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.con-boxs+.con-boxs {
    margin-top: 35px;
}

.con-boxs ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner-banner.no-min-height {
    min-height: auto;
    padding-bottom: 80px;
}

.blog-box .bb-desc h2 a {
    color: #000;
}
.blog-box .bb-desc h2:hover,
.blog-box .bb-desc h2 a:hover {
    color: #D19222;
}

.blog-box .bb-desc {
    margin-bottom: 80px;
}

.blog-listing-main .blog-box .blog-img {
    margin: 0;
}

.blog-listing-main .blog-box+.blog-box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #000;
}

.blog-listing-main .text-center .btn-primary {
    margin: 0 auto;
}

.blog-box.with-bg {
    padding: 40px;
    background: #F4F3F7;
}

.bl-tabs-desc {
    display: none;
}

.blog-listing-links {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
}

.blog-listing-links a {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    padding: 0 20px 10px;
    text-align: center;
    border-bottom: 1px solid transparent;
}

.blog-listing-links a.active {
    border-bottom-color: #2B1E66;
    color: #C3922D;
}

.blog-detail-main-desc h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 15px;
}

.blog-detail-main-desc h3 b,
.blog-detail-main-desc h3 strong {
    color: #C3922D;
}

.blog-detail-main-desc ol {
    margin-left: 2rem;
    margin-bottom: 30px;
}

.blog-detail-main-desc ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

.blog-detail-main-desc p {
    margin-bottom: 30px;
}

.blog-detail-main-desc p b,
.blog-detail-main-desc p strong {
    color: #C3922D;
}

.blog-detail-main-desc h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.home-testi.testi-main .row .col-lg-6 {
    display: inherit;
}

.home-testi.testi-main .testi-box {
    width: 100%;
    background: #fff;
    border-color: rgba(53, 41, 127, .2);
    transition: .5s all;
}

.home-testi.testi-main .testi-box:hover {
    border-color: #35297F;
    background: rgba(143, 128, 239, 0.2);
}

.author-main .row,
.teams-main .row {
    row-gap: 50px;
}

.author-box img {
    width: 100%;
    margin-bottom: 25px;
}

.author-box h3,
.teams-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 12px;
}

/*.author-box p,*/
.teams-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.team-box{border-radius: 12px; background:#ECECFF; height: 100%; display: flex; flex-direction: column;}

.team-box img.team-pic {
    width: 100%; border-radius: 12px;
}

.team-box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.team-desc {
    padding: 25px 20px;
    /*background: rgba(143, 128, 239, 0.05); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;*/
}
/*.team-desc h4{color: #2B1E66;}*/
.teamsocial{padding: 0 20px 25px;}
.teamsocial .social {
    gap: 16px;
    margin-top: 0px;
}

.teamsocial .social a {
    width: 36px;
    height: 36px;
    /*background: #fff;*/
}

.teamsocial .social a:hover {
    /*background: #35297F;*/
}

.teamsocial .social a:hover svg path {
    /*fill: #fff;*/
}

.error-banner .btn-primary {
    margin-top: 30px;
}

.error-img img {
    width: 100%;
}

.wem-work-main .row {
    row-gap: 30px;
}

.wem-work-img img {
    width: 100%;
}

.wem-industries .row {
    row-gap: 30px;
}

.wem-industries .col-lg-2 {
    display: inherit;
}

.wemi-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    min-height: 126px;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    width: 100%;
    transition: .5s all;
    background: #fff;
}

.wemi-box h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.wemi-box:hover {
    background: rgba(143, 128, 239, 0.2);
    border-color: #35297F;
}

.case-listing-box {
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    background: rgba(143, 128, 239, 0.05);
    margin-bottom: 30px;
    padding: 20px;
    transition: .5s all;
}

.case-listing-box:hover {
    background: rgba(143, 128, 239, 0.2);
    border-color: #35297F;
}

.case-listing-title {
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 20px;
    /*flex-wrap: wrap;*/
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #061C3D;
    cursor: pointer;
}

.case-listing-box .case-listing-title:hover,
.case-listing-box .case-listing-title:focus,
.case-listing-box .case-listing-title:active {
    color: #D19222;
}

.case-listing-title svg {
    flex: 0 0 22px;
    position: relative;
    top: 0;
    transition: .5s all;
}
.case-listing-title span{padding-left: 15px;}
.case-listing-img img {
    width: 100%;
    border-radius: 10px;
}

.case-listing-box .case-listing-title:hover svg,
.case-listing-box .case-listing-title:focus svg,
.case-listing-box .case-listing-title:active svg {
    transform: rotate(45deg);
}

.case-listing-box .case-listing-title:hover svg path,
.case-listing-box .case-listing-title:focus svg path,
.case-listing-box .case-listing-title:active svg path,
.share-icon:hover svg path,
.share-icon:focus svg path,
.share-icon:active svg path {
    fill: #D19222;
}

.share-icon svg {
    transition: .5s all;
}

.case-detail-top .row {
    row-gap: 30px;
}

.casedt-img img {
    max-width: 100%;
}

.casedt-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #061C3D;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: fit-content;
    border-bottom: 2px solid #D19222;
}

.casedt-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #061C3D;
}

.casedt-box+.casedt-box {
    margin-top: 50px;
}

.case-detail-bottom .sol-detail-box+.sol-detail-box {
    margin-top: 50px;
}

.cd-testi-box {
    padding: 40px 50px;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    background: rgba(143, 128, 239, 0.05);
    transition: .5s all;
}

.cd-testi-box:hover {
    background: rgba(143, 128, 239, 0.2);
    border-color: #35297F;
}

.cd-testi-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.cd-testi-box h3 b,
.cd-testi-box h3 strong {
    color: #D19222;
    font-weight: 700;
}

.cd-testi-box .testi-auth {
    margin-top: 50px;
}

.cmain-desc h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 12px;
}

.cmain-form {
    padding: 30px 40px 0;
    z-index: 1;
}

.cmain-form:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 267px;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    z-index: -1;
}

.cmain-form-links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.cmain-form-links a {
    width: 50%;
    text-align: center;
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #BABABA;
    background: rgba(186, 186, 186, 0.2);
    border-radius: 10px;
}

.cmain-form-links a.active {
    color: #fff;
    background: #2B1E66;
}

.cmain-form-tabs {
    padding: 50px;
    background: #F4F4F7;
    border-radius: 10px;
}

.cmain-form-tab-content {
    display: none;
}

.cmain-form .row {
    row-gap: 30px;
}

.address-box {
    padding: 25px 20px;
    background: #F4F4F7;
    border-radius: 10px;
}

.address-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #C3922D;
    margin-bottom: 20px;
}

.address-box h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.address-box ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    color: #000;
}

.address-box ul li svg {
    flex: 0 0 20px;
    height: 30px;
}

.address-box ul li a {
    color: #000;
    font-weight: 400;
}

.address-box ul li a:hover {
    color: #C3922D;
}

.cmain-form .social a {
    width: 34px;
    height: 34px;
    /*background: rgba(209, 146, 34, 0.2);*/
    border-radius: 10px;
}

.cmain-form .social a:hover {
    /*background: rgba(209, 146, 34, 1);*/
}

.cmain-form .social a:hover svg path {
    /*fill: #fff;*/
}

.forminator-input,
.forminator-textarea {
    padding: 16px 20px !important;
    line-height: 1 !important;
    background: #E9E9E9 !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    /* color: #6C757D !important; */
    border-radius: 4px !important;
}

.forminator-button {
    padding: 15px 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
    background: #C3922D;
    border-radius: 50px !important;
    border: 1px solid #C3922D !important;
    box-shadow: none !important;
}

.forminator-button:hover,
.forminator-button:focus,
.forminator-button:active {
    background: #fff !important;
    color: #C3922D !important;
    border-color: #C3922D !important;
}

.whym-box ul {
    margin-left: .9rem;
}

.blog-box .bb-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-banner.no-min-height.misc-banner {
    padding-bottom: 30px;
}

.inner-banner.no-min-height.misc-banner .hb-desc h1 {
    border: 0;
    padding: 0;
    margin: 0;
}

.misc-main h2,
.misc-main h3,
.misc-main h4,
.misc-main h5,
.misc-main h6 {
    font-weight: 600;
}

.misc-main h2 b,
.misc-main h2 strong,
.misc-main h3 b,
.misc-main h3 strong,
.misc-main h4 b,
.misc-main h4 strong,
.misc-main h5 b,
.misc-main h5 strong,
.misc-main h6 b,
.misc-main h6 strong {
    color: #D19222;
}

.misc-main h2,
.misc-main h3,
.misc-main h4,
.misc-main h5,
.misc-main h6,
.misc-main p {
    margin-bottom: 20px;
}

.misc-main ol,
.misc-main ul {
    margin-left: 1rem;
    margin-bottom: 30px;
    padding: 20px 40px;
    background: #ECECFF;
    border-radius: 10px;
}

.misc-main ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.misc-main ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}

.misc-main a {
    font-weight: 600;
}

.misc-main table {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid black;
    margin-bottom: 30px;
}

.misc-main tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid black;
    padding: 10px;
}

.misc-main tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid black;
    padding: 10px;
}

.other-links-sidebar {
    background: #ECECFF;
    padding: 30px;
    border-radius: 10px;
    position: sticky;
    top: 120px;
    max-width: 90%;
}

.other-links-sidebar a {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

.other-links-sidebar a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.other-links-sidebar a.active,
.other-links-sidebar a:hover,
.other-links-sidebar a:focus {
    color: #D19222;
}

.other-links-sidebar a+a {
    margin-top: 5px;
}

.forminator-field-checkbox .forminator-field {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.forminator-field-checkbox .forminator-field .forminator-label {
    width: 100%;
}

.cmain-form-tabs .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox:not(.forminator-checkbox-inline) {
    margin: 0 !important;
}

.cmain-form-tabs .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox:not(.forminator-checkbox-inline):first-of-type {
    margin-top: 0 !important;
}

.forminator-file-upload {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}

.case-listing-box .team-desc {
    padding: 0;
    background: transparent;
}

.case-listing-box .team-desc .social h6 {
    margin: 0;
}

header .navbar-nav .sol-mega-menu,
header .navbar-nav .ser-mega-menu {
    position: static;
}

header .navbar-nav>li.menu-item-has-children.sol-mega-menu ul.sub-menu {
    left: -20%;
    right: 0;
    column-count: 2;
    min-width: 768px;
}

header .navbar-nav .sol-mega-menu li.menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .navbar-nav .sol-mega-menu li.menu-item img {
    max-width: 30px;
}

header .navbar-nav .menu-item.menu-item-has-children.sol-mega-menu::after,
header .navbar-nav .menu-item.menu-item-has-children.ser-mega-menu::after {
    display: none;
}

header .navbar-nav .sol-mega-menu.menu-item>a,
header .navbar-nav .ser-mega-menu.menu-item>a {
    position: relative;
}

header .navbar-nav .menu-item.menu-item-has-children.sol-mega-menu>a::after,
header .navbar-nav .menu-item.menu-item-has-children.ser-mega-menu>a::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: -14px;
    width: 6px;
    height: 6px;
    top: 5px;
}

header .navbar-nav>li.menu-item-has-children.ser-mega-menu .sub-menu {
    position: absolute;
    top: 100%;
    margin: auto;
    left: -25%;
    right: 0;
    min-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border-top: 2px solid #C3922D;
    -ms-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100;
}

header .navbar-nav .menu-item-has-children.ser-mega-menu:hover .sub-menu {
    display: block;
    opacity: 1;
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.ser-mega-content {
    display: none;
}

.ser-mega-inner {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 20px;
}

.ser-mega-links {
    border-right: 1px solid #C3922D;
}

header .navbar-nav .sub-menu .ser-mega-links a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding-left: 15px !important;
    border-left: 5px solid #2B1E66;
}

header .navbar-nav .sub-menu .ser-mega-links a+a {
    margin-top: 25px;
}

header .navbar-nav .sub-menu .ser-mega-links a.active {
    color: #C3922D;
    border-left-color: #C3922D;
}

header .navbar-nav .sub-menu .ser-mega-content a.ser-main-link {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #C3922D;
    font-weight: 500;
    color: #C3922D;
}

header .navbar-nav .sub-menu .ser-mega-content ul {
    column-count: 2;
}

.author-box img {
    margin-bottom: 0;
}

.author-bio h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #D19222;
    margin-bottom: 6px;
}

.author-bio h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: #061C3D;
    margin-bottom: 15px;
}

.author-bio .social a:hover,
.author-below-desc .social a:hover {
    /*background: #F39B22A6;*/
}

.author-below-desc h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    /*color: #15375A;*/
    margin-bottom: 15px;
}

.author-below-desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
}

.author-below-desc ul {
    margin-left: 1rem;
    margin-bottom: 30px;
}

.author-below-desc ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
}

.author-below-desc h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #333333;
}

.blog-detail-main-desc.listing-main #wpj-jtoc {
    display: none;
}

#wpj-jtoc {
    margin: 0;
}

#wpj-jtoc .wpj-jtoc--toc {
    background: rgba(154, 183, 206, .2);
    border-radius: 15px;
    padding: 30px;
}

#wpj-jtoc .wpj-jtoc--header,
#wpj-jtoc .wpj-jtoc--body {
    padding: 0;
    background: transparent;
    height: auto;
    margin: 0;
}

#wpj-jtoc {
    margin: 0;
    position: sticky;
    top: 120px;
}

#wpj-jtoc .wpj-jtoc--header .wpj-jtoc--toggle-wrap {
    display: none;
}

#wpj-jtoc .wpj-jtoc--header .wpj-jtoc--title .wpj-jtoc--title-label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #15375A;
    display: block;
    margin-bottom: 20px;
}

#wpj-jtoc .wpj-jtoc--item .wpj-jtoc--item-content>a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

#wpj-jtoc .wpj-jtoc--item .wpj-jtoc--item-content>a:hover,
#wpj-jtoc .wpj-jtoc--item .wpj-jtoc--item-content>a:focus,
#wpj-jtoc .wpj-jtoc--item .wpj-jtoc--item-content>a:active {
    color: #D19222;
}

.blog-detail-main-desc.listing-main img,
.blog-detail-main-desc.listing-main iframe {
    width: 100%;
    margin-bottom: 30px;
}

.blog-detail-main-desc.listing-main p img,
.blog-detail-main-desc.listing-main iframe {
    margin: 0;
}
.sl-detail-banner-img img{
    width: 100%;
    border-radius: 10px;
}
.blog-detail.share-main {
    flex-wrap: wrap;
    gap: 15px;
    padding: 28px 20px;
    background: #ECECFF;
    border-radius: 10px;
    margin-top: 50px;
}
.blog-detail.share-main h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}
.social.bd-share a {
    width: 40px;
    height: 40px;
    background: transparent !important;
}
.social.bd-share a svg {
    max-width: 40px;
}
.social.bd-share a:hover svg path:nth-child(1) {
    fill: #C3922D;
}
.blog-detail-auth {
    margin: 20px 0;
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.blog-detail-auth .btn-primary {
    margin-top: 30px;
}
.btn.btn-secondary.wb-icon:hover svg path:nth-child(2),
.btn.btn-secondary.wb-icon:focus svg path:nth-child(2),
.btn.btn-secondary.wb-icon:active svg path:nth-child(2) {
    fill: none;
    stroke: #fff;
}
.btn-call:hover svg path,
.btn-call:focus svg path,
.btn-call:active svg path {
    fill: #4CAF50;
}
.btn-call:hover svg path:nth-child(2),
.btn-call:focus svg path:nth-child(2),
.btn-call:active svg path:nth-child(2) {
    fill: none;
    stroke: #4CAF50;
}

.swiper-why .swiper-slide,.swiper-industry .swiper-slide{height: auto !important; display: flex; flex-direction: column;}
.swiper-why .swiper-slide .why-box{height: 100%;}
.industry-desc{color: #fff;}
.industry-desc h2{color: #fff; font-weight: 700;}
.industrybox{background: #fff; border: 2px solid #D9D9D9; border-radius: 10px; text-align: center; padding:15px; transition: .5s all;}
.industrybox:hover {/*background: rgba(209, 146, 33, 0.5);*/ border-color: #D19222;}
.industrylogo img{max-width: 100%; height: auto;}
.industrytitle h5{margin-bottom: 0; font-weight: 500;}
/* Responsive */
@media screen and (max-width: 1499px) {}

@media screen and (max-width: 1399px) {
    header .navbar-nav>.menu-item+.menu-item {
        margin-left: 20px;
    }

    header .btn-primary {
        margin-left: 20px;
    }

    .swiper-clients .swiper-slide+.swiper-slide::before {
        left: -18px;
    }

    .sol-work-box h3,
    .sol-work-box p {
        max-width: 200px;
        margin-left: 10px;
    }

    .sol-work-box h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .sol-work-box p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggler {
        padding: 0;
        outline: 0;
        border: 0;
        margin-right: 0;
        box-shadow: 0 0 0 !important;
    }

    .icon-bar {
        width: 25px;
        height: 2px;
        background: #C3922D;
        display: block;
    }

    .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: -100%;
        right: auto;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #fff;
        overflow: auto;
    }

    .navbar-collapse.show {
        left: 0;
    }

    header .collapse:not(.show) {
        display: block;
    }

    button.close-btn {
        width: 100%;
        height: 40px;
        background: #2B1E66;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #000;
        padding: 0 15px;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }

    header .navbar-expand-lg .navbar-nav,
    ul.navbar-nav {
        padding: 0;
        border-radius: 0;
        gap: 0;
        background: transparent;
        margin-top: 40px;
    }

    .navbar-nav {
        width: 100%;
        overflow-x: hidden;
    }

    ul.navbar-nav>li {
        width: 100%;
    }

    header .navbar-nav a,
    header .navbar-nav .sub-menu a,
    header .navbar-nav>li.menu-item:last-child a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px 25px !important;
        line-height: 1;
        border: 0;
        background: transparent !important;
        color: #000;
        font-weight: 400;
        text-align: left;
    }

    header .navbar-nav>.menu-item:last-child {
        display: block;
    }

    header .navbar-nav>li.menu-item:last-child a:hover,
    header .navbar-nav>li.menu-item:last-child a:focus,
    header .navbar-nav>li.menu-item:last-child a:active {
        background: transparent;
        color: #C3922D;
    }

    header .menu-item a:hover,
    header .menu-item a:focus,
    header .menu-item.current-menu-item>a {
        color: #C3922D;
        background: transparent;
    }

    button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }

    header .menu-item+.menu-item {
        margin-left: 0;
    }

    header .navbar-nav .menu-item+.menu-item {
        margin-left: 0;
        border-top: 1px solid #2B1E66;
    }

    header .menu-item a::before,
    header .navbar-nav .menu-item.menu-item-has-children.sol-mega-menu>a::after,
    header .navbar-nav .menu-item.menu-item-has-children.ser-mega-menu>a::after {
        display: none;
    }

    .sub-menu {
        position: relative !important;
        display: none !important;
        top: 0 !important;
        min-width: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: #ECECFF !important;
        border-top: 0 !important;
        border-radius: 0 !important;
    }

    .sub-open .sub-menu {
        display: block !important;
        opacity: 1 !important;
        -ms-transform: rotateX(0) !important;
        -webkit-transform: rotateX(0) !important;
        transform: rotateX(0) !important;

    }

    header .menu-item {
        position: relative;
        cursor: pointer;
    }

    header .navbar-nav .menu-item.menu-item-has-children {
        padding-right: 0;
    }

    header .menu-item.menu-item-has-children>a {
        width: calc(100% - 46px);
    }
    header .navbar-nav .sol-mega-menu,
    header .navbar-nav .ser-mega-menu {
        position: relative;
    }
    header .navbar-nav .menu-item.menu-item-has-children::after,
    header .navbar-nav .menu-item.menu-item-has-children.sol-mega-menu::before,
    header .navbar-nav .menu-item.menu-item-has-children.ser-mega-menu::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0.5px;
        cursor: pointer;
        /* border-color: #2B1E66; */
        width: 10px;
        height: 10px;
        transition: .5s all;
        background-color: #C3922D;
        width: 45px;
        height: 45px;
        border: 0;
        transform: rotate(0);
        /* content: '&#xF282'; */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath 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-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }

    header .navbar-nav .sub-menu li+li {
        margin: 0;
    }
	header .container{
		position: relative;
	}

    header .btn-primary {
        padding: 10px;
		font-size: 14px;
		gap: 6px;
		margin-left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 45px;
    }
	header .btn-primary svg {
		max-width: 15px;
	}

    .hb-desc h1 br {
        display: none;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    footer ul li+li {
        margin-top: 5px;
    }

    .sol-detail-works .row {
        justify-content: space-around;
    }

    .sol-detail-works .col-lg-4 {
        width: 41.66666667%;
    }

    .sol-work-box img,
    .sol-work-box svg {
        margin-bottom: 10px;
    }

    .sol-work-box .shape {
        margin: 0;
    }
    header .navbar-nav>li.menu-item-has-children.sol-mega-menu ul.sub-menu {
        left: 0;
        right: 0;
        column-count: 1;
        min-width: 100%;
    }
    header .navbar-nav>li.menu-item-has-children.ser-mega-menu .sub-menu{
        left: 0;
    }
    header .navbar-nav .sol-mega-menu li.menu-item {
        padding: 10px;
        gap: 10px;
    }
    header .navbar-nav .sol-mega-menu li.menu-item a {
        padding: 0 !important;
        font-size: 14px;
    }
    header .navbar-nav .sol-mega-menu li.menu-item img {
        max-width: 25px;
    }
    .ser-mega-inner{
        display: block;
    }
    .ser-mega-links {
        border-right: 0;
        border-bottom: 1px solid #C3922D;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 0;
        white-space: nowrap;
        gap: 30px;
        padding: 15px;
    }
    header .navbar-nav .sub-menu .ser-mega-links a {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 !important;
        width: fit-content;
    }
    header .navbar-nav .sub-menu .ser-mega-content a.ser-main-link {
        padding: 15px !important;
        margin: 0;
    }
    header .navbar-nav .sub-menu .ser-mega-content ul {
        column-count: 1;
    }
    header .navbar-nav .sub-menu .ser-mega-content ul .menu-item a {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 25px !important;
    }
}

@media screen and (max-width: 991px) {
    header .navbar-brand img {
        max-width: 150px;
    }

    .mtb-120 {
        margin: 50px 0;
    }

    .row {
        row-gap: 30px;
    }

    .home-banner {
        padding: 50px 0;
        margin-top: 105px;
    }

    .hb-desc h1 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .hb-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .hb-bottom-boxes {
        margin-top: 30px;
    }

    .ptb-120,.ptb-75 {
        padding: 50px 0;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mt-50 {
        margin-top: 25px;
    }

    .why-box p {
        min-height: auto;
    }

    .home-cta {
        padding: 50px 0;
    }

    .home-cta::before {
        top: 0;
        bottom: 0;
    }

    .partners-img img+img {
        margin: 0 0 0 20px;
    }

    footer {
        padding: 50px 0 20px;
    }

    .ft-bottom {
        padding-top: 30px;
    }

    .ft-bottom p,
    .ft-bottom a {
        font-size: 16px;
        line-height: 24px;
    }

    .inner-banner {
        margin-top: 105px;
    }

    .sol-detail-works .col-lg-4 {
        width: 100%;
    }

    .sol-work-box {
        max-width: 360px;
        margin: 0 auto;
    }

    .sol-work-box .shape1 {
        left: -40px;
    }

    .sol-work-box .shape2 {
        left: -60px;
    }

    .sol-work-box .shape3 {
        left: -60px;
    }

    .what-borders::before,
    .what-borders::after {
        display: none;
    }

    .what-dont .row {
        row-gap: 15px;
    }

    .wem-work-main .col-lg-2,
    .wem-industries .col-lg-2 {
        width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    .swiper-clients .swiper-slide+.swiper-slide::before {
        left: -8px;
    }

    .mtb-80 {
        margin: 50px 0;
    }

    .sl-listing-left .listing-link {
        font-size: 30px;
        line-height: 40px;
    }

    .sl-listing-left .listing-link span {
        flex: 0 0 100%;
    }

    .sl-listing-left .listing-link svg {
        top: 0;
        margin-top: 10px;
    }

    .ptb-80 {
        padding: 50px 0;
    }

    .mt-80 {
        margin-top: 50px;
    }

    .mission-img {
        text-align: center !important;
    }

    .sol-work-box {
        padding-left: 30px;
    }

    .sol-work-box .shape svg {
        height: 100px;
        margin: 0;
    }

    .sol-work-box .shape1 {
        left: auto;
        right: 30px;
    }

    .sol-work-box .shape2 {
        left: auto;
        right: -10px;
    }

    .sol-work-box .shape3 {
        left: auto;
        right: -10px;
    }

    .hb-desc h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .solwd-desc h2 {
        margin-bottom: 20px;
    }

    .sol-detail-box+.sol-detail-box {
        margin-top: 50px;
    }

    .wem-work-main .col-lg-2,
    .wem-industries .col-lg-2 {
        width: 50%;
    }
}