/*============= Fonts =============*/

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans18pt-Bold.woff2') format('woff2'),
        url('../fonts/DMSans18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans Black';
    src: url('../fonts/DMSans-Black.woff2') format('woff2'),
        url('../fonts/DMSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{
    padding: 0;
    margin: 0;
    font-family: 'DM Sans';

}
html,body{
    overflow-x: hidden;
    font-family: 'DM Sans';
    transition: all .3s !important;
}
a{
    text-decoration: none;
    transition: all .3s !important;
}
img{
    max-width: 100%;
    transition: all .3s !important;
}
.top-header input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.top-header input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.header-section{
    position: relative;
}
.top-header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

.search-box{
    position: relative;
    max-width: 94px;
}

.bg-dark{
    background-color: #000!important;
}
.bg-light{
    background-color: #e9e9e9!important;
}
button.accordion-button {
    font-size: 20px;
}

.search-box .form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-left: 30px;
    font-size: 0.95rem;
        padding-right: 0;
}
.search-btn{
    background-color: transparent;
    border:0;
    position: absolute;
    left: 0;
    top: 5px;
}

input:focus, input:focus-visible, button:focus, button:focus-visible{
    box-shadow: none!important;
    outline: none!important;
}
.top-header .navbar {
    border-top: 1px solid #fff;
    padding: 0 0;
}
/*--navbar section--*/
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
    border-color:#fff;
}
.navbar-nav li a{
    color: #fff;
    padding: 1.5rem 0.5rem !important;
    font-size: 1.3rem;
    font-weight: 600;
}
.navbar-nav li:hover a{
    color: #fff;
}
.navbar-nav li{
    position: relative;
    margin: 0 1.7rem;
}

.navbar-nav li .nav-link::before,
.navbar-nav li .nav-link.active:before {
    content: '';
    height: 4px;
    background-color: #fff;
    width: 100%;
    display:none;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-nav li:hover .nav-link:before,
.navbar-nav li .nav-link.active:before{
    display: block;
    color: #fff;
}

.email-address{
    padding: 1rem 0;
}

.mail-icon {
    width: 24px;
}

.search-contury{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.search-contury .search-box {
    max-width: 200px;
    width: 100%;
}

#banner-slider .carousel-control-prev {
    left: 0;
    width: 130px;
    height: 100px;
    top: 35%;
    transform: translate(0px, -50%);
    border: 1px solid #fff;
}

#banner-slider .carousel-control-next {
    right: 0;
    width: 130px;
    height: 100px;
    top: 35%;
    transform: translate(0px, -50%);
    border: 1px solid #fff;
}

#banner-slider button.carousel-control-prev img {
    width: 70px;
    margin-right: -130px;
}

#banner-slider button.carousel-control-next img {
    width: 70px;
    margin-left: -130px;
}

.banner-content{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.banner-content h1 {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    padding-left: 5rem;
    text-align: left;
    line-height: 59px;
}

.business-future-section h2 {
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 65px;
}

div#studies p span {
    opacity: .5;
}

div#studies p, div#studies h5 {
    letter-spacing: -1.1px;
    font-weight: 600;
}
.expert h2 {
    font-weight: 700;
}

.header-content .carousel-item{
    text-align: center;
}

.ptb-10 {
    padding: 5rem 0;
}
.ptb-20{
    padding: 8rem 0;
}
h2 {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.does-business p{
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 1rem;
}
.does-business h4{
    font-size: 2.5rem;
    font-weight: 600;
}

.answer-yes-no {
    display: flex;
    gap: 20px;
    margin: 1rem 0 0 0;
}

.right-check {
    height: 100px;
    width: 100px;
    display: grid;
    place-items: center;
    border: 1px solid #00e500;
    border-radius: 50%;
    margin: 0 10px;
    transition: all .3s !important;
}
.right-check:hover,
.wrong-cross:hover{
    transform: scale(1.2);
}

.wrong-cross {
  height: 100px;
  width: 100px;
  display: grid;
  place-items: center;
  border: 1px solid #707070;
  border-radius: 50%;
  margin: 0 10px;
  transition: all .3s !important;
}


.valenta-focus{
    background-color: #000;
}


.read-more-btn {
    line-height: normal ;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 40px;
    color: #fff;
    transition: all .3s !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
}
.read-more-btn::before {
    content: '+';
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 6px;
}
.read-more-btn .read-text{
    opacity: 0;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 600;
}
.read-more-btn:hover .read-text{
    opacity: 1;
}
.read-more-btn:hover{
    width: 160px;
    border-radius: 50px;
    color: #fff;
}


.article-img {
    max-height: 1000px;
    overflow: hidden;
    margin: 0 0 1.5rem 0;
    transition: all .3s !important;
}
.article-box:hover .article-img img{
    transform: scale(1.2);
}
.article-content h5 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5rem;
    overflow: hidden;
    min-height: 70px;
    max-height: 70px;
}

.article-content p {
    font-size: 1.15rem;
    color: #fff;
    font-weight: normal;
    min-height: 55px;
    max-height: 80px;
    overflow: hidden;
}

.article-img.article-sort-img {
    max-height: 318px;
}

.article-img img{
    width: 100%;
    height: 100%;
    transition: all .3s !important;
}

.read-more-btn.read-more-dark {
    border-color: #000;
    color: #000;
}
.transformative-section {
    /*background: url(../img/solution-bg.jpg) no-repeat;*/
    background: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.digital-content-none {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s;
}

.digital-transfrom-box {
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    border-right: 1px solid #fff;
    width: 33.33%;
    position: relative;
    background-size: cover;
    z-index: 1;
}
.digital-transfrom-box h5{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}
.digital-transfrom-box .description{
    color: #fff;
    font-size: 1.3rem;
    display: none;
    transition: all .3s !important;
}

.digital-content-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 2rem 2rem 2rem 3rem;
}
.digital-content-box:hover .description{
    display: block;
    transition: all .3s !important;
}
.overlay{
    background-color: #002233;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.consulting-transfrom-box .overlay{
    background-color: #00A3A5;
}

.digital-workforce-box .overlay{
    background-color: #FF5600;
}

.digital-transfrom-box:hover .overlay{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.transformative-section:hover .digital-transfrom-box .overlay {
    top: 50%;
    left: 50%;
    opacity: 0;
    background-color: transparent;
}
.transformative-section .digital-transfrom-box:hover .overlay {
    top: 50%;
    left: 50%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.60);
}
.transformative-section .digital-transfrom-box-1:hover ~ .transformative-img-01 {
    opacity: 1;
}
.transformative-section .consulting-transfrom-box:hover ~ .transformative-img-02 {
    opacity: 1;
}
.transformative-section .digital-workforce-box:hover ~ .transformative-img-03 {
    opacity: 1;
}

.technology-partner{
    background: url(../img/partner.jpg) no-repeat 0 bottom;
    background-size: cover;
}

.technology-partner p{
    color: #fff;
    font-size: 1rem;
}

.technology-img {
    position: relative;
}

.zoominfo {
    position: absolute;
    left: 30%;
    top: -5%;
    width: 18%;
}

.zoominfo.zoho {
    left: 69%;
    top: 20%;
}

.zoominfo.yellow {
    left: 10%;
    top: 100%;
}

.zoominfo.uipath {
    left: -45px;
    top: 84%;
}

.zoominfo.oracle {
    left: 65%;
    top: 86%;
}

.zoominfo.microsoft {
    left: 3%;
    top: 22%;
}

.zoominfo.builder {
    left: 8%;
    top: 51%;
}

.zoominfo.salesforce {
    left: 92%;
    top: 62%;
}

.zoominfo.kore_ai {
    left: 91%;
    top: 38%;
}


.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}



.our-team-section #carouselExampleControls::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    z-index: 9;
    background: rgba(0,0,0,.3);
}

.our-team-section .carousel-control-prev,
.our-team-section .carousel-control-next{
    z-index: 9;
}
.our-team-section h3{
    font-size: 2.5rem;
    font-weight: 600;
}

.our-team-section h5 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.connect-now-btn {
    background-color: #000;
    border:1px solid #000;
    color: #fff;
    padding: 8px 11px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 70px;
    text-transform: capitalize;
    line-height: 60px;
    height: 60px;
    transition: all .3s !important;
}
.connect-now-btn:hover{
    background-color: #fff;
    color: #000;
}
.connect-now-light{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.connect-now-light:hover{
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
.imbact-img {
    max-height: 440px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.impact-box h3{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.impact-box .card-body {
    max-width: 62%;
}

.next-btn {
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    display: flex;
    background: transparent;
    width: 170px;
    border-radius: 73px;
    margin-top: 30px;
    border:1px solid #000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all .3s !important;
}
.next-btn:hover{
    background-color: #000;
    color: #fff;
}
.date-box {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.testimonials h4{
    font-size: 1.5rem;
}

.testimonials p{
    font-size: 1.2rem;
}

.client-box {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.client-box h2 {
    padding: 2rem 1.5rem;
}

.testimonials .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0px;
    top: 110px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}
.testimonials .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100px;
    height: 79px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    font-size: 33px;
    margin-left: 3px;
    text-indent: 0px !important;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.testimonials .carousel-indicators button.active {
    background: #e1e1e1;
    color: #acacac;
}
.testimonials .container {
    min-width: 90% !important;
}

.footer-section{
    background-color: #F6F6F6;
}
.footer-section ul{
    list-style-type: none;
    padding: 0;
}
.footer-section ul li{
    padding: 0rem;
    margin-bottom: 1rem;
}
.footer-section ul li a{
    color: #002233;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all .3s !important;
}
.footer-section ul li:hover a{
    padding-left: 5px;
}

.newsletter-footer label {
    color: #002233;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all .3s !important;
    margin-bottom: 1rem;
    font-weight: 800;
}
.newsletter-box{
    position: relative;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    height: 60px;
}
.newsletter-box input{
    background-color: transparent;
    border: 0;
    color: #000;
    padding: 1rem 3rem 1rem 1rem;
}
.ok-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: transparent;
    border: 0;
    width: 30px;
}

.footer-bottom {
    border-top: 1px solid #CCCCCC;
}

.socialmeida-content {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
}
.socialmeida-content ul {
    display: flex;
    margin-left: auto;
    gap: 14px;
    margin-bottom: 0;
}
.socialmeida-content ul li{
    margin-bottom: 0px;
}
.socialmeida-content ul li a {
    width: 32px;
    height: 32px;
}
.socialmeida-content ul li:hover a{
    padding-left: 0;
}

.mobile-view{
    display: none;
}
.more-menu{
    position: relative;
    z-index: 99;
}


/*---What we do page css---*/

.choose-industry{
    background: url(../img/industry_choose_bg.png) no-repeat 0 0;
    background-size: cover;
}
.choose-industry ul li{
    width: 33.333%;
    padding: 2rem!important;
    border: 0.3px solid #AAAAAA;
}


.choose-industry h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    min-height: 77px;
}

.choose-industry.erp h5, .choose-industry.crm h5 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    min-height: 40px!important;
}

.choose-industry.erp .read-more-btn, .choose-industry.crm .read-more-btn {
    margin-top: 20px!important;
}

.crm div#studies p, .acumatica div#studies p {
    min-height: 48px;
    margin-bottom: 4px;
}

.choose-industry p {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.choose-industry ul li:hover {
    background: #000;
}

.choose-industry .media img {
    width: 50px;
}

.digital-transformation-bg {
    background-color: #002233;
}
.digital-title h3{
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.digital-title p{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
}
.consulting-bg{
    background-color: #00A3A5;
}

.workshop-bg{
    background-color: #ff5600;
}

.let-talk-section {
    background: url(../img/join-bg.jpg) no-repeat 100% 0;
    background-size: 100% !important;
    min-height: 800px;
}

.join-btn {
    border-color: #fff;
    color: #fff;
}
.join-btn:hover{
    border-color: #000;
}

.choose-industry ul{
    flex-wrap: wrap;
}


/*--Who we are page css start here--*/
.ptb-5{
    padding: 3rem 0;
}
.who-we-are-section{
    background-color: #000;
}

.tabs-main{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tabs-main ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 0px;
}
.tabs-main ul li{
    cursor: pointer;
    margin: 0 2.5rem;
    padding: 1rem 0 2rem 0;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}
.tabs-main ul li:first-child{
    margin-left: 0px;
}
.tabs-main ul li:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: none;
    left: 0;
    bottom: -3px;
}
.tabs-main ul li:hover:after, .tabs-main ul li.active:after{
    display: block;
}

.core-vale-box {
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    height: 100%;
}
.core-vale-box h4{
    margin: 1rem 0;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.our-journey-tabs {
    height: 60px;
    width: 100%;
    position: absolute;
    top: 61%;
    left: 0;
    z-index: 10;
}
.our-journey-tabs:after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.our-journey-tabs .nav-tabs{
    padding: 0;
    margin:0;
    list-style-type: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-journey-tabs .nav-tabs li{
    cursor: pointer;
    padding-top: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #BAC0C4;
    position: relative;
}
.our-journey-tabs .nav-tabs li.active,
.our-journey-tabs .nav-tabs li:hover{
    color: #002233;
}
.our-journey-tabs .nav-tabs li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #BAC0C4;
    border-radius: 50%;
    display: flex;
    position: absolute;
    z-index: 9;
    top: -5px;
    left: 50%;
    margin-left: -5px;
}
.our-journey-tabs .nav-tabs li::after{
    content: '';
    width: 40px;
    height: 40px;
    background-color: #BAC0C4;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    display: none;
}
.our-journey-tabs .nav-tabs li:hover::after,
.our-journey-tabs .nav-tabs li.active::after{
    display: block;
}
.our-journey-tabs .nav-tabs li:hover::before,
.our-journey-tabs .nav-tabs li.active::before{
    background-color: #002233;
}

.our-journey-content .owl-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10rem;
}

.our-journey-content .owl-nav button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #000!important;
}
.our-journey-content .owl-nav button.disabled{
    opacity: 0.3;
}
.our-journey-content .owl-nav button.owl-prev span{
    font-size: 0px;
    background: url(../img/arrow_left.svg) no-repeat 0 0;
    display: block;
    background-size: contain;
    width: 10px;
    height: 20px;
}

.our-journey-content .owl-nav button.owl-next span{
    font-size: 0px;
    background: url(../img/arrow_right.svg) no-repeat 0 0;
    display: block;
    background-size: contain;
    width: 10px;
    height: 20px;
}

.month-box {
    max-width: 80%;
}
.month-box h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.our-journey-section{
    position: relative;
}


.latest-news-sec{
    background-color: #F6F6F6;
}
.gray-bg{
    background-color: #F6F6F6;
}
.date-of-news {
    font-size: 1.2rem;
    color: #AFB4B7;
    margin-bottom: 1rem;
}

.latest-news-sec .digital-transformation-bg{
    background-color: #FCFCEF;
}
.latest-news-sec .consulting-bg{
    background-color: #C6E0FF;
}
.latest-news-sec .workshop-bg{
    background-color: #F3F3F4;
}
.latest-news-sec h3, .latest-news-sec p{
    color: #000;
}

.our-team-list {
    background-color: #000000;
}
.team-details h3{
    color: #fff;
    font-size: 2rem;
}

.team-details h5{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.team-details p{
    color: #fff;
    font-size: 1rem;
}
.team-member-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
}

.certification-box{
    display: flex;
    margin-top: 2rem;
}
.certification-box ul{
    padding: 0;
    width: 100%;
    list-style-type: none;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    justify-content: center;
}
.certification-box ul li{
    width: 25%;
    border-right:1px solid rgba(0, 0, 0, 0.2) ;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    text-align: center;
}
.certification-box ul li:last-child{
    border-right: 0;
}
.certification-box ul li img{
    max-width: 180px;
}
.partnership{
    background-color: #000;
}
.parternshop-block{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.partnership-content {
    max-width: 60%;
    padding: 2rem 0;
}

.partnership-content h4{
    color: #fff;
    padding: 1rem 0;
}
.partnership-content p {
    color: #fff;
}
.let-talk-section.who-we-are-let-talk{
    background: url(../img/lets-talk-bg.png) no-repeat 0 0;
}

/*--consultancy css start here--*/

.approach{
    background: #dbdbdb;
}


.approach .light-weight{
    font-weight: 300;
}

.benifits-sec{
    background-color: #000;
}

.benifits-box {
    text-align: justify;
    text-align-last: center;
    padding: 120px 40px;
    margin-top: 100px;
}

.case-studies{
    background-color: #000;
}


#studies button.carousel-control-prev {
    transform: translateX(-90px);
}

div#studies p {
    min-height: 60px;
}

#studies button.carousel-control-next,
#talk button.carousel-control-next {
    transform: translateX(90px);
}

#studies button.carousel-control-next span,
#studies button.carousel-control-prev span{
    font-size: 25px;
}

.logo-box {
    border: 2px solid #000;
}

#talk .media p {
    /*position: absolute;*/
    z-index: 99;
    color: #fff;
    bottom: -5px;
    font-size: 21px;
    margin-bottom: 0;
}
div#news h3 b {
    letter-spacing: -2px;
}
.footer-section ul li:first-child a {
    font-weight: 800;
    font-size: 18px;
}
p.date{
    color: #a9aeb1;
    font-weight: 100;
}

.accordion-item{
    margin: 35px 0;
    border: 1px solid #dbdbdb!important;
    border-radius: 5px;
}


