 @charset "UTF-8";

  
.heading,
h1,
h2,
h3,
h4,
h10,
h6 {
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

 
:root {
  --base-color: #727272;
  --primary-color: #F84D42;
  --heading-color: #343434;
  --black-color: #1E1E1E;
  --green-color: #00A45F;
  --yellow-color: #FFB840;
  --lighter-color: #F2F2F2;
  --base-font: 'DM Sans', sans-serif;
  --script-font: 'Pacifico', cursive;
   
  scroll-behavior: inherit;
}
		
		
	 
	
/*** yeni slider ***/

 #homepage_slider video { 
     height:  682px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}
		
#homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
object-fit: fill;
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>img {
  display: block;
  line-height: 1;
}


.item  h5 {
		
			
    position: absolute;
    margin-top:-200px;
     
	left:400px;
	background:rgba(255,255,255,0.85);
	color:#595858;
	font-family:roboto;
	font-size:24px;
	line-height: 20px;
	padding:10px 20px;
	border-radius:3px;

 transform: translateY(-600px);
  animation: 1.2s slideIn ease-in-out forwards 1s;

			
  }	
		
	 
 
				
@keyframes slideIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}				

		
  
@media(max-width:1536px){
	
	 
  #homepage_slider video { 
     height:  455px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}
		
#homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
object-fit: fill;
  vertical-align: middle;
  border: 0;
}
	
}

@media(max-width:1296px){
	
	 
  #homepage_slider video { 
     height:  382px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}
		
.carousel-control1 {
  
  margin-top: -70px;
   
}		

	
}



@media(max-width:1024px){
	
 #homepage_slider video { 
     height:  400px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}

#homepage_slider img {
   height:400px;
    object-fit: fill;
	min-width: 215% 
		
}



.item  h5 {
		
			
     
    margin-top:-200px;
     
	left:200px;

	font-size:18px;
	line-height: 10px;
	padding:10px 20px;
	 
 		
  }

.post-date {
   
height:70px;
  
}

.carusal-our-news{
    
    font-size:11px;	 
}


 
 	
}


@media(max-width:1096px) {



#homepage_slider video { 
     height:  400px ;
    min-width: 120%  ;
	  object-fit: fill;
	overflow: hidden;
}

#homepage_slider img {
   height:400px;
    object-fit: fill;
	min-width: 235% 
		
}

.item  h5 {
		
			
     
    margin-top:-200px;
     
	left:200px;

	font-size:18px;
	line-height: 10px;
	padding:10px 20px;
	 
 		
  }

.post-date {
   
height:70px;
  
}

.carusal-our-news{
    
    font-size:11px;	 
}




}


@media(min-width:1097px) and (max-width:1200px) {



#homepage_slider video { 
     height:  400px ;
    min-width: 250%  ;
	  object-fit: fill;
	overflow: hidden;
}

#homepage_slider img {
   height:400px;
    object-fit: fill;
	min-width: 255% 
		
}

.item  h5 {
		
			
     
    margin-top:-200px;
     
	left:200px;

	font-size:18px;
	line-height: 10px;
	padding:10px 20px;
	 
 		
  }

.post-date {
   
height:70px;
  
}

.carusal-our-news{
    
    font-size:11px;	 
}




}



		
@media(max-width:767px) {
	
	 
  #homepage_slider video { 
     height:  135px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}
		
		

