* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
header, , article, aside, nav, footer, address {
    display: block;
}
body {
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
input,textarea,select{
}
a{
    color: #333;
}
.thumb{
    display: block;
}
.thumb img{
    display: block;
    width:100%;
}
p{
    line-height:1.6em;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
h2{
    text-align: center;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
}
h3{
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}
.hidden{
    display:none;
}
br.clear {
    clear: both;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.wrapper {
    width: 80%;
    margin: 0 auto;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.owl-nav{
    display: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
#pageloader{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
   z-index: 9999;  
}
.loader {
  position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;  
  width: 100px;
  height: 100px;
  animation: spin 10s infinite;
}
.square {
  background: #FA8D62;
  border-radius: 50%;
  float: left;
  clear: right;
  margin: 3px;
  width: 27px;
  height: 27px;
  animation-name: disappear;
  animation-direction: alternate;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
}
.loader .square:nth-child(1) { animation-delay: 200ms; }
.loader .square:nth-child(2) { animation-delay: 400ms; }
.loader .square:nth-child(3) { animation-delay: 600ms; }
.loader .square:nth-child(4) { animation-delay: 400ms; }
.loader .square:nth-child(5) { animation-delay: 600ms; }
.loader .square:nth-child(6) { animation-delay: 800ms; }
.loader .square:nth-child(7) { animation-delay: 600ms; }
.loader .square:nth-child(8) { animation-delay: 800ms; }
.loader .square:nth-child(9) { animation-delay: 1s; }

@keyframes disappear {
  0% {
    background-color: #FA8D62;
    transform: scale(1, 1);
  }
  100% {
    background-color : #FFDE3F;
    transform: scale(0, 0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


span.mobile-menu-icon, .mobile-menu-close-icon, div.mobile-menu {
    display: none;
}


#home{
   
}
#home header{
    position: relative;
    z-index: 11;
}

.backgroundhome::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#home{
    position: relative;
    background-size: cover;
    /*padding: 500px 0;*/
    overflow: hidden;
    z-index: 50;
}
#home header{
    /*position: relative;*/
}
.spotlight{
     background: url(../images/group2.png)no-repeat;
    background-size: cover;
}
.spotlightcource{
    background: url(../images/bbq.jpg)no-repeat;
    background-size: cover;
}
#home header h1.logo{
    width: 8%;
    padding-top: 1%;
}
#home header h1.logo a{
    display: block;
}
#home header h1.logo a img{
    width: 100%;
}
#home header nav.right{
    width: 58%;
    padding: 5% 0 0 0;
}
#home header nav.right ul{
 display: flex;
 justify-content: space-between;
 width: 100%;

}
#home header nav.right ul li{
    font-size: 21px;
}
#home header nav.right ul li a{
    font-family: 'Montserrat', sans-serif;
}
#home nav.right ul li a{
    color: #fff;
}
#home nav.right ul li{
    display: inline-block;
    margin-right: 2%;
}
#home nav.right ul li:last-child{
    margin-right: 0;
}
#home nav.right ul li a.active{
    border-bottom: 2px solid #fff;
}
#home ul.aji div.title{

}
#home ul.aji div.title{
    text-align: center;
    padding: 18% 0 18% 0;
    color: #fff; 
    position: relative;
    z-index: 1;
}
#home ul.aji div.title h1{
    font-size: 30px;
}
#home ul.aji div.title div#text{
    font-size: 50px;
    margin-top: 2%;
    font-family: 'Arvo', serif;
}
#home ul.aji div.title a{
    color: #fff;
    font-size: 20px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: inline-block;
    padding: 10px 40px;
    border-radius: 35px;
    border: 1px solid #fff;
    margin-top:2%;
    font-family: 'Arvo', serif;

}
#home ul.aji div.title a:hover{
    color: #000;
    background-color: #fff;
}


#about{
    width: 100%;
    background:url(../images/squarep.png)no-repeat;
    background-image:cover;
    padding: 3%;        
    position: relative;
    z-index: 2;
}

#about .left{
    width: 25%;
}
#about .left div{
}
#about .left div img{
    width: 100%;
    box-shadow: 5px 10px 18px #888888
}
#about .right{
    width: 71%;
    text-align: center;
    padding-top: 1%;
}
#about .right h3{
    font-family: montserratsemibold;
    margin-bottom: 2%;
    text-align: center;
    font-size: 25px;
}
#about .right p{
    font-family: montserratlight;
    margin-bottom: 2%;
}
a.buttonstyle{
    color: #000;
    font-size: 16px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 35px;
    border: 1px solid #008000;
    margin-top:2%;
    font-family: montserratmedium;
    text-align: center;
}
a.buttonstyle:hover{
    color: #fff;
    background:#000;
    border: 1px solid #000;
}
#about .right a{
    color: #000;
    font-size: 16px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 35px;
    border: 1px solid #008000;
    margin-top:2%;
    font-family: montserratmedium;
    text-align: center;
}
#about .right a:hover{
    color: #fff;
    background:#000;
    border: 1px solid #000;;
}


