header{
    width: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 999;
    transition: all 0.5s;
}
.header_in {
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 0.5s all ease;
    align-items: flex-start;
}
.Fixed_header .header_in {
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.5s all ease;
}

.Fixed_header {
    border-bottom: 1px solid #e1e0de;
    position: fixed;
    background: #fff;
    z-index: 99999;
}
.logo {
    float: left;
    padding-left: 0px;
    transition: 0.5s;
    position: relative;
    top: 0px;
}
.scrollLogoshow {
    display: none;
}


.Fixed_header .scrollLogoshow {
    display: block;
}
.hdr_loginbx {
    text-align: right;
    padding-right: 0px;
    transition: 0.5s;
    padding-top: 0px;
    display: flex;
}
.mn_menu {
    display: flex;
}
a.logo img {
    max-width: 135px;
    transition: 0.5s all ease;
}
.Fixed_header a.logo img {
    max-width: 70px;
    transition: 0.5s all ease;
}
.mn_menu ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.mn_menu ul li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.Fixed_header .mn_menu ul li a:before {
    background: #010000;
}
.Fixed_header .mn_menu ul li:hover a:before {
    background: #4ecf5b;
}

/*.mn_menu ul li.active a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: 0.5s all ease;
}*/
.mn_menu ul li:hover a:before {
    width: 100%;
    transition: 0.5s all ease;
    background: #010000;
}

.mn_menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s all ease;
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 0;
}


.mn_menu ul li a:hover {
    color: #010000;
    transition: 0.5s all ease;
}
.Fixed_header .mn_menu ul li a {
    color: #010000;
}
.Fixed_header .mn_menu ul li:hover a {
    color: #4ecf5b;
}
.mn_menu ul li a.active {
    color: #4ecf5b;
}
.mn_menu ul li a.active:before {
    background: #4ecf5b;
}



.menu_icon {
    display: none;
}

