.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
	border: 1px solid #ccc;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #FDFDFD;
	padding: 10px;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.acc_head span {
	color: #d64415 !important;
	font-size: 15px !important;
	margin: 0px 30px 10px 0px !important;
	text-align: right !important;
	font-weight: bold;
	float: right;
}
.smk_accordion .accordion_in .acc_head1 {
	position: relative;
	background: #FDFDFD;
	padding: 10px;
	font-size: 12.5px !important;
	display: block;
	cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
	background: #fff;
	color: #7B7E85;
	padding: 3px 5px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
	border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
	border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
	display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	background: #F9F9F9;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content {
	padding-left: 10px;
	color: #272727 !important;
	font-size: 13px;
}
.acc_content p {
	color: #272727 !important;
	line-height: 28px !important;
	font-size: 14px !important;
}
.acc_head {
	padding-left: 10px !important;
	color: #272727 !important;
	font-size: 16px !important;
}
.fa-spac-icon {
	margin: 0px 10px 10px 0px;
}
.text-color {
	color: #d64415 !important;
	font-size: 15px !important;
	margin: 10px 0px 10px 0px !important;
	float: left;
	width: 100%;
}
.inner-heading {
	padding: 8px 10px !important;
	font-size: 15px !important;
	font-weight: bold !important;
	background-color: #f5f5f5 !important;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #c52d2f;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 1;
}
/*****************************************Placment tab***************************************/
.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 0px solid #ccc;
	margin-bottom: 0px !important;
	z-index: 999;
}
.tabs > li {
	transition-duration: .25s;
	display: table-cell;
	list-style: none;
	padding: 13px 30px 15px 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background-color: #f1f1f1;
	margin: 0px 0px !important;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.tabs > li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	margin: 0px 0px !important;
}
.tabs > li:hover:before {
}
.tabs > li.active {
	color: #fff;
	background: #ed5c48;
}
.tabs > li.active:before {
}
.tab__content {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	min-height: 150px !important;
	height: auto;
	padding: 15px;
}
.tab__content > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
}
.tab__content > li .content__wrapper {
	border-radius: 5px;
	width: 100%;
	padding: 10px 10px 40px 20px;
}
.content__wrapper h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 300;
}
.content__wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/*****************************************Placment tab***************************************/
@media only screen and (min-width: 280px) and (max-width: 768px) {
.project-link {
	padding: 0px 0px 15px 0px;
	float: left;
	text-align: center;
	background-color: #930;
	color: #fff;
	width: 100%;
	font-size: 15px !important;
	margin: 0px 0px 10px 0px !important;
}
.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 0px solid #ccc;
	margin-bottom: 0px !important;
	z-index: 999;
}
.tabs > li {
	transition-duration: .25s;
	display: table-cell;
	list-style: none;
	padding: 13px 30px 15px 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background-color: #f1f1f1;
	margin: 0px 0px !important;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.tabs > li:before {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	margin: 0px 0px !important;
}
.tabs > li:hover:before {
}
.tabs > li.active {
	color: #fff;
	background: #ed5c48;
}
.tabs > li.active:before {
}
.tab__content {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	min-height: 150px !important;
	height: auto;
	padding: 15px;
	float: left;
}
.tab__content > li {
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	list-style: none;
}
.tab__content > li .content__wrapper {
	border-radius: 5px;
	width: 100%;
	padding: 10px 10px 40px 20px;
}
.content__wrapper h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 300;
}
.content__wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}


/*******************************************Student Testimonial *******************************************/


