body {
	    margin: 0 auto;
	    padding: 0;
	    background-color: #f3f2f2;
	    font-family: regular;
	    font-size: 14px;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	    direction: rtl;
	    text-align: right;
	    color: #4D4D4D;
}

a,button,.btn {
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
		}

a,a:visited {
	    text-decoration: none;
	    color: #bd9d6c;
}

a:hover, a:focus {
	    color: #6fb1d4;
	    text-decoration: none;
}

focus {
	    outline: 0;
}

:focus,:visited{
	outline:0!important
}

/* HEADINGS----------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	    font-family: 'bold';
	    font-weight: normal;
}

h1,h1 a,.h1{
	    font-size: 24px;
	    margin-bottom: 35px;
	    color: #292b69;
}

h2,h2 a,.h2 {
	    padding: 0 0 10px 0;
	    font-size: 20px;
	    color: #292b69;

}

h3,h3 a,.h3 {
	    font-size: 1.2em;
}

h4 ,h4 a,.h4{
	    font-size: 1.1em;
}

h5,h6 {
	    font-size: 1em;
}
 

@font-face {
  font-family: "regular";
	src: url('../fonts/regular.eot');
	src: url('../fonts/regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/regular.woff') format('woff'),
	url('../fonts/regular.ttf') format('truetype'),
	url('../fonts/regular.svg#regular') format('svg');
}

@font-face {
  font-family: "bold";
	src: url('../fonts/bold.eot');
	src: url('../fonts/bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bold.woff') format('woff'),
	url('../fonts/bold.ttf') format('truetype'),
	url('../fonts/bold.svg#bold') format('svg');
}

input[type="text"], input[type="password"], input[type="email"], select{
	height: 48px!important;
	border-radius: 3px;
	display: block;
	width: 100%;
    max-width: 320px;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	}

textarea{
	border-radius: 3px;
	width: 400px;
	height: 250px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus{
		border-color: #8F8F8F;
		outline: 0px none;
	}	

label {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: normal;
}

/* Header ----------------------------------------------------------*/

header {
    height: 160px;
    background-color: #fff;
}

header .container{
    border-top: 2px solid #bd9d6c;
	} 
	
#logodiv {
    margin: 15px 0 0 0;
}
#logodiv a {
	display: table-cell;
    width: 120px;
    height: 130px;
	}
	
#logodiv img{
    width: 120px;
	}
	
#logodiv h2 {
    padding: 22px 0 0 0;
    font-size: 21px;
    display: table-cell;
    color: #292b69;
    margin: 0;
    letter-spacing: -1px;
}
		
#logodiv h2 p {
    margin: 9px 0 0 0;
    text-align: center;
    font-size: 15px;
	color:#bd9d6c;
    letter-spacing: 0;

}
	
	
#inner-header {
    height: 158px;
	background: rgba(178,110,134,1);
	background: -moz-linear-gradient(left, rgba(178,110,134,1) 0%, rgba(45,55,108,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178,110,134,1)), color-stop(100%, rgba(45,55,108,1)));
	background: -webkit-linear-gradient(left, rgba(178,110,134,1) 0%, rgba(45,55,108,1) 100%);
	background: -o-linear-gradient(left, rgba(178,110,134,1) 0%, rgba(45,55,108,1) 100%);
	background: -ms-linear-gradient(left, rgba(178,110,134,1) 0%, rgba(45,55,108,1) 100%);
	background: linear-gradient(to right, rgba(178,110,134,1) 0%, rgba(45,55,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b26e86', endColorstr='#2d376c', GradientType=1 );
}

#inner-header h1{
    color: #fff;
    font-size: 30px;
    margin-top: 53px;
	text-shadow: 1px 1px 1px rgba(52, 73, 94, 0.64);
}


ul#socialicons {
	padding: 0px;
	text-align: left;
	direction: ltr;
	float: left;
	height: 32px;
	margin: 25px 0 0 0;
}

ul#socialicons li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	list-style: none;
	display: inline-block;
	
}
		
		
 

ul#socialicons li a {
    margin-left: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #292b69;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 1px solid #000;

}
ul#socialicons li i {
vertical-align: middle;

}

ul#socialicons li a:hover{
    border: 2px solid #000;
    background-color: #977CA8;
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}


ul#socialicons li a:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
ul#socialicons li a:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}




ul#socialicons li  i:before {
	
  font-size: 18px;
	
	}

 
	
	.btn-fb{
	color: #fff;
	background-color:#3b5998;
	}
	.btn-fb:hover{
	color: #fff;
	background-color:#496ebc 
	}
	.btn-tw{
	color: #fff;
	background-color:#55acee;
	}
	.btn-tw:hover{
	color: #fff;
	background-color:#59b5fa;
	}


/* Introduction ----------------------------------------------------------*/

#homeintro{
 	background: #292b69 url("../assests/img/slide1.jpg") center top fixed;
	color:#fff;
    font-family: regular; 
	
	}
	
#homeintro .introbg{
    background-color: rgba(41,43,105,0.9) ;
	    padding: 20px;

 }
#homeintro h1{
    color: #bd9d6c;
    letter-spacing: -1px;
 }

 
#homeintro a.btn.intro-more{
    margin: auto;
    display: table;
	} 
	
#homeintro p{
    line-height: 1.8em;
    text-align: justify;
	}
  
  
 /* Wapasha */
.button.terrific-btn {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border-radius: 40px;
    background: #fff;
    color: #bd9d6c;
	font-family: bold;
}
.terrific-btn.button-inverted {
    background: #fff;
    color: #37474f;
    margin: auto;
    display: table;
	}
.terrific-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #3f51b5;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.terrific-btn.button-inverted::before {
	border-color: #bd9d6c;
}
.terrific-btn:hover {
	background-color: #fff;
	color: #3f51b5;
}
.terrific-btn.button-inverted:hover {
	background-color:transparent;
	color: #bd9d6c;
}
.terrific-btn:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
 
.button {
	margin: 1em;
    padding: 1em 4em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}


#home-center-icons{
    margin: 50px 0;
    overflow: hidden;
    padding: 15px 0;
	}

#home-center-icons section {
	background-color: #fff;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px;
    box-shadow: 4px 6px 0px rgba(95, 95, 158, 0.15);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	}
#home-center-icons section  i {
    font-size: 90px;
    color: #bd9d6c;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
