﻿/*Secondary Color:   #9F1897 pink*/

/*Primary Color: #08174F neeli*/

/* General Start */

/* ff8*/

@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700,900&subset=arabic');
body {
	padding: 0px;
	margin: 0px;
	font-family: 'cairo', tahoma;
	direction: rtl;
	text-align: right;
}

.form-control {
	height: 38px;
	padding: 0px 10px 5px 10px;
}

.btn-pink {
	background: #9F1897;
	color: #fff;
	height: 36px;
	border-radius: 4px;
}

.subtitle {
	color: #08174F;
	font-size: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: 700;
	margin-bottom: 25px;
}

.nopadding {
	padding: 0px !important;
}

#toggle-side i {
	color: #08174f;
	font-size: 28px;
	border: 2px solid #08174f;
	padding: 4px 8px;
	border-radius: 4px;
}

#toggle-side-footer i {
	color: #fff;
	font-size: 28px;
	border: 2px solid #fff;
	padding: 4px 8px;
	border-radius: 4px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #e7ebf3;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #e7ebf3;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #e7ebf3;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #e7ebf3;
}

input::placeholder {
	color: #e7ebf3;
}

.floatleft {
	float: left !important;
}

.floatright {
	float: right !important;
}

.no-border {
	border: none !important;
}
.ltr-num{direction: ltr !important}
/* General End */

/* Top Bar Start */

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999999999;
	padding: 0px 0px 0px 0px !important;
}

.social-media-icons-top {
	float: left;
}

.social-media-icons-top a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 5px;
}

.social-media-icons-top a:hover {
	color: #9F1897;
}

.top-nav {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	display: inline;
	padding: 10px 0px;
}

.top-nav li {
	float: right;
}

.nav-link1active:active {
	background-color: #9F1897;
}

.top-nav li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: lighter;
	border-left: 1px solid #d5d1d057;
	padding: 0px 15px 5px 15px;
	line-height: 20px;
	margin: 8px auto;
}

.top-nav li a:hover {
	background-color: #9F1897;
}

#top-bar {
	background-color: #08174F;
	color: #fff;
	height: 40px;
}

.nav-link1.active {
	background-color: #9F1897;
	color: #fff;
}

.nav-link1.active:hover {
	background-color: #0074c8;
}

/* Top Bar End */

/* Header Start */

#main-header {
	background-color: #fff;
	border-bottom: 4px solid #D5D1D0;
	padding: 0px 0px;
}

#main-header .navbar {
	padding: 0px;
}

#main-header .navbar-nav .nav-link {
	color: #666;
	font-weight: 600;
	padding: 5px 10px;
	border-left: 1px solid #eee;
}

#main-header .navbar-nav .nav-link:hover,
#main-header .navbar-nav .nav-link.activem {
	color: #9F1897;
}


#main-header .navbar-brand {
	margin-right: 0px;
}

.float-register {
	display: block;
	float: left;
	position: absolute;
	left: 2%;
	top: 20px;
	font-weight: 600;
	padding: 5px 10px;
	background-color: #9F1897;
	color: #fff !important;
	text-decoration: none !important;
	visibility: hidden;
}

.container-fluid.sticky .float-register {
	visibility: visible;
}

/* Header End */

/* Slider Start */

#main-slider {
	background: #e6eaf3;
}

#main-slider .carousel-inner img {
	width: 100%;
	//max-height: 320px;
}

#main-slider .carousel-indicators li {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#main-slider .carousel-indicators .active {
	background: #9F1897;
}

#main-slider .carousel-captionz {
	width: 600px;
	text-align: center;
	display: block;
	float: left;
	position: absolute;
	bottom: 200px;
	left: calc(50% - 300px);
}

#main-slider .carousel-captionz h3 {
	color: #9F1897;
	font-size: 40px;
	font-weight: bold;
}

#main-slider .carousel-captionz p {
	color: #08174F;
	font-size: 30px;
}

#main-slider .carousel-captionz a {
	background-color: #08174F;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 5px 45px;
	font-weight: bold;
	min-width: 160px;
	text-decoration: none;
}

#main-slider .carousel-captionz a:hover {
	background-color: #9F1897;
}

#main-carousel {
	border-bottom: 10px solid #c2c8d6;
	width: 100%;
}

.carousel-search .container {
	background: #fff;
	box-shadow: 1px 1px #eee;
	padding: 15px 15px 8px 0px;
	border-radius: 4px;
	top: -150px;
	display: block;
	position: relative;
	border-right: 5px solid #08174f;
}

.nearest-banner h4 {
	color: #9F1897;
	font-size: 24px;
	margin-bottom: 0px;
}

.nearest-banner h5 {
	color: #555;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}

.carousel-search option {
	background: #08174f;
	color: #fff;
}

/* slider End */

/* About Section start */

#about-section {
	background: #e5e5e5;
	padding-top: 80px;
}

.about-content img {
	max-width: 200px;
	max-height: 140px;
	float: right;
	margin-left: 10px;
}



.banner-container {
	text-align: center;
}

.banner-container h3 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 10px 0px;
	font-size: 24px;
	text-shadow: 1px 1px #0000005e;
}

.banner-wt {
	background: #fff;
	text-align: center;
	padding: 25px 0px 10px 0px;
	margin: 0px 20px;
	border-bottom: 8px solid #9F1897;
}