.carousel-control1 {
  
  margin-top: -170px;
   
}		
	
	
	
}		

 
   
		
.carousel-control1 {
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control1.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control1.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
		
.message-form {
	 
	max-height:380px;
	overflow-y: scroll;
}


 

.feature-item--three {
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 30px;
  background-size: cover;
}

@media (min-width: 480px) {
  .feature-item--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 375px) {
  .feature-item--three {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-item--three .feature-item__icon {
  color: white;
  line-height: 1;
  font-size: 45px;
  margin: 6px 20px 10px 0;
}

.feature-item--three .feature-item__content h4 {
  color: white;
  text-transform: capitalize;
	font-size: 40px;
	text-align:center;
}
.feature-item--three .feature-item__content p {
  color: white;
  margin-bottom: 0;
	text-align:center;
	font-size: 12px;
	 
}
@media (max-width: 375px) {
  .feature-item--three .feature-item__content h4 {
    font-size: 22px;
  }
}
		
@media (max-width: 1024px) {
  .feature-item--three .feature-item__content h4 {
    font-size: 21px;
  }
					
.feature-item--three .feature-item__content p {
  
	font-size: 9px;
	 
}
.feature-item--three .feature-item__icon {
  
  font-size: 35px;
  
}					
					
}		


.etkinlik {
  margin-bottom: 30px;
	 
  
}
 
.etkinlik .image img {
  width: 100%;
  height:300px;
  border-radius: 5px;
  padding:20px;
	
}
			
.etkinlik:hover .image,
.etkinlik:hover .content{
  opacity: 1;
	background: -webkit-linear-gradient(270.02deg, rgba(184, 6, 16, 0.6132) 15.88%, rgba(212, 44, 66, 0.84) 62.28%);
  background: -o-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: linear-gradient(180.02deg, rgba(101, 103, 107, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  border-radius:5px;				
} 
				
 .etkinlik:hover .content h4 a{
   color:white;
	
   
	 
}			

.etkinlik .content {
  background: #fff;
  padding: 45px 28px 30px;
  border-radius: 8px;
  height:380px;
  border: 1px solid rgba(184, 6, 16, 0.3);
	text-align:center;
	 -webkit-box-shadow: 5px 3px 13px -1px rgba(0,0,0,0.75);
     -moz-box-shadow: 5px 3px 5px -1px rgba(0,0,0,0.75);
      box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.75);
}

.etkinlik .content h4 a {
  color:rgba(0, 0, 0, 0.9);
  font-size: 12px;
	 
}

@media (max-width: 375px) {
  .etkinlik .content {
    padding-left: 20px;
    padding-right: 20px;
  }
	.etkinlik .content h4 {
    font-size: 22px;
  }	
 	
}

@media (max-width: 1024px) {
   
	.etkinlik .content h4 a {
    font-size: 9px;
  }
	
.etkinlik .image img {
  
  height:250px;
  
  padding:20px;
	
}		
 
}

.etkinlik .content h4 {
  margin-bottom: 1px;
}

@media (max-width: 1399px) {
  .etkinlik .content h4 {
    font-size: 18px;
  }
}

 
		
  	
 
.haber-item {
   
  position: relative;
	 
  margin-bottom: 18px;
   
 }

.haber-item img {
      width: 100%;
	 height:400px;
	 border-radius: 5px;
	min-height:185px;
	 -webkit-box-shadow: 5px 3px 13px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.75);
	    pointer-events: none;

	
	 
	 
}

 
.haber-item-tumb img {
       
	 -webkit-box-shadow: 5px 3px 13px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.75);
	    pointer-events: none;
 border-radius: 5px;
	
	  
	 
}

 

.haber-item .haber-item__over {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 33px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
   
}

 
	

@media (max-width: 375px) {
  .haber-item .haber-item__over h5, 
  .haber-item .haber-item__over h4{
    font-size: 10px;
  }
			
			
}
 
			
			
}	 

 

.haber-item .haber-item__over .category {
  opacity: 0;
  color: white;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.haber-item .haber-item__over .details-btn {
  position: absolute;
  font-size: 20px;
  color: white;
  right: 30px;
  top: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-25px);
  -ms-transform: translate(-25px);
  transform: translate(-25px);
  width: 47px;
  height: 47px;
  background: var(--primary-color);
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
}

.haber-item:hover .haber-item__over {
  opacity: 1;
	background: -webkit-linear-gradient(270.02deg, rgba(184, 6, 16, 0.6132) 15.88%, rgba(61, 58, 58, 0.84) 62.28%);
  background: -o-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(61, 58, 58, 0.84) 62.28%);
  background: linear-gradient(180.02deg, rgba(101, 103, 107, 0.6132) 15.88%, rgba(184, 6, 15, 0.54) 62.28%);
	 border-radius: 5px;
}

 
.haber-item:hover .haber-item__over .details-btn {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
	 
}

 
	
