*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	margin:0 !important;
}

@font-face {
    font-family: popins-medium;
    src: url(../popins-font/Poppins-Medium.ttf);
}

@font-face {
    font-family: baltica-bold;
    src: url(../baltica-font/Baltica\ Bold.ttf);
}

@font-face {
    font-family: popins-semibold;
    src: url(../popins-font/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: popins-regular;
    src: url(../popins-font/Poppins-Regular.ttf);
}

@font-face {
    font-family: popins-bold;
    src: url(../popins-font/Poppins-Bold.ttf);
}

.popins-regular-font {
    font-family: popins-regular;
}

.popins-semibold-font {
    font-family: popins-semibold;
}

.popins-medium-font {
    font-family: popins-medium;
}

.baltica-bold-font {
    font-family: baltica-bold;
}

.popins-bold-font {
    font-family: popins-bold;
}

/* .navbar-brand {
    font-size: 1.5rem;   
    font-weight: bold;
} */
/* .navbar-nav .nav-link {
    font-size: 1.1rem;
    margin-right: 15px;
} */

.logo {
    height: 80px;
    width: 180px;
    position: relative;
    top: 5px;
    right: 25px !important;
    
    background: none;
    background-color: white;
    border-radius: 20px;
    object-fit: contain;
    padding-bottom: 20px;
    display: none !important;
}

.logo-res {
    height: 90px;
    width: 180px;
    background-color: #f8f9fa;
    border-radius: 20px;
    object-fit: contain;
    padding-bottom: 0px;
    padding-right: 5px;
    position: relative;
    top: 20px;
    object-fit: contain;
    display: block !important;
}

.nav-link {
    font-size: 18px;
    margin-right: 15px;
    color: #2D3339 !important;
}

.nav-link:hover {
    color: #1B32CC !important;
}


.nav-link.active {
    color: #7DAD3E !important;
    font-weight: bold !important;
    /* background-color:#F2F9EA !important; */
}

.basic-box-2 .nav-link.active {
    border-bottom:2px solid #7DAD40 !important;
    border: none;
}

.sticky-top {
    z-index: 1030;
    box-shadow: 0 2px 5px rgba(44, 194, 44, 0.1);
}

/* General header styling */
.header {
    background-color: #FFFFFF;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    max-height: 5rem !important;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.header-1 {
    max-height: 4rem;
    /* background-color: #00cc66; */
}

.header-class-1 {
    position: sticky !important;
    top: -1px;
    z-index: 99;

}

.h-c-1 {
    box-shadow: 0 4px 24px #7DAD3E29;
}

.header a {
    text-decoration: none;
    align-items: center;
    display: flex;
    color: #2d3339;
    margin-left: 20px;
    font-size: 14px;
}

.header-menu {
    padding-left: 60px;
    font-size: 14px;
}

.header-logo {
    height: 80px;
    width: 180px;
    background-color: white;
    border-radius: 20px;
    object-fit: contain;
    padding-bottom: 20px;
}

.header-bg-cl {
    background-color: #F8F9FA !important;
}

.product-block {
    display: flex;
}

.product-block-1 {
    display: flex;

}

.background-img-h{
    max-height: 100px;
}

/* @media(max-width:576px) {
    .mobileviews {
        display: none !important;
    }
} */

@media(max-width:576px) {
    .footer-border-1 {
        border: none !important;
    }
}


@media(max-width: 990px) {
    .product-block {
        display: block !important;
    }

    .header-h-w {
        max-height: 13rem !important;
    }
}

@media(max-width:368px) {
    .contact-m-p-1 {
        padding-bottom: 50px !important;
    }
}

@media(max-width: 768px) {
    .product-block-1 {
        display: block !important;
        padding: 0px !important;
    }

    .our-mission-heading {
        padding: 0 !important;
        padding-top: 10px !important;
    }

    .digital_1 {
        display: none !important;
    }

    .digital_2 {
        display: block !important;
    }

}

.digital_2 {
    display: none;
    font-size: 40px;
    color: #1B32CC;
    font-weight: bold;
}
.digital_1{
    font-weight: bold;

}

/* Responsive design for screens less than 768px */
@media (max-width: 768px) {
    .header-logo {
        margin-left: 0;
    }
    .navbar-toggler {
        border-color: transparent;
    }


    /* Customize the burger menu icon */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    /* Hide the logo when the menu is collapsed (burger menu is active) */
    .collapse.show+.logo {
        display: none;
    }

    .header {
        flex-direction: row;
    }

    .header a {
        margin-left: 0;
        padding: 10px;
        text-align: center;
    }

    .collapse {
        justify-content: center;
        background-color: #fff;
    }
}

.herosection-tx-1 {
    font-size: 40px;
    font-weight: 800;

}
.bg-img-tx3 {
    margin-left: 30px;
}


@media (max-width:768px) {
    .herosection1-tx-2 {
        display: none !important;
    }

    .table-border-2 {
        display: none !important;
    }

    .table-border-1 {
        display: none !important;
    }

    .table-h-w-1 {
        display: none !important;
    }

    .compar_package {
        display: none !important;
    }

    .pricing-card {
        display: none !important;
    }
}

@media (max-width:576px) {
    .service-detail-box-1 {
        display: none !important;
    }
}

@media(max-width:990px) {
    .logo {
        position: relative !important;
        top: 5px !important;
        background: none;
        right: 30px !important;
    }
}

/* Responsive styling */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
    }

    .header a {
        margin-left: 0;
        font-size: 16px;
        margin-top: 10px;
    }

    .header-logo {
        height: 60px;
        width: 180px;
    }
}

