/* TASARLAYAN GÜNDOĞAR DESİGN */
@charset "utf-8";

/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

/* FONTİCON */
@import url('../fontawesome/css/all.min.css');

/* RESET */
* {margin:0px;padding:0px;border:none;outline:none;}
body{font-size:15px;color:#777777;line-height:1.8em;font-weight:400;background:#ffffff;background-size:cover;background-repeat:no-repeat;background-position:center top;-webkit-font-smoothing: antialiased;font-family: 'Roboto', sans-serif;}
/* RESET */

/* A */
a{text-decoration:none !important;cursor:pointer;color:#999;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus,a:visited{text-decoration:none !important;outline:none;}
/* A */

/* H1,H2,H3,H4,H5,H6 */
h1,h2,h3,h4,h5,h6 {position:relative;margin:0px;background:none;}
/* H1,H2,H3,H4,H5,H6 */

/* TEXTAREA */
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;overflow:hidden;}
/* TEXTAREA */

/* P */
p{position: relative;line-height: 1.8em;font-size: 15px;font-weight: 500;color: #495057;margin: 0;padding: 0;}
/* P */

/* UL,Lİ */
ul,li{list-style:none;padding:0px;margin:0px;}
/* UL,Lİ */
	
/* SELECTİON */
::selection {background: #00aced; color:#fff;}
/* SELECTİON */

/* İNPUT */
::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}
/* İNPUT */

/* SWİPER PANEL */
#panel {position: fixed;right: -260px;top: 0px;width: 100%;height: 100%;overflow-y: visible;max-width: 260px;background: #404041;z-index: 253;padding: 50px 15px;}
/* Panel Mobile Menu */
#panel ul {text-align: left;}
#panel ul li {padding-left: 15px;}
#panel ul li a {font-size: 16px;font-weight: 500;text-transform: uppercase;letter-spacing: 0px;color: #ffffff;float: left;padding: 5px 0;position: relative;width: 100%;transition: all 0.2s linear 0s;}
#panel ul li ul {display: none;}
#panel ul li ul.submenu {float: left;position: relative;width: 100%;display: none;padding: 20px 0;background: #fff;}
#panel ul li ul li a {font-size: 15px;font-weight: 500;color: #404041;float: left;padding: 5px 0;position: relative;width: 100%;-webkit-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;display: block;text-transform: unset;text-decoration: none;}
/* İLETİŞİM */
#panel .call {clear: both;text-align: center;padding: 30px 0;}
#panel .call a {
    border-radius: 10px;background: #0088d7;
    color: #fff;
    width: 100%;
    font-size: 20px;
    height: 50px;
    line-height: 40px;
    border: 4px solid #404041;
    float: left;}

#page-cnt {position: relative;}
/* SWİPER PANEL */

/* HEADER */
.top-bar{


	    position: relative;
    z-index: 999;
    display: block;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 45px;
    width: 100%;
    margin-bottom: -1px;
    background: #555555;
}
.top-bar .left-bar{float:right;}
.top-bar .left-bar li{float:left;display:inline-block}
.top-bar .left-bar li a{color:#fff;font-size:14px;display:block;margin-right:15px;font-weight:600}
.top-bar .left-bar li a i{margin-right:5px;color:#fff}
@media screen and (max-width:850px){
	.top-bar .left-bar{display:none}
}



#header {
    display: block;
    clear: both;
    width: 100%;
    height: 95px;
    position: absolute;
    z-index: 999;
    background: transparent linear-gradient(90deg, hsl(199deg 100% 41%) 0%, #00adff 30%, #0082c0 60%, #0092ff 100%) 0 0 no-repeat padding-box;
}
#header .logo {
    top: -25px;
    height: 145px;
    border-radius: 20px 0;
    box-shadow: 5px 5px 10px #00000047;
    position: absolute;
    padding: 20px;
    z-index: 999;
    background: #fff;
}
#header .logo img {
    width: 250px;
}
@media screen and (max-width: 1200px) {
	
#header .logo {
    height: 130px;
    padding: 30px 10px;
}
    #header .logo img {
        width: 165px;
    }
}
@media screen and (max-width: 993px) {
#header .logo {
    height: 145px;
    padding: 20px;
}
    #header .logo img {
        
    width: 250px;
    }
}
@media screen and (max-width: 380px) {
#header .logo {
top: -10px;
    height: 110px;
    padding: 20px;
}
    #header .logo img {
        
    width: 165px;
    }
}

