/* KAYDIRMA CUBUGU RENKLENDIRMESI */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

/* BASLANGIC */

body {
    overflow-x: hidden !important; /* YATAY EKSENDE KAYDIRMA CUBUGUNU KALDIR. */
    font-family: 'Gotham Narrow';
    background-color: #FFFFFF;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    min-height: 100%;
    height: auto !important;
    transition: background-color .5s;
}
p {
    font-family: 'Gotham Narrow';
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

.nopm{
    margin:0;
    padding:0;
    position: initial;
}

/* MENU */
.menu{
    background: #20729A;
    height: 88px;
}
.navbar-brand {
    background: #fff;
    display: inline-block;
    height: auto;
    float: right;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse{
    background: #212121;
    width: 100%;
}
.navbar{
    margin-bottom: 0px;
    border:0px;
}
.navbar-nav>li{
   min-width: 150px;
   height: 88px;
   text-align: center;
   border-right: .5px solid #717171;
   line-height: 88px;
   transition:all 1s ease-in-out;
}
.navbar-nav li:hover{
     background: #21729a !important;
}
.navbar-nav li:last-child{
    border-right: none;
}
.navbar-nav li:last-child:hover{
    color:#fff !important;
}
.navbar-nav>li a{
    height: 88px;
    margin:0px;
    padding: 9px 20px;
}
.navbar-nav>li:last-child a{
    color: #5994B1;
    font-size: 18px;
    font-weight: 500;
}

.navbar::after{
    content: "";
    position: absolute;
    left: 100%;
    background: #212121;
    width: 100%;
    height: 100%;
    top: 0;

}
.navbar-nav>li a:hover{
    opacity: .8!important;
    color: #ffffff!important;
}
.navbar-nav>li:last-child a:hover{
    color: #5994B1!important;
    opacity: .8!important;
}
.nav-link{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.navbar::after{
   /* content: "";
    position: absolute;
    background: #212121;
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;*/
}

/**/
.nav-top ul li{
    float: left;
    margin:0px 20px;
    color: #9D9D9D;
    font-size: 18px;
    font-weight: 400;
}
.nav-top ul li span{
    margin-right: 10px;
}
.nav-top .dropdown a{
	color: #9D9D9D;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-top ul .search a{
	color: #9D9D9D;
	font-size: 15px;
	margin:auto;
}


.ust-menu {
    padding: 10px 20px;
    z-index: 2;
    margin: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 2px 6px #787777;
    background-color: #fff;
}

    /* LOGO */
    .ust-menu .navbar-brand {
        padding:0px;
        height: auto;
    }

        .ust-menu .navbar-brand > img {
            padding: 0px;
            width: 100%;
            height: auto;
            display: block;
        }
   
    /* MENU - RENKLER */
    .ust-menu .navbar-nav > li > a {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500;
    }
.ust-menu {
    position: relative;
}

.navbar-lang{
    margin-top: 10px;
}
.navbar-lang ul li {
    float: left;
    margin-right: 10px;
}
.navbar-lang ul li span {
    color: #808080;
    font-size: 18px;
    margin-top: 6px;
}


.lang-liste img {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.navbar-lang ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #808080;
}
.navbar-lang ul .search {
    border-right: 1px solid #C5C5C5;
    padding-right: 10px;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    
}


    .ust-menu .navbar-nav > li > ul > li a {
        color: #01267e;
        font-weight: bold;
    }

.nav-top .alt-dropdown a{
    color: #000;
}

.dropdown-menu {
    min-width: 43px;
    opacity: 1;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #808080;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a {
    padding: 0px 9px!important;
    color: #ffffff;
}

@media (max-width: 900px) {
    .ust-menu .navbar-nav .open .dropdown-menu > li > a {
        color: #01267E;
        font-weight: bold;
        padding: 2px;
        padding-left: 10px;
        margin: 0px;
        margin-top: 3px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 0px;
    }
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 64px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
}


/* TABLETE KADAR KUCULTME OLAYI */

@media (max-width: 992px) {
    
.navbar-header {
    padding: 0px;
    float: none;
    margin-bottom: 50px;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-nav {
    float: none !important;
}
.navbar-nav > li {
            float: none;
        }
.navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .navbar-nav > li > ul {
                width: 100%;
            }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
        /*background-color: rgba(0, 0, 0, 0.8);
        padding-bottom: 10px;*/
        
    }


    .ust-menu {
        padding-top: 17px;
        min-width: 100%;
    }
.navbar-inverse .navbar-toggle {
    border-color: #BFA27C;
    background-color: #BFA27C;
}    
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #EFEAE3;
}
.navbar::after{
    display: none;

}
}
@media screen and (max-width: 767px)
{
    .navbar:before {display: none;}

   .navbar-collapse {border-top: none}
   .nav:before {display: none !important}

}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .ust-menu .navbar-toggle {
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: 0px;
        right: auto;
        top: 27px;
        margin-left: 0px;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .stellarnav {
        position: relative;
        top: 0;
        right: 0;
    }
}


@media (max-width: 992px) {
    .menu-sag {
        padding: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    /*.navbar-collapse.collapse.in {
        padding-top: 10px;
        margin-top: 60px;
    }*/

        .menu-sag li {
            display: inline-block;
        }

            .menu-sag li a {
                font-size: 15px !important;
                padding: 7px;
                margin: 0px;
            }
}



/* YUKLENIYOR */
.gnl-loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 9999999999;
}

.loading {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    text-align: center;
}

.loading-item {
    width: 100px;
    height: 100px;
    position: absolute;
}

.loading-item-1 {
    background-color: #FA5667;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: loading-item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-2 {
    background-color: #7A45E5;
    top: 0;
    right: 0;
    -webkit-animation: loading-item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-3 {
    background-color: #1B91F7;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: loading-item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-item-4 {
    background-color: #FAC24C;
    bottom: 0;
    left: 0;
    -webkit-animation: loading-item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
    animation: loading-item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@-webkit-keyframes loading-item-1_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    50% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
    }

    75% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@keyframes loading-item-1_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }

    50% {
        -webkit-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
    }

    75% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@-webkit-keyframes loading-item-2_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px);
        transform: translate(-100px, 100px);
    }

    75% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@keyframes loading-item-2_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }

    50% {
        -webkit-transform: translate(-100px, 100px);
        transform: translate(-100px, 100px);
    }

    75% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@-webkit-keyframes loading-item-3_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    50% {
        -webkit-transform: translate(-100px, -100px);
        transform: translate(-100px, -100px);
    }

    75% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@keyframes loading-item-3_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }

    50% {
        -webkit-transform: translate(-100px, -100px);
        transform: translate(-100px, -100px);
    }

    75% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@-webkit-keyframes loading-item-4_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    50% {
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px);
    }

    75% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@keyframes loading-item-4_move {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }

    50% {
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px);
    }

    75% {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

/*arama penceresi*/
/* ARAMA */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: 0;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        border-radius: 5px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #466ABE;
        border-color: #466ABE;
        opacity: 1;
        padding: 2px 13px 5px;
        font-size: 30px;
        border-radius: 5px;
    }

