﻿#news_ticker {
    height: 27px;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    background: linear-gradient(-120deg, #fcf75e 20%, #ffd700 0);
    border: 1px solid #ccc;
    font-family: 'Oswald',serif;
}

    #news_ticker span {
        float: left;
        background-color: #C8102E;
        padding: 2px 10px;
        position: relative;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    }

    #news_ticker ul {
        float: left;
        padding-left: 20px;
        -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    }

        #news_ticker ul:hover {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -ms-animation-play-state: paused;
            animation-play-state: paused;
        }

    #news_ticker li {
        list-style: none;
        line-height: 26px;
    }

    #news_ticker a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

@-webkit-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999
    }

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.boxed-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #17345a;
    letter-spacing: 3px;
    text-align: center;
    color: #17345a;
    text-transform: uppercase;
    cursor: pointer
}

    .boxed-btn:hover {
        background: #17345a;
        color: #fff !important;
        border: 1px solid #17345a
    }

    .boxed-btn:focus {
        outline: none
    }


#slidy-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider-mobile {
}

@media(max-width:1024px) {
    .slider-mobile {
    }
}

.course-box {
    padding: 50px 0;
}

.bank-title {
    text-align: center;
    margin-bottom: 40px;
}

    .bank-title .title-h2 {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding: 10px;
    }



    .bank-title p {
        font-weight: 500;
        margin-top: 5px;
        font-size: 15px;
    }



.course-caption {
    padding: 40px 30px;
    background: rgba(20,29,68,1.0);
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 10px;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}

    .course-caption img {
        border-radius: 10px;
    }

