@charset "IBM437";

/**
* SCSS Variables
**/


/**
*
* Contents
* 
* 01. General Styles
* 02. Buttons
* 03. Forms
* 04. Alerts
* 05. Progress Bar
* 06. Header
* 07. Footer
* 08. Social Icons
* 09. Sections
* 10. Widgets
* 11. Signature
* 12. Services
* 13. Experience
* 14. Testimonials
* 15. Education
* 16. Icon Box
* 17. Portfolio
* 18. Blog
* 19. Error Page
* 20. Modals
* 21. Tables
* 22. Blockqoute
* 23. Lead
* 24. In-line Styles
* 25. Colors 

**/


/* ==========================================================================
   01. General Styles
   ========================================================================== */

html {
    overflow-x: hidden;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Libre Franklin', sans-serif;
    font-family: 'Libre Baskerville', serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Libre Franklin', sans-serif;
    overflow-x: hidden;
    background: #f5f5f5;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.7;
    color:rgba(00, 00, 00, .87);
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p {
    font-size: 1rem;
    margin: 1rem 0;
    overflow: hidden;
    display: block;
    line-height: 1.6;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}



.primary-text-dark{color:rgba(00, 00, 00, .87);}
.secondary-text-dark{color:rgba(00, 00, 00, .54);}
.disabled-hint-text-dark{color:rgba(00, 00, 00, .38);}

.dividers-dark{
    border-bottom: 1px solid;
    color:rgba(00, 00, 00, .12);
    padding-bottom: .25em;
    margin: 0px 0 20px;}

.primary-text-light{color:rgba(255, 255, 255, 1);}
.secondary-text-light{color:rgba(255, 255, 255, .70);}
.disabled-hint-text-light{color:rgba(255, 255, 255, .50);}
.dividers-light{color:rgba(255, 255, 255, .12);}


.page-header {
    /* margin: .8em 0 .8em; */
    /* border-bottom: none; */
    border-bottom: 1px solid;
    /* color: rgba(00, 00, 00, .12); */
    padding-bottom: .25em;
    margin: 20px 0 20px;
}


.content {
    max-width: 42em;
    padding-right: .5em;
        padding-top: 1.2em;
}

/* Set some root font sizes for media breakpoints to scale text */

@media screen and (min-width: 500px) {
    html {
        font-size: 16px;
    }

}

@media screen and (min-width: 570px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 620px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 680px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 860px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 920px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 16px;
    }
}

/* Classes for font weights */

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}


/* ==== Links ===================*/

a {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
    color: #7e50ff;
}

a:hover {
    color: #7e50ff;
}

a:focus {
    text-decoration: none;
}

a img {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: .75;
}


/* ==== Lists ===================*/

.list-unstyled li {
    margin-bottom: 12px;
}

.list-icons {
    padding-left: 0;
    margin-left: 36px;
    list-style-type: none;
}

.list-icons>li {
    position: relative;
}

.list-icons>li>i {
    position: absolute;
    left: -36px;
    width: 36px;
    top: 2px;
    text-align: center;
    color: #232323;
    font-size: 18px;
    vertical-align: middle;
}

.list-icons.purple>li>i {
    color: #7e50ff;
}

.bold-list {
    font-weight: 500;
    text-transform: uppercase;
}

.bold-list li {
    font-size: .85rem;
    margin-bottom: 12px;
    line-height: 1.3rem;
}


/* ==== Headings ===================*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
    line-height: 1.25;
}

h1 {
    font-size: 2.1rem; // 
}

h2 {
    font-size: 1.8rem; // 
    margin: 1rem 0 2rem;
}

h3 {
    font-size: 1.65rem; // 
    line-height: 2.2rem;
}

h4 {
    font-size: 1.4em; //23px
    margin-top: 0rem;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.25rem; //20px
    line-height: 1.8rem;
}

h6 {
    font-size: 1rem; //16px
    line-height: 1.8rem;
    font-weight: 500;
}

h3.small-margin-bottom {
    margin-bottom: 6px;
}


/* ==== Map ===================*/

.map {
    width: 100%;
    height: 426px;
    margin-top: 72px;
}


/* ==========================================================================
   02. Buttons
   ========================================================================== */

.button {
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    outline: none !important;
}

.button:hover {
    text-decoration: none;
}

.button i {
    font-size: 24px;
    vertical-align: middle;
}

.button.icon-left i {
    margin-right: 12px;
}

.button.icon-right i {
    margin-left: 12px;
}

.button-row {
    margin-top: 48px;
}

.button-row .button {
    margin-right: 32px;
    margin-bottom: 12px;
}

@media all and (max-width: 1024px) {
    .button-row .button {
        display: block;
        margin-right: 0;
    }
}


/*==========  Solid Button  ==========*/

.solid-button {
    font-size: 1em;
    line-height: 26px;
    padding: .9em 2.1em;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.solid-button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.solid-button.orange {
    background: #ffd94a;
    color: #333;
}

.solid-button.yellow {
    background: #ffeb3b;
    color: #333;
}

.solid-button.white {
    background: #fff;
    color: #232323;
}

.solid-button.dark {
    background: #232323;
    color: #fff;
}

.solid-button.white-orange {
    background: #fff;
    color: #232323;
}

.solid-button.white-orange:hover {
    background: #ff9800;
    color: #fff;
}

.solid-button.small {
    font-size: 12px;
    padding: 2px 20px;
}

.solid-button.portfolio-filters {
    background: #ffcf01;
    color: #232323;
}

.view-projects {
    background: #ffcf01;
    color: #232323;
}

.view-projects:hover {
    background: #ffcf01;
    color: white;
}

.modal-close {
    background: #ffcf01;
    color: #232323;
}

.modal-close:hover {
    background: #ffcf01;
    color: white;
}


/*==========  Link Button  ==========*/

.link-button {
    font-size: 13px;
    line-height: 32px;
}

.link-button:hover {
    opacity: .75;
}

.link-button.white {
    color: #fff;
}

/*==========  Action Button  ==========*/

.action-button {
    background: #ff9800;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13), 0 6px 10px rgba(0, 0, 0, 0.3);
}

.action-button:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13), 0 9px 15px rgba(0, 0, 0, 0.3);
}