#courses{
    padding: 3% 0;
    background-color: #151414;
}
.flip:hover .flip-box-inner {
  transform: rotateY(180deg);

}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

}
#courses h3{
    text-align: center;
    font-size: 25px;
    font-family: montserratsemibold;
    margin-bottom: 3%;
    color: #fff;
}
#courses div{
    padding: 0 24% 0;
    margin-bottom: 3%;
}
#courses div p{
    color: #fff;
    font-family: montserratlight;
}
#courses ul{
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
#courses  ul li{
    width: 30%;
    float: left;
    margin-right: 5%;
    color: #fff;
    padding: 5%;
}
#courses  ul li.card1{
    background:url(../images/home01.png)no-repeat;
    background-image:cover;
    display: inline;
    
}
#courses  ul li.card2{
    background:url(../images/home02.png)no-repeat;
    background-image:cover;
    display: inline;
    
}
#courses  ul li.card3{
    background:url(../images/home03.png)no-repeat;
    background-image:cover;
    display: inline;
    
}
#courses  ul li:last-child{
    margin-right: 0;
}
#courses  ul li a{
    display: block;
}
#courses  ul li a div{
     padding: 30% 18%;
    border: 1px solid #ffffff;
    text-align: center;
}
#courses  ul li a div p{
    font-family: 'montserratsemibold';
    font-size: 20px;
}


#acceriditation{
     padding: 3% 0;
     text-align: center;
}
#acceriditation h3{
    text-align: center;
    font-size: 25px;
    font-family: montserratsemibold;  
    margin-bottom: 10px;  
}
#acceriditation h2{
    font-family: montserratlight;
    margin-bottom: 2%;
    text-align: center;
    font-size: 16px;
}
#acceriditation ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2%;
    padding: 0 12%;
    position: relative;
    z-index: 2;
}
#accrtop{
    background: url(../images/aboutbackdesign.png);
    margin-top: -20px;
    padding: 4% 0 0; 
}
.spotlightaccr{
    background: url(../images/spotlightaccr.jpg);
}
#acceriditation ul li{
    margin-right: 8%;
    width: 19%;
}
#acceriditation ul li:last-child{
    margin-right: 0;
}
#acceriditation ul li img{
    width: 100%;
}
#acceriditation a{
    color: #000;
    font-size: 16px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 35px;
    border: 2px solid #008000;
    margin-top: 2%;
    font-family: montserratmedium;
    position: relative;
    z-index: 2;
}
#acceriditation a:hover{
    color: #fff;
    background:#000;
    border: 2px solid #fff;
}

#news{
     
     
}
#news h3{
    font-size: 25px;
    font-family: montserratsemibold;  
    margin-bottom: 40px;
    text-align: center;
}
#news .updateslider{
}
#news  a.button{
    color: #000;
    font-size: 16px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: block;
    padding: 8px 15px;
    border-radius: 35px;
    border: 2px solid #008000;
    font-family: montserratmedium;
    margin:0 auto;
    width: 12%;
    text-align: center; 
    position: relative;
    z-index: 2;
    margin-top: 3%;

}
#news  a.button:hover{
    color: #fff;
    background:#000;
    border: 2px solid #fff;
}

#news .updateslider div.newslide{
   /* width: 23.5%;
    float: left;*/
    margin-right: 2%;
}
#news .updateslider div.newslide:nth-child(4n){
    margin-right: 0;
}
#news .updateslider div.newslide div.top{
    margin-bottom: 2%;
}
#news .updateslider div.newslide div.top img{
    border-radius: 6%;
    width: 100%;
    height: 100%;
}
#news .updateslider div.newslide div.bottom{

}
#news .updateslider div.newslide div.bottom h4{
    font-family: montserratsemibold;    
}
#news .updateslider div.newslide div.bottom p{
     font-family: montserratlight;
     margin: 2% 0;
     text-align: left;
}
#news .updateslider div.newslide div.bottom b{
    font-weight: bold;
    font-size: 14px;
    text-align: left !important;
}

#brochure{
    padding: 3% 0 ;
    text-align: center;
   /* background: url(../images/designrightobject.png)center;*/
    background-position: cover;
    position: relative;
    z-index: 2;
}
#brochure div.tittle{
}
#brochure div.tittle h3{
    font-size: 25px;
    font-family: montserratsemibold;  
    margin-bottom: 10px;
    text-align: center;

}
#brochure form{
    width: 53%;
    margin: 0 auto;
}
#brochure form p{
    margin: 0 4% 4% 0;
    float: left;
    width: 48%;
}
#brochure form p.formmargin{
    margin-right: 0;
}
#brochure form p.email{
    width: 100%;
}
/*#brochure form p:nth-child(2n){
    margin-right: 0;
}*/
 #brochure form p.message{
    width: 100%;
}
.accrpdng{
    padding: 3%;
}
#brochure form p input.formstyle{
    width: 100%;
    background: #F5F5F5;
    border:none;
    border:1px solid #000;
    height: 50px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    color:#212121;
    padding-left: 10px;
    font-family: montserratsemibold;
}
#brochure form input.submit{
     color: #000;
    font-size: 16px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 35px;
    border: 2px solid #008000;
    margin-top: 2%;
    font-family: montserratmedium;
    position: relative;
    z-index: 2;
}
#brochure form input.submit:hover{
    color: #fff;
    background:#000;
    border: 2px solid #fff;
}

