@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Eren Kozik
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
}
body {
    padding-top: 138px;
}

/* LINKS */
a {
    color: #62715b;
}
a:hover {
    color: #FE654F;
}

/* HEADER */
header {
    box-shadow: rgba(0,0,0,0.035) 0 15px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: 0.15s ease all;
}
header .top-line {
    display: block;
    border-bottom: 1px solid #eee;
    transition: 0.15s ease all;
}
header .top-line .contact-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #7a7a7a;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.15s ease all;
}
header .top-line .contact-item:hover {
    color: #394235;
}
header .top-line .contact-item i {
    color: #394235;
}
header .top-line ul {
    display: block;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
header .top-line ul li {
    display: inline-block;
    vertical-align: middle;
}
header .top-line ul li a {
    display: block;
    padding: 9px 14px;
    border-left: 1px solid #eee;
    margin-right: -4px;
    color: #7a7a7a;
    transition: 0.15s ease all;
}
header .top-line ul li:last-child a {
    border-right: 1px solid #eee;
}
header .top-line ul li a:hover {
    background: #f9f9f9;
    color: #394235;
}
header.active .top-line {
    margin-top: -43px;
}

/* NAVIGATION */
.navbar-light {
    padding: 20px 0;
    background: transparent !important;
}
.navbar .navbar-brand img {
    height: 45px;
    transition: 0.15s ease all;
    /*filter: brightness(0) invert(1);*/
}
.navbar .navbar-nav {
    align-items: center;
}
.navbar .nav-item > .nav-link {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    color: #1f1f1f;
    position: relative;
    transition: 0.15s ease all;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item.active > .nav-link,
.navbar .nav-item > .nav-link.active {
    color: #62715b;
}
.navbar .nav-item > .nav-link.button {
    background: #394235;
    color: #fff;
    border-radius: 25px;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}
.navbar .nav-item > .nav-link.button:hover {
    background: #495544;
}
.navbar .nav-item > .nav-link.button:focus,
.navbar .nav-item > .nav-link.button:active {
    background: #62715b;
    box-shadow: rgba(0,0,0,0.1) 0 15px 30px;
}

/* MAIN */
.main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 200px 0;
    color: #fff;
    background: url('../img/bg-4.jpg') center right no-repeat;
    background-size: cover;
}
.main:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    opacity: 0;
    z-index: 1;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h1 {
    display: block;
    font-weight: 600;
    font-size: 84px;
    color: #1f1f1f;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
}
.main h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    color: #1f1f1f;
}
.main p {
    margin: 20px 0 40px 0;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
}

/* BUTTONS */
.btn {
    padding: 12px 45px;
    margin: 0 2.5px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}
.btn.btn-primary {
    background: #FE654F;
    border-color: #FE654F;
}
.btn.btn-primary:hover {
    background: #fe7b67;
    border-color: #fe7b67;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #fe9180 !important;
    border-color: #fe9180 !important;
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px !important;
}
.btn.btn-secondary {
    background: #394235;
    border-color: #394235;
}
.btn.btn-secondary:hover {
    background: #495544;
    border-color: #495544;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #62715b !important;
    border-color: #62715b !important;
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px !important;
}

/* ABOUT */
.about {
    display: block;
    position: relative;
    padding: 40px 0 0 0;
}
.about h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
}
.about h3 span {
    position: relative;
}
.about h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.about p {
    font-size: 14px;
    margin: 10px 0 0 0;
}

/* SERVICES */
.services .box-wrapper {
    display: block;
    position: relative;
    background: #fff;
    padding: 80px 65px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0 15px 45px;
    z-index: 2;
}
.services h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px 0;
}
.services h3 span {
    position: relative;
}
.services h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.services .service {
    display: block;
    margin-top: 40px;
    position: relative;
}
.services .service img {
    display: block;
    width: 48px;
    height: 48px;
}
.services .service h4 {
    display: block;
    font-size: 16px;
    margin: 15px 0 5px 0;
    font-weight: 600;
    color: #1f1f1f;
}
.services .service p {
    font-size: 12px;
    margin-bottom: 0;
}

