@media (min-width: 1300px) {
    .container{
        max-width: 1250px;
    }
}

.logo {
    margin-left:-15px;
    padding-top:10px;
}

.logo img	{
    height:70px;
    margin-bottom:10px;
    margin-left: 15px;
}

.serit	{
    background-color:#1a1a1a;
    padding:10px 0;
    color:#ccc;
}

.serit p	{
    margin:0;
    margin-top: 3px;
    font-size: 13px;
}

.serit p i  {
    margin-right: 5px;
}

.serit p span {
    margin-left: 15px;
}

.banner-dis	{
    background-color:#fff;
    padding: 15px 0;
}

.banner-sag	{
    float:right;
    margin-top:40px;
}

.sosyal 	{
    float:right;
}

.sosyal ul	{
    margin:0;
    padding:0;
}

.sosyal ul li	{
    display:inline-block;
}

.sosyal ul li a	{
    display:block;
    padding: 0 10px;
    color: #ccc;
    transition: all 0.2s;
}

.sosyal ul li a:hover {
    color: #1b7c80;
    transition: all 0.2s;
}

.ust-iletisim	{
    margin-top:30px;
}

.location {
    background-image:url(../images/ust-icon-02.png);
    background-position:left;
    background-size:30px;
    background-repeat:no-repeat;
}

.phone	{
    background-image:url(../images/ust-icon-01.png);
    background-position:left;
    background-size:35px;
    background-repeat:no-repeat;
}


.location p, .phone p	{
    margin:0;
    padding-left:35px;
}

.adres1 	{
    font-size:16px;
    color:#333;
}

.adres2	{
    color:#b3b3b3;
}

.arama	{
    float:right;
}

.ust-buton	{
    margin-top:30px;
    padding:0;
}

.ust-buton a	{
    float:right;
    background-color:#de5335;
    border:none;
    color:#fff;
    padding:9px 25px;
    font-size:16px;
    text-transform:uppercase;
    border-radius:4px;
    transition:all 0.2s;

}

.ust-buton a:hover	{
    background-color:#505050;
    text-decoration:none;
    transition:all 0.2s;
}

.anamenu {
    z-index: 10000 !important;
}

.anamenu .bg-dark {
    background-color: #1a1a1a !important;
}

.anamenu .nav-link {
    color: #fff !important;
    padding: 15px 20px !important;
    font-size: 16px;
}


.anamenu .navbar {
    padding: 0 20px;
    z-index: 1000;
}

