/* 

Journey Template 
http://www.templatemo.com/tm-511-journey

Primary color (light blue)  : #69c6ba
Highlight color (pink)		: #c66995
--------------------------------------

*/
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    background: #e6e6e6;
}

a, button {
    transition: all 0.3s ease;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

p:last-child {
    margin-bottom: 0;
}

.tm-page-wrap {
    max-width: 1400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.tm-container-outer {
    max-width: 1400px;
    margin: 0 auto;
}

.tm-content-box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.tm-text-gray {
    color: #787676;
}

.tm-text-highlight {
    color: #0093FB;
    font-weight: 600;
}

.tm-bg-primary {
    background: #0093FB;
}

.tm-bg-highlight {
    background: #2D2E2F;
}

.btn-primary {
    background: #0093fb;
    border: none;
    border-radius: 0;
    outline: none;
}

    .btn-primary:hover {
        background: #2D2E2F;
    }

.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 35px;
}

.tm-top-bar {
    position: fixed;
    top: 0;
    /*  left: 0;*/
    width: auto;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 85px;
    background: white;
}

    .tm-top-bar.active {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }

    .tm-top-bar.active {
        width: 100%;
        max-width: 1400px;
    }

        .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link {
            padding: 20px 35px;
        }

        .tm-top-bar.active .navbar-brand {
            font-size: 1.4rem;
        }

    .tm-top-bar .navbar-brand img {
        width: 81px;
        height: auto;
    }

    .tm-top-bar.active .navbar-brand img {
        width: 55px;
    }

.tm-top-bar-bg {
    height: 89px;
}

.tm-top-bar a {
    color: black;
}

.navbar-brand {
    font-size: 2.2rem;
    text-transform: uppercase;
}

.navbar {
    /* font-weight: 700;*/
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
/*------------------dropdown------------------------*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/*------------------dropdown------------------------*/
.nav-link.active, .nav-link:hover {
    color: #0093fb;
}


.navbar-toggler-icon {
    background-image: url('../img/menu1.png');
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
}

.navbar-toggler {
    border-color: rgb(0,128,179);
    border-radius: 0;
    cursor: pointer;
}

.tm-banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
}

.tm-banner-subtitle {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 1px;
}

.tm-banner-header {
    color: white;
}

.tm-banner-overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
}


.tm-banner-bg {
    background: url('../img/wms33.jpg') center top no-repeat;
    min-height: 720px;
    position: relative;
}

.tm-banner-row {
    position: relative;
    z-index: 100;
    justify-content: center;
    padding-top: 100px;
}

.tm-banner-row-header {
    text-align: center;
}

.tm-down-arrow-link {
    color: white;
    background-color: #0093FB;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

    .tm-down-arrow-link:hover,
    .tm-down-arrow-link:focus {
        color: white;
        background-color: #2D2E2F;
    }

/* Search form */
select.tm-select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

.form-control {
    font-size: 0.8rem;
    padding: .75rem;
}

label {
    font-weight: 700;
}

.tm-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

.tm-form-group {
    float: left;
}

.tm-form-group-pad {
    padding: 0 8px;
}

.tm-form-group-1 {
    width: 50%;
}

.tm-form-group-2 {
    width: 50%;
}

.tm-form-group-3 {
    width: 25%;
}

.form-control {
    border-radius: 0;
}

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 12px 20px;
}

.tm-btn-white {
    background: white;
}

.tm-btn-white-primary {
    color: #0093FB;
}

.tm-btn-white-highlight {
    color: #2D2E2F;
}

.tm-btn-white-primary:hover,
.tm-btn-white-primary:focus,
.tm-btn-white-primary:active {
    background: #2D2E2F;
    color: white;
}

.tm-btn-white-highlight:hover,
.tm-btn-white-highlight:focus,
.tm-btn-white-highlight:active {
    background: #0093FB;
    color: white;
}

.tm-btn-search {
    width: 100%;
}

    .tm-btn-search:hover,
    .tm-btn-search:active,
    .tm-btn-search:focus {
        background: #2D2E2F;
    }

.tm-bg-gray {
    background-color: #efefef;
}

.tm-about-text-wrap {
    max-width: 830px;
}

.tm-right {
    display: inline-block;
    float: right;
}

.tm-slideshow-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-slideshow-section-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tm-slideshow {
    width: 50%;
}

.tm-slideshow-description {
    padding: 50px;
    color: white;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
}

.tm-slideshow-description-left {
    margin-left: auto;
    margin-right: -42px;
}

