@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(https://db.onlinewebfonts.com/c/f93da376ceb535ea82334cf2854fc62f?family=themify);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background: #fff;

    &::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        background: rgba(67, 170, 230, 0.5);
        border-radius: 50%;
        content: ' ';
        animation: load 1.4s ease-out infinite;
        transform: scale(0, 0);
    }


    &::after {
        animation-delay: .7s !important;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -24px;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        background: rgba(67, 170, 230, 0.5);
        border-radius: 50%;
        content: ' ';
        animation: load 1.4s ease-out infinite;
        transform: scale(0, 0);
    }
}

.firstSection {
    background-image: linear-gradient(to right, #56bbd8, #1a4b78);
    padding-bottom: 120px;
    position: relative;
    padding-top: 80px;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.firstSectionImage {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.zooming {
    animation: zooming 18s infinite both;

}


.firstSectionContentRow {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstSectionContentRow .col-md-8 .avatar {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    display: inline-block;

    img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
    }


}

.firstSectionContentRow .col-md-8 {
    h1 {
        color: white !important;
        font-weight: 100;
        font-family: "Dosis", sans-serif;
        font-size: 60px;

        strong {
            font-weight: 700;
        }
    }

    h4 {
        color: rgba(255, 255, 255, 0.4);
        font-size: 30px;
        font-weight: 100;
        font-family: "Dosis", sans-serif;

    }

    .location {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;

        i {
            color: #43aae6;
            margin-right: 10px;
        }
    }

    .btnT {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        border-radius: 30px;
        padding: 18px 34px 20px;
        transition: all .2s ease-out;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
        outline: none;
        border: none;
        user-select: none;
        background-image: none;
        line-height: 1.42857143;
        text-align: center;
        touch-action: manipulation;
        cursor: pointer;
        white-space: nowrap;
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 3px;

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 30px;
            opacity: 0;
            transform: scale(.5, .5);
            transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 0;
            content: ' ';
        }

        span {
            position: relative;
            z-index: 1;
            font-size: 13px;
            font-weight: 600;
            font-family: "Dosis", sans-serif;

            i {
                color: #43aae6;
                margin-right: 10px;
            }
        }
    }

    .btnT-link {
        text-decoration: none;
        color: white;

        &:hover {
            color: inherit;
            background-color: transparent;
            opacity: .7;
        }

        &:hover::before {
            opacity: 1;
            transform: scale(1.02, 1.02);
        }
    }

    .btnT-white {
        background-color: #fff;
        color: #434343;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

        &:hover {
            color: #fff;

            i {
                color: white;
            }
        }


        &:hover::before {
            opacity: 1;
            transform: scale(1.02, 1.02);
        }

        &::before {
            background-color: #3c99cf;
        }
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.containerForPage {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    width: 1170px !important;

    &::before {
        display: table;
        content: " ";
    }

    &::after {
        display: table;
        content: " ";
        clear: both;
    }
}

.rowForPage {
    margin-right: -15px;
    margin-left: -15px;

    &::before {
        display: table;
        content: " ";
    }

    &::after {
        display: table;
        content: " ";
        clear: both;
    }
}

.headerLeft {
    float: left;
    width: 25%;
    text-align: left;
    height: 72px;

    a {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        height: 72px;
        color: inherit;
        transition: all .2s ease-in-out;
    }
}

.headerLeftImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;

    img {
        width: 100%;
        height: 100%;
    }
}

.headerLeftContent {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 90px;
    padding-top: 18px;
    max-width: 280px;

    h4 {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 1;
        font-weight: 500;
        margin-top: 0;
        display: block;
        font-family: "Dosis", sans-serif;
    }

    span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);

    }
}

.aActive {
    pointer-events: none;
    color: #fff !important;
    background-color: #cab882;
}

.headerMiddle {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    z-index: 2;
    height: 72px;

    ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;

        display: inline-block;


        li {
            position: relative;
            display: block;
            float: left;
            border-right: 1px solid rgba(0, 0, 0, 0.1);

            a {


                height: 72px;
                position: relative;
                font-weight: 600;
                padding: 0 18px;
                font-size: 13px;
                display: block;
                font-family: "Dosis",
                    sans-serif;
                color: rgb(67, 67, 67);
                line-height: 72px;
                text-transform: uppercase;
                transition: all .2s ease-in-out;

                &:hover {
                    background: transparent;
                    color: #cab882;
                }
            }

            &:first-child {
                border-left: 1px solid rgba(0, 0, 0, 0.1);
            }
        }
    }
}