@media (max-width: 480px) {
    .header a {
        font-size: 14px;
    }

    .header-logo {
        height: 40px;
        width: 100px;
    }
}

@media (max-width: 992px) {
    .logo {
        display: block !important;
    }

    .logo-res {
        display: none !important;
    }

    .dis-1 {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .ourvision-1 {
        display: block !important;
    }
}

/* .header{
    background-color:#FFFFFF;
    justify-content:center;
    display:flex;
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
} */
/* .header a{
    text-decoration: none;
    align-items: center;
    display: flex;
    color: #2d3339;
    margin-left: 50px;
    font-size: 20px;
} */
/* .header-logo{
    height: 80px;
    width: 180px;
    background-color: white;
    border-radius: 20px;
} */


.herosectiontx-1 {
    justify-content: center;
    text-align: center;
    color: #7dad40;

}

.herosection-bg-img {
    height: 110px;
    width: 130px;
    object-fit: contain;
}

.herosectioncl-1 {
    color: #1b32cc;
}

.herosection1-tx-2 {
    width: 82%;
    height: 50px;
    border: 1px solid rgb(243, 240, 240);
    border-radius: 50px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 9%;
    margin-right: 9%;

}

.herosection1 {
    text-decoration: none;
    color: black !important;
    font-size: 14px;

}

.herosectionimg1 {
    height: 26px;
    width: 26px;
    object-fit: contain;
    padding-right: 8px;
}

.herosectionimg2 {
    max-height: 386px;
	width:100%;
	object-fit:cover;
    /* max-width: 1920px; */
}

.gradient-bg {
    background: linear-gradient(to bottom, #7DAD3E1A, #3E75AD1A);
}

.gradient-bg-1 {
    background: linear-gradient(to bottom, #ECF1F7, #FFFFFF00);
    margin-top: 50px;
}
.gradient-bg-5{
	 background: linear-gradient(to bottom, #7DAD3E1A, #3E75AD1A);
    background-image: url('../image/img-squares.png') !important;
	background-repeat: repeat-x;
}

.logo {
    position: relative;
    top: 25px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.services-section {
    background-color: #f9f9f9;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #7dad40;
    padding-bottom: 30px;
}

.section-title-2 {
    font-size: 36px;
    font-weight: bold;
    color: #7dad40;
    padding-top: 16px;
    /* padding-bottom: 30px; */
}

.highlighted-text {
    color: #1D3FCC;
}



.bg-img1 {
    background-image: url(../image/SD1.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    align-items: end;
    position: relative;
    cursor: pointer;
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.12s ease;
    /* Transition on hover */
    /* border-top: 2px solid rgba(33, 192, 49, 0.5);
    border-right: 2px solid rgba(74, 90, 239, 0.5);
    border-bottom: 2px solid rgba(238, 76, 48, 0.5);
    border-left: 2px solid rgba(231, 48, 212, 0.5); */
}

.bg-img1:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    /* Add a shadow effect */
    /* border-top: 2px solid rgba(33, 192, 49, 1);
    border-right: 2px solid rgba(74, 90, 239, 1);
    border-bottom: 2px solid rgba(238, 76, 48, 1);
    border-left: 2px solid rgba(231, 48, 212, 1); */
}

/* Keep your span animations intact */
.bg-img1 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img1:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img1:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img1:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img1:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

/* ... other span and keyframe animations remain unchanged */













/* .bg-img1 {
    background-image: url(./image/SD1.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    align-items: end;   
    position: relative;
    transition: 1s ease;
    border-top: 2px solid rgba(33, 192, 49, 0.5);
    border-right: 2px solid rgba(74, 90, 239, 0.5);
    border-bottom: 2px solid rgba(238, 76, 48, 0.5);
    border-left: 2px solid rgba(231, 48, 212, 0.5);
}



.bg-img1  span {
    position: absolute;
    border-radius: 100vmax;
  }
  
  .top {
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(
      90deg,
      transparent 50%,
      rgba(125,173,64,1),
      rgba(29,63,204,1)
    );
  }
  
  .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(
      90deg,
      rgb(57, 255, 20),
      rgba(57, 255, 20, 0.5),
      transparent 50%
    );
  }
  
  .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(
      180deg,
      transparent 30%,
      rgba(0, 255, 255, 0.5),
      rgb(0, 255, 255)
    );
  }
  
  .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(
      180deg,
      rgb(255, 255, 113),
      rgba(255, 255, 113, 0.5),
      transparent 70%
    );
  }
  
  .top {
    animation: animateTop 3s ease-in-out infinite;
  }
  
  .bottom {
    animation: animateBottom 3s ease-in-out infinite;
  }
  
  .right {
    animation: animateRight 3s ease-in-out infinite;
  }
  
  .left {
    animation: animateLeft 3s ease-in-out infinite;
  }
  
  @keyframes animateTop {
    25% {
      width: 100%;
      opacity: 1;
    }
  
    30%,
    100% {
      opacity: 0;
    }
  }
  
  @keyframes animateBottom {
    0%,
    50% {
      opacity: 0;
      width: 0;
    }
  
    75% {
      opacity: 1;
      width: 100%;
    }
  
    76%,
    100% {
      opacity: 0;
    }
  }
  
  @keyframes animateRight {
    0%,
    25% {
      opacity: 0;
      height: 0;
    }
  
    50% {
      opacity: 1;
      height: 100%;
    }
  
    55%,
    100% {
      height: 100%;
      opacity: 0;
    }
  }
  
  @keyframes animateLeft {
    0%,
    75% {
      opacity: 0;
      bottom: 0;
      height: 0;
    }
  
    100% {
      opacity: 1;
      height: 100%;
    }
  } */

/* .bg-img1:hover {
    scale: (1.3);
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;

} */
/* 
.bg-img2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
} */

/* .bg-img3:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
} */

/* .bg-img4:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
} */

/* .bg-img5:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.bg-img6:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.bg-img7:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.bg-img8:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
} */

.bg-img-tx1 {
    color: #FFFFFF;
    padding-left: 1rem;
    line-height: 1;
    max-width: 200px;
    position: absolute;
    top: 175px;
    font-weight: bold;
    font-size: clamp(16px, 1.5vw, 18px);
}



.bg-img-tx2 {
    color: #FFFFFF;
    line-height: 0;
    /* padding-top: 10px; */
    font-weight: 100;
    font-size: 18px;
    position: absolute;
    top: 60px;
    width: 150px;
    /* margin-left: 30px; */
    /* padding-bottom: 30px; */
    /* font-size: clamp(1rem, 1.5vw + 0.5rem, 1.8rem); */
}

.bg-img2 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-1.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    display: flex;
    position: relative;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.12s ease;
}

.bg-img2:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img2 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img2:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img2:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img2:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img2:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img3 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-2.png);
    height: 260px !important;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    position: relative;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.12s ease;
}

.bg-img3:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img3 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img3:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img3:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img3:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img3:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img4 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-3.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    position: relative;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.12s ease;

}

.bg-img4:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img4 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img4:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img4:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img4:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img4:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img5 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-4.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.12s ease;

}