footer {
    text-align: center; 
    color: #fff;
    background: url(../images/footerbg.png)center;
    background-position-y: -427px;
    background-position-x: -127px;
}
footer .top{
    padding: 4% 0;
     border-top: 1px solid #d3d3d3;
    border-bottom: 0.5px solid #e5e5e5;
    position: relative;
    z-index: 2;

}
footer .top ul {
    width: 100%;

}
footer .top ul li {
    width: 31.33%;
    margin-right: 3%;
    float: left;
}
footer .top ul li h5 a{
    font-size:20px;
    color: #868686;
    font-family: 'montserratregular';
}
footer .top ul li h5{
    font-size:20px;
    color: #868686;
    font-family: 'montserratregular';
}
footer .top ul li:last-child {
    margin-right: 0;
}
footer .top ul li span {
    height: 40px;
    color: #868686;
    font-size: 35px;
}
footer .top ul li h5 {
    margin-top: 5%;
}
footer .bottom {
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 2;
} 
footer .bottom p{
    font-size: 14px;
    font-family: 'montserratregular';
    text-align: center;
    color:  #868686;
    font-weight: bold;
}
footer .bottom a {
    color: #868686;
    font-weight: bold;
}


/*style for course page starts here*/

#home ul.aji div.coursespot{
    padding: 11% 0 11% 0;
}
#home ul.aji div.coursespot p{
    font-size: 51px;
    margin-bottom: 5%;
    font-family:montserratregular ;
    
}
#provide{
    padding: 5% 0 4%;
    margin-top: -20px;
    background: url(../images/provideback.png);
    background-size: cover;
}
#provide div.top{

}
#provide div.top h3{
    color: #043302;
     text-align: center;
    font-size: 25px;
    font-family: montserratsemibold;
    margin-bottom: 3%;
}
}
#provide div.bottom{

} 
#provide div.bottom p{
    text-align: center;
    font-family: montserratregular;
    font-size: 20px;
} 

#home header nav.coursecolor ul li a{
    color: #043302;
}
#home nav.coursecolor ul li a.active{
    border-bottom: 2px solid #043302 ;
}
#home ul.paddingcor div.title{
    padding: 60px 0;
    margin: 0 -28px 0 -26px;
}
#home ul.paddingcor div.coursespot p{
    margin-bottom: 0;
    font-size: 42px;
}
#hotspot{
    padding: 1% 0;
    background: url(../images/hotspotdesignfull.png)no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
#hotspot .one{
    width: 100%;
    margin: 3% 0;
   /* background: url(../images/designrightobject.png)no-repeat center center;*/
    background-position: cover;
}
#hotspot .one div.left{
    width: 28%;
}
.sideimg img{
    width: 100%;
}
.head{
    color: #0a3202;
    font-family: montserratregular;  
    font-size: 35px;
    margin-bottom: 2%;
    margin-bottom: 2%
}
.bod{
    font-family: montserratregular;
    color: #919191;
    margin-bottom: 2%;
}
.tail{
    font-family: montserratsemibold;
    color: #1b411b;
    font-size: 20px;
    margin-bottom: 2%;
}
span.line{
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #cccccc;
}
#hotspot .one div.right{
    width: 67%;
    padding-top: 4%;
}
#hotspot .two{
    margin: 3% 0;
    /*background: url(../images/coursedesignleft.png)no-repeat center;*/
}
#hotspot .two div.left{
    width: 67%;
    padding-top: 4%;
}
#hotspot .two{

}
#hotspot .two .left{
    width: 67%;
}
#hotspot .two .right{
     width: 30%;
}
/*style for album starts here*/


#gallery{
    padding: 9% 0 3% 0
}
.galleryback{
    background: url(../images/aboutbackdesign.png) no-repeat;
    background-position: contain;   
}
#gallery ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
#gallery ul li{
    display: flex;
    width: 24.33%;
    margin-bottom: 3%;
}
#gallery ul li img{
    width: 100%;
    height: 100%;
    border-radius: 6%;
}
.approve{
     width: 75%;
     margin: 0 auto;
     text-align: center;
}
#home ul.aji div.Albumc{
    padding: 8% 0 14% 0;
}

/*style for accreditation starts here*/

.accr{
    padding: 8% 0 0 0;  
}
#design{
    background: url(../images/hotspotdesignfull.png)no-repeat center center;
    background-size: contain; 
}
#design div.top{
    border: 1px solid #1c5e1f;
    background: #1c5e1f;
    color: #fff;
    margin-bottom: 2%;
    padding: 1%;
}
#design div.top h3{
    font-size: 25px;
    font-family: montserratregular;
    position: relative;
    z-index: 2;
}
#design div.bottom{
    display: none;  
    margin:0 0 2% 3%;
}
#design div.bottom p{
    margin-bottom: 1%;
    font-family: montserratregular;
}
#accrtop h2{
    color: #043302;
    text-align: center;
    font-size: 25px;
    font-family: montserratsemibold;
    margin-bottom: 3%;
}
#accrtop p{
    text-align: center;
    font-family: montserratregular;
    font-size: 20px;
}
#accrtop div{
    padding: 0 10%;
}
#spanline{
    padding: 4% 0 0;
}
#spanline span{
    width: 100%;
    display: block;
    background: #a8a8a8;
    height: 2px;
}
.accrbroshurespot{
     background: url(../images/accrbroshurespot.png);
}
/*style for about starts here*/

.aboutspot{
    background-color: #a7a7a7;
}
.aboutcontent{
    padding-top: 3%;
    background: url(../images/aboutbackdesign.png);
    background-position: cover;
}
.aboutcontent h2{
    text-align: center;
    font-size: 25px;
    font-family: montserratsemibold;
    margin-bottom: 3%;
    color: #0a3302;
}
.aboutcontent div{

}
.aboutcontent div p{
    font-family: montserratlight;
    margin-bottom: 1%;
}
.aboutcontent div p:last-child(){
    margin-bottom: 0;
}
.indexbrosure{
    background: url(../images/1.png);
}
.contactspot{
    background: url(../images/contactspot.jpg)no-repeat center center;
    background-position: cover;
    padding: 60px 0;
}
.contactspot h2{
    color: #fff;
    font-size: 42px;
}

