/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

body {
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    color: #232323;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a {
    color: #333;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.no-gutters {
    padding: 0;
}

.padd {
    margin: 220px;
}

/*navbar*/

.root-nav .navbar {
    padding: 0;
    z-index: 3;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.w-100 {
    width: 100% !important;
    height: 100vh;
}

/*.rota-content {
    max-width: 1470px;
    width: 100%;
    display: flex;
    margin: auto;
}*/



.root-nav .navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

.page-nav .navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}

.root-nav .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #c6c6c6;
}

.dropdown:hover .masaüstü {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 3px solid #183BAF;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
    border-bottom: 1px solid #183BAF;
}

.root-nav .mtoggler i {
    color: #233682;
    font-size: 24px;
}

.page-nav .mtoggler i {
    color: #333;
    font-size: 24px;
}

.carousel-control-prev {
    display: none;
}

.carousel-control-next {
    display: none;
}

/*slider*/

.carousel-inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
}

.banner-txt {
    position: absolute;
    top: 60%;
    max-width: 700px;
    color: #fff;
    z-index: 1;
}

.carousel-item:nth-child(2n) .banner-txt {
    left: 5%;
}

.carousel-item:nth-child(2n+1) .banner-txt {
    right: 5%;
}

@media(max-width:768px) {
    .banner-txt {
        right: 0;
        left: 0;
    }
}


.banner-title {
    font-size: 50px;
    font-weight: 700;
}

/*feaures*/

.rota-contain {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.fea-card {
    background-color: #333;
    padding: 50px;
    position: absolute;
    width: 100%;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.fea-card-2 {
    background-color: #E8E8E8;
    padding: 50px;
    position: absolute;
    width: 100%;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.fea-txt {
    color: #fff;
}

    .fea-txt .title {
        font-size: 24px;
        font-weight: 600;
        border-left: 5px solid red;
        padding-left: 10px;
    }

    .fea-txt .txt {
        color: #8e8e8e;
        font-weight: 300;
        padding-top: 20px;
    }

.fea-card-2 .fea-txt {
    color: #333;
}

    .fea-card-2 .fea-txt .title {
        font-size: 24px;
        font-weight: 600;
        border-left: 5px solid red;
        padding-left: 10px;
    }

    .fea-card-2 .fea-txt .txt {
        color: #333;
        font-weight: 300;
        padding-top: 20px;
    }

.sertifikalar {
    margin: auto;
    margin-top: 80px;
}


@media(max-width:1024px) {
    .fea-card {
        padding: 30px;
        left: -50px;
    }

    .fea-card-2 {
        padding: 30px;
        right: -50px;
    }
}

@media(max-width:768px) {
    .fea-card {
        padding: 15px;
        left: -30px;
    }

    .fea-card-2 {
        padding: 15px;
        right: -30px;
    }

    .fea-txt .txt {
        padding-top: 5px;
    }

    .mobil-card {
        margin-bottom: 30px;
    }
}

/*hizmetler*/

.hizmet-contain {
    background-color: #232323;
    margin-top: 100px;
}

.hizmet-title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 50px 0;
}

.hizmet-contain .owl-nav {
    display: none;
}

.hizmet-contain .owl-dots {
    padding: 50px 0;
}

.hiz-item-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.hizmet-contain .item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
    transition: .5s;
}

.hizmet-contain .item:hover::after {
    background-color: rgba(0,0,0, 0.4);
}

/*haberler*/

.haber-contain {
    margin: 200px 0;
}

.haber-title {
    text-align: center;
    padding-bottom: 50px;
    font-size: 24px;
}

.haber-img {
}

.haber-txt {
    padding: 30px;
    background-color: #f7f7f7;
    margin: 20px;
    margin-top: -50px;
    display: inline-block;
}

.haber-btn {
    margin: auto;
    margin-top: 50px;
}

.hb-btn {
    border: 1px solid #9d9d9d;
    padding: 10px 20px;
    color: #333;
    transition: .5s;
}

    .hb-btn:hover {
        color: #fff;
        background-color: #232323;
    }

/*footer*/

.footer-contain {
    background-color: #232323;
    padding: 50px 0;
    border-top: 5px solid #183BAF;
    color: #AEAEAE;
}

.sagIcerik {
    margin: 300px 0px;
    text-align: center;
}

.footer-hk {
    font-size: 14px;
    margin-top: 30px;
}

.footer-title, .footer-title a {
    color: #fff;
    margin-bottom: 30px;
}

.footer-adres li a {
    padding-left: 20px;
}

    .footer-adres li a:nth-child(1) {
        padding-left: 0px;
    }

.footer-iletisim li {
    margin-top: 10px;
}

.footer-copy {
    border-top: 1px solid #333;
    padding-top: 10px;
    color: #4d4d4d;
}

.fttr-logo {
    text-align: right;
}

    .fttr-logo a {
        color: #4d4d4d;
    }

.referans {
    margin-bottom: 30px;
}

.footer-contain .owl-nav {
    display: none;
}

.footer-contain .owl-dots {
    display: none;
}

/* anasayfa medya */

/*@media only screen and (max-width: 1440px) {
    .rota-content {
        max-width: 1080px;
    }

    .rota-contain {
        max-width: 1280px;
    }
}

@media only screen and (max-width: 1280px) {
    .rota-content {
        max-width: 980px;
    }

    .rota-contain {
        max-width: 1080px;
    }

 
}*/

@media only screen and (max-width: 768px) {
    .banner-txt {
        max-width: 500px;
        margin-left: 100px;
    }

    .banner-title {
        font-size: 36px;
    }

    #navbarNavDropdown {
        height: 100vh;
        background-color: #e8ecf9;
        padding: 20px;
    }

    .w-100 {
        width: 100% !important;
        height: auto;
    }

    .page-nav .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-weight: 600;
    }
}