.arama-btn {
     background-color: #466ABE;
    border-color: #466ABE;
    border-radius: 5px;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.arama-btn:hover{
     background-color: #466ABE!important;
    border-color: #466ABE!important;
    
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #466ABE;
    border-color: #466ABE;
}
@media(max-width: 768px) {
    #search input[type="search"] {
        font-size: 30px;
        margin-top: -51px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #search .btn {
        margin-top: 10px;
    }
}
/*arama penceresi*/
/* ARAMA */

/*SLİDER*/
.slider .slider-img{
    width: 100%;
}
.slider .carousel-control{
    width: 0;
    /*top: 50%;*/
    top: 40%;
    font-size: 60px;
    margin: 0px 30px;
}
.carousel-control.right{
    right:20px;
}
.slider-perde{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}

/*SLİDER*/

/*TOP MENU*/

/*/-/-/-Section-1-Baslangic/-/-/-/*/
.section1{
    background: #F7F7F7;
    padding: 10px 0px;
}
.sec1-sol img{
    width: auto;
    height: auto;
    margin-right: 10px;
    float: left;
}
.sec1-sol span{
    color: #20729A;
    font-weight: 500;
    font-size: 40px;
}
.sec1-sag{
    background: #FFFFFF;
    border-radius: 30px;
    color: #0A0A0A;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 20px;
}
.sec1-sag a{
    background: #20729A;
    padding: 5px 10px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    float: right;
}
/*/-/-/-Section-1-Bitis/-/-/-/*/