/*Slide show*/
.cb-slideshow,
.cb-slideshow:after { 
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    list-style: none; 
}
.cb-slideshow:after { 
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left;*/ 
    background-size: cover;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/group2.png);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/spot1.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/spot3.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/group2.png);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/spot3.jpg);
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/spot1.jpg);
    animation-delay: 30s; 
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}
@keyframes imageAnimation { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% { opacity: 0 }
}
 .albumspot{
    background: url(../images/albumfinal.jpg)no-repeat;
    padding: 60px 0;
    margin: 0 -28px 0 -26px;
}
.updatespot{
    background:url(../images/coursej.jpg)center;
    padding: 60px 0;
    margin: 0 -28px 0 -26px;
}
 .albumspot h2{
    color: #fff;
    font-size: 42px;
    font-family: montserratregular;
 }
.updatespot h2{
    color: #fff;
    font-size: 42px;
    font-family: montserratregular;
}
.aboutspot{
    background: url(../images/aboutdesign.png)no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 0 -28px 0 -26px;
}
.aboutspot h2{
    color: #fff;
    font-size: 42px;
    font-family: montserratregular;
}

/*style for contact starts here*/


#contact{
    width: 100%;
    padding-top: 2%;
    margin-bottom: 11%;
}
#contact .left{
    width: 60%;
    padding-top: 4%;
}
#contact .left div.tittle{
    color: #fff;
    text-align: center;
    margin-bottom: 9%;
}
#contact .left div.tittle h3{
    font-size: 50px;
    color: #000;
    font-family: montserratlight;
}
#contact .right{
    width: 40%;
}
#contact .right  div {
     width: 90%;
     text-align: right;
     float: right;
     height: 665px;
}
#contact .right  div img{
    width: 100%;
    display: block;
    float: right;
    height: 100%;
}
#contact form{
    width: 70%;
    margin: 0 auto;
}
#contact form p{
    margin: 0 4% 4% 0;
    float: left;
    width: 48%;
}
#contact form p.email{
    width: 100%;
}
#contact form p.textarea{
    width: 100%;
}
#contact form p.textarea textarea{
    width: 100%;  
    background: #F5F5F5;
    border: 1px solid #000;
    border-radius: 20px;  
    padding-left: 35px;
    font-family: montserratlight;
    font-size: 20px;
}
 #contact form p.contactmargin{
    margin-right: 0;
}
#contact form textarea {
  float:left;
  border:0px;
  width:100%;
  height:140px;
  padding:10px 10px 10px 30px;
  font-family: montserratlight;
  color:#212121;
  resize: none;
   border-radius: 15px;
}
 #contact form p.message{
    width: 100%;
}
#contact form p input{
    width: 100%;
    background: #F5F5F5;
    border:none;
    border:1px solid #000;
    height: 58px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    color:#212121;
    padding-left: 35px;
    font-family: montserratlight;
    border-radius: 15px;
    font-size: 20px;
}
#contact form p input:focus{
    background: #76c0f533;
    border: 1px solid #76c0f533;
}
#contact form p textarea:focus{
    background: #76c0f533;
    border: 1px solid #76c0f533;
}