#home-center-icons section h2{
    padding: 20px 0 0 0;
    font-size: 21px;
    color: #292b69;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
#home-center-icons .col-md-4:first-child ,
#home-center-icons .col-md-4:nth-child(2) {
    border-left: 1px solid #f5f5f5;
	}

#home-center-icons section:hover {
	background-color: #fffaf2;
}

#home-center-icons section:hover i {
    font-size: 95px;
	
}

#home-center-icons section:hover h2 {
	margin:10px	
}
h1.super-title{
    color: #292b69;
    border-bottom: 3px solid #bd9d6c;
    margin: 20px 0 0 0;
    padding-bottom: 18px;
	}

h1.super-title span{
    position: relative;
	}	
	
h1.super-title span:after {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #292b69;
    position: absolute;
    content: "";
    bottom: -23px;
    right: calc( 50% - 5px);
	}
	
/**********************************/

#news-box {
    padding: 50px 0 20px 0;
    overflow: hidden;	
	border-bottom: 1px solid #efefef;
}

#news-box.home-news .col-md-6:nth-child(odd) {
    padding-right: 0;
	border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
#news-box.home-news .col-md-6:nth-child(even) {
	padding-left: 0;
	border-bottom: 1px solid #efefef;
}
#news-box.home-news .col-md-6:nth-child(3),
#news-box.home-news .col-md-6:nth-child(4) {
     border-bottom: 0;
}

#home-news .col-md-6 {
    padding-top: 20px;
    position: relative;
}

#news-box.home-news .col-md-6:first-child:after {
    content: "";
    border-width: 3px;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 1000000000;
    position: absolute;
    border-width: 10px 10px 10px 10px !important;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dabf95 #dabf95;
    border-style: solid;
}

#news-box.home-news .col-md-6:nth-child(2):after {
    content: "";
    border-width: 3px;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1000000000;
    position: absolute;
    border-width: 10px 10px 10px 10px !important;
    border-color: rgba(0, 0, 0, 0) #dabf95 #dabf95 rgba(111, 177, 212, 0);
    border-style: solid;
}

#news-box.home-news .col-md-6:nth-child(3):after {
    content: "";
    border-width: 3px;
    display: block;
    left: 0;
    top: 0;
    z-index: 1000000000;
    position: absolute;
    border-width: 10px 10px 10px 10px !important;
    border-color:  #dabf95 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dabf95;
    border-style: solid;
}

#news-box.home-news .col-md-6:nth-child(4):after {
    content: "";
    border-width: 3px;
    display: block;
    right: 0;
    top: 0;
    z-index: 1000000000;
    position: absolute;
    border-width: 10px 10px 10px 10px !important;
    border-color:  #dabf95  #dabf95 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
}

#news-box.home-news .col-md-6:after {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

 }

#news-box.home-news .col-md-6:hover:after {
     border-color:  #f5d8aa;
 }

#news-box  section {
    background-color: #fff;
     margin: 20px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    -webkit-transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
    transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
}


#news-box  section:hover { 
  }
 
#news-box section .h-news-content h3{
    margin: 0px 0 10px 0
}
 
#news-box section .h-news-content h3 a{
    color: #292b69;
    font-size: 13px;
}

#news-box  section .h-news-content h3 a:hover,
#news-box  section:hover h3 a{
	color:#dabf95;
}
#news-box  section .h-news-content p{
    font-size: 12px;
    line-height: 1.5;
    color: #7c9aac;
    text-align: justify;
	}

#news-box   a.zoom { 
	position: relative;
	overflow: hidden;
	display: block;
	height: 180px;
    border-bottom: 1px solid #ececec;
    border-radius: 3px;
}

#news-box  .h-news-content{
    padding: 10px;
    height: 118px;
    overflow: hidden;
	}

#news-box  a.zoom img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
    min-height: 100%;
	border: 0;
	border-top-left-radius:0px;
	border-top-right-radius:0px; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    max-width: 100%;
}
#news-box  a.zoom:hover img {
	transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-moz-transform: scale(1.4); 
	}
	
#news-box  a.zoom span.overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #5f5f9e;
 	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}     
#news-box  a.zoom:hover span.overlay {
	display: block;
	visibility: visible;
	opacity: 0.75;
	}  
#news-box  a.zoom span.overlay i { 
	position: absolute;
	top: 50%;
	font-size: 60px;
	height: 60px;
	margin-top: -30px;
	left: 0%;
	width: 100%;
	color: #fff !important;
	text-align: center;
  }
  
#news-box  a.zoom span.overlay i:before{ 
    vertical-align: middle;
  }  
  
#news-box  a.zoom:hover span.overlay i { 
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=1);    
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
/***** news date ******/

#news-box .date-body {
    background-color: #ffffff;
    padding-bottom: 1px;
    width: 65px;
    border-radius: 3px;
    bottom: 10px;
    left: 10px;
    position: absolute;
}
#news-box .date-body .date-title {
    color: #292b69;
    font-size: 11px;
    padding: 3px 0;
}
#news-box .date-body .date-content {
    background-color: #292b69;
}
#news-box .date-body .date-content p.dia {
    font-size: 26px;
    color: #ffffff;
}

/***********/

#news-box.home-news a.zoom {
     height: 120px;
 }	
#news-box.home-news a.zoom span.overlay i {
     font-size: 40px;
    height: 36px;
    margin-top: -18px;
 }
#news-box.home-news .h-news-content {
     height: 125px;
 }
 

#news-box.home-news .date-body {
     width: 50px;
    background-color: #f5f5f5;
 }
 
#news-box.home-news .date-content p.dia {
    font-size: 18px;
    color: #ffffff;
}

 
.btn.home-morenews{
    margin: 0 auto 30px auto;
    display: table;
    padding: 15px 80px;	
	}
	
	
	

/* survey ----------------------------------------------------------*/

section#survey{
    margin: 50px 0 0 0;	
	}

section#survey h3 {
    margin: 0 0 0 0;
    border-bottom: 3px solid #bd9d6c;
    padding-bottom: 14px;
    padding: 15px;
    /*background-color: #fdfdfd;*/
	color: #7174c3;
}

section#survey .btn-box {
	margin: 30px 0 0 0;
}	

section#survey label {
    font-size: 14px;
}

section#survey .content {
    background-color: #fdfdfd;
    padding: 15px 5px;
    border-radius: 5px;
	}


