﻿
.bg-img-1 {
    background-image: url(../img/background/1.jpg);
}

.bg-img-2 {
    background-image: url(../img/background/2.jpg);
}

.bg-img-3 {
    background-image: url(../img/background/3.jpg);
}

.bg-img-4 {
    background-image: url(../img/background/4.jpg);
}


/* 1.2. team IMG BACKGROUND */
.carousel-item-team-01 {
    background-image: url(../img/team/1.jpg);
}

.carousel-item-team-02 {
    background-image: url(../img/team/2.jpg);
}

.carousel-item-team-03 {
    background-image: url(../img/team/3.jpg);
}

.carousel-item-team-04 {
    background-image: url(../img/team/4.jpg);
}


/* 1.3. selection IMG BACKGROUND */
.bg-img-about {
    background-image: url(../img/about/1.jpg);
}

.bg-img-works {
    background-image: url(../img/works/1.jpg);
}

.bg-img-news {
    background-image: url(../img/news/01.jpg);
}

.bg-img-contact {
    background-image: url(../img/contact/1.jpg);
}


/* 1.4. project IMG BACKGROUND */
.bg-img-project-01 {
    background-image: url(../img/works/project-01/1.jpg);
}

.bg-img-project-02 {
    background-image: url(../img/works/project-02/1.jpg);
}

.bg-img-project-03 {
    background-image: url(../img/works/project-03/1.jpg);
}

.bg-img-project-04 {
    background-image: url(../img/works/project-04/1.jpg);
}


/* 1.5. news IMG BACKGROUND */
.bg-img-news-01 {
    background-image: url(../img/news/4.jpg);
}

.bg-img-news-02 {
    background-image: url(../img/news/news-02/1.jpg);
}

.bg-img-news-03 {
    background-image: url(../img/news/news-03/1.jpg);
}

.bg-img-news-04 {
    background-image: url(../img/news/news-04/1.jpg);
}


/* 2. reset */
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: baseline;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

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;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