.header-action-button {
    position: absolute;
    bottom: -50px;
    right: 60px;
    z-index: 99;
    background: #FFFF00;
    color: black;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13), 0 6px 10px rgba(0, 0, 0, 0.3);
}

.header-action-button:hover {
    color: black;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13), 0 9px 15px rgba(0, 0, 0, 0.3);
}

.header .bottom .action-button {
    color:rgba(00, 00, 00, .87);
}

.qoutecenter {
    margin: 0 auto;
    width: 80%;
}

.lead-intro {
    margin: 0 auto;
    width: 80%;
    margin-top: 2em;
}

/* ==========================================================================
   03. Forms
   ========================================================================== */

input:not([type=submit]):not([type=file]),
select,
textarea {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    background: none;
    width: 100%;
    padding: 2px 6px;
    outline: none !important;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
input:not([type=submit]):not([type=file]):focus,
select:focus,
textarea:focus {
    border-color: #ff9800;
}
.input-group {
    margin-bottom: 28px;
}
.form-horizontal .control-label {
    text-align: left;
  
}

/* ==========================================================================
   04. Alerts
   ========================================================================== */

.alert {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border: none;
    margin-bottom: 0;
    margin-top: 24px;
    display: none;
    font-size: 15px;
    line-height: 26px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.alert-info {
    background: #2196F3;
    color: #fff;
}
.alert-success {
    background: #4CAF50;
    color: #fff;
}
.alert-danger {
    background: #F44336;
    color: #fff;
}

/* ==========================================================================
   05. Progress Bar
   ========================================================================== */

.progress {
    height: 8px;
    margin-bottom: 36px;
    background-color: #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.progress-bar {
    line-height: 8px;
    background-color: #FFEB3B;
    box-shadow: none;
    position: relative;
}
.progress-bar span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    font-weight: 400;
    position: absolute;
    top: -16px;
    right: -20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.progress-bar-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .85em;
    margin-bottom: 2.4em;
    color: #232323;
}
.circle-progress-wrapper {
    margin-bottom: 24px;
}
.circle-progress {
    display: flex;
    width: 200px;
    height: 200px;
    position: relative;
    float: left;
}
.circle-progress input {
    font-size: 20px !important;
    display: inline-block !important;
    width: 78px !important;
    height: 78px !important;
    line-height: 78px !important;
    border-radius: 100% !important;
    background: #fff !important;
    margin-top: 61px !important;
    margin-left: 61px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    top: 0;
    left: 0;
}
.circle-progress-label-wrapper {
    margin-left: 210px;
    height: 200px;
}
.circle-progress-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 0;
    color: #232323;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width: 768px) {
    .circle-progress {
        margin: 0 auto;
        float: right;
    }
    
    .circle-progress-label-wrapper {
        margin: 0 auto;
        height: auto;
        margin-top: 0px;
    }
    
    .circle-progress-label {
        top: auto;
        display: -webkit-box;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ==========================================================================
   06. Header
   ========================================================================== */

.brand-span-ux-header{
  color: #ffcf01;
  text-transform: uppercase;
  font-weight: bold;
  margin: -.2em;
 white-space: normal;
}

.brand-span-ux{
  color: #ffcf01;
  text-transform: uppercase;
  font-weight: bold;
 white-space: normal;

}

.brand-span-nz{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: -.18em;
}



.header {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.header .top {
    background: #ffd94a;
    line-height: 50px;
    padding: 0 60px;
}
.header .top a {
    color: #232323;
}
.header .top a:hover {
    opacity: .75;
    text-decoration: none;
}
.header .top .available {
    float: left;
}
.header .top .available i {
    font-size: 36px;
    line-height: 50px;
    margin-right: 8px;
    vertical-align: middle;
}
.header .top .right-icons {
    float: right;
    font-size: 24px;
}
.header .top .right-icons a {
    margin-left: 12px;
}
.header .bottom {
    background: #f8f8f8;
    font-weight: 500;
    position: relative;
}
.header .bottom a {
    color:rgba(00, 00, 00, .87);
}
.header .bottom .title {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    float: left;
}
.header .bottom .title a:hover {
    opacity: .75;
    text-decoration: none;
}
.main-nav {
    float: right;
}
.main-nav ul {
    margin-bottom: 0;
}
.main-nav ul>li {
    padding: 0;
    display: inline-block;
    margin-left: -4px;
    margin-bottom: 0;
}
.main-nav ul>li a {
    padding: 0 20px;
    display: inline-block;
    line-height: 70px;
    height: 70px;
    color: white;
    border-bottom: 5px solid transparent;
}
.main-nav ul>li a:hover {
    border-bottom: 5px solid yellow;
    text-decoration: none;
    color: yellow;
}
.main-nav ul>li.active a {
    border-bottom: 5px solid yellow;
    text-decoration: none;
}
.header-action-button-wrapper {
    float: right;
    width: 120px;
    display: inline-block;
}
.responsive-menu-open {
    display: none;
    float: right;
    text-transform: uppercase;
    line-height: 70px;
    height: 70px;
    text-decoration: none;
}
.responsive-menu-open:hover {
    text-decoration: none;
}
.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 999;
    padding: 24px;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.responsive-menu.open {
    left: 0;
}
.responsive-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.responsive-menu-close:hover {
    text-decoration: none;
}
.responsive-nav ul>li a {
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.responsive-nav ul>li.active a {
    color: #ff9800;
}
.no-scroll {
    overflow: hidden;
}
@media all and (max-width: 1024px) {
    .header .top {
        padding: 0 12px;
    }
    
    .header .top .available span {
        display: none;
    }
    
    .header .bottom {
        padding: 0 12px;
    }
    
    .header-action-button {
        right: 12px;
    }
    
    .header-action-button-wrapper {
        width: 84px;
        margin-top: 5%;
    }
}

/*==========  Popup  ==========*/
.popup {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 47px;
    right: 35px;
    z-index: 999;
    min-width: 118px;
    display: none;
}
.slide-out-popup {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 47px;
    right: 35px;
    z-index: 999;
    min-width: 118px;
    display: none;
    top: 54px;
    right: 41px;
}
.popup:before,
.slide-out-popup:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    right: 30px;
}
.popup .social-nav ul,
.slide-out-popup .social-nav ul {
    margin-bottom: 0;
}
.popup .social-nav ul li,
.slide-out-popup .social-nav ul li {
    line-height: 30px;
    margin-bottom: 0;
}
.popup .social-nav ul li a,
.slide-out-popup .social-nav ul li a {
    color: #232323;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popup .social-nav ul li a:hover,
.slide-out-popup .social-nav ul li a:hover {
    color: #fff;
    background: #ff9800;
    font-weight: 700;
    text-decoration: none;
}
@media all and (max-width: 1024px) {
    .popup {
        right: 2px;
    }
    
    .popup:before {
        right: 15px;
    }
}

/*==========  Search  ==========*/

.search-overlay {

    background: rgba(15, 15, 16, 0.93);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    border-radius: 100%;
}
.search-overlay.scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    padding-top: 144px;
    font-size: 24px;
}
.search.open {
    display: block;
}
.search-close {
    position: absolute;
    right: 48px;
    top: 48px;
    z-index: 999;
    font-size: 48px;
    color: #fff;
}
.search-close:hover {
    color: #fff;
    opacity: .75;
}
.search h4 {
    margin-bottom: 48px;
    color: #fff;
}
.search input:focus {
    border-color: #fff !important;
}

/*==========  Slide Out  ==========*/
.slide-out-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 150;
    display: none;
}
.slide-out {
    width: 380px;
    height: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    background: #fff;
    z-index: 150;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.slide-out.open {
    right: 0;
}
.slide-out-header {
    background: #1b1517;
    padding: 30px;
    padding-top: 20px;
    color: #f2ffce;
}
.slide-out-header a {
    color: #fff;
}
.slide-out-header a:hover {
    opacity: .75;
}
.slide-out-close {
    font-size: 24px;
}
.slide-out-header .open-search,
.slide-out-header .slide-out-share {
    font-size: 24px;
    margin-left: 12px;
}
.slide-out-header .image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    background: #e2e2e2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    float: left;
    margin-top: 24px;
}
.slide-out-header .content {
    margin-left: 118px;
    padding-top: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.slide-out-header .content h5 {
    margin-bottom: 0;
    color:#ffd94a;
}
.slide-out-header .content span {
    line-height: 32px;
    font-weight: 500;
}
.slide-out-widgets {
    padding: 30px;
    padding-top: 50px;
}
.slide-out-widget {
    margin-bottom: 60px;
}
.slide-out-widget h4 {
    margin-bottom: 24px;
    color: #111;
}
@media all and (max-width: 768px) {
    .slide-out {
        width: 100%;
        right: -110%;
    }
}

/* ==========================================================================
   07. Footer
   ========================================================================== */
.footer {
    background: #1b1517 none repeat scroll 0 0;
    border-top: 3px solid #ffeb3b;
    padding: 2.2rem 0;
    font-weight: 400;
}
.footer p {
    font-size: .95em;
}
.footer .top {
    background: #232323;
    padding: 48px 0;
}
.footer .bottom {
    background: #1c1c1c;
    line-height: 50px;
}
.footer h4 {
    font-family: sans-serif;
    font-size: .97em;
}
.footer li a {
    font-size: .9em;
    color: #e8e1e1;
    text-decoration: none;
}
.footer .a:hover {
    color: #white;
}

/*
Footer About Section
*/
.footer-about {
    width: 100%;
    color: #e8e1e1;
    padding-bottom: .95em;
}
#logo-about {
    font-size: 1rem;
    line-height: 20px;
    font-weight: bold;
}
.footer-about h4 {
    color: #ffcf01;
    text-transform: uppercase;
}

/*
Footer Services Section
*/
.footer-services {
    width: 100%;
}
.footer-services h4 {
    color: #ffd94a;
    text-transform: uppercase;
}
.footer-services ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    color: #e8e1e1;
}
.footer-services ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer-services ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #e8e1e1;
    padding: 5px 0;
}
.footer .footer-services a:hover {
    color: #ffd94a;
}

