﻿.particles-js-canvas-el {
    position: relative;
    top: -133px;
}

header {
    width: 100%;
    min-height: 300px;
    height: 50vh;
    background-color: #1b2735;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    position: fixed;
    top: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
}

    header .logosite {
        text-align: center;
        width: 100%;
        top: 10%;
        position: relative;
        top: 70px;
        margin-top: 0;
        margin-bottom: 0;
        position: inherit;
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 999;
    }

        header .logosite img {
            cursor: pointer;
        }

    header nav {
        position: absolute;
        bottom: 0;
        height: 60px;
        line-height: 60px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
    }

        header nav a {
            color: #fff;
            line-height: 1;
            text-decoration: none;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

            header nav a:hover {
                -moz-box-shadow: 0 0 0 1px transparent;
                -webkit-box-shadow: 0 0 0 1px transparent;
                box-shadow: 0 0 0 1px transparent;
            }

/*Navbar*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
    position: absolute;
    margin: 0 auto;
    background: transparent;
    top: 40%;
    width: 100%;
}


    .navbar-default .navbar-nav > li > a {
        color: #cccccc;
        padding: 20px 15px;
    }

.navbar .navbar-nav a {
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .footer .footerTop .footerTopMenu {
        padding-top: 50px;
        height: 0px !important;
        padding: 2% 1%;
    }

    .footer {
        min-height: 200px !important;
        height: auto;
        background-color: #1b2735;
    }

        .footer .footerTop {
            min-height: 200px !important;
            height: auto;
        }
}

@media screen and (min-width: 800px) {
    .collapse {
        display: flex !important;
    }
}

@media screen and (max-width: 800px) {
    .collapse {
        min-height: 550px;
        height: auto;
        width: 100%;
    }

    .navbar-down {
        display: flex;
        min-height: 550px;
        width: 100%;
    }
}

.navbar-fixed-top {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    background-color: #20263a !important;
    color: black;
    padding: 0px 0 !important;
    height: 100px;
    border-radius: 0px;
}


.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #d6b207;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuNav .flex-container {
    display: flex;
    justify-content: space-between;
}

.menuNav .dropdown-menu {
    right: auto !important;
    left: auto;
    float: left;
    text-align: right;
}

.navbar-default .navbar-nav > .open > a {
    border-bottom: 2px solid transparent;
}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: transparent;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-bottom: 2px solid rgba(204, 204, 204, 0.67);
    }

.flex-item {
    margin: 9px auto;
}

.mrg-nav {
    margin-top: 0;
}

.navbar-fixed-top.mrg-nav {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 880px) {
    .navbar span {
        position: fixed !important;
        z-index: 100;
        top: 0.2em !important;
        right: 4% !important;
    }
}

.navbar-default .navbar-toggle {
    margin: 17px 50px;
    width: 91px;
    padding: 10px 17%;
}

/*endNav*/

.Email {
    width: 512px;
    margin-top: 11px;
    margin: 0 auto;
    position: relative;
    top: 190px;
    z-index: 444;
}

    .Email .input {
        height: 34px;
        background: rgba(245, 245, 245, 0.83);
        border-top: 3px solid #d3d5d7;
        border: 1px solid rgba(245, 245, 245, 0.18);
        border-bottom-right-radius: 2.2px;
        border-top-right-radius: 2.2px;
        width: 71%;
        padding-left: 20px;
        color: #00186f !important;
        padding: 0 8px;
        font-family: Yekan;
        font-size: 15px;
    }

    .Email .btn-send {
        background: #d6b207;
        border: none;
        color: #333;
        font-family: Yekan;
        height: 33.4px;
        width: 80px;
        font-size: 17px;
        border-bottom: 1px solid #d6b207;
        border-bottom-left-radius: 2.2px;
        border-top-left-radius: 2.2px;
    }

@media (min-width:460px) and (max-width:770px) {
    .Email .input {
        width: 48% !important;
    }

    .nav-show .navbar-brand img {
        width: 75% !important;
    }

    .search {
        margin-left: 20px;
        margin-right: -20px;
    }

    .nav-show #toggle-search {
        float: left;
        left: 0;
        position: absolute;
    }

    .Email {
        width: 452px;
    }
}

@media (max-width:459px) {
    .nav-show .navbar-brand img {
        width: 65% !important;
    }

    .search {
        margin-left: 25px;
        margin-right: -25px;
    }

    .nav-show #toggle-search {
        float: left;
        left: 0;
        position: absolute;
    }

    .Email {
        width: 260px;
    }

    .logosite img {
        width: 293px !important;
    }
}

