/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&amp;family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&amp;display=swap');*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
* {
    font-family: "Nunito Sans", sans-serif !important;
}
/*@font-face {*/
/*    font-family: 'Circular Std';*/
/*    src: url('fonts/CircularStd-Black.woff2') format('woff2'),*/
/*        url('fonts/CircularStd-Black.woff') format('woff');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Circular Std Book';*/
/*    src: url('fonts/CircularStd-Book.woff2') format('woff2'),*/
/*        url('fonts/CircularStd-Book.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

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

/*@font-face {*/
/*    font-family: 'Circular Std';*/
/*    src: url('fonts/CircularSpotifyText-Light.woff2') format('woff2'),*/
/*        url('fonts/CircularSpotifyText-Light.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Circular Std';*/
/*    src: url('fonts/CircularStd-Medium.woff2') format('woff2'),*/
/*        url('fonts/CircularStd-Medium.woff') format('woff');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
h2 {font-size: 40px;}
h1, h2, h3, h4{
    font-family: 'Circular Std';
    font-weight: 500;
}
p, ul li, input, label, button{
    /*font-family: 'Circular Std';*/
    font-weight: 400;
}
body{
    font-family: 'Circular Std';
    font-weight: normal; 
}
a{text-decoration: none;}
input:focus-visible, select.form-select {
    outline: none;
    box-shadow: none;
}
input:focus, select.form-select {
    outline: none;
    box-shadow: none;
}
section.main-banner {
    background-image: url(../images/bgoflp.jpg);
    /* background: linear-gradient(104deg, #0868A0 0.32%, #0068A6 52.38%, #6BAB44 100.88%); */
    padding: 100px 0 80px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.source-txt {
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin: 40px 20px 0px 0px;
    padding-bottom: 6px;display: none;
}
.source-txt p {
    margin: 0;
}
section.main-banner .container-forback {
    /* background-image: url(../images/banner-back-center1.png); */
    background-repeat: no-repeat;
    background-position: 44% 131%;
    background-size: 34%;
    position: relative;
}
.head-div p {
    font-weight: 400;
    margin-bottom: 0 !important;
}
.top-header ul {
    display: flex;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}
.top-header.fixed-head {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0px;
    background: #ffffff;
    left: 0;
    padding: 20px 0;
}
.top-header.fixed-head ul {
    padding: 0;
}
.modal-main-form .get-quate-form{max-width: 100%;padding: 20px 10px 4px;}
.modal-main-form .modal-header{border-bottom: 0;position: absolute;right: 0;top: 0;z-index: 9;}
.modal-main-form .modal-body{padding-top: 0;}
.client-logo-div h3{font-size: 20px;}
a.quate-btn {
    border-radius: 15px;
    padding: 7px 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border: 2px solid #fc5f08;
    color: #fc5f08;
    transition: 0.3s;
}
a.quate-btn:hover {
    color: #6bab44;
    background: #fff;
}
.hov_ico {display: none;}
a.quate-btn:hover .hov_ico{display: block;}
a.quate-btn:hover .normal_ico{display: none;}

a.quate-btn img {
    max-width: 28px;
    margin-left: 10px;
}
.bgsection {
    background: #f7f7f7;
}
.sectionheading {
    text-align: center;
    /* width: 52%; */
    margin: 0 auto;
    margin-bottom: 35px;
}
.outerofcountersection {position: relative;}
.imgofpartner {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.owl-nav {
    display: none;
}
.industriesimg {
    width: 37%;
    margin: 0 auto;
}

.industriesbox {
    border: solid 1px #e7e7e7;
    text-align: center;
    padding: 40px 10px;
    transition: .3s;
}

.industriesbox p {
    margin: 0;
    margin-top: 10px;
}

.outerofindustriessection .row {
    row-gap: 20px;
}

.industriesbox:hover {
    transform: scale(1.1);
}

.industriesbox:hover img {
    transform: rotateY(360deg);
}

.industriesbox img {
    transition: .5s;
    width: 100%;
}
.banner-text-part h1 {
    color: #fff;
    font-size: 48px;
}
.banner-text-part {
    color: #000;
}
.banner-text-part ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 60%;
}
.banner-text-part ul li {
    margin: 10px 0;
    padding: 0 0 10px 0px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-text-part ul li:after {
    position: absolute;
    background-image: url(../images/border-bottom.png);
    content: '';
    left: 0;
    bottom: -2px;
    width: 98%;
    height: 1px;
    background-repeat: no-repeat;
}
.banner-text-part ul li:last-child:after{background-image: none;}
.banner-text-part ul li img {
    margin-right: 15px;
}
.get-quate-form {
    background: #fff;
    position: relative;
    max-width: 85%;
    margin-left: auto;
    padding: 20px;
    border-radius: 13px;
}
.spin-img {
    position: absolute;
    top: -25px;
    left: -25px;
}
.form-inner span {
    font-size: 24px;
    display: block;
    text-align: center;
    margin: 0 0 5px;
    font-weight: 500;
}
.form-inner input, .form-inner select {
    margin: 0 0 8px;
    border-radius: 8px;
    background: #FAFBFC;
    border: none;
    padding: 7px 15px;
    color: #161616;
    font-weight: 300;
    font-size: 15px;
}
button.submit-btn {
    background: #6BAB44;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 6px 25px;
    font-weight: bold;
    margin-top: 5px;
}
.form-inner {
    text-align: center;
}
/* logo slides css */
.the-mark {
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 98vw;
    max-width: 1400px;
    margin: auto;
}
.client-div {
    display: flex;
    animation: ticker 40s infinite linear;
    -webkit-animation: ticker 40s infinite linear;
    -moz-animation: ticker 40s infinite linear;
    -ms-animation: ticker 40s infinite linear;
    -o-animation: ticker 40s infinite linear;
    align-items: center;
}
.client-logo {
    margin-right: 10px;
    width: 140px;
    text-align: center;
}
.client-logo img {
    background: #fff;
    border-radius: 35px;
}
@keyframes ticker {
    100%{
        transform: translate(-100%);
    }
}
section.client-logo-div {
    padding: 40px 0 50px;
    background: rgb(245, 245, 245);
    background: linear-gradient(180deg, rgb(249 107 28 / 23%) 0%, rgba(255, 255, 255, 0) 95%);
}



.cardSlider__section {
    position: relative;
  }
  
  .cardSlider__section .swiper {
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  
  .cardSlider__section .swiper .swiper-wrapper {
    display: flex;
  }
  
.oversetof:before {
    background: #000000c2;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 674px;
}


section.sectionpadding {
    padding: 80px 0;
}

.guaranteebox {
    border: solid 1px #f1f1f1;
    padding: 20px 20px;
    /* box-shadow: 0 0 16px #8080801f; */
    border-radius: 18px;
    background: linear-gradient(0deg, rgb(249 107 28 / 23%) 0%, rgba(255, 255, 255, 0) 68%);
    transition: 0.9s;
    height: 100%;
    background: linear-gradient(104deg, #f39c2c 0.32%, #f97226 52.38%, #f99326 100.88%);
}

.processbox {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    border: solid 1px #fc600914;
    padding: 20px 15px;
    border-radius: 18px;
    height: 100%;
    background: #fc600917;
}

.iconboxofprocess {
    width: 8%;
}

.processstr {
    width: 90%;
}

.iconboxofprocess img {
    width: 100%;
}

.processstr h4 {
    font-size: 19px;
}

.processstr p {
    font-size: 15px;
}

.guaranteebox h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.guaranteebox p {
    color: #fff;
}

.outerofguaranteesection .row {
    padding-top: 19px;
}

.guaranteebox:hover {
    transform: scale(1.05);
}
.head-div h2 span {
    color: #fc5f08;
}
  
  @media (min-width: 992px) {
    .cardSlider__section .swiper .swiper-wrapper {
      flex-flow: row wrap;
      align-items: stretch;
    }
    .brands .card__wrapper p {
        min-height: 180px;
    }
    .brands .user-detail p{min-height: auto;}
  }
  
  .cardSlider__section .swiper .swiper-wrapper .cardItem {
    width: 33.333333%;
    height: auto;
    padding: 15px;
  }
  .cardSlider__section .swiper-pagination{
    display: none;
  }
  @media (max-width: 991px) {
    .cardSlider__section .swiper .swiper-wrapper .cardItem {
      width: 100%;
    }
    .cardSlider__section .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: -30px;
    }
    .cardSlider__section .swiper{padding-bottom: 30px;}
  }
  
  .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper {
    height: 100%;
    padding: 20px;
    background: #f2f7fa;
    border-radius: 22px;
    /*! box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
    background: linear-gradient(0deg, rgb(249 107 28 / 23%) 0%, rgba(255, 255, 255, 0) 95%);
  }
  
  .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper .card__title {
    font-size: 18px;
    font-weight: 500;
  }
  
  .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper .card__desc {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper .card__btn {
    border-radius: 5px;
    padding: 12px 24px;
    text-decoration: none;
    color: #000;
  }
  .cardSlider__section .swiper .swiper-pagination {
    display: none;
  }
  .cardSlider__section .swiper-button-prev, .cardSlider__section .swiper-button-next {
    display: none;
    color: #000;
}
@media (max-width: 991px) {
    .cardSlider__section .swiper .swiper-pagination {
      display: flex;
      justify-content: center;
      bottom: 0px;
    }
  }

.cardSlider__section .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
  }
  
.cardSlider__section .swiper .swiper-button-prev,
  .cardSlider__section .swiper .swiper-button-next {
    display: none;
    color: #000;
  }
.cardSlider__section .swiper .swiper-button-prev:after,
  .cardSlider__section .swiper .swiper-button-next:after {
    font-size: 30px;
  }
  .brands .card__wrapper:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(104deg, #f55e09 0.32%, #fc5205 52.38%, #f7a842 100.88%);
    right: -13px;
    top: 13px;
    z-index: -1;
    border-radius: 14px;
    transition-delay: 1s;
}
.brands .card__wrapper {
    position: relative;
}
section.cdp-journey {
    background: rgb(222,243,254);
    background: #fff;
    padding: 40px 0 ;
}
.head-div {
    text-align: center;
}
.head-div p {
    max-width: 85%;
    margin: 0 auto 10px;
}
.ban-img-div {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.ban-img-div img {
    margin-right: 16px;

} 
.cdp-journey .ban-img-div img {
    /*filter: grayscale(100) contrast(2);*/
    max-width: 44px;

} 
section.platform {
    padding: 20px 0 50px;
}
section.platform .head-div {
    margin-bottom: 45px;
}
.channel {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 30px 20px;
    border-radius: 15px;
    height:90%;background: #fff;text-align: center;
}
.channel span {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-top: 9px;
}
section.transformative {
    background: #f1f1f1;
    /* background: linear-gradient(104deg, #0868A0 0.32%, #0068A6 52.38%, #6BAB44 100.88%); */
    padding: 90px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
a.get-started {
    display: inline-block;
    border: 2px solid #fff;
    padding: 6px 20px;
    border-radius: 10px;
    color: #f85f0b;
    background: #fff;
    transition: 1s;
}
a.get-started:hover {
    background: transparent;
    color: #fff;
}
.growth-box {
    padding: 20px;
    border: 2px solid #f98426;
    border-radius: 25px;
    height: 100%;
}
.growth-box p {
    margin: auto;
    color: #fff;
}
.growth-box span {
    display: block;
    font-size: 24px;
    margin: 6px 0 0px;
    font-weight: 500;
    color: #fff;
}
.growth-box.solid-hollw span {
    color: #000;
}

.growth-box.solid-hollw p {
    color: #000;
}
.growth-box.solid-white {
    background: linear-gradient(104deg, #f39c2c 0.32%, #f97226 52.38%, #f99326 100.88%);
}
.growth-box.solid-hollw {
    color: #fff;
}
.transformative-left .row .col-6{margin-bottom: 20px}
.transformative-left .row .col-md-6:first-child .growth-box {margin-top: -30px;}
.transformative-left .row .col-md-6:nth-child(3) .growth-box {margin-top: -30px;}

.brands .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 22px 22px 50px 22px;
    background: #fff;
    overflow: hidden;
}
.user-detail {
    display: inherit;
    text-align: center;
}
.card__wrapper p {
    text-align: center;
}
.qoteset img {
    width: 58px;
    position: absolute;
    right: 13px;
    top: 6px;
}

.qoteset {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(104deg, #f39c2c 0.32%, #f97226 52.38%, #f99326 100.88%);
    width: 100px;
    height: 80px;
    border-bottom-left-radius: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-img img {
    margin-bottom: 20px;
}
.starrating img {
    width: 76px;
}
.user-name span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.user-name p {
    font-size: 14px;
    margin: 0;
}
section.brands {
    padding: 50px 0 0;
}
section.auction {
    background-image: url(../images/vawe.png), linear-gradient(104deg, #fc5f08a1 0.32%, #f97226 52.38%, #e1a130 100.88%);
    /* background: linear-gradient(104deg, #0868A0 0.32%, #0068A6 52.38%, #6BAB44 100.88%); */
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}
section.elevate {
    padding: 40px 0 60px;
}
.elevate .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #0868A0;
}
section.elevate .nav-link {
    padding: 12px 42px;
    background: #F6FBFD;
    margin: 10px 0;
    font-size: 20px;
    text-align: left;
    color: #000000;
    font-weight: bold;
}
.tab-con-rght ul li {
    border-bottom: 1px solid #B7D4FB;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    font-family: 'Circular Std Book';
}
.tab-con-rght ul li:last-child {
    border: none;
}
.tab-con-rght ul {padding-left: 10px;margin-left: 0px;}
.tab-con-rght ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    left: 6px;
    top: 20px;
}
.elevate .head-div h2 {
    margin-bottom: 25px;
}
.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active, .elevate-for-mob .owl-theme .owl-dots .owl-dot.active span {
    background: #000 !important;
    border: 1px solid #000;
}
span.swiper-pagination-bullet, .elevate-for-mob .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: transparent !important;
    opacity: 1;
    margin: 3px 4px;
}

  .mob-slide {
    padding: 20px;
    border-radius: 15px;
    font-family: 'Circular Std';
    line-height: 21px;
    background: rgb(221,240,248);
    background: linear-gradient(180deg, rgba(221,240,248,1) 0%, rgba(238,252,235,1) 100%);
    margin: 0 5px;
}
.mob-slide span {
    font-size: 18px;
}
.mob-slide ul {
    padding: 13px 0px;
    margin: 0;
}
.mob-slide ul li {
    border-bottom: 1px solid #B7D4FB;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    font-family: 'Circular Std Book';
}
.mob-slide ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    left: 6px;
    top: 20px;
}
.img-slide {
    margin-top: 20px;
}
.elevate-for-mob .head-div {
    margin-bottom: 25px;
}
.elevate-for-mob {
    display: none;
}
.owl-theme .owl-dots{margin: 20px 0 30px;}
.owl-theme .owl-nav{display: none;}
.owl-carousel .owl-stage{margin: 0px 0px;}



.mobile-otp {
    position: relative;
}

.otp-group {
    position: absolute;
    right: 7px;
    top: 6.5px;
    
    border-radius: 5px;
}

.otp-group a {
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    line-height: 14px;
    background: #0768a0;
}


div#EmailMsg {
    font-size: 12px;
    font-weight: normal;
    color: #6bab44;
}
div#Message_msge {
    font-size: 12px;
    color: red;
}
div#Message_msge_valid {
    font-size: 12px;
    color: #6bab44;
}

