@import url("../webfonts/cera/stylesheet.css");
::-moz-selection {
	/* Code for Firefox */
	background-color: #3d5059;
	color: #fff;
}

::selection {
	background-color: #3d5059;
	color: #fff;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a {
	color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: #3d5059;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	font-weight: 400;
	margin-bottom: 15px;
}
p > a
{
	color: rgb(52, 194, 241);
}
p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/**
 *  Typography
 *
 **/

h1,
h2,
h3,
h4,
h5,
h9,
h10,
h6 {
	padding: 0;
	margin: 0;
}

p {

	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.4px !important;
}

p > span {
	font-weight: 500;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clear {
	*zoom: 1;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}


/**
 *  Reset input fields opacity
 *
 **/

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

button,
input,
select,
textarea {
	font-weight: 400;
}

button:focus {
	outline: none;
}

.btn:hover,
.btn:focus,
.btn:active:focus {
	outline: none;
}

.btn-primary {
	background-color: #34c1f1;
	border-color: #34c1f1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background-color: #29a3cd;
	border-color: #29a3cd;
}

.btn-white {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
}

.btn-white:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.6);
}

.relative {
	position: relative;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.primary-bg {
	background-color: #34c1f1;
}

.dark-bg {
	background-color: #3d5059;
}

.top-full {
	padding-top: 120px;
}

.top-half {
	padding-top: 60px;
}

.top-only {
	padding-top: 60px;
}

.bottom-half {
	padding-bottom: 60px;
}

.bottom-only {
	padding-bottom: 60px;
}

.bottom-full {
	padding-bottom: 120px;
}

.w-auto {
	width: auto !important;
}

.o-hidden {
	overflow: hidden;
}

.text-light {
	color: #fff;
}

.title-color {
	color: #282828;
}

.p-120 {
	padding: 120px;
}

.p-60 {
	padding: 60px;
}

.p-80 {
	padding: 80px;
}

.ptb-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.ptb-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ptb-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.ptb-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-120 {
	padding-top: 120px !important;
}
.pt-60 {
	padding-top: 60px;
}
.pb-0
{
	padding-bottom: 0 !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pl-md-30 {
	padding-left: auto;
}

.pr-md-30 {
	padding-right: auto;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.h-100vh {
	height: 100vh;
}

.half_container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.border-none {
	border: none !important;
}

section {
	position: relative;
}
 
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: none;
}

.btn-theme {
	position: relative;
	z-index: 1010;
	padding: 11px 22px;
	background-color: #ffffff;
	text-align: center;
	color: #292929;
	border: 2px solid #808080;
	border-radius: 0;
	font-family: 'Cera Round Pro DEMO';
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	outline: none;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.btn-theme::before,
.btn-theme::after {
	outline: none;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
}

.btn-theme:before {
	border-color: #808080;
	border-bottom-width: 2px;
	left: -13px;
	top: -1px;
	;
}

.btn-theme:after {
	border-color: #808080;
	border-bottom-width: 2px;
	right: -13px;
	top: -1px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
	background-color: #292929;
	border: 2px solid #292929;
	color: #fff;
}

.btn-theme:hover:before,
.btn-theme:focus:before,
.btn-theme:active:before {
	border-color: #292929;
}

.btn-theme:hover:after,
.btn-theme:focus:after,
.btn-theme:active:after {
	border-color: #292929;
}

.btn-plus {
	padding-right: 60px;
	min-width: 215px;
}

.btn-custom {
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	min-width: 268px;
	padding: 0 50px 0 0px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 400;
	border: 0;
	text-decoration: none;
	box-shadow: none;
	position: relative;
	background: #34c2f1;
	font-family: 'Ubuntu';
	color: #fff;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.btn-custom:hover {
	background: #2eb2de;
	color: #fff;
}

.btn-custom:hover {
	background: #2eb2de;
	color: #fff;
}
.sp-btn{
	padding: 4px 13px!important;
}
.sp-btn::before,.sp-btn::after {
	height: 17px!important;
	width: 20px !important;
}
.btn-plus .plus-sign {
	background-size: 20px 20px;
	width: 50px;
	background: #2eb2de;
}

.plus-sign {
	width: 70px;
	position: absolute;
	height: 100%;
	background: #3f85ce url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAMUlEQ…CtjxQLRi0ZtWTUkuFgCc3B8LJk+ET8qCWjloxaMggsAQB7Y9iKSQBbiwAAAABJRU5ErkJggg==) no-repeat center center;
	top: 0;
	right: 0;
	background-size: 20px auto;
}

.flex-center {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	height: 100%;
}


/*---------------------------------------------------------*/


/*==> Banner Starts Here <==*/

.banner {
	background-color: rgb(238, 249, 251);
	position: relative;
}

.banner .banner-right {
	margin-left: auto;
	margin-right: 0;
	padding: 0 0 0 0;
	max-width: 100%;
}

.banner::before {
	content: "";
	position: absolute;
	height: 80%;
	width: 100%;
	background: rgb(62, 82, 91);
	background-image: url('../images/brand.png');
    background-repeat: repeat;
    background-position: center;
    top: 0;
    opacity: 0.85;
}
.banner::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    background: rgb(62, 82, 91);
    background: -webkit-linear-gradient(bottom left, rgba(62, 82, 91, 0.95) 0%, rgba(127, 149, 161, 0.95) 100%);
    background: -o-linear-gradient(bottom left, rgba(62, 82, 91, 0.95) 0%, rgba(127, 149, 161, 0.95) 100%);
    background: linear-gradient(to top right, rgba(62, 82, 91, 0.95) 0%, rgba(127, 149, 161, 0.95) 100%);
    top: 0;
    opacity: 0.78;
}
.slider {
	overflow: hidden;
}

.slider .lSSlideOuter .lSPager.lSpg > li:hover a,
.slider .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #fff;
}

.slider .carousel-inner {
	overflow: visible;
}

.slider .carousel-caption {
	left: 0;
	padding: 24px 40px;
	text-align: left;
	background: rgba(52, 194, 241, 1);
	background: -moz-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52, 194, 241, 1)), color-stop(69%, rgba(160, 207, 95, 1)), color-stop(100%, rgba(160, 207, 95, 0)));
	background: -webkit-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -o-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -ms-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: linear-gradient(to right, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34c2f1', endColorstr='#a0cf5f', GradientType=1);
}

.slider .carousel-caption h1,
.slider .carousel-caption h2 {
	font-size: 36px;
	font-family: 'Ubuntu';
	font-weight: 700;
	line-height: 42px;
	margin: 0 0 10px 0;
}

.slider .carousel-caption h5 {
	font-size: 20px;
	font-family: 'Ubuntu';
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 0 0;
}

.slider .carousel-indicators li {
	cursor: pointer;
}

.slider .carousel-item {}

.slider .carousel-item::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(52, 194, 241, 1);
	background: -moz-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(52, 194, 241, 1)), color-stop(100%, rgba(160, 207, 95, 1)));
	background: -webkit-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -ms-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34c2f1', endColorstr='#a0cf5f', GradientType=1);
	top: 0;
	opacity: 0.4;
}

.slider .slider_item {
	position: relative;
}

.slider .slider_item::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(52, 194, 241, 1);
	background: -moz-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(52, 194, 241, 1)), color-stop(100%, rgba(160, 207, 95, 1)));
	background: -webkit-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: -ms-linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	background: linear-gradient(45deg, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34c2f1', endColorstr='#a0cf5f', GradientType=1);
	top: 0;
	opacity: 0;
}