.banner-wt h1 {
	font-size: 36px;
	margin-top: 10px;
	font-weight: bold;
	color: #9F1897;
}

.banner-wt h1 small {
	font-size: 30px;
	font-weight: bold;
	color: #08174f;
}

.banner-wt i {
	font-size: 47px;
	color: #08174F;
}

#coloronly {
	background: #08174f url('../images/coloronly.jpg');
	margin-top: -138px;
	height: 200px;
}

/* About Section End */

/*  Specialties-container start */

.sub-title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 35px;
	color: #7d7b7b;
}

#Specialties-container {
	border: 2px solid #ccc;
	padding-left: 55px;
}

.sub-title1 {
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
	color: #7d7b7b;
	background-color: #e6eaf6;
	margin: 0px auto;
}

.Specialties-list {
	list-style-type: none;
	padding-bottom: 45px;
	padding-top: 30px;
}

.Specialties-list i {
	font-size: 28px;
	background-color: rgb(160, 58, 151);
	color: rgb(255, 255, 255);
	padding: 5px;
	width: 42px;
}

.Specialties-list li {
	margin-bottom: 5px;
	background: #fff;
	padding: 4px;
	box-shadow: 1px 1px #cabfbf;
	transition: 0.3s all;
}

.Specialties-list li:hover {
	background-color: rgb(160, 58, 151);
	color: #fff;
	transform: scale(1.1);
	cursor: pointer;
}

.Specialties-list li:hover a {
	color: #fff;
	font-weight: bold;
}

.Specialties-list li:hover a:after {
	color: #fff;
}

.Specialties-list a {
	color: #08174f;
	text-decoration: none;
	vertical-align: super;
	padding-right: 10px;
	font-size: 12px;
}

.Specialties-list a:after {
	content: "\f053";
	font-family: FontAwesome;
	float: left;
	padding: 8px 0px 0px 10px;
	color: #bdbdbd;
	font-weight: 300;
}

.Specialties-btn {
	display: block;
	background: #a03a97;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	margin-bottom: -19px;
	font-size: 18px;
	padding: 5px 40px;
}

.Specialties-btn:hover {
	color: #fff;
	background: #08174f;
	text-decoration: none;
}

/*  Specialties-container end */

/* Majors-section Start */

#majors-section {
	background: #e7ebf4 url('../images/majors-section.jpg') no-repeat center bottom;
	padding: 180px 80px 80px 80px;
	border-bottom: 10px solid #a03a97;
}


/* #faculities-section    */

#faculities-section {
	padding: 120px 0px 25px 0px;
	background: #fff url('../images/faculities-section.jpg') no-repeat right top;
}

.map-btn {
	background-color: #a03a97;
	padding: 2px 20px;
	color: #fff;
	margin-right: 30px;
    
}

.map-btn:active {
	background-color: #08174f;
	color: #fff;
	text-decoration: none;
}

.map-btn:hover {
	background-color: #08174f;
	color: #fff;
	text-decoration: none;
}

#data-txt {
	line-height: 30px;
	padding: 0px;
	list-style-type: disc;
    margin-bottom: 5px;
}

#data-txt li {
	margin-right: 10px;
}

#data-txt li::before {

	color: #a03a97;
	padding-left: 5px;
	font-size: 15px;
	margin-right: -16px;
}

#data-txt ul ul li {
	font-size: 13px;
	margin: 0px;
}

#social-map-icons {
	padding: 0px 5px;
	color: #08174f;
	font-size: 20px;
}

#social-map-icons:hover {
	color: #a03a97;
}

.card-header h5 {
	font-size: 15px;
}

.card-header {
	background-color: #08174f;
}

.card-header:active {
	background-color: #a03a97;
	color: #fff;
}

.card-header:hover {
	background-color: #a03a97;
	color: #fff;
}

.card-header a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: .75rem 0rem;
}

.collapsed {
	color: #fff;
}

#title-collapse:active {
	color: #fff;
}

#btnincoll {
	color: #7d7c7c;
	padding-right: 50px;
	text-decoration: none;
	font-size: 15px;
}

#btnincoll:hover {
	color: #08174f;
}

#btnincoll::after {
	content: ">";
	color: #7d7c7c;
	font-size: 20px;
	padding: 0px 15px;
}

.active1 {
	background-color: #a03a97 !important;
}


/* #faculities-section end */

/* socialmedia start  */

#socialmedia-section {
	/*background: #e4e4e4 url('../images/socialmedia-section') no-repeat; */
	background-image: url("../images/socialmedia.jpg");
	border-bottom: 8px solid #a03a97;
	padding: 60px 0px;
	background-size: cover;
}

.social-divs {
	padding: 5px;
	background-color: #fff;
	margin: 5px;
}

.social-divs p {
	padding-right: 5px;
}

#social-section-icon {
	float: left;
	color: #fff;
	background-color: #a03a97;
	padding: 7px;
	margin: 0px 0px 11px 10px;
}

.social-txt {
	background-color: rgba(255, 255, 255, 0.83);
	margin-top: 210px;
	/*margin-right: -80px;*/
	padding: 20px 25px 10px 25px;
	border-bottom: 8px solid #a03a97;
	color: #08174f;
}