.headerRight {
    float: right;
    width: 25%;
    text-align: right;
    height: 72px;
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 72px;
    font-family: "Dosis", sans-serif;
    transition: box-shadow .2s ease-out;
    margin-top: -72px;
}

.headerRightBtn {
    background: #43aae6;
    display: inline-block;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 0 20px;
    font-family: "Dosis", sans-serif;

    transition: all .2s ease-in-out;
    height: 72px;

    &:hover {
        background-color: #cab882;
    }

    i {
        position: relative;
        top: -3px;
        font-size: 160%;
        display: inline-block;
        vertical-align: middle;
        opacity: .5;
        margin-right: 12px;
    }
}



#footer {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;


}

.randevuIcon {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 990;
    text-align: center;
    background: #fff;
    white-space: nowrap;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: none;

    &:hover {
        a {
            background-color: #3c99cf;
            color: #fff;
        }
    }

    a {
        background-color: #43aae6;
        color: #fff;
        flex: 1 1 0;
        display: block;
        padding: 18px;
        font-weight: 600;
        font-family: "Dosis", sans-serif;
        text-transform: uppercase;
        transition: all .2s ease-in-out;

        i {
            margin-right: 12px;
            opacity: .5;
        }
    }
}

#goTopIcon {
    transition: all .5s ease-out;
    margin-bottom: 30px;
    background-color: #cab882;
    height: 36px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    position: relative;
    display: inline-block;
    vertical-align: middle;

    &:hover {
        transform: translateY(-5px);
    }

    i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        z-index: 2;
    }
}

.seventhSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;

    .seventhSectionImage {
        mix-blend-mode: multiply;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .seventhSectionContentRow {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;

        .col-md-8 {
            .avatar {
                position: relative;
                width: 180px;
                height: 180px;
                overflow: hidden;
                border: 5px solid #fff;
                display: inline-block;
                border-radius: 50%;

                img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                }

            }

            h2 {
                font-size: 42px;
                margin-top: 0;
                display: block;
                color: rgb(67, 67, 67);
                font-family: "Dosis", sans-serif;
                font-weight: 100;
            }

            .btnT2 {
                position: relative;
                font-size: 13px;
                font-weight: 600;
                border-radius: 30px;
                padding: 18px 34px 20px;
                transition: all .2s ease-out;
                text-transform: uppercase;
                font-family: "Dosis", sans-serif;
                outline: none;
                border: none;
                margin-bottom: 3px;
                line-height: 1.42857143;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                touch-action: manipulation;
                cursor: pointer;
                display: inline-block;

                &::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    content: ' ';
                    border-radius: 30px;
                    transform: scale(.5, .5);
                    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    z-index: 0;
                    opacity: 0;
                }

                &:hover::before {
                    opacity: 1;
                    transform: scale(1.02, 1.02);
                }

                span {
                    position: relative;
                    z-index: 1;

                    i {
                        color: #43aae6;


                        font-size: 140%;
                        display: inline-block;
                        vertical-align: middle;
                        transition: all .2s ease-out;

                        &:first-child {
                            margin-right: 10px;
                        }
                    }
                }
            }

            .btnT2-white {
                background-color: #fff;
                color: #434343;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

                &:hover {
                    color: #fff;

                    i {
                        color: white;
                    }
                }

                &::before {
                    background-color: #3c99cf;
                }
            }

            .btnT2-link {
                text-decoration: none;
                color: inherit;

                &:hover {
                    color: inherit;
                    opacity: .7;
                }
            }

        }
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.expanded {
    transition: height 0.5s ease-in-out;
}

.secondSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eff2f5;
    overflow: hidden;

    .secondSectionTitle {
        margin-bottom: 80px;
        text-align: center;
        font-weight: 500;
        font-size: 36px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
    }

    .secondSectionItem {
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        left: 16.66666667%;
    }

    .resumeCard {
        position: relative;
        margin-bottom: 30px;
        background: #fff;
        padding: 33px;
        overflow: hidden;

        .resumeCardTop {

            .resumeCardTopTitle2 {
                margin-bottom: 0;
                margin: 0 0 15px 0;
                padding: 0;
                list-style: none;

                li {
                    border-bottom: 0;
                    position: relative;
                    padding: 0 0 0 36px;
                    margin-bottom: 15px;
                    padding-bottom: 15px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);



                    &::before {
                        position: absolute;
                        top: -6px;
                        left: 0;
                        font-family: themify;
                        content: "\e64d";
                        color: #43aae6;
                        font-size: 160%;
                        display: inline-block;
                        vertical-align: middle;
                    }
                }
            }

            .resumeCardTopTitle {
                text-align: center;
                margin-bottom: 20px;

                .icon {
                    margin-bottom: 15px;
                    color: #cab882;
                    position: relative;
                    display: inline-block;
                    font-size: 42px;
                    width: 56px;
                    vertical-align: middle;
                    text-align: center;
                }

                h5 {
                    margin-bottom: 32px;
                    text-transform: uppercase;
                    font-size: 18px;

                    letter-spacing: 0.05em;
                    margin-top: 0;
                    display: block;
                    font-family: "Dosis", sans-serif;
                    font-weight: 600;
                }
            }

            .socialMedia {
                margin-bottom: 0;
                color: #fff;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                line-height: 1;
                text-align: center;
                height: 36px;
                width: 36px;
                font-size: 16px;
                transition: all .2s ease-in-out;

                i {
                    position: relative;
                    z-index: 2;
                    line-height: 36px;
                }

                &:hover {
                    color: #4f86ac;
                }

                &:hover::before {
                    background-color: #fff;
                }

                &::before {
                    background-color: #4f86ac;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    content: ' ';
                    transition: all .3s ease-in-out;
                    font-size: 16px;
                    line-height: 1;


                }
            }

            .resumeCardTopContent {
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 300;
                margin: 0 0 10px;
                line-height: 1.4;
            }
        }

        .resumeCardBottom {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            border-radius: 0 0 3px 3px;
            padding: 15px 0;
            z-index: 10;
            display: none;

            &::before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                content: ' ';
                background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
            }

            a {
                background-color: #43aae6;
                position: relative;
                z-index: 2;
                color: white;
                padding: 8px 24px 9px;
                font-size: 13px;
                font-weight: 600;
                border-radius: 30px;

                transition: all .2s ease-out;
                text-transform: uppercase;
                font-family: "Dosis", sans-serif;
                border: none;
                margin-bottom: 3px;
                line-height: 1.5;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                touch-action: manipulation;
                cursor: pointer;

                &:hover {
                    background-color: #1d94d9;
                    border-color: #204d74;
                }

                &:hover::before {
                    opacity: 1;
                    transform: scale(1.02, 1.02);
                }

                &::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    content: ' ';

                    opacity: 0;
                    transform: scale(.5, .5);
                    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    z-index: 0;
                    border-radius: 30px;
                }
            }
        }
    }
}

