@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
  @import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Josefin+Slab:400,600,700');
  @import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
  
.modal{
  width:100%;
  height:100%;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(93, 109, 126,0.5);
}

.modal-content{
  width:50%;
  height: 25%;
  margin:200px auto;
  background-color: #fff;
  border: 5px solid white;
  border-radius: 10px;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  padding-left:30px;
  padding-top: 10px;
  }

.okay-button{
  background-color: #5D6D7E;
  border:6px solid #5D6D7E;
  border-radius: 6px;
  font-weight: 300;
  color: white;
  padding: 0px;
  border-left: 15px solid #5D6D7E;
  border-right: 15px solid #5D6D7E;
  margin-left: 80%;
cursor: pointer;
}
.okay-button:hover{
  background-color: #273746;
  border-color: #273746;
}

   .header_bro{
    background:linear-gradient(rgba(86, 101, 115,0.3),rgba(86, 101, 115,0.3)), url("/assets/img/background.jpg") left center ;


background-size: cover;
    

    height: 450px;
    }
    .footer_bro{
      background: linear-gradient(rgba(86, 101, 115,0.5),rgba(86, 101, 115,0.5)), url("/assets/img/background.jpg") left center ;
    
background-size: cover;
    

    height: 100px; 
    }

    .logo{
      
      display: inline-block;
      float:left;
      margin-left: 20px;
      margin-top: 15px;
      height:50px;
      width: 50px;
      
    }
.logo_footer{
  display: inline-block;
      float:left;
  margin-top: 25px;
  margin-left: 20px;
height:50px;
      width: 50px;
      
}

    
nav{
    font-family: 'Open Sans', sans-serif;
    
      font-weight: 700;
      font-size: 14px;
      color: white;
     text-transform: uppercase;
    
    }

 .header_nav{


  display: inline-block;
  float: right;
  margin-top: 20px;
     margin-right: 20px;}

.content-wrap{
  display: inline-block;

}
 .footer_nav{
  float:left;
  margin-top: 30px;


 }   
 .footer_text{
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(39, 55, 70);
  
  margin-left: 20px;

}
a{
  color: inherit;
  text-decoration: none ;
  margin-left: 20px;
 
transition: color 0.5s;
}
a:hover{
  
  color: rgb(39,55,70);
}

h1{
  display: block;
   font-size: 80px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   color:white;
   text-transform: uppercase;
   padding-top: 70px;
  text-align: center;
  letter-spacing: .05em;
  clear: both;

}  
h3{
    text-transform: uppercase;
  text-align: center;
 letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;
}

.s1{
  display: inline-block;
  border: white solid 10px;
  padding: 0.2em 0.2em;
  margin-bottom: .5px;
  transition: border-color 2s, color 2s;

}  

