body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

    .heading_container h2 {
        font-weight: bold;
        font-size: 2.5rem;
        position: relative;
    }

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 75px;
  height: 5px;
  background-color: #30ae69;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*Before 20-06-2024*/
/*.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .heading_container h2 {
        font-weight: bold;
        position: relative;
    }

        .heading_container h2::before {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            width: 75px;
            height: 5px;
            background-color: #30ae69;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

*/
/*header section*/
.hero_area {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #151618;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

    .header_section .navbar-nav{
        align-items:center;
        gap:2rem;
        margin-right:1rem;
        padding-block:0.3em;
    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
        /* margin: 10px 30px;*/
        color: #ffffff;
        font-size: 1.1em;
        text-align: center;
        position: relative;
    }

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.navbar-brand::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 45px;
  height: 45px;
/*  background-color: #30ae69;*/
  z-index: 2;
}

.navbar-toggler:focus{
    box-shadow:unset !important;
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;

  & a{
         text-decoration:none;
     }
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  font-size: 2.5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  bottom: 45px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.how_section .how_container, .how_section1 .how_container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .how_section .how_container .box, .how_section1 .how_container1 .box1 {
        text-align: center;
        margin: 8px;
        min-width: 200px;
        width: 325px !important;
    }

        .how_section .how_container .box .img-box, .how_section1 .how_container1 .box1 .img-box1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 200px;
            background-color: #f6f5f7;
        }

            .how_section .how_container .box .img-box svg, .how_section1 .how_container1 .box1 .img-box1 svg {
                width: 75px;
                height: auto;
            }

        .how_section .how_container .box .detail-box, .how_section1 .how_container1 .box1 .detail-box1 {
            margin-top: 15px;
        }

            .how_section .how_container .box .detail-box h5, .how_section1 .how_container1 .box1 .detail-box1 h5 {
                font-weight: bold;
                position: relative;
            }

                .how_section .how_container .box .detail-box h5::before, .how_section1 .how_container1 .box1 .detail-box1 h5::before {
                    display: none;
                    content: "";
                    position: absolute;
                    bottom: -4px;
                    left: 50%;
                    width: 75px;
                    height: 2px;
                    background-color: #30ae69;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

            .how_section .how_container .box .detail-box p, .how_section1 .how_container1 .box1 .detail-box1 p {
                color: #b8b8b8;
            }

.how_section .how_container .box:hover .img-box {
  background-color: #30ae69;
  color:white;
}

.how_section .box:hover .img-box .detail-box p {
    color: white !important;
}

.how_section .how .box .img-box:hover .detail-box {
    color: white !important;
}

.how_section .how_container .box:hover .img-box img {
  fill: #ffffff;
 /* border:2px solid red;*/
  transform:rotate(360deg)!important;
  transition:1s ease-in-out;
  
}

.how_section .how_container .box:hover .detail-box {
  margin-top: 15px;
}

.how_section .how_container .box .img-box{
    border-radius:0.8em !important;
}

.how_section .how_container .box:hover .detail-box h5::before {
    display: block;
}

.how_section .how_container .box:hover .detail-box p {
  color: #393a3c;
}

.how_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  text-decoration:none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.how_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}





.about_section {
  text-align: center;
}

.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.about_section .box .img-box img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
}

.about_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  text-decoration:none;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.about_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

section.app_section {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));
    background: linear-gradient(to right, #30ae69, #072e85);
    /* background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));*/
   /* background: linear-gradient(to left, #7fd1ed, #052363);*/
    /*    background: -webkit-gradient(linear, left top, right top, from(#7fd1ed, to(#344a9c));*/
    font-size: 20px;
}

section.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

section.app_section .detail-box .download_box {
  margin-top: 55px;
  max-width: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.app_section .detail-box .download_box h5 {
  margin-right: 25px;
}

section.app_section .detail-box .download_box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.app_section .detail-box .download_box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}

section.app_section .detail-box .download_box .btn-box a img {
  max-width: 100%;
}

section.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.07) translateY(-14px);
          transform: scale(1.07) translateY(-14px);
}

section.app_section .img-box img {
  width: 90%;
  height:90%;
}

section.seller_section {
    color: #ffffff;
    background: linear-gradient(to left, #7fd1ed, #052363);
    /*    background-color: #062e85;*/
    /*   background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));
    background: linear-gradient(to right, #4387c4, yellow);*/
    font-size: 1.125rem;
}

    section.seller_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.seller_section .detail-box h1 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    section.seller_section .detail-box .download_box {
        margin-top: 55px;
        max-width: 45px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.seller_section .detail-box .download_box h5 {
        margin-right: 25px;
    }

    section.seller_section .detail-box .download_box .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    section.seller_section .detail-box .download_box .btn-box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px;
    }

    section.seller_section .detail-box .download_box .btn-box a img {
        max-width: 100%;
    }

    section.seller_section .img-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: scale(1.07) translateY(-14px);
        transform: scale(1.07) translateY(-14px);
    }

section.seller_section .img-box img{
    width:90%;
    height:90%;
}



.auto_section {
  text-align: center;
}

.auto_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}

.auto_section .box .img-box img {
  max-width: 100%;
}

.auto_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auto_section .btn-box a {
  text-decoration:none;
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 35px;
}

.auto_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  margin: 45px auto;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px 5px 15px;
  text-align: center;
  position: relative;
  margin-right: 25px;
}

.client_section .box .client_id .img-box {
  width: 175px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-top: 15px;
}

.client_section .box .client_id .name h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.client_section .box .client_id .name h6 {
  color: #6d6c6c;
}

