
body {
	padding-top: 0 !important; /* Reset Inner Pages Padding */
}

.popup-events {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .popup-events {
    max-width: 100%;
  }
}
.popup-events .overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.popup-events .image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.popup-events .image-box .relative-box img {
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #CCC;
  max-width: 100%;
  z-index: 3;
}
.popup-events span {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  background-color: #FFF;
  border-radius: 50%;
}
.popup-events span:after {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background-color: #FFF;
  margin: 15px auto 0;
}
.popup-events span a {
  color: #888;
  display: inline-block;
  position: relative;
  top: 8px;
}
.popup-events span a:hover {
  color: #3992a4;
}
/* Start Landing Section */
/* Start video background */
.fullscreen-video-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

.fullscreen-video-wrap video{
  min-height:100%;
  min-width:100%;
}

@media screen and (max-width: 767px) {
  .fullscreen-video-wrap{
    width:100%;
    height:100%;
  }
  
  .fullscreen-video-wrap video{
    min-height:100%;
    min-width:100%;
  }
}

/* End video background */

.landing {
  /* background: url("/_layouts/15/2016/Portal/img/slider00_.png") no-repeat top center; */
  background-color: #08424e;
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  display: table;
}
.landing .running-stars {
    color: #FFF;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	overflow: hidden;
}
.landing .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, .7);
}
.landing .university-text {
  position: relative;
  margin-top: 260px;
}
@media (max-width: 991px) {
	.landing .university-text {
		margin-top: 200px;
	}
}

