.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%;
}
.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: 2px solid #c1c1c1;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #EDEDED !important;
    font-weight: 400;
}
.contact_form .required p {
    text-align: center;
    color: #B70000;
    font-size: 14px;
}

.contact_form textarea{
    height: 85px;
    resize: none;
}
.contactbanner_txt {
    padding-bottom: 60px;
}
.contactbanner_txt h3 {
    color: #fff;
}
.contactbanner_txt p {
    width: 60%;
    color: #fff;
}
.contactbanner_txt h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px !important;
}

.contact_info{
   padding: 60px 0px 0px;
}

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

.contact_head h1{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

.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  */