
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,800');

@import url('https://fonts.googleapis.com/css?family=Arvo:400,700|Lustria|Montserrat:400,600');

/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans', sans-serif;

font-family: 'Arvo', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Lustria', serif;
*/

body{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	background:#ededed;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;	
}
h4 {
    /*font-family: 'Roboto Slab', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
    padding-bottom: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:focus,a:hover {
  outline:none;
  outline-offset:0;
  text-decoration:none;
}
ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.centerBlock{
	display:block;
	margin:0px auto;
}
.uppercase{
	text-transform:uppercase !important;
}
.txtBold{
	font-weight: 700 !important;
}

/*------- Banner // start ----------*/

.page-header.slider .img {
  height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.slider .img .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 70%;  
}
.page-header.slider .img .caption h2 {
  margin-bottom: 20px;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:1px;
  opacity: 0;
  -webkit-transition: all .8s ease .8s;
  transition: all .8s ease .8s;
  color: #fff; 
  font-family: 'Roboto', sans-serif;
}
.page-header.slider .img .caption p {
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  line-height:normal;
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all .8s ease 1.5s;
  transition: all .8s ease 1.5s;
  font-family: 'Roboto', sans-serif;
  letter-spacing:0px;
  margin-bottom:40px;
}
.page-header.slider .img .caption p.catgText{
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all .9s ease 1.5s;
  transition: all .9s ease 1.5s;
  opacity: 0;
  /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Lustria', serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  letter-spacing:1px;
  margin-bottom:10px;	
}
.page-header.slider .img .caption .btn-wrapper {
  display: inline-block;
  opacity: 0;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .6s ease 1.8s;
  transition: all .6s ease 1.8s;
}
.page-header.slider .img .caption .btn-wrapper:nth-child(even) {
  -webkit-transition: all .4s ease 2s;
  transition: all .4s ease 2s;
}
.page-header.slider .img .caption .btn-wrapper a.primary-btn,
a.primary-btn,button.primary-btn{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	display:inline-block;
	padding:15px 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	color:#fff;
	background:#b90c28;
	border:2px solid #b90c28;
	margin-right:10px;
}
.page-header.slider .img .caption .btn-wrapper a.primary-btn:hover,
a.primary-btn:hover,button.primary-btn:hover{
	color:#fff;
	background:#4e0a87;
	border:2px solid #4e0a87;	
}
.page-header.slider .img .caption .btn-wrapper a.secondary-btn,
a.secondary-btn{
	/*font-family: 'Roboto Slab', serif;*/
	/*font-family: 'Arvo', serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	display:inline-block;
	padding:15px 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	color:#fff;
	background:rgba(255,255,255,0.2);
	border:2px solid #fff;
}
.page-header.slider .img .caption .btn-wrapper a.secondary-btn:hover,
a.secondary-btn:hover{
	color:#b90c28;
	background:rgba(255,255,255,1);
	border:2px solid #fff;	
}

.page-header.slider .img.big {
  height: 100vh;
}
.page-header.slider .active .img .caption h2,
.page-header.slider .active .img .caption p,
.page-header.slider .active .img .caption .btn-wrapper,
.page-header.slider .active .img .caption i img,
.page-header.slider .active .img .caption p.catgText{
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-header.regular .img {
  height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header.regular .img .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-header.regular .img .caption h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1;
}
.page-header.regular .img .caption p {
  margin: 0;
}
.page-header.regular .img.google-maps {
  height: 400px;
}
.page-header .container {
  position: relative;
  height: 100%;
}
@media (max-width: 575px) {
  .page-header.slider .img {
    max-height: 100vh !important;
  }
  /*.page-header.slider .img .caption {
    position: absolute;
    top: 25%;
    left: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: center !important;
  }*/
  .page-header.slider .img .caption h2 {
    font-size: 28px;
    letter-spacing: -2px;
  }
  .page-header.slider .img .caption p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {

}
@media (min-width: 768px) {
  .page-header.regular .img {
    height: 250px;
  }
.page-header.regular .img .caption h2 {
  font-size: 44px;
  letter-spacing: -2px;
}
  .page-header.regular .img .caption p {
    margin: 20px 0 0;
  }
}

/*------- Banner // end ----------*/

/* -------- nav // start --------*/


.TopMenuBar{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.5);
    padding: 0 4%;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
.TopMenuBar h1{
    width: 25%;
    float: left;
    margin: 0px;
    line-height: 34px;
    padding: 8px 0;
}
.TopMenuBar .menuItemArea{
	width:75%;
	float:left;	
}
.TopMenuBar #cssmenu ul{
	text-align:right;
}
.TopMenuBar #cssmenu ul li a{
    /*font-family: 'Roboto Slab', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
}
.TopMenuBar #cssmenu ul ul li a{
    line-height: 24px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.TopMenuBar #cssmenu ul ul li a:hover{
	background:#4e0a87;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;	
}
.TopMenuBar.fixed{
	position:fixed;
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-out;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);	
}
.TopMenuBar.fixed #cssmenu ul li a,
.TopMenuBar.whiteBg #cssmenu ul li a{
	color:#383838;
}
.TopMenuBar.fixed #cssmenu ul ul li a,
.TopMenuBar.whiteBg #cssmenu ul ul li a{
	color:#fff;
}
.TopMenuBar h1 a img.logo_dark{
	display:none;
}
.TopMenuBar h1 a img.logo_light{
	display:block;
}
.TopMenuBar.fixed h1 a img.logo_dark{
	display:block;
}
.TopMenuBar.fixed h1 a img.logo_light{
	display:none;
}


/*-------- Main ----------*/

.mainSection{
	width:100%;
	float:left;
}
.OurProgramsArea{
	width:100%;
	float:left;
	background:#fff;
	padding:40px 0;
}
.TitleSection{
	width:100%;
	float:left;
	text-align:center;
}
.TitleSection h4{
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.TitleSection h4::after{
	content:"";
	width:80px;
	height:4px;
	display:inline-block;
	background:#b90c28;
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom:0px;
}
.TitleSection.white h4{
	color:#fff;
}
.TitleSection.white h4::after{
	background:#fff;	
}

.OurProgramSliderArea{
	width:100%;
	float:left;
    padding: 30px 0 0;	
}
.OurProgramSliderArea .owl-carousel .item,
.ProgramItem{
    background: #fff;
    float: left;
}
.OurProgramSliderArea .owl-carousel .owl-stage-outer{
	padding:20px 0;
    padding: 0px 0 20px;	
}
.OurProgramSliderArea .owl-carousel .item .itemInner,
.ProgramItem .itemInner,
.hoverShadow{
	display:block;
	width:100%;
	float:left;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    -webkit-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    -ms-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;	
}
.OurProgramSliderArea .owl-carousel .item:hover .itemInner,
.ProgramItem:hover .itemInner,
.hoverShadow:hover{
	box-shadow:0 8px 10px rgba(0,0,0,0.1);
    -webkit-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    -ms-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;	
}

    .OurProgramSliderArea .owl-carousel .item .ProgPic::after,
    .ProgramItem .ProgPic::after,
    .imgHovereffect .imgHoverInner::after {
        content: "";
        width: 100%;
        height: 100%;
        float: left;
        background: rgba(0,0,0,0.3);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50;
        opacity: 0;
    }
    .OurProgramSliderArea .owl-carousel .item:hover .ProgPic::after,
    .ProgramItem:hover .ProgPic::after,
    .imgHovereffect:hover .imgHoverInner::after {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
    .OurProgramSliderArea .owl-carousel .item .ProgPic::before,
    .ProgramItem .ProgPic::before,
    .imgHovereffect .imgHoverInner::before {
        content: "";
        width: 90%;
        height: 90%;
        float: left;
        background: transparent;
        position: absolute;
        left: 5%;
        top: 5%;
        z-index: 60;
        opacity: 0;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    .OurProgramSliderArea .owl-carousel .item:hover .ProgPic::before,
    .ProgramItem:hover .ProgPic::before,
    .imgHovereffect:hover .imgHoverInner::before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
    .OurProgramSliderArea .owl-carousel .item .ProgPic,
    .ProgramItem .ProgPic,
    .imgHovereffect .imgHoverInner {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }
        .OurProgramSliderArea .owl-carousel .item .ProgPic a.detailsBtn,
        .OurProgramSliderArea .owl-carousel .item .ProgPic .detailsBtn,
        .ProgramItem .ProgPic .detailsBtn,
        .ProgramItem .ProgPic a.detailsBtn,
        .imgHovereffect .imgHoverInner .btnItem {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #4e0a87;
            font-weight: 600;
            letter-spacing: 0.4px;
            line-height: normal;
            text-transform: uppercase;
            padding: 10px 15px;
            border-radius: 4px;
            background: #fff;
            position: absolute;
            left: 30%;
            top: 45%;
            /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
            z-index: 100;
            text-decoration: none;
            display: block;
            opacity: 0;
            -ms-transform: translateY(10px);
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        .OurProgramSliderArea .owl-carousel .item:hover .ProgPic a.detailsBtn,
        .OurProgramSliderArea .owl-carousel .item:hover .ProgPic .detailsBtn,
        .ProgramItem:hover .ProgPic .detailsBtn,
        .ProgramItem:hover .ProgPic a.detailsBtn,
        .imgHovereffect:hover .imgHoverInner .btnItem {
            opacity: 1;
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
.imgHovereffect:hover .imgHoverInner .btnItem {
    opacity: 1;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.OurProgramSliderArea .owl-carousel .item .ProgPic a.detailsBtn:hover,
.OurProgramSliderArea .owl-carousel .item .ProgPic .detailsBtn:hover,
.ProgramItem .ProgPic a.detailsBtn:hover,
.ProgramItem .ProgPic .detailsBtn:hover{
	background:#4e0a87;
    color: #fff;	
}
.OurProgramSliderArea .owl-carousel .item .ProgDesc,
.ProgramItem .ProgDesc{
	width:100%;
	float:left;
    padding: 20px;
	background:#fff;
    min-height: 210px;
}
.OurProgramSliderArea .owl-carousel .item .ProgDesc h4,
.ProgramItem .ProgDesc h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #b90c28;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
	/*min-height: 60px;*/	
}
.OurProgramSliderArea .owl-carousel .item .ProgDesc h4::after,
.ProgramItem .ProgDesc h4::after{
	content:"";
	width:30px;
	height:2px;
	display:inline-block;
	background:#4e0a87;
	position:absolute;
	left:0%;
	bottom:0px;	
}
.OurProgramSliderArea .owl-carousel .item .ProgDesc p,
.ProgramItem .ProgDesc p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;
	min-height: 72px;	
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/	
}
/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{}*/

.OurProgramSliderArea .owl-carousel .owl-nav button.owl-next,
.OurProgramSliderArea .owl-carousel .owl-nav button.owl-prev{
    padding: 4px 8px !important;
    line-height: 20px;
    margin: 0px;
    border-radius: 0px;
	outline:none;
}
.OurProgramSliderArea .owl-carousel .owl-nav button.owl-next:hover,
.OurProgramSliderArea .owl-carousel .owl-nav button.owl-prev:hover{
	color:#fff !important;
	background:#4e0a87;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.OurProgramSliderArea .owl-nav {
    margin: 0;
    position: absolute;
    top: -40px;
    width: 100%;
    font-size: 20px;
    text-align: right;
}
.OurProgramSliderArea .owl-nav [class*="owl-"] {
  margin: 0 5px;
  color: #515151 !important;
}
.OurProgramSliderArea.latest-news .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #1e1e1e !important;
}

/*--------*/
.SingleProgramsArea{
    width: 100%;
    float: left;
    background: #ededed;
    padding: 220px 0 50px;
    margin-top: -247px;
}
.SingleProgramsArea .SingleProgramsInner{
	width:100%;
	float:left;
}
.singleProgSlider .item{
	background:#fff;
	float:left;
    width: 100%;	
}
.singleProgSlider .item .contentArea{
	width:50%;
	float:left;
	padding:20px;
	background:#fff;
}
.singleProgSlider .item .contentArea h4{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.singleProgSlider .item .contentArea h4::after{
	content:"";
	width:40px;
	height:4px;
	display:inline-block;
	background:#b90c28;
	position:absolute;
	left:0%;
	bottom:0px;
}
.singleProgSlider .item .contentArea h6,
.programDetailsLeftArea .subTitleArea h6{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #929292;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0px;	
}

.singleProgSlider .item .contentArea p,
.singleProgSlider .item .contentArea p.tagLine,
.programDetailsLeftArea .subTitleArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;	
}
.singleProgSlider .item .contentArea p.tagLine,
.programDetailsLeftArea .subTitleArea p{
    color: #4e0a87;	
    margin-bottom: 15px;	
}
.singleProgSlider .item .contentArea  a.viewDetailsBtn,a.viewDetailsBtn{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #07b8d0;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
	text-transform:uppercase;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: inline-block;
}
.upcomingProgramListArea ul li .contentArea a.viewDetailsBtn{
    margin-bottom: 0px;
	margin-top: 10px;
}
.singleProgSlider .item .contentArea  a.viewDetailsBtn:hover,a.viewDetailsBtn:hover{
	color:#4e0a87;
}
a.ArrowAnimate i,.ArrowAnimate i{
	padding:0 0 0 0px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;		
}
a.ArrowAnimate:hover i,
.ArrowAnimate:hover i{
	padding:0 0 0 5px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;		
}
.singleProgSlider .item .imgArea{
	width:50%;
	float:left;
}
.singleProgSlider .item .imgArea video{
	width:100%;
	float:left;
}
.locationDateArea{
	width:100%;
	float:left;
	padding:10px 0;
}
.locationDateArea ul li{
	width:100%;
	float:left;
}
.locationDateArea ul li .iconArea{
	width:8%;
	float:left;
}
.locationDateArea ul li .txtArea{
	width:92%;
	float:left;
}
.locationDateArea ul li .iconArea img{
	width:25px;
}
.locationDateArea ul li .txtArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;	
}
.locationDateArea ul li .txtArea p span{
	color:#929292;
}


.SingleProgramsInner .owl-theme .owl-dots .owl-dot.active span,
.testimonialsSlideArea .owl-theme .owl-dots .owl-dot.active span{
    background: rgba(0, 0, 0, 0.12);
    padding: 0 10px;
}
.SingleProgramsInner .owl-theme .owl-dots .owl-dot span,
.testimonialsSlideArea .owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 2px 4px;
    background: rgba(0, 0, 0, 0.06);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100px;
}

/*-------------*/

.whyChooseArea{
	width:100%;
	float:left;
	position:relative;
	padding:50px 0;
	background:#fff url(../img/whyChoose_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	/*height:1049px;*/	
}
.whyChooseArea::after{
	content:"";
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0.8;
	background: #4e0a87; /* Old browsers */
	background: -moz-linear-gradient(45deg, #4e0a87 0%, #b90c28 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #4e0a87 0%,#b90c28 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #4e0a87 0%,#b90c28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e0a87', endColorstr='#b90c28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.whyChooseArea .whyChooseInner{
	width:100%;
	float:left;
	position:relative;
	z-index:10;
}
.whyChooseArea .whyChooseListArea{
	width:100%;
	float:left;
	padding:40px 0;
	text-align:center;
}
.whyChooseArea .whyChooseListArea ul li{
    width: 33.333%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.whyChooseArea .whyChooseListArea ul li a{
    display: block;
    padding: 30px;
    width: 100%;
    float: left;
	text-align:center;
}
.whyChooseArea .whyChooseListArea ul li a:hover{
    background: rgba(255,255,255,0.15);
}
.whyChooseArea .whyChooseListArea ul li a p,
.whyChooseArea .whyChooseListArea ul li a span{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;
	min-height:50px;
    display: block;	
}
.whyChooseArea .whyChooseListArea ul li:nth-child(1),
.whyChooseArea .whyChooseListArea ul li:nth-child(2){
	border-right:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.whyChooseArea .whyChooseListArea ul li:nth-child(3){
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.whyChooseArea .whyChooseListArea ul li:nth-child(4),
.whyChooseArea .whyChooseListArea ul li:nth-child(5){
	border-right:1px solid rgba(255,255,255,0.2);
}

/*----------*/


.upcomingProgramArea{
	width:100%;
	float:left;
	padding:50px 0;
}
.upcomingProgramListArea{
	width:100%;
	float:left;
    padding: 40px 0 0;	
}
.upcomingProgramListArea ul li{
	float:left;
	width:100%;
    margin-bottom: 20px;
	background:#fff;
}

.upcomingProgramListArea ul li .picArea{
    width: 35%;
	float:left;
	position:relative;
    padding-left: 50px;	
}
.upcomingProgramListArea ul li .contentArea{
	width:65%;
	float:left;	
}

.upcomingProgramListArea ul li .picArea .dateArea,.dateArea{
	width:50px;
	height:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
	background:#4e0a87;
	text-align:center;	
}
.upcomingProgramListArea ul li .picArea .dateArea .mnth,.dateArea .mnth{
	width:100%;
	float:left;
	background:#b90c28;
}
.upcomingProgramListArea ul li .picArea .dateArea .mnth p,
.dateArea .mnth p,
.upcomingProgramListArea ul li .picArea .dateArea h4,
.dateArea h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 6px;	
}
.upcomingProgramListArea ul li .picArea .dateArea h4,
.dateArea h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    padding: 10px 0 0 0;
    display: inline-block;
}
.upcomingProgramListArea ul li .contentArea{
	padding:20px;
}
.upcomingProgramListArea ul li .contentArea h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #b90c28;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0px;	
}
.upcomingProgramListArea ul li .contentArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;	
}
.upcomingProgramListArea ul li .contentArea p span{
	color:#929292;
}
.upcomingProgramListArea ul li .contentArea p.duration{
	margin:0 0 0 0;
}
.locationTimeDateArea{
	width:100%;
	float:left;
}
.locationTimeDateArea ul li{
	float:left;
	padding:0 20px 0px 0;
    margin: 0 0 10px 0;	
	width:auto;
}
.locationTimeDateArea ul li .iconArea{
	float:left;
	margin-right:10px;
}
.locationTimeDateArea ul li .iconArea img{
    width: 16px;
    vertical-align: top;
}
.locationTimeDateArea ul li .txtArea{
	float:left;
}
.locationTimeDateArea ul li .txtArea p,
.dateTime,
.ProgramItem .ProgDesc p.dateTime{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #929292;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.dateTime,
.ProgramItem .ProgDesc p.dateTime{
    min-height: auto;
    padding: 4px 0 0 0;
    margin: 8px 0 0 0;
    border-top: 1px solid #e2e2e2;
}
.viewAllArea{
	width:100%;
	float:left;
	text-align:center;
    padding: 30px 0 0 0;
}

/*------*/

.latestNewsArea{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
    overflow: hidden;	
}
.latestNewsArea::before{
	content:"";
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0.8;
    background: rgba(0,0,0,0.1);
}
.latestNewsArea::after{
	content:"";
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
    background: #fff url(../img/latest_news_bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-filter: blur(10px) grayscale(100%);
	-moz-filter: blur(10px) grayscale(100%);
	-o-filter: blur(10px) grayscale(100%);
    filter: blur(10px) grayscale(100%);
    opacity: 0.75;
}
.latestNewsArea .latestNewsInner,
.ProgramsContainer .latestNewsInner{
	width:100%;
	float:left;
    position: relative;
    z-index: 10;	
}
.latestNewsArea .latestNewsInner ul li,
.ProgramsContainer .latestNewsInner ul li{
    width: 33.333%;
    float: left;
    padding: 0 1% 0 0;
    margin-bottom: 1%;
}
.latestNewsInner .ProgramItem .ProgDesc h4,
.ProgramsContainer .latestNewsInner .ProgramItem .ProgDesc h4{
	color:#383838;
}
/*-----*/

.TestimonialArea{
	width:100%;
	float:left;
	padding:50px 0px;
	background:#fff;
}
.TestimonialArea .testimonialsSlideArea{
	width:100%;
	float:left;
	padding:40px 0;
}
.testimonialsSlideArea .item .picArea{
	width:100%;
	float:left;
	text-align:center;
}
.testimonialsSlideArea .item .picArea .frame{
    width: 150px;
    height: 150px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	border-radius:100px;
	display:inline-block;
	padding:4px;
	border:1px solid #dededf;
}
.testimonialsSlideArea .item .picArea img{
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	border-radius:100px;
}
.testimonialsSlideArea .item .testiContentArea{
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}
.testimonialsSlideArea .item .testiContentArea .commentArea{
    width: 60%;
    /* float: left; */
    /* padding-left: 20%; */
    position: relative;
    /* margin-left: 10%; */
    display: inline-block;
    margin-bottom: 30px;	
}
.testimonialsSlideArea .item .testiContentArea .commentArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;
	text-align:center;
}
.testimonialsSlideArea .item .testiContentArea .commentArea::before,
.testimonialsSlideArea .item .testiContentArea .commentArea::after{
	content:"";
	width:69px;
	height:46px;
	float:left;
	position:absolute;
	z-index:10;
}
.testimonialsSlideArea .item .testiContentArea .commentArea::before{
	left:-60px;
    top: -22px;
	background: url(../img/quote_leftTop.png) 50% 50% no-repeat;
}
.testimonialsSlideArea .item .testiContentArea .commentArea::after{
    right: -60px;
    bottom: -16px;
	background: url(../img/quote_rightBottom.png) 50% 50% no-repeat;
}
.testimonialsSlideArea .item .testiContentArea h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #3a3939;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.testimonialsSlideArea .item .testiContentArea h4 span{
	font-size:12px;
	font-weight:400;
	color:#929292;
	text-transform:none;
}

/*------*/

.clientArea{
	width:100%;
	float:left;
	background:#ededed;
	padding:30px 0;
}
.clientArea .item a img{
	filter: grayscale(100%) contrast(0);
	-webkit-filter: grayscale(100%) contrast(0);
    mix-blend-mode: normal;
    opacity: 0.5;
}
.clientArea .item a:hover img{
  filter: none;
  -webkit-filter: none;
  mix-blend-mode: unset !important;
  background: transparent;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  opacity:1;
}

/*--------*/

footer{
	width:100%;
	float:left;
	background:#430a67;
}
.topFooterArea{
	width:100%;
	float:left;
	padding:40px 0;
}
.topFooterArea .footerLogoArea{
	width:100%;
	float:left;
    padding-bottom: 30px;	
}
a.registrationbtn{
	float:right;
	margin:0px;
}
.topFooterArea .footerContentArea{
	width:100%;
	float:left;
}
.footerContentArea .footerBox{
	width:100%;
	float:left;
}
.footerContentArea .footerBox h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.footerContentArea .footerBox p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;	
}
.footerContentArea .footerBox p span{
	text-transform:uppercase;
    font-weight: 600;	
}