/* Inner Pages ----------------------------------------------------------*/

#inner-page-head{
 	background: #292b69 url("../assests/img/slide1.jpg") center top fixed;
	color:#fff;
 	}
	
#inner-page-head .introbg {
    background-color: rgba(189, 157, 108, 0.9);
    padding: 50px 20px
}

#inner-page-head h1 {
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
    display: table;
    margin: auto;
	}

 	
#inner-content{
	padding:50px 0 80px 0
	}
	
#inner-content ul{
	margin: 30px 0;
	color: #292b69;
	line-height: 30px;
}

#inner-content img{
    border-radius: 5px;
    max-width: 80%;
    border: 1px solid #e6e6e6;
    padding: 5px;
    background-color: #fdfdfd;
    margin: auto;
    display: block;
	}
#inner-bg{
	background-color: #fff;
	}
	
/* view news ----------------------------------------------------------*/

#inner-content.view-news img{
	margin: 25px 0;
}

#inner-content h2.new-title{
    text-align: center;
    height: 45px;
    position: relative;
    margin-bottom: 75px;
    border-bottom: 1px solid #bd9d6c;
	}

#inner-content h2.new-title:after{
    content: "";
    width: 24px;
    height: 24px;
    border-style: solid;
    left: 50%;
    position: absolute;
    margin-left: -12px;
    bottom: -13px;
    border-radius: 50%;
    z-index: 100;
    background-color: #bd9d6c;
    border: 4px solid #ffffff;
}
#inner-content h2.new-title:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 25px 15px;
    border-color: transparent transparent #292b69 transparent;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: -9px;
    background-color: transparent;
}
#inner-content h2.new-title{
    text-align: center;
    height: 45px;
    position: relative;
    margin-bottom: 75px;
    border-bottom: 1px solid #bd9d6c;
	}

/**********/

#SuperPlaceHolder_PagesPlaceHolder_PagesPlaceHolder_FrmViewNews{
    width: 100%;
	}

.post-details {
    margin: 0 15px 0 0;
}
.date-body{
    background-color: #292b69;
    padding-bottom: 1px;
    width: 68px;
    border-radius: 3px;
}
.date-body .date-title{
    color: white;
    font-size: 11px;
    font-family: regular;
    margin: 0;
    padding: 3px 0;
}

.date-body .date-content {
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
}

.date-body .date-content p.dia{
    margin: 0;
    font-size: 26px;
    color: #292b69;
    font-weight: bold;
}

.addthis_inline_share_toolbox_z2sx {
    margin-top: 20px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    float: none!important;
}
.at-resp-share-element .at-share-btn {
    display: block!important;
	text-align: center;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    margin: 20px 0 0 0;
}

.breadcrumb a{
     font-family: bold;
    color: #292b69;
 }

.breadcrumb a:hover{
     font-family: bold;
    color: #c1e5f4;
 } 
.breadcrumb>li+li:before {
     color: #292b69;
 }
#inner-page-head h1.news-sec {
     padding: 0;
 
}
/* footer ----------------------------------------------------------*/


footer{
 	background: #292b69 url("../images/footer-bg.jpg") center 180px fixed;
	color:#fff;
    font-family: regular;
 }

.footerbg{
    background-color: rgba(41,43,105,0.9) ;
 } 

	
footer section{
    height: 350px;
    padding: 30px 0 0 0;
	}
	
footer section .title{
    height: 33px;
    padding: 0px 0px 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: bold;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #6fb1d4;
	}
footer section .title span{
	height: 45px;
    float: right;
    margin: 1px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #D9534F;
    width: 45px;

}	
	
footer section .title p{
	color: #ffffff;
	margin: 0px;
	font-size: 19px;
	float: right;
	padding: 4px 15px 0px 0px;
	display: block;
	text-align: right;

}
footer section .content{
	min-height:175px;
	padding: 20px 10px;

}

footer section ul li {
    list-style: none;
	} 
 	
footer section .links ul li a:before {
    margin-bottom: 8px;
    list-style: none;
    content: "\f100";
    font: normal normal normal 16px/1 FontAwesome;
    padding-left: 10px;
	color:#bd9d6c
	} 
	
footer section .links ul li a,
footer section .links ul li a:visited{
    color: #fff;
    display: block;
    padding: 4px 0;
	} 
	
footer section .links ul li a:hover{
	background-color: rgba(0, 0, 0, 0.1);
	color:#bd9d6c;
    padding-right: 4px;
	} 
	
footer #copyright {
    height: 65px;
    background-color: rgba(60, 62, 120, 0.75);
    font-size: 13px;
    line-height: 64px;
     color: #fff;
}
 
footer #copyright .container{
    border-top: 1px solid #bd9d6c;
} 
footer #copyright a {
     color: #fff;
}
footer #copyright a:hover {
     color: #bd9d6c;
}
footer ul{
	padding: 10px;
}
footer a{
	color:#fff;
	
}


footer section .contacts ul li.address,
footer section .contacts ul li.phone2,
footer section .contacts ul li.address {
    margin-bottom:10px
	} 
	.contacts ul {}
	.contacts ul li {
		padding: 3px 0;
		display: table;
		}
	.contacts ul li i {
    margin-right: 10px;
    font-size: 28px;
    height: 25px;
    display: table-cell;
    vertical-align: top;
    width: 45px;
    text-align: center;
    color: #bd9d6c;
    padding-left: 14px;
	}
	.contacts ul li i.icon-mobile-phone {
		font-size: 24px;
		position: relative;
		top: -3px;
		}
	.contacts ul li p {
		display: table-cell;
		margin: 0;
		padding-left: 12px;
		text-transform: uppercase;
		font-size: 12px;
		vertical-align: middle;
		}	
		
footer section .contacts ul li a{
	color:#fff
	}
	
footer section .contacts ul li a:hover{
	color:#bd9d6c

	}
	
footer ul#socialicons {
    padding: 0px;
    text-align: center;
    direction: ltr;
    float: none;
    height: 32px;
    margin: 0 0 0 0;
}
		

footer ul#socialicons li a {
     width: 36px;
    height: 36px;
    line-height: 31px;
     background: transparent;
     border: 3px solid #fff;
	color: #fff;
	 }
		
footer ul#socialicons li a:hover {
     border: 3px solid #bd9d6c;
}
footer ul#socialicons li i:before {
    font-size: 15px;
}

