/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.menu-ana-menu-container .menu > li{
    list-style: none;
    display: inline-block;
}
.menu-ana-menu-container .menu > li > a{
    text-decoration: none;
    color: #004e74;
    display: block;
    padding: 3px 8px;
    font-size: 17px;
    transition: all .3s;
}
.menu-ana-menu-container .menu > li > a:hover{
    color: #FFF;
    background-color: #004e74;
    transition: all .3s;
}
.menu-ana-menu-container .menu .menu-item-has-children:hover > ul{
    display: block;
    transition: all .3s;
}
.menu-ana-menu-container .menu .menu-item-has-children ul{
    position: absolute;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    transition: all .3s;
    z-index: 10;
}
.menu-ana-menu-container .menu .menu-item-has-children ul li{
    min-width: 100px;
    max-width: 175px;
    background-color: #FFF;
}
.menu-ana-menu-container .menu .menu-item-has-children ul li a{
    text-decoration: none;
    display: block;
    width: 100%;
    color: #004e74;
    font-size: 14px;
    transition: all .3s;
    padding: 3px 7px;
}
.menu-ana-menu-container .menu .menu-item-has-children ul li a:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #004e74;
    transition: all .3s;
}
header{
    position: relative;
}
#slider{
    margin-bottom: 60px;
    position: relative;
}