@media (min-width: 991px) and (max-height: 700px) {
	.landing .university-text {
		margin-top: calc(25px + 25vh);
	}
	.homePageQuickLinks{
		-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
transform:scale(0.9);
	}
}
.landing .university-text .intro-text {
  width: 80%;
  margin: auto;
}
@media (max-width: 991px) {
  .landing .university-text .intro-text {
    text-align: center;
    width: 100%;
  }
  .landing .university-text .intro-text h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .landing .university-text .intro-text {
    margin-top: 40px;
    width: 100%;
  }
  .landing .university-text .intro-text h1 {
    font-size: 30px !important;
  }
}
.landing .university-text .intro-text h1 {
	color: #ffe59a;
	font-size: 42px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
.landing .university-text .intro-text p {
  color: #FFF;
  line-height: 1.9;
}
.landing .university-text .intro-text:not(:first-child) {
  display: none;
}

/* End Landing Section */
/* Start Second Navbar */
.second-navbar {
	background-color: #505050;
	font-size: 14px;
	text-align: center;
	direction: ltr;
	display: none;
	left: 0;
	top: 50%;
	position: fixed;
	z-index: 99999;
	height: auto;
	border-radius: 0 5px 5px 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.second-navbar ul {
  margin: 0;
  direction: ltr;
}
.second-navbar ul > li {
  display: block;
}
.second-navbar ul > li a {
  color: #FFF;
  display: block;
  padding: 10px;
  width: 100%;
  position: relative;
}
.second-navbar ul > li a:hover {
  text-decoration: none;
  background-color: #3992a4;
}
.second-navbar ul > li a:hover .section-name {
  display: block;
}
.second-navbar ul > li a .section-name {
  position: absolute;
  background-color: #3992a4;
  padding: 5px 15px;
  left: 65px;
  top: 50%;
  margin-top: -15px;
  display: none;
}
.second-navbar ul > li a .section-name:before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 8px;
  border-color: transparent #3992a4 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -16px;
}
.second-navbar .active {
  background-color: #3992a4;
}

/* End Second Navbar */
/* Start Portal Section Appear in Medium and Large Screen */
.portal-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.portal-loading .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 16, 22, 0.9);
}
.portal-loading .spinnerss {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portal-loading .double-bounce1, .portal-loading .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.portal-loading .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.portal-loading .load-text {
  position: fixed;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-size: 20px;
  width: 300px;
  text-align: center;
  -webkit-transform: translate(-50%, 250%);
  -moz-transform: translate(-50%, 250%);
  -ms-transform: translate(-50%, 250%);
  -o-transform: translate(-50%, 250%);
  transform: translate(-50%, 250%);
}
.portal-loading .load-text span:not(:first-child) {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.portal-loading .load-text span:nth-child(3) {
  animation-delay: .2s;
}
.portal-loading .load-text span:nth-child(3) {
  animation-delay: .4s;
}
@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.portal-section {
  position: absolute;
  /* bottom: 100px; */
  bottom: 9%;
  text-align: center;
  width: 100%;
}
.portal-section .tooltip .tooltip-inner {
  background-color: #3a92a4;
  padding: 8px 10px;
}
.portal-section .tooltip.top .tooltip-arrow {
  border-top-color: #3a92a4;
}
.portal-section .box {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  width: 150px;

}
.portal-section .box img {
  border: 1px solid #FFF;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin: auto;
}
.portal-section .box h3 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding-top: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .portal-section .box img {
    width: 60px;
    height: 60px;
  }
}
.portal-section .box.clicked {
  cursor: auto;
}

.portal-section .box.clicked img {
  background-color: #ab986c;
  border: 1px solid #ab986c;
}

.portal-section .box.clicked:after,
.portal-section .box:hover:after {
  display: block;
  border-top: 20px solid #b3996a;
}

/* End Portal Section Appear in Medium and Large Screen */
/* Start Portal Section Appear in Mobile */
.portal-section-sm {
	text-align: center;
}
.portal-section-sm .box-sm {
  cursor: pointer;
  width: 90px;
  margin: auto;
  position: relative;
}
.portal-section-sm .box-sm {
width: auto;
}
.portal-section-sm .box-sm .the-active h3 {
display: none;
}
.portal-section-sm .box-sm .the-active {
    height: 34px;
    width: 40px;
    border: 1px solid #ffffff;
    padding: 4px;
}
.portal-section-sm .box-sm .the-active img {
    width: 22px;
    height: 22px;
}
.portal-section-sm .box-sm .the-active h3 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding-top: 0;
  font-size: 16px;
}
.portal-section-sm .box-sm .box-dropdown-sm {
  background-color: #537d8a;
  position: fixed;
  left: 50%;
  top: 80px;
  display: none;
  width: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portal-section-sm .box-sm:after {
  content: '';
}
.portal-section-sm .box-sm.highlighted:after {
	content: '';
	border-style: solid;
	border-color: transparent transparent #537d8a transparent;
	border-width: 15px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.portal-section-sm .box-sm .box-dropdown-sm .box {
  float: left;
  width: 25%;
  padding: 10px;
}
.portal-section-sm .box-sm .box-dropdown-sm .box img {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: auto;
}
.portal-section-sm .box-sm .box-dropdown-sm .box img {
	width: 40px;
	height: 40px;
	padding: 2px;
}
.portal-section-sm .box-sm .box-dropdown-sm .box h3 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 13px;
}
.portal-section-sm .box-sm .box-dropdown-sm .box.clicked,
.portal-section-sm .box-sm .box-dropdown-sm .box:hover {
  background-color: #ab986c;
}
/* End Portal Section Appear in Mobile */

.circle {
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #1eb1cf;
  border-radius: 50%;
  -webkit-animation: rotate linear infinite;
  animation: rotate linear infinite;
}

.circle.one {
  height: 50px;
  width: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}

.circle.two {
  height: 75px;
  width: 75px;
  top: 38px;
  left: 38px;
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
}

.circle.three {
  height: 100px;
  width: 100px;
  top: 25px;
  left: 25px;
  -webkit-animation-duration: 1.05s;
  animation-duration: 1.05s;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
/* Start News Section */
.home-news {
  background-color: #f3f3f3;
  padding: 60px 0 100px;
}
.home-news h2 {
  color: #3992a4;
  font-weight: bold;
  font-size: 35px;
  margin-top: 40px;
}
.home-news .section-subheading {
  color: #969696;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.home-news .box {
  background-color: #fff;
  padding: 15px;
  margin-top: 25px;
}
.home-news .box:hover {
  -webkit-box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
}
.home-news .box .box-link {
  display: block;
  text-decoration: none;
}
.home-news .box img {
  width: 100%;
  max-height: 151px;
}
@media (max-width: 991px) {
  .home-news .box img {
    max-height: 204px;
  }
}
@media (max-width: 1199px) {
  .home-news .box img {
    max-height: 275px;
  }
}
.home-news .box .news-heading {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.8;
  height: 50px;
  color: #ab986c;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.home-news .box .news-date {
  color: #434343;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}
.home-news .box .news-description {
  color: #8f8a8a;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.7;
  min-height: 112px;
  max-height: 112px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-news .box .news-description {
    max-height: 90px;
  }
}
@media (max-width: 1199px) {
  .home-news .box .news-description {
    max-height: 66px;
  }
}
.home-news .box i {
    margin: 2px;
    background-color: #a09f9f;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
}
.home-news .box i:hover {
  background-color: #3992a4;
  color: #FFF;
}
.home-news .box .share-icons a {
  color: #333;
}
.home-news .small-news {
  margin-top: 30px;
  overflow: hidden;
}
.home-news .small-news .news-container {
  width: calc(100% - 120px);
  float: left;
}
.home-news .small-news .news-container .slick-slide {
  margin: 0 10px 0 0;
}
.home-news .small-news .news-container .slick-list {
  margin: 0 0 0 10px;
}
.home-news .small-news .news-container .regular-news {
  display: block;
  background-color: #fff;
  max-height: 60px;
  border: 1px solid #dfdfdf;
}
.home-news .small-news .news-container .regular-news img {
  margin-right: 10px;
  margin-left: 0;
  float: left;
  min-width: 58px;
  height: 58px;
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.home-news .small-news .news-container .regular-news p {
	color: #000;
	font-size: 13px;
	margin: 12px 10px 10px;
	max-height: 36px;
	overflow: hidden;
}
@media (max-width: 991px) {
  .home-news .small-news .news-container .regular-news {
    width: 47.75%;
  }
}
@media (max-width: 767px) {
  .home-news .small-news .news-container .regular-news {
    width: 97%;
  }
}
.home-news .small-news .arrow-previous,
.home-news .small-news .arrow-next {
  width: 60px;
  background-color: #ab986c;
  height: 60px;
  text-align: center;
  color: #FFF;
  line-height: 58px;
  cursor: pointer;
}
.home-news .small-news .arrow-previous:not(.dimmed):hover,
.home-news .small-news .arrow-next:not(.dimmed):hover {
  background-color: #3992a4;
}
.home-news .small-news .arrow-next {
  float: right;
}
.home-news .small-news .arrow-previous {
  float: left;
}
.home-news .small-news .arrow-previous:before {
	font-family: 'FontAwesome';
	content: "\f053";
	color: #FFF;
	font-size: 20px;
}
.home-news .small-news .arrow-next:before {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #FFF;
	font-size: 20px;
}
.home-news .small-news .dimmed {
  background-color: #888;
  cursor: default;
}
.home-news .small-news .dimmed:hover {
  background-color: #888;
}
.home-news .more-news a {
  background-color: #ab986c;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  margin-top: 40px;
}

/* End News Section */
/* Start Custom Advertise */
/* 191016-1 */
.custom-advertise {
  padding: 80px 0 120px;
  min-height: 50vh;
  max-width: 990px;
  margin: auto;
}

.custom-advertise .heading-section h2 {
  color: #3992a4;
  font-weight: bold;
  font-size: 35px;
  margin-top: 40px;
}
.custom-advertise .heading-section .section-subheading {
  color: #969696;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 50px;
}
.custom-advertise .advertise-arrows {
  position: relative;
}
.custom-advertise .advertise-arrows i {
  font-size: 80px;
  position: absolute;
  bottom: -300px;
  color: #ababab;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  cursor: pointer;
  width: 100px;
  height: 300px;
  display: block;
  text-align: center;
  z-index: 10;
  padding-top: 110px;
  background-repeat: repeat-x;
}
.custom-advertise .advertise-arrows i:hover {
  opacity: 1;
}
.custom-advertise .advertise-arrows .fa-angle-left {
  left: -15px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
@media (max-width: 1199px) {
  .custom-advertise .advertise-arrows .fa-angle-left {
    left: -25px;
  }
}
.custom-advertise .advertise-arrows .fa-angle-right {
  right: 165px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
@media (max-width: 1199px) {
  .custom-advertise .advertise-arrows .fa-angle-right {
    right: -25px;
  }
}
/* announcment arrows position on ipad fix + .home-events fix on ipad */
@media (min-width: 991px) and (max-width: 1200px){
  .custom-advertise .advertise-arrows .fa-angle-left {
    left: -25px !important;
  }

  .custom-advertise .advertise-arrows .fa-angle-right{
    right: -25px !important;
  }

 

}

.custom-advertise .advertise-slider .slick-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}

.custom-advertise .advertise-slider .slick-active a {
  cursor: default;
}

.custom-advertise .advertise-slider .slick-current {
  opacity: 1;
  position: relative;

}
.custom-advertise .advertise-slider .slick-current a {
  cursor: pointer !important;
}
.custom-advertise .slider-controls {
  width: 990px;
  margin: auto;
  background-color: #424242;
  color: #EEE;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .custom-advertise .slider-controls {
    height: 46px;
    overflow: visible;
    margin-bottom: 60px;
  }
}
.custom-advertise .slider-controls .bullets-area,
.custom-advertise .slider-controls .share-icons {
  float: right;
  width: 50%;
  padding: 10px;
}
@media (max-width: 767px) {
  .custom-advertise .slider-controls .bullets-area,
  .custom-advertise .slider-controls .share-icons {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.custom-advertise .slider-controls .bullets-area ul {
  list-style: none;
  margin: 4px 10px 0 0;
  padding: 0;
}
.custom-advertise .slider-controls .bullets-area ul li {
  display: inline-block;
  margin-left: 5px;
  height: 12px;
}
.custom-advertise .slider-controls .bullets-area ul li button {
  background-color: #717171;
  color: #717171;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 100%;
  line-height: 24px;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-advertise .slider-controls .bullets-area ul li button:hover {
  background-color: #3a92a4;
}
.custom-advertise .slider-controls .bullets-area ul .slick-active button {
  background-color: #3a92a4;
}
.custom-advertise .slider-controls .share-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .custom-advertise .slider-controls .share-icons ul {
    text-align: center;
  }
}
.custom-advertise .slider-controls .share-icons ul li {
  display: inline-block;
}
.custom-advertise .slider-controls .share-icons ul li a i {
	color: #FFF;
	background-color: #3992a4;
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.custom-advertise .slider-controls .share-icons ul li a i.fa-facebook:hover {
	background-color: #3b5998 !important;
	color: #FFF !important;
}

.custom-advertise .slider-controls .share-icons ul li a i.fa-twitter:hover {
	background-color: #1da1f2 !important;
	color: #FFF !important;
}

.custom-advertise .slider-controls .share-icons ul li a i.fa-linkedin:hover {
	background-color: #0077b5 !important;
	color: #FFF !important;
}

.custom-advertise .slider-controls .share-icons ul li a i.fa-google-plus:hover {
	background-color: #dd4b39 !important;
	color: #FFF !important;
}

.custom-advertise .slider-controls .share-icons ul li a i.fa-envelope:hover {
	background-color: #ffa930 !important;
	color: #FFF !important;
}


@media (max-width: 767px) {
  .custom-advertise .slider-controls .share-icons ul li a {
    display: inline-block;
  }
}
.custom-advertise .slider-text {
  width: 990px;
  margin: 20px auto;
  background-color: #EEE;
  padding: 20px 20px 50px;
  line-height: 2;
  color: #898484;
  font-size: 17px;
  max-width: 96%;
  position: relative;
}
.custom-advertise .slider-text a {
  position: absolute;
  right: 13px;
  bottom: 13px;
  background-color: #3992a4;
  color: #FFF;
  font-size: 14px;
  padding: 2px 15px;
  font-weight: bold;
}
.custom-advertise .more-advertise a {
  background-color: #ab986c;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
}
.more-advertise{
  padding-top: 20px;
}



/* End Custom Advertise */
/* Start Events Section */
.home-events {
  background-image: url("/_layouts/15/2016/Portal/img/events-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  padding-top: 200px;
  /* End Activity Box */
}
.home-events .section-title {
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 991px) {
	.home-events .section-title {
		margin-top: 20px;
	}
}
.home-events .section-description {
  color: #FFF;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-events .section-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-events {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-events .arrows-container1,
.home-events .arrows-container2 {
  position: relative;
  top: 116px;
  text-align: center;
}
@media (max-width: 1199px) {
  .home-events .arrows-container1,
  .home-events .arrows-container2 {
    position: static;
    float: none !important;
    margin: auto;
    width: 180px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .home-events .arrows-container1,
  .home-events .arrows-container2 {
    float: left !important;
    width: auto;
  }
}
.home-events .arrows-container1 {
  float: left;
}
.home-events .arrows-container2 {
  float: right;
}
.home-events .arrow-top,
.home-events .arrow-bottom,
.home-events .arrow-more {
  width: 60px;
  height: 55px;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  font-size: 21px;
  background-color: #3992a4;
  cursor: pointer;
  border-top: 1px solid #7dbac7;
}
@media (max-width: 1199px) {
  .home-events .arrow-top,
  .home-events .arrow-bottom,
  .home-events .arrow-more {
    float: right;
    border-right: 1px solid #7dbac7;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .home-events .arrow-top,
  .home-events .arrow-bottom,
  .home-events .arrow-more {
    width: 32px;
    height: 32px;
    padding-top: 0;
  }
  .home-events .arrow-top i,
  .home-events .arrow-bottom i,
  .home-events .arrow-more i {
    font-size: 13px;
  }
}
.home-events .dimmed {
  background-color: #888;
  cursor: default;
}
.home-events .arrow-top {
  border-right: 0;
  border-top: 0;
}
.home-events .arrow-more {
  background-color: #426e78;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .home-events .arrow-more {
    width: 50px;
  }
}
.home-events .arrow-more a {
  color: #FFF;
}
.home-events .activity-container {
  float: right;
  width: calc(100% - 80px);
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .home-events .activity-container {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.home-events .activity-container .key-status {
  display: inline-block;
  padding: 2px 10px;
  background-color: #27af5f;
  border-radius: 6px;
  color: #FFF;
  font-weight: normal;
}
.home-events .activity-container .key-status.today {
  background-color: #2980b9;
}
.home-events .activity-container .key-status.soon {
  background-color: #16a085;
}
.home-events .activity-container .key-status.finished {
  background-color: #c0392b;
}
.home-events .activity-box {
  overflow: hidden;
  margin-bottom: 25px;
  /* End Date */
  /* End Title Box */
}
@media (max-width: 991px) {
  .home-events .activity-box {
    margin-bottom: 15px;
  }
}
.home-events .activity-box .more-events {
  display: inline-block;
  background-color: #5d91a1;
  padding: 5px 10px;
  font-weight: bold;
  margin-top: 10px;
  color: #FFF;
}
@media (max-width: 991px) {
  .home-events .activity-box .more-events {
    float: right;
    margin: 0;
  }
}
.home-events .activity-box .more-events:hover {
  text-decoration: none;
}
.home-events .activity-box .padding-zero {
  padding-right: 0px;
  padding-left: 0px;
}
.home-events .activity-box .date {
  background-color: #616161;
  padding-top: 22px;
  text-align: center;
  color: #FFF;
  height: 184px;
}
@media (max-width: 991px) {
  .home-events .activity-box .date {
    height: auto;
    text-align: left;
    padding: 10px 20px;
  }
}
.home-events .activity-box .date span {
  display: block;
  direction: ltr;
}
@media (max-width: 991px) {
  .home-events .activity-box .date span {
    display: inline-block;
    font-size: 14px !important;
  }
}
.home-events .activity-box .date .day-name {
  font-size: 14px;
}
.home-events .activity-box .date .day-number {
  font-size: 30px;
  font-weight: bold;
  margin: 2px 0;
}
.home-events .activity-box .date .day-month {
  font-size: 11px;
  margin-bottom: 11px 
}
.home-events .activity-box .date .fa-map-marker {
  color: #e0c897;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-events .activity-box .date .fa-map-marker {
    margin-top: 2px;
    float: right;
    font-size: 20px;
  }
}
.home-events .activity-box .title-box {
  background-color: #FFF;
  text-align: right;
  height: 184px;
}
.home-events .activity-box .title-box .event-url {
  padding: 35px 15px 0;
  display: block;
  outline: none;
  position: relative;
}
.home-events .activity-box .title-box .event-url:hover {
  background-color: #F7F7F7;
}
.home-events .activity-box .title-box .event-url h6 {
  color: #5e91a1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 4px;
}
.home-events .activity-box .title-box .event-url p {
	color: #616161;
	border-bottom: 1px solid #e9e9e9;
	font-size: 13px;
	line-height: 1.7;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 4px;
	text-align: left;
	min-height: 77px;
}
.home-events .activity-box .title-box .event-url .key-status {
	font-size: 12px;
	padding: 1px 8px 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: Tahoma, Arial;
}
.home-events .activity-box .title-box .event-share {
  padding: 10px;
}
.home-events .activity-box .title-box .event-share .sharebox {
  float: left
}
.home-events .activity-box .title-box .event-share a i {
  background-color: #8e8c8c;
  color: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: -4px;
}
.home-events .activity-box .title-box .event-share a  i:hover {
  background-color: #3992a4;
  color: #FFF;
}
.home-events .activity-box .title-box .event-share .fa-google-plus {
  font-size: 10px;
}

.home-events .activity-box .title-box .event-share .discuss-time {
  float: right;
}
.home-events .activity-box .title-box .event-share .discuss-time span {
    display: inline-block;
    color: #FFF;
    padding: 3px 8px 2px;
    text-align: center;
    border-radius: 8px;
    font-size: 10px;
	text-transform: uppercase;
}
.home-events .activity-box .title-box .event-share .discuss-time span .fa-calendar {
  color: #FFF;
  margin: 0;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.home-events .activity-box .title-box .event-share .discuss-time .time-from {
  background-color: #27ae60;
}
.home-events .activity-box .title-box .event-share .discuss-time i {
  font-size: 12px;
  margin: 3px;
}
.home-events .activity-box .title-box .event-share .discuss-time .time-to {
  background-color: #e67e22;
}

/* End Events Section */
/* Start Systems */
.home-systems {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.home-systems h2 {
  color: #3992a4;
  font-weight: bold;
  font-size: 35px;
  margin-top: 40px;
}
.home-systems .section-subheading {
  color: #969696;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.home-systems .service-ajax-list {
  width: 600px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .home-systems .service-ajax-list {
    width: 300px;
  }
}
.home-systems .service-ajax-list .search-service {
	background-color: #FFF;
	border: 5px solid #e3e1e1;
	height: 60px;
	padding: 15px;
	outline: none;
	box-shadow: none;
	width: 100%;
	max-width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #777c80;
	border-radius: 15px;
}
.home-systems .service-ajax-list .search-service:focus {
	border: 5px solid #3b92a4;
}
.home-systems .service-ajax-list .search-service:disabled {
	background-color: #e1e1e1;
	cursor: no-drop;
	border: 5px solid #c0c0c0;
}
.home-systems .service-ajax-list .systems-icons {
  float: right;
  visibility: visible;
  position: relative;
  top: -55px;
  right: -144px;
  display: none;
}
.home-systems .service-ajax-list .systems-icons a {
    color: #FFF;
    margin-left: 2px;
    background-color: #3b92a4;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.home-systems .service-ajax-list .systems-icons a:hover {
	background-color: #ab986c;
}
.home-systems .service-ajax-list .systems-icons a.dimmed {
	background-color: #9c9c9c;
	cursor: no-drop;
}
.home-systems .service-ajax-list .systems-icons a i {
    font-size: 20px;
    line-height: 38px;
}
.home-systems .service-ajax-list .typeahead {
  width: 600px;
  padding: 0;
}
@media (max-width: 767px) {
  .home-systems .service-ajax-list .typeahead {
    width: 300px;
  }
}
.home-systems .service-ajax-list .typeahead > .active > a {
  background: none !important;
  color: #333;
}
.home-systems .service-ajax-list .typeahead li {
  border-bottom: 1px solid #ececec;
}
.home-systems .service-ajax-list .typeahead li:last-child {
  border-bottom: none;
}
.home-systems .service-ajax-list .typeahead li:hover {
  background-color: #EEE !important;
}
.home-systems .service-ajax-list .typeahead li > a {
  padding: 10px;
}
.home-systems .service-ajax-list .typeahead li > a:hover {
  background: none !important;
  color: inherit;
}
.home-systems .service-ajax-list .typeahead li img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.home-systems .service-ajax-list .typeahead li .item-name {
  font-size: 16px;
}
.home-systems .small-system {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
.home-systems .small-system .the-arrow {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  height: 460px;
}
.home-systems .small-system .the-arrow i {
  cursor: pointer;
  width: 70px;
  background-color: #ab986c;
  color: #FFF;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
.home-systems .small-system .the-arrow i:hover {
  background-color: #3992a4;
}
.home-systems .small-system .the-right {
  float: right;
}
.home-systems .small-system .the-right i {
  right: 0;
}
.home-systems .small-system .the-left {
  float: left;
}
.home-systems .small-system .the-left i {
  left: 0;
}
.home-systems .small-system .dimmed i {
  background-color: #888;
  cursor: default;
}
.home-systems .small-system .dimmed i:hover {
  background-color: #888;
}
.home-systems .small-system .systems-holder {
  float: left;
  width: calc(100% - 200px);
}
.home-systems .small-system .systems-holder .col-md-6 {
  display: block;
  position: relative;
}
.home-systems .small-system .systems-holder .col-md-6 .sharebox {
	text-align: right;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.home-systems .small-system .systems-holder .col-md-6 .sharebox a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    color: #a2a2a2;
    font-size: 12px;
	transition: none;
}
@media (max-width: 991px) {
  .home-systems .small-system .systems-holder .col-md-6 {
    width: 100% !important;
  }
}

.home-systems .small-system .systems-holder .col-md-6 p {
  color: #444;
}
.home-systems .small-system .systems-holder .system-box {
  overflow: hidden;
  font-size: 12px;
  height: 132px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 10px;
  background-color: #FFF;
}
.home-systems .small-system .systems-holder .system-box:hover{
	background-color: #eee;
}
.home-systems .small-system .systems-holder .system-box .system-img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 3px;
    background-color: #00749e;
    /* border: 1px solid #e1e1e1; */
    margin: 0 15px;
}
@media (max-width: 991px) {
  .home-systems .small-system .systems-holder .system-box {
    margin-bottom: 0;
  }
}
.home-systems .small-system .systems-holder .system-box.one {
  border-top: 3px solid #00abe1;
}
.home-systems .small-system .systems-holder .system-box.one i {
  background-color: #00abe1;
}
.home-systems .small-system .systems-holder .system-box.one h4 {
  color: #00abe1;
}
.home-systems .small-system .systems-holder .system-box.two {
  border-top: 3px solid #7bb303;
}
.home-systems .small-system .systems-holder .system-box.two i {
  background-color: #7bb303;
}
.home-systems .small-system .systems-holder .system-box.two h4 {
  color: #7bb303;
}
.home-systems .small-system .systems-holder .system-box.three {
  border-top: 3px solid #cb8100;
}
.home-systems .small-system .systems-holder .system-box.three i {
  background-color: #cb8100;
}
.home-systems .small-system .systems-holder .system-box.three h4 {
  color: #cb8100;
}
.home-systems .small-system .systems-holder .system-box.four {
  border-top: 3px solid #6a00e1;
}
.home-systems .small-system .systems-holder .system-box.four i {
  background-color: #6a00e1;
}
.home-systems .small-system .systems-holder .system-box.four h4 {
  color: #6a00e1;
}
.home-systems .small-system .systems-holder .system-box.five {
  border-top: 3px solid #c6a301;
}
.home-systems .small-system .systems-holder .system-box.five i {
  background-color: #c6a301;
}
.home-systems .small-system .systems-holder .system-box.five h4 {
  color: #c6a301;
}
.home-systems .small-system .systems-holder .system-box.six {
  border-top: 3px solid #02cab5;
}
.home-systems .small-system .systems-holder .system-box.six i {
  background-color: #02cab5;
}
.home-systems .small-system .systems-holder .system-box.six h4 {
  color: #02cab5;
}
.home-systems .small-system .systems-holder .system-box i {
  background-color: #f00;
  color: #FFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -35px;
}
.home-systems .small-system .systems-holder .system-box .content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
  height: 18px;
  overflow: hidden;
  text-transform: capitalize;
}
.home-systems .small-system .systems-holder .system-box .content p {
  line-height: 2;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-systems .small-system .systems-holder {
    float: none;
    width: auto;
  }
}
@media (max-width: 991px) {
  .home-systems .small-system .system-box {
    height: auto !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
  .home-systems .small-system .system-box i {
    width: 30px !important;
    height: 30px !important;
    line-height: 34px !important;
    font-size: 15px !important;
    top: auto !important;
    margin-top: auto !important;
    bottom: 4px;
  }
	.home-systems .small-system .systems-holder .col-md-6 .sharebox {
		bottom: -5px;
	}
}
@media (max-width: 767px) {
  .home-systems .small-system {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-systems .small-system .slick-dots {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
	text-align: center;
  }
  .home-systems .small-system .slick-dots li {
    display: inline-block;
    margin-right: 4px;
  }
  .home-systems .small-system .slick-dots li button {
    background-color: #DDD;
    border: none;
    font-size: 0;
    width: 50px;
    height: 18px;
    outline: none;
    margin-right: 0;
  }
  .home-systems .small-system .slick-dots li.slick-active button {
    background-color: #ab986c;
  }
}

.home-systems .more-systems a {
  background-color: #ab986c;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  margin-top: 30px;
}
.home-systems .system-count:before {
	content: '( ';
}
.home-systems .system-count:after {
	content: ' )';
}
/* End Systems */
/* Start Services */
.imam-services {
  background-color: #766337;
  color: #FFF;
  padding-top: 130px;
  padding-bottom: 150px;
  background: linear-gradient(0deg, #766337, rgba(118, 99, 55, 0.71)), url("/_layouts/15/2016/Portal/img/Networking.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .imam-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.imam-services .section-title {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: bold;
}
.imam-services .section-subheading {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: normal;
}
.imam-services .services-holder {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.imam-services .services-holder .search-form {
  margin-bottom: 10px;
  overflow: hidden;
}
.imam-services .services-holder .search-form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}
.imam-services .services-list {
  padding: 0;
}
@media (max-width: 991px) {
  .imam-services .services-list .service-box {
    height: 140px;
    overflow: hidden;
  }
}
.imam-services .services-list.row {
  margin-right: 15px;
  margin-left: 15px;
}
.imam-services .more-services a {
  background-color: #ab986c;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  margin-top: 15px;
}
.imam-services .services-tabsbox {
  background-color: #FFF;
  padding-bottom: 15px;
}
.imam-services .services-tabsbox li a {
  border-radius: 0;
  margin-right: 0px;
  color: #FFF;
  padding: 10px;
  text-align: center;
}

.imam-services .services-tabsbox .nav-tabs {
  margin-bottom: 15px;
}

.imam-services .services-tabsbox li.active > a {
  color: #ab986c !important;
}

.imam-services .services-tabsbox .nav > li > a:focus,
.imam-services .services-tabsbox .nav > li > a:hover {
  color: #ab986c !important;
}

.imam-services .services-tabsbox .nav-tabs > li {
  background-color: #ab986c;
  width: 50%;
}

.imam-services .services-tabsbox .sharebox {
    text-align: right;
    position: relative;
    top: 6px;
}

.imam-services .services-tabsbox .sharebox i {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    color: #a2a2a2;
    font-size: 12px;
    transition: none;
    margin-right: -4px;
}

.imam-services .service-item {
  display: block;
  background-color: #eeeded;
  margin: 10px 10px 0;
  padding: 10px;
  color: #333;
}
.imam-services .service-item:hover {
  background-color: #d6d2d2;
}
.imam-services .service-item .service-name {
	display: block;
	color: #ab986c;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.imam-services .service-section {
    margin-top: 4px;
    display: block;
    color: #909090;
    font-size: 12px;
}

.imam-services .services-btn button {
  color: #FFF;
  background-color: #74643e;
  border-radius: 0;
  border: 0;
  font-family: Tahoma, Arial;
  margin: 0;
}
.imam-services .services-btn button:hover {
  background-color: #3992a4;
}
@media (max-width: 767px) {
  .imam-services .services-btn button {
    width: 100%;
    display: block;
  }
}

.services-btn .btn-primary.active.focus,
.services-btn .open > .dropdown-toggle.btn-primary.focus,
.services-btn .open > .dropdown-toggle.btn-primary:focus,
.services-btn .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #ab986c;
  border: 0px;
  outline: none;
}

.search-result-text {
  color: #77663f;
  font-weight: bold;
  margin: 20px 30px 5px;
}

.services-list li > a {
  background-color: #ab986c;
  padding: 10px;
  margin-top: 20px;
  height: 120px;
  display: block;
  position: relative;
}
.services-list li > a:hover {
  background-color: #a08853;
  text-decoration: none;
}
.services-list li > a .service-name {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .services-list li > a .service-name {
    min-height: 54px;
    max-height: 54px;
  }
}
.services-list li > a .service-date {
	color: #FFF;
}
.services-list li > a .service-maturity {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #FFF;
	color: #ab986c;
	font-weight: bold;
	text-transform: capitalize;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
}
.services-list li > a .sharebox {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.services-list li > a .sharebox i {
	width: 20px;
	height: 20px;
	display: inline-block;
	line-height: 21px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	transition: none;
	margin-right: -4px;
}
.services-list .service-number {
	background-color: #fff;
	border-radius: 4px;
	min-width: 20px;
	padding: 2px 4px;
	color: #ab986c;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* End Services */
/* Start Multimedia */
.multimedia {
  padding: 50px 0;
}

#multimedia-mobile{
  display: none;
}

.multimedia .audio-content,
.multimedia .images-content {
  display: none;
}
.multimedia h2 {
  color: #3992a4;
  font-weight: bold;
  font-size: 35px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .multimedia h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.multimedia .section-subheading {
  color: #969696;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .multimedia .section-subheading {
    font-size: 15px;
  }
}
.multimedia .youtube-video .video-title {
  overflow: hidden;
  background-color: #393939;
  color: #FFF;
  padding: 15px;
  position: relative
}
.multimedia .youtube-video .video-title h3 {
  float: right;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.multimedia .youtube-video .video-title .the-views {
  float: right;
}
.multimedia .youtube-video .video-title .rate-msg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.multimedia .youtube-video .video-title .the-rating {
  float: left;
}
.multimedia .youtube-video .video-information {
  background-color: #EEE;
  padding: 15px;
  margin-top: 10px;
  position: relative;
}
.multimedia .youtube-video .video-information i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #9b9b9b;
  cursor: pointer;
}
.multimedia .youtube-video .video-information h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.multimedia .youtube-video .video-information .description {
  font-size: 14px;
  line-height: 2;
  color: #787878;
  margin-top: 10px;
  margin-bottom: 0;
}
.multimedia .media-tabs {
  background-color: #F3F3F3;
}
@media (max-width: 767px) {

  .multimedia .media-tabs {
    margin-top: 20px;
  }
}
.multimedia .media-tabs .the-tabs {
  padding: 15px;
  margin: 0;
}
.multimedia .media-tabs .the-tabs li {
  display: inline-block;
  font-weight: bold;
  color: #3992a4;
  padding: 10px;
  cursor: pointer;
  
}

@media (max-width: 767px) {
  #multimedia{
    display: none;
  }
  #multimedia-mobile{
    display: block;
  }
}


@media (max-width: 1199px) {
  .multimedia .media-tabs .the-tabs li {
    font-size: 12px;
    padding: 6px;
  }
}
.multimedia .media-tabs .the-tabs .active {
  background-color: #ab986c;
  color: #FFF;
}
.multimedia .media-tabs .content {
  border-top: 5px solid #cbcbcb;
  border-bottom: 5px solid #cbcbcb;
  padding: 10px;
}
.multimedia .media-tabs .content > :not(:first-child) {
  display: none;
}
.multimedia .media-tabs .content .media {
  padding: 10px;
  cursor: pointer;
}
.multimedia .media-tabs .content .media img {
  width: 70px;
}
.multimedia .media-tabs .content .media .media-right {
  padding-left: 0;
  padding-right: 10px;
}
.multimedia .media-tabs .content .media .media-body {
  font-size: 12px;
  color: #3992a4;
  width: 100%;
}
.multimedia .media-tabs .content .media .media-body .media-heading {
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
  color: inherit;
}
.multimedia .media-tabs .content .media .media-body p {
  margin: 0;
}
@media (max-width: 991px) {
  .multimedia .media-tabs .content .media .media-body p {
    font-size: 11px;
    line-height: 2;
  }
}
.multimedia .media-tabs .content .media .media-body .media-info {
  overflow: hidden;
  margin-top: 5px;
}
.multimedia .media-tabs .content .media .media-body .media-info .col-xs-6 {
  padding: 0;
}
.multimedia .media-tabs .content .media .media-body .media-info i {
  color: #a9a9a9;
}
.multimedia .media-tabs .content .media .media-body .media-info .fa-eye {
  color: #ab986c;
}
.multimedia .media-tabs .content .media .media-body .media-info .active {
  color: #ab986c;
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox {
	text-align: right;
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox i {
	font-size: 12px;
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox i:hover {
	background: none !important;
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox .fa-facebook:hover {
	color: #3b5998 !important;
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox .fa-twitter:hover {
	color: #1da1f2 !important
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox .fa-linkedin:hover {
	color: #0077b5 !important
}
.multimedia .media-tabs .content .media .media-body .media-info .sharebox .fa-envelope:hover {
	color: #ffa930 !important
}
.multimedia .media-tabs .content .active {
  background-color: #e9e9e9;
}
.multimedia .media-tabs .media-icons {
  padding: 8px 20px;
}
@media (max-width: 1199px) {
  .multimedia .media-tabs .media-icons {
    padding: 0 20px 5px;
  }
}
.multimedia .media-tabs .media-icons .col-xs-6 {
  padding-right: 2px;
  padding-left: 2px;
}
.multimedia .media-tabs .media-icons li > a {
  background-color: #ab986c;
  display: inline-block;
  color: #FFF;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .multimedia .media-tabs .media-icons li > a {
    padding: 20px;
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
  }
}
.multimedia .media-tabs .media-icons li > a i {
  display: block;
  margin: 0 auto 10px;
  font-size: 30px;
}
.multimedia .images-content .multimedia-gallery {
  background-color: #333;
  padding: 15px 15px 10px 15px;
}
.multimedia .images-content .image-gallery {
  position: relative
}
.multimedia .images-content .image-gallery img {
  max-width: 100%;
  border: 3px solid #3a92a4;
}
.multimedia .images-content .image-gallery .sharebox {
	margin: 15px 0 0;
	position: absolute;
	bottom: 3px;
	left: 3px;
	background-color: rgba(0, 0, 0, 0.4);
	width: calc(100% - 6px);
	padding: 10px;
}
.multimedia .images-content .image-gallery .sharebox i {
    width: 30px;
    height: 30px;
    line-height: 32px;
	color: #FFF !important;
	text-align: center;
}

.multimedia .images-content .image-gallery .sharebox .fa-facebook {
	background-color: #3b5998 !important;
}

.multimedia .images-content .image-gallery .sharebox .fa-twitter {
	background-color: #1da1f2 !important;
}

.multimedia .images-content .image-gallery .sharebox .fa-linkedin {
	background-color: #0077b5 !important;
}

.multimedia .images-content .image-gallery .sharebox .fa-envelope {
	background-color: #ffa930 !important;
}

.multimedia .images-content .gallery-slider-nav .slick-list {
  margin-top: 20px;
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery {
  outline: none;
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery:not(.slick-current) {
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: .4;
  cursor: pointer;
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery img {
  width: 20%;
  height: 86px;
  float: left;
}
@media (max-width: 767px) {
	.multimedia .images-content .gallery-slider-nav .thumb-gallery img {
	  width: 33.333333%
	}
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery.selected {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.multimedia .images-content .gallery-slider-nav .thumb-gallery.selected img {
  border-bottom: 3px solid #3a92a4;
}
.multimedia .images-content .gallery-slider-nav .slick-current > div:first-child {
  margin-bottom: -5px;
}
.gallery-slider-nav {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.the-rating {
  float: right;
}

.the-rating > input {
  display: none;
}

.the-rating > label:before {
  margin: 0 5px 0 0;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.the-rating > label {
  color: #DDD;
  margin-bottom: 0;
  float: right;
}

.the-rating > input:checked ~ label,
.the-rating:not(:checked) > label:hover,
.the-rating:not(:checked) > label:hover ~ label {
  color: #ab986d;
}

.the-rating > input:checked + label:hover,
.the-rating > input:checked ~ label:hover,
.the-rating > label:hover ~ input:checked ~ label,
.the-rating > input:checked ~ label:hover ~ label {
  color: #807456;
}

.multimedia .more-media {
	margin: 20px 0px 10px;
}
/* End Multimeia */
/* Start Settings Icons */
.settings-icons {
	position: absolute;
	top: 60%;
	left: 0;
	z-index: 4;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 320px;
	display: flex;
	align-items: center;
	align-content: center;
	width: 84px;
	flex-wrap: wrap;
	margin: 0;
	direction: ltr;
}
@media (max-width: 991px) {
	.settings-icons {
		width: 58px;
	}
  .settings-icons > li > a {
    padding: 15px;
  }
  .settings-icons li > a i {
    font-size: 2rem;
  }
}
.settings-icons > li .icon-info-content {
  height: 100%;
  background-color: rgba(40, 89, 107, 0.96);
  color: #FFF;
  position: absolute;
  left: 56px;
  top: 0;
  width: 800px;
  text-align: center;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.settings-icons > li .icon-info-content .section-title {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #FFF;
}
.settings-icons > li .icon-info-content .keyboard-icon {
  position: relative;
  display: block;
  width: 100px;
  margin: 5px auto 0;
}
.settings-icons > li .icon-info-content .keyboard-icon:before, .settings-icons > li .icon-info-content .keyboard-icon:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
}
.settings-icons > li .icon-info-content .keyboard-icon:before {
  left: -20px;
}
.settings-icons > li .icon-info-content .keyboard-icon:after {
  right: -20px;
}
.settings-icons > li .icon-info-content .keyboard-keys {
  margin-top: 15px;
}
.settings-icons > li .icon-info-content .keyboard-keys span {
  display: inline-block;
  background-color: #e5e5e5;
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 5px;
  color: #444;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.settings-icons > li .icon-info-content .keyboard-keys span:active {
  top: 1px;
}
.settings-icons > li .icon-info-content .keyboard-keys p {
  margin: 10px 0 0;
  font-size: 13px;
}
.settings-icons > li.active > a {
  background-color: rgba(40, 89, 107, 0.9);
}
.settings-icons > li.active .icon-info-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.settings-icons > li > a {
  display: inline-block;
  background-color: rgba(94, 145, 161, 0.8);
  color: #FFF;
  z-index: 99999;
}
@media (min-width: 992px) {
	.settings-icons > li > a {
		padding: 15px 10px;
	}
}

.settings-icons > li > a:hover {
  background-color: rgba(171, 152, 108, 0.8);
}
.settings-icons > li:not(:last-child) a {
  border-bottom: 1px solid #6a93a2;
}
.settings-icons .calendar-container .calendars-year-header {
	text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
@media (max-width: 991px) {
  .settings-icons .calendar-container,
  .settings-icons .categories-container {
    border-radius: 10px !important;
    left: 56px !important;
	width: 650px !important;
  }
  .settings-icons .calendar-container .calendars-month a {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .settings-icons .calendar-container {
    width: 90% !important;
    left: 5% !important;
  }
  .settings-icons .calendar-container .calendars-month a {
    width: 40px;
  }
}
.settings-icons .calendar-container .calendar-box {
  padding: 0;
  margin-top: 8px;
}
.settings-icons .calendar-container .calendar-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 129, 143, 0.8);
  z-index: 2;
  padding: 20px;
  text-align: left;
  display: none;
}
.settings-icons .calendar-container .calendar-info .overlay-date {
  background-color: rgba(171, 152, 108, 0.8);
  color: #FFF;
  padding: 15px;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.settings-icons .calendar-container .calendar-info .overlay-close:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 15px;
}
.settings-icons .calendar-container .calendar-info .tasks-list {
    list-style: none;
    padding: 0;
    max-height: 182px;
    overflow: auto;
}
.settings-icons .calendar-container .calendar-info .tasks-list li {
	background-color: rgba(222, 222, 222, 0.88);
	margin: 5px 0 0;
	font-size: 14px;
	color: #0b0b0b;
}
.settings-icons .calendar-container .calendar-info .tasks-list li a {
    text-decoration: none;
    border-bottom: 0;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
.settings-icons .calendar-container .calendar-keys ul {
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}
.settings-icons .calendar-container .calendar-keys ul li {
  display: inline-block;
  margin-right: 10px;
}
.settings-icons .calendar-container .calendar-keys ul span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.settings-icons .calendar-container .calendar-keys ul .today-color {
  background-color: #ab986c;
}
.settings-icons .calendar-container .calendar-keys ul .event-color {
  background-color: #3992a4;
}
.settings-icons .calendar-container .newArchLink {
	font-weight: bold;
	font-size: 13px;
	background-color: #283e47 !important;
	padding: 5px 10px !important;
	color: #FFF !important;
	display: block;
	min-width: 120px;
	border: none;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
@media (max-width: 991px) {
  .settings-icons .categories-container .the-note {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .settings-icons .categories-container {
    width: 90% !important;
    left: 5% !important;
    height: 330px !important;
    top: auto !important;
    bottom: 68px;
  }
  .settings-icons .categories-container ul {
    margin-top: 5px !important;
  }
  .settings-icons .categories-container .the-note {
    text-align: center !important;
    padding-top: 15px !important;
  }
}
.settings-icons .categories-container .categories-checkboxes ul {
  font-size: 16px;
  margin-top: 30px;
}
.settings-icons .categories-container .categories-checkboxes ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}
.settings-icons .categories-container .categories-checkboxes ul li .cat-navigate {
  display: block;
  cursor: pointer;
  width: 80%;
  margin: auto;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .settings-icons .categories-container .categories-checkboxes ul li .cat-navigate {
    padding: 0;
  }
}
.settings-icons .categories-container .categories-checkboxes ul li .cat-navigate:hover {
  background-color: #1d414e;
}
.settings-icons .categories-container .categories-checkboxes ul li .cat-navigate i {
  display: block;
  margin-bottom: 10px;
}
.settings-icons .categories-container .the-note {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* End Settings Icons */

/* Start Base Classes */
.transition, .scrolling .mega-holder, .home-news .box, .home-news .small-news .arrow-left,
.home-news .small-news .arrow-right, .home-news .more-news a, .custom-advertise .more-advertise a, .home-events .activity-box .title-box .event-url, .home-systems .more-systems a, .imam-services .more-services a, .service-item, .services-list a, .multimedia .media-tabs .content .media, .multimedia .media-tabs .media-icons li > a, .multimedia .images-content .gallery-slider-nav .thumb-gallery, .settings-icons li .icon-info-content, .home-systems .service-ajax-list .search-service {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
 .home-systems .small-system .the-arrow i, .home-systems .small-system .systems-holder .system-box {
 -webkit-transition: background-color .4s ease-in-out;
 -moz-transition: background-color .4s ease-in-out;
 -o-transition: background-color .4s ease-in-out;
 -ms-transition: background-color .4s ease-in-out;
 transition: all .background-color ease-in-out;
 }

.background-cover, .landing, .imam-services {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* End Base Class */

.timeline-Widget--edge {
	
}

/* By Tareq */
.more-media a {
    padding: 6px 18px 8px;
    color: #fff;
    font-size: 14px;
}
/* end of Tareq edit */

/* fix by tareq */ 

/* Start Global Effects & Elements */
.open > .dropdown-menu {
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scrolldown-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -15px;
  text-align: center;
}
.scrolldown-btn svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: auto;
}
.scrolldown-btn svg path.first-path {
  -webkit-animation: scrollanim 1s ease-in-out infinite;
  animation: scrollanim 1s ease-in-out infinite;
  animation-delay: 0.8s;
}
.scrolldown-btn svg path.second-path {
  -webkit-animation: scrollanim2 1s ease-in-out infinite;
  animation: scrollanim2 1s ease-in-out infinite;
}

@-webkit-keyframes scrollanim {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.8;
  }
}
@-moz-keyframes scrollanim {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes scrollanim {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .8;
  }
}
@-webkit-keyframes scrollanim2 {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0.6;
  }
}
@-moz-keyframes scrollanim2 {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0.6;
  }
}
@keyframes scrollanim2 {
  0% {
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 0.6;
  }
}

/*icon whatsapp only*/

.sharebox .shareWhatsappBg {
	display: inline-block; 
}

/* End Global Effects & Elements */



@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .landing .university-text .intro-text p{
    font-size: 18px;
  }
}