* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'ProximaNova-Light';
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ARIAL';
    src: url('../fonts/ARIAL.woff');
    src: url('../fonts/ARIAL.woff?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background: #fff;
    font-family: 'ProximaNova-Regular', sans-serif;
}

p {
    font-family: 'ProximaNova-Regular', sans-serif;
}

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

html {
    font-size: 100%;
}

h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-family: 'ProximaNova-Regular', sans-serif;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.container_fluid {
    width: 100%;
    margin: 0 auto;
}

.header {}

.header.header_home {
    background: url(../images/header-bg.jpg) center center no-repeat;
    background-size: cover;
}

.navbar {
    min-height: 97px;
}

.navbar .container {
    padding: 0 30px;
}

.navbar_inner {
    display: flex;
    align-items: center;
    padding: 27px 0 33px;
    justify-content: space-between;
}

ul.nav_items {
    display: flex;
    align-items: center;
}

ul.nav_items li {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-right: 48px;
}

ul.nav_items li:last-child {
    margin-right: 0;
}

ul.nav_items li a {
    color: #fff;
    text-decoration: none;
}

ul.nav_items li a::after {
    display: block;
    content: "";
    width: 0px;
    height: 1.5px;
    background-color: #fff;
    transition: all 0.5s ease;
}

ul.nav_items li a:hover::after {
    width: 100%;
}

button.contact_btn {
    width: 140px;
    height: 34px;
    background: #fff;
    border: 1px solid #979797;
    font-size: 0.875rem;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.contact_btn:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.home_banner {
    display: flex;
}

.home_banner .container_fluid {
    display: flex;
}

.mark_pic {
    width: 53%;
}

.mark_bio {
    width: 47%;
    padding: 0 73px 0 35px;
}

.mark_bio h1 {
    font-size: 4.5rem;
    line-height: 5.438rem;
    color: #fff;
    margin: 0 0 19px 0;
}

.mark_bio p {
    font-size: 0.938rem;
    line-height: 1.125rem;
    color: #fff;
    margin: 0 0 16px 0;
}

.mark_bio .signature {
    margin: 52px 0 0;
}

.featureBlock {
    background: #ecebea;
    padding: 68px 0 68px 12.5%;
}

.featureBlock_inner {
    display: flex;
    align-items: flex-start;
}

.white_block {
    background: #fff;
    padding: 66px 40px 0;
    display: inline-block;
}

.white_block {
    width: 32%;
    text-align: center;
}

.white_block p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #000000;
    margin: 36px 0 125px 0;
}