/*UI07051988*/
.banner-text-part ul li img {
    /* filter: invert(1); */
    width: 44px;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px 10px;
}
section#casestudies {
    padding: 50px 0 60px;
/*    background: linear-gradient(183deg, rgba(222,243,254,1) 0%, rgba(255,255,255,1) 95%);*/
}
.case_rpt span {
    display: block;
}
/*.case_sec_new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/

.case_sec_new_bx {
    width: 100%;
    border: 1px solid #DDF0F9;
    margin: 0 1%;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.case_sec_new_bx figure {
    text-align: center;
}
.case_new_inn {
    padding-top: 20px;
}
.case_sec_new_bx h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fb550b;
}
.case_rpt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.case_new_inn .case_rpt:last-child {
  border: 0;
}
.case_sec_new_bx strong {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.case_sec_new_bx strong img {
    margin-right: 10px;
}
.case_rpt p {
    /*padding-bottom: ;*/
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
}
.awardsAccolades {
  text-align: center;
}
.awardsAccolades img {
  width: 9%;
  box-shadow: rgba(0, 0, 0, 0) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: .5%;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.faq_sec .accordion-button:not(.collapsed)::after {
    
     background: url(../images/minu_faq.png) no-repeat;width: 1.5rem; height: 1.5rem;
}
.faq_sec .accordion-button::after {
    background: url(../images/plus_faq.png) no-repeat;width: 1.5rem; height: 1.5rem;
}
.faq_sec .accordion-button {
    background: #fda17026;
    cursor: pointer;
    border-radius: 25px !important;
}
.faq_sec .accordion-item{border: 0;}
.faq_sec .accordion-button:not(.collapsed){box-shadow: none;color: #000;}
.faq_sec .accordion-body {
    background: #d5c9c225;
    border-radius: 25px;
    margin: 15px 0;
}
.faq_sec .accordion-body li {
  list-style: disc;margin-bottom: 10px;
}
.faq_sec .accordion {
  max-width: 90%;
  margin: auto;
}
.form-inner select{appearance: auto;}
.otp-group button:disabled{background: #999; pointer-events: none;}
/*.banner-text-part strong {
  font-size: 22px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}*/
.banner-text-part p {
    font-size: 18px;
    max-width: 540px;
    color: #fff;
}
.main-banner .row{align-items: center;}

input[type="number"] {
  -moz-appearance: textfield;
}
.channel img {
  max-width: 60px;
   filter: grayscale(100) contrast(2);
}
.case_sec_new .card__wrapper {
  width: 100%;
  background: none !important;
  padding: 0 !important;
}

.container-forback .col-lg-5 figure {
  display: none;
}
.quote_mob {
  display: none;
}


@media (max-width: 1399px){
.transformative-left.text-white {
  max-width: 80%;
}
.contact-cta{padding: 8px 20px;}
.banner-text-part h1 { font-size: 40px;}
.col-md-7.footer_cta_text {
    width: 42%;
}


}
@media (min-width: 1400px){
    .banner-text-part h1 br{display: none;}
}
@media (max-width: 992px){
    .banner-text-part h1 br{display: none;}
    .elevate-for-mob {display: block;}
    .elevate{display: none;}
    section.main-banner .container-forback{background-image: none;overflow: hidden;}
    .get-quate-form{margin: 40px auto 0;}
    .channel{height: auto; margin: 10px 0;}
    .transformative-left .row .col-md-6:first-child .growth-box{margin-top: 0px;}
    .transformative-left .row .col-md-6:nth-child(3) .growth-box{margin-top: 0px;}
    .growth-box p br{display: none;}
    .banner-text-part ul li:after{ bottom: -2px;width: 88%;}
    h2 {font-size: 32px;}
    .banner-text-part h1{font-size: 40px;}
    h2 br{display: none;}
    .transformative-left {margin-bottom: 0px;}
    .get-quate-form{display: none;}
    .modal-main-form .get-quate-form{
        display: block;
        margin: 0px auto 0;
    }   
    .mob-slide{
        min-height: 678px;
    }
.case_sec_new_bx{width: 100%;margin: 0;
    padding: 20px;}

.top-header ul{justify-content: center;}
a.quate-btn {display: none;}

}
@media (max-width: 767px){
    .growth-box p br { display: block;}
    .growth-box{padding: 15px;}
    .cardSlider__section .swiper{width: calc(100% - 0px);}
    /* .get-quate-form{display: none;} */
    section.auction{text-align: center;}
    .banner-text-part ul li:after{right: 30px;}
    .head-div p{max-width: 100%;}
    h2 {font-size: 24px;}
    .banner-text-part h1{font-size: 32px;}
    section.transformative{padding: 30px 0;}
    .mob-slide{
        min-height: 650px;
    }
.faq_sec .accordion {max-width: 100%;}
.channel {
    height: 92%;}


.growth-box span{font-size: 20px;}

.awardsAccolades {
  text-align: center;
    display: flex;
    /*! flex-wrap: wrap; */
  overflow-x: auto;
  padding-bottom: 15px;
}
.awardsAccolades img {
  width: 120px;
    margin: 2%;
  border-radius: 50px;
}
.banner-text-part ul{max-width: 100%;}
section.brands {
  padding: 20px 0;
}
.top-header.fixed-head{padding: 10px 0;}

.transformative .container, .faq_sec .container {
  padding-right: 25px;
  padding-left: 25px;
}
.container-forback .col-lg-5 figure {
  display: block;margin-bottom: -40px;
}
section.main-banner{padding-bottom: 0;}

}
@media (max-width: 575px){
    h2 {font-size: 22px;}
    .banner-text-part h1{font-size: 28px;}
    .channel span{font-size: 16px;}
    .channel{padding: 20px 15px;}
    p{font-size: 15px;}
    .get-quate-form{max-width: 90%;}
    .growth-box{padding: 15px ;}
    .mob-slide {
        min-height: 697px;
    }

.brand_logos{flex-wrap: wrap;}
.client-logo {
  margin: 1.5%;
  width: 29.5%;
  text-align: center;
}
.client-logo img{max-width: 100%;}

}
@media (max-width: 500px){
    .banner-text-part ul li:after{right: 20px;}

    .top-header ul li img {
        max-width: 120px;
    }
    .mob-slide {
        min-height: 650px;
    }
}


@media (min-width: 576px){
    .modal-dialog {max-width: 360px;margin-top: 5%;}

    }

    /* brand logo */
.brand_logos {
    display: flex;
justify-content: center;
align-items: center;overflow-x: auto;
}
section#aboutus {
margin: 1rem 0 2rem;
}
.brand_logos figure img {
width: 75%;
}
.brand_logos .item {
text-align: center;
}
section#aboutus h2 {
font-size: 20px;
margin-bottom: 2rem;
}


.ul_cmn {
    list-style: none;
    padding: 0;
    margin-top:30px;
    max-width: 100%;
}
.ul_cmn li {
    margin: 10px 0;
    padding: 0 0 10px 0px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 19px;
}
.ul_cmn li:after {
    position: absolute;
    background-image: url(../images/border-bottom.png);
    content: '';
    left: 0;
    bottom: -2px;
    width: 98%;
    height: 1px;
    background-repeat: no-repeat;
}
.ul_cmn li:last-child:after{background-image: none;}
.ul_cmn li img {
    margin-right: 15px;
/*    filter: brightness(100);*/
    width: 30px;
}
select:invalid,
select option[value=""] {
  color: #6c757d;
}
.banner-text-part ul li strong {
    font-size: 24px;
    display: inline-block;
    margin: 0 5px;
}


.banner-text-part ul li span {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}
.cont_points {
    background: linear-gradient(180deg, rgb(249 107 28 / 23%) 0%, rgba(255, 255, 255, 0) 95%);
    padding: 40px 0;
}
.modal-header .btn-close::focus{box-shadow: none;}
.modal-header .btn-close {
  border: #0768a0 2px solid;
  border-radius: 100%;
  color: #fff;
  background-size: 11px;
  width: 12px;
  height: 12px;
}
.modal-content{border-radius: 1rem;border: 0;}



.team_box figure {
    background: linear-gradient(104deg, #f75c0b 0.32%, #fb600a 52.38%, #e69c54 100.88%);
    border-radius: 15px;
    margin: 0;
    width: 50%;
}
.team_box {
  display: flex;
  align-items: center;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  padding: 20px;
}
.team_text {
  width: 50%;
  padding: 0 0 0 20px;
}
.team_text h3 {
  color: #161616;
  font-size: 20px;
}
.team_text span {
  font-size: 14px;
  font-weight: 300;
  color: #0868A0;
}
.team_text p {
  margin-bottom: 10px;
}
.meet_team {
  padding: 50px 0 20px;
}
.meet_team h2 {
  margin-bottom: 20px;
}


.meet_team .cardSlider__section .swiper .swiper-wrapper .cardItem {
  width: 50%;

}

.meet_team .cardSlider__section .swiper .swiper-wrapper .cardItem .card__wrapper {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width:767px){
.brand_logos {
overflow: auto !important;padding-bottom: 15px;
justify-content: flex-start;
}
section#aboutus .col-md-12 {
overflow: auto;
}
section.client-logo-div{padding: 30px 0 0;}
section#casestudies{padding: 40px 0  !important;}
.cont_points{padding: 30px 0 0;}
 .transformative-left.text-white {
    max-width: 100%;
  }
.modal-main-form .modal-dialog{margin:15% 1.5rem;}
.quote_mob {
  display: block;padding: 10px 0 50px;
}

.quote_mob .quate-btn {
  justify-content: center;
  font-size: 18px ;
  padding: 10px ;
  max-width: 170px;
  display: flex;margin: auto;
}
.team_text {
  padding: 0 0 0 10px;
}
.team_text h3 {
  font-size: 16px;
}
.team_text span {
  line-height: 1.2;
  display: block;
}
.meet_team .cardSlider__section .swiper .swiper-wrapper .cardItem {
  padding: 5px;
}
.team_box {
  border-radius: 10px 10px 40px 10px;
  padding: 10px;
}
.team_box figure{border-radius: 10px;}


}


.top-header ul li a img {
    width: 160px;
}

.fixed-head a.quate-btn {
    color: #000;
    border-color: #000;
}

.form-inner .form-control {
    border: solid 1px #000;
    background: #fff;
    border-radius: 4px;
    height: 46px;
}

.form-inner .col-md-6 {
}

.form-inner textarea.form-control {
    height: 100px;
}

.btnsubmit {
    background: #fc5f08 !important;
    border: none !important;
    color: #fff !important;
}
#staticBackdrop .get-quate-form {
    max-width: 100%;
    padding: 0;
}
#staticBackdrop .modal-header {
    padding: 0;
    border: none;
    box-shadow: none;
}

