/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. Objectives
 * 3. Core Values
 * 4. Review
 * 5. Word Testimonials
 * 6. Banner New
 * 7. Objectives New
 * 8. Core Values New
 * 9. Reviews Slider New
 * 10. One Word Testimonials New
 * 11. About Us 2022
 * 12. About Us DO Revamp
 */

.lnd-app-sol-fold {
    background: #f4f3f9;
}

/* @section 1. Banner */

.abt-bnr-wrap {
    background-color: #363cd0;
    text-align: center;
    padding: 220px 0 50px;
    position: relative;
    overflow: hidden;
    min-height: 625px;
}

#glb-bnr-strp-1 {
    bottom: -524px;
    transform: rotate(160deg);
    background: rgba(0, 0, 146, .2);
}

.abt-bnr-txt {
    position: relative;
}

.abt-bnr-txt h1, .abt-bnr-txt h1>b {
    color: #fff;
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
}

.abt-bnr-txt h1>b {
    font-weight: 700;
}

.abt-bnr-txt p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding-top: 15px;
}

/* @section 2. Objectives */

.abt-objtv-wrap {
    background-color: #f8f9fb;
    padding: 70px 0;
    text-align: center;
}

.abt-objtv-wrap h2 {
    font-size: 36px;
    color: #091e42;
    font-weight: 700;
    margin-bottom: 50px;
}

.abt-objtv-wrap p {
    font-size: 20px;
    text-align: justify;
    text-align-last: center;
}

.abt-objtv-wrap p>b {
    font-size: 20px;
}

/* @section 3. Core Values */

.abt-vlu-wrap {
    background-color: #f4f3f9;
    padding: 70px 0;
}

.abt-vlu-ttl-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.abt-vlu-ttl-wrap h2 {
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
}

.abt-vlu-ttl-wrap p {
    font-size: 20px;
}

.abt-vlu-tab-list {
    float: left;
    width: 100%;
    position: relative;
}

.abt-vlu-cw-logo {
    width: 165px;
    height: 165px;
    display: inline-block;
    border-radius: 100px;
    background: url('../../img/about_us/sprite-core-values.png') no-repeat center -774px #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
    top: 115px;
}

.abt-vlu-tab-list .nav-tabs {
    border: 0;
}

