html{
    overflow-x: hidden;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: inherit !important;
  
}
.container{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
ul, li{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    display: inline-block;
} 
a:hover{
    text-decoration: none;
    color: #b60404;
}

input:focus , select:focus , textarea:focus , button:focus {
    outline: none;
    border: 0;
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    max-width:100%
}
.product-in-slider.owl-carousel .owl-item img {
    width: 70%;
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-prev {
    background: url(../images/slider-arrow.png) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 66px;
    right: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    left: -98px;
    transform: rotate(-180deg);
}
.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.2;
    cursor: default !important;
}
.owl-next {
    background: url(../images/slider-arrow.png) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 69px;
    right: -89px;
    font-size: 0;
    bottom: auto;
    margin: auto;
    left: auto;
}
.owl-dots{
    position:absolute;
    bottom:00px;
    width:100%;
    text-align:center
}
.owl-dots .owl-dot{
    background:url(../images/sl.jpg) 0 0 no-repeat;
    width:24px;
    height:24px;
    display:inline-block;
    z-index:2;
    position:relative;
    border-radius:50%;
    margin:0 5px
}
.owl-dots .owl-dot.active{
    background: url(../images/sl-ac.jpg) 0 0 no-repeat;  
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    flex-wrap: wrap;
    justify-self: flex-start;
}
header{
    position: relative ;
}
header.header.sticky-header {
    position: fixed;
    background: #fff;
    left: 0;
    margin: 0;
    right: 0;
    width: 100%;
    top: 0;
    box-shadow: 5px 1px 19px rgb(0 0 0 / 16%);
    transition: all 0.3s ease;
}
header.hed {
    background: #ff5116;
    padding: 25px;
    position: relative;
    z-index: 1;
}
.banner{
    position: relative;
}
.banner-register-btn {
    position: absolute;
    top: auto;
    bottom: 4%;
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
}
.banner-register-btn a {
    background-color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    color: #273993;
    font-weight: 900;
    position: relative;
    left: 18%;
    top: 0;
    align-self: center;
    border-radius: 12px;
}

.footer-left-menu li a{
        font-family: "arial" ;
}
.p-tb {
    padding: 30px 0 ;
}
.ab-left {
    width: 56% ;
    align-self: center;
}
.ab-right {
    width: 40% ;
position: relative;
}
a.intro_video.rq-play-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
right: 0;
bottom: 0;
text-align: center;
}
a.intro_video.rq-play-video img{
  width: 70px;
position: relative;
top: 40%;
}
.heading {
    font-size: 33px;
    color: #222326;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif !important;
    background: url(../images/heading-red-b.png) left bottom no-repeat;
}
.text {
    line-height: 22px;
    font-weight: 400;
    font-family: arial;
    font-size: 14px;
    padding: 0 ;
}
.part {
    background: #faf4ea;
}
.heading-center{
    font-size: 33px;
    color: #222326;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../images/heading-red-b.png) center bottom no-repeat;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.text-center {
    font-family: arial;
    font-weight: 15px;
    text-align: center;
    font-size: 15px;
    /* padding: 0 123px; */
    line-height: 25px;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 32px;
}
.sub-heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 31px;
}
.part-logo li {
    width: 216px;
    text-align: center;
    margin: 26px 10px;
}
.part-logo li h3 {
    margin-top: 16px;
}
.comptition-group-table{
    width: 35%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.table {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 22px;
}
.table.events-calender-table-scroll, 
#event-cal,
.iml {
    height: 510px;
    overflow-y: auto;
    margin-bottom: 40px;
}
.small-participant-note{
	margin-top:0px !important;
	margin-bottom: 30px;
}	

li.head {
    background: #12aee1;
    color: #fff;
    text-align: center;
    border-bottom: 0;
}
li.head h3{
    width: 50%;
    text-align: center;
}
li.head h3.table-skill-head {
    width: 50%;
}

li.head h3 {
    width: 25%;
    text-align: left;
    padding: 16px;
    font-size: 20px;
}
.table li {
    border-bottom: 1px solid #ccc;
    
}
.table-left li p.table-category-content {
    width: 50%;
}
.table li p {
    padding: 10px;
    text-align: left;
    width: 25%;
    font-size: 16px;
    font-family: arial;
}
.table-left {
    width: 50%;
}
.table-left li {
    position: relative;
    border-right: 1px solid #ccc;
}
.table-left li p:first-child{
text-align: left;
}
.why-parti{
    background: url(../images/why-bg.jpg) top left fixed;
}
.why-parti h3 {
    font-size: 33px;
    color: #f5b120;
    margin-bottom: 25px;
}
.why-parti li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f5b120;
    position: absolute;
    border-radius: 50%;
    left: 2%;
    right: 0;
    transform: translate(50%, 50%);
}
.why-parti li {
   
/*   background: url(../images/1.png) 0 0 no-repeat;*/
    color: #fff;
    font-size: 20px;
    font-family: arial;
    padding: 15px 0 15px 65px;
    margin-bottom: 20px;
}
.step-small-links {
/*    margin-left: 10%;*/
    text-align: center;
}
.step-slider {
    width: 970px;
    margin: 0 auto;
}
.step-slider .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step-txt {
    background: #fff2d7;
    width: 735px;
    display: inline-block;
    margin: 10px 0;
    color: #000;
    padding: 15px;
    min-height: 200px;
    font-family: arial;
    padding: 68px 48px;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    box-shadow: 7px 0 10px rgba(0,0,0,.1);
    padding-bottom: 0;
    padding-top: 42px;
}
.step-no {
    background: #f5b120;
    width: 232px;
    text-align: center;
    padding: 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
}
.step-no:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 110px solid transparent;
    border-left: 47px solid #f5b120;
    border-bottom: 111px solid transparent;
    border-right: 99px solid transparent;
    position: absolute;
    right: -145px;
    top: 0;
    z-index: 9;
}
.owl-carousel .owl-item .step-no img {
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 12px;
}
.steps-register-btn{
    margin-top: 30px;
}
.steps-register-btn a{
   background-color: #12aee1;
    padding: 12px 60px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    color: #fff;
    font-weight: 900;
    border-radius: 12px;
    transition: 0.2s ease-in-out;
}
.steps-register-btn a:hover{
    background-color: #f5b120;
    transition: 0.2s ease-in-out;
}

