﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Raleway", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #67b0d1;
}

    a:hover {
        color: #8ec4dd;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    margin-top: 90px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #67b0d1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #86c0da;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 24px 0;
    background: rgba(103, 176, 209, 0.8);
}

    #header.header-transparent {
        background: transparent;
        /*opacity: 0.9;*/
    }

    #header.header-scrolled {
        background: #020a20 !important;
        /*padding: 12px;*/
        padding: 5px;
    }

#kahraman h4
#header .logo h1 {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 58px;
}

@media (max-width: 768px) {
    #header.header-scrolled {
        padding: 15px 0;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 16px;
        margin-left: 10px;
        font-family: "Raleway", sans-serif;
        /*font-size: 16px;*/
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    /* .navbar a:hover, .navbar .active, .navbar li:hover > a {
  /* background: rgba(255, 255, 255, 0.2);  
} */

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: -100%;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar #dropdown-background {
        /* background-color: rgba(55, 142, 181, 0.5); */
        opacity: 0.7px;
    }

    .navbar .dropdown .last-row {
        margin-left: 5px;
    }

    .navbar .dropdown ul li {
        min-width: 500px;
        margin-top: -4px;
    }

    .navbar .dropdown ul a {
        /* padding: 10px 20px; */
        font-size: 13px;
        text-transform: none;
        font-weight: 600;
        color: #2f4d5a;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
            color: #67b0d1;
        }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 111, 142, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #2f4d5a;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #67b0d1;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #67b0d1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# kahraman Section
--------------------------------------------------------------*/

#kahraman-Ekibimiz {
    width: 100%;
    height: 36vh;
    background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)),url("images/choose-lawyer-img.jpg") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}


    #kahraman-Ekibimiz .kahraman-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        z-index: 2;
    }

    #kahraman-Ekibimiz h1 {
        margin: 0 0 10px 0;
        font-size: 34px;
        font-weight: 700;
        line-height: 56px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: -1px 0 2px #2f4d5a;
    }

    #kahraman-Ekibimiz h3 {
        color: #fff;
        margin-bottom: 50px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: -1px 0 2px #2f4d5a;
        margin-right: 25%;
        margin-left: 25%;
        margin-top: 4%d;
    }

    #kahraman-Ekibimiz h4 {
        color: #fff;
        margin-bottom: 30px;
        margin-left: 25%;
        margin-right: 26%;
        font-family: "Raleway", sans-serif;
        font-size: 17px;
        /*font-size: 24px;*/
        /* text-transform: uppercase; */
        /* font-weight: 700; */
        text-shadow: -1px 0 2px #2f4d5a;
        /* font-weight: 700; */
        /* font-size: 34px; */
        margin-bottom: 30px;
        margin-top: 60px;
    }

    #kahraman-Ekibimiz .btn-get-started {
        font-size: 25px;
        display: inline-block;
        padding: 4px 0;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        /*margin-left: 25%;
    margin-right: 25%;*/
        width: 32px;
        height: 40px;
        text-align: center;
        border: 2px solid #fff;
        color: #fff;
    }
        /*#kahraman-Ekibimiz h4 {
        color: #fff;
        margin-bottom: 30px;
        margin-left: 25%;
        margin-right: 26%;
        font-size: 24px;*/
        /* text-transform: uppercase; */
        /* font-weight: 700; */
        /*text-shadow: -1px 0 2px #2f4d5a;*/
        /* font-weight: 700; */
        /* font-size: 34px; */
        /*margin-bottom: 30px;
        margin-top: 100px;
    }

    #kahraman-Ekibimiz .btn-get-started {
        font-size: 36px;
        display: inline-block;
        padding: 4px 0;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        margin-left: 25%;
        margin-right: 25%;
        width: 64px;
        height: 64px;
        text-align: center;
        border: 2px solid #fff;
        color: #fff;
    }*/




        #kahraman-Ekibimiz .btn-get-started:hover {
            padding-top: 8px;
            background: rgba(255, 255, 255, 0.15);
        }

@media (max-height: 599px ) {
    #kahraman-Ekibimiz .btn-get-started {
        display: none;
    }
}

@media (min-height: 600px ) {
    #kahraman-Ekibimiz .btn-get-started {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    #kahraman-Ekibimiz {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #kahraman-Ekibimiz h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #kahraman-Ekibimiz h2 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #kahraman-Ekibimiz h4 {
        font-size: 10px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1090px) {
    #kahraman-Ekibimiz h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #kahraman-Ekibimiz h2 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #kahraman-Ekibimiz h4 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

/*test*/

/*@media (min-width: 1024px) {
    #kahraman-Ekibimiz {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #kahraman-Ekibimiz h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #kahraman-Ekibimiz h2 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}*/



#kahraman {
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)),url("images/choose-lawyer-img.jpg") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}

.opacity-pic {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
    top: 0;
}

.bg-black {
    background: #020a20 !important;
}

#kahraman .kahraman-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}

#kahraman h1 {
    margin: 0 0 10px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 0 2px #2f4d5a;
}

#kahraman h3 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -1px 0 2px #2f4d5a;
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 4%d;
}

#kahraman h4 {
    color: #fff;
    margin-bottom: 30px;
    margin-left: 25%;
    margin-right: 26%;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    /*font-size: 24px;*/
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    text-shadow: -1px 0 2px #2f4d5a;
    /* font-weight: 700; */
    /* font-size: 34px; */
    margin-bottom: 30px;
    margin-top: 100px;
}

#kahraman .btn-get-started {
    font-size: 31px;
    display: inline-block;
    padding: 4px 0;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    /*margin-left: 25%;
    margin-right: 25%;*/
    width: 40px;
    height: 46px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
}

    #kahraman .btn-get-started:hover {
        padding-top: 8px;
        background: rgba(255, 255, 255, 0.15);
    }

@media (max-height: 599px ) {
    #kahraman .btn-get-started {
        display: none;
    }
}

@media (min-height: 600px ) {
    #kahraman .btn-get-started {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    #kahraman {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #kahraman h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #kahraman h2 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #kahraman h4 {
        font-size: 10px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1090px) {
    #kahraman h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #kahraman h2 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #kahraman h4 {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.img-list {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.img-list-2 {
    margin-left: auto;
    /* margin-right: -127px; */
}

.client-img {
    /*width: 77px;*/
    height: auto;
}

@media only screen and /*(min-width: 0px) and*/ (max-width:1340px) {

    .client-img {
        width: 89px;
    }
}

@media only screen and (min-width: 1341px) {

    .client-img {
        width: 114px;
    }
}
/*@media (min-width: 1080px ){
    .client-img{
        width: 80px;
    }
}*/

/*--------------------------------------------------------------
# navbar MegaMenü
--------------------------------------------------------------*/
.megamenu {
    position: static
}

    .megamenu .dropdown-menu {
        background: none;
        border: none;
        width: 100%
    }

code {
    color: #745eb1;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem
}

.text-uppercase {
    letter-spacing: 0.08em
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f4f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -46px;
}

    .section-title h2 {
        font-size: 23px;
        font-weight: bold;
        position: relative;
        margin-bottom: 30px;
        color: #0f286c !important;
        z-index: 2;
        margin-top: 50px;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 122px;
            height: 66px;
            background: url(images/section-title-bg.png) no-repeat;
            z-index: -1;
        }

    .section-title p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f8fbfd;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6c757d;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# hakkimizda
--------------------------------------------------------------*/

.img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Kutular arasındaki boşluk */
}

