/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2024 | 18:33:40 */
.popup-content {
display:none;	
}
.popup {
cursor:pointer;
color:#e59a16;
margin-left:0px;
display:inline !important;
z-index:10000 !important;	
}
.p-wrap {	
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#000;
max-width:800px;
width:calc(100% - 80px);	
z-index:10000 !important;
border:1px solid #aaa;	
}
.p-cont {
color:#fff;
padding:30px;
    overflow: scroll;
       max-height: 600px;
    overflow-x: hidden;	
text-align:center;
scrollbar-width: thin;
        scrollbar-color: #999 #333;	
	
}
.p-cont h3 {
margin:0 0 0px 0;
text-transform:none !important;	
}
.closer {
color:#000;	
position:absolute;
border-radius:50%;
width:40px;
height:40px;	
background:#fff;
border:4px solid #333;
right: -20px;
top: -20px;
font-size: 40px;
line-height: 0.8;
text-align: center;
cursor:pointer;	
} 
@media only screen and (max-width: 768px){ 
	.p-cont h3 { 
	font-size:30px;
	}	
}
.c-content {
max-width:1200px;
margin:auto;
padding:30px;	
}
#partner h1  {
margin-top:0;	
}
@keyframes brain {
  from {transform:scale(0.9);}
	to {transform:scale(1);}
}
	.brain img {

  animation-name: brain;
  animation-duration: 1s;
		  animation-iteration-count: infinite;
		animation-direction: alternate;
	}
a  {
color:#BF9345 !important;	
}