body
{
	font-family: 'Roboto', sans-serif;
	/*background-image:url(../images/home-bg.jpg);
	background-repeat:repeat;*/
}
ul
{
	list-style-image:url(../images/mark1.png);
	line-height:30px;
}
ul li a
{
	color:#000000;
}
h1,h2,h3,h4,h5,h5{
	color:#024d66;
}
.vlightbox img{
    margin-bottom: 20px !important;
    width: 100%;
}
/*----------- POP Up------------*/
.other-none{
	display:none;
}
.space-t50{
    margin-top: 50px;
}
.my-popup{
	background: url(../images/thankyou.jpg);
	background-position:center;
	background-size: cover;
	background-attachment:scroll;
	width:100%;
	min-height:2555px;
	}

.message-area{
	background: #f1f1f1;
    height: 500px;
	margin-top:150px;
	text-align:center;
	padding:100px;
	}
.message-area h2, .message-area h3{
	color:#1C1C1C;
	text-align:center;
	}
.message-area a{
margin-top:20px;
}
.my-close{
    margin: 130px -1px 0 0 !important;
    float: right;
    position: relative;
    color: #FF0004;
    padding: 0 !important;
    font-size: 40px;
}


/*----------- POP Up------------*/

/************************************
02)TOP HEADER
*************************************/
.mob-menu-icon{
    font-size: 18px;
    font-weight: 600;
    background: white;
    padding: 10px;
}
.navbar-header{
	margin-top:8px;
}
.logo-header{
	background-color:#ffffff;
	padding:5px 0;
}
.logo-header .logo img{
    max-width: 100%;
    height: auto;
		margin-left: 40px;
}
.logo-header .title h2{
    margin: 20px;
    padding: 8px 0;
    font-size: 33px;
    color:#ffff;
    text-align: center;
}
.logo-header .title i{
    padding: 0 5px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    color:#020266;
}
.top-download{
    margin-top: 28px;
}
.top-download a.btn{
    width: 100%;
    padding: 10px;
    font-size: 18px;
}
.my-nav{
	background:#28afd0;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none !important;
}
.navbar-brand span
{
	font-size: 20px;
    font-weight: bold;
    color: #320090;
}

.top-header {
    background: #122363;
    border-bottom:0;
    position: relative;
    overflow: hidden;
}

.contact-detail2 {
    margin: 0;
}

.contact-detail2 i {
    border-radius: 3px;
    padding: 3px 5px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 3px 0;
    margin-bottom: 0;
    margin-right: 35px;
}

.contact-detail2 li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.social-icons {
    list-style: outside none none;
    padding: 3px 0;
    margin-bottom: 0;
}

