@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;900&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow' !important;
}

:root {
    --scrollbarBG: #fff;
    --thumbBG: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-image: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}


/* re-capthca style start*/

.index_recapta {
    transform: scale(0.945);
    -webkit-transform: scale(0.945);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.about_recapta {
    transform: scale(0.945);
    -webkit-transform: scale(0.945);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.contact_repcat {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width:800px) {
    .index_recapta {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .contact_repcat {
        transform: scale(0.82);
        -webkit-transform: scale(0.82);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .single_hiz_recapta {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .about_recapta {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


/* .g-recaptcha .rc-anchor-normal {
    width: 92% !important;
    position: relative;
}

.g-recaptcha .rc-anchor-logo-portrait {
    margin: 10px 0 0 15px !important;
} */


/* re-capthca style end*/

::selection {
    color: #3be8af;
}

a {
    text-decoration: none !important;
    color: black !important;
}

footer a:hover {
    background-image: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
    /* background: -webkit-linear-gradient( #45b9d4, #3be5b1); */
    transition: all .5s;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-grad {
    background-image: linear-gradient(to right, #3be8af 0%, #47afdb 40%, #3be8af 100%)
}

.btn-grad {
    /* margin: 10px; */
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s;
    background-size: 200% auto;
    color: white !important;
    border-radius: 25px !important;
    display: inline-block;
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    transition: all 0.5s;
    text-decoration: none;
}

.custom_outline_btn {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .3px;
}

.custom_btn {
    border: solid 2px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #47afdb, #3be8af);
    background-origin: border-box;
    background-clip: content-box, border-box;
}


/* banner */

#page_banner {
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    background-position: center;
    padding: 7rem 0;
    background-repeat: no-repeat;
}

#page_banner h2 {
    font-weight: 700;
    z-index: 9999;
    letter-spacing: .7px;
}

@media only screen and (max-width:992px) {
    #page_banner {
        padding: 3rem 0;
    }
}


/* HEADER */

#mobile_nav {
    display: none;
}

#mobile_nav .list-inline {
    font-size: 15px;
}

@media only screen and (max-width:992px) {
    #main_nav {
        display: none;
    }
    #mobile_nav {
        display: block !important;
    }
}

#main_nav .dropdown-menu {
    min-width: 4rem;
    padding: 0 0;
}

#main_nav .dropdown-toggle {
    box-shadow: none;
}

#main_nav .dropdown-item-img {
    border-radius: 25%;
    width: 15px;
    height: 20px;
}

#mobile_nav .dropdown-menu {
    min-width: 4rem;
    padding: 0 0;
}

#mobile_nav .dropdown-toggle {
    box-shadow: none;
}

#mobile_nav .dropdown-item-img {
    border-radius: 25%;
    width: 15px;
    height: 20px;
}

#main_nav hr {
    margin: .3rem 0;
    width: 90%;
    margin-left: auto;
}

#main_nav .list-inline-link {
    font-size: 14px;
}


/*  */

#main_nav .navi a.active,
#mobile_nav .navi a.active {
    background-image: -webkit-linear-gradient( 180deg, #3be8af, #47afdb);
    -webkit-background-clip: text;
    font-weight: 500;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}

#main_nav .navi a:hover,
#mobile_nav .navi a:hover {
    background-image: -webkit-linear-gradient( 180deg, #3be8af, #47afdb);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}


/*  */

.navbar-brand img {
    max-width: 250px;
}

#main_nav .row {
    margin: auto;
}


/* #main_nav .col-md-3 {
    text-align: center;
} */

#main_nav .col-md-3,
#main_nav .col-md-9 {
    padding: 0;
}

.navbar {
    padding-top: 0 !important;
}

