@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Roboto:400,700&display=swap);
.category-tile {
    width: 568px;
    height: 257px;
    display: inline-block;
    background: url(../images/webinars.jpg);
    overflow: hidden;
    /*border-radius: 2px;*/
}

.category-tile:hover .overlay {
    transform: translateX(0);
    transition: transform 500ms;
}

.category-tile:hover .overlay h3 > span {
    transform: rotateZ(180deg);
    transition: transform 200ms;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 10px 20px 10px;
    height: 100%;
    transform: translateX(90%);
    transition: transform 500ms;
}

.overlay h3 {
    font-weight: 400;
    margin-bottom: 25px;
}

.overlay h3 .fontawesome-chevron-up {
    float: right;
    padding-right: 10px;
    transform-origin: 35% 50%;
    transition: transform 400ms;
}

.overlay ul {
    display: inline-block;
    list-style: none;
}

.overlay ul li {
    list-style: none;
    display: inline-block;
    float: left;
    color: #FFF;
    position: relative;
}

.vericaltext {
    width: 2px;
    padding: 2px;
    word-wrap: break-word;
    font-size: 18px;
    color: FFF;
}

.category-tile2 {
    width: 568px;
    height: 257px;
    display: inline-block;
    background: url(../images/higher-edu.webp);
    overflow: hidden;
    /*border-radius: 2px;*/
}

.category-tile2:hover .overlay2 {
    transform: translateY(0);
    transition: transform 500ms;
}

.category-tile2:hover .overlay2 h3 > span {
    transform: rotateZ(180deg);
    transition: transform 200ms;
}

.overlay2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 3px 10px 20px 10px;
    height: 100%;
    transform: translateY(85%);
    transition: transform 500ms;
}

