@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
body {
	font-size: 13px;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	color: #000;
}

img {
	/*max-width: 100%;
*/}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

selectorSavingError {
	margin: 0;
}

p {
	margin: 0;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.study-plus-btn {
	background: #ecb111 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}
.tt{ float:left; padding-right:10px;}
.pd {
	padding: 14px 0;
}
.pp{ background:#004475; text-align:center; color:#fff;    border-radius: 4px; }
.pp a{text-align:center; color:#fff;}
.h2, h2 {
    font-size: 16px;}
.pd-top-100 {
	padding-top: 20px;
}
.thumbnail2 {
    display: block;
    padding: 3px;
    margin-bottom: 3px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;}
.pd-bottom-70 {
	padding-bottom: 30px;
}

.pd-70 {
	padding: 70px 0;
}

.spacer-15 {
	height: 15px;
}

.read-more-btn {
	color: #ecb111;
	-webkit-transition: .3s;
	transition: .3s;
}

.read-more-btn:hover {
	color: #343434;
}

.section-title {
	color: #004474;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
	display: inline-block;
	position: relative; font-size:15px;
}

.white-title {
	color: #fff;
}

.section-title:after {
	background: #ecb111 none repeat scroll 0 0;
	bottom: -8px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 20px;
}

.section-title:before {
	background: #ecb111 none repeat scroll 0 0;
	bottom: -8px;
	content: "";
	height: 2px;
	left: 18px;
	margin-right: -25px;
	position: absolute;
	width: 50px;
}

.overlay-black {
	position: relative;
	z-index: 1;
}

.overlay-black:after {
	/*background: #000 none repeat scroll 0 0;*/
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.panel-title {
	color: #024160;
}

.panel-heading.active {
	background: #004475 none repeat scroll 0 0;
}

.active .panel-title {
	color: #fff;
}

.panel-heading {
	padding: 12px 15px;
}

.panel.panel-default {
	border-color: #eeeeee;
}

.section-bg {
	background-color: #fcfcfc;
}

.spacer-50 {
	height: 50px;
}

.nav-control .owl-controls {
	height: auto;
	position: absolute;
	right: 14px;
	top: -89px;
	width: auto;
	background: #ecb111;
}

.nav-control .owl-controls:after {
	border-bottom: 36px solid #ecb111;
	border-left: 17px solid transparent;
	content: "";
	height: 0;
	left: -17px;
	position: absolute;
	top: 0;
	width: 0;
}

.nav-control .owl-nav div {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 5px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.course-btn:hover {
	color: #fff;
}

.nav-control .owl-nav div:hover {
	color: #343434;
}

.learn-more-btn {
	color: #b7b7b7;
	font-weight: 700;
}

.learn-more-btn i.fa {
	margin-left: 5px;
}


/*Preloader CSS*/

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.studyplus-preloader-wrapper {
	background: #ecb111 none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.studyplus-preloader-wrapper .spinner {
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
}


/*Header CSS*/

.header-top-nav ul li {
	display: inline-block;
	position: relative;
}

.header-top-nav li:after {
	content: "";
	font-family: fontawesome;
	font-size: 6px;
	left: -4px;
	position: absolute;
	top: 6px;
}

.header-top-nav li:first-child:after {
	content: "";
}

.header-top-nav ul li a:hover {
	color: #ecb111;
}

.header-top-nav ul li a {
	color: #004475;
	display: block;
	padding: 5px 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.imagepreview{width:100%!important;}

.bb{ background:#000; color:#ecb111; margin-bottom:3px;}
.bb a{ color:#ecb111;}
.social-link a {
	color: #fff;
	display: inline-block;
	padding: 5px 9px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.social-link a:hover {
	color: #ecb111;
}

.studyplus-contact-box {
color: #fff;
display: inline-block;
margin-left: 25px;
padding-left: 40px;
position: relative;
margin-top:22px;
text-align: left;
}

.studyplus-contact-box:hover {
	color: #fff;
}

.study-plus-btn:hover,
.apply-form input[type="submit"]:hover {
	background: #343434 none repeat scroll 0 0;
	color: #fff;
}

.studyplus-contact-box i.fa {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: -5px;
	width: 30px;
}

.header-area {
	background: #004475 none repeat scroll 0 0;
	padding: 1px 0;
}

.logo h2 {
	margin: 6px 0 0;
}
.top{ margin-top:10px;}

/*Mainmenu CSS*/

#site-header.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	
}
#site-header-inner {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 100%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;}
.bg{ background:#ecb111;}
.navigation-wide { background-color: #15549a }
.navigation-wide #navigation { margin-top: 0px; float: left; background-color: #15549a; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation {  float: left; margin-top: 0px; position: relative; z-index: 99; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 14px 11px; font-size:13px;  text-decoration: none; color: #000; font-weight: 600;  }
#navigation > ul > li:hover > a { color: #07522b; }
#navigation > ul > li.has-sub > a { padding-right: 27px; }

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
 display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 35px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { border-bottom: 1px solid rgba(222, 231, 242, 1); padding: 9px 15px 12px 15px; width: 285px; font-size: 13px; text-decoration: none; color: #66707f; font-weight: 500; background: #fff; }
#navigation ul ul li:last-child > a, .navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #004475; background-color: #f4f6f8; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 20px; right: 11px; width: 8px; height: 2px; display: block; background: #66707f; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 17px; right: 14px; display: block; width: 2px; height: 8px; background: #66707f; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid rgba(0, 68, 117, 0.9); }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #000; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #07522b; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 16px 0px; color: #07522b; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; }
#navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 0px; display: block; height: 8px; width: 20px; border-top: 2px solid #07522b; border-bottom: 2px solid #004475; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 16px; right: 0px; display: block; height: 2px; width: 20px; background: #07522b; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #333; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(0, 68, 117, 0.9); height: 46px; width: 46px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #15549a; }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #004475; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #004475; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#sub-nav { position: relative; }
#sub-nav #menu-button { display: none; }
#sub-nav.small-screen #menu-button { display: block; padding: 16px; color: #07522b; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #e2e7ee }
#sub-nav.small-screen #menu-button:after { position: absolute; top: 22px; right: 10px; display: block; height: 8px; width: 20px; border-top: 2px solid #07522b; border-bottom: 2px solid #07522b; content: ''; }
#sub-nav.small-screen #menu-button:before { position: absolute; top: 16px; right: 10px; display: block; height: 2px; width: 20px; background: #07522b; content: ''; }
#sub-nav.small-screen #menu-button.menu-opened:before { top: 23px; background: #333; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#sub-nav.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }






html, body {
    font-family: Arial, Helvetica, sans-serif;
}

/* define a fixed width for the entire menu */
.navigation {
  width:100%;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
  padding: 10px;
  color: #000; margin:1px;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #004475; color:#fff;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}









.mainmenu ul li.active>a {
	background: #07522b none repeat scroll 0 0;
	color: #fff;
}

.responsive-menu {
	display: none;
}

.mainmenu-area {
	background: #ecb111 none repeat scroll 0 0;
}

.mainmenu ul li {
	display: inline-block;
	position: relative; width:100%;
}

.mainmenu ul li a {
	color: #fff;
	display: block; font-size:12px;
	font-weight: 700;
	padding: 5px 12px;
	margin:1px;
		-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mainmenu ul li a:hover {
	background: #004475 none repeat scroll 0 0;
	color: #fff;
}

.apply-btn {
	background: #fff none repeat scroll 0 0;
	color: #343434;
	display: inline-block;
	font-weight: 700;
	padding: 17px 41px;
	text-transform: uppercase;
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 99;
	top: 66px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mainmenu ul li ul {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 5px #ddd;
	left: 0;
	position: absolute;
	top: 100px;
	width: 200px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.mainmenu ul li ul li {
	display: block;
}

.mainmenu ul li ul li a {
	padding: 5px 10px;
	text-transform: capitalize;
}


/*Slider CSS*/

.slider-bg-1 {
	background-image: url(assets/img/slider-bg-1.jpg)
}

.slider-bg-2 {
	background-image: url(assets/img/slider-bg-2.jpg)
}

.slider-bg-3 {
	background-image: url(assets/img/slider-bg-3.jpg)
}

.slider-bg-4 {
	background-image: url(assets/img/slider-bg-4.jpg)
}

.slider-bg-5 {
	background-image: url(assets/img/slider-bg-5.jpg)
}


.slider-item {
	background-position: center top;
	background-size: cover;
	height: 449px;
}

.slider-item-table {
	display: table;
	height: 100%;
	width: 100%;
}

.slider-item-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.slider-text {
	color: #fff;
}

.slider-text h3 {
	font-weight: 400;
	text-transform: uppercase;
}

.slider-text h1 {
	font-size: 24px; padding:10px;

	line-height: 27px;
	margin: 25px 0;
 /*background:#000; */
 opacity:0.5; text-align:center; width:40%;
}

.home-slider-area .owl-dots {
	bottom: 60px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.home-slider-area .owl-dot {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 10px;
}

.home-slider-area .owl-dot.active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ecb111;
	height: 13px;
	width: 13px;
}

.slider-bg-3 {
	background-image: url(assets/img/slider-bg-3.jpg);
}

.slider-bg-4 {
	background-image: url(assets/img/slider-bg-4.jpg);
}

.slider-bg-5 {
	background-image: url(assets/img/slider-bg-5.jpg);
}

.slider-bg-6 {
	background-image: url(assets/img/slider-bg-6.jpg);
}

.home-slider-area-2 .slider-text h1 {
	color: #ecb111;
	font-size: 48px;
	font-weight: 900;
	line-height: 50px;
	margin: 6px 0;
}

.slider-text p {
	margin: 0 0 20px;
}

.home-slider-area-2 .slider-text {
	padding-top: 110px;
}

.home-slider-area-2 .owl-nav div {
	background: #fff none repeat scroll 0 0;
	color: #ecb111;
	font-size: 25px;
	left: 30px;
	padding: 8px 12px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: -30px;
}

.home-slider-area-2 .owl-nav div.owl-next {
	left: auto;
	right: 30px;
}

.home-slider-area-2 .owl-nav div:hover {
	background: #ecb111 none repeat scroll 0 0;
	color: #fff;
}


/*About CSS*/

.about-box-item p {
	margin-bottom: 15px;
}

.about-box-item img {
	margin-bottom: 15px;
}

.about-box-item h4 {
	font-weight: normal;
}

.about-box-item span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

.author-signature img {
	margin-bottom: 0;
}


/*Video CSS*/

.video-bg {
	background-image: url("assets/img/video-bg.jpg");
	background-position: center top;
	background-size: cover;
	height: 270px;
	position: relative;
}

.video-bg a {
	color: #fff;
	left: 0;
	margin-top: -33px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.video-bg i.fa {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 42px;
	margin-bottom: 10px;
	text-align: center;
	width: 40px;
}

.video-bg {
	font-size: 30px;
	font-weight: 300;
}

.video-text p {
	margin: 15px 0; text-align:justify;
}


/*Contact Form CSS*/

.form-control:focus {
	border-color: #ecb111;
}

.form-control {
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
}

.apply-form input[type="submit"] {
	background: #ecb111 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}

.apply-form {
	background: #fcfcfc none repeat scroll 0 0;
	padding: 40px;
}

.apply-form input,
.active-select {
	margin: 0 0 20px;
}

.contact-map {
	border: 1px solid #eee;
	padding: 15px;
}

.contact-number i.fa {
	color: #004475;
	margin-right: 8px;
}

.contact-number {
	border: 1px solid #eee;
	padding: 25px;
        margin-top: 15px;
}

.contact-info-text h3 {
	color: #343434;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.contact-info-text {
	border: 1px solid #eee;
	padding: 20px;
}

.contact-form .search-box input,
.contact-form .search-box textarea {
	border-color: currentcolor currentcolor #bfbfbf;
	color: #777777;
}

.contact-form .search-box .form-control:focus {
	border-color: #ecb111;
	box-shadow: none;
}

.contact-form {
	border: 1px solid #eee;
	padding: 50px;
	text-align: center;
}

.contact-form .search-box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

.contact-form .search-box .form-control::-moz-placeholder {
	color: #bfbfbf;
}

.contact-form input[type="submit"] {
	background: #ecb111 none repeat scroll 0 0;
	border: medium none;
	color: #343434;
	display: inline-block;
	font-weight: 700;
	margin: 0;
	padding: 10px 25px;
	text-transform: uppercase;
}

.contact-form h4 {
	color: #343434;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
	margin-bottom: 30px;
}

.map {
	height: 480px;
}

.apply-form h4 {
	font-weight: normal;
	margin: 0 0 10px;
}

.apply-form p {
	margin: 0 0 18px;
}

.sign-up-form {
	background: #ecb111 none repeat scroll 0 0;
	padding: 40px;
}

.sign-up-form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	margin: 0 0 20px;
	color: #fff;
}

.sign-up-form .form-control:focus {
	border-color: #fff;
	box-shadow: none;
}

.sign-up-form h2 {
	color: #3e3e3e;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}

.sign-up-form input[type="submit"] {
	margin: 0;
	background: #343434;
	border: none;
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: 700;
    transition: .3s
}

.sign-up-form input[type="submit"]:hover {
    background: #fff none repeat scroll 0 0;
    color: #343434;
}

.search-box {
	/**
	background: #ecb111 none repeat scroll 0 0;
	**/
	overflow: hidden;
	padding: 50px 40px;
}

.search-box input,
.search-box textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: currentcolor currentcolor #fff;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: #fff;
	padding-left: 0;
}

.search-box .form-control:focus {
	border-color: #fff;
	box-shadow: none;
}

.search-box .form-control::-moz-placeholder,
.sign-up-form .form-control::-moz-placeholder {
	color: #fff;
}

.search-box .nice-select {
	-moz-user-select: none;
	background-color: transparent;
	border-color: currentcolor currentcolor #fff;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	padding-left: 0;
}

.search-box .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.search-box .current {
	color: #fff;
}

.search-box h3 {
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.search-box p {
	color: #fff;
	margin: 0 0 15px;
}

.search-box .nice-select .option:hover,
.search-box .nice-select .option.focus,
.search-box .nice-select .option.selected.focus {
	background-color: #333333;
}


/*Feature CSS*/

.feature-bg {
	background-image: url("assets/img/feature-bg.jpg");
	background-position: center top;
	background-size: cover;
}

.feature-content h4 {
	color: #343434;
	text-transform: uppercase;
}

.feature-item h4,
.feature-item p {
	color: #ddd;
}

.feature-item h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.feature-item i.fa {
	color: #ecb111;
	font-size: 50px;
	margin: 0 0 25px;
}

.feature-wrapper-2 .col-md-4 {
	width: 100%;
}

.feature-wrapper .col-md-3 {
	width: 100%
}

.feature-content {
	background: #fff none repeat scroll 0 0;
	padding: 15px;
}

.feature-item-2 h4 {
	margin-bottom: 10px;
}


/*Course*/

.course-bg {
	background-position: center top;
	background-size: cover;
	height: 245px;
	position: relative;
}

.ne {
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
    font: italic 17px ;font-family: Arial, Helvetica, sans-serif;
}
.ne ul li {
    padding: 2px 0px 5px 18px !important;
    list-style: none;
    margin: 0px;
    color: #ecb111;
    line-height: 25px;
    padding: 2px;
    font: normal 15px arial;
    background: transparent url("assets/img/arrow2.png") no-repeat scroll 0px 8px;
}
.ne ul li a {
    padding: 0px;
    list-style: none;
    margin: 0px;
    color: #fff; font-size:13px;
    line-height: 21px;font-family: Arial, Helvetica, sans-serif;
}
.green{ background:#004475; color:#fff;}
.news{
	/*background-image: url(assets/img/news.jpg);
	background-repeat: no-repeat;*/
}

.course-bg-1 {
	background-image: url("assets/img/course-bg-1.jpg");
}

.course-bg-2 {
	background-image: url("assets/img/course-bg-2.jpg");
}

.course-bg-3 {
	background-image: url("assets/img/course-bg-3.jpg");
}

.course-bg-4 {
	background-image: url("assets/img/course-bg-4.jpg");
}

.course-teach-img {
	bottom: -32px;
	position: absolute;
	right: 20px;
}

.course-title {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) repeat scroll 0 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.course-title h4 {
	color: #fff;
}

.course-title ul li {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-right: 20px;
}

.course-title ul li i.fa {
	font-size: 11px;
	margin-right: 5px;
}

.course-desc {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	padding: 50px 20px 20px;
}

.course-desc h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.course-rating li {
	color: #ecb111;
	display: inline-block;
	font-size: 12px;
}

.course-rating a {
	float: right;
	font-weight: 700;
	padding: 8px 25px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.course-btn {
	background: #343434 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
}

.course-rating ul {
	display: inline-block;
	margin-top: 11px;
}

.course-rating {
	margin-top: 30px;
}

li.seat {
	color: #777777;
	margin-left: 15px;
}

.seat i.fa {
	margin-right: 5px;
}

.like.fa.fa-heart {
	color: #fff;
	font-size: 15px;
	position: absolute;
	right: 20px;
	text-shadow: 0 0 7px #000;
	top: 20px;
}

.courses-box-item {
	-webkit-transition: .3s;
	transition: .3s;
}

.courses-box-item:hover {
	box-shadow: 0 0 16px #ddd;
}

.courses-box-item:hover .course-rating a {
	background: #ecb111 none repeat scroll 0 0;
}

.courses-details-area .text-box {
	border: medium none;
}

.courses-details-area .nav-control .owl-controls {
	top: -50px
}

.course-bg.course-details {
	height: auto;
}

.course-tab-list-tem li {
	display: inline-block;
}

.course-tab-list-tem li a {
	color: #343434;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 20px;
}

.course-tab-list-tem li.active a {
	color: #ecb111;
}

.course-tab-list-tem {
	border-bottom: 2px solid #ddd;
}

.course-tab-list-tem li.active:after {
	background: #ecb111 none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.course-tab-list-tem li {
	position: relative;
}

.course-tab-item .tab-content {
	border: medium none;
	padding: 10px 0;
}

.table-head {
	background: #ecb111 none repeat scroll 0 0;
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.course-details th,
.course-details tr {
	text-align: center;
	text-transform: uppercase;
}

.table tbody th,
.table tbody tr {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

.coursetitle {
	color: #343434;
	margin: 15px 0 15px;
	/*text-transform: uppercase;*/
}

.duration i.fa {
	color: #ecb111;
	margin-right: 12px;
}

.duration {
	margin-top: 10px;
}

.what-you-will-learn ul {
	margin-top: 0px;
}

.what-you-will-learn ul li {
	color: #000;
	display: block;
	padding: 8px 15px 8px 45px;
        position: relative;
}

.what-you-will-learn i.fa {
	color: #ecb111;
	margin-right: 5px;
}

.courses-list .course-desc {
	border: medium none;
	padding-left: 0;
}

.courses-list .courses-box-item {
	border: 1px solid #eee;
	padding: 20px;
}

.courses-list .course-rating {
	margin-top: 10px;
}

.courses-box-item {
	margin-bottom: 30px;
}

.courses-list .course-bg {
	height: auto;
}

.courses-wrapper .col-md-4 {
	width: 100%;
}

.course-start-timing {
	padding-top: 45px;
}

.courses-bg {
	background-image: url(assets/img/feature-bg.jpg);
}

.time {
	font-weight: 700;
	font-size: 30px;
}

.timer-item:last-child {
	border: none;
}

.timer-item {
	display: inline-block;
	color: #fff;
	border-right: 1px solid #808080;
	width: 25%;
	text-align: center;
}

.timer {
	background: #343434 none repeat scroll 0 0;
	margin: 15px 0;
	padding: 10px;
}

.course-start-text h2 {
	color: #3e3e3e;
	text-transform: uppercase;
}

.course-start-text h5 {
	font-size: 16px;
	margin: 15px 0;
	text-transform: uppercase;
}


/*Counter CSS*/

.counter-bg {
	background-image: url(assets/img/counter-bg.jpg);
	background-size: cover;
	background-position: center; margin-top:8px;
}

.counter-item i.fa {
	color: #ecb111;
	display: block;
	font-size: 45px;
}

.counter-item {
	color: #fff;
	height: 177px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	width: 177px;
	z-index: 1;
}

.counter-item span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.counter-item.overlay-black:after {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.counter-item:after {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.counter-area.overlay-black:after {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/*Event CSS*/

.event-bg-1 {
	background-image: url(assets/img/event-bg.jpg);
}

.event-bg-2 {
	background-image: url(assets/img/event-bg-2.jpg);
}

.event-bg-3 {
	background-image: url(assets/img/event-bg-3.jpg);
}

.event-bg-4 {
	background-image: url(assets/img/event-img-2.jpg);
}

.event-bg {
	background-position: center center;
	background-size: cover;
	height: 250px;
	position: relative;
}

.event-date {
	background: #ecb111 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 19px;
	left: 0;
	padding: 9px 15px;
	position: absolute;
}

.event-list .event-bg {
	height: 320px;
}

.text-box ul {
	float: right;
}

.text-box li {
	display: inline-block;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}

.text-box h4 {
	color: #3e3e3e;
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.text-box i.fa {
	color: #ecb111;
	padding: 0 3px;
}

.text-box {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeeee #eeeeee #ecb111;
	-o-border-image: none;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 3px;
	padding: 40px 20px;
}

.event-location li a {
	color: #777777;
	margin-right: 20px;
}

ul.event-share {
	float: none;
	margin-top: 20px;
}

.speaker-title {
	color: #343434;
	margin: 0 0 15px;
	text-transform: uppercase;
}


/*Teacher CSS*/

.lecturer-desc {
	background: #ecb111 none repeat scroll 0 0;	
	padding: 2px 0;
	text-align: center; 
font-size:15px; 
color:#004475;
min-height: 100px;
}

.lecturer-desc span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}

.lecturera-bg {
	background-image: url(assets/img/lecturer-img-bg.jpg);
	background-size: cover;
	background-position: center;
   }

.teacher-img img {
	border: 2px solid #ecb111;
}

.teacher-link {
	border: 2px solid #ecb111;
	margin-top: 15px;
	text-align: center;
}

.teacher-link a {
	background: #dddddd none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 39px;
	margin: 7px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.teacher-link a:hover {
	background: #ecb111 none repeat scroll 0 0;
	color: #343434;
}

.single-lecturer-img {
	position: relative;
	/**max-height: 430px;
	min-height: 430px;**/
}

.lecturer-overlay {
	background: #004475 none repeat scroll 0 0;
	bottom: 150px;
	color: #fff;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 6px;
	position: absolute;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
        text-align : center;
}

.lecturer-socila-profile a {
	/**background: #fff none repeat scroll 0 0;**/
	border-radius: 50%;
	color: #ecb111;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
       /**display: inherit;**/
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.lecturer-socila-profile a:hover {
	/**background: #343434 none repeat scroll 0 0;**/
	color: #fff;
}

.lecturer-overlay .lecturer-socila-profile span {
text-align: right;
display: inline-block;
}

.single-lecturer-item:hover .lecturer-overlay {
	bottom: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.single-lecturer-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.teacher-skill h3 {
	color: #343434;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.lecturera-area.overlay-black:after {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.lecturera-area:after{
    background: #000 none repeat scroll 0 0;
}


/*Blog CSS*/

.blog-img {
	position: relative;
}

.blog-date {
	background: #ecb111 none repeat scroll 0 0;
	bottom: 15px;
	color: #343434;
	font-size: 20px;
	font-weight: 700;
	left: 15px;
	line-height: 20px;
	padding: 8px 20px;
	position: absolute;
}

.blog-date span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.blog-item-box ul {
	float: none;
	margin-top: 10px;
}

.blog-item-box .text-box {
	border-bottom: 1px solid #eee;
}

.blog-details-top {
	padding-left: 65px;
	position: relative;
}

.blog-details-date {
	left: 0;
	position: absolute;
	top: 0;
}

.date {
	background: #ecb111 none repeat scroll 0 0;
	color: #343434;
	font-weight: 700;
	padding: 5px;
}

.month {
	background: #222 none repeat scroll 0 0;
	color: #fff;
}

.blog-details-date p {
	padding: 2px 15px;
	text-align: center;
}

.blog-details-top h4 {
	color: #343434;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.blog-details-top li {
	display: inline-block;
}

.blog-details-top ul li a {
	color: #666666;
	padding-right: 20px;
}

.blog-details-img {
	margin-bottom: 30px;
}

.blog-details-top {
	margin-bottom: 30px;
}

.blog-details-content blockquote {
	font-style: italic;
	margin-top: 20px;
}

.comment {
	margin-top: 30px;
}

.comment-item {
	margin-bottom: 30px;
	padding-left: 74px;
	position: relative;
}

.comment-item img {
	left: 0;
	position: absolute;
	top: 0;
}

.comment-item h4 {
	color: #343434;
	text-transform: uppercase;
}

.comment-item span {
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 7px;
}

.comment h3 {
	color: #343434;
	margin-bottom: 25px;
}

.blog-item-box {
	margin-bottom: 30px;
}


/*Testimonial CSS*/

.single-testimonial p {
	padding-left: 30px;
	position: relative;
}

.single-testimonial i.fa {
	color: #ecb111;
	font-size: 24px;
	left: 0;
	position: absolute;
	top: 0;
}

.testimonial-chooce-area {
	background: #f8f8f8 none repeat scroll 0 0;
}

.single-testimonial {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
	position: relative;
}

.testimonial-author {
	margin-left: 25px;
	margin-top: 30px;
}

.testimonial-author span {
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.testimonial-author h4 {
	color: #343434;
	text-transform: uppercase;
}

.single-testimonial:after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #fff;
	bottom: -15px;
	content: "";
	left: 45px;
	position: absolute;
}

.testimonial-author img {
	float: left;
	height: 60px;
	margin-right: 15px;
	width: 60px !important;
}


/*Widget CSS*/

.widget-title {
	background: #ecb111 none repeat scroll 0 0;
	color: #343434;
	/**
	margin-bottom: -40px;
	**/
	margin-bottom:15px;
	padding: 8px 15px;
	font-size:15px;
       font-weight: 700;
}

.widget ul li a {
	color: #777;
	display: block;
	padding: 4px 0;
}

.widget a span {
	float: right;
}

.widget ul li a i.fa {
	margin-right: 2px;
}

.widget {
	margin-bottom: 50px;
}

.recent-news {
	margin-bottom: 30px;
	padding-left: 95px;
	position: relative;
}

.recent-news img {
	left: 0;
	position: absolute;
	top: 0;
}

.recent-news:last-child {
	margin-bottom: 0;
}

.recent-news p {
	color: #343434;
	font-weight: 700;
}

.widget.widget-tag a {
	border: 1px solid #eee;
	border-radius: 3px;
	color: #777777;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.widget.widget-tag a:hover {
	color: #ecb111;
	border-color: #ecb111;
}

.search-widget {
	border: 1px solid #dddd;
	float: right;
}

.search-widget input {
	border: medium none;
	padding: 6px 15px;
}

.search-widget button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 6px 12px;
}


/*Breadcrumb CSS*/

.breadcrumb-bg {
	background-image: url(assets/img/breadcrumb.jpg);
	background-size: cover;
	background-position: center bottom;
}

.breadcrumb-area h2 {
	color: #fff;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.breadcrumb-area ul li {
	color: #ecb111;
	display: inline-block;
}

.saparator {
	color: #fff;
	padding: 0 8px;
}

.breadcrumb-area ul li a {
	color: #fff;
}

.breadcrumb-area.overlay-black:after {
	/**
	opacity: 0.9;
	**/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


/*Why Choose CSS*/

.why-choose-single-item {
	margin-bottom: 50px;
	padding-left: 80px;
	position: relative;
}

.why-choose-single-item i.fa {
	background: #ecb111 none repeat scroll 0 0;
	color: #fff;
	font-size: 30px;
	height: 60px;
	left: 0;
	line-height: 57px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 60px;
}

.why-choose-single-item:last-child {
	margin-bottom: 0;
}

.why-choose-single-item h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #343434;
}

.why-choose-content {
	padding-left: 285px;
	position: relative;
}

.why-choose-content img {
	left: 0;
	position: absolute;
	top: 0;
}


/*Client Logo CSS*/

.our-client-logo-area {
	background: #fcfcfc none repeat scroll 0 0;
}

.single-logo-item {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 8px #ddd;
	padding: 18px;
	text-align: center;
}

.single-logo-item img {
	height: 70px;
}


/*Tab CSS*/

.tab-item-list li {
	background: #ecb111 none repeat scroll 0 0;
	display: inline-block;
}

.tab-item-list li a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 25px;
	text-transform: uppercase;
}

.tab-item-list i.fa {
	font-size: 20px;
	margin-right: 5px;
	text-align: center;
}

.tab-item-list {
	margin-bottom: 40px;
	text-align: center;
}

.tab-item-list li.active a {
	background: #333333;
}

.tab-content.tab-content {
	border: medium none;
}


/*Progress Bar CSS*/

.progress-single-item {
	text-align: center;
}

.progress-single-item h5 {
	color: #343434;
	margin-top: 15px;
	text-transform: uppercase;
}

.skill-progress {
	margin-top: 15px;
}


/*Footer CSS*/

.footer-widget.contact-info ul li a:hover {
	color: #ecb111
}

.footer-bg {
	background-image: url(assets/img/footer-bg.jpg)
}

.footer-bg.overlay-black:after {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.footer-title {
	color: #eeeeee;
	margin: 0 0 10px;
	text-transform: uppercase; text-align:left;
}

.footer-logo img {
	margin: 0 0 30px;
}

.footer-logo p {
	color: #dddddd;
	margin: 0 0 30px;
}

.mail-subs h4 {
	color: #eeeeee;
	font-size: 15px;
	margin: 0 0 15px;
}

.footer-mail input {
	border: medium none;
	padding: 8px 12px;
}

.footer-mail {
	background: #fff none repeat scroll 0 0;
}

.footer-mail button {
	background: #ecb111 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: right;
	font-size: 20px;
	padding: 8px 15px;
}
.tt5{ margin-top:10px;}
.tt6{ margin-bottom:7px;}
.footer-widget.contact-wedget i.fa {
	background: #ecb111 none repeat scroll 0 0;
border-radius: 50%;
padding-left: 12px;
color: #fff;
height: 30px;
margin: auto;
padding-top: 9px;
width: 30px;
}
.header-top-area{ background:#eae7e7; color:#004475 ;}
.footer-widget.contact-wedget {
	text-align: center;
}

.footer-widget.contact-wedget a {
	color: #dddddd; 
	display: block; text-align:left;
}

.footer-widget.contact-wedget li {
	margin: 0 0 15px 0px;
}

.footer-widget.contact-wedget li:last-child {
	margin: 0;
}

.footer-widget.contact-info ul li a {
	color: #ddd;
	display: block;
	padding: 2px 0;
	
}

.footer-widget.contact-info i.fa {
	margin-right: 6px;
}

.footer-widget.intagram-wedget li {
	display: inline-block;
	margin: 0 0 3px;
}

.widget.search-widget {
	float: none;
}

.widget.search-widget button {
	float: right;
}

.footer-bottom {
    background: #004475 none repeat scroll 0 0;
    padding: 10px;
}
.footer-bottom p {
    color: #eeeeee;
    margin-top: 6px;
}
.scroll-top {
    background: #ecb111 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.powermapimg{
	width: 100%; 
	height: 152px;
}

.marquee_style{
  width:204px;
  height:170px;border:0px solid black;padding:1px	
}


/**Error Page CSS **/
.error-page-content {
    text-align: center;
}

.error-page-content .mainheading{
    margin: 20px 0 20px;
    font-weight: 600;
    font-family: 'Century Gothic', sans-serif;
    color: #169eb7;
	font-size:36px;
}


.error-page-content .subheading{
    margin: 10px 0 20px;
    font-weight: 600;
    font-family: 'Century Gothic', sans-serif;
    color: #169eb7;
	font-size:20px;
}


.error-page-content p {
    margin: 0 0 12px;
}

.error-page-content a::before {
    content: "\f177";
    font-family: fontawesome;
    float: left;
    top: 0px;
    position: relative;
    color: #169eb7;
    padding-right: 10px;
    transition: all 0.4s ease 0s;
    margin-right: 10px;
}

.error-page-content a {
    display: inline-block;
    padding: 10px 26px;
    background: #fab909;
    color: #169eb7;
    position: relative;
}

.pop{
	cursor:pointer;
}


/** Pagination Section css **/
.woocommerce-pagination {
    text-align: center;
}

.wprt-pagination ul li, .woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.wprt-pagination ul li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    /**
    background-color: #00763A;
   **/   
    background-color:#ecb111;
    color: #fff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    
}

.wprt-pagination ul li .page-numbers.current, .woocommerce-pagination .page-numbers li .current {
    opacity: 0.5;
}

.newslist li{
	padding:5px;
}

.newsdate{
	color:gray;
	font-weight:600;
}

.hrclass{
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.backbutton{
	font-size:20px;
	margin-bottom:10px;
	color:black;
}

.breadcrumb > li a{
color:#004475;
font-weight:700;
}




#externalmarquee4 a{
	/*color:#fff;*/
        color:#337ab7;
}

.lecturer-desc a{
	color: #004475;
}

.site-search-title{
	color:#fff;
	float:left;
	margin-left:-8px;
	font-weight:400;
}

.search-box{
	margin-left:-10px;
	height:35px;
	margin-top:5px;
	padding:4px;
	color:black;
       width: 144px;
}

.section-main-heading {
    color: #004474;
    font-weight: 700;
    margin: 0 0 20px;
   display: inline-block;
    position: relative;
    font-size: 17px;
}

.section-main-heading::before {
    background: #ecb111 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    margin-right: -25px;
    position: absolute;
    width: 50px;
}

.li-box-item {
    border: 1px solid #eee;
    padding: 20px 10px;
    box-shadow: 0 0 16px #ddd;
}

.li-box-item {
    margin-bottom: 30px;
text-align: justify;
}
.li-box-item {
    -webkit-transition: .3s;
    transition: .3s;
}

.mb_20px{
	margin-bottom:-20px !important;
}

.img-right {
    float: right;
    padding-left: 10px;
}

.img-left {
    float: left;
    padding-right: 10px;
}

.what-you-will-learn ol li {
    color: #000;
    padding: 3px 15px;
}

.what-you-will-learn p{
text-align: justify;
}

.show_hide1{
font-size:15px;
}

.panel-info {
    border-color: #024160;
}

.table-bordered {
    border: 1px solid #7b7979;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #7b7979;
}

.tp-margin-15
{
margin-top: 15px;
}

.bt-margin-15
{
margin-bottom: 15px;
}

.bottom_img{
width:84px;
height:65px;
}

.breadcrumb-area h2 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.breadcrumb-area ul li {
    color: #fdc735;
    display: inline-block;
}


.breadcrumb-area ul li a {
    color: #fff;
}







.what-you-will-learn ul li::before{
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    color: #ecb111;
    left: 16px;
    font-size: 16px;
}

td, th {
     text-align: center;
}

.cat_item{
 width:100%;
height:200px !important;
}

.cat_block{
height:300px;
}

/** Gallery Page CSS **/
/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/
.dez-img-overlay1,
.dez-img-overlay2,
.dez-img-overlay3,
.dez-img-overlay4,
.dez-img-overlay5,
.dez-img-overlay6,
.dez-img-overlay7,
.dez-img-overlay8,
.dez-img-overlay9,
.dez-img-overlay11,
{
    position: relative;
}
.dez-img-overlay1:before,
.dez-img-overlay1:after,
.dez-img-overlay2:before,
.dez-img-overlay2:after,
.dez-img-overlay3:before,
.dez-img-overlay3:after,
.dez-img-overlay4:before,
.dez-img-overlay4:after,
.dez-img-overlay5:before,
.dez-img-overlay5:after,
.dez-img-overlay6:before,
.dez-img-overlay6:after,
.dez-img-overlay7:before,
.dez-img-overlay7:after,
.dez-img-overlay8:before,
.dez-img-overlay8:after,
.dez-img-overlay9:before,
.dez-img-overlay9:after,
.dez-img-overlay11:before,
.dez-img-overlay11:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*effect 1*/

.dez-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dez-img-overlay1:hover:before,
.dez-box:hover .dez-img-overlay1:before {
    opacity: 0.5;
}
/*effect 2*/

.dez-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.dez-img-overlay2:hover:before,
.dez-box:hover .dez-img-overlay2:before {
    opacity: 0.9;
}
/*effect 3*/

.dez-img-overlay3:before {
    left: 50%;
    top: 50%;
}
.dez-img-overlay3:hover:before,
.dez-box:hover .dez-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*effect 4*/

.dez-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}
.dez-img-overlay4:hover:before,
.dez-box:hover .dez-img-overlay4:before {
    width: 100%;
    left: 0;
}
/*effect 5*/

.dez-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}
.dez-img-overlay5:hover:before,
.dez-box:hover .dez-img-overlay5:before {
    height: 100%;
    top: 0;
}
/*effect 6*/

.dez-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}
.dez-img-overlay6:hover:before,
.dez-box:hover .dez-img-overlay6:before {
    height: 100%;
}
/*effect 7*/

.dez-img-overlay7:before,
.dez-img-overlay7:after {
    height: 100%;
}
.dez-img-overlay7:after {
    left: auto;
    right: 0;
}
.dez-img-overlay7:hover:before,
.dez-img-overlay7:hover:after,
.dez-box:hover .dez-img-overlay7:before,
.dez-box:hover .dez-img-overlay7:after {
    width: 50%;
}
/*effect 8*/

.dez-img-overlay8:before,
.dez-img-overlay8:after {
    height: 100%;
}
.dez-img-overlay8:after {
    left: auto;
    right: 0;
}
.dez-img-overlay8:hover:before,
.dez-img-overlay8:hover:after,
.dez-box:hover .dez-img-overlay8:before,
.dez-box:hover .dez-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}
/*effect 9*/

.dez-img-overlay9:before,
.dez-img-overlay9:after {} .dez-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.dez-img-overlay9:hover:before,
.dez-img-overlay9:hover:after,
.dez-box:hover .dez-img-overlay9:before,
.dez-box:hover .dez-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
/*effect 10*/

.dez-img-overlay10:before,
.dez-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dez-img-overlay10:hover:before,
.dez-box:hover .dez-img-overlay10:before {
    opacity: 0.5;
}
.dez-img-overlay10:hover:after,
.dez-box:hover .dez-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}
.dez-img-overlay11:after {} .dez-img-overlay11:hover:after,
.dez-box:hover .dez-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}
.dez-img-overlay11:hover:before,
.dez-box:hover .dez-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}
.dez-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}
.dez-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}
.dez-img-overlay11 {
    background-color: #000 !important;
}
.dez-img-overlay11:hover img {
    opacity: 0.7 !important
}
/*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
	 >image-opacity
	 >image-zoom
	 >image-zoom-slow
	 >image-shrink
	 >image-side-pan
	 >image-vertical-pan
	 >image-fade-in
	 >image-fade-out 
	 >image-rotate
	 >image-sepia
	 >image-blurr
	 >image-blurr-invert
	 >image off color
	 >image on color
---------------------------------------------------------------*/

.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.dez-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
/* >image-opacity */

.dez-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
/* >image-zoom */

.dez-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}
.dez-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
/* >image-zoom-slow */

.dez-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/* >image-shrink */

.dez-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}
/* >image-side-pan */

.dez-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-vertical-pan */

.dez-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
/* >image-fade-in */

.dez-img-effect.fade-in {
    background: #000
}
.dez-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}
.dez-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
/* >image-fade-out */

.dez-img-effect.fade-out {
    background: #000
}
.dez-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
/* >image-rotate */

.dez-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}
/* >image-sepia */

.dez-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
/* >image-blurr */

.dez-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dez-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
/* >image-blurr-invert */

.dez-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.dez-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.dez-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}
/* >image off color */

.dez-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.dez-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
/* >image on color */

.dez-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.dez-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
/*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
/* info box show */

.dez-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 40px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}
.dez-info-has.p-a15 {
    padding: 15px;
}
.dez-info-has.p-a20 {
    padding: 20px;
}
.dez-info-has.bg-primary {
    background-color: B69550;
}
.dez-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}
.dez-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}
.dez-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8);
}
.dez-info-has.bg-white h1,
.dez-info-has.bg-white h2,
.dez-info-has.bg-white h3,
.dez-info-has.bg-white h4,
.dez-info-has.bg-white h5,
.dez-info-has.bg-white h6 {
    color: #3d474a;
}
.dez-info-has.bg-white h1 a,
.dez-info-has.bg-white h2 a,
.dez-info-has.bg-white h3 a,
.dez-info-has.bg-white h4 a,
.dez-info-has.bg-white h5 a,
.dez-info-has.bg-white h6 a {
    color: #3d474a;
}
.dez-info-has.bg-white .dez-info-has-text,
.dez-info-has.bg-white p {
    color: #767676;
}
.dez-info-has h1,
.dez-info-has h2,
.dez-info-has h3,
.dez-info-has h4,
.dez-info-has h5,
.dez-info-has h6,
.dez-info-has p,
.dez-info-has-text,
.dez-info-has a {
    color: #fff;
}
.dez-info-has .dez-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}
.dez-media {
    overflow: hidden;
    position: relative;
}
.dez-box:hover .dez-info-has,
.dez-media:hover .dez-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* without hover */

.dez-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
/* Skew */

.dez-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}
.dez-info-has.skew-has > * {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}


/*== >Image effects ==*/
/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark {
    position: relative;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #000;
}
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF;
}
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
    background: ;
}
.overlay-black-light:after {
    opacity: 0.3;
}
.overlay-black-middle:after {
    opacity: 0.5;
}
.overlay-black-dark:after {
    opacity: 0.9;
}
.overlay-gradient-light:after {
    opacity: 0.3;
}
.overlay-gradient-middle:after {
    opacity: 0.5;
}
.overlay-gradient-dark:after {
    opacity: 0.9;
}
.overlay-white-light:after {
    opacity: 0.5;
}
.overlay-white-middle:after {
    opacity: 0.7;
}
.overlay-white-dark:after {
    opacity: 0.9;
}
.overlay-primary-light:after {
    opacity: 0.3;
}
.overlay-primary-middle:after {
    opacity: 0.5;
}
.overlay-primary-dark:after {
    opacity: 0.9;
}
.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid {
    position: relative;
    z-index: 1;
}
/*use for box*/

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.overlay-icon {
    list-style: none;
    width: 160px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px -75px;
}
.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
.overlay-icon a i {
    background-color: #FFF;
}
.overlay-bx:hover a > i,
.dez-media:hover .overlay-bx a > i,
.dez-box-bx:hover .overlay-bx a > i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overlay-bx:hover,
.dez-media:hover .overlay-bx,
.dez-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}
/* show for text */

.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #FFF;
    left: 0;
    bottom: 20px;
}
.dez-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
}
.dez-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px;
}
.col-md-3 .overlay-text {
    padding: 5px;
}
.col-md-4 .overlay-text {
    padding: 20px;
}
.dez-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}
/* ICON BOXES */

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
}
.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}
.icon-bx-xl i {
    font-size: 80px;
}
.icon-bx-lg i {
    font-size: 60px;
}
.icon-bx-md i {
    font-size: 45px;
}
.icon-bx-sm i {
    font-size: 30px;
}
.icon-bx-xs i {
    font-size: 20px;
}
.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-bx-xl img {
    height: 80px;
}
.icon-bx-lg img {
    height: 55px;
}
.icon-bx-md img {
    height: 40px;
}
.icon-bx-sm img {
    height: 30px;
}
.icon-bx-xs img {
    height: 20px;
}
/*ICON*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-xl {
    width: 100px;
}
.icon-lg {
    width: 80px;
}
.icon-md {
    width: 60px;
}
.icon-sm {
    width: 40px;
}
.icon-xs {
    width: 30px;
}
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}
.icon-xl i {
    font-size: 80px;
}
.icon-lg i {
    font-size: 60px;
}
.icon-md i {
    font-size: 45px;
}
.icon-sm i {
    font-size: 30px;
}
.icon-xs i {
    font-size: 20px;
}
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-xl img {
    height: 80px;
}
.icon-lg img {
    height: 70px;
}
.icon-md img {
    height: 50px;
}
.icon-sm img {
    height: 30px;
}
.icon-xs img {
    height: 20px;
}
/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper .dez-tilte {
    margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-content {
    overflow: hidden;
}
/* icon box left aligh */

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
/* icon box right aligh */