/*/-/-/-Section-2-Baslangic/-/-/-/*/
.section2{
    background: #20729A;
    padding: 100px 0px;
}
.sec2-item{
    padding: 30px 10px;
    background: #1C6487;
    height: 295px;
}
.sec2-item img{
    margin:10px auto;
}
.sec2-title{
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec2-txt{
    color: #44A9DB;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
/*/-/-/-Section-2-Bitis/-/-/-/*/


/*/-/-/-Section-3-Baslangic/-/-/-/*/
.section3{
    padding: 200px 0px;
}
.section3 .row{
    text-align: center;
}
.sec3-top{
    margin-bottom: 40px;
    padding: 15px 20px;
    display: inline-block;
    border:1px solid #E2E2E2;
    border-radius: 70px;
}
.sec3-top img{
    margin-right: 20px;
    display: inline-block;
}
.sec3-top span{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.sec3-bottom{
    color: #585858;
    font-size: 18px;
    font-weight: 300;
}
/*/-/-/-Section-3-Bitis/-/-/-/*/

/*/-/-/-Section-4-Baslangic/-/-/-/*/
.section4{
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sec4-sol{
    color: #20729A;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.sec4-sol a{
    padding:10px 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    background: #10394D;
    display: inline-block;
    border-radius: 30px;
}
.sec4-sag ul {
    padding: 0;
    margin:0;
}
.sec4-sag li{
    display: block;
    width: 100%;
    height: 80px;
}
.sec4-sag ul li img{
    margin: auto;
}
/*/-/-/-Section-4-Bitis/-/-/-/*/

/*/-/-/-Section-5-Baslangic/-/-/-/*/
.section5{
    padding: 100px 0px;
}
.sec5-title{
    color: #141414;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.accordion {
  display: block;
  position: relative;
  width: 100%;
}

.accordion__item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__title {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0px 50px 0 20px;
  font-size: 18px;
  font-weight: 300;
  color: #8A8A8A;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  transition: background-color .2s;
}
.accordion__title:hover {
  background-color: #fafafa;
  color: #4F94B5;
}
.accordion__title.active {
  background:#F7F7F7
}
.accordion__title.active .x7 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion__title.active .x7 .btop {
  width: 67%;
  top: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.accordion__title.active .x7 .bmid {
  opacity: 0;
}
.accordion__title.active .x7 .bbot {
  width: 67%;
  bottom: 2px;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.accordion__content {
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-top: none;
  line-height: 1.65;
  padding: 25px;
  background-color: #fff;
  font-size: .875em;
}

.bmenu {
  width: 26px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
}

.btop, .bmid, .bbot {
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #8A8A8A;
  border-radius: 1px;
}

.btop {
  width: 40%;
}

.bmid {
  width: 60%;
}

.bbot {
  width: 80%;
}

.x7 {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform-origin: 60% 75%;
          transform-origin: 60% 75%;
}
.x7 .btop {
  top: 0;
  transition: width .3s, top .0s, -webkit-transform .3s;
  transition: width .3s, transform .3s, top .0s;
  transition: width .3s, transform .3s, top .0s, -webkit-transform .3s;
  transition-timing-function: ease-out;
}
.x7 .bmid {
  top: calc(50% - 1px);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  transition: opacity .1s;
  transition-timing-function: ease-out;
}
.x7 .bbot {
  bottom: 0;
  transition: width .3s, bottom .0s, -webkit-transform .3s;
  transition: width .3s, transform .3s, bottom .0s;
  transition: width .3s, transform .3s, bottom .0s, -webkit-transform .3s;
  transition-timing-function: ease-out;
}

/*/-/-/-Section-5-Bitis/-/-/-/*/

/*/-/-/-Section-6-Baslangic/-/-/-/*/
.sec1fot{
    background-color: #20729A;
}
.sec1fot span{
    color: #FFFFFF;
}
.section6{
    padding: 50px 0px;
    background:#F7F7F7;
}
.sec6-text{
    margin:20px 0px;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
}
.sec6-title{
    color: #20729A;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sec6-nav ul li {
    margin:10px 0px;
}
.sec6-nav ul li a{
    color: #878787;
    font-size: 17px;
    font-weight: 300;
    margin:10px 0px;
}
.sec6-nav ul {
    margin: 0px;
    padding: 0px;
}
.nav-social ul {
    margin: 0px;
    padding: 0px;
}
.nav-social ul li{
    float: left;
    margin: 10px;
}
.nav-social ul li{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 50px;
    height: 50px;

}
.nav-social ul li a span{
    position: relative;
    z-index: 1;
    top: 25%;
    height: 50%;
    width: 50%;
    line-height: 24px;
    font-size: 22px;
    transition: 0.3s;

}
.nav-social ul li a{
    position: relative;
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(110,110,110,.16);
}
.sec6-duyuru .item{
    border-left: 5px solid #20729A;
}
.sec6-duyuru .item a p{
    margin-left: 10px;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background-color: #20729A!important;
}
/*/-/-/-Section-6-Bitis/-/-/-/*/

/*COPYRIGHT*/
.etiket {
    padding: 10px 0;
    background-color: #F2F2F2;
    text-align: center;
}

.ctxt {
    font-size: 16px;
    color: #878787;
    font-weight: 300;
}

/*////-ALT SAYFALAR-/////////////////////////////////*/





/*Slider-Yazı*/
.txt1 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    width: 700px;
}

.txt2 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 5px;
}
.txt3{
    padding: 10px;
    border-radius: 80px;
    background-color: rgba(255,255,255,.2);
    display: inline-block;
    
}
.txt3 img{
    display: inline-block;
}
.txt3 p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
}
.sec1 {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30%,-50%);
    padding: 20px 30px;
}
@media(max-width: 1500px){
    .txt1 {
    font-size: 40px;
    }
    .txt2{
        font-size: 25px;
    }
}

@media(max-width: 1200px){
    .txt1 {
    font-size: 30px;
    }
    .txt2{
        font-size: 20px;
    }
    .sec1-sag{
        font-size: 20px;
    }
    .sec1-sag a {
    float: none;
    margin-left: 10px;
    }
    .sec2-item {
    height: 310px;
    }
    .sec4-sag li {
        height: 95px;
    }


}
@media(max-width: 992px){
    .txt1 {
    font-size: 23px;
    }
    .txt2{
        font-size: 18px;
    }
    .txt3 img {
    width: 50px;
    }
    .sec1-sol{
        text-align: center;
        margin-bottom: 20px;
    }
    .sec1-sol img {
    display: inline-block;
    float: none;
    }
    .sec1-sag a {
        margin-left: 110px;
    }
    .sec2-item{
        margin-bottom: 50px;
    }
    .sec4-sol{
        font-size: 30px;
    }
    .menu{
        height: 61px;
    }
    .navbar-toggler {
        display: block;
        float: right;
        margin-top: 15px;
        background-color: #ffffff;
        color: #20729A;
        box-shadow: none;
        border: none;
        outline: 0;
    }
    .navbar-nav>li{
        min-width: initial;
        height: auto;
        text-align: left;
        border-right:none;
        line-height: initial;
        margin:10px 0px;
    }
    .navbar{
        width: 100%;
        min-height: initial;
    }
    .navbar-collapse{
        background-color: #20729A;
        padding-left: 0px;
    }
    .slider{
        background-color: #20729A;
    }
}
@media(max-width: 768px){
    .txt1 {
    font-size: 20px;
    }
    .txt2{
        font-size: 15px;
    }
    .txt3 img {
    width: 40px;
    }
    .sec1 {
    left: 45%;
    transform: translate(-30%,-50%);
}
.sec1-sag a {
        margin-left: 35px;
    }
    .sec4-sol a{
        display: block;
    width: 200px;
    margin: auto;
    }
}
@media(max-width: 550px){
    .txt1 {
    font-size: 15px;
    }
    .txt2{
        font-size: 13px;
    }
    .txt3 p{
         font-size: 13px;
    }
    .txt3 img {
    width: 20px;
    }
    .sec1 {
    left: 50%;
    transform: translate(-20%,-50%);
    }
    .carousel-control span{
    font-size: 16px;
    }
    .sec1-sag a {
        margin-left: 10px;
        display: block;
    }
    .sec1-sag{
        text-align: center;
    }
    .sec3-top{
        padding: 10px;
    }
    .sec3-top img{
        width: 40px;
    }
    .sec3-top span{
        font-size: 20px;
    }
}
@media(max-width: 380px){
    .sec1 {
        display: none;
}
}
/*Slider-Yazı*/
.banner-top {
    position: relative;
    height: 250px;
    margin-bottom:50px;
}
.blur {
    filter: blur(7px);
    width:100%;
    height:100%;
    background-size: cover !important;
}

.banner-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);&
}
.left-title {
    background: #20729A;
    color: #fff;
    padding: 10px 0px;
    padding-left: 2em;
    margin-bottom: 10px;
}
.left-item {
    background: #f7f7f7;
    color: #707070;
    border-bottom: 1px solid #E1E1E1;
    padding:10px 0px;
    padding-left: 2em;
    
}
.left-item a {
    color:#707070;
}
    .left-item .active {
        color: #161616;
    }
    .left-item .active a {
        color: #161616;
    }

