::-webkit-scrollbar {
  background: #af7e3b;
  overflow: visible;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #af7e3b;
  border: solid #FDFCFA;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.8)
}
::-webkit-scrollbar-thumb:horizontal {
  border-width: 2px 2px;
  min-width: 100px;
}
::-webkit-scrollbar-thumb:vertical {
  border-width: 2px 2px;
  min-height: 100px;
  cursor: pointer;
}
::-webkit-scrollbar-track-piece {
  background-color: #FDFCFA;
  border-left:0 #e5e5e5 solid;
}
::-webkit-scrollbar-corner {
  background: #FDFCFA;
}
::-webkit-scrollbar-thumb {
  background-color: #af7e3b;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #af7e3b;
}
IMG{
	border: none;
}
/* cairo-regular - latin_arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo-v5-latin_arabic-regular.eot'); /* IE9 Compat Modes */
  src: local('Cairo'), local('Cairo-Regular'),
       url('../fonts/cairo-v5-latin_arabic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v5-latin_arabic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v5-latin_arabic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v5-latin_arabic-regular.svg#Cairo') format('svg'); /* Legacy iOS */
}

/*common*/
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
.btn, .form-control{
	border-radius: 0;
}
body {
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background-color: #eef2f5;
    background: #eef2f5;
}
.bodyColor{
	background-color: #f0f0f0;
}
.main_wrapper.container {
	padding: 0;
	background-color: #ffffff;
}
a, a:hover{
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
    text-decoration: none;
    font-size: 14px;	
}
p{
	margin:0 0 15px;
}

h1{
    font-size: 30px;
	text-transform:uppercase;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 14px;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
    margin: 0;
    color: #282428;
    line-height: 30px;
}
ul{
	list-style-type:none;
	margin:0;
}
a,a:focus, a:active{
	outline:none!important;
}
img{
	max-width:100%;
}
iframe{
	border: none;
}
.header{
	float:left;
	height:auto;
	background:#fff;
	padding:5px 0;
	background-color: #ffffff;
}
.fixed-top{
	top: 0;
	z-index: 9999;
	height: auto;
    -webkit-box-shadow: 0 3px 3px -1px rgba(0,0,0,.15);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.15);
    background-color: rgba(255, 255, 255, 0.95);
}
.navbar-default{
	background: none;
}
.header .navbar-brand{
	padding:0!important;
	margin:0!important;
}
.header .navbar-brand img{
	width:260px;
	height:auto;
}
.header_inner{
	width:100%;
	float:center;
	height:auto;
}
.header .navbar-collapse{
	padding:0;
}
.header .navbar-nav.navbar-right:last-child {
    margin-right: 10px;
}
.header .navbar-default .navbar-nav > li > a{
	font-size:14px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	padding:11px 20px !important;
	font-weight:400;
}
.header .navbar-default .navbar-nav > li > a:hover{
	color:#0060b1;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background:none;
	color:#0060b1;
}
.nav.navbar-nav.navbar-right{
	padding:10px 0;
}
.header .navbar-default .navbar-nav > li.apply_now a{
	background:#49c32c;
	color:#fff !important;
}
.header .navbar-default .navbar-nav > li.apply_now a:hover, .header .navbar-default .navbar-nav > li.apply_now.active a, .header .navbar-default .navbar-nav > li.apply_now.active a:hover{
	color:#fff !important;
}
.navbar-brand > img{
	margin: 0;
}
.header .navbar-nav > li > .dropdown-menu{
	width:205px;
	padding:0 10px;
	border:1px solid #e0e1e2;
	-webkit-box-shadow:0 4px 10px rgba(112, 68, 28, 0.8);
	-moz-box-shadow:0 4px 10px rgba(112, 68, 28, 0.8);
	box-shadow:0 4px 10px rgba(112, 68, 28, 0.8);
	-webkit-border-radius:2px!important;
	-moz-border-radius:2px!important;
	border-radius:2px!important;
	left:20px;
	top:36px;
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover{
	color:#0060b1;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#0060b1;
	font-weight: 400;
}
.navbar-default .navbar-nav > .apply_now.active > a, .navbar-default .navbar-nav > .apply_now.active > a:hover, .navbar-default .navbar-nav > .apply_now.active > a:focus{
	color:#fff!important;
}
.header .navbar-default .navbar-nav li.active li a{
	color: #000000;
}
.header .navbar-nav > li > .dropdown-menu:before {
    content: "";
    display: block;
    width: 10px; 
    height: 10px; 
    position: absolute;
    top: -10px;
    left: 50%;
	margin-left:-7px;
	background:url(../img/tasjeel.png) no-repeat center bottom;
}

.dropdown-menu > li > a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#545454;
	text-transform:capitalize;
	padding:9px 0;
	display:block;
	border-bottom:1px solid #e2e3e4;
}
.dropdown-menu > li.active > a{
	background:none;
	color:#0060b1;
}
.header .dropdown-menu > li > a:hover{
	background:none;
}
.header .dropdown-menu > li:last-child a{
	border:none;
}
.inlineMenu{
	width:100%;
	float:left;
	height:auto;
	padding: 0;
	border-top:1px solid #00549b;
}
.inlineMenu .list-inline{
	margin:0;
}
.inlineMenu .list-inline li{
	padding:0;
	margin:0 50px 0 0;
	position:relative;
}
.inlineMenu .list-inline li:last-child{
	margin-right:0;
}
.inlineMenu .list-inline li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	color:rgba(255, 255, 255, 0.6);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.inlineMenu .list-inline li a:hover,.inlineMenu .list-inline li.active a{
	color:rgba(255, 255, 255, 1);
}
.banner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
	background:#ffffff;
}
.banner .slides{
	position:relative;
	z-index:99;
}

.banner .slides li{
	position:relative;
}
.flex-direction-nav{
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	top:0;
	margin:0;
}
.flex-direction-nav a{
	position:absolute;
	height:100%;
	text-indent:-9999px;
	width:36px;
	z-index:9999;
	height: 48px;
	margin-top: -24px;
	top: 50%;
	text-indent:-9999px;
	z-index:9999;
}
.banner .flex-direction-nav a.flex-prev {
    background: rgba(0, 0, 0, 0) url("../img/prev.png") no-repeat scroll left center;
    left: 0;
    position: absolute;
    
}
.banner .flex-direction-nav a.flex-next{
	position:absolute;
	background:url(../img/next.png) no-repeat left center;
	right:0;
}
.banner_caption{
	width:100%;
	float:left;
	height:auto;
	position:absolute;
	bottom:45px;
	opacity:0;
	z-index:9999;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.item.active .banner_caption{
	opacity:1;
}
#recommended-item-carousel .recommended-item-control{
	position:absolute;
	top:50%;
	margin-top:-24px;
	z-index:999;
	
}
#recommended-item-carousel:hover .recommended-item-control{
}
#recommended-item-carousel .recommended-item-control.left{
	left: 0;
	display: none;
}
#recommended-item-carousel .recommended-item-control.right{
	right:0;
		display: none;
}
.caption_inner {
    width: 595px;
    padding: 30px;
    background: rgba(30, 147, 200, 0.45);
    position: relative;
    z-index: 9999;
}
.caption_inner h1 {
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    /* font-weight: 700; */
    font-size: 1em;
    color: #ffffff;
    /* text-transform: uppercase; */
    margin: 0 0 12px;
    line-height: 1.5em;
}
.caption_inner p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:24px;
	margin:0 0 30px;
}
.caption_inner a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	color:#fff;
	padding:12px 40px;
	background:#49c32c;
	cursor:pointer;
	
}
.aboutArea{
	width:100%;
	float:left;
	height:auto;
	padding:25px 0 40px;
}

/*====================================== home page =======================================*/

.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer{
    width: 100%;
    display: block;
}
.aboutArea, .footer{
    padding: 35px 0 40px 0;
  background: #af7e3b; /* Old browsers  af7e3b  af7e3b*/
    background: -moz-linear-gradient(left,  #af7e3b 0%, #af7e3b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#af7e3b), color-stop(100%,#af7e3b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #af7e3b 0%,#af7e3b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #af7e3b 0%,#af7e3b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #af7e3b 0%,#af7e3b 100%); /* IE10+ */
    background: linear-gradient(to right,  #af7e3b 0%,#af7e3b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7e3b', endColorstr='#af7e3b',GradientType=1 ); /* IE6-9 */
}

.about_inner{
	width:100%;
	float:left;
	height:auto;
}
.about_inner ul{
	float:left;
	list-style-type:none;
	margin:0;
}
.about_inner ul li{
	width:270px;
	float:left;
	margin:0 20px 0 0;
}
.about_inner ul li:last-child{
	margin-right:0;
}


.aboutTitle > h2{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:26px;
	color:#ffffff;
	text-transform:uppercase;
	margin:0 0 25px;
}
.aboutImage{
    position: relative;
    max-height: 170px;
}
.videoLeft iframe{
	width:100%;
}
.captionLink, .captionLink:hover{
    width: 100%;
    height: 44px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    text-indent: 13px;
    background-color: #0060b1;
    position: absolute;
    left: 0;
    bottom: 0;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	color:#fff;
}
.captionLink:focus{
	color:#fff;
	text-decoration:none;
}
.captionLink > span{

    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    float: right;
    margin: 16px 10px 0 0;
}
.mainContent{
    padding: 47px 0 0 0;
    background-color: #fff;
    border-bottom: 1px solid #dce4ea;
	float:left;
}
.videoArea {
    margin-bottom: 27px;
    padding: 5px;
    border: 1px solid #29AFEA;
    background-repeat: repeat-x;
    background-position: top center;
}
.videoArea > h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #13A6E8;
    font-family: master-bold;
    margin-left: 10px;
    border-left: #13A7E9 solid 3px;
    padding-left: 10px;
}
.videoLeft, .videoRight{
    display: inline-block;
    float: left;
}
.videoLeft{
    width: 250px;
    height: auto;
    position: relative;
}
.videoLeft img{
	cursor:pointer;
	width:100%;
}
.videoButton{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    cursor: pointer;
	margin-top:-39px;
	
}
.videoRight{
    float: right;
    width: 500px;
}

.videoRight > p {
    margin: 0 0 15px 0;
    font-family: master-reg;
    line-height: 2em;
    color: #5F5F5F;
    text-align: justify;
    height: 190px;
    padding-right: 20px;
}
.learnBtn {
    padding: 0;
    height: 42px;
    border: none !important;
    border-radius: 0;
    line-height: 42px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400!important;
    width: 30%;
    float: inherit;
    display: inline-block;
    margin-left: 1em;
    margin-top: .33em;
    background-color: #545454;
}
.resultPart > .list-inline{
    margin: 0;
}
.resultPart > .list-inline > li{
    padding: 0;
    margin-right: 19px;
	float:left;
}
.resultPart > .list-inline > li:last-child{
    margin-right: 0;
}
.resultPart > .list-inline > li > h4{
    color: #000;
    margin-bottom: 13px;
}
.menuLink > li{
    list-style: none;
}
.menuFooter{
    background-color: #fff;
	width:100%;
	float:left;
	height:auto;
	padding:17px 0 35px;
}
.menuLink > li >a{
    line-height: 30px;
    color: #000;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
.menuLink > li >a:hover{
    opacity: .8;
}
.borderLeft{
    border-left: 1px solid #dce4ea;
    height: 166px;
}
.socialArea > h5, .contactNo > h5{
    margin-bottom: 10px;
    text-transform: uppercase;
	
}
.socialArea i{
	text-shadow: 
		#9A9A9A 1px 1px,
		#9A9A9A 2px 2px,
		#9A9A9A 3px 3px,
		#9A9A9A 4px 4px,
		#9A9A9A 5px 5px,
		#9A9A9A 6px 6px,
		#9A9A9A 7px 7px,
		#9A9A9A 8px 8px,
		#9A9A9A 9px 9px,
		#9A9A9A 10px 10px,
		#9A9A9A 11px 11px,
		#9A9A9A 12px 12px,
		#9A9A9A 13px 13px,
		#9A9A9A 14px 14px,
		#9A9A9A 15px 15px,
		#9A9A9A 16px 16px,
		#9A9A9A 17px 17px,
		#9A9A9A 18px 18px,
		#9A9A9A 19px 19px,
		#9A9A9A 20px 20px,
		#9A9A9A 21px 21px,
		#9A9A9A 22px 22px,
		#9A9A9A 23px 23px,
		#9A9A9A 24px 24px,
		#9A9A9A 25px 25px,
		#9A9A9A 26px 26px,
		#9A9A9A 27px 27px,
		#9A9A9A 28px 28px,
		#9A9A9A 29px 29px,
		#9A9A9A 30px 30px,
		#9A9A9A 31px 31px,
		#9A9A9A 32px 32px,
		#9A9A9A 33px 33px,
		#9A9A9A 34px 34px,
		#9A9A9A 35px 35px,
		#9A9A9A 36px 36px,
		#9A9A9A 37px 37px,
		#9A9A9A 38px 38px,
		#9A9A9A 39px 39px,
		#9A9A9A 40px 40px,
		#9A9A9A 41px 41px,
		#9A9A9A 42px 42px,
		#9A9A9A 43px 43px,
		#9A9A9A 44px 44px,
		#9A9A9A 45px 45px,
		#9A9A9A 46px 46px,
		#9A9A9A 47px 47px,
		#9A9A9A 48px 48px,
		#9A9A9A 49px 49px,
		#9A9A9A 50px 50px,
		#9A9A9A 51px 51px,
		#9A9A9A 52px 52px,
		#9A9A9A 53px 53px,
		#9A9A9A 54px 54px,
		#9A9A9A 55px 55px,
		#9A9A9A 56px 56px,
		#9A9A9A 57px 57px,
		#9A9A9A 58px 58px,
		#9A9A9A 59px 59px,
		#9A9A9A 60px 60px,
		#9A9A9A 61px 61px,
		#9A9A9A 62px 62px,
		#9A9A9A 63px 63px,
		#9A9A9A 64px 64px,
		#9A9A9A 65px 65px,
		#9A9A9A 66px 66px,
		#9A9A9A 67px 67px,
		#9A9A9A 68px 68px,
		#9A9A9A 69px 69px,
		#9A9A9A 70px 70px,
		#9A9A9A 71px 71px,
		#9A9A9A 72px 72px,
		#9A9A9A 73px 73px,
		#9A9A9A 74px 74px,
		#9A9A9A 75px 75px,
		#9A9A9A 76px 76px,
		#9A9A9A 77px 77px,
		#9A9A9A 78px 78px,
		#9A9A9A 79px 79px,
		#9A9A9A 80px 80px,
		#9A9A9A 81px 81px,
		#9A9A9A 82px 82px,
		#9A9A9A 83px 83px,
		#9A9A9A 84px 84px,
		#9A9A9A 85px 85px,
		#9A9A9A 86px 86px,
		#9A9A9A 87px 87px,
		#9A9A9A 88px 88px,
		#9A9A9A 89px 89px,
		#9A9A9A 90px 90px,
		#9A9A9A 91px 91px,
		#9A9A9A 92px 92px,
		#9A9A9A 93px 93px,
		#9A9A9A 94px 94px,
		#9A9A9A 95px 95px,
		#9A9A9A 96px 96px,
		#9A9A9A 97px 97px,
		#9A9A9A 98px 98px,
		#9A9A9A 99px 99px,
		#9A9A9A 100px 100px;
	
}





.socialArea > .list-inline > li > a:hover > img{
    opacity: .8;
}
.socialArea > .list-inline{
    margin-left: 0;
}
.socialArea > .list-inline > li{
    padding: 0;
    /*float: right;
    margin-right: 4px;*/
    display:inline-block;
}
.socialArea{
    margin-bottom: 5px;
}
.contactNo > h3{
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
}



/*====================================== about =======================================*/
.content_top{
	width:100%;
	float:left;
	height:auto;
	padding:30px 0 80px;
	background:#fff;
}
.content_top h1{
	margin:0 0 15px;
}
.content_top p{
	margin:0 0 25px;
}
.content_left ul{
	float:left;
	margin:0 ;
	list-style-type:none;
}
.content_left ul li{
	width: 100%;
    line-height: 27px;
    margin: 0 0 16px;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #000;
    position: relative;
    padding-left: 35px;
	
}
.content_top .content_left ul li:before {
    font-size: 24px !important;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    content: "\f05d";
    color: #49c32c;
    font: normal normal normal 24px/1 FontAwesome;
    font-weight:lighter;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 1px;
}
.content_right{
	width:100%;
	float:left;
	height:auto;
	margin-top:50px;
}
.about_caption{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	float:left;
	background:rgba(0,0,0,0.35);
	padding:15px 10px;
}
.about_caption h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-family: master-bold;
}
.flex-control-paging{
	position:absolute;
	bottom:70px;
	text-align:center;
	width:100%;
	float:left;
	margin:0;
	z-index:999;
	list-style-type:none;
}
.flex-control-paging li{
	display:inline-block;
	margin:0 2px;
}
.flex-control-paging li a{
	display:block;
	text-indent:-99999px;
	cursor:pointer;
	width: 10px;
	height: 10px;
	background: #ffffff;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
}

.flex-control-paging li a.flex-active{
	background: #0060b1;
}
#about_banner .flex-direction-nav a{
	width:30px;
	height:76px;
}
#about_banner .flex-direction-nav a.flex-prev{
	background:url(../img/prev.png) no-repeat left center;
}
#about_banner .flex-direction-nav a.flex-next{
	background:url(../img/next.png) no-repeat left center;
}