.abt-vlu-tab-list .nav-tabs>li {
    float: none;
    width: 65px;
    height: 65px;
    display: inline-block;
    text-align: center;
    background: url('../../img/about_us/sprite-core-values.png') no-repeat center 17px #fff;
    border: 2px solid #454989 !important;
    border-radius: 50px !important;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.abt-vlu-tab-list .nav-tabs>li.active {
    background-color: #454989;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.abt-vlu-tab-list .nav-tabs li a {
    border: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 100%;
    width: 100%;
}

.abt-vlu-tab-list .nav-tabs li a>span {
    position: absolute;
    top: 48%;
    right: 70px;
    min-width: 210px;
    text-align: right;
    color: #091e42;
    font-size: 16px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(1) {
    top: 0;
    right: 40px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(2) {
    top: 65px;
    right: 180px;
    background-position: center -145px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(3) {
    top: 165px;
    right: 237px;
    background-position: center -309px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(4) {
    top: 265px;
    right: 180px;
    background-position: center -478px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(5) {
    top: 340px;
    right: 40px;
    background-position: center -645px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(1).active {
    background-position: center -63px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(2).active {
    background-position: center -227px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(3).active {
    background-position: center -394px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(4).active {
    background-position: center -559px;
}

.abt-vlu-tab-list .nav-tabs>li:nth-child(5).active {
    background-position: center -729px;
}

/* Tabs Content */

.abt-vlu-tab-contnt {
    background-color: #2f39bf;
    padding: 25px 35px 45px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    min-height: 440px;
    position: relative;
}

.abt-vlu-tab-contnt h3 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}

.abt-vlu-tab-contnt p {
    color: #fff;
    font-size: 20px;
    width: 80%;
}

.abt-vlu-tab-contnt-btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.abt-vlu-tab-contnt-btn>a {
    display: inline-block;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    margin-left: 5px;
}

.abt-vlu-tab-contnt-btn>a i {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

/* Slider */

.abt-slid-wrap {
    background-color: #f8f9fb;
    text-align: center;
    padding: 60px 0;
}

.abt-slid-wrap h2 {
    color: #091e42;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}

.abt-slid-wrap p {
    color: #42526e;
    font-size: 20px;
    margin-top: 10px;
}

.abt-slid-nav-wrap {
    margin-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.abt-slid-nav-wrap:before {
    content: '';
    width: 100%;
    height: 110px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

/*.abt-slider-nav{
    margin-bottom: 70px;
}*/

.abt-slider-nav .slick-slide {
    background: #fff;
    color: #8b93a1;
    box-sizing: border-box;
    height: 110px;
    line-height: 110px;
    border-left: 1px solid #f5f4fa;
    border-right: 1px solid #f5f4fa;
    font-size: 32px;
    transition: background 0.3s ease-in-out;
    cursor: pointer;
}

.abt-slider-nav .slick-current {
    background: #2e39bf;
    border-left: 1px solid #a2a6e1;
    border-right: 1px solid #a2a6e1;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.abt-slider-nav .slick-arrow {
    position: absolute;
    left: 23px;
    z-index: 999;
    top: 30px;
    width: 45px;
    height: 45px;
    background: none;
    border: 0;
}

.abt-slider-nav .slick-arrow b {
    display: inline-block;
    left: 0;
    z-index: 999;
    width: 45px;
    height: 45px;
    background: white;
    border: 1px solid #f3f3f6;
    border-radius: 50px;
    position: relative;
    line-height: 45px;
}

.abt-slider-nav .slick-arrow.slick-next b {
    left: -32px;
}

.abt-slider-nav .slick-arrow b i {
    font-size: 30px;
    line-height: 43px;
}

.abt-slider-nav .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.abt-slider-nav .slick-track {
    /*    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.1);*/
}

.abt-slider-nav .slick-arrow:before {
    content: '';
    width: 530px;
    height: 110px;
    display: inline-block;
    position: absolute;
    right: -58px;
    top: -30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f3f9+55,fdfcff+100&0.9+55,0.25+100 */
    background: -moz-linear-gradient(left, rgba(244, 243, 249, 0.9) 55%, rgba(253, 252, 255, 0.40) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 243, 249, 0.9) 55%, rgba(253, 252, 255, 0.40) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 243, 249, 0.9) 55%, rgba(253, 252, 255, 0.40) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4f3f9', endColorstr='#40fdfcff', GradientType=1);
    /* IE6-9 */
}

.abt-slider-nav .slick-next.slick-arrow:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH";
    right: auto;
    left: -58px;
}

.abt-slider-nav .slick-list {
    overflow: visible;
}

.abt-slider-for .slick-list {
    padding: 10px 0;
}

.abt-slider-box {
    background: #fff;
    color: #42526e;
    text-align: center;
    border: 1px solid #ededf0;
    border-radius: 8px;
    padding: 30px 30px;
}

.abt-slider-box strong {
    font-size: 30px;
    color: #091e42;
    display: block;
    padding-bottom: 5px;
}

.abt-slider-box p {
    color: #42526e;
    font-size: 18px;
}

.abt-slider-box-img {
    margin: 6px 0 27px 0;
}

.abt-slider-box-img img {
    margin: 0 auto;
}

.abt-slider-box-2 {
    max-width: 388px;
    padding: 52px 10px 62px 10px;
    margin-top: 65px;
}

.abt-slider-box-2 b {
    color: #2e39bf;
    font-size: 100px;
    line-height: 112px;
}

.abt-slider-box-2 strong {
    font-size: 24px;
    padding-bottom: 5px;
}

/* @section 4. Review*/

.abt-rvw-wrap {
    background-color: #f8f9fb;
    padding: 80px 0;
}

.abt-rvw-lft-box {
    padding: 110px 0 0;
    margin: 0 auto;
}

.abt-rvw-lft-box h2 {
    color: #091e42;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
}

.abt-rvw-lft-box p {
    color: #42526e;
    font-size: 24px;
}

.abt-rvw-rt-box {
    width: 92%;
    margin: 0 auto;
    background-color: #39dcb1;
    min-height: 440px;
    position: relative;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.abt-rvw-rt-box-inr {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
}

.abt-rvw-rt-box p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.abt-rvw-rt-box p sup {
    font-size: 53px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: -5px;
    display: none;
}

.abt-rvw-rt-box button {
    border-radius: 23px;
    border-width: 0;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #091e42;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.1);
}

.abt-rvw-rt-box button i {
    color: #091e42;
    font-size: 28px;
}

.abt-rvw-rt-box .carousel-control {
    top: auto;
    bottom: -85px;
}

.abt-rvw-rt-box a.right {
    left: auto;
    right: 0;
}

.abt-rvw-rt-box a.left {
    left: auto;
    right: 50px;
}

.abt-rvw-rt-box-inr ol {
    display: none;
}

.abt-rvw-rt-box-inr ol li.active {
    background-color: #39dcb1;
}

/* @section 5. Word Testimonials */

.abt-cstmr-tstml-section {
    position: relative;
    padding: 60px 0 100px;
    background-color: #f8f9fb;
}

.abt-cstmr-tstml-container {
    position: relative;
}

.abt-cstmr-stripe {
    width: 100%;
    height: 170px;
    background-image: url(../../img/about_us/abt-cstmr-stripe1.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.abt-cstmr-stripe2 {
    background-image: url(../../img/about_us/abt-cstmr-stripe2.png);
    height: 205px;
    top: 135px !important;
}

.abt-cstmr-tstml-ttl {
    text-align: center;
    margin-bottom: 80px;
}

.abt-cstmr-tstml-ttl>h2 {
    color: #091e42;
    font-size: 36px;
    font-weight: 500;
}

.abt-cstmr-tstml-ttl>p {
    color: #42526e;
    font-size: 20px;
}

.abt-cstmr-tstml-main {
    position: relative;
}

.abt-cstmr-tstml-box-wrap {
    text-align: center;
    display: inline-block;
    position: relative;
}

.abt-cstmr-tstml-box-wrap>span {
    color: #42526e;
    margin-top: 10px;
    display: inline-block;
}

.abt-cstmr-tstml-box {
    border: 3px solid #fff;
    background: url(../../img/about_us/abt-cstmr-experience-sprite.png) no-repeat center top #42526e;
    border-radius: 100px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.abt-cstmr-tstml-box-lg .abt-cstmr-tstml-box {
    height: 135px;
    width: 135px;
}

.abt-cstmr-tstml-box-md .abt-cstmr-tstml-box {
    height: 100px;
    width: 100px;
}

.abt-cstmr-tstml-box-sm .abt-cstmr-tstml-box {
    height: 80px;
    width: 80px;
}

.abt-cstmr-tstml-box-xs .abt-cstmr-tstml-box {
    height: 65px;
    width: 65px;
}

.abt-cstmr-tstml-box-lg span {
    font-size: 24px;
}

.abt-cstmr-tstml-box-md span {
    font-size: 18px;
}

.abt-cstmr-tstml-box-sm span {
    font-size: 15px;
}

.abt-cstmr-tstml-box-xs span {
    font-size: 13px;
}

.abt-cstmr-tstml-box1 {
    transform: translate(0, -20px);
}

.abt-cstmr-tstml-box1 .abt-cstmr-tstml-box {
    background-position: center 0;
}

.abt-cstmr-tstml-box2 {
    transform: translate(80px, 0px);
}

.abt-cstmr-tstml-box2 .abt-cstmr-tstml-box {
    background-position: 0 -1025px;
}

.abt-cstmr-tstml-box3 {
    transform: translate(160px, -85px);
}

.abt-cstmr-tstml-box3 .abt-cstmr-tstml-box {
    background-position: center -125px;
}

.abt-cstmr-tstml-box4 {
    transform: translate(220px, 36px);
}

.abt-cstmr-tstml-box4 .abt-cstmr-tstml-box {
    background-position: center -1208px;
}

.abt-cstmr-tstml-box5 {
    transform: translate(320px, 30px);
}

.abt-cstmr-tstml-box5 .abt-cstmr-tstml-box {
    background-position: center -543px;
}

.abt-cstmr-tstml-box6 {
    transform: translate(400px, 0px);
}

.abt-cstmr-tstml-box6 .abt-cstmr-tstml-box {
    background-position: center -244px;
}

.abt-cstmr-tstml-box7 {
    transform: translate(80px, 0px);
}

.abt-cstmr-tstml-box7 .abt-cstmr-tstml-box {
    background-position: center -700px;
}

.abt-cstmr-tstml-box8 {
    transform: translate(250px, 20px);
}

.abt-cstmr-tstml-box8 .abt-cstmr-tstml-box {
    background-position: center -1393px;
}

.abt-cstmr-tstml-box9 {
    transform: translate(500px, 20px);
}

.abt-cstmr-tstml-box9 .abt-cstmr-tstml-box {
    background-position: center -843px;
}

.abt-cstmr-tstml-box10 {
    transform: translate(610px, 20px);
}

.abt-cstmr-tstml-box10 .abt-cstmr-tstml-box {
    background-position: center -380px;
}

.abt-cstmr-tstml-box-wrap .tooltip-inner {
    padding: 10px;
    border-radius: 12px !important;
    font-weight: 700;
}

.abt-cstmr-tstml-box-wrap .tooltip.top .tooltip-arrow {
    left: 25% !important;
    border-width: 15px 15px 0;
}

.abt-cstmr-tstml-box-lg .tooltip-inner {
    background: #feb155;
    font-size: 26px;
    line-height: 34px;
    min-width: 180px;
}

.abt-cstmr-tstml-box-lg .tooltip.top .tooltip-arrow {
    bottom: -8px;
    border-top-color: #feb155;
}

.abt-cstmr-tstml-box-md .tooltip-inner {
    background: #b764d8;
    font-size: 20px;
    line-height: 28px;
    min-width: 150px;
}

.abt-cstmr-tstml-box-md .tooltip.top .tooltip-arrow {
    bottom: -5px;
    border-top-color: #b764d8;
}

.abt-cstmr-tstml-box-sm .tooltip-inner {
    background: #2e39bf;
    font-size: 16px;
    line-height: 24px;
    min-width: 125px;
}

.abt-cstmr-tstml-box-sm .tooltip.top .tooltip-arrow {
    bottom: -3px;
    border-top-color: #2e39bf;
}

.abt-cstmr-tstml-box-xs .tooltip-inner {
    background: #39dcb1;
    font-size: 14px;
    line-height: 20px;
    min-width: 100px;
}

.abt-cstmr-tstml-box-xs .tooltip.top .tooltip-arrow {
    bottom: -3px;
    border-top-color: #39dcb1;
}

.abt-btn-scroll-down {
    position: relative;
    bottom: -100px;
}

.abt-btn-scroll-down a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    line-height: 33px;
}

.abt-btn-scroll-down a i {
    color: #fff;
    font-size: 15px;
}

/* @section 6. Banner New */

#abtUs_new-bnr-wrap {
    padding: 240px 0 180px;
}

#abtUs_new-bnr-wrap::before {
    position: absolute;
    content: '';
    left: -150px;
    right: 0;
    top: 0;
    bottom: -100px;
    background: url(../../img/about_us/abtUs-bnr-bg.svg) no-repeat center transparent;
    background-size: cover;
    opacity: 0.35;
}

.abtUs_new-bnr-txt {
    position: relative;
}

.abtUs_new-bnr-txt h1 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    line-height: 66px;
}

.abtUs_new-btn-scroll-down {
    position: relative;
    bottom: -100px;
    text-align: center;
}

.abtUs_new-btn-scroll-down a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    line-height: 33px;
}

.abtUs_new-btn-scroll-down a i {
    color: #fff;
    font-size: 15px;
}

/* @section 7. Objectives */

.abtUs_new-cw-wrap {
    background-color: #f8f9fb;
    padding: 100px 0;
    text-align: center;
}

.abtUs_new-cw-txt {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.abtUs_new-cw-txt h2 {
    font-size: 36px;
    color: #091e42;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 50px;
}

.abtUs_new-cw-txt p {
    font-size: 20px;
    color: #42526e;
    line-height: 36px;
    font-weight: 300;
    vertical-align: middle;
}

.abtUs_new-cw-txt p>b {
    font-size: inherit;
    font-weight: 700;
    color: inherit;
}

/* @section 8. Core Values */

.abtUs_new-vlu-wrap {
    background: #061c59;
    background: -moz-linear-gradient(-45deg, #061c59 0%, #1c2bf7 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #061c59), color-stop(100%, #1c2bf7));
    background: -webkit-linear-gradient(-45deg, #061c59 0%, #1c2bf7 100%);
    background: -o-linear-gradient(-45deg, #061c59 0%, #1c2bf7 100%);
    background: -ms-linear-gradient(-45deg, #061c59 0%, #1c2bf7 100%);
    background: linear-gradient(135deg, #061c59 0%, #1c2bf7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061c59', endColorstr='#1c2bf7', GradientType=1);
    padding: 50px 0 70px;
}

.abtUs_new-vlu-ttl-wrap {
    text-align: center;
    margin-bottom: 70px;
}

.abtUs_new-vlu-ttl-wrap h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.abtUs_new-vlu-ttl-wrap p {
    font-size: 20px;
    color: #fff;
}

.abtUs_new-vlu-tab-list .nav-tabs {
    border: 0;
    display: flex;
}

.abtUs_new-vlu-tab-list .nav-tabs>li {
    display: inline-block;
    flex: 1;
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    position: relative;
}

.abtUs_new-vlu-tab-list .nav-tabs>li::before {
    position: absolute;
    content: '\f0d7';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 0;
    width: 10px;
    height: 10px;
    font-size: 16px;
    border-bottom: 0;
    border-left: 0;
    color: #09ebaf;
    text-align: center;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}

.abtUs_new-vlu-tab-list .nav-tabs>li.active::before {
    bottom: 0;
    opacity: 1;
}

.abtUs_new-vlu-tab-list .nav-tabs>li span {
    background: url(../../img/about_us/sprite-core-values.png) no-repeat center -63px transparent;
    border: 2px solid #fff !important;
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out;
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto 10px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li.active span {
    background-color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.abtUs_new-vlu-tab-list .nav-tabs li a {
    border: 0 !important;
    background-color: transparent !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.abtUs_new-vlu-tab-list .nav-tabs li.active a {
    color: rgba(255, 255, 255, 1) !important;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(2).active span {
    background-position: center -145px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(3).active span {
    background-position: center -309px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(4).active span {
    background-position: center -478px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(5).active span {
    background-position: center -645px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(1).active span {
    background-position: center 17px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(2) span {
    background-position: center -227px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(3) span {
    background-position: center -394px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(4) span {
    background-position: center -559px;
}

.abtUs_new-vlu-tab-list .nav-tabs>li:nth-child(5) span {
    background-position: center -729px;
}

/* Tabs Content */

.abtUs_new-vlu-tab-contnt {
    text-align: center;
    max-width: 700px;
    margin: 70px auto 0;
    min-height: 100px;
}

.abtUs_new-vlu-tab-contnt .tab-pane.active {
    animation: text-active .5s;
}

@keyframes text-active {
    0% {
        opacity: 0.4;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.abtUs_new-vlu-tab-contnt h3 {
    color: #fff;
    font-size: 0;
    font-weight: 500;
}

.abtUs_new-vlu-tab-contnt p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

/* @section 9. Review*/

.abtUs_new-rvw-wrap {
    background-color: #fff;
    padding: 100px 0;
}

.abtUs_new-rvw-txt {
    margin: 0 0 80px;
}

.abtUs_new-rvw-txt h2 {
    font-size: 36px;
    font-weight: 700;
    color: #091e42;
    margin: 0 0 20px;
}

.abtUs_new-rvw-txt p {
    font-size: 20px;
    font-weight: 400;
    color: #42526e;
}

.abtUs_new-rvw-sldr-wrap .carousel-inner {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.abtUs_new-rvw-sldr-box {
    margin: 0 auto;
    max-width: 730px;
    min-height: 200px;
}

.abtUs_new-rvw-sldr-box img {
    display: inline-block;
    max-height: 50px;
    margin-bottom: 30px;
}

.abtUs_new-rvw-sldr-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.abtUs_new-rvw-sldr-wrap .carousel-control {
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin: auto;
    border-radius: 50px;
}

.abtUs_new-rvw-sldr-wrap .carousel-control button {
    background: transparent;
    width: 100%;
    border: 0;
    line-height: 35px;
    font-size: 22px;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators {
    position: initial;
    padding: 0;
    margin: 30px 0 0;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators li {
    display: inline-block;
    margin: 3px !important;
    padding: 5px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    border: 0;
    background: transparent;
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators li.active {
    background-color: #2f39bf;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators li img {
    max-height: 20px;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators li img.activeOn_active, .abtUs_new-rvw-sldr-wrap .carousel-indicators li.active img {
    display: none;
}

.abtUs_new-rvw-sldr-wrap .carousel-indicators li.active img.activeOn_active {
    display: block;
}

/* @section 10. Word Testimonials */

.abtUs_new-cstmr-rvw-sec {
    position: relative;
    padding: 90px 0 100px;
    background-color: #f8f9fb;
}

.abtUs_new-cstmr-rvw-txt {
    margin-bottom: 40px;
}

.abtUs_new-cstmr-rvw-txt h2 {
    font-size: 36px;
    font-weight: 700;
    color: #181514;
}

.abtUs_new-cstmr-rvw-txt p {
    font-size: 20px;
    font-weight: 300;
    color: #42526e;
}

.box-up {
    transform: translateY(-20px);
}

.box-down {
    transform: translateY(20px);
}

.abtUs_new-cstmr-rvw-box {
    margin: 50px 0;
    position: relative;
}

.abtUs_new-cstmr-rvw-box img {
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.abtUs_new-cstmr-rvw-box p {
    position: absolute;
    padding: 5px 12px;
    top: 70%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    left: 40%;
    transform: translateX(-50%);
    border-radius: 8px;
    font-size: 18px;
    color: #1c1a2c;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.abtUs_new-cstmr-rvw-sec .col-md-3:nth-child(1) .abtUs_new-cstmr-rvw-box p {
    top: 80%;
}

.abtUs_new-cstmr-rvw-sec .col-md-3:nth-child(2) .abtUs_new-cstmr-rvw-box p {
    top: 80%;
    left: 30%;
}

.abtUs_new-cstmr-rvw-box.animate-large p {
    animation: animate-large 2s linear;
}

@keyframes animate-large {
    0% {
        font-size: 18px;
    }
    5% {
        font-size: 24px;
    }
    95% {
        font-size: 24px;
    }
    100% {
        font-size: 18px;
    }
}

.abtUs_new-cstmr-rvw-box p::before {
    position: absolute;
    content: '';
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #fff;
}

/* @section 11. About Us 2022 */

.abtUsHeroBnr{
    padding: 180px 0 135px;
    background: #fff;
    position: relative;
}

.abtUsHeroBnr .shapeCircle{
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    top: 30%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(254, 177, 85, 0.5) 0%, rgba(251, 216, 8, 0.5) 100%);
}

.abtUsHeroBnr .shapeTriangle{
    position: absolute;
    -webkit-transform: translateX(-40%);
    left: 0;
    transform: translateX(-40%);
}

.abtUsHeroBnr .abtUsHeroHeadWrap{
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

.abtUsHeroBnr .abtUsHeroHeadWrap h1{
    font-weight: 800;
    font-size: 56px;
    color: #0E134F;
    margin: 0;
}
.abtUsHeroBnr .abtUsHeroHeadWrap h1 span{
    font-size: inherit;
    font-weight: inherit;
    color: #2F39BF;
}

.abtUsHeroBnr .abtUsHeroHeadWrap p{
    font-weight: 400;
    font-size: 20px;
    color: #42526E;
    margin: 25px 0 0;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 80%;
    padding: 10px 0;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip p {
    color: #0E134F;
    font-size: 15px;
    margin: 0;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip p span {
    display: inline-block;
    vertical-align: sub;
    margin: 0 9px 0 0;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:before {
    content: "";
    background: #2F39BF;
    position: absolute;
    left: 5px;
    width: 100%;
    top: 5px;
    height: 100%;
    z-index: -1;
    border-radius: 70px;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:after {
    content: "";
    border: 1px solid #2F39BF;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a {
    color: #2F39BF;
    font-size: 12px;
    display: flex;
    align-items: start;
    margin: 0 0 0 20px;
    font-weight: 600;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a i {
    max-height: 10px;
    display: inline-block;
    margin: 1px 0 0 6px;
}

.abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a span {
    text-decoration-line: underline;
}

/*AbtUs Stats Section || Begins*/

.abtUsStatsSec{
    padding: 100px 0;
}

.abtUsStatsSec .abtUsStatsMainWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap{
    max-width: 500px;
    margin-right: 30px;
}
.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap h2{
    font-weight: 800;
    font-size: 36px;
    color: #0E134F;
    margin: 0;
}
.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap p{
    font-weight: 400;
    font-size: 18px;
    color: #42526E;
    margin: 20px 0 0;
}
.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap{
    max-width: 450px;
}

.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard{
    width: calc(50% - 15px);
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 60px 20px;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard h2{
    font-weight: 700;
    font-size: 36px;
    color: #2F39BF;
}

.abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard p{
    font-weight: 400;
    font-size: 18px;
    color: rgba(66, 82, 110, 0.7);
}

/* @Section 5. Cloudways Photo Gallery Section */
.abtUsTeamSec {
    padding: 100px 0 80px;
}

.abtUsTeamSec .abtUsTeamHeadWrap{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.abtUsTeamSec .abtUsTeamHeadWrap h2{
    font-weight: 800;
    font-size: 36px;
    color: #0E134F;
    margin: 0;
}

.abtUsTeamSec .abtUsTeamHeadWrap p{
    font-weight: 400;
    font-size: 18px;
    color: #42526E;
    margin: 25px 0 0;
}
  
  .abtUsTeamSec .abtUsTeamGrid {
    margin-top: 70px;
    display: -ms-grid;
    display: grid;
    grid-gap: 18px;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox {
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox img{
      width: 100%;
      height: 100%;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox2 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox3 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 4;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox4 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 3;
  }
  
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox6 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 3;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 3;
  }
  .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox7 {
    -ms-grid-column: 4;
        grid-column-start: 4;
    grid-column-end: 4;
    -ms-grid-row: 4;
        grid-row-start: 3;
    grid-row-end: 3;
  }
  
  .abtUsTeamSec.willAnimate .topTxt,
  .abtUsTeamSec.willAnimate .abtUsTeamGridBox {
    opacity: 0;
  }
  
  .abtUsTeamSec.animate .topTxt {
    -webkit-animation: fadeInDown 0.6s linear both;
            animation: fadeInDown 0.6s linear both;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox {
    -webkit-animation: zoomIn 0.6s linear both;
            animation: zoomIn 0.6s linear both;
    opacity: 1;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox.abtUsTeamGridBox2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox.abtUsTeamGridBox3 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox.abtUsTeamGridBox4 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox.abtUsTeamGridBox5 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  
  .abtUsTeamSec .abtUsTeamGrid.animate .abtUsTeamGridBox.abtUsTeamGridBox6 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }

  /*Leadership Team Section*/

  .abtUsLeadershipSec{
      padding: 80px 0;
  }

  .abtUsLeadershipSec .leadershipHeadWrap{
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
  }

  .abtUsLeadershipSec .leadershipHeadWrap h2{
    font-weight: 800;
    font-size: 36px;
    color: #0E134F;
    margin: 0;
  }

  .abtUsLeadershipSec .leadershipHeadWrap p{
    font-weight: 400;
    font-size: 18px;
    color: #42526E;
    margin: 20px 0 0;
  }

  .abtUsLeadershipSec .leadershipTeamWrap{
    margin-top: 30px;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap{
      /* display: flex;
      flex-wrap: wrap; */
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .teamMemberCard{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F7EADC;
    border-radius: 8px;
    margin-top: 40px;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardHeadWrap{
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardHeadWrap img{
      width: 100%;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    min-height: 130px;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentDetailsWrap{
      max-width: 75%;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentDetailsWrap h3{
    font-weight: 700;
    font-size: 18px;
    color: #0E134F;
    margin: 0;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentDetailsWrap p{
    font-weight: 400;
    font-size: 14px;
    color: rgba(66, 82, 110, 0.7);
    margin: 10px 0 0;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentLinkedInWrap i{
    transition: all .2s ease-in-out;
    opacity: 0.4;
  }
  .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentLinkedInWrap i:hover{
      opacity: 1;
  }

  /*About Us News Section || Begins*/

  .abtUsNewsSec{
      padding: 80px 0 90px;
  }
  .abtUsNewsSec .abtUsNewsHeadWrap{
      text-align: center;
  }
  .abtUsNewsSec .abtUsNewsHeadWrap h2{
    font-weight: 800;
    font-size: 36px;
    color: #0E134F;
  }
  .abtUsNewsSec .abtUsNewsMainWrap{
      margin-top: 80px;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .item.active .abtUsNewsCardWrap p, .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap img{
    animation: fadeIn 1s linear both;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap{
      display: flex;
      flex-direction: column;
      min-height: 221px;
      margin-top: -65px;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .abtUsNewsCardWrap{
        display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 90px 20px 20px;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap{
    padding: 20px 40px 20px 60px;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap p{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #0E134F;
  }
  .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap{
      transform: translateY(-50%);
  }

  .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap a{
      display: inline-block;
    background: #00003C;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 60px 35px;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
  }

  .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap a img{
      filter: brightness(0) invert(1);
      min-height: 51px;
  }

  .abtUsNewsSec .abtUs_new-rvw-sldr-wrap .carousel-control{
      display: none;
  }

  .abtUsNewsSec .abtUs_new-rvw-sldr-wrap .carousel-indicators li.active{
      background-color: transparent;
      opacity: 1;
  }
  .abtUsNewsSec .abtUs_new-rvw-sldr-wrap .carousel-indicators li{
      box-shadow: none;
      opacity: 0.4;
  }

  /*About Us Testimonials Wrap*/

  .abtUsTestimonialsSec{
      padding: 80px 0;
  }
  .abtUsTestimonialsSec .abtUsTestimonialsHeadWrap{
      text-align: center;
  }
  .abtUsTestimonialsSec .abtUsTestimonialsHeadWrap h2{
    font-weight: 800;
    font-size: 36px;
    color: #0E134F;
  }
  .abtUsTestimonialsSec .abtUsTestimonialsBadgesWrap{
      margin: 55px 0 60px;
      text-align: center;
  }
  .abtUsTestimonialsSec .abtUsTestimonialsBadgesWrap img{
      height: 100px;
      margin: 0 5px;
  }

  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox {
    margin: 0 12px;
    background: transparent;
    border-radius: 8px;
    padding: 0;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialContent p {
    color: #42526E;;
    font-size: 18px;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialDetails .userImg {
    max-width: 44px;
    max-height: 44px;
    margin-right: 15px;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialDetails .userImg img {
    border-radius: 50px;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialDetails .userDetails h3 {
    margin: 0;
    font-size: 18px;
    color: #0E134F;
    font-weight: 600;
  }
  
  .testomonialOwlSldrWrap .testomonialOwlSldrContentBox .tesmonialDetails .userDetails P {
    font-size: 16px;
    color: #42526E;;
  }

   .abtUstweetsMainWrap {
    -webkit-animation: fadeInUp 1s 2s linear both;
    animation: fadeInUp 1s 2s linear both;
  }
  
   .abtUstweetsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-top: 60px;
    -webkit-animation: abtUstweetsSlider 40s 2s infinite linear both;
    animation: abtUstweetsSlider 40s 2s infinite linear both;
  }
  
   .abtUstweetsWrap:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
   .abtUstweetsWrap .box {
    width: 360px;
  }
  
   .abtUstweetsWrap .box img,
   .abtUstweetsWrap .box blockquote,
   .abtUstweetsWrap .box .twitter-tweet {
    margin: 0 5px 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.01);
    border-radius: 6px;
    max-width: 350px !important;
  }
  
   .abtUstweetsWrap .box img:last-child,
   .abtUstweetsWrap .box blockquote:last-child,
   .abtUstweetsWrap .box .twitter-tweet:last-child {
    margin-bottom: 0;
  }
  
   .abtUstweetsWrap .box blockquote {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 350px;
    margin: 0 5px 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    font-size: 18px;
  }
  
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes abtUstweetsSlider {
    0% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    4% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    50% {
      left: -2900px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    54% {
      left: -2900px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  @keyframes abtUstweetsSlider {
    0% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    4% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    50% {
      left: -2900px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    54% {
      left: -2900px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      left: 0;
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }

  .abtUsNewsSec .abtUs_new-rvw-sldr-wrap .carousel-indicators li img{
      max-height: none;
  }

  /* @section 12. About Us DO Revamp */

  .cwExecMngmtSec{
    padding: 70px 0;
    background: #1927E0;
    position: relative;
  }
  .cwExecMngmtSec::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.cloudways.com/wp-content/uploads/2023/01/do-sec-bg.svg) no-repeat center;
    background-size: cover;
  }
  .cwExecMngmtSec .ceExecMngmtHead{
    text-align: center;
    position: relative;
  }
  .cwExecMngmtSec .ceExecMngmtHead h2{
    font-weight: 800;
    font-size: 44px;
    color: #FFFFFF;
    margin: 0;
  }
  .cwExecMngmtSec .ceExecMngmtHead a{
    font-weight: 600;
    font-size: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
  }
  .cwExecMngmtSec .ceExecMngmtHead a svg{
    margin: 0 0 -1px 10px;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip{
    margin: 0 auto 40px;
  }

  .abtUsDoRevamp .abtUsHeroBnr{
    background: linear-gradient(143.38deg, #001468 17.39%, #071AD3 93.68%), linear-gradient(180deg, #000DA8 0%, #081069 100%);
    position: relative;
    overflow: hidden;
  }

  .abtUsDoRevamp .abtUsHeroBnr::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: -8%;
    left: 0;
    right: 0;
    background: url(https://www.cloudways.com/wp-content/uploads/2023/01/about-us-do-bg.png) no-repeat bottom;
    background-size: contain;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap h1, .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap h1 span{
    color: #fff;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap p{
    color: #fff;
  }

  .abtUsDoRevamp .abtUsHeroBnr .shapeCircle, .abtUsDoRevamp .abtUsHeroBnr .shapeTriangle, .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:before{
    display: none;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip{
    background: transparent;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) -23.81%, rgba(255, 255, 255, 0) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.17);
    border-radius: 60px;
  }

  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a{
    font-weight: 600;
    font-size: 12px;
    text-decoration-line: underline;
    color: #FBD808;
  }
  .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a svg path, .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a svg{
    color: #FBD808;
  }

  .abtUsDoRevamp .aboutStrip p span img{
    margin-bottom: -2px;
  }
  .abtUsDoRevamp .abtUsHeroBnr::before{
    background-size: 100%;
    }
    .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a i{
    font-size: 15px;
    max-height: 15px;
    margin-top: 3px;
    }
    .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a i svg{
        width: 15px;
        height: 15px;
    }
    .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a{
    font-size: 15px;
    margin-left: 10px;
    }
    .cwExecMngmtSec .ceExecMngmtHead a svg, .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a i svg{
    transition: all .3s ease-in-out;
    }
    .cwExecMngmtSec .ceExecMngmtHead a:hover svg, .abtUsDoRevamp .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip a:hover i svg{
    transform: translateX(5px);
    }

@media (min-width: 1200px) {
    .abt-slider-box-2 {
        width: 388px;
    }
}

@media (max-width: 1200px) {
    .abt-vlu-tab-list .nav-tabs li a>span {
        top: 35%;
        min-width: 150px;
    }
    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard{
        padding: 30px 20px;
    }
}

/* @reset styling for Medium screen size */

@media (max-width:992px) {
    .abt-btn-scroll-down {
        bottom: -30px;
    }
    .abt-bnr-wrap {
        min-height: auto;
        padding-top: 150px;
    }
    .abt-bnr-txt h1, .abt-bnr-txt h1>b {
        font-size: 38px;
        line-height: 46px;
    }
    .abt-bnr-txt p {
        font-size: 18px;
    }
    .abt-objtv-wrap {
        padding: 30px 0 40px;
    }
    .abt-objtv-wrap h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .abt-objtv-wrap p {
        font-size: 18px;
        text-align: center;
    }
    .abt-objtv-wrap p>b {
        font-size: 18px;
    }
    .abt-slid-wrap h2 {
        font-size: 28px;
    }
    /* Word Testimonial */
    .abt-cstmr-tstml-ttl>h2 {
        font-size: 28px;
    }
    .abt-cstmr-tstml-ttl>p {
        font-size: 18px;
    }
    .abt-cstmr-tstml-box5 {
        display: none;
    }
    .abt-cstmr-tstml-box9 {
        transform: translate(355px, 5px);
    }
    /* About Core Values */
    .abt-vlu-wrap {
        padding: 30px 0 50px;
    }
    .abt-vlu-ttl-wrap {
        margin-bottom: 50px;
    }
    .abt-vlu-ttl-wrap h2 {
        font-size: 28px;
    }
    .abt-vlu-ttl-wrap p {
        font-size: 18px;
    }
    .abt-vlu-cw-logo {
        right: 50%;
        top: 100px;
        margin-right: -82px;
    }
    .abt-vlu-tab-list .nav-tabs li a>span {
        top: -28px;
        right: auto;
        margin-left: -100px;
        min-width: 200px;
        text-align: center;
        font-size: 15px;
    }
    .abt-vlu-tab-list {
        min-height: 300px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(1) {
        top: inherit;
        right: inherit;
        left: 20%;
        bottom: 30px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(2) {
        top: inherit;
        right: inherit;
        left: 25%;
        bottom: 150px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(3) {
        top: 0;
        right: 50%;
        margin-right: -32px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(4) {
        top: inherit;
        right: 26%;
        bottom: 150px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(5) {
        top: inherit;
        right: 18%;
        bottom: 30px;
    }
    .abt-vlu-tab-contnt {
        min-height: inherit;
        padding: 5px 15px 15px;
    }
    .abt-vlu-tab-contnt h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .abt-vlu-tab-contnt p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 50px;
    }
    .abt-vlu-tab-contnt-btn>a {
        width: 30px;
        height: 30px;
    }
    .abt-vlu-tab-contnt-btn>a i {
        font-size: 24px;
        line-height: 26px;
    }
    .abt-rvw-lft-box h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .abt-rvw-lft-box p {
        font-size: 18px;
    }
    .abt-rvw-rt-box-inr {
        padding: 0 20px;
    }
    .abt-rvw-wrap {
        padding: 50px 0;
    }
    .abt-rvw-lft-box {
        padding-top: 40px;
    }
    .abt-rvw-rt-box {
        width: 100%;
        min-height: 340px;
    }
    .abt-rvw-rt-box button {
        width: 30px;
        height: 30px;
    }
    .abt-rvw-rt-box button i {
        font-size: 24px;
    }
    .abt-rvw-rt-box a.left {
        right: 35px;
    }
    .abt-rvw-rt-box .carousel-control {
        bottom: 0;
    }
    #abtUs_new-bnr-wrap {
        padding: 160px 0 80px;
    }
    .abtUs_new-bnr-txt h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .abtUs_new-btn-scroll-down {
        bottom: -40px;
    }
    .abtUs_new-cw-wrap, .abtUs_new-vlu-wrap, .abtUs_new-rvw-wrap, .abtUs_new-cstmr-rvw-sec {
        padding: 40px 0;
    }
    .abtUs_new-cw-txt h2, .abtUs_new-vlu-ttl-wrap h2, .abtUs_new-rvw-txt h2, .abtUs_new-cstmr-rvw-txt h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .abtUs_new-cw-txt p, .abtUs_new-vlu-tab-list .nav-tabs li a, .abtUs_new-rvw-sldr-box p, .abtUs_new-cstmr-rvw-txt p, .abtUs_new-cstmr-rvw-box p {
        font-size: 16px;
        line-height: 28px;
    }
    .abtUs_new-vlu-tab-contnt, .abtUs_new-rvw-sldr-wrap .carousel-indicators {
        margin-top: 40px;
    }
    .abtUs_new-vlu-ttl-wrap, .abtUs_new-rvw-txt {
        margin-bottom: 40px;
    }
    .abtUs_new-cstmr-rvw-txt {
        text-align: center;
    }
    @keyframes animate-large {
        0% {
            font-size: 16px;
        }
        5% {
            font-size: 22px;
        }
        95% {
            font-size: 22px;
        }
        100% {
            font-size: 16px;
        }
    }

    /*About Us 2022 Styling || Begins*/
    .abtUsHeroBnr{
        padding: 80px 0 60px;
    }
    .abtUsStatsSec, .abtUsTeamSec, .abtUsLeadershipSec, .abtUsNewsSec, .abtUsTestimonialsSec{
        padding: 60px 0;
    }
    .abtUsHeroBnr .abtUsHeroHeadWrap h1{
        font-size: 36px;
    }
    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap h2, .abtUsTeamSec .abtUsTeamHeadWrap h2, .abtUsTestimonialsSec .abtUsTestimonialsHeadWrap h2, .abtUsNewsSec .abtUsNewsHeadWrap h2, .abtUsLeadershipSec .leadershipHeadWrap h2{
        font-size: 28px;
    }

    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap p, .abtUsHeroBnr .abtUsHeroHeadWrap p, .abtUsTeamSec .abtUsTeamHeadWrap p, .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap p, .abtUsLeadershipSec .leadershipHeadWrap p{
        font-size: 16px;
    }

    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap{
        max-width: 350px;
    }
    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard{
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
        grid-column-end: 3;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox2 {
        -ms-grid-column: 3;
            grid-column-start: 3;
        grid-column-end: 5;
        -ms-grid-row: 1;
            grid-row-start: 1;
        grid-row-end: 3;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox3 {
        -ms-grid-column: 1;
            grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 2;
            grid-row-start: 2;
        grid-row-end: 4;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox4 {
        -ms-grid-column: 2;
            grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 2;
            grid-row-start: 4;
        grid-row-end: 4;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox5 {
        -ms-grid-column: 2;
            grid-column-start: 3;
        grid-column-end: 5;
        -ms-grid-row: 3;
            grid-row-start: 4;
        grid-row-end: 4;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox6 {
        -ms-grid-column: 3;
            grid-column-start: 3;
        grid-column-end: 3;
        -ms-grid-row: 3;
            grid-row-start: 3;
        grid-row-end: 3;
      }
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox7 {
        -ms-grid-column: 4;
            grid-column-start: 4;
        grid-column-end: 4;
        -ms-grid-row: 4;
            grid-row-start: 3;
        grid-row-end: 3;
      }
      .abtUsNewsSec .abtUsNewsMainWrap .abtUsNewsCardWrap{
          flex-direction: column-reverse;
      }
      .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap{
          padding: 0 30px 20px;
          text-align: center;
      }
      .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap{
          text-align: center;
      }
      .abtUsNewsSec .abtUsNewsMainWrap .newsCardRightWrap a{
          max-width: max-content;
          margin: 0 auto;
      }
      .abtUsNewsSec .abtUsNewsMainWrap{
          margin-top: 40px;
      }

    .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap{
        min-height: 167px;
    }
    .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip {
        max-width: 85%;
    }
    .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip p {
        font-size: 13px;
    }
}

/* @reset styling for small screen size */

@media (max-width: 766px) {
    .abt-bnr-wrap {
        padding: 50px 0;
    }
    .abt-bnr-txt h1, .abt-bnr-txt h1>b {
        font-size: 30px;
        line-height: 38px;
    }
    .abt-slider-nav .slick-slide {
        font-size: 24px;
    }
    .abt-slid-nav-wrap {
        padding-bottom: 25px;
        margin-top: 35px;
    }
    .abt-slider-box-2 {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .abt-rvw-lft-box {
        padding: 0;
        text-align: center;
    }
    .abt-rvw-lft-box {
        margin-bottom: 30px;
    }
    .abt-rvw-lft-box h2 {
        margin-top: 0;
    }
    .abt-rvw-rt-box-inr {
        position: relative;
        top: 0;
        transform: none;
        padding: 15px;
        text-align: center;
    }
    .abt-rvw-rt-box-inr ol {
        margin-bottom: -20px;
        display: block;
    }
    .abt-rvw-rt-box {
        min-height: 100px;
        border-radius: 9px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .abt-rvw-rt-box p sup {
        font-size: 40px;
        position: relative;
        left: -5px;
        top: 5px;
    }
    .abt-rvw-rt-box img {
        margin: 0 auto 40px auto;
    }
    .abt-rvw-rt-box button {
        bottom: -40px;
    }
    .abt-rvw-rt-box button.btn-prev {
        left: 350%;
    }
    .abt-rvw-rt-box p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .abt-rvw-wrap-inr, .abt-rvw-rt-box .carousel-control {
        display: none;
    }
    .abt-bnr-wrap {
        padding: 70px 0 50px;
    }
    /* .abt-rvw-rt-box .carousel-control
    {
        bottom: -45px;
    }

    .abt-rvw-rt-box a.left
    {
        right: 50%;
    }
    .abt-rvw-rt-box a.right
    {
        right: calc(50% - 50px);
    } */
    /* Word Testimonial */
    .abt-cstmr-tstml-section {
        padding: 20px 0 40px;
    }
    .abt-cstmr-tstml-ttl {
        text-align: center;
        margin-bottom: 20px;
    }
    .abt-cstmr-tstml-box-wrap, .abt-cstmr-tstml-box5, .abt-cstmr-tstml-box6, .abt-cstmr-tstml-box10 {
        transform: none !important;
        display: block;
        margin-bottom: 70px;
        background: #f8f9fb;
        border-radius: 6px;
    }
    .abt-cstmr-tstml-box-wrap:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 101%;
        left: calc(50% - 1px);
        border: 2px dotted #cbcdd2;
    }
    .abt-cstmr-tstml-main2 .abt-cstmr-tstml-box-wrap:last-child {
        margin-bottom: 0;
    }
    .abt-cstmr-tstml-main2 .abt-cstmr-tstml-box-wrap:last-child:after {
        border: 0;
    }
    .abt-cstmr-stripe {
        display: none;
    }
    /* About Core values */
    .abt-vlu-cw-logo {
        margin-right: -60px;
        width: 120px;
        height: 120px;
        background-position: center -795px;
    }
    #abtUs_new-bnr-wrap {
        padding: 80px 0 60px;
    }
    .abtUs_new-bnr-txt h1 {
        font-size: 28px;
    }
    .abtUs_new-vlu-tab-list .nav-tabs li a {
        font-size: 14px;
        line-height: 24px;
    }

    /*About Us 2022 Styling || Begins*/

    .abtUsStatsSec .abtUsStatsMainWrap{
        flex-direction: column;
    }
    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsLeftWrap{
        max-width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }

    .abtUsNewsSec .abtUsNewsMainWrap .abtUs_new-rvw-sldr-wrap .carousel-inner{
        width: 100%;
    }
    .abtUsHeroBnr .shapeCircle, .abtUsHeroBnr .shapeTriangle{
        display: none;
    }
    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap{
        max-width: 100%;
    }
    .abtUsNewsSec .abtUsNewsMainWrap .abtUs_new-rvw-sldr-wrap .carousel-inner{
        min-height: 500px;
    }

    .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 1;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox2 {
        -ms-grid-column: 3;
            grid-column-start: 3;
        grid-column-end: 5;
        -ms-grid-row: 1;
            grid-row-start: 2;
        grid-row-end: 2;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox3 {
        -ms-grid-column: 1;
            grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 2;
            grid-row-start: 2;
        grid-row-end: 2;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox4 {
        -ms-grid-column: 2;
            grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 2;
            grid-row-start: 3;
        grid-row-end: 3;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox5 {
        -ms-grid-column: 2;
            grid-column-start: 3;
        grid-column-end: 5;
        -ms-grid-row: 3;
            grid-row-start: 3;
        grid-row-end: 3;
      }
      
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox6 {
        -ms-grid-column: 3;
            grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 3;
            grid-row-start: 4;
        grid-row-end: 4;
      }
      .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox7 {
        -ms-grid-column: 4;
            grid-column-start: 3;
        grid-column-end: 5;
        -ms-grid-row: 4;
            grid-row-start: 4;
        grid-row-end: 4;
      }
      .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip {
        flex-direction: column;
        padding: 11px 20px;
    }
    
    .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip, .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:before, .abtUsHeroBnr .abtUsHeroHeadWrap .aboutStrip:after {
        border-radius: 50px;
    }
}

@media (max-width: 600px) {
    .abt-vlu-tab-list {
        min-height: 260px;
    }
    .abt-vlu-tab-list .nav-tabs li a>span {
        display: none;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(4) {
        right: 14%;
        bottom: 135px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(2) {
        left: 14%;
        bottom: 135px;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(1) {
        left: 10%;
    }
    .abt-vlu-tab-list .nav-tabs>li:nth-child(5) {
        right: 10%;
    }
    .abtUs_new-vlu-tab-list .nav-tabs {
        display: inline-block;
        max-width: 150px;
    }
    .abtUs_new-vlu-tab-list .nav-tabs>li span {
        display: inline-block;
        transform: scale(0.8);
        transform-origin: top left;
        margin: 0;
    }
    .abtUs_new-vlu-tab-list .nav-tabs li a, .abtUs_new-vlu-tab-list .nav-tabs li a span {
        float: left;
    }
    .abtUs_new-vlu-tab-list .nav-tabs li a {
        text-align: left;
    }
    .abtUs_new-vlu-tab-list .nav-tabs>li::before {
        display: none;
    }
    .abtUs_new-vlu-tab-wrap {
        position: relative;
    }
    .abtUs_new-vlu-tab-contnt {
        position: absolute;
        top: 0;
        bottom: 30px;
        right: 0;
        left: 180px;
        padding: 15px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        margin: 0;
    }
    .abtUs_new-vlu-tab-contnt p {
        color: #091e42;
        font-size: 16px;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        margin: 20px 0 0;
    }
    .abtUs_new-vlu-tab-contnt .tab-pane.active {
        animation: none;
    }
        .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox1 {
            -ms-grid-column: 1;
                grid-column-start: 1;
            grid-column-end: 5;
          }
          
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox2 {
            -ms-grid-column: 3;
                grid-column-start: 1;
            grid-column-end: 5;
            -ms-grid-row: 1;
                grid-row-start: 2;
            grid-row-end: 2;
          }
          
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox3 {
            -ms-grid-column: 1;
                grid-column-start: 1;
            grid-column-end: 5;
            -ms-grid-row: 2;
                grid-row-start: 3;
            grid-row-end: 3;
          }
          
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox4 {
            -ms-grid-column: 2;
                grid-column-start: 1;
            grid-column-end: 3;
            -ms-grid-row: 2;
                grid-row-start: 4;
            grid-row-end: 4;
          }
          
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox5 {
            -ms-grid-column: 2;
                grid-column-start: 3;
            grid-column-end: 5;
            -ms-grid-row: 3;
                grid-row-start: 4;
            grid-row-end: 4;
          }
          
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox6 {
            -ms-grid-column: 3;
                grid-column-start: 1;
            grid-column-end: 3;
            -ms-grid-row: 3;
                grid-row-start: 5;
            grid-row-end: 5;
          }
          .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox.abtUsTeamGridBox7 {
            -ms-grid-column: 4;
                grid-column-start: 3;
            grid-column-end: 5;
            -ms-grid-row: 4;
                grid-row-start: 5;
            grid-row-end: 5;
          }

    .abtUsNewsSec .abtUsNewsMainWrap .newsCardLeftWrap{
        min-height: 260px;
    }
    .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox img{
        height: auto;
        width: auto;
        display: inline-block;
    }
    .abtUsTeamSec .abtUsTeamGrid .abtUsTeamGridBox{
        box-shadow: none;
        text-align: center;
    }
    .abtUsDoRevamp .abtUsHeroBnr::before{
        display: none;
    }
}

@media (max-width: 450px) {
    .abtUs_new-rvw-sldr-box {
        min-height: 280px;
    }
    .abtUs_new-rvw-sldr-wrap .carousel-control {
        margin: 100px auto;
    }
    .abtUs_new-vlu-tab-list .nav-tabs li a {
        font-size: 0;
    }
    .abtUs_new-vlu-tab-list .nav-tabs {
        max-width: 60px;
    }
    .abtUs_new-vlu-tab-contnt {
        left: 80px;
    }
    .abtUs_new-vlu-tab-contnt h3 {
        font-size: 20px;
        color: #091e42;
    }
    .abtUs_new-vlu-tab-list .nav-tabs>li::before {
        display: inline-block;
        bottom: 25px !important;
        left: auto;
        top: 0;
        transform: rotate(-90deg);
        margin: auto;
        right: 20px;
    }
    .abtUs_new-vlu-tab-list .nav-tabs>li.active::before {
        right: 0;
    }
    .abtUs_new-cstmr-rvw-sec .col-xs-6 {
        width: 100%;
    }
    .box-up, .box-down {
        transform: none;
        margin: 30px 0 0;
    }
    .abtUs_new-cstmr-rvw-txt {
        margin-bottom: 0;
    }

    /*About Us 2022 Styling || Begins*/

    .abtUsStatsSec .abtUsStatsMainWrap .abtUsStatsRightWrap .statsCardsMainWrap .statsCard{
        width: 100%;
    }
    .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap{
        min-height: 150px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap .contentLinkedInWrap{
        margin-top: 10px;
    }
    .abtUsLeadershipSec .leadershipTeamWrap .teamMainWrap .cardContentWrap{
        padding: 10px;
        justify-content: center;
    }
    .abtUsLeadershipSec .col-xs-6{
        width: 100%;
    }
}