
body
{
  overflow-x: hidden;
}
.row
{
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.ust-serit {
    position: fixed;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 5000;
    font-size: 12px;
    padding: 10px 0;
}
.ust-serit p {
    margin: 0;
}
.ust-mail {
    margin-left: 25px;
}
.ust-mail i {
    margin-right: 5px;
}
.ust-telefon i {
    margin-right: 5px;
}
.ust-sosyal {
    text-align: right;
}
.ust-sosyal a {
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    transition: all 0.2s;
}
.ust-sosyal a:hover {
    color: #1fb4cc;
    transition: all 0.2s;
}
.carousel-control-next-icon,
.carousel-control-prev-icon
{
    background: none;
    font-size: 50px;
}
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.carousel-caption
{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.carousel-caption h1
{
    font-size: 80px;
    font-weight: 700;
}
.carousel-caption p
{
    font-size: 24px;
    margin-bottom: 50px;
}
.carousel-caption a
{
    font-size: 14px;
    background-color: #f2f2f2;
    color: black;
    text-decoration: none;
    padding:15px 20px;
    border: none;
    border-radius: 40px;
    transition: all .3s;
    display: inline-block;
}
.carousel-caption a:hover
{
    transform: translateY(-2px);
    background-color: white;
    transition: all .3s;
}
    
.navbar-container
{
    position: fixed;
    display: block;
    top: 37px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid grey;
    background-color: #fff;
}
.navbar-container .active a
{
    color: #1fb4cc!important;
}
.navbar-container-black
{
    background-color: #fff;
    border: none;
}
.navbar-container .navbar-brand img
{
    height: 45px;
}
.navbar-container .nav-link
{
    color: #333!important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    outline: none!important;
    margin: 0 5px;
    padding: 20px 10px;
}

.navbar-container .nav-link:hover
{
    color: #1fb4cc!important;
    transition: all .3s;
}
.dropdown-menu
{
    background-color:#1b1f21;
    margin-top: 9px;
    border-radius:0;
}
.dropdown-item
{
    color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    transition:all .3s ;
}
.dropdown-item:hover
{
    background-color: #1b1f21;
    color: #1fb4cc;
    transition:all .3s ;
}

.home-icons
{
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}
.home-icons h3
{
    font-size: 20px;
    margin: 20px 0;
}
.home-icons p
{
    font-size: 14px;
}
.home-icons i
{
    font-size: 40px;
    width: 100px;
    height: 100px;
    color: #1fb4cc;
    background-color: #455a6414;
    border-radius: 50%;
    line-height: 100px;
    transition: all .3s;
}
.home-icons i:hover
{
    color: white;
    background-color: #1fb4cc;
    transform: translateY(-5px);
    transition: all .3s;
}
.home-icons a
{
    font-size: 14px;
    color: #1fb4cc;
    text-decoration: none;
    transition: all .3s;
}
.home-icons a:hover
{
    color: #1b1f21;
    transition: all .3s;
}

.home-gallery-container
{
    margin-top: 50px;
    border-top:1px solid #455a6414;
    padding: 100px 0;
    text-align: center;
}
.home-gallery-container .row
{
    margin: 0;
}
.home-gallery-container h1
{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-gallery-container p
{
    font-size: 16px;
    font-weight: 600;
    color: #969696;
    margin-bottom: 50px;
}
.home-gallery-container .col-12
{
    padding: 0;
}
.home-gallery-img
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    transition: all .3s;
}
.home-gallery-img a
{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(31,180,204,.7);
    opacity: 0;
    transition: all .3s;
}
.home-gallery-img a:hover
{
    opacity: 1;
    transition: all .3s;
}
.home-gallery-img span
{
    font-size: 18px;
    font-weight: 600;
    color: #fafafa;
}
.home-info-container
{
    padding-bottom: 100px;
    text-align: center;
}
.home-info-container h1
{
    font-size: 32px;
    font-weight: 700;
}
.home-info-container p
{
    font-size: 14px;
    margin: 30px 0;
}
.home-info-container a
{
    color: white;
    padding:15px 20px;
    background-color: #1fb4cc;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    font-size: 14px;
}
.home-info-container a:hover
{
    background-color: rgba(12,171,211,.85);
    box-shadow: 0 0 5px rgba(12,171,211,.85);
    transition: all .3s;
}
.home-about-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.simpleParallax
{
    height: 100%;
}
.home-about-container
{
    padding-top: 100px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,.5);
    position: relative;
}

.home-about-container h1
{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
}
.home-about-container p
{
    font-size: 18px;
    line-height: 30px;
}
.home-about-bottom
{
    padding: 50px 0;
    background-color: rgba(12,171,211, 1);
    margin-top: 100px;
}

.home-about-bottom span
{
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.home-about-bottom .col-12
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-about-bottom a
{
    padding:10px 20px;
    background-color:#f2f2f2;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    font-weight: 600;
    transition: all .3s;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.home-about-bottom a:hover
{
    transform: translateY(-2px);
    background-color: white;
    transition: all .3s;
}

.home-blog-container
{
    padding: 100px 0;
    background-color: #fafafa;
}
.home-blog-container h1
{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.home-blog-item
{
    background-color: white;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.home-blog-item-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
}
.blog-lg
{
    height: 400px!important;
}
.home-blog-item-img a
{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: white;
    opacity: 0;
    text-decoration: none;
    background-color:rgba(12,171,211,.85);
    transition: all .3s;
}
.home-blog-item-img a:hover
{
    opacity: 1;
    transition: all .3s;
}
.home-blog-item-body
{
    padding: 20px;
}
.home-blog-item-body-head
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
    font-size: 14px;
    font-weight: 600;
}
.home-blog-item-body-head i
{
    margin-right: 10px;
}
.home-blog-item-body a
{
    text-decoration: none;
    color: black;
    transition: all .3s;
}
.home-blog-item-body h1
{
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
}
.home-blog-item-body a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}
.home-blog-item-body p
{
    font-size: 14px;
    color: #777;
    line-height: 25px;
}
.home-blog-item-footer
{
    text-align: right;
}
.home-blog-item-footer a
{
    color: #777;
    text-decoration: none;
    font-size: 12px;
    transition: all .3s;
    font-weight: 600;

}
.home-blog-item-footer a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}
.home-blog-all-blog
{
    text-align: center;
}
.home-blog-all-blog a
{
    color: white;
    background-color: #1fb4cc;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    transition: all .3s;
    font-size: 14px;
}
.home-blog-all-blog a:hover
{
    background-color: rgba(12,171,211,.85);
    box-shadow: 0 0 5px rgba(12,171,211,.85);
    transition: all .3s;
}
.home-reference-slick-container
{
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
}
.home-reference-slick .slick-track
{
    outline: none!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-reference-slick-item
{
    display: flex!important;
    justify-content: center;
    outline: none!important;
    margin: 0 15px;
}
.home-reference-slick-item img {
    display: inline-block;
    max-width: 100%;
}

.footer-container
{
    padding-top: 50px;
    background-color: #1b1f21;
}
.footer-logo
{
    height: 40px;
}
.footer-logo img
{
    height: 100%;
}
.footer-about p
{
    color: #fafafa;
    margin:30px 0;
    font-size: 14px;
}
.footer-social-list
{
    list-style: none;
    padding: 0;
    display: flex;
}
.footer-social-list li a
{
    text-decoration: none;
    color: #fafafa;
    font-size: 20px;
    margin-right: 25px;
    transition: all .3s;

}
.footer-social-list li a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}
.footer-links h3
{
    color: #fafafa;
    font-size: 20px;
    margin: 0;
}
.footer-links ul
{
    list-style: none;
    padding: 0;
    padding-top: 30px;
}
.footer-links ul li a
{
    color: #fafafa;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 15px;
    display: inline-block;
    transition: all .3s;
}
.footer-links ul li a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}
.footer-business-hours h3
{
    margin-bottom: 30px;
    font-size: 20px;
    color: #fafafa;
}
.footer-business-hours td
{
    padding-bottom: 20px;
}
.footer-business-hours td+td
{
    padding-left: 10px;
}
.footer-business-hours span
{
    color: #fafafa;
    font-size: 14px;
}
.footer-contact ul
{
    list-style: none;
    padding: 0;
}
.footer-contact h3
{
    margin-bottom: 30px;
    font-size: 20px;
    color: #fafafa;
}
.footer-contact span
{
    color: #fafafa;
    font-size: 14px;
}
.footer-contact i
{
    width: 20px;
    color: #fafafa;
    font-size: 14px;
}
.footer-contact li
{
    padding-bottom: 20px;
}
.footer-bottom-container
{
    padding: 20px 0;
    background-color: black;
}
.footer-bottom-text
{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.footer-bottom-text p
{
    color: #fafafa;
    font-size: 12px;
    margin: 0;
}
.footer-bottom-nav
{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}
.footer-bottom-nav a
{
    text-decoration: none;
    color: #fafafa;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    transition: all .3s;
    font-weight: 600;
}
.footer-bottom-nav a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}


