html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Work Sans','Helvetica Neue',Arial,sans-serif;
}


html {

    scroll-behavior: smooth;
}

a {
    color: #ff8e00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #f47607;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: left;
    color: rgb(24, 23, 23);
    background-image: url('../images/header.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    /* width: 100%; */
    padding: 100px 15px 70px;
    text-align: left;
    margin-left: 8%;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
    color: #ff8e00;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 400;
    color: #444444;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

	header .header-content .header-content-inner h1 {
    	font-size: 72px;
		}

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.section-heading-about {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

   .section-heading-footer 
   
   { /* margin-top: 0; */
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;

   }

.intro {
	color: #444;
    background-color: #f7f6f5;
    padding: 70px 0;
    text-align: center;
    
}

.intro-work {
	color: #444;
    background-color: #fff;
    padding: 70px 0;
    text-align: center;
    
}

.content-about {
    /* padding: 100px 0; */
    text-align: center;
    margin: 5%;
}

.content-2 {
	color: #fff;
    background-color: #222;
}

.content-3 {
	padding: 20px 0 40px;
	text-align: center;
}

.promo,
.promo h3,
.promo a:link,
.promo a:visited,
.promo a:hover,
.promo a:active {
    color: #ff8e00;
	text-shadow: 0px 0px 40px black;
    text-decoration: none;
}

.promo-item {
    height: 200px;
    line-height: 180px;
    text-align: center;
}

.promo-item:hover {
    background-size: 110%; 
    border: 10px solid rgba(255,255,255,0.3);
    line-height: 160px;
}

.promo-item h3 {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.item-1 {
	background: url('../images/writing.jpg');
	}
	
.item-2 {
	background: url('../images/concert.jpg');
	}
	
.item-3 {
	background: url('../images/pencil_sharpener.jpg');
	}
		
.item-1,
.item-2,
.item-3 {
	background-size: cover;
	background-position: 50% 50%;
	}

.page-footer {
	text-align: center;
	}

.page-footer .contact {
	padding: 100px 0;
    background-image: linear-gradient(90deg, #ff8e00,  #f47607);
	color: #fff;
	}

.page-footer .contact p {
	font-size: 22px;
	font-weight: 300;
	}
	
.content-3 .glyphicon,	
.page-footer .contact .glyphicon {
	font-size: 32px;
	font-weight: 700;
	}
		
.page-footer .small-print {
	padding: 20px 0 20px;
	font-weight: 300;
	}



.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: yellowgreen;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #ff8e00;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #ff8e00!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        letter-spacing: 0.5em;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #444;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color:#444; 
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #ff8e00;
    }

    .navbar-default.affix {
        border-color: #fff;
        background-color: #fff;
        box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.1);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        letter-spacing: 0;
        color: yellowgreen;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #ff8e00;
    }
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #eee;
    color: #222;
    background-color: #eee;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    
    color: #fff;
    background-color: #ff8e00;
    background-image: linear-gradient(90deg, #ff8e00,  #f47607);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ff8e00;
    color: #fff;
    background-color: #ff8e00;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: yellowgreen;
    background-color: yellowgreen;
}

.btn-primary .badge {
    color: yellowgreen;
    background-color: #fff;
}


.btn {
    border-radius: 300px;
    border: 0px;
    font-size: 16px;
    font-weight: 400;
     
}

.btn-secondary {

    border-radius: 300px;
    color: white;
   
    font-size: 16px;
    font-weight: 400;
    background: #444444;
}

.btn:hover {

    color: white;
}


.btn-lg {

    padding: 15px 30px;
}

/* ::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
} */

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.text-primary {
    color: #ff8e00;
}

.bg-primary {
    background-color: #ff8e00;
}



.card {

   
    background: white;
    box-shadow: 1px 10px 15px #88888894;
    margin: 2%;
   text-align: center;
    border-radius: 4px;
    display:inline-block;
    float:none;
    padding: 0px;
   
}

.project-card {

    
   
    width: 112%;
    height: 140px;
    
    /* margin: 2%; */
    border-radius: 4px 4px 0px 0px;
    display: inline-block;
    float: none;
    
}

/* .process {


    background-image: linear-gradient(90deg, #ff8e00,  #f47607);
    color: #fff;

    padding: 70px 0;
    text-align: center;
} */

.process-card {

    display:inline-block;
    float:none;
    background: white;
   box-shadow: 1px 10px 15px #00000026;
   margin: 2%;
    border-radius: 4px;
    color: #444;

}

.process-card:hover {

    box-shadow: 0 0 11px rgba(33,33,33,.2); 

}

.process-card-about {


width: 33%;
    display: inline-block;
    float: none;
    background: white;
    box-shadow: 1px 10px 15px #00000026;
    margin: 2%;
    border-radius: 4px;
    color: #444;
    padding: 0px; 
    text-align: center;
}


.project-img {
    max-width: 100%;
    width: 60%;
    height: 30%;

}

.process {


    
    background: linear-gradient( 90deg, #ff8e00,  #f47607, #ff8e00, #f47607 );
    color: #fff;

    padding: 70px 0;
    text-align: center;
        background-size: 400% 400%;
        -webkit-animation: Gradient 15s ease infinite;
        -moz-animation: Gradient 15s ease infinite;
        animation: Gradient 15s ease infinite;
}
    
    @-webkit-keyframes Gradient {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    @-moz-keyframes Gradient {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    @keyframes Gradient {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    

}



.gallery-title {
    font-size: 36px;
    color: #42B32F;

    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    
    border: 1px solid #444444;
    /* border-radius: 30px; */
    text-align: center;
    /* color: #444444; */
    margin-bottom: 30px;
    /* padding: 15px; */
    background: white;


}

.filter-button:hover {
    
    border: 1px solid #ff8e00;
    
    text-align: center;
    color: #ffffff;
    background: linear-gradient( 90deg, #ff8e00,  #f47607 );

}


.filter-button:active {
    border: 1px solid #ff8e00;
    
    text-align: center;
    color: #ffffff;
    background: linear-gradient( 90deg, #ff8e00,  #f47607 );
}



.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/* box overlays */


.content {
    position: relative;
    /* width: 90%; */
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content-text {

    font-size: 14px !important;
    text-transform: uppercase;

  }
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }






  /* tabs */

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff8e00;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


.container {

    padding-left: 0% !important;
    padding-right: 0% !important;
  

}
 
.tab-overview {

    /* padding-left: 16px; */
    text-align: left;
}

.card-tab {

    width: 25%;
    background: white;
    
    margin: 2%;
   text-align: center;
    border-radius: 4px;
    display:inline-block;
    float:none;
    padding: 0px;
   
}

.card-tab-website {
    width: 65%;
    background: white;
    margin: 2%;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    float: none;
    padding: 0px;
}

/* .carousel-control {


    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: -0.5;
    background: white;
} */

.carousel {

    background: white;
}



.controlsBlock {
    position: relative;
    bottom: 0;
    left: 0;
    top: -15px;
    display: block;
    width: 177px;
    margin: 0 auto;
    z-index: 1;
    height: 24px;
    text-align: center;
}

.controls {
    position: relative;
    display: block;
}


.carousel-control {
    position: absolute;
    top: 25.5px;
    bottom: 0;
    left: 0;
    background: #000000;
    font-size: 5px;
    background: none !important;
    color: ##ff8e00 !important;
    text-align: center;
}

.carousel-control i {
      font-size: 20px;
}

.carousel-control.left {
    left: 0;
}

.carousel-control.right {
    right: 0;
    
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ff8e00 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
    color: #111111;

}

.carousel-control .glyphicon-chevron-left {

    left: 0;
}

.carousel-control .glyphicon-chevron-right {
    right: 0;
}

/* .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    top: 10px;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
} */

.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    top: -18px;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
     zoom: 1;
     width: 15px;
     height: 15px;
     margin: 0 2px;
     background: #111111;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     
    
     cursor: pointer;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #ff8e00;
}

.important {


background-color: #efefef;
padding: 30px;

}


/* font awesome */

.fa {

    padding: 15px;
    font-size: 20px !important;
    width: 80px;
    text-align: center;
    text-decoration: none;
    margin: 21px 2px;
    background: #ff8e00;
    color: white;
  }
  
  .fa:hover {
      opacity: 0.7;
      text-decoration: none;
      color: #ff8e00;
      background: white;
  }
  
  

  .text-about {

    text-align: justify;
    font-size: 18px;
    font-size: auto;
    font-weight: 400;
    /* justify-content: center; */
    /* justify-items: flex-end; */
    letter-spacing: 0px;
    margin-left: -14%;
    margin-right: 12%;
  }
  
  
  /* media queries */
  
   @media (max-width: 576px) {
    
    /*header navigation*/
    
    
    .container>.navbar-header {
       margin-right: 3%;
       margin-left: 0%;
    }

    .navbar-nav {
    margin: 10.5px 0px;
    }







/* about me */

    .text-about{


        text-align: justify;
        font-size: 16px;
        font-size: auto;
        font-weight: 400;
        /* justify-content: center; */
        /* justify-items: flex-end; */
        letter-spacing: 0px;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 6%;
       }

      .section-heading-about {
        margin-top: 10%;
        margin-bottom: 10%;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 4px;
        text-transform: uppercase;
       }


   }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  