.client-logo {
    width: 120px; /* Tüm kutuların genişliği eşit */
    height: 80px; /* Tüm kutuların yüksekliği eşit */
    background-color: #f4f4f4; /* Kutuların görünür olması için arka plan */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* Köşeleri yuvarlama */
    overflow: hidden; /* Kutunun dışına taşan görüntüyü gizle */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .client-logo:hover {
        transform: scale(2.00); /* Hover büyüme efekti */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Hover gölgesi */
    }

    .client-logo img {
        width: 100%; /* Resmi kutunun genişliğine sığdır */
        height: 100%; /* Resmi kutunun yüksekliğine sığdır */
        object-fit: contain; /* Oranı koruyarak resmi kutuya yerleştir */
    }



.hakkimizda {
    /* background: url("../img/hakkimizda-bg.jpg") center center no-repeat; */
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .hakkimizda .title {
        text-align: center;
        /* padding-bottom: 30px; */
        font-weight: bold;
        position: relative;
        /* margin-bottom: 30px; */
        color: #0f286c !important;
        z-index: 2;
        font-size: 23px !important;
        /*margin-left: 34%;
        margin-right: 29%;*/
        margin-top: -40px;
    }

    .hakkimizda::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 9;
    }

    .hakkimizda img {
        vertical-align: middle;
        height: auto;
        max-width: 100%;
    }

    .hakkimizda .container-fluid {
        position: relative;
        z-index: 10;
    }

    .hakkimizda .content {
        padding: 30px 30px 30px 0;
    }

        .hakkimizda .content h3 {
            font-weight: 700;
            font-size: 34px;
            color: #2f4d5a;
            margin-bottom: 30px;
        }

        .hakkimizda .content p {
            margin-bottom: 30px;
        }

        .hakkimizda .content .hakkimizda-btn {
            display: inline-block;
            background: #67b0d1;
            padding: 6px 44px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: 0.3s;
            position: relative;
        }

            .hakkimizda .content .hakkimizda-btn i {
                font-size: 18px;
                position: absolute;
                right: 18px;
                top: 9px;
            }

            .hakkimizda .content .hakkimizda-btn:hover {
                background: #7bbad7;
            }

    .hakkimizda .icon-boxes .icon-box {
        margin-top: 30px;
    }

        .hakkimizda .icon-boxes .icon-box i {
            font-size: 40px;
            color: #67b0d1;
            margin-bottom: 10px;
        }

        .hakkimizda .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .hakkimizda .icon-boxes .icon-box p {
            font-size: 15px;
            color: #848484;
        }

@media (max-width: 1200px) {
    .hakkimizda .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .hakkimizda {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# hizmetler
--------------------------------------------------------------*/
.hizmetler .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .hizmetler .icon-box::before {
        content: '';
        position: absolute;
        background: white;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .hizmetler .icon-box:hover::before {
        background: #67b0d1;
        top: 0;
        border-radius: 0px;
    }

.hizmetler .icon {
    margin-bottom: 15px;
}

    .hizmetler .icon i {
        font-size: 48px;
        line-height: 1;
        color: #67b0d1;
        transition: all 0.3s ease-in-out;
    }

.hizmetler .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .hizmetler .title a {
        color: #111;
        font-size: 0.9rem;
    }

.hizmetler .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.hizmetler .icon-box:hover .title a, .hizmetler .icon-box:hover .description {
    color: #fff;
}

.hizmetler .icon-box:hover .icon i {
    color: #fff;
}

.service-ul {
    /* background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("images/textarea-pattern-light.png") fixed center center;*/
    list-style-type: none;
}

    .service-ul li a {
        color: #0f286c !important;
    }
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

    .counts .count-box {
        padding: 30px;
        width: 100%;
    }

        .counts .count-box i {
            display: block;
            font-size: 44px;
            color: #67b0d1;
            float: left;
            line-height: 0;
        }

        .counts .count-box span {
            font-size: 48px;
            line-height: 40px;
            display: block;
            font-weight: 700;
            color: #2f4d5a;
            margin-left: 60px;
        }

        .counts .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 60px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #49788c;
        }

        .counts .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #49788c;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .count-box a:hover {
                color: #6e9fb4;
            }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("images/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 250px;
}

.opacity-pic-cta {
    /*position: absolute;
    height: 35%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    margin-top: 49%;*/
    width: 100%;
    height: 200%;
    margin-top: -72px;
    opacity: 0.7;
}

.bg-black-cta {
    background: #71a7bf !important;
}

.m-11 {
    margin-top: 11px;
}

.cta h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -209px;
}

.cta p {
    color: #fff;
    font-size: 0.9rem;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

    .cta .cta-btn:hover {
        border-color: #fff;
    }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #2f4d5a;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #67b0d1;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
        display: flex;
        justify-content: center;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            font-size: 28px;
            text-align: center;
            background: rgba(103, 176, 209, 0.75);
            transition: 0.3s;
            width: 50%;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: rgba(103, 176, 209, 0.95);
            }

            .portfolio .portfolio-wrap .portfolio-links a + a {
                border-left: 1px solid #8ec4dd;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #67b0d1;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #67b0d1;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #d5e9f2;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #fff;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #fff;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #67b0d1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #67b0d1;
    }

/*--------------------------------------------------------------
# takim
--------------------------------------------------------------*/
.takim .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

    .takim .member .pic {
        overflow: hidden;
    }

    .takim .member .pic-logo {
        overflow: hidden;
        margin-top: -30px;
    }

    .takim .member .member-info {
        position: absolute;
        top: 85%;
        left: 20px;
        right: 20px;
        background: #fff;
        padding: 20px 0;
        color: #2f4d5a;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        max-height: 95px;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .takim .member:hover .member-info {
        max-height: 300px;
    }

    .takim .member h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }

    .takim .member h3 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }

    .takim .member h4::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #b1cbd7;
        bottom: 0;
        left: calc(50% - 25px);
    }

    .takim .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .takim .member .social {
        margin-top: 15px;
    }

        .takim .member .social a {
            transition: color 0.3s;
            color: #52869d;
        }

            .takim .member .social a:hover {
                color: #67b0d1;
            }

        .takim .member .social i {
            font-size: 16px;
            margin: 0 2px;
        }

        .takim .member .social h3 {
            font-size: 16px;
            margin: 0 2px;
        }

@media (max-width: 992px) {
    .takim .member {
        margin-bottom: 110px;
    }
}


/*--------------------------------------------------------------
# HesapNumaralarimiz
--------------------------------------------------------------*/
.HesapNumaralarimiz .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

    .HesapNumaralarimiz .member .pic {
        overflow: hidden;
    }

    .HesapNumaralarimiz .member .member-info {
        position: absolute;
        top: 85%;
        left: 20px;
        right: 20px;
        background: #fff;
        padding: 20px 0;
        color: #2f4d5a;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        max-height: 95px;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .HesapNumaralarimiz .member:hover .member-info {
        max-height: 300px;
    }

    .HesapNumaralarimiz .member h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }

    .HesapNumaralarimiz .member h3 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }

    .HesapNumaralarimiz .member h4::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #b1cbd7;
        bottom: 0;
        left: calc(50% - 25px);
    }

    .HesapNumaralarimiz .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .HesapNumaralarimiz .member .social {
        margin-top: 15px;
    }

        .HesapNumaralarimiz .member .social a {
            transition: color 0.3s;
            color: #52869d;
        }

            .HesapNumaralarimiz .member .social a:hover {
                color: #67b0d1;
            }

        .HesapNumaralarimiz .member .social i {
            font-size: 16px;
            margin: 0 2px;
        }

        .HesapNumaralarimiz .member .social h3 {
            font-size: 16px;
            margin: 0 2px;
        }

@media (max-width: 992px) {
    .HesapNumaralarimiz .member {
        margin-bottom: 110px;
    }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 80px;
}

    .contact .info-box {
        color: #444444;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 0 30px 0;
    }

        .contact .info-box i {
            font-size: 32px;
            color: #67b0d1;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #f0f7fa;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #777777;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        background: #fff;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
                background-color: #67b0d1;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type="submit"] {
            background: #67b0d1;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            .contact .php-email-form button[type="submit"]:hover {
                background: #8ec4dd;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #2b2f40;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 0.7rem;
}

/*.footer-info{
    height:auto;
    max-width:600px;
}*/

.footer-img {
    width: 150px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

    #footer .footer-top .footer-info {
        margin-top: -90px;
        margin-bottom: 15px;
        background: white;
        color: #2f4d5a;
        border-top: 4px solid #67b0d1;
        text-align: center;
        padding: 30px 20px;
    }

        #footer .footer-top .footer-info h3 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700;
        }

        #footer .footer-top .footer-info p {
            font-size: 0.7rem;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Raleway", sans-serif;
        }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #2f4d5a;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .footer-top .social-links a:hover {
            background: #67b0d1;
            color: #fff;
            text-decoration: none;
        }

    #footer .footer-top h4 {
        font-size: 0.8rem;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #b5d9e9;
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                color: #fff;
                transition: 0.3s;
                display: inline-block;
                line-height: 1.5;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #a2cfe3;
                }

    #footer .footer-top .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4;
    }

        #footer .footer-top .footer-newsletter form input[type="email"] {
            border: 0;
            padding: 4px;
            width: calc(100% - 110px);
        }

        #footer .footer-top .footer-newsletter form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            background: #67b0d1;
            color: #fff;
            transition: 0.3s;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                background: #409cc5;
            }

#footer .copyright {
    border-top: 1px solid #385b6b;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}


/*Banka Bilgileri*/

.icon-box-horizontal .unit-left {
    min-width: 48px;
}