.social-txt h1 {
	font-weight: 600;
	font-size: 36px;
}

.social-txt p {
	font-size: 18px;
	font-weight: lighter;
}



/* socialmedia End */

/* operators-section start */

#operators-section {
	padding: 120px 0px 80px 0px;
	background-color: #eaeaea;
}

#operators-section a img {
	margin-bottom: 2px;
	width: 168px;
	height:130px;

}

#operators-section .sub-title {
	margin-bottom: 100px;
}

#partners-section {
	padding: 120px 0px;
	background: #fafafa url('../images/partners-section.jpg');
}

#partners-section h2 {
	color: #08174f;
	margin-bottom: 50px;
}


/* operators-section end */

/* Majors-section End */

/*  partners-section1 Start */

#partners-section1 {
	text-align: center;
	background: #e7ebf4 url('../images/majors-section.jpg') no-repeat center bottom;
	background-size: cover;
	padding: 120px 0px;
}

#partners-section1 .img-fluid {
	margin-top: 10px;
}

.workpic {
	width: 280px;
	height: 265px;
	background: #fff;
	text-align: center;
	margin: 0px auto;
	padding: 28px;
	margin-top: 40px;
}

.title {
	font-size: 40px;
	text-align: center;
	color: #08174F;
	font-weight: 600;
}

.title1 {
	font-size: 40px;
	text-align: center;
	color: #08174F;
	margin-top: -75px;
}

.img-container {
	position: relative;
	/*margin: 40px;*/

}

.img-container .image {
	display: block;
	width: 100%;
	height: auto;
}

.img-container .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(14, 42, 96, 0.75);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	cursor: pointer;
}

.img-container:hover .overlay {
	height: 100%;
}

.img-container .text {
	white-space: nowrap;
	color: white;
	font-size: 15px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*  partners-section1 End */

/* inquiries-section start */

.address-boxs {
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 0px 0px 0px;
	background-color: #fff;
	color: #0e2a60;
	margin: 5px;
	height: 119px;
}

.address-boxs h4 {
	font-weight: 600;
	font-size: 21px;
	line-height: 33px;
}

.address-boxs h4 .fa {
	font-size: 32px;
}

.address-boxs p {
	font-size: 15px;
	direction: ltr;
}

#inquiries-section {
	padding: 120px 0px;
	background-color: #e7ebf3;
}

#address-section h2 {
	color: #0e2a60;
	font-size: 40px;
	font-weight: 600;
	/* width: 500px; */
}

.address-txt {
	color: #585859;
	margin: 20px 0px;
	font-size: 20px;
}

#formbtn {
	float: left;
	border-radius: 0px;
	margin-top: 10px;
}

.form-control {
	border-radius: 0px;
	margin-bottom: 10px;
}

#form-message {
	height: 180px;
	resize: none !important;
}

#inquiries-section .nice-select {
	border: 1px solid #ced4da;
	height: 38px;
}

/* inquiries-section end  */

/* Footer Start */

#footer-top {
	background-color: #08174F;
	border-top: 8px solid #9F1897;
	color: #fff;
	padding: 80px 0px;
}

#footer-bottom {
	padding: 20px 0px;
	background-color: #9F1897;
	color: #fff;
}

#footer-bottom .navbar {
	padding: 0px;
}

#footer-bottom .navbar-nav .nav-link2 {
	color: #fff !important;
	font-weight: 600;
	padding: 0px 15px;
	border-right: 1px solid #888888;
	font-size: 14px;
}

#footer-bottom .navbar-nav .nav-link2:hover {
	text-decoration: none;
}

.footercopyright {
	font-size: 13px;
	padding-top: 18px;
	color: #c1c1c1;
}


/* Footer End */

/* Test Start */

#carouselExample {
	direction: ltr;
	padding: 30px 20px 0px 20px;
}

#carouselExample img {
	margin-bottom: 30px;
	width: 250px;
	height: 225px;
	border: 1px solid #eee;
	border-radius: 4px;
}

#carouselExample .carousel-indicators {
	bottom: -48px;
}

#carouselExample .carousel-indicators li {
	width: 15px;
	height: 15px;
}

#carouselExample .carousel-indicators li {
	background: #eee;
}

#carouselExample .carousel-indicators .active {
	background-color: #a03a97;
}

@media (min-width: 768px) {
	/* show 3 items */
	#carouselExample .carousel-inner .active,
	#carouselExample .carousel-inner .active + .carousel-item,
	#carouselExample .carousel-inner .active + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
		display: block;
	}
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
		transition: none;
	}
	#carouselExample .carousel-inner .carousel-item-next,
	#carouselExample .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	#carouselExample .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* left or forward direction */
	#carouselExample .active.carousel-item-left + .carousel-item-next.carousel-item-left,
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item,
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* farthest right hidden item must be abso position for animations */
	#carouselExample .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* right or prev direction */
	#carouselExample .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item,
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* Qoutes Carousel */

/* carousel */

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

#quote-carousel blockquote .qoute-cont {
	background: #fff;
	padding: 25px 100px 25px 25px;
	margin: 20px;
/*    height: 240px;*/
}

#quote-carousel blockquote p {
	font-size: 18px;
	color: #08174f;
	font-weight: 600;
}