.tm-position-relative {
    position: relative;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
}

    .slick-prev, .slick-next,
    .slick-prev:focus,
    .slick-prev:active,
    .slick-next:focus,
    .slick-next:active {
        background: rgba(0,0,0,0.5);
    }

        .slick-prev:before, .slick-next:before {
            font-size: 22px;
        }

        .slick-prev:hover,
        .slick-next:hover {
            background: #0093FB;
        }

.tm-slideshow-highlight .slick-prev:hover,
.tm-slideshow-highlight .slick-next:hover {
    background: #0093FB;
}

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.tm-right .slick-prev {
    left: 42px;
    right: auto;
}

.slick-next {
    right: 42px;
}

.tm-right .slick-next {
    right: auto;
    left: 94px;
}

/* Tabs */
.tm-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #0093FB;
}

.tm-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
}

    .tm-tab-link:hover {
        color: white;
    }

.tm-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;
}

.tm-tab-link:hover,
.tm-tab-link.active {
    background: #e6e6e6; /*Alt boyu*/
}

.tab-pane {
    max-width: 970px;
    margin: 60px auto;
}

.tm-recommended-place {
    box-shadow: 0 0 3px rgba(0 147 251);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 25px;
}

.tm-recommended-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-recommended-img {
    width: 754px;
}

.tm-recommended-description-box {
    padding: 30px;
    width: 500px;
}