/* SEO SERVICES */
.seo-services {
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
    background: #f9f9f9;
}
.seo-services:before {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    content: ' ';
    background: #f9f9f9;
    z-index: 0;
    clip-path: polygon(0 81%, 100% 0, 100% 100%, 0% 100%);
}
.seo-services h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.seo-services h3 span {
    position: relative;
}
.seo-services h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.seo-services p.lead {
    font-size: 14px;
    font-weight: 400;
}
.seo-services .service {
    display: block;
    margin-top: 40px;
}
.seo-services .service .icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background: #394235;
    border-radius: 4px;
    text-align: center;
    line-height: 80px;
}
.seo-services .service .icon img {
    width: 32px;
    height: 32px;
}
.seo-services .service .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    padding-left: 15px;
}
.seo-services .service .info h4 {
    font-weight: 600;
    color: #394235;
    font-size: 18px;
    margin: 0;
}
.seo-services .service .info p {
    font-size: 14px;
    display: none;
}

/* PODCAST */
.podcast {
    padding: 100px 0;
    background: url('../img/bg-2.jpg') center no-repeat;
    background-size: cover;
}
.podcast h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.podcast h3 span {
    position: relative;
}
.podcast h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #1f1f1f;
    content: ' ';
    margin: auto;
}
.podcast p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

/* YOUTUBE */
.youtube {
    display: block;
    padding: 80px 0;
}
.youtube h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.youtube h3 span {
    position: relative;
}
.youtube h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.youtube .youtube-video {
    display: block;
    position: relative;
    margin-top: 30px;
    text-decoration: none;
    color: inherit;
}
.youtube .youtube-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgba(0,0,0,0.15);
    font-family: 'FontAwesome';
    content: '\f144';
    color: #fff;
    border-radius: 5px;
    font-size: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.15s ease all;
    z-index: 1;
}
.youtube .youtube-video:hover:before {
    background: rgba(0,0,0,0.25);
}
.youtube .youtube-video img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.05) 0 12.5px 20px;
}
.youtube .youtube-video h4 {
    color: #394235;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.youtube .youtube-video span.date {
    font-size: 12px;
    color: #7a7a7a;
}
.youtube .youtube-channel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    height: 160px;
    background: #394235;
    color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.05) 0 10px 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.15s ease all;
    padding: 30px;
}
.youtube .youtube-channel:hover {
    background: #495544;
}
.youtube .youtube-channel i {
    font-size: 30px;
}
.youtube .youtube-channel h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.youtube .youtube-channel p {
    font-size: 11px;
    line-height: 1.2;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0;
}

/* EXPERTISE */
.expertise {
    display: block;
    position: relative;
    background: #f9f9f9;
    padding: 80px 0;
}
.expertise h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.expertise h3 span {
    position: relative;
}
.expertise h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.expertise .expertise-item {
    display: block;
    margin-top: 30px;
    border-radius: 4px;
    background: #fff;
    height: calc(100% - 30px);
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
    padding: 35px;
    transition: 0.15s ease all;
    cursor: default;
}
.expertise .expertise-item:hover {
    transform: scale(1.025);
    box-shadow: rgba(0,0,0,0.1) 0 20px 40px;
}
.expertise .expertise-item img {
    width: 64px;
    height: 64px;
    filter: grayscale(100%);
    transition: 0.15s ease all;
}
.expertise .expertise-item:hover img {
    filter: grayscale(0%);
}
.expertise .expertise-item h4 {
    display: block;
    font-size: 16px;
    margin: 15px 0 5px 0;
    font-weight: 600;
    color: #1f1f1f;
}
.expertise .expertise-item p {
    margin: 0;
    font-size: 12px;
}