#quote-carousel blockquote p:after {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 150px;
	line-height: 1;
	color: #08174f;
	content: "\201D";
	font-family: arial;
	left: 60px;
	bottom: -10px;
	transform: scaleX(-1);
	/* Standard */
	filter: FlipH;
}

#quote-carousel blockquote p:before {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 80px;
	line-height: 1;
	color: #a03a97;
	font-family: arial;
	content: "\201D";
	top: -3px;
}

#quote-carousel blockquote .col-sm-9 small {
	font-size: 18px;
	color: #08174f;
}


/* Control buttons  */

#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
	left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
	right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
	bottom: -20px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
	background: #e7ebf3;
	width: 15px;
	height: 15px;
}

#quote-carousel .carousel-indicators .active {
	background: #a03a97;
}

#quote-carousel img {
	width: 150px;
	height: 150px;
	border-radius: 110px;
	border: 8px solid #fff;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: -115px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(140, 138, 140, 1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(140, 138, 140, 1);
	box-shadow: 1px 1px 5px 0px rgba(140, 138, 140, 1);
}


/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}


/**
  MEDIA QUERIES
*/

@media (max-width:320px) {
	.top-nav li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		font-weight: lighter;
		border-left: 1px solid #d5d1d057;
		padding: 0px 7px 5px 7px;
		line-height: 20px;
		margin: 8px auto;
	}

	#main-slider .carousel-captionz {
		width: auto;
		text-align: right;
		display: block;
		float: left;
		position: absolute;
		bottom: 30px;
		left: 100px;
		right: 50px;
		top: 10px;
	}
	#main-slider .carousel-captionz a {
		background-color: #08174F;
		color: #fff;
		display: inline-block;
		font-size: 15px;
		padding: 1px 5px;
		font-weight: bold;
		text-decoration: none;
	}
	.Specialties-btn {
		display: block;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 18px;
		background: rgb(160, 58, 151);
		margin: 0px auto -19px;
		padding: 5px 20px;
		margin-right: 45px
	}


}

@media (max-width:767px) {
	.social-txt {
		margin-top: 0px !important;
	}

	#quote-carousel img {
		position: sticky;
	}

	#data-txt {
		height: 330px;
	}

	#majors-section {
		background: #e7ebf4 url(../images/majors-section.jpg) no-repeat center bottom;
		padding: 160px 15px 80px 15px;
		border-bottom: 10px solid #a03a97;
	}

	.navbar-brand img {
		vertical-align: middle;
		border-style: none;
		width: 185px;
	}

	.about-content img {
		max-width: 100%;
		max-height: 100%;
		margin-left: 10px;
		display: block;
	}

	#main-slider .carousel-captionz {
		width: auto;
		text-align: right;
		display: block;
		float: left;
		position: absolute;
		bottom: 30px;
		left: 100px;
		right: 50px;
		top: 40px;




	}
	#main-slider .carousel-captionz h3 {
		color: #9F1897;
		font-size: 20px;
		font-weight: bold;
	}

	#main-slider .carousel-captionz p {
		color: #08174F;
		font-size: 15px;
	}

	#main-slider .carousel-captionz a {
		background-color: #08174F;
		color: #fff;
		display: inline-block;
		font-size: 15px;
		padding: 5px 10px;
		font-weight: bold;
		text-decoration: none;
	}
	.nav-link1 active {
		font-size: 10px;
	}

	.nav-link1 {
		font-size: 10px;
	}

	.Specialties-list a {
		color: #08174f;
		text-decoration: none;
		vertical-align: super;
		padding-right: 10px;
		font-size: 11px;
	}
	.Specialties-list {
		list-style-type: none;
		padding-bottom: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
	}

	ul.specialties-list-main {
		list-style-type: none;
	}
	ul.specialties-list-main li {
		background: #000;
		display: block;
		height: 100px;
		width: 300px;
		float: right;
	}
	#quote-carousel blockquote .qoute-cont {
		background: #fff;
		padding: 25px 15px 25px 13px;
		margin: 20px;
	}

	#quote-carousel blockquote p {
		font-size: 18px;
		color: rgb(8, 23, 79);
		font-weight: 600;
	}
	.banner-container h3 {
		text-align: center;
		color: #9f1897;
		font-weight: 700;
		margin: 10px 0px;
		font-size: 24px;
		text-shadow: 1px 1px #000000;
	}

	.navbar .navbar-expand-lg {
		width: 100%;
		margin: 0px auto;
		display: flex;
		margin-right: -30;
	}

	#footer-bottom .navbar {
		width: 100%;
		margin: 0px auto;
		display: flex;
		margin-right: -30;
	}

	#ul-footer {
		display: block;
		margin: 0px auto;
		text-align: center;
		width: 100%;
	}

	#operators-section a img {
		margin-bottom: 25px;
		width: 250px;
		height: 240px;
	}
	.footercopyright {
		font-size: 13px;
		padding-top: 18px;
		color: rgb(193, 193, 193);
		text-align: center;
	}


}



/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}

}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
	#quote-carousel .carousel-indicators {}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
	.Specialties-btn {
		display: block;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 18px;
		background: rgb(160, 58, 151);
		margin: 0px auto -19px;
		padding: 5px 40px;
		margin-right: 50px;
	}
}

@media (max-width: 990px) {
	.float-register {
		display: none !important;
	}
}