.count_section{
	width:100%;
	float:left;
	height:auto;
	min-height:455px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding:65px 0 62px;
}
.count_title{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin:0 0 55px;
}
.count_title h1{
	text-transform:uppercase;
	color:#fff;
	margin:0;
}
.count_inner{
	width:100%;
	float:left;
	height:auto;
	min-height:240px;
	background:#fff;
	border-top:3px solid #50afff;
	text-align:center;
	padding:35px 20px 10px;
	
}
.count_inner.postgraduate{
	border-top:3px solid #ffc85d;
}
.count_inner.post{
	border-top:3px solid #ffc85d;
}
.count_inner.res{
	border-top:3px solid #84e06f;
}
.count_inner.stuff{
	border-top:3px solid #ff8484;
}
.count_inner h1{
	font-size:50px;
	font-weight:700;
	color:#000;
	margin:0 0 26px;
}
.count_inner h3{
	font-size:20px;
	font-weight:700;
	color:#7e7e7e;
	text-transform:uppercase;
	line-height:33px;
}
.content_bottom{
	width:100%;
	float:left;
	height:auto;
	padding:55px 0 45px;
	background:#f1f4f7;
}
.carousal_title{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding:0 25%;
}
.carousal_title h1{
	margin:0 0 20px;
}
.carousal_title p{
	margin:0 0 42px;
}
.carousal_section{
	width:100%;
	float:left;
	height:auto;
}

.carousal_section ul{
	float:left;
	height:auto;
	margin:0;
}
.carousal_section ul li{
	position:relative;
	float:left;
	height:auto;
	margin:0 50px;
}
.carousal_content{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:20px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.08);
	-o-box-shadow:0 1px 1px rgba(0,0,0,0.08);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,0.08);
	box-shadow:0 1px 1px rgba(0,0,0,0.08);
	position:relative;
	margin:0 0 36px;
}
.carousal_content::after{
	width:26px;
	height:27px;
	position:absolute;
	content:" ";
	bottom:-27px;
	left:95px;
}

.carousal_content p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:14px;
	color:#7e7e7e;
	margin:0;
	line-height:28px;
}
.carousal_bottom{
	width:100%;
	float:left;
	height:auto;
	padding-left:30px;
}
.carousal_bottom .thumb{
	width:91px;
	float:left;
	height:auto;
	margin-right:22px;
}
.carousal_bottom .thumb img{
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
}
.thumb_title{
	width:60%;
	float:left;
	height:auto;
	margin:20px 0 0;
}
.author_name{
	width:100%;
	float:left;
	height:auto;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:16px;
	color:#000;
}
.author_designation{
	width:100%;
	float:left;
	height:auto;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:14px;
	color:#7e7e7e;
}
.author_designation a{
	text-decoration:none;
	color:#49c32c;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:italic;
}

.carousal_section .flex-control-paging{
	position:relative;
	bottom:0;
	margin-top:80px;
}


/*========================================== News =================================*/
.post_section{
	width:100%;
	float:left;
	height:auto;
	padding:30px 0 60px;
	border-bottom:1px solid #dce4ea;
}
.post_left_section{
	width:100%;
	float:left;
	height:auto;
	padding-right:30px;
	border-right:1px solid #dce4ea;
}
.post{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 30px;
	border-bottom:1px solid #dce4ea;
}
.post_thumb{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 13px;
}
.post_thumb > img{
	width:100%;
	float:left;
}
.meta{
	width:100%;
	float:left;
	height:auto;
	padding:0 0 6px 0;
	border-bottom:1px solid #dce4ea;
	margin:0 0 25px;
}
.meta > span{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:400;
	font-style:italic;
	line-height:20px;
	display:inline-block;
	padding-right:20px;
	margin-right:10px;
	border-right:1px solid #dce4ea;
}
.meta > span a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	color:#49c32c;
	text-decoration:none;
}
.meta > span.date{
	border:none;
	padding:0;
	margin:0;
}
.post h1{
	font-weight:normal;
	color:#282428;
	margin:0 0 15px;
	width:100%;
	float:left;
	height:auto;
}
.post h1 > a{
	font-family:inherit;
	color:#282428;
	font-size:inherit;
}
.post_desc{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 20px;
}
.post_bottom{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 35px;
}
.post_bottom ul{
	width:100%;
	float:left;
}
.post_bottom ul li{
	width:auto;
	float:left;
	margin-right:25px;
}
.post_bottom ul li a{
	position:relative;
	text-decoration:none;
	width:59px;
	height:39px;
	background:#f2f2f2;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	display:block;
	text-align:center;
}
.post_bottom ul li a span{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	line-height:18px;
	background:#49c32c;
	border:3px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	top:-8px;
	width:24px;
	text-align:center;
	display:block;
	right:-6px;
}
.post_bottom ul li img{
	margin-top:12px;
}
.pagination_section{
	width:100%;
	float:left;
	height:auto;
}
.pagination_section li{
	width:auto;
	float:left;
}
.pagination_section li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#000;
	line-height:34px;
	padding:0 20px;
	background:#f2f2f2;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
.post_right_inner{
	width:100%;
	left:left;
	height:auto;
}
.related_post_sec{
	width:100%;
	float:left;
	height:auto;
}
.related_post_sec h3{
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:1px solid #dce4ea;
	margin:0 0 18px;
} 
.related_post_sec ul{
	width:100%;
	float:left;
}
.related_post_sec ul li{
	width:100%;
	float:left;
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:1px solid #dce4ea;
	display:table;
}
.related_post_sec ul li:last-child{
	border:none;
}
.rel_thumb{
}
.rel_right{
	width:auto;
	height:auto;
}
.rel_right h4{
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.rel_right span.date{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:20px;
}
.rel_right span.date a{
	text-decoration:none;
	color:#49c32c;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
}
.related_post_sec a.more_post{
	width:100%;
	float:left;
	height:auto;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	line-height:44px;
	border:1px solid #0060b1;
	text-align:center;
}

.formTitle.news{
	width:100%;
	float:left;
	height:auto;
	
}
.formTitle.news h3.extraPadding{
	padding-bottom:0!important;
	border:none!important;
}
.newsletter{
	width:100%;
	float:left;
	height:auto;
}
.newsletter h3{
	border:none;
	padding:0;
}




/*.footer{
    padding: 20px 0;
	float:left;
	width:100%;
}*/

.footer {
    padding: 20px 0;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 34px;
}


.copyRight{
    margin-bottom: 0!important;
    color: rgba(255, 255, 255, .5);
}
.list-inline.footerMenu{
    float: right;
    margin-bottom: 0;
}
.list-inline.footerMenu > li > a, .list-inline.footerMenu > li{
    color: rgba(255, 255, 255, .5);
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.list-inline.footerMenu > li > a:hover{
    color: rgba(255, 255, 255, .8);
}

.find_three_inner{
	width:100%;
	float:left;
	height:auto;
	padding-left:30px;
	border-left:1px solid #dce4ea;
}
.form-control{
    height: 42px;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
    font-size: 14px;
    color: #000;
    border-color: #dcdfe3;
}
.form-control:focus{
    border-color: #49c32c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.commonBtn, .commonBtn:hover{
    padding: 0;
    background-color: #49c32c;
    text-transform: uppercase;
    color: #fff;
    border-color: #49c32c;
    height: 42px;
    line-height: 42px;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
    cursor: pointer;
}
.commonBtn:hover{
    background-color: rgba(73, 195, 44, .95);
}
.formTitle > h3{
    margin-bottom: 25px;
	text-transform:uppercase;
}
.formTitle > p{
    margin-bottom: 33px;
}
.selectBox{
    margin-bottom: 20px;
    width: 100%;
}
.formArea .form-group{
	margin:0 0 20px;
}
.sbHolder, .sbSelector, .sbSelector:hover, .sbOptions a {
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.formArea,.getArea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #DCE4EA;
    border-top: 3px solid #49c32c;
}
.getArea{
	margin-bottom:0;
}
.extraPadding{
    padding-right: 25px;
    margin-bottom: 18px !important;
}
.getImage{
    width: 100%;
    border: 1px solid #dce4ea;
    margin-bottom: 20px;
	text-align:center;
}
.reduceMargin{
    margin-bottom: 17px !important;
}
/*.findBorder{
   border-left: 1px solid #dce4ea; 
}*/

/*menu*/
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navbar-default{
   border: none;
   margin-bottom: 10px !important;
}
.navbar-brand{
    padding: 5px 0 0 0 !important;
}
.navbar-nav > li > a{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
/*menu end*/
.inlineMenu{
    width: 100%;
    background-color: #0060b1;
}


/*==================================== courses ==============================*/

.courses_section{
	width:100%;
	float:left;
	height:auto;
	padding:30px 0 70px;
	border-bottom:1px solid #dce4ea;
}
.courses_right_inner{
	padding-left:30px;
	border-left:1px solid #dce4ea;
	width:100%;
	float:left;
}
.courses_right_inner .table-striped > tbody > tr:nth-child(2n) > td, .courses_right_inner .table-striped > tbody > tr:nth-child(2n) > th{
	background:#f6f9fa;
}
.courses_right_inner th{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:11px 13px 11px 15px!important;
	border-bottom:none!important;
	background:#0060b1;
	vertical-align:middle!important;
	cursor:pointer;
	position: relative;
}

.courses_right_inner td{
	padding:8px 13px 10px 15px!important;
}
.courses_right_inner tr.option td{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#000;
	background:#c6d1d5!important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	border:1px solid #dce4ea;
}
.courses_right_inner td ul{
	width:100%;
	float:left;
	list-style-type:none;
	margin:0;
}
.courses_right_inner td ul li{
	width:100%;
	float:left;
}
.courses_right_inner td ul li.active a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	text-decoration:underline;
	color:#0060b1;
	font-size:14px;
}
.courses_right_inner td a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	text-decoration:none;
	color:#000;
	font-size:14px;
}
.courses_right_inner td a:hover{
	color:#0060b1;
}
.courses_right_inner td ul li.active a:hover{
	text-decoration:none;
}
.courses_right_inner tr td{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#282428;
}
.courses_right_inner .pagination{
	float:right;
	margin:15px 0 0;
}
.pagination > li > a, .pagination > li > span{
	margin-left:10px;
	padding:7px 13px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:0;
}
.pagination > li > a, .pagination > li > span{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	border:1px solid #0060b1;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	border-color:#0060b1;
	background:#0060b1;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	border-color:#0060b1;
	background:#0060b1;
	color:#fff;
}
.table-responsive.courses{
	width:100%;
	float:left;
	height:auto;
}
.search_section{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 20px;
}
.search_section li{
	width:284px;
	float:left;
	height:auto;
	margin:0 20px 0 0;
}
.search_section li:last-child{
	margin:0;
}
.search_section li.search_button{
	width:261px;
}
.search_section li .form-control{
	box-shadow:none;
}
.sbOptions li{
	width:100%;
}
.courses_left_inner{
	width:100%;
	float:left;
	height:auto;
}
.courses_left_inner h3{
	text-transform:uppercase;
	margin:0 0 13px;
}
.courses_left_inner ul{
	float:left;
	width:100%;
	margin:0 0 40px;
}
.courses_left_inner ul li{
	float:left;
	width:100%;
	margin:0 0 6px;
}
.courses_left_inner ul li:last-child{
	margin:0;
}
.courses_left_inner ul li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:14px;
	color:#282428;
	text-decoration:none;
	font-weight:normal;
	display:block;
}
.courses_left_inner ul li a:focus,.courses_left_inner ul li a:hover,.courses_left_inner ul li.active a{
	color:#0060b1;
}
.search_section li .selectBox{
	margin:0;
}
.single_banner{
	width:100%;
	float:left;
	height:auto;
	padding:0 0 30px;
}
.single_banner_inner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.single_caption{
	width:900px;
	float:left;
	height:auto;
	left:48px;
	max-width:94%;
	bottom:30px;
	position:absolute;
	background:rgba(0,0,0,0.4);
	padding:20px 20px 28px;
}
.single_caption h1{
	font-size:44px;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	font-weight:400;
	margin:0 0 8px;
}
.single_caption h2{
	font-size:22px;
	text-transform:none;
	color:#fff;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	margin:0;
}
.single_content{
	width:100%;
	float:left;
	height:auto;
	padding:0 0 20px;
	border-bottom:1px solid #dce4ea;
}
.single_content_left{
	width:100%;
	float:left;
	height:auto;
	padding-right:20px;
	border-right:1px solid #dce4ea;
}
.tab_menu > ul{
	width:100%;
	float:left;
	height:auto;
}
.tab_menu > ul li{
	display:inline-block;
	float:left;
	position:relative;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.tab_menu > ul li:first-child a{
	border-left:1px solid #dce4ea;
}
.tab_menu > ul li:last-child a{
	border-right:1px solid #dce4ea;
}
.tab_menu > ul li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	line-height:16px;
	border-bottom:1px solid #dce4ea;
	border-top:1px solid #dce4ea;
	background:#f6f9fa;
	padding:5px;
	text-align:center;
	width: 100%;
	height: 60px;
	
}
.tab_menu > ul li.active a,.tab_menu > ul li a:hover{
	background:#0060b1;
	color:#fff;
	border-color:#0060b1!important;
}
.tab_menu > ul li.active a::after,.tab_menu > ul li a:hover::after{
	content:" ";
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-top:10px solid #0060b1;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:-10px;
}
.single_tab_content{
	width:100%;
	float:left;
	height:auto;
	margin-top:45px;
}
.single_tab_content p{
	margin:0 0 42px;
}
.single_tab_content h1{
	font-size:22px;
	margin:0 0 13px;
}
.single_tab_content img.video{
	margin:0 0 53px;
}

