﻿body {
    font-family: Helvetica !important;
    background-color: #ffffff !important;
}

#loadDiv {
    display: none;
}

h1, h2, h3, a, h4, p {
    font-family: Helvetica !important;
}

.lan a {
    color: #212060;
    font-family: Helvetica;
}

.navbar {
    z-index: 10000000;
    height: 100px;
    font-family: Helvetica !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d4d4d4 !important;
}

.dropdown {
    direction: ltr !important;
}

.slider {
    height: 600px;
    padding: 0 !important;
    background-color: #ff0000;
}

.seq-title a {
    color: #212060;
    text-decoration: none;
}

    .seq-title a:hover {
        color: #03031e;
        text-decoration: none;
        cursor: pointer;
    }

.seq-title h3 {
    direction: ltr !important;
    text-align: left !important;
    margin-right: 30% !important;
    margin-top: 40px !important;
}

.seq-title h2 {
    border-radius: 10px;
    direction: ltr !important;
    text-align: center !important;
    padding: 20px 10px 20px 10px !important;
}

@media (min-width: 0px) and (max-width: 640px) {
    .slider {
        height: auto !important;
        padding: 0 !important;
        background-color: #ff0000;
    }

    .seq-title h2 {
        float: none !important;
    }
}

.dropdown-menu li {
    padding-right: 0 !important;
    text-align: left !important;
    direction: ltr !important;
}

.navbar-nav {
    background-color: #ffffff !important;
    padding-top: 15px;
    margin-bottom: 0 !important;
}

    .navbar-nav li {
        padding-right: 15px;
    }

.navbar-default .navbar-nav > li > a {
    color: #3d3d3d !important;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #212060 !important;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #de1f26 !important;
    background-color: #ffffff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #ffffff !important;
}

.dropdown-menu {
    background: #212060 !important;
}

    .dropdown-menu > li > a {
        color: #ffffff !important;
    }

    .dropdown-menu li a:hover {
        color: #212060 !important;
        background-color: #ffffff !important;
    }

.En {
    font-family: Helvetica;
}

.footer {
    text-align: center;
    padding: 20px;
    height: auto;
    color: #ffffff;
    background: #212060;
}

.Contact {
    /*background:#ffffff url('@Url.Content("~/images/ContactUS/contactus.jpg")') fixed no-repeat;*/
    height: auto;
    text-align: left;
    direction: ltr;
    background-repeat: repeat;
    padding: 20px;
}

    .Contact h2::before {
        content: '';
        width: 78px;
        height: 4px;
        background: #de1f26;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .Contact h2 {
        text-align: center;
        color: #ffffff !important;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .Contact p {
        color: #ffffff;
    }

    .Contact .btn-default {
        margin-bottom: 5px;
        border: 1px solid #212060;
        color: #212060;
    }

        .Contact .btn-default:hover {
            background-color: #212060;
            color: #ffffff;
            border: 1px solid #ffffff;
        }

.phome {
    color: #484848 !important;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.78);
}

    .phome p {
        color: #484848 !important;
    }

@media (min-width: 0px) and (max-width: 593px) {
    .Contact h2::before {
        content: '';
        width: 78px;
        height: 4px;
        background: #de1f26;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .chanels h2::before {
        content: '';
        width: 0px;
        height: 4px;
        background: #de1f26;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .Contact p {
        margin-top: 20px;
        color: #ffffff;
    }
}

.chanels {
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.67);
}

    .chanels h2::before {
        content: '';
        width: 0px;
        height: 4px;
        background: #de1f26;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .chanels h2 {
        color: #ffffff !important;
        text-shadow: -1px 0 #de1f26, 0 1px #de1f26, 1px 0 #de1f26, 0 -1px #de1f26;
    }

    .chanels p {
        font-size: 18px;
        text-align: center !important;
        color: #ffffff;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .chanels i {
        text-align: center !important;
        font-size: 50px;
    }

    .chanels a {
        color: #34ABE3;
        display: block !important;
        text-align: center !important;
    }

.GoTop {
    color: #ffffff;
    font-size: 35px;
    z-index: 1000000000000;
    padding-bottom: 15px;
    position: fixed;
    top: 70%;
    left: 10px;
    margin-right: 100px;
    width: 100%;
    text-align: center;
    background-color: rgba(222, 31, 38, 0.77);
    width: 50px !important;
    height: 50px !important;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(61, 61, 61, 0.32);
}

    .GoTop:hover {
        cursor: pointer;
    }

    .GoTop span {
        font-size: 20px;
        text-align: center;
        color: #b7950b;
        margin-top: 15px;
    }
/*/////////////////////////////*/
.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*/////////////////////////////*/
