@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
.about-section{
      padding-top: 20px;
    padding-bottom: 48px;
}
.product-img{
      border: 2px solid #941417;
    margin-bottom: 10px;
}
.academic{
      padding-top: 42px;
    padding-bottom: 24px;
}
.academic p{
      font-family: Oswald-Regular;
    font-size: 15px;
}
.academic a{
     color: #000;
    padding-left: 10px;
}
#rs-footer a{
  color: rgb(222, 158, 47);
}
.footer-1{
      text-align: center;
    margin-top: 11px;
}
.footer-1 a{
      font-size: 13px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.15);
}
.logo-img{
	position: absolute;
    z-index: 111;
    /* text-align: center; */
    top: -60px;
    box-shadow: 0 6px 7px -2px #000000;
    /* left: 30%; */
    float: left;
}

.list-1{
	    margin-left: 36px;
}
.nav-1{
    margin-left: 184px !important;
}
.fa-1{
	    margin-top: 250px;
}
h2{
	font-family: Oswald-Regular;
color: rgb(255, 49, 21);
}
.courses-item{
      text-align: center;
    margin-bottom: 20px;
    height: 280px;
    border: 1px solid #ecebe6;
}
.courses-item img{
             display: inline-block;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    /* border: 1px solid #ecebe6; */
    padding: 15px;
    width: 100%;
}	
.courses-title{
  text-align: center;
}
.view-btn{
      display: inline-block;
    margin-left: auto;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background-color: #941417;
    color: #fff;
    font-family: Oswald-Regular;
    border-radius: 10px;
} 
.view-btn a{
  color: #fff;
}
.view-btn a:hover{
  color: #fff;
}
.view-btn:hover{
      background-color: #e2b94f;
      color: #fff
}
.section-inner{
	background-color: rgb(255, 255, 255);
padding: 20px;
border-radius: 0px 20px;
}
.courses-title a{
	font-family: Oswald-Regular;
color: rgb(129, 101, 21);
text-transform: uppercase;
font-size: 16px;
word-spacing: 2px;
}
.address-1{
	font-size: 28px;
margin-bottom: 12px;
color: #de9e2f;
}
.footer-bottom p{
	text-align: center;
	margin-top: 20px;
font-family: Oswald-Regular;
font-size: 17px;
}
.footer-bottom a{
	color: #db7a1b;
text-decoration: none;
font-size: 17px;
}
@media only screen and (max-width: 450px) {
   .logo-img{
   	width: 80px;
   	left: 40%;
        top: -22px;
   }
   .home1 .menu-area .rs-menu{
  padding-left: 20px;
}
.courses-item{
  height: auto;
}
.sec-spacer, .shop-page-area.single-product-page {
    padding: 22px 0;
}
}
@media only screen and (max-width: 1280px) {
   .nav-1{
   	margin-left: 0px !important;
   }
}
@media (max-width:1024px) and (min-width:768px) {
    .nav-1 {
    margin-left: 250px !important;
}
.logo-img{
   	left: 40%;
   }
   .inner-page .rs-menu ul.nav-menu > li, .home3 .rs-menu ul.nav-menu > li, .home1 .rs-menu ul.nav-menu > li {
    margin-right: 39px;
}
}​
@media (max-width:900px) and (min-width:768px) {

}