.tm-recommended-price-box {
    background-color: #0093FB;
    /* background-image: url(../img/button-curve.png);*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    width: 59px;
    transition: all 0.3s ease;
}

    .tm-recommended-price-box:hover {
        background-color: white;
    }

.tm-recommended-price {
    color: #2D2E2F;
    font-size: 1.6rem;
    font-weight: 600;
}

.tm-recommended-price-link {
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-d-table {
    display: table;
}

footer {
    background: #0093FB;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0.8rem;
}

    footer a {
        color: #106eea;
    }

        footer a:hover {
            color: #900;
        }

    footer p {
        color: white;
    }

.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

    .tm-footer-text-highlight:hover {
        color: #0093FB;
    }

.tm-contact-form {
    background: white;
    width: 470px;
    position: absolute;
    top: 39px;
    right: 58px;
    padding: 20px;
    z-index: 1000;
}

.form-control {
    background-color: #f5f5f5;
    border: none;
}

    .form-control:focus {
        border-color: #69c6ba;
        box-shadow: 0 0 0 0.1rem #69c6babf;
    }

.tm-name-container,
.tm-email-container {
    width: 210px;
    float: left;
}

.tm-email-container {
    margin-left: 10px;
}

.tm-btn-send {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
}

#google-map {
    height: 600px;
}

@media screen and (max-width: 1080px) {
    .tm-tab-link-li {
        width: 25%;
    }
}

@media screen and (max-width: 1033px) {
    .tm-slideshow-description {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }

    .tm-top-bar, .tm-top-bar-bg {
        height: auto;
    }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

        .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
        .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
            padding: 15px;
        }

        .tm-top-bar .navbar-brand {
            font-size: 1.4rem;
            padding: 15;
        }

            .tm-top-bar .navbar-brand img {
                width: 60px;
                height: auto;
            }

            .tm-top-bar .navbar-brand img {
                width: 40px;
            }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box {
        width: 450px;
    }
}

@media screen and (max-width: 986px) {
    .tm-slideshow-section {
        flex-direction: column;
    }

    .tm-slideshow,
    .tm-slideshow-description {
        width: 100%;
        max-width: 700px;
    }

    .tm-slideshow-description {
        margin-right: auto;
        margin-left: auto;
    }

    .slick-prev, .slick-next {
        bottom: 0;
        top: auto;
    }

    .tm-contact-form {
        position: static;
        width: 100%;
    }

    .tm-name-container,
    .tm-email-container {
        width: 49%;
    }

    .tm-email-container {
        margin-left: 0;
        float: right;
    }
}

@media screen and (max-width: 860px) {
    .tm-recommended-description-box {
        width: 350px;
    }
}

@media screen and (max-width: 826px) {

    .tm-banner-row-header {
        padding-top: 120px;
    }

    .tm-recommended-place-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 15px;
    }

    .tm-recommended-place {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
    }

    .tm-recommended-price,
    .tm-recommended-price-link {
        position: relative;
        z-index: 1000;
    }

    .tm-recommended-price {
        padding-top: 50px;
    }

    .tm-recommended-price-box {
        width: 270px;
        height: 180px;
        position: relative;
        overflow: hidden;
        padding-left: 0;
        background-image: none;
    }

        .tm-recommended-price-box:after {
            content: "";
            position: absolute;
            width: 180px;
            height: 270px;
            top: -45px;
            left: 45px;
            z-index: 27;
            background: url(../img/button-curve.png) 0 0 no-repeat;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            background-size: auto 100%;
        }

        .tm-recommended-price-box,
        .tm-recommended-price-box:hover {
            background-size: cover;
        }

    .tm-recommended-description-box {
        width: 270px;
    }
}

@media screen and (max-width: 767px) {
    .tm-banner-row {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .tm-banner-header {
        margin-top: 100px;
    }

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

    .blog .blog-details .title {
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-default);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(34, 34, 34, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-secondary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: #6c757d;
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: var(--color-primary);
        }

        .blog .blog-details .meta-top a {
            color: #6c757d;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(34, 34, 34, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #555555;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgba(34, 34, 34, 0.8);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-default);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(34, 34, 34, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(108, 117, 125, 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        margin: 0;
        color: var(--color-default);
    }

    .blog .sidebar .sidebar-item + .sidebar-item {
        margin-top: 40px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid rgba(34, 34, 34, 0.3);
        padding: 5px 10px;
        position: relative;
        border-radius: 50px;
    }

        .blog .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 50px;
            width: calc(100% - 60px);
        }

            .blog .sidebar .search-form form input[type=text]:focus {
                outline: none;
            }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 25px;
            margin: -1px;
            background: var(--color-primary);
            color: #fff;
            transition: 0.3s;
            border-radius: 50px;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: rgba(0, 131, 116, 0.8);
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: var(--color-default);
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: var(--color-primary);
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: rgba(34, 34, 34, 0.4);
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

    .blog .sidebar .recent-posts img {
        width: 80px;
        float: left;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: var(--color-default);
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: var(--color-primary);
            }

    .blog .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        font-style: italic;
        font-size: 14px;
        color: rgba(34, 34, 34, 0.4);
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #555555;
                font-size: 14px;
                padding: 6px 20px;
                margin: 0 6px 8px 0;
                border: 1px solid #d5d5d5;
                display: inline-block;
                transition: 0.3s;
                border-radius: 50px;
            }

                .blog .sidebar .tags ul a:hover {
                    color: #fff;
                    border: 1px solid var(--color-primary);
                    background: var(--color-primary);
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: rgba(85, 85, 85, 0.8);
                    font-size: 14px;
                }


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*
.slick-slide .inner {
    margin: 5px -78px;
}

    .slick-slide .inner img {
        width: 352px;
        height: -700px;
        object-fit: contain;
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        padding: 10px;
    }


.slickk-slidee .inner {
    margin: 5px -78px;
}

.slickk-slide .inner img {
    width: 352px;
    height: -700px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    padding: 10px;
}



.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.clients {
    padding: 70px 0;
    text-align: center;
}

.section-bg {
    background-color: #f6f9fe;
}

.clients img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

    .clients img:hover {
        transform: scale(1.15);
    }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}*/
/*----------iletižim-------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}

    .contact .info-box i {
        font-size: 32px;
        color: #106eea;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #b3d1fa;
    }

    .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 .tm-contact-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

    .contact .tm-contact-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .tm-contact-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .tm-contact-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .tm-contact-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .tm-contact-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 .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 .tm-contact-form .form-group {
    margin-bottom: 20px;
}

.contact .tm-contact-form input,
.contact .tm-contact-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

    .contact .tm-contact-form input:focus,
    .contact .tm-contact-form textarea:focus {
        border-color: #106eea;
    }

.contact .tm-contact-form input {
    padding: 10px 15px;
}

.contact .tm-contact-form textarea {
    padding: 12px 15px;
}

.contact .tm-contact-form button[type=submit] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .tm-contact-form button[type=submit]:hover {
        background: #3b8af2;
    }
/*------------------------*/

#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    background: #f1f6fe;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #f1f6fe;
        text-align: center;
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .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: #106eea;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #0d58ba;
                }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #fff;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 24px;
                margin: 0 0 15px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

                #footer .footer-top .footer-contact h3 span {
                    color: #106eea;
                }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Roboto", sans-serif;
                color: #777777;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #444444;
            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: #106eea;
                    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: #777777;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #106eea;
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #106eea;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #3b8af2;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        text-align: center;
        float: left;
    }

    #footer .credits {
        float: right;
        text-align: center;
        font-size: 13px;
        color: #444444;
    }

