@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
}


body {
    font-family: 'Roboto', sans-serif;
    /*background-color: #fdfdfd;*/
    background-color: #fff;
    font-size: 11pt;
}

.sosialBanner {
    height: 35px;
    background-color: #ebebeb;
    color: #000;
}

.btn-secondary {
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
    background-color: #F37C16;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
}



td {
    padding: 7px;
}




.hemenAra {
    position: relative;
    top: 5px;
    font-size: 14pt;
    font-weight: 700;
    color: #fff;
}

    .hemenAra a,
    .hemenAra a:visited {
        font-size: 14pt;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
    }

        .hemenAra a:hover {
            font-size: 14pt;
            font-weight: 700;
            color: #dedede;
            text-decoration: none;
        }

.footerBox {
    background-color: #f2f4f6;
    color: #333;
    font-weight: 100;
}

.footerBaslik {
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
}

.footerBaslikAltlik {
    height: 10px;
    border-top: 3px solid #00917E;
    width: 50px;
}

.footerAltYazi {
    padding-top: 20px;
    font-size: 10pt;
}

a.alt:link,
a.alt:visited {
    line-height: 25px;
    color: #ccc;
    background-color: transparent;
    text-decoration: none;
    font-size: 12pt;
}

a.alt:hover {
    color: #00917E;
    background-color: transparent;
    text-decoration: none;
    font-size: 12pt;
}

a.kartela:link,
a.kartela:visited {
    line-height: 25px;
    color: #F37C16;
    background-color: transparent;
    text-decoration: none;
    font-size: 13pt;
    transition: 300ms;
}

a.kartela:hover {
    color: #ff3e16;
    background-color: transparent;
    text-decoration: none;
    font-size: 13pt;
}

.AltContact {
    line-height: 25px;
    font-size: 11pt;
}

/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 700px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 1024px) {
    .banner-carousel .banner-carousel-item {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .banner-carousel .banner-carousel-item {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
        height: 300px;
    }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: #ff3e16;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}

.slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .slide-title {
        font-size: 16px;
    }
}

.slide-sub-title {
    font-style: normal;
    font-size: 46px;
    line-height: 46px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .slide-sub-title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .slide-sub-title {
        margin: 5px 0;
        font-size: 26px;
        line-height: 26px;
    }
}


.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

    .slider-text .slide-head {
        font-size: 36px;
        color: #ff3e16;
        position: relative;
    }

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

    .slider-img img {
        display: block;
        position: relative;
        max-height: 100%;
        width: auto;
    }

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

@media (max-width: 575px) {
    .slider.btn {
        font-size: 12px;
    }
}

.slider.border {
    background: none;
    border: 2px solid #ff3e16 !important;
}

    .slider.border:hover {
        background: #ff3e16;
        border: 2px solid transparent;
    }

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff3e16;
}

.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right {
    right: 20px;
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

    .banner-carousel .carousel-control i:hover {
        background: #ff3e16;
        color: #fff;
    }

/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/* Call to action
  ================================================== */
.call-to-action {
    background-color: #272d33;
    padding: 30px;
}

.call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
    margin-top: -50px;
}

    .call-to-action-box .action-style-box {
        background: #002D59;
        padding: 30px;
    }

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
}

/* Footer Section
  ================================================== */
.footer-section {
    /*background-color: #6C7485;*/
    background-color: #777;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 75px;
}

    .footer-section .footer-top {
        padding: 65px 15px;
    }

    .footer-section .copyright {
        border-top: 1px solid #222;
        background-color: #333;
        padding: 27px 0;
        text-align: center;
    }

        .footer-section .copyright p {
            color: #777;
            margin-bottom: 0;
        }

            .footer-section .copyright p a {
                color: #fff;
                font-weight: 500;
            }

                .footer-section .copyright p a:hover {
                    color: #ff3e16;
                }

.altCizgi {
    position: relative;
    top: -20px;
    left: 0px;
    height: 2px;
    width: 50px;
    background-color: #F37C16;
}

.footer-widget .fw-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    /*color: #172a76;*/
    color: #000;
    margin-bottom: 25px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 13pt;
    left: 0px;
}