.sidebar{
	width:100%;
	float:left;
	height:auto;
}
.sidebar_item{
	width:100%;
	float:left;
	height:auto;
	border-top:3px solid #49c32c;
	margin:0 0 20px;
}
.item_inner{
	width:100%;
	float:left;
	height:auto;
	border-top:none!important;
	border:1px solid #dce4ea;
	padding:15px 5px 20px 15px;
}
.item_inner.program{
	background:#f6f9fa;
}
.item_inner a.fees{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:14px;
	color:#0060b1;
	text-decoration:none;
}
.item_inner > h4{
	margin:0 0 16px;
	text-transform:uppercase;
}
.item_inner.program ul{
	width:100%;
	float:left;
}
.item_inner.program ul li{
	float:left;
	width:100%;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:18px;
	margin:0 0 16px;
}
.item_inner.program ul li span{
	width:40%;
	display:inline-block;
	color:#686868;
}
.item_inner.program ul li:last-child{
	margin:0;
}
.item_inner.slider{
	padding:15px 15px 20px;
}
.item_inner.slider .flex-direction-nav{
	position:relative;
	bottom:0;
	margin-top:8px;
	float:right;
	width:auto;
}
.item_inner.slider .carousal_bottom{
	padding:0;
}
.item_inner.slider .carousal_bottom .thumb{
	width:58px;
	margin:0 18px 0 0;
}
.item_inner.slider .thumb_title{
	margin:5px 0 0;
}
.item_inner.slider .author_name{
	text-transform:uppercase;
}
#single_banner .flex-control-paging{
	position:relative;
	bottom:0;
	line-height:11px;
	margin-top:20px;
}
#single_banner .flex-control-paging li a{
	background:#d6dbe0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:11px;
	height:11px;
}
#single_banner .flex-control-paging li a.flex-active{
	background:#0060b1;
}




#single_banner p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-style:italic;
	color:#7e7e7e;
	line-height:28px;
}
.item_inner.slider h4{
	margin:0 0 10px;
}
.item_inner.slider .flex-direction-nav li{
	float:left;
}
.item_inner.slider .flex-direction-nav a{
	position:relative;
	bottom:0;
	display:block;
	margin:0;
	width:35px;
	height:30px;
	border:1px solid #0060b1;
}
.flex-direction-nav a.flex-next{
	background:url(../img/next.png) no-repeat center center;
	margin-left:10px!important;
}
.flex-direction-nav a.flex-prev{
	background:url(../img/prev.png) no-repeat center center;
}
.item_inner.question h4{
	margin:0 0 10px;
}
.item_inner.question h5{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:18px;
	margin:0 0 20px;
	color:#000;
}
.item_inner.question h6{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0;
}
.item_inner.question a{
	color:#0060b1;
	text-decoration:underline;
}
.item_inner.question a:hover{
	text-decoration:none;
}
.list-inline .dropdown-menu{
	width:355px;
	padding:18px 15px 15px;
}
.list-inline .dropdown-menu::before{
	content:" ";
	position:absolute;
	top:-8px;
	left:18px;
	width:12px;
	height:8px;
}

.list-inline .dropdown-menu h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 5px;
	text-align:left;
}
.divider.second{
	margin:16px 0 21px!important;
}
.list-inline .dropdown-menu .form-control{
	width:184px;
	box-shadow:none;
	margin-right:17px;
	float:left;
}
.list-inline .dropdown-menu li{
	width:100%;
	float:left;
	margin:0;
}
.list-inline .dropdown-menu .btn.btn-default.btn-block.commonBtn{
	width:122px;
	float:left;
}
.inlineMenu .list-inline .dropdown-menu a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:13px;
	line-height:18px;
	color:#0060b1!important;
	border:none;
	text-transform:capitalize;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	padding:4px 0;
	text-align:left;
}
.inlineMenu .list-inline .dropdown-menu .divider{
	margin:0 0 11px;
}
.inlineMenu .list-inline .dropdown-menu a:hover{
	background:none;
	color:#000!important;
}
.list-inline .dropdown-menu form {
    float: left;
    margin: 7px 0 17px;
    width: 100%;
}

.single_banner_inner.admission .single_caption{
	left:22px;
	width:700px;
}
.single_banner_inner.admission .single_caption h1{
	margin:0;
}
.block_quate{
	width:100%;
	float:left;
	height:auto;
	padding:10px 20px;
	border-left:4px solid #49c32c;
	background:#f6f9fa;
	margin:40px 0 25px;
}
.block_quate p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	color:#000;
	margin:0!important;
}
.custom h2{
	font-size:22px;
	text-transform:uppercase;
	line-height:27px;
	margin:0 0 14px;
}
.admission_video{
	width:100%;
	float:left;
	height:auto;
}
.admission_video{
	width:100%;
	float:left;
	height:auto;
	margin:20px 0 38px;
	cursor:pointer;
}
.admission_video iframe{
	max-width:100%;
}
.resultPart.admission{
	width:100%;
	float:left;
	height:auto;
	padding-right:20px;
}
.resultPart.admission .list-inline{
	padding-top:25px;
	border-top:1px solid #dce4ea;
	margin:60px 0;
	float:left;
} 
.sidebar_item.admission .item_inner.program{
	padding:0 20px;

}
.sidebar_item.admission .item_inner.program ul li a{
	color:#0060b1;
	text-transform:uppercase;
	font-weight:700;
	border-bottom:1px solid #dce4ea;
	display:block;
	text-decoration:none;
	padding-bottom:17px;
	padding-right:20px;
	padding-top:17px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.sidebar_item.admission .item_inner.program ul li a:hover{
	color:#000;
}
.sidebar_item.admission .item_inner.program ul li{
	margin:0 0 0;
}
.sidebar_item.admission .item_inner.program ul li.active a{
	color:#000;
}
.sidebar_item.admission .item_inner.program ul li:last-child{
	margin:0;
}
.sidebar_item.admission .item_inner.program ul li:last-child a{
	border:none;
	margin:0;
}
.sidebar_item.admission .item_inner.program ul li.no_arrow a{
	background:none;
}
.formArea.admission{
	width:100%;
	float:left;
	height:auto;
	padding:0;
	border:none;
	margin:0;
}
.formArea.admission h3{
	text-transform:uppercase;
	margin:0 0 20px;
}

.single_post h1{
	margin:0 0 30px;
}
.single_post p{
	margin:0 0 45px;
}
.single_post .block_quate{
	margin:0 0 42px;
}
.single_post.related_post_sec ul li{
	padding:0 0 25px;
	margin:0 0 22px;
}
.single_post.related_post_sec h4{
	font-size:18px;
	font-weight:700;
	color:#000;
	line-height:21px;
	margin:0 0 8px;
}
.single_post.related_post_sec .rel_thumb{
	margin-right:20px;
}
.single_post.related_post_sec .rel_right{
	width:405px;
	float:left;
	height:auto;
	max-width:100%;
}
.single_post.related_post_sec .meta{
	padding:0;
	border:none;
	margin:0 0 15px;
}
.single_post.related_post_sec .meta > span{
	border:none;
}

.single_post.related_post_sec ul li:last-child{
	border-bottom:1px solid #dce4ea;
}
.single_post.related_post_sec p{
	margin:0;
}
.comments_section{
	width:100%;
	float:left;
	height:auto;
}
.comments_section h3{
	font-size:22px;
	font-weight:700;
	color:#000;
	line-height:normal;
	padding-bottom:15px;
	border-bottom:1px solid #dce4ea;
	margin:0 0 26px;
	text-transform:uppercase;
}
.comments_form{
	width:100%;
	float:left;
	height:auto;
}
.comments_form .form-control{
	box-shadow:none;
}
.comments_form .half{
	width:48%;
	float:left;
	height:auto;
	margin:0 4% 20px 0;
}
.comments_form .half.right{
	margin-right:0!important;
}
.comments_form .full{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 20px;
}
.comments_form .commonBtn{
	border:none;
	float:right;
	width:218px;
}
.upcoming_events{
	width:100%;
	float:left;
	height:auto;
}
.upcoming_events span.date{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	color:#49c32c;
}
.upcoming_events h4 a{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:16px;
	color:#000000;
	margin:0;
	line-height:24px;
	text-decoration:none;
}
.upcoming_events ul li:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}
.facebook_section{
	width:100%;
	float:left;
	height:auto;
}
.twitter_section{
	width:100%;
	float:left;
	height:auto;
	
}
.comment_post{
	width:100%;
	float:left;
	height:auto;
}
.comment_header{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 15px;
}
.postbox{
	width:100%;
	float:left;
	height:auto;
	display:table;
	margin:0 0 30px;
}
.avatar{
	width:60px;
	height:auto;
	display:table-cell;
	vertical-align:middle;
	margin:0 12px 0 0;
}
.comments_field{
	width:auto;
	height:auto;
	display:table-cell;
}
.comments_field .form-control{
	height:52px;
	border:2px solid #cdd4d9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#b2bbc0;
}
.post-content{
	width:100%;
	float:left;
	height:auto;
	display:table;
}
#post_list{
	width:100%;
	float:left;
	height:auto;
}
.post-content .avatar{
	vertical-align:top;
}
.post-byline a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:700;
	font-size:13px;
	color:#424242;
	text-decoration:none;
	margin-right:25px;
	
}
.post-message p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#41474a;
	margin:0;
}
.comment_footer{
	width:100%;
	display:inline;
	height:auto;
}
.comment_footer li{
	display:inline-block;
}

.post-meta a{
	font-size:12px;
	color:#a9b2b9;
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
}

.comment_header ul{
	float:left;
	margin:0;
	width:100%;
}
.comment_header ul li{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:700;
}
.comment_header ul .comment_count{
	float:left;
}
.comment_header ul .comment_favorite_count{
	float:right;
	font-size:13px;
}
.comment_header ul .comment_favorite_count span{
	width:23px;
	background:#d3d8db;
	display:inline-block;
	line-height:23px;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin-left:4px;
}
.comment_header ul .comment_favorite_count span:before{
  content: "";
  position: absolute;
  width: 4px;
  height: auto;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-right:4px solid #d3d8db;
  left:-4px;
  top:50%;
  margin-top:-4px;
  
}
.fa.fa-star{
	color:#ffc100;
}

.comment_bottom_block{
	width:100%;
	float:left;
	height:auto;
	border-top:2px solid #eaeef0;
	padding-top:20px;
	margin:65px 0 70px;
}
.comment_bottom_block ul{
	float:left;
	width:100%;
	margin:0;
}
.comment_bottom_block ul li{
	float:left;
}
.comment_bottom_block ul li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#a7b1b7;
	font-weight:700;
	margin:0 20px 0 0;
}
.comment_bottom_block ul li.disqus_logo{
	float:right;
	margin:0;
}
#post_list .fa{
	font-size:16px;
	color:#9a9a9a;
}
#post_list li.voting .control.left{
	border-right:2px solid #edeeef;
	padding-right:10px;
	margin-right:10px;
}
.comment_footer li{
	margin-right:20px;
}
.comment_footer li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	color:#919da6;
}
.comment_footer li.share .fa{
	font-size:7px!important;
}
.comment_bottom_block li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:700;
}
.comment_bottom_block li .fa{
	font-size:18px!important;
}
.comment_tools{
	width:100%;
	float:left;
	height:auto;
}
.comment_tools ul{
	float:left;
	margin:0;
	width:100%;
	margin:0 0 18px;
	border-bottom:2px solid #eaeef0;
	padding:0 0 7px 10px;
	position:relative;
}
.comment_tools ul:before{
	width:62px;
	height:2px;
	content:" ";
	position:absolute;
	left:0;
	background:#424242;
	top:31px;
	
}
.comment_tools ul li{
	display:inline-block;
	margin-right:20px;
}
.comment_tools ul li a{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#a7adb2;
}
.comment_tools ul li .fa{
	font-size:13px!important;
}
.comment_tools ul li.sort a{
	color:#363a3d;
}
.comment_tools ul li.share{
	float:right;
	margin:0 0 0 20px;
}
.comment_tools ul li.setting{
	float:right;
	margin:0 0 0 20px;
}
.single_content.admission{
	padding:30px 0 40px;
}
.list_block{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #dce4ea;
	padding:15px 12px 25px;
	border-top:3px solid #49c32c;
	margin:0 0 20px;
}


/* =========================== events calendar =======================================*/
.full_banner{
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.full_banner img{
	width:100%;
}
.full_banner .single_caption{
	width:700px;
	max-width:90%;
	left:15px;
}
.calendar_outer{
	width:100%;
	float:left;
	height:auto;
	padding:50px 0 100px;
	border-bottom:1px solid #dce4ea;
}
#calendar{
	border-right:2px solid #dce4ea;
	width:100%;
	float:left;
	height:auto;
	background:#fff;
}
.menuFooter.event{
	background:#f6f9fa;
}
.event_calendar{
	border-top:3px solid #49c32c;
}
.fc-toolbar {
	border-left:2px solid #dce4ea;
	margin:0;
	padding:40px 34px;
}
.fc td, .fc th{
	border-width:2px;
	border-color:#dfe7ea;
}
.fc-view-container{
	width:100%;
	float:left;
	height:auto;
	box-sizing
}
.fc td:last-child, .fc th:last-child{
	border-right:none!important
}
.fc-toolbar button{
	border:none;
	background:#c3cacd;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:40px;
	display:inline-block;
	height:40px;
}
.fc-toolbar button .fa{
	font-size:30px;
	color:#fff;
	line-height:43px;
}
.fc-center h2{
	font-weight:400;
	font-size:55px;
	color:#0060b1;
	margin:0;
	line-height:34px;
}
.fc-row.fc-widget-header th{
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	padding:23px 10px 26px;
}
.fc-widget-content td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:right;
	color:#000;
	padding:8px 11px 3px;
	border-right:2px solid #dce4ea!important;
	height:20px;
}
.fc-widget-content td.other_month{
	color:#c3cacd;
}
.fc-content-skeleton{
	padding:0!important;
	
}
.fc-event-container {	
	padding:3px 11px!important;

}
.fc-event-container a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	display:block;
	line-height:18px;
	background:#e6e6e6;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-decoration:none;
	text-align:center;
	padding:7px 3px;
	font-weight:normal;
}
.fc-event-container a.more{
	background:none;
	color:#0060b1;
}
.fc-event-container{
	position:relative;
}


.fc-event-container .tooltip {
	bottom:42px;
	width:230px;
	display:block;
	margin:0px 0px 0px -42px;
	display:none;
	
}
.tooltip.top .tooltip-arrow{
	bottom:-4px;
	width:18px;
	height:11px;
	margin-left:-14px;
}
.fc-event-container .tooltip-inner{
	max-width:100%!important;
	padding:8px 12px;
	float:left;
	background:#eff8ff;
	border:1px solid #9ccaf0;
	-webkit-box-shadow:0 2px 9px rgba(0,0,0,0.14);
	-moz-box-shadow:0 2px 9px rgba(0,0,0,0.14);
	box-shadow:0 2px 9px rgba(0,0,0,0.14);
}
.tooltip.top .tooltip-arrow{
	border-top-color:#eff8ff;
}
.fc-event-container .tooltip-inner h4{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#000;
	text-align:left;
	line-height:18px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 6px;
}
.fc-event-container .tooltip-inner h5{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#858585;
	text-align:left;
	line-height:18px;
	font-weight:400;
	margin:0 0 10px;
}
.fc-event-container .tooltip-inner p{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#858585;
	text-align:left;
	line-height:normal;
	font-weight:normal;
	margin:0;
}
.fc-event-container .tooltip-inner p span{
	display:block;
	font-size:12px;
}

.fc-event-container:hover .tooltip{
	display:block;
	opacity:1;
}
.fc-event-container a:hover,.fc-event-container a.gray:hover{
	background:#bcdcf7;
	color:#000;
}
.fc-event-container a.gray{
	background:#707a8a;
	color:#fff;
}



/*============================= Stuff =============================================*/
.custom_banner{
	width:100%;
	float:left;
	height:auto;
	min-height:238px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	text-align:center;
}
.custom_banner_inner{
	width:100%;
	float:left;
	height:auto;
	padding:65px 0 20px;
}
.custom_banner_inner h1{
	color:#fff;
	padding:0 0 15px;
	margin:0 0 10px;
}
.custom_banner_inner p{
	color:#fff;
}
.custom_content{
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #dce4ea;
	padding:50px 0 20px;
	background:#fff;
}
.custom_title{
	width:100%;
	float:left;
	height:auto;
	text-align:left;
}
.custom_title h1{
	margin:0 0 15px;
}
ul.list{
	width:100%;
	float:left;
	border-bottom:1px solid #dce4ea;
	margin:30px 0 50px;
}
ul.list.last{
	border:none;
	margin-bottom:0;
}
ul.list li{
	width:237px;
	float:left;
	margin:0 63px 60px 0px;
}
ul.list li .thumb{
	width:100%;
	float:left;
	height:auto;
	margin:0 0 22px;
}
ul.list li:nth-child(4n){
	margin-right:0;
}
ul.list li a{
	text-decoration:none;
}
ul.list h3{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	color:#000;
	font-size:20px;
	margin:0 0 2px;
}
ul.list h5{
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	color:#000;
	font-size:14px;
	line-height:normal;
}


