html,
body {
    height: 100%;
}

body {
    color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: white;
    overflow: hidden; 
    
}
#status {
    background-image: url(../img/Bean%20Eater-1s-200px.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -98px;
    margin-left: -30px;
}

#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-80%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    background: url(../video/leon-vbxyFxlgpjM-unsplash.jpg
) no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;


}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: white;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: white;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0px 30px 0px;
}

.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 35px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: white;
    border: 1px solid #fff;

}

.btn-home:hover,
btn-home:focus {
    color: white;
    background-color: #f4c613;
    border: 1px solid #f4c613;
}

.btn-yellow {
    color: white;
    background-color: #f4c613;
    border: 1px solid #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: white;
    background-color: #212226;
    border: 1px solid #212226;
}
.btn-white {
    color: #212226;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: white;
    background-color: #212226;
    border: 1px solid #212226;
}

.content-box-lg {
    padding: 100px 0 ;
}

.content-box-md {
    padding: 90px 0;
}
.content-box-sm{
    padding: 80px 0;
}

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 55px;
    left: -35px;
}

.vertical-heading h2 {
    margin: 0 0 0 40px;

}

.horizontal-heading h2,
.vertical-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

.horizontal-heading {
    margin-bottom: 80px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading h2 {
    margin: 0;
}
#about2{
    padding: 90px;
}

#about-right p:first-child {
    margin-bottom: 30px;
}

#about-bottom {
    margin-top: 60px;
}

#about-bottom img {
    width: 90%;
    margin: 0 auto;
}

#about-02 {
    background-color: f4f4f4;
}

.about-item {
    background-color: white;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #f4c613;
    margin: 0 auto;
    border: none;
}

.about-item p {

    margin-top: 20px;
}

.about-item:hover {
    background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover h3.about-item:hover p {
    color: white;
}

.about-item:hover hr {
    background-color: white;
}

.about-item:hover i {
    transform: translateY(-20px);
}

.about-item,
.about-item i,
.about-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


.service {
    margin: 35px 0;
    
}

.service .fa {
   
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.service:hover .fa {
    
    -webkit-transition: translateX(-20px);
    transition: translateX(-20px);
}

.service h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #f4c613;
    margin: 0 0 6px 0;
}

.service:hover h5 {
    color: #212226;
}

.service h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.service p {
    line-height: normal;
}

#services-02 {
    background: #f4f4f4;
}

#services-tabs ul {
   margin-top: 40px;
    margin-bottom: 40px;
}
ul.text-center.r-tabs-nav {
    padding: 30px;
}
#services-tabs ul li {
    padding: 10px 9px;
}

#services-tabs .tab-bg {
    padding-left: 100px;
    background: white;
    padding: 59px 35px;
    min-height: 481px;

}

#services-tabs2 .tab-bg {
    padding-left: 100px;
    background: white;
    padding: 59px 35px;
    min-height: 481px;

}
#services-tabs ul li a {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    color: #212226;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}

#services-tabs ul li .r-tabs-state-active a {
    color: #f4c613;
    font-weight: 700;
    border-bottom: 3px solid #f4c613;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

.service-tab col-md-6 {
    padding: 0;
}

.service-tab img {
    width: 100%;
    margin: 0 auto;
}

.service-tab h2 {
    font-size: 48px;
    color: #bbb;
    margin-bottom: 20px;
    font-weight: 100;
}

.service-tab h3 {
    font-size: 35px;
    margin-bottom: 30px;

}

.service-tab p {
    line-height: 24px;
    margin-bottom: 30px;
}


.r-tabs.r-tabs-tab {
	display: inline-block;
	padding: 25px;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}


#portfolio{
  padding-top: 50px;
    padding-bottom: 160px;
}

#portfolio .vertical-heading {
    margin-bottom: 50px;
}

.row.no-gutters [class*=col-] {
    padding: 0;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}
#statement {
    background: url(../img/roman-kraft-WOzVqzpScrk-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.8);
}
#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 35px;
    outline: 0;

}

#isotope-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}

#isotope-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.6);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.portfolio-item-details h3 {
    color: #f4c613;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
}

.portfolio-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}