.Jrumahdrin {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 9999;
    justify-content: space-between;
    padding-left: 75px;
    padding-right: 95px;
}
.header_in .meniRt {
    width: 100%;
    text-align: right;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.mn_menu .logo {
    display: none;
}
.Fixed_header .meniRt {
    padding-top: 18px;
    transition: 0.5s all ease;
}
.mobileLogo img {
    max-width: 235px;
}
.menuRtbg {
    background: url(../images/menuBg.png) no-repeat top right;
    background-size: 825px;
    height: 588px;
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
}
.mn_menu {
    margin-left: auto;
    margin-right: 0px;
}


.JrumahdrTx {
    padding: 160px 0 0 0;
    position: relative;
}
.JrumahdrTx h1 {
    font-size: 85px;
    line-height: 90px;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 600;
}
.JrumahdrTx h3 {
    font-size: 26px;
    line-height: 34px;
    color: #2fa029;
    margin-bottom: 40px;
    font-weight: 500;
}
.JrumahdrTx p {
    font-size: 18px;
    color: #035a64;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.AppLogo a {
    display: inline-block;
    margin-right: 20px;
}
.ApplyBTN em {
    display: inline-block;
    margin-left: 18px;
    float: right;
    margin: 5px 0 0 18px;
}
.ApplyBTN:hover {
    background: #282a35;
    transition: 0.5s all ease;
    color: #fff;
}
.CourseLt .btn_div {
    margin-top: 25px;
    text-align: center;
}
.CourseRTSo{
    margin-top: 25px;
}
.AppLogo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.AppLogo a{
    display: inline-block;
    
}
.fb {
    color: #3c5b9b !important;
}
.meniRt > ul {
    padding-right: 35px;
}

.logo {
    padding-left: 35px;
    padding-top: 20px;
}
.Fixed_header .logo {
    padding-top: 0;
}
.leftIcon img {
    max-width: 90px;
}
.leftIcon {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.AboutDiv {
    /*background: url(../images/aboutImgbg.png) no-repeat left bottom;*/
    /*background-size: 730px;*/
    padding-top: 125px;
    padding-bottom: 35px;
    position: relative;
}
.AboutDiv:before {
    position: absolute;
    left: -200px;
    bottom: 0px;
    background: url(../images/aboutImgbg.png) no-repeat left bottom;
    background-size: 879px;
    content: "";
    height: 500px;
    width: 100%;
}
.AboutIn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}
.AboutLt {
    width: 45%;
    margin-top: 0px;
    padding-right: 50px;
}
.AboutLt .decideTx {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    font-style: italic;
    text-align: left;
}
.mobileTx{display: none;}
.AboutRT {
    width: 55%;
}
.AboutIn h2 {
    font-size: 40px;
    line-height: 45px;
    color: #010000;
    margin-bottom: 15px;
    font-weight: 600;
}
.AboutIn p {
    font-size: 15px;
    color: #010000;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
.AboutLtBX img {
    max-width: 100%;
    width: 100%;
}
.AboutLtBX p {
    margin-bottom: 25px;
}
.AboutLtBX h2 {
    margin-bottom: 25px;
}

.studentsTx li {
    display: block;
    font-size: 15px;
    color: #010000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.studentsTx li:before {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 7px;
    height: 7px;
    background: #4ecf5b;
    content: "";
}
.JrumahdrTx p.orderTx {
    font-size: 15px;
    margin: 10px 0px 0 0;
    color: #333;
}
.JrumahdrTx p.orderTx a{
    display: inline-block;
    color: #333;
    transition: 0.5s all ease;
}

.JrumahdrTx p.orderTx a:hover{
    display: inline-block;
    transition: 0.5s all ease;
    color: #4ecf5b;
}
.AwesomeDv h2 {
    font-size: 40px;
    line-height: 45px;
    color: #010000;
    margin-bottom: 15px;
    font-weight: 500;
}

.AwesomeIn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
}
.WeeklyPlayDv {
    padding-top: 80px;
}
.AwesomeLt {
    width: 300px;
    padding-right: 0px;
}
.AwesomeCntr {
    width: 51%;
    padding: 0 25px 0px 25px;
    margin-top: auto;
    margin-bottom: 76px;
}
.AwesomeRt {
    width: 300px;
}
.AwesomeBx span {
    display: block;
    margin-bottom: 25px;
}
.AwesomeBx {
    margin-bottom: 45px;
}
.AwesomeBx p {
    font-size: 15px;
    color: #010000;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px;
}
.AwesomeCntrBtn {
    width: 325px;
    background: #2fa029;
    display: flex;
    text-align: center;
    height: 65px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-radius: 75px;
    margin: 70px auto 0;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.5s all ease;
}
.AwesomeCntrBtn:hover{
    background: #010000;
    color: #fff;
    transition: 0.5s all ease;
}
.AwesomeDv {
    padding-top: 85px;
    padding-bottom: 30px;
}

.QuibAppDv {
    background: url(../images/QuibApp1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-bottom: 85px;
}
.starIcon {
    position: absolute;
    top: 0;
    right: 0;
}
.starIcon img {
    max-width: 45px;
}
.QuibAppDv .secondHd {
    margin-bottom: 45px;
}

.secondHd{
    font-size: 40px;
    line-height: 45px;
    color: #010000;
    margin-bottom: 15px;
    font-weight: 500;
}
.QuibAppIn {
    max-width: 1132px;
    margin: 0 auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.QuibAppRtIcon img {
    max-width: 154px;
}
.QuibAppRtIcon {
    position: absolute;
    right: -129px;
    top: -105px;
}
.QuibAppLtIcon {
    position: absolute;
    left: -143px;
    top: 0px;
}
.QuibAppLtIcon img {
    max-width: 348px;
}

.QuibAppBx {
    height: 274px;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}
.QuibAppBx a{
    display: block;
    cursor: initial;

}
.QuibAppBx1{
    width: 265px;
}
.QuibAppBx2{
    width: 490px;
}
.QuibAppBx3{
    width: 264px;
}
.QuibAppBx p {
    font-size: 16px;
    color: #035a64;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.QuibAppBx span {
    display: block;
    margin-bottom: 25px;
}
.QuibAppBx span img {
    max-width: 90px;
}


.WeeklyPlayIn {
    margin: 0 auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.WeeklyPlayBx {
    height: 270px;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 9%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    width:266px;
    margin-bottom: 15px;
    padding: 10px;
}
.WeeklyPlayBx span img {
    max-width: 135px;
}
.WeeklyPlayDv .secondHd {
    margin-bottom: 45px;
}

.AskLtCl {
    display: block;
    position: relative;
    font-size: 15px;
    color: #010000;
    font-weight: 500;
    padding: 14px 70px 15px 15px;
    line-height: 22px;
}
.AskLtBxAdd .AskLtCl {
    color: #035a64;
    transition: 0.5s all ease;
}
.AskLtBx:hover .AskLtCl {
    color: #035a64;
    transition: 0.5s all ease;
}
.AskLtCl:before {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #2fa029 url(../images/Add_icon.png) no-repeat center center;
    content: "";
    border-radius: 50%;
    transition: 0.5s all ease;
    background-size: 15px;
}
.AskLtBxAdd .AskLtCl:before {
    background:#035a64 url(../images/Min_icon.png) no-repeat center center;
    transition: 0.5s all ease;
    background-size: 15px;
}
/*8010511803*/
/*parveenraj852233@gmail.com*/

.AskLt {
    width: 60%;
}
.AskLtBx {
    border: 1px solid #d4d4d4;
    /* transition: 0.5s all ease; */
    margin-bottom: 25px;
}
.AskLtBxAdd {
    border: 1px solid #035a64;
}

.AskLtShow {
    display: none;
    padding: 10px 70px 20px 15px;
}
.AskLtShow p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.AskLtShow p a {
    display: inline-block;
    color: #010000;
}
.AskDv .secondHd {
    margin-bottom: 45px;
}
.AskIn {
    align-items: self-start;
    flex-wrap: wrap;
}
.dis_block{
    display: block;
}
.AskRt {
    width: 40%;
    text-align: right;
    padding-top: 0px;
}
.AppLogo {
    justify-content: center;
}
div#Home .AppLogo {
    justify-content: flex-start;
}
.Appavailable .secondHd {
    margin-bottom: 30px;
}
.Appavailable {
    padding-top: 60px;
}
.ftrLt p {
    margin: 0;
    font-size: 14px;
    color: #0e0e0e;
}
.ftrCntr a {
    width: 38px;
    height: 38px;
    background: #2fa029;
    display: inline-block;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.5s all ease;
    flex-wrap: wrap;
}
.emailtxa {
    display: inline-block;
    height: auto;
    background: transparent;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-left: 9px;
    margin-left: 6px;
    border-left: 1px solid #000;
    line-height: 17px;
    transition: 0.5s all ease;
}
.emailtxa:hover{
    color: #2fa029;
    transition: 0.5s all ease;
}
/*.emailtx {
    width: 100%;
    clear: both;
}
.ftrCntrSo {
    display: flex;
    align-items: center;
}*/
.ftrCntr {
    display: flex;
    align-items: center;
}
.ftrIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftrRt a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 500;
    transition: 0.5s all ease;
}
.ftrCntr a:hover {
    background: #3b5998;
    color: #fff;
    transition: 0.5s all ease;
}
.ftrCntr a.Twi:hover {
    background: #00aced;
    transition: 0.5s all ease;
}
.ftrCntr a.Linke:hover {
    background: #007bb6;
    transition: 0.5s all ease;
}
.ftrCntr a.youtube:hover {
    background: #bb0000;
    transition: 0.5s all ease;
}
.ftrRt a span {
    display: inline-block;
    margin-left: 10px;
}
footer {
    padding: 15px 0 15px;
    border-top: 1px solid #518d94;
}


.scroll_fixed{overflow: hidden;}
.Offr_form_div{
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 0px;
    display: none;
}
.enquiry_in h3 {
    font-size: 20px;
    line-height: 26px;
    color: #010000;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.Offr_form_div .posi_scroll {
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.Offr_form_div .enquiry_in{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 15px;
    transform: translateY(-104%);
    transition: 0.5s all ease;
    padding: 20px;
}
.scroll_fixed .enquiry_in {
    top: 0;
    transform: translateY(25px);
    transition: 0.5s all ease;
}
.Offr_form_div .form_btn{
    margin-top: 10px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    height: 44px;
    border: 0px;
    border-bottom: 1px solid #333;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    width: 100%;
    background: transparent;
    font-weight: 400;
    padding: 0;
    opacity: 1;
    box-shadow:none !important;
}
.Offr_form_div ::-webkit-input-placeholder{
    color: #333;
}

.Offr_form_div :-ms-input-placeholder{
    color: #333;
}

.Offr_form_div ::placeholder{
    color: #333;
}

.Offr_form_div textarea.form-control{
    height: 100px;
    padding-top: 10px;
}
.Offr_form_div .form_btn {
    font-size: 14px;
    color: #fff;
    height: 38px;
    width: 115px;
    border: 0px solid #f68634;
    background: transparent;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 25px;
    transition: 0.5s all ease;
    background: #000;
}
.Offr_form_div .form_btn:hover {
    background: #4ecf5b;
    transition: 0.5s all ease;
    color: #fff;
}
.popup_close {
    position: absolute;
    top: 18px;
    right: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #000;
    transition: 0.5s all ease;
}

.popup_close:hover {
    border: 1px solid #4ecf5b;
    transition: 0.5s all ease;
    border-radius: 50%;
    transform: rotate(360deg);
    border: 1px solid #4ecf5b;
    background: #4ecf5b;
    color: #fff;
}


body .OpdAlhd {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}
/*9599050831*/
.OpdAlbx p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight:400;
    margin-bottom: 10px;
}
.OpdAlUl{
    padding: 0px 0px 15px 0px;
    margin:0px;
}
.OpdAlUl li {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
    display: block;
}
.OpdAlUl li a{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: 0.5s all ease;
}
.OpdAlUl li a:hover{
    color: #db1179;
    transition: 0.5s all ease;
}
.OpdAlUl li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #4ecf5b;
    content: "";
}
.OpdAlbxIn {
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 30%);
    position: relative;
}
.SuprtTabsUl{
    display: block;
}
.SuprtTabsUl li{
    display:block;
    position: relative;
    margin-bottom: 1px;
}
.SuprtTabsUl li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 11px 25px 8px 25px;
    background: #bebebe;
    color: #515151;
    transition: 0.5s all ease;
}
.SuprtTabsUl li a:hover{
    background: #e61089;
    color: #fff;
    transition: 0.5s all ease;
}
.superTbShowbx {
    display: none;
}
.superTbShowbx.active {
    display: block;
}
.SuprtTabs.active a {
    background: #e61089;
    color: #fff;
    transition: 0.5s all ease;
}
.suptDih {
    display: block;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.suptDih span {
    display: inline-block;
    margin-right: 15px;
}
.OpdAlbxIn {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.SuprtTabsUl {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 28%;
    padding-right: 25px;
}
.superTbShow {
    width: 72%;
}

.superTb {
    display: flex;
    flex-wrap: wrap;
}
.cntrExcelbx {
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 25px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 30%);
    width: 23%;
    padding-bottom: 25px;
}
.CntrBxCl {
    cursor: pointer;
}
.center_excellence img:hover {
    margin-top: -180px;
}
.center_excellence {
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
}
.OpdAlbx .cntrExcelbx p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
}
.cntrExcel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.CntrBxBg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 81%);
    z-index: 99;
    padding: 25px 0;
    overflow: hidden;
    display: none;
}


