body:before {
    position: fixed;
    top: 0;
    left: 0;
    background: #0000002b;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}


header {
    position: static;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 999;
    transition: 0.5s all ease;
}
.Fixed_header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s all ease;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.header_in {
    height: 125px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.5s all ease;
    padding: 0px 0;
    align-items: center;
    position: relative;
}
.Fixed_header .header_in {
    height: 125px;
    transition: 0.5s all ease;
}
.logoDes {
    display: block;
    width: 253px;
    transition: 0.5s all ease;
}
.Fixed_header .logoDes {
    width: 185px;
    transition: 0.5s all ease;
}
.logoDes img {
    width: 100%;
    transition: .5s all ease;
}
header .container {
    padding-left: 20px;
    padding-right: 20px;
}
.header_in ul {
    margin: 0px 0 0 0;
    padding: 0;
    transition: 0.5s all ease;
    position: static;
}

.header_in ul li {
    display: inline-block;
    margin-right:0px;
    position: static;
    padding:0px;
    margin-left: -4px;
}
.Fixed_header .header_in ul li a{
    padding-top: 29px;
    padding-bottom: 29px;
}
.Fixed_header .header_in ul ul li a{
    padding-top: 0px;
    padding-bottom: 0px;
}
.header_in ul li a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s all ease;
    color: #333333;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    padding: 51px 5px;
}
.header_in ul li:hover >a{
    color: #fff;
    transition: 0.5s all ease;
}
/*.header_in ul ul {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: 150px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 9;
}*/

/*.header_in ul li:hover ul {
    display: block;
}*/

.header_in ul ul li {
    display: block;
    margin: 0;
    padding: 0;
}
/*.SubMenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 31%);
    display: none;
}*/
.menu_rt {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.menu_rtSign {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.sub_btn2 {
    width: 84px;
    height: 38px;
    border: 1px solid #333333;
    opacity: 1;
    font-size: 15px;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s all ease;
    font-family: 'Montserrat', sans-serif;
    margin-left: 7px;
}
.sub_btn2:hover {
    background: #333333;
    color: #fff;
    transition: 0.5s all ease;
}

.sub_btn {
    width: 84px;
    height: 38px;
    background: #f36c25;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 0;
    transition: 0.5s all ease;
    border: 1px solid #f36c25;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.sub_btn:hover {
    border: 1px solid #333333;
    color: #333333;
    background: transparent;
    transition: 0.5s all ease;
}
.search_icon {
    display: block;
    border: 0;
    width: 47px;
    background: url(../images/search_icon.png) no-repeat 12px 2px;
    height: 24px;
    border-left: 1px solid #333333;
    outline: none !important;
}
.search_icon:hover {
    background: url(../images/search_icon.png) no-repeat 12px -21px;
    outline: none !important;
}


/*Sub Menu Css*/
.sub_menu {
    position: absolute;
    left: 0;
    right: 0px;
    width: 70%;
    background: #fff;
    top: 124px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d8d6d6;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    z-index: 9;
    display: none;
    transition: 0.5s all ease;
    border-top: 3px solid #f6915c;
    margin:0 auto;
}

.Fixed_header .sub_menu {
    top: 80px;
}

@media (min-width: 1025px){
    .box-hover .sub_menu{
        display: flex;
        transition: 0.5s all ease;
    }
    .header_in ul > li:hover, .header_in ul > li.box-hover{
        background: #f36c25cc;
    }
    .sub_menu ul li:hover{
        background: transparent;
    }
    .header_in ul > li.box-hover >a {
        color: #fff;
        transition: 0.5s all ease;
    }
}
.sub_menu_bx {
    width: 25%;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    border-left: 1px solid #ccc;
}
.sub_menuSmall {
    width: 40%;
    /*left: auto;
    right: inherit;
    margin-left: -33px;*/
}

.sub_menuSmall .sub_menu_bx{
    width: 50%;
}
.sub_menu_bx:last-child{padding-right: 0px}
.sub_menu_bx1{
    padding-left: 0px;
    border-left: 0px solid #ccc;
}
.sub_menu_hd {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.sub_menu ul {
    margin-bottom: 0px;
}
.sub_menu ul li, .Fixed_header .sub_menu ul li {
    display: block;
    padding: 0px;
}
.sub_menu ul li a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    font-weight: 500;
    transition: 0.5s all ease;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
.sub_menu ul li a:hover {
    color: #f36c25;
    transition: 0.5s all ease;
}















@media (min-width:993px){
    .header_in ul li:hover .SubMenu {
        display: block;
        transition: 0.5s all ease;
    }
}


.banner{
    position: relative;
}
#bannerSL .owl-nav {
    display: none;
}
#bannerSL .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
}
#bannerSL .owl-dot {
    width: 42px;
    height: 4px;
    background: #fff;
    display: inline-block;
    margin: 0 2px;
    border-radius: 3px;
}
#bannerSL .owl-dot.active {
    background: #f36c25;
}
.bnt_tx{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;

}
.bnt_tx h2 {
    font-size: 45px;
    line-height: 50px;
    color: #f36c25;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 3px #000;
}

