@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url(farsifonts.css); 

body{
	line-height: 1.5;
	font-family: 'vazir' 'Poppins', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	background-color: #f5fbfd;
}

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 100%;
	margin:auto;
	display: flex;
	justify-content: center;

}
.row{
	display: flex;
	flex-wrap: wrap;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}





/* unvisited link */
a:link {color: rgb(255, 255, 255);}
  
/* visited link */
a:visited {color: rgb(255, 255, 255);}
  
/* mouse over link */
a:hover {color: rgb(0, 200, 255);}
  
/* selected link */
a:active {color: blue;}

  
/* header */
.itemlogo{
	z-index: 11;
	position: relative; 
 }

 /* Logo position */
 .logoheader{
	z-index: 999;
	display: flex;
	height: 0px;
	width: 200%;
	margin-right: 15px;
	position: absolute;
	align-items: center;
	justify-content: center;
	top:42px;
	left: -50%;
}

 /* linear-gradient--------------*/

.header {
	width: 100%;
	position: Fixed; 
	z-index: 12345;
	padding:22px;
	background:  linear-gradient(to 90deg, rgb(0, 0, 0), rgb(0, 0, 0));

}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
	 margin: 0 auto;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 40px;
	margin-left: 22px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#f5fbfd;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 12345;
	border-radius: 15px;
	background-color:#f5fbfd;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.733); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;

}

#menu, .sub-menu {
  display: none;
  list-style: none;
}

/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}

/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i {   top: 0%;
}

/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
  top: 40%;
  -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
} 
.tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
  top: 40%;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}




/*------------------------------------------------------*/

@media all and (min-width: 992px)

{
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}

.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;

}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;

}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: auto;
    transform: translateX(0);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1000px;
  width: 60%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 14px;
	color:#ffffff;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}

/* image size */
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: auto;
	vertical-align: middle;
	margin-top: 5px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#5c5c5c;
}
.hoverlink :hover
	img{
		transform: scale(1.1);
		opacity:100;
	filter:alpha(opacity=100);
}
.opacitylink
	img{
		opacity: 50%;

	}

.opacitybox :hover
	img{
		opacity: 70%;
		transform: scale(0.95)
	}
  

/* banner section */
.bannergall{
	background-size: cover;
	background-position: center;
	height: auto;
	width: 100%;
  }
  @media all and (max-width: 692px){
	.bannergall {
height: 200%;
width: 200%;
padding: 0px 50px 0px -100px;
}
	}

.banner-section {
  background-image: url('img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.bannerg-section{
	background-image: url('img/bannerg.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
	padding-top: 400px;
  }
.bannere{
	background-image: url('img/banner_enerji.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
	padding-top: 400px;

  }

  .bannert{
	background-image: url('img/banner_turizm.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannersektorler{
	background-image: url('img/banner_sektorler.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }

  .bannerfinans{
	background-image: url('img/banner_fi̇nans.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannerdi̇ger{
	background-image: url('img/banner_di̇ger.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannergenel{
	background-image: url('img/banner_genel.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannerhakkinda{
	background-image: url('img/banner_hakkinda.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  
  .bannerkariyer{
	background-image: url('img/banner_kariyer.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannereiletisim{
	background-image: url('img/banner_eiletisim.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }
  .bannersosyal{
	background-image: url('img/banner_sosyal.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }

  .bannertarihce{
	background-image: url('img/banner_tarihce.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	display: block;
  }

.itembox {
	width:100%;
	height:111px;
	background:#00000054;
	border-radius:5px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.itemboxpages {
	width:100%;
	height:111x;
	background:#00000054;
	border-radius:5px;
	display: flex;
	margin: 0 auto;
	justify-content: center;

}
.Headermiddle
{
	border-radius:10px;
}

.Boxshadow:hover{
	box-shadow: 2px 5px 30px rgba(0,0,0,.1)
   }

/* slogan section */
.banner-section .slogan-section{
	height: 100%;
	width: 100%;
	display: flex;
    position: relative; 
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	font-size: 1.2em;
	color:#f5fbfd;
    top: 350px;
    left: 0px;
align-items: flex-end;
box-sizing: border-box;
}

@media(max-width: 991px){
	.banner-section .slogan-section{
		height: 100%;
		width: 100%;
		display: flex;
		position: relative; 
		flex-wrap: nowrap;
		justify-content: center;
		margin: 0 auto;
		font-size: 0.6em;
		color:#f5fbfd;
		top: 350px;
		left: 0px;
	align-items: flex-end;
	box-sizing: border-box;
	}
}


  .mobile-menu-head,
.mobile-menu-trigger{
	z-index: 12349;
	display: none;
}
.SectorsBand_spot{
	padding:20px;
	font-size: 2em;

}

.SectorsBand_content{
	padding:20px;
	font-size: 1.5em;
}




/*responsive*/

  
@media(max-width: 991px){



	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 0px;
		width: 200%;
		margin-right: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 3px;
		background-color: #f5fbfd;
		width: 30px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #f5fbfd;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#00000073;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 12398;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);

	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate();
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 13347;
		position: sticky;
		background-color: #969696;
		top:0;
	}

	

	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#ffffff;
		font-size: 16px;
		display: none;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgb(255, 255, 255);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#ffffff;	
		font-size: 25px;
		z-index: 1003347;

	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

	
	
@media(max-width: 1430px){



	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 0px;
		width: 200%;
		margin-right: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 3px;
		background-color: #f5fbfd;
		width: 30px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #f5fbfd;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#000000;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 12398;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);

	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate();
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 13347;
		position: sticky;
		background-color: #969696;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#ffffff;
		font-size: 16px;
		display: none;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
		z-index: 103347;

	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgb(255, 255, 255);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#ffffff;	
		font-size: 25px;
		z-index: 1003347;

	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgb(0, 0, 0);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}


.Sektorlertext{
text-align: center;
font-size: 16px;
}
.Sektorlertext2{
	text-align: center;
	font-size: 25px;
	padding: 0px 50px 0px 50px;
	}
	
@media all and (max-width: 692px){
.Sektorlertext2 {
		text-align: center;
		font-size: 18px;
		padding: 0px 50px 0px 50px;
	}}
	

/* END loop */

/* Start logo */
.logoall {
	position: relative;
}

.endlogo{
	position: relative;
	text-align: center;
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;

}


@media all and (max-width: 692px){
	.emptypng {
		visibility: hidden;
		position: fixed;
}
	}


	.ltr{
		direction: ltr;
	}