.cor-h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.course-caption a {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.course-caption:hover {
    transform: scale(1.02);
}

.course-button {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

.about-content p {
    margin-bottom: 20px;
}

.about-content .default-btn2 {
    margin-top: 25px;
}

.default-btn2.border-radius {
    border-radius: 4px;
}

.default-btn2 {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 12px 30px;
    background-color: #751b12;
}

    .default-btn2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #7e2223;
        z-index: -1;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 4px;
    }

    .default-btn2:hover {
        background-color: #141d44;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 4px;
        color: #fff;
    }

.bullet-color-1 {
    color: #7e2223;
}

.bullet-media-body {
    -ms-flex: 1;
    flex: 1;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.overflow-hidden {
    overflow: hidden !important;
}

.courses-box .image-hover {
    position: relative;
}

.courses-box .img-layer-image-hover-backgroundchange .layer {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.courses-box .img-layer-image-hover-backgroundchange .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.courses-box .image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses-box .courses-bg {
    padding: 0.2rem 0.6rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.courses-jewellery {
    background: #7e2223;
}

.courses-box {
    transition: color .2s linear, background-color .2s linear;
    overflow: hidden;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.courses-jewellery2 {
    background: #141d44;
}

.courses-box:hover .courses-bg {
    background: #242424;
}

.courses-jewellery:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.courses-box .image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses-jewellery img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.courses-jewellery2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.courses-jewellery2:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.courses-jewellery2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.courses-jewellery2:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.courses-jewellery3 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.courses-jewellery3:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.courses-jewellery3 {
    background: #ec3237;
}

.profile-circle-wrapper {
    position: relative;
    height: 397px;
    width: 517px;
    margin: auto;
    pointer-events: fill;
    cursor: pointer;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
}

.profile-inner {
    position: absolute;
    height: 397px;
    width: 517px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: 3s all;
    transition: 3s all;
}

.circle-lg {
    height: 465px;
    width: 465px;
}



.profile-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #ededed;
    border-radius: 50%;
    margin: 25px auto 0;
}

.circle-animation .icon-1, .circle-animation .icon-2, .circle-animation .icon-3, .circle-animation .icon-4 {
    -webkit-animation: rotateCircle 80s 3s infinite linear;
    animation: rotateCircle 80s 3s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.profile-icon {
    display: none;
}

.icon-1 {
    top: 40px;
    left: 35px;
    -webkit-transform-origin: 350% 182px;
    transform-origin: 350% 182px;
}

.icon-2 {
    top: 40px;
    left: 370px;
    -webkit-transform-origin: -135px 185px;
    transform-origin: -135px 185px;
}

.icon-3 {
    top: 210px;
    left: 425px;
    -webkit-transform-origin: -355% 12px;
    transform-origin: -355% 12px;
}

.icon-4 {
    top: 422px;
    left: 140px;
    -webkit-transform-origin: 160% -191px;
    transform-origin: 160% -191px;
}

.profile-icon {
    position: absolute;
    display: block;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.circle-animation .icon-3-img, .circle-animation .icon-4-img, .circle-animation .icon-2-img, .circle-animation .icon-1-img {
    -webkit-animation: rotateCircle 80s 3.01s infinite linear;
    animation: rotateCircle 80s 3.01s infinite linear backwards;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.profile-icon img {
    -webkit-transform: rotate(-90deg);
    display: block;
}

.profile-circle-wrapper {
    position: relative;
    height: 397px;
    width: 517px;
    margin: auto;
    pointer-events: fill;
    cursor: pointer;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
}

.circle-md {
    height: 335px;
    width: 335px;
    margin-top: 85px;
}

.icon-5 {
    top: -28px;
    left: 130px;
    -webkit-transform-origin: 50% 193px;
    transform-origin: 50% 193px;
}

.icon-6 {
    top: 65px;
    left: -15px;
    -webkit-transform-origin: 328% 100px;
    transform-origin: 328% 100px;
}

.icon-7 {
    top: 200px;
    left: -20px;
    -webkit-transform-origin: 328% -35px;
    transform-origin: 328% -35px;
}

.circle-animation .icon-5, .circle-animation .icon-6, .circle-animation .icon-7 {
    -webkit-animation: rotateCircle 90s 1s infinite linear;
    animation: rotateCircle 90s 1s infinite linear;
}

.circle-animation .icon-5-img, .circle-animation .icon-6-img, .circle-animation .icon-7-img {
    -webkit-animation: rotateCircle 90s 1.01s infinite linear;
    animation: rotateCircle 90s 1.01s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.circle-sm {
    height: 220px;
    width: 220px;
    margin-top: 145px;
}

.circle-animation .icon-8, .circle-animation .icon-9 {
    -webkit-animation: rotateCircle 35s 2s infinite linear;
    animation: rotateCircle 35s 2s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.icon-8, .icon-9 {
    height: 65px;
    width: 65px;
}

.icon-8 {
    top: -15px;
    left: 120px;
    -webkit-transform-origin: -28% 117px;
    transform-origin: -28% 117px;
}

.icon-9 {
    top: 175px;
    left: 80px;
    -webkit-transform-origin: 46% -68px;
    transform-origin: 46% -68px;
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.folder-img {
    position: relative;
    top: 210px;
    left: 25px;
    z-index: 1;
}

.single-team2 {
    margin-bottom: 45px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1), -webkit-transform .4s cubic-bezier(.4,0,.2,1);
}

    .single-team2:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.gallery-btn.gallery-btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #000;
    border: 1px solid #7e2223;
    border-radius: 40px;
    padding: 15px;
}

    .gallery-btn.gallery-btn-bordered:hover {
        background: #7e2223;
        color: #fff;
    }

.courses-box .image-hover {
    position: relative;
}

.courses-box .img-layer-image-hover-backgroundchange .layer {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.courses-box .img-layer-image-hover-backgroundchange .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.courses-box .image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses-box .courses-bg {
    padding: 0.2rem 0.6rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.mission-about {
   
}

.mission-box {
    transition: color .2s linear, background-color .2s linear;
    overflow: hidden;
}

.mission-about2 {
    
}

.mission-box:hover .mission-bg {
   
}

.mission-about:hover img {
    
}

.mission-box .image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mission-about img {

}

.mission-about2 img {
   
}

.mission-about2:hover img {
   
}

.mission-about2 img {
    
}

.mission-about2:hover img {
    
}