.slider-left,.slider-right{
    width: 50%;
    height: 100%;
    float:left;
}
.slider-left-inner {
    float: right;
    width: 58%;
}
#slider .slider-left h1,#slider .slider-left p,#slider .slider-left a{
    color:#004e74;
    margin-bottom: 20px;
}
#slider .slider-left p{
    margin-bottom: 30px;
}
#slider .slider-left a{
    padding: 10px 40px;
    text-decoration: none;
    border: 1px solid #004e74;
    transition: all .3s;
}
#slider .slider-left a:hover{
    color: #FFF;
    background-color: #004e74;
    transition: all .3s;
}
#slider .owl-dots{
    position: absolute;
    left: 20.5%;
    top: 92%;
}
#slider .owl-theme .owl-dots .owl-dot span{
    border-radius: 0%;
    background-color: #004e74!important;
    transition: all .3s;
    margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    width: 15px;
    height: 15px;
    transition: all .3s;
}
.slider-contact{
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(15%)translateY(-50%);
    text-align: center;
    z-index: 9;
}
.slider-contact li{
    padding-bottom: 5px;
}
.slider-contact a{
    display: block;
    border: 1px solid #004e74;
    /* padding: 3px 3px; */
    color: #004e74;
    transition: all .3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.slider-contact a:hover{
    color: #FFF;
    background-color: #004e74;
    transition: all .3s;
}
#anasayfa-bar {
    margin-bottom: 60px;
}
#anasayfa-bar .item{
    padding:40px;
}
#anasayfa-bar .item img{
    border: 25px solid #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    width: 100%;
    transition: all .3s;
}
#anasayfa-bar .item img:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    transition: all .3s;
}
#hakkimda{
    background-image: url('../images/brand-bg.png');
    background-size: cover;
    height: 716px;
    margin-bottom: 90px;
}
.hakkimda-content{
    width: 50%;
    float: right;
    text-align: right;
    color: #FFF;
    margin-top: 10%;
    max-width: 400px;
}
.hakkimda-content a{
    color:#FFF;
    border: 1px solid #FFF;
    padding: 10px 40px;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    transition: all .3s;
}
.hakkimda-content a:hover{
    text-decoration: none;
    color:#004e74;
    background-color: #FFF;
    transition: all .3s;
}
.hakkimda-content p{
    padding: 30px 0;
}
.hizmetlerimiz-left{
    color:#004e74;
}
.hizmetlerimiz-left h2{
    margin-bottom: 0!important;
}
.hizmetlerimiz-left ul{
    margin-top: 40px;
}
.hizmetlerimiz-left ul li{
    width: 100%;
    float: left;
}
.hizmetlerimiz-left ul li a{
    display: block;
    text-decoration: none;
    width: 100%;
    background-color: #e1e1e1;
    padding: 15px 0 15px 40px;
    position: relative;
    transition: all .3s;
    color:#004e74;
}
.hizmetlerimiz-left ul li a{
    color: #004e74;
}
.hizmetlerimiz-left ul li:nth-child(2n) a{
    background-color: #ebebeb;
}
.hizmetlerimiz-left a.active,.hizmetlerimiz-left ul li a:hover{
    background: rgb(0,190,199); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,190,199,1) 0%, rgba(0,80,117,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#005075',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#FFF!important;
    transition: all .3s;
}
.hizmetlerimiz-left a.active,.hizmetlerimiz-left ul li a:hover{
    text-decoration: none;
}
.hizmetlerimiz-left a.active,.hizmetlerimiz-left ul li:hover > a{
    color: #FFF;
}
.hizmetlerimiz-left a.active::after,.hizmetlerimiz-left ul li a:hover::after{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid rgba(0,80,117,1);
    position: absolute;
    transition: all .3s;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.tab-content {
    position: absolute;
    left: 100%;
    transform: translateX(-90%) translateY(-50%);
    top: 70%;
    width: 50%;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 50%!important;
}
#hizmetlerimiz .tab-content a{
    color:#004e74;
    border: 1px solid #004e74;
    padding: 10px 40px;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    transition: all .3s;
}
#hizmetlerimiz .tab-content a:hover{
    text-decoration: none;
    color:#FFF;
    background-color: #004e74;
    transition: all .3s;
}
#hizmetlerimiz .tab-content h3{
    margin: 10px 0;
}
#hizmetlerimiz .tab-content p {
    margin-bottom: 30px;
}
.hizmetlerimiz-left .accordion .card .card-header{
    background: rgb(0,190,199);
    background: -moz-linear-gradient(-45deg, rgba(0,190,199,1) 0%, rgba(0,80,117,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%);
    background: linear-gradient(135deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#005075',GradientType=1 );
    color: #FFF!important;
    transition: all .3s;
}
.hizmetlerimiz-left .accordion .card .card-header button {
    color: #fff;
    width: 100%;
    text-align: left;
}
#hizmetlerimiz .accordion .card a {
    color: #004e74;
    border: 1px solid #004e74;
    padding: 10px 40px;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    transition: all .3s;
}
#hizmetlerimiz .accordion .card a:hover {
    text-decoration: none;
    color:#FFF;
    background-color: #004e74;
    transition: all .3s;
}
#contact{
    margin-top: 325px;
    background-image: url('../images/contact-bg.png');
    background-size: cover;
    height: 550px;
}
#contact .contact-form-wrapper{
    position: relative;
}
#contact .contact-form{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bec7+0,005075+100 */
    background: rgb(0,190,199); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,190,199,1) 0%, rgba(0,80,117,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#005075',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF!important;
    padding: 5px 20px;
    position: absolute;
    margin-top: 0px;
    width: 100%;
}
#contact .contact-form h2{
    margin: 30px 0;
}
#contact .contact-form input::placeholder,#contact .contact-form textarea::placeholder{
    color: #FFF;
    font-size: 12px;
}
#contact .contact-form input,#contact .contact-form textarea{
    margin-bottom: 20px;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0);
    border:1px solid #FFF;
    color: #FFF;
    padding: 15px 0 15px 10px;
}
#contact .contact-form input[type="submit"]{
    width: 180px;
    height: 50px;
    padding: 0;
    transition: all .3s;
}
#contact .contact-form input[type="submit"]:hover{
    background-color: #FFF;
    color:#004e74;
    transition: all .3s;
}
#contact .contact-form textarea {
    height: 10em;
}
#contact img{
    position: absolute;
    right: 0%;
    top: -99px;
}
#contact .wpcf7-mail-sent-ok {
    position: absolute;
    border: 2px solid #398f14;
    top: 83%;
    right: 2%;
}
div.wpcf7-response-output {
    position: absolute;
    /* margin: 2em 0.5em 1em; */
    /* padding: 0.2em 1em; */
    border: 2px solid #ff0000;
    top: 87%;
    right: 10%;
    width: 80%;
}
#videolar{
    padding-top: 40px;
}
#videolar .row:first-child{
    text-align: right;
    float: right;
    color: #004e74;
}
#videolar .row:first-child h2{
    margin: 0;
}
#videolar .video-container{
    height: 420px;
    padding-top: 20px;
    width: 100%;
    margin-left: 0;
    position: relative;
}
#videolar .video-container:first-child div{
    padding-right: 5px;
}
#videolar .video-list{
    overflow-y: scroll;
    padding: 0;
    direction: rtl;
    /* overflow-y: hidden; */
    max-height: 400px;
    border: 2px solid #005277;
}
#videolar .video-list::-webkit-scrollbar-track
{
	/*border: 1px solid black;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bec7+0,005075+100 */
    background: rgb(0,190,199); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,190,199,1) 0%, rgba(0,80,117,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#005075',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#videolar .video-list::-webkit-scrollbar
{
	width: 10px;
	background-color:rgb(0,190,199);
}

#videolar .video-list::-webkit-scrollbar-thumb
{
	background-color: #FFF;	
}

#videolar .video-item{
    padding-bottom: 15px;
    position: relative;
}
#videolar .video-item figure{
    margin-bottom: 0;
}
#videolar .video-item i{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    font-size: 64px;
    color: #FFF;
    z-index: 3;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    transition: all .3s;
}
#videolar .video-item a:hover>i{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    transition: all .3s;
}
#videolar .video-item:last-child{
    padding-bottom: 0;
}
#videolar .video-heading{
    padding-right: 0;
    float: right;
}
#videolar .video-heading figure{
    position: relative;
}
#videolar .video-heading i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 64px;
    color: #FFF;
    z-index: 3;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    transition: all .3s;
}
#videolar .video-heading a:hover i{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    transition: all .3s;
}
#iletisim{
    padding-top: 60px;
}
#iletisim .container > div{
    padding-left: 0;
    padding-right: 0;
    float:left;
}
#iletisim h2{
    margin: 0;
}
#iletisim h2,#iletisim h3,#iletisim small,#iletisim strong{
    color: #004e74;
}
#iletisim ul li{
    display: inline-block;
    padding:0 5px;
}
#iletisim ul li:first-child{
    padding-left: 0;
}
#iletisim ul li a{
    padding: 5px 9px;
    text-decoration: none;
    display: block;
    border-radius: 100%;
    transition: all .3s;
}
#iletisim ul li:first-child a{
    color: #00bfc8;
    border: 1px solid #00bfc8;
    padding: 5px 12px;
}
#iletisim ul li:nth-child(2) a{
    color: #00aebb;
    border: 1px solid #00aebb;
}
#iletisim ul li:nth-child(3) a{
    color: #00577b;
    border: 1px solid #00577b;
}
#iletisim ul li:last-child a{
    color: #004e74;
    border: 1px solid #004e74;
}
#iletisim ul li:first-child a:hover{
    color:#FFF;
    background-color: #00bfc8;
}
#iletisim ul li:nth-child(2) a:hover{
    color:#FFF;
    background-color: #00aebb;
}
#iletisim ul li:nth-child(3) a:hover{
    color: #FFF;
    background-color: #00577b;
}
#iletisim ul li:last-child a:hover{
    color: #FFF;
    background-color: #004e74;
}
#iletisim .yorum{
    /*background-image: url(../images/yorum-bg.png);
    background-size: contain;
    height: 555px;*/
    overflow: hidden;
}
.yorum-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.yorum-carousel-wrap{
    position: absolute;
    top: 130px;
    text-align: center;
    color: #FFF;
}
.yorum-carousel-wrap a,.yorum-carousel-wrap strong{
    text-decoration: none;
    color: #FFF;
}
.yorum-carousel-wrap a:hover,.yorum-carousel-wrap strong:hover{
    text-decoration: none;
    color: #FFF;
}
.yorum-carousel-wrap .owl-carousel .item h3,.yorum-carousel-wrap .owl-carousel .item strong{
    color: #FFF!important;
}
.yorum-carousel-wrap .owl-carousel .item h3{
    margin-bottom: 0;
}
.yorum-carousel-wrap .owl-carousel .item p{
    margin-top: 20px;
    padding: 0 20px;
}
.yorum-carousel-wrap .owl-carousel .item strong{
    font-size: 24px;
}
.yorum-carousel-wrap .owl-item .item {
    width: 70%;
    margin: 0 auto;
}
.yorum-carousel-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    /* z-index: 999; */
    /* width: 70%; */
    position: absolute;
    bottom: -50%;
    left: 7%;
    transform: translateX(-40%);
}
.yorum-carousel-wrap .owl-theme .owl-dots .owl-dot span{
    border-radius: 0%;
    background-color: #FFF!important;
    transition: all .3s;
    margin: 5px 3px;
}
div#home-instagram {
    text-align: center;
}
#home-instagram a {
    color: unset!important;
    border: unset!important;
}
#home-instagram a:hover {
    background-color: unset!important;
}
#footer-menu{
    padding: 25px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bec7+0,005075+100 */
    background: rgb(0,190,199); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,190,199,1) 0%, rgba(0,80,117,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,190,199,1) 0%,rgba(0,80,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bec7', endColorstr='#005075',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: -7px!important;
}
#footer-menu a{
    color: #FFF;
    text-decoration: none;
    padding: 3px 8px;
    transition: all .3s;
}
#footer-menu a:hover{
    color: #004e74;
    background-color: #FFF;
    transition: all .3s;
}
#footer-menu .menu ul{
    margin-bottom: 0;
}
#footer-menu .menu ul li{
    display: inline-block;
}
#copyright {
    background: #FFFFFF; }
  
