body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

*{
    transition: all .4s ease-in-out;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
}
section{
    position: relative;
}
h1,
h2,
h3,
h4{
    color: #05367A;
}
.container {
    width: 100%;
    max-width: 1650px;
}



.tgl,
.close{
    display: none;
}
header.main_head {
    width: 100%;
    height: 90px;
    border-top: 7px solid #11319E;
}
.head_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.logo img {
    max-width: 350px;
}
nav.nav_bar ul {
    display: flex;
    gap: 42px;
}
nav.nav_bar li a {
    font-size: 20px;
    font-weight: 400;
    color: #1C1D1F;
    padding: 3px 10px;
    border-radius: 6px;
}
nav.nav_bar li.active a,
nav.nav_bar li a:hover{
    background: #0169EE;
    color: #fff;
}
.banner {
    width: 100%;
    height: 600px;
    background-size: cover;
}
.banner_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .container,
.banner_in,
.main_head .container,
.head_in {
    height: 100%;
}
.banner_content h1, 
.banner_content h2 {
    font-size: 62px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}
.banner_content h2 {
    color: #fff;
    margin-left: 2em;
}
.banner_content h2 span {
    display: block;
    margin-left: 1.5em;
}
.banner_content {
    position: relative;
    width: 50%;
}
.banner_content:before {
    position: absolute;
    content: '';
    right: -60px;
    bottom: -40px;
    background: radial-gradient(50% 50% at 50% 50%, #696969 0%, rgba(217, 217, 217, 0) 100%);
    width: 100%;
    height: 100%;
}
.sign_in {
    background: #fff;
    box-shadow: 0px 9px 64.5px 0px #9DACBD;
    width: 100%;
    max-width: 465px;
    border-radius: 20px;
    padding: 35px 40px 42px;
    position: relative;
}
.sign_in_title {
    margin-bottom: 20px;
}
.sign_in_title h3 {
    font-size: 48px;
    font-weight: 700;
}
.sign_in_title p {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #05367a;
}
.sign_in input {
    width: 100%;
    height: 60px;
    border: 1px solid #8897A9;
    border-radius: 16px;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 24px;
}
.sign_in input:focus{
    outline: none;
}
.bttn {
    width: 205px;
    height: 56px;
    border: 0;
    background: #E4241B;
    color: #fff;
    text-transform: uppercase;
    border-radius: 16px;
    box-shadow: 0px 4px 6.8px 0px #F31F1F40;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign_in form button.bttn{
    margin: auto;
    display: table;
}
.bttn:hover{
    background: #f2362e;
    color: #fff;
    letter-spacing: .5px;
}

.cmn_sec{
    padding: 80px 0;
}
h2.heading {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: capitalize;
}
h2.heading span{
    font-weight: 700;
}
.cmn_sec p {
    font-size: 20px;
    line-height: 32px;
    color: #1C1D1F;
}
.about_content p {
    margin-bottom: 20px;
}
.about_content{
    padding-right: 30px;
}
.about_img img {
    max-width: 600px;
    border-radius: 24px;
    float: right;
}
section.blue_bg {
    background: #0169EE;
    padding: 60px 0;
}
.blue_in li figure {
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.blue_in li figure img{
    width: 55px;
}
.blue_in li {
    width: 25%;
    text-align: center;
}
.blue_in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 52px 0;
}
.blue_in li h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-top: 15px;
}
.blue_in li a {
    width: fit-content;
    display: inline-block;
}
.blue_in li a:hover figure {
    transform: scale(1.1);
}
.pro_head {
    text-align: center;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.programe,
.certificate {
    background: #EAF1F9;
}
.pro_in {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.white_box {
    width: 100%;
    max-width: 450px;
    height: 100px;
    background: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0px 11px 14px 0px #DEE7F3;
}
.pro_single {
    width: 50%;
}
.white_box h3 {
    font-size: 30px;
    font-weight: 700;
}
.white_box p{
    font-size: 20px;
    font-weight: 500;
    color: #05367A;
}
.pro_single ul figure {
    width: 40px;
    height: 40px;
    border: 1px solid #05367A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_single ul figure img{
    width: 25px;
}
.pro_single li h4 {
    font-size: 22px;
    font-weight: 700;
}
.pro_single ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    position: relative;
}
.pro_single ul li{
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 50px;
    position: relative;
}

.pro_single ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 24px;
    border: 1px solid #6A8EB8;
    border-top: 0;
    border-bottom: 0;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pro_single ul li:last-child:before{
    display: none;
}
.pro_single ul:before {
    position: absolute;
    content: '';
    background: url(../images/arw.png) no-repeat;
    width: 17px;
    height: 52px;
    background-size: contain !important;
    background-position: center !important;
    top: 13px;
}
.outline h2.heading,
.certificate_in h2.heading,
.video_in h2.heading {
    text-align: center;
    margin-bottom: 30px;
}
.outline_in li {
    background: #fff;
    box-shadow: 0px 11px 14px 0px #DEE7F3;
    width: 25%;
    padding: 35px 26px;
    border-radius: 30px;
    position: relative;
}
.outline_in ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.outline_in li h4 {
    font-size: 30px;
    font-weight: 700;
    height: 70px;
    margin-bottom: 12px;
}
.outline_in li .bttn {
    width: 170px;
    height: 52px;
    font-size: 18px;
    position: absolute;
    bottom: 32px;
}
.outline_in li p {
    margin-bottom: 70px;
}
.cmn_sec.video {
    padding-top: 0 !important;
}
.certificate_in,
.video_in,
.links {
    width: 100%;
    max-width: 1350px;
    margin: auto;
}
.certificate_in li figure {
    width: 100%;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 11px 14px 0px #DEE7F3;
}
.certificate_in li figure,
.certificate_in li figure img{
    border-radius: 30px;
}
.certificate_in ul,
.links ul,
.video_in ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.certificate_in li,
.links li,
.video_in li {
    width: 48.2%;
}
.links {
    margin-top: 60px;
}
.links li a {
    font-size: 24px;
    font-weight: 700;
    color: #05367A;
    position: relative;
    padding-left: 30px;
}
.links li a:before {
    position: absolute;
    content: '';
    background: url(../images/arw_right.png) no-repeat;
    width: 17px;
    height: 20px;
    background-position: center !important;
    background-size: contain !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.links li a:hover{
    margin-left: 7px;
    letter-spacing: .5px;
}
.links ul {
    gap: 16px 0;
}
.video_in li figure img {
    border-radius: 30px;
    box-shadow: 0px 11px 14px 0px #DEE7F3;
}

.certificate_in,
.links{
    max-width: 900px;
}
.certificate_in li figure img {
    border-radius: 30px;
    border: 1px solid #ddd;
}


.video_in li iframe {
    background: #fff;
    box-shadow: 0px 11px 14px 0px #DEE7F3;
    padding: 10px;
    border-radius: 18px;
    width: 100%;
    height: 400px;
}
.video_in li h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}
.sign_in label.control-label {
    display: none !important;
}
.about_img img {
	opacity: .7;
}

/*POPUP*/
.mdl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  
  .popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    padding-right: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 90vh;
}
  