@media (max-width:425px) {
	.Specialties-btn {
		display: block;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 18px;
		background: rgb(160, 58, 151);
		margin: 0px auto -19px;
		padding: 5px 20px;
		margin-right: 90px;
	}
}

/*@media (min-width: 320px max-width:414px) {
    .Specialties-btn {
        display: block;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 18px;
        background: rgb(160, 58, 151);
        margin: 0px auto -19px;
        padding: 5px 40px;
        margin-right: 70px;
    }
} */

/*@media (min-width:320px max-width:425px){
     .Specialties-btn {
        display: block;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 18px;
        background: rgb(160, 58, 151);
        margin: 0px auto -19px;
        padding: 5px 40px;
        margin-right: 80px;
    }

}*/

/*==================================================
 * Effect 7
 * ===============================================*/

.effect7 {
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;
}

/* Login Modal */

/****** LOGIN MODAL ******/

#login-modal .modal-content {
	background: transparent;
	border: 0px;
}

.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;

}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	background: #08174f;
}

.loginmodal-container input[type=submit]:hover {
	background: #a03a97;
}

.loginmodal-container input[type=text],
input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-size: 14px;

}

.loginmodal-submit:hover {
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #357ae8;

}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help {
	font-size: 12px;
}

/* Login Modal */

/* DropDown Select Start */

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 34px;
	outline: none;
	padding-left: 30px;
	padding-right: 17px;
	position: relative;
	text-align: right !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
	z-index: 1000000;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
	overflow-y: scroll;
	height: 200px;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: #08174f !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 29px;
	padding-right: 18px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #08174f;
	color: #fff;
	border-bottom: 1px solid #eee;
	text-align: right;
}

.nice-select .option:hover{
	background-color: #9F1897;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #08174f;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* DropDown Select End */

.card-header {
	padding: 0rem 1.25rem;
}

@media (max-width:320px) {
	.top-nav li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		font-weight: lighter;
		border-left: 1px solid #d5d1d057;
		padding: 0px 7px 5px 7px;
		line-height: 20px;
		margin: 8px auto;
	}

	#main-slider .carousel-captionz {
		width: auto;
		text-align: right;
		display: block;
		float: left;
		position: absolute;
		bottom: 30px;
		left: 100px;
		right: 50px;
		top: 10px;
	}
	#main-slider .carousel-captionz a {
		background-color: #08174F;
		color: #fff;
		display: inline-block;
		font-size: 15px;
		padding: 1px 5px;
		font-weight: bold;
		text-decoration: none;
	}
	.Specialties-btn {
		display: block;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 18px;
		background: rgb(160, 58, 151);
		margin: 0px auto -19px;
		padding: 5px 20px;
		margin-right: 45px
	}


}

@media (max-width:768px) {
	.about-content img {
		width: 100%;
		display: block;
	}

	.subtitle {
		color: rgb(8, 23, 79);
		font-size: 15px;
		padding-bottom: 12px;
		font-weight: 700;
		margin-bottom: 25px;
		border-bottom: 1px solid rgb(191, 191, 191);
	}


}

.about-content p {
	//text-align: justify;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;

}


/*
@media (max-width:375px) {
    #carouselExampleIndicators {
        margin: 0px 30px;
    }
}

*/

#carousel-op {
	margin-bottom: -50px;
}

@media (max-width:425px) {
	#carouselExampleIndicators {
		margin: 0px 55px;
	}
}

/*
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: inline;
}*/

#ThumbnailCarousel img {}

#ThumbnailCarousel div {

	width: 100%;
}

#ThumbnailCarousel.carousel {
	/*padding-top:30px;*/
	text-align: center;
}

.col-md-3 .img-thumbnail {
	height: 100%;
}


/* ---- inner-page-1 ----- */

#cover-header img {
	background-size: cover;
	width: 100%;
}

.div-logo {
	width: 90px;
	height: 90px;
	display: inline;
	background-color: #ececec;
	border: 2px solid #fff;
	margin-top: -35px;
}

#colleges-divs {
	background-color: #f7f7f7;
	margin: 40px 0px;
	padding: 15px;
	height: auto;

}

#divs-title {
	display: inline;
	color: #9F1897;
	font-size: 18px;
	font-weight: 700;
}

#divs-text {
	font-size: 14px;
	display: block;
	padding-top: 15px;
}

#divs-button {
	color: #fff;
	background-color: #9F1897;
	font-size: 14px;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: underline;

}

.social-icons {
	font-size: 35px;
	padding: 3px;
}

.social-icons i:hover {
	color: #9f1897;
}

#twitter {
	color: #00b8ff;
}

#facebook {
	color: #4c4fbd;
}

#snap {
	color: #e4ff00;
}

#tube {
	color: #f00;
}

#insta {
	color: #843970;
}

#linked {
	color: #3f4984;
}

.detailstxt {
	line-height: 30px;
}

#sd {
	text-align: left;
}

#search {
	background-color: #9f1897;
	color: #fff;
	text-decoration: none;
	padding: 5px 45px;
	border-radius: 15px;
	position: relative;
	margin-right: -37px;
}

#search:hover {
	background-color: #08174f;
}


.textoncover {
	text-align: center;
	margin-top: -245px;
	margin-bottom: 170px;
}