#copyright .copyright-inner {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center; 
}
  
#copyright .copyright-inner p {
color: #000000;
}
  
#copyright .copyright-inner img {
width: 110px; 
}
ul#menu-ana-menu-1{
    margin: 0;
}
/*ul#menu-ana-menu-1 .menu-item-has-children ul{
    display: none;
}*/
ul#menu-ana-menu-2 {
    margin-bottom: 0;
}
/*************************************************************************************************************************
**************************************************************************************************************************
--------------------------------------------------------subPage-----------------------------------------------------------
**************************************************************************************************************************
*************************************************************************************************************************/
.contentInner{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.contentInner figure{
    margin: 0;
}
.subPage .title{
    padding: 30px 0!important;
    margin: 10px 0!important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00bfc8+50,ffffff+100&0+0,0.5+50,0+100 */
    background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0,191,200,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0,191,200,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0,191,200,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.subPage .title h1{
    text-align: center;
    color: #000;
    /*text-shadow: 0px 0px 2px #FFF;*/
    text-shadow: 0px 0px 1px #000000;
}
.single figure img {
    width: 100%;
}
.subPageIn{
    padding: 30px 0;
}
#video-wrap .item-inner figure {
    position: relative;
}
#video-wrap .item-inner i.fab.fa-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 4rem;
    color: red;
    z-index: 1;
}
#video-wrap .item-inner .youtube-bg {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.videolar-content {
    padding: 30px 0;
}
#menu-foot-menu{
    display: inline-flex;
    margin-bottom: 0;
}
.category .item-inner a:hover{
    text-decoration: none;
}
.category .item-inner .article{
    width: 100%;
    color: #004e74;
    text-align: center;
}
.category .item-inner .article span {
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.category .item-inner .article p{
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
}
.category .contentInner .item {
    text-align: center;
    padding: 5px 10px;
    max-height: 450px;
}
.category .contentInner .item .item-inner{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: 1px solid #000;
    padding: 10px 10px 20px 10px;
}
.category .contentInner .item .article{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.category .contentInner .item .item-inner a:last-child{
    padding: 5px 7px;
    border-radius: 10%;
    background-color: #00bfc8;
    color: #FFF;
    transition: all .3s;
}
.category .contentInner .item .item-inner a:last-child:hover{
    background-color:#FFF;
    color: #004e74;
    transition: all .3s;
}
/*************************************************************************************************************************
**************************************************************************************************************************
**************************************************************************************************************************
*************************************************************************************************************************/
/** Whatsapp Fixed **/
.whatsappFixed {
    position: fixed;
    top: 75%;
    z-index: 999999;
    background: rgba(29, 177, 84, 0.96);
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    }
  
  .whatsappFixed a {
    padding: 1px 15px;
    color: #fff;
    font-size: 40px; }
    .whatsappFixed a:hover{
        color: #FFF;
    }
  
  /** Whatsapp Fixed **/
/*************************************************************************************************************************
**************************************************************************************************************************
**************************************************************************************************************************
*************************************************************************************************************************/

/* MEGA CSS */
.mega-menu {
    position: absolute;
    width: 60%;
    top: 55%!important;
    left: 7%;
    transform: translateX(50%);
    background-color: #FFF;
    z-index: 999;
    padding: 0px;
    box-shadow: 0 16px 52px -20px #000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mega-menu li {
    width: unset;
    float: left;
    padding: 0px;
  }
  .mega-menu li a {
    background-color: #00bfc8;
    border: 1px solid #000;
    color: #000;
    line-height: 29px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 7px;
  }
  .mega-menu li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    padding: 0 4px;
  }
  .mega-menu li > ul {
    width: 100%;
  }
  .mega-menu li > ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .mega-menu li > ul li a {
    display: block;
    background-color: transparent;
    border: none;
    line-height: 31px;
    font-size: 11.5px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mega-menu li > ul li a:before {
    content: "\f105";
  }
  .mega-menu li > ul li a:hover {
    padding-left: 15px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .mega-menu.active {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  /* MEGA CSS */

/*************************************************************************************************************************
**************************************************************************************************************************
-----------------------------------------------------Yorum.php------------------------------------------------------------
**************************************************************************************************************************
*************************************************************************************************************************/
#gbHeader{
    background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0,191,200,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0,191,200,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0,191,200,0.5) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00ffffff',GradientType=1 );
    text-align: center;
}
#gbNavLinks {
    padding: 5px 0;
    color: #000;
    font-weight: bold;
    float: unset!important;
    text-align: center;
}
#gbSignWrap{
    background-image: linear-gradient(145deg, #7fdfe3 10%, #004e74 82%)!important;
    border: #000 2px dashed!important;
    padding: 5px 10px!important;
    color: #000!important;
    font-weight: 600!important;
}
#gbSignWrap input[type="submit"]{
    background: #ffffff;
    border: none;
    padding: 13px 20px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #ffffff;
    margin-top: 1px;
    -webkit-transition: all 0.6s;
    margin-top: 10px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#gbSignWrap input[type="submit"]:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff;
}
.gbEntryLeft {
    background-color:#7fdfe3!important;
    border: 0;
    font-weight: 600!important;
}
.gbEntryTop, .gbEntryBottom {
    background-image: linear-gradient(145deg, #7fdfe3 10%, #004e74 82%)!important;  
}
.gbEntry {
    border: solid 2px #000!important;
}
.copyright{
    float: left;
    width: 100%;
    color: #676767;
}
li.mega.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-309 > ul.sub-menu {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none!important;
    border-bottom: 1px dashed #000!important;
    color: #004e74!important;
    transition: all .3s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    color: #000!important;
    border: 1px dashed #004e74!important;
    transition: all .3s;
}


/***********************************************************************************************************************************************************************************************/
.scroll-down {
    position: absolute;
    top: 48%;
    left: 13%;
    opacity: .8;
    color: #0099ab;
    transform: translateY(-50%) translateX(-50%);
    font-size: 100px;
    z-index: 3;
}
.scroll-down-caution{
  animation: sdcAnim linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: sdcAnim linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: sdcAnim linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: sdcAnim linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: sdcAnim linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes sdcAnim{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(0px,-20px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes sdcAnim{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  50% {
    -moz-transform:  translate(0px,-20px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes sdcAnim {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,-20px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes sdcAnim {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  50% {
    -o-transform:  translate(0px,-20px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes sdcAnim {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    -ms-transform:  translate(0px,-20px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}