body{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-image:url(images/Ex-03.jpg);
    background-size:cover;
}


/****************TOP NAV****************/
div#top{
    margin-top: 20px;
    background-color: #787878;
    margin: 0px;
    padding-top: 20px;
}

div#logo{
    width: 17.5%;
    float: left;
    display: inline-block;
}

div#logo img{
    width: 300px;;
    margin-left: 20px;
    position: relative;
    bottom: 20px;
    
}





/***navigation***/
div#navigation{
    width: 65%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 45px;
}

div#navigation ul{
    list-style-type: none;
}

div#navigation ul li{
    display: inline-block;
    padding-left: 2.5%;
}

div#navigation ul:first-child{
    padding-left: 0px;
}

div#navigation ul li a{
    text-decoration:none;
    color:#ffffff;;
}

div#navigation ul li a:hover{
    color: #3399FF;
    border-bottom:1px solid #3399FF;
}

a.current{
    border-bottom:1px solid #3399FF;
}




/***social media***/
div#social-media{
    width: 17.5%;
    display: inline-block;
    margin-top: 30px;
}

div#social-media img.social{
    width: 50px;
    margin-top: 15px;
}

div#clear{
    clear: both;
}

div#languages{
    display: inline-block;
    position: relative;
    bottom: 30px;
    float: right;
    right:20px;
}

div#social-media img.flag{
    width: 40px;
    border:1px solid #989898;
}

div#social-media a{
    text-decoration: none;
}



#skype{
    display: inline-block;
    width: 50px;
    position: relative;
    bottom:10px;
    max-height: 50px;
}



/***********SLIDER*************/
#slider{
    overflow: hidden;
    background-image:url(images/business-banner.jpg);
    background-size:cover;
    height: 400px;
   
}

#services-banner{
   width: 32%;
    float: right;
    background: rgba(255, 255, 255, 0.5);
    height: 400px;
    text-align: left;
}

#services-banner ul{
    list-style-type: none;
    padding: 0px;
    margin-left: 10px;
}

#services-banner ul li{
    padding-bottom: 40px;
}

#services-banner ul li h1.effect{
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
   font-family: 'Montserrat', sans-serif;
     font-size: 1.4em;
    cursor:default;
    
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-weight:normal;
}

#services-banner ul li h1.effect:hover{
    color:#ffffff;
}

#services-banner ul li a.btn{
    font-size: 0.8em;
    text-decoration: none;
    border:1px solid #ffffff;
    color: #ffffff;
    background-color: #3399FF;
    border-radius:5px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    margin-right: 10px;
}

#services-banner ul li a#btn:hover{
    background-color: #3366FF;
}





/********MAIN CONTENT*************/
div#wrapper{
    width: 80%;
    margin-left: 10%;
}

h1.heading{
    text-align: center;
    font-size: 1.6em;
}

/***sections***/
div#section{
    overflow: hidden;
}

div#section div{
    display: inline-block;
    width: 30%;
    float: left;
}


div#section div img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}


div#section div:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}


div#section div img{
    width: 100%;
    height: 230px;
}

div#section-one{
    margin-right: 2.5%;
}

div#section-two{
    margin-left: 2.5%;
    margin-right: 2.5%;
}

div#section-three{
    margin-left: 2.5%;
}


/******info*****/
div#info{
    overflow: hidden;
}

div#info div{
    display: inline-block;
    width: 30%;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    height: 660px;
}

div#info-one{
    margin-right: 2.5%;
}

div#info-two{
    margin-left: 2.5%;
    margin-right: 2.5%;
}

div#info-two p{
    text-align: left !important;
}

div#info-three{
    margin-left: 2.5%;
}

div#info-three img{
    display: inline-block;
    width: 30px;
}

div#info-three p{
    display: inline-block;
    margin-bottom: 0px;
}

div#info div p.head{
    font-size:1.2em;
    text-align: left;
    display: block;
}

div#info div p.no-margin{
    margin-top: 0px;
}

div#info div p{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}


.people-shadow{
    width:100%;
    opacity: 0.2;
    margin-bottom: 0px;
    position: relative;
    top:5px;
}

.down{
    margin-bottom: 30px!important;
}


/***********SERVICES***************/
div#services{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
}

div#services div{
    display: inline-block;
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

div.left{
    margin-right: 2%;
}

div.right{
    margin-left: 2%;
}

img.image-services{
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 185px;
}