#contact form p input:hover,#contact form p textarea:hover{
    border:1px solid #35a71d;
}
#contact form input.submit{
     color: #000;
    font-size: 20px;
    background: -webkit-linear-gradient(to right, #7eb244, #43C6AC);
    display:block;
    padding: 18px 42px;
    border-radius: 35px;
    border: 1px solid #595959;
    margin-top: 2%;
    font-family: montserratregular;
    margin: 0 auto;
    background: #F5F5F5;
}
#map{
    position: relative;
}
#map h1{
    width: 100%;
}
.container {
  position: absolute;
  top:6px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.button {
  padding: 0 2.5vw 0 0;
  display: flex;
  align-items: center;
  margin: 4vw;
  
  border-radius: 3px;
}
.button-col {
  flex-direction: column;
  padding: 0.5vw;
}
.button-top-wrapper {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.button-search {
  display: inline-flex;
  width: 100%;
}
.button-submit {
  background: #fff;
  border: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 2vw;
  color: inherit;
  padding: 0vw 1vw;
  display: inline-flex;
  justify-content: center;
}
.button-submit .search {
  height: 2.5vw;
  width: 2.5vw;
}
.button input {
  background: rgba(255, 255, 255, 0.5);
  height: 4vw;
  width: auto;
  color: #1B2631;
  border: 0;
  border-radius: 3px;
  font-family: 'Varela Round', sans-serif;
  font-size: 2vw;
  padding: 0vw 2vw;
  flex: 2 0 auto;
}
.button input::-webkit-input-placeholder {
  color: #CCD1D1;
}
.button input:-ms-input-placeholder {
  color: #CCD1D1;
}
.button input::-ms-input-placeholder {
  color: #CCD1D1;
}
.button input::placeholder {
  color: #CCD1D1;
}

.img-container {
  width: auto;
  text-align: center;
  height: 8vw;
  display: inline-flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: -1vw;
  padding-bottom: 1vw;
}

svg path, svg rect {
  fill: #C70039;
}

.map-pointer {
  position: relative;
  -webkit-animation: hover 2000ms ease-in-out infinite;
          animation: hover 2000ms ease-in-out infinite;
  width: auto;
  height: 10vw;
}

.map-pointer-shadow {
  content: '';
  position: relative;
  height: 1.5vw;
  width: 4.5vw;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-animation: pulse 2000ms ease-in-out infinite;
          animation: pulse 2000ms ease-in-out infinite;
}

@-webkit-keyframes hover {
  from {
    -webkit-transform: translate(0, 0.3vw);
            transform: translate(0, 0.3vw);
  }
  70% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
  }
  to {
    -webkit-transform: translate(0, 0.3vw);
            transform: translate(0, 0.3vw);
  }
}

@keyframes hover {
  from {
    -webkit-transform: translate(0, 0.3vw);
            transform: translate(0, 0.3vw);
  }
  70% {
    -webkit-transform: translate(0, 0vw);
            transform: translate(0, 0vw);
  }
  to {
    -webkit-transform: translate(0, 0.3vw);
            transform: translate(0, 0.3vw);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}





#footer{
    background-color: #2b2b2b;
    padding-top: 15%;
    width: 100%;
  
}
#footer .footertop{
    width: 100%;
    padding-left: 10%;
}
#footer .footertop .logo{
    width: 50%;
}
#footer .footertop .logo img{
    width: 100px;
}
#footer .footertop .socialmediaicons{
    width: 50%;
    padding-top: 1%;
}
#footer .footertop .socialmediaicons span{
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    margin-right: 2%;
    text-align: center;
}
#footer .footertop .socialmediaicons span small{
    font-size: 40px;
    text-align: center;
    line-height: 100px;
}
span.linefooter{
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin: 3% 0;
}
#footer .footerbottom{
    width: 100%;
    color: #fff;
}
#footer .footerbottom h3{
    font-size: 22px;
}
#footer .footerbottom .subscriptionmail{
    width: 33.33%;
    float: left;
}
#footer .footerbottom .subscriptionmail h2{
    margin: 5% 25% 5% 0;
    font-size: 19px;
}
#footer .footerbottom .subscriptionmail form{

}
#footer .footerbottom .subscriptionmail form input{
    background-color: #fff;
    width: 65%;
    padding: 15px 9px;
    font-size: 18px;
    font-family: montserratlight;
}
#footer .footerbottom .subscriptionmail form button{
    margin-left: -27px;
    border: 2px solid #000;
    border-radius: 50px;
}
#footer .footerbottom .subscriptionmail form button span{
}
#footer .footerbottom .subscriptionmail form button span{
    color: #000;
}

#footer .footerbottom .pagelinks{
    width: 33.33%;
    float: left;
}
#footer .footerbottom .pagelinks h3{
    margin-bottom: 5%;
}
#footer .footerbottom .pagelinks ul li{
    font-size: 20px;
    font-family: montserratregular;
    margin-bottom: 7%;
}
#footer .footerbottom .pagelinks ul li a{
    color: #fff;
}
#footer .footerbottom .pagelinks ul li:last-child{
    margin-bottom: 0;
}
#footer .footerbottom .contactinformations{
    width: 33.33%;
    float: left;
}
#footer .footerbottom .contactinformations div.contact{

}
#footer .footerbottom .contactinformations div.contact small.left{
    width: 10%;
}
#footer .footerbottom .contactinformations div.contact p.right{
    width: 90%;
}
#footer .footerbottom .contactinformations h3{
    margin-bottom: 5%;
}
#footer .footerbottom .contactinformations p{
    display: inline-block;
    margin-bottom: 5%;
    font-size: 20px;
}
#footer .footerbottom .contactinformations span{
    font-size: 25px;
}
#footer .copyrighttab{
    background-color: #000;
    width: 100%;
    text-align: center;
    color: #666666;
    padding: 1% 0;
    margin-top: 2%;
}
#footer .copyrighttab p a{
    color: #666666;
}
/*style for updates starts here*/

#updates{
    padding-top: 7%;
}
#updates div.newslide{
    width:23%;
    float: left;
    margin: 0 2% 5% 0;
}
#updates div.newslide:nth-child(4n){
    margin-right: 0;
}

#updates div.newslide div.top{
    margin-bottom: 5%;
}
#updates  div.newslide div.top img{
    border-radius: 6%;
    width: 100%;
    height: 100%;
}
#updates  div.newslide div.bottom{

}
#updates div.newslide div.bottom h4{
    font-family: montserratsemibold;    
}
#updates div.newslide div.bottom p{
     font-family: montserratlight;
     margin: 2% 0;
     text-align: left;
}
#updates div.newslide div.bottom b{
    font-weight: bold;
    font-size: 14px;
    text-align: left !important;
}
#socialmedia{
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}
#socialmedia div{
    margin-bottom: 18px;
}
#socialmedia div span{
    font-size: 50px;
    color: #89bb86;
    background: #fff8f8;
    border-radius: 50px;
}
#socialmedia div span.icon-twitter:hover{
    color: #55aded;
}
#socialmedia div span.icon-facebook:hover{
    color: #3b579c;
}
#socialmedia div span.icon-instagram:hover{
    color: #e7427c;
}