.footerInfo.locationDateArea ul li .txtArea p{
	color:#fff;
    font-size: 14px;
}
.footerInfo.locationDateArea ul li{
    margin-bottom: 5px;	
}
.footerInfo.locationDateArea ul li .iconArea{
    width: 10%;
}
.footerInfo.locationDateArea ul li .txtArea {
    width: 90%;
}
.footerInfo.locationDateArea ul li .iconArea img {
    width: 16px;
}
.footerInfo.locationDateArea ul li a:hover .txtArea p {
    color: #ba0a29;
}
.socialLinkArea{
	width:100%;
	float:left;
}
.socialLinkArea ul li{
	float:left;
	padding:0 20px 0 0;
}
.socialLinkArea ul li a{
	display:block;
	color:#fff;
	font-size:20px;
}
.socialLinkArea ul li a:hover{
    color: #ba0a29;	
}
.footerContentArea .footerBox ul.links{
	width:100%;
	float:left;
}
.footerContentArea .footerBox ul.links li{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(255,255,255,0.2);
    margin: 0 0 15px 0;	
}
.footerContentArea .footerBox ul.links li:last-child{
	border-bottom:none;	
}
.footerContentArea .footerBox ul.links li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: normal;
    margin: 0px;
    display: block;
    padding: 0 0 15px 0;
}
.footerContentArea .footerBox ul.links li a:hover{
    color: #ba0a29;		
}
.footerContentArea .footerBox ul.GalleryLinks{
	width:100%;
	float:left;
}
.footerContentArea .footerBox ul.GalleryLinks li{
    width: 25%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: inline-block;	
}
.footerContentArea .footerBox ul.GalleryLinks li a{
	display:block;
    padding: 5px;
}
.footerContentArea .footerBox ul.GalleryLinks li a img{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    opacity: 0.7;	
}
.footerContentArea .footerBox ul.GalleryLinks li a:hover img{
    opacity: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
}
.footerContentArea .footerBox a.viewAllGallery{
    display: block;
    text-align: center;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0px;
/*    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    width: 100%;
    float: left;
    margin-top: 5px;
    text-transform: uppercase;	
}
.footerContentArea .footerBox a.viewAllGallery:hover{
	color: #ba0a29;	
}
.bottomFooterArea{
	width:100%;
	float:left;
	background:#39005c;
	padding:20px 0;
}
.bottomFooterArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;	
}
.bottomFooterArea p.designedBy{
	text-align:right;
}
.bottomFooterArea p.designedBy a{
	color:#fff;
}
.bottomFooterArea p.designedBy a:hover{
	color: #ba0a29;	
}

/*------- Ind. Program ------------ */

.subPageBannerArea{
	width:100%;
	float:left;
    min-height: 250px;
	position:relative;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;	
	background-size:cover;
}
.subPageBannerArea::before{
	content:"";
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
    background: rgba(0,0,0,0.5);
}
.subPageBannerArea .textarea{
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0 0px;
    position: relative;
    z-index: 10;	
}
.subPageBannerArea .textarea .TitleSection h4{
    color: #fff;
    font-family: 'Lustria', serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 1px;
}
.subPageBannerArea .textarea .breadCrumbsArea{
	width:100%;
	float:left;
}
.subPageBannerArea .textarea .breadCrumbsArea ul li{
    display: inline-block;
    padding: 0 20px 0 10px;
    background: url(../img/breadcrumb_arrow.png) 100% 50% no-repeat;
}
.subPageBannerArea .textarea .breadCrumbsArea ul li:last-child{
	background:none;
}
.subPageBannerArea .textarea .breadCrumbsArea ul li,
.subPageBannerArea .textarea .breadCrumbsArea ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;	
}
.subPageBannerArea .textarea .breadCrumbsArea ul li a{
	opacity:0.8;
}
.subPageBannerArea .textarea .breadCrumbsArea ul li a:hover,
.subPageBannerArea .textarea .breadCrumbsArea ul li:last-child a{
	opacity:1;	
}