/*============================ our campus =======================================*/
.custom_content.custom{
	padding:35px 0 35px;
}

.custom_content.custom h3{
	text-transform:uppercase;
	margin:0 0 30px;
}
.page_title_bar{
	width:100%;
	float:left;
	height:auto;
}
.carousel-indicators{
	z-index:999;
	margin-bottom:0;
}
.carousel-indicators li{
	width:10px;
	height:10px;
	margin:0 5px;
	background:#fff;
}
.carousel-indicators li.active{
	background:#0060b1;
	width:10px;
	height:10px;
	border:none;
}
.right_block{
	width:100%;
	float:left;
	height:auto;
}
.sidebar_item.campus h4{
	font-family: 'Cairo', Helvetica, Arial, sans-serif;
	font-weight:400;
	margin:10px 0 15px;
	width:100%;
	float:left;
	line-height:normal;
}
.sidebar_item.campus{
	border:none
}
.location_map{
	width:100%;
	float:left;
	height:auto;
}
.right_block p a{
	font-weight:400;
}
.row.bottom_block{
	margin-top:40px;
	margin-bottom:40px;
}
.photo_gallery{
	width:100%;
	float:left;
	height:auto;
}
.photo_gallery .gallery{
	width:100%;
	float:left;
}
.photo_gallery .gallery li{
	width:22.75%;
	float:left;
	margin:0 3% 0 0;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	overflow:hidden;
	
}
.photo_gallery .gallery li:last-child{
	margin:0;
}
#image-item-carousel .carousel-inner .item{
	padding:0 30px;
}