#testimonials{
    background: #ffff;
    padding-bottom: 4px;
    padding-top: 60px;
    overflow: visible;    
}
#testimonial .vertical-heading{
    padding: 80px 0;
    margin-bottom: 50px;
        
}
#testimonial-slider{
    background: #f4c613;
    top: -120px;
}
.testimonial .row{
    margin-bottom: 25px;
}
.testimonial {
    padding: 20px 45px 0 45px;
    color: #fff;
}
.testimonial h3{
    font-size: 32px;
    line-height: 35px;
}
.testimonial .stars{
    font-size: 20px;
    margin: 20px 0 10px 0;
}
.testimonial p{
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.author .author-name-des{
    width: 106px;
    margin-top: 25px;
    text-align: left;
}
.author .author-name-des p{
    margin: 0;
}

#stats {
    background: url(../img/georgia-de-lotz-rTFwYeWGU-8-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}

#stats .content-box-md {
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 70px;
}
#stats .vertical-heading{
    margin-bottom: 50px;
}
#stats .vertical-heading h2{
    color: #fff;
}
.stats-item {
background: rgba(61, 68,68,0.6);
border-radius: 4px;
    
min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.stats-item i{
    font-size: 42px;
    color: #f4c613;
    margin: 0 0 6px 0;
}
.stats-item h3{
     font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}
.stats-item p{
    color: #fff;
    margin: 0;
}
.stats-item:hover{
    background: #f4c613;
}
.stats-item:hover i{
    color: #212226;
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px);
}

#clients .horizontal-heading{
    margin-bottom: 30px;
}
#clients-list{
    padding: 45px 0 0 0;
}
.client{
    padding: 0 10px;
    max-width: 150px;
    margin: 0 auto;
    line-height: 100px;
}

.client img{
    display: inline-block !important;
}

.blog-post .post-meta .img-circle{
    height: 40px;
}
#contact{
    background-color: gainsboro;
}
#contact-left p{
    margin: 25px 0 20px 0;
}
ul.office-details{
    list-style: none;
    padding: 0;
}
ul.office-details li{
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.office-details li i{
    font-size: 20px;
    width: 45px;
}

.contact-right{
   
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
}
.contact-right h4 {
    font-size: 24px;
}
.contact-right p {
    margin-bottom: 25px;
}
.contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}
.contact-right form textarea.form-control {
    min-height: 165px;
}
#map{
    height: 500px;
    
}
footer {
    background: #212226;
    padding: 30px;
}
footer p {
    color: #fff;
    line-height: 20px;
}
footer p span {
    color: #f4c613;
}
.navbar {
    padding: 35px 0 20px 0;
    -webkit-transition: all 300ms linear; transition: all 300ms linear;
}
.site-nav-wrapper{
    padding: 0 85px;
}
.navbar-brand {
    padding: 13px 15px;
}
ul.navbar-nav> li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 9px;
}
ul.navbar-nav> li > a:hover, ul.navbar-nav> li > a:focus {
    background: none;
    color: #f4c613;
}
.white-nav-top {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999; 
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}
.white-nav-top ul.navbar-nav> li > a{
    color: #212226;
}

.white-nav-top ul.navbar-nav> li > a:hover, 
.white-nav-top ul.navbar-nav> li > a:focus {
   color: #f4c613; 
}
.white-nav-top ul.navbar-nav> li.active > a{
    color: #f4c613;
    font-weight: 500;
}
.box{
    border: 3px solid ;
    margin-left: 5px;
    margin-top: 15px;
    padding-left: 20px;
}
.about-item2:hover {
    background-color: #f4c613;
}
.about-item2{
    box-shadow:    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1); 
}
li.fa.fa-circle {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.example {
    color: gainsboro;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

.tab-bg1{
     padding-left: 50px;
}

#work{
    margin: auto;
    padding: 50px;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding-left: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 48px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
   
} 
.tabcontent li{
  list-style-type: none; 
}

.social-list li {
    margin-top: 15px;
    font-size: 25px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    list-style-type: none;
}

.contact-left ul.social-list li a:hover{
    color: #fff;
   
}
/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.feature li{
    margin: 7px;
}



.wrapper {
  padding: 50px 100px;
}

.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 48%;
	vertical-align: middle; 
	overflow: hidden; 
  background: #f5f3e7;
}

.svg-content { 
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
}