@media (max-width: 768px) {

    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
/*-----------------contact---------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

ul {
    list-style: none;
}

input {
    overflow: hidden;
}

.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}

.sec-pad {
    padding: 60px 0 0;
    margin: 50px 0;
}

.contact-sec {
    align-item: center;
    display: flex;
    background-color: #00BFFF;
}

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 20px;
        margin: 10px 0;
        font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
        word-wrap: break-word;
    }

    .contact-sec .contact-ul i {
        font-size: 18px;
        padding: 10px;
        margin-right: 10px;
        border-radius: 50%;
    }

.contact-detail a {
    color: #000;
    text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
    color: #f93;
}

.contact-sec .contact-ul li .fa-location-dot {
    color: #f44337;
    border: 2px solid #f4433790;
}

.contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
}

.contact-sec .contact-ul li .fa-envelope {
    color: #ff6347;
    border: 2px solid #ff634790;
}

.contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
}

    .contact-detail span a {
        font-size: 20px;
        padding: 6px 12px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px;
    }

    .contact-detail span .fb {
        color: #3b5998;
        border: 3px solid #3b5998;
    }

        .contact-detail span .fb:hover {
            color: #fff;
            background-color: #3b5998;
        }

    .contact-detail span .insta {
        color: #833ab4;
        border: 3px solid #833ab4;
    }

        .contact-detail span .insta:hover {
            color: #fff;
            background-color: #833ab4;
        }

    .contact-detail span .twitter {
        color: #00acee;
        border: 3px solid #00acee;
    }

        .contact-detail span .twitter:hover {
            color: #fff;
            background-color: #00acee;
        }

form.contFrm {
    max-width: 396px;
    margin: auto;
}

.inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}

    .inptFld:focus {
        outline-offset: -4px;
        outline: 1px solid #f93;
    }

.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}

.inptBtn {
    height: 50px;
    border: 0;
    background: #00b055;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

/* Responcive css Start */

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }

    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
    }

    .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contact-detail span {
        width: auto;
    }

        .contact-detail span a {
            font-size: 18px;
            padding: 5px 10px;
            color: #000;
            border-radius: 50%;
            margin: 0px 5px 20px;
        }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }

    .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }

        .contact-sec .contact-ul i {
            border: none;
        }

    .inptFld {
        height: 36px;
        margin: 0 0 8px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }
}



/*---------foto----------*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 1226px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closee {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*-----------*/