/* IE10 scrollbar FIX */
html {
    -ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    text-align: left;
    color: #5f5f5f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

a {
    color: #111;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    a:hover,
    a:visited,
    a:active,
    a:focus {
        color: #111;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    p a,
    p a:hover {
        color: #5f5f5f;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    p.light {
        color: #fff;
    }

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #777;
    color: #fff;
}

::selection {
    background: #777;
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* 3.1. upper page */
.upper-page {
    /*
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
*/
    background: #151515;
}

.upper-page {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 586px;
}

@media only screen and (max-width: 768px) {
    .upper-page {
        /* min-height: 786px; */
    }
}


/* 4. main navigation */
/* navigation */
/*.logo .logo-1 {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.logo .logo-2 {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-1 {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-2 {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.navbar-bg-switch {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 999;
}

.logo {
    padding-top: 18px;
    margin: 0 0 0 35px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media all and (min-width: 1920px) {
    .logo {
        padding-top: 25px;
        margin: 0 0 0 50px;
    }
}

@media only screen and (max-width: 880px) {
    .logo {
        padding-top: 6px;
        margin: 7px 0 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        padding-top: 8px;
        margin: 5px 0 0 10px;
    }
}*/

/* =========================
   NAVBAR GENEL YAPI
========================= */

.navbar-bg-switch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 999;
    transition: background-color .4s ease, box-shadow .4s ease;
}

    /* Container hizalama */
    .navbar-bg-switch .container,
    .navbar-bg-switch .container-fluid {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

/* =========================
   LOGO ALANI
========================= */

.logo {
    display: flex;
    align-items: center;
    margin-left: 35px;
    transition: all .4s ease;
}

    .logo img {
        display: block;
        width: auto;
        max-height: 75px;
    }

    /* İlk açılışta görünen logo */
    .logo .logo-1 {
        opacity: 1;
        visibility: visible;
        position: relative;
        margin-top: 25px;
    }

    /* Scroll sonrası logo */
    .logo .logo-2 {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        margin-top: -25px;
    }

/* =========================
   SCROLL SONRASI (navbar-bg-switch aktifken)
========================= */

.main-navigation-bg {
    height: 72px;
}

    .main-navigation-bg .logo img {
        max-height: 52px;
    }

    /* Logo değişimi */
    .main-navigation-bg .logo .logo-1 {
        opacity: 0;
        visibility: hidden;
    }

    .main-navigation-bg .logo .logo-2 {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

/* =========================
   MENÜ ALANI
========================= */

.main-navigation {
    height: 100%;
    display: flex;
    align-items: center;
}

    .main-navigation ul {
        display: flex;
        align-items: center;
        gap: 26px;
    }

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .navbar-bg-switch {
        height: 72px;
    }

    .logo {
        margin-left: 15px;
    }

        .logo img {
            max-height: 48px;
        }
}

@media (max-width: 768px) {
    .logo img {
        max-height: 44px;
    }
}


.main-navigation .navbar-nav li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 44px 15px 35px 15px;
    right: -15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    /* color: #c9c9c9!important; */
    color: #fff !important;
}

@media all and (min-width: 1920px) {
    .main-navigation .navbar-nav li a {
        padding: 58px 15px 35px 15px;
        right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a {
        color: #5f5f5f !important;
    }
}

.main-navigation.main-navigation-all .navbar-nav li a {
    color: #5f5f5f !important;
}

.main-navigation .navbar-nav li:last-child a {
    margin: 0 50px 0 0;
}

@media only screen and (max-width: 880px) {
    .main-navigation .navbar-nav li:last-child a {
        margin: 0;
    }
}

@media only screen and (max-width: 880px) {
    .main-navigation .navbar-nav li a {
        padding: 33px 15px 0 15px;
        right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a {
        padding: 10px 15px;
        right: auto;
    }
}

.main-navigation .navbar-nav li a:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a:hover {
    }
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg {
    height: 81px;
    -webkit-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
    -moz-box-shadow: 0 0 15px rgba(196, 196, 196, .35);
    box-shadow: 0 0 15px rgba(196, 196, 196, .35);
    background: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg {
        height: auto;
        min-height: 81px;
    }
}

.main-navigation-bg .logo {
    padding-top: 12px;
    margin: 0 0 0 35px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media all and (min-width: 1920px) {
    .main-navigation-bg .logo {
        padding-top: 12px;
        margin: 0 0 0 50px;
    }
}

@media only screen and (max-width: 880px) {
    .main-navigation-bg .logo {
        margin: 1px 0 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .logo {
        margin: 1px 0 0 10px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 31px 15px 0 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #000 !important;
}

@media only screen and (max-width: 880px) {
    .main-navigation-bg .main-navigation .navbar-nav li a {
        padding: 32px 15px 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .main-navigation .navbar-nav li a {
        padding: 10px 15px;
    }

    .main-navigation .navbar-nav li:first-child {
        padding-top: 7px;
    }

    .main-navigation .navbar-nav li:last-child {
        padding-bottom: 8px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
}

@media only screen and (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle.navbar-toggle-all .icon-bar {
        background: #fff;
    }

    .main-navigation-bg .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle {
        margin-top: -42px;
        margin-right: 10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .main-navigation-bg .navbar-toggle {
        margin-top: 0;
        margin-right: 10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        margin-top: 19px;
    }
}


/* dropdown */
.navbar .navbar-nav > li {
    height: 110px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-nav > li {
        height: auto;
    }
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
    background-color: #fff;
}

.main-navigation-bg.navbar .navbar-nav > li {
    height: 80px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg.navbar .navbar-nav > li {
        height: auto;
    }
}

.main-navigation .navbar-nav li .dropdown-menu a {
    font-size: 11px;
    padding: 25px 15px 0 15px;
    color: #898989 !important;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li .dropdown-menu a {
        font-size: 10px;
        padding: 5px 15px 5px 15px;
        color: #5f5f5f !important;
    }
}

.main-navigation .navbar-nav li .dropdown-menu.dropdown-menu-switch-color a {
    color: #5f5f5f !important;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li .dropdown-menu.dropdown-menu-switch-color a {
        color: #5f5f5f !important;
    }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
}

.main-navigation .navbar-nav li .dropdown-menu:last-child a {
    margin: 0;
}

.dropdown:hover .dropdown-menu {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    .dropdown:hover .dropdown-menu {
        left: auto;
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > li:first-child {
}

@media only screen and (max-width: 768px) {
    .dropdown-menu > li:first-child {
        margin-top: -7px;
    }
}

.dropdown-menu > li:last-child {
    padding-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
    .dropdown-menu > li:last-child {
        padding-bottom: 0 !important;
    }
}

.dropdown-menu {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 10px rgba(17, 17, 17, .35);
    -moz-box-shadow: 0 10px 10px rgba(17, 17, 17, .35);
    box-shadow: 0 10px 10px rgba(17, 17, 17, .35);
    background: rgba(17, 17, 17, 1);
}

    .dropdown-menu.dropdown-menu-switch-color {
        -webkit-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        -moz-box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        box-shadow: 0 10px 10px rgba(196, 196, 196, .35);
        background: rgba(255, 255, 255, 1);
    }


/* dropdown disabled */
.dropdown a.disabled-custom {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

@media only screen and (max-width: 880px) {
    .dropdown a.disabled-custom {
        -webkit-pointer-events: auto;
        -moz-pointer-events: auto;
        pointer-events: auto;
        background-color: #fff !important;
    }
}


/* 5. center container */
.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 15;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.center-container-all {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

.center-block-all {
    display: table-cell;
    vertical-align: middle;
}


/* 6. to top arrow */
.to-top-arrow {
    position: fixed;
    width: 50px !important;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 115;
}

    .to-top-arrow.show {
        bottom: 15px;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

@media all and (min-width: 1920px) {
    .to-top-arrow.show {
        bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .to-top-arrow.show {
        bottom: 15px;
    }
}

@media only screen and (max-width: 880px) {
    .to-top-arrow.show {
        bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .to-top-arrow.show {
        bottom: 0;
    }
}

.to-top-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 7. preloader */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #111;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader span {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -3px;
        left: -3px;
        border: 3px solid transparent;
        border-top: 3px solid rgba(255, 255, 255, .75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 8. hero */
.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}


/* 9. timeline wrapper */
.timeline-wrapper-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1;
}


/* 10. dots */
.dots {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
    display: none;
    visibility: hidden;
}

@media all and (min-width: 1920px) {
    .dots {
        width: -webkit-calc(35% - 500px);
        width: -moz-calc(35% - 500px);
        width: calc(35% - 500px);
        height: -webkit-calc(100% - 500px);
        height: -moz-calc(100% - 500px);
        height: calc(100% - 500px);
        top: 250px;
        right: 250px;
        bottom: 250px;
        left: 250px;
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 1200px) {
    .dots {
        display: none;
        visibility: hidden;
    }
}

.dots-reverse {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
    display: none;
    visibility: hidden;
}

@media all and (min-width: 1920px) {
    .dots-reverse {
        width: -webkit-calc(35% - 500px);
        width: -moz-calc(35% - 500px);
        width: calc(35% - 500px);
        height: -webkit-calc(100% - 500px);
        height: -moz-calc(100% - 500px);
        height: calc(100% - 500px);
        top: 250px;
        right: 0;
        bottom: 250px;
        left: 65%;
        margin-left: 256px;
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 1200px) {
    .dots-reverse {
        display: none;
        visibility: hidden;
    }
}

.the-dots {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(119, 119, 119, .75) 5%, transparent 0);
    background-size: 30px 30px;
}


/* 11. section txt */
.section-txt p {
    text-align: left;
}

.section-txt a,
.section-txt a:hover {
    text-decoration: none;
    font-weight: 600;
}


/* 12. section subtitle */
.subtitle {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    line-height: 2;
}

@media only screen and (max-width: 1200px) {
    .subtitle {
        font-size: 14px;
    }
}

@media only screen and (max-width: 995px) {
    .subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.subtitle.subtitle-home,
.subtitle.subtitle-home a,
.subtitle.subtitle-home a:hover,
.subtitle.subtitle-home a:visited,
.subtitle.subtitle-home a:active,
.subtitle.subtitle-home a:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.subtitle.subtitle-light {
    color: #fff;
}

.subtitle.subtitle-left {
    text-align: left;
}

.subtitle.subtitle-normal {
    text-transform: none;
}

@media only screen and (max-width: 995px) {
    .subtitle.subtitle-normal {
        font-size: 14px;
        letter-spacing: 1px;
    }
}


/* 13. section title */
h1.main-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    width: 100%;
    line-height: 1.5;
    position: relative;
    z-index: 3;
}

.main-title.main-title-all {
    color: #111;
}

    .main-title.main-title-all.main-title-all-left {
        text-align: center !important;
    }


/* 14. animated text */
.animated-text-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 145px;
    top: auto;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 995px) {
    .animated-text-wrapper {
        min-height: 120px;
        margin: -10px 0 -7px 0;
    }
}

@media only screen and (max-width: 768px) {
    .animated-text-wrapper {
        min-height: 80px;
        margin: -2px 0;
    }
}

.animated-text {
    position: absolute;
    height: 220px !important;
    display: flex;
    white-space: nowrap;
    top: 0;
    top: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 995px) {
    .animated-text {
        height: 120px !important;
    }
}

@media only screen and (max-width: 768px) {
    .animated-text {
        height: 80px !important;
    }
}

.animated-text {
    left: 50%;
    -webkit-animation: animated-text-animation 50s linear infinite;
    animation: animated-text-animation 50s linear infinite;
}

    .animated-text .animated-text-content {
        position: relative;
        display: block;
        width: 100%;
        line-height: 100%;
        height: 220px !important;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 120px;
        text-align: center !important;
        text-transform: none;
        letter-spacing: -0.04em;
        color: #898989;
        margin-top: 40px;
        z-index: 1;
    }

@media all and (min-width: 1920px) {
    .animated-text .animated-text-content {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1400px) {
    .animated-text .animated-text-content {
        font-size: 80px;
    }
}

@media only screen and (max-width: 995px) {
    .animated-text .animated-text-content {
        font-size: 120px;
    }
}

@media only screen and (max-width: 880px) {
    .animated-text .animated-text-content {
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .animated-text .animated-text-content {
        font-size: 60px;
        margin-top: 10px;
    }
}

.animated-text .animated-text-content span {
}

@supports((text-stroke: 1px #898989) or (-webkit-text-stroke: 1px #898989)) {
    .animated-text .animated-text-content span {
        color: transparent;
        -webkit-text-stroke: 1px #898989;
        text-stroke: 1px #898989;
        text-shadow: none;
    }
}

@supports((text-stroke: 1px #898989) or (-webkit-text-stroke: 1px #898989)) {
    .animated-text .animated-text-content span {
        color: transparent;
        -webkit-text-stroke: 1px #898989;
        text-stroke: 1px #898989;
        text-shadow: none;
    }
}

@-webkit-keyframes animated-text-animation {
    0% {
        -webkit-transform: translate(-40%, 0%);
    }

    100% {
        -webkit-transform: translate(-60%, 0%);
    }
}

@keyframes animated-text-animation {
    0% {
        transform: translate(-40%, 0%);
    }

    100% {
        transform: translate(-60%, 0%);
    }
}

.animated-text-holder {
    position: absolute;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    .animated-text-holder {
        bottom: 40px;
    }
}

@media only screen and (max-width: 1400px) {
    .animated-text-holder {
        bottom: -25px;
    }
}

@media only screen and (max-width: 995px) {
    .animated-text-holder {
        bottom: 25px;
    }
}

@media only screen and (max-width: 880px) {
    .animated-text-holder {
        bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .animated-text-holder {
        bottom: 12px;
    }
}



/* 15. full IMG */
.works-section {
    margin: 0;
}

    .works-section .box-img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 2;
    }

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter > [class^="col-"],
    .row.no-gutter > [class*=" col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.no-mrg-pdg {
    margin: 0;
    padding: 0;
}

.img-fullwidth-all {
    border-radius: 14px;
    overflow: hidden;
}

    .img-fullwidth-all img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

    .img-fullwidth-all:hover img {
        transform: scale(1.04);
    }


/* 16. IMG carousel */
.carousel-item-img-wrapper {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: grab;
}

@media only screen and (max-width: 995px) {
    .carousel-item-img-wrapper {
        width: 100%;
    }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
    height: auto;
}

.carousel-item-all {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item-all {
    height: 240px; /* blog için ideal */
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}

.post-box h3,
.post-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #111;
}

.post-box p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

.post-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 24px 22px 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.04);
    transition: transform .35s ease, box-shadow .35s ease;
}

    .post-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 45px rgba(0,0,0,.06);
    }

    .post-box > a {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        color: inherit;
        text-decoration: none;
    }

section.bg-light .container {
    max-width: 1200px;
}

.post-box h3::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #c9a24d; /* Laita altın tonu */
    margin: 8px auto 0;
    border-radius: 2px;
}

.blog-read-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #c9a24d;
    text-decoration: none;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #eee;
    font-size: 13px;
    letter-spacing: .4px;
    color: #000;
}

.read-more-text {
    text-transform: uppercase;
    font-weight: 600;
}

.read-more-arrow {
    transition: transform .3s ease;
}

.post-box:hover .read-more-arrow {
    transform: translateX(6px);
}

.read-more-arrow {
    font-size: 18px;
    color: #c9a24d; /* Laita altın */
    transition: transform .3s ease;
}

.blog-card-footer:hover .read-more-arrow {
    transform: translateX(6px);
}

.blog-read-more:hover {
    text-decoration: underline;
}

.section-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 3–4 ideal */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.65;
    font-size: 14.5px;
    color: #555;
}

.post-box h3 {
    min-height: 48px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-txt p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #eee;
    margin-top: auto;
}

.read-more-text {
    font-size: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #111;
}

.read-more-arrow {
    font-size: 18px;
    transition: transform .3s ease;
}

.post-box:hover .read-more-arrow {
    transform: translateX(6px);
}

.post-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-box-inner,
.section-txt {
    padding: 0 26px;
}

footer {
    background: #f7f7f7;
    padding: 80px 0 40px;
}

    footer h4 {
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

        footer h4::after {
            content: '';
            display: block;
            width: 24px;
            height: 2px;
            background: #d6b46a; /* gold tonu */
            margin-top: 8px;
        }

.footer-signature {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 40px;
}

footer a {
    color: #444;
    transition: color .25s ease;
}

    footer a:hover {
        color: #000;
    }




/* 17. post box */
.post-box-inner {
    margin: 0;
}

.post-spacing {
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .post-spacing {
        padding: 0 30px;
    }
}

.post-spacing-2 {
    padding: 0 35px;
}

@media only screen and (max-width: 1200px) {
    .post-spacing-2 {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .post-spacing-2 {
        padding: 0;
    }
}

.post-spacing-3 {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    background: none;
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    .post-spacing-3 {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

    .container.container-fix {
        width: 100%;
    }
}

@media only screen and (max-width: 880px) {
    .post-spacing-3 {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .post-spacing-3 {
        margin-left: -25px;
        margin-right: -25px;
        padding: 0;
    }
}


/* 18. headings */
.hero-heading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -6px auto 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    .hero-heading {
        font-size: 65px;
        margin: -8px auto 0 auto;
    }
}

@media only screen and (max-width: 995px) {
    .hero-heading {
        font-size: 45px;
        margin: -6px auto 0 auto;
    }
}

@media only screen and (max-width: 880px) {
    .hero-heading {
        padding: 0 25px;
    }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
    .hero-heading span {
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
        text-shadow: none;
    }
}

h2.hero-heading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -6px auto -8px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    line-height: 1.15;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    h2.hero-heading {
        font-size: 65px;
        margin: -8px auto -9px auto;
    }
}

@media only screen and (max-width: 995px) {
    h2.hero-heading {
        font-size: 45px;
        margin: -6px auto;
    }
}

@media only screen and (max-width: 880px) {
    h2.hero-heading {
        padding: 0 25px;
    }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
    h2.hero-heading span {
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
        text-shadow: none;
    }
}

.hero-subheading {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -1px auto;
    z-index: 1;
}

    .hero-subheading span {
        position: relative;
        display: inline-block;
        padding-right: 60px;
        margin-right: 30px;
        line-height: 1;
        color: #fff;
    }

@media only screen and (max-width: 880px) {
    .hero-subheading span {
        padding-right: 40px;
        margin-right: 20px;
    }
}

.hero-subheading span::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 30px;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

@media only screen and (max-width: 880px) {
    .hero-subheading span::before {
        width: 20px;
    }
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    color: #5f5f5f;
    line-height: 1;
    letter-spacing: -0.04em;
}


/* 19. background color */
.bg-light {
    background: #fff;
}


/* 20. intro */
.intro {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
    color: #111;
    padding: 0;
    z-index: 2;
}


/* 21. parallax button more */
.more-wraper-center {
    position: relative;
    width: 120px !important;
    max-width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    bottom: 20px;
    z-index: 1;
}

    .more-wraper-center.more-wraper-center-form {
        margin: 5px auto 0 auto;
        margin-top: 60px;
        bottom: 20px;
    }

.more-button-circle {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2.5px;
    cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
    -o-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.more-button-txt-center {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 120px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    cursor: pointer;
}

    .more-button-txt-center span {
        color: #fff;
    }

    .more-button-txt-center.more-button-txt-center-dark span {
        color: #111;
    }

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* 22. contact */
#contact-form {
    width: 100%;
    margin: -10px auto 0 auto;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #111;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #111;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    margin: 15px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    #form input:hover,
    #form textarea:hover {
        border-color: #111;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    #form input:focus,
    #form textarea:focus {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.success {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 0;
    padding: 25px 0 0 15px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#form .error {
    position: absolute;
    display: block;
    width: 200px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    letter-spacing: 0.15em;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    font-size: 13px;
    color: #111;
    font-weight: 700;
}

:-ms-input-placeholder {
    font-size: 13px;
    color: #111;
    font-weight: 700;
}

::-moz-placeholder {
    font-size: 13px;
    color: #111;
    font-weight: 700;
}

input:-moz-placeholder {
    font-size: 13px;
    color: #111;
    font-weight: 700;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

button {
    border: none;
    background: none;
    outline: none;
}

    button.more-button-wrapper {
        margin: 5px auto 0 auto;
    }


/* 22.1. social icons */
.social-icons {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #5f5f5f;
    margin: 10px auto 0 auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

@media only screen and (max-width: 995px) {
    .social-icons {
        margin: 10px 0 0 0;
    }
}

.social-icons a,
.social-icons a:hover {
    outline: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
}

.social-icons li {
    display: inline;
    padding: 0;
}

    .social-icons li span {
        color: #5f5f5f;
        padding: 0 10px;
    }


/* 23. chart */
.chart-wrapper {
    text-align: left;
    margin: -5px 0 -5px 0;
}

.chart-skills {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
}

    .chart-skills canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent-skills {
    display: inline-block;
    line-height: 110px;
    color: #111;
    font-weight: 600;
    z-index: 2;
}

    .percent-skills::after {
        content: "%";
        margin-left: 0.1em;
        font-size: .8em;
        color: #111;
        font-weight: 600;
    }


/* 24. section header h1 */
h1.section-header {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
    color: #111;
    margin: 0 0 20px 0;
    padding: 0;
    z-index: 2;
}

h1.section-header {
    font-size: 40px;
    margin: 0 auto -1px auto;
}

@media all and (min-width: 1920px) {
    h1.section-header {
        font-size: 40px;
    }
}

@media only screen and (max-width: 995px) {
    h1.section-header {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    h1.section-header {
        font-size: 20px;
    }
}


/* 25. vertical lines */
.vertical-lines-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

.vertical-lines {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect-2 {
    position: relative;
    width: 25%;
    width: 100%;
    height: 100%;
    height: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}


/* 26. Swiper CUSTOM */
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.hero-slider-img .swiper-slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide-controls {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-size: 16px;
    cursor: pointer;
}

    .swiper-slide-controls.slide-prev,
    .swiper-slide-controls.slide-next {
        position: relative;
        width: 50px !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: 6px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .swiper-slide-controls:hover {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

.swiper-container-wrapper {
    padding-top: 0 !important;
    height: 100% !important;
    /* added */
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* added */
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #151515;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-inner-txt {
    position: absolute;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
    -webkit-transition: opacity 1.8s ease 1.2s;
    -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
    -o-transition: opacity 1.8s ease 1.2s;
    transition: opacity 1.8s ease 1.2s;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-controls {
    color: #fff;
    background: none;
}

    .swiper-slide-controls:hover {
        background: none;
    }

    .swiper-slide-controls.slide-prev,
    .swiper-slide-controls.slide-next {
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide-controls.slide-prev {
        position: absolute;
        width: 50px;
        top: 50%;
        left: 35px;
        right: auto;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

@media all and (min-width: 1920px) {
    .swiper-slide-controls.slide-prev {
        left: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .swiper-slide-controls.slide-prev {
        left: 25px;
        margin-top: -24px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-slide-controls.slide-prev {
        left: 20px;
    }
}

.swiper-slide-controls.slide-next {
    position: absolute;
    width: 50px;
    top: 50%;
    right: 35px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media all and (min-width: 1920px) {
    .swiper-slide-controls.slide-next {
        right: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .swiper-slide-controls.slide-next {
        right: 25px;
        margin-top: -24px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-slide-controls.slide-next {
        right: 20px;
    }
}


/* circle svg */
.circle-svg {
    position: absolute;
    left: 0;
    -webkit-transform: scale(1) rotate(-90deg);
    -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    -o-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}

    .circle-svg circle,
    .circle {
        fill: none;
        stroke: #fff;
        stroke-dasharray: 3;
        stroke-width: 1px;
    }

.circle-navigation:hover {
    stroke-dashoffset: 200px;
    -webkit-transition: linear 4s stroke-dashoffset;
    transition: linear 4s stroke-dashoffset;
}


/* swiper slide inner bg */
.swiper-slide-inner-bg,
.swiper-slide-inner-bg.swiper-slide-inner-bg-all {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    height: auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide-active .swiper-slide-inner-bg {
}

.swiper-slide-inner-bg,
.swiper-slide-inner-bg.swiper-slide-inner-bg-all {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    top: 100px;
    right: 120px;
    bottom: 100px;
    left: 120px;
}

@media all and (min-width: 1920px) {
    .swiper-slide-inner-bg,
    .swiper-slide-inner-bg.swiper-slide-inner-bg-all {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        height: -webkit-calc(100% - 300px);
        height: -moz-calc(100% - 300px);
        height: calc(100% - 300px);
        top: 150px;
        right: 150px;
        bottom: 150px;
        left: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-slide-inner-bg,
    .swiper-slide-inner-bg.swiper-slide-inner-bg-all {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
        height: -webkit-calc(100% - 240px);
        height: -moz-calc(100% - 240px);
        height: calc(100% - 240px);
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }
}


@media only screen and (max-width: 880px) {
    .swiper-slide-inner-bg,
    .swiper-slide-inner-bg.swiper-slide-inner-bg-all {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}


/* HTML5 video */
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* 27. Owl Carousel CUSTOM */
.owl-carousel {
    cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-works {
    position: relative;
    width: 114px !important;
    max-width: 114px;
    height: 50px;
    left: 2px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin: 19px auto 0 auto;
    text-align: center;
    overflow: hidden;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    text-align: center;
}

.owl-prev {
    left: 0;
}

.owl-next {
    left: 60px;
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background: #111;
    cursor: pointer;
    z-index: 10;
}

    .owl-prev:hover,
    .owl-next:hover {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .owl-prev.disabled,
    .owl-next.disabled {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        cursor: default !important;
        color: #fff !important;
        background: #5f5f5f !important;
    }


/* 28. Magnific Popup CUSTOM */
.mfp-bg {
    background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
    font-family: "Ionicons";
    content: "\f124";
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

.mfp-arrow-right:after {
    font-family: "Ionicons";
    content: "\f125";
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
    border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
    border-left: none;
}

.mfp-title,
.mfp-counter {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}

.mfp-close {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1200px) {
    .mfp-close {
        display: block;
        visibility: visible;
    }
}

.mfp-bg {
    z-index: 99996;
}

.mfp-wrap {
    z-index: 99997;
}

.mfp-content {
    z-index: 99998;
}

.mfp-close,
.mfp-arrow {
    color: #fff;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 29. Lity CUSTOM */
.lity {
    z-index: 99999;
    cursor: crosshair;
    background: rgba(0, 0, 0, .55);
}

.lity-close {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 995px) {
    .lity-close {
        top: 40px;
        left: 40px;
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 995px) {
    .lity-close:active {
        top: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lity-close {
        top: 10px;
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .lity-close:active {
        top: 10px;
        left: 10px;
    }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-shadow: none;
}


/* 30. showcase */
.showcase {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
}

    .showcase .showcase-img-right,
    .showcase .showcase-img-left {
        position: relative;
        width: 100%;
    }

    .showcase .showcase-img-right {
        left: 25%;
    }

@media only screen and (max-width: 995px) {
    .showcase .showcase-img-right {
        left: 0;
    }
}

.showcase .showcase-img-left {
    left: -25%;
}

@media only screen and (max-width: 995px) {
    .showcase .showcase-img-left {
        left: 0;
    }
}

.showcase .showcase-img-double-half {
    position: relative;
    width: 100%;
    left: 25%;
    margin-left: -2px;
}

@media only screen and (max-width: 995px) {
    .showcase .showcase-img-double-half {
        left: 0;
        margin-left: 0;
    }
}


/* showcase no circle */
.showcase-no-circle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
}

    .showcase-no-circle .showcase-img-right-no-circle {
        width: 50%;
        float: right;
    }

    .showcase-no-circle .showcase-img-left-no-circle {
        width: 50%;
        float: left;
    }

@media only screen and (max-width: 995px) {
    .showcase-no-circle .showcase-img-right-no-circle,
    .showcase-no-circle .showcase-img-left-no-circle {
        width: 100%;
        float: none;
    }
}

.showcase-no-circle .showcase-img-right-no-circle img,
.showcase-no-circle .showcase-img-left-no-circle img {
    position: relative;
    display: inline-block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    overflow: hidden;
}


/* 31. circle wrapper */
.circle-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 995px) {
    .circle-wrapper {
        width: 100%;
        padding-bottom: 100%;
    }
}

.circle-wrapper img,
.circle-wrapper .mp4video {
    /*
position: absolute;
width: 100%;
height: 100%;
clip-path: circle(50% at 50% 50%);
object-fit: cover;
*/
    object-fit: cover;
}

.circle-wrapper-full {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .circle-wrapper-full .carousel-item-all {
        position: absolute;
        width: 100%;
        height: 100%;
        clip-path: circle(50% at 50% 50%);
        object-fit: cover;
    }

.circle-wrapper-half {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 25%;
    padding-bottom: 25%;
    height: auto;
    left: -75px;
    right: 0;
    margin-left: 50px;
    margin-right: auto;
}

@media only screen and (max-width: 995px) {
    .circle-wrapper-half {
        width: 100%;
        padding-bottom: 100%;
        left: 0;
        margin-left: 0;
    }
}

.circle-wrapper-half img,
.circle-wrapper-half .mp4video {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: circle(50% at 50% 50%);
    object-fit: cover;
}


/* circle wrapper true overlay */
.overlay-circle-wrapper-true:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    clip-path: circle(50% at 50% 50%);
    object-fit: cover;
}

.overlay-dark-circle-wrapper-true:before {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    background: rgba(0, 0, 0, .25);
}

.overlay-circle-wrapper-true:before {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 1920px) {
    .overlay-circle-wrapper-true:before {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: -moz-calc(100% - 100px);
        height: calc(100% - 100px);
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .overlay-circle-wrapper-true:before {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
}

@media only screen and (max-width: 995px) {
    .overlay-circle-wrapper-true:before {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
}

@media only screen and (max-width: 880px) {
    .overlay-circle-wrapper-true:before {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .overlay-circle-wrapper-true:before {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}


/* circle wrapper true */
.circle-wrapper-true {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    padding-bottom: 50%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 995px) {
    .circle-wrapper-true {
        width: 100%;
        padding-bottom: 100%;
    }
}

.circle-wrapper-true img,
.circle-wrapper-true .mp4video {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: circle(50% at 50% 50%);
    object-fit: cover;
}

.circle-wrapper-true img,
.circle-wrapper-true .mp4video {
    position: absolute;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 1920px) {
    .circle-wrapper-true img,
    .circle-wrapper-true .mp4video {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: -moz-calc(100% - 100px);
        height: calc(100% - 100px);
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .circle-wrapper-true img,
    .circle-wrapper-true .mp4video {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
}

@media only screen and (max-width: 995px) {
    .circle-wrapper-true img,
    .circle-wrapper-true .mp4video {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -moz-calc(100% - 70px);
        height: calc(100% - 70px);
        top: 35px;
        right: 35px;
        bottom: 35px;
        left: 35px;
    }
}

@media only screen and (max-width: 880px) {
    .circle-wrapper-true img,
    .circle-wrapper-true .mp4video {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-wrapper-true img,
    .circle-wrapper-true .mp4video {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}


/* 32. spacer */
h1.main-title {
    font-size: 75px;
    margin: -7px auto;
}

@media all and (min-width: 1920px) {
    h1.main-title {
        font-size: 105px;
        margin: -11px auto;
    }
}

@media only screen and (max-width: 1200px) {
    h1.main-title {
        font-size: 65px;
        margin: -5px auto;
    }
}

@media only screen and (max-width: 995px) {
    h1.main-title {
        font-size: 45px;
        margin: -3px auto;
    }
}

@media only screen and (max-width: 768px) {
    h1.main-title {
        font-size: 35px;
        margin: -2px auto;
    }
}

.main-title.main-title-all {
    font-size: 24px;
    margin: 5px auto;
}

@media all and (min-width: 1920px) {
    .main-title.main-title-all {
        font-size: 36px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1200px) {
    .main-title.main-title-all {
        font-size: 65px;
        margin: -5px auto;
    }
}

@media only screen and (max-width: 995px) {
    .main-title.main-title-all {
        font-size: 45px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .main-title.main-title-all {
        font-size: 24px;
    }
}

.subtitle.subtitle-home {
    margin: 2px auto 0 auto;
}

.subtitle {
    margin: -6px auto -7px auto;
}

@media only screen and (max-width: 1200px) {
    .subtitle {
        margin: -5px auto -6px auto;
    }
}

.intro {
    font-size: 30px;
}

@media all and (min-width: 1920px) {
    .intro {
        font-size: 35px;
    }
}

@media only screen and (max-width: 995px) {
    .intro {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .intro {
        font-size: 20px;
    }
}

.more-wraper {
    margin: 3px auto;
}

    .more-wraper.more-wraper-form {
        margin: 25px auto 0 auto;
    }

.section-txt p {
    margin: 0 auto;
}

@media only screen and (max-width: 995px) {
    .section-txt p {
        padding: 0;
    }
}

.owl-nav-custom-team {
    margin: 3px auto;
}


/* 33. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-50,
.inner-divider-last {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 200px;
}

@media only screen and (max-width: 995px) {
    .inner-divider {
        height: 150px;
    }
}

.inner-divider-half {
    height: 75px;
}

@media only screen and (max-width: 995px) {
    .inner-divider-half {
        height: 75px;
    }
}

.inner-divider-ultra-half {
    height: 50px;
}

@media all and (min-width: 1920px) {
    .inner-divider-ultra-half {
        height: 75px;
    }
}

@media only screen and (max-width: 768px) {
    .inner-divider-ultra-half {
        height: 50px;
    }
}

.inner-divider-50 {
    height: 35px;
}

@media all and (min-width: 1920px) {
    .inner-divider-50 {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .inner-divider-50 {
        height: 30px;
    }
}

.inner-divider-last {
    height: 300px;
}

@media only screen and (max-width: 1200px) {
    .inner-divider-last {
        height: 290px;
    }
}

@media only screen and (max-width: 995px) {
    .inner-divider-last {
        height: 230px;
    }
}

@media only screen and (max-width: 995px) {
    .inner-divider.inner-divider-showcase {
        height: 75px;
    }
}

.mobile-visible,
.mobile-visible-2 {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1200px) {
    .mobile-visible {
        display: block;
        visibility: visible;
    }
}

@media only screen and (max-width: 995px) {
    .mobile-visible-2 {
        display: block;
        visibility: visible;
    }

    .mobile-hidden {
        display: none;
        visibility: hidden;
    }
}

.extra-margin-all,
.extra-margin-owl,
.extra-margin-all-space,
.extra-margin-all-space-center {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    background: none;
}

.extra-margin-owl,
.extra-margin-all-space {
    margin-left: 35px;
    margin-right: 35px;
}

@media all and (min-width: 1920px) {
    .extra-margin-owl,
    .extra-margin-all-space {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.extra-margin-all-space-center {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1200px) {
    .extra-margin-owl,
    .extra-margin-all-space {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 995px) {
    .extra-margin-all-space-center {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 880px) {
    .extra-margin-owl,
    .extra-margin-all-space,
    .extra-margin-all-space-center {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .extra-margin-owl,
    .extra-margin-all-space,
    .extra-margin-all-space-center {
        margin-left: 20px;
        margin-right: 20px;
    }
}


/* 34. extras */
.circle-wrapper img,
.circle-wrapper .mp4video {
    position: absolute;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .circle-wrapper img,
    .circle-wrapper .mp4video {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-wrapper img,
    .circle-wrapper .mp4video {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
}


/* circle wrapper no circle */
.circle-wrapper-no-circle {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50%;
    height: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 995px) {
    .circle-wrapper-no-circle {
        width: 100%;
        padding-bottom: 100%;
    }
}

.circle-wrapper.circle-wrapper-news img,
.circle-wrapper.circle-wrapper-news .mp4video {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    height: -webkit-calc(100% - 130px);
    height: -moz-calc(100% - 130px);
    height: calc(100% - 130px);
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
}

@media only screen and (max-width: 1200px) {
    .circle-wrapper.circle-wrapper-news img,
    .circle-wrapper.circle-wrapper-news .mp4video {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
}

@media only screen and (max-width: 995px) {
    .circle-wrapper.circle-wrapper-news img,
    .circle-wrapper.circle-wrapper-news .mp4video {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 880px) {
    .circle-wrapper.circle-wrapper-news img,
    .circle-wrapper.circle-wrapper-news .mp4video {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-wrapper.circle-wrapper-news img,
    .circle-wrapper.circle-wrapper-news .mp4video {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .circle-wrapper img,
    .circle-wrapper .mp4video {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-wrapper img,
    .circle-wrapper .mp4video {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
}

.extra-margin-all-space {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1200px) {
    .extra-margin-all-space {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 995px) {
    .extra-margin-all-space-center {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .extra-margin-all-space,
    .extra-margin-all-space-center {
        margin-left: 0;
        margin-right: 0;
    }
}

.extra-margin-all-space-double-half {
    margin-left: 120px;
    margin-right: 120px;
}

@media all and (min-width: 1920px) {
    .extra-margin-all-space-double-half {
        margin-left: 150px;
        margin-right: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .extra-margin-all-space-double-half {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media only screen and (max-width: 995px) {
    .extra-margin-all-space-double-half {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width: 880px) {
    .extra-margin-all-space-double-half {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .extra-margin-all-space-double-half {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.extra-margin-all-space-center,
.showcase-img-right,
.showcase-img-left {
    top: -50px;
    margin-bottom: -100px;
}

@media only screen and (max-width: 1200px) {
    .extra-margin-all-space-center,
    .showcase-img-right,
    .showcase-img-left {
        top: -40px;
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 768px) {
    .extra-margin-all-space-center,
    .showcase-img-right,
    .showcase-img-left {
        top: -30px;
        margin-bottom: -60px;
    }
}

.extra-margin-all {
    margin: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .extra-margin-all {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 880px) {
    .extra-margin-all {
        margin: 0 !important;
    }
}


/* WP EDITS */
.intro.intro-last {
    margin-left: 15px !important;
}

/* blog */
.blog-quote {
    line-height: 100px;
    padding: 0 0 0 50px;
    border-left: 5px solid #111;
}

@media only screen and (max-width: 1200px) {
    .blog-quote {
        padding: 0 0 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-quote {
        padding: 0 0 0 30px;
    }
}

.blog-quote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #111;
}

@media only screen and (max-width: 995px) {
    .blog-quote p {
        font-size: 20px;
    }
}

.panel-from-left-blog {
    position: fixed;
    width: 50%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: -100%;
    background: #111;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
    .panel-from-left-blog {
        width: 50%;
    }
}

@media only screen and (max-width: 995px) {
    .panel-from-left-blog {
        width: 75%;
    }
}

.panel-from-left-blog.open {
    left: 0;
}

.panel-overlay-from-right-blog {
    position: fixed;
    width: 51%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: crosshair;
    z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
    .panel-overlay-from-right-blog {
        width: 51%;
    }
}

@media only screen and (max-width: 995px) {
    .panel-overlay-from-right-blog {
        width: 26%;
    }
}

.panel-overlay-from-right-blog.open {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
    position: relative;
    margin: 0;
    padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .blog-side-text a:hover {
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .blog-side-text a,
    .blog-side-text a:hover,
    .blog-side-text a:visited,
    .blog-side-text a:active,
    .blog-side-text a:focus {
        font-size: 14px;
    }
}

.blog-side-heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #fff;
    margin: -5px 0 -2px 0;
    width: 100%;
    line-height: 1.5;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .blog-side-heading h3 {
        font-size: 20px;
        margin: -5px 0 -2px 0;
    }
}

.blog-side-launcher {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 35px;
    bottom: 10%;
    font-size: 16px;
    text-align: center;
    color: #111;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer;
    z-index: 115;
}

@media all and (min-width: 1920px) {
    .blog-side-launcher {
        left: 50px;
        bottom: 75px;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-side-launcher {
        left: 35px;
        bottom: 35px;
    }
}

@media only screen and (max-width: 880px) {
    .blog-side-launcher {
        left: 25px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-side-launcher {
        left: 20px;
        bottom: 10%;
    }
}

.blog-side-launcher.blog-side-launcher-color {
    color: #fff;
    background: #111;
}

.blog-comments {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
}

.comments {
    text-align: left;
}

    .comments article {
        position: relative;
        margin: 0 auto;
    }

.profile-photo {
    display: block;
    text-align: left;
    margin: -8px 0 -22px 0;
}

.comments article img {
    width: 80px;
    height: 80px;
    border-width: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 15px auto 30px auto;
}

.comment-time {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    line-height: 1;
    letter-spacing: -0.04em;
}

.comment-responce {
    padding-left: 75px;
}

.blog-search {
    width: 300px;
}

@media only screen and (max-width: 1200px) {
    .blog-search {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-search {
        width: 250px;
    }
}

.blog-search input,
#submit-btn {
    background: none;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff; /* color reverse */
}

.blog-search input {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5); /* color reverse */
    font-size: 13px;
    color: #fff; /* color reverse */
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .blog-search input {
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-search input {
        width: 200px;
    }
}

h4 {
    font-size: 13px;
    font-weight: 700;
}


/* NEW */
.section-txt-correction {
    padding: 0 65px;
}

@media only screen and (max-width: 1200px) {
    .section-txt-correction {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 995px) {
    .section-txt-correction {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .section-txt-correction {
        padding: 0 30px;
    }
}

.post-spacing-4 {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    background: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 995px) {
    .post-spacing-4 {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media only screen and (max-width: 768px) {
    .post-spacing-4 {
        margin-left: 0;
        margin-right: 0;
    }
}

.post-spacing-5 {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    background: none;
    padding: 0;
    margin-left: -45px;
    margin-right: -45px;
}

@media all and (min-width: 1920px) {
    .post-spacing-5 {
        padding: 0;
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width: 1200px) {
    .post-spacing-5 {
        padding: 0 10px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media only screen and (max-width: 880px) {
    .post-spacing-5 {
        padding: 0;
        margin-left: -5px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 768px) {
    .post-spacing-5 {
        padding: 0;
        margin-left: -25px;
        margin-right: -25px;
    }
}

.circle-wrapper {
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .circle-wrapper {
        width: 100% !important;
        padding-bottom: 100% !important;
    }
}


/* NEW 2 */
/* 35. button effect */
a.button-effect,
.button-effect {
    padding: 0;
    background-color: transparent;
    overflow: visible;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        opacity: .4;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .2;
        opacity: .4;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: -webkit-calc(50% - 40px);
    top: -moz-calc(50% - 40px);
    top: calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse 4s linear infinite;
    animation: pulse 4s linear infinite;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

a.button-effect .pulse.pulse-dark::after,
a.button-effect .pulse.pulse-dark::before,
a.button-effect.button-effect-dark::after,
a.button-effect.button-effect-dark::before,
.button-effect .pulse.pulse-dark::after,
.button-effect .pulse.pulse-dark::before,
.button-effect.button-effect-dark::after,
.button-effect.button-effect-dark::before {
    border: 1px solid #111;
}

a.button-effect::after,
.button-effect::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

a.button-effect .pulse::after,
.button-effect .pulse::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

a.button-effect .pulse::before,
.button-effect .pulse::before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


/* 36. overlay */
.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.overlay-dark:before {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    background: rgba(0, 0, 0, .45);
}


/* 37. the line */
.the-line {
    position: relative;
    width: 1px;
    height: 80px;
    background: #5e5e5e;
    margin: 1px auto;
}

@media all and (min-width: 1920px) {
    .the-line {
        height: 90px;
    }
}

@media only screen and (max-width: 995px) {
    .the-line {
        height: 70px;
    }
}

@media only screen and (max-width: 880px) {
    .the-line {
        left: -1px;
    }

        .the-line.the-line-news {
            left: 4px;
        }
}

@media only screen and (max-width: 768px) {
    .the-line {
        left: auto;
    }

        .the-line.the-line-news {
            left: auto;
        }
}


/* 38. testimonials signature */
.testimonials-signature {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #5f5f5f;
    text-transform: uppercase;
    text-align: left !important;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .testimonials-signature:before {
        content: "― ";
        display: inline-block;
    }


/* testimonials signature */
.testimonials-signature {
    font-size: 13px;
    padding: 0 0 0 150px;
}

@media only screen and (max-width: 1200px) {
    .testimonials-signature {
        font-size: 12px;
    }
}

@media only screen and (max-width: 880px) {
    .testimonials-signature {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 768px) {
    .testimonials-signature {
        padding: 0;
    }
}

.testimonials-signature.testimonials-signature-left {
    text-align: left;
}

.testimonials-signature.testimonials-signature-center {
    text-align: center !important;
}

.testimonials-signature.testimonials-signature-all {
    padding: 0;
}

.testimonials-signature.testimonials-signature-all-home {
    font-size: 15px;
    margin: -5px auto 0 auto;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .testimonials-signature.testimonials-signature-all-home {
        font-size: 13px;
        margin: -3px auto 0 auto;
    }
}


/* 39. image caption */
.image-caption,
.image-caption-reverse {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto !important;
    bottom: auto !important;
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.65);
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: all .3s ease;
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.img-fullwidth-all:hover .image-caption {
    background: rgba(0,0,0,.85);
}

.image-caption {
    right: 35px;
    bottom: 35px;
}

@media all and (min-width: 1920px) {
    .image-caption {
        right: 50px;
        bottom: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .image-caption {
        right: 25px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .image-caption {
        right: 20px;
        bottom: 20px;
    }
}

.image-caption-reverse {
    left: 35px;
    bottom: 35px;
}

@media all and (min-width: 1920px) {
    .image-caption-reverse {
        left: 50px;
        bottom: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .image-caption-reverse {
        left: 25px;
        bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .image-caption-reverse {
        left: 20px;
        bottom: 20px;
    }
}

.image-caption.image-caption-news {
    right: 100px;
    bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .image-caption.image-caption-news {
        right: 50px;
        bottom: 50px;
    }
}

@media only screen and (max-width: 995px) {
    .image-caption.image-caption-news {
        right: 75px;
        bottom: 75px;
    }
}

@media only screen and (max-width: 880px) {
    .image-caption.image-caption-news {
        right: 65px;
        bottom: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .image-caption.image-caption-news {
        right: 50px;
        bottom: 50px;
    }
}


/* 40. google maps */
#google-maps-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    bottom: -59px;
    margin: -59px auto 0 auto;
}

.google-maps {
    width: 100%;
    height: 600px;
}

    .google-maps iframe {
        position: relative;
        top: -59px;
        width: 100%;
        height: 600px;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        pointer-events: none;
    }


/* 41. Montserrat -webkit-text-stroke Fix */
/* Black 900 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Montserrat-Black.ttf') format('truetype'), url('fonts/Montserrat-Black.otf') format('opentype');
}

/* ExtraBold 800 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('fonts/Montserrat-ExtraBold.otf') format('opentype');
}

/* Bold 700 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.otf') format('opentype');
}

/* SemiBold 600 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.otf') format('opentype');
}

/* Medium 500 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-Medium.otf') format('opentype');
}

/* Regular 400 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.otf') format('opentype');
}

/* Light 300 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.otf') format('opentype');
}

/* ExtraLight 200 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype'), url('fonts/Montserrat-ExtraLight.otf') format('opentype');
}

/* Thin 100 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/Montserrat-Thin.ttf') format('truetype'), url('fonts/Montserrat-Thin.otf') format('opentype');
}



/* =========================
   GENEL NAVBAR
========================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(6px);
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: all .35s ease;
}

    .navbar .container-fluid {
        width: 100%;
        display: flex;
        align-items: center;
    }

/* =========================
   LOGO
========================= */

.navbar-brand {
    display: flex;
    align-items: center;
}

    .navbar-brand img {
        margin-top: 20px;
        min-height: 75px;
        width: auto;
        transition: all .35s ease;
    }

/* =========================
   DESKTOP MENU
========================= */

.navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
}

.navbar-nav {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 28px;
}

    .navbar-nav > li > a {
        color: #fff;
        font-size: 13px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        line-height: 96px;
        padding: 0;
        transition: color .25s ease;
    }

        .navbar-nav > li > a:hover {
            color: #c7a25d;
        }

/* =========================
   STICKY HEADER
========================= */

.navbar.navbar-fixed-top {
    height: 90px;
    background: #111;
    box-shadow: 0 6px 20px rgba(0,0,0,.35);
}

    .navbar.navbar-fixed-top .navbar-brand img {
        margin-top: 0;
        width: auto;
        max-height: 40px;
    }


    .navbar.navbar-fixed-top .navbar-nav > li > a {
        line-height: 90px;
    }

    .navbar.navbar-fixed-top .navbar-nav {
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 28px;
    }

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

    .navbar {
        height: 64px;
        padding: 0 10px;
    }

    .navbar-brand img {
        height: 40px;
    }

    /* Desktop menüyü kapat */
    .navbar-collapse {
        display: none !important;
    }

    /* Hamburger */
    .navbar-toggle {
        display: block !important;
        margin-left: auto;
        z-index: 1001;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

/* =========================
   MOBILE SIDE MENU
========================= */

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 998;
}

.mobile-side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #0b0b0b;
    z-index: 999;
    padding: 30px 20px;
    transition: .3s ease;
}

body.menu-open .mobile-side-menu {
    left: 0;
}

body.menu-open .mobile-overlay {
    opacity: 1;
    visibility: visible;
}

.menu-header img {
    max-width: 140px;
    margin-bottom: 30px;
}

.mobile-menu {
    list-style: none;
    padding: 0;
}

    .mobile-menu li {
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .mobile-menu a {
        display: block;
        padding: 14px 0;
        color: #fff;
        font-size: 15px;
        letter-spacing: .4px;
        text-decoration: none;
    }

        .mobile-menu a:hover {
            color: #c7a25d;
        }

/* Scroll kilidi */
body.menu-open {
    overflow: hidden;
}
/* =========================
   MOBILE RESET
========================= */
@media (max-width: 991px) {

    /* Navbar sabit ve üstte */
    .navbar {
        height: 64px;
        background: #0b0b0b;
        backdrop-filter: none;
    }

    .navbar-brand img {
        height: 38px;
    }

    /* Desktop menüyü tamamen kapat */
    .navbar-collapse {
        display: none !important;
    }

    /* Hamburger */
    .navbar-toggle {
        margin-top: 0;
        display: block !important;
        margin-left: auto;
        z-index: 1101;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.navbar {
    z-index: 1100;
}

.mobile-side-menu {
    z-index: 1200;
}

.mobile-overlay {
    z-index: 1150;
}

@media (max-width: 991px) {

    .mobile-header {
        height: 64px; /* Sabit yükseklik */
        align-items: center; /* Dikey ortalama */
    }

    .mobile-hamburger {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center; /* Dikey ortalama */
        justify-content: center;
        padding: 0;
        margin-top: 0;
    }

        .mobile-hamburger span {
            margin: 2px 0;
        }
}

