

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cf:after {
  content:"";
  display:table;
  clear:both;
}

html {
  background: #fff;
  color: #424242;
  font:300 16px/20px 'Roboto', sans-serif;
    font-weight: ;
}

body {
  background: #fff;
  font-size: 100%;
}


img {
  height: auto;
  max-width: 100%;
  
}




/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/


 




h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
  line-height: 46px;
}

h3 {
  font: 100 24px/32px 'Roboto', sans-serif;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
}

strong {
  font-weight: 400;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

h2.main-headline {
    /* margin: 0 auto; */
    text-align: center;
    margin: 65px 0;

}

h2.main-headline::after{
content:url('../images/leaf-2.png');
}

h2.main-headline::before{
content:url('../images/leaf-1.png');
}





/*---------------------------------------
    General               
-----------------------------------------*/


a {
  color: #777;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #8bc53f;
  outline: none;

}


.section-title {
  position: relative;
  padding-bottom: 62px;
  text-align: center;
}

.section-title h3 {
  color: #555;
  font-weight: 400;
  letter-spacing: 4px;
}






.va-logo{
  margin: 0;
  text-align: center;
    padding: 20px;
}

.logo-spin{
 -moz-animation-name:circle2;
-moz-animation-duration:20s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:circle2;
-webkit-animation-duration:20s;
-webkit-animation-timing-function:linear;
-webkit-animation-iteration-count:infinite;
-webkit-transform-origin: center center;
-webkit-transform-origin: 50% 50%;

transform-origin: center center;
      
      
}

@-webkit-keyframes circle2 {
100% {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes circle2 {
100% {-moz-transform: rotate(360deg);}
}


}




 .logo-img{
  padding-left: 10px;
 }
/*---------------------------------------
    Main Navigation             
-----------------------------------------*/
nav[role=navigation] li a:hover {
  color:#8bc53f;

}
nav[role=navigation] li a:hover::before {
   content:url('../images/leaf-1.png');
    
}
 
nav[role=navigation] li a:hover::after {
   content:url('../images/leaf-2.png');
    
}

a.menu-link {

  display: block;
  padding:  0.5em 2.4em;
  text-decoration: none;
  text-align: center;
  color: #777;
  background-color:  #e7e7e7; 
    }
    nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 19em;
  }
  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    background: rgba(0, 0, 0, 0.74);
   font-weight: 100;
    
}
  nav[role=navigation] li a {
    display: block;
    padding: 0.6em;
    border-bottom: 1px solid #808080;
    text-decoration: none;
    text-align: center;
    color: #fff;
  }


#active a  {
 color:#8bc53f;

}

/*single project navigation*/

#hover a:hover::before {
   content:url('../images/leaf-1.png');
    
}

#hover a:hover::after {
   content:url('../images/leaf-2.png');
    
}



.email-group.cf {
    margin-bottom: 138px;
}





/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
}

#home hr {
  width: 200px;
  margin-top: 32px;
}

.pink{
  color: #ec1c24;
}

.email{
  text-align: center;

}

/*---------------------------------------
   About section              
-----------------------------------------*/

#about .text-center {
  padding-bottom: 42px;
}

#about .col-md-8 {
  padding-left: 0px;
}

#about .col-md-8 img {
  padding-right: 22px;
  padding-bottom: 22px;
}

#about hr {
  width: 100px;
  margin-top: 42px;
  margin-bottom: 42px;
}

#about ul {
  padding-left: 22px;
}

#about ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}



/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
  color: #f0f0f0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 32px;
}

#portfolio .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #222;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .text-center {
  padding-top: 62px;
}



/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
  text-align: center;
}

#single-project .col-md-12,
#single-project .col-md-6,
#single-project .col-md-4 {
  padding-left: 0px;
  padding-bottom: 22px;
}

#single-project .col-md-12 {
  padding-top: 42px;
}

#single-project .text-center strong {
  display: block;
  padding-top: 12px;
}

#single-project a {
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 14px;
}

.button{

  margin: 40px 0;
}

.project-btn {
    border-radius: 100px;
    color: #777;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 72px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #cfcfcf;
    text-align: center;
}

 .project-btn:hover {
  background: #cfcfcf;
  border-color: transparent;
  color: #ffffff;
}


.sidebar-fixed h4{
  font-size: 20px;
  margin-bottom: 20px;
}


.sidebar-fixed{
  background-color: #f8f8f8;

}







.project-gallery ul {
    overflow: hidden;
    padding: 0;
}

.project-gallery ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    list-style-type: none;
}

.project-gallery ul li a {
    display: inline-block;
    max-width: 78px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.project-gallery ul li a:hover {
    opacity: 0.7;
}

.project-gallery ul li a img {
    width: 100%;
}

.project-gallery {
    margin: 56px 0 14px 0;
}

.project-feature h1 {
    margin-bottom: 5px;
}

.project-feature ul li {
    color: #848484;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 32px;
    list-style-type: none;
}

.project-feature ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 8px;
}

.project-feature ul {
    padding: 0;
}


.process-img{
  margin:  20px 0;
}


/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-6,
#contact .col-md-12 {
  padding-left: 0px;
}

#contact .form-control {
  border: 1px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #777;
}

#contact input,
#contact select {
  height: 50px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #000;
}

.backtotop{
  margin-top: 20px;
}

.backtotop h5 {
    padding: 0;
    padding-left: 18px;
    margin: 0;
    color: #7bc143;
}

.backtotop img{
  max-width: 40px;
 }
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    border-top: 1px solid #f0f0f0;
    padding: 100px 0 0 0;
    position: relative;
}

footer .col-md-3 .fa {
  font-size: 42px;
}

footer a {
  color: #555;
}

footer hr {
  border-color: #ffffff;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 16px;
  text-align: center;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #777;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}

.social-icon li a:hover {
    color: #000;
    transform: scale(1.1);
}



.project-gallery-about{

  
  text-align: center;
}



.face{
  max-width: 200px;
  margin: 0 auto;
  margin-top: 50px;
}


blockquote{
  text-align: center;
  color: #8ac53e;
  margin-top: 50px;
}



.about-me-paragraph{
  padding: 20px;
}

















/*----------------------------------------------------End of Iphone 6 portrait 375px*/


/*----------------------------------------------------Iphone 6 landscape 667px*/
@media screen and (min-width: 667px){


  a.menu-link {
         display: none;
      }
      .js nav[role=navigation] {
        max-height: none;
      }
      nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
        text-align: center;
        letter-spacing: 2px;
      }
      
      nav[role=navigation]  li {
        display: inline-block;
        margin: 0 20px;
      }
      nav[role=navigation] li a {
        border: 0;
      }
}

/*-----------------------------------------------End of Iphone 6 landscape 667px*/



/*----------------------------------------------------Ipad portrait 768px*/
@media screen and (min-width: 768px){

.about-me-paragraph{
  max-width: 700px;
  margin: 0 auto;
}

}


/*---------------------------------------------------end of-Ipad portrait 768px*/



/*----------------------------------------------------desktop 960px*/

@media screen and (min-width: 960px){

   nav[role=navigation]  li {
        margin: 0 30px;
      }


.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0;
    border: 1px solid transparent;
}



.email{
  float: right;
  padding-top: 16px;
}

.social-media{
  float: left;
}
.email-group{
  max-width: 415px;
  margin: 0 auto;
}

#home p{
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
}

.about-me-paragraph{
  max-width: 750px;
 
}

}