.std-test {
	border-bottom: 1px dashed #ccc !important;
	border-radius: 4px;
	padding:25px 15px !important;
	float:left;
	border:0px solid #ccc;
	background-color:#f9f9f9;
	margin:80px 0px 50px 0px !important;
	
}
.std-test img
{
	width:120px;
	height:120px;
	float:none !important;
	margin:-90px auto 20px auto !important;
	border:5px solid #fff;
	box-shadow:5px 5px 5px #ccc;
}
.std-test h3
{
	margin:0px;
	padding:10px;
	font-size:18px !important;
	font-weight:bold;
	text-align:center;
}
.std-test p
{
	line-height:22px;
	text-align:center;
}


}
.recent-video-inner h3 {
	margin: 10px 0;
}
.recent-video-inner h3 a {
	font-size: 20px;
	color: #666;
}
slider-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style: none;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slide-bg {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.slide-bg img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-controls {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide-nav {
}
.slide-nav .prev,  .slide-nav .next {
	position: absolute;
	top: 43%;
	z-index: 10;
	color: white;
}
.slide-nav .prev {
	left: 20px;
}
.slide-nav .next {
	right: 20px;
}
/************************************* Pagination Class*************************************/




root {
	display: block;
}
ul.pagination {
	width: 100%;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	list-style-type: none;
	margin: 20px 0px 18px 9px;
	overflow: hidden;
	padding: 0;
}
ul.pagination li.details {
	background-color: white;
	border-color: #C8D5E0;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #1E598E;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}
ul.pagination li.dot {
	padding: 3px 0;
}
ul.pagination li {
	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
}
ul.pagination li:first-child {
	margin-left: 0;
}
ul.pagination li a {
	color: black;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
}
ul.pagination li a img {
	border: medium none;
}
ul.pagination li a.current {
	background-color: white;
	border-radius: 0 0 0 0;
	color: #333333;
}
ul.pagination li a.current:hover {
	background-color: white;
}
ul.pagination li a:hover {
	background-color: #131313;
}
ul.pagination li a {
	background-color: #698D23;
	border-color: #C8D5E0;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}
/****************************************Pir chart***********************************/



.chart__axis-x, .chart__box, .chart__container, .chart__label-y {
	box-sizing: border-box
}
.chart__container {
	position: relative;
	margin: 10px 0;
	overflow: hidden
}
.chart__axis-y {
	position: relative;
	top: -20px;
	left: 10px;
	z-index: 1;
	padding: 40px 0 5px;
	color: rgba(0,0,0,.6);
	text-align: left;
	font-weight: 600;
	font-size: 12px
}
 @media screen and (min-width:768px) {
.chart__container:not(.labels-above-bars) .chart__axis-y {
	width: 110px;
	padding: 5px 0;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	top: 0;
	left: 0
}
}
@media screen and (min-width:1024px) {
.chart__container:not(.labels-above-bars) .chart__axis-y {
	width: 210px
}
}
.chart__axis-x {
	width: 100%;
	color: rgba(0,0,0,.6);
	font-size: 12px;
	padding: 10px 5px 5px 10px
}
@media screen and (min-width:768px) {
.chart__axis-x {
	padding-top: 5px;
	padding-left: 130px;
	font-size: 13px
}
}
@media screen and (min-width:1024px) {
.chart__axis-x {
	padding-left: 180px;
	font-size: 14px
}
}
.chart__label-y {
	display: block;
	height: 47px;
	position: relative;
	padding: 0 20px 27px 0;
	line-height: 1.1
}
.chart__label-y:before {
	content: '';
	display: none;
	width: 5px;
	height: 1px;
	position: absolute;
	top: 15px;
	right: 0;
	background-color: #000
}
.label-y__name {
	position: absolute;
	top: 0
}
@media screen and (min-width:768px) {
.chart__label-y:before {
	display: block
}
.chart__container:not(.labels-above-bars) .label-y__name {
	position: absolute;
	top: 15px;
	right: 20px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
.chart__label-x {
	display: inline-block;
	width: 10%;
	position: relative;
	right: 0px;
	padding-top: 10px;
	text-align: right
}
.chart__label-x:after, .chart__label-x:before {
	content: '';
	width: 1px
}
@media screen and (max-width:1279px) {
.chart__label-x:nth-child(odd) {
	opacity: 0
}
}
.chart__label-x:before {
	height: 5px;
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #000
}
@media screen and (min-width:768px) {
.chart__label-x:before {
	top: -5px;
	right: 20px
}
}
.chart__label-x:after {
	display: none;
	height: 2000px;
	position: absolute;
	bottom: 100%;
	right: 10px;
	z-index: -1;
	margin-bottom: 10px;
	background: repeating-linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.3) 4px, transparent 4px, transparent 13px)
}
@media screen and (min-width:768px) {
.chart__label-x:after {
	right: 20px
}
}
.show-horizontal-lines .chart__label-x:after {
	display: block
}
.chart__box {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000
}
@media screen and (min-width:768px) {
.chart__box {
	padding: 0 15px 0 10px;
	width: calc(100% - 160px + 50px)
}
}
@media screen and (min-width:1024px) {
.chart__box {
	width: calc(100% - 210px)
}
}
.chart--top {
	position: relative;
	padding-top: 0px
}
.chart--horizontal {
	color: rgba(0,0,0,.5);
	padding-top: 25px
}
@media screen and (min-width:768px) {
.chart--horizontal {
	padding-top: 0
}
}
.chart--horizontal .chart__bars {
	padding: 5px 0 1px
}
.chart--horizontal .bar__container {
	width: 100%;
	height: 20px;
	position: relative;
	margin: 0 0 27px;
	padding-right: 10px;
	box-sizing: border-box;
	background-clip: content-box
}
.chart--horizontal .bar__container:first-of-type {
	margin-top: 5px
}
.chart--horizontal .bar__container:last-of-type {
	margin-bottom: 25px
}
.chart--horizontal .bar__container:after {
	content: attr(data-value) "%";
	position: absolute;
	top: 50%;
	left: 100%;
	opacity: 0;
	padding-left: 10px;
	font-size: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0s ease-in-out 0s;
	-ms-transition: opacity 0s ease-in-out 0s;
	-moz-transition: opacity 0s ease-in-out 0s;
	-o-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s
}
@media screen and (min-width:768px) {
.chart--horizontal .bar__container:after {
	font-size: 14px
}
}
.show-values.visible .chart--horizontal .bar__container:after {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out 2s;
	-ms-transition: opacity .5s ease-in-out 2s;
	-moz-transition: opacity .5s ease-in-out 2s;
	-o-transition: opacity .5s ease-in-out 2s;
	transition: opacity .5s ease-in-out 2s
}
.chart--horizontal .bar__container.max .bar {
	background-color: #1c558c
}
.chart--horizontal .bar__container.min .bar {
	background-color: #bedff9
}
.chart--horizontal .bar {
	display: block;
	height: 20px;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	background-color: #5d9bcd;
	-webkit-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out
}
.show-arrows .chart__box:after, .show-arrows .chart__box:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid
}
.chart__container.visible .chart--horizontal .bar {
	-webkit-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	right: 0
}
.show-arrows {
	padding-left: 4px
}
.show-arrows .chart__box:after {
	top: 0;
	left: -4px;
	border-width: 0 4px 8px;
	border-color: transparent transparent #000
}
.show-arrows .chart__box:before {
	bottom: -4px;
	right: -2px;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #000
}
.labels-above-bars .chart__axis-y {
	position: relative;
	top: -10px;
	left: 10px;
	z-index: 1;
	padding: 40px 0 5px;
	color: rgba(0,0,0,.6);
	text-align: left;
	font-weight: 600;
	font-size: 12px
}
.labels-above-bars .chart__axis-x {
	padding-left: 0
}
@media screen and (min-width:1024px) {
.labels-above-bars .chart__axis-x {
	padding-left: 20px
}
.labels-above-bars .chart__box {
	width: 100%
}
}
@media screen and (min-width:768px) {
.labels-above-bars .chart__axis-y {
	top: -10px
}
.labels-above-bars .chart__box {
	padding: 0 15px 0 10px;
	width: 100%
}
}
.labels-above-bars .chart--horizontal {
	padding-top: 17px
}
.labels-above-bars .chart--top {
	padding-top: 0
}
.bar-border {
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 10px;
}
.apply-button {
	padding: 10px !important;
	font-size: 14px !important;
	margin: 0px 0px 10px 0px !important;
	float: right;
}
.widget-title {
	border-top: 5px solid;
	border-color: #106184;
	font-size: 20px;
	background: none #EEE;
	padding: 10px 15px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.textwidget {
	padding: 0px;
}
.textwidget ul {
	padding: 0px;
	margin: 0px;
}
.textwidget ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
	margin: 0px 0px 5px 0px;
}
.textwidget ul li a {
	width: 100%;
	float: left;
	color: #666;
	font-size: 13px;
}
.textwidget ul li a:hover {
	background-color: #900;
	color: #fff !important;
	padding: 5px;
}
.textwidget ul li span {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	float: left;
}
 [data-darkbox] { /* add cursor to clickable darkbox items */
 cursor:pointer;
 backface-visibility:hidden;
}
#darkbox {
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.8) no-repeat none 50%;
	background-size: contain;
	box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
}
#darkbox.on {
	opacity: 1;
	visibility: visible;
	height: 90% !important;
	width: 90% !important;
	left: 5% !important;
	top: 5% !important;
}
#darkbox:after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2em;
	content: "\2A2F";
	color: #fff;
	cursor: pointer;
}
/*prev next buttons*/
#darkbox_prev, #darkbox_next {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#darkbox_prev:hover, #darkbox_next:hover {
	border-color: #09c;
}
#darkbox_prev {
	left: -2px;
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#darkbox_next {
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -2px;
}
#darkbox-description {
	position: absolute;
	width: 100%;
	color: #fff;
	bottom: 5px;
	text-align: right;
	text-shadow: 0 1px 1px #000;
}
#darkbox-description a {
	color: #fff;
	font-weight: bold;
}
#darkbox sub {
	font-size: 10px;
}
.project-link {
	padding: 10px 0px 15px 0px;
	float: left;
	text-align: center;
	background-color: #930;
	color: #fff;
	width: 100%;
	font-size: 15px !important;
}
.thubm-img {
	margin: 0px 0px 10px 0px !important;
}
.none
{
	border:none !important;
}
.std-test {
	border-bottom: 1px dashed #ccc !important;
	border-radius: 4px;
	padding:25px 15px !important;
	float:left;
	border:0px solid #ccc;
	background-color:#f9f9f9;
	margin:100px 0px 30px 0px;
	
}
.std-test img
{
	width:120px;
	height:120px;
	float:left;
	margin:-90px 10px 0px 0px ;
	border:5px solid #fff;
	box-shadow:5px 5px 5px #ccc;
}
.std-test h3
{
	margin:0px;
	padding:10px;
	font-size:18px !important;
	font-weight:bold;
}
.std-test p
{
	line-height:22px;
}
.inputfile {

    /*opacity: 0;*/
    overflow: hidden;
    position: absolute;
    z-index:9999;
	cursor:pointer;
}
.inputfile + label {
	   width:100%;
    border: 1px solid #5cb85c; !important;
 cursor:pointer;
    padding: 0;
}
.inputfile + label span {

    display: inline-block;  
    white-space: nowrap;
    overflow: hidden;

}
.inputfile + label strong {
	padding:10px 10px;
    color: #fff;
    background-color:#5cb85c;
    display: inline-block;
	cursor:pointer;
}


.left {
float: left;
}
.both {
clear: both;
}
.file-upload-container {
 width:100%;
    border: 1px solid #5cb85c; !important;
 cursor:pointer;
    padding: 0;
}
.file-upload-override-button {
position: relative;
overflow: hidden;
cursor: pointer;
padding:10px 20px;
    color: #fff;
    background-color:#5cb85c;

}
.file-upload-override-button:hover {
background-color:#378de5;
}
.file-upload-override-button:active {
position:relative; top:1px;
}
.file-upload-button {
position: absolute;
height: 50px;
top: -10px;
left: -10px;
cursor: pointer;
opacity: 0;
filter:alpha(opacity=0);
}
.file-upload-filename {
margin-left: 10px;
height: auto;
padding: 8px;
}