.accordion-header button, .accordion-body {
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.accordion-body {
    padding-right: 30%;
}


.accordion-header .plus-icon::before, .plus-icon::before, .bl::before{
    position: absolute;
    right: 10px;
    height: 45px;
    display: grid;
    place-items: center;
    left: auto;
    content: '\002B';
    border-radius: 50%;
    width: 45px;
    font-size: 20px;
    color: #fff;
    border: 1px solid white;
}

.accordion-header .plus-icon::after {
    position: absolute;
    right: 10px;
    height: 45px;
    display: grid;
    place-items: center;
    left: auto;
    background-color: #000;
    content: '\276F';
    border-radius: 50%;
    width: 45px;
    font-size: 20px;
    transform: rotate(90deg);
    color: #fff;
    border: 1px solid white;
}

button.accordion-button.collapsed .plus-icon::after {
    display: none;
}

.plus-icon,.bl{
    position: relative;
}

.accordion-header .plus-icon {
    position: relative;
    margin-left: auto;
    right: -15px;
    top: -20px;
}


.accordion-button::after {
    display: none!important;
}

.case-studies.bg-light #studies button span{
   color: #000;
}

.serice-box {
    margin-top: 100px;
    height: 140px;
    border-right: 1px solid #fff;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    padding: 5px;
    text-align: center;
    justify-content: flex-start;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}

section.service.ptb-20 {
    padding-left: 60px;
    padding-right: 60px;
}

.serice-box h4 {
    font-size: 33px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.serice-box p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    opacity: 0;
    height: 0px;
    transition: all ease-in-out 0.3s;
}

.serice-box span, .story-sec span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    margin-right: auto;
}


.serice-box:hover, .serice-box:hover span{
    border-color: #fff;
    cursor: pointer;
}

.serice-box:hover h4, .serice-box:hover p, .serice-box:hover span{
   color: #fff;
}

.serice-box:hover p{
    height: 150px;
    opacity: 1;
}

.bg-white.expert button.carousel-control-next {
    transform: translateX(90px)!important;
    color: #000!important;
}


.service .overlay-bg{
    background: rgba(0, 0, 0, .8);
    display: block;
}

.service-tabs nav{
    margin-top: 105px;
}

.service-tabs nav button {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #fff!important;
    border-bottom: 8px solid transparent;
}

.service-tabs nav button.active, .service-tabs nav button:hover {
    background: transparent!important;
    border-bottom: 8px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.nav-tabs .nav-link{
    border: none;
    box-shadow: none;
}

#nav-tabContent{
    margin-top: 100px;
}

.tab-box {
    padding: 35px 0;
    border-bottom: .5px solid #fff;
}

.tab-box .plus-icon::before, .tab-box .bl::before{
    top: -10px
}

.tab-box .plus-icon,.tab-box .bl{
    cursor: pointer;
}

.plus-icon.minu::before,.bl.minu::before{
    display: none;
}

.tab-box .plus-icon.minu::after{
    position: absolute;
    right: 10px;
    height: 45px;
    display: grid;
    place-items: center;
    left: auto;
    content: '\276F';
    border-radius: 50%;
    top: -10px;
    width: 45px;
    font-size: 16px;
    transform: rotate(0deg);
    color: #fff;
    border: 1px solid white;
}

.bl.minu::after {
    position: absolute;
    right: 10px;
    height: 45px;
    display: grid;
    place-items: center;
    left: auto;
    content: '\276F';
    border-radius: 50%;
    top: -10px;
    width: 45px;
    font-size: 16px;
    transform: rotate(0deg);
    color: #fff;
    border: 1px solid white;
}

p.tb-cont, p.tb-cont2 {
    margin-bottom: 0;
    font-size: 18px;
}

.tab-iner-box h4{
    font-size: 25px;
    font-weight: 200;
    color: #fff;
}

.expert #talk .media p {
    position: relative;
}
/*========== concept ==========*/

/*======= consulting =========*/

.bl-feature .serice-box h4 {
    border-left: 5px solid white;
    padding: 10px;
    font-weight: normal;
}


.bl-feature ul li{
    font-size: 30px;
    font-weight: 500;
    line-height: 75px;
}

.bl-talk #talk .media p{
    position: static;
}

.bl-feature .serice-box {
    margin-top: 35px;
}


/*--- newsroom css -------*/

.feature-story{
    background-color: #002233;
}

.featured-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 0;
}

.featured-box .feature-body h4 {
    font-size: 20px;
}

.featured-box{
    display: flex;
}

.featured-box img {
    width: 60%;
    height: 290px;
}

.featured-box p {
    font-size: 13px;
}

.featured-box .feature-body {
    padding-left: 15px;
}

.featured-box .next-btn {
    padding: 0;
    font-size: 12px;
    color: #000;
    display: flex;
    background: transparent;
    width: 120px;
    border-radius: 73px;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 40px;
    transition: all .3s !important;
}

.launch-news .media img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.gallery .featured-box {
    padding: 30px;
    border: 1px solid lightgray;
}

.gallery .feature-body p span {
    font-size: 20px;
}

.gallery .feature-body p {
    font-size: 25px;
}

.gallery .feature-body h4 {
    font-size: 37px;
    margin: 30px 0;
}

.gallery .feature-body p {
    font-size: 28px;
}
.gallery .featured-box .feature-body {
    padding-left: 40px;
}
.gallery .featured-box .next-btn {
    padding: 0;
    font-size: 15px;
    color: #000;
    display: flex;
    background: transparent;
    width: 150px;
    border-radius: 73px;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all .3s !important;
}

.gallery .small .feature-body h4 {
    font-size: 26px;
    margin: 20px 0;
    min-height: 62px;
}

a.next-btn:hover {
    color: #fff!important;
    background-color: #000!important;
    border: 1px solid white!important;
}

.gallery .feature-body p span{
    color: #9fa4a7;
}

.small .featured-box img {
    height: 387px;
    width: 100%;
    object-fit: cover;
}

.gallery .small .feature-body p {
    font-size: 22px;
}

.event h5 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}

.gallery .big .feature-body p {
    font-size: 24px;
}
.featured-box.big img {
    width: 60%;
    height: 490px;
}

#banner-slider .carousel-item img {
    width: 100%;
}

.container-fluid {
    max-width: 1920px;
    margin: auto;
}

.banner-content {
    position: absolute;
    left: 5%;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.accordion-header button div {
    padding-right: 40px;
}

/*--Events page css start here--*/

.events-archives-heading {
    padding: 106px 0px 122px;
    background-color: #e1e1e1;
}
.events-archives-wrap{
    text-align: center;
}
.events-archives-wrap h2 {
    font-size: 94px;
    color: #000000;
    font-weight: bold;
    line-height: 88px;
}
.events-archives-content{
    background-color: #000000;
    padding: 275px 0 55px;
}
.events-archives-content-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.events-archives-col{
    padding: 0 15px 85px;
    width: 33.33%;
}
.events-archives-info {
    text-align: center;
}
.events-archives-info h3 {
    margin: 0;
    padding: 0px;
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}
.events-archives-info h3 a{
    color: #fff;
}
.events-archives-info h3 a:hover{
    color: #fff;
}
.events-archives-col figure {
    margin-bottom: 16px;
}
.events-archives-col figure img{
    width: 100%;
    height: auto;
}
.events-archives-info p{
    margin: 0;
    padding: 0px;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.events-archives-content .container {
    max-width: 1606px;
}

.latest-events-subscribe-section figure{
    margin: 0px;
    position: relative;
}
.events-subscribe-info .container {
    max-width: 1606px;
}
.latest-events-subscribe-section figure::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.latest-events-subscribe-section figure img{
    width: 100%;
    height: 596px;
    object-fit: cover;
    object-position: center;
}
.latest-events-subscribe-section {
    position: relative;
}

.events-subscribe-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.events-subscribe-form h4 {
    margin: 0px 0 32px;
    padding: 0px;
    font-size: 56px;
    font-weight: 500;
    line-height: 54px;
    color: #fff;
}

.events-subscribe {
    max-width: 850px;
}
.subscribe-input {
    width: 100%;
    border-radius: 6px;
    border: none;
    height: 66px;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 15px 20px;
}
.subscribe-btn {
    width: 232px;
    height: 85px;
    border-radius: 45px;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-self: center;
    background: transparent;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 25px auto 0;
    transition: 1s;
}
.subscribe-btn:hover {
    color: #000;
    background: #fff;
}
/* .header-content .banner-overlay .carousel-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
} */
.banner-overlay .banner-content {
    z-index: 1;
}
/*--Events page css End here--*/
/*--Search events page css Start here--*/
  .search-events-section{
    padding: 84px 0 84px;
    background: #e3e3e3;
  }
  .search-events-wrap{
    max-width: 1138px;
    margin: 0 auto;
  }
  .search-events-info {
    position: relative;
}
.search-blog {
    width: 100%;
    height: 146px;
    background: #e3e3e3;
    padding: 30px 43px 30px 149px;
    border: 2px solid #757575;
    border-radius: 8px;
    color: #909090;
    font-size: 40px;
    line-height: normal;
}
.searchblogs-btn {
    position: absolute;
    top: 31px;
    left: 36px;
    background: url(../img/search-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 85px;
    height: 84px;
    border: none;
    outline: none;
}
.event-highlights-section {
    padding: 82px 0 108px 0px;
    background: #000000;
}
.event-highlights-content{

}
.event-highlights-section .container {
    max-width: 1606px;
}
.event-highlights-heading {
    padding-bottom: 102px;
    padding-left: 34px;
}
.event-highlights-heading h2 {
    color: #fff;
    font-size: 80px;
    line-height: 92px;
    font-weight: bold;
}

.all-event-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-btn {
    min-width: 232px;
    height: 85px;
    border-radius: 45px;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-self: center;
    background: transparent;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 25px auto 0;
    transition: 1s;
}
.common-btn:hover {
    color: #000;
    background: #fff;
}
.casestudy-highlights-section {
    padding: 106px 0 106px;
}
.casestudy-highlights-section .container {
    max-width: 1571px;
}
.casestudy-highlights-heading {
    padding-bottom: 66px;
    padding-left: 19px;
}
.casestudy-highlights-heading h3 {
    color: #000;
    font-size: 86px;
    line-height: 92px;
    font-weight: bold;
    letter-spacing: -3.5px;
}
.casestudy-highlights-content{

}
.casestudy-highlights-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 38px;
}
.casestudy-highlights-left{
  width: 924px;
}
.casestudy-highlights-col {
    padding: 0 0 32px;
}
.casestudy-highlights-col figure{
  margin-bottom: 32px;
}
.casestudy-highlights-col h3{
  margin-bottom: 0px;
  color: #000000;
  font-size: 54px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -2px;
}
.casestudy-highlights-col h3 a{
  color: #000000;
}
.casestudy-highlights-col h3 a:hover{
  color: #000000;
}
.casestudy-highlights-right{
  width: 572px;
}
.casestudy-highlights-right .casestudy-highlights-col figure {
    margin-bottom: 13px;
}
.casestudy-highlights-right .casestudy-highlights-col h3 {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -1px;
}
.casestudy-highlights-right .casestudy-highlights-col {
    padding-bottom: 27px;
}
.casestudy-highlights-right .casestudy-highlights-col:nth-child(2) figure, .casestudy-highlights-right .casestudy-highlights-col:nth-child(3) figure {
    margin-bottom: 24px;
}
.casestudy-highlights-left .casestudy-highlights-col:nth-child(2) figure {
    margin-bottom: 20px;
}
.casestudy-highlights-content .common-btn {
    border-color: #000;
    color: #000;
    padding: 0 26px;
}
.casestudy-highlights-content .common-btn:hover {
    color: #fff;
    background: #000;
}
.blog-highlights-section {
    padding: 114px 0 106px 0;
    background: #000000;
}
.blog-highlights-section .container {
    max-width: 1537px;
}
.blog-highlights-heading {
    padding-bottom: 108px;
    padding-left: 0;
}
.blog-highlights-heading h3 {
    color: #fff;
    font-size: 86px;
    line-height: 92px;
    font-weight: bold;
    letter-spacing: -3.5px;
    margin-bottom: 0px;
}
.blog-highlights-content{}
.blog-highlights-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 49px;
    margin-right: -7px;
}
.blog-highlights-left{
  width: 647px;
}
.blog-highlights-col figure {
    margin-bottom: 24px;
}
.blog-highlights-info h5 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.blog-highlights-info h3 {
    font-size: 37.1px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 26px;
}
.blog-highlights-info h3 a{
    color: #fff;
}
.blog-highlights-info h3 a:hover{
    color: #fff;
}
.blog-highlights-info p {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    line-height: 31px;
}
.blog-highlights-col {
    margin-bottom: 48px;
}
.blog-highlights-col:last-child {
    margin-bottom: 0;
}
.blog-highlights-right {
    width: 765px;
    padding-top: 122px;
}
.blog-highlights-right .blog-highlights-col figure {
    margin-bottom: 30px;
}
.blog-highlights-right .blog-highlights-info h5 {
    font-size: 43px;
    margin-bottom: 32px;
}
.blog-highlights-right .blog-highlights-info h3 {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: -0.89px;
}
.blog-highlights-right .blog-highlights-info p {
    font-size: 31px;
    line-height: 44px;
    margin-right: -32px;
    letter-spacing: -1px;
}
.whitepaper-highlights-section{
  padding: 106px 0 136px;
}
.whitepaper-highlights-section .container {
    max-width: 1558px;
}
.whitepaper-highlights-heading {
    padding-bottom: 114px;
    padding-left: 0;
}
.whitepaper-highlights-heading h3 {
    color: #000;
    font-size: 86px;
    line-height: 92px;
    font-weight: bold;
    letter-spacing: -3.5px;
    margin-bottom: 0px;
}
.whitepaper-highlights-inner{}
.whitepaper-highlights-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 4px;
  margin-right: -40px;
}
.whitepaper-highlights-left{
  width: 861px;
}
.whitepaper-highlights-col figure{
  margin-bottom: 38px;
}
.whitepaper-highlights-content h3 {
    margin-bottom: 28px;
    color: #000;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -3.4px;
    line-height: 55px;
}
.whitepaper-highlights-content h3 a{
    color: #000;
}
.whitepaper-highlights-content h3 a:hover{
    color: #000;
}
.whitepaper-highlights-content p {
    margin-bottom: 0px;
    color: #000;
    font-size: 34px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: -2.4px;
    padding-right: 113px;
}
.whitepaper-highlights-right{
  width: 646px;
  margin-top: -6px;
}
.whitepaper-highlights-right .whitepaper-highlights-col figure {
    margin-bottom: 51px;
}
.whitepaper-highlights-col {
    margin-bottom: 45px;
}
.whitepaper-highlights-col:last-child {
    margin-bottom: 0px;
}
.whitepaper-highlights-right .whitepaper-highlights-content p {
    padding-right: 0;
    line-height: 40px;
}
.whitepaper-highlights-right .whitepaper-highlights-content {
    margin-right: -46px;
}
.whitepaper-highlights-right .whitepaper-highlights-content h3 {
    margin-bottom: 22px;
}
.whitepaper-highlights-inner .all-event-btn {
    margin-top: 75px;
}
.whitepaper-highlights-inner .common-btn {
    border-color: #000;
    color: #000;
    padding: 0 26px;
}
.whitepaper-highlights-inner .common-btn:hover {
    color: #fff;
    background: #000;
}
/*--Search events page css End here--*/

/*--big data specilaists page css start here--*/
.product-overview-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 843px;
  position: relative;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-overview-section .container {
    max-width: 1808px;
}
.product-overview-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-overview-content {
    position: relative;
    max-width: 1144px;
}
.product-overview-content h2 {
    margin-bottom: 1.1em;
    color: #fff;
    font-size: 4.5rem;
}
.product-overview-content p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 2em;
    line-height: normal;
}
.service-benifits-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 965px;
  position: relative;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-benifits-section .container {
    max-width: 1808px;
}
.service-benifits-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.service-benifits-content {
    position: relative;
}
.service-benifits-content h3 {
    margin-bottom: 1.1em;
    color: #fff;
    font-size: 4.5rem;
}
.service-benifits-content p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 2em;
    line-height: normal;
}
.service-benifits-list{
  padding-left: 80px;
}
.service-benifits-list ul {
    margin: 0px;
    padding: 0px;
    display: table;
}
.service-benifits-list ul li {
   	list-style: none;
    margin-bottom: 30px;
    color: #fff;
    font-size: 2.5em;
    line-height: normal;
    padding: 20px 0px;
    border-bottom: 1px solid #7b7b7d;
	display:table;
}
.service-benifits-list ul li:last-child {
    margin-bottom: 0px;
}

.solution-partners-section{
  padding: 95px 0 198px;
  background: #000000;
}
.solution-partners-section .container {
    max-width: 1808px;
}
.solution-partners-wrap h3 {
    margin-bottom: 1.5em;
    color: #fff;
    font-size: 4.5rem;
}
.solution-partners-logo .owl-stage {
    display: flex;
    align-items: center;
}
/*--big data specilaists events page css End here--*/


.choose-location-top .btn {
    background: no-repeat;
    border: none;
    border-radius: 0;
    padding: 0px;
}
.choose-location-top .btn.active, .choose-location-top .btn.show, .choose-location-top .btn:first-child:active, :not(.btn-check)+.choose-location-top .btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparent;
    border-color: transparent;
}