.programDetailsArea{
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}
.programDetailsLeftArea{
	width:70%;
	float:left;
	padding-right:20px;
}
.programDetailsRightArea{
	width:30%;
	float:left;	
}

.programDetailsLeftArea .TitleSection{
	text-align: left;	
}
.programDetailsLeftArea .TitleSection h4::after{
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);	
}
.programDetailsLeftArea .subTitleArea{
	width:100%;
	float:left;
	border-bottom:1px solid #e6e6e6;
    margin-bottom: 15px;	
}
.programDetailsLeftArea .subTitleArea .locationDateArea{
	padding:0px;
}
.programDetailsLeftArea .subTitleArea .locationDateArea ul li .txtArea{
    padding-left: 8px;
}
.programDetailsLeftArea .progImgArea{
	width:100%;
	float:left;
    margin-bottom: 20px;
}
.programDetailsLeftArea .prgOverview,
.programDetailsLeftArea .prgOutcomes{
	width:100%;
	float:left;
    margin-bottom: 20px;	
}
.programDetailsLeftArea .prgOverview h4,
.programDetailsLeftArea .prgOutcomes h4{
    /*font-family: 'Roboto Slab', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.programDetailsLeftArea .prgOverview p,
.programDetailsLeftArea .prgOutcomes p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;	
}
.programDetailsLeftArea .prgOutcomes .outComesInner{
	width:100%;
	float:left;
}
.programDetailsLeftArea .prgOutcomes .outComesInner p{
    padding-left: 40px;
	position:relative;
}
.programDetailsLeftArea .prgOutcomes .outComesInner p::before{
	content:"";
	width:25px;
	height:26px;
	display:inline-block;
	background:url(../img/bulb_icon.png) 50% 50% no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.programDetailsRightArea .downloadBrochureArea{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.programDetailsRightArea .downloadBrochureArea a.secondary-btn{
    color: #b90c28;
    background: rgba(78,10,135,0.04);
    border: 2px solid #b90c28;
    width: 100%;
    text-align: center;	
}
.programDetailsRightArea .downloadBrochureArea a.secondary-btn:hover{
    color: #fff;
    background: #b90c28;	
}
.programDetailsRightArea .upcomingEventsArea{
	width:100%;
	float:left;
	padding:20px 0;
}
.programDetailsRightArea .upcomingEventsArea h4{
font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding-bottom: 0px;	
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc{
	background:#ededed;
	position:relative;
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc h4{
    min-height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;	
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .locationDateArea ul li .txtArea p{
	min-height:auto;
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .locationDateArea ul li .txtArea {
    padding-left: 8px;
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .locationDateArea{
	padding:0px;
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .locationDateArea ul li{
    margin-bottom: 5px;	
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .locationDateArea ul li:last-child{
    margin-bottom: 0px;	
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .dateArea{
	width: 60px;
    height: 60px;
    float: left;
    background: #4e0a87;
    position: absolute;
    right: 4%;
    left: auto;	
    top: -30%;
    text-align: center;
    border-radius: 100px;
    z-index: 100;
	
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .dateArea p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: #fff;
    line-height: 18px;
    vertical-align: middle;
    padding: 12px 0 0 0px;
}
.programDetailsRightArea .upcomingEventsArea .ProgramItem .ProgDesc .dateArea p span{
    font-size: 16px;
    font-weight: 500;	
}

.programDetailsRightArea .progAdditionalGraph{
	width:100%;
	float:left;
}
.programFacultyArea{
	width:100%;
	float:left;
	padding-bottom:50px;
	background:#fff;
}
.secondaryTitleSection{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding:0px;
	position:relative;
}
.secondaryTitleSection h4{
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0 10px 1px 0;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.secondaryTitleSection::after{
    content: "";
    position: absolute;
    width: 100%;
    float: left;
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
    left: 0;
    bottom: 6px;	
}

.FacultyDetailsArea{
	width:100%;
	float:left;
	padding:20px 0;
}
.FacultyDetailsArea .facultySection{
	width:100%;
	float:left;
}
.facultySection .topArea{
	width:100%;
	float:left;
}
.facultySection .bottomArea{
	width:100%;
	float:left;
    padding: 20px 0 0 0;	
}
.facultySection .topArea .profilePicArea{
	width:40%;
	float:left;
}
.facultySection .topArea .profileDescArea{
	width:60%;
	float:left;
    padding-left: 15px;
}
.facultySection .topArea .profilePicArea .DescriptionArea{
	width:100%;
	float:left;
	background:#4e0a87;
	padding:10px;
}
.facultySection .topArea .profilePicArea .DescriptionArea h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.facultySection .topArea .profilePicArea .DescriptionArea h4 span{
	font-size:12px;
	text-transform:none;
	font-weight:400;
}
.facultySection .topArea .profilePicArea .DescriptionArea a{
	margin-right:5px;
}
.facultySection .topArea .profileDescArea h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #b90c28;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
	padding:0px;
}
.facultySection .topArea .profileDescArea .descTextarea{
	width:100%;
	float:left;
	height: 350px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.facultySection .bottomArea .keysFeaturesArea{
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 10px;
    min-height: 230px;	
}
.facultySection .bottomArea .keysFeaturesArea h4{
    color: #f76e1b;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
	letter-spacing:1px;
}
.facultySection .bottomArea .keysFeaturesArea .keyListsArea{
	width:100%;
	float:left;
}
.keysFeaturesArea .keyListsArea ul li{
	width:100%;
	float:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #3a3939;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;
	text-transform:uppercase;
}
.keysFeaturesArea .keyListsArea ul li i{
    color: #8BC34A;
    padding-right: 5px;
}

.whoAttendArea{
	width:100%;
	float:left;
	padding:0 0 50px 0;
    background: #fff;	
}
.whoAttendArea .AttendContainer{
	width:100%;
	float:left;
	background:#fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);	
}
.whoAttendArea .AttendContainer .txtContent{
	width:70%;
	float:left;
    padding: 20px;	
}
.whoAttendArea .AttendContainer .imgContent{
	width:30%;
	float:left;
	position:relative;
	background:url(../img/who_attend_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
    min-height: 180px;	
}
.whoAttendArea .AttendContainer .imgContent::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width: 0;
	height: 0;
	border-top: 180px solid #fff;
    border-right: 80px solid transparent;
}
.whoAttendArea .AttendContainer .txtContent p{
	font-weight:700;
	font-size:14px;
    margin-bottom: 20px;	
}
.whoAttendArea .AttendContainer .txtContent p i{
	font-size:14px;
	color:#b90c28;
	padding-right:10px;
	display:inline-block;
}
.latestNewsArea.relatedArticlesArea .TitleSection,
.latestNewsArea .TitleSection{
	margin-bottom:20px;
}
.latestNewsArea.relatedArticlesArea .TitleSection h4,
.latestNewsArea .TitleSection h4{
	color:#fff;
}

.modal.customModal .modal-header,
.modal.customModal .modal-footer,
.modal.customModal .modal-body,
.modal.customModal .modal-content{
	border:none;
}
.modal.customModal .modal-content{
	border-radius:0px;
}
.modal.customModal .modal-header{
    position: relative;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding: 30px;	
}
.modal.customModal .modal-body{
    padding: 0 30px 30px;	
}
.modal.customModal .modal-header button.close{
    position: absolute;
    right: -20px;
    outline: none;
    top: 16px;
    padding: 0;
    width: 30px;
    height: 30px;
}
.modal.customModal .modal-header .TitleSection h4{
	font-size:20px;
}
.modal.customModal .modal-header p{
	font-size:12px;
	width:80%;
	display:block;
	margin:0px auto;
    line-height: 18px;	
 }
 .form-control {
	font-family: 'Roboto', sans-serif; 
    display: block;
    width: 100%;
    padding: 0 0px;
    font-size: 14px;
    color: #929292;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c2c2c2;
	height: calc(2.25rem + 2px);	
}
label{
	font-family: 'Roboto', sans-serif; 
    display: block;
    width: 100%;
    padding: 0 0px;
    font-size: 14px;
    color: #929292;
	font-weight:500;
}
.form-group {
    margin-bottom: 1.4rem;
}
.downloadFormArea p{
    color: #929292;
    font-size: 12px;
    line-height: normal;
}
.primary-btn.submitBtn{
    margin: 10px 0 0 0;
    display: block;
    width: 100%;	
}
.TopMenuBar.whiteBg{
    background: rgba(255,255,255,1);	
}

/*---------*/

.programCalendarArea{
	width:100%;
	float:left;
	padding:50px 0;
	
}
.programCalendarArea .CalendarItem{
	width:100%;
	float:left;
    margin-bottom: 10px;	
}
.CalendarItem .headerArea,
.CalendarItem .ProgContentArea{
	width:100%;
	float:left;
}
.CalendarItem .headerArea a{
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 20px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #383838;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 0px;
    text-transform: uppercase;
    position: relative;
}
.CalendarItem .headerArea a span{
    float: right;
	padding: 4px;
    background: #eeeeee;
    border-radius: 100px;
}
.CalendarItem .ProgContentArea{
    padding: 20px;
    background: #e6e6e6;
}
.CalendarItem .ProgContentArea ul li{
    width: 49%;
    float: left;
    background: #fff;
    padding: 0 0px 0 50px;
    position: relative;
    margin: 0 1% 1% 0;
}
.CalendarItem .ProgContentArea ul li .contentArea{
	padding:10px;
    min-height: 200px;	
}
.CalendarItem .ProgContentArea ul li .contentArea a.primary-btn{
    padding: 8px 20px;	
}

.CalendarItem .ProgContentArea ul li .dateArea h4{
	font-size:18px;
}
.CalendarItem .ProgContentArea ul li .dateArea h4 span{
	font-size:12px;
	text-transform:uppercase;
}
.CalendarItem .ProgContentArea{
	display:none;
}
.CalendarItem .headerArea a:hover{
    background: #430868;
    color: #fff;	
}
.CalendarItem .headerArea a:hover span{
    background: #ba0a29;	
}

.AllProgramsArea{
	width:100%;
	float:left;
	padding:50px 0;
	
}
.AllProgramsArea .filterArea{
	width:100%;
	float:left;
	/*background:#fff;*/	
}
.AllProgramsArea .filterArea ul li{
	float:left;
}
.AllProgramsArea .filterArea ul{
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
	width:100%;
	float:left;
}
.AllProgramsArea .filterArea ul li{
    list-style-type: none;
    display: inline-block;
    float: left;
    margin-bottom: 0px;
}
.AllProgramsArea .filterArea ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 15px 20px;
    display: block;	
}
.AllProgramsArea .filterArea ul li a.active,
.AllProgramsArea .filterArea ul li a:hover,
.AllProgramsArea .filterArea ul li a:active,
.filterButton:active
{
	color:#b90c28;
	position:relative;
}
.AllProgramsArea .filterArea ul li a.active::before{
	content:"";
	width:100%;
	height:2px;
	float:left;
	position:absolute;
	left:0;
	top:0;
	background:#b90c28;
}
.AllProgramsArea .ProgramsContainer{
	width:100%;
	float:left;
	padding:20px 0;
}
.ProgramsContainer .latestNewsInner ul li{
	width:25%;
}
.ProgramsContainer .latestNewsInner{
	margin-bottom:20px;
}
.ProgramsContainer .latestNewsInner ul li.category1 .ProgramItem,
.ProgramsContainer .latestNewsInner ul li.category2 .ProgramItem,
.ProgramsContainer .latestNewsInner ul li.category3 .ProgramItem,
.ProgramsContainer .latestNewsInner ul li.category4 .ProgramItem,
.ProgramsContainer .latestNewsInner ul li.category5 .ProgramItem,
.ProgramsContainer .latestNewsInner ul li.category6 .ProgramItem{
	border-top:4px solid #000;
}
.ProgramsContainer .latestNewsInner ul li.category1 .ProgramItem{
	border-color:#4dc0f1;	
}
.ProgramsContainer .latestNewsInner ul li.category2 .ProgramItem{
	border-color:#ae6ce3;	
}
.ProgramsContainer .latestNewsInner ul li.category3 .ProgramItem{
	border-color:#f7da64;	
}
.ProgramsContainer .latestNewsInner ul li.category4 .ProgramItem{
	border-color:#fba026;	
}
.ProgramsContainer .latestNewsInner ul li.category5 .ProgramItem{
	border-color:#eb6b56;	
}
.ProgramsContainer .latestNewsInner ul li.category6 .ProgramItem{
	border-color:#63cd71;	
}
.paginationArea{
	width:100%;
	float:left;
}
.page-link{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3a3939;
	font-weight:600;
}
a.page-link:hover,
.page-link:hover{
	background:#4e0a87;
	color:#fff;
	border:1px solid #4e0a87;
}