.thirdSection {
    background-color: #eff2f5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;

    .thirdSectionImage {
        animation: zooming 18s infinite both;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        background-image: url('../image/bg-intro.jpg');
    }

    .thirdSectionTitle {
        margin-bottom: 80px;
        text-align: center;
        font-size: 36px;

        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-top: 0;
        display: block;
        font-family: "Dosis", sans-serif;
        font-weight: 500;
    }

    .thirdSectionContact {
        margin-bottom: 30px;
        background: #fff;

        .thirdSectionContactInside {
            display: flex;

            .thirdSectionContactInsideLeft {
                padding: 40px;
                flex: 0 0 50%;

                .phone {
                    ul {
                        list-style: none;
                        padding: 0;
                        margin: 0 0 20px;

                        li {
                            margin-bottom: 5px;
                            font-size: 18px;
                            list-style: none;

                            i {
                                font-size: 120%;
                                vertical-align: middle;
                                margin-right: 5px;
                                color: #43aae6;
                            }

                            a {
                                color: inherit;
                                font-size: 18px;
                                font-weight: 300;
                                transition: all .2s ease-in-out;
                                color: rgb(67, 67, 67);
                                font-family: "Open Sans", sans-serif;
                            }
                        }
                    }

                    h5 {
                        font-size: 18px;
                        margin-bottom: 16px;
                        font-weight: 600;
                        letter-spacing: 0.05em;
                        text-transform: uppercase;
                        margin-top: 0;
                        display: block;
                        font-family: "Dosis", sans-serif;
                        line-height: 1.1;
                    }
                }

                h4 {
                    font-size: 30px;
                    margin-bottom: 18px;
                    font-weight: 100;
                    margin-top: 0;
                    display: block;
                    font-family: "Dosis", sans-serif;
                    line-height: 1.1;
                    color: inherit;
                }

                address {
                    font-style: normal;
                    line-height: 1.42857143;
                    margin-bottom: 25px;
                }
            }

            .thirdSectionContactInsideRight {
                background: transparent url('../image/map-placeholder-300-600.jpg') 100% 100% no-repeat;
                align-items: center;
                justify-content: center;
                display: flex;
                flex: 0 0 50%;

                a {
                    background-color: #fff;
                    color: #434343;
                    padding: 8px 24px 9px;
                    position: relative;
                    font-size: 13px;
                    font-weight: 600;
                    border-radius: 30px;
                    transition: all .2s ease-out;
                    text-transform: uppercase;
                    font-family: "Dosis", sans-serif;
                    border: none;
                    margin-bottom: 3px;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    line-height: 1.5;

                    touch-action: manipulation;
                    cursor: pointer;
                    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

                    &:hover {
                        color: #fff !important;
                    }

                    &:hover::before {
                        opacity: 1;

                        transform: scale(1.02, 1.02);
                    }

                    &::before {
                        background-color: #3c99cf;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        content: ' ';
                        border-radius: 30px;

                        transform: scale(.5, .5);
                        transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                        z-index: 0;
                        opacity: 0;
                    }
                }
            }

        }

        .thirdSectionContactTime {
            background-color: #43aae6;
            padding: 10px;

            .thirdSectionContactTimeList {
                position: relative;
                display: flex;
                background-color: #fff;

                .timeListItem {
                    transition: all .3s ease-in-out;
                    text-align: center;
                    background-color: #fff;
                    padding: 15px 10px;
                    margin-bottom: 2px;
                    flex: 1;

                    .timeListItemTime {
                        padding: 0.25em 0.75em;
                        font-weight: 600;
                        border: 1px solid rgba(0, 0, 0, 0.1);
                        display: inline-block;
                        margin-bottom: 10px;
                        transition: all .2s ease-in-out;
                        color: inherit;

                        &:hover {
                            background-color: #cab882;
                            color: #fff;
                        }
                    }

                    &:not(:first-child) {
                        border-left: 2px solid #eff2f5;
                    }

                    .timeListItemTitle {
                        font-weight: 500;
                        font-size: 16px;
                        margin-bottom: 20px;
                        text-align: center;
                        letter-spacing: 0.05em;
                        text-transform: uppercase;
                        margin-top: 0;
                        display: block;
                        font-family: "Dosis", sans-serif;

                        span {
                            font-weight: 500;
                            display: block;

                            &:last-child {
                                font-size: 14px;
                                opacity: .6;
                            }
                        }
                    }
                }
            }

            .thirdSectionContactTimeTitle {
                margin: 10px 0 20px;
                text-align: center;
                color: #fff;
                font-size: 30px;
                font-weight: 100;
                display: block;
                font-family: "Dosis", sans-serif;
            }

            .thirdSectionContactTimeBottom {
                margin-top: 10px;
                text-align: center;
                color: #fff;

                a {
                    background-color: #fff;
                    color: #434343;
                    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                    padding: 8px 24px 9px;
                    position: relative;
                    font-size: 13px;
                    font-weight: 600;
                    border-radius: 30px;
                    transition: all .2s ease-out;
                    text-transform: uppercase;
                    font-family: "Dosis", sans-serif;
                    border: none;
                    margin-bottom: 3px;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    touch-action: manipulation;
                    display: inline-block;
                    cursor: pointer;
                    line-height: 1.5;

                    &:hover {
                        color: white;
                    }

                    &:hover::before {
                        opacity: 1;
                        transform: scale(1.02, 1.02);
                    }

                    &::before {
                        background-color: #3c99cf;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        content: ' ';
                        border-radius: 30px;

                        transform: scale(.5, .5);
                        transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                        z-index: 0;
                        opacity: 0;
                    }

                    span {
                        position: relative;
                        z-index: 1;
                    }
                }
            }
        }
    }
}


.fourthSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #eff2f5;

    .fourthSectionTitle {
        margin-bottom: 80px;
        text-align: center;
        font-size: 36px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-top: 0;
        display: block;
        font-family: "Dosis", sans-serif;
        font-weight: 500;
    }

    .rowForPage {
        &::before {
            display: table;
            content: " ";
        }

        &::after {
            display: table;
            content: " ";
            clear: both;
        }

        .fourthSectionCol {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            left: 16.66666667%;

            .fourthSectionColInside {
                position: relative;
                background: #fff;

                .fourthSectionColInsideItem {

                    position: relative;
                    padding: 15px;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                    font-size: 16px;
                    font-weight: 600;
                    z-index: 2;

                    &::before {
                        display: table;
                        content: " ";
                    }

                    &::after {
                        display: table;
                        content: " ";
                        clear: both;
                    }

                    .title {
                        font-size: 16px;

                        font-family: "Open Sans", sans-serif;
                        color: rgb(67, 67, 67);
                        float: left;
                    }
                }
            }
        }
    }

    .fourthSectionBtnBox {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 30px 0;
        z-index: 10;
        display: none;

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: ' ';
            background-image: linear-gradient(to bottom, rgba(239, 242, 245, 0), #eff2f5);
        }

        a {
            background-color: #43aae6;
            position: relative;
            z-index: 2;
            color: white;
            padding: 8px 24px 9px;
            font-size: 13px;
            font-weight: 600;
            border-radius: 30px;

            transition: all .2s ease-out;
            text-transform: uppercase;
            font-family: "Dosis", sans-serif;
            border: none;
            margin-bottom: 3px;
            line-height: 1.5;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;

            &:hover {
                background-color: #1d94d9;
                border-color: #204d74;
            }

            &:hover::before {
                opacity: 1;
                transform: scale(1.02, 1.02);
            }

            &::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: ' ';

                opacity: 0;
                transform: scale(.5, .5);
                transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                z-index: 0;
                border-radius: 30px;
            }
        }
    }

}

.fifthSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;

    .testimonialBtnBox {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 30px 0;
        z-index: 10;

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: ' ';
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
        }

        a {
            background-color: #43aae6;
            position: relative;
            z-index: 2;
            color: white;
            padding: 8px 24px 9px;
            font-size: 13px;
            font-weight: 600;
            border-radius: 30px;

            transition: all .2s ease-out;
            text-transform: uppercase;
            font-family: "Dosis", sans-serif;
            border: none;
            margin-bottom: 3px;
            line-height: 1.5;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;

            &:hover {
                background-color: #1d94d9;
                border-color: #204d74;
            }

            &:hover::before {
                opacity: 1;
                transform: scale(1.02, 1.02);
            }

            &::before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: ' ';

                opacity: 0;
                transform: scale(.5, .5);
                transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                z-index: 0;
                border-radius: 30px;
            }
        }
    }

    .fifthSectionTitle {
        margin-bottom: 80px;
        text-align: center;
        font-size: 36px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-top: 0;
        display: block;
        font-family: "Dosis", sans-serif;
        font-weight: 500;


    }

    .rowForPage {
        .col-sm-6 {
            padding-right: 15px;
            padding-left: 15px;

            .testimonial {
                position: relative;
                background-color: #eff2f5;
                padding: 60px 40px 40px 70px;
                border: none;
                margin-bottom: 30px;

                &::before {
                    position: absolute;
                    top: -20px;
                    left: 30px;
                    font-size: 400px;
                    content: '\201D';
                    font-family: "Dosis", sans-serif;
                    color: #fff;
                    line-height: 1;
                    z-index: 0;
                }

                .testimonialTop {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 1.7;
                    color: rgb(67, 67, 67);
                    margin-bottom: 15px;
                    position: relative;
                    z-index: 1;
                }

                .testimonialBottom {

                    position: relative;
                    margin-top: 30px;
                    padding-left: 74px;
                    line-height: 1.2;
                    text-align: left;
                    z-index: 1;

                    img {

                        position: absolute;
                        top: -12px;
                        left: 0;
                        width: 58px;
                        height: 58px;
                        border-radius: 50%;
                        max-width: 100%;
                        -webkit-backface-visibility: hidden;
                    }

                    .testimonialName {

                        font-weight: 500;
                        font-size: 15px;
                        font-family: "Dosis", sans-serif;
                        line-height: 1.2;
                        text-align: left;
                    }

                    .testimonialRate {
                        margin-top: 3px;

                        i {
                            font-size: 14px;
                            opacity: 1;
                            color: #eecd35 !important;
                        }
                    }
                }

            }
        }
    }
}

.sixthSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #eff2f5;

    .sixthSectionTitle {

        margin-bottom: 80px;
        text-align: center;
        font-weight: 500;
        font-size: 36px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-top: 0;
        display: block;
        font-family: "Dosis", sans-serif;
    }

    .galeryCard {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        background-color: #fff;
        border: 3px solid #fff;
        padding-right: 15px;
        padding-left: 15px;

        &:hover {
            a {
                opacity: .5;
            }

            .hover {
                opacity: 1;
                visibility: visible;

                .icon {
                    visibility: visible;
                }
            }
        }

        .hover {
            pointer-events: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease-out;

            .icon {
                background-color: #fff;
                color: #43aae6;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                border-radius: 50%;
                height: 56px;
                font-size: 22px;
                text-align: center;
                position: relative;
                display: inline-block;

                visibility: hidden;
                width: 56px;
                vertical-align: middle;

                &::before {
                    background-color: #43aae6;
                    position: absolute;
                    top: -5px;
                    left: -5px;
                    right: -5px;
                    bottom: -5px;
                    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    content: ' ';
                    transform: scale(.5, .5);

                    border-radius: 50%;

                    color: #43aae6;
                    font-size: 22px;
                    text-align: center;
                    opacity: 0;
                    visibility: hidden;
                    z-index: 00;
                }

                i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate3d(-50%, -50%, 0);
                    z-index: 2;
                }
            }
        }

        a {
            transition: all .5s ease-out;

            img {

                max-width: 100%;
                height: auto;
                -webkit-backface-visibility: hidden;
            }
        }
    }
}


.sixthSectionSeeMoreBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 30px 0;
    z-index: 10;
    display: block;

    &::before {
        background-image: linear-gradient(to bottom, rgba(239, 242, 245, 0), #eff2f5);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: ' ';

    }

    a {
        position: relative;
        z-index: 2;
        background-color: #43aae6;
        padding: 8px 24px 9px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 30px;
        transition: all .2s ease-out;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
        outline: none;
        border: none;
        margin-bottom: 3px;
        line-height: 1.5;
        color: white;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;

        &:hover {
            background-color: #1d94d9;
        }

        &:hover::before {
            opacity: 1;
            transform: scale(1.02, 1.02);
        }

        &::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: ' ';
            border-radius: 30px;
            transform: scale(.5, .5);
            transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 0;
            opacity: 0;
        }
    }
}

