a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow a {
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
}

#navbarBelow li {
    position: relative;
}

#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 45px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff !important;
}

.navbar-right-button {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #FF9800 !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
}
.contact_page {
    padding: 144px 0;
    /*background: url(../imgLanding/footer_bg.png) no-repeat center/cover;*/
}
/* SECTION1 */
.h_sec1 {
    background: url(../imgLanding/h_banner.png) no-repeat center/cover;
    position: relative;
    color: #fff;
    background-size: cover;
    padding: 87px 0 0 0;
}

.sec-1H3 {
    font-weight: 700;
    line-height: 42px;
    margin: 10px 0;
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.sec-1H3 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.sec-1H3 span::before {
    background: #FF9800;
    transform: skewx(18deg);
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    height: 47px;
    width: 136px;
    z-index: -1;
    animation: flash 5s infinite;
}
@keyframes flash {
    0%,   100%, 50% { opacity: 1; }
    25%, 75% { opacity: 0; }
  }
.h_s1left h2 {
    font-size: 77px;
}
.abt_sec .h_s1left h2 , .h_sec1.inner .h_s1left h2 {
    font-size: 61px;
  }
.h_s1left {
    padding: 28px 0;
    position: relative;
}

.h_s1left::before {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: -84px;
    left: -192px;
    background: url(../imgLanding/s1_left_aft.png) no-repeat;

}

.h_s1right {
    position: relative;
}
.h_s1right img{
    animation: pulse 3s infinite; 
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
.h_s1right::before {
    content: "";
    height: 128px;
    width: 136px;
    position: absolute;
    top: 0;
    right: -219px;
    background: url(../imgLanding/s1right_aft.png) no-repeat center;
    animation: rotate-center 15s linear infinite both;
}
@keyframes rotate-center{
    0%{-webkit-transform:rotate(0);transform:rotate(0);}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
  }
.h_s1left ul li {
    margin: 19px 0 0 0;
}

.h_s1left ul li i {
    color: #FF9800;
}

.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
}

a.on { background: #FF9800; border: none; font-size: 16px; text-align: center; border-radius: 50px; color: #000; padding: 10px 14px; text-transform: capitalize; animation: glowing 1500ms infinite;}
.on i { background: #fff; padding: 5px 7px; border-radius: 20px; transition: 0.7s; animation: RL_smooth 1s ease-in-out infinite alternate both; }
@keyframes RL_smooth {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
a.chats {
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 9px 22px;
}
a.chats.blue {  border: 1px solid #2360a1;  color: #2360a1;}

/* SECTION1 */

/* SECTION2 */
.defaulth2 {
    font-size: 39px;
    color: #000;
    margin: 10px 0;
}

.defaulth2 span {
    color: #FF9800;
}

.defaultp {
    color: #0000008f;
    margin: 10px 0;
    font-size: 15px;
}

.h_s2right {
    position: relative;
}

/*.h_s2right::after {*/
/*    background: url(../imgLanding/s2_right_aft.png) no-repeat;*/
/*    content: "";*/
/*    height: 475px;*/
/*    width: 326px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 610px;*/
/*}*/

/* SECTION2 */

/* SECTION3 */
.h_s3left,
.h_s3text,
.h_s4text {
    position: relative;
}

/*.h_s3left::before {*/
/*    background: url(../imgLanding/s2_right_aft.png) no-repeat;*/
/*    content: "";*/
/*    height: 475px;*/
/*    width: 326px;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*    right: 610px;*/
/*    transform: rotate(181deg);*/
/*}*/

.step_h3 {
    position: absolute;
    right: 0;
    font-size: 85px;
    color: #1A5DA5;
    font-weight: 900;
    top: 10px;
    opacity: 0.1;
}

/* SECTION3 */

/* SECTION5 */
.h_sec5 {
    background: url(../imgLanding/h_s5bg.png) no-repeat center/cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/*.h_sec5::before {*/
/*    background: url(../imgLanding/s5_aft.png) no-repeat;*/
/*    content: "";*/
/*    height: 235px;*/
/*    width: 326px;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: -78px;*/
/*}*/

/*.h_sec5::after {*/
/*    background: url(../imgLanding/s5_aft.png) no-repeat;*/
/*    content: "";*/
/*    height: 235px;*/
/*    width: 326px;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: -128px;*/
/*}*/

.h_sec5 .s5_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 34px;
}

.h_sec5 .s5_ul li {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 45%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 38px 11px;
    position: relative;
    margin: 48px 0px 0 0;
    border-radius: 10px;
}
.h_sec5 .s5_ul li h3 {
    font-size: 20px;
  }

.h_sec5 .s5_ul li .s5icon {
    padding: 0 12px;
    background: #1A5DA5;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    top: -35px;
}

.h_sec5 .s5_ul li p {
    height: 182px;
    overflow: auto;
    padding: 0 7px 0 7px;
}

.h_sec5 .s5_ul li:nth-child(1),
.h_sec5 .s5_ul li:nth-child(3) {
    /*translate: 0 -55px;*/
}

/* SECTION5 */

/* SECTION6 */
.h_sec6 {
    isolation: isolate;
    background: #FF9800;
    position: relative;
}

.h_sec6::before {
    content: "";
    background: url(../imgLanding/h_s6bg.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}

.h_sec6 h2 span {
    color: #1A5DA5;
}

.h_sec6 a.on {
    background: #fff;
    color: #ff9800;
}

/* SECTION6 */

/* SECTION7 */
.h_sec7 {
    background: url(../imgLanding/h_s7bg.png) no-repeat center/cover;
}

.h_s7box {
    text-align: center;
    background: #fff;
    padding: 59px 0 37px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 33px 0 28px 0;
    border-radius: 7px;
}
.h_s7box h3 {
    font-size: 21px;
  }
.h_s7box .s7icon {
    border: 5px solid #1a5da5;
    display: flex;
    height: 77px;
    width: 77px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -1%;
    left: 50%;
    translate: -50% -50%;
    background: #fff;
    padding: 13px;
}

.h_s7box a {
    color: #ff9800;
}

/* SECTION7 */
/* SECTION9 */
.h_sec9 {
    background: url(../imgLanding/h_s9bg.png) no-repeat center/cover;
}

.h_s9left ul li {
    color: #fff;
    font-size: 21px;
    margin: 31px 0 0 0;
}

.h_s9left ul li i {
    color: #FF9800;
}

/* SECTION9 */

/* SECTION10 */
.h_sec10 {
    padding: 0 0 247px 0;
}

.h_sec10 .container {
    position: relative;
}

.h_s10_bg {
    background: url(../imgLanding/h_s10_Bg.png) no-repeat;
    height: 482px;
    background-position: center;
    position: relative;
    text-align: center;
}

.row.step_text {
    position: absolute;
    top: 50%;
    left: 62%;
    width: 100%;
    translate: -50% -50%;
}

.h_s10_step.one {
    translate: -85px 50px;
}

.h_s10_step.one::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    right: 20px;
    top: 38px;
}

.h_s10_step.one::after {
    content: "";
    background: #474a54;
    height: 18%;
    width: 2px;
    position: absolute;
    right: 4px;
    top: 24px;
    rotate: 90deg;
}

.h_s10_step.one h3 {
    color: #FF9800;
}
.h_s10_step h3 {
    font-size: 23px;
  }
.h_s10_step.two {
    translate: -173px 261px;
}

.h_s10_step.two::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    right: 20px;
    top: 38px;
}

.h_s10_step.two::after {
    content: "";
    background: #474a54;
    height: 18%;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 16px;
    rotate: 61deg;
}

.h_s10_step.two h3 {
    color: #25C5D9;
}

.h_s10_step.three {
    translate: 0px 410px;
}

.h_s10_step.three h3 {
    color: #42A4F5;
}

.h_s10_step.three::after {
    content: "";
    background: #474a54;
    height: 18%;
    width: 2px;
    position: absolute;
    right: 64%;
    top: -14px;
    translate: -50% -50%;
}

.h_s10_step.four {
    translate: 102px 307px;
}

.h_s10_step.four h3 {
    color: #EB407A;
}

.h_s10_step.four::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    left: -20px;
    top: 38px;
}

.h_s10_step.four::after {
    content: "";
    background: #474a54;
    height: 17%;
    width: 2px;
    position: absolute;
    left: -30px;
    top: 16px;
    rotate: -47deg;
}

.h_s10_step.five {
    translate: 72px 69px;
}

.h_s10_step.five h3 {
    color: #673BB6;
}

.h_s10_step.five::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    left: -20px;
    top: 38px;
}

.h_s10_step.five::after {
    content: "";
    background: #474a54;
    height: 18%;
    width: 2px;
    position: absolute;
    left: -34px;
    top: 24px;
    rotate: -90deg;
}

.h_s10_step p {
    font-size: 12px;
    padding: 0 25px 0px 0;
}

.h_s10_step {
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 0 0;
}

.pattern_head {
    position: relative;
    top: 60px;
}

/* SECTION10 */

/* SECTION11 */
.h_sec11 {
    background: #fff;
    isolation: isolate;
    padding: 80px 0;
    position: relative
}

.h_sec11:before {
    background: url(../imgLanding/s11_bg.png) no-repeat center/cover;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.s11box.br {
    border-right: 1px solid #00000078
}

.s11box h3 {
    color: #FF9800;
    font-size: 61px;
    font-weight: 400
}

/* SECTION11 */

/* SECTION12 */
.s12acc button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    color: #6e706e;
}

.s12acc button.collapsed i {
    transform: rotate(0);
}

.s12acc button i {
    transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
    transform: rotate(135deg);
}

.s12acc {
    margin: 31px 0 0 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0px 36px -5px #00000078;
    padding: 9px 0;
}

.s12acc button i {
    border-radius: 50%;
    background: transparent;
    color: #000;
    padding: 8px 9px;
    border-radius: 21px;
}

.s12acc .s9num {
    background: transparent;
    border-radius: 50%;
    padding: 7px 6px;
}

.s12acc .card.card-body {
    border: 0;
    color: #6e706e;
    border-top: 2px solid #000;
    border-radius: 0;
}

.h_sec12{
    background: url(../imgLanding/h_s12_bg.png);
}
/* SECTION12 */
/* SECTION13 */
.h_s13_form {
    background: linear-gradient(90deg, rgb(231, 231, 231) 0%, rgb(221, 230, 239) 57%);
    padding: 10px 22px;
    border-radius: 9px;
  }
  .h_s13_form form input, .h_s13_form form textarea, .h_s13_form form button {
      background: #fff;
      box-shadow: 0;
      margin: 16px 0;
      padding: 10px 22px;
      border-radius: 5px;
    }
    .h_s13_form form .form-group.agre-buton{
        text-align: center;
    }
    .h_s13_form form button {
        background: #ff9800;
        color: #fff;
        border-radius: 26px !important;
        padding: 9px 48px;
      }
/* SECTION13 */
/* SECTION14 */
.testi_slider .slick-slide {
    background: #1A5DA5;
    text-align: center;
    position: relative;
    padding: 27px 0;
    border-radius: 9px;
    transition: 0.7s;
    margin: 50px 18px 31px 18px;
  }

  .h_s14_box h3 {
    position: absolute;
    right: 39%;
    font-size: 122px;
    top: 22%;
    translate: -50% -50%;
    color: #ff9800;
  }
  .testi_slider .slick-slide.slick-current {
    background: #ff9800;
    scale: 1.16;
  }
  .testi_slider .slick-slide.slick-current .h_s14_box h3{
    color: #1A5DA5;
  }
  .h_s14_box {
    padding: 5px 14px;
  }
  .h_s14_box p{
    padding: 0px 5px;
  }
  section{
    overflow: hidden;
  }

/* SECTION14 */

/* INNER PAGE CSS */
.h_s1left .list-unstyled.inner_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.h_s1left .list-unstyled.inner_sec li{
    width: 45%;
}
.h_sec2.inner ul li i {
    color: #ff9800;
}
.h_sec3.inner{
    background: url(../imgLanding/ecommerce_store_setup_page/s3_bg.png) no-repeat center/cover;
}
.h_sec3.inner .defaulth2 span{
    color: #1A5DA5;
}
.abt_slider .slick-slide {
    background: #fff;
    padding: 10px 17px;
    margin: 0 6px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    color: #1A5DA5;
    transition: 0.7s;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;  
}
.abt_slider .slick-slide.slick-current{
    background: #1A5DA5;
    color: #fff;
}
.h_sec3.inner a{
    background: #1A5DA5;
    color: #fff;
}
.h_sec3.inner a i{
    color: #000;
}
.inner_s3right {
    display: flex !important;
    gap: 34px;
    align-items: center;
    margin: 23px 0 0 0;
}
.inner_s3right div img{
    flex-shrink: 0;
}
.i_s3_img{
    flex-shrink: 0;
}
.i_sec6 a.chats{
    color: #1A5DA5;
    border: 1px solid #1A5DA5;
}
.i_sec7{
    background: url(../imgLanding/ecommerce_store_setup_page/s6bg.png) no-repeat center/cover;
}
.collapse1{margin:31px 0;}
.collapse1 a{color: #fff;
    font-size: 18px;
    display: flex;
    gap: 8px;
    align-items: center;}
.collapse1 .card{background:transparent;border:none;color:#fff;}
.collapse1 a i {
    color: #ff9800;
  }

  .i_sec8 ul.parent_tech {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
  }
  .tech_slider .slick-slide {
    width: auto !important;
    opacity: 0.5;
  }
  .tech_slider .slick-slide.slick-current {
    opacity: 1;
  }
   .swiperone .swiper-slide {
    background: #e7e7e7;
    padding: 16px 16px;
    border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 9px 14px;
  height:115px;

  } 
  .swiperone .swiper-slide p {
    margin: 0;
  }
  .swiperone .swiper-slide p i {
   color: #fb8e00;
   margin: 10px 0px ;
  } 
  .h_sec5.inner .s5_ul li p {
    height: 97px;
  }
/* INNER PAGE CSS */
 /* ABOUT CSS */
 .abt_sec2.about.py-5{
    background: url(../imgLanding/about-page/s2bg.png) no-repeat center/cover;
  }
 .abt_sec3.about.py-5{
    background: url(../imgLanding/about-page/s3bg.png) no-repeat center/cover;
  }
  .abt_slide {
    background: #fff;
    padding: 17px 18px;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 0 9px 0 #000;
  margin: 16px 0px;
  }
  .abt_slide h3 {
    font-size: 18px;
    height: 36px;
    margin: 17px 0 0 0;
  }
  .abt_slide p {
      font-size: 14px;
    }
    .abt_slide a{
        color: #FF9800;
    }
    .abt_slide p {
        font-size: 14px;
        height: 113px;
        margin: 14px 0px;
        padding: 0 11px;
        overflow: auto;
      }
      .abt_s3box.abt_page_slider .slick-slide {
        transition: 0.5s;
        padding: 0 7px;
      }
      .abt_page_slider .slick-current+.slick-slide .abt_slide {
        transition: 0.5s;
        -webkit-transform:scale(.92);
        transform:scale(.92)
      }
      .abt_page_slider .slick-current+.slick-slide+.slick-slide .abt_slide {
        transition: 0.5s;
        margin:0 -23px;
        -webkit-transform:scale(.85);
        transform:scale(.85)
      }

      .abt_timeline_box {
          display: flex;
          gap: 15px;
          position: relative;
        }
        .abt_timeline_box.one h3{
            color:#1a5da5;
        }
        .abt_timeline_box.one .abt_timeline_icon {
          background: #1a5da5;
        }
        .abt_timeline_box.two h3{
            color:#F9C036;
        }
        .abt_timeline_box.two .abt_timeline_icon {
          background: #F9C036;
        }
        .abt_timeline_box.three h3{
            color:#404CBC;
        }
        .abt_timeline_box.three .abt_timeline_icon {
          background: #404CBC;
        }
        .abt_timeline_box.four h3{
            color:#FF9800;
        }
        .abt_timeline_box.four .abt_timeline_icon {
          background: #FF9800;
        }
        .abt_timeline_box.five h3{
            color:#2EB9B3;
        }
        .abt_timeline_box.five .abt_timeline_icon {
          background: #2EB9B3;
        }
        .abt_timeline_box.one .abt_timeline_icon::before , .abt_timeline_box.two .abt_timeline_icon::before {
            content: "";
            background: black;
            height: 147px;
            width: 1px;
            position: absolute;
            top: 0;
            z-index: -1;
        }
        .abt_timeline_box.three .abt_timeline_icon:before , .abt_timeline_box.four .abt_timeline_icon:before , .abt_timeline_box.five .abt_timeline_icon:before{
            content: "";
            background: black;
            height: 110px;
            width: 1px;
            position: absolute;
            bottom: 0;
            z-index: -1;
        }
        .abt_timeline_box.one  , .abt_timeline_box.two {
            margin: 0 0 -36px 0;
        }
        .abt_timeline_box.three  , .abt_timeline_box.four , .abt_timeline_box.five {
            margin: 56px 0 0 0;
        }
        .abt_timeline_box.one {
            translate: 30px 0px;
          }
        .abt_timeline_box.five {
            translate: 45px 0px;
        }
      .abt_timeline_icon {
        color: white;
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        flex-shrink: 0;
        position: relative;
      }
      .abt_achievement_ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
      }
      .abt_achievement_ul li:nth-child(1){
          box-shadow: 0 0 7px 0 #1A5DA5;
        color: #1A5DA5;
      }
      .abt_achievement_ul li:nth-child(2){
          box-shadow: 0 0 7px 0 #FF9800;
        color: #FF9800;
      }
      .abt_achievement_ul li:nth-child(3){
          box-shadow: 0 0 7px 0 #2EB9B3;
        color: #2EB9B3;
      }
      .abt_achievement_ul li:nth-child(4){
          box-shadow: 0 0 7px 0 #00C200;
        color: #00C200;
      }
      .abt_achievement_ul li:nth-child(5){
          box-shadow: 0 0 7px 0 #404CBC;
        color: #404CBC;
      }
      .abt_achievement_ul li:nth-child(6){
          box-shadow: 0 0 7px 0 #BB4CE2;
          color: #BB4CE2;
        }
        .abt_achievement_ul li:nth-child(2), .abt_achievement_ul li:nth-child(5) {
            translate: 0 40px;
          }
      .abt_achievement_ul li {
          background: #fff;
          width: 30%;
          text-align: center;
          padding: 12px 7px;
        }
        .abt_achievement_ul li p {
            margin: 0;
            font-size: 12px;
          }
        .abt_achievement_ul li h3 {
            font-size: 58px;
            margin: 0;
          }
          .abt-years {
            display: flex;
            justify-content: center;
            gap: 139px;
            color: #fff;
            position: relative;
            top: 67px;
            font-weight: 600;
            font-size: 23px;
          }
  /* ABOUT CSS */

/* FOOTER  */

footer {
    width: 100%;
    /*background: url(../imgLanding/footer_bg.png) no-repeat center/cover;*/
    overflow: hidden;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
}
.foot_top img {
    width: 209px;
  }
.foot_box .ul1 {
    columns: 2;
  }
  .foot_box.service h3::before {
    width: 84%;
  }
.foot_box {
    width: 100%;
}

.foot_box p {
    color: #fff !important;
    font-size: 14px;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 18px;
}

.foot_box ul {
    padding: 0 0 0 18px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    font-size: 15px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #fff;
}

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}

.foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #fff;
}

