@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');

@font-face {
    font-family: Montserrat-Light;
    src: url("../../fonts/montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("../../fonts/montserrat/Montserrat-Regular.ttf");
}

* {
    box-sizing: border-box;
}

body {
    font-family: Montserrat-Light;
}

/* Header Start */

header a {
    text-decoration: none;
    color: #414042;
}

header a:hover {
    scale: 1.05;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .container-fluid {
    background: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar .navbar-collapse {
    justify-content: flex-end !important;
    align-items: center;
    margin-top: 5px;
}

.navbar-brand img {
    width: 140px;
}

@media screen and (max-width: 460px) {
    .navbar-brand img {
        width: 250px;
    }
}

@media screen and (min-width: 1250px) {
    .navbar-nav {
        column-gap: 70px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1249.5px) {
    .navbar-nav {
        column-gap: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1079.5px) {
    .navbar-nav {
        column-gap: 40px;
    }
}

@media screen and (max-width: 1023.5px) {
    .navbar-nav {
        column-gap: 30px;
    }
}

.navbar .nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 !important;
    cursor: pointer;
    font-family: Montserrat-Regular;
}

.navbar .dropdown .nav-link:focus {
    color: #000;
}

.navbar .nav-link.dropdown-toggle::after {
    display: none;
}

.navbar .nav-link.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 2px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.7s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.navbar .nav-link.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.language {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.language a {
    text-decoration: none;
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 17px;
}

.language a:hover {
    scale: 1.10;
}

.language span {
    color: #000;
    font-family: Montserrat-Regular;
}

.navbar-nav .dropdown-menu.show {
    width: max-content;
}

@media screen and (max-width: 992px) {
    
    .navbar-nav {
        row-gap: 20px;
        margin-top: 35px;
        margin-bottom: 35px;
        padding-left: 10px;
    }

    .submenu {
        margin-left: calc(20%) !important;
    }

    .language {
        display: flex;
        justify-content: start;
        align-items: center;
        column-gap: 15px;
        margin-bottom: 15px;
        padding-left: 10px;
    }

}

/* Header End */

@media screen and (max-width: 1300px) {

    .slider-text-box img {
        width: 100px !important;
        margin-bottom: 20px;
    }

    .slider-text-box h1 {
        font-size: 2.2rem;
        margin-bottom: 35px;
        color: #fff;
    }

}

@media screen and (max-width: 1100px) {

    .slider-text-box {
        padding-left: calc(10%);
    }

    .slider-text-box img {
        margin-bottom: 20px !important;
    }

    .slider-text-box h1 {
        font-size: 2.0rem;
        margin-bottom: 20px;
        color: #fff;
    }

}

@media screen and (max-width: 991.9px) {

    header a {
        text-decoration: none;
        color: #414042;
        z-index: 9999;
    }

    .home-slider-section {
        margin-top: 0px;
    }

    .carousel-item .row {
        flex-direction: column-reverse;
    }

    .slider-text-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 25px 10px 35px 10px;

    }

    .carousel-indicators {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    header a {
        text-decoration: none;
        color: #414042;
        z-index: 9999;
        font-size: 12px;
    }

    .carousel-item .row {
        flex-direction: column-reverse;
    }

    .home-slider-section {
        margin-top: 0px;
    }

    .slider-text-box .slider-btn {
        width: 200px;
        height: 40px;
        border: solid #fff 2px;
        border-radius: 8px;
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

.group-section a:hover {
    scale: 1.015;
}

.main-container-1 {
    margin-top: 60px;
}

.main-container-1 p {
    line-height: 2rem;
    font-family: Montserrat-Regular;
}

.main-container-1 .col-md-12 {
    padding: 0;
}

.main-container-1 .card-body .col-md-12 {
    padding: 12px;
}

.main-container-2 {
    background: #ededed;
    margin-top: 60px;
    padding-top: 75px;
    padding-bottom: 60px;
}

.main-container-2 .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #004552;
    color: #fff;
}

.main-container-2 .card img {
    width: 120px;
}

.main-container-2 .card h3 {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 0;
}

/* HOME OWL TWO */

.main-container-3 {
    background: #004552;
    margin-top: 60px;
    padding-top: 30px;
}

.main-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.main-title-box h2 {
    font-family: Inter;
    font-size: 28px;
}

@media screen and (max-width: 500px) {
    .main-title-box h2 {
        font-size: 22px;
    }
}

.main-title-box a {
    text-decoration: none;
    color: #414042;
    font-family: Montserrat-Regular;
}

.main-title-box a:hover {
    scale: 1.03;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.owltwo-container .main-title-box {
    padding: 8px 16px;
}

.owltwo-container p {
    font-family: Montserrat-Regular;
    line-height: 2rem;
}

.owl-two .owl-stage {
    position: relative;
}

.owl-two .owl-item {
    border-radius: 15px;
    z-index: 9999 !important;
    text-decoration: none;
}

.owl-two .owl-item .card {
    background: #fff;
    border: solid #fff 1px;
}

.owl-two .owl-item .card .card-title {
    color: #414042;
    text-align: center;
    font-family: Montserrat-Regular;
    font-weight: bold;
}

.owl-two .owl-item img {
    position: relative;
    width: 100%;
    height: 300px;
}

.owl-two .owl-item:hover .card {
    overflow: hidden;
}

.owl-two .owl-item:hover .card-title {
    transition: ease-in-out 1s;
    scale: 1.1;
}

.owl-two .owl-dots {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.owl-two .owl-dots .owl-dot span {
    background: #fff !important;
}

.owl-two .owl-dots .owl-dot.active span {
    background: #f1592a !important;
}

.owl-two .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 107%;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}

.owl-two .owl-prev {
    background: transparent !important;
    padding: 0 !important;
}

.owl-two .owl-next {
    background: transparent !important;
    padding: 0 !important;
}

.owl-two .owl-prev i,
.owl-two .owl-next i {
    color: #fff !important;
}

.owl-two .owl-prev:hover,
.owl-two .owl-next:hover {
    scale: 1.1;
}

@media screen and (min-width: 451px) and (max-width: 768px) {

    .owl-two .owl-item img {
        position: relative;
        width: 100%;
        height: 350px;
        background: #ececec;
    }

    .owl-two .owl-prev i,
    .owl-two .owl-next i {
        color: #ffcd00 !important;
    }
}

@media screen and (max-width: 450px) {

    .owl-two .owl-item img {
        position: relative;
        width: 100%;
        height: auto;
        background: #ececec;
    }

    .owl-two .owl-prev i,
    .owl-two .owl-next i {
        color: #ffcd00 !important;
    }
}

/* HOME OWL TWO */

.main-container-4 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.main-container-4 .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mainbtn {
    width: 150px;
    height: 45px;
    background: #004552;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.mainbtn:hover {
    background: #fff;
    border: solid #f1592a 2px;
    color: #f1592a;
}

@media screen and (max-width: 600px) {

    .main-container-4 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .main-container-4 iframe {
        margin-top: 30px;
    }
}

/* Footer */

footer {
    background: #00323b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

footer .container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

footer h5 {
    font-size: 15px;
    color: #f1592a;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

footer li {
    line-height: 24px;
}

footer li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

footer li a:hover {
    text-decoration: underline;
}

.footer-social li a {
    margin-right: 26px;
}

.footer-privacy {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
}

.footer-privacy a {
    text-decoration: none;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.footer-privacy a:hover {
    text-decoration: underline;
}

.footer-privacy p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {

    footer h5 {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 50px;
    }

    footer .container-fluid {
        padding: 0;
    }

    footer .col {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    footer li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-social li a {
        margin-right: 0px;
        margin: 0px 10px;
    }
}

/* Footer */

/* About Us */

.about-us-container {
    padding: 0;
}

.about-us-container p {
    font-family: Montserrat-Regular;
    text-align: justify;
}

.vizyon-box {
    background: #004552;
    border-radius: 8px;
    /* margin: 3px; */
    padding: 50px 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vizyon-box h2 {
    color: #f1592a;
    margin-bottom: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.vizyon-box li {
    color: #fff;
    margin-bottom: 25px;
    list-style-type: decimal-leading-zero;
}

.vizyon-box li::marker {
    color: #fff;
}

.misyon-box {
    background: #004552;
    border-radius: 8px;
    /* margin: 3px; */
    padding: 50px 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.misyon-box h2 {
    color: #f1592a;
    margin-bottom: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 7px;
}

.misyon-box li {
    color: #fff;
    margin-bottom: 25px;
    list-style-type: decimal-leading-zero;
}

.misyon-box li::marker {
    color: #fff;
}

.arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.arrow-box i {
    color: #f1592a;
}

@media screen and (max-width: 600px) {

    .about-us-container p {
        text-align: center;
    }

    .about-us-container-2 .row {
        margin: 0px;
    }

    .vizyon-box {
        margin-bottom: 50px;
        padding: 40px 15px;
    }

    .misyon-box {
        padding: 40px 15px;
    }

    .arrow-box {
        display: none;
    }

}

/* About Us */

/* Iletisim */

.contact-map {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: solid 1px #414042;
    border-bottom: solid 1px #414042;
}

.contact-container {
    margin-top: 70px;
}

.contact-box {
    display: flex;
    flex-direction: column;
}

.contact-box a {
    font-size: 35px;
    color: #414042;
    margin-bottom: 50px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: max-content;
}

.contact-box a:hover {
    color: #f1592a;
}

.contact-box a:after {
    content: '';
    position: absolute;
    background-color: #f1592a;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}

.contact-box a:hover:after {
    width: 100%;
}

.adres {
    font-size: 22px !important;
    margin-bottom: 50px !important;
}

.contactForm .col-sm-6 {
    margin-bottom: 90px;
}

.contactForm .col-md-12 {
    margin-bottom: 50px;
}

form .txt-field {
    border-bottom: 1px solid #414042;
}

.txt-field input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    color: #414042;
    border: none;
    background: none;
    outline: none;
}

.txt-field textarea {
    width: 100%;
    padding: 5px 5px;
    height: 40px;
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
}

.txt-field label {
    color: #414042;
    font-size: 16px;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-btn {
    width: 100%;
    height: 45px;
    background: #004552 !important;
    border-radius: 0px !important;
    font-size: 16px;
    font-family: Montserrat-Regular;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff !important;
}

.form-btn:hover {
    background: #f1592a !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {

    .contact-map iframe {
        height: 300px;
    }

    .contact-container {
        margin-top: 20px;
    }
    
    .contact-box {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    
    .contact-box a {
        font-family: Montserrat-Regular;
        font-size: 25px;
        color: #414042;
        margin-bottom: 25px;
        text-decoration: none;
        display: inline-block;
        position: relative;
        width: max-content;
    }
    
    .contact-box a:hover {
        color: #ffcd00;
    }
    
    .contact-box a:after {
        content: '';
        position: absolute;
        background-color: #ffcd00;
        height: 2px;
        width: 0;
        left: 0;
        bottom: 0px;
        transition: 0.5s;
    }
    
    .contact-box a:hover:after {
        width: 100%;
    }
    
    .adres {
        font-size: 15px !important;
        line-height: 1.7rem !important;
        margin-bottom: 0px !important;
    }
    
    .contactForm .col-sm-6 {
        margin-bottom: 40px;
    }

    .empty-box {
        display: none;
    }
}

/* Iletisim */

/* Tum Urunler */

.all-products-section {
    background-image: url(../../images/product-banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.all-products-section .row {
    padding-top: 100px;
    padding-bottom: 300px;
}

.album .product-img {
    width: 100%;
    height: 300px;
}

.album a:hover .card {
    overflow: hidden;
}

.album a:hover img {
    transition: ease-in-out 1s;
    scale: 1.1;
}

.down-arrow {
    display: none;
}

@media screen and (max-width: 1100px) {

    .all-products-section {
        background-image: url(../../images/product-banner.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 0px;
    }
    
    .all-products-section .row {
        padding-top: 70px;
        padding-bottom: 350px;
    }

    .album {
        margin-top: -150px;
    }
    
    .album .product-img {
        width: 100%;
        height: 270px;
    }

}

@media screen and (max-width: 499px) {

    .all-products-section {
        background-image: none;
        margin-bottom: 0px;
    }
    
    .all-products-section .row {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .album {
        margin-top: 50px;
    }
    
    .album .product-img {
        width: 100%;
        height: auto;
    }

    .down-arrow {
        display: block;
    }
}

/* Tum Urunler */

/* Urun Detay */

.product-main-image {
    position: relative;
}

.product-main-image img {
    opacity: 0.9;
}

.product-main-image .item-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.product-main-image .item-text h1 {
    font-family: Inter;
    font-size: 85px;
    color: #fff;
    animation: fadeInLeft2 1.5s ease forwards;
    text-align: center;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.product-section .container {
    margin-top: 100px;
}

.product-section .card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    background-color: #ededed;
}

.product-section .card .card-footer {
    background-color: transparent;
}

.product-section .card img {
    width: 100%;
    height: 350px;
}

@media screen and (max-width: 820px) {

    .product-section .card img {
        width: 100%;
        height: 250px;
    }

}

@media screen and (max-width: 768px) {
    
    /* .product-section {
        margin-top: 110px;
    }    */

    .product-main-image .item-text h1 {
        font-size: 55px;
        color: #fff;
        animation: fadeInLeft2 1.5s ease forwards;
        text-align: center;
    }

    .product-section .container {
        margin-top: 50px;
    }

    .product-section .card img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 600px) {

    .product-main-image .item-text h1 {
        margin-bottom: 0 !important;
        font-size: 27px;
        text-align: center;
    }

    .product-section .card img {
        width: 100%;
        height: auto;
    }

}

/* Urun Detay */

/* Scroll Animations */

.block {
    /* height: 100%; */
    /* line-height: 5em; */
    /* width: max-content; */
    background: transparent;
    color: #fdfdfd;
    text-align: center;
    margin: 1em auto;
}

.animatable {

    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* show objects being animated */
.animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}

/* Scroll Animations */