.choose-location-top .btn::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    display: flex;
    position: absolute;
    right: -9px;
    border-radius: 100%;
    top: -1px;
}

.choose-location-top .dropdown-toggle::after {
    display: inline-block;
    margin-left: .555em;
    vertical-align: .255em;
    content: "";
    border-bottom: 0;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.choose-location-top .dropdown-item.active, .choose-location-top .dropdown-item:active {
    color: #000;
    background-color: #fff;
}

.dropdown.choose-location-top ul {
    min-width: 76px;
    margin-right: 17px !important;
    width: 76px !important;
    right: 0 !important;
    left: auto !important;
}
.let-talk-section.who-we-are-let-talk, .let-talk-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.core-icon {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    height: 102px;
    align-items: center;
}
.core-icon img {
    height: auto;
}



/** NAVIGATION SUB MENU START **/

.navbar-nav li ul.sub-menu {
    position: absolute;
    display: block;
    top: 100%;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 215px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
	   width: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
}
.navbar-nav li ul.sub-menu:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(0, 0, 0, 0.60);
    top: -10px;
    left: 16px;
    position: absolute;
    transform: rotate(181deg);
}
.navbar-nav li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navbar-nav li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navbar-nav li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}

.navbar-nav li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0px 0 0;
  list-style: none;
	transition: .4s;
	background-color: rgb(0, 0, 0, 0.60);
	border-bottom: none;
	position: relative;
	box-shadow: 0 20px 30px rgb(0, 0, 0, 0.15);
	border-radius: 0;
  border-bottom: 1px solid rgb(223, 223, 223, 0.52);
}

/* .navbar-nav li ul.sub-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
} */

.navbar-nav li ul.sub-menu li a {
	display: block;
	padding: 15px 15px !important;
	line-height: 20px;
	color: #fff;
  font-size: 1.2rem;
}
.navbar-nav li ul.sub-menu li a::after {
	display: none;
}
.navbar-nav li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.navbar-nav li ul.sub-menu li a::before {
    right: 10px;
    transform: rotate(-90deg);
    top: 38%;
}
.navbar-nav li.current-menu-item a {
    color: #101010;
}
.navbar-nav li.current-menu-item.menu-item-has-children > a::after {
    width: 100%;
}
.navbar-nav li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}
.navbar-navul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navbar-nav li > ul.sub-menu > li:hover > a {
	color: #fff;
  background: #666666;
}
.navbar-nav li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navbar-nav li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navbar-nav li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}

/** NAVIGATION SUB MENU END **/


/** GET TOUCH SECTION START **/
.get-touch-section{
  padding: 98px 0 137px;
  background: #fff;
}
.get-touch-heading {
  text-align: center;
  margin-bottom: 113px;
}
.get-touch-heading h2 {
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 65px;
    color: #000000;
}
.get-touch-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.get-touch-wrap:before {
    content: "";
    position: absolute;
    top: 95px;
    height: 66px;
    background: #000000;
    width: 50%;
    margin: 0 auto;
}
.get-touch-col {
    width: 334px;
    border: 2px solid #000000;
    border-radius: 30px;
    background: #fff;
    padding: 18px 0 30px;
    height: 360px;
    margin: 0 48px;
    position: relative;
}
.gettouch-icon{
  width: 124px;
  height: 124px;
  background: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto 40px;
}
.info-gettouch{
  padding: 0 24px;
   text-align: center;
}
.info-gettouch h4{
  margin-bottom: 30px;
  font-weight : bold;
  font-size : 33px;
  line-height : 36.39px;
  letter-spacing : -1.65px;
  color : #000000;
}
.info-gettouch h4 a{
  color : #000000;
}
.info-gettouch h4 a:hover{
  color : #000000;
}
.info-gettouch p{
  margin-bottom: 0px;
  font-weight : bold;
  font-size : 23px;
  line-height : 31.44px;
  letter-spacing : -1.45px;
  color : #000000;
}
.info-gettouch p a{
  color : #000000;
}
.info-gettouch p a:hover{
  color : #000000;
}
.schedule-btn {
    width: 233px;
    height: 72px;
    background: #012233;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: -0.45px;
    color: #FFFFFF;
    margin: 0 auto;
}
.schedule-btn:hover {
    background: #000;
    color: #FFFFFF;
}
.Wearehere-help-section{
  padding: 104px 0 86px;
  background: #012233;
}
.Wearehere-help-heading {
    text-align: center;
    padding-bottom: 80px;
}
.Wearehere-help-heading h2 {
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 65px;
    color: #fff;
}
.Wearehere-help-heading p {
    margin-bottom: 0px;
    font-weight : bold;
    font-size : 36px;
    line-height : 56.45px;
    letter-spacing : -2px;
    color : #fff;
}
.Wearehere-help-wrap {
    max-width: 870px;
    margin: 0 auto;
}
.Wearehere-help-wrap .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
}
.Wearehere-help-wrap .form-group label {
  font-size : 29px;
  line-height : 71.16px;
  letter-spacing : -1.45px;
  color : #fff;
  padding-right: 15px;
  width: 240px;
}
.Wearehere-help-wrap .form-group input.form-control {
  height: 62px;
  border-radius: 0px;
  border: none;
  font-size: 20px;
  color: #000;
  padding: 8px 20px;
  width: calc(100% - 240px);
}
.form-group.submit-form-group {
    padding-left: 240px;
}
.submit-form-group .btn {
    width: 233px;
    height: 72px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 23px;
    letter-spacing : -0.34px;
    color : #000000;
    margin: 0 auto;
    border: 1px solid #000;
}
.submit-form-group .btn:hover {
    background: #000;
    color: #FFFFFF;
    border-color: #fff;
}
.our-global-presence-section{
  padding: 110px 0 110px;
  background: #fff;
}
.our-global-presence-heading{

}
.our-global-presence-section .container {
    max-width: 1746px;
}
.our-global-presence-heading h3 {
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 65px;
    color: #000;
}
.our-global-presence-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.our-global-presence-col {
    display: flex;
    padding: 0 27px;
    flex-wrap: wrap;
    max-width: 492px;
    position: relative;
}
.our-global-presence-col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 82px;
  background: #000;
}
.our-global-presence-col:nth-child(1), .our-global-presence-col:nth-child(5) {
    padding-left: 0;
}

.our-global-presence-col:nth-child(4)::before, .our-global-presence-col:nth-child(8)::before {
  display: none;
}
.our-global-presence-col h4{
  margin-bottom: 0px;
  font-size : 36px;
  color : #000000;
  font-weight: 500;
}
.location-map{
  padding-top: 98px;
}
/** GET TOUCH SECTION END **/