/* bootstrap set ----------------------------------------------------------*/

img{
	max-width:100%
	}
	
b, strong {
    font-weight: 400;
    font-family: bold;
}

.form-horizontal .control-label {
    text-align: right;
	font-size: 14px;
}


.btn,.btn:visited{
	/*padding: 10px 20px;*/
	font-family: bold !important;
	border-radius: 3px;
	color:#fff;
	font-size: 14px;
}

.btn-primary {
    color: #FFF;
    background-color: #bd9d6c;
    border:0;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #696bb9;
	}

.btn-secd,
.btn-secd:visited{
    color: #fff!important;
    background-color: #d9534f;
    border:0;
}
.btn-secd:hover{
    color: #fff;
    background-color: #c9302c;
}
.btn-secd:focus{
    color: #fff;
}
.btn-round{
	font-family: bold;
	border: 2px solid rgb(137, 104, 159);
	padding: 7px 10px;
	border-radius: 3px;
}

.btn-round:hover{
    background-color:rgb(137, 104, 159) ;
    color: #fff;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 15px 35px;
}

.form-control {
 	border: 1px solid #E4E4E4;
	height:auto

}
	
.form-control:focus {
    border-color: #8F8F8F;
}

.radio label, .checkbox label {
    padding-right: 20px;
	
}

.table {
    background-color: #fff;
	font-size: 12px;

}
.clr{clear:both}
/********************************/

.checkbox {
    padding-right: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-right: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-right: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    margin-right: -20px;
    padding-right: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
	}
.checkbox input[type="checkbox"] {
    opacity: 0;
	}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
 }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #5f5f9e;
    border-color: #5f5f9e;
	}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-right: 10px;
	}
.radio label {
    display: inline-block;
    position: relative;
    padding-right: 25px;
	font-size: 13px;
	font-family: regular;
	}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
	outline: 0!important;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
	}
	
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    right: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #5f5f9e;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0;
	}
.radio input[type="radio"]:focus {
	outline:0
	}

	.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
 }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #5f5f9e; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #5f5f9e; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #5f5f9e; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
	
.btn.btn-dark{
	background-color: rgb(48, 57, 58);
	color: rgb(255, 255, 255);
	padding: 10px 40px;
	}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus {
    color: #fff;
    text-decoration: none;
	background-color: rgb(140, 24, 41);

}


/* tooltip */
.tooltip-inner {
	padding:3px 8px;
	font-family: regular;
}
/* table */

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    border-bottom: 1px solid #F3F3F3;
    border-top: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #F0F0F0;
}

.table > tbody + tbody {
    border-top: 1px solid #e4e4e4;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
    text-align: center;
    font-family: bold;
    font-weight: 400;
    font-size: 13px;
}
.table-hover>tbody>tr:hover {
    background-color: #FBFBFB;
}
.table tr,.table td,.table th{
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #e7fbde;
	border-bottom: 1px solid #DAE3D7;
}
textarea.form-control {
    height: auto;
    min-height: 140px;
}

/* ------------------------------------------------------------- */

nav.navbar-default .navbar-brand {
    color:#fff;
}
nav.navbar-default {
    font-size: 14px;
    background-color:#292b69;
   /* background: -webkit-linear-gradient(top, #583D68 0%, #604c6d  100%);
    background: linear-gradient(to bottom, #583D68 0%, #604c6d 100%);*/
    border-width: 0px;
    border-radius: 0px;
	margin: 0 -15px 0 ;
}
nav.navbar-default .navbar-nav>li>a {
    color:#fff;
    background-color:transparent;
	font-family: bold;
	font-size: 14px;
	padding: 0 26px 24px;
	height: 70px;
	line-height: 70px;
    border-left: 1px solid rgb(49, 51, 119);
}
nav.navbar-default .navbar-nav>li>a:hover,
nav.navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
	background-color: #bd9d6c;
    border-left: 1px solid transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #bd9d6c;
}
nav.navbar-default .navbar-nav>.active>a,
nav.navbar-default .navbar-nav>.active>a:hover,
nav.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(181, 181, 181, 1);
    background-color: rgba(231, 231, 231, 1);
}
nav.navbar-default .navbar-toggle {
    border-color: #ddd;
}
nav.navbar-default .navbar-toggle:hover,
nav.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
nav.navbar-default .navbar-toggle:hover .icon-bar,
nav.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #292b69;
}
nav li.homeicon  a{
	line-height: 77px !important
}

nav li.homeicon span {
    font-size: 25px;
    color: #FFF;
}
.dropdown-toggle i{
	margin-right: 10px;
	font-size: 10px;
	}

.dropdown-menu {
    min-width: 240px;
    padding: 5px 0px;
    font-size: 16px;
    background-color: #bd9d6c;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.32);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
    color: #FFF;
    font-size: 12px;
    border-radius: 2px;
}
.dropdown-menu > li > a:hover{
    padding: 8px 25px 8px 20px;
}

.dropdown .dropdown-menu{
    padding: 5px;
    -moz-transition:    all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition:      all 1000ms ease;
    -ms-transition:     all 1000ms ease;
    transition:         all 1000ms ease;
}
.dropdown:hover .dropdown-menu {
   /* display: block;*/
    opacity: 1;
}

.dropdown-menu > li > a:before {
    content: "\f104";
    font-family:FontAwesome;
    margin-left:10px
    }

/** dropdown submenu **/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu>a:hover:after {
    border-right-color: #292b69;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}







/** pagination style **/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #D9534F;
    border-color: #D9534F;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #DDD;
    color: #535353;
    font-size: 15px;
	padding: 10px 18px;
    font-family: bold;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #89689F;
    border-color: #89689F;
    color: #FFF;
}


input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    line-height: normal;
}

 

 
@media(min-width:768px) {
nav.navbar-default .navbar-nav>li>a:after {
    content: "";
    width: 0;
    display: block;
    height: 3px;
    background-color: #fff;
    position: relative;
    bottom: 12px;
    -webkit-transition: width 200ms linear;
	-moz-transition: width 200ms linear;
	-ms-transition: width 200ms linear;
	-o-transition: width 200ms linear;
	transition: width 200ms linear;

}
nav.navbar-default .navbar-nav>li>a:hover:after {
     width: 100%;
 }

}
/*==================================================
	
				Accordion Menu
	
==================================================*/

