/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }

body {
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;  
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 1.2em;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

p strong {
    font-weight: 600;
}

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

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border:0!important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin:0;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

#header.nav-solid {
    display: none;
}

section {
    clear:both;
    overflow:hidden;
}

/* Rows and Columns */

.row {
    max-width:1245px;
    margin:0 auto;
    padding:50px 0;
    position:relative;
}

.row.pdf {
  padding: 0;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom:0;
}

.no-padding-top .row, .no-padding-top div {
    padding-top:0;
}

.big-padding-top {
    padding-top:75px!important;
}

.big-padding-bottom {
    padding-bottom:85px!important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

/* Clearfix */

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

/* Main Widths */

.col-1  {width: 100%;}
.col-2  {width: 50%;}
.col-3  {width: 33.33%;}
.col-4  {width: 25%;}
.col-5  {width: 20%;}
.col-6  {width: 16.6666666667%;}
.col-7  {width: 14.2857142857%;}
.col-8  {width: 12.5%;}
.col-9  {width: 11.1111111111%;}
.col-10 {width: 10%;}
.col-11 {width: 9.09090909091%;}
.col-12 {width: 8.33%;}
.col-2-3 {width:66.66%;}
.col-3-4 {width:75%;}
.col-9-10 {width:90%;}

/* Golden Ratio */
.col-61 {width:61.8%;}
.col-38 {width:38.2%;}


/* --------- 2.1 Header --------- */

#header {
    overflow:visible;
    z-index:9999;
    width:100%;
    position:absolute!important;
}

#header .row {
    padding:0;
}

header #video {
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    overflow: hidden;
    display: block;
    width: 100%;
}



/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding:35px 0 35px 0;
}

/*Style*/

.button {
    font-size:16px;
    margin:5px 1px;
    padding:11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display:inline-block;
    border-width: 2px;
    border-style:solid;
    text-transform: uppercase;
    background: #ffce19;
    border: 1px solid #ffce19;
    border-radius: 5px;
}

.button i {
    padding-right:5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}



/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
  vertical-align: top;
}

.image-center {
    display:block;
    margin:0 auto;
}

a img {
    border:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity:0.7;
}


/*------------------------------------------------------------------------------------------*/
/* 3. FONT */
/*------------------------------------------------------------------------------------------*/

h1 {padding:20px 0;}

h2 {padding: 14px 0;}

h3 {padding: 10px 0;}

h4 {padding: 7px 0;}

h5 {padding: 7px 0;}

h6 {padding: 7px 0;}


/* Text Alignment */

.text-left {text-align:left;}

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

.text-right {text-align:right;}


/* Section Headings */

.section-heading {
    padding:25px 0;
}

.section-subtitle {
    font-size:18px;
    padding-top:0;
    padding-bottom:25px;
}

/*------------------------------------------------------------------------------------------*/
/* 5 BODY */
/*------------------------------------------------------------------------------------------*/

#about {
    padding-bottom: 25px;
    padding-top: 25px;
}

#about img {
    max-width: 200px;
    margin-bottom: 20px;
}

#about ul {
    margin-left: 20px;
}

#about p,
#about li {
    color: #565656;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

#about li {
    margin-bottom: 5px;
}

#about a {
    color: #c39f76;
}

#helping .helpingCol {
    background: #ffffff;
    padding: 60px 0;
}

#helping .helpingCol:nth-child(odd) {
    background: #F7F7F7;
}

#helping h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 2px;
    color: #28262b;
}

#helping h2.section-title {
    padding: 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0px;
    color: #28262b;
    text-align: inherit;
    margin-bottom: 20px;
}

#helping .helpingCol p {
    color: #565656;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}

#helping .helpingCol p + div {
    margin-top: 30px;
}

#helping .helpingCol .card:last-child {
    margin-bottom: 0;
}

#helping .helpingCol .card {
    margin-bottom: 10px;
}

#helping .helpingCol .card .card-header {
    font-weight: 600;
    color: #F49A34;
    width: 100%;
    background: #ffffff;
}

#helping .helpingCol .card a.card-link {
    font-weight: 600;
    color: #F49A34;
    height: 100%;
    width: 100%;
}

#helping .helpingCol .card-body li {
    color: #565656;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}

#helping .helpingCol .card-body {
    display: block;
    margin: 20px 60px;
    padding: 0;
}

#helping .helpingCol .card-body ul ul {
    padding-left: 20px;
}


#client {
    padding: 30px 0 0;
    background: #ffffff;
}

/*------------------------------------------------------------------------------------------*/
/* 5 TABS */
/*------------------------------------------------------------------------------------------*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* 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 16px;
  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;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/
#client img {
    width: 100%;
}

#landing-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#landing-footer .col-2 {
    width: 100%;
    padding: 10px 20px;
}

#landing-footer div.clearfix {
     padding: 0;
    display: flex;
    align-items: center;
}

#landing-footer p {
    margin:0;    
}

#landing-footer ul {
   list-style:none;
   text-align:right;
}

#landing-footer li {
    display:inline-block;
}


#landing-footer.thnx {
    padding-top: 20px;
}