.bg-img5:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img5 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img5:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img5:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img5:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img5:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img6 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-5.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
    object-fit: contain;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.12s ease;

}

.bg-img6:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img6 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img6:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img6:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img6:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img6:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img7 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-6.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
    object-fit: contain;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.12s ease;

}

.bg-img7:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img7 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img7:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img7:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img7:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img7:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.bg-img8 {
    background-image: url(../image/smiling-friends-clinking-cups-tea-7.png);
    height: 260px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px;    */
    margin-top: 10px;
    position: relative;
    display: flex;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.12s ease;

}

.bg-img8:hover {
    transform: scale(1.09);
    /* Scale up the element slightly */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.bg-img8 span {
    position: absolute;
    border-radius: 100vmax;
}

.bg-img8:hover .top {
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1));
}

.bg-img8:hover .bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgba(125, 173, 64, 1),
            rgba(29, 63, 204, 1),
            transparent 50%);
}

.bg-img8:hover .right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.bg-img8:hover .left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.overlayText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    align-items: end;
    display: flex;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    /* Gradient from top to bottom */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: end; */
    /* justify-content: center; */
    color: white;
}

.Choose-us-bg1 {

    background-image: url(./image/data.png);
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
}

.Choose-us-bg2 {

    background-image: url(./image/ontime.png);
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
}

.Choose-us-bg3 {

    /* background-image: url(./image/developer.png); */
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
}

.Choose-us-bg4 {

    background-image: url(./image/performance.png);
    height: 410px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    /* display: flex; */
    /* padding-top: 125px; */
    /* margin-left: 10px; */
    margin-top: 10px;
    position: relative;
}

/* .Choose-tx-1 {
    color: #FFFFFF;
    padding-left: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 255px;
    left: 18px;
} */

.Choose-tx-1 {
    color: #FFFFFF;
    padding-left: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 340px;
    left: 18px;
}


.Choose-tx-2 {
    color: #FFFFFF;
    padding-left: 5px;
    line-height: 1;
    width: 300px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 220px;
    left: 18px;
}

.overlayText-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    /* Gradient from top to bottom */
    color: white;
    transition: 3s;
    transition-delay: 2s;
}
/* .overlayText-1:hover{
    transform: translateY(-30px);
} */

.Choose-tx-3 {
    color: #FFFFFF;
    padding-left: 5px;
    line-height: 1.2;
    width: auto;
    display: flex;
    font-size: 14px;
    /* font-weight: 300; */
    position: absolute;
    padding-top: 20px;
    top: 265px;
    justify-content: center;
    /* display: none !important; */
    align-content: center;
    left: 18px;
    display: none;
}
.overlayText-1:hover .Choose-tx-3{
    transform: translateY(-30px) !important;
    display: block !important;
}