#image-item-carousel .recommended-item-control {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    z-index: 999;
}
#image-item-carousel .recommended-item-control.right{
	right:0;
}
/*================================== Photo gallery ====================================*/
.photo_gallery.custom .gallery li{
	margin:0 3% 30px 0;
}
.photo_gallery.custom .gallery li:nth-child(4n){
	margin-right:0;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close{
	background:url(../img/prev.png) no-repeat center center;
}
.mfp-arrow.mfp-arrow-right.mfp-prevent-close{
	background:url(../img/next.png) no-repeat center center;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a,.mfp-arrow-left::before, .mfp-arrow-left .mfp-b,.mfp-arrow-right::before, .mfp-arrow-right .mfp-b,.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
	border:none;
}

.carousel-inner img{
	width:100%;
}
p > a{
	font-weight:400;
}
p > a:hover{
	font-weight:400;
}
.apply_from .form-group .label{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	color:#000;
	font-weight:400;
	padding:0;
	line-height:normal;
	white-space:normal;
	padding:10px 0;
	float:left;
	text-align:left;
}
.apply_from .form-group .form-control{
	box-shadow:none;
}
.apply_from .form-group .label span{
	color:#f00;
}
.apply_from h4{
	text-transform:uppercase;
	margin:30px 0 20px;
}
.apply_from .form-group textarea{
	height:120px;
	resize:vertical;
}
.text-field{
	width:100%;
	float:left;
	height:auto;
}
.text-field.custom{
	display:table;
}
.field-prefix{
	display:table-cell;
}
.text-field.custom .form-control{
	display:inline-block;
}
.card-type{
	width:100%;
	float:left;
}
.card-type li{
	display:inline-block;
	position:relative;
	margin:0 15px 0 0;
}

input[type="radio"] {
		display:none;
}
input[type="radio"] + label {
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	color:#000;
}
input[type="radio"] + label span {
	display:inline-block;
	width:40px;
	height:25px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
	opacity:0.5;
}

input[type="radio"]:checked + label span{
	 opacity:1;
}
.apply_from .commonBtn{
	width:200px;
	border:none;
}
.privacy_content{
	width:100%;
	float:left;
	height:auto;
}
.privacy_content h4{
	font-weight:400;
	line-height:28px;
	margin:0 0 20px;
}
.privacy_content p a{
	text-decoration:underline;
}
.privacy_content p a:hover{
	text-decoration:none;
}
.privacy_content h5{
	margin:35px 0 8px;
	line-height:normal;
}
.privacy_content ul{
	margin:0 0px 20px 22px;
}
.privacy_content ul li{
	padding-left:15px;
	line-height:23px;
	margin:0 0 5px;
}

/*================================= Contact Us ====================================*/
.contact_map{
	width:100%;
	float:left;
	height:auto;
}
.contact_form{
	width:100%;
	float:left;
	height:auto;
}
.contact_form label{
	font-weight:normal;
}
.contact_form label .error{
	color:#f00;
}
.contact_form .form-control{
	box-shadow:none;
}
.contact_form .commonBtn{
	border:none;
	padding:0 40px;
}

ul.contact_info{
	width:100%;
	float:left;
}
ul.contact_info li{
	width:100%;
	float:left;
	font-family:"Open Sans",sans-serif;
	font-weight:400;
	color:#000;
	margin:0 0 5px;
}
ul.contact_info li .fa {
    color: #0060b1;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}
ul.contact_info li a{
	color:#000;
	font-weight:400!important;
}
ul.contact_info li a:hover{
	color:#0060b1;
}


.single_banner.custom{
	padding:0;
}
.resultPart.admission.custom{
	padding:0;
}
.resultPart.admission.custom .list-inline{
	margin-bottom:0;
}
.list_block.custom p{
	margin:0;
}
.list_block.custom h4{
	font-weight:400;
	font-family:"Open Sans",sans-serif;
	margin:10px 0 20px;
	float:left;
	width:100%;
}
.single_banner_inner img{
	width:100%;
}
.block_quate.custom{
	margin-top:0;
}

.menuFooter .fa{
    background: #c5c5c5 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 31px;
    line-height: 32px;
    text-align: center;
    width: 31px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	overflow: hidden;
	
}
.menuFooter .fa:hover{
	opacity:0.8;
}





/*Responsive Part*/

@media only screen and (max-width: 479px) { 
.img-responsive{
	width:100%;
}
.aboutArea{
	padding:30px 0 10px;
}
.about_inner ul li{
	width:100%;
	margin:0 0 20px 0;
}
.resultPart > .list-inline > li{
	width:100%;
	margin:0 0 20px 0;
}
.aboutTitle > h2{
	font-size:20px;
}
.caption_inner{
	padding:5px 15px 5px;
}
.caption_inner h1{
	font-size:12px;
	margin:0 0 5px;
}
.caption_inner p{
	font-size:9px;
	line-height:12px;
	margin:0 0 0px;
}
.caption_inner a{
	font-size:9px;
	line-height:22px;
	padding:0 10px;
}
.content_right .banner h2{
	font-size:15px;
}
h1{
	font-size:22px;
}
.count_inner h1{
	font-size:40px;
}
.count_inner{
	min-height:215px;
}
.count_title{
	margin:0 0 30px;
}
.count_section{
	padding:30px 0;
}
.carousal_content::after{
	left:40px;
}
.carousal_bottom .thumb{
	width:50px;
	margin:0 15px 0 0;
}
.thumb_title{
	width:72%;
}
.carousal_bottom{
	padding:0;
}
.thumb_title{
	margin:2px 0 0;
}
.carousal_section .flex-control-paging{
	margin:30px 0 0;
}
.img-responsive{
	width:100%;
}
.navbar-toggle{
	margin:9px 0;
}
.post h1{
	margin:0 0 20px;
}
.post_left_section {
    padding-right: 0;
    border-right: 0;
}
.learnBtn{
	width:100% !important;
}
.single_tab_content p{
	margin:0 0 20px;
}
.single_tab_content h1{
	font-size:18px;
	line-height:24px;
}
.item_inner > h4{
	font-size:16px;
}
.item_inner.program ul li{
	font-size:12px;
	margin:0 0 10px;
}

.tab_menu > ul li a{
	display:block;
	border:1px solid #dce4ea;
	word-break: break-all;
}
.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after{
	border:none;
}
.single_tab_content{
	margin:15px 0;
}
.single_caption{
	padding:10px 15px;
	left:5%;
	max-width:90%;
	bottom:15px;
}
.single_caption h1{
	font-size:20px;
	margin:0 0 8px;
}
.single_caption h2{
	font-size:14px;
}
.inlineMenu .list-inline li a{
	font-size:12px;
}

.list-inline .dropdown-menu{
	width:290px;
}
.list-inline .dropdown-menu .form-control{
	width:100%;
	margin:0 0 10px;
}
.list-inline .dropdown-menu .btn.btn-default.btn-block.commonBtn{
	width:100%;
}
.admission_video iframe{
	height:325px;
}
.single_banner_inner.admission .single_caption{
	left:5%;
}
.block_quate{
	margin:30px 0 20px;
}
.comments_form .half{
	width:100%;
	margin-right:0;
}
textarea.form-control{
	height:150px;
}
.comment_bottom_block{
	margin:35px 0px 40px;
}
.comment_bottom_block ul{
	text-align:center;
}
.comment_bottom_block li{
	display:inline-block;
	float:none!important;
}
.custom_content{
	padding:40px 0 20px;
}
ul.list{
	margin:20px 0 40px;
}
ul.list li{
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
ul.list li .thumb{
	margin:0 0 10px;
}
.photo_gallery .gallery li{
	width:100%;
	margin:0 0 20px 0;
}
.privacy_content ul{
	margin:0 0 20px 10px;
}



.courses_right_inner th{
	font-size:7px;
	padding:5px 10px 11px 5px !important;
}
.courses_right_inner td{
	padding:5px !important;
	font-size:10px;
}
.courses_right_inner td ul li.active a,.courses_right_inner td ul li a,.courses_right_inner tr td{
	font-size:8px;
}
.courses .table > tbody > tr > td, .courses .table > tbody > tr > th, .courses .table > tfoot > tr > td, .courses .table > tfoot > tr > th, .courses .table > thead > tr > td, .courses .table > thead > tr > th{
	line-height:12px;
}
.fc-toolbar{
	padding:10px 5px!important;
}
.fc-center h2{
	font-size:20px!important;
}
.fc-row.fc-widget-header th{
	font-size:10px!important;
	padding:5px!important;
}
.fc-widget-content td{
	padding:5px 5px 3px;
}
.fc-widget-content td{
	font-size:10px!important;
}
.fc-event-container{
	padding:3px 5px !important;
}
.fc-event-container a{
	font-size:8px;
	line-height:14px;
}
.fc-toolbar button .fa{
	font-size:18px;
}

.fc-event-container .tooltip {
    bottom: 70px;
    margin: 0 0 0 -21px;
    width: 72px;
}
.fc-event-container .tooltip-inner{
	padding:5px;
}
.fc-event-container .tooltip-inner h4 {
    font-size: 12px;
    margin: 0 0 5px;
}
.fc-event-container .tooltip-inner h5 {
    font-size: 10px;
    margin: 0 0 5px;
}

.fc-event-container .tooltip-inner p {
    font-size: 10px;
    line-height: 16px;
}


}

@media only screen and (min-width: 480px) and (max-width: 639px) {
.img-responsive{
	width:100%;
}
.aboutArea{
	padding:30px 0 10px;
}
.about_inner ul li{
	width:100%;
	margin:0 0 20px 0;
}
.resultPart > .list-inline > li{
	width:100%;
	margin:0 0 20px 0;
}
.aboutTitle > h2{
	font-size:22px;
}
.caption_inner{
	padding:15px;
}
.caption_inner h1{
	font-size:12px;
	margin:0 0 5px;
}
.caption_inner p{
	font-size:10px;
	line-height:15px;
	margin:0 0 10px;
}
.caption_inner a{
	font-size:9px;
	line-height:22px;
	padding:0 10px;
}
.content_right .banner h2{
	font-size:20px;
}

h1{
	font-size:25px;
}
.count_inner h1{
	font-size:40px;
}
.count_inner{
	min-height:215px;
}
.count_title{
	margin:0 0 30px;
}
.count_section{
	padding:30px 0;
}
.carousal_content::after{
	left:14%;
}
.thumb_title{
	width:60%;
}
.carousal_bottom{
	padding:0;
}
.carousal_section .flex-control-paging{
	margin:30px 0 0;
}
.post h1{
	margin:0 0 20px;
}
.post_left_section {
    padding-right: 0;
    border-right: 0;
}
.learnBtn{
	width:100% !important;
}
.single_tab_content p{
	margin:0 0 20px;
}
.single_tab_content h1{
	font-size:20px;
}
.tab_menu > ul li a{
	display:block;
	border:1px solid #dce4ea;
	font-size: 12px;
}
.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after{
	border:none;
}
.single_tab_content{
	margin:15px 0;
}

.single_caption{
	padding:10px 15px;
	left:5%;
	max-width:90%;
	bottom:20px;
}
.single_caption h1{
	font-size:25px;
	margin:0 0 8px;
}
.single_caption h2{
	font-size:14px;
}
.admission_video iframe{
	height:325px;
}
.comment_bottom_block{
	margin:35px 0px 40px;
}

.custom_content{
	padding:40px 0 20px;
}
ul.list{
	margin:20px 0 40px;
}
ul.list li{
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
ul.list li .thumb{
	margin:0 0 10px;
}

.photo_gallery .gallery li{
	width:100%;
	margin:0 0 20px 0;
}


.courses_right_inner th{
	font-size:10px;
	padding:5px 10px 11px 5px !important;
}
.courses_right_inner td{
	padding:5px !important;
	font-size:10px;
}
.courses_right_inner td ul li.active a,.courses_right_inner td ul li a,.courses_right_inner tr td{
	font-size:10px;
}
.courses .table > tbody > tr > td, .courses .table > tbody > tr > th, .courses .table > tfoot > tr > td, .courses .table > tfoot > tr > th, .courses .table > thead > tr > td, .courses .table > thead > tr > th{
	line-height:16px;
}



.fc-event-container .tooltip {
    bottom: 85px;
    margin: 0 0 0 -27px;
    width: 95px;
}
.fc-event-container .tooltip-inner{
	padding:5px;
}
.fc-event-container .tooltip-inner h4 {
    font-size: 12px;
    margin: 0 0 5px;
}
.fc-event-container .tooltip-inner h5 {
    font-size: 10px;
    margin: 0 0 5px;
}

.fc-event-container .tooltip-inner p {
    font-size: 10px;
    line-height: 16px;
}


}

@media only screen and (min-width: 640px) and (max-width: 767px) { 

.about_inner ul li{
	width:48%;
	margin:0 4% 20px 0
}
.about_inner ul li:nth-child(2n){
	margin-right:0;
}
.img-responsive{
	width:100%;
}
.aboutArea{
	padding:30px 0 10px;
}
.resultPart > .list-inline > li{
	width:48%;
	margin:0 4% 20px 0;
}
.resultPart > .list-inline > li:nth-child(2n){
	margin-right:0;
}
.aboutTitle > h2{
	font-size:24px;
}
.caption_inner{
	padding:15px;
}
.caption_inner h1{
	font-size:18px;
	margin:0 0 10px;
}
.carousal_section{
	padding:0 10%;
}
.caption_inner p{
	line-height:20px;
	margin:0 0 10px;
}
.caption_inner a{
	font-size:12px;
	padding:6px 20px;
}
.carousal_section ul li{
	margin:0px;
}
.carousal_section .flex-control-paging{
	margin-top:45px;
}
.single_tab_content p{
	margin:0 0 25px;
}
.single_caption{
	padding:10px 15px;
	left:5%;
	max-width:90%;
	bottom:25px;
}
.single_caption h1{
	font-size:28px;
	margin:0 0 10px;
}
.single_caption h2{
	font-size:16px;
}
.tab_menu > ul li a{
	display:block;
	border:1px solid #dce4ea;
	font-size: 12px;
	height: 45px;
}
.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after{
	border:none;
}
.single_tab_content{
	margin:15px 0;
}

.custom_content{
	padding:40px 0 20px;
}
ul.list{
	margin:30px 0 40px;
}
ul.list li{
	width:48%;
	margin:0 4% 45px 0;
	text-align:center;
}
ul.list li:nth-child(2n){
	margin-right:0;
}
.photo_gallery .gallery li{
	width:48%;
	margin:0 4% 20px 0;
}
.photo_gallery .gallery li:nth-child(2n){
	margin-right:0;
}


.fc-event-container .tooltip{
	width:125px;
	margin:0px 0px 0px -27px;
	bottom:57px;
}
.fc-event-container .tooltip-inner{
	padding:5px;
}
.fc-event-container .tooltip-inner h4{
	font-size:12px;
	margin:0 0 5px;
}
.fc-event-container .tooltip-inner h5{
	font-size:10px;
	margin:0 0 5px;
}
.fc-event-container .tooltip-inner p{
	font-size:10px;
	line-height:16px;
}
.fc-event-container .tooltip-inner p span{
	font-size:10px;
}


}

@media only screen and (max-width: 767px){
.navbar-toggle{
	margin:14px 0 14px;
}
.navbar-collapse{
	margin-top:10px;
	max-height:100%;
}
.header .navbar-nav > li > .dropdown-menu{
	border-radius:0;
	box-shadow:none;
	border:none;
	width:100%;
}
.header .navbar-nav > li > .dropdown-menu::before{
	background:none;
}
.header .navbar-default .navbar-nav > li > a{
	padding:5px 0!important;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
	padding:5px 15px 5px 10px;
}
.header .navbar-default .navbar-nav > li.apply_now a, .header .navbar-default .navbar-nav > li.apply_now a:hover{
	background:none !important;
	color:#000 !important;
}
.header .navbar-default .navbar-nav > li.apply_now a:hover, .header .navbar-default .navbar-nav > li.apply_now.active a, .header .navbar-default .navbar-nav > li.apply_now.active a:hover{
	color:#000 !important;
}
.navbar-default .navbar-toggle{
	border:1px solid #49c32c;
}
.navbar-default .navbar-toggle .icon-bar{
	background:#fff;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:#49c32c;
}
.header .navbar-default .navbar-nav > li.apply_now a{
	color:#000!important;
}
.navbar-default .navbar-nav > .apply_now.active > a, .navbar-default .navbar-nav > .apply_now.active > a:hover, .navbar-default .navbar-nav > .apply_now.active > a:focus{
	color:#0060b1!important;
}
.inlineMenu .list-inline > li{
	margin:0 15px 0 0;
}
.aboutImage{
	max-height:100%;
}
.videoLeft{
	width:100%;
	margin:0 0 20px;
	max-height:100%;
}
.videoRight{
	width:100%;
}
.learnBtn{
	width:auto;
	padding:0 20px;
	display:inline-block;
}
.videoRight > p{
	margin:0 0 20px;
}
.find_three_inner{
	padding:0;
	border:0;
}
.getImage{
	text-align:center;
}
.borderLeft{
	height:auto;
	border:none;
	border-top:1px solid #dce4ea;
	padding-top:8px;
}
.mainContent{
	padding:30px 0;
	margin:0 0 20px;
}
.copyRight{
	text-align:center;
}
.list-inline.footerMenu{
	width:100%;
	text-align:center;
	margin:0;
}
.inlineMenu .list-inline{
	width:100%;
	text-align:center;
}
.inlineMenu .list-inline > li{
	margin:0 8px!important;
}
.caption_inner{
	width:100%;
}
.banner_caption{
	bottom:0;
}
.count_inner{
	margin:0 0 20px;
}
.count_inner br{
	display:none;
}
.carousal_title{
	padding:0 5%;
}
.content_right{
	margin:20px 0 0;
}
.content_right .banner{
	display:block;
}
.content_right .banner .slides img{
	width:100%;
}
.carousal_section ul li{
	margin:0px;
}
.content_bottom{
	padding:35px 0 25px;
}
.post_right{
	margin:30px 0 0;
}
.post h1{
	margin:0 0 20px;
}
.post_left_section {
    padding-right: 0;
    border-right: 0;
}
.courses_right_inner{
	padding:30px 0 0px;
	border-top:1px solid #dce4ea;
	border-left:0;
}
.courses_section{
	padding-bottom:30px;
}
.search_section li{
	width:100%!important;
	margin:0 0 15px;
}
.search_section .sbOptions li{
	margin:0!important;
}
.pagination{
	width:100%;
	display:inline-block;
	width:100%;
	text-align:center;
}
.pagination > li{
	display:inline-block;
}
.pagination > li > a, .pagination > li > span{
	margin:0 2px;
}
.single_tab_content img.video{
	margin:0 0 30px;
}
.single_content_left{
	padding:0;
	border:none;
}
.resultPart.admission{
	padding-right:0;
}
.resultPart.admission .list-inline{
	margin:20px 0;
}
.admission_video{
	margin:15px 0 20px;
}
.single_post.related_post_sec .rel_thumb{
	width:100%;
	margin:0 0 15px;
}
.single_post.related_post_sec .rel_right{
	width:100%;
}
.fc-toolbar{
	width:100%;
	padding:20px;
}
.fc-row.fc-widget-header th{
	width:auto;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
	width:auto;
}
#calendar{
	width:auto;
}
.fc-center h2{
	font-size:35px;
}
.fc-row.fc-widget-header th{
	font-size:18px;
}
.fc-widget-content td{
	font-size:18px;
}
.calendar_outer{
	padding:30px 0;
}

.custom_content .banner{
	display:block;
}

.row.bottom_block{
	margin-bottom:0;
	margin-top:20px;
}
.col-xs-12.col-sm-4.custom{
	margin-top:15px;
}
.apply_from .custom_margin{
	margin:15px 0 0;
}
.sidebar{
	margin:30px 0 0;
}
.courses_right_inner{
	border:none;
	padding-top:0;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) { 

.container{
	width:auto!important;
}
.inlineMenu .list-inline li{
	margin:0 25px 0 0;
}
.header .navbar-default .navbar-nav > li > a{
	padding:8px 8px !important;
	font-size:12px;
}
.nav.navbar-nav.navbar-right{
	padding:13px 0;
}
.header .navbar-nav > li > .dropdown-menu{
	left:8px;
}
.about_inner ul li{
	width:23.25%;
	margin:0 2% 0 0;
}
.captionLink, .captionLink:hover{
	font-size:9px;
	text-indent:10px;
}
h3{
	font-size:18px;
}
.formTitle > p{
	margin:0 0 20px;
}
.formTitle > h3{
	margin:0 0 15px;
}
.videoArea > h3{
	margin:0 0 20px;
}
.extraPadding{
	padding:0;
}
.videoLeft{
	width:60%;
}
.videoRight{
	width:37%;
}
.videoRight > p{
	margin:0 0 20px;
}
h4{
	font-size:14px;
}
.tab_menu > ul li a{
	font-size:12px;
}
.resultPart > .list-inline > li{
	width:32%;
	margin:0 2% 0 0;
}
.socialArea > .list-inline > li{
	margin:0 4px 4px 0;
}
.header .dropdown-menu > li > a{
	font-size:13px;
}
.caption_inner{
	padding:20px;
}
.caption_inner h1{
	font-size:20px;
	margin:0 0 10px;
}
.caption_inner p{
	line-height:21px;
	margin:0 0 15px;
}
.caption_inner a{
	padding:8px 25px;
}
.mainContent .captionLink{
	font-size:12px;
}
.aboutTitle > h2{
	font-size:22px;
}
.socialArea{
	margin:0;
}
.borderLeft{
	height:auto;
	min-height:180px;
}
.count_inner{
	min-height:205px;
}
.count_inner h1{
	font-size:40px;
}
.count_inner h3{
	font-size:15px;
	line-height:25px;
}
.carousal_title{
	padding:0 15%;
}
h1{
	font-size:25px;
}
.about_caption h2{
	font-size:15px;
}
.flex-control-paging{
	bottom:50px;
}
.carousal_section ul li{
	margin:0;

}
.carousal_section .flex-control-paging{
	margin:40px 0 0;
}
.post h1{
	margin:0 0 20px;
}
.search_section li{
	width:32%;
	margin:0 2% 0 0;
}
.search_section .sbOptions li{
	width:100%;
	margin:0!important;
}
.search_section li.search_button{
	width:32%;
}

.pagination > li > a, .pagination > li > span{
	padding:5px 11px;
	font-size:13px;
}
.single_caption{
	padding:15px 20px;
	left:5%;
	max-width:90%;
	bottom:25px;
}
.single_caption h1{
	font-size:30px;
	margin:0 0 10px;
}
.single_caption h2{
	font-size:16px;
}
.tab_menu > ul li a{
	display:block;
	border:1px solid #dce4ea;
	font-size: 12px;
	padding: 5px 10px;
	height: 45px;
}
.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after{
	border:none;
}
.single_tab_content{
	margin:15px 0;
}
.item_inner.program ul li{
	margin:0 0 10px;
}
.item_inner.program ul li span{
	width:100%;
}
.custom_left{
	padding-left:5px;
}
.resultPart.admission .list-inline li{
	width:48%;
	margin:0 4% 20px 0;
}
.resultPart.admission .list-inline li:nth-child(2n){
	margin-right:0;
}
.resultPart.admission .list-inline .img-responsive{
	width:100%;
}
.resultPart.admission .list-inline .aboutImage{
	max-height:100%;
}
.resultPart.admission .captionLink,.resultPart.admission .captionLink:hover{
	font-size:17px;
}
.resultPart.admission h4{
	font-size:17px;
}
.admission_video iframe{
	height:320px;
}
.single_post.related_post_sec .rel_thumb{
	width:36%;
	margin-right:4%;
}
.single_post.related_post_sec .rel_right{
	width:60%;
}
#recommended-item-carousel .banner_caption{
	padding-left:35px;
}

.custom_content{
	padding:40px 0 20px;
}
ul.list{
	margin:30px 0 40px;
}
ul.list li{
	width:23.5%;
	margin:0 2% 45px 0;
}



.fc-center h2{
	font-size:40px;
}
.fc-event-container .tooltip{
	width:138px;
	margin:0 0 0 -27px;
	bottom:55px;
}
.fc-event-container .tooltip-inner{
	padding:5px;
}
.fc-event-container .tooltip-inner h4{
	font-size:12px;
}
.fc-event-container .tooltip-inner h5{
	font-size:12px;
	margin:0 0 5px;
}
.fc-event-container .tooltip-inner p{
	font-size:10px;
	line-height:normal;
}


}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
body.bodyColor .header{
	max-width: 970px;
}
.videoLeft{
	width:475px;
} 
.resultPart > .list-inline > li{
	width:218px;
}
.header .navbar-default .navbar-nav > li > a{
	padding:11px 15px!important;
}
.header .navbar-nav > li > .dropdown-menu{
	left:15px;
}
.captionLink, .captionLink:hover{
	font-size:11px;
}
.about_inner ul li{
	margin:0 15px 0 0;
	width:223px;
}
.about_caption h2{
	font-size:22px;
}
h1{
	font-size:25px;
}
.count_inner{
	min-height:215px;
}
.count_inner{
	font-size:45px;
}
.carousal_section ul li{
	width:447px!important;
	margin:0 15px;
}
.post h1{
	margin:0 0 20px;
}

.search_section li{
	width:248px;
}
.search_section li.search_button{
	width:210px;
}
.custom_left{
	padding-left:5px;
}
.item_inner.program ul li{
	font-size:12px;
	margin:0 0 10px;
}
.single_caption{
	width:835px;
}
.single_caption h1{
	font-size:40px;
}
.admission_video iframe{
	height:400px;
}
.single_banner_inner.admission .single_caption{
	width:535px;
}
.resultPart.admission .list-inline li{
	width:48%;
	margin:0 4% 20px 0;
}
.resultPart.admission .list-inline li:nth-child(2n){
	margin-right:0;
}
.resultPart.admission .list-inline .img-responsive{
	width:100%;
}
.resultPart.admission .list-inline .aboutImage{
	max-height:100%;
}
.resultPart.admission .captionLink,.resultPart.admission .captionLink:hover{
	font-size:17px;
}
.single_post.related_post_sec .rel_right{
	width:400px;
}


.custom_content{
	padding:45px 0 20px;
}
ul.list{
	margin:30px 0 45px;
}
ul.list li{
	width:220px;
	margin:0 20px 45px 0;
}


.fc-center h2{
	font-size:40px;
}
.fc-event-container .tooltip{
	width:190px;
	margin:0 0 0 -38px;
	bottom:55px;
}
.fc-event-container .tooltip-inner h4{
	font-size:15px;
}
.fc-event-container .tooltip-inner h5{
	font-size:13px;
	margin:0 0 5px;
}
.fc-event-container .tooltip-inner p{
	font-size:10px;
	line-height:normal;
}
.tab_menu > ul li a{
	font-size: 12px;
	padding: 5px 10px;
	height: 45px;
}


}

@media only screen and (min-width: 1200px){
body.bodyColor .header{
	max-width: 1170px;
}
.col-sm-9.videoNine{
    width: 800px;
}
.col-sm-3.findThree{
    width: 370px;
    float: right;
}
.carousal_section ul li{
	width:475px!important;
}
.post_left{
	width:785px;
}
.post_right{
	width:385px;
}
.courses_right{
	width:930px;
}
.courses_left{
	width:240px;
}
.resultPart.admission .list-inline li {
    width: 230px;
}
.item_inner.program ul li span{
	width:144px;
}
.left_half{
	padding-right:22px;
}
.right_half{
	padding-left:22px;
}
.comments_form .half{
	margin-right:15px;
}
.comments_form form{
	padding-right:40px;
	float:left;
	height:auto;
	width:100%;
}
.comments_form .half{
	width:334px;
}
.facebook_section img{
	width:100%;
}
.tab_menu > ul li a{
	font-size: 12px;
	padding: 5px;
	height: 45px;
	line-height: 35px;
}

}

.top-darkbar {
    padding: .3em 3.875em .122em;
    background: #22292f;
    height: 2.7em;
}
.top-darkbar >  nav {
	float: left;
}
.top-darkbar> nav a {
    display: block;
    float: left;
    position: relative;
    width: 1.9em;
    height: 1.9em;
    color: transparent;
    margin: 0 0.4em;
    border: 2px solid #116186;
    color: #116186;
    text-align: center;
	overflow: hidden;
    line-height: 23px;
	text-shadow:
		#000000 1px 1px,
		#000000 2px 2px,
		#000000 3px 3px,
		#000000 4px 4px,
		#000000 5px 5px,
		#000000 6px 6px,
		#000000 7px 7px,
		#000000 8px 8px,
		#000000 9px 9px,
		#000000 10px 10px,
		#000000 11px 11px,
		#000000 12px 12px,
		#000000 13px 13px,
		#000000 14px 14px,
		#000000 15px 15px,
		#000000 16px 16px,
		#000000 17px 17px,
		#000000 18px 18px,
		#000000 19px 19px,
		#000000 20px 20px,
		#000000 21px 21px,
		#000000 22px 22px,
		#000000 23px 23px,
		#000000 24px 24px,
		#000000 25px 25px,
		#000000 26px 26px,
		#000000 27px 27px,
		#000000 28px 28px,
		#000000 29px 29px,
		#000000 30px 30px,
		#000000 31px 31px,
		#000000 32px 32px,
		#000000 33px 33px,
		#000000 34px 34px,
		#000000 35px 35px,
		#000000 36px 36px,
		#000000 37px 37px,
		#000000 38px 38px,
		#000000 39px 39px,
		#000000 40px 40px,
		#000000 41px 41px,
		#000000 42px 42px,
		#000000 43px 43px,
		#000000 44px 44px,
		#000000 45px 45px,
		#000000 46px 46px,
		#000000 47px 47px,
		#000000 48px 48px,
		#000000 49px 49px,
		#000000 50px 50px,
		#000000 51px 51px,
		#000000 52px 52px,
		#000000 53px 53px,
		#000000 54px 54px,
		#000000 55px 55px,
		#000000 56px 56px,
		#000000 57px 57px,
		#000000 58px 58px,
		#000000 59px 59px,
		#000000 60px 60px,
		#000000 61px 61px,
		#000000 62px 62px,
		#000000 63px 63px,
		#000000 64px 64px,
		#000000 65px 65px,
		#000000 66px 66px,
		#000000 67px 67px,
		#000000 68px 68px,
		#000000 69px 69px,
		#000000 70px 70px,
		#000000 71px 71px,
		#000000 72px 72px,
		#000000 73px 73px,
		#000000 74px 74px,
		#000000 75px 75px,
		#000000 76px 76px,
		#000000 77px 77px,
		#000000 78px 78px,
		#000000 79px 79px,
		#000000 80px 80px,
		#000000 81px 81px,
		#000000 82px 82px,
		#000000 83px 83px,
		#000000 84px 84px,
		#000000 85px 85px,
		#000000 86px 86px,
		#000000 87px 87px,
		#000000 88px 88px,
		#000000 89px 89px,
		#000000 90px 90px,
		#000000 91px 91px,
		#000000 92px 92px,
		#000000 93px 93px,
		#000000 94px 94px,
		#000000 95px 95px,
		#000000 96px 96px,
		#000000 97px 97px,
		#000000 98px 98px,
		#000000 99px 99px,
		#000000 100px 100px;
}
.top-darkbar>  nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}
.top-darkbar >  nav a:hover:after {
	opacity: 1;
}
.top-darkbar >  nav a:hover {
	background: #47a3da;
	color: #fff;
}

.top-darkbar > span {
    display: block;
    text-align: right;
    font-family: master-reg;
    font-size: 1em;
    color: #af7e3b;
    max-width: 30em;
    float: right;
    /* margin-top: 2em; */
}

.mainevents{
	max-height: 343px;
	overflow: hidden;
}

.mainevents IMG{
width: 100%;
}


.tint {
	position: relative;
	cursor: pointer;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.tint:hover:before {
	  background: rgba(26, 141, 193, 0.31); 
}

.mainevents ul {
    background-color: #006B9C;
    position: absolute;
    z-index: 100;
    margin-top: -9em;
    max-height: 9em;
    right: 1em;
    overflow: hidden;
}
.mainevents ul p {
    color: #fff;
    font-family: master-bold;
    font-weight: 900;
    font-size: 1em;
    line-height: 2.2em;
    display: block;
    width: 75%;
    max-height: 4em;
    overflow: hidden;
    padding: 0;
    float: right;
    margin: 0;
}
.mainevents ul span {
    background-color: #004B6D;
    width: 25%;
    height: 42px;
    color: #fff;
    padding: 1em;
    font-family: master-bold;
    font-weight: 900;
    display: block;
    overflow: hidden;
    margin-top: 0;
    float: left;
    margin: 0;
}
.mainevents ul span h4 {
    color: #fff;
    font-family: master-reg;
    font-weight: 900;
    font-size: .8em;
    display: block;
    max-width: 50%;
    padding: 0;
    margin: 0;
    display: block;
    /* position: absolute; */
    right: 1em;
    margin-top: -.4em;
    float: right;
}
.mainevents ul span h5 {
    color: #fff;
    font-family: master-reg;
    font-weight: 900;
    font-size: .8em;
    display: block;
    max-width: 50%;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: 1em;
    margin-top: -1.2em;
}
  
.mainevents IMG:{
width: 100%;
}




.mainevents span{
width: 100%;
}


    .event-list {
		list-style: none;
		font-family: master-bold;
		margin: 0 5px 10px 5px;
		padding: 0px;
	}
	.event-list > li {
		background-color: #eef2f5;
		padding: 0px;
		margin: 12px 0 0 0;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: #0EA2F7;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
		overflow: hidden;
		text-shadow: 
		#0881C7 1px 1px,
		#0881C7 2px 2px,
		#0881C7 3px 3px,
		#0881C7 4px 4px,
		#0881C7 5px 5px,
		#0881C7 6px 6px,
		#0881C7 7px 7px,
		#0881C7 8px 8px,
		#0881C7 9px 9px,
		#0881C7 10px 10px,
		#0881C7 11px 11px,
		#0881C7 12px 12px,
		#0881C7 13px 13px,
		#0881C7 14px 14px,
		#0881C7 15px 15px,
		#0881C7 16px 16px,
		#0881C7 17px 17px,
		#0881C7 18px 18px,
		#0881C7 19px 19px,
		#0881C7 20px 20px,
		#0881C7 21px 21px,
		#0881C7 22px 22px,
		#0881C7 23px 23px,
		#0881C7 24px 24px,
		#0881C7 25px 25px,
		#0881C7 26px 26px,
		#0881C7 27px 27px,
		#0881C7 28px 28px,
		#0881C7 29px 29px,
		#0881C7 30px 30px,
		#0881C7 31px 31px,
		#0881C7 32px 32px,
		#0881C7 33px 33px,
		#0881C7 34px 34px,
		#0881C7 35px 35px,
		#0881C7 36px 36px,
		#0881C7 37px 37px,
		#0881C7 38px 38px,
		#0881C7 39px 39px,
		#0881C7 40px 40px,
		#0881C7 41px 41px,
		#0881C7 42px 42px,
		#0881C7 43px 43px,
		#0881C7 44px 44px,
		#0881C7 45px 45px,
		#0881C7 46px 46px,
		#0881C7 47px 47px,
		#0881C7 48px 48px,
		#0881C7 49px 49px,
		#0881C7 50px 50px,
		#0881C7 51px 51px,
		#0881C7 52px 52px,
		#0881C7 53px 53px,
		#0881C7 54px 54px,
		#0881C7 55px 55px,
		#0881C7 56px 56px,
		#0881C7 57px 57px,
		#0881C7 58px 58px,
		#0881C7 59px 59px,
		#0881C7 60px 60px,
		#0881C7 61px 61px,
		#0881C7 62px 62px,
		#0881C7 63px 63px,
		#0881C7 64px 64px,
		#0881C7 65px 65px,
		#0881C7 66px 66px,
		#0881C7 67px 67px,
		#0881C7 68px 68px,
		#0881C7 69px 69px,
		#0881C7 70px 70px,
		#0881C7 71px 71px,
		#0881C7 72px 72px,
		#0881C7 73px 73px,
		#0881C7 74px 74px,
		#0881C7 75px 75px,
		#0881C7 76px 76px,
		#0881C7 77px 77px,
		#0881C7 78px 78px,
		#0881C7 79px 79px,
		#0881C7 80px 80px,
		#0881C7 81px 81px,
		#0881C7 82px 82px,
		#0881C7 83px 83px,
		#0881C7 84px 84px,
		#0881C7 85px 85px,
		#0881C7 86px 86px,
		#0881C7 87px 87px,
		#0881C7 88px 88px,
		#0881C7 89px 89px,
		#0881C7 90px 90px,
		#0881C7 91px 91px,
		#0881C7 92px 92px,
		#0881C7 93px 93px,
		#0881C7 94px 94px,
		#0881C7 95px 95px,
		#0881C7 96px 96px,
		#0881C7 97px 97px,
		#0881C7 98px 98px,
		#0881C7 99px 99px,
		#0881C7 100px 100px;
	}
	.event-list > li:nth-child(even) > time {
		background-color: #0881C7;
		text-shadow: 
		#0775B5 1px 1px,
		#0775B5 2px 2px,
		#0775B5 3px 3px,
		#0775B5 4px 4px,
		#0775B5 5px 5px,
		#0775B5 6px 6px,
		#0775B5 7px 7px,
		#0775B5 8px 8px,
		#0775B5 9px 9px,
		#0775B5 10px 10px,
		#0775B5 11px 11px,
		#0775B5 12px 12px,
		#0775B5 13px 13px,
		#0775B5 14px 14px,
		#0775B5 15px 15px,
		#0775B5 16px 16px,
		#0775B5 17px 17px,
		#0775B5 18px 18px,
		#0775B5 19px 19px,
		#0775B5 20px 20px,
		#0775B5 21px 21px,
		#0775B5 22px 22px,
		#0775B5 23px 23px,
		#0775B5 24px 24px,
		#0775B5 25px 25px,
		#0775B5 26px 26px,
		#0775B5 27px 27px,
		#0775B5 28px 28px,
		#0775B5 29px 29px,
		#0775B5 30px 30px,
		#0775B5 31px 31px,
		#0775B5 32px 32px,
		#0775B5 33px 33px,
		#0775B5 34px 34px,
		#0775B5 35px 35px,
		#0775B5 36px 36px,
		#0775B5 37px 37px,
		#0775B5 38px 38px,
		#0775B5 39px 39px,
		#0775B5 40px 40px,
		#0775B5 41px 41px,
		#0775B5 42px 42px,
		#0775B5 43px 43px,
		#0775B5 44px 44px,
		#0775B5 45px 45px,
		#0775B5 46px 46px,
		#0775B5 47px 47px,
		#0775B5 48px 48px,
		#0775B5 49px 49px,
		#0775B5 50px 50px,
		#0775B5 51px 51px,
		#0775B5 52px 52px,
		#0775B5 53px 53px,
		#0775B5 54px 54px,
		#0775B5 55px 55px,
		#0775B5 56px 56px,
		#0775B5 57px 57px,
		#0775B5 58px 58px,
		#0775B5 59px 59px,
		#0775B5 60px 60px,
		#0775B5 61px 61px,
		#0775B5 62px 62px,
		#0775B5 63px 63px,
		#0775B5 64px 64px,
		#0775B5 65px 65px,
		#0775B5 66px 66px,
		#0775B5 67px 67px,
		#0775B5 68px 68px,
		#0775B5 69px 69px,
		#0775B5 70px 70px,
		#0775B5 71px 71px,
		#0775B5 72px 72px,
		#0775B5 73px 73px,
		#0775B5 74px 74px,
		#0775B5 75px 75px,
		#0775B5 76px 76px,
		#0775B5 77px 77px,
		#0775B5 78px 78px,
		#0775B5 79px 79px,
		#0775B5 80px 80px,
		#0775B5 81px 81px,
		#0775B5 82px 82px,
		#0775B5 83px 83px,
		#0775B5 84px 84px,
		#0775B5 85px 85px,
		#0775B5 86px 86px,
		#0775B5 87px 87px,
		#0775B5 88px 88px,
		#0775B5 89px 89px,
		#0775B5 90px 90px,
		#0775B5 91px 91px,
		#0775B5 92px 92px,
		#0775B5 93px 93px,
		#0775B5 94px 94px,
		#0775B5 95px 95px,
		#0775B5 96px 96px,
		#0775B5 97px 97px,
		#0775B5 98px 98px,
		#0775B5 99px 99px,
		#0775B5 100px 100px;
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 26pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 10pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 0;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 60px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: #fff;
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 70px;
			height: 60px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 60px;
			text-align: left;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
		padding: 0px 10px;
		font-size: 11pt;
		color: #3A3A3A;
		font-family: master-reg;
		font-weight: 100;
	}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}

.SeeAlso{
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
.SeeAlso li {
    /* float: right; */
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 192px;
}
.SeeAlso li a {
    float: right;
    width: 100%;
    /*min-height: 188px;*/
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    font-family: master-reg;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}
.SeeAlso-purple{
	background-color: #7417a4 !important;
}
a.SeeAlso-purple:hover{
	background-color: #651390 !important;
}
.SeeAlso-purple i{
	text-shadow: 
		#661490 1px 1px,
		#661490 2px 2px,
		#661490 3px 3px,
		#661490 4px 4px,
		#661490 5px 5px,
		#661490 6px 6px,
		#661490 7px 7px,
		#661490 8px 8px,
		#661490 9px 9px,
		#661490 10px 10px,
		#661490 11px 11px,
		#661490 12px 12px,
		#661490 13px 13px,
		#661490 14px 14px,
		#661490 15px 15px,
		#661490 16px 16px,
		#661490 17px 17px,
		#661490 18px 18px,
		#661490 19px 19px,
		#661490 20px 20px,
		#661490 21px 21px,
		#661490 22px 22px,
		#661490 23px 23px,
		#661490 24px 24px,
		#661490 25px 25px,
		#661490 26px 26px,
		#661490 27px 27px,
		#661490 28px 28px,
		#661490 29px 29px,
		#661490 30px 30px,
		#661490 31px 31px,
		#661490 32px 32px,
		#661490 33px 33px,
		#661490 34px 34px,
		#661490 35px 35px,
		#661490 36px 36px,
		#661490 37px 37px,
		#661490 38px 38px,
		#661490 39px 39px,
		#661490 40px 40px,
		#661490 41px 41px,
		#661490 42px 42px,
		#661490 43px 43px,
		#661490 44px 44px,
		#661490 45px 45px,
		#661490 46px 46px,
		#661490 47px 47px,
		#661490 48px 48px,
		#661490 49px 49px,
		#661490 50px 50px,
		#661490 51px 51px,
		#661490 52px 52px,
		#661490 53px 53px,
		#661490 54px 54px,
		#661490 55px 55px,
		#661490 56px 56px,
		#661490 57px 57px,
		#661490 58px 58px,
		#661490 59px 59px,
		#661490 60px 60px,
		#661490 61px 61px,
		#661490 62px 62px,
		#661490 63px 63px,
		#661490 64px 64px,
		#661490 65px 65px,
		#661490 66px 66px,
		#661490 67px 67px,
		#661490 68px 68px,
		#661490 69px 69px,
		#661490 70px 70px,
		#661490 71px 71px,
		#661490 72px 72px,
		#661490 73px 73px,
		#661490 74px 74px,
		#661490 75px 75px,
		#661490 76px 76px,
		#661490 77px 77px,
		#661490 78px 78px,
		#661490 79px 79px,
		#661490 80px 80px,
		#661490 81px 81px,
		#661490 82px 82px,
		#661490 83px 83px,
		#661490 84px 84px,
		#661490 85px 85px,
		#661490 86px 86px,
		#661490 87px 87px,
		#661490 88px 88px,
		#661490 89px 89px,
		#661490 90px 90px,
		#661490 91px 91px,
		#661490 92px 92px,
		#661490 93px 93px,
		#661490 94px 94px,
		#661490 95px 95px,
		#661490 96px 96px,
		#661490 97px 97px,
		#661490 98px 98px,
		#661490 99px 99px,
		#661490 100px 100px;
}
.SeeAlso-green{
	background-color:#30BB9D !important;
}
a.SeeAlso-green:hover{
	background-color: #2BB194 !important;
}
.SeeAlso-green i{
    text-shadow: #2BB194 1px 1px, #2BB194 2px 2px, #2BB194 3px 3px, #2BB194 4px 4px, #2BB194 5px 5px, #2BB194 6px 6px, #2BB194 7px 7px, #2BB194 8px 8px, #2BB194 9px 9px, #2BB194 10px 10px, #2BB194 11px 11px, #2BB194 12px 12px, #2BB194 13px 13px, #2BB194 14px 14px, #2BB194 15px 15px, #2BB194 16px 16px, #2BB194 17px 17px, #2BB194 18px 18px, #2BB194 19px 19px, #2BB194 20px 20px, #2BB194 21px 21px, #2BB194 22px 22px, #2BB194 23px 23px, #2BB194 24px 24px, #2BB194 25px 25px, #2BB194 26px 26px, #2BB194 27px 27px, #2BB194 28px 28px, #2BB194 29px 29px, #2BB194 30px 30px, #2BB194 31px 31px, #2BB194 32px 32px, #2BB194 33px 33px, #2BB194 34px 34px, #2BB194 35px 35px, #2BB194 36px 36px, #2BB194 37px 37px, #2BB194 38px 38px, #2BB194 39px 39px, #2BB194 40px 40px, #2BB194 41px 41px, #2BB194 42px 42px, #2BB194 43px 43px, #2BB194 44px 44px, #2BB194 45px 45px, #2BB194 46px 46px, #2BB194 47px 47px, #2BB194 48px 48px, #2BB194 49px 49px, #2BB194 50px 50px, #2BB194 51px 51px, #2BB194 52px 52px, #2BB194 53px 53px, #2BB194 54px 54px, #2BB194 55px 55px, #2BB194 56px 56px, #2BB194 57px 57px, #2BB194 58px 58px, #2BB194 59px 59px, #2BB194 60px 60px, #2BB194 61px 61px, #2BB194 62px 62px, #2BB194 63px 63px, #2BB194 64px 64px, #2BB194 65px 65px, #2BB194 66px 66px, #2BB194 67px 67px, #2BB194 68px 68px, #2BB194 69px 69px, #2BB194 70px 70px, #2BB194 71px 71px, #2BB194 72px 72px, #2BB194 73px 73px, #2BB194 74px 74px, #2BB194 75px 75px, #2BB194 76px 76px, #2BB194 77px 77px, #2BB194 78px 78px, #2BB194 79px 79px, #2BB194 80px 80px, #2BB194 81px 81px, #2BB194 82px 82px, #2BB194 83px 83px, #2BB194 84px 84px, #2BB194 85px 85px, #2BB194 86px 86px, #2BB194 87px 87px, #2BB194 88px 88px, #2BB194 89px 89px, #2BB194 90px 90px, #2BB194 91px 91px, #2BB194 92px 92px, #2BB194 93px 93px, #2BB194 94px 94px, #2BB194 95px 95px, #2BB194 96px 96px, #2BB194 97px 97px, #2BB194 98px 98px, #2BB194 99px 99px, #2BB194 100px 100px;
}
.SeeAlso-blue{
	background-color:#0073c6 !important;
}
a.SeeAlso-blue:hover {
	background-color: #005DA2 !important;
}
.SeeAlso-blue:hover{
	background-color:#174B7B;
}
.SeeAlso-blue i{
	text-shadow: 
		#005EA2 1px 1px,
		#005EA2 2px 2px,
		#005EA2 3px 3px,
		#005EA2 4px 4px,
		#005EA2 5px 5px,
		#005EA2 6px 6px,
		#005EA2 7px 7px,
		#005EA2 8px 8px,
		#005EA2 9px 9px,
		#005EA2 10px 10px,
		#005EA2 11px 11px,
		#005EA2 12px 12px,
		#005EA2 13px 13px,
		#005EA2 14px 14px,
		#005EA2 15px 15px,
		#005EA2 16px 16px,
		#005EA2 17px 17px,
		#005EA2 18px 18px,
		#005EA2 19px 19px,
		#005EA2 20px 20px,
		#005EA2 21px 21px,
		#005EA2 22px 22px,
		#005EA2 23px 23px,
		#005EA2 24px 24px,
		#005EA2 25px 25px,
		#005EA2 26px 26px,
		#005EA2 27px 27px,
		#005EA2 28px 28px,
		#005EA2 29px 29px,
		#005EA2 30px 30px,
		#005EA2 31px 31px,
		#005EA2 32px 32px,
		#005EA2 33px 33px,
		#005EA2 34px 34px,
		#005EA2 35px 35px,
		#005EA2 36px 36px,
		#005EA2 37px 37px,
		#005EA2 38px 38px,
		#005EA2 39px 39px,
		#005EA2 40px 40px,
		#005EA2 41px 41px,
		#005EA2 42px 42px,
		#005EA2 43px 43px,
		#005EA2 44px 44px,
		#005EA2 45px 45px,
		#005EA2 46px 46px,
		#005EA2 47px 47px,
		#005EA2 48px 48px,
		#005EA2 49px 49px,
		#005EA2 50px 50px,
		#005EA2 51px 51px,
		#005EA2 52px 52px,
		#005EA2 53px 53px,
		#005EA2 54px 54px,
		#005EA2 55px 55px,
		#005EA2 56px 56px,
		#005EA2 57px 57px,
		#005EA2 58px 58px,
		#005EA2 59px 59px,
		#005EA2 60px 60px,
		#005EA2 61px 61px,
		#005EA2 62px 62px,
		#005EA2 63px 63px,
		#005EA2 64px 64px,
		#005EA2 65px 65px,
		#005EA2 66px 66px,
		#005EA2 67px 67px,
		#005EA2 68px 68px,
		#005EA2 69px 69px,
		#005EA2 70px 70px,
		#005EA2 71px 71px,
		#005EA2 72px 72px,
		#005EA2 73px 73px,
		#005EA2 74px 74px,
		#005EA2 75px 75px,
		#005EA2 76px 76px,
		#005EA2 77px 77px,
		#005EA2 78px 78px,
		#005EA2 79px 79px,
		#005EA2 80px 80px,
		#005EA2 81px 81px,
		#005EA2 82px 82px,
		#005EA2 83px 83px,
		#005EA2 84px 84px,
		#005EA2 85px 85px,
		#005EA2 86px 86px,
		#005EA2 87px 87px,
		#005EA2 88px 88px,
		#005EA2 89px 89px,
		#005EA2 90px 90px,
		#005EA2 91px 91px,
		#005EA2 92px 92px,
		#005EA2 93px 93px,
		#005EA2 94px 94px,
		#005EA2 95px 95px,
		#005EA2 96px 96px,
		#005EA2 97px 97px,
		#005EA2 98px 98px,
		#005EA2 99px 99px,
		#005EA2 100px 100px;
}
.SeeAlso-orange{
	background-color:#f27b00 !important;
}
.SeeAlso-orange a:hover{
	background-color:#174B7B;
	color:#FFF;
	text-decoration:none;
	cursor:pointer
}
.SeeAlso-orange i{
	text-shadow: 
		#DA6F00 1px 1px,
		#DA6F00 2px 2px,
		#DA6F00 3px 3px,
		#DA6F00 4px 4px,
		#DA6F00 5px 5px,
		#DA6F00 6px 6px,
		#DA6F00 7px 7px,
		#DA6F00 8px 8px,
		#DA6F00 9px 9px,
		#DA6F00 10px 10px,
		#DA6F00 11px 11px,
		#DA6F00 12px 12px,
		#DA6F00 13px 13px,
		#DA6F00 14px 14px,
		#DA6F00 15px 15px,
		#DA6F00 16px 16px,
		#DA6F00 17px 17px,
		#DA6F00 18px 18px,
		#DA6F00 19px 19px,
		#DA6F00 20px 20px,
		#DA6F00 21px 21px,
		#DA6F00 22px 22px,
		#DA6F00 23px 23px,
		#DA6F00 24px 24px,
		#DA6F00 25px 25px,
		#DA6F00 26px 26px,
		#DA6F00 27px 27px,
		#DA6F00 28px 28px,
		#DA6F00 29px 29px,
		#DA6F00 30px 30px,
		#DA6F00 31px 31px,
		#DA6F00 32px 32px,
		#DA6F00 33px 33px,
		#DA6F00 34px 34px,
		#DA6F00 35px 35px,
		#DA6F00 36px 36px,
		#DA6F00 37px 37px,
		#DA6F00 38px 38px,
		#DA6F00 39px 39px,
		#DA6F00 40px 40px,
		#DA6F00 41px 41px,
		#DA6F00 42px 42px,
		#DA6F00 43px 43px,
		#DA6F00 44px 44px,
		#DA6F00 45px 45px,
		#DA6F00 46px 46px,
		#DA6F00 47px 47px,
		#DA6F00 48px 48px,
		#DA6F00 49px 49px,
		#DA6F00 50px 50px,
		#DA6F00 51px 51px,
		#DA6F00 52px 52px,
		#DA6F00 53px 53px,
		#DA6F00 54px 54px,
		#DA6F00 55px 55px,
		#DA6F00 56px 56px,
		#DA6F00 57px 57px,
		#DA6F00 58px 58px,
		#DA6F00 59px 59px,
		#DA6F00 60px 60px,
		#DA6F00 61px 61px,
		#DA6F00 62px 62px,
		#DA6F00 63px 63px,
		#DA6F00 64px 64px,
		#DA6F00 65px 65px,
		#DA6F00 66px 66px,
		#DA6F00 67px 67px,
		#DA6F00 68px 68px,
		#DA6F00 69px 69px,
		#DA6F00 70px 70px,
		#DA6F00 71px 71px,
		#DA6F00 72px 72px,
		#DA6F00 73px 73px,
		#DA6F00 74px 74px,
		#DA6F00 75px 75px,
		#DA6F00 76px 76px,
		#DA6F00 77px 77px,
		#DA6F00 78px 78px,
		#DA6F00 79px 79px,
		#DA6F00 80px 80px,
		#DA6F00 81px 81px,
		#DA6F00 82px 82px,
		#DA6F00 83px 83px,
		#DA6F00 84px 84px,
		#DA6F00 85px 85px,
		#DA6F00 86px 86px,
		#DA6F00 87px 87px,
		#DA6F00 88px 88px,
		#DA6F00 89px 89px,
		#DA6F00 90px 90px,
		#DA6F00 91px 91px,
		#DA6F00 92px 92px,
		#DA6F00 93px 93px,
		#DA6F00 94px 94px,
		#DA6F00 95px 95px,
		#DA6F00 96px 96px,
		#DA6F00 97px 97px,
		#DA6F00 98px 98px,
		#DA6F00 99px 99px,
		#DA6F00 100px 100px;
}
.SeeAlso li a:hover{
	background-color:#174B7B;
	color:#FFF;
	text-decoration:none;
	cursor:pointer
}
.SeeAlso-cyan{
	background-color:#19a3e1 !important;
}
a.SeeAlso-cyan:hover{
	background-color: #138EC5 !important;
}
.SeeAlso-cyan i{
	text-shadow: 
		#148EC5 1px 1px,
		#148EC5 2px 2px,
		#148EC5 3px 3px,
		#148EC5 4px 4px,
		#148EC5 5px 5px,
		#148EC5 6px 6px,
		#148EC5 7px 7px,
		#148EC5 8px 8px,
		#148EC5 9px 9px,
		#148EC5 10px 10px,
		#148EC5 11px 11px,
		#148EC5 12px 12px,
		#148EC5 13px 13px,
		#148EC5 14px 14px,
		#148EC5 15px 15px,
		#148EC5 16px 16px,
		#148EC5 17px 17px,
		#148EC5 18px 18px,
		#148EC5 19px 19px,
		#148EC5 20px 20px,
		#148EC5 21px 21px,
		#148EC5 22px 22px,
		#148EC5 23px 23px,
		#148EC5 24px 24px,
		#148EC5 25px 25px,
		#148EC5 26px 26px,
		#148EC5 27px 27px,
		#148EC5 28px 28px,
		#148EC5 29px 29px,
		#148EC5 30px 30px,
		#148EC5 31px 31px,
		#148EC5 32px 32px,
		#148EC5 33px 33px,
		#148EC5 34px 34px,
		#148EC5 35px 35px,
		#148EC5 36px 36px,
		#148EC5 37px 37px,
		#148EC5 38px 38px,
		#148EC5 39px 39px,
		#148EC5 40px 40px,
		#148EC5 41px 41px,
		#148EC5 42px 42px,
		#148EC5 43px 43px,
		#148EC5 44px 44px,
		#148EC5 45px 45px,
		#148EC5 46px 46px,
		#148EC5 47px 47px,
		#148EC5 48px 48px,
		#148EC5 49px 49px,
		#148EC5 50px 50px,
		#148EC5 51px 51px,
		#148EC5 52px 52px,
		#148EC5 53px 53px,
		#148EC5 54px 54px,
		#148EC5 55px 55px,
		#148EC5 56px 56px,
		#148EC5 57px 57px,
		#148EC5 58px 58px,
		#148EC5 59px 59px,
		#148EC5 60px 60px,
		#148EC5 61px 61px,
		#148EC5 62px 62px,
		#148EC5 63px 63px,
		#148EC5 64px 64px,
		#148EC5 65px 65px,
		#148EC5 66px 66px,
		#148EC5 67px 67px,
		#148EC5 68px 68px,
		#148EC5 69px 69px,
		#148EC5 70px 70px,
		#148EC5 71px 71px,
		#148EC5 72px 72px,
		#148EC5 73px 73px,
		#148EC5 74px 74px,
		#148EC5 75px 75px,
		#148EC5 76px 76px,
		#148EC5 77px 77px,
		#148EC5 78px 78px,
		#148EC5 79px 79px,
		#148EC5 80px 80px,
		#148EC5 81px 81px,
		#148EC5 82px 82px,
		#148EC5 83px 83px,
		#148EC5 84px 84px,
		#148EC5 85px 85px,
		#148EC5 86px 86px,
		#148EC5 87px 87px,
		#148EC5 88px 88px,
		#148EC5 89px 89px,
		#148EC5 90px 90px,
		#148EC5 91px 91px,
		#148EC5 92px 92px,
		#148EC5 93px 93px,
		#148EC5 94px 94px,
		#148EC5 95px 95px,
		#148EC5 96px 96px,
		#148EC5 97px 97px,
		#148EC5 98px 98px,
		#148EC5 99px 99px,
		#148EC5 100px 100px;
}
.SeeAlso-dark{
	background-color:#FFFFFF !important;
}
.SeeAlso-dark i{
text-shadow: 
		#232323 1px 1px,
		#232323 2px 2px,
		#232323 3px 3px,
		#232323 4px 4px,
		#232323 5px 5px,
		#232323 6px 6px,
		#232323 7px 7px,
		#232323 8px 8px,
		#232323 9px 9px,
		#232323 10px 10px,
		#232323 11px 11px,
		#232323 12px 12px,
		#232323 13px 13px,
		#232323 14px 14px,
		#232323 15px 15px,
		#232323 16px 16px,
		#232323 17px 17px,
		#232323 18px 18px,
		#232323 19px 19px,
		#232323 20px 20px,
		#232323 21px 21px,
		#232323 22px 22px,
		#232323 23px 23px,
		#232323 24px 24px,
		#232323 25px 25px,
		#232323 26px 26px,
		#232323 27px 27px,
		#232323 28px 28px,
		#232323 29px 29px,
		#232323 30px 30px,
		#232323 31px 31px,
		#232323 32px 32px,
		#232323 33px 33px,
		#232323 34px 34px,
		#232323 35px 35px,
		#232323 36px 36px,
		#232323 37px 37px,
		#232323 38px 38px,
		#232323 39px 39px,
		#232323 40px 40px,
		#232323 41px 41px,
		#232323 42px 42px,
		#232323 43px 43px,
		#232323 44px 44px,
		#232323 45px 45px,
		#232323 46px 46px,
		#232323 47px 47px,
		#232323 48px 48px,
		#232323 49px 49px,
		#232323 50px 50px,
		#232323 51px 51px,
		#232323 52px 52px,
		#232323 53px 53px,
		#232323 54px 54px,
		#232323 55px 55px,
		#232323 56px 56px,
		#232323 57px 57px,
		#232323 58px 58px,
		#232323 59px 59px,
		#232323 60px 60px,
		#232323 61px 61px,
		#232323 62px 62px,
		#232323 63px 63px,
		#232323 64px 64px,
		#232323 65px 65px,
		#232323 66px 66px,
		#232323 67px 67px,
		#232323 68px 68px,
		#232323 69px 69px,
		#232323 70px 70px,
		#232323 71px 71px,
		#232323 72px 72px,
		#232323 73px 73px,
		#232323 74px 74px,
		#232323 75px 75px,
		#232323 76px 76px,
		#232323 77px 77px,
		#232323 78px 78px,
		#232323 79px 79px,
		#232323 80px 80px,
		#232323 81px 81px,
		#232323 82px 82px,
		#232323 83px 83px,
		#232323 84px 84px,
		#232323 85px 85px,
		#232323 86px 86px,
		#232323 87px 87px,
		#232323 88px 88px,
		#232323 89px 89px,
		#232323 90px 90px,
		#232323 91px 91px,
		#232323 92px 92px,
		#232323 93px 93px,
		#232323 94px 94px,
		#232323 95px 95px,
		#232323 96px 96px,
		#232323 97px 97px,
		#232323 98px 98px,
		#232323 99px 99px,
		#232323 100px 100px;
}
.SeeAlso li a i{
	float: right;
	margin-top: 0px;
	margin-right: auto;
	font-size: 95px;
	color:#fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-left: auto;
	line-height: 1.5em;
}
#main{
	position:relative;
}
#holder{
	overflow:hidden;
	position:relative;
	height: 400px !important;
}
.swControls{
	position:absolute;
	margin-top:0;
}
a.swShowPage{
	background-color: #B9B9B9;
	float:left;
	width:12px;
	height:12px;
	margin:4px 3px;
	text-indent:-9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
a.swShowPage:hover{
    background-color:#999;	
}
a.swShowPage.active{
	background-color:#2993dd;
	width:15px;
	height:15px;
}
.SeeAlsoPic {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
}

.overlay {
	position: relative;
	cursor: pointer;
}

.overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.overlay:hover:before {
	  background: rgba(0, 0, 0, 0.2); 
}


.icontxt-right-top-dark {
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	padding: 0.3em;
	text-indent: 2;
	white-space: normal;
	width: 100px;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
}
.icontxt-right-top-white {
    color: #444444;
    text-align: left;
    vertical-align: top;
    position: absolute;
    background-color: rgba(0, 148, 255, 0.31);
    padding: 0.3em;
    text-indent: 2;
    white-space: normal;
    width: 100px;
    margin-top: 0.5em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0.5em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 100%;
  top: 0;
  background: rgba(0, 0, 0, .2);
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}







/*new banner layers slider*/
#example1 .panel-counter {
	padding: 5px;
	font-size: 20px;
	color: #333;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-moz-transform: rotate(-90deg) translateY(100%);
	-webkit-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%);
}

