@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400&display=swap');

/*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); 	
}
::selection {
  color: white;
  background: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}
b, strong {
    font-weight: 600;
}
.logo-menu {
    width: 20%;
}
.dialog-img{
    max-width: 1000px!important;
    text-align: center;
}
.modal-content-img {
    width: 75%!important;
    display: inline-block;
}
.modal-content-video {
    width: 40%!important;
    display: inline-block;
}
.met-video{
    padding: 0 46px;
}
.header__logo a img{
        width: 190px;
}
.bottom-ads{
        position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.logo{
    height: 51px;
    width: 190px;
    background-image: url(../images/women-gool-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bg-image{
    position: absolute;
    z-index: 9;
    background-image: url(../images/giris.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 75px);
}
.icerik {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 5;
    width: 40%;
}
.icerik h2{
    font-size: 42px;
    font-weight: 700;
    display: inline;
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    background-color: #782639;
    text-shadow: 0 2px 5px rgb(0 0 0 / 70%);
}
.icerik h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    text-shadow: 0 2px 3px rgb(0 0 0 / 70%);
}
.border-10{
    border:10px solid rgb(255 255 255 / 50%);
}

.writer {
    border-right: 1px dotted rgba(0,0,0,.3);
    padding: 3rem 30px;
    text-align: center;
}
.writer h4 {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem!important;
    font-size: .8rem!important;
    line-height: 1.5!important;
    border-radius: 0.2rem!important;
}
/*LOGOLAR*/
.single-portfolio-item .project-hover-01 .inner-icon {
    width: 100%;
    display: block;
    right: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.icofont-plus:before {
    /*content: "\efc2";*/
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    height: 66px;
    width: 100%;
    background-size: contain;
    position: absolute;
    right: 0;
}

.hero_scroll {
    position: absolute;
    top: 20%;
    width: 100px;
    margin: 0 auto;
    right: 2%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: .50px;
  
  }

.hero_arrow{
    width: 30px;
    height: 68px;
    cursor: pointer;
    z-index: 999;
    margin: 0 auto;
}

/* Chevron */

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;

}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #7e2a3e;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}


.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }

}

@keyframes pulse {
  to {
    opacity: 1;
  }

}




