#tpopup{{width:490px !important;bottom:0px !important}}
	.courses1 img {
		width: 100%;
		max-width: 35% !important;
		margin: 7px auto;
	}
#thover{
	position:fixed;
	background:#000;
	width:100%;
	height:100%;
	opacity: .6
}
#tpopup {
    position: fixed;
    width: 340px;
    height: 350px;
    background: transparent;
    right: 1%;
    bottom: -7%;
    border-radius: 5px;
    padding: 7px 0;
    margin-left: -320px;
    margin-top: -165px;
    text-align: center;
    box-shadow: none;
}
#tclose {
    position: absolute;
    background: #ec3237;
    color: white;
    right: 22px;
    top: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: none;
}
#tpopup img {
    width: 100%;
}
.gallery1 img {
    width: 100%;
	height: -webkit-fill-available;
    height: -moz-fill;
	border: 1px solid #ddd;
    padding: 4px;
}
section.imge_awrd {
    margin:40px auto;
}

.gallery1 {
    min-height: 240px;
    max-height: 240px;
    height: -webkit-fill-available;
    height: -moz-fill;
    overflow: hidden;
    margin-bottom: 30px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 21px;
	color: inherit;
	font-weight:600 !important;
	padding:10px;
}
.desk {
    box-shadow: 0px 0px 10px #ddd;
    overflow: hidden;
    padding: 20px;
    margin: 20px 0;
}
.desk a {
    text-decoration: none;
    color: #3d3d66;
    font-size: 14px;
    font-weight: 600;
}
h3.heading {
    margin: 20px 13px;
    font-size: 21px;
    color: #3d3d66;
}
.desk p {
    text-align: justify;
    line-height: 22px;
    font-size: 12.5px;
}

.flash-button{width:100%;margin-top:30px;}
.flash-button a {
    color: #fff;
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 2px;
    width: 100%;
    float: right;
    margin: 15px 1px;
    text-decoration: none;
    text-align: center;
}
.flash-button.buttton{background-color:transparent;-webkit-border-radius:10px;border-radius:10px;border:none;color:#FFFFFF;cursor:pointer;display:inline-block;padding:8px 13px;text-align:center;text-decoration:none;}
@-webkit-keyframes glowing{0%{background-color:#43568e;-webkit-box-shadow:0 0 3px #43568e;}
50%{background-color:#d4b73c;-webkit-box-shadow:0 0 0px #e67325;}
100%{background-color:#43568e;-webkit-box-shadow:0 0 3px #43568e;}
}
@-moz-keyframes glowing{0%{background-color:#a54586;-moz-box-shadow:0 0 3px #fff;}
50%{background-color:#ec3237;box-shadow:0 0 0px #fff;}
100%{background-color:#a54586;box-shadow:0 0 3px #fff;}
}
@-o-keyframes glowing{0%{background-color:#a54586;box-shadow:0 0 3px #fff;}
50%{background-color:#ec3237;box-shadow:0 0 0px #fff;}
100%{background-color:#a54586;box-shadow:0 0 3px #fff;}
}
@keyframes glowing{0%{background-color:#a54586;box-shadow:0 0 3px #fff;}
50%{background-color:#ec3237;box-shadow:0 0 0px #fff;}
100%{background-color:#a54586;box-shadow:0 0 3px #fff;}
}
.flash-button .buttton{-webkit-animation:glowing 1500ms infinite;-moz-animation:glowing 1500ms infinite;-o-animation:glowing 1500ms infinite;animation:glowing 1500ms infinite;}