/*
Footer Contact Section
*/
.footer-contact {
    width: 100%;
}
.footer-contact ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    color: #ffcf01;
}
.footer-contact h4 {
    color: #ffd94a;
    text-transform: uppercase;
}
.footer-contact ul {
    list-style: outside none none;
    font-size: .95em;
    margin: 0;
    padding: 0;
    color: #d4cfcf;
}

/*
Footer Copyright
*/
#copyright-footer {
    margin-top: 30px;
}
.copyright {
    min-height: 2em;;
}
.copyright p {
    text-align: left;
    color: rgba(232, 225, 225,.8);
    margin-bottom: 0px;
    font-size: .7rem;
}

.handcrafted {
    text-align: left;
    color: rgba(232, 225, 225,.8);
    margin-bottom: 0px;
    font-size: .7rem;
}


.doc-heart {
    color: #c0392b;
}


.heading7 {
    font-weight: 500;
    color: #ffd94a;
    margin-bottom: 2rem;
}
.bottom_ul {
    font-size: .90em;
    list-style-type: none;
    float: right;
    margin-bottom: 1em;
}
.bottom_ul li {
    float: left;
    line-height: 1.3rem;
}
.bottom_ul li:after {
    content: "/";
    color: #d4cfcf;
    margin-right: 8px;
    margin-left: 8px;
}
.bottom_ul li a {
     color: rgba(255, 245, 157, .87);
}
.bottom_ul li a:hover {
    color: #ffd94a;
}