.title-txt p {
    text-align: justify;
    font-size: 18px;
}

@media only screen and (max-width: 568px) {
    .banner-txt {
        max-width: 300px;
        margin-left: 15px;
        top: 40%;
    }

    .banner-title {
        font-size: 20px;
    }

    .title-txt p {
        text-align: none;
        font-size: 13px;
    }

    #owl-ref .owl-dots {
        display: none;
    }

    .title-txt {
        display: block;
    }

    .navbar-brand img {
        height: 40px;
    }

    .carousel-indicators {
        display: none;
    }

    .rota-contain {
        margin-top: 15px;
    }

    .rotafeatures {
        display: none;
    }

    .mcard-img {
        position: relative;
    }

        .mcard-img::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0, 0.7);
        }

    .mobil-card .fea-txt {
        position: absolute;
        top: 0;
        padding: 20px;
    }

        .mobil-card .fea-txt .title {
            font-size: 20px;
        }

        .mobil-card .fea-txt .txt p {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
        }

    .sertifikalar {
        margin: 50px;
    }

    .hizmet-contain {
        margin: 0;
    }

    .haber-contain {
        margin: 50px 0;
    }
}

@media only screen and (min-width: 568px) {
    .mobilfeatures {
        display: none;
    }
}

/* Style the list */

.bread {
    margin-top: 100px;
}

ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background-color: #fff;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #0275d8;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }


/* kurumsal */

.kurumsal {
    margin: 60px 0;
}

.hk-txt .title {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #183BAF;
    padding-bottom: 5px;
    display: inline-block;
}

.hk4 {
    margin: 100px 0;
}

.kr-card-1 {
    background-color: #f7f7f7;
    padding: 30px;
    height: 100%;
}

.kr-card-2 {
    background-color: #E8ECF9;
    padding: 30px;
    height: 100%;
}

.kr-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.kr-right {
    display: table;
    padding-left: 20px;
}

.kr-left {
    float: left;
}

@media only screen and (max-width: 568px) {
    .bread {
        display: none;
    }

    .page-nav .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-weight: 600;
    }
}

/* ürünler */
.urun-banner {
    position: relative;
}

.kimbanner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.6);
}

.urunler {
    margin: 30px 0px 50px 0px;
}

.smenu {
}

.ugallery .owl-nav {
    display: none;
}

.ugallery .owl-dots, .owl-theme .owl-nav {
    position: absolute;
    bottom: 5%;
    left: 85%;
}

.urun-txt {
    text-align: justify;
    margin-top: 45px;
}

.alt-urn {
    padding-top: 15px;
    background-color: #f7f7f7;
    justify-content: center;
}

.alt-urun-title {
    bottom: 0px;
    position: absolute;
    background-color: #13131357;
    color: #ffffff;
    padding: 15px;
}


.zoom {
    position: relative;
    overflow: hidden;
}

    .zoom:hover img {
        transform: scale(1.1);
        transition: .5s;
    }

.kimbanner-txt {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
}