.accordion {
	margin: 50px 0 20px 0;
	background: #FFF none repeat scroll 0% 0%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	padding: 0;
    box-shadow: 0px 0px 4px 2px #e4e4e4;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 16px 42px 16px 0px;
	font-weight: 400;
	border: 1px solid #EAEAEA;
	position: relative;
	font-family: bold;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 2px;
}
.accordion .link, .accordion .link a{
	color: #7E47A4;
	display: block;
	}
	
.accordion .link:hover, .accordion .link a:hover{
	color: #F54337;
	}
	
.accordion .link:hover,
.accordion .open .link.down{
	color:#bd9d6c;
	background-color: #ffffff;
	border: 1px solid #bebfea;
}
.accordion .open .link.down{
	border-bottom: 0;
}
.accordion li:last-child .link {  }

.accordion li i {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 22px;
    color: #bd9d6c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion li i.fa-chevron-down,
.accordion li i.fa_icon {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {color: #292b69;}

.accordion li.open i { color: #292b69; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
	display: none;
	font-size: 14px;
	margin: 0px 0 2px 0;
	padding: 0;
	list-style: none;
	background-color: #5f5f9e;
	border: 0;
	}

.submenu li {  }

.submenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 10px 30px 10px 42px;
	border-bottom: 1px solid rgb(91, 91, 156);
	border-top: 1px solid rgb(110, 110, 173);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
    background: #8888c5 none repeat scroll 0% 0%;
    color: #fff;
    padding: 10px 35px 10px 42px;
}

 


  
  
/*Votes view page*/

#votes-result .progress {
    height: 23px;
	position: relative;
	margin-bottom: 40px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	}
	

#votes-result h4.votitle{
    color: #737373;
	}
	
	
#votes-result .sr-only{
	position: relative;
	font-family: bold;
	font-size: 13px;
	}
	
#votes-result .progress-completed {
font-family: bold;
position: absolute;
left: 0px;
font-weight: 800;
padding: 0 0 0 10px;
	
	
}

.progress:nth-child(2) .progress-bar{
background-color: #F6AC3C!important;
}

.progress:nth-child(3) .progress-bar{
background-color: #03A9F4!important
}

.progress:nth-child(4) .progress-bar{
background-color: #CE4296!important;
}

.progress:nth-child(5) .progress-bar{
background-color: #bd7ef1!important;
}

.progress:nth-child(6) .progress-bar{
background-color: #08B9CE!important;
}

.progress:nth-child(7) .progress-bar{
background-color: #848484!important;
}

.progress:nth-child(8) .progress-bar{
background-color: #2B91F5!important;
}

.progress:nth-child(9) .progress-bar{
background-color: #44C983!important;
}

.progress:nth-child(10) .progress-bar{
background-color: #A481B6!important;
}


.viewvotesco{
    text-align: center;
    background-color: #F9F9F9;
    padding: 5px 5px 11px 5px;
	}
	
.voteslngtotal{
    font-size: 15px;
    font-family: bold;
	}
	
lable.voteslngno{
    margin-right: 6px;
    font-family: bold;
    font-size: 20px;
    color: #89689f;
	}




/*Modal*/

body.modal-open #wrap{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
  
.modal-backdrop {background: #f7f7f7;}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-bg{
    background-color: #FFF;
    margin-top: 100px;
    padding: 0 15px 15px 15px;
    border-radius: 8px;
    border: 4px solid rgba(0,0,0,0.60);
	}
	
.modal .close {
	margin: 0px auto;
	width: 32px;
	height: 32px;
	z-index: 9999;
	font-size: 30px;
	border-radius: 50%;
	position: relative;
	top: 20px;
	left: 0;
	 line-height: 1;
	 border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 	
}

.modal .close:hover{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	
}
.modal .close:before {
	content: "\f00d";
	margin: 0;
	width: 32px;
	height: 32px;
	display: block;
}
.modal i.fa{
	margin-left: 15px;
	font-size: 35px;
	position: relative;
	top: 5px;
	color: #D4D4D4;
	}

.modal h1{
    font-size: 20px;
    color: #F25F5F;
	margin-bottom: 25px;
	text-align: right;
    margin-top: 13px;
	}	
	
	
.alert{
    position: relative;
    padding: 16px 10px;
    font-size: 13px;
}

.alert .close{
	position: absolute;
	top: 5px;
	left: 10px;
}

.alert .fa,.alert .alert-msg {display:table-cell;vertical-align: middle;}
.alert .fa{font-size: 30px;}
.alert .alert-msg{padding-right:20px;font-size: 18px;}



/* CSS Back To Top */
#BackToTop {opacity:.8;overflow:hidden;position:fixed;z-index:90;right:40px;bottom:33px;display:none;width:60px;height:60px;color:#fff;text-align:center;background-color: rgba(41, 43, 105, 0.9);font-size:18px;cursor:pointer;-webkit-transform:translateZ(0);border-radius:2px;transition:all 0.6s cubic-bezier(0.694,0.0482,0.335,1);transition-delay:.2s;}
#BackToTop:hover {opacity:1;}
#BackToTop i {line-height: 60px;color: #6fb1d4;}

.nicescroll-rails{background-color: rgba(0, 0, 0, 0.1);z-index:100!important}
	
 embed{
	max-width: 100%;
	border: 5px solid #F5F5F5 !important;
	outline: 1px solid #DCDCDC;

	}
 
iframe{
	max-width: 100%;
	border: 5px solid #F5F5F5 !important;
	outline: 1px solid #DCDCDC;
	display: block;
	margin: auto;
	}

/* Home slider ----------------------------------------------------------*/
	
 #mainslider { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:480px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */
	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #mainslider{ width:640px }
#mainslider .ws_images ul{
	position:relative;
	width: 100%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#mainslider .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#mainslider .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:480px;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#mainslider .ws_images ul a{
	width:100%;
	height:100%;
	max-height:480px;
	display:block;
	color:transparent;
}
#mainslider img{
	max-width: none !important;
}
#mainslider .ws_images .ws_list img,
#mainslider .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#mainslider .ws_images > div > img {
	max-height:480px;
}

#mainslider .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#mainslider .ws-title > div {
	display: inline-block !important;
}

#mainslider a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#mainslider  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#mainslider  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#mainslider  .ws_bullets a {
	line-height: 0;
}