.post-date {
  left: 20px;
  top: 20px;
  font-weight: 800;
  background: white;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.post-date b {
  color: white;
  display: block;
  font-size: 24px;
  padding: 7px 15px;
  background: var(--primary-color);
}	
	
	
.post-date2 {
  right: 20px;
  top: 10px;
  font-weight: 800;
  background: white;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
	font-size: 11px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.post-date2 b {
  color: white;
  display: block;
  font-size: 15px;
  padding: 2px 10px;
  background: var(--primary-color);
}	
	
	
 .post-date3 {
  z-index: 1;
  line-height: 1;
  font-weight: 800;
  background: white;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 76px;
  height: 76px;
  top:-50px;
   
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -60px auto -45px;
  outline: 10px solid white;
  text-transform: capitalize;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid transparent;
  font-family: var(--heading-font);
  border-bottom-color: var(--primary-color);
}

.post-date3 b {
  font-size: 28px;
  color: var(--primary-color);
}

.post-date3 p {
  font-size: 10px;
color: var(--primary-color);
padding-top:3px;
   
}

 

.post-date3:after,
.post-date3:before {
  content: '';
  border-radius: 50%;
  position: absolute;
}

.post-date3:before {
  width: 110%;
  height: 70%;
  left: -5%;
  top: -5%;
  z-index: -2;
  background: white;
}

.post-date3:after {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: -1;
  opacity: 0.15;
  background: var(--primary-color);
}
	
  

.duyuru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px ;
 cursor: pointer;
	border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  height:75px;
	width:98%;
	border-bottom: 1px dotted #000;
	/**
	 background: white;
  -webkit-box-shadow: 5px 3px 13px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.75);
border-bottom: 4px solid var(--primary-color);**/
}

.duyuru:hover{
	
background: -webkit-linear-gradient(270.02deg, rgba(184, 6, 16, 0.6132) 15.88%, rgba(212, 44, 66, 0.84) 62.28%);
  background: -o-linear-gradient(270.02deg, rgba(37, 41, 47, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
  background: linear-gradient(270.02deg, rgba(101, 103, 107, 0.6132) 15.88%, rgba(248, 77, 66, 0.84) 62.28%);
	border-bottom: none; 
	border-radius: 5px;
}

.duyuru:hover .content h5 a   {
	
	 color:#fff;
}

 

.duyuru .content {
  margin-left: 15px;
}

 
.duyuru .content h5 a {
	
	font-size: 13px;
	font-weight:bold;
    color:#000;
	font-family: 'Montserrat', sans-serif;
	line-height:20px
     
	
}

.duyuru .content h5 a:hover {
  color: white;
  text-decoration:underline
}

.duyuru .content ul {
  margin: 0;
}

.duyuru .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.duyuru .content ul li i {
  margin-right: 6px;
  font-size: 14px;
}



.duyuru .date {
	
  color: white;
  padding: 5px;
	padding-right:10px;
  font-weight: 800;
  margin-right: 1px;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--heading-font);
   color:var(--primary-color);
   flex-shrink: 0;
	border-right: 1px dotted  #000;
	width: 70px;
   
}
 


.duyuru .date b {
  display: block;
  font-size: 40px;
}

 

.duyuru:hover .date{
	
color:white;
	border-right: 1px dotted  #fff;

}


 





@media (max-width: 520px) /**mobil**/ {
  
 
.message-form {
	 
	max-height:180px;
	overflow-y: scroll;
}

.item  h5 {
		
			
    
    margin-top:-80px;
     
	left:100px;
	 font-size:12px;
	line-height: 10px;
	padding:5px;

			
  			}
.duyuru .content h5 a {
	
	font-size: 9px;   
	
}

.post-date {
  
  top: 80px;
   
}

.etkinlik {
  margin-bottom: 20px;
  width: 250px;
  margin-top:50px;
 margin-left:20px;
	 
  
}
  
.etkinlik .image img {
  width: 300px;
    height:340px;
   
	
}
 

.post-date3 {
  
  width: 50px;
  height: 50px;
  top:-30px;
   margin-bottom:5px;
   
}

.post-date3 b {
  font-size: 16px;
  color: var(--primary-color);
}



 #homepage_slider video { 
     height:  135px ;
    min-width: 100%  ;
	  object-fit: fill;
	overflow: hidden;
}

#homepage_slider img {
   height:135px;
    object-fit: fill;
	min-width: 100% 
		
}	

.carousel-control1 {
   
  top: 190px;
   
  width: 15%;
  font-size: 40px;
   
}

h7 a{
font-size: 12px;
   font-weight:800;
  color:#000;
	 margin:10px;
	display:block
}


.desc > p {
     
    font-size:8px;
    line-height:15px;
      
	  
}


.carusal-our-news{
    
    font-size:7px;
    margin-top:3px;
	margin-left:10px;
	font-weight:600;
	 
	 
}





.haber-item img {
      width: 97%;
	 margin-left:10px;
	height:200px;
	 
	 
}


.post-date {
  left: 20px;
  top: 10px;
  font-weight: 800;
height:60px;
  
}

.post-date b {
  color: white;
  display: block;
  font-size: 18px;
  padding: 7px 15px;
  background: var(--primary-color);
}	








}


 
 .testimonial-item-three {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
			width:96%;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FFFFFF;
  padding: 0 22px 40px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.testimonial-item-three .author {
  margin-bottom: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
			 			
}

.testimonial-item-three .author img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 4px solid var(--primary-color);
}

		
.testimonial-item-three h4 a {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
}		
		
