/* CSS Document */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

body {
	font-family: 'Lato', sans-serif;
	color: #212529;
}
.font-2 {
	font-family: 'Quicksand', sans-serif;
}

.font-3 {
    font-family: 'Righteous', sans-serif;
}

.light {
	background: #f8f8f8;
}
.text_shadow_txt {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.font_2 {
    font-family: 'Roboto Slab', serif;
}
.color-r {
	color: #f32918
}
.s-14 {
	font-size: 14px;
}
.no-radius {
	border-radius: 0px;
}
.no-padding{
    padding: 0px;
}
/*---------------------------------- Blog --------------------------------*/
.blog-cat-check {
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	padding: 21px 20px 10px 20px;
	margin-bottom: 40px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after
{
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before
{
    border-color: #ccc;
    background-color: #eee;
}
[type="checkbox"]:disabled:checked + label:after
{
    background: #aaa;
}

.blog-form {
	text-align: center;
}
.blog-form> span {
	font-family: 'Righteous', cursive;
	margin-right: 25px;
}

.blog-sort> img {
	width: 100%;
	height: auto;
}
.blog-sort {
	padding: 0px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 18px #ddd;
	-webkit-box-shadow: 0px 0px 18px #ddd;
	-moz-box-shadow: 0px 0px 18px #ddd;
	-ms-box-shadow: 0px 0px 18px #ddd;
	-o-box-shadow: 0px 0px 18px #ddd;
}
.blog-smry {
	padding: 25px 25px;
	background: #fff;
}
.blog-smry> .blog-sm-cat {
	background: #f1f1f1;
	color: #000000;
	padding: 5px 10px;
	font-size: 12px;
}
.blog-smry> .blog-sm-cat:hover {
	background: #dddddd;
	text-decoration: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.blog-smry> .blog-sm-title {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
.blog-smry> .blog-auth {
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}
.blog-auth > span {
	color: #f32918;
	font-size: 14px;
}

.blog-smry-date {
	position: relative;
	color: #999998;
	font-size: 12px;
	padding-left: 55px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-smry-date:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #ffa71e;
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-sort:hover> .blog-smry> .blog-smry-date:before {
    width: 0px;
}
.blog-sort:hover> .blog-smry> .blog-smry-date {
	padding-left: 0px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.blog-smry> .blog-sm-detail {
	font-size: 14px;
	text-align: justify;
	color: #333333;
}

.rm-link {
	position: relative;
	color: #f32918;
	font-weight: bold;
	padding-left: 0px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.rm-link:hover {
	text-decoration: none;
}
.rm-link:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 2px;
    background-color: #ffa71e;
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-sort:hover> .blog-smry> .rm-link:before {
    width: 50px;
}
.blog-sort:hover> .blog-smry> .rm-link {
	padding-left: 55px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.inner-top {
	position: relative;
	margin-bottom: 50px;
}
.inner-b-d {
	background: url(../img/background/11.jpg) center;
}
.inner-top-b {
	background: url(../img/background/11.jpg) center;
}
.inner-top-m {
	background: url(../img/background/11.jpg) center;
}
.inner-top-s {
	background: url(../img/background/11.jpg) center;
}
.inner-top-st {
	background: url(../img/background/11.jpg) center;
}
.inner-top> div {
	/*background-image: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, #ffffff 100%);*/
	padding-top: 70px;
	padding-bottom: 70px
}
.inner-top-headline> h1 {
	font-family: 'Righteous', cursive;
	font-size: 50px;
}
.overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -35%;
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.overlay.skew-part {
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}


/*---------------------------------- Blog detail --------------------------------*/
.blog {
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
	background: #FFFFFF;
}
.blog-d {
	padding: 35px 22px 25px;
    text-align: center;
    margin-top: -65px;
    background: #fff;
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.blog-catg {
	font-size: 14px;
	padding: 4px 20px;
	background: #f2f2f1;
	display: inline-table;
}
.date-auth {
	margin-bottom: 12px;
}
.blog-title {
	font-size: 28px;
}
.date-auth {
	font-size: 14px;
	color: #7d7d7d;
}
.date-auth> span {
	color: #f32918;
}
.blog-cnt {
	padding: 0px 50px 40px 50px;
	text-align: justify;
}
.blog-catg-relt {
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1)
}
.blog-catg-relt> h1 {
	font-size: 18px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 7px;
}
.blog-catg-relt> ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 20px;
}
.blog-catg-relt> ul> li> a {
	color: #000000;
	position: relative;
	padding-left: 19px;
}
.blog-catg-relt> ul> li> a:hover {
	padding-left: 19px;
	transition: all .2s ease;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-catg-relt> ul> li> a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #000000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.blog-catg-relt> ul> li> a:hover::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #000000;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

/*--------------------------------- Home -------------------------------*/
.header-top {
	border-bottom: 1px solid #f7f7f7;
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-top-left {
	text-align: right;
}
.header-top-left> a {
	color: #808080;
	padding-left: 18px;
	font-size: 14px;
}
.header-top-right> p {
	margin: 0px;
	color: #808080;
}
/*.header-top-left> a+a {
	border-left: 1px solid #808080;
}*/
.hm> img {
	display: inline-block;
    width: 35px;
    float: left;
    font-size: 38px;
    text-align: center;
    margin: 2px 0px;
}
.hm> div {
    margin-left: 55px;
}
.hm> div> h3 {
	font-size: 18px;
    margin: 0px;
    color: #808080;
    line-height: 18px;
}
.hm> div> p {
	font-size: 14px;
	margin: 0px;
	color: #808080;
}
.hm-logo> h1 {
	color: #f74949;
    margin: 0px;
    font-family: 'Righteous', cursive;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 2px;
}
.hm-logo> p {
	font-size: 12px;
    color: #004a91;
    font-family: 'Righteous', cursive;
    display: inline-block;
    position: relative;
    left: 35px;
    bottom: 8px;
    letter-spacing: 0.3px;
}
.hmd {
	padding-top: 15px;
}
.hm {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand {
	display: none;
}
.f-nav {
    z-index: 9999;
	background: rgba(0, 0, 0, 0.7) !important;
	animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.f-nav> .container> nav> .navbar-brand {
	display: block;
	color: #f74949;
	font-family: 'Righteous', cursive;
	letter-spacing: 2px;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.f-nav> .container> nav> .navbar-collapse> ul> li> a {
	padding-left: 15px !important;
	padding-right: 15px !important;
    text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
} 
.f-nav> .container> nav> .navbar-collapse> ul> li> .red-link {
	background: #ffa025 !important;
	color: #ffffff !important;
}
.menu-header {
	background: #1f0e36;
    background: linear-gradient(to bottom, #1f0e36 0%, #321f52 100%);
}
@media (max-width: 768px) {
	.menu-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-toggler {
		background: #FFFFFF;
	}
}
.nav-custome {
	background: transparent;
    background: transparent;
	padding: 0px;
}
.nav-link {
	color: #FFFFFF !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}
.dropdown-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	position: relative;
    box-shadow: 0 2px 3px #777;
	border-radius: 0px !important;
    font-size: inherit;
    left: 0;
    line-height: 1.5em;
    position: absolute;
    top: 66px;
    z-index: 9999999;
    border-top: 3px solid #5726a5;
}
.dropdown-menu:before {
	content: '';
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #5726a5;
    width: 0;
    height: 0;
    top: -19px;
    left: 10px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
}
.dropdown-item {
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.menu-header {
		background: #ffffff;
		border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
	}
	.nav-link {
		color: #000000 !important;
        text-transform: uppercase;
        font-size: 14px; 
	}
    .nav-link:hover{
        color: #004a91 !important;
    }
	.f-nav {
		z-index: 9999;
		background: rgba(255, 255, 255, 0.8) !important;
		animation-duration: 0.8s;
		animation-name: fadeInDown;
		animation-timing-function: ease-in-out;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-ms-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
}
.home-w> img {
	height: 70px;
	width: auto;
}
.home-w> h3 {
	font-size: 22px;
	margin-top: 21px;
}
.home-w> p {
	color: #777777;
	text-align: justify;
}
.home-w {
    position: relative;
    display: block;
    min-height: 431px;
    padding: 25px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
}
.home-w:hover {
    -webkit-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -ms-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
    box-shadow: -5px 10px 25px 0px rgba(0,0,0,0.10);
}
.home-w:after {
    content: '';
    position: absolute;
    left: -29px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: url(../img/icon/2.png) center center no-repeat;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.home-w:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.why-us {
	position: relative;
	margin-top: 70px;
	margin-bottom: 25px;
}
.back-c {
	position: absolute;
    right: 0%;
    margin-right: 90px;
    top: 70%;
    width: 63px;
    height: 63px;
    background: url(../img/icon/3.png) center center no-repeat;
}

.left-side-content {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
.transition {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-side-content .side-image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0;
    background: #ffbb3f;
    overflow: hidden;
}
.left-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.left-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/icon/7.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.content-image> img {
	width: 100%;
	height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.content-image-left> img {
	width: 100%;
	height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.description> h3 {
	font-size: 18px;
	color: #777777;
}
.description> h1 {
	font-family: 'Righteous', cursive;
}
.description>p {
	text-align: justify;
}
.description-headline:after {
    background: #0d73bc;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 70px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.right-side-content {
    width: 100%;
    padding: 80px 0;
	margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.right-side-content .side-image {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1a95d1;
    overflow: hidden;
}
.right-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.right-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/icon/8.png) right top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.about-2 {
	background: #F3F3F3;
}
.about-2-text> h1 {
	font-family: 'Righteous', cursive;
	margin-top: 40px;
}
.about-2-text> h1:after {
    background: #fdbf5e;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 70px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.about-2-text> p {
	text-align: justify;
}
.stap {
	background: #CCCCCC;
	background: #f9f9f97d;
}
.stap-inner {
	padding-top: 25px;
	padding-bottom: 21px;
}
.stap-inner> img {
	width: 70px;
	height: auto;
}
.stap-inner> h1 {
	font-size: 25px;
	font-family: 'Righteous', cursive;
}
.why-2 {
	background: url(../img/icon/bg1.png) no-repeat top;
	background-size: 100% auto;
	padding-top: 70px;
}
.objective-list-left {
    list-style: none;
	padding-left: 0px;
    text-align: right;
    margin-top: 30px;
    color: #5c6873;
    font-size: 15px;
}
.objective-list-left> li> img {
    display: inline-block;
    width: 58px;
    float: right;
    font-size: 38px;
    text-align: center;
    margin: 6px 0px;
}
.objective-list-left> li> div h4 {
	font-family: 'Righteous', cursive;
	font-size: 21px;
}
.objective-list-left> li> div {
    margin-right: 75px;
    margin-bottom: 30px;
}
.objective-list {
    list-style: none;
	padding-left: 0px;
    margin-top: 30px;
    color: #5c6873;
    font-size: 15px;
}
.objective-list> li> img {
    display: inline-block;
    width: 58px;
    float: left;
    font-size: 38px;
    text-align: center;
    margin: 6px 0px;
}
.objective-list> li> div {
    margin-left: 75px;
    margin-bottom: 30px;
}
.objective-list> li> div h4 {
	font-family: 'Righteous', cursive;
	font-size: 21px;
}
.title {
	text-align: center;
}
.title h1 {
    position: relative;
    font-family: 'Righteous', cursive;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    z-index: 10;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.title h1:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5px;
    width: 58px;
    height: 1px;
    background-color: #bd4c8c;
}
.title h1:after {
    position: absolute;
    content: '';
    left: 50%;
	margin-left: -22px;
    bottom: 0px;
    width: 58px;
    height: 1px;
    background-color: #1b97d2;
}
.title h3 {
    position: absolute;
	width: 100%;
	text-transform: uppercase;
    left: 0px;
    top: -4px;
    font-size: 58px;
    color: #f4f4f4;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
}
.title> h4 {
	color: #222222;
	margin-bottom: 38px;
	font-size: 18px;
	letter-spacing: 5px;
}


/*--------------------------------- mantor -----------------------------*/
/*.mentr-detl {
	padding-left: 0px;
	list-style: none;
}*/
.mentor-name {
	font-family: 'Righteous', cursive;
}
.mentor-name> span {
	font-size: 18px;
}
.link-m {
	margin-top: 10px;
	margin-bottom: 18px;
	border-left: 3px solid #f32918;
}
.mentor-link> p {
	margin-bottom: 0px;
}
.mentor-profile {
	background: #f6f6f6;
	text-align: justify;
	padding: 30px 20px 18px 20px;
	position: relative;
	border-left: 3px solid #f32918;
}
.mentor-profile:before {
    font-size: 50px;
    speak: none;
    text-indent: 0em;
    width: 40px;
    height: 40px;
    line-height: 58px;
    position: absolute;
    text-align: center;
    margin: 0px;
    z-index: 1;
    display: inline-block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    content: '"';
    top: -15px;
    right: 40px;
    font-style: normal;
    background-color: #7db701;
    border: 4px solid #fff;
    color: #fff;
}
/*.mentr-detl> li > span {
	color: #cf000f;
}*/
.mentor-profile> p {
	font-size: 14px;
}
.mentor-about {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: justify;
}
.mentor-img> img {
	width: 100%;
	height: auto;
}
.social-link {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.social-link> a:hover {
	text-decoration: none;
}
.social-link> a {
	margin: 8px;
	color: #f32918;
	font-size: 18px;
}
.mentor {
	margin-top: 40px;
	margin-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}


/*---------------------------------------------------- Seminar ------------------------------------------*/
.saminar {
	margin-top: 25px;
	margin-bottom: 21px;
}
.s-sdul> h3 {
	color: #7d7d7d;
	font-size: 21px;
	margin-bottom: 0px;
}
.s-sdul> h1 {
	font-size: 31px;
	font-family: 'Righteous', cursive;
	margin-bottom: 20px;
}
.s-venu> p> span {
	color: #f32918;
}
.s-text> p {
	text-align: justify;
}
.s-img> img {
	width: 100%;
	height: auto;
	padding: 5px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}


/*------------------------------------ Startups ---------------------------------*/
.startup-name {
	padding-bottom: 8px;
    font-size: 30px;
    font-family: 'Righteous', cursive;
    position: relative;
    margin-bottom: 19px;
}
.startup-name:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #f74949;
}
.startup-name> span {
	font-size: 18px;
}
.startup-logo {
	max-width: 300px !important;
    margin: 0px 18px 9px 0px !important;
    float: left !important;
	padding: 3px;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.startuo-k> p {
	text-align: justify;
}
.startup-d p span {
	color: #f32918;
}

.user-profile {
	background: url(../img/background/user.jpg) bottom;
    background-size: cover;
}
.user-profile-inner {
	padding-top: 150px;
	padding-bottom: 30px;
}
.uprofile-img> img {
	max-height: 200px;
	max-width: 200px;
	border: 7px solid #FFFFFF;
	margin: auto;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -78px;
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.profile-link {
	background: #000000de;
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
}
.uprofile-link> a {
	color: #FFFFFF;
	padding-left: 18px;
	font-family: 'Righteous', cursive;
	letter-spacing: 3px;
}
.uprofile-link> a:hover, .uprofile-link> a:focus {
	color: #27aae1;
	text-decoration: none;
}
.inner-uprofile {
	padding-top: 80px;
}
.uprofile-detail {
	background: #FFFFFF;
	border: 1px solid #edeff2;
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
	margin-bottom: 40px;
	padding: 20px 10px 0px 10px;
}
.uprofile-detail> img {
	max-height: 200px;
	max-width: 200px;
	border-radius: 50%;
	margin: auto;
	display: block;
}
.uprofile-detail> h1 {
	font-size: 21px;
	text-align: center;
	margin-top: 18px;
	font-family: 'Righteous', cursive;
}
.uprofile-detail> p {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	color: #a1a5b1;
}
.uprofile-d-dark {
	background: #222835;
	position: relative;
	color: #FFFFFF;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
}
.uprofile-d-dark:before {
	content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #222835 transparent;
}
.uprofile-d-dark> p {
	padding-top: 11px;
    padding-bottom: 11px;
	border-bottom: 1px solid #2e3542;
	margin: 0px;
}
.uprofile-d-dark> p> span {
	float: right;.uprofile-detail> p
}
.uprofile-d {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
	padding: 21px 21px;
}
.uprofile-d> h1 {
	font-size: 21px;
	font-family: 'Righteous', cursive;
}
.uprofile-d> p {
	text-align: justify;
	font-size: 15px;
}
.up-title {
	font-size: 29px;
	font-family: 'Righteous', cursive;
	margin-top: 28px;
}
.up-pro {
	margin-bottom: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
}
.up-status {
	color: #FFFFFF;
	padding: 5px 15px;
}
.up-status-1 {
	background: #016f01;
}
.up-status-2 {
	background: #007bff;
}
.up-status-3 {
	background: #e61d30;
}
.up-status-4 {
	background: #ffc001;
}
.up-status> p {
	font-size: 14px;
	margin: 0px;
}
.up-status-detail {
	padding: 11px;
}
.up-status-detail> h3 {
	font-size: 15px;
	font-weight: bold;
}
.up-status-detail> h4 {
	font-size: 13px;
	color: #777777;
}
.up-status-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.up-status-list> li {
	margin-bottom: 0px;
}
.up-status-list> li> p {
	font-size: 12px;
	color: #777777;
	margin-bottom: 0px;
}
.up-status-list> li> p> span {
	font-weight: bold;
}

.deshbord-box {
	background: #FFFFFF;
    box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1);
	margin-bottom: 18px;
}
.pd-21 {
	padding: 21px;
}
.pro-p-list {
	padding: 0px 21px 21px 21px;
	list-style: none;
}
.pro-p-list> li> p {
	font-size: 14px;
}
.pro-p-list> li> p> span {
	font-weight: bold;
}
.profile-title {
	border-bottom: 1px solid #000;
	border-bottom: 1px solid #e6ecf5;
	margin-bottom: 18px;
}
.profile-title> p {
	padding-top: 11px;
	padding-bottom: 11px;
	font-family: 'Righteous', cursive;
	padding-left: 21px;
	padding-right: 21px;
	margin: 0px;
}
.profile-title> p> img {
	height: 45px;
	padding-right: 5px;
	width: auto;
}
.profile-about {
	padding: 0px 21px 21px 21px;
}
.profile-about> p {
	text-align: justify;
	font-size: 14px;
}
.editb {
	background: #007bff;
	color: #ffffff !important;
	padding: 10px 40px;
	margin-bottom: 20px;
    display: inline-block;
	float: right;
	margin-top: -30px;
}
.editb:hover, .editb:focus {
	text-decoration: none;
}
.up-status-link {
	display: inline-block;
    margin-right: 18px;
    padding: 3px 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.banner-content{
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 70px;
}
.banner-content > h2{
    letter-spacing: 4px;
    font-size: 42px;
    margin-bottom: 0px;
}
.banner-content > h2.font-30{
    font-size: 30px;
}
.benner-text{
    color: #fff;
    text-align: center;
}
.clr-sand{
    color: #cc730e;
}
.clr-blue{
    color: #1d53bf;
}
.clr-gray{
    color: #868686;
}
.offer_home>.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    border: 1.5px solid rgba(221, 221, 221, 0.83);
    border-radius: 0px;
}

.offer_home>.thumbnail img {
    width: 100%;
}
.offer_home>.thumbnail>.caption{
    background-color: rgba(221, 221, 221, 0.42);
    height: 165px;
}
.offer_home>.thumbnail>.caption:hover{ 
    background-color: #1a85c0; 
    transition: .3s all; -webkit-transition: 0.3s all;
    color: #ffffff;
}
.offer_home>.thumbnail>.caption:hover>a{ color:#FFFFFF;}
.offer_home>.thumbnail>.caption:hover>p{ color:#FFFFFF; transition: 1.0s all; -webkit-transition: 1.0s all;}
.offer_home>.thumbnail>.caption>a{ color:#747474}
.offer_home>.thumbnail>.caption>a:hover{ color: #FFFFFF; text-decoration:none}
.offer_home>.thumbnail>.caption>.btn-info{ color:#FFFFFF}
.offer_home>.thumbnail img:hover {
cursor: pointer;
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
box-shadow: 5px 5px 3px #888888;
z-index: 1;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.caption >h3{
    font-size: 22px;
    font-family: 'Righteous', sans-serif;
}
.caption >p{
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.about-main {
    border: 25px solid #eeeeee;
    padding: 50px;
    margin-bottom: 70px;
    background: #FFFFFF;
}
.about-main > p{
    font-family: 'Quicksand', sans-serif;
}
.subtitle{
    text-align: center;
    font-family: 'Righteous', sans-serif;
}
.subtitle:after {
    background: #0d73bc;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 30px auto;
    width: 80px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/*-------------------------------- footer ----------------------*/
.footer-tp {
	text-align: center;
	padding-top: 12px;
}
.footer-tp> a {
	color: #000000;
	padding-left: 18px;
	padding-right: 18px;
    font-family: 'Righteous', cursive;
}
.footer-bottem {
	text-align: center;
}
.f-social-link {
	text-align: center;
    margin-top: 14px;
}
.f-social-link> a {
    letter-spacing: 10px;
    font-size: 18px;
}
.fb{
    color: #3b5998;
}
.twitter{
    color: #00aced;
}
.insta{
    color: #dc3378;
}
.copy{
    font-size: 12px;
    margin: 10px;
    font-family: 'Righteous', cursive;
}

@media (max-width: 768px) {
	.s-hide {
		display: none;
	}
}
.last-slide{
    max-height: 340px;
    overflow: hidden;
}
.hm-logo{
    display: inline-block;
    cursor: pointer;
}
.form-control{
    border-radius: 0px;
}
.title-bottom-1 {
    width: 53px;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s;
}
h4.text_shadow_txt{
    font-size: 18px;
}
.contact_us_page_list {
    list-style: none;
    padding-left: 0px;
    margin-top: 35px;
}
.contact_us_page_list > li{
    list-style: none;
    border-bottom: 1px dotted #000000;
    padding-bottom: 3px;
    padding-top: 12px;
}
.contact_us_page_list > li >p{
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}
.content-page >p{
    font-size: 14px;
}