/*
Yazan : Serhat Çolak
*/
/*
font-family: 'Montserrat', sans-serif;
*/
/* cyrillic-ext */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,body {width:100%;height: 100%;}
body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 2em;
font-size:16px;
}
a {
color: #222;
text-decoration: none;
}
a:hover,
a:focus {
text-shadow: none;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {vertical-align:middle;}
h1,h2,h3,h4,h5,h6{}

@media only screen and (max-width : 320px) {
    .sw-header{background: #fff;position: relative;left: 0;right: 0;top: 0;z-index: 9999999}
    .sw-h-top{display: none;}
    .sw-header .sw-logo{width: auto;max-width: 60%;height: auto;position: absolute;left: 0;right: 0;top: 5px;z-index: 999999999;display: block;margin:0 auto}
    .sw-header .sw-logo img{width: 100%;height: auto;margin-left: -12px;}
    .sw-header ul{display: block!important;}
    .sw-header .sw-menu{float: right}
    .sw-header .sw-menu .sw-menuTab{position: relative;z-index: 99999999;font-size:30px;color:#e39a8b;padding:20px 10px;display: flex;align-items: center;justify-content: flex-end;}
    .sw-header .sw-menu>ul{position: fixed;left: -100%;top:0;width: 100%;height: 100%;background: #fff;z-index: 9999999;list-style: none;margin:0;padding:130px 15px 15px 15px;transition: all .7s ease-in-out;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;opacity: 0;}
    .sw-header .sw-menu>ul>li>.sw-logo{display: none}
    .sw-header .sw-menu>ul>li>a{display: block;font-size:24px;line-height: 40px;text-align: center;color: #e39a8b!important;font-weight: bold;transition: all .4s;width: max-content;margin: 0 auto;}
    .sw-menu .sw-submenuTab{position: absolute;right: 25%;top: 12px;bottom: 0;display: flex;color: #e39a8b;}
    .sw-menu>ul>li>ul{position: relative;text-align: center;border: none;float: none;background: none;height: 0;transition: all .3s ease-in-out;overflow: hidden;}
    .sw-menu>ul>li>ul>li>a{color: #aaa;font-weight: bold}

    .sw-menu .header-right{display: flex;margin-bottom: 20px;}
    .sw-menu .header-right .randevu-btn{margin-right: 10px;font-weight: 500;text-align: center;padding: 4px 20px;border:1px solid #e39a8b;color: #e39a8b;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .randevu-btn:hover{background-color: #b06656;color: #fff;}

    .sw-menu .header-right .wapp-btn{font-weight: 500;text-align: center;font-size: 20px;padding: 4px 20px;border:1px solid #00a651;color: #00a651;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .wapp-btn:hover{background: #037b3e;color: #fff;}
}
@media only screen and (min-width : 321px) and (max-width : 767px) {
    .sw-header{background: #fff;position: relative;left: 0;right: 0;top: 0;z-index: 9999999}
    .sw-h-top{display: none;}
    .sw-header .sw-logo{width: auto;max-width: 60%;height: auto;position: absolute;left: 0;right: 0;top: 5px;z-index: 999999999;display: block;margin:0 auto}
    .sw-header .sw-logo img{width: 100%;height: auto;margin-left: -12px;}
    .sw-header ul{display: block!important;}
    .sw-header .sw-menu{float: right}
    .sw-header .sw-menu .sw-menuTab{position: relative;z-index: 99999999;font-size:30px;color:#e39a8b;padding:20px 10px;display: flex;align-items: center;justify-content: flex-end;}
    .sw-header .sw-menu>ul{position: fixed;left: -100%;top:0;width: 100%;height: 100%;background: #fff;z-index: 9999999;list-style: none;margin:0;padding:130px 15px 15px 15px;transition: all .7s ease-in-out;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;opacity: 0;}
    .sw-header .sw-menu>ul>li>.sw-logo{display: none}
    .sw-header .sw-menu>ul>li>a{display: block;font-size:24px;line-height: 40px;text-align: center;color: #e39a8b!important;font-weight: bold;transition: all .4s;width: max-content;margin: 0 auto;}
    .sw-menu .sw-submenuTab{position: absolute;right: 25%;top: 12px;bottom: 0;display: flex;color: #e39a8b;}
    .sw-menu>ul>li>ul{position: relative;text-align: center;border: none;float: none;background: none;height: 0;transition: all .3s ease-in-out;overflow: hidden;}
    .sw-menu>ul>li>ul>li>a{color: #aaa;font-weight: bold}

    .sw-menu .header-right{display: flex;margin-bottom: 20px;}
    .sw-menu .header-right .randevu-btn{margin-right: 10px;font-weight: 500;text-align: center;padding: 4px 20px;border:1px solid #e39a8b;color: #e39a8b;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .randevu-btn:hover{background-color: #b06656;color: #fff;}

    .sw-menu .header-right .wapp-btn{font-weight: 500;text-align: center;font-size: 20px;padding: 4px 20px;border:1px solid #00a651;color: #00a651;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .wapp-btn:hover{background: #037b3e;color: #fff;}
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .sw-header{background: #fff;position: relative;left: 0;right: 0;top: 0;z-index: 9999999}
    .sw-h-top{display: none;}
    .sw-header .sw-logo{width: auto;max-width: 60%;height: auto;position: absolute;left: 0;right: 0;top: 5px;z-index: 999999999;display: block;margin:0 auto}
    .sw-header .sw-logo img{width: 80%;height: auto;margin-left: -12px;}
    .sw-header ul{display: block!important;}
    .sw-header .sw-menu{float: right}
    .sw-header .sw-menu .sw-menuTab{position: relative;z-index: 99999999;font-size:30px;color:#e39a8b;padding:20px 10px;display: flex;align-items: center;justify-content: flex-end;}
    .sw-header .sw-menu>ul{position: fixed;left: -100%;top:0;width: 100%;height: 100%;background: #fff;z-index: 9999999;list-style: none;margin:0;padding:130px 15px 15px 15px;transition: all .7s ease-in-out;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;opacity: 0;}
    .sw-header .sw-menu>ul>li>.sw-logo{display: none}
    .sw-header .sw-menu>ul>li>a{display: block;font-size:24px;line-height: 40px;text-align: center;color: #e39a8b!important;font-weight: bold;transition: all .4s;width: max-content;margin: 0 auto;}
    .sw-menu .sw-submenuTab{position: absolute;right: 39%;top: 12px;bottom: 0;display: flex;color: #e39a8b;}
    .sw-menu>ul>li>ul{position: relative;text-align: center;border: none;float: none;background: none;height: 0;transition: all .3s ease-in-out;overflow: hidden;}
    .sw-menu>ul>li>ul>li>a{color: #aaa;font-weight: bold}

    .sw-menu .header-right{display: flex;margin-bottom: 20px;}
    .sw-menu .header-right .randevu-btn{margin-right: 10px;font-weight: 500;text-align: center;padding: 4px 20px;border:1px solid #e39a8b;color: #e39a8b;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .randevu-btn:hover{background-color: #b06656;color: #fff;}

    .sw-menu .header-right .wapp-btn{font-weight: 500;text-align: center;font-size: 20px;padding: 4px 20px;border:1px solid #00a651;color: #00a651;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .wapp-btn:hover{background: #037b3e;color: #fff;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .sw-h-top{padding: 10px 0 0 0;}
    .sw-h-top a{margin: 0;padding: 0;text-align: end;display: block;color: #e39a8b;}
    .sw-logo{margin-bottom: 20px;}
    .sw-logo img{display: block;max-width: 100%;height: auto;}

    .sw-menu{display: flex;justify-content: space-between;align-items: center;}
    .sw-menu .sw-mobil-iletisim, .sw-menu .sw-menuTab{display: none;}
    .sw-menu>ul{padding-left: 150px;}
    .sw-menu>ul>li{float: left;}
    .sw-menu>ul>li>a{display: block;padding: 15px;font-size: 18px;font-weight: 400;color: #e39a8b;transition: all .3s ease-in-out;position: relative;}
    .sw-menu>ul>li>a:before{content: '';position: absolute;left: 0;bottom: 10px;height: 2px;width: 0;background: #b06656;transition: all .3s ease-in-out;}
    .sw-menu>ul>li>a:hover{color: #b06656;}
    .sw-menu>ul>li>a:hover::before{width: 100%;}

    .sw-menu .sw-submenuTab{display: none;}
    .sw-menu>ul>li{position: relative;}
    .sw-menu>ul>li>ul{position: absolute;min-width: 25rem;z-index: 9;height: auto;background: #fff;right: 0;opacity: 0;left:0;visibility: hidden;transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;}
    .sw-menu>ul>li:hover>ul{opacity: 1;visibility: visible;margin-top: 0;}
    .sw-menu>ul>li>ul>li>a{display: block;padding: 5px 1px;text-align:center;color: #717171;transition: all .3s ease-in-out;}
    .sw-menu>ul>li>ul>li>a:hover{color: #e39a8b}

    .sw-menu .header-right{display: flex;}
    .sw-menu .header-right .randevu-btn{margin-right: 10px;font-weight: 500;text-align: center;padding: 4px 20px;border:1px solid #e39a8b;color: #e39a8b;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .randevu-btn:hover{background-color: #b06656;color: #fff;}

    .sw-menu .header-right .wapp-btn{font-weight: 500;text-align: center;font-size: 20px;padding: 4px 20px;border:1px solid #00a651;color: #00a651;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .wapp-btn:hover{background: #037b3e;color: #fff;}
}
@media only screen and (min-width : 1200px){
    .sw-h-top{padding: 10px 0 0 0;}
    .sw-h-top a{margin: 0;padding: 0;text-align: end;display: block;color: #e39a8b;}
    .sw-logo{margin-bottom: 20px;}
    .sw-logo img{display: block;max-width: 100%;height: auto;}

    .sw-menu{display: flex;justify-content: space-between;align-items: center;}
    .sw-menu .sw-mobil-iletisim, .sw-menu .sw-menuTab{display: none;}
    .sw-menu>ul{padding-left: 150px;}
    .sw-menu>ul>li{float: left;}
    .sw-menu>ul>li>a{display: block;padding: 15px;font-size: 18px;font-weight: 400;color: #e39a8b;transition: all .3s ease-in-out;position: relative;}
    .sw-menu>ul>li>a:before{content: '';position: absolute;left: 0;bottom: 10px;height: 2px;width: 0;background: #b06656;transition: all .3s ease-in-out;}
    .sw-menu>ul>li>a:hover{color: #b06656;}
    .sw-menu>ul>li>a:hover::before{width: 100%;}

    .sw-menu .sw-submenuTab{display: none;}
    .sw-menu>ul>li{position: relative;}
    .sw-menu>ul>li>ul{position: absolute;min-width: 25rem;z-index: 9;height: auto;background: #fff;right: 0;opacity: 0;left:0;visibility: hidden;transition: all 500ms ease-in-out;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;}
    .sw-menu>ul>li:hover>ul{opacity: 1;visibility: visible;margin-top: 0;}
    .sw-menu>ul>li>ul>li>a{display: block;padding: 5px 1px;text-align:center;color: #717171;transition: all .3s ease-in-out;}
    .sw-menu>ul>li>ul>li>a:hover{color: #e39a8b}

    .sw-menu .header-right{display: flex;}
    .sw-menu .header-right .randevu-btn{margin-right: 10px;font-weight: 500;text-align: center;padding: 4px 20px;border:1px solid #e39a8b;color: #e39a8b;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .randevu-btn:hover{background-color: #b06656;color: #fff;}

    .sw-menu .header-right .wapp-btn{font-weight: 500;text-align: center;font-size: 20px;padding: 4px 20px;border:1px solid #00a651;color: #00a651;border-radius: 10px;transition: all .3s ease-in-out;box-shadow: 2px 2px 10px #ccc;}
    .sw-menu .header-right .wapp-btn:hover{background: #037b3e;color: #fff;}
}
/*responsive son*/
.sw-header ul{list-style: none;margin:0;padding:0;}
/*header-sosyal-medya*/
.sw-h-sosyalmedya{float: right;}
.sw-h-sosyalmedya>ul{overflow: hidden;list-style: none;margin:0;padding:0;float: right;}
.sw-h-sosyalmedya>ul>li{float: left;}
.sw-h-sosyalmedya>ul>li>a{display:block;width: 30px;height: 30px;border-radius: 5px;margin-left:4px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
@media only screen and (max-width : 320px) {
.sw-h-sosyalmedya>ul>li>a{font-size:11px;}
}
@media only screen and (min-width : 321px) and (max-width : 767px) {
.sw-h-sosyalmedya>ul>li>a{font-size:14px;}
}
.sw-h-sosyalmedya>ul>li>a>i{transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-h-sosyalmedya>ul>li>a:hover>i{transform: scale(1.4);}
/*-------------------------------------------------------------------------------------------------------------------------------------------
--> Slayt
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-slide{}
.sw-slide .item{position: relative;overflow: hidden;}
.sw-slide .item .img-box{position: relative;padding: 0 4% 4% 4%;}
.sw-slide .item .img-box:before{content: '';position: absolute;left: 0;top: 0;width: 92%;height: 91.5%;background: rgba(0, 0, 0, 0.5);z-index: 9;right: 0;display: block;margin: 0 auto;}
.sw-slide .item img{width: 100%;height: 800px;object-fit: cover;}
.sw-slide .item .slide-text{position: absolute;left: 15%;bottom: 10%;transition: all 1s .4s ease-in-out;filter: blur(15px);visibility: hidden;z-index: 999;}
.sw-slide .active .slide-text{bottom: 30%;filter: blur(0);visibility: visible;}
.sw-slide .item .slide-text h2{color: #fff;text-shadow: 1px 1px 1px #000;font-weight: 500;font-size: 42px;}
.sw-slide .item .slide-text p{color: #ddd;text-shadow: 1px 1px 1px #000;font-size: 20px;}
.sw-slide .item .slide-text .link{width: 130px;height: 45px;color: #fff;font-weight: 500;padding: 10px;text-align: center;background: #e39a8b;border-radius: 10px;margin-top: 20px;transition: all .3s ease-in-out;display: flex;align-items: center;justify-content: center;}
.sw-slide .item .slide-text .link:hover{background: #b06656;}
@media only screen and (min-width : 321px) and (max-width : 767px){
    .sw-slide .item .img-box{padding: 0!important;}
    .sw-slide .item .img-box:before{width: 100%!important;height: 100%!important;}
    .sw-slide .item img{height: 600px;}
    .sw-slide .item .slide-text{left: 8%;bottom: 0;}
    .sw-slide .active .slide-text{bottom: 10%;}
    .sw-slide .item .slide-text h2{font-size: 26px;}
    .sw-slide .item .slide-text p{font-size: 16px;}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
    .sw-slide .item .img-box:before{height: 96.5%;}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
    .sw-slide .item .img-box:before{height: 95%;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
--> Main-
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-main{padding: 50px;overflow: hidden;}
.sw-main h2{font-size: 55px;text-align: center;position: relative;width: fit-content;margin: 0 auto;padding:8px 35px;font-weight: 500;color: transparent;transition: all .3s ease-in-out}
.sw-main h2 .bracket1{position: absolute;left: 130px;top: 0;font-size: 70px;color: #f2f2f2;font-weight: 400;transition: all 1s ease-in-out}
.sw-main h2 .bracket2{position: absolute;right: 130px;top: 0;font-size: 70px;color: #f2f2f2;font-weight: 400;transition: all 1s ease-in-out}
.sw-main .owl-tedaviler{margin-top: 50px;}
.sw-main .owl-tedaviler .owl-stage-outer{overflow: visible!important;}
.sw-main .owl-tedaviler .item {background: #f2f2f2;transition: all .3s ease-in-out;-webkit-box-shadow: 0 100px 80px rgb(0 0 0 / 7%), 0 41.7776px 33.4221px rgb(0 0 0 / 5%), 0 22.3363px 17.869px rgb(0 0 0 / 4%), 0 12.5216px 10.0172px rgb(0 0 0 / 4%), 0 6.6501px 5.32008px rgb(0 0 0 / 3%), 0 2.76726px 2.21381px rgb(0 0 0 / 2%);box-shadow: 0 100px 80px rgb(0 0 0 / 7%), 0 41.7776px 33.4221px rgb(0 0 0 / 5%), 0 22.3363px 17.869px rgb(0 0 0 / 4%), 0 12.5216px 10.0172px rgb(0 0 0 / 4%), 0 6.6501px 5.32008px rgb(0 0 0 / 3%), 0 2.76726px 2.21381px rgb(0 0 0 / 2%);border-radius: 10px;position: relative;margin-bottom: 6em;overflow: hidden;}
.sw-main .owl-tedaviler .item:hover{transform: scale(0.95);}
.sw-main .owl-tedaviler .item img{position: relative;width: 100%;height: 250px;object-fit: cover;}
.sw-main .owl-tedaviler .item .item-text{position: relative;}
.sw-main .owl-tedaviler .item .item-text h3{font-style: normal;text-align: center;margin-top: 20px;height: 50px;line-height: 25px;font-weight: 600;font-size: 1.2em;line-height: 110%;letter-spacing: -.01em;color: #58595b;margin-bottom: 8px;}
.sw-main .owl-tedaviler .item .item-text a{background: #fafafa;width: 35%;margin: 30px auto;-webkit-box-shadow: 0 100px 80px rgb(0 0 0 / 2%), 0 41.7776px 33.4221px rgb(0 0 0 / 3%), 0 22.3363px 17.869px rgb(0 0 0 / 4%), 0 12.5216px 10.0172px rgb(0 0 0 / 4%), 0 6.6501px 5.32008px rgb(0 0 0 / 5%), 0 2.76726px 2.21381px rgb(0 0 0 / 7%);box-shadow: 0 100px 80px rgb(0 0 0 / 2%), 0 41.7776px 33.4221px rgb(0 0 0 / 3%), 0 22.3363px 17.869px rgb(0 0 0 / 4%), 0 12.5216px 10.0172px rgb(0 0 0 / 4%), 0 6.6501px 5.32008px rgb(0 0 0 / 5%), 0 2.76726px 2.21381px rgb(0 0 0 / 7%);border-radius: 5px;height: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-weight: 600;font-size: 0.9em;line-height: 20px;text-align: center;letter-spacing: -.01em;color: #58595b;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.sw-main .owl-tedaviler .item .item-text a:hover{box-shadow: none;-webkit-box-shadow: none}
.sw-main .owl-tedaviler .left-ok{bottom: 10px;color: #bebcbc;}
.sw-main .owl-tedaviler .right-ok{bottom: 10px;color: #bebcbc;}
@media only screen and (min-width : 321px) and (max-width : 767px){
    .sw-main h2{font-size: 34px;padding: 18px 35px;}
    .sw-main .owl-tedaviler .item{height: 425px;}
    .sw-main .owl-tedaviler .item .item-text a{width: 40%;height: 40px;}
    .sw-main h2 .bracket1{left: 80px;}
    .sw-main h2 .bracket2{right: 80px;}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
    .sw-main .owl-tedaviler .item .item-text h3{font-size: 2vw;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
--> Main-2
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-main-2{padding: 50px 0;}
.sw-main-2 h2{font-size: 55px;margin-bottom: 50px!important;text-align: center;position: relative;width: fit-content;margin: 0 auto;padding:8px 35px;font-weight: 500;color: transparent;transition: all .3s ease-in-out}
.sw-main-2 h2 .bracket3{position: absolute;left: 80px;top: 0;font-size: 70px;color: #f2f2f2;font-weight: 400;transition: all 1s ease-in-out}
.sw-main-2 h2 .bracket4{position: absolute;right: 80px;top: 0;font-size: 70px;color: #f2f2f2;font-weight: 400;transition: all 1s ease-in-out}
.sw-main-2 .item{margin-bottom: 30px;}
.sw-main-2 .item img{width: 100%;height: auto;object-fit: cover;box-shadow: 8px 13px 20px 0px #ccc;border-radius: 6px;transition: all .4s ease;}
.sw-main-2 .item img:hover{transform: scale(1.1);}
@media only screen and (min-width : 321px) and (max-width : 767px){
    .sw-main-2{padding: 0;}
    .sw-main-2 h2{font-size: 34px;padding: 18px 35px;}
    .sw-main-2 h2 .bracket3{left: 40px;}
    .sw-main-2 h2 .bracket4{right: 40px;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
--> Main-3
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-main-3{padding: 100px 0;overflow: hidden;background: url('../images/main5-bg.jpg') top no-repeat;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;overflow: hidden}
.sw-main-3 form{margin-top: 50px}
.sw-main-3 form label{font-size: 14px;font-weight: 500}
.sw-main-3 form input{height: 50px;background:#F2F2F2;border: none}
.sw-main-3 form select{height: 50px;background:#F2F2F2;border: none}
.sw-main-3 form textarea{background:#F2F2F2;border: none}
.sw-main-3 form button{border: none;background: transparent;border: 1px solid #e39a8b;border-radius: 10px;padding: 10px 30px;margin-top: 30px;transition: all .3s ease-in-out}
.sw-main-3 form button:hover{background:#e39a8b;color: #fff }
.wrp{content: '';position: absolute;width: calc(100% + 10px);height: calc(100% + 10px);background: #dd0000;top: -5px;left: -5px;transform: scaleY(1) translateZ(0);backface-visibility: hidden;transform-origin: top;transition: transform 1.5s cubic-bezier(.405, .005, 0, 1), -webkit-transform 1.5s cubic-bezier(.405, .005, 0, 1);z-index: 9999}
.wrap-scroll{transform: translateY(30px) skew(10deg);opacity: 0;transition: all 1s ease-in-out;}
@media only screen and (min-width : 321px) and (max-width : 767px){
    .sw-main-3{padding: 50px 0;}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------
FOOTER.php
-------------------------------------------------------------------------------------------------------------------------------------------*/

.sw-footer .contacts{margin-top: 40px;display: flex;align-items: flex-start;justify-content: center;flex-flow: column;}
.sw-footer .contacts a{font-size: 15px;margin-bottom: 24px;}
.sw-footer .contacts a img{margin-right: 15px;}
.sw-footer h3{font-size: 22px;}
.hemenAraBg {background-color: #00a3ff !important;background-image: linear-gradient(90deg, #00a3ff, #006199);}
.whatsAppBg {background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}

.intro-banner-vdo-play-btn {height: 40px;width: 40px;bottom:130px;left:50px;text-align: center;border-radius: 100px;z-index: 999;position: fixed;color: white;}
.intro-banner-vdo-play-btn i {line-height: 40px;font-size: 18px;}
.intro-banner-vdo-play-btn .ripple {position: absolute;width: 160px;height: 160px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -80px 0 0 -80px;border-radius: 100px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
.intro-banner-vdo-play-btn .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.intro-banner-vdo-play-btn .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.intro-banner-vdo-play-btn1 {height: 40px;width: 40px;bottom:50px;left:50px;text-align: center;border-radius: 100px;z-index: 999;position: fixed;color: white;}
.intro-banner-vdo-play-btn1 i {line-height: 40px;font-size: 18px;}
.intro-banner-vdo-play-btn1 .ripple {position: absolute;width: 160px;height: 160px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -80px 0 0 -80px;border-radius: 100px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
.intro-banner-vdo-play-btn1 .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.intro-banner-vdo-play-btn1 .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.sw-footer{padding:70px 0 0 0;color:#eee;background: rgb(176,102,86);
background: linear-gradient(90deg, rgba(176,102,86,1) 0%, rgba(191,134,122,1) 47%, rgba(227,154,139,1) 100%);}
.sw-footer ul{list-style: none;margin:0;padding:0;}
.sw-footer a{color:#eee;font-size: 13px;transition: all 250ms ease-in-out;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;}
/*footer-list*/
.sw-footer-box{margin-bottom: 20px;}
.sw-footer-box h2{font-size:16px;padding: 10px 0;border-bottom:1px dotted #aaa;margin-bottom: 10px;font-weight: bold;}
.sw-footer-box ul{overflow: hidden;}
.sw-footer-box ul li{overflow: hidden;}
.sw-footer-box ul li a{display: block;padding:3px 0;}
/*footer-adres-be-iletisim*/
.sw-footer-adres-box{margin-bottom: 20px;}
.sw-footer-adres-box h2{font-size:16px;padding: 10px 0;border-bottom:1px dotted #aaa;margin-bottom: 10px;font-weight: bold;}
.sw-footer-adres-box ul{overflow: hidden;}
.sw-footer-adres-box ul li{overflow: hidden;}
.sw-footer-adres-box ul li a{display: block;padding:9px 0 9px 30px;position: relative;}
.sw-footer-adres-box ul li a>i{position: absolute;left:0;top:13px;font-size:16px;text-align: center;width: 30px;}
/*footer-sosyalmedya*/
.sw-footer-sosyalmedya{margin-bottom: 20px;}
.sw-footer-sosyalmedya>ul{overflow: hidden;}
.sw-footer-sosyalmedya>ul>li{float:right;width:13.33%;padding: 0 1px;}
.sw-footer-sosyalmedya>ul>li>a{display: block;font-size:16px;text-align: center;border-radius: 5px;}
.sw-footer-sosyalmedya>ul>li>a>i{transform: scale(1.1);transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-footer-sosyalmedya>ul>li>a:hover>i{transform: scale(1.4);}

.sw-footer-copyright{margin-bottom: 20px;font-size:12px;}
.sw-footer-copyright p{padding: 15px 0;text-align: center;margin-bottom: 0}

.sw-footer-link-box{margin-bottom: 20px;}
.sw-footer-link-box a{display: block;padding:5px 0;text-align: center;}

.serhat{display: block;text-align: center;background: #000;padding: 5px;}
.serhat b{color: coral!important;text-decoration: underline;margin: 0 4px;}

/*-------------------------------------------------------------------------------------------------------------------
GENEL
--------------------------------------------------------------------------------------------------------------------*/
.sw-page-header{padding:80px 0 30px 0;background-color: #eee;overflow: hidden;}
.sw-page-header .sw-title{font-size:26px;text-align: center;}
.sw-page-body{padding-top:30px;}
.sw-page-body .sw-sub-title{border-bottom:2px solid #ddd;font-size:20px;padding: 10px 0;font-weight: bold;margin-bottom: 30px;}

.sw-page-footer{padding:30px 0 0 0;background: #f9f9f9;margin-bottom: 30px;}

.sw-cursor{cursor: pointer;}

.sw-uyari-box{border:2px dashed #ddd;margin-bottom:30px;padding:50px 25px;text-align: center;}

/*line-clamp*/
.sw-line-clamp-1{display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-2{display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-3{display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-4{display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow: hidden;}
.sw-line-clamp-5{display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow: hidden;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Güvenlik Kodu
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-guvenlik{background: #fff;position: relative;border:1px solid #ccc;text-align: center;padding: 2px 60px 2px 5px;height: 45px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.sw-guvenlik .yenile{position: absolute;padding:7px 0;top:0;right:0;width: 40px;text-align: center;}
.gkodu::-webkit-input-placeholder {/* Edge */font-size:12px;}
.gkodu:-ms-input-placeholder {/* Internet Explorer 10-11 */font-size:12px;}
.gkodu::placeholder {font-size:12px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {display:block;padding: 8px 15px;margin-top:15px;border-radius: 0;margin-bottom: 20px;list-style: none;background-color: #f5f5f5;font-size:12px;text-align: center;}
.breadcrumb > li {display: inline-block;}
.breadcrumb > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.breadcrumb > .active {color: #777;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Alert
-------------------------------------------------------------------------------------------------------------------------------------------*/
.alert {border-radius: 0;padding:15px 15px 15px 45px;}
/*.alert-info{background-color:#2d9bd2;border:1px solid #247ca8;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-info:before{content: '\f05a';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-danger{background-color:#b64949;border:1px solid #923a3a;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-danger:before{content: '\f071';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-warning{background-color:#e7c418;border:1px solid #b99d13;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-warning:before{content: '\f06a';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*.alert-success{background-color:#67b847;border:1px solid #539339;color:#fff;padding:15px 15px 15px 45px;position: relative;border-radius: 0;}*/
.alert-success:before{content: '\f058';font-family: 'Font Awesome 5 Free';font-weight: 900;font-size:22px;position: absolute;top:15px;left:15px;}
/*pagination*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;/*border-top-left-radius: 4px;*//*border-bottom-left-radius: 4px;*/}
.pagination > li:last-child > a,.pagination > li:last-child > span {/*border-top-right-radius: 4px;*//*border-bottom-right-radius: 4px;*/}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {z-index: 3;color: #fff;cursor: default;background-color: #ddd;border-color: #aaa;}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination-lg > li > a,.pagination-lg > li > span {padding: 10px 16px;font-size: 18px;line-height: 1.3333333;}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.pagination-sm > li > a,.pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
Sosyal Medya Renkleri
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-facebook-bg{background: #3b5998;border: 1px solid #3b5998;color:#fff;}
.sw-instagram-bg{background: linear-gradient(to right,#002aff,#772abd,#ee2a7b,#f48c56,#f9ed32);border: 1px solid #fff;color:#fff;}
.sw-twitter-bg{background: #00aced;border: 1px solid #00aced;color:#fff;}
.sw-youtube-bg{background: #bb0000;border: 1px solid #bb0000;color:#fff;}
.sw-google-bg{background: #dd4b39;border: 1px solid #dd4b39;color:#fff;}
.sw-telegram-bg{background: #0088cc;border: 1px solid #0088cc;color:#fff;}
.sw-linkedin-bg{background: #007bb5;border: 1px solid #007bb5;color:#fff;}
.sw-whatsapp-bg{background: linear-gradient(to bottom,#4aaa4e,#2f6a31);border: 1px solid #2f6a31;color:#fff;}
.sw-map-bg{background: #00bf8f;border: 1px solid #00bf8f;color:#fff;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
onceki-sonraki butonlari
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-onceki-btn{margin-bottom:30px;position: relative;border:1px solid #ddd;padding:20px 10px 20px 55px;background: #fff;}
.sw-onceki-btn i{position: absolute;width:40px;height: 100%;font-size:30px;background: #eee;color:#aaa;left:0;top:0;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-onceki-btn h2{font-size:18px;margin:0;margin-bottom:10px;font-weight: bold;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.sw-onceki-btn h4{font-size:16px;margin:0;margin-bottom:10px;font-weight: bold;}
.sw-onceki-btn p{margin-bottom: 10px;}
.sw-onceki-btn:hover i{padding-right:15px;}
.sw-sonraki-btn{width: 100%;height: auto;margin-bottom:30px;position: relative;border:1px solid #ddd;padding:20px 55px 20px 10px;text-align: right;background: #fff;}
.sw-sonraki-btn i{position: absolute;width:40px;height: 100%;font-size:30px;background: #eee;color:#aaa;right:0;top:0;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-sonraki-btn h2{font-size:18px;margin:0;margin-bottom:10px;font-weight: bold;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.sw-sonraki-btn h4{font-size:16px;margin:0;margin-bottom:10px;font-weight: bold;}
.sw-sonraki-btn p{margin-bottom:10px;}
.sw-sonraki-btn:hover i{padding-left:15px;}

.sw-u-yorum-btn-group{margin-bottom: 20px;}
.sw-u-yorum-btn-group>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-u-yorum-btn-group>ul>.sw-urun-notu{}
.sw-u-yorum-btn-group>ul>.sw-urun-notu span{display: block;margin:0;padding: 15px 0;float: left;margin-right: 15px;}
.sw-u-yorum-btn-group>ul>.sw-urun-notu span .sw-urun-rating{float: left;}
.sw-u-yorum-btn-group>ul>li>.sw-btn{cursor: pointer;font-weight: bold;padding: 15px 0;display: block;float: right;font-size:14px;padding: 3px 10px;background: #ddd;border-radius: 3px;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;}
.sw-u-yorum-btn-group>ul>li>.sw-btn:hover{background: #aaa;}/*renk*/
@media (min-width: 320px) {.sw-u-yorum-btn-group>ul>li{width: 100%;}}
@media (min-width: 768px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
@media (min-width: 992px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
@media (min-width: 1200px) {.sw-u-yorum-btn-group>ul>li{float: left;width: 50%;}}
/*urun yorumları kullanıcı blokları*/
.sw-u-yorum-blok{border:1px solid #ddd;margin-bottom: 20px;padding: 10px 10px 0 60px;position: relative;}
.sw-u-yorum-blok .user{background: #f9f9f9;border-radius: 10px;padding: 10px;margin-bottom: 10px;}
.sw-u-yorum-blok .user .user-icon{position: absolute;top:15px;left:10px;opacity: 0.5;max-width: 40px;height: auto;}
.sw-u-yorum-blok .user .user-body h4{font-size:16px;font-weight: bold;margin:0;padding: 5px 0;}
.sw-u-yorum-blok .user .user-body h4>span{float: left;width: 70px;margin-right: 10px;padding-top: 3px;}
.sw-u-yorum-blok .user .user-body h5{font-size:15px;font-weight:bold;padding:10px 0;margin:0;color:#333;}
.sw-u-yorum-blok .user .user-body p{font-size:14px;margin:0;padding:0;line-height: 25px;word-wrap:break-word;}
.sw-u-yorum-blok .sw-tarih{text-align: right;display: block;margin:0;}
.sw-u-yorum-blok .user .sw-urun-rating{width: 94px;font-size:10px;}
.user-cevap{margin-bottom: 10px;padding: 0 50px 0 0;position: relative;}
.user-cevap .user-cevap-body{background: #eee;border-radius: 10px;padding: 10px;}
.user-cevap .user-cevap-body p{font-size:14px;margin:0;padding:0;line-height: 25px;word-wrap:break-word;}
.user-cevap .admin-icon{position: absolute;right: 0;top:0;width: 40px;height: auto;opacity: 0.2;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
iletisim.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-iletisim-bilgi{margin-bottom: 15px;overflow: hidden;}
.sw-iletisim-bilgi>ul{margin:0;padding: 0;list-style: none;overflow: hidden;}
.sw-iletisim-bilgi>ul>li{padding:9px 0 9px 55px;overflow: hidden;position: relative;margin-bottom: 5px;font-size:16px;border-bottom:1px solid #ddd;}
.sw-iletisim-bilgi>ul>li>i{width: 40px;height: 40px;position: absolute;left:0;top:0;bottom: 0;margin: auto;border-radius: 5px;font-size:16px;background: #ddd;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
/*whatsapp-paylas*/
.sw-iletisim-paylas{margin-bottom: 15px;}
.sw-iletisim-paylas>a{display: block;border-radius:5px;padding: 10px;color:#fff;}
.sw-iletisim-paylas>a>i{font-size:30px;width: 40px;text-align: center;color:#eee;transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-iletisim-paylas>a:hover{color:#eee;}
.sw-iletisim-paylas>a:hover>i{transform: scale(1.2);}
.sw-iletisim-paylas .iletisim-wapp{border:1px solid #b06656;background: #b06656;color: #fff;display: flex;align-items: center;justify-content: center;}
.sw-iletisim-paylas .iletisim-wapp i{color: #fff}
/*sosyalmedya*/
.sw-iletisim-sosyalmedya{overflow: hidden;margin-bottom: 30px;}
.sw-iletisim-sosyalmedya>ul{overflow: hidden;list-style: none;margin:0;padding:0;}
.sw-iletisim-sosyalmedya>ul>li{float:left;width: 12.50%;padding:0 1px;}
.sw-iletisim-sosyalmedya>ul>li>a{display: block;padding: 11px 0;text-align: center;font-size:20px;transition: 500ms;border-radius: 5px;color:#fff;}
.sw-iletisim-sosyalmedya>ul>li>a>i{transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-iletisim-sosyalmedya>ul>li>a:hover i{transform: scale(1.2);}
/*harita*/
.sw-iletisim-harita{margin-bottom: 30px;height: 300px;width: 100%;}
.sw-iletisim-harita iframe{width: 100%;height: 300px;vertical-align: middle;}
/*form*/
.sw-iletisim-form{margin-bottom: 30px;}
.sw-iletisim-form label{display: block;padding: 5px 0;margin:0;font-size:14px;font-weight: bold;}
.sw-iletisim-form .form-control{border-radius: 0;}
.sw-iletisim-form input[type="text"]{height: 45px;}
.sw-iletisim-form .form-group .btn{border-radius:0;height: 45px;background: #aaa;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
galeri.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-galeri-box{width:100%;height:auto;border:1px solid #fff;position: relative;margin-bottom: 10px}
.galeri-kat{margin: 100px 0;}
.sw-galeri-box img{width: 100%;height: auto;}
.sw-galeri-box h2{position: absolute;background: rgb(0,0,0,0.5);margin-bottom: 0;position: absolute;bottom:0;left:0;width: 100%;height: 25%;font-size:16px;color:#fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;transition: all .4s ease-in-out;}
.sw-galeri-box .sw-icon{font-size:30px;color: #ddd;width: 40px;text-align: center;left: 0;right: 0;position: absolute;margin:0 auto;top:15%;}
.sw-galeri-box:hover h2{height: 100%;}
.galeri-nav{margin-bottom: 20px}
.galeri-nav .active{background-color: #dd0000!important;color: #fff!important}
/*-------------------------------------------------------------------------------------------------------------------------------------------
video-galeri.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-video-kutu{width: 100%;height: auto;border:1px solid #ddd;margin-bottom: 30px;}
.sw-video-kutu-header{width: 100%;height: auto;min-height: 160px;}
.sw-video-kutu-body{width: 100%;height: auto;position: relative;padding:0 0 0 50px;background: #eee}
.sw-video-kutu-body img{position: absolute;left:10px;top:8px;filter: grayscale(100%);transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-video-kutu:hover img{filter: grayscale(0);}
.sw-video-kutu-body h2{font-size:14px;font-weight: bold;padding:10px 10px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
.sw-video-kutu-footer{width: 100%;height: auto;text-align: right;font-size:12px;color:#999;padding:0 10px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sidebar.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sidebar-list-blok{margin-bottom: 30px;}
@media (min-width: 992px) {
.sw-sidebar-list-btn{display: none;}
}
@media (max-width: 992px) {
.sw-sidebar-list{display: none;}
}
.sw-sidebar-list-btn{padding: 15px 5px 15px 15px;font-size:16px;font-weight: bold;margin-bottom: 5px;position: relative;margin-top:10px;background: #eee;}
.sw-sidebar-list-btn>i{position: absolute;font-size:25px;top:-10px;right: 10px;width: 35px;height: 35px;border-radius: 50%;background: #fff;box-shadow: 0 0 5px 0 #444;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.sw-sidebar-list {}
.sw-sidebar-list .list-group-item{}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sayfa.php - sidebar-sayfa.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sayfa-kapak-bir{margin-bottom: 15px;}
.sw-sayfa-kapak-bir img{width: 100%;height: auto;}
.sw-sayfa-kapak-iki{float: left;margin:0 15px 15px 0;}
.sw-sayfa-kapak-iki img{display: block;max-width: 100%;}
@media only screen and (max-width: 767px){
.sw-sayfa-kapak-iki{float: unset;margin:0;}
.sw-sayfa-kapak-iki img{width: 100%;height: auto;}
}
/*icerik*/
.sw-sayfa-icerik{margin-bottom: 30px;overflow: hidden;}
/*ek-resim*/
.sw-sayfa-ek-resim-blok{margin-bottom: 30px;}
.sw-sayfa-ek-resim{width: 100%;height: auto;border:1px solid #fff;position: relative;transition: all 150ms ease-in-out;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;}
.sw-sayfa-ek-resim img{width: 100%;height: auto;}
.sw-sayfa-ek-resim:hover{transform: scale(1.1);z-index: 99;}
/*etiket*/
.sw-sayfa-etiket{overflow: hidden;margin-bottom: 30px;}
.sw-sayfa-etiket a{display: block;float:left;padding:1px 15px 1px 25px;margin-bottom: 7px;position: relative;margin-right: 7px;font-size:14px;border-radius: 5px;transition: all 150ms ease-in-out;}
.sw-sayfa-etiket a:hover{background: #eee;}
.sw-sayfa-etiket a i{color:#ccc;position: absolute;left: 5px;top:5px;font-size:15px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
etiket.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-etiket-kutu{width: 100%;height: auto;border:1px solid #eee;padding: 15px 15px 15px 50px;margin-bottom: 30px;position: relative;}
.sw-etiket-kutu-icon{position: absolute;left:15px;top:15px;font-size:23px;color: #bbb;}
.sw-etiket-kutu h2{font-size:16px;margin-bottom: 15px;}
.sw-etiket-kutu p{margin-bottom: 15px;}
.sw-etiket-kutu-devam{display: block;width: 150px;border:1px solid #ddd;text-align: center;}
/*-------------------------------------------------------------------------------------------------------------------
yorumlar.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-yorumlar-box{width: 100%;height: auto;border:1px solid #eee;margin-bottom: 30px;padding:15px 15px 15px 80px;overflow: hidden;border-radius: 10px;background: #f9f9f9;position: relative;}
.sw-yorumlar-box .user-icon{position: absolute;top:15px;left:15px;font-size:50px;}
.sw-yorumlar-box h2{font-size:18px;padding:5px 0;margin:0;}
.sw-yorumlar-box .tarih{position: absolute;top:24px;right: 15px;font-size:12px;color:#666;}
.sw-yorumlar-box .konu{display: block;font-size:14px;padding: 5px 0;color:#666;font-weight: bold;}
.sw-yorumlar-cevap{width: 100%;height: auto;border:1px solid #ccc;padding: 15px 80px 15px 15px;margin-top:15px;background: #ddd;border-radius: 10px;position: relative;}
.sw-yorumlar-cevap .admin-icon{position: absolute;top:15px;right: 15px;font-size:50px;}
/*yorum-form*/
.sw-yorumlar-form{width: 100%;height: auto;background: #f9f9f9;padding: 15px;margin-bottom: 30px;border:1px solid #eee;}
.sw-yorumlar-form h2{margin:0;font-size:20px;margin-bottom: 15px;border-bottom:2px solid #eee;padding:10px 0;}
.sw-yorumlar-form .form-group{}
.sw-yorumlar-form .form-group>label{display: block;padding: 5px 0;}
.sw-yorumlar-form .form-group>.form-control{border-radius: 0;}
.sw-yorumlar-form .form-group>input{height: 45px;}
.sw-yorumlar-form .form-group>.btn{background: #333;color:#fff;border-radius: 0;height: 45px;}
.sw-yorumlar-icons{width: 100%;height: auto;text-align: center;}
.sw-yorumlar-icons input[type="radio"]{display: none;}
.sw-yorumlar-icons input[type="radio"]+label span{display: inline-block;font-size:30px;border:2px solid transparent;padding: 5px 15px;border-radius: 3px;}
.sw-yorumlar-icons input[type="radio"]:checked + label span{border:2px solid #4CAF50;padding: 5px 15px;}
/*İkon Renkleri*/
.sw-bay{color:#42c0fb;}
.sw-bayan{color:#f168aa;}
.sw-tanimsiz{color:#666;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
duyuru.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-duyuru-icerik{width: 100%;height: auto;margin-bottom: 30px;}
.sw-duyuru-resim{margin-bottom: 10px;}
.sw-duyuru-resim img{width: 100%;height: auto;}
.sw-duyuru-ekresim{list-style: none;margin:0;padding:0;margin-left:-1px;margin-right:-1px;margin-bottom: 20px;overflow: hidden;}
.sw-duyuru-ekresim>li{float:left;width: 25%;padding: 1px;}
.sw-duyuru-ekresim>li img{width: 100%;height: auto;transition: all 250ms ease-in-out;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;}
.sw-duyuru-ekresim>li:hover img{width: 100%;height: auto;opacity: 0.5;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
duyurular.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-duyurular-takvim{padding: 15px;background: #eee;overflow: hidden;margin-bottom: 30px;}
.sw-duyurular-takvim i{display: block;margin-bottom: 15px;font-size:30px;color:#bbb;}
.sw-dtakvim-gun{font-size:40px;font-weight: bold;margin-bottom: 25px;}
.sw-dtakvim-ay{font-size:30px;margin-bottom: 15px;}
.sw-dtakvim-yil{font-size:20px;margin-bottom: 15px;}
@media only screen and (max-width: 991px){
.sw-duyurular-takvim i{float: left;margin:0;margin-right: 15px;}
.sw-dtakvim-gun,.sw-dtakvim-ay,.sw-dtakvim-yil{float: left;padding-right: 5px;padding-left:5px;padding-top:8px;font-size:22px;text-align: center;margin-bottom: 0;}
}
.sw-duyurular-body{margin-bottom: 30px;}
.sw-duyurular-body h2{font-size:20px;margin-bottom: 15px;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.sw-dlar-content{margin-bottom: 15px;}
.sw-duyurular-body-devam{display: block;text-align: right;padding:5px 15px;float: right;width: 40%;font-weight: bold;}
.sw-dlar-button{overflow: hidden;margin-bottom: 15px;}
.sw-dlar-bilgi{overflow: hidden;margin-bottom:12px;font-size:12px;text-align: right;color:#aaa;}
.sw-dlar-gorsel{text-align: center;padding: 5px;position: relative;margin-bottom: 30px;background: #f9f9f9;}
.sw-dlar-gorsel img{display: block;margin:0 auto;max-width: 100%;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
referanslar.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-referanslar{border:1px solid #eee;margin-bottom: 30px;overflow: hidden;}
.sw-referanslar-resim{width: 100%;height: auto;}
.sw-referanslar-resim img{width: 100%;height: auto;}
.sw-referanslar-baslik{padding:10px 15px;font-size:16px;font-weight: bold;}
.sw-referanslar-aciklama{padding:0 15px 15px 15px;font-size:14px;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
rewferans.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-referans-icerik{margin-bottom: 30px;}
.sw-referans-resim{margin-bottom: 15px;border:1px solid #eee;}
.sw-referans-resim img{width: 100%;height: auto;}
.sw-referans-ekresimler{margin-bottom: 30px;}
.sw-referans-ekresim{width:100%;height:auto;border:1px solid #eee;padding: 2px;}
.sw-referans-ekresim img{width: 100%;height: auto;}
/*-------------------------------------------------------------------------------------------------------------------------------------------
sss.php
-------------------------------------------------------------------------------------------------------------------------------------------*/
.sw-sss-page-body .sw-icon{margin-bottom: 30px;}
.sw-sss-page-body .sw-icon img{display: block;margin:0 auto;max-width: 100%;height: auto;}
.sw-sss-page-body .sw-sss-box .card {margin-bottom:5px;}
.sw-sss-page-body .card-header{padding:10px 10px 10px 40px;position: relative;}
.sw-sss-page-body .card-header:hover{background: #aaa;}
.sw-sss-page-body .card-header h5{font-size:16px;font-weight: bold;margin:0;}
.sw-sss-page-body .card-header h5 i{font-size:22px;position: absolute;left:10px;top:10px;}
.sw-sss-page-body .card-header h5 button{color:#000;padding: 0;margin:0;display: block;width: 100%;text-align: left;}
.sw-sss-page-body .card-header h5 button:active,.sw-sss-page-body .card-header h5 button:focus,.sw-sss-page-body .card-header h5 button:hover{text-decoration: none;}
/*-------------------------------------------------------------------------------------------------------------------
personeller.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-personel-box{border:1px solid #ddd;padding: 10px;margin-bottom: 30px;position: relative;background: #f9f9f9;}
.sw-personel-box img{width: 100%;height: auto;margin-bottom: 15px;}
.sw-personel-box h3{font-size:16px;font-weight: bold;margin:0;padding:15px 0;text-align: center;;}
.sw-personel-box .unvan{display: block;font-size:14px;margin:0;margin-bottom:5px;text-align: center;color:#999;font-style: italic;}
.sw-personel-box .telefon{text-align: center;font-size:14px;margin:0;}
.sw-personel-box .telefon i{display: block;color:#aaa;}
.sw-personel-box .email{text-align: center;font-size:14px;margin:0;}
.sw-personel-box .email i{display: block;color:#aaa;}
.sw-personel-box .sosyalmedya{width: 100%;height: auto;}
.sw-personel-box .sosyalmedya>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-personel-box .sosyalmedya>ul>li{float: left;width: 20%;padding: 0 1px;margin:0;}
.sw-personel-box .sosyalmedya>ul>li>a{display: block;padding: 10px 1px;text-align: center;font-size:18px;}
.sw-personel-box .sosyalmedya>ul>li>span{display: block;padding: 10px 1px;text-align: center;font-size:18px;background: #eee;color:#aaa;}
/*-------------------------------------------------------------------------------------------------------------------
personel.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-personel-page-img{width: 100%;height: auto;border:1px solid #ddd;padding: 5px;margin-bottom: 30px;}
.sw-personel-page-img img{width: 100%;height: auto;}
.sw-personel-page-box{width: 100%;height: auto;border:1px solid #ddd;padding: 15px 15px 15px 15px;margin-bottom: 30px;position: relative;background: #f9f9f9;min-height: 210px;}
.sw-personel-page-box h3{font-size:16px;font-weight: bold;margin:10px 0;}
.sw-personel-page-box .aciklama{font-size:12px;}
.sw-personel-page-box .unvan{font-weight: bold;}
.sw-personel-page-box .telefon i{width: 50px;border:1px solid #ddd;padding: 10px 0;text-align: center;background: #eee;color:#666;font-size:18px;}
.sw-personel-page-box .email i{width: 50px;border:1px solid #ddd;padding: 10px 0;text-align: center;background: #eee;color:#666;font-size:18px;}
.sw-personel-page-box .sosyalmedya{width: 100%;height: auto;}
.sw-personel-page-box .sosyalmedya>ul{list-style: none;margin:0;padding: 0;overflow: hidden;}
.sw-personel-page-box .sosyalmedya>ul>li{float: left;width: 20%;padding: 0 1px;margin:0;}
.sw-personel-page-box .sosyalmedya>ul>li>a{display: block;border:1px solid #ddd;padding: 10px 1px;text-align: center;font-size:18px;}
.sw-personel-page-box .sosyalmedya>ul>li>span{display: block;padding: 10px 1px;text-align: center;font-size:18px;background: #eee;color:#aaa;}
/*-------------------------------------------------------------------------------------------------------------------
e-katalog.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-e-kat-box{margin-bottom: 30px;border:1px solid #ddd;padding:15px;transition: all 350ms ease-in-out;-webkit-transition: all 350ms ease-in-out;-moz-transition: all 350ms ease-in-out;-o-transition: all 350ms ease-in-out;}
.sw-e-kat-box:hover{background: #f9f9f9;border:1px solid #aaa;}
.sw-e-kat-box:hover .incele{background: #aaa;color:#fff;}
.sw-e-kat-box .sw-icon{display: block;font-size:40px;text-align: center;padding:15px 0;}
.sw-e-kat-box h3{margin:0;padding:15px 0;font-size:15px;text-align: center;min-height:90px;font-weight: 600;}
.sw-e-kat-box .incele{display: block;position:relative;margin:0;padding:5px;text-align: center;font-size:14px;background: #eee;transition: all 350ms ease-in-out;-webkit-transition: all 350ms ease-in-out;-moz-transition: all 350ms ease-in-out;-o-transition: all 350ms ease-in-out;}
.sw-e-kat-box .incele i{position: absolute;right: 0;top:0;padding:13px 15px 0 15px;font-size:14px;background: #999;color:#fff;height: 100%;}
.sw-e-kat-box .fa-file-pdf{color:#dd0012;}
.sw-e-kat-box .fa-file-word{color:#00a3ff;}
.sw-e-kat-box .fa-file-excel{color:green;}
.sw-e-kat-box .fa-file{color:#aaa;}

/*-------------------------------------------------------------------------------------------------------------------
blog.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-yazi-box{margin-bottom: 30px;background: #f9f9f9;padding:15px;}
.sw-yazi-box .sw-yazi-box-header{border:1px solid #ddd;margin-bottom: 15px;}
.sw-yazi-box .sw-yazi-box-header img{width: 100%;height: auto;}
.sw-yazi-box .sw-yazi-box-body{overflow: hidden;}
.sw-yazi-box .sw-yazi-box-body>a>h3{margin:0;padding:15px 0;font-size:18px;font-weight: bold;}
.sw-yazi-box .sw-yazi-box-body>p{font-size:14px;line-height: 25px;margin:0;margin-bottom:15px;}
.sw-yazi-box .sw-yazi-box-body>.sw-devam{display: block;width: 200px;padding: 5px;text-align: center;float: right;}
/*-------------------------------------------------------------------------------------------------------------------
galeriler.php
--------------------------------------------------------------------------------------------------------------------*/
.sw-page-galeri-body .show_more{display: block;text-align: center;width: 200px;color: #fff;background-color: #dd0000;margin: 30px auto;border-radius: 5px;cursor: pointer;}
.sw-page-galeri-body .loading-galeri{width: 5%;margin: 0 auto}

/*-------------------------------------------------------------------------------------------------------------------
RENK DUZENİ
--------------------------------------------------------------------------------------------------------------------*/
/*acik d60000*/
/*koyu 990000*/
.sw-page-body .sw-sub-title{border-bottom:2px solid #e39a8b;}
a:hover,a:active,a:focus{color:#e39a8b;}
/*breadcrumb*/
.breadcrumb {background-color: transparent;}
.breadcrumb a{color: #000;}
.breadcrumb > li + li:before {color: #000;}
.breadcrumb > .active {color: #000;}
/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #e39a8b;border-color: #e39a8b;
}
/*sidebar*/
.sw-sidebar-list-btn{background: #e39a8b;color:#fff;}
.sw-sidebar-list-btn>i{color:#e39a8b}
.sw-sidebar-list-blok{border: 1px solid #ddd;}
.sw-sidebar-list .list-group-item{background: #fff;color:#e39a8b;border: none;}
.sw-sidebar-list .list-group-item:hover{background: #b06656;color: #fff;}
@media only screen and (min-width: 320px) and (max-width: 992px){
    .sw-sidebar-list-blok{border: none!important;}
}
/*iletisim*/
.sw-iletisim-bilgi>ul>li>i{background: #fff;color:#e39a8b;}
.sw-iletisim-form .form-control{border:1px solid #e39a8b;}
.sw-iletisim-form .sw-guvenlik{border:1px solid #e39a8b;}
.sw-iletisim-form .form-group .btn{background: #e39a8b;color:#fff;}
/*duyurular*/
.sw-duyurular-body-devam{background: #e39a8b;color:#fff;}
.sw-duyurular-body-devam:hover{color:#ccc;}
.sw-duyurular-takvim{background: #e39a8b;color:#fff;}
/*onceski-sonraki*/
.sw-onceki-btn i,.sw-sonraki-btn i{background: #e39a8b;color:#fff;}

/*blog*/
.sw-yazi-box .sw-yazi-box-body>.sw-devam{background: #e39a8b;color:#fff;}