.FaqsBodyArea{
	width:100%;
	float:left;
	padding:50px 0;
}
.accordianItem{
	width:100%;
	float:left;
	
}


/*-------------------*/

.accordion_container {
 	width: 100%;
}
.accordion_head {
    background-color: #fff;
    color: #383838;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    margin: 0 0 1px 0;
    padding: 10px 45px 10px 15px;
    font-weight: bold;
    position: relative;
}
.accordion_head:hover{
	background:#4e0a87;
	color:#fff;
}
.accordion_head:hover .plusminus{
	background:#b90c28;	
}
.accordion_body {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.accordion_body p{
	padding: 0px;
	margin: 0px 0 10px 0;
}
.plusminus{
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    padding: 4px 10px;
    background: #eeeeee;
}
.whoAttendArea .AttendContainer.keyCompetency .txtContent{
	width:100%;
}

.facultySection.coreTeam .topArea .profilePicArea {
    width: 100%;
    float: left;
}
.facultySection.coreTeam .topArea .profilePicArea img.fullImg,
img.fullImg{
	width:100%;
}

/*---------- contact ---------*/

.subPageBannerArea.contactBanner .textarea{
	position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);	
    transform: translateX(-50%);
    background: rgba(0,0,0,0.4);
    padding: 90px 0 20px;	
}
.subPageBannerArea.contactBanner .mapArea{
	width:100%;
	float:left;
	position:relative;
	z-index:1;
}
.subPageBannerArea.contactBanner::before{
	background:transparent;
}