.overlay2 h3 {
    font-weight: 400;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

figure.snip0015 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    min-width: 256px;
    max-width: 256px;
    /*max-height: 258px;*/
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0015 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0015 img {
    opacity: 1;
    /*width: 100%;*/
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0015 figcaption {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 3em 3em;
    width: 100%;
    height: 50%;
    text-shadow: 1px 1px 2px #000;
}

figure.snip0015 figcaption::before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015 h2,
figure.snip0015 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0015 h2 {
    word-spacing: -0.15em;
    /*text-transform: uppercase;*/
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015 h2 span {
    font-weight: 600;
}

figure.snip0015 p {
    font-weight: 200;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0015 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0015:hover img {
    opacity: 0.35;
}

figure.snip0015:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0015:hover figcaption p {
    opacity: 0.9;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0015:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fairs-text {
    color: #FFF;
    position: absolute;
    font-size: 18px;
    z-index: 999;
    top: 50%;
    left: 30%;
}

.fairs-text:hover {
    display: none;
}

.fill-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    /*margin-top: 50px;
  margin-left: 300px;*/
}

.fill-button:hover .button-content {
    color: #fff;
}

.fill-button:hover .button-fill {
    width: 100%;
}

.fill-button .button-wrapper {
    width: 134px;
    height: 43px;
    background-color: white;
    padding: 9px 20px;
    border: 2px solid #003399;
    position: relative;
    z-index: 2;
}

.fill-button .button-content {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button .button-fill {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #003399;
    transition: width 0.25s ease-out;
}

.fill-button2 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    /*margin-top: 50px;
  margin-left: 300px;*/
}

.fill-button2:hover .button-content2 {
    color: #FFF;
    text-decoration: none;
    
}

.fill-button2:hover .button-fill2 {
    width: 100%;
    text-decoration: none;
}

.fill-button2 .button-wrapper2 {
    /*width: 175px;*/
    width: auto;
    height: 40px;
    color: #ED5349;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    border: 2px solid #FFF;
    background-color: rgba(0, 0, 0, 0);
    padding: 7px 20px;
    margin: 0px 42px;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.fill-button2 .button-wrapper2:hover {
border: 2px solid #ED5349;
}

.fill-button2 .button-content2 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
    text-decoration: none;
}

.fill-button2 .button-fill2 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ED5349;
    transition: width 0.25s ease-out;
    text-decoration: none;
}

.fill-button2 img {
    padding-left: 10px;
    margin-top: -2px;
}

.go-to-reg .fill-button3 {
    margin-left: 0px;
}

.go-to-reg .fill-button3 .button-wrapper3 {
    width: auto;
}

.fill-button3 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-left: 20px;
    padding-top: 18px;
    display: inline-block;
    float: left;
}

.fill-button3:hover .button-content3 {
    color: #222222;
}

.fill-button3:hover .button-fill3 {
    width: 100%;
}

.fill-button3 .button-wrapper3 {
    width: 134px;
    height: 40px;
    padding: 10px 8px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button3 .button-content3 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button3 .button-fill3 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.fill-button4 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-left: 15px;
    display: inline-block;
    float: left;
}

.fill-button4:hover .button-content4 {
    color: #222222;
}

.fill-button4:hover .button-fill4 {
    width: 100%;
}

.fill-button4 .button-wrapper4 {
    width: 134px;
    height: 40px;
    padding: 10px 20px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button4 .button-content4 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button4 .button-fill4 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.fill-button5 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    padding-top: 10px;
    display: inline-block;
    float: left;
}

.fill-button5:hover .button-content5 {
    color: #222222;
}

.fill-button5:hover .button-fill5 {
    width: 100%;
}

.fill-button5 .button-wrapper5 {
    width: 134px;
    height: 40px;
    padding: 10px 20px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button5 .button-content5 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button5 .button-fill5 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.fill-button6 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 50px;
    margin-right: 20px;
    padding-top: 6px;
    display: inline-block;
    float: right;
}

.fill-button6:hover .button-content6 {
    color: #222222;
}

.fill-button6:hover .button-fill6 {
    width: 100%;
}

.fill-button6 .button-wrapper6 {
    width: 160px;
    height: 40px;
    padding: 10px 15px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button6 .button-content6 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button6 .button-fill6 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.fill-button9 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-top: 6px;
    display: inline-block;
    float: right;
}

.fill-button9:hover .button-content9 {
    color: #222222;
}

.fill-button9:hover .button-fill9 {
    width: 100%;
}

.fill-button9 .button-wrapper9 {
    width: 160px;
    height: 40px;
    padding: 10px 15px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button9 .button-content9 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button9 .button-fill9 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.explore-inner-bottom-blocks .fill-button7 {
    margin-top: -36px;
    margin-right: 15px;
}

.fill-button7 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 50px;
    margin-right: 20px;
    padding-top: 6px;
    display: inline-block;
    float: right;
}

.fill-button7:hover .button-content7 {
    color: #222222;
}

.fill-button7:hover .button-fill7 {
    width: 100%;
}

.fill-button7 .button-wrapper7 {
    width: 160px;
    height: 40px;
    padding: 10px 15px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button7 .button-content7 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button7 .button-fill7 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.fill-button8 {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-bottom: 50px;
    margin-right: 0px;
    padding-top: 0px;
    display: inline-block;
    float: right;
}

.fill-button8:hover .button-content8 {
    color: #222222;
}

.fill-button8:hover .button-fill8 {
    width: 100%;
}

.fill-button8 .button-wrapper8 {
    width: 160px;
    height: 40px;
    padding: 10px 15px;
    position: relative;
    background-color: #003399;
    z-index: 2;
}

.fill-button8 .button-content8 {
    color: #FFF;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button8 .button-fill8 {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #003399;
    background-color: white;
    transition: width 0.25s ease-out;
}

.button-footer {
    width: auto;
    min-width: 204px; 
    position: relative;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    z-index: 1;
    cursor: pointer;
    transition: box-shadow 0.6s;
    margin-top: 20px;
}

.button-footer:hover {
    color: #FFF;
}

.button-footer a {
    color: #000;
}

.blue {
    -webkit-box-shadow: inset 0 -0.5rem #003399;
    box-shadow: inset 0 -0.5rem #003399;
}

.blue:hover {
    box-shadow: inset 0 -4.6rem #003399;
    color: #FFF !important;
}

.sky {
    -webkit-box-shadow: inset 0 -0.5rem #15c6dd;
    box-shadow: inset 0 -0.5rem #15c6dd;
}

.sky:hover {
    box-shadow: inset 0 -4.6rem #15c6dd;
    color: #FFF !important;
}

.greeny {
    -webkit-box-shadow: inset 0 -0.5rem #15dda6;
    box-shadow: inset 0 -0.5rem #15dda6;
}

.greeny:hover {
    box-shadow: inset 0 -4.6rem #15dda6;
    color: #FFF !important;
}

.button-left-panel {
    width: 274px;
    position: relative;
    padding: 12px 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #FFF;
    font-size: 15px;
    /*font-weight:600;*/
    letter-spacing: 1px;
    color: #000;
    z-index: 1;
    cursor: pointer;
    transition: box-shadow 0.6s;
    font-family: 'Roboto Medium', sans-serif;
    margin: 10px 25px;
}

.button-left-panel:hover {
    color: #FFF;
}

.button-left-panel a {
    color: #000;
}

.country-apply-btn .fill-button3 {
    float: right !important;
}

.course-country-list .fill-button3 {
    float: right !important;
}

.webinar-detail {
    color: #FFF;
    text-align: justify;
    position: absolute;
    width: 500px;
    padding: 15px 0px 20px 60px;
}

.high-edu-detail {
    color: #FFF;
    text-align: justify;
    padding: 25px 10px;
}

.vericaltext h4 {
    margin-top: 20px !important;
}

.fill-button-test {
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-left: 15px;
    display: inline-block;
    float: right;
    right: 5%;
    margin-bottom: 20px;
}

.fill-button-test:hover .button-content-test {
    color: #222222;
}

.fill-button-test:hover .button-fill-test {
    width: 100%;
}

.fill-button-test .button-wrapper-test {
    width: 134px;
    height: 40px;
    padding: 10px 20px;
    position: relative;
    background-color: transparent;
    z-index: 2;
}

.fill-button-test .button-content-test {
    color: #333;
    font: 14px 'Open Sans';
    position: relative;
    z-index: 4;
    transition: color .5s ease-in;
    text-align: center;
}

.fill-button-test .button-fill-test {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    /*border: 2px solid #003399;*/
    background-color: white;
    transition: width 0.25s ease-out;
}

.button-wrapper-test .fa {
    padding-top: 3px;
    font-size: 18px;
}

@media screen and (max-width:1200px) {
    .fill-button2 .button-wrapper2 {
        margin: 0px 12px;
    }
    .category-tile {
        width: 100%;
        height: 220px;
        background-position: cover;
    }
    .category-tile2 {
        width: 100%;
        height: 220px;
        background-position: cover;
    }
    .fill-button3 {
        margin-left: 5px;
        padding-bottom: 20px;
        padding-top: 18px;
    }
    .overlay {
        padding: 0;
    }
    .overlay2 {
        padding: 0;
    }
    figure.snip0015 {
        height: 220px;
        min-width: inherit;
    }
    .higher-edu-details p {
        line-height: none;
    }
}

@media screen and (max-width:991px) {
    .fill-button8{margin-right: 0px;}
    
    .fill-button3 .button-content3 {
        font-size: 13px;
    }
    .fill-button3 {
        /*
        padding-top:0;*/
    }
    .category-tile {
        width: 96%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        display: block;
    }
    .category-tile2 {
        width: 96%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        display: block;
    }
    figure.snip0015 {
        height: 152px;
            background: #fff;
    }
    .category-tile,
    .category-tile2 {
        height: 150px;
    }
    .fill-button3 .button-wrapper3 {
        width: 124px;
    }
    .browse-network {
        height: 275px;
    }
}

@media screen and (max-width:767px) {
    
    .explore-inner-bottom-blocks .fill-button6{margin-right: 20px;margin-top: -15px;}
    
    .explore-inner-bottom-blocks .fill-button7{margin-top: -15px;}
    
    .fill-button3 .button-wrapper3 {
        width: 134px;
    }
    .fill-button2 .button-wrapper2 {
        margin: 5px 0px;
    }
    .browse-network {
        height: auto;
    }
    .category-tile,
    .category-tile2 {
        height: 132px;
    }
    figure.snip0015 img {
        height: 132px;
        background-size: contain;
    }
    figure.snip0015 figcaption {
        bottom: 28px;
        padding: 3em 1em;
    }
}

@media screen and (max-width:680px) {
    
    
    figure.snip0015 figcaption{bottom: 40px;}    
    
    figure.snip0015:hover figcaption::before {
    
    top: 25px;
    bottom: 10px;
  
    }
    
    .fill-button2 .button-content2 {
    font-size: 12px;
}
    .fill-button2 .button-wrapper2 {
    width: 135px;
    height: 35px;
    padding: 7px 12px;
}
    .fill-button6 {
        margin-bottom: 15px;
    }
    .category-tile {
        width: 94%;
        height:180px;
    }
    .category-tile2 {
        width: 94%;
        height: 180px;
    }
    figure.snip0015 img {
        height: auto !important;
        width: 100% !important;
    }
    .vericaltext h4 {
        margin-top: 20px !important;
        margin-bottom: 0;
        margin-left: 10px !important;
    }
    figure.snip0015 {
        max-width: inherit;
        min-width: inherit;
        width: 100%;
        margin: 15px 0px;
    }
    .webinar-detail {
        width: 515px;
    line-height: 25px;
    font-size: 14px;
    }
    .webinar-detail  {
        line-height: 25px;
    }
    .higher-edu-details h4 {
        padding: 6px 10px !important;
    }
    
    .high-edu-detail {
   
    padding: 10px 10px;
    line-height: 25px;
    font-size: 14px;
}
}

@media screen and (max-width:600px) {
    
    .webinar-detail { 
    width: 405px;
    line-height: 22px;
    font-size: 13px;   }
    
    .high-edu-detail {
   
    padding: 10px 10px;
    /* width: 515px; */
    line-height: 22px;
    font-size: 13px;

}
}

@media screen and (max-width:480px) {
    
    figure.snip0015 figcaption{bottom: 40px;}    
    
    figure.snip0015:hover figcaption::before {
    
    top: 25px;
    bottom: 10px;
  
    }
    
    
    .webinar-detail {
    width: 335px;
    line-height: 18px;
    font-size: 12px;
    padding: 15px 0px 15px 40px;
}
    
    .high-edu-detail {
    
    /* width: 515px; */
    line-height: 18px;
    font-size: 12px;
}
    
    .fill-button .button-wrapper{
    height: 40px;
    padding: 8px 20px;
    }
    
    .category-tile {
    width: 94%;
    height: 152px;
    background-position: -102px 250px;
    }
    
    .category-tile2 {
    width: 94%;
    height: 152px;
    background-position:-25px 210px;
}
    
    
    .esc-fairs h4{font-size: 16px;}
    
    .vericaltext h4{margin-top: 12px !important;}
    
    .overlay2{transform: translateY(80%);}
    
    .higher-edu-details h4{padding: 5px 10px !important; font-size: }
    
    .fill-button3 .button-wrapper3{width: 122px;}
    
    .fill-button3 .button-content3{font-size: 12px;}
    
    .fill-button2 .button-wrapper2 {
        margin: 0px 0px 10px;
    }
    figure.snip0015 figcaption {
        padding: 3em 0em;
    }
    .vericaltext {
        padding: 0px;
    }
    .uni-caption {
        width: 100%;
        background-color: #f5f5f5;
    }
    .fill-button .button-wrapper {
        width: 100%;
    }
    
    
    .fill-button2 .button-wrapper2{width: 135px;    height: 35px;     padding: 7px 12px;}
    
    .fill-button2 .button-content2{font-size: 12px;}
    
    .button-footer{font-size: 14px;}
}


@media screen and (max-width:380px) {
    
    figure.snip0015{margin: 15px 0px 0;}
    
    .explore-inner-bottom-blocks .fill-button7{
        margin-right: 19px;
        clear: both;
    }

}

@media screen and (max-width:350px) {
    figure.snip0015{margin: 15px 0px -15px;} 
    .esc-fairs h4 { font-size: 14px;}  
    figure.snip0015 figcaption {
    bottom: 50px;
}

/*@media screen and (max-width:400px){
	
	.fill-button3{margin-left: 8px; padding-top:8px;}
	
	.fill-button3 .button-content3{font-size:12px;}
	
	.fill-button3 .button-wrapper3{width:100px;}
	
	
}*/