/** CAREER SECTION START **/
.banner-caption {
    max-width: 770px;
    text-align: left;
}
.banner-caption p {
    font-size: 34px;
    line-height: 39px;
    letter-spacing: -1px;
    color: #fff;
    padding-left: 5rem;
    margin-bottom: 36px;
}
.work-withus-btn {
    padding-left: 5rem;
}
.work-withus-btn .next-btn {
    border-color: #fff;
    color: #fff;
}
.banner-caption h1 {
    margin-bottom: 24px;
}
.valenta-value-system-section{
  padding: 96px 0 96px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.valenta-value-system-section .container {
    max-width: 1720px;
}
.valenta-value-system-heading {
    padding-left: 96px;
}
.valenta-value-system-section::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.valenta-value-system-wrap .our-core-value {
    max-width: 1296px;
    margin: 0 auto;
}
.valenta-value-system-wrap {
    position: relative;
}
.valenta-value-system-wrap h2.text-white.ptb-5 {
    text-align: center;
}
.cultural-showcase-section{
  padding: 104px 0 135px;
  background: #000000;
}
.cultural-showcase-heading {
    margin-bottom: 123px;
    padding-left: 96px;
}
.cultural-showcase-heading h3{
  margin: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.cultural-showcase-left{
  width: 52%;
}
.cultural-showcase-col{
  margin-bottom: 20px;
}
.cultural-showcase-right{
  width: 47%;
}
.cultural-showcase-section .container {
    max-width: 1720px;
}
.cultural-showcase-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.our-office-location-section{
  padding: 116px 0 130px;
}
.our-office-location-section .container {
    max-width: 1720px;
}
.our-office-location-heading{
  padding-bottom: 100px;
  padding-left: 96px;
}
.our-office-location-heading h3{
  margin: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.map-location img, .map-location iframe{
  width: 100%;
  height: auto;
}

.benefits-working-section{
  padding: 136px 0 105px;
  background: #000000;
}
.benefits-working-section .container {
    max-width: 1720px;
}
.benefits-working-heading{
  padding-bottom: 100px;
  padding-left: 96px;
}
.benefits-working-heading h3{
  margin: 0 0 28px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.benefits-working-heading p {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.3px;
    color: #fff;
    max-width: 734px;
}
.benefits-working-wrap{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.benefits-working-col{
  width: 514px;
  padding: 60px 68px 32px 68px;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0 14px 60px;
  text-align: center;
}
.benefits-icon {
    width: 195px;
    height: 158px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 32px;
}
.benefits-working-col h3{
  margin-bottom: 22px;
  font-weight : bold;
  font-size : 32px;
  line-height : 46.21px;
  letter-spacing : -1.6px;
  color : #FFFFFF;
}
.benefits-working-col h3 a{
  color : #FFFFFF;
}
.benefits-working-col h3 a:hover{
  color : #FFFFFF;
}
.benefits-working-col p {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.our-hiring-process-section{
  padding: 118px 0 160px;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #858585;
}
.our-hiring-process-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.our-hiring-process-heading{
  padding-bottom: 72px;
  position: relative;
}
.our-hiring-process-heading h3{
  margin: 0 0 68px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.our-hiring-process-heading p {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.3px;
    color: #fff;
    margin-bottom: 0px;
}
.our-hiring-process-section .container {
  max-width: 1505px;
}
.our-hiring-process-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.our-hiring-process-col{
  width: 228px;
  padding: 10px 26px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 41px;
  position: relative;
}
.our-hiring-process-col:after {
    content: "";
    position: absolute;
    right: -84px;
    background: #fff;
    height: 10px;
    width: 83px;
    top: 50%;
    transform: translate(0px, -50%);
}
.our-hiring-process-col:last-child:after {
  display: none;
}
.our-hiring-process-col:nth-child(1) {
    margin-left: 0px;
}
.our-hiring-process-col:nth-child(5) {
    margin-right: 0px;
}
.our-hiring-process-col h4 {
    margin: 0px;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.54px;
    color: #FFFFFF;
    font-weight: 400;
}
.open-positions-section{
  padding: 80px 0 183px;
  background: #000000;
}
.open-positions-heading{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 110px;
}
.open-positions-heading h3{
  margin-bottom: 0px;
  font-size : 37px;
  letter-spacing : -0.55px;
  color : #FFFFFF;
  min-width: 314px;
  height: 113px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.open-positions-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.open-positions-col{
  padding: 0 17px;
}
select.select-option {
    width: 404px;
    height: 65px;
    border: 2px solid #767676;
    padding: 10px 10px;
    background: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #949494;
    border-radius: 4px;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      background: url(../img/selext-arrow.png);
      background-position: right 18px center;
      background-repeat: no-repeat;
          outline: none;
}
.testimonials-career {
    padding: 67px 0;
}
.career-faq .accordion-item{
  display: none;
}
.load-more {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
}
.load-more .next-btn {
    border-color: #fff;
    color: #fff;
    margin: 0px;
    font-size: 24px;
    width: 225px;
}


.load-more .next-btn img {
    margin-left: 10px;
    width: 18px;
}
/** CAREER SECTION END **/

/** Local Experts section start **/
.local-experts-section{
  padding: 106px 0 75px;
  background: #000000;
}
.local-experts-content{
  text-align: center;
}
.local-experts-content h2{
  margin-bottom: 0px;
  font-weight : 500;
  font-size : 56px;
  color : #fff;
  line-height: normal;
}

.local-experts-filter-section{
  padding: 55px 0 140px;
}
.local-experts-filter-top{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.search-name-col {
    position: relative;
}
.search-name-col:after {
    content: "";
    position: absolute;
    right: 57px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #002233;
}
.search-name-info{
  border: 1px solid #002233;
  min-width: 413px;
  height: 60px;
  border-radius: 10px;
  padding: 6px 60px 6px 20px;
  outline: none;
  font-size: 24px;
  letter-spacing: -0.23px;
  color : #666666;
  background: url(../img/select-down-arrow.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.searchname-col {
    margin-left: 30px;
}
.searchname-input{
  border: 1px solid #002233;
  min-width: 413px;
  height: 60px;
  border-radius: 10px;
  padding: 6px 70px 6px 20px;
  outline: none;
  font-size: 24px;
  letter-spacing: -0.23px;
  color: #666666;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchname-box {
    position: relative;
}
.searchname-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    background: url(../img/search-name-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 100%;
    border-left: 1px solid #002233;
}
.local-experts-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    margin: 0 -70px;
}
.local-experts-filter-col {
    width: 470px;
    margin: 0 70px 98px;
    display: none;
}
.filter-img-col {
    border: 1px solid #000;
    padding: 22px;
    margin-bottom: 30px;
}
.filter-img-col figure {
    margin: 0px;
    box-shadow: 0 0 18px rgba(0,0,0,0.5);
}
.local-filter-content{

}
.local-filter-content h3{
  margin-bottom: 6px;
  font-weight : 600;
  font-size : 45px;
  color : #000000;
}
.local-filter-content p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: normal;
    color: #000000;
}
.other-info{
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-icon{
  width: 54px;
  height: 54px;
  background: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.info-right {
    width: calc(100% - 54px);
    padding-left: 18px;
}
.info-right p{
  margin-bottom: 0px;
  font-size: 24px;
  line-height: normal;
  color : #000000;
}
.info-right p a{
  color : #000000;
}
.info-right p a:hover{
  color : #000000;
}
.info-icon2{
  width: 54px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #000;
}
.connectnow-btn {
    min-width: 174px;
    height: 56px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: -0.27px;
    color: #FFFFFF;
    padding-bottom: 0;
    line-height: normal;
    background: #000;
    border-radius: 50px;
    border: 1px solid #000;
}
.connectnow-btn:hover {
    background-color: #fff;
    color: #000;
}
.know-more-btn {
    border: 1px solid #000;
    min-width: 267px;
    height: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    letter-spacing: -0.51px;
    color: #000000;
    margin-top: 22px;
}
.know-more-btn:hover {
    color: #fff;
    background: #000;
}
.local-experts-filter-section .container {
    max-width: 1746px;
}
.load-more-filter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0px;
}
.load-more-filter .next-btn {
    border-color: #002233;
    color: #002233;
    margin: 0px;
    background: none;
    font-size: 24px;
    width: 225px;
}
.load-more-filter .next-btn:hover img{
      filter: none !important;
}
.load-more-filter .next-btn img {
    margin-left: 10px;
    width: 18px;
    filter: invert(1);
}
/** Local Experts section END **/
/** Blog page css Start **/
.blog-categories-section{
  padding: 60px 0px;
  background: #dedede;
}
.blog-categories-section .container{
  max-width: 1745px;
}
.blog-categories-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.search-categories{
  position: relative;
}
.searchblog-input {
    border: 1px solid #000000;
    width: 246px;
    height: 70px;
    border-radius: 4px;
    padding: 6px 60px 6px 16px;
    outline: none;
    font-size: 24px;
    letter-spacing: -0.23px;
    color: #666666;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.searchblog-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    background: url(../img/search-name-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 100%;
    border: none;
}
.blog-categories-nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 35px;
}
.blog-categories-nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog-categories-nav ul li {
    margin: 0px;
    padding: 0px 26px;
    list-style: none;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #949494;
}
.blog-categories-nav ul li a{
  color : #949494;
  text-decoration: underline;
}
.blog-categories-nav ul li a:hover{
  color : #000;
}

.blog-filter-section{
  padding: 85px 0 98px;
}
.blog-filter-section .container{
  max-width: 1480px;
}
.blog-filter-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-filter-left{
  width: 276px;
}
.blog-filter-left h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 37.07px;
    letter-spacing: -1.1px;
    color: #000000;
    text-decoration: underline;
}
.blog-filter-menu ul{
  margin: 0px;
  padding: 0px;
}
.blog-filter-menu ul li{
  margin: 0px 0 8px;
  padding: 0px;
  list-style: none;
  font-size : 22px;
  line-height : normal;
  letter-spacing : -1.43px;
  color : #000000;
}
.blog-filter-menu ul li a{
  color : #000000;
}
.blog-filter-menu ul li a:hover{
  color : #000000;
  font-weight: bold;
}
.blog-filter-menu ul li.active a{
    font-weight: bold;
}
.blog-filter-right{
  width: 1138px;
}

.blog-filter-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.blog-filter-col{
  width: 361px;
  margin: 0 11px 85px;
}
.blog-filter-col figure {
    margin-bottom: 0px;
}
.events-info{
  background: #000000;
  padding: 1px 8px;
  display: inline-flex;
  align-items: center;
  font-size : 15px;
  line-height : 29.33px;
  letter-spacing : -0.75px;
  color : #FFFFFF;
}
.events-info a{
  color : #FFFFFF;
}
.events-info a:hover{
  color : #FFFFFF;
}
.green-color{
  background: #0b2735;
}
.sky-color{
  background: #01b0b3;
}
.orange-color{
  background: #ff9a0e;
}
.evente-date-info{
  padding: 6px 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.evente-date-info p{
  margin-bottom: 0px;
  font-size : 16px;
  line-height : 20.09px;
  letter-spacing : -0.5px;
  color : #000000;
}
.evente-date-info p a{
  color : #000000;
}
.evente-date-info p a:hover{
  color : #000000;
}
.blog-filter-connect{
  text-align: center;
  padding: 0 20px;
}
.blog-filter-connect h3{
  margin-bottom: 5px;
  font-size : 21px;
  line-height : 29.33px;
  letter-spacing : -1.05px;
  color : #000000;
}
.blog-filter-connect h3 a{
  color : #000000;
}
.blog-filter-connect h3 a:hover{
  color : #000000;
}
.blog-filter-connect p{
  margin-bottom: 0px;
  font-size : 16px;
  line-height : 20px;
  letter-spacing : -0.8px;
  color : #000000;
}
.blog-pagination-col{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.previous-btn{
  padding: 0 10px;
}
/** Blog page css end **/

.local-experts-detail-section {
    padding: 54px 0;
    border-bottom: 1px solid #000;
}
.local-experts-detail-wrap{

}
.local-experts-detail-col .filter-img-col {
    width: 491px;
    margin-bottom: 0;
}
.local-experts-detail-col .local-filter-content {
    width: 367px;
    margin-left: 80px;
}
.local-experts-detail-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.other-info2 .info-right {
    padding-left: 0;
}
.other-info2 .info-right .connectnow-btn {
    background-color: #fff;
    color: #000;
}
.other-info2 .info-right .connectnow-btn:hover {
    color: #FFFFFF;
    background: #000;
}
.local-experts-other-detail{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
}
.address-location{}
  .address-location {
      display: flex;
      flex-wrap: wrap;
      max-width: 931px;
  }
.location-pin{
  width: 45px;
}
.address-location-content {
    width: calc(100% - 45px);
    padding-left: 16px;
}
.address-location-content p {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}
.address-location-content p a{
    color: #000000;
}
.address-location-content p a:hover{
    color: #000000;
}
.socail-information{

}
.other-content-section{
  padding: 95px 0 75px;
  border-bottom: 1px solid #000;
}
.other-wrap-content{}
.other-wrap-content p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}
.schedule-meeting {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.schedule-meeting-btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 22px 60px;
    background: #000;
    border-radius: 8px;
    border: 1px solid #000;
}
.schedule-meeting-btn:hover {
    color: #000;
    background: #fff;
}
.sensmeier-video-section{
  padding: 136px 0 148px;
}
.sensmeier-video-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sensmeier-video-content{
  width: 312px;
}
.sensmeier-video-content h3 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #000000;
    position: relative;
}
.sensmeier-video-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #bfbfbf;
  height: 1px;
}
.jeff-sensmeier-video {
    width: 910px;
}
.jeff-sensmeier-video img, .jeff-sensmeier-video iframe{
  border-radius: 10px;
}
/** Local Experts section END **/
.blog-detail-image img {
    margin-bottom: 20px;
}

/*--partner page css start here--*/
.partner-valenta-section {
    padding: 136px 0 105px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1080px;
}
.partner-valenta-section .container {
    max-width: 1574px;
}
.partner-valenta-wrap{
  max-width: 530px;
}
.partner-valenta-wrap h2{
  margin-bottom: 42px;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
}
.partner-valenta-wrap p{
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
.partner-benefits-section{
}
.partner-benefits-section .container {
    max-width: 1574px;
}
.partner-benefits-heading-outer{
  padding: 58px 0 60px;
  border-bottom: 1px solid #858585;
}
.partner-benefits-heading{

}
.partner-benefits-heading h3{
  margin-bottom: 0px;
  color: #09222f;
  font-family: 'DM Sans Black';
  font-size: 43px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.partner-benefits-heading p{
  margin-bottom: 0px;
  font-family: 'DM Sans Black';
  color: #09222f;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -0.8px;
}
.partner-benefits-wrap{
  padding: 54px 0px 80px;
}
.partner-benefits-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.partner-benefits-col{
  background: #f6f6f6;
  padding: 55px 20px 20px 15px;
  width: 100%;
  min-height: 384px;
  margin-right: 0;
}
.partner-icon{
  margin-bottom: 16px;
}
.partner-benefits-inner.owl-carousel .owl-item img{
  width: auto;
  height: auto;
}
.partner-benefits-col h4 {
    color: #09222f;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.partner-benefits-col p {
    color: #09222f;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.partner-benefits-inner.owl-carousel .owl-nav button.owl-prev {
    background: url(../img/arrow-left.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 31px;
    height: 12px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0px, 100%);
    margin: 0px;
}
.partner-benefits-inner.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.partner-benefits-inner.owl-carousel .owl-nav button.owl-next{
  background: url(../img/arrow-right.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 31px;
  height: 12px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0px, 100%);
  margin: 0px;
}
.partner-benefits-inner.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.partner-benefits-inner.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}
.partnership-types-section {
    padding: 84px 0 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.partnership-types-section .container {
    max-width: 1574px;
}
.partnership-types-heading{
  padding-bottom: 60px;
}
.partnership-types-heading h3{
  margin-bottom: 0px;
  font-size: 43px;
  line-height: 40px;
  font-family: 'DM Sans Black';
  color: #f4f4f4;
  letter-spacing: -0.8px;
}
.partnership-types-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-top: 0.3px solid rgba(34, 37, 41, 0.5);
}

.partnership-types-wrap ul {
    margin: 0 -1px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.partnership-types-wrap ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 33.33%;
    border: 0.3px solid rgba(34, 37, 41, 0.5);
    padding: 50px 40px 60px 40px;
    border-top: none;
}
.partnership-types-col .join-btn {
    margin-left: auto;
    margin-right: auto;
}
.partnership-types-col {
    max-width: 474px;
    text-align: center;
}
.types-icon {
    padding-bottom: 10px;
}
.partnership-types-col h4{
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 29px;
  line-height: 44px;
  font-weight: bold;
}
.partnership-types-col p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.partnership-types-wrap ul li:nth-child(1), .partnership-types-wrap ul li:nth-child(4), .partnership-types-wrap ul li:nth-child(7),
.partnership-types-wrap ul li:nth-child(10), .partnership-types-wrap ul li:nth-child(13), .partnership-types-wrap ul li:nth-child(16),
.partnership-types-wrap ul li:nth-child(19), .partnership-types-wrap ul li:nth-child(22), .partnership-types-wrap ul li:nth-child(25) {
    display: flex;
    justify-content: flex-end;
}
.partnership-types-wrap ul li:nth-child(3), .partnership-types-wrap ul li:nth-child(6), .partnership-types-wrap ul li:nth-child(9),
.partnership-types-wrap ul li:nth-child(12), .partnership-types-wrap ul li:nth-child(15), .partnership-types-wrap ul li:nth-child(18),
.partnership-types-wrap ul li:nth-child(21), .partnership-types-wrap ul li:nth-child(24) {
    display: flex;
    justify-content: flex-start;
}
.partnership-types-wrap ul li.last-first {
    border-left: none;
}
.partnership-types-wrap ul li.lastnone {
    border-right: none;
}

.partnership-pillars-section{
  padding: 89px 0px 70px;
}
.partnership-pillars-section .container {
    max-width: 1574px;
}
.partnership-pillars-col {
    background: #f6f6f6;
    padding: 55px 23px 23px 23px;
    width: 32%;
    min-height: 344px;
    margin-right: 22px;
    margin-bottom: 22px;
}
.partnership-pillars-col:nth-child(3), .partnership-pillars-col:nth-child(6) {
    margin-right: 0px;
}
.pillars-icon{
  margin-bottom: 16px;
}
.partnership-pillars-col h4 {
    color: #002131;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.partnership-pillars-col p {
    color: #002131;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.partnership-pillars-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.step-process-section{
  padding: 80px 0 90px;
  background: #09212e;
}
.step-process-section .container {
    max-width: 1574px;
}
.step-process-section .partner-benefits-heading h3 {
    color: #fff;
}
.step-process-section .partner-benefits-heading p {
    color: #fff;
}
.step-process-wrap {
    padding-top: 50px;
}
.step-process-number{
  color: #828282;
  font-size: 89px;
  line-height: 83px;
  letter-spacing: -0.8px;
  font-family: 'DM Sans Black';
  position: relative;
  width: 114px;
}
.step-process-number:before {
    content: "";
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 93px;
    background: #828282;
}
.step-process-right {
    width: calc(100% - 114px);
    padding-left: 68px;
    padding-top: 8px;
}
.step-process-content {
    max-width: 600px;
}
.step-process-content h4 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.8px;
    font-weight: 600;
}
.step-process-content p {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.step-process-col {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 57px;
    min-height: 177px;
}
.step-process-col:last-child .step-process-number:before{
    display: none;
}
.step-process-outer-content {
    padding-left: 20px;
}
.partner-testimonals-section{
}
.partner-testimonals-outer{
  border-bottom: 1px solid #d0d1d1;
}
.partner-testimonals-heading{
  display: flex;
  flex-wrap: wrap;
}
.partner-testimonals-heading-right, .partner-testimonals-heading-left {
    width: 50%;
    padding: 30px 0 30px 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.partner-testimonals-content-left, .partner-testimonals-content-right{
  width: 50%;
}
.partner-testimonals-content-left img {
    width: 100%;
}
.partner-testimonals-content-left iframe {
    display: block;
    width: 100%;
    height: 465px;
}
.partner-testimonals-heading-right h3 {
    color: #09222f;
    font-size: 32px;
    line-height: 34px;
    font-family: 'DM Sans Black';
    font-weight: 900;
    letter-spacing: -0.8px;
}
.partner-testimonals-content{
  display: flex;
  flex-wrap: wrap;
}
.partner-testimonals-section {
    padding-bottom: 94px;
    position: relative;
    overflow: hidden;
}
.partner-testimonals-heading-left, .partner-testimonals-content-left {
    border-left: 1px solid #d0d1d1;
    border-right: 1px solid #d0d1d1;
}
.partner-testimonals-content-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 30px 33px;
}
.testimonals-content-info p{
  color: #09222f;
  font-size: 24px;
  line-height: 30px;
  font-family: 'DM Sans Black';
  font-weight: 900;
  letter-spacing: -0.8px;
}
.partner-testimonals-section .testimonials .carousel-indicators {
    position: static;
    right: auto;
    bottom: 0;
    left: 0px;
    top: 110px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}
.partner-testimonals-section .testimonials .container {
    max-width: 1320px;
}
.download-exclusive-section{
  padding: 30px 0px;
  background: #09212e;
}
.download-exclusive-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-exclusive-wrap a.next-btn.join-btn {
    margin-top: 0px;
    margin-right: 40px;
    font-size: 22px;
}
.download-exclusive-wrap p {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}

/*=======modal form popup css start=======*/
.franchise-modal-form .modal-dialog {
    max-width: 690px;
}
.franchise-modal-form .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    background-color: #09212e;
}
.franchise-modal-form .modal-header {
    border: none;
    padding: 0px;
    border-radius: 0;
}
.franchise-modal-form .modal-header button.btn-close {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 1;
    /* opacity: 1; */
    filter: invert(1);
}
.franchise-modal-form .modal-body {
    padding: 42px 65px;
}
.franchise-modal-header {
    text-align: center;
}
.franchise-modal-header h3{
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 42px;
  line-height: 40px;
  font-family: 'DM Sans Black';
  letter-spacing: -0.8px;
}
.franchise-modal-header h4{
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 35px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.franchise-modal-header p{
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.franchise-modal-form{
  padding-top: 50px;
}

.franchise-modal-form .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 0;
}
.franchise-modal-form .form-group label {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-right: 15px;
    width: 145px;
}
.form-group-right{
  width: calc(100% - 145px);
}
.franchise-modal-form .form-group input.form-control {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: none;
    font-size: 18px;
    color: #000;
    padding: 8px 14px;
}
.form-group-left {
    width: 145px;
    padding-right: 15px;
    padding-top: 8px;
}
.franchise-modal-form .form-group label {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.franchise-modal-form .submit-form-group .btn {
    width: 142px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
}
#fractionalexecutivesform .franchise-modal-header h3, #mergersform .franchise-modal-header h3 {
    margin-bottom: 0;
}
.form-group-field span{
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #5c6c74;
  font-weight: 400;
  padding-top: 8px;
}
.form-group-field {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.form-group-field:last-child{
    padding-bottom: 0px;
}
.form-group-field-left {
    width: 40%;
}
.form-group-field-right {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-group-right .form-control {
    border-radius: 0;
    outline: none;
    border: none;
    box-shadow: none;
	height:40px;
}
.form-group-right select.form-control {
    appearance: auto;
}
.franchise-modal-form .form-group.submit-form-group {
    padding-left: 145px;
    justify-content: center;
}
/*=======modal form popup css end=======*/

/*--partner page css end here--*/

/*--who-we-are page css start here--*/
.team-member-box.team-member-newbox {
    border: none;
}
.team-member-box.team-member-newbox .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1520px;
}
.our-team-list.executive-team-section .container {
    max-width: 1520px;
}
.our-team-list.our-core-team-section .container {
    max-width: 1520px;
}
.team-member-box.team-member-newbox .row.d-flex {
    width: 49%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 25px;
    margin: 0 0 60px;
}
.team-member-box.team-member-newbox .team-details {
    border-left: 2px solid #fff;
    padding-left: 30px;
}
.team-member-box.team-member-newbox .connect-now-light {
    padding: 0rem 1.5rem;
}
.our-team-list.our-core-team-section {
    background-color: #424242;
}
.our-team-list.our-core-team-section .team-member-box.team-member-newbox .row.d-flex {
    width: 32%;
    border: none;
    padding: 0;
}
.our-team-list.our-core-team-section .team-member-box.team-member-newbox .row.d-flex .team-member-thumb {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 30px;
  padding: 20px 20px 0px;
}
.our-team-list.our-core-team-section .team-member-box.team-member-newbox .row.d-flex .team-member-thumb img {
    max-height: 350px;
    margin: 0 auto;
    display: block;
}
.our-team-list.our-core-team-section .team-member-box.team-member-newbox .team-details {
    border-left: none;
    padding-left: 0px;
}
.our-team-list.our-core-team-section .know-more-btn {
    border-color: #fff;
    color: #fff;
}
.partnership-content .next-btn {
    border-color: #fff !important;
    color: #fff !important;
}
.seeall-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.seeall-btn a.know-more-btn {
    height: 85px;
    background: #fff;
    color: #000 !important;
    border-radius: 15px;
    min-width: 226px;
}
.seeall-btn a.know-more-btn:hover {
    background: #000;
    color: #fff !important;
}
.partnership.partnership-section .container {
  max-width: 1520px;
}
/*--who-we-are page css end here--*/

/*--Responsive css start here--*/

@media (max-width:1679px){
    .events-archives-heading {
        padding: 70px 0px 70px;
    }
    .events-archives-wrap h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .events-archives-content {
        padding: 140px 0 40px;
    }
    .search-blog {
      height: 130px;
      font-size: 35px;
  }
  .searchblogs-btn {
      top: 34px;
      width: 62px;
      height: 64px;
  }
  .event-highlights-heading h2 {
    font-size: 60px;
    line-height: 78px;
  }
  .event-highlights-heading {
      padding-bottom: 64px;
  }
  .casestudy-highlights-heading h3 {
    font-size: 60px;
    line-height: 78px;
    }
    .blog-highlights-heading h3 {
      font-size: 60px;
      line-height: 78px;
  }
  .whitepaper-highlights-heading h3 {
    font-size: 60px;
    line-height: 78px;
  }
  .whitepaper-highlights-wrap {
      margin-right: 0;
  }
  .blog-highlights-right .blog-highlights-info p {
      margin-right: 0;
      font-size: 22px;
      line-height: 32px;
  }
.whitepaper-highlights-content p {
    font-size: 32px;
    letter-spacing: -1.4px;
}
.whitepaper-highlights-content h3 {
    font-size: 50px;
}
.casestudy-highlights-left {
    width: 60%;
}
.casestudy-highlights-right {
    width: 38%;
}
.blog-highlights-left {
    width: 44%;
}
.blog-highlights-right {
    width: 52%;
}
.whitepaper-highlights-left {
    width: 56%;
}
.whitepaper-highlights-right {
    width: 42%;
}
.whitepaper-highlights-right .whitepaper-highlights-content {
    margin-right: 0;
}
.casestudy-highlights-col h3 {
    font-size: 40px;
    line-height: 44px;
}
.casestudy-highlights-right .casestudy-highlights-col h3 {
    font-size: 28px;
    line-height: 32px;
}
.common-btn {
    height: 70px;
    font-size: 24px;
}
.events-archives-info h3 {
    font-size: 24px;
    line-height: 34px;
}
.events-archives-info p {
    font-size: 24px;
}
.blog-highlights-info h5 {
    font-size: 26px;
}
.blog-highlights-info h3 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 24px;
}
.blog-highlights-info p {
    font-size: 18px;
    line-height: 26px;
}
.blog-highlights-right .blog-highlights-info h5 {
    font-size: 32px;
    margin-bottom: 28px;
}
.blog-highlights-right .blog-highlights-info h3 {
    font-size: 44px;
    line-height: 35px;
}
.whitepaper-highlights-heading {
    padding-bottom: 70px;
}
.whitepaper-highlights-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: -1.4px;
    line-height: 40px;
}
.whitepaper-highlights-right .whitepaper-highlights-col figure {
    margin-bottom: 35px;
}
.whitepaper-highlights-content p {
  font-size: 24px;
  line-height: 30px;
}
.whitepaper-highlights-right .whitepaper-highlights-content p {
    line-height: 30px;
}
.casestudy-highlights-wrap {
    padding-right: 0;
}
.blog-highlights-wrap {
    padding-left: 20px;
    margin-right: 0;
}

.product-overview-section .container, .service-benifits-section .container, .solution-partners-section .container {
    padding: 0 50px;
}
.product-overview-content p {
    font-size: 1.7em;
}
.product-overview-content h2 {
    margin-bottom: 1em;
    font-size: 3.5rem;
}
.service-benifits-content h3 {
  margin-bottom: 1em;
  font-size: 3.5rem;
}
.service-benifits-list ul li {
    font-size: 2.2em;
}
.solution-partners-wrap h3 {
  font-size: 3.5rem;
}


/*===================*/
.cultural-showcase-section .container {
    padding: 0 50px;
}
.benefits-working-section .container {
      padding: 0 50px;
}
.benefits-working-wrap {
    justify-content: center;
}
.benefits-working-col {
    width: 31%;
}

.local-experts-filter-section .container {
    padding: 0 50px;
}
.local-experts-filter-row {
    margin: 0 -50px;
    justify-content: center;
}
.local-experts-filter-col {
    width: 27%;
    margin: 0 50px 98px;
}

/*=======find-local-partners page css======*/
.local-filter-content h3 {
    font-size: 32px;
    line-height: normal;
}
.local-filter-content p {
    font-size: 22px;
}
.know-more-btn {
    min-width: 206px;
    height: 45px;
    font-size: 20px;
}
.search-name-info {
    min-width: 358px;
    height: 50px;
    font-size: 22px;
}
.searchname-input {
  min-width: 358px;
  height: 50px;
  font-size: 22px;
}
.searchname-btn {
    background-size: 24px;
}
.local-experts-filter-row {
    padding-top: 90px;
}
.load-more-filter .next-btn {
    font-size: 22px;
    width: 210px;
}
.local-experts-section {
    padding: 64px 0 64px;
}
.local-experts-content h2 {
    font-size: 42px;
}
.blog-categories-nav ul li {
    padding: 0px 22px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
}

.our-global-presence-section .container {
    padding: 0 50px;
}
.our-global-presence-col h4 {
    font-size: 32px;
}

.blog-filter-menu ul li {
    font-size: 18px;
}

/*=======career page css start======*/
.cultural-showcase-section {
    padding: 90px 0 90px;
}
.cultural-showcase-heading {
    margin-bottom: 80px;
    padding-left: 60px;
}
.cultural-showcase-heading h3 {
    font-size: 3.2rem;
}
.our-office-location-heading h3 {
  font-size: 3.2rem;
}
.our-office-location-heading {
    padding-bottom: 80px;
    padding-left: 60px;
}
.benefits-working-section {
    padding: 90px 0 90px;
}
.benefits-working-heading {
  padding-bottom: 80px;
  padding-left: 60px;
}
.benefits-working-heading h3 {
    font-size: 3.2rem;
    margin: 0 0 15px;
}
.benefits-working-heading p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
}
.benefits-working-col img {
    max-height: 110px;
}
.benefits-icon {
    width: 116px;
    height: 116px;
    margin: 0 auto 20px;
}
.benefits-working-col p {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.3px;
}
.benefits-working-col {
    padding: 50px 35px 30px 35px;
    margin: 0 12px 45px;
}
.our-hiring-process-section {
    padding: 90px 0 90px;
}
.our-hiring-process-heading h3 {
    margin: 0 0 50px;
    font-size: 3.2rem;
}
.our-hiring-process-heading p {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.2px;
}
.our-hiring-process-col h4 {
    font-size: 22px;
    line-height: 30px;
}
.open-positions-section {
    padding: 80px 0 100px;
}
.open-positions-heading {
    margin-bottom: 80px;
}
.open-positions-heading h3 {
    font-size: 25px;
    height: 80px;
}
/*=======career page css end======*/

/*=======partner page css start======*/
.partner-benefits-inner.owl-carousel .owl-nav button.owl-prev {
    left: -38px;
}
.partner-benefits-inner.owl-carousel .owl-nav button.owl-next {
    right: -38px;
}
.partner-testimonals-content-left iframe {
    height: 366px;
}
/*=======partner page css end======*/

}


@media (min-width:1600px){
  .choose-industry ul li:nth-child(2),
  .choose-industry ul li:nth-child(5),
  .choose-industry ul li:nth-child(8),
  .choose-industry ul li:nth-child(11),
  .choose-industry ul li:nth-child(14),
  .choose-industry ul li:nth-child(17),
  .choose-industry ul li:nth-child(20),
  .choose-industry ul li:nth-child(23)  {
    width: 28%;
}
  .choose-industry ul li {
    width: 36%;
    border: 0.3px solid #AAAAAA;
}

.choose-industry ul li:nth-child(1),
.choose-industry ul li:nth-child(4),
.choose-industry ul li:nth-child(7),
.choose-industry ul li:nth-child(10),
.choose-industry ul li:nth-child(13),
.choose-industry ul li:nth-child(16),
.choose-industry ul li:nth-child(19),
.choose-industry ul li:nth-child(22),
.choose-industry ul li:nth-child(25) {
    display: flex;
    justify-content: flex-end;
}
.choose-industry ul li:nth-child(1) .media,
.choose-industry ul li:nth-child(4) .media,
.choose-industry ul li:nth-child(7) .media,
.choose-industry ul li:nth-child(10) .media,
.choose-industry ul li:nth-child(13) .media,
.choose-industry ul li:nth-child(16) .media,
.choose-industry ul li:nth-child(19) .media,
.choose-industry ul li:nth-child(22) .media,
.choose-industry ul li:nth-child(25) .media {
    max-width: 364px;
}


.choose-industry ul li:nth-child(3),
.choose-industry ul li:nth-child(6),
.choose-industry ul li:nth-child(9),
.choose-industry ul li:nth-child(12),
.choose-industry ul li:nth-child(15),
.choose-industry ul li:nth-child(18),
.choose-industry ul li:nth-child(21),
.choose-industry ul li:nth-child(24) {
    display: flex;
    justify-content: flex-start;
}
.choose-industry ul li:nth-child(3) .media,
.choose-industry ul li:nth-child(6) .media,
.choose-industry ul li:nth-child(9) .media,
.choose-industry ul li:nth-child(12) .media,
.choose-industry ul li:nth-child(15) .media,
.choose-industry ul li:nth-child(18) .media,
.choose-industry ul li:nth-child(21) .media,
.choose-industry ul li:nth-child(24) .media {
    max-width: 430px;
}

}



@media (max-width:1600px){
    .imbact-img {
        max-height: 340px;
    }

      .serice-box h4 {
      font-size: 26px;
  }



/*=================================*/
.our-global-presence-section .container {
    padding: 0 50px;
}

.our-global-presence-col h4 {
    font-size: 25px;
    font-weight: 500;
}
.our-global-presence-col::before {
    width: 4px;
    height: 70px;
}
.get-touch-heading {
    margin-bottom: 82px;
}
.get-touch-heading h2 {
    font-size: 52px;
}
.info-gettouch h4 {
    font-size: 28px;
}
.our-global-presence-heading h3 {
    letter-spacing: -2px;
    font-size: 52px;
}
.info-gettouch p {
    font-size: 28px;
}
.Wearehere-help-heading h2 {
    font-size: 52px;
}
.Wearehere-help-heading p {
    font-size: 30px;
    letter-spacing: -1px;
}
.Wearehere-help-wrap .form-group label {
    font-size: 26px;
    line-height: 60.16px;
    letter-spacing: -0.45px;
}
.local-experts-filter-row {
    margin: 0 -40px;
    justify-content: center;
}

.local-experts-filter-col {
    margin: 0 40px 65px;
}
.info-icon img {
    max-width: 25px;
    max-height: 20px;
}
.local-filter-content p {
    font-size: 20px;
}
.local-filter-content h3 {
    font-size: 28px;
}
.info-icon {
    width: 45px;
    height: 45px;
}
.info-icon2 {
  width: 45px;
  height: 45px;
}
.connectnow-btn {
    min-width: 150px;
    height: 50px;
    font-size: 16px;
}
.know-more-btn {
    min-width: 160px;
    height: 40px;
    font-size: 18px;
    margin-top: 16px;
}
.local-experts-filter-section {
    padding: 55px 0 100px;
}
.search-name-info {
    min-width: 300px;
    height: 50px;
    font-size: 18px;
}
.searchname-input {
  min-width: 300px;
  height: 50px;
  font-size: 18px;
}
.searchname-col {
    margin-left: 16px;
}
.load-more-filter .next-btn {
    font-size: 20px;
    width: 189px;
}
.address-location-content p {
    font-size: 20px;
}
.address-location {
    max-width: 73%;
}
.local-experts-detail-col .local-filter-content {
    margin-left: 58px;
}
.other-wrap-content p {
    margin-bottom: 24px;
    font-size: 20px;
}
.other-content-section {
    padding: 75px 0 75px;
}
.sensmeier-video-content h3 {
    font-size: 38px;
    line-height: 44px;
}
.sensmeier-video-content {
    width: 282px;
}
.sensmeier-video-section {
    padding: 100px 0 100px;
}
.schedule-meeting-btn {
    padding: 18px 36px;
}
.jeff-sensmeier-video {
    width: 70%;
}
.local-experts-detail-col .filter-img-col {
    width: 438px;
}

.blog-filter-section .container, .blog-categories-section .container {
    padding: 0 50px;
}
.blog-filter-left {
    width: 24%;
}
.blog-filter-right {
    width: 72%;
}
.blog-filter-col {
    width: 30%;
}
.blog-categories-nav ul li {
    padding: 0px 18px;
    font-size: 26px;
    line-height: 36px;
}
.searchblog-input {
    height: 65px;
    outline: none;
    font-size: 22px;
}
.blog-categories-nav {
    margin-right: 20px;
}
.blog-categories-section {
    padding: 46px 0px;
}

/*=======partner page css start======*/
.partner-valenta-section .container, .partner-benefits-section .container, .partnership-types-section .container,
.partnership-pillars-section .container, .step-process-section .container {
    padding: 0 50px;
}
.partner-valenta-section {
    min-height: 884px;
}
.partner-benefits-col p {
    font-size: 16px;
    line-height: 24px;
}
.partnership-pillars-col p {
    font-size: 16px;
    line-height: 24px;
}
/*=======partner page css end======*/


}

@media(max-width:1450px){
    header .navbar-brand {
        max-width: 15%;
    }

    .navbar-nav li {
        margin: 0 1.5rem;
    }
    .navbar-nav li a {
        padding: 1rem 0.5rem !important;
        font-size: 1rem;
    }

    .navbar-nav li .nav-link::before, .navbar-nav li .nav-link.active::before {
        height: 2px;
    }
    .search-box .form-control {
        font-size: 0.85rem;
    }

    .banner-content h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    .does-business p {
        font-size: 1rem;
    }

    .does-business h4 {
        font-size: 1.8rem;
    }
    .right-check, .wrong-cross {
        height: 60px;
        width: 60px;
    }
    .right-check img, .wrong-cross img{
        width: 24px;
    }
    .article-content h5 {
        font-size: 1.5rem;
    }
    .article-content p {
        font-size: 1rem;
    }
    .read-more-btn {
        height: 50px;
        width: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 40px;
        padding-right: 10px;
    }
    .read-more-btn::before {
        font-size: 1.5rem;
        left: 18px;
        top: 7px;
    }
    .digital-transfrom-box h5 {
        font-size: 2rem;
    }
    .digital-transfrom-box .description {
        font-size: 1rem;
    }
    .our-team-section h3 {
        font-size: 2rem;
    }
    .our-team-section h5 {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .connect-now-btn {
        line-height: 50px;
        height: 50px;
    }

    .imbact-img {
        max-height: 280px;
    }
    .next-btn {
        height: 50px;
    }
    .date-box {
        font-size: 0.85rem;
    }
    .article-content p {
        font-size: 1rem;
        max-height: 99px;
    }
    .article-img.article-sort-img {
        max-height: 282px;
    }
    .choose-industry h5 {
        font-size: 1.8rem;
    }
    .digital-transformation-bg .w-75{

    }
    .let-talk-section{
        min-height: 500px;
    }
    .core-vale-box h4, .team-details h3{
        font-size: 1.5rem;
    }


.tab-iner-box h4 {
    font-size: 21px;
}

.service-tabs nav button {
    font-size: 27px;
}


.events-archives-wrap h2 {
    font-size: 66px;
    line-height: 72px;
}

.events-archives-content .container {
    max-width: 1320px;
}
.events-archives-col {
    padding: 0 15px 64px;
}
.events-subscribe-info .container {
    max-width: 1320px;
}
.events-archives-info h3 {
    font-size: 24px;
    line-height: 32px;
}
.events-archives-info p {
    font-size: 24px;
}
.events-subscribe-form h4 {
    font-size: 54px;
    line-height: 54px;
}
.event-highlights-section .container, .casestudy-highlights-section .container, .blog-highlights-section .container, .whitepaper-highlights-section .container {
    padding: 0 50px;
}
.search-events-wrap {
    max-width: 1024px;
}
.search-blog {
    height: 115px;
    font-size: 32px;
    padding: 30px 43px 30px 119px;
}
.searchblogs-btn {
    top: 30px;
    width: 50px;
    height: 54px;
}

.product-overview-section {
    min-height: 720px;
    padding: 90px 0px;
}
.product-overview-content {
    max-width: 1060px;
}
.product-overview-content p {
    font-size: 1.5em;
}
.product-overview-content h2 {
    margin-bottom: 1em;
    font-size: 2.8rem;
}
.service-benifits-section {
  min-height: 720px;
  padding: 90px 0px;
}
.service-benifits-content h3 {
  margin-bottom: 1em;
  font-size: 2.8rem;
}
.service-benifits-list ul li {
    font-size: 2em;
    padding: 15px 0px;
    margin-bottom: 26px;
}
.solution-partners-section {
    padding: 95px 0 150px;
}
.solution-partners-wrap h3 {
  font-size: 2.8rem;
}

/*================*/
.our-hiring-process-section .container {
    max-width: 1340px;
}
.our-hiring-process-col {
    width: 222px;
    padding: 10px 16px;
    margin: 0 24px;
}
.our-hiring-process-col:after {
    right: -49px;;
    width: 49px;
}
select.select-option {
    font-size: 23px;
}
.open-positions-heading h3 {
    font-size: 28px;
    height: 93px;
}
.benefits-working-col h3 {
    font-size: 28px;
    line-height: 35px;
}
.benefits-working-col {
    padding: 60px 40px 32px 40px;
}
.banner-caption p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}
}
@media (min-width: 1400px) and (max-width:1450px) {
    .valenta-focus .col-lg-6 .col-lg-12 .article-img.article-sort-img {
        max-height: 343px;
    }
}

@media(max-width:1439px){
.search-blog {
    height: 80px;
    font-size: 28px;
    padding: 16px 35px 16px 84px;
}
.searchblogs-btn {
    top: 19px;
    width: 36px;
    height: 40px;
    left: 26px;
}
.search-events-wrap {
    max-width: 850px;
}
.event-highlights-heading h2 {
  font-size: 52px;
  line-height: 66px;
}
.event-highlights-heading {
    padding-bottom: 42px;
}
.events-archives-info p {
    font-size: 20px;
}
.events-archives-info h3 {
    font-size: 22px;
    line-height: 30px;
}
.common-btn {
    height: 60px;
    font-size: 22px;
    min-width: 188px;
}
.event-highlights-section {
    padding: 80px 0 80px 0px;
}
.casestudy-highlights-section {
    padding: 80px 0 80px;
}
.casestudy-highlights-heading h3 {
  font-size: 52px;
  line-height: 66px;
}
.casestudy-highlights-heading {
    padding-bottom: 45px;
    padding-left: 0;
}
.casestudy-highlights-col figure {
    margin-bottom: 22px;
}
.casestudy-highlights-col h3 {
    font-size: 34px;
    line-height: 40px;
}
.blog-highlights-section {
    padding: 80px 0 80px 0;
}
.blog-highlights-heading {
    padding-bottom: 70px;
}
.blog-highlights-heading h3 {
    font-size: 52px;
    line-height: 66px;
}
.blog-highlights-info h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-highlights-info h3 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
}
.blog-highlights-right .blog-highlights-info h5 {
    font-size: 26px;
    margin-bottom: 20px;
}
.blog-highlights-right .blog-highlights-info h3 {
    font-size: 36px;
    line-height: 34px;
}
.blog-highlights-right .blog-highlights-info p {
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
}
.whitepaper-highlights-section {
    padding: 80px 0 80px;
}
.whitepaper-highlights-heading h3 {
  font-size: 52px;
  line-height: 66px;
}
.whitepaper-highlights-heading {
    padding-bottom: 52px;
}
.whitepaper-highlights-col figure {
    margin-bottom: 24px;
}
.whitepaper-highlights-content h3 {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 38px;
}
.whitepaper-highlights-content p {
    font-size: 22px;
    line-height: 30px;
}
.whitepaper-highlights-right .whitepaper-highlights-col figure {
    margin-bottom: 26px;
}
.whitepaper-highlights-right .whitepaper-highlights-content h3 {
    margin-bottom: 16px;
}
.whitepaper-highlights-right .whitepaper-highlights-content p {
    line-height: 32px;
}
.whitepaper-highlights-content h3 {
    font-size: 32px;
    line-height: 36px;
}
.whitepaper-highlights-inner .all-event-btn {
    margin-top: 36px;
}



/*=================================*/
.get-touch-col {
    margin: 0 19px;
}
.get-touch-section {
    padding: 80px 0 100px;
}
.get-touch-heading h2 {
    font-size: 44px;
    letter-spacing: -2px;
}
.get-touch-heading {
    margin-bottom: 64px;
}
.Wearehere-help-section {
    padding: 80px 0 70px;
}
.schedule-btn {
    width: 215px;
    height: 55px;
    font-size: 23px;
}
.Wearehere-help-heading h2 {
    font-size: 44px;
    letter-spacing: -2px;
    margin-bottom: 8px;
}
.Wearehere-help-heading p {
    font-size: 27px;
    letter-spacing: 0;
}
.Wearehere-help-heading {
    padding-bottom: 65px;
}
.Wearehere-help-wrap .form-group label {
    font-size: 24px;
}
.our-global-presence-section {
    padding: 80px 0 85px;
}
.our-global-presence-col {
    max-width: 29%;
}
.our-global-presence-heading h3 {
  font-size: 44px;
  letter-spacing: -2px;
  margin-bottom: 18px;
}
.our-global-presence-col::before {
    height: 50px;
}
.submit-form-group .btn {
    width: 208px;
    height: 60px;
    font-size: 22px;
}



.local-experts-content h2 {
    font-size: 32px;
}
.local-experts-section {
    padding: 50px 0 50px;
}
.local-experts-filter-col {
    margin: 0 23px 65px;
}
.local-experts-filter-top {
    padding: 0 34px;
}
.blog-filter-col {
    margin: 0 11px 40px;
}

.blog-filter-menu ul li {
    font-size: 20px;
}

/*=======career page css start======*/
.cultural-showcase-heading h3 {
    font-size: 3rem;
}
.cultural-showcase-heading {
    margin-bottom: 60px;
    padding-left: 40px;
}
.our-office-location-section {
    padding: 90px 0 90px;
}
.our-office-location-heading {
  padding-left: 40px;
}
.our-office-location-heading h3 {
    font-size: 3rem;
}
.benefits-working-heading {
    padding-bottom: 60px;
    padding-left: 40px;
}
.benefits-working-heading h3 {
    font-size: 3rem;
    margin: 0 0 10px;
}
.benefits-working-heading p {
    font-size: 18px;
    line-height: 26px;
}
.benefits-working-col h3 {
    font-size: 25px;
    line-height: 32px;
}
.benefits-working-col p {
    font-size: 18px;
    line-height: 24px;
}
.our-hiring-process-heading h3 {
    margin: 0 0 40px;
    font-size: 3rem;
}
.our-hiring-process-heading p {
    font-size: 30px;
    line-height: 36px;
}
.our-hiring-process-heading {
    padding-bottom: 50px;
}
.our-hiring-process-col {
    margin: 0 14px;
    width: 210px;
}
.our-hiring-process-col:after {
    right: -29px;
    width: 28px;
}
.our-hiring-process-section .container {
    max-width: 1196px;
}
/*=======career page css end======*/

/*=======partner page css start======*/
.partner-valenta-section {
    min-height: 780px;
}
.partner-valenta-wrap h2 {
    margin-bottom: 28px;
}
.partnership-pillars-col {
    width: 31.4%;
}
.partner-testimonals-section .testimonials .container {
    padding: 0 50px;
}
.testimonals-content-info p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
}
.franchise-modal-header h3 {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 38px;
}
.franchise-modal-header h4 {
    font-size: 28px;
    line-height: 34px;
}
.franchise-modal-form {
    padding-top: 35px;
}
/*=======partner page css end======*/

}


@media(max-width:1220px){
    header .navbar-brand {
        max-width: 15%;
    }

    .navbar-nav li {
        margin: 0 1rem;
    }
    .navbar-nav li a {
        padding: 1rem 0.5rem !important;
        font-size: 1rem;
    }

    .navbar-nav li .nav-link::before, .navbar-nav li .nav-link.active::before {
        height: 2px;
    }
    .search-box .form-control {
        font-size: 0.75rem;
    }

    .banner-content h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    .does-business p {
        font-size: 1rem;
    }

    #banner-slider .carousel-control-prev,
    #banner-slider .carousel-control-next {
        width: 90px;
        height: 70px;
    }

    #banner-slider button.carousel-control-prev img {
        width: 60px;
        margin-right: -70px;
    }
    #banner-slider button.carousel-control-next img {
        width: 60px;
        margin-left: -70px;
    }
    .search-btn img{
        width: 20px;
    }
    .search-btn{
        top: 2px;
    }

    .digital-transfrom-box {
        min-height: 500px;
    }
    .does-business h4 {
        font-size: 1.8rem;
    }
    .right-check, .wrong-cross {
        height: 60px;
        width: 60px;
    }
    .right-check img, .wrong-cross img{
        width: 24px;
    }
    .article-content h5 {
        font-size: 1.5rem;
    }
    .article-content p {
        font-size: 1rem;
    }
    .read-more-btn {
        height: 50px;
        width: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 0px;
    }
    .read-more-btn::before {
        font-size: 1.5rem;
        left: 18px;
        top: 7px;
    }
    .digital-transfrom-box h5 {
        font-size: 1.5rem;
    }
    .digital-transfrom-box .description {
        font-size: 1rem;
    }
    .our-team-section h3 {
        font-size: 1.52rem;
    }
    .our-team-section h5 {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .connect-now-btn {
        padding: 0 1.5rem;
    }

    .imbact-img {
        max-height: 200px;
    }

    .date-box {
        font-size: 0.85rem;
    }
    .article-content p {
        font-size: 1rem;
        max-height: 99px;
    }
    .article-img.article-sort-img {
        max-height: 282px;
    }
    .impact-box h3 {
        font-size: 1.2rem;
    }
    .ptb-10 {
        padding: 3rem 0;
    }
    .ptb-20{
        padding: 5rem 0;
    }
    .next-btn {
        width: 125px;
        height: 45px;
    }

    .client-box iframe {
        height: 320px;
    }
    .testimonials .carousel-indicators [data-bs-target]{
        width: 60px;
        height: 40px;
        font-size: 1rem;
    }
    .testimonials .carousel-indicators{
        top: 10px;
    }
    .testimonials h4, .testimonials p {
        font-size: 1rem;
    }
    .choose-industry h5 {
        font-size: 1.5rem;
    }
    .digital-title h3{
        font-size: 1.5rem;
    }
    .digital-transformation-bg .w-75 {
        width: 100% !important;
    }

    .tabs-main ul li{
        font-size: 1.2rem;
        margin: 0 2rem;
    }

    .benifits-box {
    padding: 40px 40px;
    margin-top: 100px;
}


.serice-box h4 {
    font-size: 19px;
}

.service-tabs nav button {
    font-size: 25px;
}

.FAQ{
    padding: 30px;
}

.FAQ h4 {
    margin: 20px 0;
    font-size: 18px;
}

.service-tabs nav button.active, .service-tabs nav button:hover {
    background: transparent!important;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#nav-tabContent {
    margin-top: -20px;
}

.tab-iner-box h4 {
    font-size: 19px;
}
.plus-icon::before, .bl::before {
    right: -10px;
}
p.tb-cont, p.tb-cont2 {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
.service-tabs nav button {
    font-size: 27px;
}
.plus-icon.minu::after, .bl.minu::after {
    right: -10px;
}

.tab-iner-box h4 {
    font-size: 21px;
}

.expert h2 {
    text-align: left;
}

.bl-feature ul li {
    font-size: 20px;
    line-height: 50px;
}

img.intro-img {
    width: 210px;
}

.accordion-header button, .accordion-body {
    padding-left: 50px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.bl-feature .serice-box h4 {
    letter-spacing: 0;
}
.small .featured-box img {
    height: 254px;
    width: 100%;
    object-fit: cover;
}

.gallery .feature-body h4 {
    font-size: 29px;
    margin: 15px 0;
}

.gallery .big .feature-body p {
    font-size: 20px;
}

.launch-news .media img {
    height: 200px;
}

.featured-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.featured-box.big img {
    width: 100%;
    height: 240px;
}

.featured-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.events-archives-wrap h2 {
    font-size: 54px;
    line-height: 64px;
}
.events-archives-heading {
    padding: 60px 0px 60px;
}
.events-archives-content {
    padding: 110px 0 45px;
}
.events-archives-content .container {
    max-width: 1140px;
}
.events-subscribe-info .container {
    max-width: 1140px;
}
.events-subscribe-form h4 {
    font-size: 48px;
    line-height: 50px;
}
.events-subscribe {
    max-width: 770px;
    margin: 0 auto;
}
.subscribe-input {
    height: 65px;
    font-size: 24px;
}
.subscribe-btn {
    height: 70px;
    font-size: 26px;
}
.events-archives-info h3 {
    font-size: 22px;
    line-height: 28px;
}
.events-archives-info p {
    font-size: 22px;
}
.events-subscribe-form{
    text-align: center;
}

.search-events-wrap {
    max-width: 680px;
}
.search-blog {
    height: 70px;
    font-size: 24px;
    padding: 10px 18px 10px 69px;
}
.searchblogs-btn {
    top: 19px;
    width: 28px;
    height: 30px;
    left: 22px;
}
.search-events-section {
    padding: 60px 0 60px;
}
.event-highlights-section {
    padding: 60px 0 60px 0px;
}
.event-highlights-section .container, .casestudy-highlights-section .container, .blog-highlights-section .container, .whitepaper-highlights-section .container {
    padding: 0 30px;
}
.event-highlights-heading h2 {
    font-size: 40px;
    line-height: 48px;
}
.event-highlights-heading {
    padding-bottom: 35px;
    padding-left: 20px;
}
.casestudy-highlights-section {
    padding: 60px 0 60px;
}
.casestudy-highlights-heading h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.casestudy-highlights-heading {
    padding-bottom: 30px;
}
.casestudy-highlights-col figure {
    margin-bottom: 16px;
}
.blog-highlights-section {
    padding: 60px 0 60px 0;
}
.blog-highlights-heading h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.blog-highlights-heading {
    padding-bottom: 40px;
}
.whitepaper-highlights-section {
    padding: 60px 0 60px;
}
.whitepaper-highlights-heading h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.whitepaper-highlights-heading {
    padding-bottom: 34px;
}
.whitepaper-highlights-col figure {
    margin-bottom: 16px;
}
.whitepaper-highlights-content p {
    padding-right: 0;
}
.whitepaper-highlights-content p {
  font-size: 20px;
  line-height: 26px;
    letter-spacing: 0;
    letter-spacing: -1px;
}
.whitepaper-highlights-content h3 {
    letter-spacing: -1px;
}
.whitepaper-highlights-right .whitepaper-highlights-content p {
    line-height: 28px;
}
.whitepaper-highlights-right {
    margin-top: 0;
}
.blog-highlights-info p br {
    display: none;
}


.product-overview-section {
    min-height: 540px;
    padding: 90px 0px;
}
.product-overview-content {
    max-width: 1060px;
}
.product-overview-content p {
    font-size: 1.3em;
}
.product-overview-content h2 {
    font-size: 2rem;
}
.service-benifits-section {
  min-height: 540px;
  padding: 90px 0px;
}
.service-benifits-content h3 {
  font-size: 2rem;
}
.service-benifits-list ul li {
    font-size: 2em;
    padding: 15px 0px;
    margin-bottom: 26px;
}
.solution-partners-section {
    padding: 95px 0 95px;
}
.solution-partners-wrap h3 {
  font-size: 2rem;
}
.service-benifits-list ul li {
  font-size: 1.5em;
}
.service-benifits-list {
    padding-left: 45px;
}

/*===================*/
.get-touch-col {
    width: 29%;
    height: 324px;
}
.gettouch-icon {
    width: 106px;
    height: 106px;
}
.gettouch-icon img {
    max-height: 36px;
}
.info-gettouch h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
}
.info-gettouch p {
  font-size: 24px;
  line-height: 26px;
}
.schedule-btn {
    height: 55px;
    font-size: 21px;
    padding-bottom: 5px;
}
.get-touch-heading h2 {
    font-size: 38px;
    letter-spacing: -1px;
}
.get-touch-heading {
    margin-bottom: 45px;
}
.Wearehere-help-heading h2 {
  font-size: 38px;
  letter-spacing: -1px;
}
.Wearehere-help-heading p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
}
.our-global-presence-heading h3 {
  font-size: 38px;
  letter-spacing: -1px;
}
.our-global-presence-col h4 {
    font-size: 19px;
}
.our-global-presence-col {
    padding: 0 20px;
}
.location-map {
    padding-top: 48px;
}

.local-experts-filter-top {
    padding: 0 6px;
}
.local-experts-filter-row {
    padding-top: 60px;
}
.filter-img-col {
    padding: 15px;
    margin-bottom: 15px;
}
.filter-img-col figure {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.local-experts-filter-col {
    margin: 0 18px 54px;
    width: 28%;
}
.local-filter-content h3 {
    font-size: 26px;
}
.local-filter-content p {
    font-size: 16px;
}
.info-right {
    padding-left: 10px;
}
.other-info {
    margin-bottom: 10px;
}
.connectnow-btn {
    min-width: 129px;
    height: 45px;
    font-size: 15px;
}
.load-more-filter .next-btn {
    font-size: 18px;
    width: 172px;
}
.address-location-content p {
    font-size: 18px;
}
.other-wrap-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
.schedule-meeting-btn {
    padding: 15px 32px;
    font-size: 20px;
    line-height: 26px;
}
.sensmeier-video-content h3 {
    font-size: 26px;
    line-height: 32px;
}
.sensmeier-video-content {
    width: 21%;
}


.blog-categories-nav ul li {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 30px;
}
.searchblog-input {
    height: 50px;
    font-size: 16px;
    padding: 6px 46px 6px 11px;
    width: 214px;
}
.blog-filter-menu ul li {
    font-size: 18px;
}
.blog-filter-connect h3 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.5px;
}
.blog-categories-section {
    padding: 24px 0px;
}
.blog-filter-section .container, .blog-categories-section .container {
    padding: 0 30px;
}
.blog-filter-section {
    padding: 70px 0 70px;
}
.searchblog-btn {
    background-size: 24px;
    width: 48px;
}
.previous-btn .next-btn {
    margin-top: 0;
}

/*=======career page css start======*/
.valenta-value-system-section {
    padding: 65px 0 65px;
}
.valenta-value-system-section .container {
    padding: 0 30px;
}
.cultural-showcase-section .container {
    padding: 0 30px;
}
.cultural-showcase-section {
    padding: 65px 0 65px;
}
.cultural-showcase-heading h3 {
    font-size: 2rem;
}
.cultural-showcase-heading {
    margin-bottom: 35px;
}
.our-office-location-section {
    padding: 65px 0 65px;
}
.our-office-location-heading h3 {
    font-size: 2rem;
}
.our-office-location-heading {
    padding-bottom: 30px;
}
.benefits-working-section {
    padding: 65px 0 65px;
}
.benefits-working-heading {
    padding-bottom: 30px;
}
.benefits-working-section .container {
    padding: 0 30px;
}
.benefits-working-heading h3 {
    font-size: 2rem;
}
.benefits-working-heading p {
    font-size: 16px;
    line-height: 24px;
}
.benefits-working-col {
    padding: 30px 20px 30px 20px;
    width: 30%;
    margin: 0 12px 30px;
}
.benefits-working-col img {
    max-height: 70px;
}
.benefits-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
}
.benefits-working-col h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.benefits-working-col p {
    font-size: 16px;
    line-height: 22px;
}
.our-hiring-process-section {
    padding: 65px 0 65px;
}
.our-hiring-process-heading h3 {
    margin: 0 0 35px;
    font-size: 2rem;
}
.our-hiring-process-section .container {
    max-width: 946px;
}
.our-hiring-process-col {
    margin: 0 10px;
    width: 167px;
}
.our-hiring-process-col:after {
    right: -21px;
    width: 20px;
}
.our-hiring-process-col h4 {
    font-size: 18px;
    line-height: 24px;
}
.our-hiring-process-heading {
    padding-bottom: 36px;
}
.banner-content {
    left: 0;
}
.our-hiring-process-heading p {
    font-size: 24px;
    line-height: 32px;
}
/*=======career page css end======*/

/*=======partner page css start======*/
.partnership-pillars-col {
    width: 31.2%;
}
.partner-valenta-section {
      min-height: 660px;
  }
  .partner-valenta-wrap p {
      font-size: 18px;
  }
  .partner-valenta-wrap h2 {
      margin-bottom: 18px;
      font-size: 40px;
      line-height: 44px;
  }
  .partner-benefits-heading h3 {
      font-size: 40px;
  }
  .partner-benefits-heading p {
      font-size: 24px;
      line-height: 36px;
  }
  .partner-benefits-heading-outer {
    padding: 58px 0 40px;
}
.partnership-types-heading h3 {
    font-size: 40px;
}
.partnership-types-col p {
    font-size: 16px;
    line-height: 22px;
}
.partnership-types-wrap ul li {
    padding: 50px 30px 60px 30px;
}
.partnership-types-col h4 {
    font-size: 26px;
    line-height: 40px;
}
.partnership-types-section {
    padding: 65px 0 0px;
}
.partnership-pillars-section {
    padding: 65px 0px 65px;
}
.partnership-pillars-col h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
}
.step-process-content p {
    font-size: 16px;
}
.step-process-content h4 {
    font-size: 26px;
    line-height: 36px;
}
.partner-testimonals-heading-right, .partner-testimonals-heading-left {
    padding: 20px 0 20px 30px;
}
.partner-testimonals-section {
    padding-bottom: 65px;
}
.step-process-right {
    padding-top: 0;
}
.step-process-right {
    padding-left: 50px;
}
.partner-valenta-wrap p {
    font-size: 16px;
}
.download-exclusive-wrap a.next-btn.join-btn {
    font-size: 16px;
}
.franchise-modal-form .modal-dialog {
    max-width: 620px;
}
.franchise-modal-header p {
    font-size: 18px;
    line-height: 24px;
}
.franchise-modal-header h3 {
    font-size: 30px;
    line-height: 36px;
}
.franchise-modal-header h4 {
    font-size: 24px;
    line-height: 32px;
}
.partner-testimonals-content-left iframe {
    height: 280px;
}
/*=======partner page css end======*/
}
@media(min-width:993px){
  .more-menu {
      display: none;
  }
}

