/* Sandhya */
body {
    scroll-behavior: smooth;
}

.s_gradient {
    background: linear-gradient(32deg, #161414 82%, #C850C0);
    /* background-size: 400%; */
    /* Adjust the size to fit the half-circle */
}

.s_text_white:hover {
    color: white;
}

.ssj_underline {
    position: relative;
}

.navbar {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, -2.5);
}

.ssj_underline::before {
    content: '';
    position: absolute;
    width: 45%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 160px;
}

.ssj_underline::after {
    content: '.';
    position: absolute;
    bottom: -2px;
    right: -24px;
    font-size: 12px;
    color: #8251FF;
}

.sj_suart {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}

.sj_suart::after {
    content: "";
    width: 40px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 0;
    right: 151px;
    bottom: -5px;
}

.s1_gradient {
    /* background: linear-gradient(59deg, #C850C0, #000000 27%); */
    /* background-size: 400%; */
    /* Adjust the size to fit the half-circle */
    background-image: radial-gradient(circle at left, #C850C0 -15%, #161414 16%);
}
.back_dark{
    background-color: #161414 !important;
}
.s2_gradient {
    background-image: radial-gradient(circle at right, #C850C0 6%, #161414 25%);
    /* background-size: 400%; */
    /* Adjust the size to fit the half-circle */
}

.s4_gradient {
    background: linear-gradient(57deg, #C850C0, #161414 21%);
    /* background-size: 400%; */
    /* Adjust the size to fit the half-circle */
}

.nav-link:hover {
    text-decoration: none;
    color: #f9bf78 !important;
    transition: transform 0.3s ease
}
 .tel_text:hover{
     color:#217b42 !important;
 }
.text-gradient {
    background: linear-gradient(to right, #4158D0, #9A53C5, #9B53C5, #C050C1, #C850C0, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: linear-gradient(45deg, #ff6ec4, #7873f5);
    border: none;
}

.btn-gradient:hover {
    background: linear-gradient(45deg, #7873f5, #ff6ec4);
}

.s_underline {
    position: relative;
}

.s_underline::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 40px;
}

.s_underline::after {
    content: '.';
    position: absolute;
    bottom: -2px;
    right: -15px;
    font-size: 12px;
    color: #8251FF;
}

.s_size {
    font-size: 40px;
}

.ss_underline {
    position: relative;
}

.ss_underline::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 90px;
}

.ss_underline::after {
    content: '.';
    position: absolute;
    bottom: -2px;
    right: -15px;
    font-size: 12px;
    color: #8251FF;

}

.button-container {
    position: relative;
}

.get-in-touch-button {
    background-color: purple;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.get-in-touch-button::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 5px;
}
.k_underline_y::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 31px;
    top: 32px;
}
.k_underline_y::after {
    content: '•';
    position: absolute;
    bottom: -9px;
    right: -25px;
    font-size: 13px;
    color: #8251FF;
}
.text_ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 3;
}

/* Sandhya end */

/* Monika */
/* Kalathiya Team 1 */
.k_team1 {}

.k_heading {
    color: white;
    padding: 50px 0 20px;
}

.k_heading h2 {
    font-size: 25px;
}

.k_underline {
    position: relative;
}

.k_underline::before {
    content: '';
    position: absolute;
    width: 94px;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: -10px;
}

.k_underline::after {
    content: '•';
    position: absolute;
    bottom: -4px;
    right: -25px;
    font-size: 12px;
    color: #8251FF;
}

.k_team1_row1 {}

.k_team1_img {
    background-color: black;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    width: 20%;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -10px 10px 0px #36366c87;
}

.k_team1_img2 {
    background-color: black;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    width: 20%;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -10px -10px 0px #36366c87;
}

.k_team1_text {
    color: white;
    background: linear-gradient(to right, #4158D0, #4158D0, #9B53C5, #C050C1, #C850C0, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 45px;
    margin-top: 20px;
    font-weight: 800;
    font-size: 21px;
}

.k_team1_img2 .k_team1_text {
    margin-left: 45px;
    margin-bottom: 20px;
}

.k_team1_icon {
    width: 120px;
    height: auto;
    padding: 35px;
}

.k_black_layer {}

.k_white_outline {
    position: absolute;
    border: 1px solid #8b8b8b;
    height: 320px;
    width: 100%;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    top: -10px;
    left: 10px;
}

.k_white_outline2 {
    position: absolute;
    border: 1px solid #8b8b8b;
    height: 320px;
    width: 100%;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    top: 10px;
    left: 10px;
}

.k_light_outline {
    position: absolute;
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70);
    opacity: 0.4;
    z-index: 0;
    height: 22vw;
    width: 20vw;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    top: 5px;
    left: -9px;
}

.k_team1_row2 {
    justify-content: flex-end;
}

/* jay */
.j_h2 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
}