a.register {
    display: inline-block;
    color: #f5b120;
    position: absolute;
    bottom: 80px;
    left: 68px;
    font-weight: 500;
    z-index: 99;
    background: url(../images/reg-btn.png) 100% no-repeat;
    padding-right: 35px;
    padding: 5px 0;
    padding-right: 30px;
}
.event-link {
    margin-top: 60px;
}
.iml {
    width: 380px;
    background: #f5b120;
    padding: 23px;
    border-radius: 17px;
    color: #fff;
}
.event-link h3 {
    font-size: 29px;
    margin-bottom: 23px;
}
.iml li {
    border-bottom: 1px solid #edd736;
}
.iml li:last-child{
    border-bottom: 0;
}
.iml li a {
    background: url(../images/whr-r.png) 0 21px no-repeat;
    display: block;
    padding: 17px;
    background-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: arial;
    padding-left: 24px;
}
.iml li:last-child a {
    padding-bottom: 0;
}
.res-sam {
    width: 390px;
}
.res-up {
    background: #12aee1;
    color: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 22px;
    width: 49%;
}
.res-sam {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0;
}
.res-up .flex {
    margin-top: 17px;
}
.res-up .flex h4{
    align-self: center;
}

.res-up h4 , .res-up a {
    align-self: center;
}
.event-cal  h3{
    font-size: 29px;
    margin-bottom: 23px;
    color: #fff;
}
.event-cal {
    background: #f5b120;
    color: #000;
    padding: 22px;
    border-radius: 18px;
    width: 386px;
}
.steps-register-btn.orange-regiter a{
    background-color: #f5b120 !important;
}
.steps-register-btn.orange-regiter a:hover{
    background-color: #ff560b !important;
}
.event-date {
    /*width: 50px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    color: #f5b120;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;*/
    width: 50px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    color: #f5b120;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    margin-right: 10px;
}
.event-date span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}
.event-cal .item >ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width:100%;
}
.event-cal li {
    /*border-bottom: 1px solid #ffc549;
    padding: 12px 0px;
    margin-bottom: 6px;
    font-size: 19px;
    color: #000;
    font-weight: 500;*/
	border-bottom: 1px solid #ffc549;
    padding: 12px 0px;
    margin-bottom: 6px;
    font-size: 19px;
    color: #000;
    align-items: center;
    font-weight: 500;
    justify-content: flex-start;
}
.event-cal li p {
    /*width: calc(100% - 60px);
    font-weight: 500;
    font-size: 15px;
    align-self: center;
    color: #fff;
    font-family: arial;*/
	font-weight: 500;
    font-size: 15px;
    align-self: center;
    color: #fff;
    font-family: arial;
    margin-right: 10px;
    /*width:62%;*/
    width:calc(100% - 80px);

}
.event-cal li a {
    font-size: 12px;
    border: 1px solid #12aee1;
    padding: 6px;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #12aee1;
    letter-spacing: 0.5px;
}
.event-cal .owl-next {
    background: url(../images/whr-r.png) 0 0px no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: auto;
    right: -8px;
    font-size: 0;
    bottom: -30px;
    margin: auto;
    left: auto;
    background-size: 26px;
}
.event-cal .owl-prev {
    background: url(../images/whr-r.png) 0 0px no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: auto;
    right: 25px;
    font-size: 0;
    bottom: -30px;
    margin: auto;
    left: auto;
    background-size: 26px;
}
.partner{
    background: #faf4ea !important;
}
.partner h4 {
    color: #f5b120;
    text-align: center;
    font-size: 17px;
    margin-bottom: 17px;
    font-weight: 600;
}
.partners-heading{
    margin-bottom: 20px !important;
}
.sm-txt {
    margin-top: 20px;
    font-size: 13px;
    font-family: arial;
}
.nurture-skill-logo img{
    margin-bottom: 0 !important;
}
.nurture-skill-logo p{
    margin-top: 4px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: arial;
}
.step-caraousel-tect-note{
    margin-bottom: 10px !important;
}
.or {
    width: 590px;
    background: #dfdfe1;
    border-radius: 17px;
    overflow: hidden;
}
.or-logo {
    width: 200px;
    align-self: center;
    text-align: center;
    margin-left: 10px;
}
.or-txt {
    width: calc(100% - 222px);
    background: #12aee1;
    padding: 23px;
    color: #fff;
}
.or-txt h3{
    margin-bottom: 15px;
}
.or-txt p {
     text-align: justify; 
    font-family: arial;
    line-height: 22px;
}
.sm-txt a{
    color: #f7d285;
    font-weight: 500;
}
.blue-bg{
    /*background: #12aee1 !important;*/
    background: transparent !important;
    color: #fff !important;
    width: 100% !important;
    position: relative;
}
.bl {
    width: 570px;
    padding-right: 30px;
    padding-left: 15px;
}
.bl h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    margin: 16px 0;
}
.bl p {
    text-align: justify;
    font-family: arial;
    line-height: 25px;
}
.blue-bg:after {
    content: "";
    position: absolute !important;
    width: 20px !important;
    height: 105% !important;
    background: #fff !important;
    right: 0;
    left: 12px !important;
    margin: auto;
    top: -10px !important;
}
.testi-slider .item{
    text-align: center;
}
.testi-slider h4 {
    color: #f5b120;
    margin: 7px 0;
}
.testi-slider h5 {
    font-weight: normal;
    margin-bottom: 11px;
    font-weight: 500;
}
.testi-slider p {
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
}
.testi-img {
    width: 120px !important;
    margin: 0 auto;
    float: none !important;
}
.testimoni .owl-next , .testimoni .owl-prev{
    background-size: 40px;
}
.testimoni .owl-prev{
    left: -3%;
}
.testimoni .owl-next{
    right: -3%;
}
footer.f {
    background: #3c3c3c;
    color: #fff;
    padding: 11px 0;
    font-size: 12px;
    font-family: arial;
}
footer.f a{
    color: #fff;
}
p.left span{
    align-self: center;
}
p.left a{
    margin-left: 3px;
}