@media (max-width: 860px) {
	#example1.custom-responsive .panel-counter {
		font-size: 16px;
		padding: 2px;
		bottom: 2px !important;
		left: 2px !important;
	}

	#example1.custom-responsive .hide-medium-screen,
	#example3 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1.custom-responsive .as-layer,
	#example3.as-horizontal .as-layer {
		font-size: 12px;
	}

	#example1.custom-responsive .hide-small-screen,
	#example3 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 450px) {
	#example1.custom-responsive .as-layer,
	#example3.as-horizontal .as-layer {
		font-size: 10px;
		padding: 2px;
	}
}

#example3 .as-panel {
	border: 2px solid #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#example4 .text {
	padding: 15px;
	background-color: #F1F1F1;
	color: #222;
}

#example4 .title {
	font-size: 24px;
	margin: 0;
}

#example4 .description {
	font-size: 14px;
	line-height: 1.2;
}

#example4 .link {
	position: absolute;
	bottom: 0;
}

#example4 .link a {
	color: #000;
}

#example-xml .as-panel-counter {
	padding: 5px;
	font-size: 20px;
	color: #333;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-moz-transform: rotate(-90deg) translateY(100%);
	-webkit-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%);
}

.controls {
	margin-top: 0;
	text-align: center;
}

.controls a {
	color: #333;
}