/*
Footer Icons
*/
.footer .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.footer .footer-icons a:hover {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #ffcf01;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
@media all and (max-width: 768px) {
    .footer .footer-icons {
        margin-bottom: 30px;
    }
    
    .footer-services {
        margin-bottom: 30px;
    }
    
    .bottom_ul li {
        line-height: normal;
    }
}

/* ==========================================================================
   08. Social Icons
   ========================================================================== */

.social-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #232323;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
    margin: 0 4px;
    text-align: center;
}
.social-icon:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13), 0 6px 10px rgba(0, 0, 0, 0.3);
}
.footer .social-icon {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13), 0 6px 10px rgba(0, 0, 0, 0.3);
}
.social-icon:hover {
    background: #ff9800;
    color: #fff;
}

/* ==========================================================================
   09. Sections
   ========================================================================== */

.sections {
    display: block;
    height: auto;
    overflow: hidden;
    position: static;
    word-wrap: break-word;
}
.sections-wrapper {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.sections-wrapper>section {
    width: 1600px;
    height: auto;
    float: left;
    padding-left: 80px;
    padding-right: 80px;
}
.sections-wrapper>section.no-padding-bottom {
    padding-bottom: 0;
}
.sections-wrapper>section.no-padding-bottom .padding-fix {
    padding-bottom: 72px;
}
.section-img {
    max-height: 650px;
    margin: 0 auto;
}
.vertical-center {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.section-nav {
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: 9;
}
.section-nav a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 36px;
    border-radius: 100%;
    background: #000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13), 0 6px 10px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}
.section-nav a:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13), 0 9px 15px rgba(0, 0, 0, 0.3);
}
.section-nav a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .75;
}
.spacer {
    margin-bottom: 48px;
}

@media all and (max-width: 1024px) {
    .vertical-center {
        display: block;
    }
    
    .section-img {
        max-height: 256px;
    }
    
    .section-nav {
        bottom: 12px;
        right: 12px;
    }
    
    .section-nav a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
        margin-top: 12px;
    }
}

/* ==========================================================================
   10. Widgets
   ========================================================================== */

.instagram {
    text-align: center;
}
.instagram img {
    width: 93px;
    display: inline-block;
    padding: 6px;
}

/* ==========================================================================
   11. Signature
   ========================================================================== */

.signature {
    border-bottom: 2px dashed #232323;
    position: relative;
    margin: 0 18px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.signature:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #ff9800;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    bottom: -7px;
}
.signature:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #ff9800;
    border-radius: 100%;
    position: absolute;
    right: -18px;
    bottom: -7px;
}

/* ==========================================================================
   12. Services
   ========================================================================== */

.service {
    background: #fff;
    text-align: center;
    padding: 48px 0;
    color: #232323;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    margin-bottom: 24px;
}
.service:hover {
    background: #ff9800;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.service .icon {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 24px;
}
.service h5 {
    margin-bottom: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.service:hover h5 {
    color: #fff;
}

/* ==========================================================================
   13. Experience
   ========================================================================== */

.experience-block {
    position: relative;
    padding-bottom: 30px;
}
.experience-block .icon {
    display: block;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    background: #fff;
    border: 5px solid #e5e5e5;
    border-radius: 100%;
    font-size: 36px;
    color: #000;
    position: absolute;
    top: 0;
    left: 30%;
    margin-left: -39px;
    z-index: 2;
}
.experience-block .line {
    display: block;
    height: 100%;
    width: 2px;
    border-left: 2px dashed #4d4d4d;
    position: absolute;
    top: 0;
    left: 30%;
}
.experience-block .meta {
    width: 20%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    float: left;
    margin-top: 39px;
}
.experience-block .meta:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 0;
    border-color: #222222 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -10px;
}
.experience-block .meta .year {
    display: block;
    background: #222222;
    color: #ffd94a;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
.experience-block .meta .company {
    display: block;
    background: #fff;
    color: #232323;
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
}
.experience-block .content {
    width: 60%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    padding: 20px 30px;
    float: right;
    margin-top: 39px;
}
.experience-block .content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -10px;
}
.experience-block .content h5 {
    margin-bottom: 6px;
}
.experience-block .content p:last-of-type {
    margin-bottom: 0;
}
@media all and (max-width: 768px) {
    .experience-block .icon {
        left: 0;
        margin-left: 0;
    }
    
    .experience-block .line {
        left: 38px;
    }
    
    .experience-block .meta {
        width: 60%;
        float: right;
        margin-top: 12px;
    }
    
    .experience-block .meta:after {
        border-width: 0 10px 13px 0;
        border-color: transparent #222222 transparent transparent;
        right: auto;
        left: -10px;
    }
    
    .experience-block .content {
        margin-top: 12px;
        width: 80%;
        padding: 10px 20px;
    }
    
    .experience-block .content:after {
        border-width: 10px 0 0 13px;
        border-color: transparent transparent transparent #fff;
        top: -10px;
        left: 0;
    }
}

/* ==========================================================================
   14. Testimonials
   ========================================================================== */

.testimonial-slider {
    text-align: center;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 40px;
}
.testimonial-slider .image {
    width: 115px;
    height: 115px;
    display: block;
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 20px;
}
.testimonial-slider .image img {
    transform-style: inherit;
}
.testimonial-slider .sep {
    width: 65px;
    height: 3px;
    margin: 0 auto;
    background:#9E9E9E;
    margin-bottom: 30px;
    position: relative;
}
.testimonial-slider .sep:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #9E9E9E transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
}
.testimonial-slider p {
    font-size: 1.1em;
    line-height: 1.7;
    font-style: italic;
}
.testimonial-slider .author {
    font-size: .85em;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 6px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFF00;
}
.owl-theme .owl-nav {
    margin-top: 0;
}


.testimonial-slider-home {
    text-align: center;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 40px;
}

.testimonial-slider-home .image {
    width: 115px;
    height: 115px;
    display: block;
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 20px;
}
.testimonial-slider-home .image img {
    transform-style: inherit;
}
.testimonial-slider-home .sep {
    width: 65px;
    height: 3px;
    margin: 0 auto;
    background:#9E9E9E;
    margin-bottom: 30px;
    position: relative;
}
.testimonial-slider-home .sep:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #9E9E9E transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
}
.testimonial-slider-home p {
    font-size: 1.1em;
    line-height: 1.7;
    font-style: italic;
}
.testimonial-slider-home .author {
    font-size: .85em;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: inline-block;
}



