/*
* this file is created by Devma at 11/10/2017
*
*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,body{
  height: 100%;
}
.header{
 width: 100%;
}
.header img{
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  /*background-image: url();*/
}
.header .navbar .logo img{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.header .navbar{
  position: absolute;
  margin-top: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
  width: 100%;
  z-index: 1;
}
.header .navbar ul{
  float: right;
  margin-top: 2rem;
}
.header .navbar ul li{
  display: inline-block;
  padding: 0px 25px;
}
.header .navbar ul li a{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: Roboto Condensed;
  letter-spacing: 1.2px;
  color: #131313;
}
.navBtnBorder {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(154, 154, 154);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-left: 6rem;
}
.icon{
  display: none !important;
  margin-right: 20px;
  margin-top: 5px;
}
.header .navbar ul li a span{
  border-top: 2px solid #131313 !important;
  width: 35px;
  height: 8px;
  display: block;
}
.header .navbar ul li a:hover{
  text-decoration: underline;
}
.header .active{
  color: #0e5255 !important;
}
.header .logo{
  display: inline-block;
}
.header .logo h3{
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.header .header-content{
  position: absolute;
  width: 100%;
  top: 92px;
  right: 0;
  left: 0;
  margin: auto;
}
.header .header-content h1,.header .header-content h3{
  text-align: center;
  color: #fff;
  font-family: 'arial',serif;
}
.header .header-content h1{
  font-size: 4em;
  font-family: 'Rokkitt', serif;
  word-spacing: 8px;
}
.header .header-content h3{
  font-size: 2em;
  margin-top: 30px;
  font-family: 'Quicksand', serif;
}
.header .header-content h1::after{
  content: " ";
  position: absolute;
  border: 1px solid;
  width: 100%;
  top: 95px;
  right: 0;
}
.goahead{
  position: absolute;
  width: 450px;
  height: auto;
  right: 0px;
  left: 0px;
  margin: -27px auto;
  z-index: 4;
  background-color: #0e5255;
  outline: 6px solid #0e5155a8;
}
.goahead a{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Roboto,serif;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 2px;
}
.about-me{
 padding: 50px 70px;
 overflow: auto;
}
.about-me-intero{
padding: 70px 0px 50px 0px;
}
.about-me .about-me-intero h1{
  color: #131313;
  text-align: center;
  font-weight: bold;
  font-family: Roboto;
  font-size: 5.4rem;
  letter-spacing: 12px;
  padding-bottom: 45px;
  padding-top: 0px;
  padding-left: 65px;
  padding-right: 55px;
}
.about-me .about-me-intero p{
 text-align: center;
 font-family: Roboto;
 font-size: 3rem;
 color: #131313;
 padding: 0px 60px;
 line-height: 35px;
}
.about-me-block{
  overflow: auto;
  padding: 10px 0px 0px 0px;
}
.item{
  padding: 0px;
}
.about-me-block .item img{
  margin: auto;
  display: block;
  width: 90%;
  height: auto;
}
.about-me-block .item h3{
  color: #0e5255;
  text-align: center;
  font-family: Roboto;
  font-weight: 800;
  font-size: 3.2rem;
}
.about-me-block .item p{
  padding: 10px 30px 0px 30px;
  text-align: left;
  color: #131313;
  line-height: 25px;
  word-spacing: 0px;
  text-align: center;
  font-family: Roboto;
  font-size: 2.2rem;
  font-weight: 500;
}
.separate{
  border: 2px solid rgb(154, 154, 154);
  position: relative;
  margin: 0px 140px;
  overflow: auto;
}
.work{
padding: 50px 0px;
}
.work-item{
 padding: 0px;
 margin: 0px 0px 60px 0px;
}
.work-item > img{
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
}
.more-details {
  display: none;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 10%;
  cursor: pointer;
}
.more-details > img{
  float: right;
  padding: 10px;
  background-color: #ffffffbb;
  outline: 8px solid rgba(255, 255, 255, 0.52);
  margin: 30px;
  cursor: pointer;
}
.more-details .description{
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 550px;
  right: 0;
  margin: auto;
  background-color: #ffffffbb;
  display: block;
}

.more-details .description::before{
  content: "";
  border-top: 10px solid rgba(255, 255, 255, 0.52);
  position: absolute;
  bottom: 56px;
  width: 100%;


}
.work-item .description h3{
  text-align: center;
  color: #131313;
  font-family: Roboto;
  letter-spacing: 6px;
}

.work .view-more{
  width: 100%;
  overflow: auto;
  text-align: center;
  padding: 10px 0px;
}
.work .view-more a{
 text-align: center;
 display: inline-block;
 padding: 20px;
 font-size: 1.2em;
 width: 300px;
 color:#fff;
 font-family: roboto;
 font-weight: 600;
 font-size: 2.3rem;
 background-color: #898989;
 text-transform: uppercase;
 text-decoration: none;
 letter-spacing: 2px;
}
.contact-us{
  padding: 50px 0 50px 0;
  width: 100%;
  overflow: auto;
}
.contact-us h1{
  color: #0e5255;
  font-family: Roboto;
  font-weight: 800;
  text-align: center;
  padding: 0px 0px 60px 0px;
}
.contact-us form{
 text-align: center;

}
.name-info{
  width: 750px;
  margin: auto;
  text-align: center;
}
.contact-us .name-info input{
  width: 350px;
  height: 50px;
  margin: 10px ;
  background-color: #e4e8e8;
  outline: none;
  border: 0;
  font-size: 2em;
  padding: 5px 25px;
  color: #AAA;


}
.contact-us input::-webkit-input-placeholder, .contact-us textarea::-webkit-input-placeholder {
  color: #cecece;

}

.contact-us form textarea{
 margin: 10px;
 width: 725px;
 height: 250px;
 background-color: #e4e8e8;
 outline: none;
 border: 0;
 resize: none;
 font-size: 2em;
 padding: 5px 25px;
 color: #AAA;
}
.contact-us button{
  text-align: center;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1.2em;
  width: 250px;
  color:#fff;
  font-family: Roboto;
  font-weight: 700;
  background-color: #0e5255;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  margin-top: 50px;
}
.footer{
  background-color: rgb(48, 48, 48);
  height: 380px;
  width: 100%;
}
.sociaux{
  overflow: auto;
  padding: 0 204px;
  margin-top: -60px;
}
.sociaux .facebook,.sociaux .dribbble,.sociaux .twitter{
  display: inline-block;
  text-align: center;
}
.sociaux .facebook a ,.sociaux .dribbble a, .sociaux .twitter a{
  width: 120px;
  height: 120px;
  background-color: rgb(218, 218, 218);
  border: 8px solid rgba(255, 255, 255, 0.52);
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.sociaux .facebook a {
  background-image: url("../img/Facebook1.png");

}
.sociaux .dribbble a {
  background-image: url("../img/Instagram1.png");
}
.sociaux .twitter a {
  background-image: url("../img/WhatsApp11.png");
}
.copyright{
  position: relative;
  margin: 130px 0px 0px 100px;
  color: #fff;
  font-size: arial;
  font-family: arial;
  

}
.copyright h5{
  font-size: 1.2em;
  font-family: Roboto;
  margin-top: 50px;
}
.copyright a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.goTop{
  display: none;
  width: 43px;
  height: 43px;
  background-color: rgba(26, 188, 156, 0.52);;
  position: fixed;
  right: 40px;
  top: 520px;
  text-align: center;
  padding: 5px;
  font-size: 1.5em;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;

}
.footer1 {
  float: left;
}
.footer2 {
 display: inline-block;
 text-align: right;
 width: 70%;
}

/* media query*/



@media screen and (max-width:900px){
.esp1 {
  width: auto;
  height: 100px;
  background-color: rgb(239, 239, 239);
}

.header .navbar .logo img{
  width: 60%;
  height: auto;
  position: relative;
  display: flex;
}

.header .navbar ul li{
 display: block;
 float: left;
 padding:  5px 5px 0px 5px;
 background-color:  rgba(255, 255, 255, 0.39);
 border-radius: 0.3rem;

}
.header .navbar ul li{
  display: none;
}

.header .navbar {
 width: 100%;
 left: 0;
 right: 0;
 top: 0;
  padding-left: 3rem;
  padding-right: 3rem;

}
.header .navbar ul {
 width: 100% !important;
 float: none;
 justify-content: end;
 display:grid;
 margin-top: 0px;
}
.icon{
 position: absolute;
 display: block !important;
 float: right !important;
background-color:  rgba(0, 0, 0, 0) !important;
 right: 0;
 top: 3px;
}

.header .responsive  li {
  float: none !important;
  display: flex !important;
  text-align: left;
  }
.navBtnBorder {
border-style: solid;
border-width: 2px;
border-color: rgb(154, 154, 154);
padding-top: 1rem !important;
padding-bottom: 1rem !important;
margin-left: 0rem;
background-color: #fff !important;
justify-content: center;
display: flex;
width: 200px;
margin-bottom: 2px;
}
.header .navbar ul li a .line1{
text-transform: uppercase;
color: #fff;
font-weight: bold;
font-size: 2.5rem;
font-family: Roboto Condensed;
letter-spacing: 1.2px;
color: #131313;
justify-content: end;
}
.header .navbar ul li a span{
  border-top: 2px solid #fff;
  width: 35px;
  height: 8px;
  display: block
}
.header .navbar ul li a{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: Roboto Condensed;
  letter-spacing: 1.2px;
  color: #131313;
}
.header .responsive .icon{
  background-color:  rgba(154, 154, 154, 0.39) !important;
  margin-top: 5px;
}
.goahead{
  width: 250px;
  margin: -27px auto;
}
.goahead a{
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: Roboto,serif;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 2px;
}
.about-me{
  padding: 60px 15px 10px 15px ;
}
.about-me-intero {
  padding: 0;
}
.about-me .about-me-intero h1{
  color: #131313;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.about-me .about-me-intero p {
  padding: 10px 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 2rem;
  color: #131313;
  padding: 0px 15px;
  line-height: 20px;
}
.item{
  padding: 40px 0px;
}
.about-me-block .item h3{
  color: #0e5255;
  text-align: center;
  font-family: Roboto;
  font-weight: 800;
  font-size: 2.7rem;
}
.about-me-block .item p {
  padding: 25px;
}
.separate{
  margin: 0px 40px;
}
.work-item > img {
  width: 80%;
}
.more-details {
  right: 0;
  left: 0;
  top: 0px;
  margin: auto;
  width: 80%;
  height: 100%;
}

.more-details > img {
 margin-top: 30px;
}
.more-details .description {
  width: 100%;
  left: 0;
  right: 0;
}
.work .view-more a{
  text-align: center;
  display: inline-block;
  padding: 13px;
  width: 200px;
  color:#fff;
  font-family: roboto;
  font-weight: 600;
  font-size: 1.5rem;
  background-color: #898989;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
 }
.contact-us{
  width: 100%;
  overflow: visible;
  padding: 50px 0 75px 0;
}
.contact-us h1{
  color: #0e5255;
  font-family: Roboto;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  padding: 0px 10px 60px 10px;
}
.contact-us .name-info{
  width: 100%;
  font-size: 1rem;
}
.contact-us .name-info input {
  display: block;
  margin: 5px auto;
  width: 95%;
}
.contact-us form textarea {
  width: 95%;
  margin: 5px auto ;
  font-size: 2rem;
}
.sociaux{
  padding: 0;
  right: 0;
  left: 0;
  width: 90%;
  margin: -40px auto;
  position: absolute;
  justify-content: center;
  display: flex;
}
.copyright{
  right: 0;
  left: 0px;
  margin: 10px auto;
  text-align: center;
  position: absolute;
}
.footer1 {
  float:none;
}
.footer2 {
 text-align: center;
}
.copyright h5{
  font-size: 1.5rem;
  font-family: Roboto;
  margin-top: 50px;
}
.sociaux .facebook a ,.sociaux .dribbble a, .sociaux .twitter a{
  width: 75px;
  height: 75px;
  background-color: rgb(218, 218, 218);
  border: 4px solid rgba(255, 255, 255, 0.52);
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
}