.anamenu .active {
    border-bottom: 3px solid #80b3c9;
    background-image: url("../images/active-arrow.png");
    background-size: 12px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.navbar-toggler {
    border:none;
    color: #ccc;
}

.navbar .dropdown {
    z-index: 70000;
}

@media (max-width: 991px) {
    .ana-slider {
        margin-top: 0 !important;
    }
    .anamenu .nav-link {
        padding: 10px !important;
        font-size: 13px;
        text-align: center;
    }

    .anamenu .container {
        padding: 0;
    }

    .anamenu .active {
        border-bottom: 1px solid #80b3c9;
    }

    .dropdown-menu {
        background-color: transparent;
        text-align: center;
        font-size: 13px;
        border: none;
    }

    .dropdown-menu .dropdown-item {
        color: #ccc;
    }

    .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #fff;
    }

    .carousel-caption {
        width: 80% !important;
        text-align: center !important;
        left: 10% !important;
    }

    .carousel-caption h5 {
        font-size: 16px !important;
    }

    .carousel-caption h4 {
        font-size: 22px !important;
    }
    .mainpage-service h2 {
        font-size: 16px !important;
    }

    .alt-banner-right,
    .alt-banner-left {
        width: 100% !important;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    .parallax-window h5 {
        font-size: 22px !important;
    }
    .parallax-window h4 {
        font-size: 28px !important;
    }

    .mainpage-about p {
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    .ust-slogan span {
        display: none;
    }
}

.carousel-caption {
    text-align: left;
    width: 40%;
    bottom: 50%;
    transform: translateY(50%);
}

.carousel-caption h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.carousel-caption h4 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 25px;
}

.carousel-caption p {
    margin-bottom: 25px;
}

.carousel-caption h5 span {
    color: #80b3c9;
}
.carousel-caption h4 span {
    color: #80b3c9;
}

.carousel-mask {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-buttons {
    padding-top: 25px;
}

.button-01 {
    background-color: #80b3c9;
    border: 3px solid #80b3c9;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.2s;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.button-02 {
    border: 3px solid #80b3c9;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.2s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.button-02:hover,
.button-01:hover {
    background-color: #333;
    border: 3px solid #333;
    text-decoration: none;
    transition: all 0.2s;
    color: #fff;
}

.ana-slider {
    margin-top: -30px;
    z-index: 900;
}

.mainpage-about {
    text-align: center;
    padding: 50px 0;
}

.mainpage-about h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
    color: #1b7c80;
}

.mainpage-about p {
    font-size: 17px;
    color: #666;
    font-weight: 600;
}

.header-border {
    width: 100px;
    height: 20px;
    background-image: url("../images/header-border.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110px;
    margin: auto;
    margin-bottom: 25px;
}

.mainpage-services {

}

.mainpage-service a {
    color: #1a1a1a;
    transition: all 0.2s;
}

.mainpage-service {
    margin-bottom: 30px;
}

.mainpage-service a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.2s;
}

.mainpage-service img {
    width: 100%;
}

.mainpage-service h2 {
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding: 10px 10px 5px 30px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.parallax-window {
    text-align: center;
    padding: 75px 0 175px 0;
    color: #fff;
}

.parallax-window h5 {
    font-size: 32px;
    font-weight: bold;
}

.parallax-window h4 {
    font-size: 44px;
    font-weight: bold;
}

.parallax-window span {
    color: #80b3c9;
}

.alt-banner {
    margin-top: -100px;
}

.alt-banner img {
    width: 100%;
}

.alt-banner-inner {
    box-shadow: 0 0 15px #333;
    background-color: #fff;
}

.alt-banner-left {
    float: left;
    width: 50%;
}

.alt-banner-right {
    float: left;
    width: 50%;
    padding: 40px;
}

.alt-banner-right h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.alt-banner-right p {
    font-size: 13px;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
}

.alt-banner-right a {
    border-radius: 20px;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background-color: #458092;
    text-shadow: 0 0 3px #000;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 10px;
    transition: all 0.2s;
}

.alt-banner-right a + a {
    background-color: #80b3c9;
}

.alt-banner-right a:hover {
    background-color: #666;
    text-decoration: none;
    transition: all 0.2s;
}

.mainpage-gallery {
    background: rgb(227,227,227);
    background: linear-gradient(0deg, rgba(227,227,227,1) 0%, rgba(255,255,255,0) 100%);
    margin-top: 50px;
}

.mainpage-gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.mainpage-gallery-item img {
    width: 100%;
}

.mainpage-gallery-item .gallery-mask {
    background-color: rgba(27, 124, 128, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    opacity: 0;
    transition: all 0.2s;
    cursor: pointer;
}

.mainpage-gallery-item .gallery-mask:hover {
    opacity: 1;
    transition: all 0.2s;
}

.mainpage-gallery-item .gallery-mask img {
    width: 30px;
    margin-bottom: 5px;
}

.mainpage-gallery-item .gallery-mask-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mainpage-map {
    padding: 50px;
}

.iframe-contact {
    position: absolute;
    bottom:35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1000;
    min-width: 900px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 0 10px #333;
}

.iframe-contact p {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

.iframe-contact h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.iframe-contact-item1 {
    padding-left: 45px;
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
}

.iframe-contact-item2 {
    padding-left: 40px;
    background-image: url("../images/ust-icon-02.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
}

.iframe-contact-item3{
    padding-left: 50px;
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35px;
}


.footer {
    background-color: #000;
    padding: 40px 0;
    margin-top: 50px;
    color: #ccc;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 25px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social ul {
    margin: 0 0 0 -6px;
    padding: 0;
    text-align: center
}

.footer-social ul li {
    display: inline-block;

}

.footer-social ul li a {
    padding: 0 15px !important;
    color: #ccc;
    font-size: 22px !important;
    transition: all 0.2s;
}

.footer-social ul li a:hover {
    color: #e78610;
    transition: all 0.2s;
}

.footer-menu {
    margin-bottom: 25px;
}

.footer-menu h3 {
    font-size: 18px;
    font-weight: 600;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    display: block;
    padding: 3px 2px;
    font-size: 14px;
    color: #ccc;
    transition: all 0.2s;
}

.footer-menu ul li a:hover {
    text-decoration: none;
    color: #ccc;
    padding-left: 10px;
    transition: all 0.2s;
}

.footer-menu p {
    font-size: 14px;
}

.footer-menu p i {
    width: 20px;
    color: #fff;
}

.footer-alt {
    background-color: #666;
    text-align: center;
    padding: 8px;
    color: #ccc;
    font-size: 11px;
}

.footer-alt p {
    margin: 0;
}

.footer-contact {
    text-align: center;
}

.footer-contact p {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.page-banner {
    background-color: #ccc;
    width: 100%;
    text-align: center;
    padding: 70px 0 30px 0;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-mask {
    position: absolute;
    background: rgb(51,51,51);
    background: linear-gradient(90deg, rgba(51,51,51,0.9) 0%, rgba(51,51,51,0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

.page-banner h1 {
    z-index: 750;
    position: relative;
    font-weight: 600;
    color: #fff;
}

.page-banner .breadcrumb {
    text-align: center !important;
    display: block;
    background-color: transparent;
    z-index: 750;
    position: relative;
    color: #fff;
}

.page-banner .breadcrumb li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    color: #ccc;
}

.page-banner .breadcrumb li a {
    color: #fff;
}

.page-banner .breadcrumb li a:hover {
    text-decoration: none;
    transition: all 0.2s;
    color: #e78610;
}

.page-content {
    padding: 50px 0;
    color: #333;
    line-height: 26px;
    font-size: 14px;
}

.page-content img {
    max-width: 100%;
}

.page-content .blog-item a h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.page-content .blog-item p {
    font-size: 13px;
}

.page-content .blog-item a:hover {
    text-decoration: none;
}

.content-image img {
    padding: 2px;
    max-width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #333;
    margin-bottom: 25px;
}

.about-icon {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
}

.about-icon i {
    font-size: 44px;
    margin-bottom: 15px;
}

.about-icon h3 {
    font-size: 22px;
    font-weight: 600;
}

.about-icon p {
    font-size: 12px;
    line-height: 22px;
}

.sidepanel {

}

.side-module {
    border: 1px solid #333;
}

.side-module h3 {
    font-size: 18px;
    padding: 8px 15px;
    margin: 0;
    background-color: #333;
    color: #fff;
}

.side-module ul {
    margin: 0;
    padding: 0;
}

.side-module ul li {
    list-style: none;
}

.side-module ul li + li {
    border-top: 1px solid #ccc;
}

.side-module ul li a {
    display: block;
    padding: 5px 15px;
    color: #666;
    transition: all 0.2s;
}

.side-module ul li a:hover {
    text-decoration: none;
    background-color: #dedede;
    transition: all 0.2s;
}

.side-module + .side-module {
    margin-top: 25px;
}

.blog-item {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.blog-item img {
    width: 100%;
}

.blog-item h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
}

.blog-item p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 22px;
}

.blog-item .readon {
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    transition: all 0.2s;
}

.blog-item .readon:hover {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all 0.2s;
}

.gallery img {
    max-width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.article-gallery-image {
    width:100%;
    padding-bottom:65%;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    background:#fff;
    margin-bottom: 30px;
}

.article-gallery-image img {
    position:absolute;
    width:auto;
    min-width:100%;
    min-height:100%;
    padding: 2px;
    border: 1px solid #ccc;
}

.gallery-img {
    margin-bottom: 30px;
}

.gallery-img img {
    padding: 2px;
    width: 100%;
    border: 1px solid #ccc;
}


.contact-title {
    text-align: center;
}

.btn {
    background-color: #1b7c80;
    width:100%;
    color: white;
    padding: 10px 0;
}
.contact-title h4 {
    margin: 40px 0 15px 0;
}
.contact-title p {
    font-size: 14px;
    color: gray;
    margin: 30px 0 60px 0;
}

.contact-info p {
    font-size: 15px;
    color: gray;
}


.info-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}

.info-box + .info-box {
    border-top: 1px solid #cccccc;
}

.info-box i {
    font-size: 33px;
    color: #1b7c80;
    margin-right: 30px;
    width: 50px !important;
    text-align: center;
    /* height: 50px; */
}
.info-box p {
    margin: 0;
}