@media (max-width:800px) {
    .logosite img {
        width: 322px;
    }
}

.search-input,
.button-search {
    padding: 0.6875em 2em;
}

.search-input {
    margin-left: 0;
    padding: 10px 15px;
    width: 100%;
    border: solid 2px #8a95a4;
    border-right: none;
    border-radius: 0 2px 2px 0;
    background: rgba(131, 142, 156, 0.85);
    color: #fff;
    box-sizing: border-box;
    margin-right: 13%;
}

    .search-input::-webkit-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input:-ms-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input::-ms-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input::placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

input.search-input:focus {
    transition: background 0.25s, border-color 0.25s;
    background: rgba(232, 232, 232, 0.22);
    border-color: rgb(67, 83, 92);
    outline: none;
}

    input.search-input:focus::-webkit-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus:-ms-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus::-ms-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus::placeholder {
        transition: color 0.25s;
        color: #898989;
    }

.button-search {
    transition: background 0.25s, color 0.25s;
    border: none;
    border-radius: 2px 0 0 2px;
    background: #d6b207;
}

    .button-search:hover {
        transition: background 0.25s, color 0.25s;
        background: #d6b207;
        color: #fff;
    }

.wrapper {
    top: 47%;
    position: relative;
}

.backW section {
    padding-top: 0 !important;
}

.sticky-header {
    padding-top: 100px;
}

    .sticky-header header {
        min-height: 75px;
        height: 75px;
        background-color: #1b2735;
    }

        .sticky-header header h1 {
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        }

.pt {
    position: absolute;
    top: 0;
    z-index: 999;
    display: flex;
    margin: 0;
    width: 85%;
}

.logom {
    display: block;
}

.nav-show .navbar-trans {
    background-color: transparent;
    border: none;
    transition: top 1s ease;
}

.nav-show .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 7px 0;
    border-radius: 0;
    z-index: 99;
}

.nav-show .container-fluid {
    padding-right: 3% !important;
    padding-left: 2% !important;
}

.nav-show .navbar-doublerow > .navbar {
    display: block;
    margin: 0px auto;
    min-height: 25px;
    background: #fff;
    height: 62px;
}

.nav-show .navbar-doublerow .nav {
    padding: 0px auto;
}

.nav-show .navbar-doublerow .dividline {
    margin: 5px 100px;
    padding-top: 1px;
    background-color: inherit;
}

.nav-show .navbar-doublerow .navbar-top ul > li > a {
    padding: 10px;
    font-size: 12px;
}

.nav-show .navbar-doublerow .navbar-top ul > li .dropdown-menu {
    background-color: #fff;
}

.nav-show .navbar-top .social > li {
    float: right;
}

.nav-show .in-menu {
    margin-right: 140px;
    top: 70px;
}

.nav-show .navbar-nav {
    margin: 0px;
}

.nav-show .navbar-doublerow .navbar-down .navbar-brand {
    padding: 0px;
    float: left;
    color: #333;
    font-size: 32px;
}

.nav-show .navbar-doublerow .navbar-down ul > li > a {
    color: #333;
    transition: border-bottom .2s ease-in, transform .2s ease-in-out;
}

    .nav-show .navbar-doublerow .navbar-down ul > li > a:hover {
        border-bottom: 2px solid #0db4e9;
        color: #003366;
    }

.nav-show .navbar-doublerow .navbar-down .dropdown {
    padding: 5px;
    color: #000;
}

    .nav-show .navbar-doublerow .navbar-down .dropdown ul > li > a,
    .nav-show .navbar-doublerow .navbar-down .dropdown ul > li > a:hover {
        color: #000;
        border-bottom: none;
        padding: 13px;
    }

.nav-show .navbar-doublerow.navbar-trans.afterscroll {
}

.nav-show .navbar-doublerow.navbar-trans.afterscroll {
    top: -50px;
}

.nav-show ul.dropdown-menu .sub-menu,
.nav-show .nav-tabs .sub-menu {
    display: none;
    background: #fff;
    padding: 12px;
    margin: 0px 5px;
}

    .nav-show .nav-tabs .sub-menu li {
        margin: 5px 0px;
        border: 1px solid transparent;
    }

.nav-show .nav-tabs {
    border-bottom: none;
    padding-top: 6px !important;
}

.nav-show .flex-container {
    display: flex;
    justify-content: space-between;
}

.nav-show .text-white,
.text-white-hover:hover {
    color: #333 !important;
}