img.res-show{
    display: none;
}
.partner-slider .owl-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.partner-slider .owl-next{
    width: 30px;
    background-size: 100%;
    top: 0;
    right: -3%;
}
.partner-slider .owl-prev{
    width: 30px;
    background-size: 100%;
    top: 0;
    left:-3%;
}
.video-slider iframe{
    width: 100%;
    margin: 0 auto;
    border-radius: 17px;
}
.video-slider .owl-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.video-slider .owl-next{
    width: 40px;
    background-size: 100%;
    top: 50%;
    right: -5%;
}
.video-slider .owl-prev{
    width: 40px;
    background-size: 100%;
    top: 50%;
    left:-5%;
}
.videos-title {
    width: 100%;
    text-align: center;
    padding: 13px;
    border-radius: 0 0 17px 17px;
    background-color: #12aee1;
    position: relative;
    top: -20px;
}
.videos-title h3 {
    font-size: 20px;
    color: #fff;
}
#popup {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999 !important;
    display: none;
}
.popup-details {
    max-width: 400px;
    width: 100%;
    position: relative;
    top: 2%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: center;
border-radius: 12px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.popup-details h3 {
    margin-bottom: 20px;
}
#popup span {
    right: 65%;
    top: -2%;
    transform: translateX(250px) !important;
    /* transform: translateY(50px) !important; */
    font-size: 25px;
    color: #000;
    /* background-color: #000; */
    position: absolute;
    cursor: pointer !important;
    border-radius: 100%;
    padding: 6px 10px 10px 10px;
}
.juniorskills-blue-section::after{
    background: #12aee1;
    content: "";
    height: 100% !important;
    right: 0;
    position: absolute;
    top: 0px;
    width: 49%;
    left: 51%;
    border-radius: 17px 0px 0px 17px;
}
.juniorskills-blue-section::before{
    background: #12aee1 url(../images/blue-bg-world.jpg) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    border-radius: 0px 17px 17px 0px;
    width: 50%;
}
.events-partners-section{
	width:56%;
	margin: 0 auto;
}
.event-link .table{
    width: 390px;
    margin-bottom: 0;
}