@media(max-width:992px){
    .mobile-view{
        display: block;
    }
    .mobile-view li{
        margin: 0;
    }
    .mobile-view li a{
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
        color: #000;
        font-weight: normal;
    }
    .mobile-view li a.active, .mobile-view li:hover a{
        color: #000!important;
    }

    .does-business h4 {
        font-size: 1.1rem;
    }
    .business-future-section h2{
        margin-bottom: 2rem;
    }
    .article-content h5 {
        font-size: 1.2rem;
        min-height: auto;
    }
    .article-content p {
        min-height: auto;
    }

    .about-valenta-img {
        margin-top: 2rem;
    }
    .read-more-btn .read-text{
        font-weight: 400;
    }
    .technology-img {
        margin-top: 4rem;
        max-width: 79%;
        margin-left: auto;
        margin-right: auto;
    }

    .impact-box {
        margin-top: 3rem;
    }
    .newsletter-box input {
        display: flex;
        min-width: 100%;
    }
    .socialmeida-content {
        align-items: center;
        margin-left: auto;
        margin-left: auto;
    }
    .socialmeida-content ul{
        margin-right: auto;
        margin-top: 1rem;
    }

    .copyright-text-footer {
        text-align: center;
    }

    #banner-slider .carousel-control-prev, #banner-slider .carousel-control-next{
        top: 45%;

    }
    .digital-transfrom-box h5 {
        font-size: 1.2rem;
    }

    #banner-slider .carousel-control-prev, #banner-slider .carousel-control-next {
        width: 50px;
        height: 50px;
    }
    #banner-slider button.carousel-control-prev img {
        width: 50px;
        margin-right: -40px;
    }
    #banner-slider button.carousel-control-next img {
        width: 50px;
        margin-left: -40px;
    }
    .our-team-section #carouselExampleControls::before {
        content: normal;
    }
    .testimonials .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 30px;
    }
    .digital-title h3 {
        font-size: 1.5rem;
    }
    .digital-title {
        padding: 2rem 0;
    }
    .choose-industry ul li {
        width: 50%;
    }
    .choose-industry h5 {
        font-size: 1.5rem;
    }
    .choose-industry ul{
        flex-wrap: wrap;
    }
    .let-talk-section {
        min-height: initial !important;
    }
    .who-we-are-content .w-50{
        width: 100%!important;
    }
    .team-details .w-50{
        width: 100%!important;
    }
    div#talk .media {
    margin-top: 37px;
    text-align: center;
}