#staticBackdrop button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}
#staticBackdrop .modal-dialog {
    max-width: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.outerofthankyo {
    text-align: center;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.outerofthankyo img {
    width: 200px;
}

.webbtn a {
    background: #fc5f08;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 7px;
    color: #fff;
}
.client-logo img {
    width: 130px;
    padding: 10px 20px;
}

/*======================call icon=============*/
  .call-back-1 {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call-back-1 img {
    width: 50px;
    margin-bottom: 5px;
    display: block;
    margin-left:0 !important;
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.numberonmobile {
    display: none;
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.auction-lft.text-white ul {
    margin: 0;
    padding: 0;
}

.auction-lft.text-white ul li i.fa {
    font-size: 20px;
}

.auction-lft.text-white ul li a {color: #fff;}

.auction-lft.text-white ul li {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
}


@media only screen and (max-width: 1200px) {
.get-quate-form {
    max-width: 100%;
}
.iconboxofprocess {
    width: 12%;
}
.processstr {
    width: 85%;
}
}


@media only screen and (max-width: 768px) {
.cardSlider__section .swiper .swiper-wrapper {
    flex-wrap: wrap;
}
section.auction {
    margin-bottom: 0 !important;
}
.get-quate-form {
    display: block;
}
.iconboxofprocess {
    width: 18%;
}
.processstr {
    width: 75%;
}
}


@media only screen and (max-width: 425px) {
.quote_mob {
    padding: 10px 0 0px;
}
section.main-banner {
    padding-bottom: 40px;
}
.meet_team .cardSlider__section .swiper .swiper-wrapper .cardItem {
    width: 100%;
}
li.numberonmobile {
    display: block !important;
    padding-left: 20px;
}
li.numberonmobile a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

li.numberonmobile a i.fa {
    font-size: 27px;
    padding-right: 5px;
    position: relative;
    top: 5px;
}
.top-header li {
    width: 41%;
}
    .top-header ul {
        flex-wrap: wrap;
    }
    .oversetof:before {
    background: #000000bf;
    position: absolute;
    top: 256px;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1053px;
    background: linear-gradient(0deg, rgb(0 0 0) 82%, rgb(0 0 0 / 15%) 100%);
}

section.main-banner {
    background-image: url(../images/bgoflp.jpg);
    /* background: linear-gradient(104deg, #0868A0 0.32%, #0068A6 52.38%, #6BAB44 100.88%); */
    padding: 100px 0 80px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-size: 760px !important;
    padding-top: 280px;
    background-position: 11% 0%;
    background-repeat: repeat;
}
.processstr {
    width: 80%;
    text-align: justify;
}
.iconboxofprocess {
    width: 15%;
}
.ebcf_close {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    line-height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 5px;
    float: inherit !important;
}
.ebcf_modal-content {
    position: relative;
    overflow: hidden;
}
.popupm {
    height: 230px;
    display: block;
}
.outerofindustriessection .col-xs-6 {
    width: 50%;
}
}