/*haberler*/

.haber-ititle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.d-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.diger-haberler {
    margin: 100px 0;
}

/* referanslar */

.ref-title {
    font-size: 24px;
    margin: 50px 0;
    font-weight: 600;
}

.referanslar {
    margin: 50px 0px 100px 0px;
}

/* iletişim */

.iletisim {
    margin: 100px 0;
}

.iletisim-title {
    font-size: 18px;
    font-weight: 600;
    color: #183BAF;
    margin-bottom: 20px;
}

.i-bilgiler li {
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}

    .i-bilgiler li i {
        color: #183BAF;
    }

.form-control {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #183BAF;
    border-color: #183BAF;
}

.btn {
    border-radius: 0;
}

@media only screen and (max-width: 568px) {
    .iletisim {
        margin: 50px 0;
    }

    .iletisim-form {
        margin-top: 30px;
    }

    .kimbanner-txt {
        font-size: 24px;
    }

    .ugallery {
        margin-top: 30px;
    }

    .haberler {
        margin-top: 60px;
    }

    .haber-detay {
        margin-top: 65px;
    }

    .haber-ititle {
        margin-top: 20px;
    }
}


/**/

.dropdown, .dropleft, .dropright, .dropup {
    position: initial;
}

.deskop_menu .navbar {
    position: fixed;
    top: 0 !important;
    width: 100%;
    transition: top 0.3s;
    background-color: #f7f7f7;
}



.deskop_menu .nav-item {
    line-height: 72px;
    padding: 0px 10px;
    transition: ease-in-out .5s;
}

@media(max-width:768px) {
    .deskop_menu .nav-item {
        line-height: 25px;
        padding: 5px;
        transition: ease-in-out .5s;
    }
}



@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.deskop_menu .nav-item .nav-link {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
}


.header-solid {
    background: #000000;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.deskop_menu .nav-item .masaüstü {
    top: 85px;
    border-radius: 0px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0px;
}

    .deskop_menu .nav-item .masaüstü::after {
        content: "";
        width: 0px;
        height: 0px;
        border-bottom: 10px solid #233682;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 24%;
    }

    .deskop_menu .nav-item .masaüstü::before {
        content: "";
        width: 100%;
        height: 12px;
        position: absolute;
        top: -11px;
        left: 0%;
    }

@media(max-width:1540px) {
    .deskop_menu .nav-item .masaüstü::after {
        right: 36%;
    }
}

@media(max-width:1280px) {
    .deskop_menu .nav-item .masaüstü::after {
        right: 48%;
    }
}

.menu_ortala .container {
    border: 10px solid #e8ecf9;
    padding: 0px;
    background-color: #e8ecf9;
}

.deskop_menu .nav-item:hover .masaüstü {
    display: block;
    animation-name: fadeInTopx;
    animation-duration: .5s;
    transition: ease-in-out .5s;
}

.nav-item .nav-link i {
    font-size: 11px;
}

@keyframes fadeInTopx {
    from {
        opacity: 0;
        transform: translate(-50%, 20%);
    }

    to {
        opacity: 1
    }
}

.deskop_menu .nav-item .menu_item {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.deskop_menu .nav-item .menu_content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    transition: ease-in-out .5s;
}


.deskop_menu .nav-item .menu_title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    padding: 20px 10px 10px 10px;
    position: relative;
}

    .deskop_menu .nav-item .menu_title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 2px;
        background-color: #233682;
        transition: ease-in-out .5s;
    }

    .deskop_menu .nav-item .menu_title::after {
        content: "";
        position: absolute;
        bottom: -2.5px;
        left: 100px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #da251c;
        transition: ease-in-out .5s;
    }

.mobil {
    display: none !important;
}

@media(max-width:768px) {
    .masaüstüdrop {
        display: none !important;
    }

    .mobil {
        display: block !important;
    }
}

.menu_item img {
    transition: ease-in-out .5s;
}

.menu_item:hover img {
    transform: scale(1.2);
}

.dil {
    display: none;
}

    .dil a {
        color: #233682;
    }

@media(max-width:768px) {
    .dil {
        display: block !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.5) !important;
    }
}

.ref_img {
    transition: ease-in-out .5s;
    border: 1px solid #aeaeae;
}

    .ref_img:hover {
        transform: translateY(-10px);
        opacity: .8;
    }

.referans .item {
    transition: ease-in-out .5s;
    margin: 5px;
}

    .referans .item:hover {
        opacity: .8;
        -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    }