* {
    box-sizing: border-box;
    margin: 0;
}
/* background: linear-gradient(90deg, #ccc 0%, rgba(27 127 204 / 80%) 100%);*/
bodyy {
    background: linear-gradient(90deg, #fff 0%, rgba(27 127 204 / 80%) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    height: 105vh;
    margin: -50px 0 50px;
}

.containerr {
    background-color: $white;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    min-width: 370px;
}

.reference img:hover {
    transform: scale(1.15);
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.formm-containerr {
    display: flex;
}

.leftt-containerr {
    flex: 1;
    height: 480px;
    background-color: rgb(255 255 255 / 10%);
}

.rightt-containerr {
    display: flex;
    flex: 1;
    height: 760px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}

.leftt-containerr {
    display: flex;
    flex: 1;
    height: 760px;
    justify-content: center;
    align-items: center;
    color: $white;
}

    .leftt-containerr p {
        font-size: 0.9rem;
    }

.rightt-innerr-containerr {
    width: 70%;
    height: 80%;
    text-align: center;
}

.leftt-innerr-containerr {
    height: 50%;
    width: 80%;
    text-align: center;
    line-height: 22px;
}

input, textarea {
    border-radius: 21px/27px;
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 0.8rem;
}

    input:focus, textarea:focus {
        outline: 1px solid $teal;
    }

button {
    border-radius: 20px;
    border: 1px solid #00b4cf;
    background-color: #00b4cf;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

    button:hover {
        opacity: 0.7;
    }

@media only screen and (max-width: 600px) {
    .leftt-containerr {
        display: none;
    }

    .lgg-vieww {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .smm-vieww {
        display: none;
    }
}

formm p {
    text-align: left;
}


/*------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    background-size: cover;
    position: relative;
    min-height: 60vh;
    padding: 95px 0 60px 0;
    margin: -54px 0 50px;
}

    .hero h2 {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--color-secondary);
        font-family: var(--font-primary);
    }

        .hero h2 span {
            color: var(--color-primary);
        }

    .hero p {
        color: #4f4f5a;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .hero .btn-book-a-table {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 36px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: #0093fb;
        box-shadow: 0 8px 28px rgba(184 224 255);
    }

        .hero .btn-book-a-table:hover {
            background: #0093fb;
            box-shadow: 0 8px 28px rgba(27, 127, 204, 0.8);
        }

    .hero .btn-watch-video {
        font-size: 16px;
        transition: 0.5s;
        margin-left: 25px;
        color: #0093FB;
        font-weight: 600;
    }

        .hero .btn-watch-video i {
            color: #0093FB;
            font-size: 32px;
            transition: 0.3s;
            line-height: 0;
            margin-right: 8px;
        }

        .hero .btn-watch-video:hover {
            color: #0093FB;
        }

            .hero .btn-watch-video:hover i {
                color: RGB(0 147 251);
            }

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }
}
/*----------Category DEtay----------*/

.details {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.rmt-leftside {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.rmt-rightside {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    margin-left: 20px;
    height: 1215px;
}

.recent-posts img {
    width: 80px;
    float: left;
}

.recent-posts h4 {
    margin-left: 95px;
    font-weight: bold;
    font-size: 11px;
}

    .recent-posts h4 a {
        color: black;
    }

a {
    color: black;
}

blockquote {
    margin: 0;
}

    blockquote p {
        padding: 15px;
        background: #eee;
        border-radius: 5px;
    }

        blockquote p::before {
            content: '\201C';
        }

        blockquote p::after {
            content: '\201D';
        }


/*-------------service------------------*/

.servicess .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .servicess .icon-box i {
        float: left;
        color: #106eea;
        font-size: 40px;
        line-height: 0;
    }

    .servicess .icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .servicess .icon-box h4 a {
            color: #05579e;
            transition: 0.3s;
        }

            .servicess .icon-box h4 a:hover {
                color: #0880e8;
            }

    .servicess .icon-box p {
        overflow-wrap: anywhere;
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }
/*-----------------------------------*/
/*
@import url('https://fonts.googleapis.com/css?family=Muli');


.nav-wrapper {
    width: 300px;
    margin: 100px auto;
    text-align: center;
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}
*/

/*--------------------------------------------------------------*/


/*.clients .clients-wrap {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients .client-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    height: 120px;
}*/

/*.clients .client-logo img {
        height: 50%;
        filter: grayscale(100%);
        transition: 0.3s;
    }*/

/*.clients .client-logo:hover img {
        filter: none;
        transform: scale(1.2);
    }

.clients img {
    transition: all 0.4s ease-in-out;
}*/


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
    }

        .clients img:hover {
            transform: scale(1.15);
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

.section-bg {
    background-color: #f6f9fe;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}
/*
gallery {
    overflow: hidden;
}

.gallery .swiper-slide {
    transition: 0.3s;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .gallery .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #5777ba;
    }

    .gallery .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #5777ba;
    }

.gallery .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #5777ba;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 25px;
    }
}*/


/*
.about-area {
    position: relative;
    padding: 150px 0 70px;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


.languages {
    margin: 30px 0 0 20px;
    color: #303b40;
    font-weight: 700;
    font-size: 13px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding-left: 15px;
}

    .languages.for-landing {
        margin: 23;
        padding-left: 363px;
    }

@media (max-width: 1250px) {
    .languages.for-landing {
        padding-left: 50px;
    }
}

@media (max-width: 1050px) {
    .languages.for-landing {
        padding-left: 30px;
    }
}

.languages .custom-select {
    position: relative;
}

    .languages .custom-select::before {
        position: absolute;
        left: 27px;
        top: 4px;
        display: block;
        content: '';
        height: 7px;
        width: 7px;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

@media (max-width: 810px) {
    .languages .custom-select::before {
        left: 24px;
        top: 5px;
    }
}

.languages .custom-select select {
    color: #ffffff;
}

@media (max-width: 810px) {
    .languages {
        margin: 25px 0 0 20px;
    }
}

.page-wrapper .wide-header .custom-container .header-flex .languages .landing-select select {
    color: #303b40;
    font-weight: 700;
    font-size: 13px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding-left: 15px;
}

.page-wrapper .wide-header .custom-container .header-flex .languages .landing-select {
    position: relative;
    width: 30px;
    padding: 0;
    margin-top: -4px;
}
