/*
thanks to author: http://webthemez.com
*/
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);


/* Reset
---------------------------------*/
ul {
    list-style: none;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}

.orange {
  color: #ffb400;
}

/* color styles
#ffeecd = licht oranje
#0966C4 = Linkedinblauw
#337ab7 = blauwe links
#ffb400 = HG oranje
*/





/* Styles
---------------------------------*/
body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

h1 {
    line-height: 40px;
    padding-bottom: 20px;
    text-align: right;

}

h2 {
    font-size: 38px;
    color: #232323;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: capitalize;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 28px;
}

p {
    line-height: 24px;
    margin: 0;
    color: #000;
}

.align_right{
  width:70%;
  float: right;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    /*background: rgb(255,180,5); */
    background: rgb(0, 0, 0);
    padding: 5px 0px;
    border-bottom: 5px solid #ffb400;
}

.header_box {
    position: relative;
}

.res-nav_click {
    display: none;
}


/* Nav Styles
---------------------------------*/
#main-nav {
    width: 100%;
    text-align: center;
    border-color: #616161;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0px;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    color: #7d7d7d;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
    float: initial;
    text-align: center;
    margin: 0 auto;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
    float: initial;
}

.navStyle ul li:first-child {
	/*margin:0px;*/;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #235360;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #03a9f4;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
.form-control{padding: 12px 15px;border-color: #5a5a5a;border-radius: 0;color: #dedede;background: #000;height: auto;}
.btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 10px 34px;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.85);
    color: #232323;
}


/* Top_content
---------------------------------*/
.hero_section img{
	width:100%;
  padding-top:40px;
}

.top_cont_outer {
    position: relative;
    /* height: 750px; */
    background-size: cover;
    background: #fff;
}

.top_cont_outer:before {
  /* content:''; */
  position:absolute;
  top:0;
  width:100%;
  z-index:5;
  /* background: rgba(25, 25, 25, 0.7); */
  height:100%;
  bottom:0;
}

.hero_section {
    position: relative;
    padding-top: 72px;
    z-index: 5;
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.right-orange {
  color:#ffb400;
  text-align: right;
}

.top_left_cont {
    padding: 100px 50px 50px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 38px;
    color: #020202;
    margin: 0 0 0px 0;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    line-height: 77px;
    text-transform: initial;
}

.top_left_cont h2 strong {
    font-weight: 700;
    color: #000000;
}

.top_left_cont p {color: #000;margin: 0 0 40px 0;line-height: 24px;font-size: 15px;text-align: right;letter-spacing: 1px;font-weight: normal;}


.top_right_cont h2 {
    font-size: 38px;
    color: #020202;
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    line-height: 77px;
    text-transform: initial;
}

.top_right_cont p {
  color: #000;
  margin: 0 0 40px 0;
  line-height: 24px;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: normal;
}



.overflow_img {
  overflow: auto;
  padding:10px;
}

.timeline{
	padding:110px 0;
}

.timeline h2{
}




/* Services
---------------------------------*/

#service {
    padding: 20px 0px;
    background: #FFEECD;
    border: 1px dashed #cfcfcf;
}

.img_cert {
   width: 100px;
  padding: 10px;
}

.service_wrapper {
    padding: 40px 0 0px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
	position: relative;

}

.service_icon {
    width: 90px;
    height: 85px;
    margin: 0px auto 25px;
}




.service_icon span {
    background: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 20%;
    /*border: 3px solid #ffb400;*/
    /*border-bottom: 1px solid blue;*/
}

.service_icon i {
  color: #FFB400;
  font-size: 40px;
  margin-top: 0;
  position: relative;
  top: 20px;
  z-index: 20;
  display: block;
  text-align: center;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 35px 0 15px;
}
#service h6{/* color:#fff; */}
.service_block p {
    font-size: 14px;
    color: #585858;
    margin: 0 0 35px 0;
}




img {
    max-width: 100%;
}

.work_brands {
  padding: 60px 20px;
}

/* About Us
--------------------------- */

#aboutUs {
    padding: 110px 0;
}

.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 100%;
background-position-y: 70px;
}

.h2-orange{
	background-color:#ffb400;
  padding:3px 10px;
}

.padding50{
  padding:50px 0px 0px 30px;
}

/* Contact
---------------------------------*/

.page_section.contact h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 28px;

}
.page_section.contact {
    padding: 90px 0 100px;
    color: #fff;
}

.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffb400;
    margin: 0 0 50px 0;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
    text-align: right;
    margin: 0 auto;
}

.social_links li {
    display: inline-block;
    margin-right: 4px;
    /* border: 1px solid #285d6b; */
    padding: 0px;
}

.social_links li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;

    /*
      color: #00283a;
    border: 1px solid #163840; */
      color: #000000;
    border: 1px solid #ffb400;
}



.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;

}

.input-btn {
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #0285FF;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    /*background: #000000; */
    /*background: #ffb400; */
    background: #000000;
}

.footer_bottom {
    border-top: 1px solid #171717;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #efefef;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #b5b5b5;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}



/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


img {
 /* min-height: 40px; */
 /* max-height: 40px; */
}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {

.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 59%;
background-position-y: 150px;
}
}
@media (max-width: 800px){
	.nav > li > a{
		padding-left:0px;
		padding-right:0px;
	}
}
@media (max-width: 768px) {
.navStyle {
float: right;
width: auto;
text-align: center;
}
.aboutUs-container{
	background-image:none;
}
p{
font-size:14px;
}
.top_cont_outer {/* height: 420px; */}
.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {font-size: 25px;/* color: #FFF; */line-height: 39px;margin: 0 0 9px 0;}
.inner_section {
padding: 20px 0 20px;
}


#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:26px;
line-height:22px;
}
.service_block h3 {
font-size: 16px;
}
service_block p {
font-size: 14px;
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
, #clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.social_links li {}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
}
.navbar-inverse .navbar-toggle .icon-bar{background: #ffffff;}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navbar {border: 0px solid #fff;min-height: 40px;margin-bottom: 0px;float: right;width: 100%;}
.navStyle ul li {
display: block;
margin: 0px;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {/* color: #222; */font-size:12px;padding: 10px 11px;}
}
@media (max-width: 480px){
.navStyle {
float: left;
width: 100%;
text-align: left;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
}
.team_area {
width: 99%;
}
.read_more2{
display:none;
}
}
.rt-box {/* float: left; *//* width: 88%; */text-align: left;margin-left: 10px;margin-bottom: 25px;text-align: center;}
img.img.img-circle.lt-box {/* float: left; */width: 64px;height: auto;}
.white_link {
    color:white;
}