.nav-link {
    font-size: 17px;
    color: gray;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    font-weight: 400;
    letter-spacing: .5px;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.collapse .ml-auto {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: .5rem;
}

@media only screen and (max-width: 600px) {
    .navbar-nav {
        border-top: none;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-link {
        padding: .5rem .5rem !important;
    }
}


/*  */

.nav-link:hover {
    color: black;
}


/*  */


/* .nav-item .active {
    color: black;
} */


/* Owl-area */

@media only screen and (max-width:600px) {
    #wrapper,
    #slider-area,
    #slider-area .owl-item div {
        max-height: 25vh;
    }
    .btn-grad {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
    .slider-text {
        /* top: 30% !important; */
        text-align: center !important;
    }
    .slider-text h2 {
        font-size: 25px !important;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:825px) {
    .slider-text {
        top: 25% !important;
    }
    .slider-text p {
        display: none !important;
    }
}

#wrapper {
    position: relative;
    height: 80vh;
}

#slider-area {
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
}

.slider-text {
    position: absolute;
    top: 35%;
    text-align: left;
    color: white;
    padding-right: 35px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.slider-text h2 {
    font-weight: 800;
    font-size: 45px;
}

#slider-area .owl-item div {
    height: 80vh;
    width: 100%;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:576px) {
    .slider-text {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .slider-text {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .slider-text {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .slider-text {
        max-width: 1140px
    }
}

.owl-carousel .owl-nav .owl-next {
    margin-left: 3px;
    /* margin-top: 5px; */
}

.owl-carousel .owl-nav .owl-prev {
    margin-right: 3px;
}

.owl-nav {
    /* position: absolute; */
    bottom: 5%;
    left: 3%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    margin: -3rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: left;
}

@media (max-width:992px) {
    .owl-nav {
        display: none !important;
    }
}

@media (min-width:576px) {
    .owl-nav {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .owl-nav {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .owl-nav {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .owl-nav {
        max-width: 1140px
    }
}

.owl-nav button i {
    display: block;
}

.owl-nav button {
    /*   display: block; */
    height: 50px;
    width: 50px;
    font-size: 30px;
    background-color: transparent !important;
    border: 2px solid #e7e7e7;
    color: #e7e7e7;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.owl-nav button:hover {
    background-color: #e7e7e7 !important;
    color: black;
}

.owl-nav button:focus {
    outline: none;
}


/* .owl-dots {
    position: absolute;
    bottom: 10px;
    border: none;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.owl-dots button {
    background-color: transparent;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.owl-dots button:hover {
    background-color: #e7e7e7;
}

.owl-dots .active {
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    background-color: #e7e7e7;
    border-radius: 30rem;
}

.owl-dots :focus {
    outline: none;
} */


/* services */

@media(max-width: 991px) {}

.serv_heading {
    font-weight: 700;
    font-size: 20px;
}

.serv_text {
    margin-bottom: 3rem;
}

.serv_text p {
    font-size: 16px;
}

#services {
    margin: 2rem 0;
}

.serv_title {
    font-weight: 700;
    padding-bottom: 2rem;
    background: -webkit-linear-gradient(45deg, #45b9d4, #3be5b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 5px;
}

.serv_icon_img_white {
    width: 34px;
    height: 34px;
}

.serv_icon {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: -webkit-linear-gradient( #45b9d4, #3be5b1);
    position: relative;
    padding: 9px;
    height: 4rem;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 4rem;
    display: flex;
    /* display: block; */
}

#services .form_col {
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin-top: -10rem;
    z-index: 99999;
    background-color: #fff;
}

#services .form_col label {
    font-weight: 600;
}

#services .form_col .form-row {
    padding: .5rem 2rem;
}

#services .btn-grad {
    margin-top: 1rem;
    padding: 8px 20px;
    border: none;
    width: 100%;
    color: white;
}

#services .form_col .serv_title {
    font-weight: 700;
    color: white;
    padding-bottom: 1rem;
}

@media only screen and (max-width:600px) {
    #services .form_col {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        margin: 1rem;
        margin-top: 0rem;
        order: -1;
    }
    #services .serv_title {
        padding-bottom: 1rem;
    }
    #services .serv_text {
        padding: 0rem 1rem;
        margin-bottom: 1rem;
    }
    #services .col-md-9 {
        padding-left: 15px;
    }
    #services .col-md-8 {
        text-align: center;
        margin-top: 1rem;
    }
    #services .btn-grad {
        padding: 8px 20px !important;
    }
    #services .col-md-3 {
        display: flex;
        margin: auto;
        justify-content: center;
        margin: 1rem;
    }
}