/* ==========================================================================
   15. Education
   ========================================================================== */

#education-body {
    background-color:#F5F5F5;
}

.education {
    padding: 132px 0;
    margin: 72px 0;
}
.education .line {
    border-bottom: 1px dashed #232323;
    position: relative;
    margin: 0 18px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    position: relative;
    top: -1px;
}
.education .line:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #333;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    bottom: -7px;
}
.education .line:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #333;
    border-radius: 100%;
    position: absolute;
    right: -18px;
    bottom: -7px;
}
.education .item {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    color: #232323;
}
.education .item .marker {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 6px solid #ffd94a;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -11px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.education .item .content {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: absolute;
    top: -132px;
    left: 0;
    right: 0;
    margin: 0 12px;
}
.education .item:nth-child(even) .content {
    top: auto;
    bottom: -155px;
}
.education .item .content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: transparent transparent transparent #fff;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.education .item:nth-child(even) .content:after {
    border-width: 0 18px 18px 0;
    border-color: transparent #fff transparent transparent;
    box-shadow: none;
    position: absolute;
    top: -9px;
    bottom: auto;
}
.education .item .content span {
    color: #909090;
    font-size: .8em;
    line-height: .9em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.education .item .content h4 {
    line-height: 1.2em;
    margin-bottom: 0;
}
.education .item .year {
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    bottom: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.education .item:nth-child(even) .year {
    top: -44px;
    bottom: auto;
}
@media all and (max-width: 768px) {
    .education {
        position: relative;
        padding: 0;
        margin: 18px 0;
        margin-bottom: 42px;
    }
    
    .education .item {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }
    
    .education .item:last-of-type {
        margin-bottom: 0;
    }
    
    .education .item .content {
        position: static;
    }
    
    .education .line {
        border-bottom: none;
        border-left: 1px dashed #232323;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        margin: 0;
        padding: 0;
    }
    
    .education .line:before {
        top: -18px;
        bottom: -7px;
        left: -7px;
    }
    
    .education .line:after {
        right: auto;
        bottom: -18px;
        left: -7px;
    }
    
    .education .item .content {
        padding: 24px;
        position: static;
        margin: 0;
        margin-left: 36px;
    }
    
    .education .item .marker {
        position: absolute;
        top: 50%;
        left: 0;
        margin-left: -11px;
        margin-top: -27px;
    }
    
    .education .item .content:after,
    .education .item:nth-child(even) .content:after {
        border-width: 18px 0 0 18px;
        border-color: transparent transparent transparent #fff;
        box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.15);
        bottom: auto;
        left: 36px;
        top: 50%;
        margin-top: -25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .education .item .year {
        position: static;
        margin: 0 auto;
        padding-left: 36px;
        margin-top: 6px;
    }
}

/* ==========================================================================
   16. Icon Box
   ========================================================================== */

.icon-box {
    text-align: center;
    margin: 12px 0;
}
.icon-box .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px;
    color: #232323;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.icon-box:hover .icon {
    background: #FFEB3B;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.icon-box h6 {
    line-height: 12px;
    margin-bottom: 0;
}

/* ==========================================================================
   17. Portfolio
   ========================================================================== */

#portfolio {
    margin-top: 90px;
}
.portfolio-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-filters {
    position: relative;
}
.portfolio-filters .button {
    margin-left: 20px;
}
.portfolio {
    margin: 0 -20px;
    margin-top: 80px;
}
.portfolio .item {
    width: 25%;
    padding: 20px;
}
.portfolio .item img {
    width: 100%;
    height: auto;
}
.centered-and-cropped {
    object-fit: cover;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.image-squared {
    width: 100%;
    height: inherit;
    overflow: hidden;
    margin: 0px;
    position: relative;
    padding: 20px;
    object-fit: cover;
}
.portfolio .item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
}
.portfolio .item:hover .overlay {
    opacity: .97;
    visibility: visible;
    border: 0px
}
.portfolio .item .overlay .background {
    background: #ffd94a;
    background: rgba(255, 207, 1, 0.9);
    opacity: 1;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.portfolio .item .overlay .meta {
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 8px 0;
}
.portfolio .item .overlay .meta .title {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 10px;
    color: #232323;
}
.portfolio .item .overlay .meta .category {
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
    font-weight: 500;
    color: #666;
}
.portfolio-load-more {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}
@media all and (max-width: 1024px) {
    .portfolio .item {
        width: 50%;
        padding: 20px;
    }
    
    .portfolio-filters {
        text-align: center;
    }
    
    .portfolio-filters .button {
        margin-left: 12px;
        margin-bottom: 12px;
    }
    
    .portfolio {
        margin-top: 12px;
    }
}
@media all and (max-width: 768px) {
    .portfolio .item {
        width: 100%;
        padding: 15px;
    }
}
@media all and (max-width: 768px) {
    .porfolio-wrapper {
        margin-bottom: 60px;
    }
    
    #portfolio {
        margin-top: 30px;
    }
}

/* Single
   ========================================================================== */

