/*--------------------------||Generial Elements||-------------------------------------*/

body
{
    background: #FFFFFF;
    font-family: "Helvetica Neue",sans-serif;
    font-size: 16px;
}

h3
{
    color: #0011B5;
    font-weight: bolder ;
}

h4
{
    color: #797FCA;
    font-weight: bolder;
}
/*--------------------------||Header||-------------------------------------*/
/*----|Bootstrape classes|----*/
.navbar
{
    background-color: #0011B5;
    border-radius: 0;
    border: 0 solid #0011B5;
    padding-right: 3%;
    padding-left: 3%;
}

.navbar-brand
{
    color: #FFFFFF;
}
.navbar-nav > li
{
    background-color: #0011B5;
}

.navbar-nav > li > a
{
    text-align: center;
    color: #FFFFFF;
    border-bottom: 5px solid #0011B5;
}


.navbar-nav > li > a:hover, .navbar-nav > li > a:focus
{
    background: #797FCA;
    border-bottom: 5px solid #FFFFFF;
}

.active
{
    background: #797FCA;
    border-bottom: 5px solid #F5F5F5 !important;
}

.navbar-toggle
{
    border-radius: 0;
    background-color: #0011B5;
    margin-top: 50px;
    margin-left: 0;
}

.icon-bar
{
   background-color: #FFFFFF;
}


/*----|Our classes|----*/

#menu
{
    background-color: #0011B5;
    margin-top: 0;
    padding-bottom: 0;
}

.myjumbotron
{
    background-color: #0011B5;
    height: 5px;
}

.header
{
    height: 138px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.social
{
    text-align: left;
    margin-top: 50px;
}

.social-en
{
    text-align: right;
    margin-top: 50px;
}
/*--------------------------||Main-section||-------------------------------------*/

.carousel-indicators
{
    padding-left: 35px;
}

.carousel-indicators li
{
    border: 1px solid #797FCA;
    width: 12px;
    height: 12px;

}
.carousel-indicators .active
{
    background-color: #797FCA;
    border: 1px solid  #797FCA;
}

.carousel-control i
{
    margin-top: 100%;
    font-size: 30px;
    color:  #797FCA;
}

.carousel-control.right
{
    background-image: linear-gradient(to right, rgba(250, 30, 100, 0.0) 0%, rgba(0, 17, 181,0.07)  100%);
    background-repeat: repeat-x;
}

.carousel-control.left
{
    background-image: linear-gradient(to left, rgba(250, 30, 100, 0.0) 0%, rgba(0, 17, 181,0.07)  100%);
    background-repeat: repeat-x;
}

.btn
{
    border-radius: 0;
}
.img-thumbnail
{
    border-radius: 0;
}

/*----|Our classes|----*/
.main-section
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.services
{
    margin-top: 5%;
    margin-right: 5%;
}

/*--------------------------||Footer||-------------------------------------*/

/*----|Our classes|----*/
.footer
{
    background: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999999;
}

.footer a
{
    color: #999999;
}

.footer a:hover
{
    color: #0011B5;
}

.links
{
    text-align: center;
    margin: 1%;
}

.rights
{
     text-align: center;
}

/*----|Footer Media|----*/

@media(max-width: 767px)
{
    .navbar
    {
        background: #FFFFFF;
    }
}