.client_section .box .client_id:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
          clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
}

.client_section .box .client_id:after {
  content: "";
  position: absolute;
  top: 17%;
  left: 3%;
  width: 85%;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -2;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.client_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .btn-box a {
    text-decoration:none;
  display: inline-block;
  padding: 10px 45px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 25px;
}

.client_section .btn-box a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.info_section {
  background-color: #171717;
  color: #ffffff;
  padding: 90px 1.5em 45px 1.5em;
}

.info_section h5 {
  margin-bottom: 35px;
  font-size: 22px;
}

.info_section .info_contact .info_logo a {
  position: relative;
  text-decoration:none;
}

.info_section .info_contact .info_logo a span {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

    .info_section .info_contact ul{
        padding-inline:unset;
        list-style:none;
    }

    .info_section .info_contact ul li{
        padding:unset;
    }

    .info_section .info_contact .info_logo a::before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: 0;
        width: 60px;
        height: 55px;
        background-color: #30ae69;
        z-index: 2;
    }

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 2px 0;
  text-decoration:none;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section .info_form form input::placeholder {
  color: #ffffff;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #30ae69;
  border: 1px solid #30ae69;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.2);
}

/* footer section*/
.footer_section {
  background-color: #171717;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 20px;
  color: #636363;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #636363;
}


.seller_advantage .seller-adv .box .detail-box h5:hover {
     display: none;
      content: "";
      position: absolute;
     bottom: -4px;
     left: 50%;
    width: 75px;
    height: 2px;
    border-bottom:1px solid #30ae69;
    background-color: #30ae69;
     -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.adv h5:hover {
    border-bottom: 1px solid #30ae69;
}

/* end footer section*/

/*.seller_advantage {
    background-color: #062e85 !important;
}*/


/*#7fd1ed*/
/*#edab2b*/

/*# sourceMappingURL=style.css.map */

/* Initial paragraph color */
* {
    box-sizing: border-box;
}

/* Initial paragraph color */
.adv-box p {
    color: #b8b8b8;
    transition: color 0.3s ease;
}

/* Change paragraph color on hover */
.adv-box:hover p {
    color: #393a3c;
}

/* Styling for underline effect */
.underline-text {
    position: relative;
    display: inline-block;
}

    /* Underline creation */
    .underline-text::after {
        content: '';
        position: absolute;
        width: 50%;
        height: 2px; /* Adjust thickness of the underline */
        background-color: #30ae69;
        left: 25%;
        bottom: -2px; /* Adjust based on font size and desired distance */
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease-out;
    }

/* Underline effect on hover */
.adv-box:hover .underline-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*.adv-box:hover{
    background-color:green;
}*/

.bl{
    height:50px;
    width:100%;
    background-color:blue;
}

.yl {
    height: 50px;
    width: 50%;
    background-color: yellow;
    border-radius: 15px 50px 30px 5px;
    
}

.space{
    height:85px;
}

.tools-card {
    height: 370px !important;
    background-color: #f6f5f7 !important;
    border: none !important;   
}

    .tools-card p {
        color: #b8b8b8;
    }

    .tools-card:hover p{
        color: white;
    }

    .tools-card:hover {
        background-color: #7fd1ed !important;
        color:white;
        border:none;


    }

.tools-card:hover .image-hover1 {
    filter: invert(1);
}

.image-hover3 {
    transition: filter 0.3s;
}

.tools-card:hover .image-hover2 {
    filter: invert(1);
}

.image-hover1 {
    transition: filter 0.3s;
}

.tools-card:hover .image-hover3 {
    filter: invert(1);
}

.image-hover2 {
    transition: filter 0.3s;
}


.box:hover .image-hover {
    filter: invert(1);
}

.image-hover {
    transition: filter 0.3s;
}

.info_contact ul li a{
    text-decoration:none;
    color:white;
}

.recaptcha-container {
    width: 100%; /* Full width for responsiveness */
    display: flex;
    justify-content: center; /* Center align the reCAPTCHA */
    transform: scale(0.9); /* Adjust scale for better fit */
    transform-origin: center; /* Ensure scaling happens from the center */
}

@media (max-width: 480px) {
    .recaptcha-container {
        transform: scale(0.8); /* Further reduce size for smaller screens */
    }
}

@media (max-width: 320px) {
    .recaptcha-container {
        transform: scale(0.7); /* Scale down for 320px screens */
    }
}



/* client section start */
/*.client_section .heading_container {
    margin-bottom: 30px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
}

    .client_section .box .img-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        margin-bottom: -50px;
        margin-left: 25px;
        position: relative;
    }

        .client_section .box .img-box img {
            border-radius: 100%;
        }

    .client_section .box .client_id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .client_section .box .client_id .client_info h6 {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .client_section .box .client_id .client_info p {
            margin-bottom: 0;
            font-size: 15px;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .client_section .box .detail-box {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
        padding: 75px 25px 25px 25px;
    }

        .client_section .box .detail-box i {
            color: #00204a;
            margin-bottom: 10px;
        }

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .client_section .owl-carousel .owl-nav .owl-prev,
    .client_section .owl-carousel .owl-nav .owl-next {
        width: 55px;
        height: 55px;
        background-color: #ffffff;
        color: #000000;
        outline: none;
        bottom: 0px;
        font-size: 24px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    }

        .client_section .owl-carousel .owl-nav .owl-prev:hover,
        .client_section .owl-carousel .owl-nav .owl-next:hover {
            color: #00204a;
        }
*/
/* client section end */




/********** new style sheet updated by akshay 21-08-2024 *******/