.bnt_tx h1 {
    font-size: 59px;
    line-height: 66px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 3px #000;
}



.connectBx {
    width: 24%;
    padding: 15px 15px 15px 15px;
    display: inline-block;
    position: relative;
}


.connectBx h3 {
    color: #f36c25;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.connectBx p {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
}
.connectBx:hover h3 {
    opacity: 1;
    font-weight: 500;
    color: #b94000;
}
.connectBx:hover p {
    opacity: 1;
    color: #000;
    text-shadow: 0px 0px 0px #000;
}
.connectIn {
    display: flex;
    align-items: end;
    justify-content: space-between;
}


.connectBx + .connectBx:before {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 1px;
    background: #c0c0c0;
    content: "";
}
.connectBx:nth-child(1){
   padding-left: 0px;
}
/*.connectBx:nth-child(3){
    background: #dee4ff;
}
.connectBx:nth-child(4){
    background: #cef0d1;
}
*/

.Up_event {
    background: #f1f1f1;
    padding-top: 65px;
    padding-bottom: 65px;
}
.Up_eventCl{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.Up_eventCl a{
    display: inline-block;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-right: 25px;
    transition: 0.5s all ease;
    position: relative;
}
.Up_eventCl a:hover, .Up_eventCl a.active{
    color: #f36c25;
    transition: 0.5s all ease;
}

.Up_eventCl a:before{
    position: absolute;
    bottom:-21px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #f36c25;
    content: "";
    opacity: 0;
    transition: 0.5s all ease;
}

.Up_eventCl a.active:before{
    opacity: 1;
    transition: 0.5s all ease;
}
.Up_eventCl a:hover:before{
    opacity: 1;
    transition: 0.5s all ease;
}

.hd_5 {
    font-size: 16px;
    color: #f36c25;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}
.Up_evSh_dv {
    margin-top: 30px;
}
.Up_eventshow + .Up_eventshow {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #dedede;
}
.Up_eventshow p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.read_more {
    display: inline-block;
    font-style: normal;
    color: #f36c25;
    transition: 0.5s all ease;
}
.read_more:hover {
    color: #000;
    transition: 0.5s all ease;
}
.Up_eventsImg {
    display: block;
    width: 105px;
}
.Up_eventDate i {
    display: inline-block;
    font-style: normal;
    color: #f36c25;
    margin-right: 5px;
}

.Up_eventshow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Up_eventsImg {
    overflow: hidden;
    margin-bottom: auto;
}
.Up_eventTx {
    width: 75%;
    padding-left: 25px;
    padding-right: 15px;
}
.Up_eventDate {
    width: 15%;
    text-align: right;
}
.programSl .item {
    position: relative;
}
.programImg{
    position: relative;
    overflow: hidden;
}
.programImg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 34%);
    content: "";
    z-index: 9;
    opacity: 0;
    overflow:hidden;
    transition: 0.5s all ease;
}
.publi_img {
    position: relative;
    overflow: hidden;
}
.programTx {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    text-align: center;
    opacity: 0;
    overflow:hidden;
    transition: 0.5s all ease;
    z-index: 9;
}

