@font-face {
  font-family: 'DINMittelschriftStd';
  src: url('../fonts/DINMittelschriftStd.eot');
  src: url('../fonts/DINMittelschriftStd.woff2') format('woff2'),
       url('../fonts/DINMittelschriftStd.woff') format('woff'),
       url('../fonts/DINMittelschriftStd.ttf') format('truetype'),
       url('../fonts/DINMittelschriftStd.svg#DINMittelschriftStd') format('svg'),
       url('../fonts/DINMittelschriftStd.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html,body
{
    font-family: 'DINMittelschriftStd';
    padding: 0;
    margin: 0;   
    z-index: -1;
    background-color: #e7e5e5;    
}



.slider
{
position: absolute;
z-index: 0;
width: 100%;
height: 181px;
overflow: hidden;
}

.homeslider
{
height: 100%;
}

.slider img
{    
   /* Set rules to fill background */
  min-height: 100%;
  min-width: 1500px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;    
}






.header
{
    padding-top: 53px;    
    position: relative;
}

.logo
{
    float: left;
}

.hrightside
{
    float: right;
    position: relative;
}

.hbox
{
    float: right;
    margin-left: 20px;        
    color: #fff;            
}

.hparent
{
    background: url(../images/parent.png) 12px  no-repeat;
    background-color: rgba(18,128,197,0.5);
    padding: 10px 15px 10px 40px;
    min-width: 130px;
}


.htelephone
{
    background: url(../images/phone.png) 12px  no-repeat;
    background-color: rgba(18,128,197,0.5);
    padding: 10px 15px 10px 40px;
    min-width: 130px;
}

.language
{
    background: url(../images/earth.png) 10px  no-repeat;
    background-color: rgba(18,128,197,0.5);
    padding: 10px 15px 10px 45px;
    min-width: 100px;
}

.clear
{
    clear: both;
}

.menulist
{
    background-color: rgba(18,128,197,0.5);
    margin-top: 36px;
    float: right;
    text-transform: uppercase;    
}

.searchbox
{
    display: none;
}

.searchbutton {    
    float: right;
    min-height: 50px;
    min-width: 50px;
    margin-top: 36px;
    background: #072444 url(../images/search.png) no-repeat center;
    position: relative;
}

.searchlink
{
    display: block;
    float: right;
}
.searchbox
{
display: none;    
position: absolute;
right: 15px;
bottom: -50px;
height: 50px;
z-index: 100;
}

#keyword
{
width:200px;    
height: 40px;
margin: 0;
border: none;
padding:5px;
float: left;
color: #000;
}

#searchbot
{
    width:80px;
    height: 40px;
    margin: 0;
    padding: 0;    
    border: none;
    color: #fff;
    float: left;
    background-color: #072444;
}


.coloredbox
{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 280px;
    margin-top: 100%;
}

.bluecolor
{
    background-color: rgba(18,128,197,0.5);
}

.yellowcolor
{
    background-color: rgba(255,191,0,0.5);
}

.redcolor
{
    background-color: rgba(191,18,14,0.5);
}

.welcome 
{
margin-top: 234px;    
}

.welcome img
{
    border: 2px solid #881d20;      
}

.welcome h1
{
    font-size: 38px;
}

.welcome p
{
    font-size: 18px;
}

.videos
{
    margin-top: 50px;
    background-color: #1072bb;
    color:#fff;
}

.vidright
{    
    padding: 0;
    margin: 0;
    float: right;
}

.vidleft
{    
    padding: 0;
    margin: 0;
    float: left;
}

.cuswi
{
width: 52%;    
}

.youtubebox
{
    padding: 0;
    margin: 0;
    width: 506px;
    height: 250px;
}

.videos h2
{
    font-size: 38px;
    margin: 43px 0 10px 28px;
}

.videos p
{
    font-size: 18px;
    margin: 0 0 0 28px;
}

.morevideo
{
    display: block;
    background-color: #f5c90f;
    color: #3f819b;
    padding: 5px 20px;
    float: right;
    font-size: 20px;
    margin-right: 40px;
    margin-top: 80px;
    font-weight: bold;
}

.sectitle
{
    display: inline-block;
    font-size: 30px;    
    text-transform: capitalize;
    margin: 50px 0 30px 0;
}

.yellowborder
{
    border-bottom: 2px solid #f5c90f;
}

.redborder
{
    border-bottom: 2px solid #bf120e;
}

.blueborder
{
    border-bottom: 2px solid #1072bb;   
}

.eventcont
{
margin-bottom: 50px; 
max-width: 350px;
}

.eventimage 
{
    position: relative;    
    margin: 0;
    padding: 0;
}

.eventimage  img 
{
margin: 0;
padding: 0;
}

.eventdate
{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 10px 15px;     
    background-color: #1072bb;
}

.eventdate p
{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;    
    line-height: 19px;
}

.eventtitle
{
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #f5c90f;
    font-size: 24px;
}

.eventaddress {
    background-color: #1072bb;
    padding: 21px 0 11px 0;
    text-align: center;    
    color: #fff;
}

.eventaddress ul {
    display: inline-block;
    margin: 0 auto;
    list-style: none;
    text-align: left;
    padding: 0;
}
.eventaddress ul li {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.eventaddress ul li.eventlocation {
    background: url(../images/eventlocation.png) 7px center no-repeat;
}
.eventaddress ul li.eventdate2 {
    background: url(../images/eventdate.png) left no-repeat;
}


.specialoffer
{            
    position: relative;
    margin-bottom: 20px;
    max-width: 351px;
    height: 240px;   
}

.specialoffer img
{
    position: absolute;
    bottom: 0;
    left: 0;    
}

.specialoffer a{
color: #fff;    
}

.specialdetail
{
    font-size: 21px;
    padding: 9px 0 0 11px;
    background-color: rgba(0,0,0,0.5);
    min-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;    
    width:100%;
    text-align: left;
}


.infobox
{
    width:352px;
    height: 334px;
    background: #1072bb;    
    text-align: center;
    color: #fff;
    padding: 30px 30px 0 30px;
    margin: 0 auto;     
}

.imgbox
{
width: 169px;    
height: 169px;
display: flex;
align-items: center;
margin: 0 auto;

-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
background-color: #fff; 
}

.infobox a
{
    color: #fff;
    display: block;
    margin: 0 auto;    
}

.imgbox img
{      
   margin: 0 auto;
}


.infobox h3
{
    font-size: 30px;
margin-top: 10px;
margin-bottom: 5px;
}

.infobox p
{
    font-size: 18px;
    line-height: 20px;
}


.gallery 
{
margin-bottom: 50px;     
}

.gallerylist
{
text-align: center;    
}

.gallerylist img 
{
border: 4px solid orange;    
}

.galleryimages img {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    float: none;
    margin: 20px;
    border: 2px solid #1280c5;
}


/*============================== footer*/

.footer
{     
   background-color: #d1d0d0;
    border-top: 3px solid #0c74bc;    
    color: #000;
    text-align: center;    
    padding: 20px 0;  
    margin-top: 50px;
}

.footer form 
{
width:100%;    
}

.footer .footerbtn
{
width:113px;
height: 25px;
font-size: 14px;
line-height: 5px;
background-color: #0c74bc;
color:#fff;
border: 0;
}

.footer .footerbtn:hover
{
    background-color: #515150;
}

.footer .formtext
{
width: 100%;
height: 26px;
font-size: 14px;
border: none;
padding-left: 10px;
min-width: 240px;
}

.footer .form-group
{
    margin-bottom: 8px;
}


.footer ul
{
    list-style: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
    text-align: left;      
    margin-bottom:20px;
    clear: both;
}

.footer img
{
float:left;
margin-right: 10px;
}

.footer h3
{
font-size: 18px;    
}

.footer a
{
    color: #000;
    font-size: 14px;
}
.copyright 
{
    background-color: #0c74bc;    
}
.copyright p
{
text-align: center;
color: #fff;
margin: 10px 0;
}

.copyright  a
{
    color: #fff;
}

.success-mess-news-header {
    float: left;
    font-weight: bold;
    color: #f5534b;
    margin-left: 3px;
    margin-top: 10px;
}

.success-mess-news-header2 {
    float: left;
    font-weight: bold;
    color: #7c9e11;
    margin-left: 10px;
    margin-top: 10px;
}
    
.aboutus
{
    margin-bottom: 50px;
    margin-top: 50px;
}

.academic
{
    margin-top: 0;    
}

.academic h1
{
    margin-top: 0;
}



.contactus ul
{
list-style: none;  
padding: 0;
}

#contacttable {
    width: 100%;
    margin-top: 20px;
}

.textfield {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    color: #000;
    padding-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #1072bb;
}

.textareafield {
    width: 100%;
    height: 100px;
    color: #000;
    padding-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #1072bb;
}

#submit {
    color: #000;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 120px;
    margin-top: 15px;
}


.google_map {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
}


/*================================== responsive code*/

@media  (max-width:1330px) {        
    .welcome {
    margin-top: 70px;
}
}
@media  (max-width:1200px) {        
.welcome img
{
    width: 100%;
}
.regimage
{
width: 50%;    
}
.regimage img
{
    width: 100%;
}
.specialoffer img
{
    width: 100%;
}
.infobox
{
    width: auto;
    height: auto;
    padding-bottom: 10px;
}
.eventimage  img
{
    width: 100%;
}
.gallerylist img
{
    width: 100%;
}
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .slider img{
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

@media  (max-width:995px) {        
.navbar-default .navbar-nav>li>a
{
    font-size: 12px;
}
.contfix
{
    width: 100%;
}
}


@media  (max-width:995px) {        
    .navbar-default .navbar-nav>li>a
{
    font-size: 60%;
}
.coloredbox
{
    margin-top: 20px;
}
.welcome {
    margin-top: 70px;
}
}

@media  (max-width:992px) {
.gallerylist img
{
    width: auto;
}
}

@media  (max-width:991px) {
.welcome img
{
    width: auto;
    margin: 0 auto;
    display: block;
}
.youtubebox
{
        width: 250px;
}
.eventcont
{
    margin: 0 auto;
    margin-bottom: 20px;
}

.specialoffer
{
    margin: 0 auto;
    margin-bottom: 20px;
}

.infobox
{
    margin-bottom: 20px;
}
}

@media  (max-width:838px) {        
    .navbar-default .navbar-nav>li>a
{
    font-size: 50%;
    padding-right: 10px;
    padding-left: 10px;
}
}


@media  (max-width:750px) {        
.hbox
{
    clear: both;
}
.searchbox
{
        width: 280px;
}
.detailpage img
{
    width: 100%;
}   
}

@media  (max-width:580px) {        
    .vidcus
{
        float: none;
        clear: both;
        text-align: center;
}
.regimage
{
     float: none;
        clear: both;
        text-align: center;
        width: 100%;
}
.regimage h2
{
    margin-left:0;
}
.regimage p
{
    margin-left:0;
}
}

@media  (max-width:474px) {        
    .hrightside
    {
        clear: both;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .hbox
    {
        margin: 0 auto;
        float: none;
    }
    .logo
    {        
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .welcome img
    {
        width: 100%;
    }
}

@media  (max-width:426px) {        
.eventimage  img
{
    width: 100%;
}
.gallerylist img
{
    width: 100%;
}
.specialoffer
{
    height: 194px;;
}
}

@media  (max-width:358px) {        
    #keyword
    {
            width: 127px;
    }
    .searchbox
    {
            width: 207px;
    }
}

@media  (max-width:329px) {        
    .youtubebox
{
       width:200px;
}
.videos h2
{
        font-size: 22px;
        margin-top: 20px;
}
.videos p {
    font-size: 12px;    
}

.morevideo {
    margin-top: 26px;
    
}
}