.controls span.custom-arrow {
	display: none;
}
.accordion-slider {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.accordion-slider * {
    -webkit-tap-highlight-color: transparent
}

.as-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.as-panels {
    position: absolute
}

.as-horizontal .as-panels {
    height: 100%
}

.as-vertical .as-panels {
    width: 100%
}

.as-panel {
    position: absolute;
    overflow: hidden
}

.as-overlap .as-panel {
    overflow: visible
}

.as-horizontal .as-panel {
    height: 100%;
    width: auto
}

.as-vertical .as-panel {
    width: 100%;
    height: auto
}

.as-shadow {
    -webkit-box-shadow: -5px 0 40px 1px #000;
    -mox-box-shadow: -5px 0 40px 1px #000;
    box-shadow: -5px 0 40px 1px #000
}

.as-background,
.as-background-opened {
    border: 0
}

.as-horizontal .as-background,
.as-horizontal .as-background-opened {
    height: 100%;
    width: auto
}

.as-vertical .as-background,
.as-vertical .as-background-opened {
    width: 100%;
    height: auto
}

.as-background-opened {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

.as-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased
}

.as-black {
    color: #FFF;
    background: #000;
    background: rgb(6, 129, 199);
    width: 100%;
    text-align: center;
	font-family: master-ar-bold;
	height: 43px;
	overflow: hidden;
	line-height: 2em !important;
}

.as-white {
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .7)
}