.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 40%;
    float: left;
    cursor: default;
    background: #fff;
    -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);
    overflow-y: auto;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  visibility: visible;
  color: #333;
  position: relative;
  background-color: #fff;
}
.bg-gray {
    background: #4c4d4f!important;
}
.bg-gray-2 {
    background: #f1f3f4!important;
}
.bg-gray-3 {
    background: #ddd;
}
.bg-dark {
    background-color: #000!important; 
}
.bg-red {
    background-color: #79273a!important;
}
p{
	text-align: justify;
    margin-bottom: 0.5rem;    
    letter-spacing: -.3px;
}
h4 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.rop-baslik {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.devam{
    text-align: right;
    width: 100%;
    display: block;
    color: #822c41;
}
h6 {
    font-size: 15px;
}
ul.list.ses{
	/* text-align: right; */
}
.pt-85{
	padding-top: 85px;
}
.font-white{
	color: #fff!important;
}
.font-red{
	color: #7e2a3e!important;
}
.header-area--absolute {
	background-position: center;
	background-size: cover;
	background-repeat: repeat;
	background-color: #fff;
	position: fixed;
}

.sesli {
    margin: 0;
}
.page-1{
	padding: 50px 100px 0 100px;
}
.page-2{
	padding: 50px 0;
}
.page-3{
	padding: 80px 15px;
}
.page-4{
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-5{
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-7 video {
    margin-bottom: -7px;
}
.last_page{
	background-image: url("../images/sayfa_13/son.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin-top: 75px;
}
.subtitle{
	font-size: 20px;
	font-weight: 400;
}
.text-area{
	padding: 20px 40px;
}
.text-area-2{
	padding: 20px;
}
.text-area-3{
	padding: 30px;
}
.text-area-4{
	padding: 40px;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.roportaj{
    position: relative;
    top: -58px;
    background-color: white;
    left: 0;
    width: 85%;
    text-align: left;
    padding: 1.25rem!important;
}
.aciklama {
    width: 200px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    position: relative;
    color: #eb1c23;
    cursor: pointer;
    display: block;
    letter-spacing: -0.6px;
    margin-left: 0;
}
.newspaper ul li, ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
ul.bolum {
    padding: 0;
    margin: 0;
}
ul.bolum li {
    list-style-type: none;
    margin: 0 0 5px 0;
}
ul.bolum li a {
    border-radius: 5px;
    background-color: #fafafa;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #7c293c;
}
ul.bolum li a:hover {
    transform: scale(1.01);
    box-shadow: 0px 0 20px -10px rgb(0 0 0 / 50%);
    background-color: #7c293c;
    color: #fff;
}
ul.bolum li a span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
ul.bolum li a.disabled {
    cursor: none;
    color: #ddd;
    pointer-events: none;
}
.header-area--height {
	height: 75px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.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: 200px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
}
.mobile-navigation-icon i {
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	position: absolute;
	/* top: 50%; 
     -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
     transform: translateY(-50%); */
	height: 50px;
	color: #7e2a3e;
	width: 100%;
	-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 {
  color: #000;
}
.mobile-navigation-icon i span {margin-right: 10px;}
.naviga {
    position: fixed;
    bottom: 8px;
    right: 4px;
    z-index: 101;
}


.naviga a {
    display:
    inline-block;
    background-color: rgb(122 39 59);
}
.naviga a:hover {
    display:inline-block;
    background-color: #000;
}
.naviga a i{
	/* border-right: 1px dotted rgb(255 255 255 / 0.5); */
	/* border-left: 1px dotted rgb(255 255 255 / 0.5); */
	/* border: 1px dotted rgb(255 255 255 / 0.5); */
}
.naviga a span {
    font-size: 12px;
    color: #fff;
    float: left;
    padding: 5px 10px;
    line-height: 13px;
}
.naviga a i{
	position: relative;
	font-size:35px;
	float: left;
	font-weight:600;
	color: #fff;
}
/*ul.social-network {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}*/


.sesac {
    position: fixed;
    top: 11%;
    right: 15px;
    z-index: 101;
}
.sesac a i{
	background-color: rgb(255 255 255 / 70%);
	color: #000;
	border-radius: 50px;
	font-size: 16px;
	padding: 8px;
}
.sesac a i:hover{
	color: #fff;
	background-color: #eb1c23;
}


.profile-card-2 {
    width: 100%;
    background-color: #FFF;
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 15px;
    bottom: 90px;
    font-size: 17px;
    line-height: 20px;
    width: calc(100% - 30px);
    color: #FFF;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 80%);
    font-weight: 600;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 25px;
    left: 15px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
    width: calc(100% - 30px);
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom: 100px;
}

.profile-card-2:hover .profile-username {
    bottom: 40px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}


h1.breadcrumb-title{
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    color: #7e2a3e;
    text-align: center;
}
h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
}
h2.breadcrumb-title{
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #7e2a3e;
    text-align: center;
}
.btn-transparent{
    background-color: transparent;
    color: #343a40;
    font-weight: 600;
    border: 2px solid #343a40;
}
.btn-transparent:hover, .btn-transparent-2:hover{
    background-color: #fff;
}
.btn-transparent-2{
	background-color: #eb1c23;
	color: #fff;
	font-weight: 500;
	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%
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children img {
    width: 15%;
}
.sf1 p, .sf2 p{
	color: #fff;
}
.sf1 p{
	font-size: 24px;
	text-align: left;
}
.sf2 p{
    font-size: 17px;
    text-align: right;
}
.post-info {
	padding: 0;
}
.blog-details-wrap {
    /* color: #fff; */
}
.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;
	padding: 30px 0;
}
.newspaper-3 {
  column-count: 3;
  column-gap: 30px;
    padding: 30px 0;
}
.newspaper-4 {
  column-count: 4;
  column-gap: 30px;
}
.newspaper-np {
  column-count: 2;
  column-gap: 30px;
}

.blockquote {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 20px;
    border-left: 1px dotted #fff;
}
.blockquote-dark {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 20px;
    border-left: 1px dotted #000;
}
.border-bg{
    text-decoration: none;
    transition: all .2s ease-in-out;
    box-shadow: inset 0 -10px 0 0 #ffc107;
    display: inline-block;
}
.single-portfolio-item:hover .project-hover-01 {
    background-color: transparent;
}
.single-portfolio-item .single-portfolio__thumbnail img {
  width: 100%;
   filter: brightness(.9); 
}
.single-portfolio-item:hover .single-portfolio__thumbnail img {
    width: 100%;
    filter: brightness(.4);
}

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: none;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
}
.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 150px;
    padding: 1.25rem 0;
}
.card-title {
    margin-bottom: 0.75rem;
    text-align: center;
}
.card-body h6 {
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 23px;
    color: #822c41;
}
.portfolio-wrapper {
    margin-bottom: 0;
}
.post-overlay-info{
	position: absolute;
	bottom: 0;
	padding: 20px 30px 30px;
	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: 0;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    font-weight: 500;
    display: block;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 90%);
    z-index: 1;
    position: relative;
    width: 100%;
    font-style: normal;
}
h5.post-overlay-title {margin:0;line-height: 18px;}


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

.po-info-danisma{
	/*position: absolute;*/
	top: 0;
	padding: 30px 20px;
	z-index: 5;
	width: 100%;
	display: block;
	height: auto;
}
.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: 2px;
}






.site-wrapper-reveal {
    background-color: transparent;
    position: relative;
    /* padding-top: 85px; */
    /* z-index: 99; */
}
.top85{top: 85px;}
.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; */
    /* height: 100vh; */
    /* min-height: 23rem; */
    width: 100%;
    padding: 75px 0 0 0;
    overflow: hidden;
    color: #fff;
 }