.contactWrapperArea{
	width:100%;
	float:left;
}
.contactWrapperArea .wrapperInner{
    width: 100%;
    float: left;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
    background: #fff;	
}
.contactWrapperArea .contactFormArea,
.contactWrapperArea .contactInfoArea{
	width:50%;
	float:left;
    padding: 50px;
	background:#fff;
    min-height: 300px;	
}
.contactWrapperArea .contactFormArea{
	background: url(../img/contact_form_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
}
.contactWrapperArea .contactFormArea::after{
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
	z-index:1;
}
.contactWrapperArea .contactFormArea .formAreaInner{
	width:100%;
	float:left;
	position:relative;
	z-index:10;
	
}
.contactFormArea h4,
.contactInfoArea h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.contactFormArea p,
.contactInfoArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.contactFormArea .contctForm{
	width:100%;
	float:left;
    padding: 40px 0 0 0;	
}
.contactFormArea .contctForm .form-control {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    height: calc(2.25rem + 10px);
    border-radius: 4px;
}
.contactFormArea .contctForm .form-group {
    margin-bottom: 1rem;
}
.contactFormArea .contctForm textarea.form-control{
    height: calc(2.25rem + 100px);	
}
.contactInfoArea h4,
.contactInfoArea p{
	color: #383838;	
}
.contactInfoArea .locationDateArea ul li a:hover .txtArea p,
.contactInfoArea .socialLinkArea ul li a:hover {
	color:#b90c28;
}

.contactInfoArea .locationDateArea ul li .txtArea p{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;	
}
.contactInfoArea .locationDateArea ul li{
    margin-bottom: 10px;
}
.contactInfoArea .socialLinkArea,
.contactInfoArea .locationDateArea{
	margin-top:20px;
}
.contactInfoArea .socialLinkArea ul li a {
    color: #383838;
    font-size: 30px;
}

.reachOutBtnArea{
    position: fixed;
    right: -300px;
    top: 40%;
    display: inline-block;
    transform: rotate(-90deg);
    z-index: 100;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease-out;
}
.reachOutBtnArea.show{
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease-out;
    right: -110px;
}
a.reachOutButton{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 80px 15px 30px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    color: #fff;
    background: #b90c28;
    position: relative;
}
a.reachOutButton span{
    padding: 10px 18px;
    background: #4e0a87;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 4px 0px 0;
    font-size: 20px;
    line-height: 40px;
}
a.reachOutButton:hover{
    background: #4e0a87;
    box-shadow: 0 -5px 12px rgba(0,0,0,0.2);	
}
a.reachOutButton:hover span{
	background:#b90c28;
}
.trainingEnquiryForm .downloadFormArea{
    padding: 40px;
    width: 100%;
    float: left;
}
.form-check{
	margin-bottom: 10px;	
}
label {
    display: inline-block;
    margin-bottom: 0rem;
}
label span.mandatory{
	color:#F00;
}

.programDetailsLeftArea .TitleSection h4{
	line-height:30px;
}


.blogCommentArea {
    width:100%;
    float:left;
    background:#fff;
}
    .blogCommentArea h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #383838;
        font-weight: 600;
        letter-spacing: 0.2px;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }


    /*Kaustav Did This*/