.icon-bx-wraper.right {
    text-align: right;
}
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}
/* icon box center aligh */

.icon-bx-wraper.center {
    text-align: center;
}
[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}
[class*="icon-bx-"].bg-white a {
    color: inherit;
}
[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.widget-title-page ul li {
background: #e4f4fc none repeat scroll 0 0;
color: #343434;
margin-bottom: 12px;
padding: 10px 40px;
font-size: 14px;
font-weight: 500;
border-bottom: 3px solid #6487a8;
border-top: 1px solid #aac7e1;
border-left: 1px solid #aac7e1;
border-right: 1px solid #aac7e1;
position: relative;
}

.widget-title-page ul li::before {
content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #000;
    left : 15px;
    font-size: 16px;
}

.widget-title-page i {
    position: absolute;
    color: #C90303;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
}

/** Gallery Section Ends **/
.study-plus-btn2{
padding: 2px 14px !important;
margin-top:5px;
}


.ml_30 {
    margin-left: 30px;
}

.list_style_circle {
    list-style-type: circle;
}






.



.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
  padding: 10px;
  color: #000; margin:1px;
}



.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
  padding: 10px;
  color: #000; margin:1px;
}



.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #f2f2f2;
  text-decoration: none;
  padding: 10px;
  color: #000; margin:1px;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #004475; color:#fff;
}