@media only screen and (max-width:992px) {
    #services .col-md-3 {
        padding-left: 0;
    }
    #services .col-md-9 {
        padding-right: 0;
        padding-left: 15px !important;
    }
}

#services .col-md-3 {
    padding-right: 0;
}

#services .col-md-9 {
    padding-left: 0;
}


/* About services */

#about_services {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#about_services .nav-link {
    background-color: #f1f3f5
}

#about_services .nav li {
    /* padding: 1rem; */
    border: 1px solid;
    margin: 0rem .5rem;
    border: 0;
}

#about_services .nav .active {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #3be5b1, #45b9d4);
}

#about_services .nav .nav-link:hover {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #3be5b1, #45b9d4);
}

#about_services .nav .nav-link:hover h2 {
    color: #fff;
}

#about_services .about_serv_img {
    text-align: center;
}

#about_services .about_serv_content h2 {
    margin-top: 3rem;
}

#about_services .about_serv_content {
    padding-right: 10rem;
}

@media only screen and (max-width:992px) {
    #about_services .about_serv_content {
        padding-right: 0.1rem;
    }
    #about_services .about_serv_img {
        margin: auto;
    }
    #about_services .about_serv_content .btn-grad {
        margin-bottom: 1rem;
        margin-top: .5rem;
    }
}

#about_services .about_serv_content .btn-grad {
    margin-bottom: 1.5rem;
    margin-top: .5rem;
}

@media only screen and (max-width:600px) {
    #about_services .about_serv_content {
        text-align: center;
        padding-right: 15px;
    }
    #about_services .about_serv_content .btn-grad {
        margin-bottom: 1rem;
        margin-top: .5rem;
        padding: 12px 20px !important;
    }
    #about_services .nav-item {
        margin: 5px !important;
    }
}


/* #about_services .about_serv_img img {
    max-width: 75%;
} */

#about_services .nav .active h2 {
    color: #fff;
}

#about_services .tab-content {
    background: #f1f3f5;
}

#about_services h2 {
    font-size: 1.2rem;
}


/* brands */

.brands_owl_carousel img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 75% !important;
}


/* footer */

.cprt_text {
    display: inline-flex;
    width: 100%;
}

@media(max-width: 600px) {
    .cprt_text {
        display: block;
    }
}

footer {
    background-color: #f1f3f5;
    font-size: 14px;
}

footer i,
footer strong,
footer h5 {
    color: black !important;
}

footer p {
    color: #777777;
}

footer h5 {
    font-weight: 600;
}

footer .list-inline-item {
    text-align: center;
}

footer .list-inline-item a {
    font-size: 16px;
    color: black !important;
}

footer .table tr td {
    color: #777777;
    border: none;
}

footer .table tr td a {
    color: #777777 !important;
}

footer .table td,
footer .table th {
    padding: .25rem !important;
}

.footer_hizmet_row li {
    margin: 4px 0;
}


/* KURUMSAL PAGE */

.serv_heading {
    font-weight: 700;
    font-size: 20px;
}

.serv_text {
    margin-bottom: 3rem;
}

.serv_text p {
    font-size: 16px;
}

#kurumsal {
    margin: 2rem 0;
}

.serv_icon_img_white {
    width: 34px;
    height: 34px;
}

.serv_icon {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: -webkit-linear-gradient( #45b9d4, #3be5b1);
    position: relative;
    padding: 9px;
    height: 4rem;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 4rem;
    display: flex;
    /* display: block; */
}

#kurumsal .form_col {
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    background-color: #fff;
}

#kurumsal .form_col label {
    font-weight: 600;
}

#kurumsal .form_col .form-row {
    padding: .5rem 2rem;
}