.event-link li.head h3 {
    width: 50%;
    text-align: left;
    padding: 16px;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 31px;
}
.event-link .table li p {
    padding: 15px 0px;
    text-align: left;
    width: 50%;
    font-size: 15px;
    font-family: arial;
    padding-left: 15px;
}
.bl-f.flex {
    width: 100%;
    margin-top: 39px;
}
.res-up{
    cursor: pointer;
}
.eli-popup {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display:none;
}
.eli-popup-inside {
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 400px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 4px rgba(0,0,0,.6);
}
.eli-popup-inside-close {
    position: absolute;
    color: #ccc;
    padding: 11px;
    border-radius: 50%;
    width: 35px;
    border: 2px solid #ccc;
    height: 35px;
    text-align: center;
    line-height: 10px;
    font-weight: bold;
    right: 22px;
    cursor: pointer;
    top: 20px;
}
.eli-popup-inside h3 {
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: 25px;
    text-transform: uppercase;
}
.eli-text {
    font-family: arial;
}
ul.popup-sample-category {
    height: 294px;
    overflow-x: auto;
}
ul.popup-sample-category li.accordion {
    background-color: #f5b120;
    color: #fff;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.sub-list-category ul li {
    margin-bottom: 6px;
}

.accordion:hover {
  background-color: #12aee1;
  
}

.panel {
  padding: 0 18px 14px;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.part-logo li{
    cursor:pointer;
}

.comptition-categories-selection select {
    background: #f5b120;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #f5b120;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    width: 40%;
}
.category-list-item ul li {
    display: inline-block;
    margin: 10px 0px 10px;
}
.category-list-item ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-list-item ul li a span {
    padding-left: 10px;
}

/*Flip Effect*/
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 180px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.junior-skill-category-sm{
	display: none;
}	

.flip-card-front {

}

.flip-card-back {
    background-color: #12aee1;
    color: white;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 12px;
    text-align: left;
    height: 220px;
}
.flip-card-back h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.flip-card-back p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: arial;
    text-align: center;
}
.powered-clients img {
    margin: 0px 18px;
}
.resource-popup{
    cursor: pointer;
}
.orient_webinar td, .orient_webinar th {
    border-top: 0 !important;
    border-right: 0 !important;
}
/*26-7-21*/
.orient_webinar th:nth-of-type(3) {
    width: 120px;
}
/*.orient_webinar tr td:nth-of-type(5) tr:first-child td{
    border-bottom: 1px solid #ccc !important;
}*/
.orient_webinar  td.webLink {
    padding: 0;
}
.orient_webinar td.webLink tr:first-child td {
    border-bottom: 1px solid #ccc !important;
}
.orient_webinar .table table {
    padding-bottom: 17px;
}
/*.orient_webinar tr:nth-of-type(2) td:nth-of-type(5),
 .orient_webinar tr:nth-of-type(3) td:nth-of-type(5) {
    padding: 0;
}*/
/*26-7-21*/
.orient_webinar td td,
.orient_webinar th th{
    border:none !important;
}
#menu-button {
    display: none;
}
.orient_webinar .table {
    height: 400px;
    overflow-y: auto;
}
.orient_webinar,
.events-calender-table-scroll{
    position: relative;
}
.orient_webinar:after 
/*,.events-calender-table-scroll:after*/
{
    position: absolute;
    bottom: 0;
    left: 1px;
    background: #fff;
    width: 98.5%;
    height: 15px;
    content: '';
    border-radius: 0 0 0px 17px;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}