#contact-msg, #comment-msg {
    float: left;
    line-height: 3;
    font-size: 16px;
    margin-left: 20px;
}

.error {
    color: red;
    font-weight: bold;
}

.success {
    color: #0d810c;
    font-weight: bold;
}


#frmComment {
    margin-top: 60px;
}


    #frmComment input {
        background-color: #FCFCFC;
        border: 1px solid #DDDDDD;
        height: 12px;
        line-height: 12px;
        padding: 11px;
        margin-top: 10px;
        -moz-box-shadow: inset 0 0 10px #eee;
        -webkit-box-shadow: inset 0 0 10px #eee;
        box-shadow: inset 0 0 10px #eee;
        border-radius: 3px;
    }

        #frmComment input[type="text"] {
            width: 96%;
        }

    #frmComment p input#btnComment {
        background-color: #222;
        padding: 5px 10px;
        height: 40px;
        width: 150px;
        box-shadow: none;
        color: #fff;
        border: 1px solid #000;
        cursor: pointer;
        float: left;
    }

    #frmComment p input#submit:hover {
        background-color: #434343;
        color: #e0e0e0;
    }

    #frmComment textarea {
        background-color: #FCFCFC;
        border: 1px solid #DDDDDD;
        line-height: 12px;
        width: 96%;
        -moz-box-shadow: inset 0 0 10px #eee;
        -webkit-box-shadow: inset 0 0 10px #eee;
        box-shadow: inset 0 0 10px #eee;
        border-radius: 0.5em;
        padding: 10px;
        margin-top: 10px;
    }

    #frmComment textarea {
        height: 150px;
        margin-bottom: 20px;
    }