#mainslider  .ws_script{
	display:none;
}
#mainslider sound, 
#mainslider object{
	position:absolute;
}

/* prevent some of users reset styles */
#mainslider .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#mainslider .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#mainslider .ws_cube_side {
	background: #A6A5A9;
}


#mainslider.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#mainslider.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#mainslider.ws_video_playing .ws_bullets,
#mainslider.ws_video_playing .ws_fullscreen,
#mainslider.ws_video_playing .ws_next,
#mainslider.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#mainslider .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#mainslider .ws_video_btn.ws_youtube,
#mainslider .ws_video_btn.ws_vimeo {
	display: block;
}
#mainslider .ws_video_btn div {
	position: absolute;
	background-image: url(../images/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#mainslider .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#mainslider .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#mainslider .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#mainslider .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#mainslider .ws_playpause.ws_hide {
	display: none !important;
}
#mainslider  .ws_bullets { 
	padding: 5px; 
}
#mainslider .ws_bullets a { 
	width: 35px;
	height: 6px;
	float: left;
	margin-left: 5px;
	position: relative;
	text-indent: -4000px;
	color: transparent;
	background-color: #5F5F9E;
}
#mainslider .ws_bullets a:hover, #mainslider .ws_bullets a.ws_selbull{
	background-color: #6FB1D4;
}
#mainslider a.ws_next, #mainslider a.ws_prev {
	background-size: 200%;

	position:absolute;
	right:4em;
	margin-top:-0.5em;
	z-index:60;
	width: 3.7em;
	height: 3.7em;	
	background-image: url(../images/arrows.png);
}
#mainslider a.ws_next{
	background-position: 100% 0;
	bottom:0.5em;
}
#mainslider a.ws_prev {
	background-position: 0 0; 
	bottom:4.3em;
}
#mainslider a.ws_next:hover{
	background-position: 100% 100%;
}
#mainslider a.ws_prev:hover {
	background-position: 0 100%; 
}

/*playpause*/
#mainslider .ws_playpause {
    width: 3.7em;
    height: 3.7em;
    position: absolute;
    bottom:8.1em;
    right: 4em;
    z-index: 59;
}

#mainslider .ws_pause {
	background-size: 100%;
    background-image: url(../images/pause.png);
}

#mainslider .ws_play {
	background-size: 100%;
    background-image: url(../images/play.png);
}

#mainslider .ws_pause:hover, #mainslider .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom left */
#mainslider  .ws_bullets {
	bottom:0;
	left:4em;
}#mainslider .ws-title{
	position: absolute;
	font-family:bold;
	top:1.3em;
	left: 1.3em;
	margin-right: 1.3em;
	z-index: 50;
	padding:0.8em 1.2em;
	color: #ffffff;
	background:#6FB1D4;
	line-height: 1em;
	font-weight: normal;	
	border-radius:0;
	text-transform:none;	
}
#mainslider .ws-title div{
	padding-top:0.45em;
	font-size: 0.722em;
}#mainslider .ws_images > ul{
	animation: wsBasic 8s infinite;
	-moz-animation: wsBasic 8s infinite;
	-webkit-animation: wsBasic 8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#mainslider .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:25px;
	left:-32px;
	visibility:hidden;
	position:absolute;
    border: 3px solid #6FB1D4;
	box-shadow: 0 0 2px #FFFFFF; 
	-moz-box-shadow: 0 0 2px #FFFFFF; 
	-webkit-box-shadow: 0 0 2px #FFFFFF; 
	max-width:none;
}
#mainslider .ws_bullets a:hover img{
	visibility:visible;
}

#mainslider .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#mainslider .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:64px;
	background-color:#6FB1D4;
}
#mainslider  .ws_bullets .ws_bulframe{
	display:none;
	bottom:24px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 3px solid #6FB1D4;
	border-radius:0px;
	box-shadow: 0 0 2px #FFFFFF; 
	-moz-box-shadow: 0 0 2px #FFFFFF; 
	-webkit-box-shadow: 0 0 2px #FFFFFF; 
}
#mainslider .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-9px;
	margin-left:-1px;
	left:32px;
	background:url(../images/triangle.png);
	width:15px;
	height:8px;
}
#mainslider .ws_bulframe div div{
	height: auto;
}


/* contact page ----------------------------------------------------------*/

	#contact .well {
    border-radius: 1px;
	}
	#contact i{
    margin-left: 8px;
    font-size: 20px;
    position: relative;
    top: 4px;	
	}
	#contact h3{
    font-size: 13px;
    margin-top: 20px;
    color: #5f5f9e;
	}
	
	#contact p{
    margin: 0 28px 10px;
    font-size: 12px;
	}
	
	#contact .phone-no p {
	display: inline-block;
	}
	
	#contact a {
	padding-bottom: 4px;
	color: #000;
	}
	
	#contact a:hover {
    border-bottom: 1px solid #5f5f9e;
	}
	
/* Student Login Page ----------------------------------------------------------*/


#exams-result {
    margin: 70px 50px;
}

#exams-result .input-group-addon:first-child {
    border-right: 0;
    border-left: 0px;
}
#exams-result .input-group-addon {
    font-size: 17px;
    color: #fff;
    background-color: #5f5f9e;
    border: #5f5f9e;
    padding: 6px 15px;
}
#exams-result .panel-body {
    padding: 30px 15px 0 15px;
}
#exams-result .input-group {
   margin: 0 40px;
   margin-bottom: 15px;
}

#exams-result .input-group.remember{
   margin-bottom: 0;
}

#exams-result .form-control {
    max-width: 100%;
}
#exams-result .form-group {
    overflow: hidden;
}
#exams-result .text-desc {
	margin: 0 0 20px 0;
    display: block;
    font-size: 13px;
	}

/* Student Exams Results Page ----------------------------------------------------------*/
 
.profile {
  margin: 20px 0;
}

.profile-sidebar {
    margin-bottom: 20px;
    padding: 20px 0 10px 0;
    background: #fff;
    border: 1px solid transparent;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-details {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-details.code{
	font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #bd9d6c;
	}

.profile-content {
	padding: 20px;
	background: #fff;
	min-height: 460px;
	border: 1px solid transparent;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;

}

#stu-cp a.list-group-item {
    padding: 12px 15px;
    font-family: bold;
    font-size: 13px;
    color: #715e7d;
}
#stu-cp a.list-group-item:hover {
	color: #292b69;
}