#kurumsal .btn-grad {
    margin-top: 1rem;
    padding: 8px 20px;
    border: none;
    width: 100%;
    color: white;
}


/* #kurumsal .form_col .serv_title {
    font-weight: 700;
    color: white;
    padding-bottom: 1rem;
} */

@media only screen and (max-width:600px) {
    #kurumsal .form_col {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        margin: 1rem;
        margin-top: 0rem;
        order: -1;
    }
    #kurumsal .serv_title {
        padding-bottom: 1rem;
    }
    #kurumsal .serv_text {
        padding: 0rem 1rem;
        margin-bottom: 1rem;
    }
    #kurumsal .col-md-9 {
        padding-left: 15px !important;
    }
    #kurumsal .col-md-8 {
        text-align: center;
        margin-top: 1rem;
    }
    #kurumsal .btn-grad {
        padding: 8px 20px !important;
    }
    #kurumsal .col-md-3 {
        display: flex;
        margin: auto;
        justify-content: center;
        margin: 1rem;
    }
}

@media only screen and (max-width:992px) {
    #kurumsal .col-md-3 {
        padding-left: 0;
    }
    #kurumsal .col-md-9 {
        padding-right: 0;
        padding-left: 15px !important;
    }
}

#kurumsal .col-md-3 {
    padding-right: 0;
}


/* #kurumsal_content .serv_title {
    font-weight: 700;
} */

#kurumsal_content .serv_title::after {
    content: "";
    display: block;
    width: 10%;
    margin-top: 1%;
    height: 3px;
    background-image: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
}

#kurumsal .col-md-9 {
    padding-left: 0;
}

#kurumsal_content .left_content {
    flex-basis: 50%;
}

#kurumsal_content .right_content {
    flex-basis: 50%;
}

#kurumsal_content .full_content {
    flex-basis: 100%
}

.play_icon {
    position: absolute;
    transition: .5s ease;
    background-color: transparent;
    font-size: 75px;
    left: 45%;
    color: white;
    top: 40%;
}

.popup-youtube img {
    border-radius: 10px;
}

#kurumsal_page #brands {
    background: white;
}


/* hizmet page */

#hizmet_page .bottom-left {
    position: absolute;
    bottom: 25px;
    left: 40px;
    z-index: 99999;
    color: #fff;
}


/* #hizmet_page a::after {
    background-color: red;
    content: "";
    top: 0;
    display: block;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
} */

#hizmet_page .item-img a:hover::after {
    opacity: 0;
}

#hizmet_page .col-md-4,
#hizmet_page .col-lg-3 {
    padding-bottom: 30px;
}

#hizmet_page .col-md-4 h2,
#hizmet_page .col-lg-3 h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

#hizmet_page .col-md-4 p,
#hizmet_page .col-lg-3 p {
    font-size: 17px;
    font-weight: 600;
}

#hizmet_page .bottom-left::after {
    content: "";
    height: 2.5rem;
    position: absolute;
    width: 3px;
    bottom: 20px;
    background-image: -webkit-linear-gradient( #47afdb 50%, #3be8af);
    left: -10px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    height: 89%;
    width: 89%;
    transition: all .3s;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-image: -webkit-linear-gradient( 200deg, transparent, #47afdb, #3be8af);
}

.item_link:hover .overlay::before {
    opacity: .7;
}

.overlay::after {
    position: absolute;
    content: "";
    top: 0;
    height: 89.5%;
    width: 89.5%;
    opacity: .9;
    transition: all .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%)
}

.item_link:hover .overlay::after {
    opacity: 0;
}

@media only screen and (max-width:922px) {
    .overlay::before {
        display: none !important;
    }
    .overlay::after {
        opacity: 1;
        height: 92%;
        width: 92%;
    }
}

@media only screen and (max-width:600px) {
    #hizmet_datay_content .serv_title {
        display: block;
    }
}


/* hizmet detay page */