div#services div p.text{
    
    text-align: justify;
 
}

p.services-headings{
    font-style: italic;
    margin: 0px;
    font-size: 1.2em;
    margin-left: 10px;
}

/****left and right divs***/






#serv{
    width: 100%;
    height: 400px;
    position: relative;
}

.heading-services{
    font-size:1.7em;
    text-align: left;
    width: 80%;
    margin-left: 10%;
}



/****************PARTNERS****************/
img#partners-img{
    width: 100%;
    height: 400px;
}

h1.partner-title{
    text-align: justify;
    font-weight: normal;
    font-size:1.1em;
}

div.partners-logos{
    margin-top: 30px;
}

div.partners-logos div{
    width: 22%;
    display: inline-block;
    float: left;
}

div.partners-logos div img{
    width: 100%;
    height: 100px;
}

div.partners-logos div p{
    text-align: justify;
}

div.part-1{
    margin-right: 2%;
}

div.part-2{
    margin-left: 2%;
    margin-right:2%;
}

div.part-3{
    margin-left: 2%;
    margin-right:2%;
}

div.part-4{
    margin-left: 2%;
}

h2.head-partner{
    color: #ffffff;
    font-size: 1.5em;
}



/*******************ABOUT US********************/
div#about-content{
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

p.about-info{
    text-align: justify;
    margin-top: 50px;
}

div#about-img{
    width: 40%;
    display: inline-block;
    float: left;
}

div#about-img img{
    width:95%;
}

div#about-p{
   display: inline-block;
    width: 60%;
    font-style: italic;
    font-size: 1.8em;
    text-align: left;
}

img#huge{
    display: inline-block;
    width: 30%;
    float: right;
    position: relative;
    top:25px;
}

div.separated{
    width: 70%;
    display: inline-block;
    height: 280px;
}




/*****FOOTER*****/
footer{
    background-color: #787878 ;
    margin-top: 0px;
}

footer div{
    width:80%;
    margin-left: 10%;
}

footer ul{
    list-style-type: none;
    width: 70%;
    display: inline-block;
    padding-left: 0px;
}

footer ul li{
    display: inline-block;
    padding-right: 20px;
}

footer ul li a{
   text-decoration: none;
    color: #ffffff;
}

footer ul li a:hover{
    color: #3399FF;
    border-bottom:1px solid #3399FF;
}


div#map{
    display: inline-block;
    margin-left: 0px;
}

a#footer-request{
    margin-left: 100px;
    color:#ffffff;
    border:1px solid #ffffff;
    border-radius:5px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 1.3em;
    vertical-align: top;
    position: relative;
    top:15px;
    float: right;
    background-color: #3399FF;
}







/******************PRICES********************/
p.price{
    text-align: center;
    font-size: 1.4em;
}

p#longer{
    margin-bottom: 100px;
}


table#prix{
    width: 90%;
    margin-left:5%;
    background: rgba(255, 255, 255, 0.5);
}

table#prix{
    border: 1px solid #404040;
    border-collapse: collapse;
}

#prix tr{
    border: 1px solid #404040;
    border-collapse: collapse;
}

#prix td{
    border: 1px solid #404040;
    border-collapse: collapse;
}

table tr td span{
    font-style: italic;
}






/*****************CONTACTS******************/
div#contact{
    margin-top: 30px;
}

div#contact div{
    display: inline-block;
}


div#contact img.cont{
    width:8%;
    padding-right: 10px;
}

div#contact img.location{
    width: 8.9%;
}

div#info-contact{
    width: 49%;
    float: left;
    margin-left: 2%;
    background: rgba(255, 255, 255, 0.5);
    height: 340px;
}

div#contact p{
    position: relative;
    left: 30px;
}

div#contact-form{
    display: inline-block;
    width: 49%;
    float: left;
    background: rgba(255, 255, 255, 0.5);
}

#submit{
    background-color: #3399FF;
    border:none;
    border-radius:5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 1em;
}

div#info-map{
   display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 120px;
}

p.name{
    font-size: 1.4em;
}

#map-display{
    width: 100%;
}

div#left-side{
    display: inline-block;
    width: 50%;
}

div#right-side{
    display: inline-block;
    width: 48%;
}

div#contact p.time{
    position: relative;
    left: 0px!important;
}


/***CONTACT FORMS****/
div#cont-form{
    background: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

span.italic{
    font-style: italic;
    font-weight: bold;
}