/*** HTML5 video ****/
.genel video {
	 /* position: absolute;
	  top: 50%;
	  left: 50%;*/
	 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%);*/
}

/*** IFRAME video ****/
.genel .videos iframe {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: 100vw;
	  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%);
}
/*.genel:after {
	content:	'';
	position: absolute;
	 background-color: rgb(0 0 0 / 40%); 
	left:0;
	top:0;
	height:100vh;
	width:100%;
	z-index:5;
}*/
.btn-warning {
    color: #fff;
    background-color: #e00467;
    border-color: #e00467;
}
.text-warning {
    color: #eb1c23!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: rgb(68 1 5 / 70%);
	  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;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    list-style: none;
    margin: 3px 3px;
    float: left;
    width: 30%;
    height: 200px;
    border-radius: 10px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
    color: #333;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
    color: #7e2a3e;
    background-color: transparent;
    transform: scale(1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a > .fa, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a > .fa {
    font-size: 3em;
}
nav.offcanvas-navigation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: 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;
	font-weight: 700;
}


.post-excerpt h5 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
}
.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;
}
.creative_breadcrumb-area {
	background-color: #eb1c23;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 0px;
	background-image: url("../images/breadcrumb.jpg");
	/*color: #eb1c23;*/
	background-size: cover;
	height: 370px;
	display: flex;
	align-items: center;
	padding-top: 75px;
	padding-bottom: 0;
}


/***** SOSYAL MEDYA ****/
ul.social-network li {
    list-style: none;
    float: right;
    margin: 0;
}
a.btn-social,
.btn-social{
    font-size: 20px;
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 40px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-google-plus
{
    background-color: #dd4b39;
}
.btn-google-plus:hover
{
    background-color: #e47365;
}
.btn-instagram
{
    background-image: linear-gradient(to bottom right, red, yellow);
}
.btn-instagram:hover
{
    background-color: #548cb9;
}
.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}
.btn-pinterest
{
    background-color: #cc2127;
}
.btn-pinterest:hover
{
    background-color: #e04046;
}
.btn-skype
{
    background-color: #00aff0;
}
.btn-skype:hover
{
    background-color: #24c4ff;
}

.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-vimeo
{
    background-color: #1ab7ea;
}
.btn-vimeo:hover
{
    background-color: #49c6ee;
}
.btn-whatsapp
{
    background-color: #98d11c;
}
.btn-whatsapp:hover
{
    background-color: #afe53b;
}
.btn-youtube
{
    background-color: #e52d27;
}
.btn-youtube:hover
{
    background-color: #ea5955;
}
.btn-email
{
    background-color: #44c456;
}
.btn-email:hover
{
    background-color: #6bd079;
}
.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;	

}
.sayac span{
	font-weight:900;
	font-size: 16px;
}
.start_up_service-bg {
    background-repeat: no-repeat;
    padding: 305px 0px;
    background-size: contain;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a span {
    /* position: absolute; */
    /* padding-right: 40px; */
    display: block;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
}
.text-shadow {
    text-shadow: 0 2px 6px rgb(0 0 1 / 80%);
}
ul.mobil-index{
	margin:0;
	padding:0;
}
ul.mobil-index li{
	background-color: #f1f1f1;
	position: relative;
	list-style: none;
	text-align: left;
	padding: 10px 15px;
	margin: 0 0 1px 0;
	border-bottom: 1px dotted #aaa;
}
ul.mobil-index li a{
	font-size: 15px;
	font-weight: 600;
	min-height: 60px;
	display:block;
	line-height: 1.2;
}
.footer-area-wrapper {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}


ul.yazar-list {
    padding: 0;
    margin: 0;
}
ul.yazar-list li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

ul.yazar-list li a{
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 25px;
    border: 1px solid rgb(0 0 0 / 5%);
    background-color: #fff;
    box-shadow: 0px 5px 7px -5px rgba(0,0,0,.1);
}
ul.yazar-list li a:hover{
	background-color: #fff;
	transform: scale(1.02);
}

@media (max-width: 1600px) {
	.page-3 {
		padding: 0 50px;
	}
}

@media (max-width: 1440px) {
	.post-info-giris h5 {
		font-size: 1.55rem;
	}
    .icerik {
        width: 30%;
    }
	.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: 15px;
	}
	.po-title-danisma{
	    font-size: 20px;
	}
	 .po-info-danisma p{
	     font-size: 15px;	
	 }
	.page-1 {
		padding: 50px 15px 0 15px;
	}
	.page-3 {
		padding: 50px;
	}
}
@media (max-width: 1366px) {
	.post-info-giris h5 {
		font-size: 1.3rem;
	}
	.genel {
		padding: 60px 0 0 0;
	}
}
@media (max-width: 1280px) {
	.aratext {
		font-size: inherit;}
	.post-info-giris {
		/* padding: 30px; */
	}
    .newspaper-4 {
      column-count: 3;
      column-gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	h3 {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0);
	}	
	.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
		    width: 100%;
		    height: 100%;
	}

    h3 {
		font-size: 20px;
	}
    .mb-img{
		text-align: center;
	}
    .met-video {
        padding: 0px 35px;
    }
    
}