.icon-box-horizontal [class*='icon-md'] {
    margin-top: -2px;
}

.icon-box-horizontal [class*='icon-lg'] {
    margin-top: -5px;
}

.icon-box-horizontal * + p {
    margin-top: 9px;
}

.icon-box {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 30px;
    text-align: center;
    cursor: default;
}

    .icon-box:before, .icon-box:after {
        content: '';
        position: absolute;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        border: 1px solid #e5e7e9;
        pointer-events: none;
        transition: .33s all ease;
    }

    .icon-box:before {
        top: 0;
        left: 0;
        border-width: 1px 0 0 1px;
    }

    .icon-box:after {
        bottom: 0;
        right: 0;
        border-width: 0 1px 1px 0;
    }

    .icon-box .box-top .box-header > * {
        font-family: "PT Serif", "Times New Roman", Times, serif;
        font-size: 18px;
    }

    .icon-box .divider {
        max-width: 100%;
        margin: 13px auto;
        transition: .33s all ease;
    }

    .icon-box .box-top,
    .icon-box .box-body {
        position: relative;
        will-change: transform;
        transition: .33s all ease;
        -webkit-filter: blur(0);
    }

    .icon-box .box-top {
        top: 0;
    }

    .icon-box .box-body {
        max-width: 100%;
    }

    .icon-box .box-header {
        bottom: 0;
    }

    .icon-box .box-icon {
        min-height: 46px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icon-box * + .box-header {
        margin-top: 5px;
    }

    .icon-box.hover:before, .icon-box.hover:after, .icon-box:hover:before, .icon-box:hover:after {
        width: 100%;
        height: 100%;
        border-color: #cca876;
    }

    .icon-box.hover .box-top, .icon-box:hover .box-top {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }

    .icon-box.hover .box-body, .icon-box:hover .box-body {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }

    .icon-box.hover .divider, .icon-box:hover .divider {
        width: 168px;
    }


.icon-box-hesap {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 30px;
    text-align: center;
    cursor: default;
}

    .icon-box-hesap:before, .icon-box-hesap:after {
        content: '';
        position: absolute;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        border: 1px solid #e5e7e9;
        pointer-events: none;
        transition: .33s all ease;
    }

    .icon-box-hesap:before {
        top: 0;
        left: 0;
        border-width: 1px 0 0 1px;
    }

    .icon-box-hesap:after {
        bottom: 0;
        right: 0;
        border-width: 0 1px 1px 0;
    }

    .icon-box-hesap .box-top .box-header > * {
        font-family: "PT Serif", "Times New Roman", Times, serif;
        font-size: 18px;
    }

    .icon-box-hesap .divider {
        max-width: 100%;
        margin: 13px auto;
        transition: .33s all ease;
    }

    .icon-box-hesap .box-top,
    .icon-box-hesap .box-body {
        position: relative;
        will-change: transform;
        transition: .33s all ease;
        -webkit-filter: blur(0);
    }

    .icon-box-hesap .box-top {
        top: 0;
    }

    .icon-box-hesap .box-body {
        max-width: 100%;
    }

    .icon-box-hesap .box-header {
        bottom: 0;
    }

    .icon-box-hesap .box-icon {
        min-height: 46px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icon-box-hesap * + .box-header {
        margin-top: 5px;
    }

    .icon-box-hesap.hover:before, .icon-box-hesap.hover:after, .icon-box-hesap:hover:before, .icon-box-hesap:hover:after {
        width: 100%;
        height: 100%;
        border-color: #cca876;
    }

    .icon-box-hesap.hover .box-top, .icon-box-hesap:hover .box-top {
        -webkit-transform: translateY(-9px);
        transform: translateY(-9px);
    }

    .icon-box-hesap.hover .box-body, .icon-box-hesap:hover .box-body {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }

    .icon-box-hesap.hover .divider, .icon-box:hover .divider {
        width: 168px;
    }

@media (min-width: 768px) {
    .icon-box {
        max-width: 308px;
        padding: 67px 40px 61px;
    }

        .icon-box .box-top .box-header > * {
            font-size: 22px;
        }
}

@media (min-width: 768px) {
    .icon-box-hesap {
        max-width: 500px;
        padding: 67px 40px 61px;
    }

        .icon-box-hesap .box-top .box-header > * {
            font-size: 22px;
        }
}

.height-fill {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .height-fill > * {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }


.context-dark .big, .bg-black .big, .bg-gray-darker .big, .bg-gray-dark .big, .bg-mine-shaft .big, .bg-teak .big, .bg-cod-gray .big, .bg-ebony-clay .big,
.context-dark .text-bigger,
.bg-black .text-bigger,
.bg-gray-darker .text-bigger,
.bg-gray-dark .text-bigger,
.bg-mine-shaft .text-bigger,
.bg-teak .text-bigger,
.bg-cod-gray .text-bigger,
.bg-ebony-clay .text-bigger,
.context-dark .text-extra-large-bordered,
.bg-black .text-extra-large-bordered,
.bg-gray-darker .text-extra-large-bordered,
.bg-gray-dark .text-extra-large-bordered,
.bg-mine-shaft .text-extra-large-bordered,
.bg-teak .text-extra-large-bordered,
.bg-cod-gray .text-extra-large-bordered,
.bg-ebony-clay .text-extra-large-bordered {
    color: #fff;
}

.bg-black {
    background: #000;
    fill: #000;
}

.bg-gray-darker {
    background: #00030a;
    fill: #00030a;
}

.bg-gray-dark {
    background: #2a2b2b;
    fill: #2a2b2b;
}

.bg-mine-shaft {
    background: #333;
    fill: #333;
}

.bg-teak {
    background: #b49465;
    fill: #b49465;
}

.bg-cod-gray {
    background: #111;
    fill: #111;
}

.bg-ebony-clay {
    color: #666c84;
}

.bg-ebony-clay {
    background: #2b2f40;
    fill: #2b2f40;
}

    .bg-ebony-clay.rd-parallax {
        color: rgba(255, 255, 255, 0.5);
    }

.bg-gray {
    background: #9f9f9f;
    fill: #9f9f9f;
}

.bg-accent, .bg-accent h1, .bg-accent h2, .bg-accent h3, .bg-accent h4, .bg-accent h5, .bg-accent h6, .bg-accent .h1, .bg-accent .h2, .bg-accent .h3, .bg-accent .h4, .bg-accent .h5, .bg-accent .h6, .bg-accent .h7 {
    color: #fff;
}

.bg-accent {
    background: #cca876;
    fill: #cca876;
}

.bg-gray-light {
    background: #d9d9d9;
    fill: #d9d9d9;
}

.bg-gray-lighter {
    background: #f9f9f9;
    fill: #f9f9f9;
}

.bg-whisper {
    background: #f2f3f8;
    fill: #f2f3f8;
}

.bg-athens-gray {
    background: #e5e8ef;
    fill: #e5e8ef;
}

.bg-iron {
    background: #dcdde0;
    fill: #dcdde0;
}

.bg-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.bg-image-centered {
    -webkit-background-size: auto;
    background-size: auto;
}

.bg-fixed {
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-image-1 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 575px) {
    .bg-image-1 {
        background-image: none !important;
    }
}

.page .text-primary {
    color: #cca876 !important;
}

.page .text-YirmiYillik {
    color: antiquewhite !important;
}

.page a.text-primary:focus, .page a.text-primary:hover {
    color: #be9051 !important;
}

.page .text-secondary {
    color: #000 !important;
}

.page a.text-secondary:focus, .page a.text-secondary:hover {
    color: black !important;
}

.page .text-red-orange {
    color: #ff4b22 !important;
}

.page a.text-red-orange:focus, .page a.text-red-orange:hover {
    color: #ee2c00 !important;
}

.page .text-black {
    color: #000 !important;
}

.page a.text-black:focus, .page a.text-black:hover {
    color: black !important;
}

.page .text-silver {
    color: #cdcdcd !important;
}

.page a.text-silver:focus, .page a.text-silver:hover {
    color: #b4b4b4 !important;
}

.page .text-dark {
    color: #2a2b2b !important;
}

.page a.text-dark:focus, .page a.text-dark:hover {
    color: #111111 !important;
}

.page .text-gray {
    color: #9f9f9f !important;
}

.page a.text-gray:focus, .page a.text-gray:hover {
    color: #868686 !important;
}

.page .text-gray-light {
    color: #d9d9d9 !important;
}

.page a.text-gray-light:focus, .page a.text-gray-light:hover {
    color: silver !important;
}

.page .text-white {
    color: #fff !important;
}

.page a.text-white:focus, .page a.text-white:hover {
    color: #e6e6e6 !important;
}

.page .text-white-05 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.page a.text-white-05:focus, .page a.text-white-05:hover {
    color: rgba(230, 230, 230, 0.5) !important;
}

.page .text-white-03 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.page a.text-white-03:focus, .page a.text-white-03:hover {
    color: rgba(230, 230, 230, 0.3) !important;
}

.bg-default {
    background-color: #fff;
}

    .bg-default + .bg-default {
        padding-top: 0;
    }

@media (min-width: 992px) {
    .shift-top-1 {
        margin-top: -33px;
    }
}

@media (min-width: 1200px) {
    .shift-top-1 {
        margin-top: -43px;
    }
}

.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background: #171717;
    border-radius: 0;
}

    .snackbars .icon-xxs {
        position: relative;
        top: 2px;
        font-size: 20px;
        vertical-align: baseline;
    }

    .snackbars p span:last-child {
        padding-left: 14px;
    }

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

    .snackbars-right:hover {
        text-decoration: underline;
    }

@media (min-width: 576px) {
    .snackbars {
        max-width: 380px;
        padding: 14px 17px;
    }
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.button {
    text-align: center;
    max-width: 100%;
    padding: 9px 40px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.71429;
    font-weight: 700;
    border-radius: 0;
    border: 2px solid;
    transition: .3s ease-out;
}

    .button:focus, .button:active, .button:active:focus {
        outline: none;
    }

    .button:hover, .button:focus, .button.focus {
        box-shadow: none;
    }

    .button:active, .button.active {
        box-shadow: none;
    }

.button-smaller {
    padding: 6px 32px;
}

.button-small {
    padding-left: 20px;
    padding-right: 20px;
}

.button-medium {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    button.button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

html .button-primary, html .button-primary:active, html .button-primary.active, html .button-primary:active:focus, html .button-primary.active:focus, html .button-primary:focus:active, html .button-primary:focus {
    color: #fff;
    background-color: #cca876;
    border-color: #cca876;
}

    .open > html .button-primary.dropdown-toggle, html .button-primary:hover {
        color: #fff;
        background-color: #b49465;
        border-color: #b49465;
    }

    html .button-primary.disabled, html .button-primary[disabled],
    fieldset[disabled] html .button-primary {
        pointer-events: none;
        opacity: .5;
    }

    html .button-primary .badge {
        color: #cca876;
        background-color: #fff;
    }

html .button-primary-outline, html .button-primary-outline:active, html .button-primary-outline.active, html .button-primary-outline:active:focus, html .button-primary-outline.active:focus, html .button-primary-outline:focus:active, html .button-primary-outline:focus {
    color: #cca876;
    background-color: transparent;
    border-color: #cca876;
}

    .open > html .button-primary-outline.dropdown-toggle, html .button-primary-outline:hover {
        color: #fff;
        background-color: #cca876;
        border-color: #cca876;
    }

    html .button-primary-outline.disabled, html .button-primary-outline[disabled],
    fieldset[disabled] html .button-primary-outline {
        pointer-events: none;
        opacity: .5;
    }

    html .button-primary-outline .badge {
        color: transparent;
        background-color: #cca876;
    }

html .button-primary-outline-v2, html .button-primary-outline-v2:active, html .button-primary-outline-v2.active, html .button-primary-outline-v2:active:focus, html .button-primary-outline-v2.active:focus, html .button-primary-outline-v2:focus:active, html .button-primary-outline-v2:focus {
    color: #fff;
    background-color: transparent;
    border-color: #cca876;
}

    .open > html .button-primary-outline-v2.dropdown-toggle, html .button-primary-outline-v2:hover {
        color: #fff;
        background-color: #cca876;
        border-color: #cca876;
    }

    html .button-primary-outline-v2.disabled, html .button-primary-outline-v2[disabled],
    fieldset[disabled] html .button-primary-outline-v2 {
        pointer-events: none;
        opacity: .5;
    }

    html .button-primary-outline-v2 .badge {
        color: transparent;
        background-color: #fff;
    }

html .button-silver-outline, html .button-silver-outline:active, html .button-silver-outline.active, html .button-silver-outline:active:focus, html .button-silver-outline.active:focus, html .button-silver-outline:focus:active, html .button-silver-outline:focus {
    color: #000;
    background-color: transparent;
    border-color: #cdcdcd;
}

    .open > html .button-silver-outline.dropdown-toggle, html .button-silver-outline:hover {
        color: #fff;
        background-color: #cdcdcd;
        border-color: #cdcdcd;
    }

    html .button-silver-outline.disabled, html .button-silver-outline[disabled],
    fieldset[disabled] html .button-silver-outline {
        pointer-events: none;
        opacity: .5;
    }

    html .button-silver-outline .badge {
        color: transparent;
        background-color: #000;
    }

@media (max-width: 575px) {
    .button-responsive {
        font-size: 13px;
        min-width: 120px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.button-sm {
    min-width: 120px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 1.71429;
    border-radius: 0;
}

.button-lg {
    min-width: 270px;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 1.71429;
    border-radius: 0;
}

.button-block {
    display: block;
    min-width: 30px;
    width: 100%;
}

.button-rect {
    border-radius: 0;
}

.icon {
    display: inline-block;
    text-align: center;
}

    .icon:before {
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

[class*='icon-circle'] {
    border-radius: 50%;
    overflow: hidden;
}

.page .icon-primary {
    color: #cca876;
}

.page .icon-storm-gray {
    color: #666c84;
}

.page .icon-nobel-filled {
    color: #fff;
    background: #b4b4b4;
}

.page .icon-bright-gray-filled {
    color: #fff;
    background: #3d414e;
}

.page a.icon-default, .page a.icon-default:active, .page a.icon-default:focus {
    color: #9f9f9f;
}

    .page a.icon-default:hover {
        color: #cca876;
    }

.page a.icon-primary, .page a.icon-primary:active, .page a.icon-primary:focus {
    color: #cca876;
}

    .page a.icon-primary:hover {
        color: #fff;
    }

.page a.icon-tundora-inverse, .page a.icon-tundora-inverse:active, .page a.icon-tundora-inverse:focus {
    color: #414141;
}

    .page a.icon-tundora-inverse:hover {
        color: #fff;
    }

.page a.icon-bright-gray-filled, .page a.icon-bright-gray-filled:active, .page a.icon-bright-gray-filled:focus {
    color: #fff;
    background: #3d414e;
}

    .page a.icon-bright-gray-filled:hover {
        color: #fff;
        background: #cca876;
    }

.page a.icon-nobel-filled, .page a.icon-nobel-filled:active, .page a.icon-nobel-filled:focus {
    color: #fff;
    background: #b4b4b4;
}

    .page a.icon-nobel-filled:hover {
        color: #fff;
        background: #cca876;
    }

.page .icon-xxs {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
}

.page .icon-xxs-small {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.page .icon-xxs-smaller {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.page .icon-xs {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
}

.page .icon-xs-smaller {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}

.page .icon-lg {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
}

.page .icon-lg-smaller {
    width: 42px;
    height: 42px;
    font-size: 42px;
    line-height: 42px;
}

.page [class*='icon-round'].icon-xxs-smaller,
.page [class*='icon-circle'].icon-xxs-smaller {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.fa-google-plus:before {
    position: relative;
    right: -1px;
}

.thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

    .thumbnail .caption {
        padding: 0;
    }

.img-thumbnail,
.thumbnail {
    box-shadow: none;
}

.thumbnail-variant-2 {
    min-height: 300px;
    padding: 30px 0 0;
    overflow: visible;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.thumbnail-variant-2-wrap {
    padding-bottom: 25px;
}

.thumbnail-variant-2 .thumbnail-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .thumbnail-variant-2 .thumbnail-image > img {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
        width: auto;
        min-width: 101%;
        max-width: none;
        height: auto;
        min-height: 100%;
        max-height: none;
    }

.thumbnail-variant-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(43, 47, 64, 0.76);
}

.thumbnail-variant-2 .thumbnail-inner {
    position: relative;
    z-index: 2;
    padding: 30px 10px;
}

    .thumbnail-variant-2 .thumbnail-inner a {
        font-weight: 700;
    }

.thumbnail-variant-2 .thumbnail-caption {
    position: relative;
    z-index: 3;
    width: calc(100% - 34px);
    padding: 17px 8px 25px;
    margin: 31px 17px -25px 17px;
    background: #cca876;
}

    .thumbnail-variant-2 .thumbnail-caption * {
        color: #fff;
    }

    .thumbnail-variant-2 .thumbnail-caption a, .thumbnail-variant-2 .thumbnail-caption a:active, .thumbnail-variant-2 .thumbnail-caption a:focus {
        color: #fff;
    }

        .thumbnail-variant-2 .thumbnail-caption a:hover {
            color: rgba(255, 255, 255, 0.6);
        }

.thumbnail-variant-2 .text-header {
    font: 700 18px/24px "PT Serif", "Times New Roman", Times, serif;
}

.thumbnail-variant-2 .text-caption {
    font-style: italic;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .thumbnail-variant-2 .text-caption {
        font-size: 16px;
    }
}

.thumbnail-variant-2 * + .divider {
    margin-top: 8px;
}

.thumbnail-variant-2 .divider + * {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .desktop .thumbnail-variant-2:before {
        top: 40px;
    }

    .desktop .thumbnail-variant-2 .thumbnail-inner > * {
        position: relative;
        transform: translateY(14px);
        transition: .4s all ease-in-out;
    }

    .desktop .thumbnail-variant-2:before,
    .desktop .thumbnail-variant-2 .thumbnail-inner {
        opacity: 0;
        transition: .33s all ease-out;
    }

    .desktop .thumbnail-variant-2:hover:before {
        top: 0;
        left: 0;
        right: 0;
    }

    .desktop .thumbnail-variant-2:hover .thumbnail-inner > * {
        transform: translateY(0);
    }

    .desktop .thumbnail-variant-2:hover:before,
    .desktop .thumbnail-variant-2:hover .thumbnail-inner {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .thumbnail-variant-2 .thumbnail-caption {
        width: calc(100% - 16px);
        margin: 31px 8px -25px 8px;
    }
}

@media (min-width: 1200px) {
    .thumbnail-variant-2 {
        width: calc(100% - 22px);
        margin: 0 11px 0;
    }

        .thumbnail-variant-2 .thumbnail-caption {
            width: calc(100% - 34px);
            margin: 31px 17px -25px 17px;
        }
}

.ie-11 .thumbnail-variant-2,
.ie-10 .thumbnail-variant-2 {
    height: 300px;
    min-height: initial;
}

@media (min-width: 768px) {
    .thumbnail-wrap {
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .thumbnail-wrap {
        padding: 0 9px;
    }
}

@media (max-width: 767px) {
    .thumbnail-variant-2 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

figure img {
    width: 100%;
    height: auto;
    max-width: none;
}

.figure .caption {
    padding: 15px;
}

.rd-mailform {
    position: relative;
}

label {
    margin-bottom: 0;
}

input:not(:empty) + .form-label,
input:-webkit-autofill + .form-label {
    display: none;
    color: transparent;
}

.form-label,
.form-input {
    font-weight: 400;
}

.input-sm,
.input-lg,
.form-input {
    font-size: 14px;
}

    .input-sm, .input-sm:focus,
    .input-lg,
    .input-lg:focus,
    .form-input,
    .form-input:focus {
        box-shadow: none;
    }

textarea.form-input {
    height: 166px;
    min-height: 52px;
    max-height: 249px;
    resize: vertical;
}

.form-input {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 14px 19px;
    border: 0px solid;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 24px;
}

    .form-input:focus {
        outline: 0;
    }

.form-wrap {
    position: relative;
    margin-bottom: 0;
}

    .form-wrap + .form-wrap {
        margin-top: 10px;
    }

.form-label {
    position: absolute;
    top: 26px;
    left: 19px;
    font-size: 14px;
    color: #9f9f9f;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    transform: translateY(-50%);
    will-change: transform;
}

    .form-label.focus {
        opacity: 0;
    }

    .form-label.auto-fill {
        color: #9f9f9f;
    }

[data-x-mode='true'] .form-label {
    pointer-events: auto;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
        margin-bottom: 8px;
    }

        .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
            transform: none;
            color: #9f9f9f;
            font-size: 14px;
        }
}

.form-validation {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 11px;
    line-height: 11px;
    color: #fe4a21;
    margin-top: 2px;
    transition: .3s;
}

form.label-outside .form-validation {
    top: 12px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fe4a21;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
    border-color: #fe4a21;
    box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #fe4a21;
}

.has-error .input-group-addon {
    color: #fff;
    border-color: #fe4a21;
    background-color: #fe4a21;
}

.form-inline .has-error ~ button[type='submit'] {
    border-color: #fe4a21;
    background: #fe4a21;
}

.has-error .form-validation {
    color: #fe4a21;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #58c476;
}

.has-success .form-control:not(.form-control-impressed), .has-success .form-control:not(.form-control-impressed):focus {
    border-color: #dff0d8;
    box-shadow: none;
}

.has-success .form-control-impressed, .has-success .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #dff0d8;
}

.has-success .input-group-addon {
    color: #fff;
    border-color: #dff0d8;
    background-color: #dff0d8;
}

.form-inline .has-success ~ button[type='submit'] {
    border-color: #dff0d8;
    background: #dff0d8;
}

.has-success .form-validation {
    color: #58c476;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}

    #form-output-global.active {
        transform: translateX(0);
        visibility: visible;
    }

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

    .form-output.active {
        opacity: 1;
        visibility: visible;
    }

    .form-output.error {
        color: #fe4a21;
    }

    .form-output.success {
        color: #58c476;
    }

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -20px;
    margin-top: 3px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
}

    .radio .radio-custom-dummy:after,
    .radio-inline .radio-custom-dummy:after,
    .checkbox .checkbox-custom-dummy:after,
    .checkbox-inline .checkbox-custom-dummy:after {
        position: absolute;
        opacity: 0;
        transition: .22s;
    }

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    padding-left: 30px;
}

    .radio .radio-custom-dummy,
    .radio-inline .radio-custom-dummy {
        margin-top: 2px;
        border-radius: 50%;
        margin-left: -30px;
        background: transparent;
        border: 2px solid #000;
    }

        .radio .radio-custom-dummy:after,
        .radio-inline .radio-custom-dummy:after {
            content: '';
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            background: #00030a;
            border-radius: 50%;
        }

.form-wrap-color .radio-inline,
.form-wrap-size .radio-inline {
    padding-left: 0;
}

.form-wrap-color .radio-control,
.form-wrap-size .radio-control {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 23px;
    margin-bottom: 23px;
}

    .form-wrap-color .radio-control:after,
    .form-wrap-size .radio-control:after {
        bottom: 0;
    }

    .form-wrap-color .radio-control:after,
    .form-wrap-size .radio-control:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -23px;
        transform: translateX(-50%);
        width: 0;
        max-width: 100%;
        height: 3px;
        background: #cca876;
        visibility: hidden;
        transition: .2s;
    }

.form-wrap-color .radio-custom:checked ~ .radio-control:after,
.form-wrap-size .radio-custom:checked ~ .radio-control:after {
    visibility: visible;
    width: 100%;
}

.form-wrap-color .radio-custom-dummy,
.form-wrap-size .radio-custom-dummy {
    display: none;
}

.form-wrap-size .radio-inline {
    padding-left: 2px;
    padding-right: 2px;
}

    .form-wrap-size .radio-inline + .radio-inline {
        margin-left: 1px;
    }

.form-wrap-size .radio-control {
    color: #9f9f9f;
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
}

    .form-wrap-size .radio-control:hover {
        color: #000;
    }

.form-wrap-size .radio-custom:checked ~ .radio-control {
    color: #000;
}

.checkbox,
.checkbox-inline {
    padding-left: 38px;
    color: #000;
}

    .checkbox .checkbox-custom-dummy,
    .checkbox-inline .checkbox-custom-dummy {
        pointer-events: none;
        border-radius: 2px;
        margin-left: 0;
        left: 0;
        background: #fff;
        box-shadow: none;
        border: 2px solid #d9d9d9;
    }

        .checkbox .checkbox-custom-dummy:after,
        .checkbox-inline .checkbox-custom-dummy:after {
            content: '\e5ca';
            font-family: 'Material Icons';
            font-size: 22px;
            line-height: 10px;
            position: absolute;
            top: 0;
            left: -1px;
            color: #2a2b2b;
        }

.checkbox-small {
    padding-left: 26px;
}

    .checkbox-small .checkbox-custom-dummy {
        margin-top: 6px;
        width: 12px;
        height: 12px;
        border-width: 1px;
        border-radius: 1px;
    }

        .checkbox-small .checkbox-custom-dummy:after {
            top: -1px;
            left: -2px;
            font-size: 18px;
        }

.textarea-lined-wrap {
    position: relative;
    line-height: 2.39;
    background: url("../images/textarea-pattern-light.png") repeat;
}

    .textarea-lined-wrap textarea {
        height: 204px;
        resize: none;
        overflow: hidden;
        line-height: 2.39;
        background-color: transparent;
    }

.textarea-lined-wrap-xs textarea {
    height: 68px;
}

.page .form-classic-bordered .form-label,
.page .form-classic-bordered .form-label-outside,
.page .form-classic-bordered .form-input {
    color: #000;
}

.page .form-classic-bordered .form-input {
    border: 1px solid #d9d9d9;
}

.page .form-modern .form-input,
.page .form-modern .form-label {
    color: #9f9f9f;
}

.page .form-modern input {
    height: auto;
    min-height: 20px;
}

.page .form-modern .form-input:focus {
    border-color: #cca876;
}

.page .form-modern .form-input {
    padding: 6px 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: #d9d9d9;
    background-color: transparent;
}

.page .form-modern .form-label {
    left: 0;
    top: 18px;
}

.page .form-modern .form-validation {
    top: auto;
    left: auto;
    right: 0;
    bottom: -12px;
    font-style: italic;
}

.page .form-modern .textarea-lined-wrap .form-validation {
    bottom: -5px;
}

.page .form-modern .form-wrap + .form-wrap {
    margin-top: 22px;
}

.page .form-modern * + .button {
    margin-top: 30px;
}

.page .form-modern .has-error .help-block,
.page .form-modern .has-error .control-label,
.page .form-modern .has-error .radio,
.page .form-modern .has-error .checkbox,
.page .form-modern .has-error .radio-inline,
.page .form-modern .has-error .checkbox-inline,
.page .form-modern .has-error.radio label,
.page .form-modern .has-error.checkbox label,
.page .form-modern .has-error.radio-inline label,
.page .form-modern .has-error.checkbox-inline label {
    color: #fe4a21;
}

.page .form-modern .has-error .form-control:not(.form-control-impressed), .page .form-modern .has-error .form-control:not(.form-control-impressed):focus {
    border-color: #fe4a21;
    box-shadow: none;
}

.page .form-modern .has-error .form-control-impressed, .page .form-modern .has-error .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #fe4a21;
}

.page .form-modern .has-error .input-group-addon {
    color: #fff;
    border-color: #fe4a21;
    background-color: #fe4a21;
}

.form-inline .page .form-modern .has-error ~ button[type='submit'] {
    border-color: #fe4a21;
    background: #fe4a21;
}

.page .form-modern .has-error .form-validation {
    color: #fe4a21;
}

.page .form-modern.form-darker .form-input,
.page .form-modern.form-darker .form-label {
    color: #000;
}

    .page .form-modern.form-darker .form-label:not(.focus) + .form-input {
        border-color: #cdcdcd;
    }

.context-dark .form-classic-bordered .form-label, .bg-black .form-classic-bordered .form-label, .bg-gray-darker .form-classic-bordered .form-label, .bg-gray-dark .form-classic-bordered .form-label, .bg-mine-shaft .form-classic-bordered .form-label, .bg-teak .form-classic-bordered .form-label, .bg-cod-gray .form-classic-bordered .form-label, .bg-ebony-clay .form-classic-bordered .form-label,
.context-dark .form-classic-bordered .form-input,
.bg-black .form-classic-bordered .form-input,
.bg-gray-darker .form-classic-bordered .form-input,
.bg-gray-dark .form-classic-bordered .form-input,
.bg-mine-shaft .form-classic-bordered .form-input,
.bg-teak .form-classic-bordered .form-input,
.bg-cod-gray .form-classic-bordered .form-input,
.bg-ebony-clay .form-classic-bordered .form-input {
    color: #9f9f9f;
    background-color: transparent;
}

.form-classic.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .form-classic.form-inline .form-wrap {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: -5px;
    }

    .form-classic.form-inline .form-input {
        width: 100%;
        border-radius: 5px 0 0 5px;
    }

    .form-classic.form-inline .button {
        position: relative;
        z-index: 2;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 5px 5px 0;
    }

    .form-classic.form-inline .has-error + .form-input {
        border: 1px solid #fff;
    }

    .form-classic.form-inline .has-error .help-block,
    .form-classic.form-inline .has-error .control-label,
    .form-classic.form-inline .has-error .radio,
    .form-classic.form-inline .has-error .checkbox,
    .form-classic.form-inline .has-error .radio-inline,
    .form-classic.form-inline .has-error .checkbox-inline,
    .form-classic.form-inline .has-error.radio label,
    .form-classic.form-inline .has-error.checkbox label,
    .form-classic.form-inline .has-error.radio-inline label,
    .form-classic.form-inline .has-error.checkbox-inline label {
        color: #fe4a21;
    }

    .form-classic.form-inline .has-error .form-control:not(.form-control-impressed), .form-classic.form-inline .has-error .form-control:not(.form-control-impressed):focus {
        border-color: #fe4a21;
        box-shadow: none;
    }

    .form-classic.form-inline .has-error .form-control-impressed, .form-classic.form-inline .has-error .form-control-impressed:focus {
        box-shadow: inset 0 0 0 1px #fe4a21;
    }

    .form-classic.form-inline .has-error .input-group-addon {
        color: #fff;
        border-color: #fe4a21;
        background-color: #fe4a21;
    }

.form-inline .form-classic.form-inline .has-error ~ button[type='submit'] {
    border-color: #fe4a21;
    background: #fe4a21;
}

.form-classic.form-inline .has-error .form-validation {
    color: #fe4a21;
}

.form-classic.form-inline .form-validation {
    font-style: italic;
    top: auto;
    right: auto;
    left: 0;
    bottom: -15px;
}

.form-classic.form-inline > * + * {
    margin-top: 0;
}

@media (min-width: 768px) {
    .form-classic-wrap {
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .form-classic-wrap {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .form-classic-wrap {
        padding-right: 100px;
    }
}

.form-classic-wrap .form-wrap + .form-wrap {
    margin-top: 20px;
}

* + .form-classic-wrap {
    margin-top: 15px;
}

.mailform-wrap {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

* + .mailform-wrap {
    margin-top: 30px;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    line-height: 1;
}

[class*='unit']:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit {
    margin-bottom: -30px;
    margin-left: -20px;
}

    .unit > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }

@media (min-width: 576px) {
    .unit-sm {
        margin-bottom: -30px;
        margin-left: -20px;
    }

        .unit-sm > * {
            margin-bottom: 30px;
            margin-left: 20px;
        }
}

@media (min-width: 768px) {
    .unit-md {
        margin-bottom: -30px;
        margin-left: -20px;
    }

        .unit-md > * {
            margin-bottom: 30px;
            margin-left: 20px;
        }
}

@media (min-width: 992px) {
    .unit-lg {
        margin-bottom: -30px;
        margin-left: -20px;
    }

        .unit-lg > * {
            margin-bottom: 30px;
            margin-left: 20px;
        }
}

@media (min-width: 1200px) {
    .unit-xl {
        margin-bottom: -30px;
        margin-left: -20px;
    }

        .unit-xl > * {
            margin-bottom: 30px;
            margin-left: 20px;
        }
}

@media (min-width: 1600px) {
    .unit-xxl {
        margin-bottom: -30px;
        margin-left: -20px;
    }

        .unit-xxl > * {
            margin-bottom: 30px;
            margin-left: 20px;
        }
}

.unit-spacing-xs.unit {
    margin-bottom: -8px;
    margin-left: -8px;
}

    .unit-spacing-xs.unit > * {
        margin-bottom: 8px;
        margin-left: 8px;
    }

@media (min-width: 576px) {
    .unit-spacing-xs.unit {
        margin-bottom: -8px;
        margin-left: -8px;
    }

        .unit-spacing-xs.unit > * {
            margin-bottom: 8px;
            margin-left: 8px;
        }
}

@media (min-width: 768px) {
    .unit-spacing-xs.unit {
        margin-bottom: -8px;
        margin-left: -8px;
    }

        .unit-spacing-xs.unit > * {
            margin-bottom: 8px;
            margin-left: 8px;
        }
}

@media (min-width: 992px) {
    .unit-spacing-xs.unit {
        margin-bottom: -8px;
        margin-left: -8px;
    }

        .unit-spacing-xs.unit > * {
            margin-bottom: 8px;
            margin-left: 8px;
        }
}

@media (min-width: 1200px) {
    .unit-spacing-xs.unit {
        margin-bottom: -8px;
        margin-left: -8px;
    }

        .unit-spacing-xs.unit > * {
            margin-bottom: 8px;
            margin-left: 8px;
        }
}

@media (min-width: 1600px) {
    .unit-spacing-xs.unit {
        margin-bottom: -8px;
        margin-left: -8px;
    }

        .unit-spacing-xs.unit > * {
            margin-bottom: 8px;
            margin-left: 8px;
        }
}

.unit-spacing-sm.unit {
    margin-bottom: -15px;
    margin-left: -15px;
}

    .unit-spacing-sm.unit > * {
        margin-bottom: 15px;
        margin-left: 15px;
    }

@media (min-width: 576px) {
    .unit-spacing-sm.unit {
        margin-bottom: -15px;
        margin-left: -15px;
    }

        .unit-spacing-sm.unit > * {
            margin-bottom: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 768px) {
    .unit-spacing-sm.unit {
        margin-bottom: -15px;
        margin-left: -15px;
    }

        .unit-spacing-sm.unit > * {
            margin-bottom: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 992px) {
    .unit-spacing-sm.unit {
        margin-bottom: -15px;
        margin-left: -15px;
    }

        .unit-spacing-sm.unit > * {
            margin-bottom: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 1200px) {
    .unit-spacing-sm.unit {
        margin-bottom: -15px;
        margin-left: -15px;
    }

        .unit-spacing-sm.unit > * {
            margin-bottom: 15px;
            margin-left: 15px;
        }
}

@media (min-width: 1600px) {
    .unit-spacing-sm.unit {
        margin-bottom: -15px;
        margin-left: -15px;
    }

        .unit-spacing-sm.unit > * {
            margin-bottom: 15px;
            margin-left: 15px;
        }
}

.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}

    .unit-spacing-md.unit > * {
        margin-bottom: 22px;
        margin-left: 22px;
    }

@media (min-width: 576px) {
    .unit-spacing-md.unit {
        margin-bottom: -22px;
        margin-left: -22px;
    }

        .unit-spacing-md.unit > * {
            margin-bottom: 22px;
            margin-left: 22px;
        }
}

@media (min-width: 768px) {
    .unit-spacing-md.unit {
        margin-bottom: -22px;
        margin-left: -22px;
    }

        .unit-spacing-md.unit > * {
            margin-bottom: 22px;
            margin-left: 22px;
        }
}

@media (min-width: 992px) {
    .unit-spacing-md.unit {
        margin-bottom: -22px;
        margin-left: -22px;
    }

        .unit-spacing-md.unit > * {
            margin-bottom: 22px;
            margin-left: 22px;
        }
}

@media (min-width: 1200px) {
    .unit-spacing-md.unit {
        margin-bottom: -22px;
        margin-left: -22px;
    }

        .unit-spacing-md.unit > * {
            margin-bottom: 22px;
            margin-left: 22px;
        }
}

@media (min-width: 1600px) {
    .unit-spacing-md.unit {
        margin-bottom: -22px;
        margin-left: -22px;
    }

        .unit-spacing-md.unit > * {
            margin-bottom: 22px;
            margin-left: 22px;
        }
}

.unit-spacing-lg.unit {
    margin-bottom: -30px;
    margin-left: -30px;
}

    .unit-spacing-lg.unit > * {
        margin-bottom: 30px;
        margin-left: 30px;
    }

@media (min-width: 576px) {
    .unit-spacing-lg.unit {
        margin-bottom: -30px;
        margin-left: -30px;
    }

        .unit-spacing-lg.unit > * {
            margin-bottom: 30px;
            margin-left: 30px;
        }
}

@media (min-width: 768px) {
    .unit-spacing-lg.unit {
        margin-bottom: -30px;
        margin-left: -30px;
    }

        .unit-spacing-lg.unit > * {
            margin-bottom: 30px;
            margin-left: 30px;
        }
}

@media (min-width: 992px) {
    .unit-spacing-lg.unit {
        margin-bottom: -30px;
        margin-left: -30px;
    }

        .unit-spacing-lg.unit > * {
            margin-bottom: 30px;
            margin-left: 30px;
        }
}

@media (min-width: 1200px) {
    .unit-spacing-lg.unit {
        margin-bottom: -30px;
        margin-left: -30px;
    }

        .unit-spacing-lg.unit > * {
            margin-bottom: 30px;
            margin-left: 30px;
        }
}

@media (min-width: 1600px) {
    .unit-spacing-lg.unit {
        margin-bottom: -30px;
        margin-left: -30px;
    }

        .unit-spacing-lg.unit > * {
            margin-bottom: 30px;
            margin-left: 30px;
        }
}

.unit-middle .unit-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stacktable {
    width: 100%;
    text-align: left;
}

.st-head-row {
    padding-top: 1em;
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}

.stacktable.large-only {
    display: none;
}

.stacktable.small-only {
    display: table;
}

@media (min-width: 768px) {
    .stacktable.large-only {
        display: table;
    }

    .stacktable.small-only {
        display: none;
    }
}

.section-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.section-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-66 {
    padding-top: 66px;
    padding-bottom: 66px;
}

.section-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}

.section-165 {
    padding-top: 165px;
    padding-bottom: 165px;
}

@media (min-width: 576px) {
    .section-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-sm-66 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .section-sm-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-sm-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section-sm-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }
}

@media (min-width: 768px) {
    .section-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-md-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section-md-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-md-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-md-66 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .section-md-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-md-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-md-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-md-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-md-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section-md-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }
}

@media (min-width: 992px) {
    .section-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-lg-66 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .section-lg-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-lg-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section-lg-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }
}

@media (min-width: 1200px) {
    .section-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-xl-66 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .section-xl-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-xl-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-xl-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section-xl-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }
}

@media (min-width: 1600px) {
    .section-xxl-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-xxl-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-xxl-35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section-xxl-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-xxl-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-xxl-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-xxl-66 {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .section-xxl-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-xxl-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section-xxl-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-xxl-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-xxl-145 {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .section-xxl-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }
}

.section-top-15 {
    padding-top: 15px;
}

.section-top-30 {
    padding-top: 30px;
}

.section-top-35 {
    padding-top: 35px;
}

.section-top-40 {
    padding-top: 40px;
}

.section-top-50 {
    padding-top: 50px;
}

.section-top-60 {
    padding-top: 60px;
}

.section-top-66 {
    padding-top: 66px;
}

.section-top-75 {
    padding-top: 75px;
}

.section-top-90 {
    padding-top: 90px;
}

.section-top-100 {
    padding-top: 100px;
}

.section-top-120 {
    padding-top: 120px;
}

.section-top-145 {
    padding-top: 145px;
}

.section-top-165 {
    padding-top: 165px;
}

@media (min-width: 576px) {
    .section-sm-top-15 {
        padding-top: 15px;
    }

    .section-sm-top-30 {
        padding-top: 30px;
    }

    .section-sm-top-35 {
        padding-top: 35px;
    }

    .section-sm-top-40 {
        padding-top: 40px;
    }

    .section-sm-top-50 {
        padding-top: 50px;
    }

    .section-sm-top-60 {
        padding-top: 60px;
    }

    .section-sm-top-66 {
        padding-top: 66px;
    }

    .section-sm-top-75 {
        padding-top: 75px;
    }

    .section-sm-top-90 {
        padding-top: 90px;
    }

    .section-sm-top-100 {
        padding-top: 100px;
    }

    .section-sm-top-120 {
        padding-top: 120px;
    }

    .section-sm-top-145 {
        padding-top: 145px;
    }

    .section-sm-top-165 {
        padding-top: 165px;
    }
}

@media (min-width: 768px) {
    .section-md-top-15 {
        padding-top: 15px;
    }

    .section-md-top-30 {
        padding-top: 30px;
    }

    .section-md-top-35 {
        padding-top: 35px;
    }

    .section-md-top-40 {
        padding-top: 40px;
    }

    .section-md-top-50 {
        padding-top: 50px;
    }

    .section-md-top-60 {
        padding-top: 60px;
    }

    .section-md-top-66 {
        padding-top: 66px;
    }

    .section-md-top-75 {
        padding-top: 75px;
    }

    .section-md-top-90 {
        padding-top: 90px;
    }

    .section-md-top-100 {
        padding-top: 100px;
    }

    .section-md-top-120 {
        padding-top: 120px;
    }

    .section-md-top-145 {
        padding-top: 145px;
    }

    .section-md-top-165 {
        padding-top: 165px;
    }
}

@media (min-width: 992px) {
    .section-lg-top-15 {
        padding-top: 15px;
    }

    .section-lg-top-30 {
        padding-top: 30px;
    }

    .section-lg-top-35 {
        padding-top: 35px;
    }

    .section-lg-top-40 {
        padding-top: 40px;
    }

    .section-lg-top-50 {
        padding-top: 50px;
    }

    .section-lg-top-60 {
        padding-top: 60px;
    }

    .section-lg-top-66 {
        padding-top: 66px;
    }

    .section-lg-top-75 {
        padding-top: 75px;
    }

    .section-lg-top-90 {
        padding-top: 90px;
    }

    .section-lg-top-100 {
        padding-top: 100px;
    }

    .section-lg-top-120 {
        padding-top: 120px;
    }

    .section-lg-top-145 {
        padding-top: 145px;
    }

    .section-lg-top-165 {
        padding-top: 165px;
    }
}

@media (min-width: 1200px) {
    .section-xl-top-15 {
        padding-top: 15px;
    }

    .section-xl-top-30 {
        padding-top: 30px;
    }

    .section-xl-top-35 {
        padding-top: 35px;
    }

    .section-xl-top-40 {
        padding-top: 40px;
    }

    .section-xl-top-50 {
        padding-top: 50px;
    }

    .section-xl-top-60 {
        padding-top: 60px;
    }

    .section-xl-top-66 {
        padding-top: 66px;
    }

    .section-xl-top-75 {
        padding-top: 75px;
    }

    .section-xl-top-90 {
        padding-top: 90px;
    }

    .section-xl-top-100 {
        padding-top: 100px;
    }

    .section-xl-top-120 {
        padding-top: 120px;
    }

    .section-xl-top-145 {
        padding-top: 145px;
    }

    .section-xl-top-165 {
        padding-top: 165px;
    }
}

@media (min-width: 1600px) {
    .section-xxl-top-15 {
        padding-top: 15px;
    }

    .section-xxl-top-30 {
        padding-top: 30px;
    }

    .section-xxl-top-35 {
        padding-top: 35px;
    }

    .section-xxl-top-40 {
        padding-top: 40px;
    }

    .section-xxl-top-50 {
        padding-top: 50px;
    }

    .section-xxl-top-60 {
        padding-top: 60px;
    }

    .section-xxl-top-66 {
        padding-top: 66px;
    }

    .section-xxl-top-75 {
        padding-top: 75px;
    }

    .section-xxl-top-90 {
        padding-top: 90px;
    }

    .section-xxl-top-100 {
        padding-top: 100px;
    }

    .section-xxl-top-120 {
        padding-top: 120px;
    }

    .section-xxl-top-145 {
        padding-top: 145px;
    }

    .section-xxl-top-165 {
        padding-top: 165px;
    }
}

.section-bottom-15 {
    padding-bottom: 15px;
}

.section-bottom-30 {
    padding-bottom: 30px;
}

.section-bottom-35 {
    padding-bottom: 35px;
}

.section-bottom-40 {
    padding-bottom: 40px;
}

.section-bottom-50 {
    padding-bottom: 50px;
}

.section-bottom-60 {
    padding-bottom: 60px;
}

.section-bottom-66 {
    padding-bottom: 66px;
}

.section-bottom-75 {
    padding-bottom: 75px;
}

.section-bottom-90 {
    padding-bottom: 90px;
}

.section-bottom-100 {
    padding-bottom: 100px;
}

.section-bottom-120 {
    padding-bottom: 120px;
}

.section-bottom-145 {
    padding-bottom: 145px;
}

.section-bottom-165 {
    padding-bottom: 165px;
}

@media (min-width: 576px) {
    .section-sm-bottom-15 {
        padding-bottom: 15px;
    }

    .section-sm-bottom-30 {
        padding-bottom: 30px;
    }

    .section-sm-bottom-35 {
        padding-bottom: 35px;
    }

    .section-sm-bottom-40 {
        padding-bottom: 40px;
    }

    .section-sm-bottom-50 {
        padding-bottom: 50px;
    }

    .section-sm-bottom-60 {
        padding-bottom: 60px;
    }

    .section-sm-bottom-66 {
        padding-bottom: 66px;
    }

    .section-sm-bottom-75 {
        padding-bottom: 75px;
    }

    .section-sm-bottom-90 {
        padding-bottom: 90px;
    }

    .section-sm-bottom-100 {
        padding-bottom: 100px;
    }

    .section-sm-bottom-120 {
        padding-bottom: 120px;
    }

    .section-sm-bottom-145 {
        padding-bottom: 145px;
    }

    .section-sm-bottom-165 {
        padding-bottom: 165px;
    }
}

@media (min-width: 768px) {
    .section-md-bottom-15 {
        padding-bottom: 15px;
    }

    .section-md-bottom-30 {
        padding-bottom: 30px;
    }

    .section-md-bottom-35 {
        padding-bottom: 35px;
    }

    .section-md-bottom-40 {
        padding-bottom: 40px;
    }

    .section-md-bottom-50 {
        padding-bottom: 50px;
    }

    .section-md-bottom-60 {
        padding-bottom: 60px;
    }

    .section-md-bottom-66 {
        padding-bottom: 66px;
    }

    .section-md-bottom-75 {
        padding-bottom: 75px;
    }

    .section-md-bottom-90 {
        padding-bottom: 90px;
    }

    .section-md-bottom-100 {
        padding-bottom: 100px;
    }

    .section-md-bottom-120 {
        padding-bottom: 120px;
    }

    .section-md-bottom-145 {
        padding-bottom: 145px;
    }

    .section-md-bottom-165 {
        padding-bottom: 165px;
    }
}

@media (min-width: 992px) {
    .section-lg-bottom-15 {
        padding-bottom: 15px;
    }

    .section-lg-bottom-30 {
        padding-bottom: 30px;
    }

    .section-lg-bottom-35 {
        padding-bottom: 35px;
    }

    .section-lg-bottom-40 {
        padding-bottom: 40px;
    }

    .section-lg-bottom-50 {
        padding-bottom: 50px;
    }

    .section-lg-bottom-60 {
        padding-bottom: 60px;
    }

    .section-lg-bottom-66 {
        padding-bottom: 66px;
    }

    .section-lg-bottom-75 {
        padding-bottom: 75px;
    }

    .section-lg-bottom-90 {
        padding-bottom: 90px;
    }

    .section-lg-bottom-100 {
        padding-bottom: 100px;
    }

    .section-lg-bottom-120 {
        padding-bottom: 120px;
    }

    .section-lg-bottom-145 {
        padding-bottom: 145px;
    }

    .section-lg-bottom-165 {
        padding-bottom: 165px;
    }
}

@media (min-width: 1200px) {
    .section-xl-bottom-15 {
        padding-bottom: 15px;
    }

    .section-xl-bottom-30 {
        padding-bottom: 30px;
    }

    .section-xl-bottom-35 {
        padding-bottom: 35px;
    }

    .section-xl-bottom-40 {
        padding-bottom: 40px;
    }

    .section-xl-bottom-50 {
        padding-bottom: 50px;
    }

    .section-xl-bottom-60 {
        padding-bottom: 60px;
    }

    .section-xl-bottom-66 {
        padding-bottom: 66px;
    }

    .section-xl-bottom-75 {
        padding-bottom: 75px;
    }

    .section-xl-bottom-90 {
        padding-bottom: 90px;
    }

    .section-xl-bottom-100 {
        padding-bottom: 100px;
    }

    .section-xl-bottom-120 {
        padding-bottom: 120px;
    }

    .section-xl-bottom-145 {
        padding-bottom: 145px;
    }

    .section-xl-bottom-165 {
        padding-bottom: 165px;
    }
}

@media (min-width: 1600px) {
    .section-xxl-bottom-15 {
        padding-bottom: 15px;
    }

    .section-xxl-bottom-30 {
        padding-bottom: 30px;
    }

    .section-xxl-bottom-35 {
        padding-bottom: 35px;
    }

    .section-xxl-bottom-40 {
        padding-bottom: 40px;
    }

    .section-xxl-bottom-50 {
        padding-bottom: 50px;
    }

    .section-xxl-bottom-60 {
        padding-bottom: 60px;
    }

    .section-xxl-bottom-66 {
        padding-bottom: 66px;
    }

    .section-xxl-bottom-75 {
        padding-bottom: 75px;
    }

    .section-xxl-bottom-90 {
        padding-bottom: 90px;
    }

    .section-xxl-bottom-100 {
        padding-bottom: 100px;
    }

    .section-xxl-bottom-120 {
        padding-bottom: 120px;
    }

    .section-xxl-bottom-145 {
        padding-bottom: 145px;
    }

    .section-xxl-bottom-165 {
        padding-bottom: 165px;
    }
}