.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}


.mainmenu ul li.active>a {
	background: #07522b none repeat scroll 0 0;
	color: #fff;
}

.mainmenu ul li {
	display: inline-block;
	position: relative; width:100%;
}

.mainmenu ul li a {
	color: #fff;
	display: block; font-size:12px;
	font-weight: 700;
	padding: 5px 12px;
	margin:1px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mainmenu ul li a:hover {
	background: #d9edf7; none repeat scroll 0 0;
	color: #fff;
}




.nothing-found{
   text-align:center !important;	
}

.nothing-found h2 {
    font-weight: 400;
    line-height: 32px;
    color: #0081DB;
    font-size: 20px;
}

.nothing-found label {
    font-weight: 400;
    line-height: 32px;
    color: #3b3b3b;
    font-size: 18px;
    margin: 30px 0 0;
	
}

.nothing-found a.btn-primary {
    background: #ecb111;
    border-radius: 25px;
    padding: 6px 25px;
    border: 0;
    margin: 10px 0 80px 0;
    font-weight: 400;
    line-height: 41.6px;
    color: #fff;
    font-size: 18px;
}

.text-cen{
	text-align:center;
}

.btn3 {
    background: #ecb111;
    border-radius: 13px;
    padding: 6px 9px;
    border: 0;
   font-weight: 400;
    line-height: 24.6px;
    color: #fff;
    font-size: 14px;
}

.hrclass2{
margin-top:2px;
margin-bottom:0px;
}







 .panel-body ul li {
    background: #e4f4fc none repeat scroll 0 0;
    color: #343434;
    margin-bottom: 12px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid #6487a8;
    border-top: 1px solid #aac7e1;
    border-left: 1px solid #aac7e1;
    border-right: 1px solid #aac7e1;
    position: relative;
}

.panel-body ul li::before 
 {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #000;
    margin-left: -23px;
    font-size: 16px;
}

.panel-body ul li i {
    position: absolute;
    color: #C90303;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
}

.submenuitem {
    display:none;
}

.mainblock{
transition: all 0.2s ease,
}

.mainblock a{
    display: block;
    background-color: #f2f2f2;
    text-decoration: none;
    padding: 4px;
   padding-left:8px;
    color: #000;
    margin: 1px;
    font-size: 13px;
    font-weight: 100 !important;
}

.mainblock li a{
    display: block;
    background-color: #f2f2f2;
    text-decoration: none;
    padding-left: 9px;
    color: #000;
    margin: 1px;
   font-size:13px;
  font-weight:100 !important;
}
.mainblock a:hover {
	background-color:#004475;
	color:#fff;
}


.mainblock a.activemain{
color: #31708f;
background-color: #d9edf7;
font-weight:700;
}

.mainblock a.activetop{
background-color:#004475;
color:#fff;
}


.submenuitem {
list-style:none;
}

.submenuitem{
padding:0;
margin:0;
}

.footer-area::after{
background: #000 none repeat scroll 0 0;
}

.mainblock label{
width:95%;
display:inline-block;
font-weight:100;
}

.widget-title-main {
    background: #d8d8d8 none repeat scroll 0 0;
    color: #343434;
    margin-bottom: 15px;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 700;
}

.breadcrumb-main {
    padding: 4px 15px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.breadcrumb {
     padding: 4px 15px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
    display: flex;
    width: 100%;
    gap: 5px;
    justify-content: end;
}

ul li {
    list-style: none !important;
    color: #aeaead;
}

.cal{
    color: #7B7A7A;
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    font-weight : 600;
    }

.cal span{
    color: #d8a10b;
    font-size: 12px;
}

.hd-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e7f0f8;
    border: 1px solid #004475;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    color: #004475;
}

.table_class{ border: 1px solid #85b7d0; }
.table_class td{ padding: 5px; }
.table_head td{ background: #d1e4ee; color: #000; border: 1px solid #85b7d0; font-size: 12px; text-align: center; color: #206283;}
/**
.form-control{ width: 98%; }
**/

.pt-100{
padding-top:50px;
}

.pb-100{
padding-bottom:50px;
}

.member-img {
max-width : 100%;
}

.populer-courses {
    background-image: url(assets/img/lecturer-img-bg1.jpg);
    background-size: cover;
    background-position: center;
}


.lecturera-bg {
    background-image: url(assets/img/lecturer-img-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lecturera-bg1 {
    background-image: url(assets/img/lecturer-img-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lecturer-desc2{
background: #004475 none repeat scroll 0 0;
padding: 2px 0;
text-align: center;
font-size: 15px;
color: #ecb111;
}

.pp1{
	background: #004475;
text-align: center;
color: #fff;
border-radius: 4px;
padding: 6px;
}

.pp1 a {
    text-align: center;
    color: #fff;
}

.text-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee #eeeeee #ecb111;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    padding: 10px 20px;
    background: #f2f2f2;
}

.cl_blue{
	color: #004474 !important;
}

.ne ul li a {
    padding: 0px;
    list-style: none;
    margin: 0px;
    color: #000 !important;
    font-size: 13px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
	display:block;
}

.readmoretext{
	line-height:5px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 


.newsreadmore1{
color: #ecb111 !important;
}

.addresstext{
display:inline-block;
width:85%;
vertical-align:top;
}

.mapmarkertext{
width:10%;
vertical-align:top;
}

.btright{
display:inline-block;
width:90%;
vertical-align:top;
}

.btleft{
width:5%;
vertical-align:top;
margin-top:5px;
}

.header_img{
display:inline-block;
width:110px;
height:110px;
margin-left:4px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999999999;
}

.cl_white{
	color:#fff !important;
}

.widget-title-page2 i {
    color: #C90303;
    right: 40px;
    font-size: 20px;
    font-weight: 700;
}

#security_code{
	width:50%;
	display:inline-block;
}

#imgCaptcha{
width: 40%;
height: 45px !important;
border-radius: 5px;	
}

.custom-btn{
	background: #004475 none repeat scroll 0 0;
    padding: 7px;
    text-align: right;
    font-size: 15px;
    color: #ecb111;
	height:45px;
	width:125px;
}

.custom-btn:hover{
	color: #ecb111 !important;
}

textarea{
	resize:none;
}



/*----------------bod start-----------------------*/
.bod-profile a {
	border-radius: 50%;
	color: #004475;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.bod-profile a:hover {
	color: #ecb111;
}

.bod-profile ul {
    list-style: outside none;
    margin: 0;
    padding: 0;
    display: flex;
}

.bod-profile ul li {
    list-style: none !important;
    color: #aeaead!important;
}

.video-text-main{
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #ecb111;

}
.video-text-main h4{
   font-size: 17px;
    margin-bottom: 10px;
    color: #000000;
}

.ptt-h4{
font-weight: 700;
    color: #cc1a03;
    font-size: 16px;
margin-bottom: 10px;
margin-top: 10px;
    line-height: 22px;
}
/*----------------end-----------------------*/

.panel-group {
    margin-bottom: 30px !important;
}

.img-responsive{
	max-width:100%;
	height:auto !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.text-right {
    text-align: right;
}

a {
    color: #337ab7;
   text-decoration: none;
}

h4 {
    font-size: 14px;
}

.accordion-header button.collapsed{
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border: 1px solid #bce8f1 !important;
}


.accordion-header button {
    background-color: #024160 !important;
    color: white !important;
    font-weight: 600;
    font-size: 15px;
}

.accordion-button::after {
    background-color: white !important;
    border-radius: 50%;
    padding: 12px;
    background-position: center;
    background-size: 15px;
}

.accordion-item {
   margin-bottom: 26px;
}

.text_white {
   color: white;
}