.footer-widget p,
.footer-widget span {
    color: #b7b7b7;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget .about-widget {
    position: relative;
}

    .footer-widget .about-widget img {
        margin-bottom: 30px;
    }

    .footer-widget .about-widget p {
        margin-bottom: 35px;
    }

.footer-widget .social a {
    color: #b7b7b7;
    margin-right: 15px;
}

.footer-widget .dobule-link ul {
    line-height: 15px;
    display: inline-block;
    padding-left: 0px;
    padding-top: 5px;
}

    .footer-widget .dobule-link ul a {
        display: block;
        font-size: 12pt;
        color: #b7b7b7;
        margin-bottom: 15px;
        transition: 0.4s;
    }

        .footer-widget .dobule-link ul a:hover {
            padding-left: 5px;
            color: #F37C16;
            font-weight: 700;
        }

    .footer-widget .dobule-link ul li:last-child a {
        margin-bottom: 0;
    }

    .footer-widget .dobule-link ul:last-child {
        margin-left: 50px;
    }

.footer-widget .recent-post {
    padding: 0px;
}

    .footer-widget .recent-post li {
        margin-bottom: 25px;
        font-size: 12pt;
    }

    .footer-widget .recent-post p {
        margin-bottom: 5px;
    }

    .footer-widget .recent-post span {
        font-size: 12pt;
    }

        .footer-widget .recent-post span i {
            color: #009cdc;
            margin-right: 5px;
        }


.footer-widget .contact {
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 0px;
}

    .footer-widget .contact li {
        margin-bottom: 15px;
        display: block;
    }

        .footer-widget .contact li p {
            margin-bottom: 0;
            font-size: 12pt;
        }

    .footer-widget .contact i {
        font-size: 12pt;
    }


#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}

    #back-to-top .btn:focus {
        outline: 0;
        box-shadow: none;
    }

@media (max-width: 767px) {
    #back-to-top {
        right: 15px;
    }
}

#back-to-top.position-fixed {
    bottom: 20px;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #F37C16;
    border-radius: 3px;
    color: #F37C16;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    transition: 500ms;
}

@media (max-width: 767px) {
    #back-to-top .btn.btn-primary {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
    border: 1px solid #fff;
}

.banner-area {
    position: relative;
    min-height: 250px;
    color: #002D59;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-title {
    font-family: 'Montserrat','Open Sans',Arial;
    color: #000;
    /*color: #F37C16;*/
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 24px;
    }

    .banner-area {
        position: relative;
        min-height: 150px;
        color: #002D59;
        background-position: 50% 50%;
        background-size: cover;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: left;
    padding-left: 0px;
}