.close_popup {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    font-size: 23px;
    background: #0169ee;
    color: #fff;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.close_popup:hover{
    background: #0655b9;
}
.popup_content .popup_content_in figure {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.popup_content_in {
    text-align: left;
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
}
.popup_content .popup_content_in p {
    margin-bottom: 8px;
}
.popup_content_in h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.popup_content_in h3 span {
    color: #05367a;
    font-weight: 600;
}
.popup_content_in h3 {
    color: #0169ee;
    font-size: 16px;
    margin-bottom: 4px;
}

.study_matr li span {
    color: #0169ee;
    font-weight: 600;
    width: 130px;
    display: inline-block;
    position: relative;
}
.study_matr ul {
    display: block;
}
.study_matr li {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
    width: 100% !important;
}
.study_matr li span:before {
    position: absolute;
    content: ':';
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mdl .popup_content .popup_content_in h4 {
    color: #0169ee;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    height: inherit;
}
.study_matr.pro_struc li,
.dashbrd li {
    position: relative;
    padding-left: 18px !important;
}
.popup_content_in .dashbrd li {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    background: inherit;
}
.study_matr.pro_struc li:before,
.dashbrd li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #0169ee;
    transform: rotate(45deg);
    top: 6px;
    left: 2px;
    right: inherit;
    margin: 0;
}
.study_matr.pro_struc li:last-child:before{
    display: block;
}
.dashbrd ul {
    margin-left: 30px;
}
.popup_content_in .dashbrd figure {
    margin: 20px 0;
}
.popup_content_in li:last-child {
    margin-bottom: 0;
}
img.dash_pdf {
    border-radius: 14px;
    box-shadow: 0 11px 14px 0 #dee7f3;
    border: 1px solid #ddd;
    max-width: 800px;
    margin: 15px auto 0;
    display: table;
}

h3.dash_title {
    color: #05367a;
    font-weight: 600;
    font-size: 22px;
    margin: 25px 0 15px;
    text-align: center;
}
.open_new_popup{
    cursor: pointer;
}
.study_matr.pro_struc ul {
    padding: 0;
    margin-bottom: 25px;
}
.study_matr.pro_struc ul:before{
    display: none;
}
/*RESPONSIVE*/
@media only screen and (max-width:1500px){
    .container {
        max-width: 1150px;
    }
    header.main_head {
        height: 60px;
        border-top: 5px solid #11319E;
    }
    a.logo img {
        max-width: 250px;
    }
    nav.nav_bar li a {
        font-size: 15px;
        padding: 2px 7px;
        border-radius: 5px;
    }
    nav.nav_bar ul {
        gap: 28px;
    }
    .banner_content h1, 
    .banner_content h2 {
        font-size: 48px;
    }
    .banner_content:before {
        right: -75px;
        bottom: -55px;
    }
    .sign_in_title h3 {
        font-size: 32px;
    }
    .sign_in_title p {
        font-size: 14px;
    }
    .sign_in input {
        height: 45px;
        border-radius: 10px;
        padding: 0 15px;
        font-size: 15px;
        margin-bottom: 18px;
    }
    .bttn {
        width: 140px;
        height: 42px;
        border-radius: 10px;
        font-size: 14px;
    }
    .sign_in {
        max-width: 330px;
        border-radius: 15px;
        padding: 25px 30px 36px;
    }
    .sign_in_title {
        margin-bottom: 14px;
    }
    .banner {
        height: 425px;
    }
    .cmn_sec {
        padding: 50px 0;
    }
    h2.heading {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .cmn_sec p {
        font-size: 15px;
        line-height: 22px;
    }
    .about_content p {
        margin-bottom: 15px;
    }
    .about_img img {
        max-width: 430px;
        border-radius: 18px;
    }
    .about_content {
        padding-right: 15px;
    }
    .blue_in li figure {
        width: 75px;
        height: 75px;    
    }
    .blue_in li figure img {
        width: 38px;
    }
    .blue_in li h5 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    section.blue_bg {
        padding: 40px 0;
    }
    .blue_in ul {
        gap: 40px 0;
    }
    .pro_head,
    .pro_in {
        max-width: 825px;
    }
    .pro_in {
        margin-top: 20px;
    }
    .white_box h3 {
        font-size: 20px;
    }
    .white_box {
        max-width: 300px;
        height: 62px;
        border-radius: 14px;
    }
    .pro_single li h4 {
        font-size: 16px;
    }
    .pro_single ul li {
        gap: 6px;
        padding: 0 30px;
    }
    .pro_single ul figure {
        width: 28px;
        height: 28px;
    }
    .pro_single ul figure img {
        width: 17px;
    }
    .pro_single ul li:before {
        width: 4px;
        height: 16px;
        right: -2px;
    }
    .pro_single ul:before {
        width: 11px;
        height: 36px;
        top: 9px;
    }
    .pro_single ul {
        padding-top: 50px;
    }
    .outline h2.heading, 
    .certificate_in h2.heading, 
    .video_in h2.heading {
        margin-bottom: 16px;
    }
    .outline_in li h4 {
        font-size: 20px;
        height: 45px;
        margin-bottom: 10px;
    }
    .outline_in li {
        padding: 25px 15px;
        border-radius: 20px;
    }
    .outline_in li .bttn {
        width: 110px;
        height: 36px;
        font-size: 12px;
        bottom: 25px;
    }
    .outline_in li p {
        margin-bottom: 55px;
    }
    .outline_in ul {
        gap: 20px;
    }

    .video_in li figure img,
    .certificate_in li figure, 
    .certificate_in li figure img {
        border-radius: 16px;
    }
    .certificate_in li figure {
        padding: 8px;
    }
    .links li a {
        font-size: 15px;
        padding-left: 16px;
    }
    .links li a:before {
        width: 11px;
        height: 13px;
    }
    .links li a:hover {
        margin-left: 1px;
    }
    .links {
        margin-top: 40px;
    }
    .links ul {
        gap: 12px 0;
    }
    .certificate_in li, 
    .links li, 
    .video_in li {
        width: 48.3%;
    }
    
    .certificate_in,
    .links{
        max-width: 520px;
    }
    .video_in li iframe {
        height: 254px;
    }
    .video_in li h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    .video_in {
        max-width: 900px;
    }
}

@media only screen and (max-width:1199px){
    nav.nav_bar ul {
        gap: 20px;
    }
    .banner_content h1, .banner_content h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width:992px){
    nav.nav_bar li a {
        font-size: 13px;
        padding: 1px 4px;
    }
    nav.nav_bar ul {
        gap: 10px;
    }
    a.logo img {
        max-width: 210px;
    }
    header.main_head {
        height: 54px;
        border-top: 3px solid #11319E;
    }
    .sign_in {
        max-width: 250px;
        padding: 20px 20px 25px;
    }
    .sign_in input {
        height: 40px;
        border-radius: 10px;
        font-size: 14px;
        margin-bottom: 14px;
    }
    .bttn {
        width: 120px;
        height: 38px;
        border-radius: 8px;
        font-size: 13px;
    }
    .banner {
        height: 345px;
    }
    .sign_in_title h3 {
        font-size: 27px;
    }
    .sign_in_title {
        margin-bottom: 10px;
    }
    .banner_content {
        width: 60%;
    }
    .banner_content h2 {
        margin-left: 1em;
    }
    h2.heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .cmn_sec p {
        font-size: 14px;
        line-height: 20px;
    }
    .about_content p {
        margin-bottom: 10px;
    }
    .blue_in li figure {
        width: 60px;
        height: 60px;
    }
    .blue_in li figure img {
        width: 30px;
    }
    .blue_in li h5 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 6px;
    }
    .pro_single ul figure {
        width: 24px;
        height: 24px;
    }
    .pro_single ul figure img {
        width: 14px;
    }
    .pro_single li h4 {
        font-size: 15px;
    }
    .outline_in li h4 {
        font-size: 18px;
        height: 40px;
        margin-bottom: 8px;
    }
    .outline_in li {
        padding: 20px 12px;
        border-radius: 20px;
    }
}

@media only screen and (max-width:767px){
    .main_head {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9;
    }
    .sticky_hdr .main_head{
        box-shadow: 0px 0px 8px 0px #787777;
    }
    .tgl {
        display: block;
        width: 38px;
        height: 26px;
        line-height: 26px;
        background: #0169EE;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    nav.nav_bar {
        background: #0169ee;
        width: 300px;
        height: 100vh;
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 11;
    }
    nav.nav_bar.open {
        right: 0;
    }
    nav.nav_bar ul {
        display: block;
        padding-top: 80px;
    }
    nav.nav_bar li a {
        display: block;
        border-radius: 0;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 20px;
        color: #fff;
    }
    nav.nav_bar li.active a,
    nav.nav_bar li a:hover{
        background: #05367a;
        color: #fff;
    }
    .close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #05367a;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
    }


    .cmn_sec {
        padding: 30px 0;
    }
    h2.heading {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .about_img img {
        max-width: 350px;
        border-radius: 14px;
        float: none;
        margin: 15px auto 0;
        display: block;
    }
    .blue_in li {
        width: 30%;
    }
    .blue_in ul {
        gap: 28px 0;
    }
    .white_box {
        max-width: 200px;
        height: 52px;
        border-radius: 10px;
    }
    .white_box h3 {
        font-size: 16px;
    }
    .pro_single ul li {
        gap: 3px;
        padding: 0 8px;
    }
    .pro_single li h4 {
        font-size: 13px;
    }
    .pro_single ul figure {
        width: 22px;
        height: 22px;
    }
    .pro_single ul figure img {
        width: 13px;
    }
    .pro_single ul {
        padding-top: 40px;
    }
    .pro_single ul:before {
        width: 8px;
        height: 26px;
    }
    .outline_in ul {
        gap: 18px;
        flex-wrap: wrap;
    }
    .outline_in li {
        border-radius: 16px;
        width: 48%;
    }
    .links li a {
        font-size: 14px;
        padding-left: 15px;
    }
    .links li a:before {
        width: 9px;
        height: 10px;
    }
    .links ul {
        gap: 8px 0;
    }
    /* a.foot_logo img {
        max-width: 130px;
    }
    ul.foot_nav {
        gap: 18px;
        margin-top: 12px;
    }
    .foot_nav li a {
        font-size: 12px;
    }
    .social a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    p.copy_right {
        font-size: 10px;
    }
    footer.main_foot {
        padding: 24px 0 12px;
    } */
    .links {
        margin-top: 30px;
    }
    .sign_in {
        max-width: 200px;
        padding: 15px 15px 21px;
    }
    .banner_content h1, 
    .banner_content h2 {
        font-size: 30px;
    }
    .banner_content h2 {
        margin-left: 0;
    }
    .banner {
        height: 300px;
        margin-top: 54px;
    }
}

@media only screen and (max-width:520px){
    .study_matr li span {
        width: 118px;
    }
    .study_matr li {
        font-size: 14px;
    }
    .popup_content_in h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    h3.dash_title {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .mdl .popup_content .popup_content_in h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .dashbrd ul {
        margin-left: 20px;
    }
    .popup_content {
        padding: 18px;
    }
    .study_matr li {
        margin-bottom: 10px;
        
    }
    .banner_in {
        display: block;
        text-align: center;
    }
    .banner_content {
        width: 100%;
        padding: 15px 0;
    }
    .banner_content h1, 
    .banner_content h2 {
        font-size: 24px;
    }
    .banner_content h2 span {
        display: inline;
        margin-left: 0;
    }
    .banner_content:before {
        right: 0;
        bottom: -15px;
        opacity: .8;
    }
    .banner {
        height: auto;
        padding-bottom: 20px;
        margin-top: 48px;
        background-position: center !important;
    }
    .sign_in {
        max-width: 220px;
        margin: auto;
    }
    .sign_in_title h3 {
        font-size: 24px;
    }
    .sign_in_title p {
        font-size: 13px;
    }
    .sign_in input {
        height: 38px;
        border-radius: 8px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .bttn {
        width: 100px;
        height: 34px;
        font-size: 12px;
    }
    nav.nav_bar {
        width: 100%;
    }
    nav.nav_bar li a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
    }
    h2.heading {
        font-size: 24px;
    }
    .cmn_sec p {
        font-size: 13px;
    }
    h2.heading,
    .about_content p {
        text-align: center;
    }
    .blue_in li {
        width: 50%;
    }
    .pro_single {
        width: 100%;
    }
    .pro_in{
        display: block;
    }
    .pro_single:last-child{
        margin-top: 25px;
    }
    .pro_single ul li {
        gap: 4px;
        padding: 0 21px;
    }
    .outline_in li {
        border-radius: 12px;
        width: 100%;
    }
    .outline_in li .bttn {
        width: 90px;
        height: 30px;
        font-size: 10px;
        position: static;
    }
    .outline_in li p {
        margin-bottom: 15px;
    }
    .outline_in li h4 br {
        display: none;
    }
    .certificate_in ul,
    .links ul, 
    .video_in ul {
        display: block;
    }
    .video_in li figure img, 
    .certificate_in li figure, 
    .certificate_in li figure img {
        border-radius: 16px;
    }
    .certificate_in li, 
    .video_in li,
    .links li {
        width: 100%;
        margin-bottom: 18px;
    }
    .links li {
        margin-bottom: 8px;
    }
    a.foot_logo img {
        max-width: 120px;
    }
    ul.foot_nav {
        gap: 4px 24px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .tgl {
        width: 36px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    a.logo img {
        max-width: 195px;
    }
    header.main_head {
        height: 48px;
    }
    .outline_in li h4 {
        height: auto;
    }
    .outline h2.heading, 
    .certificate_in h2.heading, 
    .video_in h2.heading {
        margin-bottom: 12px;
    }
}