.foot_box img {
    margin-top: 10px;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    background: #ff9800;
    padding: 16px 0;
  }
.foot_bot p {
    font-size: 15px;
    text-align: center;
    color: #fff !important;
    margin: 0;
}


@media (max-width:1400px) {
    .abt_slide h3 {
        font-size: 14px;
        height: 35px;
        margin: 17px 0 0 0;
        overflow: auto;
    }
    .abt_sec .h_s1left h2, .h_sec1.inner .h_s1left h2 {
        font-size: 53px;
      }
      .h_s10_step h3 {
        font-size: 20px;
      }
      .abt_timeline_box.two .abt_timeline_icon::before , .abt_timeline_box.one .abt_timeline_icon::before{
        height: 167px;
      }
      .abt_timeline_box.five {
        translate: 85px 0px;
      }
      #navbarNavDropdown ul li ul.dropdown-menu {
        left: -69px !important;
      }
}
@media (max-width:991px) {
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
    }

    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .swiperone .swiper-slide{
        margin: 0;
    }
    .testi_slider .slick-slide.slick-current .h_s14_box h3{
        display: none;
    }
    .foot_box .ul1 {
        columns: 1;
      }
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .sec-1H3 {
        font-size: 26px;
      }
      .sec-1H3 span::before {
        top: 3px;
        left: -5px;
        height: 38px;
        width: 99px;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
      .h_sec2 , .h_s3text , .h_s4text{
        text-align: center;
      }
      .h_s2right{
        margin: 10px 0 0 0;
      }
      .step_h3 {
        display: none;
      }
      .h_sec5 .s5_ul li{
        translate: none !important;
        width: 100%;
      }
      .h_sec5 .res_slider .slick-slide , .h_sec7 .res_slider .slick-slide{
        padding: 16px 5px;
      }
      .h_sec5 , .h_sec6 , .h_sec8{
        text-align: center;
      }
      .h_sec5::after {
        display: none;
    }
    .h_sec10{
        display: none;
      }
      .s11box.br{
        border-right:0 ;
      }
      .head_social{
        display: none !important;
      }
      .h_s2right , .h_sec8 img{
        display: none;
      }
      .h_sec4 .row {
        flex-direction: column-reverse;
      }
      .h_sec1 {
        padding: 65px 0 0 0;
      }
      /* INNERPAGE CSS */
      .h_s1left .list-unstyled.inner_sec li {
        width: 100%;
      }
      .h_sec2.inner img {
        display: none;
      }
      .i_s3right {
        margin: 26px 0;
      }
      .h_sec3.inner {
        text-align: center;
        }
        .inner_s3right{
            flex-direction: column;
        }
        .i_s3_img{
            display: none;
        }
        .i_sec6 , .i_sec8 {
            text-align: center;
        }
        .i_sec6 img{
            display: none;
        }
        .abt_sec .h_s1left h2, .h_sec1.inner .h_s1left h2 {
            font-size:33px;
          }
      /* INNERPAGE CSS */


      /* ABOUT CSS */
      .h_s1left h2 {
        font-size: 33px;
      }
      .abt_sec2 , .abt_sec3 , .abt_sec4 {
          text-align: center;
        }
        .abt_sec2 img{
            display: none;
        }
        .abt_slide {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
          }
          .abt_timeline_box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
          }
          .abt_timeline_box.one, .abt_timeline_box.two , .abt_timeline_box.three, .abt_timeline_box.four, .abt_timeline_box.five{
            margin: 0;
          }
          .abt_timeline_box.one ,  .abt_timeline_box.five{
            translate:  0px;
          }
          .abt_timeline_box.one .abt_timeline_icon::before, .abt_timeline_box.two .abt_timeline_icon::before , .abt_timeline_box.three .abt_timeline_icon::before, .abt_timeline_box.four .abt_timeline_icon::before, .abt_timeline_box.five .abt_timeline_icon::before {
            display: none;
        }
        .abt-years , .timeline_img {
            display: none !important;
          }
          .abt_achievement_ul li {
            width: 47%;
          }
          .abt_achievement_ul li:nth-child(2), .abt_achievement_ul li:nth-child(5) {
            translate: 0;
          }
          .abt_achievement_ul{
            margin: 20px 0 0 0;
          }
      /* ABOUT CSS */

     
}























.tech_slider .slick-slide img {
    width: 100%;
  }