a.next-btn.join-btn {
    margin: auto;
}

h2.mb-3.mb-lg-5.text-white {
    text-align: center;
}

.logo-box {
    border: 2px solid #000;
    text-align: center;
    margin: 10px;
}

.benifits-box {
    padding: 53px 40px;
}

.intro-img {
    width: 150px;
    margin-top: 15px!important;
}
section.service.ptb-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.serice-box {
    border-bottom: 1px solid white;
    border-right: 0px;
}

.service-tabs nav {
    margin-top: 20px;
}
.service-tabs nav button {
    font-size: 15px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}
.case-studies p {
    font-size: 13px;
}

.plus-icon, .bl {
    right: -20px;
}

.FAQ{
    padding: 30px;
}

.FAQ h4 {
    margin: 20px 0;
    font-size: 18px;
}

.service-tabs nav button.active, .service-tabs nav button:hover {
    background: transparent!important;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#nav-tabContent {
    margin-top: -20px;
}

.tab-iner-box h4 {
    font-size: 13px;
}
.plus-icon::before, .bl::before {
    right: -10px;
}
p.tb-cont, p.tb-cont2 {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
.plus-icon.minu::after, .bl.minu::after {
    right: -10px;
}

.expert h2 {
    text-align: center;
}

.serice-box h4 {
    font-size: 24px;
    letter-spacing: 0;
}
.bl-feature ul li {
    font-size: 21px;
    line-height: 39px;
    margin-bottom: 20px;
}

.featured-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.featured-box.big img {
    width: 100%;
    height: 240px;
}

.featured-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.launch-news .media img {
    height: 210px;
}

.gallery .featured-box {
    padding: 10px;
}



.gallery .featured-box .feature-body {
    padding-left: 9px;
}

.gallery .feature-body h4 {
    font-size: 26px;
    margin: 14px 0;
}

.gallery .big .feature-body p {
    font-size: 16px;
}

.gallery .small .feature-body h4 {
    font-size: 19px;
    margin: 13px 0;
}
.gallery .small .feature-body p {
    font-size: 16px;
}

.small .featured-box img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.gallery .small .feature-body p {
    font-size: 18px;
}
.event .media img {
    width: 100%;
    margin-top: 50px;
}

.events-archives-col {
    padding: 0 15px 50px;
    width: 50%;
}
.events-subscribe-form h4 {
    font-size: 34px;
    line-height: 40px;
    margin: 0px 0 18px;
}
.events-subscribe {
    max-width: 540px;
}
.subscribe-btn {
    height: 56px;
    font-size: 24px;
    width: 192px;
}
.latest-events-subscribe-section figure img {
    height: 435px;
}
.banner-overlay .banner-content h1 {
    line-height: normal;
}
.events-archives-wrap h2 {
    font-size: 40px !important;
    line-height: 48px;
}
.search-events-wrap {
    max-width: 580px;
}
.search-blog {
    font-size: 20px;
    padding: 10px 18px 10px 63px;
}
.events-archives-info h3 {
    font-size: 20px;
    line-height: 26px;
}
.events-archives-info p {
    font-size: 20px;
}
.casestudy-highlights-left {
    width: 100%;
}
.casestudy-highlights-right {
    width: 100%;
}
.casestudy-highlights-right .casestudy-highlights-col figure img {
    width: 100%;
}
.casestudy-highlights-col h3 {
    font-size: 28px;
    line-height: 32px;
}
.blog-highlights-wrap {
    padding-left: 0;
}
.blog-highlights-left {
    width: 100%;
}
.blog-highlights-col figure img {
    width: 100%;
}
.blog-highlights-right {
    width: 100%;
    padding-top: 35px;
}
.whitepaper-highlights-left {
    width: 100%;
    margin-bottom: 35px;
}
.whitepaper-highlights-right {
    width: 100%;
}
.whitepaper-highlights-col figure img{
  width: 100%;
}
.whitepaper-highlights-inner .all-event-btn {
    margin-top: 6px;
}
.blog-highlights-info p {
    font-size: 16px;
    line-height: 24px;
}
.blog-highlights-right .blog-highlights-info p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.whitepaper-highlights-content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.whitepaper-highlights-right .whitepaper-highlights-content p {
    line-height: 24px;
}
.product-overview-content p {
    font-size: 1.2em;
}
.benifits-box p.text-dark {
    height: auto !important;
}

.local-experts-filter-row {
    padding-top: 60px;
    margin: 0 -10px;
}
.local-experts-filter-col {
    margin: 0 10px 35px;
    width: 45%;
}
.local-experts-filter-section {
    padding: 55px 0 60px;
}

.local-experts-detail-col .filter-img-col {
    width: 40%;
}
.local-experts-detail-col .local-filter-content {
    margin-left: 34px;
    width: 50%;
}
.address-location-content p {
    font-size: 16px;
    line-height: normal;
}
.location-pin {
    width: 34px;
}
.socail-information img {
    max-width: 30px;
}
.other-wrap-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
}
.other-content-section {
    padding: 60px 0 60px;
}
.schedule-meeting-btn {
    padding: 11px 24px;
    font-size: 18px;
    line-height: 24px;
}
.sensmeier-video-section {
    padding: 60px 0 60px;
}
.sensmeier-video-content h3 {
    font-size: 22px;
    line-height: 26px;
}
.sensmeier-video-content {
    width: 26%;
}
.jeff-sensmeier-video {
    width: 68%;
}