.portfolio-button-row {
    margin-top: 7px;
    margin-bottom: 36px;
    display: block;
}
.portfolio-details {
    padding: 32px 24px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.portfolio-details p:last-of-type {
    margin-bottom: 0;
}
.portfolio-meta {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.portfolio-meta span {
    display: block;
    color: #232323;
}
.portfolio-slider {
    margin-bottom: 24px;
}
.portfolio-slider.owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    margin: 0;
    background: rgba(35, 35, 35, 0.3);
    font-size: 26px;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.portfolio-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(35, 35, 35, 0.75);
}
.portfolio-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.portfolio-slider.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
@media all and (max-width: 768px) {
    .portfolio-button-row {
        margin-top: 12px;
    }
    
    .related-images img {
        margin-bottom: 24px;
    }
}

/* ==========================================================================
   18. Blog
   ========================================================================== */

.blog-posts.masonry {
    margin: 0 -15px;
}
.blog-posts.masonry .blog-grid-sizer {
    width: 25%;
}
.blog-posts.masonry .blog-post {
    width: 25%;
    position: relative;
    padding: 15px;
}
.blog-posts.masonry .blog-post.image-left,
.blog-posts.masonry .blog-post.image-right {
    width: 50%;
}
.blog-posts.masonry .blog-post .inner {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.blog-posts.masonry .blog-post .image {
    width: 50%;
    height: 276px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.blog-posts.masonry .blog-post .image:hover {
    opacity: .75;
}
.blog-posts.masonry .blog-post.image-left .image {
    float: left;
}
.blog-posts.masonry .blog-post.image-right .image {
    float: right;
}
.blog-posts.masonry .blog-post.image-top .image {
    width: 100%;
    height: 306px;
}
.blog-posts.masonry .blog-post .content {
    background: #fff;
    padding: 36px 24px;
    position: relative;
    height: 276px;
}
.blog-posts.masonry .blog-post.image-left .content {
    margin-left: 50%;
}
.blog-posts.masonry .blog-post.image-right .content {
    margin-right: 50%;
}
.blog-posts.masonry .blog-post a {
    color: #232323;
}
.blog-posts.masonry .blog-post a:hover {
    text-decoration: none;
    opacity: .75;
}
.blog-posts.masonry .blog-post .date {
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
    display: inline-block;
}
.blog-posts.masonry .blog-post h4 {
    font-weight: 700;
    margin: 0;
}
.blog-posts.masonry .blog-post footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding-left: 28px;
    line-height: 50px;
    height: 50px;
}
.blog-posts.masonry .blog-post footer .comments-link {
    height: 50px;
    display: inline-block;
}
.blog-posts.masonry .blog-post footer .share-link {
    float: right;
    border-left: 1px solid #e8e8e8;
}
.blog-posts.masonry .blog-post footer .share-link a {
    padding: 0 18px;
    height: 50px;
    display: inline-block;
    color: #777;
}
.blog-load-more {
    text-align: center;
    margin-top: 48px;
}
@media all and (max-width: 1024px) {
    .blog-posts.masonry .blog-grid-sizer {
        width: 50%;
    }
    
    .blog-posts.masonry .blog-post {
        width: 50%;
    }
    
    .blog-posts.masonry .blog-post.image-left,
    .blog-posts.masonry .blog-post.image-right {
        width: 50%;
    }
}
@media all and (max-width: 768px) {
    .blog-posts.masonry .blog-grid-sizer {
        width: 100%;
    }
    
    .blog-posts.masonry .blog-post {
        width: 100%;
    }
    
    .blog-posts.masonry .blog-post.image-left,
    .blog-posts.masonry .blog-post.image-right {
        width: 100%;
    }
    
    .blog-posts.masonry .blog-post .image {
        width: 100%;
        height: 306px;
    }
    
    .blog-posts.masonry .blog-post.image-left .image,
    .blog-posts.masonry .blog-post.image-right .image {
        float: none;
    }
    
    .blog-posts.masonry .blog-post.image-left .content {
        margin-left: 0;
    }
    
    .blog-posts.masonry .blog-post.image-right .content {
        margin-right: 0;
    }
}

/* Single Post
   ========================================================================== */

.single-blog-post .blog-header .content {
    background: #fff;
    padding: 40px;
    position: relative;
    height: 390px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    float: left;
    width: 33.33%;
}
.single-blog-post .blog-header .image {
    width: 66.66%;
    height: 390px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-blog-post .blog-header .content .date {
    color: #ff9800;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500;
}
.single-blog-post .blog-header .content h4 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
}
.single-blog-post .blog-header .content .meta {
    color: #666;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
}
.single-blog-post .blog-header .content .meta a {
    color: #666;
}
.single-blog-post .blog-header .content .meta a:hover {
    text-decoration: none;
}
.single-blog-post .blog-header .content .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    padding-bottom: 24px;
}
.single-blog-post .blog-details {
    float: left;
    width: 33.33%;
    padding-right: 52px;
}
.single-blog-post .blog-details .section {
    padding: 36px 0;
    border-bottom: 1px dashed #232323;
}
.single-blog-post .blog-details .section:last-of-type {
    border-bottom: none;
}
.single-blog-post .blog-details h5 {
    margin-bottom: 0;
}
.single-blog-post .blog-details .author {
    margin-top: 24px;
}
.single-blog-post .blog-details .author .image {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}
.single-blog-post .blog-details .author .title {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}
.single-blog-post .blog-details .social-icons {
    margin-top: 24px;
}
.single-blog-post .blog-details .tags {
    margin-top: 6px;
}
.single-blog-post .blog-details .tags a {
    color: #666;
}
.single-blog-post .blog-details .tags a:hover {
    color: #ff9800;
    text-decoration: none;
}
.single-blog-post .blog-details .tags span {
    margin: 0 10px;
}
.single-blog-post .blog-post {
    float: right;
    width: 66.66%;
}
.single-blog-post .blog-post .blog-post-content {
    background: #fff;
    padding: 48px 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.single-blog-post .blog-post .blog-post-content p:last-of-type {
    margin-bottom: 0;
}
@media all and (max-width: 1024px) {
    .single-blog-post .blog-header .content {
        height: auto;
        float: none;
        width: 100%;
    }
    
    .single-blog-post .blog-header .image {
        width: 100%;
        float: none;
    }
    
    .single-blog-post .blog-header .content .footer {
        position: static;
        padding: 0;
    }
    
    .single-blog-post .blog-details,
    .single-blog-post .blog-post {
        float: none;
        width: 100%;
    }
}

/* Comments
   ========================================================================== */

.blog-post-comments {
    margin-top: 64px;
}
.blog-post-comments>h4 {
    margin-bottom: 48px;
}
.comment {
    margin-bottom: 50px;
}
.comment:last-of-type {
    margin-bottom: 0;
}
.comment .comment {
    margin-left: 58px;
    margin-top: 50px;
}
.comment .inner {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}
.comment .inner .image {
    float: left;
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.comment .inner .content {
    margin-left: 130px;
}
.comment .inner .content h5,
.comment .inner .content p {
    margin-bottom: 6px;
}
.comment .inner .content .meta {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    letter-spacing: 1px;
}
.comment .reply {
    position: absolute;
    top: 30px;
    right: 32px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #232323;
}
.comment .reply i {
    color: #ff9800;
    margin-left: 6px;
}
.comment .reply:hover {
    text-decoration: none;
}
.leave-comment {
    margin-top: 65px;
}
.leave-comment>h4 {
    margin-bottom: 48px;
}
.leave-comment .inner {
    background: #fff;
    padding: 38px 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.leave-comment .inner label {
    color: #232323;
}

/* ==========================================================================
   19. Error Page
   ========================================================================== */

.error-page {
    text-align: center;
    padding: 72px 0;
}
.error-page .error {
    font-size: 250px;
    line-height: 250px;
    font-weight: 700;
    margin-bottom: 12px;
}
.error-page .details {
    font-size: 16px;
    line-height: 32px;
    color: #232323;
    margin-bottom: 36px;
}
@media all and (max-width: 768px) {
    .error-page .error {
        font-size: 120px;
        line-height: 120px;
    }
}

/* ==========================================================================
   20. Modals
   ========================================================================== */

.modal-title{
    margin: 0;
    line-height: 1.42857143;
    font-size: 1.4em;
}

.modal-description{
    padding: 1em;
}

.modal-footer p {
    text-align: center;
}

/* ==========================================================================
   21. Tables
   ========================================================================== */
.table {
  
background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(249,249,249,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(249,249,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(249,249,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00f9f9f9',GradientType=1 ); /* IE6-9 */
}

td {
    border-right: solid 1px #1b1517;
    border-left: solid 1px #1b1517;
}
#leadership-table tr td:last-child {
    border-top: none;
}
#leadership-table {
    padding-bottom: 4em;}

#leadership-table td {
    text-align: left;
    padding: 4px;
}
td,
th {
    border-left: solid 1px #1b1517;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 0px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
    padding-bottom: 40px;
    margin-bottom: 60px;
    font-weight: 300;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 0px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #1b1517;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}
.table>thead>tr>th {
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bottom-border {
    border-bottom: solid 1px #1b1517;
}
#leadership-table th {
    color:#1b1517;
}
#domain-experience-section {
    padding-top: 80px;
}
.domain-experience {
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 200;
    color:white;
    background-color:#1b1b19;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
    padding-left: 5px;
}
.leadership-progress {
    height: 8px;
    margin-bottom: 25px;
    background-color: rgba(232, 232, 232, 0.5);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.leadership-progress-bar {
    line-height: 8px;
    box-shadow: none;
    position: relative;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color:#ecd835;
    
    /*
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    */
}
.leadership-progress-bar span {
    display: block;
    height: 8px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background:#FFEB3B;
    font-weight: 400;
    position: absolute;
    right: -1px;
    
    /* who needs these stinking drop shadows?
     -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); 
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    */
}
.leadership-progress-bar-label {
    font-weight: 300;
    letter-spacing: .5px;
    color:#1b1b19;
    padding-top: 10px;
}
#personal-qualities p {
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .8px;
    color: #1b1517;
    padding-top: 1rem;
}
#soft-skills p {
    color:#1b1517;
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .8px;
    padding-top: 1rem;
}
#personality-type h6 {
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color:#1b1517;
}
#personality-type p {
    font-size: .8rem;
    letter-spacing: .5px;
    font-weight: 300;
    margin-bottom: .25rem;
    overflow: hidden;
    font-weight: 200;
    color:#666666;
}


.personality-type-values-strengths{
  color:#fff176;
  background-color: #222;
  padding: .2em;
}

.divider {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    border-left: 1px solid white;
}
.vertical-divider {
    clear: both;
    position: relative;
}
.vertical-divider:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.vertical-divider .column:not(:first-child):after,
.vertical-divider .columns:not(:first-child):after {
    background: #fffff;
    bottom: 0;
    content: " ";
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 2px;
}
.horizontal-divider {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 3px solid #fff;
}

.horizontal-divider-dark {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 3px solid #1b1517;
}


.tabbed-header {
    font-size: .9rem;
    font-family: sans-serif;
    font-weight: 200;
    color: #1b1b19;
    background-color: white;
    padding-top: 1.1em;
    padding-bottom: .5em;
    padding-right: .5em;
    margin-top: 0px;
    padding-left: .5em;}



.tabbed-header-dark {
    font-size: .9rem;
    font-family: sans-serif;
    font-weight: 200;
    color:white;
    background-color:#1b1517;
    padding-top: 1.1em;
    padding-bottom: .5em;
    padding-right: .5em;
    margin-top: 0px;
    padding-left: .5em;}


.circle-legend-key-past {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 50%;
    background-color:#ecd835;
    vertical-align: inherit;
}
.circle-legend-key-recent {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 50%;
    background-color:#FFEB3B;
    vertical-align: inherit;
}

.legend-bg{
    background-color: #f2f2f2;
    padding: 2px;
}

/* ==========================================================================
   22. Blockqoute
   ========================================================================== */

blockquote {
    display: block;
    background: #fff;
    background: none;
    background-color: #fff;
    padding: 1rem 2rem 1rem 2.3rem;
    margin: 2.4rem 0 2rem;
    position: relative;
    /*Font*/
    
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #232323;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
    /*Borders - (Optional)*/
    
    border-left: 15px solid #ffd94a;
    border-right: 0px solid #ffd94a;
    /*Box Shadow - (Optional)*/
    
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    /*Font*/
    
    font-family: 'Libre Baskerville', serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    
    position: absolute;
    left: 10px;
    top: 5px;
}
blockquote::after {
    /*Reset to make sure*/
    
    content: "";
}
blockquote footer {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.8125rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #232323;
    margin-top: 2px;
}
blockquote footer:before {
    content: '';
}
blockquote p {
    position: relative;
    margin-bottom: 1.3rem;
    line-height: 1.5;
    font-size: 1.15rem;
}
blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}
blockquote a:hover {
    color: #666;
}
blockquote em {
    font-style: italic;
}