/**/

.sec4 {
    position: relative;
    overflow: hidden;
}

.sec4-container {
    margin-top: 60px;
    height: 430px;
    overflow: hidden;
}

.pixelated::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.perde {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.mtBread {
    margin-top: 15px !important;
}


.pixelated {
    background: center fixed;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

#myVideo {
    width: 100%;
}

@media(max-width:1900px) {
    #myVideo {
        height: auto;
        /* width: 100%; */
        max-width: 100%;
        transform: translate(0,0);
    }
}

.nopixelated {
    -webkit-filter: blur(0px) grayscale(0);
}



@media(max-width:546px) {
    .sec4-container {
        height: 180px;
    }

    .ugallery .owl-dots, .owl-theme .owl-nav {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*REsim çerçeve*/
.hwr:hover .k-img {
    background: linear-gradient(45deg, #233682, #da251c,#e8ecf9,#333333);
    background-size: 400%;
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
}

.k-img img {
    padding: 3px;
}



@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.maps {
    margin-top: 100px;
}

@media (max-width: 546px) {
    #owl-ref .owl-nav {
        display: block !important;
        left: 0 !important;
        transform: none !important;
        position: absolute;
        bottom: -30px;
        font-size: 18px;
        right: 15px;
        color: #233682;
        font-weight: bold;
        text-align: right !important;
    }

    .ugallery .owl-dots {
        display: none;
    }

    .ugallery .owl-nav {
        display: block !important;
        left: 0 !important;
        transform: none !important;
        position: absolute;
        bottom: -45px;
        font-size: 18px;
        right: 0px;
        color: #233682;
        font-weight: bold;
        text-align: right !important;
    }

        .ugallery .owl-nav button.owl-next, .ugallery .owl-nav button.owl-prev {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit;
            background: #233682;
            color: #FFF;
            width: 26px;
            height: 26px;
            border-radius: 13px;
        }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.overlay_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay_bg_active {
    display: block;
    opacity: 1;
}

.sidebar_active {
    width: 320px;
}

#dismiss {
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 25px;
}

.accordion-menu {
    width: 100%;
    max-width: 350px;
    background: #f9f9f9;
    border-radius: 4px;
}

    .accordion-menu li.open .dropdownlink {
        color: #de0000;
    }

        .accordion-menu li.open .dropdownlink .fa-chevron-down {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .accordion-menu li:last-child .dropdownlink {
        border-bottom: 0;
    }

.open {
    width: auto !important;
    display: block !important;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .dropdownlink i {
        position: absolute;
        top: 6px;
        left: 16px;
    }

    .dropdownlink .fa-chevron-down {
        right: 1px;
        left: auto;
    }

.submenuItems {
    display: none;
    background: #f5f5f5;
}

    .submenuItems li {
        border-bottom: 1px solid #b6b6b6;
    }

    .submenuItems a {
        display: block;
        color: #727272;
        padding: 12px 12px 12px 45px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        .submenuItems a:hover {
            color: #fff;
        }

.sidenav_ul ul {
    margin-bottom: 0px;
}

    .sidenav_ul ul li {
        padding: 10px 5px;
        border-bottom: 1px solid #e6e6e6;
    }

        .sidenav_ul ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            padding: 5px;
            white-space: nowrap
        }

ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}

.sidenav_ul ul li a::after {
    display: none;
}

.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}

.menu_iletisim li {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

    .menu_iletisim li a {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

        .menu_iletisim li a i {
            margin-right: 10px;
        }

.sidenav_ul ul li:last-child {
    border: none;
}

/*Mause hareket*/
@-webkit-keyframes scroll-inner {
    from {
        margin-top: 15%;
    }

    to {
        margin-top: 50%;
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 15%;
    }

    to {
        margin-top: 50%;
    }
}

@-webkit-keyframes scroll-mouse {
    from {
        margin-top: 0;
    }

    to {
        margin-top: 15px;
    }
}

@keyframes scroll-mouse {
    from {
        margin-top: 0;
    }

    to {
        margin-top: 15px;
    }
}

div.mouse-container {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

div.mouse {
    margin: 0 auto;
    display: block;
    width: 38px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 25px;
    -webkit-animation: scroll-mouse 1.5s;
    animation: scroll-mouse 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

span.scroll-down {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 15% auto auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@media(max-width:768px) {
    div.mouse-container {
        display: none;
    }
}