@media (min-width: 1200px) {


    .headerRight {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .headerRight {
        display: none;
    }

    .containerForPage {
        width: 970px !important;
    }

    .sixthSectionTitle,
    .fifthSectionTitle,
    .fourthSectionTitle,
    .thirdSectionTitle {
        margin-bottom: 60px !important;
    }

    .randevuIcon {
        display: flex !important;
    }

    #footer {
        padding-bottom: 80px !important;
    }

    .secondSectionTitle {
        margin-bottom: 60px !important;
    }

    .secondSection,
    .seventhSection,
    .fifthSection,
    .fourthSection,
    .thirdSection {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .firstSection {
        padding-bottom: 60px !important;
        padding-top: 150px !important;
    }

    .seventhSectionContentRow {
        .avatar {
            width: 175px !important;
            height: 175px !important;
        }
    }

    .firstSectionContentRow {
        .avatar {
            width: 175px !important;
            height: 175px !important;
        }

        h1 {
            font-style: 52px !important;
        }
    }

    #header {
        position: fixed !important;
        top: 0 !important;
        margin-top: 0 !important;
    }

    .headerLeft {
        width: 100% !important;
        float: none !important;

        a {
            display: block;
        }
    }

    .headerLeftContent {
        margin-left: 86px !important;
    }

    .headerMiddle {
        position: absolute !important;
        top: 72px !important;
        left: 0 !important;
        width: 100vw !important;
        height: 48px !important;
        padding: 0 !important;
        text-align: left !important;
        background-color: #43aae6 !important;
        color: #fff !important;
        transition: all .2s ease-out !important;
        overflow: auto !important;
        white-space: nowrap !important;

        ul {
            overflow: auto;
            display: flex;

            li {
                a {
                    line-height: 48px !important;
                    height: 48px !important;
                    color: white !important;

                    &:hover {
                        color: #cab882 !important;
                    }
                }
            }
        }
    }
}

.fixedHeader {
    position: fixed !important;
    top: 0 !important;
    margin-top: 0 !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07) !important;
}

@media (max-width:970px) {
    .containerForPage {
        width: 750px !important;
    }

}

@media (max-width:780px) {
    .containerForPage {
        width: 100% !important;
    }

}

@media (max-width: 991px) {

    .fourthSectionCol,
    .secondSectionItem {
        left: 0 !important;
    }

    .headerLeftContent {
        h4 {
            font-size: 15px !important;
        }
    }


    .headerMiddle {
        ul {
            li {
                float: none !important;
                flex: 0 0 auto !important;
                margin-right: 0 !important;
            }
        }
    }
}



@media (max-width: 767px) {
    .firstSectionContentRow {
        h1 {
            font-size: 42px !important;
        }
    }

    .thirdSectionContactTimeTitle {
        margin-bottom: 10px !important;
    }

    .thirdSectionContactTimeList {
        overflow: auto !important;
    }

    .timeListItem {
        flex: 0 0 33.333% !important;
    }

    .thirdSectionContactInsideLeft {
        padding: 25px !important;
        flex: 0 0 100% !important;
    }

    .thirdSectionContactInsideRight {

        height: 250px !important;
        flex: 0 0 100% !important;
    }

    .thirdSectionContactInside {
        flex-wrap: wrap !important;
    }

    .sixthSectionTitle,
    .fifthSectionTitle {
        font-size: 26px !important;
    }

    .seventhSectionContentRow {
        h2 {
            font-size: 34px !important;
        }
    }

    .secondSectionTitle {
        font-style: 26px !important;
    }
}

@keyframes zooming {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


@keyframes load {
    0% {
        transform: scale(0, 0);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}



.lg-custom-thumbnails {
    &.lg-outer {
        width: auto;
        right: 225px;

        left: 10px;

        .lg-thumb-outer {
            left: auto;
            top: 0;
            width: 225px;
            bottom: 0;
            position: fixed;
            right: 0;

            max-height: none;

            background-color: #999;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0 -10px;
            overflow-y: auto;

            transform: translate3d(30%, 0, 0);
            opacity: 0;
            will-change: transform opacity;
            transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(0,
                    0,
                    0.25,
                    1) 0.15s;
        }

        &.lg-thumb-open {
            .lg-thumb-outer {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }
        }

        .lg-thumb-item {
            filter: grayscale(100%);
            will-change: filter;
            transition: filter 0.12s ease-in, border-color 0.12s ease;

            &:hover,
            &.active {
                filter: grayscale(0);
                border-color: #545454;
            }
        }

        .lg-thumb {
            padding: 5px 0;
        }
    }
}