body{
    font-family: var(--font_regular);  
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
}   

.container{
    width:100%;
    float: left;
}

.container .head_bar_con{
    width:100%;
    float: left;
    background: #4762b1;
    
}

.container .head_bar_con .head_bar_center{
    width:1300px;
    margin:0 auto;
}

.container .head_bar_con .head_bar_center .head_bar{
    width:100%;
    float: left;
    position: relative;   
}

.head_bar .info_f{
    float: left;
}

.head_bar .info_f ul li{
    float: left;
    padding:15px;
    color: white;
}

.head_bar .info_f ul li .image{
    float: left;
    padding-right: 5px;
}

.head_bar .info_f ul li .txt{
    float: left;
}

.head_bar .info_f ul li .txt a{
    color:var(--white);
}

.head_bar .social_icon{
    float: right;
    padding: 10px;
}

.head_bar .social_icon .tp-footer-bottom-social a {
    background-color: #edeff2;
    border-radius: 50%;
    color: var(--tp-text-body);
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
    text-align: center;
    width: 36px;
}

.head_bar .social_icon .tp-footer-bottom-social a:hover i{
    color: var(--white);
}

.head_bar .social_icon .tp-footer-bottom-social a:nth-child(1):hover{
    background-color:#507cbe;
}

.head_bar .social_icon .tp-footer-bottom-social a:nth-child(2):hover{
    background-color:#e4405f;
}

.head_bar .social_icon .tp-footer-bottom-social a:nth-child(3):hover{
    background-color:#c4302b;
}

.head_bar .social_icon .tp-footer-bottom-social a:nth-child(4):hover{
    background-color:#25d366;
}

.container .header_con{
    width:100%;
    float: left;
    
}

.container .header_con .header_center{
    width:1300px;
    margin:0 auto;
}

.container .header_con .header_center .header{
    width:100%;
    float: left;
    position: relative;
   
}

.container .header_con .header_center .header .logo_search{
    width:100%;
    float: left;
}

.header .logo_search .logo{
    width:30%;
    float: left;
}

.header .logo_search .logo img{
    width: 100%;
    float: left;
    padding: 19px 10px;
    box-sizing: border-box;
}

.header .logo_search .search{
    width:30%;
    float: left;
    padding: 25px 10px;
    box-sizing: border-box;
}