.CntrBxClIn {
    max-width: 950px;
    width: 100%;
    padding: 20px 25px;
    background: #f3f3f3;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 30%);
    margin: 0 auto;
    text-align: left;
}
h2.OpdAlhd2 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}
.CntrBxClIn p {
    padding-bottom: 12px;
}

.cntrbxScrol {
    height: 78vh;
    overflow-y: scroll;
}

.cntrbxScrol::-webkit-scrollbar-track{
    background-color: transparent;
}

.cntrbxScrol::-webkit-scrollbar{
    width: 3px;
    background-color: transparent;
}

.cntrbxScrol::-webkit-scrollbar-thumb{
    background-color: #338e4b;
}

ul.optImg img {
    width: 100%;
}
ul.optImg {
    width: 24%;
    float: right;
    margin-left: 15px;
}
ul.optImg li{
    display: block;
    margin-bottom: 15px;
    margin-right: 5px;
}
.CntrBxClose {
    position: absolute;
    top: -15px;
    right: -12px;
    width: 50px;
    height: 50px;
    background: #01994f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    padding: 10px 8px 0 0;
    cursor: pointer;
}

.CntrBxClIn .OpdAlUl li, 
.CntrBxClIn .OpdAlUl li a, .CntrBxClIn h2.OpdAlhd, .OpdAlbx .cntrExcelbx p {
    color: #333;
    font-weight: 300;
}
.x-column.x-sm.x-1-4 p {
    color: #fff;
    font-weight: 300;
}
.news_tx .OpdAlbxIn:nth-child(3n+3), .cntrExcelbx:nth-child(3n+3) {
    background: #05984e;
}
.news_tx .OpdAlbxIn:nth-child(3n+2), .cntrExcelbx:nth-child(3n+2) {
    background: #ea8724;
}
.news_tx .OpdAlbxIn:nth-child(3n+1), .cntrExcelbx:nth-child(3n+1) {
    background: #00331f;
}
.superTbShowbx .suptDih {
    display: flex;
    align-items: center;
}
body .superTbShowbx .OpdAlhd {
    margin-bottom: 0;
}