.textoncover input {
	width: 400px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #9f1897;
	background-color: #f7f7f7;
	padding: 5px 20px;
}

.textoncover input::placeholder {
	color: #9f1897;
	font-weight: 700;
	padding-right: 10px
}

.textoncover h4 {
	color: #fff;
	font-weight: 700;
	padding-bottom: 30px;
	padding-top: 50px;
}

@media (min-width: 320px) and (max-width:375px) {
	.textoncover input {
		width: 170px;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 15px;
		color: #9f1897;
        margin-bottom: 5px;
	}

	.textoncover {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.textoncover h4 {
		color: #08174f;
		font-weight: 700;
		padding-bottom: 30px;
	}

	#main-header img {
		width: 185px;
	}

	.top-nav li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		font-weight: lighter;
		border-left: 1px solid #d5d1d057;
		padding: 0px 6px 5px 6px;
		line-height: 20px;
		margin: 8px auto;
	}
	#divs-title {
		display: inline;
		color: #9F1897;
		font-size: 14px;
		font-weight: 700;
	}
	.div-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -35px;
	}
	#colleges-divs {
		margin: 40px 0px;
		padding: 15px;
		height: auto;
	}
}


@media (max-width:375px) {
	.textoncover input {
		width: auto;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 15px;
		color: #9f1897;
        margin-bottom: 5px;
	}

	.textoncover {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.textoncover h4 {
		color: #08174f;
		font-weight: 700;
		padding-bottom: 30px;
	}

	#main-header img {
		width: 185px;
	}

	#divs-title {
		display: inline;
		color: #9F1897;
		font-size: 14px;
		font-weight: 700;
	}
	.div-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -35px;
	}
	#colleges-divs {
		margin: 40px 0px;
		padding: 15px;
		height: auto;
	}
}


@media (max-width:425px) {
	.textoncover input {
		width: 170px;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 15px;
		color: #9f1897;
        margin-bottom: 5px;
	}

	.textoncover {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.textoncover h4 {
		color: #08174f;
		font-weight: 700;
		padding-bottom: 30px;
	}

	#main-header img {
		width: 185px;
	}
	#divs-title {
		display: inline;
		color: #9F1897;
		font-size: 14px;
		font-weight: 700;
	}
	.div-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -35px;
	}
	#colleges-divs {
		margin: 40px 0px;
		padding: 15px;
		height: auto;
	}
}

@media (min-width:768px) and (max-width:990px) {
	.textoncover {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;
	}

	.textoncover h4 {
		color: #08174f;
		font-weight: 700;
		padding-bottom: 30px;
	}

	#divs-button {
		color: #fff;
		background-color: #9F1897;
		font-size: 11px;
		padding: 1px 19px;
		border-radius: 5px;
		text-decoration: underline;
	}
	#colleges-divs {
		margin: 40px 0px;
		padding: 15px;
		height: 697px;
	}
}

@media (min-width:1024px) and (max-width:1236px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}
	.textoncover {
		text-align: center;
		margin-top: -188px;
		margin-bottom: 70px;
	}
	#main-header .navbar-nav .nav-link {
		color: #666;
		font-weight: 600;
		padding: 5px 10px;
		font-size: 12px;
		border-left: 1px solid #eee;
		font-size: 12px
	}
	#colleges-divs {
		margin: 40px 0px;
		padding: 15px;
		height: 593px;

	}
}



*/ -----inner-page-2 ----
/*


#main-header {
    background-color: #fff;
    border-bottom: 4px solid #D5D1D0;
    padding: 10px 0px;
}

#main-header .navbar {
    padding: 0px;
}

#main-header .navbar-nav .nav-link {
    color: #666;
    font-weight: 600;
    padding: 5px 10px;
    border-left: 1px solid #eee;
}

#main-header .navbar-nav .nav-link:hover,
#main-header .navbar-nav .nav-link.activem {
    color: #9F1897;
}


#main-header .navbar-brand {
    margin-right: 0px;
}

.float-register {
    display: block;
    float: left;
    position: absolute;
    left: 2%;
    top: 20px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: #9F1897;
    color: #fff !important;
    text-decoration: none !important;
    visibility: hidden;
}

.container-fluid.sticky .float-register {
    visibility: visible;
}

/* Header End */

.main-college {
	background-color: fff;
	margin: 40px 0px;
	padding: 15px;
	margin-top: 20px;
}


.maindiv-logo {
	width: 90px;
	height: 90px;
	display: inline;
	background-color: #ececec;
	border: 2px solid #fff;
}

#maindiv-title {
	display: inline;
	color: #9F1897;
	font-size: 22px;
	font-weight: 700;
}

#maindivs-text {
	font-size: 18px;
	display: block;
	padding-top: 15px;
}

#pink {
	color: #9F1897;
}

.social-icons {
	font-size: 35px;
	padding: 3px;
}

.social-icons i:hover {
	color: #b81897;
}

.social {
	text-align: left;
	margin: 30px 0;
}

#twitter {
	color: #00b8ff;
}

#snap {
	color: #e4ff00;
}

#facebook {
	color: #4c4fbd;
}

.topbutton {
	text-align: left;

}

.topbutton a {
	color: #fff;
	background-color: #b81897;
	padding: 10px 40px;
	font-size: 16px;
	/* border-radius: 7px; */
	display: block;
	text-align: center;
}