.about {
    padding-top: 0;
}
/*Coundown Timer*/
.countDownTimer {
    margin: 20px 0;
}
.countDownTimer .flex {
    align-items: center;
}
.countDownTimer .left {
    text-align: center;
    justify-self: center;
    /*width: calc(100% - 170px);*/
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countDownTimer .right {
    width: 29%;
}
.countDownTimer .left >p {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-right: 40px;
    font-weight: 600;
}
ul#example {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
    display: flex;
    text-align: center;
    position: relative;
    width: 255px;
    align-items: center;
    justify-content: center;
}
ul#example li span {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    padding: 4px 6px;
    border-radius: 2px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
    display: block;
    color: #f15524;
    background: #f9f9f9;
}
ul#example li.seperator {
    font-size: 30px;
    line-height:43px;
    margin: 0 7px;
    vertical-align: top;
}
ul#example li p {
    color: #000;
    font-size: 15px;
    margin-top: 6px;
    font-weight: 600;
}
.lang-btn {
    float: right;
    /*margin-top: 26px;*/
    border-radius: 5px;
    border: 1px solid #ccc;
    /*margin-bottom: 30px;*/
    margin:0;
    overflow: hidden;
    display: inline-block;
}
.lang-btn a {
    position: relative;
    padding: 10px 15px;
    color: #000;
    float: left;
    text-decoration: none;
    margin-bottom: -2px;
}
.lang-btn a.active {
    background-color: #12aee1;
    color: #fff;
}
/*Coundown Timer*/