.j_h2::after {
    content: "";
    width: 160px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    margin-bottom: 10px;
    background: #8251ff;
    left: 0;
    right: -25%;
    bottom: -10px;
}

.j_h3 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
}

.j_h3::after {
    content: "";
    width: 230px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    margin-bottom: 10px;
    background: #8251ff;
    left: 0;
    right: -36%;
    bottom: -10px;
}


.gradient-text {
    background: linear-gradient(90deg, rgba(65, 88, 208, 1) 0%, rgba(186, 80, 193, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.carousel {
    /* margin: 50px auto; */
    padding: 0 70px;
}

.myCarousel ol li::marker {
    display: none !important;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 450px;
    height: 350px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    background: rgb(29, 17, 40);
    background: linear-gradient(90deg, rgba(29, 17, 40, 1) 0%, rgba(40, 17, 37, 1) 35%, rgba(48, 29, 38, 1) 100%);
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
}

.carousel-height {
    height: fit-content;
}

.carousel .item .img-box .j-img-border {
    border: 1px solid #ddd;
    width: 450px;
    height: 350px;
    position: absolute;
    top: -15px;
    z-index: 1;
    right: -15px;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
}

.carousel .img-box img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -40px;
    right: 25px;
    display: block;
    object-fit: cover;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70);
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 15px;
    border: 1px solid white;
    border-radius: 40%;

}

.j-img-border {
    border: 4px solid white;
    padding: 5px;
}

.j_h3 span {
    padding: 0 5px;
}

/* .gradient-border {
    background: linear-gradient(to right, #00f260, #0575e6);
    -webkit-background-clip: text;
    color: transparent;
}

.gradient-text {
    background: linear-gradient(to right, #00f260, #0575e6);
    -webkit-background-clip: text;
    color: transparent;
} */

.jj_witdh {
    width: 420px;
}

/* jay end */



/* Kalathiya Team 2 */
.k_team2 {}

.k_person {
    width: 22% !important;
}

.k_team_2 {
    justify-content: space-around;
}

.team2_img_container {
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    width: 20%;
    height: 83%;
    position: relative;

    width: 100%;
}

.team2_img {
    /* position: relative; */
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70);
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 45%;
    border-bottom-right-radius: 45%;
    box-shadow: -10px 10px 0px #36366c87;
}

.team2_img img {
    width: 100%;
    object-fit: cover;
    height: 260px;
}

.k_outline {
    position: absolute;
    border: 1px solid white;
    height: 90%;
    width: 100%;
    border-top-left-radius: 45%;
    border-bottom-right-radius: 45%;
    top: -10px;
    left: 10px;
}

.team2_text {
    color: white;
    margin-top: 15px;
}

.team2_text h3 {
    font-size: 18px;
    font-weight: 500;
}

.team2_text h4 {
    font-size: 15px;
    font-weight: 500;
}

.k_vertical1 {
    position: absolute;
    bottom: 32%;
    left: -22px;
    width: 1px;
    height: 110px;
    background-color: rgb(255, 255, 255);
}

.k_vertical2 {
    position: absolute;
    top: -10px;
    right: -22px;
    width: 1px;
    height: 110px;
    background-color: rgb(255, 255, 255);
}