.topbutton a:hover {
	background: #202c54;
}


@media (max-width:320px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}
	#main-header img {
		width: 180px;
	}

	.top-nav li a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		font-weight: lighter;
		border-left: 1px solid #d5d1d057;
		padding: 0px 6px 5px 6px;
		line-height: 20px;
		margin: 8px auto;
	}
	.maindiv-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -50px;
	}
	#maindiv-title {
		display: inline;
		color: #9F1897;
		font-size: 22px;
		font-weight: 700;
		font-size: 16px;
	}
	#maindivs-text {
		font-size: 16px;
		display: block;
		padding-top: 15px;
	}
}

@media (max-width:375px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}

	#main-header img {
		width: 240px;
	}

	.maindiv-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -50px;
	}
	#maindiv-title {
		display: inline;
		color: #9F1897;
		font-size: 22px;
		font-weight: 700;
		font-size: 16px;
	}
	#maindivs-text {
		font-size: 16px;
		display: block;
		padding-top: 15px;
	}
}

@media (max-width:425px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}
	#main-header img {
		width: 180px;
	}

	.maindiv-logo {
		width: 60px;
		height: 60px;
		display: inline;
		background-color: #ececec;
		border: 2px solid #fff;
		margin-top: -50px;
	}
	#maindiv-title {
		display: inline;
		color: #9F1897;
		font-size: 22px;
		font-weight: 700;
		font-size: 16px;
	}
	#maindivs-text {
		font-size: 16px;
		display: block;
		padding-top: 15px;
	}
}

@media (max-width:768px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}
}

@media (max-width:1024px) {
	.container-fluid.sticky .float-register {
		visibility: hidden;
	}
	#main-header .navbar-nav .nav-link {
		color: #666;
		font-weight: 600;
		padding: 5px 10px;
		border-left: 1px solid #eee;
		font-size: 12px;
	}
}

@media screen and (max-width: 770px) and (min-width: 570px) {
	#quote-carousel img {
		display: none;
	}
}

.ksamapicon {
	width: 48px;
	height: 48px;
}

/* seven columns */

@media (min-width: 768px) {
	.seven-cols .col-md-14,
	.seven-cols .col-sm-14,
	.seven-cols .col-lg-14 {
		width: 100%;
		*width: 100%;
	}
}

@media (min-width: 992px) {
	.seven-cols .col-md-14,
	.seven-cols .col-sm-14,
	.seven-cols .col-lg-14 {
		width: 14%;
		*width: 14%;
		margin-right: 2px;
	}
}

/* five Columns End */

@media (min-width: 768px) {
	.five-cols .col-md-15,
	.five-cols .col-sm-15,
	.five-cols .col-lg-15 {
		width: 100%;
		*width: 100%;
	}
}

@media (min-width: 992px) {
	.five-cols .col-md-15,
	.five-cols .col-sm-15,
	.five-cols .col-lg-15 {
		width: 19%;
		*width: 19%;
		margin-right: 2px;
	}
}

/* five Columns End */

/* Courses Start */

.courses header .header-body {
	background: url("../images/Single_cources/banner-bg.jpg") no-repeat center center;
	min-height: 360px;
	background-size: cover;
	position: relative;
}

.courses header .header-body:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
}

.courses header .header-body .intro-text {
	text-align: center;
	margin-top: 80px;
}

.courses header .header-body .intro-text h1 {

	font-size: 40px;
	font-weight: 700;
	color: #ffffff;

	margin: 0;
}

.courses header .header-body .intro-text p {
	margin-top: 15px;
}

.courses header .header-body .intro-text p span {
	font-size: 14px;
	color: #ffffff;
}

.courses header .header-body .intro-text p span a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.courses header .header-body .intro-text p span a:hover {
	color: #9F1897;
	transition: all 0.3s ease-in-out;
}

	{
	background: #ffffff;
	padding: 100px 0;
}

.courses-r-margin-bottom {
	margin-bottom: 30px;
}

.courses-r-margin-bottom:last-child {
	margin-bottom: 0;
}

.single-courses {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	transition: all 0.3s ease-in-out;
	background: #fff;
}

.single-courses figure {
	position: relative;
}

.single-courses figure:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 0%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	visibility: hidden;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.single-courses figure .figure-img {
	position: relative;
    overflow: hidden;
}

.single-courses figure .figure-img::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(254, 199, 34, 0.1);
	z-index: 1;
	content: "";
}