.opdFortHd {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.OpdAlbxImgLt span {
    display: block;
    margin-bottom: 0px;
}
/*.opdFortHd {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 51%);
    font-size: 14px;
    line-height: 22px;
    padding: 7px 10px 5px 10px;
}*/
.OpdAlbxImgLt {
    position: relative;
    width: 44%;
}
.OpdAlbxImgLt img{
    width: 100%;
}
.OpdAlbxImg {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.OpdAlbxImgRT {
    width: 56%;
    padding-left: 25px;
}
body .opdFortHd {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.OpdAlbxImgFul img{
    width: 100%;
}
.revertOpdAlbxIn:nth-child(even) .OpdAlbxImg {
    flex-direction: row-reverse;
}
.revertOpdAlbxIn:nth-child(even) .OpdAlbxImg .OpdAlbxImgRT {
    padding-left: 0;
    padding-right: 25px;
}
.OpdAlbx.news_tx {
    padding: 0;
    border: 0;
    background: transparent;
}
.clear{clear:both;}
.actbx{padding:80px 0;}
.achvmt_bx{width:100%;}
.achvmt_bx .achvmt_bxin{width:25%;float:left; padding:20px; text-align:center;}
.achvmt_bx .achvmt_bxin a{width:100%; margin-right:2%; box-shadow: 0px 0px 15px rgb(0 0 0 / 9%);  border-radius: 10px; display:block; padding:10px;}
.achvmt_bx .achvmt_bxin a img{width:100%;}
.achvmt_bx .achvmt_bxin a p{font-size: 16px; color: #035a64; line-height: 22px;   font-weight: 500;  margin-top: 20px; text-align:left; min-height: 66px;}

