.social-icons li {
    margin-right: 10px;
    display: inline;
}
.social-icons li:last-child,
.social-icons li:last-child a{
    margin-right: 0!important;
    padding-right: 0!important;
}
.social-icons a {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.social-icons a:hover {
    color: #00AEFF
}

.content .panel.panel-success .panel-heading{
    background-image: linear-gradient(to bottom,#ffffff 0,#7bc9f9 100%);
}
/************************************
End TOP HEADER
*************************************/

/* ***********************************
Navbar editing
************************************ */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
	border-radius:0 !important;
	}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border:0;
    border-radius: 0;
}
.navbar-header {
    margin-right: -15px;
    margin-left:0;
}
.navbar-brand {
    float: left;
    height: 85px;
    padding: 2px 0 !important;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0 !important;
}
.navbar-nav {
    float: left;
    margin: 10px 25px;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .navbar-nav>li>a {
    color: #010a56;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 39px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-menu>li>a {
    padding: 10px 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-nav>li>.dropdown-menu {

}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #329dc1;
    transition: 0.8s;
    /* padding: 12px 20px; */
}
.current a{
	text-decoration: none;
    background-color: #eee;
    color: #329dc1 !important;
    transition: 0.8s;
	padding: 10px 43px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #010a56;
    background-color: #d8d8d8;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #010a56;
    background-color: #d8d8d8;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	border-radius:3px;
}
/* ***********************************
end of Navbar editing
************************************ */

/* ***********************************
start of banner
************************************ */
.banner
{
	width:100%;
    max-height:600px;
	height:100%;
	background-color:#073B5F;
	text-align:center !important;
	padding:0;
}
.banner img
{
	margin:0 auto;
	width:2000px;
}
/* end of banner */

/* ***********************************
start of news
************************************ */
.news
{
    width: 100%;
    height:50px;
    background-color: #00878a;
	/*background-color: #29363b;*/
	padding:0;
}
.news-ttl
{
    color: white;
    background: #070708cc;
    height: 50px;
    padding: 7px 0;
    text-align: center;
    font-size: 25px;
}
.news marquee
{
    margin: 0;
    color: white;
    display: block;
    height: 40px;
    padding: 12px 10px;
	font-size:20px;
}
.news marquee span{
    color:#beff07;
}
/* end of news*/

/* ***********************************
start of content
************************************ */


.banner-bottom{
	padding: 50px 0;
    text-align: center;
    margin-top: -115px;
    /* background: rgba(255, 255, 255, 0.4); */
    z-index: 9999;
    position: relative;
	font-weight:600;
	}
.banner-bottom a{
	color:#176898;
	text-decoration:none;
	cursor:pointer;
	}
.banner-bottom a span{
	font-size:16.5px;
	text-transform:uppercase;
	}
.banner-bottom img{
	margin:0 auto;
	max-width:175px;
	border:2px solid #ffffff;
	-webkit-border-radius: 50%;
    -ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 15px;
	}
.banner-bottom img:hover{
	transition:all 0.8s;
	}

.content-top{
	padding:0 0 30px 0;
}
.content-top h2{
	padding:0 15px;
	font-weight:bold;
	text-align:center;
}
.content-top p{
	text-align:center;
}
.news h2{
	background: #c7ff001a;
    padding: 15px 0;
    box-shadow: 0 0 15px #a0a0a0;
}

.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.content marquee{
	height:225px;
}
.content marquee p{
	padding:10px;
	border-bottom: 1px dashed #d77304;
}
.content marquee p::before{
	content: url(../images/news.png);
    padding-right: 10px;
    vertical-align: -webkit-baseline-middle;
}

.content
{
    width: 100%;
	padding:100px 0;
	background-color: #efefef;
}
.pages-content
{
    padding: 80px 0;
	background-color:#cacaca !important;
    color: black !important;
}
.welcome {
    width: 100%;
    padding-bottom: 45px;
}
.welcome h1
{
    text-align:center;
	font-size:30px;
	line-height:30px;
	color:#081860;
}
.welcome h2
{
    text-align:center;
	font-size:18px;
	line-height:30px;
	color:#000000;
    text-transform: uppercase;

}
.welcome p
{
    text-align:center;
	font-size:17px;
	line-height:30px;
}
fieldset
{
	background: rgb(214, 214, 214);
    padding: 5px 20px;
    margin-top: -175px;
	height:485px;
    position: absolute;
	overflow-y:scroll;
}
.my-form
{
	color:#000000 !important;
	margin-left: -5px;
}

.form-group {
    margin-bottom: 10px !important;
}


/* ------------ Enquiry form title animation ------------- */
.enq_box
{
	padding:10px;
	text-align:center;
	color:#d9241b;
	background-color:#051C40;
    -webkit-animation-name: example;
	-moz-animation-name: example;
	-o-animation-name: example;
	-ms-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	-ms-animation-duration: 4s;
    animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
	-ms-transition:all 0.8s;
	transition:all 0.8s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {background-color: #051C40; color:white;}
    50% {background-color: #d9241b; color:#051C40;}
	100% {background-color: #051C40; color:white;}
}

/* Standard syntax */
@keyframes example {
    0% {background-color: #051C40; color:white;}
    50% {background-color: #d9241b; color:#051C40;}
	100% {background-color: #051C40; color:white;}
}
/* ------------ Enquiry form title animation ------------- */

.my-text-area{
	height:60px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.45);
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.submit_btn
{
	width:100px;
	background:#048860 !important;
	margin-bottom:20px;
}
.home-services
{
	width:100%;
    background-color: rgb(0, 119, 160);
	padding:70px 0;
}
.home-services h3
{
	text-align: center;
    padding: 0 0 50px 0;
    color: #ffffff;
    font-size: 30px;
}
.home-services h4{
    text-align: center;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
}.home-services h5{
	text-align: center;
    font-size: 16px;
    color: #000000;
    margin: 0;
}
.tick{
	width: 10%;
    float: left;
    height: 66px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
}
.tick img{
	width:12px;
	height:12px;
}
.home-services p{
	width: 90%;
    float: left;
    position: relative;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 5px 10px;
    color: #b9b9b9;
    background: rgba(255, 255, 255, 0.06);
	line-height:28px;
}
.home-services ul{
	width:100%;
    float: left;
    position: relative;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding:0;
    color: #b9b9b9;
	line-height:28px;
	list-style-image:url(../images/mark1.png);
}
.home-services ul li
{
	margin:1px 0 0 0;
	/*background: rgba(255, 255, 255, 0.06);*/
	padding:5px 10px;
}

.guidence
{
	width:100%;
	text-align:center
}
.guidence-img
{
	margin:0 auto;
	width:150px;
	height:150px;
}
.counseling
{
	width:100%;
	text-align:center
}
.counseling-img
{
	margin:0 auto;
	width:150px;
	height:150px;
}
.support
{
	width:100%;
	text-align:center
}
.support-img
{
	margin:0 auto;
	width:150px;
	height:150px;
}

.logo-slider
{
	width:100%;
	background:#efefef;
	padding:100px 0;
}
.logo-slider img
{
	border-right:1px solid #d4d4d4;
}



.why-choose-us{
    background: #cccccc url(../images/bg.webp) no-repeat fixed border-box center/cover;
}
.whychooseOverlay{
    padding: 150px 0;
    background: rgba(0, 0, 0, 0.75);
}
.why-choose-us h2{
    background: #3b8c00;
    padding: 10px;
    color: #efefef;
}
.why-choose-us h4{
   color: #000;
}
.testimonial{
    text-align: center;
}
.testimonial h2{
    margin-bottom: 50px;
}
.testimonial h3{
   color: #10bd16;
    font-size: 20px;
}

.testimonial .item img{
    margin: 0 auto;
    max-width: 125px;
}
.testimonial .item p{
    color: #dcdcdc;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.rules img{
    margin-bottom: 25px;
}
/* ***footer*** */
.footer{
	padding: 70px 0;
    background: #28afd0;
    /*background: #227a98;*/
    line-height: 35px;
    font-size: 16px;
}
.footer h3, h3 a{
	color:#000;
}
.footer h3:hover, h3 a:hover{
	transition:0.7s;
	color:#ffffff;
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
}
.footer ul li, .footer ul li a{
	/*color:#e0e0e0;*/
    color:#000;
}
.footer ul li i, .footer ul li a i{
	color: #000;
}

.crights-block{
    background-color:#217c92;
    color:#fff;
	/*background-color:#1e6d88;*/
	}
/************** Start Maps ******************/

.map-canvas {
	width:100%;
    height: 100%;
 	height:calc(100% - 0px);
}

.map {
	width:100% !important;
	min-height:500px !important;
    margin-top: 50px;
}
/************** End Maps ******************/
#messages{
    /*background:#EFEFEF;*/
    padding: 50px 0;
}
#messages h2{
margin-top: 0;
}
#messages p{
    text-align:justify;
	font-size:17px;
	line-height:30px;
}
#messages img{
max-width: 100%;
}
/************** Start courses page ******************/
.courses
{
    width: 100%;
}
.courses h1
{
    text-align:center;
	font-size:30px;
	line-height:30px;
	color:#a5131d;
}

.course h5{
	color: #a5131d;
}
.courses h2
{
    text-align:left;
	font-size:18px;
	line-height:30px;
	color:#000000;

}
.courses h3{
    font-size: 20px;
    font-weight: 600;
    color: #004b8e;
}
.courses ol, .courses ul{
    text-align:justify;
	line-height:30px;
}
.courses p
{
    text-align:justify;
	font-size:15px;
	line-height:30px;
}
.courses table th {
    text-align: center !important;
    font-size: 16px;
}
.courses table td {
    font-size: 16px;
}
.courses table table{
    border-color:grey !important;
}
.courses #my-table-gutter td{
    padding: 0 25px;
}
/************** End courses page ******************/

#faculty{
	background-color:#e6e6e5;
    text-align: center;
	}
#faculty img{
	margin:20px auto;
	max-width:150px;
	border-radius:50%;
}
#faculty p{
	margin:0;
    text-align: center;
	}