.single-courses figure figcaption {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 100;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.single-courses figure figcaption div a {
	background: #9F1897;
	font-weight: 600;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 10px 30px;

	text-decoration: none;
}

.single-courses:hover figcaption {
	visibility: visible;
	top: 50%;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.single-courses:hover {
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
}

.single-courses .courses-content-box {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 1rem;
/*	min-height: 100px;*/
}

.single-courses .courses-content-box .courses-content h3 {
	margin: 0;
}

.single-courses .courses-content-box .courses-content h3 a {
	color: #323232;
	margin: 0px;
	text-decoration: none;


	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.single-courses .courses-content-box .courses-content ul {
	margin: 0;
	padding-bottom: 15px;
}

.single-courses .courses-content-box .courses-content ul li {
	display: table-cell;
	font-size: 15px;
	color: #666666;
}

.single-courses .courses-content-box .courses-content ul li span {}

.single-courses .courses-content-box .courses-content ul li:first-child {
	padding-right: 20px;
}

.single-courses .courses-content-box .courses-content-bottom ul {
	border-top: 1px solid #b2b2b2;
	padding-top: 15px;
	margin-bottom: 0;
	text-align: right;
}

.single-courses .courses-content-box .courses-content-bottom ul li {
	display: inline-block;
	text-align: right;
	color: #b2b2b2;
	font-size: 16px;
	padding-left: 10px;
}

.single-courses .courses-content-box .courses-content-bottom ul li:first-child {
	color: #9F1897;
	float: left;

	font-size: 15px;
	font-weight: 600;
	padding-left: 0px;
}

.single-courses:hover .courses-content-box .courses-content h3 a {
	color: #9F1897;
	transition: all 0.3s ease-in-out;
}

.single-courses:hover figure::before {
	visibility: visible;
	height: 100%;
	left: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.single-courses img {
	width: 350px;
	height: 233px;
}

.single-courses-box {
	margin-bottom: 30px;
}

#course-section {

	padding: 40px 0px 0px 0px;
}

#course-jobs {
	background: #fafafa;
	padding: 25px 0px;
}

#course-section .sub-title {
	text-align: justify;
}

.list-crstyled {
	list-style-type: circle;
}

#course-subs {
	background: #08174f url(../images/coloronly.jpg);
	color: #fff;
	padding: 25px 0px;
}

#course-subs h4 {
	margin-bottom: 15px;
}

#course-subs dl {
	background: #fff;
	padding: 25px 40px;
	border-bottom: 4px solid #9f1897;
	margin-bottom: 30px;
}

#course-subs dd {
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 3px;
	text-align: justify;
	color: #08174f;
	margin-right: 0px;
}

#course-subs dt {
	text-align: center;
	color: #9F1897;
}

.course-detail-side {
	background: #08174f url(../images/coloronly.jpg);
	padding: 25px 0px;
}

/* Courses End */

/* Dean & Team */

#team .card {
	border: none;
	background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.mainflip {
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}

.frontside {
	position: relative;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	margin-bottom: 30px;
}

.backside {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 1s;
	-moz-transform-style: preserve-3d;
	-o-transition: 1s;
	-o-transform-style: preserve-3d;
	-ms-transition: 1s;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
	min-height: 312px;
}

.backside .card a {
	font-size: 18px;
	color: #9F1897 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
	color: #9F1897 !important;
}

.frontside .card .card-body img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

#team {
	background: #fafafa !important;
	padding-top: 40px;
}

.section-title.h1 {
	color: #9F1897;
	font-size: 22px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: bolder;
}

.deans-card h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: bolder;
	padding: 10px 0px;
}

.deans-card .frontside .card,
.deans-card .backside .card {
	border-radius: 0px;
	margin: 0px 15px;
}

.deans-card .backside {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	box-shadow: 0px 0px 0px 0px rgb(158, 158, 158);

}

.course-detail-content {
	padding-top: 25px;
}

.course-detail-content .desc {
	text-align: justify;
}

.course-detail-side .col-md-6 {
	padding: 5px;
}

.coll-counter h3 {
	text-align: center;
	color: #fff;
}

.coll-counter h3 small {
	color: #fff;
}

h3.course-title {
	display: block;

	background: #fff;
	background: rgba(255, 255, 255, .8);
	padding: 15px 0px;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	color: #9F1897;
	width: 100%;

}

#course-header1 {
	height: 300px;
	width: 100%;
    /*background: #eee url('../images/management-Technology/Banner.png');*/
	background-size: cover;
	padding-top: 210px;

}

#course-header2 {
	height: 400px;
	    background-position: center !important;
	width: 100%;
    background: #eee url('../images/Production-technique/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header3 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Maintenance-of-civil-aircraft/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header4 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Maintenance-of-military-aircraft/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header5 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Tourism-and-Hotels/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header6 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Technical-inspection/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header7 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Information-Systems-Engineering/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header8 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Electrical-and-Electronic-Engineering/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-header9 {
	height: 300px;
	width: 100%;
    background: #eee url('../images/Safety-technology/Banner.png');
	background-size: cover;
	padding-top: 210px;

}

#course-details h3 {
	color: #9F1897;
	font-size: 22px;
}
#course-avl{
	padding: 25px 0px;
}

.course-img{
    margin-bottom: 20px;
}

.user-link{
  color: #7d7c7c !important;
    padding-right: 50px;
    text-decoration: none;
    font-size: 15px !important;  
}

.user-link:hover{
    color: #08174f !important; 
}
   
.course-img{
    width: 100%; 
    height: auto;
}

.frontside p img{
    /*display: none;*/
}

@media (min-width: 992px) {
	#navbarNavDropdown {
		flex-direction: row-reverse;
	}	
}

@media (min-width: 768px) {
	.seven-cols .operator-item {
		width: 10%;
		*width: 10%;
	}
}

@media (min-width: 992px) {
	.seven-cols .operator-item {
		width: 10%;
		*width: 10%;
		margin-right: 2px;
	}
}
#footer-top img {
    //width: 204px;
    height: 102px;
}