.stats-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.stats-section-1 {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.stat-box {
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.stat-circle {
    border-radius: 50%;
    /* padding: 20px; */
    /* width: 75%; */
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat-circle-1 {
    border-radius: 50%;
    /* padding: 20px; */
    /* width: 75%; */
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat-number-1 {
    font-size: 32px;
    font-weight: bold;
    color: #675EDE;
}

.stat-number-2 {
    font-size: 32px;
    font-weight: bold;
    color: #F4930E;
}

.stat-number-3 {
    font-size: 32px;
    font-weight: bold;
    color: #7DAD40;
}

.stat-number-4 {
    font-size: 32px;
    font-weight: bold;
    color: #2E6EE6;
}

.stat-text {
    font-size: 16px;
    margin-top: 10px;
    color: #2F343C;
}

.stat-box:nth-child(1) .stat-circle {
    border: 2px solid #6056DE80;
}

.stat-box:nth-child(2) .stat-circle {
    border: 2px solid #EA901680;
}

.stat-box:nth-child(3) .stat-circle {
    border: 2px solid #25BA1F80;
}

.stat-box:nth-child(4) .stat-circle {
    border: 2px solid #4878D180;
}


nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* .pooja{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
} */

/* @media (max-width: 768px) {
    .stat-box {
        width: 140px;
        height: 140px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-text {
        font-size: 14px;
    }`
} */

.logo-ft {
    height: 60px;
    width: 130px;
    object-fit: contain;
    margin-left: 10px;
}

.footer-tx-1 {
    width: auto;
    padding-top: 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #2F343C;
}

.social-media-width {
    width: 120px;
    margin-left: 10px;
}

.font-awesome-h-w {
    /* font-size: 10px; */
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.footer-mr {
    padding-left: 5%;
    padding-right: 5%;
}

.quick-ft-tx-1 {
    font-weight: bold;
    font-size: 16px;
    /* margin-left: 10px; */
}

.quick-ft-tx-2 {
    text-decoration: none;
	color: #800080;
    color: #2F343C !important;
    /* margin-left: 10px; */
    font-size: 14px;
    
}
.quick-ft-m{
    margin: 8px;
}

.font-awesome-cl {
    color: #7DAD40;
    padding-right: 10px;
}

.font-awesome-location {
    color: #7DAD40;
    padding-right: 10px;

}

.mail-ft-tx-1 {
    text-decoration: none;
    color: #2d3339;
    font-size: 14px;
    /* padding-top: 5px; */
}

.mail-contact-1 {
    /* margin-top: 10px; */
    /* font-size: 18px; */
    margin-left: 10px;
}

.footer-tx-2 {
    /* width: 250px; */
    padding-top: 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #2F343C;
}

.footer-input {
    height: 40px;
    /* width: 250px; */
    border: none;
    justify-content: center;
    border-radius: 50px;
    background-color: white;
    position: relative;
}

.footer-input-img-1 {
    height: 40px;
    width: 40px;
    /* background-image: url(/assets/image/Group-34094.png); */
    /* position: relative; */
    bottom: 1px;
    left: 1px;
    justify-content: center;
    /* display: flex; */
}

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

.about-us-tx-3 {
    margin-top: 40px;
    font-size: 36px;
    padding-bottom: 40px;
}

.badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .badge {
    padding: 10px;
    font-size: 16px;
    background-color: #ff00ff; 
    border-radius: 50%;
}  */

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.text-muted {
    color: #6c757d !important;
    /* For muted text color */
}

.about-us-tex {
    padding-top: 30px;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
}

.contact-us-tex {
    padding-top: 40px;
    font-size: 36px;
    font-weight: bold;
    /* padding-bottom: 40px; */
}

.about-us-tx {
    /* margin-left: 20px; */
    /* margin-top: 40px; */
    justify-content: center;
    /* text-align: center; */
    display: flex;
}

.about-us-tx-1 {
    width: 1200px;
    min-height: 266px;
    font-size: 16px;
    padding-bottom: 10px;
}





.about-us-tx-2 {
    max-height: 348px;
    max-width: 533px;
    border-radius: 10px;
    background-color: #1B211F14;
}

.mission-page-1 {
    justify-content: space-around;

    display: flex;
    padding-top: 40px;
    padding-right: 40px;
}

.about-us-img-1 {
    height: 130px;
    width: 130px;
    margin-top: 40px;
    margin-left: 40px;
    justify-content: right;
    display: flex;
}

.our-misson-tx-1 {
    font-weight: bold;
    width: clamp(200px, 25vw, 300px);
    /* Responsive width from 200px to 300px */
    margin-top: clamp(20px, 5vw, 50px);
    /* Responsive margin-top from 20px to 50px */
    margin-left: clamp(15px, 3vw, 30px);
    /* Responsive margin-left from 15px to 30px */
    font-size: clamp(18px, 4vw, 48px);
    /* Font size responsive from 18px to 48px */
}


.about-us-img-tx-1 {
    font-size: 18px;
    max-width: 453px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #6C7073;
}




.our-mission-heading {
    font-size: 26px;
    /* Adjusts between 28px and 48px depending on viewport width */
    font-weight: 700;
    padding-left: 10px;
    /* margin-left: 10px;  */
}

.our-mission-txt {
    font-size: 16px;
    /* Adjusts between 14px and 18px depending on viewport width */
    color: #6C7073;
    margin-top: 10px;
}

.max-w-533 {
    max-width: 333px;
    height: auto;
    box-shadow: 0px 10px 40px #1B211F14;
    padding: 20px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .max-w-533 {
        margin-top: 30px;
        padding-top: 20px;
    }
}







.about-us-img-2 {
    max-height: 320px;
    /* max-width: 540px; */
    /* margin-left: 20px; */
    /* margin-top: 30px; */
}

.about-us-img2-tx {
    max-height: 216px;
    width: auto;
    /* margin-left: 20px; */
    margin-top: 10px;
    padding-top: 5px;
    border-radius: 10px;
    background-color: #F7F9FB;
}

.about-us-img2-tx-1 {
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.about-us-img2-tx-2 {
    font-size: 16px;
    margin-left: 5px;
    padding-top: 10px;
    color: #6C7073;
}

.team-work-tx {
    padding-left: 10px;
    padding-top: 10px;
}

.team-work-img-1 {
    max-height: 400px;
    /* max-width: 400px; */
}

.team-work-img-2 {
    max-height: 400px;
    /* max-width: 260px; */
}

.team-work-img-3 {
    max-height: 400px;
    /* max-width: 520px; */
}

.team-work-img-4 {
    max-height: 400px;
    /* max-width: 372px; */
}

.team-work-img-5 {
    max-height: 400px;
    /* max-width: 130px; */
}

.team-work-img-6 {
    max-height: 400px;
    /* max-width: 80px; */
}

.mail-ft-tx-2 {
    position: relative;
    display: inline-block;
}

.input-wrapper-btn {
    position: absolute;
    padding: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.contact-us-tx-1 {
    justify-content: center;
    /* align-content: center; */
    /* align-items: center; */
    text-align: center;
    display: flex;
}

.contact-us-tx {
    max-width: 880px;
    /* max-height: 62px; */
    font-size: 18px;
}

.contact-us-form {
    max-height: 954px;
    max-width: 950px;
    background-color: #F7F8FA;
}

.contact-us-fn {
    border-radius: 10px;
    border: 1px solid black;
}

.contact-us-ad {
    max-width: 830px;
    min-height: 62px;
    border-radius: 10px;
    border: none;
}

.contact-us-mg {
    min-height: 160px;
    max-width: 830px;
    border-radius: 10px;
    border: none;
}




.contact-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-check-input:checked {
    background-color: #00cc66;
    border-color: #00cc66;
}

/* .btn-send {
    background-color: #00cc66;
    color: white;
} */

/* 
.support-section {
    padding: 20px;
} */

.support-section h5 {
    margin-bottom: 10px;
    font-weight: bold;
}

.support-section p {
    margin-bottom: 10px;
}

.support-section i {
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #7DAD40 !important;
    border-color: #7DAD40 !important;
}

.gradient-bg-2 {
    max-width: 200px;
    border-radius: 19px;
	border:none;
    /* padding: 5px 15px; */
    background: rgb(125, 173, 64);
    background: linear-gradient(90deg, rgba(125, 173, 64, 1) 0%, rgba(133, 221, 197, 1) 100%);
}

.contact-mail-ft-tx-2 {
    text-decoration: none;
    color: #2d3339;
    /* font-weight: 500; */
    font-size: 16px;
    /* font-weight: bold; */
    /* padding-left: 12px; */
}

.contact-heading-1 {
    color: #1B32CC;
    margin-top: 20px;
    font-size: 20px;

}

.contact-heading-2 {
    font-size: 16px;

}

.font-awesome-location-1 {
    font-size: 10px;
    color: #7DAD40;
}

/* .footer-circle {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: #7DAD40;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.footer-circle {
    height: 3vw;
    /* Responsive height */
    width: 3vw;
    /* Responsive width */
    border-radius: 50%;
    background-color: #7DAD40;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    /* Minimum size to ensure it's not too small */
    min-width: 30px;
    /* Minimum size for smaller screens */
}

.footer-location-adjustment {
    color: white;
    font-size: 16px;
    /* Make the icon size responsive */
}

/* Optional: Adjust size for larger screens */
@media (min-width: 768px) {
    .footer-circle {
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }
	
    .footer-location-adjustment {
        font-size: 16px;
    }
}

/* Optional: Adjust size for smaller screens */
@media (max-width: 400px) {
    .footer-circle {
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }

    .footer-location-adjustment {
        font-size: 14px;
    }
}


.call-icn {
    height: 30px;
    width: 30px;
    border-radius: 50px;
/*     background-color: #7DAD40; */
    color: white;
/*     display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
}

.footer-circle-1 {
    height: 30px;
    width: 40px;
    border-radius: 50px;
    /* position: relative; */
    background-color: #7DAD40;
}

.footer-location-adjustment {

    left: 7px;
    top: 7px;
    color: white;
}


.footer-location-adjustment-1 {
    /* position: absolute; */
    left: 9px;
    top: 7px;
    color: white;
}

.service-detail-home {
    max-height: 18px;
    max-width: 12px;
    color: #2F343C;
}

.service-detail-txt {
    font-size: 14px;
}

.service-detail-txt-2 {
    font-size: 26px;
    margin-top: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.slider-img-1 {
    height: 60vh;
    border-radius: 20px;
    object-fit: cover;
    /* width: 400px; */
}

.herosectiontx-2 {
    justify-content: left;
    font-size: clamp(32px, 3.5vw, 48px);
    /* text-align: center; */
    color: #7dad40;

}

.service-detail-txt-3 {
    font-size: 14px;
    color: #6C7073;
}

.service-detail-txt-4 {
    font-size: 16px;
    font-weight: bold;
}

.service-detail-circle-cl {
    color: #1D3FCC;
    max-height: 14px;
    max-width: 14px;
}

.service-detail-txt-5 {
    font-size: 14px;

    /* line-height: 0; */
    color: #6C7073;
    padding-bottom: 10px;
}

.cicle-service-detail {
    height: 14px;
    width: 14px;
    border: 4px solid #1D3FCC;
    border-radius: 50px;
    background-color: #FFFFFF;

}

.service-detail-box-1 {
    display: flex;
    background-color: #FFFFFF;
    justify-content: space-around;
    max-height: 130px;
    border-radius: 20px;
    width: auto;
}

.service-detail-border {
    border-right: 1px solid #D9D9D9;
    padding-right: 50px;
}

.form-check-label {
    font-size: 14px;
}

.form-label {
    font-size: 14px;
}

.service-detail-box-2 {

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 16px;
}

.service-detail-txt-6 {
    align-items: center;

    display: flex;
}

.td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 25px;
}

.pricing-table {
    margin-top: 50px;
}

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    /* margin-left: 10px; */
    padding-left: 10px;
    transition: transform 0.3s ease;
}

.price {
    font-size: 24px;
    font-weight: bold;
}

.select-btn {
    background-color: #1D3FCC;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    width: 120px;
    height: 50px;
    margin-top: 10px;
}

.table-border-1 {
    border-bottom: 1px solid #D9D9D9;
}

.table-font-adjustment {
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.table-box-color-1 {
    /* color: #7DAD40; */
    font-size: 16px;
}

.table-box-color {
    color: #7DAD40;
    font-size: 16px;
}

.table-package {
    min-height: 310px;
    min-width: 140px;
}

.table-package-h {
    font-size: 16px;

}

.table-h-w {
    height: 50px;
    min-width: 130px;
    font-size: 16px;
    ;
}

.table-h-w-1 {
    height: 120px;
    min-width: 130px;
}

.table-border-2 {
    border-right: 1px solid #D9D9D9;
}

.table-basic-class {
    color: #1D3FCC;
    padding-left: 10px;
}

.faq-ft-1 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    text-decoration: none;
    color: #6C7073 !important;
    justify-content: center;
}

.faq-ft-2 {
    font-size: 16px;
    color: #6C7073;
    border-bottom: 1px solid #D9D9D9;
}

.faq-icn {
    font-size: 23px;
    color: #1D3FCC;
}

.basic-box-1 {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    min-height: 545px;
    background-color: #F7F8FA;
}

@media(max-width: 400px) {
    .basic-res {
/*         max-width: 300px; */
    }
}

/* @media(max-width: 624px){

} */

.position-class {
    position: sticky;
    top: 110px;
}

.basic-box-2 {
    background-color: white;
    border-radius: 10px;
    /* width: auto; */
    border: 1px solid #D9D9D9;
}

.basic-box-2 p {
    margin: 0;
    padding: 20px 0;
}

.block-basic {
    cursor: pointer;
}

.block-basic:hover {
    background-color: #F2F9EA;
    /* border-radius: 20px; */
    overflow: hidden;
}

.basic-box-ft-1 {
    align-items: center;
    justify-content: center;
    display: flex;
    align-content: center;
    text-align: center;
}

.basic-bg-cl {
    background-color: #7DAD40;
}

.basic-form-ft-2 {
    font-size: 22px;
    font-weight: bold;
}

.basic-ft-tx-3 {
    padding-top: 14px;
    color: #6C7073;
    padding-bottom: 24px;
    font-size: 14px;
}

.border-1 {
    border-bottom: 1px solid #EAECEF;
}

.clock-icn {
    padding-right: 5px;
    font-size: 16px;
    padding-left: 5px;
}



.basic-box-3 {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 170px;
    border-radius: 10px;

    /* height: 30px; */
    padding: 7px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #EAECEF;
}

.basic-ft-tx-4 {
    font-size: 12px;
    padding-right: 10px;
}

.basic-padding {
    margin-top: 24px;
}

.basic-font-1 {
    font-size: 14px;
    padding-left: 10px;
    color: #2F343C;
}

.basic-font-2 {
    font-size: 14px;
    padding-left: 10px;
    color: #6C7073;
}

.circle-icn {
    font-size: 16px;
}

.circle-shape-1 {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    border: 2px solid blue;
}

.circle-shape-ft-1 {
    font-size: clamp(60px, 6vw, 72px);
    color: #675EDE;
}

.circle-shape-ft-2 {
    font-size: clamp(20px, 2vw, 24px);
    color: #2F343C;
    line-height: 0;
}

.accordion-header {
    background-color: none;
    border-radius: none;
    box-sizing: none;

}

@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

/* Cursor */
.cursor {
    position: relative;
    width: 24em;
    margin: 0 auto;
    /*     border-right: 2px solid               rgba(255,255,255,.75); */
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #1B32CC;
    padding-top: 9px;
    transform: translateY(-50%);
}

/* Animation */
.typewriter-animation {
    animation:
        typewriter 5s steps(50) 1s 1 normal both,
        blinkingCursor 500ms steps(50) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinkingCursor {
    from {
        border-right-color: rgba(125, 173, 64, 1);
    }

    to {
        border-right-color: transparent;
    }
}


/* .content{
    position: relative;
    
}
.content p{
    position: absolute;
    color: #7DAD40;
    transform: translate(-50%,-50%);
    font-size: 48px;
    
}
.content p:nth-child(1){
    color: transparent;
    -webkit-text-stroke: 2px #1B32CC;
}
.content p:nth-child(2){
    color: #7DAD40;
    animation: animate 4s ease-in-out infinite;
}
@keyframes animate
{
    0%,100%
    {
        clip-path: polygon(0% 45%,15% 44%,32% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0% 100%);
    }
    50%
    {
        clip-path: polygon(0% 60%,16% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0% 100%);
    }
} */

.digital {
    position: relative;
    overflow: hidden;
    line-height: 0;
    padding: 0;
}

.digital h2 {
    font-size: 40px;
    color: #1B32CC;
    text-align: center;
    display: flex;
}

.digital h2 span {
    transition: 1.5s;
}

.digital h2:hover span {
    filter: blur(50px);
    opacity: 0;
    transform: scale(4);
}

.digital h2 span:nth-child(17n+1) {
    transition-delay: 0s;
}

.digital h2 span:nth-child(17n+2) {
    transition-delay: 0.1s;
}

.digital h2 span:nth-child(17n+3) {
    transition-delay: 0.2s;
}

.digital h2 span:nth-child(17n+4) {
    transition-delay: 0.3s;
}

.digital h2 span:nth-child(17n+5) {
    transition-delay: 0.4s;
}

.digital h2 span:nth-child(17n+6) {
    transition-delay: 0.5s;
}

.digital h2 span:nth-child(17n+7) {
    transition-delay: 0.6s;
}

.digital h2 span:nth-child(17n+8) {
    transition-delay: 0.7s;
}

.digital h2 span:nth-child(17n+9) {
    transition-delay: 0.8s;
}

.digital h2 span:nth-child(17n+10) {
    transition-delay: 0.9s;
}

.digital h2 span:nth-child(17n+11) {
    transition-delay: 0.10s;
}

.digital h2 span:nth-child(17n+12) {
    transition-delay: 0.11s;
}

.digital h2 span:nth-child(17n+13) {
    transition-delay: 0.12s;
}

.digital h2 span:nth-child(17n+14) {
    transition-delay: 0.13s;
}

.digital h2 span:nth-child(17n+15) {
    transition-delay: 0.14s;
}

.digital h2 span:nth-child(17n+16) {
    transition-delay: 0.15s;
}

.digital h2 span:nth-child(17n+17) {
    transition-delay: 0.6s;
}

.product-box {
    max-height: 360px;
    width: 600px;
    border-radius: 10px;
    background-color: #F7F8FA;
}



.product-tex-1 {
    font-size: 18px;
    font-weight:400 !important;
    /* width: 200px; */
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-tex-2 {
    font-size: 14px;
    /* width: 250px; */
    text-wrap: wrap;
    padding-left: 10px;
    /* padding-bottom: 15px; */

}

.product-img-3 {
    border-radius: 18px;
}

.product-btn-1 {
    height: 40px;
    max-width: 130px;
    font-size: 16px !important;
    border: 2px solid #7DAD3E !important;
    background-color: transparent !important;
    border-radius: 10px !important;
    color: black !important;
    margin-left: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 5px 10px;
}
.product-img-1 {

    height: auto;
    max-width: 220px;
    border-radius: 14px;
    object-fit: contain;
    margin-top: 10px;
    margin-left: 10px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
}

.product-img-2 {
    height: 230px;
    max-width: auto;
    border-radius: 30px;
    object-fit: cover;
}

.product-tex-3 {
    font-size: 14px;
    /* width: 260px; */
    /* padding-left: 10px; */
    /* padding-bottom: 30px; */

}

.product-tex-4 {
    font-size: 18px;
    /* font-weight: 400 !important; */
    padding-top: 15px;
    margin-bottom: 15px;
}

.product-btn-2 {
    height: 40px;
    max-width: 130px;
    font-size: 16px;
    border: 2px solid #7DAD3E;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    /* margin-left: 10px; */
}

.product-storage {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
    /* align-content: start; */
}

.product-box-3 {
    background-color: white;
    border-radius: 18px;

}

.tab-content .tab-pane:first-child{
    opacity: 1;
}





/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-tabs {
        flex-direction: column;
    }
	
		.basic-box-2{
		border:none;
	}

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .product-box-3 {
        background-color: transparent !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }

    .product-img-1 {
        max-height: 260px !important;
        max-width: auto !important;
        border-radius: 30px !important;
        object-fit: contain !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

.btn:hover {
    background-color: #ff8c00;
    /* Change background color on hover */
    color: #000000;
    /* Change text color on hover */
    transform: scale(1.05);
    /* Slightly increase the size of the button */
    transition: all 0.5s ease;
    /* Smooth transition for hover effect */
}
.send-btn{
    display: flex !important;
    justify-content: center !important;
}
.send-btn-1{
    width: auto !important;
    max-height: 40px !important;
}
.gradient-bg-3{
    max-width: auto;
    border-radius: 19px;
    /* padding: 5px 15px; */
    background: rgb(125, 173, 64);
	border:none !important;
    background: linear-gradient(90deg, rgba(125, 173, 64, 1) 0%, rgba(133, 221, 197, 1) 100%);
}  
.popup-header{
    font-size: 36px;
    color: #7DAD40;
    font-weight: bold;
}
.popup-header-span{
    color: #1B32CC;
}
.contact-form-1{
    border-radius: 10px 0 0 10px !important;
    height: 40px;
    max-width: 193px;
    border: none;
    border: 1px solid #D5D6D5;
    
}
/* .:hover {
    background-color: transparent;  
    border-color: transparent;    
    color: inherit;                 
    text-decoration: none;         
} */

.info-section {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 18px;
    max-width: 600px;
    margin: 50px auto;
}
.info-item {
    text-align: center;
}
.info-title {
    font-size: 14px;
    color: #888;
}
.info-value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

* {box-sizing: border-box;}

.c1 {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  
}
.image-2 {
    display: block;
    width: 100%;
    height: auto;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)); */
    opacity: 0.9; 
  }

.overlay-img-1 {
  position: absolute; 
  bottom: 0; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  text-align: center;
  padding: 20px;
}

.Choose-us-bg3:hover .overlay-img-1 {
  opacity: 1;
}



.img-heading-1 {
  position: absolute;
  bottom: 40px; /* Default position */
  left: 0;
  right: 0;
  color: white;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  transition: .5s ease; /* Smooth transition */
}

.Choose-us-bg3:hover .img-heading-1 {
  bottom: 140px; /* Adjust this value to move it up when hovering */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));

}
.img-heading-2 {
    position: absolute;
    bottom: 40px; /* Default position */
    left: 0;
    right: 0;
    color: white;
    font-weight: bold;
  font-size: 26px;
    text-align: center;
    transition: .5s ease; /* Smooth transition */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
  
.overlay-img-2{
    position: absolute; 
  bottom: 0; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  text-align: center;
  padding: 20px; 
}
.Choose-us-bg3:hover .overlay-img-2 {
    opacity: 1;
  }

  .Choose-us-bg3:hover .img-heading-2 {
    bottom: 188px; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  
  }

  .img-heading-3 {
    position: absolute;
    bottom: 40px; /* Default position */
    left: 0;
    right: 0;
    color: white;
    font-weight: bold;
  font-size: 26px;
    text-align: center;
    transition: .5s ease; /* Smooth transition */
  }
  
.overlay-img-3{
    position: absolute; 
  bottom: 0; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  text-align: center;
  padding: 20px; 
}
.Choose-us-bg3:hover .overlay-img-3 {
    opacity: 1;
  }

  .Choose-us-bg3:hover .img-heading-3 {
    bottom: 145px; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  
  }

  .img-heading-4 {
    position: absolute;
    bottom: 40px; /* Default position */
    left: 0;
    right: 0;
    color: white;
    font-weight: bold;
  font-size: 26px;
    text-align: center;
    transition: .5s ease; /* Smooth transition */
  }
  
.overlay-img-4{
    position: absolute; 
  bottom: 0; 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  text-align: center;
  padding: 20px; 
}
.Choose-us-bg3:hover .overlay-img-4 {
    opacity: 1;
  }

  .Choose-us-bg3:hover .img-heading-4 {
    bottom: 145px; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  
  }






  .img-1{
    height: 410px;
    width: 100%;
  }
  .card{
/*     height: 410px; */
    width: 100%;
    overflow: hidden;
    border-radius: 0px !important;
    border: none !important;
  }
  .intro{
    height: 70px;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
    position: absolute;
    background: rgb(27, 27, 27, .5);
    color: white;
    transition: .5s;
  }
  .choose-tex-1{
    margin: 10px;
    font-size: 24px;
  }
  .choose-tex-2{
    font-size: 16px;
    margin: 20px;
    visibility: hidden;
    opacity: 0;

  }
  .card:hover{
    cursor: pointer;
  }

  .card:hover .intro{
    height: 220px;
/*     bottom: 7px; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));;
  }
  .card:hover .choose-tex-2{
    opacity: 1;
    visibility: visible;
  }
  .card:hover .img-1{
    transform: scale(1.1) rotate(-3deg);
  }

  .card-1{
    height: 100px;
    width: 100%;
    overflow: hidden;
    border-radius: 0px !important;
    border: none !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));;
  }

.contact-1{
	border-bottom: 1px solid #D9D9D9;
	max-width: 400px;
	margin-top: 25px;
}
 .card-no-section{
    font-size: 38px !important;
    align-items: center;
    color: grey;
    justify-content: center;
    display: flex;
    font-weight: 500;
  }
.card-body{
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #2D3339;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

}
.text-section{
    margin-top: 40px;
    margin-bottom: 40px;
}