.testimonial-item-three .name {
  margin-bottom: 3px;
}

@media (max-width: 375px) {
  .testimonial-item-three .name {
    font-size: 22px;
  }
}

.testimonial-item-three .designation {
  font-size: 18px;
}

.testimonial-item-three .text {
  margin-top: 10px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.95;
}

@media (min-width: 376px) {
  .testimonial-item-three .text {
    font-size: 18px;
  }
}

.testimonial-item-three:hover {
  -webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.25);
}




	.project-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 10px 30px;
			width:150%;			
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
   margin-bottom:10px;
	margin-left:20px;				 				
  position: relative;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  			
}

 

@media (max-width: 375px) {
  .project-complete {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.project-complete .project-complete__icon {
  margin-right: 20px;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
}

.project-complete .project-complete__content h5 {
  font-size: 13px;
  margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;		 
	color:#000;
	font-weight:800;			
}

@media (max-width: 375px) {
  .project-complete .project-complete__content h5 {
    font-size: 18px;
  }
}





.about-image-part {
  z-index: 1;
  position: relative;
  margin-bottom: -30px;
  padding: 45px 35px 0 0;
}

@media (max-width: 575px) {
  .about-image-part {
    padding-right: 0;
  }
}

.about-image-part .image {
  margin-bottom: 30px;
	    

	
}

.about-image-part .image img {
  width: 100%;
  border-radius: 10px;
	    pointer-events: none;

	
}

 .about-image-part .image1 img {
  width: 100%;
  border-radius: 10px;
-webkit-box-shadow: 5px 3px 13px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.75);
	    pointer-events: none;

 }


 

.about-image-part:before {
  position: absolute;
  content: '';
  height: 80%;
  width: 60%;
  left: 22%;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  border: 2px dashed var(--primary-color);
  border-bottom: none;
}

.about-image-part:after {
  width: 147px;
  height: 147px;
  position: absolute;
  border-radius: 50%;
  content: '';
  z-index: -1;
  left: 0;
  bottom: 20%;
  -webkit-transform: translate(-40%);
  -ms-transform: translate(-40%);
  transform: translate(-40%);
  border: 30px solid var(--primary-color);
}

 
.kampus h7 {

font-size:44px;
color:#f84d42;
font-weight:800;
font-family: 'Montserrat', sans-serif;

}

.kampus h7 span {


font-size:42px;


}


.kampus h7 span:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 8%;
  width: 50%;
  height: 20%;
  background-image: url(../images/title-underline.png);
  background-size: 100% 100%;
}

.kampus p {

font-family: 'Montserrat', sans-serif;
font-size:14px;
margin-top:48px;
font-weight:400;
margin-bottom:50px;	

}

.kampus a {

font-family: 'Montserrat', sans-serif;
font-size:17px;
 font-weight:600;
 margin-left:40px;
	
 
}

