.gallery-list {
    list-style-type: none;
    margin: 0px 0px 0px;
    padding: 0;
}

.gallery-list > li {
    width: 25% !important;
    padding: 0px !important;
    margin: 10px 12px;
    float: left;
    border: 1px solid #efefef;
}

        @media only screen and (max-width: 1200px) {
            .gallery-list > li {

                width: 29% !important;
                padding: 0px !important;
                margin: 5px !important;
                float: left;
                border: 1px solid #efefef;
            }
        }

        /*.gallery-list:last-child {
                margin
            }*/


        .gallery-list > li .image-container {
            border-radius: 5px;
            background: #71d2ff;
            position: relative;
        }

        .gallery-list > li .image {
            padding-top: 70%;
            position: relative;
            overflow: hidden;
            border-radius: 5px 5px 0 0;
        }

            .gallery-list > li .image img {
                max-width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                z-index: 1000;
            }

        .gallery-list > li .info {
            padding: 8px 10px;
        }

            .gallery-list > li .info h5 {
                margin: 0;
                font-size: 10px;
            }

            .gallery-list > li .info * {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .card {
            position: relative;
            margin-bottom: 1.5rem;
            width: 100%;
        }

        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #7e8e961f;
            background-clip: border-box;
            box-shadow: 0 0 10px 0 rgba(206, 42, 42, 0.05);
            border-radius: 2px;
        }

        .card-header:first-child {
            border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
        }

        .card-header {
            background: none;
            padding: 0.5rem 1.5rem;
            display: -ms-flexbox;
            display: flex;
            min-height: 3.5rem;
            -ms-flex-align: center;
            align-items: center;
        }

        .card-header {
            padding: 1.5rem 1.5rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, 0.03);
            border-bottom: 1px solid #000000;
        }

        .card-title:only-child {
            margin-bottom: 0;
        }

        .card-header .card-title {
            margin-bottom: 0;
        }

        .card-title {
            font-size: 16px;
            line-height: 1.2;
            font-weight: 500;
            font-family: 'Manrope', cursive;
        }

        .card-title {
            margin-bottom: 16px;
        }

        .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin: 0;
            padding: 1.5rem 1.5rem;
            position: relative;
        }

        .card-footer:last-child {
            border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
        }

        .card-footer {
            border-top: 1px solid #e3ebf3;
            color: #6e7687;
        }

        .card-footer, .card-bottom {
            padding: 1rem 1.5rem;
            background: none;
        }

        .form .iletisimForm .form-group input, .form .iletisimForm .form-group textarea {
            background-color: #ffffff;
            border: none;
            height: 50px;
            outline: none;
            padding: 15px;
            width: 100%;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            border: 1px solid #bdbbbb;
        }

        .form-control {
            display: block;
            width: 100%;
            height: 50px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #bdbbbb;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        }

        .form .iletisimForm label {
            display: block;
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 5px;
        }

        section .page-content .content small {
            display: block;
            color: #0d4fdf;
            font: 18px "Manrope";
            text-transform: none;
            margin-bottom: 12px;
        }