@media only screen and (max-width:600px) {
    #hizmet_datay_content .serv_title,
    #hizmet_datay_content .para_text {
        text-align: center;
    }
    #hizmet_datay_content .para_text::after {
        margin: auto;
        margin-top: 2% !important;
        min-width: 75%;
    }
}

#hizmet_datay_content {
    margin: 3rem 0;
}

#hizmet_datay_content .col-md-4 {
    text-align: center;
}

#hizmet_datay_content .para_text {
    padding-bottom: 2rem;
}

#hizmet_datay_content .para_text::after {
    content: "";
    display: block;
    width: 5%;
    margin-top: 1%;
    height: 3px;
    background-image: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
}

.mfp-counter {
    display: none;
}

#hizmet_datay_form {
    margin: 3rem;
}

#hizmet_datay_form label {
    font-weight: 600;
}

#hizmet_datay_form .form-row {
    margin: 1.5rem 0;
}

#hizmet_datay_form .form-row .btn-grad {
    font-weight: 600;
    border-radius: 10px !important;
}

#hizmet_datay_form .form-row select,
#hizmet_datay_form .form-row input {
    background-color: #f1f3f5;
}


/*  sertifacation page*/

#sertifacation_content .row {
    margin: 2rem 0;
}


/* #sertifacation_page .serv_title {
    font-weight: 800;
    font-size: 40px;
} */

#sertifacation_page .serv_title::after {
    content: "";
    display: block;
    width: 15%;
    margin-top: 1%;
    height: 3px;
    background-image: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
}

#sertifacation_page .col-md-3 {
    padding-bottom: 15px;
}

#sertifacation_page .col-md-3 .serft_img {
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    cursor: pointer;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    position: relative;
    height: auto;
}

#sertifacation_page .col-md-3 .serft_img:hover {
    transform: scale(1.1);
}


/*  Saha uyg. page*/

#sahaUyg_page .serv_title {
    font-size: 40px;
}

#sahaUyg_page .owl-nav {
    justify-content: flex-end;
    bottom: 5%;
    right: 3%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    margin: -3rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
}

#sahaUyg_page .row {
    margin: 2rem 0;
}

#sahaUyg_page .serv_title::after {
    content: "";
    display: block;
    width: 15%;
    margin-top: 2%;
    height: 3px;
    background-image: -webkit-linear-gradient( 45deg, #47afdb, #3be8af);
}

#sahaUyg_galery {
    position: relative;
    height: 70vh;
}

#sahaUyg_owl {
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
}

#sahaUyg_owl .owl-item div {
    height: 80vh;
    width: 100%;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:600px) {
    #sahaUyg_galery,
    #sahaUyg_owl,
    #sahaUyg_owl .owl-item div {
        max-height: 25vh;
    }
}

@media only screen and (max-width:992px) {
    #sahaUyg_galery {
        height: 100% !important;
    }
}


/* iletisim */

#iletisim_content .iltesim_form {
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#iletisim_map iframe {
    min-height: 500px;
}

@media only screen and (max-width:600px) {
    #iletisim_content .iltesim_form {
        order: -1;
    }
}

#iletisim_content {
    margin: 2rem 0;
}

#iletisim_content label {
    font-weight: 600;
}

#iletisim_content .form-row input:focus,
#iletisim_content .form-row textarea:focus {
    background: #f1f3f5;
    box-shadow: none;
}

#iletisim_content .form-row {
    padding: .5rem 2rem;
}

#iletisim_content .btn-grad {
    margin-top: 1rem;
    padding: 8px 20px;
    border: none;
    width: 100%;
    color: white;
}

#iletisim_content .serv_title {
    font-weight: 700;
    color: white;
    padding-bottom: 1rem;
}

#iletisim_content table a {
    color: black;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
}

#iletisim_content .col-md-5 {
    margin: auto;
}

#iletisim_content .table td {
    border: none !important;
    border-bottom: 1px solid black;
}

#iletisim_content .table th {
    border: none !important;
}

.table th #iletisim_content table a:hover {
    background-image: -webkit-linear-gradient( 45deg, #3be8af, #47afdb 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}