#faculty h5{
    margin-bottom: 35px;
    color: #000;
    font-size: 16px;
	}
#faculty h3{
    font-size: 15px;
    color: #020266;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 25px;
}





/************** Start conact page ******************/

.contact-page{
	padding:100px 0;
	font-family: 'Roboto', sans-serif;
	background-image:url(../images/contact-bg.jpg);
	background-size:cover;
	background-position:center;
}
.contact-page-inner-bg{
}
.contact-page p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

.contact-section{
	font-family: 'Roboto', sans-serif;
	padding:150px 0;
	background-image:url(../images/contact-bg.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.contact-left{
	color:#c7c7c7;
}
.contact-left h3{
	color:#06bd86;
}
.contact-left p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
.contact-right{
	color:#c7c7c7;
}
.contact-right h3{
	color:#06bd86;
}
.contact-right label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 16px;
}
.my-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #06bd86;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/************** End conact page ******************/

.right-location
{
	width:100%;
	min-height:350px;
	height:100%;
}
.right-location img
{
	width:100%;
	min-height:350px;
	height:100%;
	margin-top:50px;
}
.college-list
{
	width:100%;
	background-color:#b6b7b5;
	padding:100px 0;
}
.college-list h3
{
	 color:#ce1926;
	 padding:20px;
}
.college-list table tbody tr img
{
	 width:100px;
}
.bg
{
	width:100%;
	background-color:#0E2940;
}

/* pop up start */

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;

}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: relative;
  top: 5px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #F2060A;
  opacity: 1;

}
.popup .close:hover {
  color: #06D85F;
}
.popup .form-content {
  max-height: 100%;
  overflow: auto;
}
.associate label{
	font-size: 20px;
    color: #048860;
    font-weight: 400;
}
.associate input{
	border: 1px solid #449944;
}
.panel-heading h3{
	margin:0;
	color:#636363;
}
.panel-body{
	padding:25px 15px;
	background:#dad9d9;
}