@media screen and (max-width:1200px){
    .container{
        width:96% !important;
    }
    .ab-left {
        width: 48%;
        align-self: center;
    }
    .ab-right {
        width: 48%;
    }
    .part-logo li {
        width: 24%;
        margin: 0 4px 60px;   
    }
    /*.owl-prev , .owl-next{*/
    /*    display: none;*/
    /*}*/
    .event-cal , .event-link .table , .iml{
        width: 31%;
        margin: 0 10px;
        border-radius: 5px;
    }
    .event-cal .owl-prev , .event-cal .owl-next{
        display: block;
    }
    .or {
        width: 49%;       
    }
    .bl {
        width: 48%;      
    }
	.junior-skill-category-sm{
		display: none;
	}
	
	.indiajuniorSkills2021 .lang-btn {
        /*margin: 10px 0 0;*/
    }
    .indiajuniorSkills2021 .lang-btn a {
        padding: 7px 15px;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
    }
    .indiajuniorSkills2021 .heading ,
    .indiajuniorSkills2021 .heading-center,
    .why-parti h3,
    .event-link h3,
    .bl h3{
        font-size: 25px ;
        margin-bottom: 20px;
    }
    .p-tb {
        padding: 20px 0 ;
    }
    .indiajuniorSkills2021  .text-center {
        max-width: 100%;
        margin-bottom: 22px;
    }
    .indiajuniorSkills2021  .flip-card-back {
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .comptition-group-table {
        width: 65%;
    }
    .table {
        border-radius: 5px;
        overflow:auto;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    }
    .table li p{
        font-size:14px;
    }
    .table-left:last-child li:first-child {
        /*border: 0;*/
    }
    .table-left li.head h3 {
        padding: 10px;
    }
    .indiajuniorSkills2021  .orient_webinar th {
        font-size: 18px;
        line-height: 28px;
        min-width: 190px;
    }
    /* width */
    .table::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
    
    /* Track */
    .table::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;
    }
     
    /* Handle */
    .table::-webkit-scrollbar-thumb {
      background: #097092; 
      border-radius: 10px;
    }
    #event-cal::-webkit-scrollbar-thumb {
      background: red; 
      border-radius: 10px;
    }
    
    /* Handle on hover */
    .table::-webkit-scrollbar-thumb:hover {
      background:#097092; 
    }
    .why-parti li {
        font-size: 18px;
        line-height: 28px;
        padding: 5px 5px 5px 30px;
        margin-bottom: 7px;
        position: relative;
    }
    .why-parti li::before {
        left: 0;
        top: 7px;
        transform: translate(50%, 50%);
    }
    .res-up {
        padding: 10px;
    }
    .res-up img {
        width: 60%;
    }
    .videos-title h3 {
        font-size: 17px;
        color: #fff;
    }
    .header-right {
        width: calc(100% - 220px) ;
    }
}
@media screen and (max-width:1023px){

    .table-left li p.table-category-content {
        width: 60%;
    }
    .table li p {
        width: 20%;
     }
    .partner-slider ,
    .testi-slider,
    .skill-category-slider,
    .video-slider {
        padding-bottom: 30px;
    }
    .partner-slider .owl-dots .owl-dot ,
    .testi-slider .owl-dots .owl-dot ,
    .skill-category-slider .owl-dots .owl-dot ,
    .video-slider .owl-dots .owl-dot {
        background: #fff;
        border: 3px solid #f5b120;
        width: 15px;
        height: 15px;
        margin: 15px 5px;
    }
    .partner-slider .owl-dots .owl-dot.active ,
    .testi-slider .owl-dots .owl-dot.active ,
    .skill-category-slider .owl-dots .owl-dot.active ,
    .video-slider .owl-dots .owl-dot.active {
        background: #f5b120;
    }
    .logo {
        margin: 12px 0;
       width: 50% ;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-right {
        width: 38% ;
        justify-content: flex-end;
    }
    .menu {
        display: none;
        background: #f5b120;
        width: 300px ;
        position: fixed ;
        right: 0px;
        border: 1px solid #f5b120;
        padding: 10px 20px;
        top: 108px;
        height: 100%;
        margin: 0 ;
        z-index: 999;
    }
    .menu.active {
        display:block;
            
    }
    header.header.sticky-header .menu.active {
        top: 106px;
    }
    .menu >ul {
        margin: 0;
        display: flex;
        flex-direction: column;
        text-align: left;
        height: 420px;
        overflow-y: auto;
    }
    .menu li {
        padding: 10px 0 ;
        border-bottom: 1px solid #fff ;
    }
    .menu ul li a {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        padding: 0 ;
    }
    #menu-button {
        display: block;
        height: 40px;
        width: 50px;
        background-color: #3c9996;
        position: relative;
        background: #f7f7f7;
        color: #000;
        padding: 10px 20px;
        float: right;
        position: relative;
        top: 36px;
        right: 0;
}
    #menu-button span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 22px;
        height: 3px;
        font-size: 0;
        display: block;
        margin: auto;
        background-color: #652b1a;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    #menu-button span::before,
    #menu-button span::after {
        position: absolute!important;
        content: ""!important;
        left: 0!important;
        right: 0!important;
        background-color: #652b1a!important;
        height: 3px!important;
        -webkit-transition: all linear 0.3s!important;
        -moz-transition: all linear 0.3s!important;
        -ms-transition: all linear 0.3s!important;
        -o-transition: all linear 0.3s!important;
        transition: all linear 0.3s!important;
    }
    #menu-button span::before {
        top: -6px!important;
    }
    #menu-button span::after {
        top: 6px!important;
    }
    #menu-button.menu-opened span {
        width: 18px!important;
        background-color: transparent!important;
    }
    #menu-button.menu-opened span::before, 
    #menu-button.menu-opened span::after {
        top: 0!important;
    }
    #menu-button.menu-opened span::before {
    -webkit-transform: rotate(45deg )!important;
        -moz-transform: rotate(45deg)!important;
        -ms-transform: rotate(45deg)!important;
        -o-transform: rotate(45deg)!important;
        transform: rotate( 45deg)!important; 
    }
    #menu-button.menu-opened span::after {
        -webkit-transform: rotate(-45deg)!important;
        -moz-transform: rotate(-45deg)!important;
        -ms-transform: rotate(-45deg)!important;
        -o-transform: rotate(-45deg)!important;
        transform: rotate(-45deg)!important;
    }
    .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border: 1px solid #de9700;
        height: 38px;
        width: 38px;
        cursor: pointer;
        background: #de9700;
    }
    .submenu-button::after, 
    .submenu-button::before {
        content: '';
        position: absolute;
        display: block;
        background: #000;
        z-index: 99;
    }
    .submenu-button::before {
        width: 12px;
        height: 2px;
        left: 14px;
        top: 18px;
        background-color: #fff;
    }
    .submenu-button::after {
        width: 2px;
        height: 12px; 
        top: 13px;
        left: 19px;
        background-color: #fff;
    }
    .menu li.has-child > ul {
        /*display: none !important;*/
    }
    .menu li.has-child > ul {
        position: static;
        margin: 10px 0;
        display:none;
        width: 100%;
    }
    .menu li ul li {
        padding: 8px 20px;
    }
    .menu li ul li:hover a {
        color: #696969;
    }
    
    .menu li ul li:hover a {
        color: #fff;
        border-top: 0;
    }

}
@media screen and (max-width:959px){
    .juniorskills-blue-section::before,
    .juniorskills-blue-section::after{
        display:none;
    }
    .bl {
        background: #12aee1;
        padding: 20px;
    }
    .testi-slider .owl-dots {
        bottom: -10px;
    }
    .events-partners-section {
        width: 100%;
        margin: 0 auto;
    }
    .event-cal, .res-sam, .iml, .event-link .table {
        width: 100%;
        margin: 0 0 20px;
    }
    .event-link li.head h3 {
        width: 50%;
        text-align: left;
        padding: 10px;
        font-size: 18px;
        margin-bottom: 0;
        padding-left: 15px;
        text-transform: uppercase;
    }
    .event-link .table li p {
        padding: 10px;
        width: 48%;
        font-size: 15px;
     }
     .event-cal li {
        border-bottom: 1px solid #ffc549;
        padding: 8px 0;
        margin-bottom: 0;
        font-size: 19px;
        color: #000;
        align-items: center;
        font-weight: 500;
        justify-content: flex-start;
        align-items: center;
    }
     .event-date {
        width: 60px;
        background: #fff;
        border-radius: 3%;
        height: 33px;
        color: #f5b120;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding-top: 2px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .event-date span {
        display: inline-block;
        margin-top: 0;
        margin-left: 3px;
    }
    #menu-button {
        top: 16px;
    }
    .sm-txt {
        margin: 20px 0;
    }
    .event-cal .item >ul +p {
        margin: 13px 0 0;
    }
    
    .countDownTimer .left {
        width: 75%;
        flex-direction: column;
    }
    .countDownTimer .left p {;
        margin: 0 0 20px;
    }
    .countDownTimer .right {
        width:25%;
        text-align: center;
        margin-bottom: 0;
    }
}
@media screen and (max-width:800px){
    .heading {
        font-size: 25px;
    }
    .part-logo li {
        width: 30%;
    }
    .table-left {
        width: 100%;
    }
    .table-left + .table-left li.head h3{
        display: none;
    }

    .step-no{
        width:100%
    }
    .step-no:after{
        display: none;
    }
    .step-slider{
        width: 100%;
    }
    .step-txt{
        width:100%;
    }
    .owl-prev, .owl-next {
        display: block;
    }
    .step-slider .owl-prev{
        display: block;
        bottom: 0;
        left: 0;
    }
    .step-slider .owl-next {
        display: block;
        right: 0;
        bottom: 0;
    }
    /*.event-cal, .res-sam, .iml ,  .event-link .table{*/
    /*    width: 100%;*/
    /*    margin-bottom: 35px;*/
    /*}*/
    .or {
        width: 100%;
        margin-bottom: 28px;
    }
    .bl {
        width: 100%;
        border-bottom: 10px solid #faf4ea;
        padding-bottom: 25px;
    }
    .blue-bg:after{
        display: none;
    }
    .bl + .bl{
        border-bottom: 0;
        padding-top:20px;
    }
    .owl-next{
        right: 0;
    }
    .owl-prev{
        left: 0;
    }
    .banner-register-btn{
         bottom: 0;
     }
    .banner-register-btn a {
        background-color: #fff;
        padding: 9px 12px;
        font-size: 14px;
        text-transform: uppercase;
        color: #273993;
        font-weight: 900;
        position: relative;
        left: 16%;
        top: 0;
        align-self: center;
        border-radius: 12px;
    }
    .logo {
        margin: 8px 0;
        width: 65%;
    }
    .right-logo {
        width: auto;
        margin-left: 20px;
    }
    .header-right {
        width: 10%;
     }
     .event-cal .item >ul {
        width: 100%;
    }
    .event-cal {
        margin: 0;
    }
    .p-tb {
        padding: 30px 0 0;
    }
    .sm-txt {
        margin: 0;
    }
    .partner {
        padding-bottom: 15px;
    }
    
    .partner .text-center {
        margin: 0 0 12px;
        width: 100%;
    }
    .bl-f {
        margin-top: 10px;
    }
    
    .why-parti li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3px;

    }
    .why-parti {
        padding-bottom: 15px;
    }
    .ab-left {
        width: 100%;
    }
    .ab-right {
        width: 100%;
        margin: 20px auto 0;
    }
    .testimoni.p-tb {
        padding-bottom: 20px;
    }
    .bl-logo {
        text-align: center;
    }
    .event-link {
        margin-top: 32px;
        margin-bottom: 20px;
    }
    .table.events-calender-table-scroll, #event-cal {
        height: 300px;
        overflow-y: auto;
    }
    .iml {
        height: auto;
        overflow: unset;
    }
    .orient_webinar .table {
        height: 400px;
        overflow: auto;
    }
    .orient_webinar:after, 
    .events-calender-table-scroll:after{
        display:none;
    }

}
@media screen and (max-width:700px){
    .logo-1 , .logo-2 , .logo-3 {
        width: 100px;
        align-self: center;
    }
/*
    img.des {
        display: none;
    }
*/
    header.hed {       
        padding: 17px;    
    }
    img.res-show {
        display: block;
    }
    .ab-left {
        width: 100%;
        align-self: center;
        margin-bottom: 13px;
    }
    .heading , .heading-center , .why-parti h3 {
        font-size: 20px;
    }
    /*.p-tb {*/
    /*    padding: 30px 0;*/
    /*}*/
    .ab-right {
        width: 100%;
    }    

    .text-center {
      
        font-size: 14px;
        /* padding: 0 123px; */
        line-height: 25px;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .part-logo li {
        width: 44%;
    }

    .part-logo li h3 {
        margin-top: 16px;
        font-size: 16px;
    }
	.part-logo li.flip-card {
		display: none;
	}
	.junior-skill-category-sm{
		display: block;
	}
	.skill-category-box img {
    margin: 0 auto;
}
	.skill-category-box h4 {
		font-size: 17px;
		text-transform: uppercase;
		margin-bottom: 14px;
		
	}
	.skill-category-box p {
    line-height: 26px;
    font-size: 16px;
	}
	.skill-category-box {
		text-align: center;
		padding: 20px;
		background-color: #12aee1;
		color: #fff;
		width: 100%;
		margin: 0 auto;
	}
	.skill-category-box img {
        height: 80px;
    }
	.skill-category-slider .owl-next, .skill-category-slider .owl-prev{
		width: 35px;
		background-size: 100%;
	}
	.comptition-group-table{
		width: 100% !important;
	}
	.steps-register-btn{
		margin-top: 30px !important;
	}	
    .step-slider .owl-next , .step-slider .owl-prev {
        width: 30px;
        background-size: 100%;
    }
    .res-up .flex h4 {
        align-self: center;
        font-size: 17px;
    }
    .event-cal h3 , .event-link h3 {
        font-size: 22px;
    } 
    .or-logo {
        width: 100%;
        align-self: center;
        text-align: center;
        margin-left: 10px;
        margin: 16px 0;
    }   
    .or-txt {
        width: 100%;      
    }
    .bl h3{
        font-size:20px;
    }
    .f p{
        width:100%;
        text-align: center;
    }
    p.left span {
        align-self: center;
        display: block;
        width: 100%;
    }
    p.left a{
        display: none;
    }
    .res-sam{
        margin: 0;
    }
    .res-up {   
        width: 100%;
        margin-bottom: 16px;
    }
    /*.event-cal{*/
    /*    padding: 22px 22px 50px;*/
    /*}*/
    .banner-register-btn{
        display: none;
    }
     .about {
        padding-top: 20px;
    }
    .banner + .container {
        text-align: center;
    }
    .indiajuniorSkills2021 .lang-btn {
        margin: 10px auto 0;
        float: none;
    }
    
    .indiajuniorSkills2021 .heading,
    .indiajuniorSkills2021 .heading-center,
    .why-parti h3, 
    .event-link h3,
    .bl h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        background-position: center bottom;
    }
    .logo {
        margin: 7px 0;
        width: 80%;
    }
    .menu {
        width: 100%;
        top: 93px;
    }
    header.header.sticky-header .menu.active {
        top: 80px;
    }
    .heading::after {
        display:none;
    }
    .powered-clients img {
        margin: 0px 7px;
    }
    .iml li a {
        background: url(../images/whr-r.png) 0 9px no-repeat;
        padding: 10px 10px 10px 30px;
        background-size: 19px;
     }
     .countDownTimer .flex {
        flex-direction: column-reverse;
    }
    

     .countDownTimer .right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .countDownTimer .left { 
        width: 100%;
        flex-direction: column;
    }
    .countDownTimer .left p {
        margin: 0 0 20px;
        font-weight: 600;
    }
}
@media screen and (max-width:600px){
    .countDownTimer .flex {
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .countDownTimer .left {
        text-align: center;
        justify-self: center;
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .logo-1, .logo-2, .logo-3 {
        width: 80px;
        align-self: center;
    }
    .heading, .heading-center, .why-parti h3 {
        font-size: 17px;
    }
    .step-no h3 {
        font-size: 23px;
    }   
    
    .partner-slider .owl-next , .partner-slider .owl-prev{
        display: none;
    }
    .testi-slider h5 {      
        font-size: 16px;
    }
   .steps-register-btn a{
	display: block;
	padding: 12px 10px;
   }
    
}