.detay-title {
    font-size: 36px;
    font-weight: 300;
    color: #20729A;
    margin-bottom:30px;
}
.detay-description {
}
.paket-title {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    padding: 20px 0px;
    color: #fff;
    background: #20729A;
    position: relative;
    z-index: 10000;
    padding-top: 30px;
}
    .paket-title:after {
        content: "";
        position: absolute;
        background: #20729A;
        bottom: -24px;
        left: -10px;
        width: 114%;
        height: 50px;
        transform: rotate(-3deg);
        z-index: 1;
    }
    .paket-item{
        padding:0px;
        overflow:hidden;
    }
.paket-fiyat {
    padding-top:25px;
    font-size: 60px;
    font-weight: 300;
    color: #555555;
    text-align: center;
    z-index: 100000;
    background: #EBEBEB;
}
.paket-fiyat span {
    color: #20729A;
    font-size:22px;
    font-weight:300;
}
.paket-fiyat i {
    font-size: 30px;
    font-weight: 300;
    vertical-align:super;
    color: #555555;
}
.paket-ozellik {
    padding:15px;
    background: #F6FBFE;
    text-align:center;
}
    .paket-ozellik ul li {
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        color: #555555;
        font-weight:300;
    }
.paket-btn {
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #20729A;
    color: #20729A;
    font-size:24px;
}
    .paket-btn:hover {
        background: #20729A;
        color:#fff;
    }