/*Comments List*/
div.comments_list {
    padding-top: 10px;
}

    div.comments_list h3 {
        padding-bottom: 10px;
    }

div.wrap {
    width: 90%;
    margin: 0 auto 1em auto;
    position: relative;
}

    div.wrap:first-child {
        margin-top: 1em;
    }

div.comment {
    font-size: 1em;
    position: relative;
    margin-left: 60px;
    border-radius: 0.75em 0.75em 0.75em 0.75em;
    background-color: #ccc;
    line-height: 1.4em;
    font-family: Helvetica;
}

    div.comment::before {
        content: attr(data-owner);
        border-radius: 0.75em 0.75em 0 0;
        background-color: #ccc;
        display: block;
        text-indent: 4%;
        border-bottom: 1px solid #999;
        font-weight: bold;
        font-size: 16px;
        padding: 5px 0px;
        color: rgb(104, 104, 104);
    }

    div.comment::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border: 10px solid transparent;
        border-right: 10px solid #ccc;
        margin: -10px 0 0 -20px;
    }

    div.comment p {
        width: 92%;
        margin: 0 auto 1em auto;
        color: rgb(58, 58, 58);
    }


/*Commentes V2*/
#comments {
    display: block;
    float: left;
    font: 400 12px/normal 'Open Sans', sans-serif;
    margin-top: 40px;
    width: 100%;
}

    #comments h3 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.comment-inner {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
}