.backtotop-btn
{
    padding: 10px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    font-size: 32px;
    color: white;
    background-color: #1fb4cc;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
    z-index: 99;
}
.backtotop-btn:hover
{
    opacity: 1;
    transition: all .3s;
}

.contact-header
{
    text-align: center;
    margin-bottom: 50px;
}
.contact-header h1
{
    font-size: 32px;
    font-weight: 700;
}
.contact-header p
{
    font-size: 14px;
    font-weight: 600;
    color: #969696;
}
.contact-info
{
    margin-bottom: 50px;
}
.contact-info .col-12
{
    display: flex;
    align-items: center;
}
.contact-info-item
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-info-item-icon
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1fb4cc;
    font-size: 32px;
    color: #fafafa;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    box-sizing: content-box;
    margin-right: 20px;
}
.contact-info-item-body
{
    display: flex;
    flex-direction: column;
}
.contact-info-item-body span
{
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.contact-info-item-body p
{
    color: #969696;
    font-size: 14px;
    margin: 0;
}
.contact-info-item-body p span
{
    color: #1fb4cc;
    font-weight: 600;
}
.contact-map-form-container iframe
{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.contact-map-form-container .row
{
    margin:0;
}
.contact-map-form-container .col-12
{
    padding: 0;
}
.contact-forn
{
    background-color: #f7f7f7;
    padding: 30px;
}
.contact-forn h3
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-forn label
{
    font-size: 14px;
    font-weight: 600;
    color: #969696;
}
.contact-forn input
{
    width: 50%;
}
.contact-forn textarea
{
    width: 50%;
}
.contact-forn button
{
    background-color: #1fb4cc;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fafafa;
    border-radius: 20px;
    transition: all .3s;
}
.contact-forn button:hover
{
    background-color: rgba(12,171,211,.85);
    box-shadow: 0 0 5px rgba(12,171,211,.85);
    transition: all .3s;
}

@media screen and (max-width: 992px)
{
    .footer-bottom-nav
    {
        justify-content:center;
    }
    .contact-map-form-container iframe
    {
        height: 500px;
    }
    .contact-forn input,
    .contact-forn textarea
    {
        width: 80%;
        margin: auto;
    }
    .contact-forn label,
    .contact-forn button,
    .contact-forn h3
    {
        margin-left:10%;
    }
    
}
@media screen and (max-width:768px)
{
    .home-about-bottom span
    {
        margin-bottom: 20px;
    }
    .footer-bottom-text
    {
        justify-content: center;
        margin-top: 10px;
    }
    .carousel-caption h1
    {
        font-size: 32px;
        font-weight: 600;
    }
    .carousel-caption p
    {
       font-size: 18px;
    }
    .carousel-caption a
    {
        padding: 10px 15px;
    }
}

.page-banner
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin-bottom: 50px;
}
.page-banner-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.page-banner h1
{
    color: #fafafa;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}


.breadcrumb-list ul
{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    list-style: none;
}
.breadcrumb-list li
{
    margin: 15px;
    color:lightgrey;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1fb4cc;
}
.breadcrumb-list li+li:before
{
    content: "/";
    position: absolute;
    color:white;
    left:-17px;
}
.breadcrumb-list ul li a
{
    color:lightgrey;
    text-decoration: none;
    transition: all .2s;
}
.breadcrumb-list ul li a:hover
{
    color: #1fb4cc;
    transition: all .2s;
}

.article-header
{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.article-header span
{
    font-size: 14px;
    font-weight: 600;
    color: #777;
}
.article-header i
{
    margin-right: 15px;
}
.article-img img
{
    width: 100%;
}
.article-body
{
    padding: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}
.article-body h1
{
    font-size: 32px;
    margin: 30px 0;
}
.article-body p
{
    font-size: 14px;
    text-align: left;
}

.aside-list
{
    padding-top: 30px;
    border-top:1px solid #ebebeb;
}
.aside-list h3
{
    font-size: 18px;
    font-weight: 600;
    color: #303133;
    margin-bottom: 30px;
}
.aside-list ul
{
    list-style: none;
    padding: 0;
}
.aside-list a
{
    color:#303133 ;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;

}
.aside-list a:hover
{
    color: #1fb4cc;
    transition: all .3s;
}


.page-navigation-container
{
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
}
.page-navigation-container ul
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.page-navigation-container .page-link
{
    outline: none;
    color: black;
    border-color: #1fb4cc;
    transition: all .3s;
    margin: 5px;
    border-radius:0!important;
}
.page-navigation-container .page-link:hover
{
    background-color: #1fb4cc;
    color: white;
    transition: all .3s;
}
.page-navigation-container .page-link:focus
{
    box-shadow:0 0 0 2px rgba(31,180,204,.5);
}

.page-navigation-container .active .page-link
{
    background-color:#1fb4cc;
    border-color:#1fb4cc;
}


.gallery-item
{
    margin-bottom: 30px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    border: 1px solid #dedede;
}
.gallery-item a
{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(31,180,204,.7);
    opacity: 0;
    transition: all .3s;
    font-size: 20px;
    color: white;
}
.gallery-item a:hover
{
    opacity: 1;
    transition: all .3s;
}
.gallery-container
{
    margin-bottom: 100px;
}
.alert-success
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    opacity: 1!important;
}

