/*======================
        GENERAL
========================*/

body {
    font-family: seravek-web, sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: seravek-web, sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #000;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 12px;
    display: block;
}

/*==========================
        HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #000;
}

.text-dark {
    color: #000 !important;
}

.header_section {
    padding: 200px 0px 120px;
    background-image: url(../images/home/Jake_Chasan_Directors_Chair.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.page_link a {
    color: rgba(255, 255, 255, 0.55);
}

.page_link {
    font-size: 14px;
}

.text-muted {
    color: #777;
}

.text-custom {
    color: #000 !important;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #000;
}

.section-main-title {
    max-width: 570px;
}

.main-title-border::after,
.main-title-border::before {
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    content: "";
    background-color: #d0d0d0;
    width: 30px;
    height: 1px;
}

.main-title-border i {
    font-size: 20px;
}

.bg-overlay-gredient {
    background: linear-gradient(32deg, rgba(18, 166, 181, 0.8) 0%, rgba(16, 12, 242, 0.7) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.btn-outline-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover,
.open>.dropdown-toggle.btn-outline-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*==========================
        NAVBAR
============================*/

.custom-nav {
    padding: 15px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    padding: 15px 0;
    position: relative;
    margin: 0 7px;
    font-weight: 600;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a:before,
.custom-nav .navbar-nav li:hover a:before,
.custom-nav .navbar-nav li:active a:before,
.custom-nav.stickyadd .navbar-nav li.active a:before,
.custom-nav.stickyadd .navbar-nav li:hover a:before,
.custom-nav.stickyadd .navbar-nav li:active a:before {
    opacity: 1;
}

.custom-nav .navbar-nav li a:before,
.custom-nav.stickyadd .navbar-nav li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10%;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-nav.stickyadd .navbar-nav li a:before {
    background: #000 !important;
}

.stickyadd .navbar-toggler {
    color: #000000;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.navbar-brand h1 {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -1px;
    font-size: 23px;
    color: white;
    transition: all 1s ease-in-out;
}

.navbar-brand.logo img {
    float: left;
    height: 28px;
    margin-top: -1px;
    transition: all 1s ease-in-out;
}

.stickyadd .navbar-brand.logo img {
    margin-top: 10px;
    transition: all 1s ease-in-out;
}

.stickyadd .navbar-brand h1 {
    color: #007bff;
    margin-top: 10px;
    transition: all 1s ease-in-out;
}

/*==========================
        HEADINGS
============================*/

.sticky-subhead {
    position: sticky;
    top: 80px;
    margin-bottom: 10px;
    z-index: 12;
}

.content-container {
    position: relative;
    top: -20px;
    left: 0px;
    right: 0px;
    z-index: 16;
    background-color: #ffffff;
    padding-bottom: 25px;
    padding-top: 35px;
    box-shadow: 0px 18px 18px -18px rgba(0, 0, 0, 0.0);
    transition: box-shadow 0.2s ease-in-out;
}

.bg-light .content-container {
    background-color: #f8f9fa;
}

.is-pinned .content-container {
    box-shadow: 0px 18px 18px -18px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s ease-in-out;
}

/*==========================
        ABOUT
============================*/

.about-description {
    text-align: justify;
}

.about-detail .about-tags li {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.about-detail .about-tags li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    position: relative;
    display: inline-block;
    top: -3px;
    margin-left: 14px;
    margin-right: 12px;
}

.about-detail .about-tags li:last-child:after {
    content: "";
    display: none;
}

.about-description-image {
    min-width: 220px;
    width: 20%;
    margin-top: 5px;
    margin-bottom: 20px;

    border: 1px solid #e7e7e7;
}

.about-description-image-left {
    margin-right: 20px;
}

/*===========================
        EDUCATION & LICENSURE
=============================*/

.about-box {
    display: flex;
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-top: 30px;
}

.about-box h4 {
    margin-bottom: 0px;
}

.about-box-emblem {
    width: 15%;
    min-width: 100px;
    text-align: center;
    padding-right: 20px;
}

.about-box-emblem img {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.about-box-content {
    /* Nothing */
}

.about-box-description {
    margin-top: 5px;
    font-size: 15px;
    color: #666666;
} 

/*===========================
        PORTFOLIO
=============================*/

.filter-menu {
    margin-top: 25px;
}

.filter-menu li {
    margin-right: 0px !important;
}

.filter-menu li:after {
    content: "•";
    top: 0px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.filter-menu li:last-child:after {
    content: "";
    display: none;
}

.filter-menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.filter-menu li a.active {
    background-color: #000;
    color: #ffffff;
}

.filter-menu li a:hover {
    background-color: #000;
    color: #ffffff !important;
}

.portfolio-entry-container {
    position: relative;
    height: 230px;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    border: none;

    display:flex;
    justify-content:center;
    align-items:center;
}

.portfolio-entry-background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.portfolio-entry-content {
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
}

.portfolio-entry-title-subtitle-container {
    position: absolute;
    top: 23px;
    right: 0px;
    left: 64px;
}

.portfolio-entry-content h4 {
    font-size: 20px;
    text-align: left;
    padding: 1px 0px 0px 10px;
    color: white;
    transition: color 150ms ease-in-out 200ms;
}

.portfolio-entry-content h5 {
    font-size: 14px;
    text-align: left;
    margin: -7px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: rgba(255, 255, 255, 0.6);
    transition: color 150ms ease-in-out 200ms;
}

.portfolio-entry-content h6 {
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    margin: 0px 0px 0px 0px;
    color: rgba(255, 255, 255, 0.85);
    transition: color 150ms ease-in-out 200ms;
}

.portfolio-entry-detail {
    position: absolute;
    top: 65px;
    bottom: 0px;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.portfolio-entry-icon {
    z-index: 2;
    float: left;
    width: 37px;
    margin-top: 26px;
    margin-left: 26px;
    border-radius: 6px;
}

.portfolio-entry-container:hover .portfolio-entry-background-image {
    transform: scale(1.1);
}

/*===========================
        NEWS & PRESS
=============================*/

#news-items {
    margin-left: 0px;
    margin-right: 0px;
}

.news-entry {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.news-entry {
    transition: background-color 0.25s ease-in-out;
}

.news-entry:hover {
    background-color: lightgray;
    transition: background-color 0.25s ease-in-out;
}

.news-entry h4 {
    font-size: 20px;
    color: #000000;
}

.news-entry p {

}

.news-entry-icon {
    width: 120px;
    text-align: center;
    padding-right: 20px;
}

.news-entry-icon img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.news-entry-location {
    font-weight: bold;
    text-transform: uppercase;
}

.news-entry-source {
    font-weight: bold;
}


.news-entry-description {
    font-size: 15px;
    color: #666666;
}

/*==========================
        HOME
============================*/

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

.home-bg {
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: -5px;
    bottom: 0px;
    right: -5px;
    transition: all 0.3s ease-in-out;
}

#home-bg-without-transition {
    /* Nothing */
}

#home-bg-with-transition {
    transform: translate3d(0, 0%, 0);
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;

    filter: blur(0px);
    transition: all 0.3s ease-in-out;
}

.header_title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.social_home li a {
    font-size: 50px;
    color: #ffffff;
    display: inline-block;
    width: 70px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;

    filter: blur(0px);
    transition: all 0.3s ease-in-out;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

/*==========================
        CONTACT
============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 44px;
    border-radius: 0px;
}

.contact_form .form-control:focus {
    border-color: #000;
}

.contact_form textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gif_loader {
    display: none;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #007bff;
    font-size: 22px;
}

#website_container {
    display: none;
}

.g-recaptcha-container {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

/*==========================
        FOOTER
============================*/

#footer {
    height: 290px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.fot_social .social-icon {
    border: 2px solid #868e96;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    border-color: #000;
    color: #000 !important;
    transform: rotate(360deg);
}

.copy-rights {
    line-height: 43px;
}

/*==========================
        RESPONSIVE
============================*/

@media (max-width: 1200px) {
    .custom-nav .navbar-nav li a:before, .custom-nav.stickyadd .navbar-nav li a:before {
        left: -10px;
        bottom: auto;
        top: 24px;
    }
}

@media (max-width: 768px) {
    body {
        min-width: 320px;
    }

    .custom-nav .navbar-nav li a:before, .custom-nav.stickyadd .navbar-nav li a:before {
        left: -10px;
        bottom: auto;
        top: 15px;
    }
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
    }
    .custom-nav>.container {
        width: 90%;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
        float: left;
    }
    
    .navbar-nav {
        margin-top: 0px;
    }
    .header_title {
        font-size: 40px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .social_home {
        margin-top: 100px;
    }
    .social_home li a {
        font-size: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .home-bg,
    .h-100vh.jarallax,
    .h-100vh.bg-dark,
    .home-bg-slider .carousel-item {
        padding: 110px 0 170px 0;
    }
    .home-bg-slider .carousel-item {
        height: auto;
    }

    .custom-nav .navbar-brand.logo img {
        height: 26px;
    }

    .about-tags {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
    }
    .about-detail .about-tags li {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0px;
    }
    .about-detail .about-tags li::after {
        content: "";
        display: none;
    }

    .about-detail .about-tags li:nth-child(odd):after {
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background-color: #757575;
        position: relative;
        display: inline-block;
        top: -3px;
        left: 2px;
    }

    .about-detail .about-work li::after,
    .filter-menu li:after {
        display: none;
        content: "";
    }
    .about-detail .about-work li {
        margin-right: 7px;
        margin-left: 7px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }
    .filter-menu li a {
        margin: 8px 10px;
    }
    .comment_blog .comment_read:nth-child(odd) {
        margin-left: 34px;
    }
    .blog_detail h4 {
        font-size: 18px;
    }
    .blog_detail p.blockquote {
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    .about-description {
        text-align: left;
    }
}

@media (max-width: 450px) {
    .about-tags {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
    }
    .about-detail .about-tags li {
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0px;
    }
    .about-detail .about-tags li:nth-child(odd):after, .about-detail .about-tags li::after {
        content: "";
        display: none;
    }
}