#header .hdrmenu {
    display: inline-block;
    position: relative;
    float: right !important;
    text-align: right !important;
}
@media screen and (max-width: 993px) {
    #header .hdrmenu {
        display: none;
    }
}
#header .hdrmenu ul li a {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 95px;
    display: block;
    position: relative;
}
#header .hdrmenu ul > li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
#header .hdrmenu ul > li:last-child {
    margin-right: 0;
}
#header .hdrmenu ul > li:first-child {
    margin-left: 0;
}
#header .hdrmenu ul li a:hover {
    font-size: 18px;
    line-height: 90px;
}
.mobile-menu {
    display: none;
}
.mobile-menu {
    position: relative;
    float: right;
    width: 30px;
    height: 25px;
    top: 34px;
    right: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.mobile-menu span {
display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.mobile-menu span:nth-child(1) {
    top: 0;
}
.mobile-menu span:nth-child(2),
.mobile-menu span:nth-child(3) {
    top: 9px;
}
.mobile-menu span:nth-child(4) {
    top: 18px;
}
.mobile-menu-active .mobile-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-menu-active .mobile-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mobile-menu-active .mobile-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.mobile-menu-active .mobile-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
@media screen and (max-width: 992px) {
    .mobile-menu {
        display: block;
    }
}

/* HEADER */

/* Slider Section */
.main-slider {
    position: relative;
    display: block;
    clear: both;
}
.main-slider .auto-container {
    position: relative;
}
.main-slider .slide {
    position: relative;
    width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.main-slider .title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.5s;
}
.main-slider h2 {    
position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-shadow: 0 2px 2px #495057;
}
.main-slider .active h2 {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1s;
}
.main-slider .text {
	    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    font-weight: 400;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-shadow: 0 2px 2px #495057;
}
.main-slider .text.alternate {
    color: #1f1f1f;
}
.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1.5s;
}
.main-slider .content.centered .text {
    margin: 0 auto;
}
.main-slider .owl-dots {
	position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    bottom: 255px;
    text-align: center;
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 2.5px;
    background-color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: inline-block;
    text-align: center;
}
.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    left: -4px;
    bottom: -4px;
    top: -4px;
    opacity: 0;
    right: -4px;
    border-radius: 2.5px;
    border: 5px solid #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
    opacity: 0.5;
}
.main-slider .owl-nav {
position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    bottom: 280px;
    text-align: center;
}
.main-slider .owl-nav .owl-prev {
    background: 0 0;
    padding-right: 5px;
    color: #fff;
    font-size: 38px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-slider .owl-nav .owl-next {
    background: 0 0;

    padding-left: 5px;
    color: #fff;
    font-size: 38px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



.slide-menu{position:relative;z-index:9;margin-top:-100px;margin-bottom:30px}.slide-menu .row{height:100%}.slide-menu .row .flex-center{display:flex;align-items:center}.slide-menu .row a{width:100%;display:flex;justify-content:center;align-items:center;height:100px;padding:25px 0}.slide-menu .row a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;transition:.3s;z-index:3}.slide-menu .row a:before{background:#fff;opacity:.3}.slide-menu .row a:hover:before{height:100%}.slide-menu .row a i{color:#fff;font-size:40px;padding-right:10px}.slide-menu .row p{font-size:12px;margin:0;color:#fff}.slide-menu .row h6{font-size:16px;margin:0;font-weight:500;color:#fff}@media (max-width:768px){.slide-menu>div>div:last-child{width:100%!important;flex:100%!important;max-width:100%!important}}@media (max-width:992px){.slide-menu>div>div:nth-child(4){width:50%;flex:50%;max-width:50%}.slide-menu>div>div:nth-child(5){width:50%;flex:50%;max-width:50%}}
/* Slider Section */

/* Hakkımızda Widget */
.hakkimizdasection{margin-bottom:30px;padding:100px 0;background-size:cover;background-position:center center;position:relative;background-attachment:fixed}.hakkimizdasection:after{position:absolute;content:"";width:100%;height:100%;opacity:.7;top:0;left:0;background:transparent linear-gradient(90deg, hsl(199deg 100% 41%) 0%, #00adff 30%, #0082c0 60%, #0092ff 100%) 0 0 no-repeat padding-box}.hakkimizdasection .aboutus-text{position:relative;z-index:1}.hakkimizdasection .aboutus-text h3{margin-top:15px;font-size:30px;font-weight:700;text-transform:uppercase;margin-bottom:20px;color:#fff}.hakkimizdasection .aboutus-text p{font-size:15px;color:#fff;line-height:30px;font-weight:500;margin-bottom:15px}.hakkimizdasection .aboutus-text a{cursor:pointer;transition:all .2s ease;color:#fff;letter-spacing:6px;font-size:16px;font-weight:300;text-transform:uppercase;float:right}.hakkimizdasection .aboutus-text a:hover{font-size:20px;margin-top:-3px;color:#fff;font-weight:500}.hakkimizdasection .about-img{position:relative;z-index:1}.hakkimizdasection .about-img img{width:100%;height:220px;object-fit:cover}
/* Hakkımızda Widget */

/* Page Background */
#page_Background{position:relative;padding:200px 0;margin-bottom:30px;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center center}
#page_Background:before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: .6;
    background: #555555;
}#page_Background .page-content{width:100%;position:relative;z-index:2}#page_Background .page-content h1{font-size:35px;color:#fff;font-weight:700;letter-spacing:-1px;text-align:left;float:left;display:inline-block}#page_Background .breadcrumbbbb{float:right;display:inline-block;background:#fff;padding:5px 10px;-webkit-box-shadow:0 0 20px 0 rgba(62,62,101,.13);margin-top:7px;-moz-box-shadow:0 0 20px 0 rgba(62,62,101,.13);box-shadow:0 0 20px 0 rgba(62,62,101,.13)}#page_Background .breadcrumbbbb ul{width:100%}#page_Background .breadcrumbbbb ul li{display:inline-block}#page_Background .breadcrumbbbb ul li:after{content:'/';color:#000;margin-left:0;margin-right:-5px}#page_Background .breadcrumbbbb ul li a{font-size:13px;font-weight:500;color:#343a40}#page_Background .breadcrumbbbb ul li:last-child:after{display:none}
/* Page Background */

/* Sayfa */
#pagedetail{
	    margin-top: -140px;
    margin-bottom: 30px;
    display: block;
    clear: both;
}
#pagedetail .contents{    padding: 20px 15px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0 0;
    background: #fff;
    clear: both;
    display: inline-block;}


#pagedetail .contents .imagessss{width:400px;max-width:100%;height:250px;padding:0 15px;margin-bottom:10px;margin-top:0;float:right;display:inline-block}#pagedetail .contents .imagessss img{width:100%;height:100%;object-fit:cover;border:1px solid #ddd;padding:5px}@media screen and (max-width:770px){#pagedetail .contents .imagessss{width:100%;padding:10px}}

#pagedetail .contents .section-heading {    display: block;
    font-size: 25px;
    margin-bottom: 20px;}