@keyframes changeColor{
  from{ color: #273746;
  border: #273746 solid 10px;}
  to{ color:white;
  border: white solid 10px; }
}

.title{
font-family: 'Gloria Hallelujah', cursive;
font-weight: 400;
font-size: 50px;
text-align: center;
line-height: .01;

margin-top: -20px;

color:white;}

.icon_arr{
  display: flex;
  max-width: 650px;
align-items: center;
margin: 0px auto;
justify-content: space-around;

}
.img1{  
padding: -10px;
}

.img3{
    padding: -10px;
}
.about_me{
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #2C3E50;
  max-width: 620px;
  padding:0 15px;
  margin:50px auto;
  text-align: center;

}
.skill_sub{
  letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: white;
   font-size:16px; 
   text-align: center; 
   max-width: 620px;
   align-content: center;
margin-left: 350px;
line-height: 1.2;
}

.skill-lockup{
  max-width:700px;
margin-left: 425px; 
margin-top: 60px;
margin-bottom: 60px;
color:#888;
content: "";      
  display: table;

  clear: both;
font-family:  'Open Sans', sans-serif;


}

.skill-unit{
  width:300px;
  float: left;

}

.skill-icons{
  font-size: 0px;
  margin-bottom : 30px;
}
.si{
display: inline-block;
width: 14px;
height: 14px;
background-color: rgba(0,0,0,0.1);
margin-right: 2px;
border-radius: 50%;
}


.si::after{
  display: block;
  width: 10px;

  background-color: #fff;
  margin :2px;

}

.communication-skill span:nth-child(-n+8){
  background-color:#566573
}  
.organization-skill span:nth-child(-n+6){
  background-color:#566573
}  
.learning-skill span:nth-child(-n+9){
  background-color:#566573
}  
.design-skill span:nth-child(-n+3){
  background-color:#566573
}  
.programming-skill span:nth-child(-n+7){
  background-color:#566573
}  
.planning-skill span:nth-child(-n+7){
  background-color:#566573
}  

/*work section css*/
.alt{
  background-color: #e5eaee;
padding-top: 20px;
padding-bottom: 50px;
}

.work-lockup{
  width:900px;

margin:0px auto;
padding-bottom: 50px;
padding-left: 140px;
content: "";
display: table;
clear: both;
}

.work-unit{
  display: block;
  width: 30%;
  

  height: 150px;

  float: left;
  margin-left: 0.01px;
  
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 overflow: hidden;
 cursor: pointer;
  
}

.thumb-overlay{
font-size: 0px;
width: 100%;
height: 100%;
transition: background-color 1s;
}

.thumb-overlay:hover{
  font-family: 'Open Sans', sans-serif;
font-size:20px;
color: white;

background-color: rgba(56,65,73,0.85);  
width: 100%;
height: 100%;
text-align: center;
padding-top: 50px;
}
/* work sliding section*/
.work-section{
overflow: hidden;

}

.work-belt{
width:200%;
left:0%;
position: relative;
content: "";
display: table;
clear: both;
transition: left 0.5s;
}

.work-container{
  max-width: 600px;
  margin-left: 27%;
  position: relative;
  display: none;
  text-transform: uppercase;
  
 letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;

}
.thumb-wrap{
  width:50%;
  float:left;
}
.work-wrap{
  width: 50%;
  float: left;

}
.work-return{
 position: absolute;
 top:0px;
 left:-40px;
 height: 24px;
 width: 24px;
cursor:pointer;
}
.work-return:hover path{
  fill:#34495E;
}

/* testimonials */
.testimonials-heading{
  margin-top: 40px;
  text-transform: uppercase;
  text-align: center;
 letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;
}

.client-belt{
  width: 100%;
  position: relative;
}

.client-unit{
  max-width: 750px;
display: flex;
margin: 50px auto;
}

.client-details{

  min-width:250px;
margin-right: 10px;
text-align: center;
transition: 4s;
}
.client-photo{

}
.client-name{
  display: block;
text-transform: uppercase;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;
  letter-spacing: .05em;
margin-top: 7px;
}


.client-title{

  display: block;
  font-size: 24px;
letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: #34495E;

}

.client-testimony{
font-family:  'Open Sans', sans-serif; 
  color: #34495E;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
margin-top: -25px;
position: relative;

}

.clients-logos{
  display: flex;
  max-width: 750px;
margin: -50px auto 50px;
align-items: space-around;

justify-content: center;
}
.client-logo{
  min-width: 200px ;
height: 120px;
  display:block;
  
opacity: 0.5;
transition: opacity 1s;
}
.client-logo:hover{
  cursor: pointer;
 
}
.active-client{
  box-shadow: 0px 4px 0px #34495E;
  opacity: 1;
}

 .top-quote{
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  margin-top: 4px;
  margin-left: -22px;
}
.bottom-quote{
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  margin-right: -22px;
  margin-top:-45px;
  margin-left: 450px;
  
}
.client-controls{
  position: absolute;
  width: 100%;
  height: 100%;
  }

.left-control{
height: 40px;
  width: 40px;
position: absolute;
top:25%;
left:15%;
cursor: pointer;

}

.right-control{
height: 40px;
  width: 40px;
position: absolute;
top: 25%;
right:15%;
cursor: pointer;
}

/*contact section*/
.contact-icons{
  display: flex;
  justify-content: space-around;
  max-width: 240px;
  margin: 0px auto;
  padding-top: 20px;  
}
.contact-unit{
  height:40px;
  width: 40px;
  margin-left: 40px;
  margin-top: 20px;
  position: relative;
  transition: transform 0.5s;

  }

.contact-unit:hover{
    transform: scale(1.2,1.2);
  cursor: pointer;
  }

 .contact-bar{
  position: relative;
  margin:40px auto;
  
  height: 0px;
  border-top: 4px solid #273746;
  width: 90px;
 border-radius: 5%;
 } 

 .mail-id{
  font-weight: 400;
  font-size: 17px;
width: 90px;
  display: block;
  text-align: center;
 letter-spacing: .05em;
  font-family:  'Open Sans', sans-serif; 
  color: white;
 line-height: 1;

 margin: 0px auto;
 padding-bottom: -20px;
 transition: color 0s;

 }
.resume:hover{ 
  background-color: #273746 !important ;
  color:white !important;
  border-color: #273746 !important;
}

 /*form*/

 .form{
  max-width: 600px;
  content: "";
  display: table;
  clear: both;
  justify-content: space-between;
  margin: 0px auto 50px;
  
 padding: 0px auto;
 font-family:  'Open Sans', sans-serif; 
  color: #34495E;

}

 .form-name{
display: inline-block; 
 margin-right: 50px;

 }

.form-mail{
  display: inline-block; 
  

}

.form-text{
display: block;

}

.form-button{
  height: 35px;
  width: 100px; 
  font-family:  'Open Sans', sans-serif; 
  background-color: rgba(52, 73, 94,0.9); 
  color: white;
  font-weight: 400; 
  font-size: 18px; 
  text-transform: uppercase; 
  float: right;  
  border:0px;
  border-radius: 5px;
  margin-top: 12px; 
  cursor: pointer;
transition: scale 2s;
}
.form-button:hover{
  background-color:#17202A;
  transition: scale 2s;
}

.focus:focus{
  outline: 2px solid #85929E ;
  
}