.hero_section{
position: relative;
}
.hero_section::before{
    height: 140%;
    width: 98%;
    border-radius: 80px;
    content: "";
    position: absolute;
    left: -4%;
    top: -64%;
    transform: rotate(-23deg);
    background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    z-index: -1;
}
.hero_section_inner{
    margin-top:40px;
}
.hero_section_inner_left h1{
    color:#fff;
    font-size:50px;
    font-weight: 700;
}
.hero_section_inner_left h2{
    color:#fff;
    font-size:30px;
    margin-top:20px;
}
.hero_section_inner_left p{
   color:#fff; 
   font-size:16px;
   margin-top:20px;
}
.custom_p{
    font-weight: 700;
}
.make_hr_block{
    box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
    border: 1px solid rgba(88, 136, 247, 0.1);
    padding: 40px;
    border-radius: 35px;
    transition: .35s;
    margin-top:50px;
}
.make_hr_block:hover{
    box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
}
.make_hr{
    margin-top:110px;
    padding: 50px 0;
}
.common_heading h2{
    text-align: center;
    font-size:40px;
    font-weight: 600;
}
.common_heading h2 span{
    font-family: 'Alegreya', serif;
    font-style: italic;
    color: #2a1fbc;
    margin-left:6px;
}
.number{
    height:50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #e932f6 0%, #49A6FF 100%);
    font-size: 18px;
    color:#fff;
    font-weight: 700;
}
.text h3{
    font-size:18px;
    color:#212529;
    font-weight: 700;
    margin-top:20px;
    height:41px;
}
.text p{
    color:#718494;
    font-size:15px;
    line-height: 26px;
    margin-top:10px;
    height:105px;
}
.menu_wise_features{
    margin-top:50px;
    padding: 50px 0;
    background:  url(../images/square-box.png), linear-gradient(135deg, #4945B6 0%, #6A6DD9 53%, #A695FB 100%);
    background-repeat: repeat;
}

  .card {
    padding: 24px;
    border: 1px solid #ffffff1f;
    border-radius: 18px;
    background: linear-gradient(193deg, #6a6dd982 53%, #a695fb78 100%);
    box-shadow: inset 0 0 6px hsla(0,0%,100%,0.2);
    position: relative;
    transition: all 1.7s ease;
    margin: 28px auto;
  }
  
  .card:hover {
    box-shadow: inset 0 0 6px hsla(0,0%,100%,0.4);
  }
  .card h2{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .card p{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    height:150px;
  }
  
  .card::before {
      content: "";
      position: absolute;
      width: 50%;
      height: 1px;
      background: linear-gradient(45deg, #ffffff00, #ffffff 50%, #ffffff00);
      top: -1px;
      right: 20px;
      transition: all 1.4s ease;
  }
  
  .card:hover::before {
      right: calc(50% - 20px);
  }
  
  .card::after {
      content: "";
      position: absolute;
      width: 50%;
      height: 1px;
      background: linear-gradient(45deg, #ffffff00, #ffffff87 50%, #ffffff00);
      bottom: -1px;
      left: 20px;
      transition: all 1.4s ease;
  }
  
  .card:hover::after {
      left: calc(50% - 20px);
  }
  .common_heading9 h2, .common_heading9 h2 span{
    color:#fff;
  }
  .hr_tab{
    position: relative;
  }
  .hr_tab:before {
    background: url(../images/background-image-block.png) no-repeat scroll bottom center;
    background-size: auto;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: right center;
}
.hr_tab_inner{
    padding:92px 0;
}
.hr_tab_inner_text p{
    color: #718494;
    font-size: 15px;
    line-height: 26px;
    margin-bottom:35px;
}

.tab_block_holder_img{
    position: relative;
}
.tab_block_holder_img_inner{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding: 30px 0;
}
.tab_block_holder_inner p{
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.tab_block_holder_inner h4{
    font-weight: 600;
    line-height: 1.4;
    color:#fff;
}
.bootstrap_tab_block{
    padding-top:80px;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs{
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dashboard_nav_tab .dashboard_nav_link:focus, .dashboard_nav_tab .dashboard_nav_link:hover{
border-color:unset;
}
.dashboard_nav_tab .dashboard_nav_link{
border:unset;
border-radius: 3px;
}
.dashboard_tab_content{
    margin-top:20px;
}
.dasboard_tab_body{
    margin:0 auto;
    width:75%;
}
.footer_section{
    background-image: url(../images/footer.png);
    background-size: cover;
    padding: 250px 0 20px;
    background-position: top;
    background-repeat: no-repeat;
    margin-top:500px;
}
.footer_logo{
    width:280px;
    display: inline-block;
}
.footer_section_left p{
    margin-top:20px;
    color:#fff;
    font-size:14px;
}
.footer_section_right p{
    color:#fff;
    font-size:14px;
}
.fsr_a a{
    color:#fff !important;
    margin-bottom: 20px;
    display: inline-block;
}
.fsr_a a i{
    margin-right:6px;
}
.footer_section_one{
    border-bottom: 1px solid #fff;
    padding-bottom: 35px;
}
.footer_section_two{
    padding-top:35px;
}
.footer_section_two p{
    color:#fff;
    font-size:14px;
}
.hero_section_others_page::before{
    content: url(../images/common-background.png);
    height:unset;
    width:unset;
    border-radius: unset;
    left:unset;
    top:unset;
    transform: unset;
    background:unset;
}
.hero_section_others_page{
    overflow: hidden;
    padding-bottom: 250px;
}
.hero_bottom_common_section h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.hero_bottom_common_section h2{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
}
.hero_bottom_common_section p{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.hero_bottom_common_section p span{
font-weight: 900;
}
.footer_section_others_page{
    margin-top:unset;
}

.about_us_inner p{
    color: #718494;
    font-size: 15px;
    line-height: 26px;
    margin-top:30px;
}
.mission_vission{
    padding:50px 0;
}
.mission_vission_left{
    border-radius: 20px;
    border: 1px solid #C9E4E9;
    background: #F1FDFF;
    box-shadow: 8px 8px 0px 0px #C9E4E9;
    padding: 40px 40px 40px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.mission_vission_left:hover{
    box-shadow: none;
}
.mission_vission_right{
    border: 1px solid #C8C1ED;
    background: #EDEAFF;
    box-shadow: 8px 8px 0px 0px #D9D5F1;
}
.star_one{
    font-size:35px;     
}
.star_two{
    font-size:20px;
}
.mission_vission_icon i{
    color: rgba(39, 39, 47, 0.2);
}
.mission_vission_left:hover .mission_vission_icon i{
    color: #1BCBE3;
}
.mission_vission_right:hover .mission_vission_icon i{
    color: #5751E1;
}
.mission_vission_icon{
    position: absolute;
    right:24px;
    top:40px;
}
.content-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}
.features__icon-two {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    color:#fff;
    background: #1BCBE3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features__icon-two i{
    font-size:30px;
}
.content-top h2{
    color:#161439;
    font-size:22px;
}
.content_top_body{
    padding-top:20px;
}
.content_top_body h5{
    color:#1C1A4A;
    font-size:18px;
    height:50px;
}
.content_top_body p{
    color:#1C1A4A;
    font-size:14px;
    margin-top:9px;
    line-height:23px;
    height:140px;
}
.features__icon-two2{
    background: #5751E1;
}
.media_coverage{
    padding: 50px 0;
    background-color: #F6F7FF;
}
.mci_block{
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    padding: 30px 54px;
    transition: all 0.4s;
}
.media_img_pic{
    display:flex;
    align-items: center;
    justify-content: center;
}
.mci_block p{
    margin-top:15px;
    font-size:14px;
    color:#1C1A4A;
    font-weight: 500;
}
.events_gallery{
    padding: 50px 0;
}
.egi_block{
    margin-top:30px;
}
.egi_block_text p{
    margin-top:10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #474747;
}
.why_choose_us{
    padding-bottom:50px;
}
.wcu_block{
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    background-color:#ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    margin-top:30px;
}
.wcu_block:before, .wcu_block:after{
    content: '';
    position: absolute;
    height: 110px;
    width: 110px;
    background-color:#684DF4;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
  
}
.wcu_block:before{
    bottom: -73px;
    right: -28px;
}
.wcu_block:after{
    right: -73px;
    bottom: -28px;
}
.wcu_block_inner_left, .wcu_block_inner_right{
    width:100px;
}
.wcu_block_inner{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.wcu_block_inner_right h5{
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    color:#E2E8FA;
    opacity: 0.7;
}
.wcu_block_inner_left{
    height:90px;
    width:90px;
    background-color:#E2E8FA;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcu_block_inner_left i{
    font-size:35px;
    color:#9a5dff;
}
.wcu_block_inner_left::after{
    content: '';
    position: absolute;
    background-color:#684DF4;
    height: 24px;
    border-radius: 50%;
    height: 12px;
    width: 11px;
    bottom: 0;
    left: 27px;
}
.wcu_block_inner_left::before{
    content: '';
    position: absolute;
    background-color:#684DF4;
    height: 24px;
    width: 23px;
    border-radius: 50%;
    top: 0;
    right: 9px;
}
.wcu_block_h5 h5{
    font-size: 20px;
    text-align: center;
    color: #718494;
    font-weight: 700;
    margin: 30px 0;
    height: 50px;
}
.cul_block{
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: #F7F7FA;
    padding:40px 10px;
    gap: 25px;
    display: flex;
    align-items: center;
    margin-bottom:50px;
}
.contact_us_right{
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: #F7F7FA;
    padding:40px 30px; 
}
.cul_block_left{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #5751E1;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    flex: 0 0 auto;
}
.cul_block_left i{
    font-size:35px;
}
.cul_block_right h4{
    font-size: 20px;
    margin-bottom: 5px;
    color:#161439;
    font-weight: 700;
}
.cul_block_right p{
    color:#6D6C80;
    font-size:14px;
    line-height:23px;
    font-weight: 500;
}
.phone_number{
    color:#6D6C80 !important;
}
.contact_us_right h5{
    font-size: 20px;
    margin-bottom: 35px;
    color:#161439;
    font-weight: 700;
    text-align: center;
}
.new_custom_control{
    height:45px;
}
.new_custom_control:focus{
    box-shadow: none;
}
.from_label_custom{
    font-size:15px;
    color:#6D6C80;
    font-weight: 500;
}
.profile_button{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:60px;
}
.common_password_button{
    background-color: #00B8F2 !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
}
@media (max-width: 767px) {
    .hero_section {
        position: relative;
        overflow: hidden;
    }
    .hero_section::before {
        height: 100%;
        width: 143%;
        border-radius: 80px;
        content: "";
        position: absolute;
        left: -25%;
        top: -19%;
        transform: rotate(-23deg);
        background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
        z-index: -1;
    }
    .brand {
        width: 225px;
    }
    .hero_section_inner_left h1{
        font-size:40px;
    }
    .hero_section_inner_left h2{
        font-size: 25px;
        margin-top: 10px;
    }
    .hero_section_inner_left p{
        font-size: 14px;
        margin-top: 10px;
    }
    .hero_section_inner_right{
        margin-top:50px;
    }
    .make_hr {
        margin-top:0;
        padding: 25px 0;
    }
    .common_heading h2{
        font-size:35px;
    }
    .hr_tab:before{
        display: none;
    }
    .hr_tab_inner {
        padding: 25px 0;
    }
    .card p{
        height:unset;
    }
    .dasboard_tab_body{
        width:100%;
    }
    .tab_block_background_img{
        height: 400px;
        object-fit: cover;
    }
    .bootstrap_tab_block {
        padding-top: 40px;
    }
    .footer_section{
        margin-top: 130px;
        padding: 90px 0 20px;
    }
    .footer_section_right{
        margin-top:35px;
    }
    .text p{
        height:unset;
    }
    .hero_bottom_common_section h1{
        font-size:34px;
    }
    .mission_vission_left{
        padding: 40px 20px;
    }
    .footer_section_others_page{
        margin-top:0;
    }
    .mission_vission_icon{
        top:10px;
    }
    .cul_block{
        flex-direction: column;
    }
    .contact_us_right{
        padding: 40px 10px;
    }
    .contact_us{
        margin-bottom: 35px;
    }
    .text h3{
        height:unset;
    }
    .content_top_body h5, .content_top_body p{
        height:unset;
    }
    .profile_button{
        margin-top:20px;
    }
}