/*Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
	background-color: rgb(18 23 24);
	border: none;
	
}
::-webkit-scrollbar-thumb {
    background: rgba(253, 253, 253, 0.5);
    border: none;
}
::-webkit-scrollbar-thumb:hover {  
 background: rgb(255, 255, 255); 	
}
.bg-gray {
    background: rgb(193 213 186 / 20%);
}
p{
	text-align: justify;
}
h6 {
    font-size: 15px;
}
ul.list.ses{
	/* text-align: right; */
}
ul {
	margin: 0 0 25px 0;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.grs_content{
    background-color: #fcfcfc;
    border: 1px solid #f0efef;
    border-top: none;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}
.newspaper ul li, ul li {
    list-style-type: square;
    margin-left: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: justify;
}
.header-area--height {
	height: 55px;
}
.ses .item {
  display:inline-block;
  margin-left: 5px;
  text-align: center;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ses .item a {
  width: 30px;
  font-size: 15px;
  line-height: 2;
  border-radius: 50px;
  border: 1px solid #808080;
  color:#fff;
  background-color: #808080;
}
.ses .item a:hover {
	border: 1px solid #000;
	color: #fff;
	background-color:#000
}


/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 160px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  background-color: #e00467;
  color: #fff;
}
.mobile-navigation-icon i {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	/* top: 50%; 
     -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
     transform: translateY(-50%); */
	/* height: 36px; */
	width: 100%;
	background-color: #e00467;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon:hover i {
  background-color: #19a538;
}
.mobile-navigation-icon i span { margin-right: 5px}

.naviga {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 101;
}
.naviga a i{
	background-color: #000;
	color: #fff;
	opacity: .5;
}
.naviga a i:hover{
	opacity: 1;
}
h2 {
    font-size: 42px;
    font-weight: 800;
    color: #e00467!important;
    letter-spacing: -1px;
    line-height: 50px;
}
h2.breadcrumb-title{
    font-size: 30px;
    font-weight: 600;
    color: #485155!important;
    letter-spacing: -1px;
    line-height: 40px;
    text-shadow: 0px 3px 2px rgb(255 255 255 / 75%);
}
.btn-transparent{
    background-color: transparent;
    color: #343a40;
    font-weight: 600;
    border: 2px solid #343a40;
}
.btn-transparent:hover, .btn-transparent-2:hover{
    background-color: rgb(248 248 248 / 0.8);
}
.btn-transparent-2{
	background-color: transparent;
	color: #343a40;
	font-weight: 500;
	border: 1px solid #343a40;
	padding: 0.25rem 0.5rem;
}
.sesli h4{
	text-align: left;
	line-height: 60px;
	background-color: #e00467;
	color: #fff;
	padding: 0 15px;
}
.sesli h4 i{
	position:absolute;
	margin: 15px 0 0 5px;
	font-size:30px;
}
.sesli audio{
	width: 100%
}
.bg-gray-2 {
    background: #f1f3f4;
}
.bg-dark {
    background-color: #000!important; 
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children img {
    width: 15%;
}
.sf1 p, .sf2 p{
	color:#000
}
.sf1 p{
	font-size: 24px;
	text-align: left;
}
.sf2 p{
    font-size: 17px;
    text-align: right;
}
.post-info-giris {
	padding: 40px 0;
}
	
.w-social-networks .item {
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  font-size: 15px;
  border: 1px solid;
  padding: 5px 8px;
  float: right;
}

.w-social-networks .item:last-child {
  margin-right: 0;
}

.w-social-networks .item:hover {
  color: #000;
}
.newspaper {
  column-count: 2;
  column-gap: 30px;
}
.blockquote {
	margin-bottom: 3rem;
    font-size: 1.25rem;
    margin-top: 2rem;
}

.single-portfolio-item:hover .project-hover-01 {
    background-color: transparent;
}
.single-portfolio-item .single-portfolio__thumbnail img {
  width: 100%;
  filter: grayscale(1);
}
.single-portfolio-item:hover .single-portfolio__thumbnail img {
    width: 100%;
    filter: grayscale(0);
}

ul.rakam{
	padding-left: 15px;
}

ul.rakam li {
    font-weight: 300;
    list-style-type: decimal;
    padding-bottom: 5px;
    text-align: justify;
}
.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0;
	border: 1px solid rgba(0,0,0,.125);
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
}
.portfolio-wrapper {
    margin-bottom: 0;
}
.post-overlay-info{
	position: absolute;
    bottom: 0;
    padding: 0px 15px;
    z-index: 5;
    margin: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#121718),color-stop(1,transparent));
    background: -ms-linear-gradient(bottom,#121718,transparent);
    background: -moz-linear-gradient(center bottom,#121718 0%,transparent 100%);
    background: -o-linear-gradient(transparent,#121718);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#121718',GradientType=0);
}
.post-overlay-title {
    padding: 10px 0;
    font-size: 16px;
    text-transform: none;
    color: #fff;
    font-weight: 600;
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
h5.post-overlay-title {margin:0}


.small, small {
    font-size: 70%;
    font-weight: 400;
    color: #ccc;
}

.po-info-danisma{
	/*position: absolute;*/
	top: 0;
	padding: 30px 35px;
	z-index: 5;
	width: 100%;
	display: block;
	height: 944px;
	background-color: #b50000;
}
.po-info-danisma p{
	color: #fff;
	font-weight: 400;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	display: block;
	padding: 20px 0;
	font-size: 14px;
}
.po-title-danisma {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumb_box {
    position: relative;
    bottom: 60px;


}
.ht-social-networks {
    position: relative;
    bottom: 60px;
    display: inline-block;
    float: right;
}
.ht-social-networks .item {
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid;
    padding: 5px 10px;
    float: right;
}

.ht-social-networks .item:hover {
    color: #fff;
    background-color: #fff;
}
.site-wrapper-reveal {
    background-color: transparent;
    position: relative;
    top: -90px;
    z-index: 99;
}
.top0{top:0}
.lates-blog-area img {
    border: 1px dotted #ccc;
    padding: 6px;
    background-color: #fff;
}

#player{
	position: absolute;
	height: 100vh;
	width: 100%;
	z-index: -9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.mobil{display: none}
.genel {
	position: relative;
	background-color: black;
	height: calc(100vh - 55px);
	min-height: 23rem;
	width: 100%;
	padding: 50px;
	overflow: hidden;
	color:#fff;
		}

.genel video {
	  position: absolute;
	  top: -55px;
	  left: 0;
	  max-width: 100%;
	  /* min-height: 100%; */
	  width: 100%;
	  height: auto;
	  z-index: 0;
	  /*-ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	   -webkit-transform: translateX(-50%) translateY(-50%);
	   transform: translateX(-50%) translateY(-50%); */
}

.btn-warning {
    color: #fff;
    background-color: #e00467;
    border-color: #e00467;
}
.text-warning {
    color: #e00467!important;
}

.ads-video{
	position: relative; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.ads-video .video { 
	display: block; width: 100%; height: auto; 
}




.genel .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: #fff;
	  opacity: .4;
	  z-index: 1;
}


.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #fefefe;
    list-style: none;
    margin-left: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
    display: block;
    color: #333;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
nav.offcanvas-navigation ul {
    width: 50%;
    float: left;
}
.copyright-text {
    text-align: center;
}
.post-text{
	padding: 150px 50px;
}
.breadcrumb-title {
    text-transform: none;
}

.post-excerpt .h5{margin-bottom: 1rem;line-height: 1.5;}
.blockquote p {
	font-style: italic;
	font-family: 'Merriweather', serif;
}
p i{font-style: italic;
    font-family: ui-sans-serif;
    font-size: 17px;}


.aratext{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #485155;
	font-weight: 700;
}


.post-excerpt h5 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #485155;
    font-style: italic;
    font-weight: 700;
    font-family: 'Merriweather', serif;

}
.post-info-giris h5 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #485155;
    font-style: italic;
    font-weight: 700;
    font-family: 'Merriweather', serif;

}
.post-info-bg{
	background-color: #ededed;
}
.social_giris {
    margin-top: 60px;
}
@media (max-width: 1440px) {
	.post-info-giris h5 {
		font-size: 1.55rem;
	}
	.small, small{
		font-size: 70%;
	}
	.po-info-danisma {
		padding: 15px
	}
	.po-title-danisma {
		padding-bottom: 5px;
	}
	.po-info-danisma p{
		margin-bottom: 5px;
		border-bottom: 1px solid rgb(255 255 255 / 50%);
		padding-bottom: 5px;
	}
	.post-overlay-title{
		font-size: 18px;
	}
	.po-title-danisma{
	    font-size: 20px;
	}
	 .po-info-danisma p{
	     font-size: 15px;	
	 }
}
@media (max-width: 1366px) {
	.post-info-giris h5 {
		font-size: 1.3rem;
	}
}
@media (max-width: 1280px) {
	.aratext {
		font-size: inherit;}
	.post-info-giris {
		/* padding: 30px; */
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	h3 {
		font-size: 26px;
	}
}

@media (max-width: 1024px) {
	
	.genel{display: none;}
	.mobil{display: block}
	.mobil video{
	  max-width: 100%;
	  width: 100%;
	  height: auto;
	}
	.mobil{padding: 10px;width: 100%;}
	.post-info-giris {
		padding: 40px 40px 0;
	}
}
	
	
@media (max-width: 768px) {
	nav.offcanvas-navigation ul {
		width: 100%;
		float: left;
	}
	.newspaper {
	  column-count: 1;
	  column-gap: 30px;
	}
	.post-info-giris {
		padding: 40px 0;
	}
		
	
}
@media (max-width: 575px) {
	body {
		font-size: 14px;
	}
	.mobil_img{
			max-width: 40%
	}
	.post-excerpt h5 {
		font-size: 16px;
	}
	.ht-social-networks {
		bottom: 10px;
		float: left;
	}
	.social_giris {
    	margin-top: 0px;
	}
	.sayac {
		float: left;
	}
}

@media only screen and (max-width: 479px) {
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		font-weight: 500;
	}

	.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
		padding: 0px 10px;
		display: inline-block;
	}
	.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
		padding: 20px 0;
	}
	li a img {
		float: left;
		display: inline-block;

	}
	li a span {
		float: left;
		display: inline-block;
		height: 100%;
		width: calc(100% - 120px);
	}

	.post-text {
		padding: 60px 0px;
	}

	.newspaper {
		column-count: 1;
		column-gap: 0px;
	}
	
	h2 {
		font-size: 30px;
	}
	.sf1 p, .sf2 p {
		font-size: 17px;
	}
}


@media (min-width: 576px){
	
	
	.modal-dialog {
		max-width: 1190px;
		margin: 4rem auto;
	}
	.modal-dialog-2 {
		max-width: 625px;
	}
}

.modal-instagram {
	max-width: 800px!important;
}
.modal-content {
	background-color: transparent!important;
    border: none!important;	
}
.modal-header{
    padding: 10px 15px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.modal-body {
    padding: 0;
}
.modal-header .close {
	padding: 0;}
	
button.close {
    opacity: 1;
    background-color: #e00467;
    color: #fff;
    }

.close-area {
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: none;
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 10px 15px!important;
	bottom: 30%;
	z-index: 999;
}
.close-area:hover {
	background-color: #fff!important;
	color: #000!important;
}
.close-area-2 {
    right: 0;
    bottom: 30%;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}



@media (max-width: 576px){
	.modal.show .modal-dialog {
		margin-top: 25%;
	}
}

.sayac{
	position: relative;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #ededed;
	display: inline-block;
	margin-top: 25px;
	float: right;
	font-size: 12px;
	color: #999;
	font-style: italic;
	font-family: 'Merriweather', serif;

}
.sayac span{
	font-weight:900;
	font-size: 16px;
}