.nav-show .light-grey {
    color: #000 !important;
    background-color: #E6E9ED !important;
}

.nav-show .lo-rg i {
    padding: 0px 5px;
}

.nav-show .date-on {
    margin-top: 5px;
}

.nav-show #register-submit,
#login-submit {
    background: #19afda;
    color: #fff;
    border-color: rgb(204, 204, 204);
}

    .nav-show #register-submit .form-group.text-center label {
        font-size: 11px;
    }

.nav-show .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #19afda;
    font-weight: 800;
}

.nav-show .nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #d6b207;
}

.nav-tabs > li > a:hover {
    border-color: transparent !important;
}

.navbar {
    position: relative;
    top: 190px;
    min-height: 75px;
}

.nav > li > a {
    font-size: 16px;
    font-family: Mj_Tunisia !important;
}

/*search*/
body > .search {
    *zoom: 1;
    position: relative;
    color: #fff;
    background-color: #25323d;
}

    body > .search:after {
        content: "";
        display: table;
        clear: both;
    }

.nav-show .header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 77px;
    height: 60px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII=");
    border: none;
    cursor: pointer;
}

.nav-show #toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

.nav-show #toggle-search {
    float: right;
    top: 1em;
    background-position: -58px -0.6em;
}

    .nav-show #toggle-search.open:after {
        top: 44px;
    }

.nav-show .search .header-button i {
    padding: 0px 0 0 22px;
}

.nav-show #toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

.nav-show #toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

    .nav-show #toggle-basket:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 2px;
        height: 50px;
        content: "";
        background-color: #000;
    }

.nav-show #search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 73px;
    left: 0;
    width: 100.1%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

    .nav-show #search-form.open {
        max-height: 60px;
    }

    .nav-show #search-form fieldset {
        position: relative;
        margin: 0 60px 0 0;
        padding: 0;
        border: none;
    }

    .nav-show #search-form input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 60px;
    }

        .nav-show #search-form input[type="search"] {
            width: 100%;
            background: transparent;
            border: none;
            position: relative;
            right: 2%;
            color: #00186f !important;
        }

@media (max-width: 768px) {
    .nav-show #search-form input[type="search"] {
        right: 15%;
    }

    .nav-show #toggle-search {
        float: right;
        top: 1em;
        background-position: -54px -7px;
    }
}

@media (max-width:600px) {
    .imgMobile {
        margin-top: -9px;
    }
}

.nav-show #search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 70px;
    margin: 0;
    font-size: 10px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f2583;
    background: #f2c413;
    border: none;
    cursor: pointer;
}

/*end-search*/

.nav-show {
    display: none;
}

    .nav-show .navbar-brand {
        width: 245px;
        height: 100%;
        padding: 2px 7px;
        text-align: center;
    }

        .nav-show .navbar-brand img {
            width: 100%;
            height: 100%;
        }

    .nav-show a {
        color: #fff;
        font-size: 14px !important;
        transition: color 0.5s ease;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #091029;
    overflow-x: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        font-family: Mj_Tunisia !important;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #d6b207;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.navbar--items {
    color: transparent;
}

/*End-Navbar*/

/*gridGallery*/
#gridGallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

    #gridGallery .colmd-6,
    #gridGallery .col-md-3 {
        margin: 0;
        padding: 0;
    }

    #gridGallery .row {
        background: #fff;
    }

    #gridGallery .box {
        background-position: center center;
        background-size: cover;
        border: 5px solid #f7f7f7;
        transition: opacity .25s;
        overflow: hidden;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #gridGallery .hiddenText {
        display: none !important;
    }

    #gridGallery .box:hover {
        cursor: pointer;
        opacity: .8;
        z-index: 1;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #gridGallery #boxThree,
    #gridGallery #boxFour,
    #gridGallery #boxFive,
    #gridGallery #boxSix,
    #gridGallery #boxOne,
    #gridGallery #boxTwo {
        height: 288px;
        padding: 0;
    }

        #gridGallery #boxOne img,
        #gridGallery #boxTwo img,
        #gridGallery #boxThree img,
        #gridGallery #boxFour img,
        #gridGallery #boxFive img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 1200px) {
    #gridGallery .full {
        width: 970px;
    }
}

@media (max-width: 992px) {
    #gridGallery .full {
        width: 750px;
    }

    #gridGallery h3 {
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    #gridGallery .box {
        height: 330px !important;
    }

    #gridGallery .row {
        background-color: transparent;
    }

    #gridGallery #gridH .row {
        margin-top: 0px;
    }

}
@media (min-width: 680px) and (max-width: 1200px)  {
    .film video,.d video{
        top: 49% !important;
    }
}
@media (max-width: 679px){
    .film video,.film2 video{
        top: 49.9% !important;
    }

}