@media (max-width: 1024px) {
	.icerik {
        width: auto;
        bottom: 100px;
        top: auto;
		
    }
	.icerik h2{
        color:#fff;
		text-align:center;
	}
	
	.mobil video{
	  max-width: 100%;
	  width: 100%;
	  height: auto;
	  padding-top: 75px;
	}
	.mobil{padding: 10px;width: 100%;}
	.post-info-giris {
		padding: 40px 40px 0;
	}
	.start_up_service-bg {
		padding: 250px 0px;
		background-position: center;
	}
    .hero_scroll {
        top: 40%;
    }
        h2.breadcrumb-title {
		text-align: center;
        font-size: 22px;
        line-height: 30px;
	}
	

}
	
	
@media (max-width: 768px) {
	nav.offcanvas-navigation ul {
		width: 100%;
		float: left;
		display:block;
		
	}
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
    margin: 2px 2px;
    width: 30%;
	}
    .genel{display: none;}
	.mobil{display: block}
    .icerik {display: none;}
	.newspaper, .newspaper-3, .newspaper-4 {
	  column-count: 1;
	  column-gap: 30px;
	}
	.post-info-giris {
		padding: 40px 0;
	}
	.aciklama {
    display: none!important;
	}
	.page-2 {
		padding: 50px 20px;
	}
	ul.social-network {
    	width: 30%;
    	margin: 0 auto;
	}
	.copyright-text {
    	text-align: center;
	}
	.last_page{
		height: 90vh
	}
	.copyright-text {
        text-align: center;
    }
		
	
}
@media (max-width: 575px) {
    
   .logo-menu {
	    width: 50%;
	}
	.mobile-navigation-icon i {
        text-align: right;
	}
	.mobil_img{
			max-width: 40%
	}
	.post-excerpt h5 {
		font-size: 16px;
	}
	.social_giris {
    	margin-top: 0px;
	}
	.sayac {
		float: left;
	}
	ul.social-network {
		width: 100%;
        margin: 0 auto 10px;
        display: inline-block;
	}
    ul.social-network li {
        float: left;
    }
	h2.breadcrumb-title {
    	font-size: 25px;
		line-height: 30px;
	}
	.page-3 {
		padding: 30px;
	}
	.text-area {
		padding: 20px 50px;
	}
	h3 {
		font-size: 20px;
	}
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children{
		height: 110px;
		width: 48%;
	}
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children img {
	    display: none;
	}
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a span {
		padding-right: 0;
		position: relative;
		display: block;
		width: 100%;
		font-size: 14px;
		margin-top: 2px;
	}
	.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a > .fa, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a > .fa {
	    font-size: 2em;
	}
	.last_page{
		height: 60vh;
	}
    .met-video {
        padding: 0;
    }
}

@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;
	}
	
	.start_up_service-bg {
		padding: 200px 0px;
	}
	.last_page{
		height: 40vh;
	}
}



@media only screen and (max-width: 375px) {
	
	.last_page{
		height: 40vh;
	}
}








/*** MODAL BOX **/
@media (min-width: 576px){
	
	
	.modal-dialog {
		max-width: 1200px;
        margin: 3rem auto;
	}
	.modal-dialog-2 {
		max-width: 625px;
	}
}

.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: 0px 5px 1px 5px;}
	
button.close {
    opacity: 1;
    background-color: #d90202;
    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%;
	}
}