.slider .slider-caption {
	position: absolute;
	/* top: 0; */
	bottom: 35px;
	/* background-color: teal; */
	left: 0px;
	/* z-index: 1080; */
	padding: 24px 40px;
	text-align: left;
	background: rgba(52, 194, 241, 1);
	background: -moz-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52, 194, 241, 1)), color-stop(69%, rgba(160, 207, 95, 1)), color-stop(100%, rgba(160, 207, 95, 0)));
	background: -webkit-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -o-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: -ms-linear-gradient(left, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	background: linear-gradient(to right, rgba(52, 194, 241, 1) 0%, rgba(160, 207, 95, 1) 69%, rgba(160, 207, 95, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34c2f1', endColorstr='#a0cf5f', GradientType=1);
}

.slider .slider-caption h1,
.slider .slider-caption h2 {
	font-size: 26px;
	font-family: 'Ubuntu';
	font-weight: 700;
	line-height: 38px;
	margin: 0 0 5px 0;
	color: #fff;
}

.slider .slider-caption h5 {
	font-size: 18px;
	font-family: 'Ubuntu';
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 0 0;
	color: #fff;
}

.slider .lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 1010;
}

.slider .lSSlideOuter .lSPager.lSpg > li a {
	width: 10px;
	height: 10px;
}

.slider .lSSlideOuter,
.slider .lSSlideOuter .lSSlideWrapper,
.slider .lSSlideOuter .lightSlider {
	overflow: visible;
}

.marquee_text {
	padding: 10px 0 5px;
}

.marquee_text h6 {
	margin: 0 10px 0 0;
	font-family: 'Cera Round Pro DEMO';
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	color: #d61451;
}

.marquee_text h6 i {
	margin-right: 5px;
	font-size: 16px;
}

header {
	color: #fff;
}

header .top-header {
	position: absolute;
	width: 100%;
	padding: 10px 0 0;
	z-index: 1030;
}

header .top-header ul {
	display: flex;
}

header .top-header .top-header_inner {}

header .top-header ul li {}

header .top-header ul li i {
	font-size: 20px;
	line-height: 25px;
}

header .top-header ul li a {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #e0e0e0;
	font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}

header .top-header ul li a:hover {
	color: #fff;
}

header .navbar {
	padding-left: 0;
	padding-right: 0;
}

header .navbar .navbar-brand {
	width: 98px;
	padding: 5px;
	background-color: #fff;
}

header .navbar .nav-link {
	color: #ffffff;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.15px;
	text-transform: capitalize;
}


/*==> Banner Ends Here <==*/


/*==> Program Overview Goes Here <==*/

.prgm_overview {}

.prgm_overview_title {}

.prgm_overview_title h2,
.for_visitors_title h2,
.about_us h2 {
	font-size: 30px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 24px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
}

.prgm_overview_title p,
.for_visitors_title p,
.about_us p {
	font-weight: 400;
	margin-bottom: 32px;
	line-height: 26px;
	letter-spacing: 0.1px;
}

.prgm_overview_items {
	z-index: 1020;
	position: relative;
}

.prgm_overview_items .prgm_overview_item {
	background-color: #f8f8f8;    
	border-top: 2px solid #34c2f1;
    border-bottom: 2px solid #9fcf61;
    border-left: 2px solid #34c2f1;
    border-right: 2px solid #9fcf61;
	border-radius: 5px;
	padding: 30px;
	height: 100%;    
	position: relative;
    overflow: hidden;    
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_theme
{
	
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_theme .shape-one
{
	
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_theme .shape-two
{
	
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_theme .shape-three
{
	
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_hover
{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    background-color: #2200bd;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_hover .shape-one {
    content: '';
    width: 250px;
    height: 250px;
	background: #a8da66;
	z-index: 1080;
    border-radius: 50%;
    position: absolute;
    bottom: -120px;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_hover .shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background: #9fcf60;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: translate(100% ,100%);
}
.prgm_overview_items .prgm_overview_item .prgm_overview_item_hover .shape-three {
    content: '';
    width: 500px;
    height: 500px;
    background: #9fcf60;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: translate(100% ,100%);
}
.prgm_overview_items .prgm_overview_item:hover .prgm_overview_item_hover
{
    height: 100%;
    opacity: 1;
}
.prgm_overview_items .prgm_overview_item:hover .prgm_overview_item_hover .shape-one {
    transform: scale(1);
    webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}
.prgm_overview_items .prgm_overview_item:hover .prgm_overview_item_hover .shape-two {
    opacity: 0.6;
    transform: translate(50% ,50%);
    webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}
.prgm_overview_items .prgm_overview_item:hover .prgm_overview_item_hover .shape-three {
    opacity: 0.4;
    webkit-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: translate(50% ,50%);
}
.prgm_overview_items .prgm_overview_item:hover .prgm_overview_item_hover::after
{
	content: "";
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgb(36, 140, 175);
    /*background: linear-gradient(-45deg, rgba(160, 207, 95, 1) 0%, rgba(32, 170, 217, 1) 100%);*/
	opacity: 0.85;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.prgm_overview_items .prgm_overview_item h3 {
	font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 18px;
	letter-spacing: 0.1px;
	min-height: 90px;
	text-transform: capitalize;    
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.prgm_overview_items .prgm_overview_item p {
	font-weight: 300;
	font-size: 16px;
	font-family: 'Ubuntu';
	line-height: 26px;
	color: #282828;
	letter-spacing: .25px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.prgm_overview_items .prgm_overview_item a {
	font-weight: 400;
	line-height: 26px;
	color: #282828;
	letter-spacing: .25px;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.prgm_overview_items .prgm_overview_item:hover h3,
.prgm_overview_items .prgm_overview_item:hover p,
.prgm_overview_items .prgm_overview_item:hover a,
.prgm_overview_items .prgm_overview_item:hover ul,
.prgm_overview_items .prgm_overview_item:hover ul li a {
    color: #fff;
	position: relative;
	z-index: 1080;
}
.prgm_overview_items .prgm_overview_item h3,
.prgm_overview_items .prgm_overview_item p,
.prgm_overview_items .prgm_overview_item a,
.prgm_overview_items .prgm_overview_item ul,
.prgm_overview_items .prgm_overview_item ul li a {
	position: relative;
	z-index: 1080;
}
.prgm_overview::before,
.for_mentors::before,
.home_gallery::before,
.training_trainers::before,
.about_us::before {
	content: "";
	background: url('../images/left_shape.png') left top/contain no-repeat local;
	width: 99px;
	height: 326px;
	position: absolute;
	left: 0;
	top: 0;
}
.home_gallery::before{
	background: url('../images/left_shape_home_gallery.png') left top/contain no-repeat local;
}
.home_students_profiles::before{
	content: none !important;
}

.prgm_overview::after,
.for_mentors::after,
.home_gallery::after,
.training_trainers::after,
.about_us::after {
	content: "";
	background: url('../images/right_shape.png') right bottom/contain no-repeat local;
	width: 99px;
	height: 326px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.home_gallery::after{
	background: url('../images/right_shape_home_gallery.png') left top/contain no-repeat local;
	bottom: -50px;
}
.about_us::after{
	background: url('../images/right_shape_home_about.png') left top/contain no-repeat local;
	bottom: -50px;
	content: none;
}
.about_us::before
{
	background: url('../images/left_shape_home_about.png') left top/contain no-repeat local;
	content: none;
}
.home_students_profiles::after{
	content: none !important;
}
.prgm_overview_btn {
	margin-top: 32px;
}


/*==> Program Overview Ends Here <==*/


/*==> For Visitors Goes Here <==*/

.for_visitors {
	background-color: #edf9fb;
	background-image: url('../images/for_visitors.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.for_mentors {
}
.for_mentors.home_students_profiles {
    background: rgb(32,170,217);
    background: linear-gradient(90deg, rgba(84, 190, 225, 1) 0%, rgba(169, 216, 115) 100%);
}
.for_mentors.home_students_profiles h2
{
	color: #fff;
}
.for_visitors .for_visitors_icons {}

.for_visitors .for_visitors_icons .for_visitors_icons_inner {}

.for_visitors .for_visitors_icons .for_visitors_icons_inner .icon_box_1 {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background: transparent;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
}

.icon_box_1 .flipper {
	-webkit-transform-origin: 100% 213.5px;
	-moz-transform-origin: 100% 213.5px;
	-ms-transform-origin: 100% 213.5px;
	transform-origin: 100% 213.5px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front,
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: rgb(160, 207, 95);
	background: linear-gradient(-45deg, rgba(160, 207, 95, 1) 0%, rgba(32, 170, 217, 1) 100%);
	z-index: 2;
	border: 0;
	border-radius: 2px;
	padding: 30px 10px;
	width: 100%;
}

.icon_box_1 .back i,
.icon_box_1 .front i {
	font-size: 60px;
	line-height: 1;
	color: #f1f1f1;
	display: block;
	margin-bottom: 17px;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.icon_box_1 .back h3,
.icon_box_1 .front h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Ubuntu';
	letter-spacing: 0.15px;
	color: #f1f1f1;
	margin: 0;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.back {
	background: #3e535c;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	position: relative;
	padding: 30px 10px;
	border: 0;
	border-radius: 2px;
	width: 100%;
}

.icon_box_1 .back h3,
.icon_box_1 .back i {
	color: #ffffff;
}

.icon_box_1:hover .front,
.icon_box_1.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.icon_box_1:hover .back,
.icon_box_1.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.for_visitors_btn {
	margin-bottom: 24px;
}

.for_visitors_btn .btn-theme {
	margin-left: 12px;
}

.index_student_profile {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.index_student_name {
	text-align: left;
	text-transform: capitalize;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #d2d2d2;
}

.index_student_name h5 {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #525252;
}

.index_student_info {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
}

.index_student_info .index_student_info_left {
	width: 50%;
	float: left;
	display: inline-block;
	position: relative;
}

.index_student_info .index_student_info_right {
	width: 50%;
	float: left;
	display: inline-block;
	position: relative;
}

.index_student_info .index_student_info_left h6,
.index_student_info .index_student_info_right h6 {
	position: relative;
	font-size: 17px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #525252;
	padding-left: 20px;
}

.index_student_info .index_student_info_left h6::before,
.index_student_info .index_student_info_right h6::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #20aad9;
	font-size: 16px;
}

.index_student_info .index_student_info_left h6::before {
	content: "\f501";
}

.index_student_info .index_student_info_right h6::before {
	content: "\f19c";
}

.index_student_content {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
}

.index_student_content .index_student_content_left {
	width: 108px;
	float: left;
	display: inline-block;
	position: relative;
}

.index_student_content .index_student_content_left img {
	border-radius: 5px;
}

.index_student_content .index_student_content_right {
	width: calc(100% - 123px);
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 15px;
}

.index_student_content .index_student_content_right p {
	margin-bottom: 0;
}


/*==> For Visitors Ends Here <==*/


/*==> About Us Goes Here <==*/

.about_us p {
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.about_us p:last-child {
	margin-bottom: 0;
}


/*==> About Us Ends Here <==*/


/*==> Footer Goes Here <==*/

footer {
	position: relative;
	background-color: #1d1d1d;
	background-image: url('../images/footer_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

footer .footer_top {
	padding: 40px 0 10px;
	color: #f0f0f0;
}

footer .footer_top .links {}

footer .footer_top .links h4 {
	font-size: 22px;
	font-family: 'Ubuntu';
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 24px;
	letter-spacing: 0.1px;
}

footer .footer_top .links ul {}

footer .footer_top .links ul li {
	padding-bottom: 5px;
}

footer .footer_top .links ul li:last-child {
	padding: 0;
}

footer .footer_top .links ul li a {
	font-family: 'Cera Round Pro DEMO';
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	color: #d0d0d0;
	font-weight: 400;
	letter-spacing: -0.2px;
}

footer .footer_top .links ul li a:hover {
	color: #22b9ec;
}

footer .footer_top .links.no_title {
	padding-top: 0px;
}

footer .footer-form .form-control {
	font-family: 'Ubuntu';
	font-size: 14px;
	font-weight: 400;
}

footer .footer_top .links .social-media {}

footer .footer_top .links .social-media li {}

footer .footer_top .links .social-media li a {}

footer .footer_top .links .social-media li a i {
	margin-right: 10px;
	font-size: 16px;
}

footer .footer_copyright {
	background-color: #111111;
	color: #f0f0f0;
	padding: 10px 0;
}

footer .footer_copyright p {
	margin: 0;
	padding: 0;
	color: #f0f0f0;
	font-weight: 200;
	letter-spacing: 0.75px;
	font-size: 14px;
}


/*==> Footer Ends Here <==*/

.popup {
	width: 300px;
	height: auto;
	background: #fff;
	bottom: 5px;
	right: -380px;
	display: block;
	position: fixed;
	border-radius: 5px;
	z-index: 1020;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
	transition: 2s;
}

.popup_container {
	margin: 24px;
}

.popup_container h5 {
	font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 28px;
	color: #292929;
	letter-spacing: 0.1px;
	border-bottom: 2px solid #292929;
	margin-bottom: 20px;
}

.popup_container h6,
.popup_container h6 a {
	color: #34c1f1;
	font-size: 16px;
	font-family: 'Ubuntu';
	font-weight: 400;
	line-height: 22px;
	text-transform: capitalize;
	letter-spacing: 0.1px;
	margin-bottom: 10px;
}

.popup_container p {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 36px;
}

.btn-fmly div button{
	background: linear-gradient(-45deg, rgba(160, 207, 95, 1) 0%, rgba(32, 170, 217, 1) 100%);
	color: #fff;
}

.blink{
	animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink {
	from {
		color:#d61451;
	}

	to {
		color:
		#34c1f1;
	}
}

@-webkit-keyframes blink {
	from {
		color: #d61451;
	}

	to {
		color:#34c1f1;
	}
}

.br-3{
	border-radius: 3px;
}

.popup .close {
	position: absolute;
	top: -25px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 500;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: -5px;
	top: -32px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #292929;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #3f535c;
}

.ns-close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


/*-- Gallery Styles Goes Here --*/

.gallery_img {
	position: relative;
	/*cursor: pointer;*/
	margin-bottom: 30px;
}

.gallery_img ul li {
	list-style: none !important;
}

.gallery_top {
	position: relative;
	display: block;
	width: 100%;
}

.gallery_bottom {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.8);
	outline: 2px solid #20aad9;
	outline-offset: -20px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	visibility: hidden;
}

.gallery_img:hover .gallery_bottom {
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.gallery_view {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
}

.gallery_view ul {
	top: 50%;
	height: 100%;
}

.gallery_view ul li {
	height: 100%;
}

.gallery_view ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.gallery_view ul li a i {
	font-size: 36px;
	top: calc(50% - 18px);
	position: relative;
	color: #20aad9;
}


/*-- Gallery Styles Ends Here --*/


/*-- Inner Pages Goes Here --*/

.inner_banner {
	position: relative;
	min-height: 284px;
}

.inner_banner header {
	border-bottom: 1px solid #9c9c9c;
	z-index: 1030;
	background: rgb(62, 82, 91);
	position: fixed;
}

.inner_banner header .navbar {
	z-index: 1030;
}

.inner_banner header .top-header {
	z-index: 1040;
}

.page-title-bar {
	position: absolute;
	z-index: 1010;
	width: 100%;
	border-width: 0;
	top: 0;
}

.page-title-bar {
	background-color: #3f4448;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-title-bar::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(93, 114, 125, 1);
	background: -moz-linear-gradient(top, rgba(93, 114, 125, 1) 0%, rgba(93, 114, 125, 1) 35%, rgba(26, 134, 184, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93, 114, 125, 1)), color-stop(35%, rgba(93, 114, 125, 1)), color-stop(100%, rgba(26, 134, 184, 1)));
	background: -webkit-linear-gradient(top, rgba(93, 114, 125, 1) 0%, rgba(93, 114, 125, 1) 35%, rgba(26, 134, 184, 1) 100%);
	background: -o-linear-gradient(top, rgba(93, 114, 125, 1) 0%, rgba(93, 114, 125, 1) 35%, rgba(26, 134, 184, 1) 100%);
	background: -ms-linear-gradient(top, rgba(93, 114, 125, 1) 0%, rgba(93, 114, 125, 1) 35%, rgba(26, 134, 184, 1) 100%);
	background: linear-gradient(to bottom, rgba(93, 114, 125, 1) 0%, rgba(93, 114, 125, 1) 35%, rgba(26, 134, 184, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5d727d', endColorstr='#1a86b8', GradientType=0);
	top: 0;
	opacity: 0.85;
}

.page-title-bar .wrap {
	min-height: 284px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.page-title-bar-inner {
	position: absolute;
	bottom: 28px;
	left: 0;
}

.page-header {}

.page-header h1 {
	font-size: 28px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	/*text-transform: capitalize;*/
	color: #fff;
	border-left: 4px solid #34c2f1;
	padding-left: 8px;
}

.inner_top_nav_outer {
	display: none;
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.inner_top_nav_outer .inner_top_nav {
	display: block;
	margin: 0 auto;
}

.inner_top_nav_outer .inner_top_nav ul {
	text-align: center
}

.inner_top_nav_outer .inner_top_nav ul li {
	display: inline-block;
	/* font-family: 'Ubuntu'; */
	padding: 8px 14px;
	position: relative;
}

.inner_top_nav_outer .inner_top_nav ul li::before {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	line-height: 35px;
	color: #929292;
	font-weight: 300;
}

.inner_top_nav_outer .inner_top_nav ul li:last-child::before {
	display: none;
}

.inner_top_nav_outer .inner_top_nav ul li a {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.75px;
}

.inner_top_nav_outer.active {
	width: 100%;
	background-color: #fff;
	top: 0;
	z-index: 1020;
}

.alert_outer {}

.alert_outer .alert {
	padding: 24px;
}

.alert_outer .alert-dismissible .close {
	width: 24px;
	height: 24px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 0;
}

.alert_outer .alert-dismissible .close:hover,
.alert_outer .alert-dismissible .close:focus {
	color: #004085;
}

.alert_outer .alert-dismissible .close span {
	line-height: 30px;
}

.alert_outer .alert h3 {
	font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	line-height: 30px;
}

.alert_outer .alert h3 span {
	font-weight: 500;
}

.alert_outer .alert p {
	color: #004085;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.15px !important;
	margin-bottom: 10px;
}

.alert_outer .alert .read-more {
	border: 1px solid #004085;
	outline: none;
	box-shadow: none;
	text-transform: capitalize;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 16px;
	-webkit-appearance: inherit;
	font-family: 'Cera Round Pro DEMO';
	background-color: #004085;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.25px;
}

.alert_outer .alert .read-more:hover {
	background-color: #032e5d;
	color: #fff;
}

.teacher_nomination_form,
.parent_nomination_form,
.student_profiles {
	padding: 60px 0;
	background-color: #fff;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms
}

.student_profiles {
	background-color: #efefef;
}

.teacher_nomination_form {
	padding: 48px 0;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms
}

.teacher_nomination_form h2,
.parent_nomination_form h2,
.student_profiles h2,
.program_updates h2,
.training_trainers h2,
.home_gallery h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	/*text-transform: capitalize;*/
	color: #111;
}

.teacher_nomination_form p,
.parent_nomination_form p,
.student_profiles p,
.program_updates p {
	font-weight: 400;
	margin-bottom: 18px;
	line-height: 26px;
	letter-spacing: 0.35px;
	text-align: justify;
}

.teacher_nomination_form p:last-child,
.parent_nomination_form p:last-child,
.student_profiles p:last-child,
.program_updates p:last-child {
	margin-bottom: 0;
}

.parent_nomination_form {
	/*background-image: url("../images/egt.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}

.parent_nomination_form::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(202, 216, 219, 0.75);
}

.parent_nomination_form_inner {
	background-color: #efefef;
	padding: 60px 20px;
}

.parent_nomination_form_inner a {
	width: 248px;
	margin-bottom: 10px;
	font-size: 14px;
}

.student_profiles_item {
	margin: 0;
}

.student_profiles_item .student_profiles_desc {}

.student_profiles_item .student_profiles_desc h3 {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #525252;
}

.student_profiles_item .student_profiles_desc h6 {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #525252;
}

.student_profiles_item .student_profiles_desc p {
	font-weight: 300;
}

.program_updates {}

.program_updates .thead-dark {}

.program_updates .thead-dark th {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: 0.2px;
}

.program_updates .tr {}

.program_updates tr th,
.program_updates tr td {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 14.5px;
	line-height: 24px;
	letter-spacing: 0.1px;
}

.program_updates tr td a {
	font-family: 'Ubuntu';
}


/*-- For Teachers Inner page style Goes Here --*/

.for_visirors_right {
	position: relative;
}

.for_visirors_right .for_visirors_right_menu {}

.for_visirors_right .for_visirors_right_menu li {}

.for_visirors_right .for_visirors_right_menu li ul.sub_list {
	margin-bottom: 1px;
}

.for_visirors_right .for_visirors_right_menu li ul.sub_list li {
	padding: 0;
	border: none !important;
	margin: 0 !important;
}

.for_visirors_right .for_visirors_right_menu li ul.sub_list li a {
	color: #383838;
	border: none;
	padding: 8px 5px 8px 40px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
}

.for_visirors_right .for_visirors_right_menu li a.btn-theme,
.for_visirors_right .for_visirors_right_menu li.selected a.btn-theme {
	position: relative;
	z-index: 1010;
	padding: 10px 22px;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	color: #808080;
	border: 2px solid #808080;
	border-radius: 0;
	font-family: 'Cera Round Pro DEMO';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.5px;
	outline: none;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.for_visirors_right .for_visirors_right_menu li a.btn-theme:hover,
.for_visirors_right .for_visirors_right_menu li a.btn-theme:focus {
	background-color: #292929;
	color: #fff;
	border: 2px solid #292929;
}

.for_visirors_right .for_visirors_right_menu li a {
	display: block;
	background: #f7f7f7;
	padding: 17px 10px 17px 20px;
	margin-bottom: 1px;
	border-left: 4px solid transparent;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #111;
}

.for_visirors_right .for_visirors_right_menu li.selected a {
	color: #34c2f1;
	border-left: 4px solid #34c2f1;
}

.for_visirors_right .accent-bg {
	background-color: #34c2f1;
	padding: 20px;
	position: relative;
	color: #fff;
}

.for_visirors_right .accent-bg::before {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0px;
	height: 0px;
	border-bottom: 20px solid rgba(0, 0, 0, .1);
	border-right: 20px solid transparent;
}

.for_visirors_right .accent-bg::after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0px;
	height: 0px;
	border-top: 19px solid #fff;
	border-left: 19px solid transparent;
}

.for_visirors_right .accent-bg h5 {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 18px;
}

.for_visirors_right .accent-bg p {
	font-weight: 300;
	margin-bottom: 18px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #f7f7f7;
	font-size: 14px;
}

.for_visirors_right .accent-bg a {
	margin-left: 15px;
}

.teacher_workshops,
.becoming_teacher_trainer,
.managing_gifted_student,
.resourse_person,
.student_mentors,
.professionals,
.be_mentor {
	padding: 60px 0 20px 0;
}

.managing_gifted_student,
.be_mentor {
	border-bottom: none;
}

.teacher_workshops h2,
.becoming_teacher_trainer h2,
.managing_gifted_student h2,
.resourse_person h2,
.student_mentors h2,
.professionals h2,
.be_mentor h2,
.mentors h2,
.content h2 {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	margin-bottom: 18px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 5px;
}
.content h4 {
    font-family: 'Ubuntu';
    font-weight: 400;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 22px;
}

.teacher_workshops p,
.becoming_teacher_trainer p,
.managing_gifted_student p,
.resourse_person p,
.student_mentors p,
.professionals p,
.be_mentor p {
	font-weight: 400;
	margin-bottom: 18px;
	line-height: 26px;
	letter-spacing: 0.35px;
}

.inner-wrapper-sticky {
	padding-top: 32px;
}

.for_mentors_inner {
	background-color: #fff;
}

.be_mentor .form-group {}

.be_mentor .form-group label {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: 0.1px;
/*	text-transform: capitalize;*/
	margin-bottom: 4px;
	font-size: 15px;
}

.be_mentor .form-group label + span {
	font-family: 'Ubuntu';
	font-weight: 300;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-size: 13px;
	color: #5d5d5d;
	top: -6px;
	position: relative;
}

.be_mentor .form-group .form-control {
	display: block;
	width: 100%;
	padding: 10px 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #777777;
	font-family: 'Ubuntu';
	font-weight: 400;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.be_mentor .form-group .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #34c2f1 !important;
	outline: 0;
	box-shadow: none;
}

.be_mentor select.form-control:not([size]):not([multiple]) {
	height: calc(44px + 4px);
}

.mentors {
	padding: 40px 0 0 0;
}

.mentors .mentor_profile {
	margin-bottom: 15px;
	padding: 20px;
	background-color: rgba(241, 241, 241, 0.75);
	position: relative;
	width: 100%;
}

.mentors .mentor_profile:last-child {
	margin-bottom: 0;
}

.mentors .mentor_profile_name {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d0d0d0;
}

.mentors .mentor_profile_name h4 {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	font-size: 20px;
}

.mentors .mentor_profile_contents {}

.mentors .mentor_profile_contents .mentor_profile_contents_photo {
	display: block;
	width: 200px;
	/* height: 180px; */
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto 15px;
}

.mentors .mentor_profile_contents .mentor_profile_contents_details {
	display: block;
}

.mentor_profile_contents_details .mentor_profile_contents_type {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.mentor_profile_contents_details .mentor_profile_contents_type .mentor_profile_contents_type_left {
	display: inline-flex;
	max-width: 50%;
}

.mentor_profile_contents_details .mentor_profile_contents_type .mentor_profile_contents_type_left h6 {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

.mentor_profile_contents_details .mentor_profile_contents_type .mentor_profile_contents_type_right {
	display: inline-flex;
	margin-left: auto;
	margin-right: 0;
	max-width: 50%;
}

.mentor_profile_contents_details .mentor_profile_contents_type .mentor_profile_contents_type_right h6 {
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

.mentor_profile_contents_details .mentor_profile_contents_type .mentor_profile_contents_type_right h6 span {
	font-weight: 500;
}

.mentor_profile_contents_details .mentor_profile_contents_desc {
	width: 100%;
	display: block;
}

.bar_download {}

.bar_download h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #111;
}

.bar_download .bar_item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.bar_download .bar_item .bar_item_img {
	position: relative;
	padding: 30px;
}

.bar_download .bar_item .bar_item_img .category {
	position: absolute;
	display: inline-block;
	top: -1px;
	left: -1px;
	padding: 10px 18px;
	background-color: #34c2f1;
	color: #fff;
	border-radius: 0 0 15px 0;
}

.bar_download .bar_item .bar_item_img .category p {
	color: #fff;
}

.bar_download .bar_item .bar_item_img .category p i {
	margin-right: 8px;
}

.bar_download .bar_item .bar_item_desc {
	position: relative;
	width: 100%;
	background-color: rgba(241, 241, 241, 0.75);
	padding: 15px;
	display: flex;
	border-left: 4px solid #ddd;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_l {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_r {
	width: 48px;
	margin-left: 15px;
	display: inline-flex;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_r a {
	width: 48px;
	height: 48px;
	background-color: #34c2f1;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	vertical-align: middle;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_r i {}

.bar_download .bar_item .bar_item_desc .bar_item_desc_l h5 {
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 26px;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_l p {
	font-weight: 500;
}

.bar_download .bar_item .bar_item_desc .bar_item_desc_l p i {
	margin-right: 10px;
}

.testimonial_item {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.testimonial_item:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.testimonial h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	text-align: center;
}

.testimonial .testimonial_item_img {
	margin: 0 auto 15px;
	max-width: 60px;
}

.testimonial .testimonial_item_content_outer {
	padding: 15px 45px;
	position: relative;
}

.testimonial .testimonial_item_content_outer .testimonial_item_content {}

.testimonial .testimonial_item_content_outer .testimonial_item_content::before {
	color: #868686;
	display: block !important;
	left: 10px;
	top: 0;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	opacity: 0.8;
}

.testimonial .testimonial_item_content_outer .testimonial_item_content::after {
	color: #868686;
	display: block !important;
	right: 10px;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "”";
	opacity: 0.8;
}

.testimonial .testimonial-author {}

.testimonial .testimonial-author p {}

.testimonial .testimonial-author p span {
	font-weight: 600;
}


/*-- For Teachers Inner page style Ends Here --*/


/*-- Gallery Page Style Goes Here --*/

.album_gallery {
	position: relative;
	background-color: #f3f3f3;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
}

.album_gallery .album_gallery_top {}

.album_gallery .album_gallery_bottom {
	    display: inline-flex;
    min-height: 95px;
    max-height: 95px;
}

.album_gallery_bottom .album_gallery_left {
	display: inline-flex;
	width: calc(100% - 48px);
	float: left;
	padding: 16px 12px;
}

.album_gallery_bottom .album_gallery_left h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Ubuntu';
    font-weight: 500;
    letter-spacing: -0.4px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.album_gallery_bottom .album_gallery_right {
	display: inline-flex;
	width: 48px;
	float: left;
	text-align: center;
	padding: 16px 12px;
	font-size: 15px;
	line-height: 20px;
}


/*-- Gallery Page Style Ends Here --*/

.nias_collaborators_programme {}

.nias_collaborators_programme .collaborators_programme_item {
	position: relative;
	padding: 15px;
	display: flex;
	background-color: rgba(241, 241, 241, 0.75);
	margin: 0 0 30px 0;
	border-radius: 5px;
}

.nias_collaborators_programme .collaborators_programme_item:last-child {
	margin-bottom: 0;
}

.nias_collaborators_programme .collaborators_programme_item .collaborators_programme_img {
	border-radius: 5px;
	overflow: hidden;
}

.nias_collaborators_programme .collaborators_programme_item .collaborators_programme_details h4 {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Ubuntu';
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: -0.1px;
	text-transform: capitalize;
	color: #111;
}

.nias_collaborators_programme .collaborators_programme_item .collaborators_programme_details p {
	margin-bottom: 10px;
}

.nias_collaborators_programme .collaborators_programme_item .collaborators_programme_details .read-more {
	border: 1px solid #34c2f1;
	outline: none;
	box-shadow: none;
	text-transform: capitalize;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 16px;
	-webkit-appearance: inherit;
	font-family: 'Cera Round Pro DEMO';
	background-color: #34c2f1;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.25px;
}

.nias_collaborators_programme .collaborators_programme_item .collaborators_programme_details .read-more:hover {
	background-color: #2eb1dc;
	color: #fff;
}

.nias_collaborators_custome_img {
	border-radius: 5px;
	overflow: hidden;
}

.nias_collaborators_custome_content {
	
}

.nias_collaborators_custome_content h5 {
	font-size: 19px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
}
.nias_collaborators_custome_details
{
	
}
.nias_collaborators_custome_details ol,
.nias_collaborators_custome_details ul
.content-wrap ul {
    margin: 0 0 15px 0;
    padding-left: 20px;
}
.nias_collaborators_custome_details ul li,
.content-wrap ul li {
    list-style: disc;
}

.nias_collaborators_custome_details ol li,
.content-wrap ol li
{
	list-style: decimal;
}
.nias_collaborators_custome_details ol li,
.nias_collaborators_custome_details ul li,
.content-wrap ul li {
	font-family: 'Cera Round Pro DEMO';
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px !important;
    padding-bottom: 5px;
}
.quick_links_outer {
	background-color: #f1f1f1;
}

.quick_links_outer h2,
.gallery_inner h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #111;
	text-align: center;
}

.quick_links_outer .quicklinks {}

.quick_links_outer .quicklinks li {
	width: 100%;
	float: left;
	display: inline-flex;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

.quick_links_outer .quicklinks li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f30b";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 20px;
}

.quick_links_outer .quicklinks li a {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.1px !important;
	text-transform: unset;
}


/*--/ Faq pages Styles Goes Here /--*/

.faq_outer {}

.faq_outer .card {
	margin-bottom: 15px;
}

.faq_outer .btn-link {
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.4px;
	text-transform: none;
	color: #292929;
	width: 100%;
	text-align: left;
	text-decoration: none !important;
}


/*--/ Faq pages Styles Ends Here /--*/


/*-- / History, Mission,Vission Pages Goes Here / --*/

.history_vision_and_mission,
.organization_profile,
.programmes,
.followers {}

.history_vision_and_mission h5 {
	font-size: 18px;
	line-height: 24px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 24px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.history_vision_and_mission h2,
.organization_profile h2,
.programmes h2,
.followers h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	text-align: center;
}

.followers .for_visitors_icons {}

.followers .for_visitors_icons .icon_box_1 {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background: transparent;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
}

.followers .for_visitors_icons .icon_box_1 .front,
.followers .for_visitors_icons .icon_box_1 .back {
	padding: 60px 20px;
}

.followers .for_visitors_icons .icon_box_1 .back i,
.followers .for_visitors_icons .icon_box_1 .front i {
	font-size: 80px;
}

.followers .for_visitors_icons .icon_box_1 .back h3,
.followers .for_visitors_icons .icon_box_1 .front h3 {
	font-size: 20px;
}

.programmes .prgm_overview_item {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.programmes .prgm_overview_item h3 {
	font-size: 24px;
	font-family: 'Ubuntu';
	font-weight: 500;
	line-height: 30px;
}

.history_vision_and_mission .company_item,
.organization_profile .company_item {}

.history_vision_and_mission .company_item h5,
.organization_profile .company_item h5 {
	font-size: 18px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: rgb(17, 17, 17);
}

.organization_profile ul {}

ul.objectives {}

.organization_profile ul li {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.4px !important;
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.organization_profile ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f30b";
	position: absolute;
	left: 0;
	font-weight: 900;
	color: #34c2f1;
	font-size: 16px;
	top: 0;
	line-height: 24px;
}


/*-- / History, Mission,Vission Pages Ends Here / --*/


/*--/ Book, Article and Reports page Styles Goes Here /--*/

.bar_sec {}

.bar_sec h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 24px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	text-align: center;
}

.bar_sec .bar_sec_item {
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.bar_sec .bar_sec_item:hover {
	-webkit-box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
}

.bar_sec .bar_sec_item .card-body {
	padding: 15px;
	background-color: rgba(223, 223, 223, 0.35);
}

.bar_sec .bar_sec_item .bar_sec_left {
	margin-right: 15px;
	margin-left: 0;
}

.bar_sec .bar_sec_item .bar_sec_top h4 {
	font-family: Ubuntu;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 28px;
	color: #252525;
	margin-bottom: 10px;
}

.bar_sec .bar_sec_item .bar_sec_bot {
	display: block;
}

.bar_sec .bar_sec_item .bar_sec_left {}

.bar_sec .bar_sec_item .bar_sec_left p {
	margin-bottom: 10px;
}

.bar_sec .bar_sec_item .bar_sec_right {
	margin-right: 0;
	margin-left: auto;
}

.bar_sec .bar_sec_item .bar_sec_right .btn-primary {
	border: 1px solid #34c2f1;
	outline: none;
	box-shadow: none;
	text-transform: capitalize;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 16px;
	-webkit-appearance: inherit;
	font-family: 'Cera Round Pro DEMO';
	background-color: #34c2f1;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.25px;
}

.bar_sec .bar_sec_item .bar_sec_right .btn-primary:hover,
.bar_sec .bar_sec_item .bar_sec_right .btn-primary:focus,
.bar_sec .bar_sec_item .bar_sec_right .btn-primary:active {
	border: 1px solid #2eb1dc;
	background-color: #2eb1dc;
}


/*--/ Book, Article and Reports page Styles Ends Here /--*/


/*--/ NIAS EGT Lecture Series page styles Goes Here /--*/

.nias_egt_lecture_series {}

.nias_egt_lecture_series h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 28px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	text-align: center;
}

.nias_egt_lecture_series .video_outer {
	position: relative;
	margin-bottom: 30px;
}

.nias_egt_lecture_series .video_outer .video_thumb {
	overflow: hidden;
	position: relative;
}

.nias_egt_lecture_series .video_outer .video_thumb .video_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(52, 194, 241, 0.65);
	color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nias_egt_lecture_series .video_outer:hover .video_thumb .video_overlay {
	opacity: 1;
	visibility: visible;
}

.nias_egt_lecture_series .video_outer:hover {
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 5px 5px 15px 0px rgba(112, 112, 112, 0.35);
}

.nias_egt_lecture_series .video_outer .video_thumb .video_overlay a {
	color: #fff;
	font-size: 46px;
	display: inline-flex;
}

.nias_egt_lecture_series .video_outer .video_bottom {
	padding: 15px;
	background-color: rgba(241, 241, 241, 0.65);
}

.nias_egt_lecture_series .video_outer .video_bottom h4 {
	font-family: Ubuntu;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 28px;
	color: #252525;
	margin-bottom: 8px;
}

.nias_egt_lecture_series .video_outer .video_bottom p {
	line-height: 22px;
}


/*--/ NIAS EGT Lecture Series page ends Goes Here /--*/


/*--/ Student Profile List page Style Goes Here /--*/

.student_profile_list_item_outer {
	margin-bottom: 30px;
}

.student_profile_list {}

.student_profile_list h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.student_profile_list_item {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.student_profile_list_item .btn-readmore {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.2px;
}

.student_profile_list_item .btn-readmore i {
	margin-left: 7px;
	line-height: 15px;
	position: relative;
	top: 1.2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.student_profile_list_item .btn-readmore:hover {
	color: #34c2f1;
}

.student_profile_list_item .btn-readmore:hover i {
	margin-left: 2px;
}

.student_profile_list_item:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.student_profile_list_item_outer {}

.student_profile_list_item_outer:last-child {
	margin-bottom: 0;
}

.student_profile_name {
	display: inline-flex;
	width: 100%;
	margin-bottom: 8px;
	text-align: center;
}

.student_profile_name h4 {
	font-size: 20px;
	line-height: 28px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.student_profile_desc {
	display: block;
	width: 100%;
}

.student_profile_misc {
	margin: 15px 0 0 0;
}

.student_profile_misc_imgs {}

.student_profile_misc_imgs .gallery_img {
	margin-top: 20px;
	margin-bottom: 0
}

.student_profile_desc .student_profile_left {
	max-width: 132px;
	display: block;
	overflow: hidden;
	margin: 0 auto 15px;
	border-radius: 5px;
}

.student_profile_desc .student_profile_right {
	display: block;
	width: 100%;
}

.student_profile_desc .student_profile_right .student_profile_right_top {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}

.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_left {
	display: inline-flex;
	width: 100%;
}

.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_left h5,
.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_right h5 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Cera Round Pro DEMO';
	letter-spacing: -0.25px;
	width: 100%;
	padding-bottom: 4px;
	padding-top: 0;
}

.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_left h5.title {
	font-size: 18px;
	font-weight: 500;
	color: #20aad9;
}

.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_left h5 span,
.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_right h5 span {
	font-weight: 400;
}

.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_right {
	display: inline-flex;
	width: 100%;
}

.student_profile_desc .student_profile_right .student_profile_right_bottom {}

.student_profile_desc .student_profile_right .student_profile_right_bottom p {
	margin-bottom: 15px;
}


/*--/ Student Profile List page Style ends Here /--*/


/*--/ Gep Team page Style Goes Here /--*/

.nias-egt-team {}

.nias-egt-team h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #111;
}

.nias-egt-team .gep_team_item {
	background-color: #f1f1f1;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

.nias-egt-team .gep_team_item .gep_team_item_top {
	background-color: rgba(234, 234, 234, 0.7);
	padding: 15px;
}

.nias-egt-team .gep_team_item .gep_team_item_top .gep_team_item_photo {
	display: block;
	max-width: 145px;
	max-height: 170px;
	min-height: 170px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 5px;
}

.nias-egt-team .gep_team_item .gep_team_item_bottom {
	padding: 15px;
	background-color: rgba(249, 249, 249, 0.4);
	text-align: left;
	min-height: 143px;
	max-height: 143px;
}

.nias-egt-team .gep_team_item .gep_team_item_bottom {
	padding: 15px;
	background-color: rgba(249, 249, 249, 0.4);
	text-align: left;
	min-height: 143px;
	max-height: 143px;
}

.nias-egt-team.advisory_committee .gep_team_item .gep_team_item_bottom {
	min-height: 134px;
	max-height: 134px;
}

.nias-egt-team .gep_team_item_bottom h5 {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 5px;
	padding-bottom: 4px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.nias-egt-team .gep_team_item_bottom h10 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Ubuntu';
	font-weight: 200;
	margin-bottom: 5px;
	padding-bottom: 4px;
	letter-spacing: -0.25px;
	text-transform: none;
	color: rgb(17, 17, 17);
	
	width: 100%;
}

.nias-egt-team .gep_team_item_bottom .post_name {
	margin: 0 0 2px 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #717171;
}


/*--/ Gep Team page Style Ends Here /--*/


/*--/ Media Pr page style goes here /--*/

.media_pr {}

.media_pr h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	text-transform: capitalize;
	color: #111;
}

.media_pr_link {
	margin-bottom: 30px;
	display: block;
	height: 100%;
}

.media_pr_item {
	display: block;
	position: relative;
	border: none;
	background-color: #f1f1f1;
	height: calc(100% - 30px);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.media_pr_item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.media_pr_item .card-body {
	padding: 15px;
}

.media_pr_item .media_pr_item_top {
	display: flex;
	margin-bottom: 5px;
}

.media_pr_item .media_pr_item_top .media_pr_item_top_logo {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px 15px;
	margin-right: 15px;
	max-width: 180px;
}

.media_pr_item .media_pr_item_top .media_pr_item_top_title {}

.media_pr_item .media_pr_item_top .media_pr_item_top_title h4 {
	width: 100%;
	font-size: 18px;
	font-family: 'Ubuntu';
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing: -0.25px;
	color: #4a4a4a;
}

.media_pr_item .media_pr_item_bot {
	margin-bottom: 8px;
}

.media_pr_item .pub_date {
	font-family: 'Ubuntu';
	font-style: oblique;
	color: #4a4a4a;
	font-size: 14px;
}


/*--/ Media Pr page style ends here /--*/


/*--/ Announcement Page style goes Here /--*/

.announcements {}

.announcements h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.announcements_outer {
	position: relative;
	margin-bottom: 30px;
}

.announcements_item {
	display: block;
	padding: 15px;
	background-color: #f1f1f1;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.announcements_item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.announcements_item .announcements_photo {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.announcements_item .announcements_photo img {
	border-radius: 5px;
}

.announcements_item .announcements_desc {
	display: block;
	position: relative;
}

.announcements_desc .announcements_title {
	margin-bottom: 10px;
}

.announcements_desc .announcements_title h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.1px;
}

.announcements_desc .announcements_detais {
	display: block;
	margin-bottom: 10px;
}

.announcements_desc .announcements_detais .announcements_project {
	display: block;
	margin-bottom: 10px;
}

.announcements_desc .announcements_detais .announcements_project h6 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.1px;
	color: #404040;
}

.announcements_desc .announcements_detais .announcements_project h6 i {
	margin-right: 8px;
	color: #797979;
}

.announcements_desc .announcements_detais .announcements_date {
	display: block;
}

.announcements_desc .announcements_detais .announcements_date h6 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.1px;
	color: #404040;
	margin-left: auto;
	margin-right: 0;
}

.announcements_desc .announcements_detais .announcements_date h6 i {
	margin-right: 8px;
	color: #797979;
}

.announcements_photo .announcements_photo img {
	border-radius: 5px;
	overflow: hidden;
}

.announcements_desc .announcements_description {}

.announcements_desc .announcements_description p {
	margin-bottom: 10px;
}

.announcements_desc .btn-readmore {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.2px;
}

.announcements_desc .btn-readmore i {
	margin-left: 7px;
	line-height: 15px;
	position: relative;
	top: 1.2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.announcements_desc .btn-readmore:hover {
	color: #34c2f1;
}

.announcements_desc .btn-readmore:hover i {
	margin-left: 2px;
}

.announcement_detail_outer {
	padding: 15px;
	display: block;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0;
}

.announcement_detail_outer .announcement_detail_title {
	margin-bottom: 10px;
}

.announcement_detail_outer .announcement_detail_title h4 {
	font-size: 20px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 400;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.announcement_detail_outer .announcement_detail_midle {
	position: relative;
	display: block;
}

.announcement_detail_outer .announcement_detail_custom_desc {}

.announcement_detail_outer .announcement_detail_custom_desc h4 {
	font-size: 20px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 400;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_photo {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 100%;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_photo img {
	border-radius: 5px;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_left {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_left h6 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.1px;
	color: #404040;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_left h6 i {
	margin-right: 8px;
	color: #797979;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_right {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_right h6 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Ubuntu';
	font-weight: 400;
	letter-spacing: -0.1px;
	color: #404040;
	margin-left: auto;
	margin-right: 0;
}

.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_right h6 i {
	margin-right: 8px;
	color: #797979;
}

.announcement_detail_outer .bar_download .bar_item .bar_item_desc .bar_item_desc_l h5 {
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 24px;
}

.ann_detail {}

.ann_detail .announcements_item {
	display: block;
	padding: 0;
	background-color: #fff;
	margin-bottom: 30px;
}

.ann_detail .announcements_item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ann_detail .announcement_detail_outer ul,
.ann_detail .announcement_detail_outer ol {
	margin: 0 0 15px 0;
	padding-left: 20px;
}

.ann_detail .announcement_detail_outer ul li,
.ann_detail .announcement_detail_outer ol li {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.4px !important;
	padding-bottom: 5px;
}

.ann_detail .announcement_detail_outer ul li {
	list-style: disc;
}

.ann_detail .announcement_detail_outer ol li {
	list-style: decimal;
}

.custom_area
{
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.4px;
}
.custom_area ul,
.custom_area ol {
	margin: 0 0 15px 0;
	padding-left: 20px;
}

.custom_area ul li,
.custom_area ol li {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.4px !important;
	padding-bottom: 5px;    
	display: list-item;
    text-align: left;
}

.custom_area ul li {
	list-style: disc;
}

.custom_area ol li {
	list-style: decimal;
}
.custom_area b, 
.custom_area strong {
    font-weight: 500;
}
/*--/ Announcement Page style goes Here /--*/


/*--/ Contact Page styles goes Here /--*/

.contact_us {}

.contact_us h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.contact_us form label {
	font-family: 'Ubuntu';
	font-weight: 400;
	/*text-transform: capitalize;*/
	letter-spacing: -0.25px;
	font-size: 14px;
	margin-bottom: 5px;
}

.contact_us form h6 {
	margin-bottom: 10px;
}

.contact_us form label.special {
	font-family: 'Ubuntu';
	font-weight: 400;
	/*text-transform: capitalize;*/
	font-size: 13px;
	margin-bottom: 5px;
	color: #616161;
}

.contact_us form .form-control {
	display: block;
	width: 100%;
	padding: 11.5px 15px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.4px !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact_us form .form-control:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #34c1f1;
}

.contact_us select.form-control:not([size]):not([multiple]) {
	height: calc(41px + 0px);
	padding: 0 14px;
}

.contact_us form .btn-primary {
	font-family: 'Ubuntu';
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: -0.25px;
	font-size: 16px;
}

.contact_us .contact_us_bottom {
	background-color: #f1f1f1;
}

.contact_us_ad {
	position: relative;
}

.contact_us_ad_left,
.contact_us_ad_right {}

.contact_us_ad_left h5,
.contact_us_ad_right h5 {
	font-size: 18px;
	line-height: 26px;
	font-family: Ubuntu;
	font-weight: 400;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(86, 86, 86);
	margin: 0 0 12px 0;
}

.contact_us_ad_left .contact_us_ad_left_inner,
.contact_us_ad_right .contact_us_ad_right_inner {
	border-top: 1px solid #909090;
	position: relative;
	padding-top: 20px;
}

.contact_us_ad_right .contact_us_ad_item {
	margin-bottom: 15px;
}

.contact_us_ad_left .contact_us_ad_left_inner .contact_us_ad_item_icon,
.contact_us_ad_right .contact_us_ad_right_inner .contact_us_ad_item_icon {
	display: inline-block;
	height: 16px;
	padding-right: 10px;
	position: absolute;
	top: -10px;
	background-color: #f1f1f1;
}

.contact_us_ad_left .contact_us_ad_left_inner .contact_us_ad_item_icon i,
.contact_us_ad_right .contact_us_ad_right_inner .contact_us_ad_item_icon i {
	font-size: 16px;
	color: #34c1f1;
}

.contact_map {
	position: relative;
}

.contact_map h5 {
	font-size: 18px;
	line-height: 26px;
	font-family: Ubuntu;
	font-weight: 400;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(86, 86, 86);
	margin: 0 0 12px 0;
}

.contact_us_ad_map {
	border-top: 1px solid #909090;
	position: relative;
	padding-top: 20px;
}

.contact_us_ad_map .contact_us_ad_item_icon {
	display: inline-block;
	height: 16px;
	padding-right: 10px;
	position: absolute;
	top: -10px;
	background-color: #f1f1f1;
}

.contact_us_ad_map .contact_us_ad_item_icon i {
	font-size: 16px;
	color: #34c1f1;
}


/*--/ Contact Page styles ends Here /--*/


/*--/ Resource Page styles goes Here  /--*/

.open_resources {}
.open_resources a {
	width: 100%;
}
.open_resources h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
	text-align: center;
}

.resources_outer {
	position: relative;
	margin-bottom: 30px;
	display: block;
	height: calc(100% - 30px);
}

.resources_inner {
	padding: 15px;
	height: 100%;
	background-color: #f1f1f1;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.resources_outer a:hover .resources_inner {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.resources_top {
	border-bottom: 1px solid #bbb;
	display: flex;
	margin-bottom: 8px;
}

.resources_top_link {
	display: inline-flex;
	width: 70%;
}

.resources_top_link h6 {
	font-size: 15px;
	line-height: 22px;
	font-family: Ubuntu;
	font-weight: 500;
	margin-bottom: 0;
	letter-spacing: -0.25px;
	text-transform: none;
	color: rgb(78, 78, 78);
}

.resources_top_cat {
	display: inline-flex;
	width: 30%;
}

.resources_top_cat p {
	font-size: 14px;
	margin-left: auto;
	margin-right: 0;
}


/*--/ Resource Page styles ends Here  /--*/


/*--/ Join Us page style goes Here /--*/

.join_us {
	background-color: #fff;
}

.join_us h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.join_us form label {
	font-family: 'Ubuntu';
	font-weight: 400;
	/*text-transform: capitalize;*/
	letter-spacing: -0.25px;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}

.join_us form label.lg_two_line {
	min-height: auto;
}

.join_us form .custom-file-label {
	line-height: 24px;
}

.join_us form .form-control {
	display: block;
	width: 100%;
	padding: 11.5px 15px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.4px !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.join_us form .btn-primary {
	font-family: 'Ubuntu';
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: -0.25px;
	font-size: 16px;
}

.join_us form .form-control:focus,
.join_us form .form-control:active {
	outline: 0;
	box-shadow: none;
	border: 1px solid #34c1f1;
}

.join_us form select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.join_us .label_nil {
	font-family: 'Ubuntu';
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: -0.25px !important;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}

.join_us .job_openings_outer {
	position: relative;
	margin: 0 0 30px 0;
}

.join_us .job_openings_outer .job_openings_item {
	padding: 24px;
	background-color: rgba(235, 235, 235, 0.5);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.join_us .job_openings_outer .job_openings_item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
	box-shadow: 0px 0px 15px 0px rgba(112, 112, 112, 0.35);
}

.join_us .job_openings_outer .job_openings_item .job_openings_title {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.join_us .job_openings_outer .job_openings_item .job_openings_title h4 {
	font-size: 20px;
	line-height: 24px;
	font-family: Ubuntu;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}

.join_us .job_openings_outer .job_openings_item .job_openings_tag_time {
	width: 100%;
	margin-bottom: 15px;
}

.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_tag,
.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_time {
	margin-bottom: 8px;
}

.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_tag h6,
.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_time h6 {
	font-family: Ubuntu;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	font-size: 16px;
}

.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_tag h6 i,
.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_time h6 i {
	margin-right: 8px;
	font-size: 15px;
	color: #34c1f1;
}

.job_openings_description .btn-readmore {
	font-family: 'Cera Round Pro DEMO';
	font-weight: 400;
	color: #282828;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.2px;
}

.job_openings_description .btn-readmore i {
	margin-left: 7px;
	line-height: 15px;
	position: relative;
	top: 1.2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.job_openings_description .btn-readmore:hover {
	color: #34c2f1;
}

.job_openings_description .btn-readmore:hover i {
	margin-left: 2px;
}


/*--/ Join Us page style ends Here /--*/



/*--/ Collaborators Us page style goes Here /--*/

.collaborators {
	background-color: #fff;
}

.collaborators h2 {
	font-size: 28px;
	line-height: 36px;
	font-family: Ubuntu;
	font-weight: 500;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: rgb(17, 17, 17);
}
.collaborators .list
{
	
}
.collaborators .list_item
{
	    padding: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
    line-height: 60px;
	cursor: pointer;	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}
.collaborators .list_item img {
    max-height: 60px;
    max-width: 140px;
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}
.collaborators .list_item:hover img
{
	opacity: 1;
}
.parent_nomination_form_inner_scroll {
    max-height: 310px;
    margin-bottom: 24px;
    padding-right: 12px;
    overflow-y: scroll;
}
.parent_nomination_form_inner_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.parent_nomination_form_inner_scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.parent_nomination_form_inner_scroll::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.featured_block {
    margin: 60px 0 0;
}
.featured_block_item {
padding: 30px 15px;
    margin: 0 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
	border-bottom: 2px solid #34c2f1; 
}
.featured_block_item_img {
}
.featured_block_item_con {
}
.featured_block_item_con h4 {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Ubuntu';
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
    /*text-transform: capitalize;*/
    color: #111;
}
/*--/ Collaborators page style ends Here /--*/
/*-- Inner Pages Ends Here --*/
/*-- Captcha Styles Goes Here --*/

.noselect {   
	font-family: 'Indie Flower', cursive;    
	font-size: 20px !important;
    line-height: 40px;
    font-weight: 600;
    width: 108px !important;
    height: 44px !important;
    text-align: center !important;
    padding: 0 10px !important;
    vertical-align: middle;
    background:url('../images/bgcapcha.jpg') !important; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 100% 100%;
	color: #030303; 
    position: absolute;
    max-width: 132px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
}
.be_mentor .noselect
{
	top: 2px;
    right: 2px;
    border-radius: 0;
}
.captcha_input{
    padding-right: 108px !important;
}
.form-control {
    padding: 10.5px 14px;
}

.captcha_image{
	color: #030303; 
    position: absolute;
    max-width: 132px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
}
.captcha-bg{padding: 10px;}

.captcha-tex-box {/*background: #f5f5f5;*/ padding: 12px 5px; float: left; font-weight: 600; font-size: 16px; color: #333; }

.icon-refresh{float: left; padding:10px 10px 15px 0px;}

.icon-refresh .fa{ margin-left: -10px;  font-size: 25px !important;    background: #d2d2d2;    padding: 10px;    border-radius: 0;}
.icon-refresh-main{padding: 0px !important;margin-left: -10px !important;}

.accept-checkbox{display: block; padding: 20px 10px !important;}
.text-accept{    display: block;
    font-size: 10px;
    line-height: 20px;
    padding-top: 7px; text-align: center;}

.footer-menu ul li{ display: inline-block; list-style: none; padding: 0px 20px; text-transform:uppercase; font-weight: 600; color: #333 !important}

.about-us-footer ul li{list-style: none; display: inline-block;padding: 0px 10px !important; font-size: 12px; text-transform: capitalize !important;color: #333 !important; font-weight: normal;}
.br-1{
	border: 1px solid #101010;
}
.br-white{
	border-color: #ddd;
}
.mr-r-10{
	margin-right: 10px;
}
.form-brn-md a{
	color: #fff!important;
}
/*-- Captcha Styles Ends Here --*/


/*---------- Responsive Code Goes Here -------------*/


@media (min-width: 576px) {
	.mentors .mentor_profile_contents .mentor_profile_contents_details {
		width: calc(100% - 215px);
	}
	.mentors .mentor_profile_contents .mentor_profile_contents_photo {
		margin-right: 15px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.nias-egt-team .gep_team_item .gep_team_item_bottom {
		min-height: 118px;
		max-height: 118px;
	}
	.nias-egt-team.advisory_committee .gep_team_item .gep_team_item_bottom {
		min-height: 159px;
		max-height: 159px;
	}
	footer .footer_top .links.no_title {
		padding-top: 52px;
	}
	.bar_sec .bar_sec_item .bar_sec_bot {
		display: flex;
	}
	.join_us .job_openings_outer .job_openings_item .job_openings_tag_time {
		display: flex;
	}
	.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_tag,
	.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_time {
		width: 50%;
		margin-bottom: 0;
	}
	.join_us .job_openings_outer .job_openings_item .job_openings_tag_time .job_openings_time {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.popup {
		width: 320px;
	}
	.pl-md-30 {
		padding-left: 30px;
	}
	.pr-md-30 {
		padding-right: 30px;
	}
	.quick_links_outer .quicklinks li {
		width: 50%;
	}
	.student_profile_desc .student_profile_right .student_profile_right_top .student_profile_right_top_right {
		width: 50%;
	}
	.nias-egt-team .gep_team_item .gep_team_item_bottom {
		min-height: 143px;
		max-height: 143px;
	}
	.nias-egt-team.advisory_committee .gep_team_item .gep_team_item_bottom {
		min-height: 187px;
		max-height: 187px;
	}
	/*.popup {
		display: block;
	}*/
	.parent_nomination_form_inner {
		padding: 60px 60px;
	}
	.parent_nomination_form_inner a {
		width: 288px;
		font-size: 15px;
	}
	.announcements_item,
	.ann_detail .announcements_item {
		display: flex;
	}
	.announcements_item .announcements_photo {
		width: 260px;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.announcements_item .announcements_desc {
		width: calc(100% - 275px);
	}
	.announcement_detail_outer .announcement_detail_midle {
		display: flex;
	}
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_photo {
		width: 260px;
	}
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc {
		width: calc(100% - 275px);
	}
}

@media (min-width: 992px) {
	.banner .banner-right {
		max-width: 100%;
		padding: 0;
	}
	.inner_banner header {
		background: transparent;
		position: relative;
	}
	.inner_top_nav_outer.active {
		position: fixed;
	}
	.inner_top_nav_outer {
		display: block;
	}
	.for_visitors::before {
		position: absolute;
		width: 1px;
		height: calc(100% - 160px);
		left: 50%;
		top: 80px;
		content: "";
		background-color: rgba(41, 41, 41, 0.5);
	}
	.student_profile_desc {
		display: flex;
	}
	.student_profile_desc .student_profile_left {
		max-width: 200px;
		display: inline-flex;
		margin-right: 15px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.student_profile_desc .student_profile_right {
		display: block;
		width: calc(100% - 215px);
	}
	.student_profile_name {
		text-align: left;
	}
	.nias-egt-team .gep_team_item .gep_team_item_bottom {
		min-height: 164px;
		max-height: 164px;
	}
	.nias-egt-team.advisory_committee .gep_team_item .gep_team_item_bottom {
		min-height: 134px;
		max-height: 134px;
	}
	.announcements_desc .announcements_detais {
		display: flex;
	}
	.announcements_desc .announcements_detais .announcements_project {
		display: inline-flex;
		margin-bottom: 0;
		width: 50%;
	}
	.announcements_desc .announcements_detais .announcements_date {
		display: inline-flex;
		margin-bottom: 0;
		width: 50%;
	}
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top {
		display: flex;
	}
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_left,
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc .announcement_detail_desc_top .announcement_detail_desc_right {
		display: inline-flex;
		margin-bottom: 0;
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.banner .banner-right {
		max-width: 1110px;
	}
	.slider .slider-caption {
		left: -30px;
	}
	.slider .slider-caption {
		padding: 24px 432px 24px 40px;
	}
	.student_profile_desc .student_profile_left {
		max-width: 200px;
	}
	.announcements_item .announcements_photo,
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_photo {
		width: 320px;
	}
	.announcements_item .announcements_desc,
	.announcement_detail_outer .announcement_detail_midle .announcement_detail_desc {
		width: calc(100% - 335px);
	}
	.announcements_item.no_image .announcements_desc {
		width: 100%;
	}
	.ann_detail .announcements_item.no_image .announcements_desc {
		width: 100%;
	}
	.join_us form label.lg_two_line {
		min-height: 42px;
	}
	
	.featured_block_item_con h4
	{
		margin-top: 36px;
	}
}

/*---------- Responsive Code Ends Here -------------*/