.laptop_video {
    width: 68%;
   height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.video{
   position: relative;
   padding-top: 0;
   padding-bottom: 55.5%;
   height: 0;
}
div.video iframe.laptop_iframe {
    box-sizing: border-box;
    background: url(../images/dark_macbook.png) center center no-repeat;
    background-size: contain;
    padding: 3.9% 12.9% 5.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.laptop_video img {
    /* box-shadow: 0 90px 114px rgba(0, 0, 0, .2); */
}

.video_blck {
    padding: 44px 0;
    background: #fff;
}

.video_blck_inner {
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 24%;
    margin-bottom: 20px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image_block {
    padding: 17px 0 100px 0;
    background: #fff;
}

.image_block_inner {
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.black_contact {
    background: #000;
}

.black_contact .inner {
    padding: 100px 12.5% 78px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.black_contact .inner .left 
{
    width: 76%;
}

.black_contact .inner .left h3 {
    padding: 0 0 8px 0;
}

.black_contact .inner .left p {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.black_contact .inner .right button.contact_wht_btn {
    display: block;
    font-size: 0.875rem;
    line-height: 1.063rem;
    background: #fff;
    color: #000;
    border: 0px none;
    font-family: 'ProximaNova-Bold', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.black_contact .inner .right button.contact_wht_btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.contact_wht_btn a
{
    text-decoration: none;
    color: black;
    display: block;
    padding: 15px 36px
}

.contact_wht_btn:hover a
{
    color: white;
}


.footer {
    background: #000;
}

.footer_top {
    padding: 74px 0;
    border-bottom: 0.5px solid #eeeeee59;
    margin: 0 12.5%;
    display: flex;
    justify-content: space-between;
}

.footer .footer_logo {
    max-width: 275px;
}

.footer .footer_logo img {
    margin-bottom: 20px;
}

.footer .left {
    display: inline-block;
}

.footer .left p {
    margin: inherit;
    font-size: 0.875rem;
    line-height: 17px;
    color: white;
    font-family: 'ProximaNova-Regular';
}

.footer .right {
    display: inline-block;
    vertical-align: top;
}

.footer .right ul {
    list-style: none;
}

.footer .right ul li {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    margin-right: 46px;
}

.footer .right ul li:last-child {
    margin-right: 0px;
}

.footer .right ul li h2 {
    line-height: 16px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    font-family: Arial;
    color: white;
}

.footer .right ul li a {
    color: #CCCCCC;
    margin: 0;
    font-size: 0.875rem;
    font-family: 'ProximaNova-Regular';
    text-decoration: none;
    line-height: 17px;
    display: block;
    margin-bottom: 10px;
}

.footer .right ul li a:hover {
    text-decoration: underline;
}

.footer .right ul li:last-child a {
    margin-right: 0;
}

.footer_btm {
    padding: 20px 12.5%;
}

.footer_btm .right {
    vertical-align: middle;
    text-align: right;
}

.footer_btm .right ul li a {
    margin-bottom: 0;
}

.footer_btm .right ul li {
    margin-right: 16px;
}

.toggle-btn {
    display: none;
}

.footer_btm {
    display: flex;
    justify-content: space-between;
}

.inme_thumb{
    width: 24%;
    margin-bottom: 20px;
    position: relative;
}

.podcast_play_btn{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/***********Responsive**************/

@media only screen and (max-width:1440px) {
    .mark_bio h1 {
        font-size: 3.5rem;
        line-height: 3.438rem;
    }
    .inme_thumb {
        width: 24%;
        margin-bottom: 20px;
    }
    .inme_thumb img {
        width: 100%;
    }

    .inme_thumb img.podcast_play_btn{
        width: 60px;
        height: 60px;
    }

    .image_block {
    padding: 0px 0 44px 0;
    background: #fff;
}
        .footer_btm {
            padding: 20px 12.5%;
            display: flex;
            justify-content: space-between;
    }
    .white_block p br
    {
        display: none;
    }

}

@media only screen and (max-width:1439px)
{

 .image_block_inner,
    .video_blck_inner {
        padding: 0 16px;
    }
.black_contact .inner .left p br
    {
        display: none;
    }


}

@media only screen and (max-width:1200px) {
    .mark_bio {     
       padding: 0 15px 0 15px;
    }
    .mark_bio h1 {
        font-size: 3.5rem;
    }
    .image_block {
    padding: 0px 0 44px 0;
    background: #fff;
}
.black_contact .inner .left p br
    {
        display: none;
    }

    .black_contact .inner .left {
    width: 60%;
    }

}

@media only screen and (max-width:1024px) {
    ul.nav_items li {
        font-size: 0.875rem;
        line-height: 1.063rem;
        margin-right: 34px;
    }

    .white_block p br
    {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .mark_bio h1 {
        font-size: 2.5rem;
        line-height: 2.438rem;
    }

    .black_contact .inner .left p br
    {
        display: none;
    }
    ul.nav_items li .contact_btn {
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: white;
        background: transparent;
        border: none;
        width: auto;
        height: auto;
        text-align: left;
        padding: 12px 0 12px 6px;
    }
    .home_banner .container_fluid {
        display: flex;
        flex-direction: column;
    }
    .mark_bio {
        width: 100%;
    }
    .mark_pic {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .mark_pic img
    {
        text-align: center;
        width: 50%;
    }
    .mark_bio {
        order: 1;
    }
    .mark_pic {
        order: 2;
    }
    ul.nav_items li {
        margin-right: 0;
        margin-bottom: 0;
    }
    ul.nav_items li a {
        padding: 12px 0;
    }
    .featureBlock {
        background: #ecebea;
        padding: 68px 0 68px 5.5%;
    }
    .video-container {
        width: 49%;
        margin: 10px 0;
    }
    .laptop_video {
        width: 62%;
    }
    .white_block p {
        font-size: 16px;
        margin: 36px 0 36px 0;
    }
    .inme_thumb {
        width: 49%;
        margin: 10px 0;
    }
    .white_block {
        width: 38%;
        text-align: center;
    }
    .black_contact .inner {
        padding: 78px 5.5% 78px;
    }
    .black_contact .inner .left p {
        font-size: 15px;
    }

    .footer_top {
        margin: 0 5.5%;
    }
    .footer_btm {
            padding: 20px 5.5%;
            display: flex;
            justify-content: space-between;
    }
    .toggle-btn {
        display: block;
    }
#toggle {
    display: block;
    width: 32px;
    height: 0;
    margin: 10px auto 0px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}


#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  width: 100%;
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(8px, -8px);
  width: 100%;
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}



    .toggle-btn {
        position: absolute;
        top: 1.75rem;
        right: 30px;
        flex-direction: column;
        justify-content: space-between;
        width: 31px;
        height: 21px;
        background: transparent;
        text-align: center;
    }
    ul.nav_items li a {
    color: #fff;
    text-decoration: none;
    padding-left: 6px;
    display: block;
    border-bottom: 1px solid #eeeeee57;
}
    .toggle-btn i {
        font-size: 20px;
        color: white;
    }
    .nav_items {
        display: none !important;
    }
    .nav_items.active {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 20px 30px;
        background: #292309;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li {
        text-align: center;
    }
    .navbar-links li a {
        padding: .5rem 1rem;
    }
    .navbar-links.active {
        display: flex;
    }
    .black_contact .inner .left {
        width: 70%;
    }
    ul.nav_items li a::after {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .toggle-btn {
        display: block;
    }
    .toggle-btn i {
        font-size: 20px;
        color: white;
    }
    .black_contact .inner .left {
        width: 100%;
    }
    .nav_items {
        display: none !important;
    }
    .nav_items.active {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 20px 30px;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li {
        text-align: center;
    }
    .navbar-links li a {
        padding: .5rem 1rem;
    }
    .navbar-links.active {
        display: flex;
    }
    ul.nav_items li .contact_btn {
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: white;
        background: transparent;
        border: none;
        width: auto;
        height: auto;
        text-align: left;
        padding: 0;
    }
    .featureBlock_inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .laptop_video {
        order: 1;
    }
    .white_block {
        order: 2;
    }
    .laptop_video {
        width: 100%;
    }
    .mark_bio h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .mark_pic,
    .mark_bio {
        width: 100%;
    }
    .mark_pic img {
        width: 50%;
    }
    .home_banner .container_fluid {
        display: flex;
        padding: 0 15px;
        flex-direction: column;
    }
    .mark_bio {
        padding: 20px 16px 0 16px;
    }
    .mark_bio .signature {
        margin: 0px 0 15px;
    }
    .featureBlock {
        padding: 40px 15px;
    }
    .white_block {
        width: 100%;
        padding: 40px 20px;
        display: block;
        margin-bottom: 20px;
    }
    .white_block p {
        font-size: 15px;
        margin: 20px 0 0px 0;
    }
    .laptop_video {
        margin-bottom: 30px;
    }
    .video_blck {
        padding: 40px 0 0;
    }
    .inme_thumb,
    .video-container {
        margin: 8px 0;
    }
    .image_block {
        padding: 40px 0 40px 0;
    }
    .black_contact .inner {
        padding: 40px 15px;
        display: block;
    }
    .black_contact .inner .left h3 {
        padding: 0 0 8px 0;
        font-size: 30px;
    }
    .black_contact .inner .left p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .footer_top {
        padding: 40px 15px;
        margin: 0;
    }
    .footer .left p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
        color: white;
    }
    .footer .right ul li {
        display: inline-block;
        text-align: left;
        vertical-align: text-top;
        margin-right: 30px;
    }
    .footer_btm {
        padding: 20px 15px;
        text-align: center;
    }
    .footer_btm .left p {
        margin-bottom: 10px;
    }
    .footer_btm .right {
        text-align: center;
    }
    .footer_btm .right ul li {
        margin-right: 16px;
    }
}

@media only screen and (max-width:600px) {
    .toggle-btn {
        display: block;
    }
    .footer .footer_logo {
    max-width: 100%;
}
    .toggle-btn i {
        font-size: 20px;
        color: white;
    }
    ul.nav_items li .contact_btn {
        font-size: 0.875rem;
        line-height: 1.063rem;
        color: white;
        background: transparent;
        border: none;
        width: auto;
        height: auto;
        text-align: left;
        padding: 0;
        padding-left: 6px;
    }
    .nav_items {
        display: none !important;
    }
    .nav_items.active {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 20px 30px;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li {
        text-align: center;
    }
    .navbar-links li a {
        padding: .5rem 1rem;
    }
    .navbar-links.active {
        display: flex;
    }
    .mark_bio h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .mark_pic,
    .mark_bio {
        width: 100%;
    }
    .mark_pic img {
        width: 100%;
    }
    .home_banner .container_fluid {
        display: flex;
        padding: 0 15px;
        flex-direction: column;
    }
    .mark_bio {
        padding: 20px 15px 0 16px;
    }
    .mark_bio .signature {
        margin: 0px 0 15px;
    }
    .featureBlock {
        padding: 40px 15px;
    }
    .white_block {
        width: 100%;
        padding: 40px 20px;
        display: block;
        margin-bottom: 20px;
    }
    .white_block p {
        font-size: 15px;
        margin: 20px 0 0px 0;
    }
    .laptop_video {
        width: 100%;
    }
    .video_blck {
        padding: 40px 0 0;
    }
    .inme_thumb {
        width: 48%;
    }
    .image_block {
        padding: 40px 0 40px 0;
    }
    .black_contact .inner {
        padding: 40px 15px;
        display: block;
    }
    .black_contact .inner .left h3 {
        padding: 0 0 8px 0;
        font-size: 30px;
    }
    .black_contact .inner .left p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .footer_top {
        padding: 40px 15px;
        margin: 0;
        display: block;
    }
    .footer .left {
        width: 100%;
        display: block;
    }
    .footer .left p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
        color: white;
    }
    .footer .right {
        width: 100%;
        display: block;
        vertical-align: middle;
    }
    .footer .right ul li {
        display: block;
        text-align: left;
        vertical-align: text-top;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer_btm {
        padding: 20px 15px;
        text-align: center;
        display: block;
    }
    .footer_btm .left p {
        margin-bottom: 10px;
    }
    .footer_btm .right {
        text-align: center;
    }
    .footer_btm .right ul li {
        margin-right: 16px;
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .video-container {
        width: 48%;
    }
}