/*responsive design starts from here*/
@media all and (max-width: 1400px){
    #home header nav.right {
        width: 73%;
    }
    .aboutcontent div {
        padding: 0 12%;
    }
    .aboutcontent {
        background-size: cover;
    }
    footer{
        background-position-y: -488px;
        background-position-x: 1511px;
    }
}
@media all and (max-width: 1280px){
    #contact .left div.tittle h3 {
        font-size: 42px!important;
    }
    #home ul.aji div.title div#text {
        font-size: 40px;
    }
    #home header nav.right {
        width: 85%;
    }
    #home ul.aji div.title a {
        padding: 7px 30px;
    }
    footer {
    background-position-y: -488px;
    background-position-x: 1454px;
    }
    #accrtop h2{
        margin-bottom: 5%;
    }
    #contact {
        margin-bottom: 16%;
    }
    #footer {
        padding-top: 19%;
    }
    #footer .footerbottom .subscriptionmail h2{
        margin: 2% 0;
        text-align: left;
        font-size: 15px; 
    }
    #footer .footerbottom .subscriptionmail form input {
        width: 83%;
    }
    #footer .footerbottom .subscriptionmail form span{
        margin-left: -11%;
    }
}
@media all and (max-width: 1200px){
    .mobile-menu-overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: rgba(0,0,0,0.8);
        z-index: 8;
        display: none;
    }
    div.mobile-menu{
        display: block;
        padding-top: 30px;
        width: 100%;
        max-width: 235px;
        min-height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        right: -300px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        z-index: 9;
        transition: .3s;
    }
    div.mobile-menu ul li{
        display: block;
        text-align: left;
        border-bottom: 1px solid #EEE;
        line-height: 50px;
    }
    div.mobile-menu ul li a{
        color: #000;
        font-size: 15px;
        text-transform: capitalize;
        font-family: 'montserratsemibold';
        padding: 0 30px;
    }
    span.mobile-menu-icon{
        display: block;
        float: right;
        cursor: pointer;
        font-size: 44px;
        color: #000;
        line-height: 60px;
        margin-top: 3%;
    }
    span.white{
        color: #fff;
    }
    .mobile-menu-close-icon{
        color: #000;
        font-size: 44px;
        position: fixed;
        z-index: 10;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
        transition: .3s;
    }
    nav.right{
        display: none;  
    }
    #about .left{
        display: none;
    }
    #about .right{
        width: 100%;
    }
    #courses div {
        padding: 2%;
    }
    #courses ul li a div {
        padding: 15% 10%;
    }
    #news a.button {
        width: 16%;
    }
    footer .top ul li h5 {
        font-size: 18px;
    }
    #gallery ul li{
        width: 30.33%;
    }
}
@media all and (max-width: 980px){

    #home header h1.logo {
        width: 11%;
    }
    footer .top ul li h5 a{
        font-size: 15px;
    }
    footer .top ul li h5{
        font-size: 15px;
    }
    #hotspot .one div.left {
        width: 37%;
    }
    #hotspot .one div.right {
        width: 61%;
        padding-top: 0;
    }
    .head{
        font-size: 23px;
    }
    #hotspot .two div.left {
        width: 61%;
    }
    #hotspot .two .right {
        width: 37%;
    }
    #socialmedia{
        display: none;
    }
    #courses {
        padding: 6% 0;
    }
    #brochure form {
        width: 64%;
    }
    #provide div.bottom p {
        font-size: 17px;
    }
    #accrtop{
        padding: 8% 0 0;
    }
    #accrtop p{
        text-align: justify;
    }
     #updates div.newslide {
        width: 32%;
        margin: 0 2% 5% 0;
    }
    #updates div.newslide:nth-child(3n){
        margin-right: 0;
    }
    #updates div.newslide:nth-child(4n){
         margin: 0 2% 5% 0;
    }
    #contact{
        margin-bottom: 21%;
    }
    #contact .left div.tittle h3{
        font-size: 32px;
    }
    #contact .right div{
        width: 100%;
        height: 577px;
    }
    #contact form p{
        width: 100%;
    }
    #footer .footerbottom h3{
        font-size: 20px;
    }
    #footer .footerbottom .subscriptionmail form input {
        width: 88%;
    }
    #footer .footerbottom .subscriptionmail form span{
        margin-left: -15%;
    }
    #footer .footerbottom .contactinformations div.contact p.right {
        width: 83%;
    }
}
@media all and (max-width: 768px){

    #aboutres div p {
        font-size: 12px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .bottom p {
        font-size: 10px;
    }
    #home header h1.logo {
        width: 13%;
    }
    #home ul.aji div.title div#text{
        font-size: 30px;
    }
    #home ul.aji div.title a {
        padding: 5px 25px;
    }
    #home ul.aji div.title {
       
    }
    #about .right p {
        font-size: 15px;
    }
    #courses ul li {
        padding: 4%;
    }
    #courses ul li a div p {
        font-size: 15px;
    }
    #news .updateslider div.newslide div.bottom h4 {
        font-size: 15px;
    }
    #news .updateslider div.newslide div.bottom p{
        font-size: 12px;
    }
    #news .updateslider div.newslide div.bottom b{
        font-size: 10px;
    }
    #news a.button{
        width: 17%;
        font-size: 13px;
    }
    #provide div.bottom p {
        font-size: 15px;
    }
    #hotspot .one div.right {
        width: 56%;
        padding: 1% 3%;
    }
    #hotspot .one div.left {
        width: 37%;
    }
    .head{
        font-size: 27px;
    }
    #provide {
        background: none;
    }
    #provide div.bottom p {
        font-size: 15px;
    }
    #hotspot .one div.left {
        display: none;
    }
    #hotspot .one div.right {
        width: 100%;
    }
    #hotspot .two div.left{
        width: 100%;
    }
    #hotspot .two .right{
        display: none;
    }
    .aboutcontent div{
        padding: 0;
        text-align: justify;
    }
    #accrtop{
        background: none;
    }
    #gallery ul li {
        width: 48.33%;
    }
    .galleryback{
        background: none;
    }
    #contact .right div{
        display: none;
    }
    #contact .left {
        width: 100%;
    }
    #map{
        display: none;
    }
    #contact{
        margin-bottom: 2%;
    }
    #footer .footertop .socialmediaicons {
        width: 61%;
    }
    #footer .footertop .logo{
        width: 20%;
    }
    #footer .footerbottom .subscriptionmail{
        width: 100%;
        margin-bottom: 3%;
    }
    #footer .footerbottom h3{
        text-align: center;
        font-size: 25px;
    }
    #footer .footerbottom .subscriptionmail h2{
        text-align: center;
        font-size: 20px;
    }
    #footer .footerbottom .subscriptionmail form span{
        margin-left: -9%;
    }
    #footer .footerbottom .pagelinks{
        width: 50%;
    }
    #footer .footerbottom .pagelinks ul{
        text-align: center;
    }
    #footer .footerbottom .contactinformations{
        width: 50%;
        text-align: center;
    }
    #footer .footerbottom .contactinformations div.contact{
        margin-bottom: 3%;
     }
    #footer .footerbottom .contactinformations div.contact small.left{
        width: 100%;
    }
    #footer .footerbottom .contactinformations div.contact p.right{
        width: 100%;
    }
    #footer .footerbottom .subscriptionmail form input{
        width: 99%;
    }
}
@media all and (max-width: 640px){
    #courses ul li {
        width: 100%;
        background: none !important;
        height: 150px !important;
        margin:0  0 3% 0;
    }
    #courses ul li a div {
        width: 100%;
        height: 150px !important;
        padding: 0 !important;
    }
    #courses ul li a div p{
        line-height: 150px;
        font-size: 16px;
    }
    #courses div p {
        font-size: 15px;
    }
    #home ul.aji div.title div#text{
        font-size: 21px;
    }
    #news .updateslider div.newslide{
        width: 75%;
        margin: 0 auto;
    }
    #news a.button{
        width: 27%;
    }
    footer .top ul li{
        width: 100%;
        margin-top: 5%;
    }
    footer .top ul li h5{
        margin: 0;
    }
    #provide div.bottom p {
        font-size: 12px !important;
    }
    #provide {
        background: none;
    }
    #acceriditation {
        padding: 10% 0 3%;
    }
    #brochure form {
        width: 84%;
    }
    #home ul.aji div.title a {
        font-size: 16px;
        padding: 8px 15px;
        margin-top: 5%;
    }
    .aboutspot {
        padding: 35px 0;
    }
    #accrtop div{
        padding: 0;
    }
    #home ul.paddingcor div.title {
        padding: 35px 0;
    }
    #updates div.newslide{
        width: 48%;
    }
    #updates div.newslide:nth-child(2n){
        margin-right: 0;
    }
     #updates div.newslide:nth-child(3n){
        margin: 0 2% 5% 0;
    }
    .updatespot{
        padding: 35px 0;
    }
    .albumspot{
        padding: 35px 0;
    }
    #footer .footertop .logo{
        width: 100%;
        margin-bottom: 10%;
    }
    #footer .footertop .logo img{
        display: block;
        margin: 0 auto;
    }
    #footer .footertop .socialmediaicons{
        width: 100%;
        padding: 0 13%;
    }
    #footer{
        padding: 5% 0 0 0 ;
    }
    #footer .footerbottom .subscriptionmail{
        margin-bottom: 7%;
    }

}
@media all and (max-width: 480px){
    #home ul.aji div.title div#text{
        font-size: 15px;
    }
    #home ul.aji div.title a{
        font-size: 15px;
    }
    #about .right h3{
        font-size: 20px;
    }
    #about .right p{
        font-size: 13px;
        text-align: justify;
    }
    #about .right a{
        font-size: 15px;
        padding: 5px 15px;
    }
    #courses h3{
        font-size: 20px;
    }
    #courses div p{
        font-size: 13px;
        text-align: justify;
    }
    #courses ul li a div p{
        font-size: 12px;
        line-height: 100px;
        text-align: center;
    }
    #courses ul li{
        height: 120px !important;
    }
    #courses ul li a div{
        height: 100px !important;
    }
    #acceriditation h3{
        font-size: 20px;
    }
    #acceriditation h2{
        font-size: 12px;
        margin-bottom: 7%;
    }
    #acceriditation ul{
        display: block;
    }
    #acceriditation ul li{
        width: 40%;
        margin:0 10% 8% 0;
    }
    #acceriditation ul li:nth-child(2n){
        margin-right: 0;
    }
    #acceriditation a{
        font-size: 15px;
        padding: 5px 15px;
    }
    #news h3{
        font-size: 20px;
    }
    #news a.button{
        width: 40%;
        font-size: 15px;
        padding: 5px 15px;
    }
    #provide {
        background: none;
    }
    #brochure form p {
        width: 100%;
    }
    #brochure div.tittle h3 {
        font-size: 20px;
    }
    footer .bottom p {
        font-size: 12px;
    }
    #news .updateslider div.newslide div.bottom h4{
        margin: 5% 0 2%;
    }
    #provide div.bottom p{
        text-align: justify;
    }
    #home ul.paddingcor div.title{
        padding: 35px 0;
    }
    .bod{
        text-align: justify;
    }
    .head{
        font-size: 18px;
        font-family: montserratsemibold;
    }
    .tail{
        font-size: 15px;
    }
    #accrtop p {
        font-size: 14px;
    }
    #design div.top h3 {
        font-size: 20px;
    }
    #acceriditation ul.responsive li{
        margin: 0 auto;
    }
    #updates{
        padding-top:12%;
    }
    #updates div.newslide{
        margin: 0 8% 11% 0;
        width: 45%;
    }
    #updates div.newslide:nth-child(2n){
        margin-right: 0 !important;
    }
    #updates div.newslide:nth-child(3n){
         margin: 0 8% 11% 0;
    }
    #footer .footertop .socialmediaicons{
        padding: 0;
    }
    #contact .left div.tittle h3 {
        font-size: 26px;
    }
    #footer .footerbottom .subscriptionmail form input{
        width: 97%;
    }
    #footer .footerbottom .pagelinks{
        width: 100%;
        margin-bottom: 10%;
    }
    #footer .footerbottom .contactinformations{
        width: 100%;
    }
    #contact form{
        width: 100%;
    }
    #footer .footertop{
        padding-left: 0;
    }
    .socialmediaicons {
        text-align: center;
    }
    .socialmediaicons span {
        width: 80px!important;
        height: 80px!important;
    }
    .subscriptionmail h2 {
        margin: 5% 0!important;
    }
    .subscriptionmail form span {
        margin-left: -12%!important;
    }
    .contactinformations div.contact {
     margin-bottom: 0!important; 
    }
    #footer .copyrighttab p{
        font-size: 14px;

    }



}
@media all and (max-width: 360px){
    #home header h1.logo{
        width: 17%;
    }
    span.mobile-menu-icon{
        font-size: 35px;
    }
    #home ul.aji div.title div#text{
        font-size: 14px;
    }
    #home ul.aji div.title a{
        font-size: 13px;
        padding: 3px 20px;
    }
    #about .right h3{
        font-size:18px;
    }
    #about .right p{
        font-size: 11px;
    }
    #about .right a{
        font-size: 13px;
        padding: 3px 15px;
    }
    #courses h3{
        font-size: 18px;
    }
    #courses div p{
        font-size: 11px;
    }
    #courses ul li a div p{
        font-size: 11px;
    }
    #acceriditation h3{
        font-size: 18px;
    }
    #acceriditation a{
        font-size: 13px;
        padding: 3px 15px;
    }
    #news h3{
        font-size: 18px;
    }
    #news a.button{
        width: 45%;
        padding:  3px 15px;
    }
    .aboutcontent {
        background: url(../images/hotspotdesignfull.png)no-repeat center center;
        background-size: cover;         
    }
    #brochure {
        padding: 10% 0;
    }
    #brochure form input.submit {
        padding: 3px 15px;
    }
    #brochure div.tittle h3 {
        font-size: 18px;
    }
    footer .bottom p{
        font-size: 9px;
    }
    #design div.top h3{
        font-size: 15px;
    }
    #design div.bottom p{
        font-size: 13px;
    }
    .galleryback{
        background: none;
    }
    #updates div.newslide{
        width: 100%;
        margin: 0 0 15% 0 !important;
    }
    #gallery ul li {
        width: 100%;
    }
    #contact form p input {
        padding-left: 20px;
        height: 45px;
    }
    #contact form p.textarea textarea {
        padding-left: 20px;
        height: 115px;
    }
    .socialmediaicons span {
        width: 70px!important;
        height: 70px!important;
    }
    #footer .footertop .socialmediaicons span small {
        line-height: 78px;
    }
    .subscriptionmail form span {
     margin-left: -15%!important;
    }
    #updates{
        background: #7ca59036;
    }
    #gallery{
        background: #7ca59036;
    }
    #contact .left div.tittle h3{
        font-size: 35px !important;
    }
    #contact form input.submit{
        padding: 12px 32px;
    }
    #contact .left{
        margin-bottom: 10%;
    }
    #footer .footertop .logo img {
        width: 80px;
    }
    #footer .footertop .socialmediaicons span small {
        font-size: 25px;
    }
    #footer .copyrighttab p {
        font-size: 10px;
    }
    #footer .footerbottom h3{
        font-size: 20px;
    }
    #footer .footerbottom .subscriptionmail h2{
        font-size: 15px;
    }
    #footer .footerbottom .pagelinks ul li a{
        font-size: 15px;
    }
    #footer .footerbottom .contactinformations div.contact p.right{
        font-size: 15px;
    }
   
}
@media all and (max-width: 320px){
    #home ul.aji div.title div#text{
        font-size: 14px;
    }
    #courses ul li a div p {
        font-size: 11px;
    }
    #acceriditation ul li {
        width: 50%;
    }
    #news a.button {
        width: 45%;
    }
    .aboutcontent {
        padding-top: 10%;
    }
    .aboutspot h2 {
        font-size: 35px;
    }
    .aboutcontent h2 {
        font-size: 20px;
        margin-bottom: 8%;
    }
    footer .bottom p{
        font-size: 8px;
    }
    #design div.top h3{
        font-size: 13px;
    }
    #accrtop p{
        font-size: 13px;
    }
}