#pagedetail .contents .section-heading:before {content: '';position: absolute;left: 0;margin-top: 14px;height: 5px;width: 15vw;background: linear-gradient(90deg, rgb(0, 141, 208) 10%, rgba(255, 255, 255, 0));}
#pagedetail .contents .section-heading:after {content: '';position: absolute;right: 0;margin-top: 14px;height: 5px;width: 15vw;background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgb(0, 141, 208));}

/* Sayfa */

/* Makine Parkuru */
#mkparkurdiv{
    margin-bottom: 30px;}
#mkparkurdiv .mkparkuritem{width: 100%;
    height: 300px;}
#mkparkurdiv .mkparkuritem img{    width: 100%;
    height: 100%;
    object-fit: cover;}
#mkparkurdiv .mkparkurtext h3 {
     margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #343a40;
    padding-left: 10px;
}
/* Makine Parkuru */

/* Ürünler */
.urunler-box{position: relative;overflow: hidden;width: 100%;height: 175px;margin-bottom: 20px;transition: all .4s ease-in-out;}
.urunler-box:hover{-webkit-transform: translateY(-3px);transform: translateY(-3px);}
.urunler-box-image{}
.urunler-box-image img{width: 100%;height: 150px;object-fit: cover;}
.urunler-box-text {background: rgba(0, 0, 0, 0.57);position: absolute;top: 0;overflow: hidden;height: 150px;width: 100%;opacity: 0;transition: all .4s ease-in-out;}
.urunler-box:hover .urunler-box-text {opacity: 1;}
.urunler-box-text-content {position: absolute;width: 100%;bottom: 0;padding: 5px 15px;-webkit-transform: translateY(-10px);transform: translateY(-10px);transition: all .4s ease-in-out;}
.urunler-box-text-content i{color: #ffffff;font-size: 35px;position: absolute;top: -200px;right: 15px;}
.urunler-box:hover .urunler-box-text-content, .urunler-box:hover {-webkit-transform: translateY(0);transform: translateY(0);}
.urunler-box-text-content h3{font-size: 15px;font-weight: 500;text-transform: uppercase;color: #fff;text-align: left;}
.urunler-box .textli{margin-top: 10px;text-align: center;}
.urunler-box .textli h3{font-size: 15px;font-weight: 700;text-transform: uppercase;color: #404041;}
/* Ürünler */

/* Referanslar */
.referansitem{width:100%;text-align:center;display:inline-block;margin-bottom:20px}.referansitem img{width: 100%;height: 150px;object-fit: cover;border: 1px solid #ddd;padding: 5px;}.referansitem h2{font-size:15px;margin-top:15px;margin-bottom:0;color:#000}.referansitem h2:hover{color:#6c757d}
/* Referanslar */

/* İletişim Bilgileri Box */
#iletisim-adres .iletisim-adres-bilgi{background:#f7f7f7;height:220px;border-radius:10px;padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:10px}#iletisim-adres .iletisim-adres-bilgi .icon{background:#0089db;width:65px;height:65px;border-radius:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:24px;margin-bottom:20px;display:flex}#iletisim-adres .iletisim-adres-bilgi .title{width:100%;text-transform:uppercase;color:#0089db;font-size:18px;font-weight:700;line-height:1.2}#iletisim-adres .iletisim-adres-bilgi .text{color:#6c757d;font-size:16px;font-weight:400;line-height:1.2}
/* İletişim Bilgileri Box */

/* İletişim Form */
.iletisim-box{background:transparent linear-gradient(90deg,hsl(199deg 100% 41%) 0,#0082c0 60%) 0 0 no-repeat padding-box;clip-path:polygon(50% 0,100% 40px,100% 100%,0 100%,0 40px);margin-top:40px;padding:40px 20px}.iletisim-box h3{color:#fff;font-size:35px;text-align:center}.iletisim-box p{color:#b8b8c4;font-size:18px;text-align:center;margin-bottom:20px}.form-box{display:table;width:100%}.form-box .image{display:table-cell;white-space:nowrap;width:40px;padding:5px;vertical-align:middle;color:#fff}.form-box .image i{font-size:25px}.form-box .image img{width:28px}.form-box .inputs{display:table-cell;padding:10px}.form-box .inputs .iletisim-form{width:100%;border:none;outline:0;height:50px;border-radius:10px;padding:5px 10px}.form-box .inputs textarea.iletisim-form{min-height:80px}.form-button{background:#fff;color:#495057;font-weight:500;border:none!important;width:auto;padding:10px 40px;border-radius:5px;margin-top:15px;margin-left:53px;transition:all .3s}.form-button:hover{background:#495057;color:#fff}
/* İletişim Form */

/* İletişim Başlık */
.bize-ulasin{text-align:center;width:100%;margin-top:30px;margin-bottom:40px}.bize-ulasin h4{color:#0089db;font-size:35px;margin:0}.bize-ulasin p{color:#8e8e8e;font-size:18px;position:relative}.bize-ulasin p::before{content:"";background-color:#0089db;width:25px;height:5px;position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);border-radius:5px}
/* İletişim Başlık */

/* Bize Ulaş */
#bizeulaswidget{display:block;clear:both;margin-bottom:30px}#bizeulaswidget .text{width:100%;text-align:center;padding:75px 0;background-size:cover;background-position:center center;position:relative;background-attachment:fixed;border-radius:10px}#bizeulaswidget .text:before{position:absolute;content:'';left:0;border-radius:10px;right:0;top:0;width:100%;height:100%;display:block;z-index:0;opacity:.7;background:-webkit-linear-gradient(right,rgb(0 0 0),#6c757d)}#bizeulaswidget .text h2{color:#fff;font-size:20px;font-weight:400;margin-bottom:0;margin-top:0}#bizeulaswidget .text a{color:#fff;font-size:24px;margin-top:0;margin-bottom:0;font-weight:500;z-index:1;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}#bizeulaswidget .text a:hover{letter-spacing:3px;color:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
/* Bize Ulaş */	

/* FOOTER */
#footer-section{text-align:center;font-weight:500;position:relative;width:100%;padding:40px 0;background:transparent linear-gradient(90deg, hsl(199deg 100% 41%) 0%, #00adff 30%, #0082c0 60%, #0092ff 100%) 0 0 no-repeat padding-box}#footer-section .copyrights{color:#fff;font-size:14px;margin-bottom:20px;padding:0 20px}#footer-section .design{letter-spacing:3px;font-size:10px;text-transform:uppercase;color:#fff}#footer-section .design i{font-size:11px;color:#e91e63}#footer-section .design img{width:75px}
/* FOOTER */

/* Yukarı Çık  */
.auto-scroll-to-top{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);cursor:pointer;width:130px;height:40px;right:-100px;margin:0 auto;position:fixed;z-index:9;border-radius:5px 5px 0 0;top:50%;color:#222;font-size:15px;text-align:center;line-height:40px;font-weight:500;-webkit-box-shadow:0 0 20px 0 rgb(0 0 0 / 28%);-moz-box-shadow:0 0 20px 0 rgb(0 0 0 / 28%);box-shadow:0 0 20px 0 rgb(0 0 0 / 28%);background:#fff;-webkit-transition:all 1s ease;-moz-transition:all .1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.visible{right:-45px;-webkit-transition:all 1s ease;-moz-transition:all .1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}
/* Yukarı Çık  */