.programTxA {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.header_in ul li:last-child .sub_menu {
    right: 218px;
    margin: 0;
    left: inherit;
}
.programSl .item:hover .programTx{
    opacity: 1;
    overflow:visible;
    transition: 0.5s all ease;
}
.programSl .item:hover .programImg:before{
    opacity: 1;
    overflow:visible;
    transition: 0.5s all ease;
}


.AllNextPrev .owl-prev {
    background: #333333 url(../images/prev_icon.png) no-repeat center center;
    width: 37px;
    height: 37px;
    border-radius: 0;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
    position: absolute;
    left: -51px;
    top: 50%;
    transform: translateY(-50%);
}
.AllNextPrev .owl-next {
    background: #333333 url(../images/next_icon.png) no-repeat center center;
    width: 37px;
    height: 37px;
    border-radius: 0;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    position: absolute;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
}


.AllNextPrev .owl-prev:hover {
    background: #f36c25 url(../images/prev_icon.png) no-repeat center center;
    transition: 0.5s all ease;
}
.AllNextPrev .owl-next:hover {
    background: #f36c25 url(../images/next_icon.png) no-repeat center center;
    transition: 0.5s all ease;
}
.APO_LogoImg img {
    width: auto !important;
    display: inline-block !important;
}
.APO_Me {
    background: #f36c25;
    padding: 60px 0;
}

.APO_Logo {
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.APO_Me_SL .owl-prev:hover {
    background: #000 url(../images/prev_icon.png) no-repeat center center;
    transition: 0.5s all ease;
}
.APO_Me_SL .owl-next:hover {
    background: #000 url(../images/next_icon.png) no-repeat center center;
    transition: 0.5s all ease;
}


#publi_sl, #programSl {
    margin-top: 30px;
}
.APO_Me h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#prodscn1 {
    background: #f1f1f1;
}
#prodscn3{background: #f1f1f1;}
.prodscn1 .hd_1 {
    margin-bottom: 25px;
}
.prodIn .Up_eventTx {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
}

.prodscn1 .hd_5 {
    font-size: 19px;
    color: #f36c25;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.prodscn1 p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}










footer{background: #ededed; padding-top: 55px;}



.ftr_in ul {
    margin-bottom: 25px;
}
.ftr_in h5 {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.ftr_in ul li a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.5s all ease;
    font-family: 'Montserrat';
}
.ftr_in ul li a:hover {
    color: #f36c25;
    transition: 0.5s all ease;
}
.ftr_in ul li {
    display: block;
}
.ftr_in {
    flex-wrap: wrap;
}
.ftr_bx1 {
    width: 210px;
    width: 18%;
}
.ftr_bx2 {
    width: 250px;
    width: 21%;
}
.ftr_bx3 {
    width: 230px;
    width: 20%;
}
.ftr_bx4 {
    width: 185px;
    width: 16%;
}
.ftr_bx5{
    width: 300px;
    width: 25%;
}
.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #919191;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer .form-control {
    text-align: center;
}
footer .sub_btn {
    width: 135px;
    height: 43px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
}



.ftr_rt_hdr {
    border-bottom: 1px solid #2d2a45;
    padding-bottom: 30px;
}
.ftr_rt_hdr1 {
    width: 38%;
    padding-right: 20px;
}
.sb_hd {
    display: flex;
    margin-bottom: 15px;
    align-items: end;
}
.font_22 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}
.sb_hd img {
    display: inline-block;
    margin-right: 10px;
}
.ftr_rt_hdr1 p {
    font-size: 14px;
    color: #a5a5b4;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.ftr_bx5 form {
    margin-top: 25px;
}
.ftr_rt_hdr2 .sub_btn {
    background: #00ad58;
    padding: 17px 50px 16px 50px;
}


.ftr_rt_hdr3 {
    width: 30%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.social_bx ul {
    margin-top: 10px;
}
.social_bx {
    text-align: center;
    margin-top: 30px;
}
.social_bx ul li {
    display: inline-block;
    font-size: 24px;
    color: #8d8d8d;
    font-weight: 400;
    margin: 0 3px 0 0;
}
.social_bx ul li:last-child{margin-right: 0px;}
.social_bx ul li a {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: #f36c25;
}
.social_bx ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    transition: 0.5s;
}

.social_bx ul li a:hover {
    color: #fff;
}
.social_bx ul li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: 0.5s;
}


.ftr_2 {
    /* height: 55px; */
    padding: 15px 10px 13px 10px;
    text-align: center;
}
.ftr_2 p {
    font-size: 13px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Montserrat';
}
.years_v1 {
    position: absolute;
    bottom: 50px;
    width: 100px;
    z-index: 9;
    font-size: 20px;
    color: #f7f7f7 !important;
    right: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.years_v1 img {
    display: block;
    margin-bottom: 15px;
}
.years_logo {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top: -25px;
}

.connectBx5 {
    width: 15%;
    padding-right: 0;
}
.connectBx5 p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
}