.navs-tabs .nav-tabs .nav-link{
    border: none;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}
.navs-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.navs-tabs div#nav-tab {
    display: flex;
    gap: 30px;
    border-bottom: none !important;
}

.Teams-section .hero .hc-banner-content{
    padding: 120px 0 85px 0;
}



/* Blog Detail page starts  */
.Detail_text h2{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #4B4B4B !important;
    font-weight: 400;
    line-height: 30px;
}

.Detail_text h1 {
    text-align: left;
    width: 86%;
    margin-bottom: 12px;
}
.Detail_text .pointers {
    display: flex;
    gap: 10px;
}
.Detail_text p span {
    font-weight: 600;
    color: #000000;
}

.Detail_text p span.blog-headgap {
    margin-right: 8px;
}


.blog_detail_card  {
    border-radius: 15px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
}

.blog_detail_card Img {
    height: auto;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}


.bottom_strip {
    background: var(--bright-blue);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
}
.bottom_strip p {
    margin-bottom: 0;
    color: #fff;
}

.share {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.share ul {
    gap: 25px;
    display: flex;
}

.share ul li a span i {
    color: #000;
    margin-right: 0;
}

.share ul li a span{
    position: relative;
}

.share ul li a span:before {
    position: absolute;
    content: "";
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 15px;
    border-radius: 18px;
}


.team-sec {
    position: relative;
    height: 600px;
    overflow: hidden;
    /* margin-bottom: 8rem; */
    position: relative;
    box-shadow: inset 0px -75px 77px -31px rgb(203 203 203);
}

.continue-button {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}


.teamsec-full {
    height: 100%;
    overflow: unset;
    margin-bottom: unset;
    box-shadow: unset;
}

.object_full {
    display: none;
}

/* Blog Deails page ends  */


/* contact page start */
.contact_form .hc-heading{
    text-align: center;
    font-size: 25px;
    margin: 10px 0 20px;
}
.contact_banner {
    /* background-image: url(assets/images/About_page_banner.png); */
    background-image: url(../images/Contact_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    height: 525px;
    height: 440px;
    width: 100%;
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
}
.contact_detail ul li a span i{
    padding: 10px 12px;
    background: #ffffff;
    border-radius: 100px;
}
.contact_sec{
    display: flex;
    align-items: flex-end;
}
.contact_form {
    width: 550px;
    background-color: #fff;
    position: relative;
    top: 30px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px #cccccc;
}
.contact_form p {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-family: 'Poppins';
}
.contact_form .form-control {
    margin-bottom: 10px;
    padding: 6px 16px;
    border: 2px solid #EDEDED;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.contact_form .required p {
    text-align: center;
    color: #B70000;
    font-size: 14px;
}

.contact_form textarea{
    height: 85px;
    resize: none;
}
.contactbanner_txt {
 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.contactbanner_txt h3 {
    color: #fff;
}
.contactbanner_txt p {
   width: 82%;
    color: #fff;
    text-align: left;
}
.contactbanner_txt h1 {
    color: #fff;
     font-size: 35px;
    margin-bottom: 10px !important;
}

.contact_info{
    padding: 60px 0px;
}

.contact_head h1 span {
    color: #1e9afe;
}

.contact_head h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 41px;
}

.contact_detail h3{
    font-size: 18px;
    padding: 10px 0px;
}

.contact_detail ul{
    display: flex;
}
.contact_detail ul li {
    background: var(--base-green);
    padding: 12px 11px;
    border-radius: 10px;
    margin-right: 15px;
}

.contact_map iframe {
    width: 100%;
    height: 350px;
}

.social-media ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.social-media ul li {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    padding: 8px 14px;
    border-radius: 100px;
    transition: transform 2s;
}
 .social-media ul .facebook {
    padding: 8px 16px;
}
/* constact page ends  */
/* growth_career page ends  */
.growth_career{
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
}
.growth_career .hc-heading-wrap, .growth_career .hc-sub-heading{
    color: #fff;
}
.growth_career .hc-heading{
    font-size: 35px;
    margin-bottom: 20px;
}
.growth_career .hc-heading-wrap p{
    width: 80%;
    margin: auto;
}
.growth_career .hc-sub-heading:after, .growth_career .hc-heading-wrap.text-center .hc-sub-heading:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
}
.growth_career .form_sec{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.growth_career .hc-contact-box{
    background: #22549a29;
    padding: 30px;
    border-radius: 15px;
    margin: 0 30px;
}
.growth_career .hc-contact-box .hc-heading{
    color: #fff;
    font-size: 25px;
}
.growth_career .hc-contact-box input,.growth_career .hc-contact-box textarea {
    border: 1px solid transparent;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
    background: #ffffff;
}
.growth_career .hc-contact-box textarea{
    border-radius: 15px !important;
}
.growth_career .career_option{
    display: flex;
    gap: 10px;
}
.growth_career .career_option p{
    padding: 5px 20px 0px;
    /* margin: 2px 20px 0px 0px; */
    background: #fff;
    border-radius: 50px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bright-blue);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* growth_career page ends  */

/* home page*/
.about_two_list_wrapper {
    display: flex;
    padding-top: 20px;
}
.about_two_list_wrapper ul li i {
    color: var(--bright-blue);
    padding-right: 10px;
}
.about_two_list_wrapper ul li {
    color: var(--paragraph-color);
    padding-bottom: 10px;
    padding-right: 10px;
}
#about_area_two{
    padding:40px 0px;
}
.about_two_list_wrapper h2{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}

.event_left_side_wrapper {
    background: #ffffff;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 25px;
}
.small_content_padding {
    padding: 15px 18px;
    margin-bottom: 20px;
}
.event_content_area {
    position: relative;
}
.event_tag_area a {
    font-size: 18px;
    font-weight: 500;
}
/* .event_heading {
    padding-right: 90px;
} */
.event_heading h3 {
    line-height: 34px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
}
.liquid_container {
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.liquid {
    top: 7%;
    position: absolute;
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 50%;
    background: #173b3c;
    left: 83%;
    animation: liquid 8slinear infinite alternate;
}
@keyframes liquid{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
      14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
      28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
      42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
      56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
      70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
      84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
  }
  @keyframes liquid1{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
      14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
      28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
      42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
      56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
      70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
      84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
  }
.liquid1 {
    top: 7%;
    position: absolute;
    width: 84px;
    height: 85px;
    cursor: pointer;
    border-radius: 50%;
    background: #a8d7cd;
    left: 83%;
    animation: liquid 4slinear infinite alternate;
}
.event_date {
    position: absolute;
    width: 85px;
    height: 83px;
    text-align: center;
    right: 32px;
    top: 31px;
}

.event_date h6 {
    font-weight: 500;
    /* margin-bottom: 6px; */
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
    transform: translate(-50%, -58%);
}
.small_content_padding .event_para {
    padding-top: 8px;
   
}
.event_boxed_bottom_wrapper {
    border-top: 1px solid #c4c4c440;
    border-bottom: 0px solid #c4c4c440;
    padding-top: 10px;
    margin-top: 13px;
    padding-bottom: 10px;
}
 .event_bottom_boxed {
    display: flex;
    align-items: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.event_bottom_boxed:nth-of-type(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.col-lg-12:nth-child(2) .event_bottom_boxed {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.event_bottom_content p {
    padding-top: 0;
    font-size: 14px;
}
.event_bottom_content h5 {
    font-size: 13px !important;
    font-weight: 500;
}

  .big_content_padding {
    padding: 15px 18px;
}
.event_bottom_content {
    padding-left: 8px;
}
.event_bottom_content h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
/* .event_bottom_icon{
    background: linear-gradient(45deg, #1E9AFE, #2768ac);
    padding: 6px 12px;
    border-radius: 100px;
    color: #fff;
    margin-top: 7px;
} */

.event_bottom_icon {
    background: linear-gradient(45deg, #a82682, #fed24a);
    padding: 3px 9px;
    border-radius: 100px;
    color: #fff;
    margin-top: 7px;
}


.event_bottom_content p{
    margin: 0px;
}
.event_big_img img{
    height: 282px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.about_two_img img{
    /*width: 96%;*/
    width: 100%;
    border-radius: 10px;

}
#about .event_para p{
margin-bottom: 0px;
}
#about{
    text-align: center;
}
.para_text{
    width: 80%;
    margin: auto auto 39px;
}
#about .event_heading h3 {
    line-height: 29px !important;
    font-size: 22px !important;
}
#about .event_bottom_content {
    padding-left: 8px;
    display: flex;
    align-items: baseline !important;
}
#about  .event_boxed_bottom_wrapper {
    border-top: 0px solid #c4c4c440 !important;
    border-bottom: 0px solid #c4c4c440 !important;
    padding-top: 0px;
    margin-top: 4px;
    padding-bottom: 0px;
}
.event_bottom_boxed{
    border-right: 0px solid #e6e6e6 !important;
}
.inner_heading{
    color:#1e9afe;
}
.view_info{
 
    background:  #f3f3f3 !important;
    border-radius: 7px;
    margin-bottom: 17px;
    padding: 11px 13px;
    text-align: center;
}
.view_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.view_info:hover{
    background: var(--bright-green) !important;
    color: #fff;
}
.view_info h1{
    font-size: 18px !important;
}
#hc-appointment .modal-dialog {
    max-width: 640px;
}
.hc-contact-box h1{
    font-size: 23px;
    margin: 0px;
}
.job_info{
    display: flex;
    justify-content: space-between;
}
.job_info div{
    margin-bottom: 10px;
    margin-top: 12px;
}
.job_info p{
    color: #8d8d8d !important;
    margin: 0px;
}
.job_info h1{
    font-size: 16px;
}
#hc-appointment .hc-btn a{
    color: #fff;
}
.regestration_form_input  select,
.regestration_form_input  input{
    margin: 15px 0px 0px;
    border-radius: 100px;
    padding: 8px 19px;
    width: 100%;
    color: #495057;
}
.career_submit_btn{
    text-align: center;
    margin: 15px 0px 45px;
    width: 100%;
}
.career_section_gap{
    margin: 30px 0px 0px;
}
.pervious_formsection{
    display: flex;
        flex-direction: column;
        align-items: self-start;
        margin-top: 13px;
}
.regestration_kc_radio {
    border: 1px solid #dfdfdf;
    border-radius: 23px;
    display: flex;
    gap: 10px;
    padding: 3px 12px;
    margin-left: 11px;
}
.regestration_applied_heading, .regestration_applied_yes {
    color: #575757;
    font-weight: 400;
    line-height: 25px;
}
#radio_btn {
    accent-color: #1f2732 !important;
}
.form_file_upload label {
    border: 1px solid #9e9e9e45;
    border-radius: 32px;
    color: #1f2732;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    
}
.file-upload-label svg{
    margin: 0px 10px;
}
.regestration_kc_radio [type="radio"]:checked,
.regestration_kc_radio [type="radio"]:not(:checked) {
    position: relative;
    left: 0px;
}
.career_hr{
    background-color: #767b820a;
    width: 100%;
    height: 1px;
}
select{
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background-image: url("../images/chevron-down.svg"); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    border-radius: 5px;
}