#gridGallery h3 {
    position: absolute;
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 4.5rem;
    z-index: 10;
    bottom: 0;
    text-align: center;
    margin: 0;
    background: rgba(238, 238, 238, 0.41);
}

/*endGridGallery*/

/*TitrSiteHomePage*/
.backMain-welcome .container-fluid {
    padding: 0 8%;
}

.backMain-welcome .adv {
    background-color: rgba(255, 255, 255, 0.611764705882353);
    height: 220px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
    padding: 25px;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .backMain-welcome .adv img {
        width: 100%;
        height: 100%;
    }

.backMain-welcome {
    background-image: url(../images/blue1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 9px 0;
    margin: 4% 0;
    margin-bottom: 2%;
}

    .backMain-welcome h4 {
        font-size: 21px;
        text-align: center;
        color: #fff;
    }


/*endTitrSiteHomePage*/

/*sliderfade*/
.slider-fade {
    min-height: 305px;
    height: auto;
    padding: 24px 0;
    padding-bottom: 0 !important;
}

    .slider-fade .container-fluid {
        padding: 0 8%;
    }

    .slider-fade .carousel-caption {
        padding-bottom: 100px;
    }

    .slider-fade .col-xs-9,
    .slider-fade .col-sm-9,
    .slider-fade .col-md-9,
    .slider-fade .col-lg-9 {
        padding: 0 3em;
    }

    .slider-fade .rw-words-1 span {
        position: absolute;
        opacity: 0;
        overflow: hidden;
        color: #f65a3a;
        font-weight: 400 !important;
        -webkit-animation: rotateWord 18s linear infinite 0s;
        -ms-animation: rotateWord 18s linear infinite 0s;
        animation: rotateWord 18s linear infinite 0s;
    }

        .slider-fade .rw-words-1 span:nth-child(2) {
            -webkit-animation-delay: 3s;
            -ms-animation-delay: 3s;
            animation-delay: 3s;
            color: #0d9b56;
        }

        .slider-fade .rw-words-1 span:nth-child(3) {
            -webkit-animation-delay: 6s;
            -ms-animation-delay: 6s;
            animation-delay: 6s;
            color: #f65a3a;
        }

        .slider-fade .rw-words-1 span:nth-child(4) {
            -webkit-animation-delay: 9s;
            -ms-animation-delay: 9s;
            animation-delay: 9s;
            color: #0d9b56;
        }

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

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

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

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

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

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

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

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

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slider-fade .rw-words {
    display: inline;
    text-indent: 10px;
}

.slider-fade .agileits-banner-info span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

/*.slider-fade .agileits_w3layouts_more a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #0d9b56;
    padding: .7em 2em;
    display: inline-block;
    margin-top: 40px;
    border-radius: 2px;
}*/

.slider-fade .agileits_w3layouts_more a:focus {
    outline: none;
}

.slider-fade .agileits_w3layouts_more a:hover {
    background: #f65a3a;
}

.slider-fade .agileits_w3layouts_more.menu__item {
    text-align: center;
}

.slider-fade .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.slider-fade .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .slider-fade .carousel-fade .carousel-inner .active.left,
    .slider-fade .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.slider-fade .carousel-fade .carousel-inner .next.left,
.slider-fade .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.slider-fade .carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .slider-fade .carousel-fade .carousel-inner > .item.next,
    .slider-fade .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slider-fade .carousel-fade .carousel-inner > .item.prev,
    .slider-fade .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .slider-fade .carousel-fade .carousel-inner > .item.next.left,
        .slider-fade .carousel-fade .carousel-inner > .item.prev.right,
        .slider-fade .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.slider-fade #myCarousel .item img {
    width: 100%;
    height: 100% !important;
}

.slider-fade #myCarousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 270px;
    border-radius: 2px;
	margin-bottom:0.5em;
}

.slider-fade #myCarousel .carousel,
.slider-fade #myCarousel .item {
    height: 270px;
}

.slider-fade .widget {
    height: 270px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
    padding: 25px;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .slider-fade .widget img {
        width: 100%;
        height: 100%;
    }


.slider-fade .carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 5em !important;
    left: 0 !important;
    z-index: 10;
    padding-top: 0;
    color: #fff;
    text-align: right;
}