.as-rounded {
    border-radius: 10px
}

.as-padding {
    padding: 10px
}

.as-pagination-buttons {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.as-pagination-button {
    width: 10px;
    height: 10px;
    border: 2px solid #0881C7;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.as-pagination-buttons .as-selected {
    background-color: #0881C7;
}

.as-has-buttons {
    margin-bottom: 32px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .as-pagination-button {
        width: 14px;
        height: 14px
    }
    .as-has-buttons {
        margin-bottom: 36px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .as-pagination-button {
        width: 16px;
        height: 16px
    }
    .as-has-buttons {
        margin-bottom: 38px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .as-pagination-button {
        width: 18px;
        height: 18px
    }
    .as-has-buttons {
        margin-bottom: 40px
    }
}

.as-selectable {
    cursor: default
}

.as-grab {
    cursor:  move;
}

.as-grabbing {
    cursor:  move;
}

.as-no-js {
    overflow: hidden;
    max-width: 100%
}

.accordion-slider p.as-layer {
    font-size: 14px;
    line-height: 1.4
}

.accordion-slider h1.as-layer {
    font-size: 32px;
    line-height: 1.4
}

.accordion-slider h2.as-layer {
    font-size: 24px;
    line-height: 1.4
}

.accordion-slider h3.as-layer {
    font-size: 19px;
    line-height: 1.4
}

.accordion-slider h4.as-layer {
    font-size: 16px;
    line-height: 1.4
}

.accordion-slider h5.as-layer {
    font-size: 13px;
    line-height: 1.4
}

.accordion-slider h6.as-layer {
    font-size: 11px;
    line-height: 1.4
}

.accordion-slider img.as-layer {
    border: 0
}

.accordion-slider .as-background,
.accordion-slider .as-background-opened {
    max-width: none!important;
    max-height: none!important;
    border: 0!important;
    border-radius: 0!important;
    margin: 0!important;
    padding: 0!important;
    -webkit-box-shadow: none!important;
    -mox-box-shadow: none!important;
    box-shadow: none!important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.accordion-slider a {
    position: static;
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important
}

.accordion-slider iframe,
.accordion-slider object,
.accordion-slider video,
.accordion-slider embed,
.accordion-slider canvas {
    max-width: none;
    max-height: none
}

/********************* Banners *************************/

#recommended-item-carousel .col-md-12 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
	float:none;
	padding-right: 0px;
   padding-left: 0px;
}

.cd-slider-navigation {
   right: 43% !important;
    left: 0% !important;
    bottom: 0;
    margin: 0 auto !important;
    background-color: transparent !important;
    padding: 0.5em 1em;
    width: 25% !important;
    height: 47px;
    padding-left: 1.9em !important;
    text-align: left;
}

#demo .span12 {
    border-top: 1px solid #eef2f5;
}

/*.navbar-default {
    width: 100%;
}*/
.header {
    padding: 23px 5px 5px 5px !important;
}
.navbar-brand {
    float: center;
	height:auto !important;
}

.main_wrapper .container-fluid
{
	width:70%;
	
    float: none;
	    padding-right: 0px;
    padding-left: 0px;
}

/*.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
    width: 100% !important;
}*/
.cbp-hrmenu > ul
{
	height:auto !important;
}

.cbp-hrmenu > ul > li
{
	height:auto !important;
}

.cd-slider
{
	width:100% !important;
}

.cbp-hrmenu > ul > li > a
{
	height:auto !important;
}

.row.topmenupart {
    border-top: 4px solid #af7e3b !important;
	/*margin:0px;*/
}

.cbp-hrmenu {
    border-bottom: 0px solid #af7e3b !important;
}

.newContent .row {
    margin: 0px !important;
}

.halfarea2 {
    margin-left: 0em !important;
	padding-right:0px;
}
.halfarea {
    width: 50% !important;
    float: left;
	padding-left:0px;
}

.halfarea img{
width:100%;
}

.cd-main-content {
    border-top: 0px solid #29AFEA !important;
}


#demo {
    padding: 1em 0px !important;
	border: #DCE4EA solid 0px !important;
}

.videoNine {
    margin-top: 2em;
    padding-right: 2px;
}
.findThree {
    padding-left: 0px;
}

#divFooter {
    width: 71% !important;
}

.e-learning li a i {
    font-size: 40px !important;
    padding-top: 10%;
}

/*
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #025C86;
    width: 70% !important;
    right: 15% !important;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 20% !important;
}*/


@media only screen and (min-width:1367px) and (max-width:1600px) {
	
	

.main_wrapper .container-fluid
{
    width: 80% !important;
    position: relative;
}

#divFooter {
    width: 81% !important;
}
	
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
	
	

.main_wrapper .container-fluid
{
	width:90% !important;
}

#divFooter {
    width: 91% !important;
}

.e-learning li a i {
    font-size: 32px !important;
    padding-top: 16%;
}

.e-learning li {
    width: 33% !important;
}

.cd-slider-wrapper {
    height: auto !important;
}
	
}

@media only screen and (min-width:320px) and (max-width:768px) {
.main_wrapper .container-fluid {
    width: 100%;
    float: none;
}

.header {
    float: none;
}


.navbar-toggle {
    float: center;
}

.header .navbar-brand {
    width: auto !important;
}

}




/*********************** Top Part **************************/

.new-sec > div {
    padding: 0 2.5px 5px;
}
.new-sec .col-md-6
{
	width:50% !important;
}

TIME i {
    line-height: 55px;
    font-size: 33px;

}
/********************* Slider Abdelaziz *********************/

.SeeAlso {
    position: relative !important;
}


.saudidoor {
    background-size: contain;
    height: 36px;
    display: inline-block;
    width: 234px;
    float: right;
}

/*.cd-main-content {
    position: relative;
    height: 521px;
}*/

.resultPart {
    /* height: 521px; */
    border: solid 1px #c5c5c5;
}

.SeeAlso li {
    float: left;
    width: 33%;
}

.SeeAlso li a {
        height: 203px !important;
        float:none !important;
        display:inline-block !important;
}

 .pager-list {
   background-color:transparent;
 }
/**
 * Form & Button Styles
 */

 
button {
    display: inline-block;
    padding: .4em .8em;
    background-color: transparent;
    border: 0;
    margin: 0 .2em;
    color: #656565;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0em;
    cursor: pointer;
    font-family: master-ar-reg !important;
}
button.active {
    background-color: transparent;
    color: #19a3e1;
    border-bottom: 2px solid #19a3e1;
    font-family: master-ar-bold !important;
}

button:focus{
  outline: 0 none;
}

button:first-of-type{
  margin-left: 0;
}

button:last-of-type{
  margin-right: 0;
}
 
button:focus{
  outline: 0 none;
}
 
.controls{
  /*background: #333;*/
  padding: 2%;
}
 
fieldset{
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    /* background: #444; */
    padding: .5em;
    /* border-radius: 3px; */
    border: 0px solid;
}

.checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}

.checkbox input[type="checkbox"]{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

.checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
}

.checkbox label:before,
.checkbox label:after{
  content: '';
  display: block;
  position: absolute;
}

.checkbox label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 3px;
}

.checkbox label:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #68b8c4;
  opacity: 0;
  pointer-events: none;
}

.checkbox input:checked ~ label:after{
  opacity: 1;
}

.checkbox input:focus ~ label:before{
  background: #eee;
}



.pager-list
{
	margin:0 auto;
	text-align:center;
}

.pager-list span.page-number {
    background: #c4c4c4;
    border-radius: 38px;
    width: 15px;
    height: 15px;
    margin: 10px 0px;
    display: inline-block;
	cursor:pointer;
}

.pager-list span.page-number.active
{
    background: #19a3e1;
    border-radius: 38px;
    width: 15px;
    height: 15px;
    margin: 10px 0px;
    display: inline-block;
	cursor:pointer;
}

.pager-list span.page-number span
{
	visibility: hidden;
}

.pager-list span.pager.page-prev  {
	display:none;
}

.pager-list span.pager.page-next {
	display:none;
}

#divServices #Container.container {
    width: auto !important;
    height: 395px;
    padding: 5px;
}

#divServices button {
    font-family: master-ar-bold;
    float: right;
}

#divServices .SeeAlso {
    position:   !important;
}

#divServices .controls {
    font-family: master-ar-bold;
    padding: 0px !important;

    border-top: 1px solid #29AFEA;
    border-right: 1px solid #29AFEA;
    border-left: 1px solid #29AFEA;
}

#divServices .container{
  /*padding: 2%;*/
  /*background: #68b8c4;*/
  text-align: justify;
    margin-top: 0px !important;
}

#divServices .container .mix,
#divServices .container .gap{
  /*width: 100px;*/
  display: inline-block;
  margin: 0;
}

#divServices .container .mix{
  /*width: 100px;
  height: 100px;
  margin: 5%;*/
  background: white;
  display: none;
}

.container .mix.green{
  /*background: #a6e6a7;*/
}

.container .mix.blue{
  /*background: #6bd2e8;*/
}

.container .mix.circle{
 /* border-radius: 999px;*/
}

.container .mix.triangle{
  /*width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #68b8c4;
  border-left-color: #68b8c4;*/
}

.SeeAlso IMG {
    width: 100%;
    height: 100%;
}



.cbp-hrsub-inner {
    width: 100% !important;
}

.cbp-hrmenu > ul {
    width: 100% ;
}

.cbp-hrsub-inner {
    width: 61%;
    margin: 0 auto;
}

/*.cbp-hrmenu .cbp-hrsub {
    position: fixed !important;
}*/

/************************ New Modification *************************/

.videoArea h3 {
    margin: 11px 0px 16px 0px;
    color: #696969;
    font-family: master-ar-bold;
    border-right: #13A7E9 solid 3px;
    border-left: none;
    padding: 4px 10px 0px 0px;
    font-size: 18px;
}


.videoArea .toplink {
    margin: 11px 0px 16px 0px;
}

.videoArea a,.videoArea a:focus,.videoArea a:active, .videoArea a:hover
{
    color: #19a3e1;
    font-size: 18px;
	
}
.videoArea a > i
{
    color: #696969;
}

#divServices .controls {
	text-align:left;
}

.resultPart h3 {
    margin: 4px 0px 3px 0px;
    color: #696969;
    font-family: master-ar-bold;
    border-right: #13A7E9 solid 3px;
    border-left: none;
    padding: 4px 10px 0px 0px;
    font-size: 18px;
    position: absolute;
    float: right;
    clear: left;
    top: 11px;
    right: 10px;
}



.vision2030 ul {
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    top: -4px;
}

.vision2030 li {
    display: inline-block;
    width: 24%;
    border-right: 1px solid #af7e3b;
    height: 65px;
    text-align: center;
    margin-top: 10px;
    padding: 0px 2px;
}
    .vision2030 li.last {
        border-right: 0px solid #af7e3b;
    }
    .vision2030 li img {
        height: 100%;
    }

@media only screen and (max-width:480px) {
    .row.topmenupart {
        height: 70px;
    }
    .cbp-hrsub-inner div ul {
        padding-right: 55px;
    }
}

    @media only screen and (min-width:1000px) and (max-width:1718px) {
        .vision2030 li {
            width: 22%;
        }
    }

    @media only screen and (min-width:320px) and (max-width:1000px) {
        .vision2030 li {
            width: 20%;
        }
    }

    @media only screen and (min-width:320px) and (max-width:768px) {
        .resultPart h3 {
            position: relative;
        }

        .SeeAlso IMG {
            width: 100%;
            height: 100%;
        }
    }

    .videoArea, .tint {
        height: 351px !important;
    }