/***/

.acc-panel .clickable{
    cursor: pointer;   
	}
	
.acc-panel .panel-heading span{
	margin-top: -20px;
	font-size: 15px;
	}
	
.acc-panel .panel-heading {
    padding: 18px 15px;
}

.acc-panel .panel-body {
    color: #5f5f5f;
    padding: 20px 15px;
}

/***/

table#exam-result {
	background: #fff;
	margin: 30px auto;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

table#exam-result th {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	padding: 13px 10px;
	background-color: #292b69;
	text-align: center;
}

table#exam-result>tbody>tr>td{
	/* font-weight: 400; */
	color: #292b69;
	/* font-size: 13px;
	padding: 14px 20px; */
	border-bottom: 1px solid #e0e0e0;
	text-align:center;
	font-family:"bold";
}

table#exam-result tbody tr:nth-child(2n) {
	background: #f5f5f5;
}
table#exam-result tbody tr:nth-child(2n+1) {
	background-color: #ffffff;
}
	
.table-result-head th {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	padding: 12px 10px!important;
}
	
/**/

@media all and (max-width:760px) {
	#mainslider .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#mainslider .ws_controls,
	#mainslider .ws_bullets,
	#mainslider .ws_thumbs{
		display: none
	}
}


/*********************/
	
	
@media all and (max-width:768px) {
footer section {
    height: auto;
	}
	
nav.navbar-default .navbar-nav>li>a {
     height: 52px;
    line-height: 52px;
 }
	
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff!important;
}

nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
nav.navbar-default .navbar-toggle {
    border-color: #fff;
}

nav.navbar-default .navbar-toggle:hover, nav.navbar-default .navbar-toggle:focus {
    background-color: #ececec;
}

.navbar-header {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

nav li.homeicon a {
	text-align: center;
    line-height: 57px!important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
	}

.dropdown-menu {
    box-shadow: none;
}

.caret {
    left: 15px;
    position: absolute;
    top: 23px;
}

.dropdown-submenu>.dropdown-menu {
    margin-right: 22px;
}

header {
    height: auto;
}

#logodiv {
    margin: 15px 0;
}

#logodiv a {
    display: block;
    margin: auto;
}
#logodiv h2 {
    padding: 15px 0 0 0;
    font-size: 21px;
    display: block;
    text-align: center;
}

#homeintro h1 {
    font-size: 22px;
    text-align: center;
}


#inner-page-head h1 {
    padding: 20px 0;
}

#home-center-icons section {
    margin-bottom: 20px;
}

.accordion {
    margin: 0 0 20px 0;
}
 
 
section#survey .btn{
	margin-bottom: 5px;
}

h1.super-title {
    text-align: center;
}

#news-box .col-md-6 {
    padding: 0 15px!important;
}

.btn.home-morenews {
    margin: 0 auto;
}

footer #copyright {
    height: auto;
    line-height: 64px;
}
footer #copyright .copyright {
    line-height: 2;
    padding: 30px 15px;
	}


}
	
	
@media all and (max-width:1023px) {

#news-box .col-md-6:after {
    display: none!important;
}

#news-box .col-md-6 {
    border-left: none!important;
}


/*.contacts ul li p {
    display: block;
 }
*/
ul#socialicons {
     display: none;
}


}
	







/***************************************************************

					Student Registration

/***************************************************************/

.loginwzcode-container{
    margin: 15px;
    padding: 0 15px;
}

.student-loginwzcode .control-label{
    margin-top: 12px;
}

.student-loginwzcode button {
    height: 46px;
    text-align:  center;
}

.student-loginwzcode .form-control {
    width: 300px;
    text-align:  center;
    font-size:  12px;
}

.loginwzcode-container .alert {
	margin: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
	}

.loginwzcode-container .alert strong {
    color: #ff6c6c;
}


@media (max-width: 768px) {

.form-inline .form-control {
	width: 100%;
    margin-bottom: 10px;
}
.student-loginwzcode{
	text-align:center
}

.loginwzcode-container .alert {
    margin: 20px auto;
    width: auto;
    text-align: center;
}

}
 
.panel {
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	background:#fff;
    border: 1px solid transparent;
	font-size: 12px;
}

.panel .panel-heading {
	color: #614E6E;
    padding: 18px 15px;
    border-color: #ECECEC;
    background-color: #f5f5f5!important;
    font-size: 14px;
    font-weight: 600;
}

.panel-title{
	font-family:bold;
	font-size: 14px;
	}


.panel-body img {
    max-width: 100%;
    height: auto;
}



/***/

.panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px;
    font-size: 18px;
}
.panel-title > a.collapsed:before {
    float: left !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


	table.destable {
    background: #fff;
    margin: 30px auto;
    max-width: 400px;
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	}

	table.destable th {
	font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    padding: 13px 10px;
    background-color: #292b69;
    text-align: center;
	}
	
	table.destable>tbody>tr>td{
	font-weight: 400;
	color: #292b69;
	font-size: 13px;
	padding: 14px 20px;
	border-bottom: 1px solid #e0e0e0;
	text-align:center;
	font-family:"bold";
	}

	table.destable tbody tr:nth-child(2n) {
	background: #f5f5f5;
	}

	table.destable tbody tr:nth-child(2n+1) {
	background-color: #ffffff;
	}


#student-reg .panel-body h4 {
	text-align: right;
    margin-bottom: 25px;
    font-size: 17px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
}

#student-reg .panel-body h4 .glyph{
    font-size: 20px;
    height: 20px;
    width: 16px;
    color: #292b69;
    stroke-width: 2px;
    margin-left: 6px;
}
.display-label {
    font-size: 12px;
    font-weight: 600;
    color: #292b69;
    background-color: #f7f7f7;
    padding: 10px 5px;
    border-radius: 3px;
    text-align: center;
}

.display-field {
    font-size: 12px;
    font-weight: 600;
    color: #009688;
    background-color: #fbfbfb;
    padding: 10px 5px;
    border-radius: 3px;
    text-align: center;
}

.user-details.table>thead>tr>th, .user-details.table>tbody>tr>th, .user-details.table>tfoot>tr>th, .user-details.table>thead>tr>td, .user-details.table>tbody>tr>td, .user-details.table>tfoot>tr>td {
    vertical-align: middle;
    border: 0;
    padding: 1px 2px;
}