.back_image {
    position: relative !important;
    background: url(../images/hakkimizda.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}

.back_image1 {
    position: relative !important;
    background-image: url(../images/skayit.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}

.back_imageTarifeler {
    position: relative !important;
    background: url(../images/hakkimizda.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 400px;
}

.kutu {
    position: relative;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*-webkit-box-shadow: 0 0 4px 2px #808080;
    -moz-box-shadow: 0 0 4px 2px #808080;
    box-shadow: 0 0 4px 2px #808080;*/
    height: 340px;
    background-color: #fff;
}

    .kutu:hover {
        transition: 1000ms;
        cursor: pointer;
        /*border: 2px solid #006CA9;
    
    background-color: #eee;*/
    }


.ickutu1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 7px 15px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    color: #444;
    height: 80px;
    width: 80px;
    overflow: hidden;
    font-size: 48px;
}

.ickutu2 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 16px;
    top: 20px;
    text-align: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.ickutu3 {
    position: relative;
    top: 30px;
    text-align: center;
    height: 130px;
    width: 100%;
    overflow: hidden;
}

.kutu:hover .ickutu1 {
    transition: 400ms;
    background-color: #F37C16;
    color: #fff;
}

.kutu:hover .ickutu3 {
    color: #000;
}

.kutu:hover .ickutu2 h4 {
    transition: 400ms;
    color: #F37C16;
}

.indexBaslik {
    position: relative;
    height: 60px;
    color: #000;
    text-align: center;
}

.back_image2 {
    position: relative !important;
    background: url(../images/viessmann-vitodens.png) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*background-size: cover;
    background-position: center center;*/
    left: 0px;
    top: 0px;
    bottom: 0px;
}

@media (max-width: 575px) {
    h3 {
        font-size: 18pt;
    }

    .indexBaslik {
        height: 80px;
    }

    .kutu {
        height: 220px;
    }


    .back_image2 {
        min-height: 200px;
    }
}


.iletisimler {
    height: 360px;
}

/*.iletisimBox {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.iconDiv {
    position: relative;
    height: 60px;
    width: 60px;
    font-size: 24px;
    padding-left: 18px;
    background-color: rgba(0,0,0,0.1);
    color: #F37C16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    transition:500ms;
}

.yaziDiv {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 11pt;
    height: 60px;
    transition: 500ms;
}*/
.iletisimBox {
    position: relative;
    display: flex;
}

.iconDiv {
    height: 60px;
    width: 60px;
    font-size: 24px;
    /*padding-left: 18px;*/
    background-color: rgba(0,0,0,0.1);
    color: #F37C16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.yaziDiv {
    max-width: 80%;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 12pt;
    text-align: left;
}

.iletisimBox:hover .iconDiv {
    color: #fff;
    background-color: #F37C16;
}

.iletisimBox:hover .yaziDiv {
    color: #F37C16;
}

.google-maps {
    position: relative;
    padding-bottom: 25%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

@media screen and (max-width: 768px) { /*bu alan kaldırılabilir*/
    .google-maps {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 480px) {
    .google-maps {
        padding-bottom: 100%;
    }
}

.newsletter-section {
    background: #F6F6F6;
    padding: 70px 0;
    font-family: 'Montserrat', sans-serif;
}

    .newsletter-section .newsletter {
        position: relative;
        margin-top: 12px;
    }

        .newsletter-section .newsletter input {
            width: 100%;
            font-size: 14px;
            padding: 18px 30px;
            border: none;
            border-radius: 50px;
            padding-right: 170px;
        }

        .newsletter-section .newsletter .site-btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            border-radius: 0px 50px 50px 0px;
            min-width: 150px;
        }

.sonBolum table tr td {
    font-size: 12pt;
    color: #b7b7b7;
    padding: 5px 3px;
}

@media (max-width: 575px) {
    .sonBolum {
        position: relative;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .sonBolum {
        position: relative;
        height: 200px;
    }
}

.mesajAlani {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24pt;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 768px) {
    .mesajAlani {
        font-size: 16pt;
    }
}
/********* Testimonials ****************/
/*======================================*/
.testimonials {
}

.testimonialsYazi {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 180px;
    font-family: 'Montserrat', sans-serif;
    color: #ff3e16;
    font-size: 18pt;
    font-weight: 700;
}

#demo {
    background: linear-gradient(112deg, #f2f4f6 50%, #FFE3DD 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.9rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.7rem;
        margin-top: 0.5rem
    }
}

.carousel-control-prev i,
.carousel-control-next i {
    background-color: #FF3E16;
    padding: 1.4rem
}

@media(max-width:767px) {
    .carousel-control-prev i,
    .carousel-control-next i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

.bannerKutu1 {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 163px;
    height: 60px;
}

.bannerKutu11 {
    position: relative;
    margin: 0 auto;
    top: 5px;
    width: 163px;
    height: 70px;
}

.bannerKutu2 {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 150px;
    height: 40px;
    text-align: right;
}

.bannerKutu3 {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 136px;
    height: 120px;
}


.bannerKutu5 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 40px;
    text-align: right;
}

.sosyal1 {
    position: absolute;
    right: 45px;
    top: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 12pt;
    color: #F37C16;
    padding-left: 10px;
    transition: 500ms;
    cursor: pointer;
}

.sosyal2 {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 50%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 12pt;
    color: #F37C16;
    transition: 500ms;
    cursor: pointer;
}

.sosyal3 {
    position: absolute;
    right: 85px;
    top: 0px;
    width: 32px;
    height: 32px;
    padding-left: 6px;
    border-radius: 2px;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 12pt;
    color: #F37C16;
    transition: 500ms;
    cursor: pointer;
}

.sosyal4 {
    position: absolute;
    right: 125px;
    top: 0px;
    width: 32px;
    height: 32px;
    padding-left: 6px;
    border-radius: 2px;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 12pt;
    color: #F37C16;
    transition: 500ms;
    cursor: pointer;
}

.kucukSosyal1 {
    position: relative;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    border-radius: 50%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 14px;
    color: #F37C16;
    transition: 500ms;
    cursor: pointer;
}

.kucukSosyal2 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 30px;
    height: 30px;
    padding-left: 7px;
    border-radius: 50%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 14pt;
    color: #F37C16;
    transition: 500ms;
    cursor: pointer;
}

    .sosyal1:hover,
    .sosyal2:hover,
    .sosyal3:hover,
    .sosyal4:hover,
    .kucukSosyal1:hover,
    .kucukSosyal2:hover {
        background-color: #F37C16;
        color: #fff;
    }

.mainContainer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 13pt;
    color: #000;
    text-align: justify;
}


@media(max-width:767px) {
    .mytable tr th,
    .mytable tr td {
        font-size: 10pt;
    }

    h3 {
        font-size: 14pt;
    }

    .bannerKutu2 {
        right: 0px;
    }
}

.headerUstAlt {
    position: relative;
    height: 50px;
    background-color: #ebebeb;
}

.headerKutu {
    position: relative;
    height: 140px;
    display: flex;
    align-items: center;
    align-content: center;
}

@media(max-width:767px) {
    .mytable tr th,
    .mytable tr td {
        font-size: 10pt;
    }

    h3 {
        font-size: 14pt;
    }

    .bannerKutu2 {
        right: 0px;
    }
    /*.headerKutu{
        height:120px;
    }*/
}

.footerFirmaAdi {
    font-size: 10pt;
    font-weight: 500;
}

/****** Çalışmalarımız Alanı Başı*/
.calismalarimiz {
    text-align: center;
    font-family: 'Montserrat',Arial;
    font-size: 16pt;
    font-weight: 600;
    padding-top: 20px;
}

@media(max-width:767px) {
    .calismalarimiz {
        font-size: 12pt;
    }
}

.slick-slide img {
    width: 100%;
}

.slideContainer {
    padding: 5px;
}

    .slideContainer > a > img {
        /*border: 2px solid #F37C16;*/
        /*border:1px solid #aaa;*/
        transition-duration: 500ms;
        overflow: hidden;
        height: 160px;
        width: 100%;
        object-fit: cover;
    }

    .slideContainer > a:hover > img,
    .slideContainer > a:focus > img {
        transform: scale(1.05);
    }

/*****ÇAlışmalarımız Alanı Sonu*/

.single-thumb {
    /*border-radius: 10px;
    border: 2px solid #F37C16;*/
    height: 200px;
    width: 170px;
    cursor: pointer;
    transition: 500ms;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-color: #fff;
}

    .single-thumb > img {
        transition-duration: 500ms;
        height: 200px;
        width: 170px;
    }

    .single-thumb:hover > img,
    .single-thumb:focus > img {
        transform: scale(1.10);
    }

.kadro {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    cursor: pointer;
    transition: 500ms;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

    .kadro > img {
        transition-duration: 500ms;
        height: 250px;
        width: 250px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    .kadro:hover > img,
    .kadro:focus > img {
        transform: scale(1.10);
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
    }

.main-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    overflow: hidden;
    border-radius: 6px;
    height: 400px;
    width: 600px;
    transition-duration: 500ms;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-thumb1 {
    position: relative;
    z-index: 1;
    margin: 5px;
    overflow: hidden;
    border-radius: 6px;
    height: 400px;
    width: 600px;
    transition-duration: 500ms;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 575px) {
    .main-thumb1 {
        position: relative;
        z-index: 1;
        margin: 5px;
        overflow: hidden;
        border-radius: 6px;
        height: 200px;
        width: 300px;
        transition-duration: 500ms;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-thumb {
    }
}

@media (max-width: 992px) {


    .main-thumb {
        height: 200px;
        width: 300px;
    }
}


.renkYazi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
}

    .renkYazi h5 {
        font-size: 12pt;
        font-weight: 500;
    }

.renkFoto {
    z-index: 1;
    overflow: hidden;
    border-radius: 2px;
    height: 150px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 576px) {
    .renkFoto {
        z-index: 1;
        overflow: hidden;
        border-radius: 2px;
        height: 100px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .kartelaDiv {
        width: 50%;
    }

    .renkYazi h5 {
        font-size: 11pt;
        font-weight: 500;
    }
}

@media (max-width: 376px) {

    .kartelaDiv {
        width: 100%;
    }
}

.kutuGolge {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.altIletisim {
    height: 300px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

.anaCerceve {
    position: relative;
    top: 0px;
    left: 0px;
    height: 400px;
    width: auto;
}

.cerceve1 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80%;
    width: 80%;
    border: 10px solid #F37C16;
    z-index: 100;
    background-color: #fff;
}

.cerceve2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 80%;
    width: 82%;
    z-index: 110;
    background-color: #fff;
    background-image: url(../images/pt1.png);
}

.resimcerceve {
    margin: 0 auto;
    position: relative;
    top: 30px;
    height: 84%;
    width: 88%;
    z-index: 120;
    background-color: #000;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img1.jpg);
}

/************İÇERİK VE İÇERİK DETAY*/
.yer {
    font-size: 13pt;
}

.thUzanti {
    width: 150px;
}

.thGoster {
    width: 120px;
}

.icerikimg {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.kapakFoto, .detayKapakFoto {
    height: 300px;
    width: 450px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .yer {
        font-size: 10pt;
    }

    .thUzanti {
        width: auto;
    }

    .thGoster {
        width: auto;
    }

    .detayKapakFoto {
        height: 200px;
        width: 300px;
        object-fit: cover;
    }


    .icerikimg {
        /*height: 120px;
        width: 100%;
        object-fit: cover;*/
    }
}

@media (max-width: 576px) {
    .detayKapakFoto {
        height: 150px;
        width: 275px;
        object-fit: cover;
    }

    .fotoAlani {
        width: 50%;
    }

    .icerikimg {
        height: 120px;
        width: 100%;
        object-fit: cover;
    }
}

.icerikYazi ul {
    padding-left: 50px;
}

/*******REFERANSLAR*/
.articleImage {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 200px;
}

.card-body {
    height: 90px;
}

a.article, a.article:visited {
    color: #000;
    text-decoration: none;
    transform: initial;
    transition: 0.4s;
}

    a.article:hover {
        color: #F37C16;
        text-decoration: none;
    }

.card-title {
    font-size: 13pt;
}

.cards {
    cursor: pointer;
    padding: 10px;
}

    .cards > .article > img {
        transition-duration: 100ms;
    }

    .cards .article:hover > img,
    .cards .article:focus > img {
        border: 2px solid #F37C16;
    }

.cardYazi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.cardFoto {
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 577px) {
    .cardFoto {
        z-index: 1;
        overflow: hidden;
        border-radius: 6px;
        height: 160px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cards {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cardFoto {
        z-index: 1;
        overflow: hidden;
        border-radius: 6px;
        height: 120px;
        width: 100%;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cards {
        width: 100%;
    }
}

.kartelaGrup {
    font-weight: 700;
    font-size: 16px;
    background-color: #ebebeb;
    border-radius: 2px;
}

@media (max-width: 576px) {
    .kartelaGrup {
        font-weight: 700;
        font-size: 14px;
    }
}

.nav-link:hover {
    color: #F37C16;
}

button.active {
    background-color: #F37C16;
}


.videoAlani {
    background-color: #F37C16;
    color: #fff;
    font-size: 16pt;
    height: 240px;
}

.fotoAlani {
    text-align: right;
}

    .fotoAlani img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

.fotoAlani1 {
    text-align: right;
}

    .fotoAlani1 img {
        height: 200px;
      
        object-fit: cover;
    }

.yaziAlani {
    display: grid;
    align-items: center;
    text-align: left;
}

    .yaziAlani a:visited,
    .yaziAlani a:link {
        color: #fff;
    }

    .yaziAlani a:hover,
    .yaziAlani a:active {
        color: #ebebeb;
    }

@media (max-width: 767px) {
    .videoAlani {
        font-size: 14pt;
        height: 240px;
    }

    .fotoAlani {
        text-align: center;
        width: 100%;
    }

        .fotoAlani img {
            height: 160px;
            width: 284px;
            object-fit: cover;
        }
    .fotoAlani1 {
        text-align: center;
        width: 100%;
    }

        .fotoAlani1 img {
            height: 160px;
           
            object-fit: cover;
        }

    .yaziAlani {
        padding-top: 10px;
        text-align: center;
    }
}