@media(max-width:1200px){
.logo-header .logo img{
		margin-left:0;
}
.top-download a.btn {
    font-size: 16px;
    padding: 5px;
}
.nav>li>a {
    padding: 10px 25px;
}
.content h3{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    }
}
@media screen and (max-width: 768px){

.logo-header .logo img {
    margin: 5px 0;
}
.top-download {

    text-align: center;
}
    .nav>li>a {
    padding: 10px 13px;
    font-size: 13px;
}
	.popup .close {
    position: relative;
    top: 5px;
    right: 235px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F2060A;
	opacity: 1;
}
.box{
    width: 70%;
}
.popup{
    width: 100%;
}
  .pop-form-box form
{
	margin:0 auto;
	width:100%;
}
.my-table-bg{
	background-color:#b6b7b5;
}
}

.pop-form-box{
	padding:0 20px;
}
.pop-form-box form{
	margin:0 auto;
	width:100%;
}
.pop-input{
	background-color: #d4dccc;
    border: 0;
    width: 250px;
    height: 30px;
    padding: 0 10px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pop-form-title{
	padding: 5px 0;
    font-size: 18px;
}
.my-button{
	width:120px;
	margin:28px 0;
}
/* pop up end */

/*  Start Downloads */
.pad-null{
	padding:0;
}
.download{
    width: 100%;
}
.download hr{
    margin:20px 15px;
}
.download h1{
    text-align:left;
	font-size:30px;
	line-height:30px;
	color:#048860;
	padding:0 15px;
}
.download h2{
    text-align:left;
	font-size:20px;
	line-height:30px;
	color:#10224c;
	padding:0 15px 10px 15px;
}
.download p{
    text-align:left;
	font-size:15px;
	line-height:30px;
}
.download ul{
	margin:0;
	padding:0;
	list-style: url(../images/download.png);
	list-style-position:inside;
}
.download ul li{
    background-color: #b1b1b1;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 3px;
}
.download ul li a{
	font-size:15.5px;
}
.download ul li a:hover{
	color: #048860;
	text-decoration:none !important;
}
.download ul li span a{
    margin-left: 50px;
}
.notifications{
	background:#d2d2d2;
}
/*  End Downloads */


@media (min-width: 768px) {

/* ------Start of courses tab------- */
.brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
		color:#c0c2c3;
		border-radius:0;
    }
	.brand-pills > li > a:hover {
		background-color:#337ab7;
    }

    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #428bca;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
/* ------end of courses tab------- */
}