.slider-fade .carousel-caption1 {
    position: absolute;
    right: 0 !important;
    bottom: 47px !important;
    left: 0 !important;
    z-index: 10;
    padding-top: 2em;
    color: #fff;
    text-align: right;
    border-top: 1px solid rgba(171, 172, 172, 0.6);
}

.slider-fade tr td {
    padding-left: 1em;
    font-size: 12px;
    padding-bottom: 4px;
}

    .slider-fade tr td:last-child {
        padding-left: 0;
    }
    .slider-fade tr td:last-child span{
        margin-left: 0;
    }

.tag td {
    text-shadow: none;
    text-align: left;
    padding-left: 0 !important;
}

.tag {
    margin-top: 1em;
}

    .tag span {
        background-color: #d4e9ef;
        color: rgba(7,10,12,0.75) !important;
        border: 1px solid #eeeeee42;
        border-radius: 2px;
        margin-left: 0.4em;
        padding: 6px 9px;
        position: relative;
        top: 0.8em;
        font-family: Arial !important;
        font-size: 13px !important;
        cursor: pointer;

    }

        .tag span:hover {
            background-color: #F86D07;
            color: #fff !important;
            -webkit-box-shadow: #F8D38F 1px 1px;
            -moz-box-shadow: #F8D38F 1px 1px;
            box-shadow: #F8D38F 1px 1px;
            cursor: pointer;
        }

    .tag a {
        text-decoration: none;
    }



@media (max-width: 630px) {
    .slider-fade #myCarousel .item img {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .Email {
        top: 141px !important;
    }
    .navbar {
        min-height: 76px;
    }
}
@media (max-width: 765px) {
    .tag {
        float: left;
        margin-top: 2em;
    }

    .slider-fade tr td {
        text-align: center;
    }

    .slider-fade #myCarousel .carousel-inner {
        height: 279px;
    }

        .slider-fade #myCarousel .carousel-inner .item {
            height: 295px;
        }

    .slider-fade .carousel-caption1 {
        padding-top: 1.5em !important;
    }

    .tag span {
        padding: 0px 2px !important;
    }
 
}
@media (max-width: 754px) {
    .slider-fade #myCarousel .carousel-inner {
         position: relative;
		width: 100%;
		height: 270px;
		margin-right: 0px;
		border-radius: 2px;
}
}

@media (min-width: 900px) and (max-width: 992px) {
    .slider-fade .widget {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 890px) {
    .slider-fade .widget {
        margin-bottom: 15px !important;
    }
}
@media (min-width: 970px){
		.pdi-adv{
		padding-right:0;
	}
	
}
@media (min-width: 768px) and (max-width: 988px) {

    .slider-fade #myCarousel .carousel-inner {
			position: relative;
		    width: 100%;
			height: 270px;
			margin-right: 0px;
			border-radius: 2px;
}

    .pdi-adv,.pdi-adv-two{
		padding-right:0;
	}
}

@media (max-width: 1200px) {
    .slider-fade h5 {
        font-size: 11px !important;
    }

    .slider-fade .agileits-banner-info span {
        font-size: 13px !important;
    }
}

@media (min-width: 1000px){
.slider-fade #myCarousel .carousel-inner {
		width: 98.8%;
		margin-right: 10px;
	}
  .pdi-adv .widget{
	width: 99%;
}
}


/*endsliderfade*/

/*avertising*/
.backMain-adv .container-fluid {
    padding: 0 8%;
}

.backMain-adv .adv {
    background-color: rgba(255, 255, 255, 0.611764705882353);
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
    padding: 25px;
    border-radius: 2px;
}

    .backMain-adv .adv img {
        width: 100%;
        height: 100%;
    }

.backMain-adv {
    background-image: url('../images/blue1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0;
}

/*EndAvertising*/


/*go-to-top*/
.scrollup i {
    font-size: 33px;
    color: #9A9A9A;
    cursor: pointer;
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    display: none;
    z-index: 9999;
}

/*end-go-to-top*/
.film {
    position: relative;
    background-color: black;
    min-height: 23em;
    height: auto;
    width: 100%;
    overflow: hidden;
}

    .film video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.film2 {
    position: relative;
    background-color: black;
    min-height: 23em;
    height: auto;
    width: 100%;
    overflow: hidden;
}

    .film2 video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .film2,.film {
            min-height: 23em !important;
        }
    }

#myCarousel{
    background-color: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
    border-radius: 2px;
}

#myCarousel span, #myCarousel table tr td{
    color: #1c2039;
}

#myCarousel .carousel-caption{
    text-shadow: none !important;
}