/*------Contact Us-------*/
.get-touch-section {
    padding: 65px 0 65px;
}
.get-touch-heading h2 {
    font-size: 32px;
    letter-spacing: 0;
}
.gettouch-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}
.gettouch-icon img {
    max-height: 26px;
    max-width: 32px;
}
.info-gettouch h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px;
}
.info-gettouch p {
    font-size: 18px;
    line-height: 20px;
}
.schedule-btn {
    height: 37px;
    font-size: 16px;
    padding-bottom: 1px;
    width: 100%;
}
.get-touch-col {
    width: 29%;
    height: 225px;
    margin: 0 10px;
}
.Wearehere-help-section {
    padding: 65px 0 55px;
}
.Wearehere-help-heading h2 {
    font-size: 32px;
    letter-spacing: 0;
}
.Wearehere-help-heading p {
    font-size: 18px;
}
.Wearehere-help-heading {
    padding-bottom: 36px;
}

.Wearehere-help-wrap .form-group {
    margin-bottom: 15px;
}
.Wearehere-help-wrap .form-group label {
    font-size: 18px;
    width: 160px;
    line-height: 50px;
}
.Wearehere-help-wrap .form-group input.form-control {
    height: 50px;
    font-size: 16px;
    padding: 8px 15px;
    width: calc(100% - 160px);
}
.form-group.submit-form-group {
    padding-left: 160px;
}
.submit-form-group .btn {
    width: 156px;
    height: 50px;
    font-size: 20px;
}
.our-global-presence-section {
    padding: 65px 0 65px;
}
.our-global-presence-heading h3 {
    font-size: 32px;
    letter-spacing: 0;
}
.our-global-presence-section .container {
    padding: 0 30px;
}
.our-global-presence-col {
    padding: 0 14px;
    width: 25%;
    max-width: 25%;
}
.our-global-presence-col h4 {
    font-size: 16px;
}
.location-map {
    padding-top: 25px;
}
.blog-filter-col {
    margin: 0 8px 35px;
    width: 46%;
}
.blog-filter-menu ul li {
    font-size: 16px;
}


.benefits-working-col {
    margin: 0 10px 30px;
}
.our-hiring-process-section .container {
    max-width: 670px;
}
.our-hiring-process-col {
    margin: 0 6px;
    width: 118px;
}
.our-hiring-process-col h4 {
    font-size: 15px;
    line-height: 20px;
}
.our-hiring-process-col:after {
    right: -13px;
    width: 12px;
    height: 6px;
}
.open-positions-section {
    padding: 65px 0 65px;
}
.open-positions-heading h3 {
    font-size: 22px;
    height: 60px;
    min-width: 220px;
    letter-spacing: -0.3px;
}
.open-positions-col {
    padding: 0 10px;
}
select.select-option {
    font-size: 18px;
    width: 290px;
    height: 50px;
    background-size: 20px;
    line-height: normal;
}
.open-positions-heading {
    margin-bottom: 40px;
}
.banner-caption p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
/*=======partner page css start======*/

.partner-valenta-section {
    min-height: 530px;
}
.partnership-types-wrap ul li {
    width: 50%;
}
.partnership-pillars-col {
    width: 46%;
}
.partnership-types-wrap ul li.lastnone {
    border-right: none;
    border-left: none;
}
.partnership-types-col a.next-btn.join-btn {
    margin-top: 22px;
}
/*=======partner page css end======*/
}

@media(max-width:767px){
    h2 br{
        display: none;
    }
    .top-header-bar{
        display: none;
    }
    .top-header .navbar{
        border-top:0px;
        padding: 0.5rem;
    }
    .banner-content h1 {
        font-size: 2rem;
		line-height:normal;
        padding-left: 3rem;
    }
    .banner-caption p {
      padding-left: 3rem;
    }
    .work-withus-btn {
      padding-left: 3rem;

  }
    h2 {
        font-size: 1.5rem!important;
    }
    .answer-yes-no {
        gap: 0px;
    }
    .testimonials .carousel-indicators {
        top: auto;
        width: 100%;
        bottom: 20px;
    }
    .footer-section .col {
        width: 50%;
        flex: none;
        margin-bottom: 1.5rem;
    }
    .footer-section .col:last-child{
        width: 100%;
    }
    .imbact-img .w-50{
        width: auto!important;
    }
    .impact-box .card-body {
        max-width: 100%;
    }
    .our-team-section .carousel-control-prev{
        left: 10px;
    }
    .our-team-section .carousel-control-next{
        right: 10px;
    }

    .our-team-section .carousel-control-prev, .our-team-section .carousel-control-next {
        width: 40px;
    }
    header .navbar-brand {
        max-width: 35%;
    }
    .choose-industry ul{
        flex-direction: column;
    }
    .choose-industry ul li{
        width: 100%;
    }
    .choose-industry h5 {
        font-size: 1.5rem;
            min-height: auto;
    }
    .digital-title h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .digital-transformation-bg{
        padding: 1rem 0;
    }
    .events-archives-heading {
        padding: 30px 0px 30px;
    }
    .events-archives-content {
        padding: 55px 0 35px;
    }
    .events-archives-col {
        padding: 0 10px 38px;
        width: 50%;
    }
    .events-archives-info h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .events-subscribe {
        margin: 0 auto;
    }
    .events-subscribe-form {
        text-align: center;
    }
    .latest-events-subscribe-section figure img {
        height: 382px;
    }
    .subscribe-input {
        height: 55px;
        font-size: 22px;
    }
    .subscribe-btn {
        margin: 18px auto 0;
    }
    .event-highlights-section {
      padding: 35px 0 35px 0px;
  }
  .event-highlights-heading h2 {
    font-size: 32px !important;
    line-height: 38px;
}
.event-highlights-heading {
    padding-bottom: 28px;
    padding-left: 13px;
}
.casestudy-highlights-section {
    padding: 35px 0 35px;
}
.blog-highlights-section {
    padding: 35px 0 35px;
}
.whitepaper-highlights-section {
    padding: 35px 0 35px;
}
.common-btn {
    height: 50px;
    font-size: 20px;
    min-width: 183px;
}
.search-events-section {
    padding: 35px 0 35px;
}
.search-blog {
    font-size: 16px;
    padding: 10px 16px 10px 44px;
    height: 55px;
}
.searchblogs-btn {
    top: 12px;
    width: 24px;
    height: 30px;
    left: 14px;
}
.casestudy-highlights-heading h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
}
.casestudy-highlights-heading {
    padding-bottom: 20px;
}
.blog-highlights-heading h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
}
.blog-highlights-heading {
    padding-bottom: 26px;
}
.whitepaper-highlights-heading h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
}
.whitepaper-highlights-heading {
    padding-bottom: 24px;
}
.whitepaper-highlights-content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

.whitepaper-highlights-right .whitepaper-highlights-col figure {
    margin-bottom: 16px;
}
.whitepaper-highlights-right .whitepaper-highlights-content h3 {
    margin-bottom: 10px;
}
.blog-highlights-info h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-highlights-info h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
}
.blog-highlights-col {
    margin-bottom: 35px;
}
.blog-highlights-right .blog-highlights-info h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-highlights-right .blog-highlights-info h3 {
    font-size: 26px;
    line-height: 30px;
}

.casestudy-highlights-right .casestudy-highlights-col h3 {
    font-size: 26px;
    line-height: 32px;
}
.casestudy-highlights-col h3 {
  font-size: 26px;
  line-height: 32px;
}
.casestudy-highlights-right .casestudy-highlights-col:nth-child(2) figure, .casestudy-highlights-right .casestudy-highlights-col:nth-child(3) figure {
    margin-bottom: 10px;
}
.casestudy-highlights-left .casestudy-highlights-col:nth-child(2) figure {
    margin-bottom: 10px;
}
.casestudy-highlights-col figure {
    margin-bottom: 10px;
}
.casestudy-highlights-right .casestudy-highlights-col:last-child {
    padding-bottom: 10px;
}
.blog-highlights-col figure {
    margin-bottom: 15px;
}
.blog-highlights-right {
    padding-top: 15px;
}