/************** Start Media queries ******************/
@media (max-width:768px){
/*.social-icons{
	float:left !important;}*/
.logo-header .title h2 {
    margin: 50px 0 0 0;
    padding: 8px 0;
    font-size: 17px;
    color: #020266;
    text-align: center;
}
.logo-header .title i {
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    color: #ca3d38;
}
.navbar-header {
     margin-top: 0;
}
.navbar-nav {
    float: left;
    margin: 10px 0 10px 20px;
}

.logo
{
max-width: 100%;
text-align: center;
}
.navbar-brand span {
    font-size: 15px;
    font-weight: bold;
    color: #320090;
}
.social-icons li {
margin:0;
}
.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 2px 0;
    margin-bottom: 0;
    margin-right: 0;
}
.contact-detail2 li a {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
}
.social-icons {
    list-style: outside none none;
    padding: 3px 0;
    margin-bottom: 0;
    float: none !important;
    text-align: center;
}
.social-icons a {
    color: #fff;
    font-size: 20px;
    line-height: 15px;
    padding: 0px 20px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}
.news marquee {
    margin: 0;
    display: block;
    height: 40px;
    padding: 10px 10px;
}
.welcome h1 {
    font-size: 25px;
}
.welcome h2 {
    font-size: 17px;
}
.home-services ul
{
	width:100%;
}
.pages-content{
    padding: 15px 0;
}
.pages-content p, .content p{
	text-align:justify;
}
.content {
    padding: 15px 0;
}
}
@media(max-width:576px){
.contact-detail2 li{
    padding: 2px 38px;
    }
    .welcome h1 {
        font-size: 20px;
    }
    .content-overlay h3{
        font-size: 18px !important;
    }
    .panel h2{
        text-align: center;
        font-size: 20px;
    }
    .space-t50 {
        margin-top: 0px;
    }
    #messages h2 {
        margin-top: 0;
        text-align: center;
        font-size: 22px;
    }
    #messages {
    /* background: #EFEFEF; */
     padding: 0px 0; 
}
    .courses h1 {
        font-size: 27px;
    }
    .contact-section {
        padding: 25px 0;
    }
    .contact-left h3 {
        font-size: 22px;
    }
    .contact-right h3 {
        font-size: 22px;
    }
    .news {
        height: 42px;
    }
    .news-ttl {
        height: 42px;
        font-size: 22px;
    }
    .news marquee {
        font-size: 16px;
    }
    .footer h3{
        text-align: center;
        font-size: 18px;
    }
    .footer {
        padding: 25px 0;
    }
}
@media (max-width:375px){
.contact-detail2 li {
    padding: 2px 22px;
}
    .contact-detail2 li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
}
@media (max-width: 320px){
.contact-detail2 li {
    padding: 2px 12px;
    }
}
/************** End Media queries ******************/
