@charset "UTF-8";
.logo {
	clear: none;
	float: none;
 
}

/* --------------------------------------- */
/* BASIC SETUP */
/* --------------------------------------- */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
}

html {
    background-color: #333;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    
}

/* --------------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------------- */

.logo {
    width: 100%;
    text-align: left;
    background-color: #333;
    padding: 1% 5%;
}
.row {
    max-width: 1400px;
    margin: 3% auto;
}

section {
    padding: 3% 0%;  
}
.box {
    padding: 0 2%;
    vertical-align: top;
}

.hello
{  display: block;
    border-radius: 50%;
  }

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */


header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #c8dae5), ;
    background-size: cover;
    background-position: center;
    height: 30vh;
    z-index: 2;
}


/* ------------- HEADINGS ---------------- */


h1 {

    text-align: left;
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: left;
}


h2 {
    text-transform: uppercase;
    margin: 30px 0;
    text-align: left;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    
}

h2:after {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: " ";
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

h3 {
    text-transform: uppercase;
    font-size:14px;
    text-align: center;
    margin: 5px 0 0 0;
}

h4 {
    font-size: 14px;

    letter-spacing: 2px;

    text-transform: uppercase;
    text-align: left;
}
h5 {
    font-size:11px;
    text-align: right;
color: #555;
    text-decoration: none;
    margin-bottom: -20px;
}
h5 a {
    font-size:11px;
    text-align: right;
color: #555;
    text-decoration: none;
    text-decoration: underline;
}


h6 {
    color: #333;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;

}

h7 {
    color: #567284;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
     text-transform: uppercase;
}

h8 {
    text-transform: uppercase;
    margin: 30px 0;
    text-align: left;
    color: #333;
    font-size: 20px;
    letter-spacing: 4px;
    font-style:italic;
}

h8:after {
    display: block;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.63);
    content: " ";
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

h9 {
    color: #d3d1d1;
    font-size: 14px;
    text-align: left;
    font-style: italic;
}

h10 {
    color: #d3d1d1;
    font-size: 16px;
    text-align: left;
}

/* -------------- PARAGRAPHS ---------------- */
 

.short-copy {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 145%;
    width: 100%;
    text-align: left;
}

.short-copy a {
    color: #d1d1d1;
    text-decoration: none;
    text-decoration: underline;
}

.services {
    font-size: 120%;
    color: #567284;
    text-decoration: none;
    line-height: 155%;
    width: 100%;
    text-align: left;
    margin: 30px 50px;
}

.icon {
    font-size:120%;
    display: inline-block;
    position: relative;
    color: #567284;
    margin-right: 20px;
    vertical-align: top;
}

.icon2 {
    font-size:150%;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-right: 20px;
    vertical-align: top;
}
   
.quote {
    font-size:200%;
    display: inline-block;
    position: relative;
    color: #fff;
    vertical-align: top;
}
/* --------------------------------------- */
/* SECTIONS */
/* --------------------------------------- */


.section-workhead {
    padding: 5% 0;
    text-align: left;
    width: 100%;
    background-image: linear-gradient(#fff, rgba(195, 195, 195, 0.6)), url(img/bg_main.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-expertise {
    padding: 5% 0;
    text-align: left;
    width: 100%;
    background-image: linear-gradient(#fff, rgba(250, 250, 250, 0.6)), url(img/bg_work.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    vertical-align: top;
}
.section-skills {
    text-align: left;
    width: 100%;
     background-image: linear-gradient(#000, rgba(82, 82, 82, 0.6)), url(img/bg_skills.jpg);
 background-size: cover;
    background-position: center;
    
}
.section-about {
    padding: 5% 0;
    text-align: left;
    width: 100%;
    background-image: linear-gradient(#fff, rgba(193, 191, 191, 0.6)), url(img/bg_about.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-contact {

    text-align: left;
    width: 100%;
   background-color: rgb(180, 114, 24);
    background-size: cover;
    background-position: center;
    background-attachment: fixed 
}
.section-projects {

    text-align: left;
    width: 100%;
   background-color: #333;
    background-size: cover;
    background-position: center;
    background-attachment: fixed 
}
.section-footer {
   display: block;
   background-color: #567284;
   color: #fff;  
   text-align: left;

}
.section-testimonials {

    text-align: left;
    width: 100%;
   background-color: #3c4f5c;
    background-size: cover;
    background-position: center;
    background-attachment: fixed 
}


/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

.footer-nav {
padding: 2%;
}
.footer-nav li {
     display: block;
     list-style: none;
     color: #fff;
}
.footer-nav li a:link, 
.footer-nav li a:visited {
    padding: 4px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 70%;
    letter-spacing: 1px;
}
.footer-social li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0; 
}




/* -------------- CATEGORIES LINKS ---------------- */


.container {
  position: relative;

}


.img {
  display: block;
  width: 100%;
  height: auto;

}


/* -------------- BUTTONS ---------------- */

.btn:link, 
.btn:visited {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 40px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.4s; 
    
}

.btn:hover,
.btn:active {
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.13);
}

.btn-ghost:link, 
.btn-ghost:visited {
    margin-top: 50px;
    border-radius: 0px; 
     border-radius: 20px; 
}


/* ------------- NAV ------------ */
/*menu bar*/
.menu {
     margin-right: 50px;
}

.menu nav.desk,
.menu nav.mob{

    top: 0; 
    z-index: 999;
                        /*sticky nav bar height: height: 60px;  */  
                        /*for sticky nav: use  position: fixed;*/
                        /*for sticky bar to appear over contents: z-index: 5; */
}


/*menu list*/
nav.desk ul { 
    list-style: none;
   text-align: right;
}

/*menu style*/
nav.desk ul li{
    display: inline-block;
    width: 100%
    position: absolute;
   /*if need a full bar use: width: %*/

    font-size: 85%;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px; 
}

/*menu text*/

nav ul li a,
nav.desk ul li.t li a {
        color: #ffffff;
        text-decoration: none;
    }

/*menu hover*/
nav.desk  ul li a:hover,
nav.desk  ul li a:active {
    color: #c7e5ff;
    border-bottom: 1px solid;
    transition: border-bottom 0.2s;
}


/*hamburger hiding list*/

nav.mob,
.hamburger-btn{
text-align: right;
    position: fixed;
    display: none;
    color: #b4b4b4;
    background: #383838;
    z-index: 999;
}
@media screen and  (max-width: 1050px){ /*on mob. hamburger menu will show*/  
    nav.desk{
        display: none;
    }
.menu nav.mob{


    width: 100%; /*on mob. the menu will cover horizontal*/  
} 
    nav.mob,
    .hamburger-btn{
        display: block;
        z-index: 999;
    }   
    .hamburger-btn {
        position: relative;
    }
     .hamburger-btn .ion-android-menu,
    .hamburger-btn .ion-android-close {
        position: fixed;
        right: 14px;
        top: 10px;
        font-size: 180%;
        cursor: pointer; 
    }
    .mob ul {
        
        display: none;     
        list-style: none;
         margin: 15% 15%;
    }   
    .mob li {
            text-transform: uppercase;
            text-align: left;
            padding: 15px;
            cursor: pointer;
        border-bottom: 1px solid #5f5f5f;
        }
    .mob ul.active {
        display: block;
    }
    .mob ul li:hover {
        background: #4a4a4a;
    } 
    .mob ul li ul li:hover {
             background: #d1dcde;
    } 

.indent {
       text-indent: 10%;
    }
    
}
    