/* Custom arrow for Firefox */
.custom-select::-ms-expand {
    display: none;
}
.user_profile p{
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
    margin: 0px;
    font-weight: 500;
    line-height: 21px;
}
.leader_section{
    text-align: center;
}
.user_profile{
    border: 1px solid #8080804d;
    padding: 11px;
    border-radius: 10px;
    height: 334px;
    background-color:#fff;
}
.user_profile img{
    border-radius: 10px;
     height: 80%;
     width:100%;
}
.user_profile:hover{
    transform: translateY(10px);
    background: #ffffff;
    box-shadow: 0 0 10px 0px #ececec;
}
 .partner_logo{
    padding: 10px;
    border-radius: 10px;
    width: 162px;
    object-fit: contain;
    margin: auto;
}
.partner_logo img{
       padding: 10px;
    border-radius: 10px;
    
}
.key_initative{
    background-color: #f4f4f4;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 34px;
}
.key_initative:hover{
    background: linear-gradient(328deg, #5d8dc0, #007cbf);
   
}
.key_initative:hover p,
.key_initative:hover h1{
    color: #fff;
}
.key_initative h1{
    font-size: 20px;
    text-align: left;
  
    color: #000;
}
.key_initative p{
    text-align: left;
    color: #000;
    /* height: 159px; */
    /* overflow: hidden; */
    margin: 0px;
}
.key_initative p:hover{
    overflow: auto;
}
.key_initative:hover p::-webkit-scrollbar {
    width: 2px;
  }
  
  .key_initative:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .key_initative:hover::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
  
  .key_initative:hover::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .about_two_left_wrapper{
    padding: 57px 0px 0px;
  }
  .event_left_side_wrapper p{
    margin-bottom: 0px;
  }
 