/* TESTIMONIALS */
.testimonials {
    display: block;
    position: relative;
    background: url('../img/bg-3.jpg') center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.testimonials h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}
.testimonials h3 span {
    position: relative;
}
.testimonials h3 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #fff;
    content: ' ';
    margin: auto;
}
.testimonials .review {
    display: block;
    padding: 20px;
    transition: 0.15s ease all;
    border-radius: 5px;
}
.testimonials .review:hover {
    background: rgba(255,255,255,0.05);
}
.testimonials .review p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.testimonials .review .from {
    display: block;
    position: relative;
    margin-top: 30px;
    padding-left: 45px;
}
.testimonials .review .from img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonials .review .from strong {
    display: block;
    font-size: 14px;
    color: #fff;
}
.testimonials .review .from span {
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    line-height: 1.25;
}

/* CTA */
.contact {
    display: block;
    position: relative;
    background: #394235;
    padding: 60px 0;
    color: #fff;
}
.contact h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
}
.contact h3 span {
    font-weight: 400;
}
.contact p {
    margin-bottom: 0;
    font-size: 14px;
}
.contact .btn {
    text-transform: uppercase;
    padding: 14px 40px;
    font-size: 16px;
}

/* FOOTER */
footer {
    display: block;
    padding: 30px 0;
    background: #252a22;
}
footer hr {
    filter: invert(1);
}
footer a.logo {
    display: inline-block;
}
footer a.logo img {
    height: 40px;
    filter: brightness(0) invert(1);
}
footer p.copyright {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
footer ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
footer ul.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
footer ul.menu li a {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
footer ul.socials {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
footer ul.socials li {
    display: inline-block;
    vertical-align: middle;
}
footer ul.socials li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgba(255,255,255,0.05);
    display: block;
    color: rgba(255,255,255,1);
    transition: 0.15s ease all;
}
footer ul.socials li a:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
footer ul.socials li a:active {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* DISCLAIMER */
.disclaimer {
    display: block;
    padding: 80px 0;
}
.disclaimer h2 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}
.disclaimer h2 span {
    position: relative;
}
.disclaimer h2 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 70px;
    height: 2px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.disclaimer h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0 15px 0;
}
.disclaimer h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 35px 0 15px 0;
}
.disclaimer p,
.disclaimer ul li,
.disclaimer ol li {
    font-size: 14px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .podcast {
        background-position: center left -100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main h1 {
        font-size: 72px;
    }
    .podcast {
        background-position: center left;
        position: relative;
        text-align: center;
        color: #fff;
    }
    .podcast h3 span:after {
        background: #fff;
    }
    .podcast:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1f1f1f;
        content: ' ';
        z-index: 0;
        opacity: 0.9;
    }
    .podcast .container {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 124px;
    }
    .navbar .navbar-brand img {
        height: 30px;
    }
    .navbar .nav-item > .nav-link {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar .nav-item > .nav-link.button {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 15px;
    }
    .btn {
        padding: 8px 15px;
        font-size: 12px;
    }
    .main {
        padding: 100px 0;
    }
    .main h1 {
        font-size: 56px;
    }
    .main h2 {
        font-size: 36px;
    }
    .about h3 {
        font-size: 26px;
    }
    .about p {
        font-size: 12px;
        padding-bottom: 30px;
    }
    .seo-services h3 {
        font-size: 26px;
    }
    .seo-services p.lead {
        font-size: 12px;
    }
    .podcast {
        background-position: center left;
        position: relative;
        color: #fff;
    }
    .podcast:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1f1f1f;
        content: ' ';
        z-index: 0;
        opacity: 0.9;
    }
    .podcast .container {
        position: relative;
        z-index: 2;
    }
    .podcast h3 {
        font-size: 26px;
    }
    .podcast h3 span:after {
        background: #fff;
    }
    .podcast p {
        font-size: 12px;
    }
    .youtube h3 {
        font-size: 26px;
    }
    .expertise h3 {
        font-size: 26px;
    }
    .testimonials h3 {
        font-size: 26px;
    }
    .testimonials .review p {
        font-size: 12px;
    }
    .contact h3 {
        font-size: 26px;
    }
    .contact p {
        font-size: 12px;
    }
    .contact .btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 101px;
    }
    header .top-line {
        text-align: left;
    }
    header .top-line .contact-item {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 5px;
    }
    header .top-line ul {
        display: none;
    }
    header.active .top-line {
        margin-top: -40px;
    }
    .navbar-light {
        padding: 10px 15px;
    }
    .navbar .navbar-brand img {
        height: 30px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
        padding-left: 0;
        padding-right: 0;
        outline: none;
    }
    .navbar-collapse {
        padding: 25px 0;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 0;
        margin-top: 10px;
    }
    .btn {
        padding: 8px 25px;
        font-size: 12px;
    }
    .main {
        padding: 70px 0 350px 0;
        text-align: center;
        background: url('../img/mobile-bg.jpg') #d9dee2 center bottom no-repeat;
        background-size: 340px;
    }
    .main h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }
    .main h2 {
        font-size: 20px;
    }
    .main p {
        font-size: 16px;
        margin: 10px 0 25px 0;
    }
    .about h3 span:after {
        display: none;
    }
    .about h3 {
        font-size: 26px;
    }
    .about p {
        font-size: 12px;
        padding-bottom: 30px;
    }
    .services .box-wrapper {
        padding: 50px 35px 30px 35px;
    }
    .services h3 {
        max-width: 70%;
        margin: auto;
        font-size: 20px;
    }
    .services h3 span:after {
        display: none;
    }
    .services .service {
        margin-top: 30px;
    }
    .seo-services {
        padding: 50px 0;
        background: #f2f3f4;
    }
    .seo-services:before {
        background: #f2f3f4;
    }
    .seo-services h3 {
        font-size: 26px;
    }
    .seo-services p.lead {
        font-size: 12px;
    }
    .seo-services .service {
        margin-top: 20px;
    }
    .seo-services .service .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .seo-services .service .icon img {
        width: 24px;
        height: 24px;
    }
    .seo-services .service .info {
        width: calc(100% - 65px);
        padding-left: 10px;
    }
    .seo-services .service .info h4 {
        font-size: 14px;
    }
    .podcast {
        text-align: center;
        padding: 50px 0;
    }
    .podcast .btn {
        margin: 5px 0;
    }
    .podcast h3 {
        font-size: 26px;
    }
    .podcast p {
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .podcast h3 span:after {
        display: none;
    }
    .youtube {
        padding: 50px 0;
    }
    .youtube h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .youtube h3 span:after {
        display: none;
    }
    .expertise {
        padding: 50px 0;
    }
    .expertise h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 0;
    }
    .expertise h3 span:after {
        display: none;
    }
    .testimonials {
        padding: 50px 0;
    }
    .testimonials h3 {
        font-size: 26px;
    }
    .testimonials h3 span:after {
        display: none;
    }
    .testimonials .review p {
        text-align: center;
    }
    .contact {
        padding: 40px 0;
        text-align: center;
    }
    .contact h3 {
        font-size: 24px;
    }
    .contact h3 span {
        display: block;
    }
    .contact p {
        font-size: 12px;
        margin: 10px 0 30px 0;
    }
    footer {
        text-align: center;
    }
    footer ul.menu {
        padding-left: 0;
        border-left: none;
        padding-top: 15px;
    }
    footer ul.socials {
        padding: 15px 0 5px 0;
        text-align: center;
    }
    footer p.copyright a {
        display: block;
    }
    .disclaimer {
        padding: 50px 0;
    }
    .disclaimer h2 {
        font-size: 26px;
    }
    .disclaimer h2 span:after {
        display: none;
    }
    .disclaimer p, .disclaimer ul li, .disclaimer ol li {
        font-size: 12px;
        word-wrap: break-word;
    }
}