/* ==========================================================================
23. Lead - don't bury it
   ========================================================================== */

.lead {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.8;
    background: #FFF176;
    padding: 1.2em;
    margin-bottom: 2em;
}
.lead-inverse {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    color: #FFEB3B;
    background: #1b1517;
    padding: 1.2em;
    margin-bottom: 2em;
}

/* ==========================================================================
24. In-line Styles
   ========================================================================== */

.mark, mark {
    padding:.2em;
    background-color:#FFF59D;
}


#scroll-arrow{
    margin-top: 30vh;
}

#scroll-arrow a {
    color: #1b1517;
    text-decoration: none;
}
.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
  margin-left:-5em;
  background:#ffffff;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
}


.arrow {
  float:left;
  position:relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }


  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

/* ==========================================================================
25. Colors
   ========================================================================== */



/*

  COLORS
  Better default colors for the web

*/
/* 

   VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/
/*

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*/
/* Backgrounds */
.bg-navy { background-color: #001F3F; }
.bg-blue { background-color: #0074D9; }
.bg-aqua { background-color: #7FDBFF; }
.bg-teal { background-color: #39CCCC; }
.bg-olive { background-color: #3D9970; }
.bg-green { background-color: #2ECC40; }
.bg-lime { background-color: #01FF70; }



/* Mellow Yellow - Base */
.bg-yellow-50 { background-color: #FFFDE7; }
.bg-yellow-100 { background-color: #FFF9C4; }
.bg-yellow-200 { background-color: #FFF59D; }
.bg-yellow-300 { background-color: #FFF176; }
.bg-yellow-400 { background-color: #FFEE58; }
.bg-yellow-500 { background-color: #FFEB3B; }
.bg-yellow-600 { background-color: #FDD835; }
.bg-yellow-700 { background-color: #FBC02D; }
.bg-yellow-800 { background-color: #F9A825; }
.bg-yellow-900 { background-color: #F57F17; }
/* Accents */
.bg-yellow-a100 { background-color: #FFFF8D; }
.bg-yellow-a200 { background-color: #FFFF00; }
.bg-yellow-a200 { background-color: #FFEA00; }
.bg-yellow-a200 { background-color: #FFD600; }




.bg-orange { background-color: #e59500; }


.bg-red { background-color: #FF4136; }
.bg-fuchsia { background-color: #F012BE; }
.bg-purple { background-color: #B10DC9; }
.bg-maroon { background-color: #85144B; }
.bg-white { background-color: #FFFFFF; }
.bg-gray { background-color: #AAAAAA; }
.bg-silver { background-color: #DDDDDD; }
.bg-black { background-color: #111111; }


/* Colors */
.navy { color: #001F3F; }
.blue { color: #0074D9; }
.aqua { color: #7FDBFF; }
.teal { color: #39CCCC; }
.olive { color: #3D9970; }
.green { color: #2ECC40; }
.lime { color: #01FF70; }
.yellow { color: #FFDC00; }
.orange { color: #FF851B; }
.red { color: #FF4136; }
.fuchsia { color: #F012BE; }
.purple { color: #B10DC9; }
.maroon { color: #85144B; }
.white { color: #FFFFFF; }
.silver { color: #DDDDDD; }
.gray { color: #AAAAAA; }
.black { color: #111111; }
/* Border colors 

   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px); border-style: solid); }     
*/
.border--navy { border-color: #001F3F; }
.border--blue { border-color: #0074D9; }
.border--aqua { border-color: #7FDBFF; }
.border--teal { border-color: #39CCCC; }
.border--olive { border-color: #3D9970; }
.border--green { border-color: #2ECC40; }
.border--lime { border-color: #01FF70; }
.border--yellow { border-color: #FFDC00; }
.border--orange { border-color: #FF851B; }
.border--red { border-color: #FF4136; }
.border--fuchsia { border-color: #F012BE; }
.border--purple { border-color: #B10DC9; }
.border--maroon { border-color: #85144B; }
.border--white { border-color: #FFFFFF; }
.border--gray { border-color: #AAAAAA; }
.border--silver { border-color: #DDDDDD; }
.border--black { border-color: #111111; }


/* Fills for SVG */
.fill-navy { fill: #001F3F; }
.fill-blue { fill: #0074D9; }
.fill-aqua { fill: #7FDBFF; }
.fill-teal { fill: #39CCCC; }
.fill-olive { fill: #3D9970; }
.fill-green { fill: #2ECC40; }
.fill-lime { fill: #01FF70; }
.fill-yellow { fill: #FFDC00; }
.fill-orange { fill: #FF851B; }
.fill-red { fill: #FF4136; }
.fill-fuchsia { fill: #F012BE; }
.fill-purple { fill: #B10DC9; }
.fill-maroon { fill: #85144B; }
.fill-white { fill: #FFFFFF; }
.fill-gray { fill: #AAAAAA; }
.fill-silver { fill: #DDDDDD; }
.fill-black { fill: #111111; }


/* Strokes for SVG */
.stroke-navy { stroke: #001F3F; }
.stroke-blue { stroke: #0074D9; }
.stroke-aqua { stroke: #7FDBFF; }
.stroke-teal { stroke: #39CCCC; }
.stroke-olive { stroke: #3D9970; }
.stroke-green { stroke: #2ECC40; }
.stroke-lime { stroke: #01FF70; }
.stroke-yellow { stroke: #FFDC00; }
.stroke-orange { stroke: #FF851B; }
.stroke-red { stroke: #FF4136; }
.stroke-fuchsia { stroke: #F012BE; }
.stroke-purple { stroke: #B10DC9; }
.stroke-maroon { stroke: #85144B; }
.stroke-white { stroke: #FFFFFF; }
.stroke-gray { stroke: #AAAAAA; }
.stroke-silver { stroke: #DDDDDD; }
.stroke-black { stroke: #111111; }


.bg-yellow-gradient {
  background: rgba(255,221,0,1);
  background: -webkit-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(184,147,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,221,0,1) 0%, rgba(184,147,0,1) 100%);
}






