.header .logo_search .search .s_bar{
    width:100%;
    float: left;
    display: flex;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.header .logo_search .search .s_bar .search_box{
    width:100%;
    float: left;
}

.header .logo_search .search .s_bar .search_box input{
    display: block;
    width: 100%;
    min-height: 50px;
    height: 50px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #777;
    border-radius: 0;
    background-color: transparent;
    border: none;
    letter-spacing: 0.6px;
    outline: none;
    box-sizing: border-box;
}

.header .logo_search .search .s_bar .button{
    float: left;
}

.header .logo_search .search .s_bar .button button{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px; 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0;
    height: 50px;
    border:none;
    background: none;
    cursor: pointer;
}

.header .logo_search .search .s_bar .button button i{
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #4b5966;
}

.header .logo_search .login{
    width:40%;
    float: left;
    padding: 25px 10px;
    box-sizing: border-box;
}

.header .logo_search .login .login_b{
    float: left;
    display: flex;
    float: right;
    cursor: pointer;
}

.header .logo_search .login .login_b .image{
    float: left;
    padding: 12px 10px;
}

.header .logo_search .login .login_b .image i{
    color: var(--button_background);
}

.header .logo_search .login .login_b .name{
    float: left;
    padding: 12px 10px;
}

.header .logo_search .login .login_b:hover i{
    color: var(--button_hover);
}

.header .logo_search .login .login_b:hover .name{
    color: var(--button_hover);
}

.header .logo_search .enroll_n{
    width:15%;
    float: right;
    padding: 30px 10px;
    box-sizing: border-box;
}

.header .logo_search .enroll_n a{
    background-color: var(--tp-theme-secondary);
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgba(20, 56, 181, .25), 0 0 1px 0 #1438b5;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 24px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}


/* Menu Css Starts */
.menu_con{
    min-width: 100%;
    float: left;
    background: var(--primary_color);
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
}

.menu_con .menu_center{
    width: 1300px;
    margin: 0 auto;
}

.menu_con .menu_center .menu{
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.menu_con .menu_center .menu .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    left: 0;
    top: 200px;
    display: none;
    
}

.menu_con .menu_center .menu .menu_bar{
    float: right;
    margin: 17px 25px;
    border:1px solid #fff;
    display: none;
    border-radius: 5px;
}

.menu_con .menu_center .menu .menu_bar i{
        font-size: 25px;
        color:white;
        padding: 5px 10px;
    }

.menu_con .menu_center .menu .menu_s{
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.menu .menu_s > ul{
    float: left;
}
.menu .menu_s > ul > li{
    float: left;
}

.menu .menu_s > ul > li > a{
    /* color:#747579; */
    color: var(--white);
    padding: 15px;
    display: block;
    font-family: var(--font_medium);
    font-size: 16px;
    box-sizing: border-box;
}

.menu .menu_s > ul > li > a i{
    color: var(--white);
    padding: 5px;
}

.menu .menu_s > ul > li:hover > a{
    background: var(--white);
    color: var(--primary_color);
}


.menu .menu_s > ul > li > .cate_sub_one{
    width: 300px;
    max-height: 500px;
    /* min-height: 400px; */
    background: white;
    box-shadow: 3px 2px 7px rgba(51,51,51,0.1);
    position: absolute;
    display: none;
    z-index: 5;
    top:102%;
}

.menu .menu_s > ul > li > .cate_sub_one > ul{
    padding: 5px;
}

.menu .menu_s > ul > li > .cate_sub_one > ul > li{
    padding: 5px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebec;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "rubik_regular";
    text-transform: uppercase;
    cursor: pointer;
}

.menu .menu_s > ul > li > .cate_sub_one > ul > li > a{
    color: black;
}

.menu .menu_s > ul > li > .cate_sub_one > ul > li:last-child{
    border-bottom:0;
}



.menu .menu_s > ul > li > .cate_sub{
    width: 300px;
    max-height: 550px;
    min-height: 550px;
    background: white;
    box-shadow: 3px 2px 7px rgba(51, 51, 51, 0.1);
    position: absolute;
    display: none;
    z-index: 5;
    top: 102%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}

.menu .menu_s > ul > li > .cate_sub > ul{
    padding: 5px;
}

.menu .menu_s > ul > li > .cate_sub > ul > li{
    padding: 5px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebec;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: var(--font_regular);
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
}

.menu .menu_s > ul > li > .cate_sub > ul > li:hover{
    background: var(--primary_color);
    color:var(--white);
}

.menu .menu_s > ul > li > .cate_sub > ul > li:last-child{
    border-bottom:0;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate{
    width: 800px;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    height: 100%;
    /* background: rgba(35,47,62,0.1); */
    background: #ffffff;
    position: absolute;
    border:1px solid rgba(0,0,0,0.1); 
    border-left: none;
    /* display: none; */
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level{
    width: 100%;
    float: left;
    overflow-x: auto;
    max-height: 550px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level::-webkit-scrollbar {
    width: 6px;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head{
    width: 45%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head{
    width: 100%;
    float: left;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head a{
    color: #ed7117;
    font-family: var(--font_medium);
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head_list{
    width: 100%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head_list > ul .head_sub{
    width: 100%;
    float: left;
    color:var(--black);
    font-family: var(--font_medium);
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head_list > ul > li a{
    color:var(--primary_color);
    font-size: 14px;
}


.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .sub_level .course_head .head_list > ul > li a:hover{
    color:var(--black);
}


.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .course_img{
    position: absolute;
    left: 77%;
    bottom: -12px;
}

.menu .menu_s > ul > li > .cate_sub > ul > li > .sub_cate .course_img img{
    height: 366px;
}
/* Menu Css Ends */

/* Slider css Starts */

.container .slider_con{
    width:100%;
    float: left;
    
}

.container .slider_con .slider_center{
    width:100%;
    margin:0 auto;
}

.container .slider_con .slider_center .slider{
    width:100%;
    float: left;
    position: relative; 
    /* padding: 20px 0px 0px 0px;  */
}

.section_first_con .section_first_center .section_first{
    width: 100%;
    float: left;
}
    .section_first .prev{
    position: absolute;
    padding: 10px 20px;
    font-family: cursive;
    top: 45%;
    cursor: pointer;
    left: 0;
    background: rgba(51,51,51,0.4);
    color: white;
    z-index: 10;
    opacity: 0;
}

.section_first{
    position: relative;
    width:100%;
    float: left;
}
.section_first > ul{
    width:100%;
    float: left;
}

.section_first > ul > li{
    width:100%;
    float: left;
}

.section_first > ul > li .images{
    width:100%;
    float: left;
}

.section_first > ul > li .images img{
    width:100%;
    display: block;
}

.section_first .next{
    
    position: absolute;
    padding: 10px 20px;
    font-family: cursive;
    top: 45%;
    cursor: pointer;
    right: 0;
    background: rgba(51,51,51,0.4);
    color: white;
     opacity: 0;
}

.section_first .kmh_dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.section_first .kmh_dots > ul {
    display: flex;
    justify-content: center;
}

.section_first .kmh_dots > ul > li {
    width: 10px;
    height: 10px;
    background: #b58e8e;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 5px;
}

.section_first .kmh_dots > ul > li.active_dots {
    background: #442323;
    box-shadow: 3px 2px 7px rgb(51 51 51 / 20%);
}



.slider .sl_left{
    width:40%;
    float: left; 
    position: relative;
    margin-top: 120px;
}

.slider .sl_left .tp-hero-6-bg{
    background-color: #ffd25d;
    border-radius: 67% 33% 35% 65% / 37% 35% 65% 63%;
    height: 509px;
    margin-bottom: 24px;
    margin-right: 25px;
    width: 500px; 
}

.tp-hero-6-shape .shape-1 {
    animation: hero-dot-2 4s linear 0s infinite alternate;
    left: -15px;
    position: absolute;
    top: -35px;
}

.tp-hero-6-shape .shape-2 {
    bottom: 30%;
    position: absolute;
    right: -85px;
}

.tp-hero-6-shape .shape-3 {
    left: -12px;
    position: absolute;
    top: 125px;
}

.tp-hero-6-user {
    animation: tpupdown 1s infinite alternate;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 8px;
    bottom: 100px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);    
    padding: 18px 33px;
    position: absolute;
    z-index: 1;
}

.tp-hero-6-user span {
    color: #031f42;
    font-family: var(--font_regular);
    font-size: 18px;
    font-weight: 700;
}

.d-flex {
    display: flex;
    align-items: center;
}

.tp-hero-6-user-thumb {
    margin-left: 20px;
}

.tp-hero-6-user-thumb img {
    border: 3px solid #fef2ed;
    border-radius: 50%;
    margin-left: -18px;
    width: 34px;
}

.tp-hero-6-thumb {
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.tp-hero-6-thumb img{
    display: block;
}

.slider .sl_right{
    width:60%;
    float: left; 
    position: relative;
    margin-top: 120px;
    padding-left: 165px;
    box-sizing: border-box;
}

.sub-title {
    display: block;
    font-size: 22px;
    line-height: 22px;
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.h1-title {
    font-size: 70px;
    line-height: 90px;
    font-weight: 700;
    color: #19254b;
    margin-bottom: 14px;
}

.banner-description-text {
    max-width: 415px;
}

.banner-description-text p {
    font-size: 18px;
    line-height: 28px;
}

.course_btn{
    margin-top: 30px;
    margin-right: 30px;;
}

.course_btn .tp-btn-inner {
    background-color:var(--tp-theme-secondary);
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 28px;
    display: block;
    float: left;
    color: white;
    margin-right: 10px;
}

.course_btn .tp-btn-inner span {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(0px);
}

.tp-hero-2-shape-2 {
    animation: hero-dot-1 5s linear 0s infinite alternate;
    right: 110px;
    position: absolute;
    z-index: -1;
}

.tp-hero-2-shape-3 {
    animation: hero-dot-2 4s linear 0s infinite alternate;
    bottom: 0;
    right: 130px;
    position: absolute;
    z-index: -1;
}

/* Slider css Ends */

/* Label css Starts */

.container .label_con{
    width:100%;
    float: left;  
    background-color:var(--tp-theme-secondary);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;  
}

.container .label_con .label_center{
    width:1300px;
    margin:0 auto;
}

.container .label_con .label_center .label{
    width:100%;
    float: left;
    position: relative;   
}

.label .fact{
    width:100%;
    float: left;
}

.label .fact ul{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
}

.label .fact ul li{
    flex: 0 0 auto;
    width: 25%;
}

.label .fact ul li .fact_con{
    display: flex;
    align-items: center;
}

.label .fact ul li .fact_con .img{
    flex: 0 0 auto;
    margin-right: 25px;
}

.label .fact ul li .fact_con .txt{
    flex: 0 0 auto;
}

.label .fact ul li .fact_con .txt .txt_one{
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.label .fact ul li .fact_con .txt .txt_two{
    color: hsla(0, 0%, 100%, .8);
    font-size: 15px;
}

.container .about_in_con{
    width:100%;
    float: left;  
}

.container .about_in_con .about_in_center{
    width:1300px;
    margin:0 auto;
}

.container .about_in_con .about_in_center .about_in{
    width:100%;
    float: left;
    margin: 20px 0px;
}

.about_in .about_image{
    width:50%;
    float: left;
    position: relative;   
}

.about_in .about_image .image{
    width:100%;
    float: left;
    margin-top: 80px;
}

.about_in .about_image .image .img_one{
    width:100%;
    float: left;
}

.about_in .about_image .image .img_one img{
    width:95%;
}

.about_in .about_image .image .img_two{
    position: absolute;    
    right: 0px;
    bottom: 0px;
}

.about_in .about_image .image .img_two img{
    width:100%;
}

.about_in .about_image .image .img_three{    
    backdrop-filter: blur(10px);
    background: hsla(45, 31%, 95%, .6);
    border: 1px solid rgba(1, 15, 28, .1);
    border-radius: 6px;
    bottom: 224px;
    display: flex;
    padding: 20px;
    position: absolute;
    right: 58px;
    animation: tpupdown 1s infinite alternate;
}

.about_in .about_image .image .img_three .years{
    color: var(--tp-theme-secondary);
    font-size: 115px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -18px;
    line-height: .74;
}

.about_in .about_image .image .img_three .ye_con{
    padding-left: 43px;
    position: relative;
}

.about_in .about_content{
    width:50%;
    float: left;
    position: relative; 
    padding: 30px;
    box-sizing: border-box;
    margin-top: 85px;  
}

.about_in .about_content .about_title{
    width:100%;
    float: left;
}

.about_in .about_content .about_title{
    width:100%;
    float: left;
    color: var(--tp-theme-secondary);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.about_in .about_content .about_head{
    width:100%;
    float: left;
    font-size: 60px;
    letter-spacing: -.6px;
    line-height: 1.07;
}

.about_in .about_content .about_head span{
    color:  var(--tp-theme-secondary);
    display: inline-block;
    position: relative;
}

.about_in .about_content .about_head span svg{
    bottom: -10px;
    color: #161613;
    left: 37px;
    position: absolute;
}
 
.about_in .about_content .cont{
    width:100%;
    float: left;
    margin: 30px 0;
}

.about_in .about_content .cont p{
    padding-left: 22px;
    position: relative;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: var(--font_regular);
}

.about_in .about_content .cont p:before {
    background-color: var(--tp-theme-secondary);
    content: "";
    height: calc(100% - 14px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}



/* Label Css Ends */


.container .inst_banner_con{
    width:100%;
    float: left;  
}

.container .inst_banner_con .inst_banner_center{
    width:1300px;
    margin:0 auto;
}

.container .inst_banner_con .inst_banner_center .inst_banner{
    width:100%;
    float: left;
    margin: 20px 0px;
}

.inst_banner .inst{
    width:100%;
    float: left;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    padding: 50px;
    background-color: var(--primary_color);
    background-image: url("../images/label/send_img.png");
    background-position: 58% 50%;
    background-repeat: no-repeat;
    background-size: 20% auto;
    box-sizing: border-box;
}

.inst_banner .inst .column_one{
    width: 100%;;
}

.inst_banner .inst .column_one .head_one{
    display: flex;
    width: 100%;
    color: white;
    font-family: var(--font_medium);
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.inst_banner .inst .column_one .head_one .image{
    padding: 5px;
}

.inst_banner .inst .column_one .head_one .img_txt{
    padding: 5px;
}

.inst_banner .inst .column_one .head_two{
    display: flex;
    width: 70%;
    color: white;
    font-family: var(--font_bold);
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 45px;
}

.inst_banner .inst .column_one .head_two p{
    font-family: var(--font_regular);
    font-size: 35px;
    color: white;
}

.inst_banner .inst .column_two{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.inst_banner .inst .column_two .joinbox{
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inst_banner .inst .column_two .joinbox a{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: var(--white);
    font-family: var(--font_regular);
}

.inst_banner .inst .column_two .joinbox a i{
    padding-left: 10px;
}


.container .get_start_con{
    width:100%;
    float: left;  
}

.container .get_start_con .get_start_center{
    width:1300px;
    margin:0 auto;
}

.container .get_start_con .get_start_center .get_start{
    width:100%;
    float: left;
    margin: 20px 0px;
}

.get_start .get_s{
    position: relative;
    display: grid;
    z-index: 20;
    border-radius: 10px;
    background: var(--primary_color);
    grid-template-columns: 0.7fr 1fr;
    gap: 56px;    
}

.get_start .get_s .img_01{
    position: absolute;
    left: 430px;
    top: 70px;
}

.get_start .get_s .img_02{
    position: absolute;
    left:40px;
    top: 45px;
}

.get_start .get_s .img_03{
    position: absolute;
    bottom:0px;
    right: 0px;
}

.get_start .get_s .column_one{
    position: relative;
}

.get_start .get_s .column_one img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.get_start .get_s .column_two{
    padding:100px 0px;
    width:100%;
    float: left;
}

.get_start .get_s .column_two .content{
    max-width: 530px;
}

.get_start .get_s .column_two .content .con{
    width:100%;
    float: left;
}

.get_start .get_s .column_two .content .con .now_l{
    width:100%;
    float: left;
    margin-bottom: 20px;
    color: rgba(255,205,32,1);
    text-transform: uppercase;
}

.get_start .get_s .column_two .content .con .now_p{
    width:100%;
    float: left;
    color: var(--white);
    font-family: var(--font_medium);
    font-size: 36px;
    line-height: 40px;
}

.get_start .get_s .column_two .content .con .now_p_sub{
    width:100%;
    float: left;
}

.get_start .get_s .column_two .content .con .now_p_sub p{
    margin: 20px 0;
    color: var(--white);
    font-family: var(--font_regular);
    font-size: 16px;
    line-height: 28px;
}

.get_start .get_s .column_two .content .con .joinbox{
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.get_start .get_s .column_two .content .con .joinbox a{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: var(--white);
    font-family: var(--font_regular);
}

.get_start .get_s .column_two .content .con .joinbox a i{
    padding: 0 5px;
}

/* course css Starts */

.container .course_t_con{
    width:100%;
    float: left;  
}

.container .course_t_con .course_t_center{
    width:1300px;
    margin:0 auto;
}

.container .course_t_con .course_t_center .course_t{
    width:100%;
    float: left;
    margin: 20px 0px;    
}

.course_t .course_heads{
    width:100%;
    float: left;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
    align-items: end;
    margin-bottom: 50px;
}

.course_t .course_heads .pop_course{
    width:50%;
    float: left;
    flex: 0 0 auto;
}

.course_t .course_heads .pop_course .pop_title{
    color: var(--tp-theme-secondary);
    font-size: 18px;
    font-weight: 400;
}

.course_t .course_heads .pop_course .pop_head{
    color: #031f42;
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.course_t .course_heads .pop_course .pop_head span{
    color: var(--tp-theme-secondary);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.course_t .course_heads .pop_course .pop_head span img{
    top: 145%;
    left: 20px;
    position: absolute;
}

.course_t .course_heads .pop_cate{
    width:50%;
    float: left;
    flex: 0 0 auto;
}

.course_t .course_heads .pop_cate .cate_list{
    width:100%;
    float: left;    
}

.course_t .course_heads .pop_cate .cate_list ul{
    /* width:100%; */
    float: right; 
    display: flex;   
}

.course_t .course_heads .pop_cate .cate_list ul li{
    width:100%;
    float: left; 
    color: #a0a2a4;
    font-size: 20px;
    line-height: 20px;
    margin: 0 6px;
    padding: 11px 10px;
    position: relative;  
    cursor: pointer; 
}

.course_t .course_heads .pop_cate .cate_list ul li.tactive{
    color: #031f42;  
}

.course_t .course_heads .pop_cate .cate_list ul li span{
    bottom: -7px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: scale(0);
}

.course_t .course_heads .pop_cate .cate_list ul li.tactive span {
    opacity: 1;
    transform: scale(1);
}

.course_t .course_list{
    width:100%;
    float: left;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
    align-items: end;
}

.course_t .course_list ul{
    display: flex;
    flex-wrap: wrap;
    
}

.course_t .course_list ul li{
    width: 33.3333333%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.course_t .course_list ul li .list_con{
    background-color: #fff;
    border: 1px solid rgba(3, 31, 66, .08);
    border-radius: 20px;
    padding: 15px 15px 23px;
    transition: translateY .3s ease-out 0s;
    float: left;
    position: relative;
    overflow: hidden;
}

.course_t .course_list ul li .list_con .image{
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}

.course_t .course_list ul li .list_con .image img{
   /*  width: 100%; */
   height: 254px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}

.course_t .course_list ul li .list_con:hover .image img{
    transform: scale(1.2);
}

.course_t .course_list ul li .list_con .img_cont{
    width: 100%;
    float: left;
}

.course_t .course_list ul li .list_con .img_cont .depart{
    width: 100%;
    float: left;   
}


.course_t .course_list ul li .list_con .img_cont .depart span{
    background: rgba(23, 162, 184, .08);
    border-radius: 10px;
    color:var(--primary_color);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    font-family: var(--font_medium);
}

.course_t .course_list ul li .list_con .img_cont .depart span img {
    padding: 10px;    
}

.course_t .course_list ul li .list_con .img_cont .depart span .cor {
    padding: 12px 5px;
   
}

.course_t .course_list ul li .list_con .img_cont .head{
    width: 100%;
    float: left;   
}

.course_t .course_list ul li .list_con .img_cont .head{
    border-bottom: 1px solid rgba(3, 31, 66, .08);
    color: #031f42;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin: 17px 0px;
    padding-bottom: 7px;
}

.course_t .course_list ul li .list_con .img_cont  .para{
    width: 100%;
    float: left;  
    height: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.course_t .course_list ul li .list_con .img_cont  .para p{
    position: relative;
    text-align: justify; 
}


.course_t .course_list ul li .list_con .img_cont .course_btn{
    text-align: center;
    float: left;
    /* transform: translateY(10px); */
    transition: all .3s ease-out 0s;
    width: 100%;
}

.course_t .course_list ul li .list_con:hover .img_cont .course_btn {
    /* transform: translateY(-30px); */
}

.course_t .course_list ul li .list_con .img_cont .course_btn a{
    background-color: var(--tp-theme-secondary);
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
}








/* course css Ends */


/* About overview Starts */

.about_con{
    width: 100%;
    float: left;
}

.about_con .about_center{
    width: 1300px;
    margin: 0 auto;
}

.about_con .about_center .about_us{
    width: 100%;
    float: left;
}

.about_con .about_center .about_us .about_head{
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

.about_con .about_center .about_us .about_head .head{
    width: 100%;
    float: left;
    font-family: "Poppins_bold";
    font-size: 40px;
    padding: 10px 0px;
}

.about_con .about_center .about_us .about_head .line{
    position: absolute;
    width: 160px;
    height: 4px;
    background: #3a6494;
    top: 100%;
}


.about_con .about_center .about_us .image_para{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.about_con .about_center .about_us .image_para img{
    width: 55%;
    float: right;
    padding: 23px;
    border-radius: 50px;
}

.about_con .about_center .about_us .image_para p{
    padding: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
    font-size: 15px;
    font-family: "Poppins_regular";
}

/* About overview Ends */


/* Footer css Starts */
.container .footer_con{
    width:100%;
    float: left;  
    background-image: linear-gradient(90deg, #F7F0FF 0%, #E9F7F8 100%);
}

.container .footer_con .footer_center{
    width:1300px;
    margin:0 auto;
}

.container .footer_con .footer_center .footer{
    width:100%;
    float: left;
    margin: 20px 0px;
    
}

.responsive-map{
    overflow: hidden;
    
    position:relative;
    width:100% !important;
    
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100% ;
    width:100%;
    position:absolute;
    }

.footer .subs_con{
    width:100%;
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.footer .subs_p{
    width:50%;
    padding: 10px;
}

.footer .subs_p .para{
    width:100%;
    float: left;    
}

.footer .subs_p .para p{
    font-size: 50px;
    line-height: 72px;
    font-weight: 700;
    color: #19254b;
    margin-bottom: 14px;
}

.footer .subs_p .view{
    width:100%;
    float: left;    
}

.footer .subs_now{
    width:50%;
    padding: 10px;
    margin-top: 20px;
}

.footer .subs_now .sub_t{
    width:100%;
    padding: 10px;
    box-sizing: border-box;
    color: #19254b;   
    font-size: 25px;
    line-height: 26px;
    font-weight: 700; 
    font-family: var(--font_regular);
}

.footer .subs_now .sub_head{
    width:100%;
    padding: 10px;
    box-sizing: border-box;
    color: #19254b;   
    font-size: 15px;
    line-height: 26px;
    font-weight: 700; 
    font-family: var(--font_regular);
    text-align:justify;
}

.footer .subs_now .subs_form{
    width:100%;
    display: flex;
    border:1px solid #cccccc;
    background: white;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.footer .subs_now .subs_form .feild_one{
    width:70%;
}

.footer .subs_now .subs_form .feild_one input{
    line-height: 1;
    margin: 0;
    padding: 10px;
    border: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

.footer .subs_now .subs_form .feild_two{
    width:30%;
}

.footer .subs_now .subs_form .feild_two button{
    flex-wrap: nowrap;
    padding: 10px 20px 10px 25px;    
    border-radius: 0;
    color: inherit;   
    background: transparent;
    min-width: max-content;
    align-items: center;
    outline: none;
    border-width: 0;
    font-size: 16px;
    font-family: var(--font_regular);
    border-left: 1px solid rgba(204, 204, 204, 0.5);
}

.footer .footer_sec_two{
    width:100%;
    padding: 10px;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 50px 0px 50px 0px;
}

.footer .footer_sec_two .sect_two_con{
    width:50%;
    float: left;
}

.footer .footer_sec_two .logo{
    width: 100%;
    float: left;
}

.footer .footer_sec_two .logo img{
    width: 100%;
    float: left;
    padding: 19px 0px;
    box-sizing: border-box;
}

.footer .footer_sec_two .sub_head{
    width: 100%;
    float: left;
}

.footer .footer_sec_two .sub_head p{
    font-size: 16px;
    line-height: 26px;
   
    color: #19254b;
    margin-bottom: 14px;
    text-align: justify;
}


.head_bar .social_icon{
    float: right;
    padding: 10px;
}

.footer_sec_two .social_icon .tp-footer-bottom-social a {
    background-color: #f2b31d;
    border-radius: 50%;
    color: var(--tp-text-body);
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
    text-align: center;
    width: 36px;
}

.footer_sec_two .social_icon .tp-footer-bottom-social a:hover i{
    color: var(--white);
}

.footer_sec_two .social_icon .tp-footer-bottom-social a:nth-child(1):hover{
    background-color:#507cbe;
}

.footer_sec_two .social_icon .tp-footer-bottom-social a:nth-child(2):hover{
    background-color:#e4405f;
}

.footer_sec_two .social_icon .tp-footer-bottom-social a:nth-child(3):hover{
    background-color:#c4302b;
}

.footer_sec_two .social_icon .tp-footer-bottom-social a:nth-child(4):hover{
    background-color:#25d366;
}

.footer .footer_sec_two .sect_sitemap{
    width:70%;
    float: left;
    display: flex;
    justify-content:flex-start;
    padding: 20px;
    box-sizing: border-box;
}

.footer .footer_sec_two .sect_sitemap .site_se{
    width:50%;
    float: left;
}

.footer .footer_sec_two .sect_sitemap .site_se .head{
    width:100%;
    float: left;
    background: none;
    font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
    font-weight: 700;    
    text-transform: capitalize;
    margin: 0 0 clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    color: #000;
}

.footer .footer_sec_two .sect_sitemap .site_se .site_list{
    width:100%;
    float: left;
}

.footer .footer_sec_two .sect_sitemap .site_se .site_list ul li{
    width:100%;
    float: left;
}

.footer .footer_sec_two .sect_sitemap .site_se .site_list ul li a{
    width:100%;
    float: left;
    display: block;
    padding: 10px;
    color:#000;
}

.footer .footer_sec_two .sect_sitemap{
    width:70%;
    float: left;
    display: flex;
    justify-content:center;
    padding: 20px;
    box-sizing: border-box;
}

.footer .footer_sec_three{
    width:100%;
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px ;
    justify-content: space-between;
}

.footer .footer_sec_three .copy{
   float: left;
}

.footer .footer_sec_three .rights{
    float: right;
}

.footer .footer_sec_three .rights ul{
    display: flex;
    gap: 10px;
}

.footer .footer_sec_three .rights ul li a{
    padding: 10px;
}

/* Footer Css Ends */

.container .events_con{
    width:100%;
    float: left;  
}

.container .events_con .events_center{
    width:1300px;
    margin:0 auto;
}

.container .events_con .events_center .events{
    width:100%;
    float: left;
    margin: 20px 0px;    
}

.events .event_left{
    width:65%;
    float: left; 
}

.events .event_left .head{
    font-family: var(--font_bold);
    color: var(--black);
    font-weight: 600;
    line-height: 60px;
    font-size: 56px;
    width: 80%;
    margin-bottom: 20px;
}

.events .event_left .para{
    font-family: var(--font_regular);
    color: var(--black);
    line-height: 28px;
    margin-bottom: 20px;
    width: 80%;
}

.events .event_left .list{
    width:100%;
    float: left; 
    margin-bottom: 10px;
}

.events .event_left .list .list_box{
    width:100%;
    float: left; 
    display: flex;
    border: 1px solid #dee2e6;
    justify-content: space-between;
    border-radius: 10px;
    background: #F5F6F7;
    padding: 25px;
    box-sizing: border-box;
}

.events .event_left .list .list_box .datebox{
    width: 120px;
    border-right: 1px dashed #B2B6BF;
    float: left; 
}

.events .event_left .list .list_box .datebox h4{
    font-family: var(--font_regular);
    color: var(--black);
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
}

.events .event_left .list .list_box .datebox span{
    font-size: 16px;
    line-height: 150%; 
}

.events .event_left .list .list_box .commin_body ul{
    display: flex;
    gap:10px;
    margin-bottom: 10px;
    align-items: center;
}

.events .event_left .list .list_box .commin_body ul li{
    display: flex;
    gap:10px;
    align-items: center;
}

.events .event_left .list .list_box .commin_body ul li:nth-child(1) span{
    font-family: var(--font_regular);
    color: var(--black);
    line-height: 28px;
    display: block;
    font-size: 16px;
}

.events .event_left .list .list_box .commin_body > span{
    font-family: var(--font_regular);
    color: var(--black);
    font-weight: 500;
    line-height: 28px;
    display: block;
    font-size: 23px;
}

.events .event_left .list .list_box .joinbox{
    width: 195px;
    border-left: 1px dashed #B2B6BF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.events .event_left .list .list_box .joinbox a{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 20px;
    border: 1px solid #222E48;
    border-radius: 10px;
    color: black;
    font-family: var(--font_regular);
}

.events .event_right{
    width:35%;
    float: left; 
    padding: 30px;
    box-sizing: border-box;
}

.events .event_right .image{
    width: 100%;
    float: left;
}

.events .event_right .image img{
    width: 100%;
    border-radius: 10px;
}


.faculty_con{
    min-width: 100%;
    float: left;
}

.faculty_con .faculty_center{
    width: 1300px;
    margin: 0 auto;
}

.faculty_con .faculty_center .faculty{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0;
}

.faculty .faculty_head {
	width: 100%;
    float: left;
}

.faculty .faculty_head .head{
	width: 100%;
    float: left;
	font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary_color);
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;
	font-family: var(--font_bold);
	text-align: center;
}

.faculty .faculty_head .sub_head{
	width: 100%;
    float: left;
	margin-top: 5px;
    font-size: 40px;
	color: var(--black);
	font-family: var(--font_regular);
	text-align: center;
	margin-bottom: 45px;
}

.faculty .faculty_list{
	width: 100%;
    float: left;
}

.faculty ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.faculty ul li{
	width: 25%;
    float: left;
	padding: 20px;
	box-sizing: border-box;
}

.faculty ul li .li_con{
	width: 100%;
    float: left;
}

.faculty ul li .li_con .images{
	border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: 0.3s;
	float: left;
	width: 100%;
}

.faculty ul li .li_con .images:after{
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/icons/team_circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

.faculty ul li:hover .li_con .images::after {
    transform: rotate(90deg);
}

.faculty ul li .li_con .images .inner{
	position: relative;
    padding: 20px;
}

.faculty ul li .li_con .images .inner .thumbnail{
	
}

.faculty ul li .li_con .images .inner .thumbnail a {
    display: block;
    position: relative;
}

.faculty ul li .li_con .images .inner .thumbnail a:after {
    background: var(--black);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 97%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}

.faculty ul li:hover .li_con .images .inner .thumbnail a:after {
    opacity: .4;
}

.faculty ul li .li_con .images .inner .thumbnail a img{
	width: 100%;
    border-radius: 100%;
    border: 1px solid rgb(139 134 134 / 20%);
}

.faculty ul li .li_con .images .inner .team-share-info{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    display: none;
}

.faculty ul li .li_con .images .inner .team-share-info a{	
	width: 34px;
	height: 34px;
	background: var(--white);
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	color: var(--primary_color);
	margin: 3px;
	transition: 0.4s;
	opacity: 0;
    visibility: hidden;
	display: inline-block;
    transition: all 0.45s cubic-bezier(.23,.88,.34,.99);
    transform: translateY(8px) scale(.8);
}

.faculty ul li:hover .li_con .images .inner .team-share-info a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.faculty ul li .li_con .img_txt{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.faculty ul li .li_con .img_txt .head{
	float: left;
	width: 100%;	
}

.faculty ul li .li_con .img_txt .head a{
	font-family: var(--font_bold);
	text-align: center;
	font-size: 19px;
	color: var(--primary_color);
	display: block;
	margin-bottom: 10px;
}

.faculty ul li .li_con .img_txt .sub_head{
	float: left;
	width: 100%;
	font-family: var(--font_regular);
	text-align: center;
}

.leader_con{
    min-width: 100%;
    float: left;
    margin-top: 50px;
}

.leader_con .leader_center{
    width: 1300px;
    margin: 0 auto;
}

.leader_con .leader_center .leader{
	width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.leader .frame{
	width: 100%;
    float: left;
	margin-bottom: 60px;
}

.leader .frame .columne_one{
	width: 50%;
    float: left;
}

.leader .frame:nth-child(even) .columne_one{
	width: 50%;
    float: right;
}

.leader .frame .columne_one .images{
	width: 100%;
    float: left;
    margin-top: 38px;
	display: flex;
	justify-content: center;
    
}

.leader .frame:nth-child(even) .columne_one .images img{
	height: 736px;
    float: right;
    width: auto;
}

.leader .frame .columne_one img{
	width: 100%;
	display: block;
	border-radius: 20px;
}

.leader .frame .columne_one .role{
    width: 100%;
    float: left;
}

.leader .frame .columne_one .role .col_three{
    width: 100%;
    float: left;
    font-family: var(--font_bold);
    color: var(--primary_color);
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}

.leader .frame .columne_one .quote{
	width: 100%;
    float: left;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
    border: 1px solid #4762b136;
   /*  margin-top: 95px; */
    border-radius: 15px;
}

.leader .frame .columne_one .quote .quote_left{
	position: absolute;
    top: 10px;
    font-size: 37px;
    left: 13px;
    opacity: 0.2;
	color: var(--primary_color);
}

.leader .frame .columne_one .quote .proverb{
	width: 100%;
	float: left;
}

.leader .frame .columne_one .quote .proverb .head{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 50px;
	font-family: var(--font_regular);
}

.leader .frame .columne_one .quote .proverb .sub{
	width: 100%;
	float: left;
	text-align: center;
	font-family: var(--font_bold);
	margin-top: 20px;
}

.leader .frame .columne_one .quote .quote_right{
	position: absolute;
    bottom: 14px;
    right: 10px;
    font-size: 37px;
    opacity: 0.2;
	color: var(--primary_color);
}

.leader .frame .columne_two{
	width: 50%;
    float: left;
	padding: 20px;
	box-sizing: border-box;
}

.leader .frame .columne_two .head{
	width: 100%;
	float: left;
	font-family: var(--font_bold);
	font-size: 35px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-style: italic;
	color: var(--primary_color);
}

.leader .frame .columne_two .para{
	width: 100%;
	float: left;
}

.leader .frame .columne_two .para p{
	padding-left: 22px;
    position: relative;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: var(--font_regular);
}

.leader .frame .columne_two .para p:before{
	background-color: var(--tp-theme-secondary);
    content: "";
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}

.leader .frame .columne_two .role{
	width: 100%;
	float: left;
}

.leader .frame .columne_two .col_one{
	width: 100%;
	float: left;
	font-family: var(--font_medium);
	text-align: right;
}

.leader .frame .columne_two .col_two{
	width: 100%;
	float: left;
}

.leader .frame .columne_two .col_two img{
	float: right;
    width: 35%;
    margin: 20px 0;
}

.leader .frame .columne_two .col_three{
	width: 100%;
	float: left;
	font-family: var(--font_bold);
	color: var(--primary_color);
	text-align: right;
	font-size: 20px;
}

.leader .frame .columne_two .col_four{
	width: 100%;
	float: left;
	font-family: var(--font_regular);
	text-align: right;
}

