@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-glaho/css/bpg-glaho.min.css");

#news{
    width: 1330px;
    margin: auto;
    overflow: hidden;
    text-align: left;
}
#course{
	width: 1300px;
	height: 500px;
	border: 1px solid red;
    margin: auto;
    margin-top: -350px;
    position: relative;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    position: relative;
    overflow: hidden;
}
#School_text{
	width: 1290px;
	min-height: 100px;
	margin: auto;
	border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    margin-top: 10px;
    padding: 5px;
    color: #8a8a8a;
    line-height: 22px;
    text-align: justify;
    font-size: 15px;
    display: none;
}

#course h1{
	width: 100%;
	background-color:  #00a859;
	bottom: 20px;
	padding: 5px 10px;
	left: 0px;
	color: #fff;
	font-size: 46px;
	position: absolute !important;
}
#news .news{
    width: 400px;
    height: 370px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    border: 4px solid #d1d9ec;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 05%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 05%);
    margin: 24px 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-transform{
	 width: 100%;
    height: 230px;
    color: #333;
    font-size: 18px;
    background-size: cover;
    background-position: center center;
    
	
}

#news .news h1 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
    padding: 5px;
    text-transform: capitalize;
}
#news .news p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px;
    color: #8a8a8a;
    font-family: 'dejavu_sansbook';
    margin-top: -3px;
     text-align: left;
}
#news .news a {
    position: absolute;
    width: 100px;
    height: 30px;
    right: 3px;
    bottom: 3px;
    text-align: center;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #04aae6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#news .news  .news-see{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 180px;
    left: 300px;
    z-index: 999;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
          
      background-size: cover;
      background-position: center center;
}
.date {
    width: 85px;
    height: 20px;
    color: #49ccc7;
    font-size: 13px;
    margin-left: 3px;
    line-height: 18px;
    position: absolute;
    bottom: 0px;
    margin-left: 5px;
    text-align: right;
    background-image: url(../img/icons/date-color.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
#news .news a:hover{
	 color:#0d519c;
	text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
	
	#news{
    width: 1200px;
}
	#news .news {
    width: 370px;
    margin: 24px 13px;
}
}
@media only screen and (max-width: 1320px) {
	
	#course,#School_text{
    width: 98%;
}
#School_text{
    width: 96%;
}
	#news .news {
    width: 370px;
    margin: 24px 13px;
}
	#course h1{
		font-size: 30px;
		bottom: 10px;
    left: 10px;
	}
	
	
}
@media only screen and (max-width: 1220px) {
	#news{
    width: 900px;
}
	#news .news {
    width: 400px;
    margin: 24px 23px;
}
	
}
@media only screen and (max-width: 920px) {
	#news{
    width: 800px;
}
	#news .news {
     width: 370px;
    margin: 24px 13px;
}
	
}
@media only screen and (max-width: 820px) {
	#news{
    width: 450px;
}
	#news .news {
    width: 400px;
    margin: 24px 23px;
}
	
}
@media only screen and (max-width: 600px) {
	
	#news{
    width: 370px;
}
	#news .news {
    width: 370px;
    margin: 24px 0px;
}
}