.solution-partners-section {
    padding: 35px 0 35px;
}
.product-overview-section {
    min-height: auto;
    padding: 55px 0px;
}
.product-overview-content p {
    font-size: 1em;
}
.service-benifits-section {
    min-height: auto;
    padding: 35px 0px;
}
.service-benifits-list {
    padding-left: 20px;
}
.service-benifits-list ul li {
    padding: 8px 0px;
    margin-bottom: 15px;
}
.product-overview-section .container, .service-benifits-section .container, .solution-partners-section .container {
    padding: 0 30px;
}
.solution-partners-wrap h3 {
    margin-bottom: 1.2em;
}
.service-benifits-list ul li {
    font-size: 1.3em;
}
.service-benifits-content h3 {
    margin-bottom: 17px;
}
.choose-industry p {
    height: auto !important;
}
.local-experts-filter-section .container {
    padding: 0 20px;
}
.search-name-info {
    min-width: 290px;
    font-size: 16px;
}
.searchname-input {
  min-width: 290px;
  font-size: 16px;
}
.local-experts-section {
    padding: 35px 0 35px;
}

.local-experts-detail-section .container, .other-content-section .container, .sensmeier-video-section .container {
    max-width: 100%;
    padding: 0 30px;
}
.local-experts-detail-section {
    padding: 35px 0;
}
.other-content-section {
    padding: 35px 0;
}
.sensmeier-video-section {
    padding: 35px 0;
}
/*-----Contact Us-----*/
.get-touch-section .container {
    max-width: 100%;
}
.get-touch-section {
    padding: 35px 0 35px;
}
.get-touch-heading {
    margin-bottom: 26px;
}
.get-touch-heading h2 {
    font-size: 32px !important;
    letter-spacing: 0;
}
.get-touch-wrap:before {
    height: 42px;
    width: 70%;
}
.Wearehere-help-section {
    padding: 35px 0 25px;
}
.our-global-presence-section {
    padding: 35px 0 35px;
}
.Wearehere-help-heading h2 {
    font-size: 32px !important;
}
.blog-filter-section .container, .blog-categories-section .container {
    padding: 0 15px;
}
.searchblog-input {
    font-size: 15px;
    padding: 6px 40px 6px 11px;
    width: 190px;
}
.blog-categories-nav ul li {
    padding: 0px 8px;
    font-size: 16px;
    line-height: normal;
}
.blog-categories-section {
    padding: 18px 0px;
}
.blog-filter-section {
    padding: 35px 0 35px;
}
.blog-filter-left h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.5px;
}

.banner-content {
    left: 0;
}

.cultural-showcase-section {
    padding: 35px 0 35px;
}
.cultural-showcase-heading h3 {
    font-size: 24px;
}
.cultural-showcase-heading {
    margin-bottom: 30px;
    padding-left: 0;
}
.cultural-showcase-col {
    margin-bottom: 10px;
}
.cultural-showcase-left {
    width: 51%;
}
.our-office-location-section {
    padding: 35px 0 35px;
}
.our-office-location-heading {
    padding-left: 0;
}
.our-office-location-heading h3 {
    font-size: 24px;
}
.benefits-working-section {
    padding: 35px 0 35px;
}
.benefits-working-heading {
    padding-left: 0;
}
.benefits-working-heading h3 {
    font-size: 24px;
}
.benefits-working-heading {
    padding-bottom: 15px;
}
.our-hiring-process-section {
    padding: 35px 0 35px;
}
.our-hiring-process-heading p {
    font-size: 20px;
    line-height: 28px;
}
.our-hiring-process-heading {
    padding-bottom: 20px;
}
.our-hiring-process-heading h3 {
    margin: 0 0 22px;
    font-size: 24px;
}
.our-hiring-process-heading p {
    font-size: 18px;
    line-height: 26px;
}
.open-positions-section {
    padding: 35px 0 35px;
}
.open-positions-heading h3 {
    font-size: 18px;
    height: 45px;
    min-width: 210px;
    letter-spacing: -0.2px;
}
select.select-option {
    font-size: 18px;
    width: 224px;
}
.testimonials-career {
    padding: 35px 0;
}
.load-more .next-btn {
    font-size: 18px;
    width: 180px;
}
.load-more {
    padding-top: 10px;
}
.accordion-item {
    margin: 20px 0;
}
.career-faq .col-lg-9.mx-auto.mt-5 {
    margin-top: 0 !important;
}
.valenta-value-system-heading {
    padding-left: 0;
}
.valenta-value-system-wrap h2.text-white.ptb-5 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 16px;
}
/*=======partner page css start======*/
.partner-valenta-wrap h2 {
    margin-bottom: 8px;
    font-size: 26px !important;
    line-height: normal;
}
.partner-valenta-wrap p {
    font-size: 14px;
    line-height: normal;
}
.partner-valenta-section {
    min-height: auto;
    padding: 100px 0 100px;
}
.partner-benefits-heading-outer {
    padding: 35px 0 35px;
}
.partner-valenta-section .container, .partner-benefits-section .container, .partnership-types-section .container, .partnership-pillars-section .container, .step-process-section .container {
        padding: 0 15px;
}
.partner-benefits-section .container{
  padding: 0 50px;
}
.partner-benefits-col {
    padding: 40px 20px 40px 15px;
    min-height: auto;
}
.partner-benefits-heading h3 {
    font-size: 26px;
    line-height: normal;
}
.partner-benefits-heading p {
      font-size: 18px;
      line-height: 28px;
  }
.partner-benefits-wrap {
    padding: 35px 0px 40px;
}
.partnership-types-heading h3 {
    font-size: 26px;
    line-height: normal;
}
.partnership-types-col h4 {
    font-size: 24px;
    line-height: normal;
}
.partnership-types-col p {
    font-size: 14px;
    line-height: 20px;
}
.partnership-types-col a.next-btn.join-btn {
    font-size: 14px;
}
.partnership-pillars-col p {
    font-size: 14px;
    line-height: 20px;
}
  .partnership-types-heading {
    padding-bottom: 40px;
}
.partnership-types-section {
        padding: 35px 0 0px;
  }
  .partnership-pillars-section {
      padding: 35px 0px 35px;
  }
  .partnership-pillars-wrap {
      margin-top: 35px;
  }
  .partnership-pillars-col {
        padding: 40px 23px 23px 23px;
        min-height: auto;
    }
    .step-process-section {
    padding: 35px 0 35px;
}
.step-process-number {
    font-size: 62px;
    line-height: 58px;
    width: 80px;
}
.step-process-number:before {
    top: 70px;
    height: 67px;
}
.step-process-right {
    padding-left: 25px;
    width: calc(100% - 80px);
}
.step-process-col {
    padding-bottom: 40px;
}
.download-exclusive-wrap a.next-btn.join-btn {
    margin-right: 20px;
}
.download-exclusive-wrap p {
    font-size: 20px;
    line-height: 24px;
}
.partner-testimonals-heading-right h3 {
    font-size: 26px;
    line-height: 30px;
}
.partner-testimonals-section {
    padding-bottom: 35px;
}
.partner-benefits-col p {
    font-size: 14px;
    line-height: normal;
}
.step-process-content h4 {
    font-size: 22px;
    line-height: normal;
}
.step-process-content p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}
.partner-testimonals-content-left iframe {
    height: 230px;
}
.franchise-modal-header h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: normal;
}
.franchise-modal-header h4 {
    font-size: 24px;
    line-height: 32px;
}
.franchise-modal-header p {
    font-size: 16px;
    line-height: 22px;
}
.franchise-modal-form .modal-dialog {
    max-width: 550px;
}
.franchise-modal-form .modal-body {
    padding: 42px 45px;
}
.franchise-modal-form .submit-form-group .btn {
    width: 122px;
    height: 45px;
    font-size: 16px;
}
.franchise-modal-form .form-group.submit-form-group {
    margin-bottom: 0;
    padding-left: 0;
}
.form-group-field-right {
    padding-right: 0;
}
.franchise-modal-header h4 {
    font-size: 20px;
    line-height: normal;
}
.franchise-modal-form .form-group {
    margin-bottom: 13px;
}
.franchise-modal-form {
    padding-top: 18px;
}
/*=======partner page css end======*/
}
@media (max-width:600px){
    .digital-transfrom-box {
        width: 100%;
        min-height: 320px;
    }
    .transformative-section{
        flex-direction: column;
    }
    .digital-transfrom-box {
        min-height: 320px;
    }
    .banner-content {
        justify-content: center;
    }
    .banner-content h1 {
        font-size: 1.5rem;
        text-align: center;
		line-height:normal;
        padding-left: 0;
    }
    .ptb-20 {
        padding: 3rem 0;
    }
    .digital-title h3 {
        font-size: 1.2rem;
    }

    .our-journey-tabs{
        display: none;
    }
    .our-journey-content .owl-nav{
        margin-top: 2rem;
        justify-content: center;
    }
    .month-box {
        max-width: 100%;
    }
    .our-journey-content .owl-nav button{
        width: 42px;
        height: 42px;
    }
    .tabs-main ul li {
        font-size: 1rem;
        margin: 0 1rem;
    }

    .benifits-box {
    padding: 25px 20px;
    margin-top: 50px;
}

.accordion-header button, .accordion-body {
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 23px;
}

.accordion-header .plus-icon::before, .accordion-header .plus-icon::after {
    height: 30px;
    width: 30px;
}

button.accordion-button div {
    font-size: 15px;
    padding-right: 45px;
}

h4.text-white {
    font-size: 15px;
    margin-top: 20px;
}

.media {
    margin-top: 20px;
}

.intro-img {
    width: 150px;
    margin-top: 15px!important;
}
section.service.ptb-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.serice-box {
    border-bottom: 1px solid white;
    border-right: 0px;
}

.service-tabs nav {
    margin-top: 20px;
}
.service-tabs nav button {
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}
.service-tabs nav button.active, .service-tabs nav button:hover {
    background: transparent!important;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#nav-tabContent {
    margin-top: -20px;
}

.tab-iner-box h4 {
    font-size: 13px;
}
.plus-icon::before, .bl::before {
    right: -10px;
}
p.tb-cont, p.tb-cont2 {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
.plus-icon.minu::after, .bl.minu::after {
    right: -10px;
}

.expert h2 {
    text-align: center;
}

.bl-feature ul li {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
}

.bl-feature .serice-box h4 {
    letter-spacing: 0px;
}
.bl-feature .serice-box {
    margin-top: 15px;
}

.bl-feature{
    background-size: cover!important;
}


.featured-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.featured-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.launch-news .media img {
    height: 210px;
}

.gallery .featured-box {
    padding: 10px;
}

.featured-box.big img {
    width: 100%;
    height: 240px;
}

.gallery .featured-box .feature-body {
    padding-left: 9px;
}

.gallery .feature-body h4 {
    font-size: 26px;
    margin: 14px 0;
}

.gallery .big .feature-body p {
    font-size: 16px;
}

.gallery .small .feature-body h4 {
    font-size: 19px;
    margin: 13px 0;
}
.gallery .small .feature-body p {
    font-size: 16px;
}

.small .featured-box img {
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.gallery .small .feature-body p {
    font-size: 18px;
}

.w-50{
    width: 100%!important;
}

}

@media (max-width:575px){
  .events-archives-col {
      padding: 0 0px 28px;
      width: 100%;
  }
  .events-archives-col:last-child {
      padding-bottom: 0px;
  }
  .events-subscribe-form h4 {
      font-size: 30px;
      line-height: 36px;
  }
.event-highlights-section .container, .casestudy-highlights-section .container, .blog-highlights-section .container, .whitepaper-highlights-section .container {
    padding: 0 15px;
}
.events-archives-col figure {
    margin-bottom: 10px;
}
.service-benifits-list {
    padding-left: 0;
}
.local-experts-filter-col {
    margin: 0 0px 35px;
    width: 100%;
}
.local-experts-filter-row {
    padding-top: 50px;
    margin: 0;
}
.search-name-col {
    width: 100%;
    margin-bottom: 15px;
}
.search-name-info {
    min-width: 100%;
}
.searchname-col {
    margin-left: 0px;
    width: 100%;
}
.searchname-input {
  min-width: 100%;
}
.local-experts-detail-col .filter-img-col {
    width: 100%;
    margin-bottom: 16px;
}
.local-experts-detail-col .local-filter-content {
    margin-left: 0;
    width: 100%;
}
.local-experts-other-detail {
    padding-left: 0;
}
.address-location {
    max-width: 100%;
    margin-bottom: 15px;
}
.schedule-meeting-btn {
    font-size: 16px;
    text-align: center;
}
.sensmeier-video-content {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.jeff-sensmeier-video {
    width: 100%;
}
.sensmeier-video-content h3 {
    font-size: 27px;
    line-height: 28px;
}

.get-touch-col {
    width: 100%;
    height: auto;
    margin: 0 10px 20px;
}
.get-touch-col:last-child {
    margin-bottom: 0px;
}
.get-touch-wrap:before {
    height: auto;
    width: 42px;
    top: 22px;
    bottom: 70px;
}
.Wearehere-help-wrap .form-group {
    margin-bottom: 10px;
}
.Wearehere-help-wrap .form-group label {
    font-size: 16px;
    width: 100%;
    line-height: normal;
    padding-bottom: 4px;
}
.Wearehere-help-wrap .form-group input.form-control {
    height: 45px;
    font-size: 16px;
    padding: 8px 15px;
    width: 100%;
}
.Wearehere-help-heading h2 {
    font-size: 26px !important;
}
.get-touch-heading h2 {
    font-size: 28px !important;
}
.form-group.submit-form-group {
    padding-left: 0;
}
.submit-form-group .btn {
    width: 136px;
    height: 46px;
    font-size: 18px;
}
.our-global-presence-heading h3 {
    font-size: 26px;
}
.our-global-presence-col {
    padding: 0 0 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
}
.our-global-presence-col:last-child {
    margin-bottom: 0px;
}
.our-global-presence-col::before {
    display: none;
}
.our-global-presence-section .container {
    padding: 0 15px;
}
.blog-categories-wrap {
    justify-content: center;
}
.blog-categories-nav {
    margin-right: 0;
    margin-bottom: 15px;
}
.search-categories {
    width: 74%;
}
.searchblog-input {
    width: 100%;
}
.blog-filter-left {
    width: 100%;
    padding-bottom: 22px;
}
.blog-filter-right {
    width: 100%;
}
.blog-filter-connect p {
    height: auto !important;
}
.blog-filter-col {
    margin: 0 0px 35px;
    width: 100%;
}
.blog-filter-row {
    margin: 0;
}
.blog-filter-col figure img {
    width: 100%;
    height: auto;
}
.evente-date-info {
    padding: 6px 0 15px;
}
.previous-btn .next-btn {
    margin-top: 0;
}
.benefits-working-col {
    margin: 0 0px 20px;
    width: 100%;
}
.benefits-working-col h3 {
    margin-bottom: 15px;
    height: auto !important;
}
.benefits-working-col p {
    height: auto !important;
}
.open-positions-col {
    padding: 0 5px;
}
select.select-option {
    font-size: 16px;
    width: 170px;
    background-size: 16px;
}
.our-hiring-process-col {
    margin: 0 0 18px;
    width: 100%;
    justify-content: center;
}
.our-hiring-process-col:after {
    width: 5px;
    height: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -19px;
    top: auto;
    transform: translate(0px, 0px);
}
.our-hiring-process-heading {
    text-align: center;
}
.benefits-working-section .container {
    padding: 0 15px;
}
.cultural-showcase-section .container {
    padding: 0 15px;
}
#banner-slider .carousel-item img {
    min-height: 380px;
    object-fit: cover;
}
.banner-caption p {
    padding-left: 0;
}
.work-withus-btn {
    padding-left: 0;
}
.banner-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 24px;
    text-align: center;
}
/*=======partner page css start======*/
.partner-valenta-wrap {
    max-width: 100%;
    text-align: center;
}
.partner-benefits-heading {
    text-align: center;
}
.partner-benefits-heading-outer .container {
    padding: 0 15px;
}
.partnership-types-heading {
    padding-bottom: 33px;
    text-align: center;
}
.partnership-types-wrap ul li {
    width: 100%;
    padding: 40px 25px 40px 25px;
	border-bottom: 1px solid rgba(34, 37, 41, 1);
}
.partnership-types-col p {
    height: auto !important;
}
.partnership-pillars-col {
    width: 100%;
    margin-right: 0px;
}
.partner-testimonals-section .testimonials .container {
    padding: 0 15px;
}
.partner-testimonals-heading-right, .partner-testimonals-heading-left {
    padding: 20px 8px 20px 8px;
}
.partner-testimonals-content-left, .partner-testimonals-content-right {
    width: 100%;
}
.partner-testimonals-content-right {
    padding: 18px 0px 0px 0px;
}
.partner-testimonals-heading-right h3 {
    font-size: 22px;
    line-height: 24px;
}
.download-exclusive-wrap a.next-btn.join-btn {
    margin: 0 auto 10px;
}
.download-exclusive-wrap {
    flex-wrap: wrap;
    text-align: center;
}
.franchise-modal-header h3 {
    font-size: 24px;
}
.franchise-modal-form .modal-body {
      padding: 42px 20px;
  }
  .form-group-left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
}
  .form-group-right {
    width: 100%;
}
/*=======partner page css end======*/
}