.kampus .icn {

font-size:35px;
font-weight:600;
 margin-left:-40px;
 position:absolute;
	margin-top:-3px;
 
 	

}


.tum-heading {
    border-bottom: 1px solid #f84d42;
    float: right;
			
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
 
 
 
 .btn {
  position: relative;
  border-radius: 5px;
  text-align:center;	 
  z-index: 1;
  color: #fff;
  font-weight: 800;
   top:16px;
  text-transform: uppercase;
   background: var(--primary-color);
	 
}

@media (max-width: 500px) {

.kampus h7 {

font-size:24px;
 

}

.kampus h7 span {


font-size:22px;


}


.kampus h7 span:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 20px;
  top: 8%;
  width: 60%;
  height: 20%;
  background-image: url(../images/title-underline.png);
  background-size: 100% 100%;
}

 

   
}
 

 
@media (max-width: 575px) {
  .btn {
    font-weight: 600;
    padding: 12px 20px;
  }
}

 

.btn:focus,
.btn:hover {
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
background: #b80610;			 
}

.btn:focus:after,
.btn:hover:after {
  left: 0;
  bottom: 0;
}

.btn:active {
  color: white;
}
 
/*------------------------------------------------
    ## Neden AU
------------------------------------------------*/
.why-choose-area {
  z-index: 1;
  position: relative;
   
}

.why-choose-area:before {
  z-index: -1;
  opacity: 0.02;
  background: url(../img/background/why-choose-bg.jpg) no-repeat center/cover;
}

.vission-mission-tab {
  max-width: 500px;
}

.vission-mission-tab .nav li {
  margin: 0 10px 10px 0;
}

.vission-mission-tab .nav li button {
  color: white;
  border: none;
  font-weight: 800;
  padding: 7px 20px;
  border-radius: 5px;
  font-family: var(--heading-font);
  background: rgba(255, 255, 255, 0.05);
}

.vission-mission-tab .nav li button.active {
  background: var(--primary-color);
}

.why-choose-video {
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
  padding: 0 30px 12px 0;
}

.why-choose-video:after {
  width: 90%;
  content: '';
  height: 1650%;
  right: 0;
  bottom: 0;
	top:150px;
  z-index: -1;
  position: absolute;
  border-radius: 20px;
   border: 2px dashed var(--primary-color);
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}

.why-choose-video .video img {
  width: 100%;
	height:330px;
  border-radius: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	    pointer-events: none;

}

.why-choose-video .video-play--one {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.why-choose-video .leaf-shape {
  position: absolute;
  right: 101%;
  bottom: 98%;
}
.video-play--one {
  z-index: 1;
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  width: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 82px;
  border-radius: 50%;
  text-align: center;
}

.video-play--one:hover {

	width: 92px;
  height: 92px;
	line-height: 92px;

}

.video-play--one:after {
  position: absolute;
  content: '';
  left: -5px;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid var(--primary-color);
}

 


.video-play--one:hover {
  color: var(--primary-color);
}

@media (max-width: 575px) {
  .video-play--one {
    font-size: 16px;
    line-height: 60px;
    width: 60px;
    height: 60px;
				 
  }
	.why-choose-video .video img {
  width: 100%;
	height:280px;
	margin-top:50px;
  
}
}
.top_image_bounce {
  -webkit-animation: top-image-bounce 5s infinite ease-in-out;
  animation: top-image-bounce 5s infinite ease-in-out;
}
		@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
 
 
/*------------------------------------------------
    ## Section Title
------------------------------------------------*/
.section-title {
  margin-top: -5px;
}

.section-title .section-title__subtitle {
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--script-font);
   
}

.section-title h2,
.section-title h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
					 
}

.section-title h2 span,
.section-title h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.section-title h2 span:after,
.section-title h3 span:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 74%;
  width: 100%;
  height: 55%;
  background-image: url(../images/title-underline.png);
  background-size: 100% 100%;
}

@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title h2 span:after {
  height: 66%;
}

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 35px;
  }
}

@media (max-width: 375px) {
  .section-title h3 {
    font-size: 30px;
  }
}

.section-title p {
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title.for-hide-summary p {
    display: none;
  }
}



 
 