/* Meet */
.M_Contact_bg {
    background: rgb(73, 42, 88);
    background: -moz-linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    background: -webkit-linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    background: linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#492a58", endColorstr="#523021", GradientType=1);
    border-radius: 24% 0% 23% 24% / 25% 25% 25% 0%;
    width: 75%;
    padding: 0 0 10px 10px;
    margin: -10px -10px 0 0;
}

.M_Contact_boder {
    border: 1px solid #fff;
    margin: -10px -10px 0 0;
    border-radius: 24% 0% 23% 24% / 25% 25% 25% 0%;
}

.M_h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}

.M_h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 0;
    right: -182px;
    bottom: 0px;
}

.M_Contact_bg input {
    width: 60%;
    background: #000000;
    height: 35px;
    padding-left: 15px;
}

.M_Contact_bg textarea {
    width: 60%;
    background: #000000;
    padding-left: 15px;
}

.M_Contact_card {
    width: 200px;
    padding: 0 0 10px 10px;
    background: rgb(73, 42, 88);
    background: -moz-linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    background: -webkit-linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    background: linear-gradient(56deg, rgba(73, 42, 88, 1) 0%, rgba(66, 36, 50, 1) 47%, rgba(82, 48, 33, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#492a58", endColorstr="#523021", GradientType=1);
    border-radius: 50px 0 !important;

}

.M_card_bord {
    border: 1px solid #fff;
    border-radius: 50px 0;
    padding: 15px 15px 0 0;
    border-left: none;
    border-bottom: none;
}

.M_Contact_card .card-img-top {
    border-top-left-radius: 50px;
}

.M_Contact_card .card-body {
    border-bottom-right-radius: 50px;
}

.M_suart {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
}

.M_suart::after {
    content: "";
    width: 40px;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    background: #8251ff;
    left: 0;
    right: 120px;
    bottom: -5px;
}

.M_card_text {
    font-size: 12px;
}
.m1_gradient {
    background-image: radial-gradient(circle at right, #C850C0 -20%, #161414 11%);
}
.M_Button_Send:hover{
     background: rgb(73, 63, 153);
    background: -moz-linear-gradient(220deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    background: -webkit-linear-gradient(220deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    background: linear-gradient(220deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#493f99", endColorstr="#ae7a61", GradientType=1);
}
.M_Button_Send {
    background: rgb(73, 63, 153);
    background: -moz-linear-gradient(22deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    background: -webkit-linear-gradient(22deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    background: linear-gradient(22deg, rgba(73, 63, 153, 1) 0%, rgba(88, 35, 80, 1) 59%, rgba(174, 122, 97, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#493f99", endColorstr="#ae7a61", GradientType=1);
}

.navbar-toggler {
    padding: 0px !important;
}

.Contact_6_1_d {
    justify-content: center !important;
}

.Contact_6_2_d {
    justify-content: center;
}

.M_Contact_card {
    width: 250px;
}

.input_border {
    border: 1px solid #fff;
}

/* meera */

.g_box {
    position: relative;
    padding: 20px;
    margin: 10px 0;
}

.g_box img {
    max-width: 100%;
    height: auto;
}

.g_bgdark {
    background-color: black;
}

.g_lgcolor {
       background-image: radial-gradient(#350635 5%, #161414 60%);
}

.g_underline {
    position: relative;
}

.g_underline::before {
    content: '';
    position: absolute;
    width: 83%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 40px;
}

.g_underline::after {
    content: '•';
    position: absolute;
    bottom: -5px;
    right: -25px;
    font-size: 12px;
    color: #8251FF;
}



.g_underline1 {
    position: relative;
}

.g_underline1::before {
    content: '';
    position: absolute;
    width: 83%;
    height: 2px;
    background-color: #8251FF;
    bottom: 0;
    left: 40px;
}

.g_underline1::after {
    content: '•';
    position: absolute;
    bottom: -6px;
    right: -29px;
    font-size: 12px;
    color: #8251FF;
}
.g_m0 {
    margin: 0px;
}

/* .g_imgborder { */
/* position: absolute; */
/* border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
    border: 1px solid white;
    padding-top: 7px;
    padding-right: 7px; */
/* } */

.g_fourbox {
    position: relative;
    width: 127px;
    /* padding: 7px; */
    background: linear-gradient(to right top, #4158D0, #C850C0, #FFCC70);
    color: white;
    border-radius: 10px;
    box-shadow: 5px 7px 0px #531E4F;
}

.g_fourbox img {
    max-width: 50px;
    height: auto;
}

.g_fourbox p {
    margin: 0;
}

.g_border {
    position: relative;
    bottom: 7px;
    right: 7px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;

}

/* Meera End */

.carousel-indicators li {
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.carousel-indicators li:before {
    content: "";
}

.mm_heigh {
    height: 114px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    flex-wrap: nowrap !important;
    align-items: baseline !important;
}

.M_Contact_card {
    overflow: hidden !important;
}

.ks_med {
    margin-top: 55px !important;
}

.ks_txal {
    width: 90% !important;
}

.ks_w {
    width: 50% !important;
}

.ks_ms {
    margin-left: 3rem;
}
.padding_bottom_none{
        padding-bottom:0 !important;
        padding-top:120px !important;
    }
/* new change yatri  start*/
/* .navbar_bg{
    background: black
} */
.nav-item.active a {
    color: #edb59d !important;
    /* text-decoration: underline; */
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #edb59d !important;
    text-decoration: underline;
} */
/* new change yatri end  */


@media screen and (min-width:1440px) {
    .M_F_icon_M{
        font-size: 26px !important;
    }
}
@media screen and (max-width:2560px) {
    .ks_imal {
        margin-right: -170px;
    }
}
@media screen and (max-width:1440px) {
    .M_F_icon_M{
        font-size: 18px
    }
}

@media screen and (max-width:1740px) {
    .ks_imal {
        margin-right: -53px;
    }

    .ks_w {
        /*width: 50% !important;*/
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
        .team2_text h3{
        font-size:14px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .team2_text h3{
        padding-top:8px;
    }
}
@media screen and (max-width:1200px) {

    .team2_img img {
        height: 400px;
    }

    .ks_imal {
        margin-right: 70px;
    }

    .carousel .item .img-box {
        width: 380px;
    }

    .carousel .item .img-box .j-img-border {
        width: 380px;
    }

    .ks_txal {
        width: 65% !important;
    }
}

@media screen and (max-width:1025px) {
    .k_team1_text{
        font-size:16px;
    }
    .M_Contact_card {
        width: 200px;
    }

    .k_team2 {
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width:1024px) {
    .team2_img_container {
        height: 100%;
    }

    .k_outline {
        height: 83%;
    }

    .team2_text {
        margin-top: 0;
    }

    .carousel {
        padding: 0 30px;
    }

    .team2_img img {
        width: auto;
        object-fit: cover;
        height: 360px;
    }

    .jj_witdh {
        width: 320px;
    }

    .k_team1_img,
    .k_team1_img2 {
        width: 19%;
        height: 200px;
    }

    .k_white_outline,
    .k_white_outline2 {
        height: 200px;
    }

    .Contact_6_1_d {
        justify-content: start !important;
    }
}

@media (max-width: 992px) {
    .k_team1_text {
        font-size: 11px;
    }
    .menu_mobile_y {
        padding-top: 129px !important;
        padding-left: 30px;
        background: linear-gradient(37deg, #161414 47%, #C850C0);
        box-shadow: 3px -1px 19px 0px #C850C0;
    }


}

@media (max-width: 860px) {
    .kk_col {
        flex-direction: column;
        align-items: center;
    }

    .Contact_6_1_d {
        justify-content: center !important;
    }

    .kk_wid {
        width: 90% !important;
    }
}
@media (max-width: 900px){
    .M_card_text {
        font-size: 11px;
    }
}
@media (max-width: 769px) {
    .gap_none{
        gap:0 !important;
    }
    .Contact_col_6 {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .Contact_6_1_d {
        justify-content: center !important;
    }

    .M_Contact_bg {
        width: 60%;
    }

    .Contact_6_2_d {
        justify-content: center !important;
    }

    .M_Contact_card {
        width: 250px;
    }

    .ssj_underline::before {
        content: '';
        position: absolute;
        width: 45%;
        height: 2px;
        background-color: #8251FF;
        bottom: 0;
        left: 125px;
    }
    .M_card_text {
        font-size: 11px;
    }
}

@media screen and (max-width: 769px) {
    .g_p {
        margin-bottom: 20px;
    }



    .jj_witdh {
        width: 220px;
    }

}

@media screen and (max-width:768px) {
    /* .menu_mobile_y:active{
        padding-top: 0 !important;
    } */
.menu_mobile_y {
        padding-top: 129px !important;
        padding-left: 30px;
        background: linear-gradient(37deg, #161414 47%, #C850C0);
        box-shadow: 3px -1px 19px 0px #C850C0;
    }

    .k_team1_row1,
    .k_team1_row2 {
        justify-content: center;
    }

    .k_team1_img,
    .k_team1_img2 {
        width: 40%;
    }

    .carousel .item .img-box {
        width: 300px;
        height: 300px;
    }

    .carousel .item .img-box .j-img-border {
        width: 300px;
        height: 300px;
    }

    .carousel .img-box img {
        width: 300px;
        height: 300px;
        position: absolute;
        top: 6px;
        right: 12px;
        display: block;
        object-fit: cover;
    }

    .S_fontsize {
        font-size: 24px;
    }

    .ss_underline::before {
        content: '';
        position: absolute;
        width: 66%;
        height: 2px;
        background-color: #8251FF;
        bottom: 0;
        left: 90px;
        top: 32px;
    }

    .ss_underline::after {
        content: '.';
        position: absolute;
        bottom: -2px;
        right: -15px;
        font-size: 12px;
        color: #8251FF;
        top: 22px;

    }

    .s_underline {
        position: relative;
    }

    .s_underline::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        background-color: #8251FF;
        bottom: 0;
        left: 40px;
        top: 29px;
    }

    .s_underline::after {
        content: '.';
        position: absolute;
        bottom: -2px;
        right: -19px;
        font-size: 12px;
        color: #8251FF;
        top: 20px;
    }

    .sj_suart {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        position: relative;
    }

    .sj_suart::after {
        content: "";
        width: 40px;
        position: absolute;
        margin: 0 auto;
        height: 1px;
        background: #8251ff;
        left: 0;
        right: 186px;
        bottom: -5px;
    }

    .M_suart {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        position: relative;
    }

    .M_suart::after {
        content: "";
        width: 40px;
        position: absolute;
        margin: 0 auto;
        height: 1px;
        background: #8251ff;
        left: 0;
        right: 152px;
        bottom: -5px;
    }

    .M_h2 {
        color: #333;
        text-align: center;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        position: relative;
    }

    .M_h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 1px;
        background: #8251ff;
        left: 0;
        right: -73px;
        bottom: 0px;
    }

    .k_team_2 {
        /*width: 300px;*/
        margin: auto;
    }

    .Contact_6_2_d {
        /*flex-direction: column;*/
        align-items: center;
    }

    /* .k_team1_row1, .k_team1_row2 {*/
    /*    justify-content: center;*/
    /*}*/

}

@media screen and (max-width:625px) {
    .ks_med {
        flex-direction: column;
        margin-top: 55px !important;
        /*padding-right: 50px !important;*/
    }

    .ks_imal {
        width: 90% !important;
        margin-right: 30px;
    }

    .ks_txal {
        margin-left: auto !important;
        width: 90% !important;
    }

    .jj_witdh {
        width: 90%;
    }

    .i2 {
        text-align: right;
        margin-right: 25px;
    }

    .ks_w {
        width: 90% !important;
    }

    .carousel .testimonial {
        padding: 0 !important;
    }
}

@media screen and (max-width:570px) {
    .k_team1_text {
        font-size: 15px;
    }
    
     .mobile_padding {
        padding-top: 30px !important;
    }
}

@media screen and (max-width:426px) {
        .Contact_6_2_d {
        flex-direction: column;
        align-items: center;
    }
    .footer_sec{
        padding-top:0px !important;
    }
    .navbar_logo{
    width:40% !important;
}
    .padding_bottom_none{
        padding-bottom:0 !important;
        padding-top:68px !important;
    }
    .ks_txal {
        margin-left: 0 !important;
    }

    .k_team1_row1,
    .k_team1_row2 {
        justify-content: center;
    }

    .k_team1_img,
    .k_team1_img2 {
        width: 200px;
    }

    .k_heading h2 {
        font-size: 20px;
    }

    .k_underline::before {
        width: 75px;
    }

    .k_heading p {
        font-size: 14px;
    }

    .k_underline::after {
        right: -20px;
    }

    .k_team_2>div {
        width: 80%;
    }

    .carousel .item .img-box {
        width: 250px;
        height: 250px;
    }

    .j-media {
        flex-wrap: wrap !important;
    }

    .carousel-height {
        height: 550px;
    }

    .carousel .testimonial {
        padding: 0px !important;
        height: 500px;
        width: 300px;
    }

    .j_h2 {
        font-size: 20px !important;
    }

    .j_h3 {
        font-size: 20px !important;
    }

    .carousel .item .img-box .j-img-border {
        width: 250px;
        height: 250px;
        top: 4px;
    }


    .carousel .img-box img {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 6px;
        right: 12px;
        display: block;
        object-fit: cover;
    }

    .j_h3::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        margin-bottom: 10px;
        background: #8251ff;
        left: 0;
        right: -18%;
        bottom: -10px;
    }

    .M_Contact_bg {
        width: 80%;
    }


    .M_Contact_card {
        width: 250px;
    }

    .M_Contact_boder h2 {
        font-size: 24px;
    }

    .M_Contact_boder input {
        font-size: 13px;
        width: 80%;
    }

    .M_Contact_bg textarea {
        font-size: 13px;
        width: 80%;
    }

    .team2_img img {
        height: 260px;
    }
    .jj_new {
        height: 20px !important;
    }

    .text_ellipsis {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 3;
    }

    .g_q {
        margin-left: 50px !important;
    }


    /*.k_team1_text {*/
    /*       margin-left: 0;*/
    /*       font-size: 12px;*/
    /*   }*/
    /*   .k_team1_icon {*/
    /*       width: 70%;*/
    /*   }*/
    /*   .k_team1_img {*/
    /*       height: 160px;*/
    /*   }*/
    /*   .k_white_outline {*/
    /*       height: 160px;*/
    /*   }*/
    /*   .k_team1_img2 {*/
    /*       height: 160px;*/
    /*   }*/
    /*   .k_white_outline2 {*/
    /*       height: 160px;*/
    /*   }*/
    /*   .k_underline::before, .k_underline::after{*/
    /*       display: none;*/
    /*   }*/

}

@media (max-width:376px) {
    .carousel .testimonial {
        height: 500px;
        width: 250px;
    }
}

@media (max-width:321px) {
    .carousel .testimonial {
        height: 400px;
        width: 200px;
    }

    .carousel .item .img-box {
        width: 200px;
        height: 200px;
    }

    .carousel .item .img-box .j-img-border {
        width: 200px;
        height: 200px;
    }

    .carousel .img-box img {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 6px;
        right: 12px;
        display: block;
        object-fit: cover;
    }

    .j_h3::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 3px;
        margin-bottom: 10px;
        background: #8251ff;
        left: 0;
        right: -65%;
        bottom: -10px;
    }
}

@media (max-width: 320px) {
    .M_Contact_boder h2 {
        font-size: 22px;
    }

}