.user-details.table>thead>tr>th {
    border: 0;
    vertical-align: middle;
}

.profile-userpic {
    text-align: center;
    min-width: 115px;
    background-color: #fbfbfb;
    padding: 8px 0;
}

.profile-userpic img {
	float: none;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

#pilltab1 .alert-warning {
    color: #fff;
    background-color: #f7f7f7;
    border: 5px solid #292b69;
    border-radius: 2px;
    max-width: 800px;
    margin: 30px auto;
}

#pilltab1 p.alert-title {
    font-size: 18px;
    font-family: bold;
    margin-bottom: 10px;
    color: #30a5ff;
    display: none;
}

#pilltab1 p.alert-body {
    text-align: center;
    color: #292b69;
    font-size: 15px;
    font-family: bold;
}
#pilltab1 p.alert-body b {
    font-weight: 400;
    color: #ff5992;
    margin-left: 10px;
}

.text-primary {
    color: #292b69;
}

.btn i,.btn span {
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.acad-reg-container {
    margin: 20px auto;
    text-align: center;
}

.acad-reg {
    padding: 10px 0;
    background-color: #f3f3ff;
    border: 2px solid #292b69;
    border-radius: 2px;
    display: inline-block;
    width: 232px;
    margin: 0 10px
}

.bgcolor-1{
    background-color: #fff6cd;
}

.bgcolor-2{
    background-color: #ffe4e8;
}

.bgcolor-3{
	background-color: #e4f3ff;
}
.acad-reg h5{
    color: #7274b7;
}

.acad-reg strong{
    font-size: 30px;
    color: #292b69;
    text-shadow: 1px 1px 1px #ffffff;
}

.modal-header {
    padding: 20px 15px;
}


.modal-title {
    font-size: 15px;
}
.modal-title i{
    margin-left:10px
}

.modal .modal-footer {
    text-align: center;
}



.modal .table>thead>tr>th {
    height: 43px;
    background-color: #292b69;
    color: #fff;
}

.modal .table>tbody>tr>td {
    vertical-align: middle;
    padding: 10px 8px;
    height: 50px;
    color: #333;
    font-family: bold;
}

.modal .form-control {
    height: 40px;
    font-size: 13px;
}

.modal .modal-header .close {
    margin-top: -8px;
    font-size: 42px;
}

/***************/

.new-level{
    margin-bottom: 30px;
}

.level-title {
    background-color: #f5f5f5;
    padding: 12px;
    font-size: 17px;
    border-radius: 4px;
    margin: 25px 0 20px 0;
}

.table-result td.td-check {
    text-align: center;
}

.table-result .check {
    margin-bottom: 16px;
}
.table-result .checkmark {
    top: 0;
}
.table.table-result{
    margin:0 0 1px 0
}
.table.table-result .td-supject {
    font-family: bold;
    font-size: 13px;
    color: #585a8c
}
.table.table-result .td-supject-code {
    font-family: bold;
    font-size: 14px;
    color: #30a5ff;
    direction: ltr;
}

.table-result-head
{
    margin-bottom: 0px;
    background-color: #292b69;
    color: #fff;
}
.table-result-head td
{
    text-align: center;
}

.table-result-head th {
    border: 1px solid rgba(255, 255, 255, 0.18823529411764706);
}



.td-check{
    width: 50px;
}
.td-supject{
    width: 70%;
}
.td-supject-code{
    width: calc(30% - 50px);
}

.new-level .tooltip{
	top:0px!important
}


.btn .glyph {
    font-size: 20px;
    height: 16px;
    width: 16px;
    color: #ffffff;
    stroke-width: 4px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}




@media (max-width: 768px) {

.alert a.btn {
    display: block;
    margin: 15px auto 0 auto;
    max-width: 200px;
}
	
	
.table-result-2nd{
	display:none
}

.td-supject {
    width: 60%;
}
.td-supject-code {
    width: calc(40% - 50px);
}

.acad-reg {
    margin: 5px 10px;
}

}


fieldset legend{
    font-weight: 300;
    margin-bottom: 35px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 12px;
    font-size: 17px;
    letter-spacing: -.5px;
    color: #292b69;
    font-family: bold;
	}
	
form textarea.form-control {
    height: auto;
    min-height: 100px;
    resize: vertical;
}

h4.text-underline {
    font-weight: 300;
    margin-bottom: 35px;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 12px;
    font-size: 17px;
    letter-spacing: -.5px;
}

.send-details{
    margin-top: 50px;
}


/* Hossam

*/





.table-result div {
    display: table;
    width: 100%;
}

.table-result div span:nth-child(2) {
    width: 25%;
}

.table-result div span {
    display: table-cell;
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
}

.table-result div span span {
    padding: 0;
}

.table-absense-head span {
    display: table-cell;
    color: #fff;
    background-color: #292b69;
    text-align: center;
    padding: 10px;
}

.acc-panel .panel-body .table-absense-head {
    display: none;
}

.acc-panel .panel-body .table-result:first-of-type .table-absense-head {
    display: table;
}

@media screen and ( max-width: 768px)
{
    .acc-panel .panel-body .table-absense-head {
        display:block;
    }
    .table-result div {
        display:block;
    }

    .table-result div span {
        display: block;
        width:100% !important;
        border-bottom: 1px solid #f3f3f3;
    }

    .table-result div span span {
        border: 0;
    }

    .table-result {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #f3f3f3;
    }
    
    .table-result div:nth-child(1) {
        width: 38%;
    }
    
    .table-result div:nth-child(2) {
        width: 62%;
    }

    .table-result div:nth-child(2) span {
        text-align: right;
    }
}


/*****/

.panel-body .questionnaire-heading{
	font-family: inherit!important;
    text-align: center;
    background-color: #fcf8e3;
    padding: 20px;
    font-size: 13px!important;
    border-radius: 5px;
    border: 1px solid #fbf3c9;
    font-weight: bold!important;
}

.panel-body .panel .akeel-info {
    border-color: #fbfbfb!important;
    background-color: #292b69!important;
    padding: 15px!important;
    color: #fff!important;
}

.panel .panel-heading img {
    border-radius: 50%;
    margin-left: 10px;
}
.notifier__notification--material .notifier__notification-button {
    margin-right: 0!important;
    margin-left: -10px!important;

}

