#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000 url(img/popup-bg.jpg) no-repeat;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.8;
z-index: 19;
display: block;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 9001;
}
.cnt223{
min-width: 90px;
width: 900px;
min-height: 280px;
margin: 130px auto;
background-image: linear-gradient(#322F2F,#100707 );
position: relative;
z-index: 103;
border-radius: 20px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #fff;
    /* text-align: justify; */
    font-size: 22px;
    font-family: sans-serif;
padding: 15px 20px 5px 20px;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

#popuphead {
background: #000;
padding: 20px 0;
color: #E2E2E2;
font-size: 35px;
text-align: center;
margin-bottom: 20px;
font-weight: 600;
font-family: 'Rajdhani', sans-serif;
}


#popuphead span{
color: #EDEA8C !important
}
#popuphead span1{
color: #FFFFFF !important
}
#popuphead span2{
color: #76BA3A !important
}

.visitweb {
text-align: center;
padding-bottom: 30px;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
font-size: 16px;
}

.visitweb a.close {
background: #46484B;
padding: 10px 15px;
color: #fff;
transition: all 0.5s;
-webkit-transition: all 0.5s;	
}

.visitweb a.close:hover, .visitweb a.visitfb:hover{
background: #28754e;
}

.visitweb a.visitfb {
background: #4267B2;
padding: 10px 15px;
color: #fff;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

aside .col-2 {
width: 110px !important;
margin-right: 76px !important;
}