#comments .comment-inner:after {
    content: '';
    display: block;
    clear: both;
}

#comments .comment-avatar,
#tab3 .comment-avatar {
    float: left;
    width: 46px;
}

#comments .avatar {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px;
}

#comments .commentmeta {
    display: block;
    float: left;
    margin: 0 10px 10px;
    width: 80%;
}

.comment-reply {
    background: #555;
    clear: both;
    float: right;
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    padding: 5px 10px;
}

    .comment-reply:hover {
        background: #333;
    }

    .comment-reply a {
        color: #fff;
    }

        .comment-reply a:hover {
            text-decoration: none;
        }

ol.commentlist {
    float: left;
    width: 100%;
}

#comments .comment-meta-1 {
    display: block;
    height: 18px;
    margin: 0 0 6px;
    padding: 4px 0 2px;
}

    #comments .comment-meta-1 .fn {
        font-weight: bold;
        /*float: left;*/
        width: auto;
    }

    #comments .comment-meta-1 .reply {
        display: inline-block;
        float: right;
        font-size: 11px;
        line-height: 11px;
        padding-top: 2px;
    }

        #comments .comment-meta-1 .reply a {
            color: #555;
        }

#comments .comment-meta-2 {
    font: 400 12px/normal 'Open Sans', sans-serif;
    display: block;
    margin: 0;
}

#comments .text {
    clear: both;
    display: block;
}

    #comments .text .waiting_approval {
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
    }

#comments .c {
    line-height: 20px;
}

    #comments .c p,
    #comments .c code,
    #comments .c blockquote,
    #comments .c ul,
    #comments .c ol {
        display: block;
        margin: 5px 0;
    }

    #comments .c a {
        text-decoration: underline;
    }

        #comments .c a:hover {
            text-decoration: none;
        }

#comments .depth-2 .comment-wrapper {
    padding-left: 40px;
}

#comments .depth-2 .commentmeta {
    width: auto;
}

#comments .depth-3 .comment-wrapper {
    padding-left: 80px;
}

#comments .depth-3 .commentmeta {
    width: auto;
}

#comments .depth-4 .comment-wrapper {
    padding-left: 120px;
}

#comments .depth-4 .commentmeta {
    width: auto;
}

#comments .depth-5 .comment-wrapper {
    padding-left: 160px;
}

#comments .depth-5 .commentmeta {
    width: auto;
}

#respond {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

    #respond p {
        font: 400 12px/normal 'Open Sans', sans-serif;
        margin: 0;
    }

    #respond .logged-in-as {
        margin-bottom: 10px;
    }

    #respond .comment-notes {
        margin-bottom: 1em;
    }

    #respond .form-allowed-tags {
        line-height: 1em;
    }

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

#respond .required {
    color: #ff4b33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    background: #f6f6f6;
    border: 1px solid #ddd;
    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
    -moz-box-shadow: 2px 2px 5px 0px #eee inset;
    -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
    -o-box-shadow: 2px 2px 5px 0px #eee inset;
    box-shadow: 2px 2px 5px 0px #eee inset;
    display: block;
    margin: 0 0 9px;
    padding: 5px;
    width: auto;
}

#respond textarea {
    background: #f6f6f6;
    border: 1px solid #ddd;
    -ms-box-shadow: 2px 2px 5px 0px #eee inset;
    -moz-box-shadow: 2px 2px 5px 0px #eee inset;
    -webkit-box-shadow: 2px 2px 5px 0px #eee inset;
    -o-box-shadow: 2px 2px 5px 0px #eee inset;
    box-shadow: 2px 2px 5px 0px #eee inset;
    width: 95%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

    #respond .form-allowed-tags code {
        font-size: 11px;
    }

#respond #submit {
    background: #555;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    margin-top: 10px;
    padding: 5px 10px;
    width: 120px;
}

    #respond #submit:hover {
        background: #333;
    }

h3#reply-title,
h2.comments {
    border-bottom: 1px dotted #ccc;
    font: 700 14px/14px 'Open Sans Condensed', sans-serif !important;
    margin: 0 0 10px !important;
    padding-bottom: 5px;
    text-transform: uppercase;
}

h3#reply-title {
    display: none;
}

span.comments {
    background: #fff;
    color: #aaa;
    float: left;
    font: 400 20px/20px 'Open Sans Condensed', sans-serif;
    padding-right: 15px;
    text-transform: uppercase;
}

    span.comments a {
        color: #666;
    }

        span.comments a:hover {
            color: #f00;
            text-decoration: none;
        }

#comment-input label {
    margin-bottom: 10px;
}

p.cancel-comment-reply {
    clear: both;
}

#respond .form-allowed-tags {
    display: none;
}

.nodata {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.TopMenuBar.whiteBg #cssmenu #menu-button::before{
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;	
}
.TopMenuBar.whiteBg #cssmenu #menu-button::after{
    background: #000;
}


/*-------- Gallery --------*/

.GallerySection {
    width: 100%;
    float: left;
}

.GallerySection ul li {
	float: left;
    width: 25%;
}

.GallerySection ul li a {
	display: block;
    padding: 5px;	
}

.imgHovereffect .imgHoverInner .btnItem {
    left: 50%;
    transform: translateX(-50%);
}

/*-----------*/

.contactWrapperArea.customFormArea .topBannerArea{
	width:100%;
	float:left;
}  
.contactWrapperArea.customFormArea .DescriptionArea{
	width:100%;
	float:left;
	margin-bottom:10px;
    padding: 40px 40px 0;
}
.customFormArea .DescriptionArea .TitleSection {
    text-align: left;
}
.customFormArea .DescriptionArea .TitleSection h4::after {
    left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.filterArea .categoryFilter{
	width:auto;
	float:right;
}
.filterArea .categoryFilter label{
    float: left;
    width: 40%;
    text-align: right;
    vertical-align: middle;
    line-height: 38px;
    padding: 0 20px 0 0;
}
.filterArea .categoryFilter select{
	float:right;
	width:60%;	
}
.filterArea .categoryFilter select.form-control{
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #4e0a87;
    border: none;
    border-bottom: none;
    height: calc(2.25rem + 4px);
    border-radius: 4px;	
}

.CalendarItem .ProgContentArea ul li .contentArea h4{
}
.CalendarItem .ProgContentArea ul li .contentArea p{
    min-height: 60px;	
}
.CustomProgramProcess{
	width:100%;
	float:left;
	padding:10px;
	background:#dddee0;
}