﻿@charset "utf-8";
/* CSS Document */
/* 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Courgette', cursive;
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    overflow-x: hidden;
}


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
	text-align: left !important;
    border: 1px solid #eb0029 !important;
    border-radius: 0 !important;
    height: 40px !important;
    background: url(../images/icon/seach-arrow.png) no-repeat #ffffff !important;
    background-position: top 15px right 15px !important;
    padding: 6px 40px 6px 12px !important;
    margin-top: -1px !important;
    margin-left: -1px !important;
    width: 101% !important;
    text-indent: 0 !important;
}

.gsib_a {
    padding: 0 !important;
}

.gsc-search-button {
	display: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

table.gsc-search-box td.gsib_b {
	display: none; !important
}



a, button, a:hover, button:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration: none;
}

.homePage .searchArea .redArea { 
    background: transparent;
}
.homePage .searchArea .redArea .caret {
    display: inline-block;
}
.homePage .searchArea .input-group .form-control,
.homePage .searchArea .input-group .gsc-search-box{
    opacity: 1;
    width: 100%;
}
/* header css start */
.fixedHeader {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 0;
}

.topNavigation {
    background: #570027;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
	min-height: 0;
}

.topNavigation.navbar-default .navbar-nav > li:first-child > a {
    border-left: 2px solid #d60025;	
}

.topNavigation.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-right: 2px solid #d60025;
    padding-top: 12px;
    padding-bottom: 8px;
}

.topNavigation.navbar-default .navbar-nav > li.active > a,
.topNavigation.navbar-default .navbar-nav > li.active > a:hover {
    background: #eb0029;
	color: #ffffff;
}

.topNavigation.navbar-default .navbar-nav > li > a img {
    padding: 0px 4px;
    margin-top: -3px;
}

.topNavigation.navbar-default .navbar-nav > li.temp a {
	font-size: 20px;
}

.topNavigation.navbar-default .navbar-nav.navbar-right {
	margin-right: 0;	
}

.header {
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.header.navbar-default .navbar-nav > li > a {
    color: #13181e;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.header.navbar-default .navbar-nav > li > a:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #13181e;
    position: absolute;
    right: 0;
    top: 18px;
}

.header.navbar-default .navbar-nav > li:last-child > a:after {
	display: none;
}

.header.navbar-default .navbar-nav > li.active > a,
.header.navbar-default .navbar-nav > li > a:hover,
.header.navbar-default .navbar-nav > li > a:focus {
    color: #eb0029;
    background: transparent;
}

.header.navbar-default .navbar-nav > li.active > a:before,
.header.navbar-default .navbar-nav > li.active > a:before,
.header.navbar-default .navbar-nav > li > a:hover:before,
.header.navbar-default .navbar-nav > li > a:focus:before {
	content: "";
    width: 80%;
    height: 1px;
    background: #eb0029;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0px auto;	
}

.header .navbar-nav {
    margin-top: 30px;
    position: relative;
}

.dropdown-menu ul {
    padding: 0
}

.dropdown-menu ul li {
    list-style-type: none;
    line-height: 1.6em
}

.dropdown-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #d1d0d0;
    display: block;
    padding: 7px 0 7px 20px;
    color: #666666;
	position: relative
}

.dropdown-menu ul li a:before {
    content: "\e258";
    position: absolute;
    font-size: 12px;
    top: 11px;
    left: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.dropdown-menu ul li a:hover,
.dropdown-menu .ActiveMenu {
    color: #000000;
    text-decoration: none
}

.dropdown-menu ul li:last-child a {
    border-bottom: 0
}

.dropdown-nav-btn {
    border: 0;
    background: #fff;
    float: right;
    margin-top: -41px;
    border-left: 1px solid #D4D5D6;
    display: none;
}

.dropdown-nav-btn .glyphicon {
    padding: 12px 5px;
}

.searchArea {

}

.searchArea .redArea {
	width: 30%;
    display: inline-block;
    float: left;
    height: 40px;
    /* background: #eb0029; */    
    background: transparent;
    position: relative;
}

.searchArea .redArea .caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 15px dashed #eb0029;
    border-right: 0px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    right: 200px;
    bottom: -15px;
}

.searchArea .input-group {
    width: 70%;
    /* display: inline-block; */
    float: left;
}

.searchArea .input-group .form-control {
    text-align: left;
    border: 1px solid #eb0029;
    border-radius: 0;
    height: 40px;
	background: url(../images/icon/seach-arrow.png) no-repeat #ffffff;
    background-position: top 15px right 15px;
    padding: 6px 40px 6px 12px;
}

.searchArea .btn {
    background: #eb0029;
    border-color: #eb0029;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    padding: 6px 15px;
    height: 40px;
}

.searchArea .btn:before {
    content: "\e251";
    z-index: 9;
    position: absolute;
    top: 12px;
    left: -12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #eb0029;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;	
}

.searchArea .btn:hover {
    background-color: #d40025;
}

.searchArea .btn .glyphicon {
	vertical-align: top;
    margin-top: 1px;
    margin-right: 10px;
}
.searchArea .input-group .form-control,
.searchArea .input-group .gsc-search-box {
    opacity: 0;
    width: 0;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.searchArea.active .input-group .form-control,
.searchArea.active .input-group .gsc-search-box {
    opacity: 1;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fill {
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.homeCarousel .fill {
    width: 100%;
    height: 670px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.homeCarousel.thumbnailCarousel .carousel-control-container {
    position: absolute;
    top: 155px;
    z-index: 99;
    left: 25%;
    bottom: auto;
    right: auto;
}

.homeCarousel.thumbnailCarousel .carousel-control {
    position: relative;
    font-size: 14px;
    opacity: 1;
    text-shadow: none;
    background: #ffffff;
    color: #000;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 8px;
    border-radius: 0;
    vertical-align: middle;
    line-height: 15px;
    margin: 0px 0px 0px -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption-text {
	font-family: 'Roboto Slab', serif;
    position: absolute;
    top: 149px;
    z-index: 9999;
    display: block;
    background: #eb0029;
    width: 30%;
    height: 40px;
    line-height: 40px;
}

.homeCarousel.thumbnailCarousel .carousel-caption-text h2 {
    margin: 0;
    font-size: 22px;
	font-weight:700;
    padding: 9px 15px;
    color: #fff;
}

.homeCarousel.thumbnailCarousel .carousel-caption {
    color: #000;
    text-shadow: none;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers {
    display: inline-block;
    border-radius: 8px;
    text-align: left;
    margin: 0px 45px;
    color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:hover .imgSpan {
	background: #000000 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:hover span.carouselPointersText {
    border: 3px solid #000000 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:hover span.imgSpan:after {
    color: #000000 !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers span.imgSpan {
    background: #cb3906;
    padding: 10px 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 8px 0px 0px 8px;
    float: left;
    text-align: center;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers span.imgSpan:after {
    content: "\e250";
    position: absolute;
    top: 28px;
    right: -13px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #cb3906;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers span.carouselPointersText {
	display: inline-block;
    background: rgba(255, 255, 255, 0.81);
    border-radius: 0px 8px 8px 0px;
    padding: 15px;
    text-align: left;
    border: 3px solid #cb3906;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    float: left;
    width: 135px;
    height: 70px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeCarousel.thumbnailCarousel .carousel-caption {
    right: 0;
    left: 0;
    bottom: 220px;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(2) span.imgSpan {
    background: #609000;	
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(2) span.imgSpan:after {
    color: #609000;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(2) span.carouselPointersText {
    border: 3px solid #609000;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(3) span.imgSpan {
    background: #0c8dd4;	
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(3) span.imgSpan:after {
    color: #0c8dd4;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(3) span.carouselPointersText {
    border: 3px solid #0c8dd4;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(4) span.imgSpan {
    background: #d9a604;	
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(4) span.imgSpan:after {
    color: #d9a604;
}

.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers:nth-child(4) span.carouselPointersText {
    border: 3px solid #d9a604;
}

/* crousel fade efect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* currentActivities css start */
.currentActivities {
    background: rgba(0, 0, 0, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -45px;
    position: relative;
}

.currentActivities p {
	font-size: 18px;
    font-weight: 400;
    color: #ffffff;
	margin-bottom: 0;
}

.currentActivities p .currentActivitiesTitle {
    border-right: 1px solid #abaaa9;
    padding-right: 20px;
    margin-right: 20px;
}

.currentActivities p span.announcementTitle {
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
    margin-right: 20px;
    padding-right: 20px;
    color: #073249;
}

.currentActivities p marquee {
    width: 80%;
    vertical-align: middle;
}

.currentActivities p marquee span.topCurrentActivities {
    margin-right: 30px;
    border-right: 1px solid #fff;
    padding-right: 30px;
    font-size: 14px;
}

.currentActivities p marquee span.topCurrentActivities a {
	color: #fff;	
}

/* home tab css start */
.homeTabSection {
    background-image: url(../images/homeTabBg.jpg);
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.homeTabSection .nav-tabs {
    border-bottom: 1px solid #df1c29;
}

.homeTabSection .nav-tabs > li > a {
	font-size: 16px;
    font-weight: 400;
    color: #333333;
	text-align: center;
    position: relative;
	padding: 10px 35px;
}

.homeTabSection .nav-tabs > li > a .fa {
    display: block;
    color: #df1c29;
    font-size: 26px;
    margin-bottom: 6px;
}

.homeTabSection .nav-tabs > li.active > a, 
.homeTabSection .nav-tabs > li.active > a:hover, 
.homeTabSection .nav-tabs > li.active > a:focus,
.homeTabSection .nav-tabs > li > a:hover, 
.homeTabSection .nav-tabs > li > a:focus {
    color: #fff;
    cursor: pointer;
    background-color: #df1c29;
    border: 1px solid #df1c29;
    border-bottom-color: transparent;
}

.homeTabSection .nav-tabs > li.active > a .fa, 
.homeTabSection .nav-tabs > li.active > a:hover .fa, 
.homeTabSection .nav-tabs > li.active > a:focus .fa,
.homeTabSection .nav-tabs > li > a:hover .fa, 
.homeTabSection .nav-tabs > li > a:focus .fa {
	color: #ffffff;
}

.homeTabSection .nav-tabs > li.active > a:after, 
.homeTabSection .nav-tabs > li.active > a:hover:after, 
.homeTabSection .nav-tabs > li.active > a:focus:after,
.homeTabSection .nav-tabs > li > a:hover:after, 
.homeTabSection .nav-tabs > li > a:focus:after {
    content: "\e252";
    position: absolute;
    top: auto;
    bottom: -14px;
    left: 0;
    right: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #df1c29;
}

.homeTabSection .tab-content > .tab-pane {
    padding-top: 30px;
}

.homeTabSection .tab-content > .tab-pane p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer {
    margin-top: 30px;
}

.homeTabSection .tab-content > .tab-pane .tabLinks {
    /*font-size: 24px;*/
	font-size: 19px;
    text-align: center;
    display: block;
    font-weight: 400;
    color: #fff;
    background: rgba(238, 174, 2, 0.8);
    padding: 28px 0px;
    margin-bottom: 30px;
    line-height: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabSection .tab-content > .tab-pane .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinks:hover {
	text-decoration: none;
    background: rgba(238, 174, 2, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(5) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(6) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(7) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(8) .tabLinks {
    background: rgba(0, 139, 219, 0.8);
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(5) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(6) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(7) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(8) .tabLinks:hover {
    background: rgba(0, 139, 219, 1);
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(9) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(10) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(11) .tabLinks,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(12) .tabLinks {
	background: rgba(123, 72, 209, 0.8);
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(9) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(10) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(11) .tabLinks:hover,
.homeTabSection .tab-content > .tab-pane .tabLinksContainer .col-md-3:nth-child(12) .tabLinks:hover {
	background: rgba(123, 72, 209, 1);
}

/* internet tab section color starts */
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(1) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(2) .tabLinks{
    background: #2127b0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(3) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(4) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(5) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(6) .tabLinks{
    background: #fc9504;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(7) .tabLinks{
    background: #0a26b4;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(8) .tabLinks{
    background: #d24927;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(9) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(10) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(11) .tabLinks{
    background: #bb1e49;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(12) .tabLinks{
    background: #2127b0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(13) .tabLinks{
    background: #2d89f0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(14) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(15) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(16) .tabLinks{
    background: #fc9504;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(17) .tabLinks{
    background: #d40f91;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(18) .tabLinks{
    background: #0a26b4;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(19) .tabLinks{
    background: #a0aa06;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(20) .tabLinks{
    background: #1ca4f2;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(21) .tabLinks{
    background: #d40055;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(22) .tabLinks{
    background: #002255;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(23) .tabLinks{
    background: #d24927;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(24) .tabLinks{
    background: #0055d4;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(25) .tabLinks{
    background: #ff6600;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(26) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(27) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(28) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(29) .tabLinks{
    background: #411412;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(30) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(31) .tabLinks{
    background: #0cad14;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(32) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(33) .tabLinks{
    background: #2127b0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(34) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(35) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(36) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(37) .tabLinks{
    background: #fc9504;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(38) .tabLinks{
    background: #0a26b4;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(39) .tabLinks{
    background: #d24927;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(40) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(41) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(42) .tabLinks{
    background: #bb1e49;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(43) .tabLinks{
    background: #2127b0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(44) .tabLinks{
    background: #2d89f0;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(45) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(46) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(47) .tabLinks{
    background: #fc9504;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(48) .tabLinks{
    background: #d40f91;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(49) .tabLinks{
    background: #0a26b4;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(50) .tabLinks{
    background: #a0aa06;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(51) .tabLinks{
    background: #1ca4f2;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(52) .tabLinks{
    background: #d40055;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(53) .tabLinks{
    background: #002255;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(54) .tabLinks{
    background: #d24927;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(55) .tabLinks{
    background: #0055d4;
}

.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(56) .tabLinks{
    background: #ff6600;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(57) .tabLinks{
    background: #019aac;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(58) .tabLinks{
    background: #9932cc;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(59) .tabLinks{
    background: #419d14;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(60) .tabLinks{
    background: #411412;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(61) .tabLinks{
    background: #ba0501;
}
.homeTabSection .tab-content > .tab-pane .tabLinksContainer.internetForEmployeeTab 
.col-md-3:nth-child(62) .tabLinks{
    background: #0cad14;
}


/* internet tab section color ends */

.homeTabInfoLinks {
    border: 1px solid #b3b9c2;
    padding: 15px;
    background: #fff;	
}

.homeTabInfoLinks h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #8ea6bd;
    padding-bottom: 12px;
}

.homeTabInfoLinks ul {
    padding: 0;
    margin: 0;
    height: 310px;
    overflow-y: auto;
}

.homeTabInfoLinks ul li {
    list-style-type: none;
}

.homeTabInfoLinks ul li a {
	font-size: 16px;
    font-weight: 400;
    color: #040404;
    display: block;
    position: relative;
    padding: 15px 15px 15px 40px;
	background: #f6f7f8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabInfoLinks ul li:nth-child(even) a {
	background: #ebedef;
}

.homeTabInfoLinks ul li a:hover,
.homeTabInfoLinks ul li a:focus {
	text-decoration: none;
	color: #df1c29;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabInfoLinks ul li a:hover:before,
.homeTabInfoLinks ul li a:focus:before {
	background: #df1c29;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabInfoLinks ul li a:before {
    content: "\e258";
    position: absolute;
    top: 18px;
    left: 15px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #8ea6bd;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.homeTabSection .generalInfoLink {
    border: 1px solid #b3b9c2;
    padding: 17px 15px;
    background: #fff;
    display: block;
    margin-bottom: 18px;
    text-align: center;
	position: relative;
}

.homeTabSection .generalInfoLink:after {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
        right: 15px;
    top: 30px;
    color: #36516d;
    font-size: 22px;
}

/* flagship css */
.flagship {
	position: relative;
    width: 100%;
    height: 210px;
	background: #36516d;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border: 1px solid #fff;
}

.flagship img {
    width: 100px;
    border-radius: 50%;
    padding: 20px;
}

.flagship .caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    width: 100%;
	z-index: 9;
}

.flagship .caption h4 {
    font-size: 20px;
    font-weight: 700;
	margin: 0;
}

.flagship .caption .fa {
	color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.flagship1 {
    background-position: center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    width: 100%;
    height: 420px;
    border: 1px solid #fff;
}

.flagship1 h4 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    padding: 10%;
}

.flagshipContainer .info-boxes {
	overflow: hidden;
}

.flagshipLink .flagship {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;		
}

.flagshipLink:hover .flagship {
  moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* pcmcKatta css start */
.pcmcKattaContainer {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pcmcKattaContainer .padding-left-zero {
	padding-left: 0;
}

.pcmcKattaContainer .padding-right-zero {
	padding-right: 0;	
}

.pcmcKattaCationContainer {
	position: relative;
}

.pcmcKattaCation {
    background: url(../images/pcmc-katta-cation-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    width: 414px;
    right: 5px;
    min-height: 138px;
    padding: 5px 28px 0px 70px;
}

.pcmcKattaCation h4 {
	font-family: 'Courgette', cursive;
	font-size: 18px;
	font-weight: 400;
	color: #060400;
}

.pcmcKattaCation h4:first-letter {
	font-size: 30px;
	color: #ffffff;
	text-shadow: 2px 2px 1px #000;
	padding-right: 5px;	
}

.pcmcKattaCation p {
	font-size: 14px;
	font-weight: 400;
	color: #212121;
	margin-bottom: 0;
	line-height: 22px;
}

.pcmcKattaCationContainer h2 {
	display: none;
    text-align: center;
    font-family: 'Courgette', cursive;
    font-size: 25px;
    font-weight: 600;
    color: #060400;
}

.pcmcKattaFill {
	position: relative;
    height: 335px;
    border: 1px solid #fff;
}

.pcmcKattaFill1 {
	position: relative;
    height: 167px;
    border: 1px solid #fff;
}

.pcmcKattaFill .caption,
.pcmcKattaFill1 .caption {
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(59%, rgba(0,0,0,0)), color-stop(83%, rgba(0,0,0,0.2)), color-stop(99%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.4))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.4) 99%, rgba(0,0,0,0.4) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}

.pcmcKattaFill .caption .fa,
.pcmcKattaFill1 .caption .fa {
    float: right;
    font-size: 22px;
}

.kattaRow {
	margin-left: 0;
	margin-right: 0;
}

.kattaCol {
	padding-left: 0;
	padding-right: 0;
}

.kattaNews {
	border-left: 1px solid #d7d7d7;
}

.kattaNews h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fe4b20;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.kattaNews p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

/* informationContainer css start */
.informationContainer .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.informationContainer .info-boxes-row {
    margin-left: 0;
    margin-right: 0;
}

.informationContainer .info-boxes {
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.informationContainer .info-box {
	position: relative;
    background: #898989;
    padding: 25px;
    min-height: 260px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.informationContainer .info-box.info-box-half {
	min-height: 130px;
    padding: 25px 25px 15px 25px;
}

.informationContainer .info-box h4 {
    font-size: 22px;
    margin-top: 0;
    color: #fffbfb;
    text-transform: uppercase;
}

.informationContainer .info-box p {
    font-size: 16px;
    font-weight: 300;
    color: #fffbfb;
    line-height: 20px;
}

.informationContainer .info-box p a {
    font-size: 16px;	
}

.informationContainer .info-box a,
.informationContainer .info-box .fa {
    font-size: 20px;
    color: #fffbfb;
}

.informationContainer .info-box.blue {
    background: #08223d;
}

.informationContainer .info-box.orange {
    background: #fe4b20;
}

.informationContainer .info-box.yellow {
    background: #ffce54;
}

.informationContainer .info-box.red {
    background: #df1c29;
}

.informationContainer .info-box.skyBlue {
    background: #e8edf3;
}

.informationContainer .info-box.skyBlue h4,
.informationContainer .info-box.skyBlue a {
    color: #08223d
}

.info-box-carousel .fill {
    height: 260px;
    position: relative;
}

#infoCarousel .carousel-caption {
	width: 100%;
    left: 0;
    padding: 0;
    bottom: 0;
	text-shadow: none;
}

#infoCarousel .carousel-caption h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fffbfb;
    background: #092643;
    padding: 10px 10px;
    text-align: left;
    text-transform: uppercase;
}

.info-box-carousel .videoCarousel .fill {
	width: 67.3%;
}

.info-box-carousel .videoCarousel .fill:after {
    content: "\f16a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    margin: 80px auto;
    text-align: center;
    font-size: 60px;
    opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.info-box-carousel .videoCarousel .fill:hover:after {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.info-box-carousel .achievementCarousel .fill {
    width: 67%;
}

.achievementCarousel .carousel-caption {
    background: #08223d;
    right: 0;
    width: 33.3%;
    left: auto;
    top: 0;
    bottom: 0;
	text-shadow: none;
	text-align: left;
	padding: 25px;
}

.achievementCarousel .carousel-caption h4 {
    font-size: 22px;
	font-weight: 800;
    margin-top: 0;
    color: #fffbfb;
    text-transform: uppercase;
}

.achievementCarousel .carousel-caption p {
    font-size: 18px;
    font-weight: 300;
    color: #fffbfb;
    line-height: 20px;
}

.achievementCarousel .carousel-caption p a {
	display: block;
    color: #fffbfb;
}

.examinationArea {
	text-align: center;
    padding-top: 50px !important;
}

.examinationArea h4 a {
    background: rgba(0,0,0,0.5);
    width: 230px;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    padding: 8px 8px;
    color: #fff;
    margin: 0;
    transition: all 1s;
    -weblit-transition: all 1s;
    -moz-transition: all 1s;
    border: 1px solid #fff;
}

.examinationArea h4 a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.informationContainer .info-box .info-box-icon {
    position: absolute;
    right: 30px;
    top: 50px;
}

.informationContainer .info-box.skyBlue .info-box-icon {
    right: 30px;
    top: 15px;
}

.informationContainer .info-box.skyBlue .info-box-icon img {
    width: 110px;
}

.informationContainer .info-box.blue .info-box-icon {
    right: 30px;
    top: 38px;
}

/* informationContainer css end */

/* carousel arrow css start */
.thumbnailCarousel .carousel-control-container {
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 99;
}

.thumbnailCarousel .carousel-inner {
	margin-bottom: 0px;
}

.thumbnailCarousel .carousel-control {
    position: relative;
    font-size: 16px;
    opacity: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px;
    border-radius: 0;
    vertical-align: middle;
    line-height: 15px;
    margin: 0px 0px 0px -4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.thumbnailCarousel .carousel-control:hover {
	background: #000;
    color: #fff;
    border: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* carousel arrow css end */

/*-- profile css start here*/
.profilePanel {
    padding-top: 60px;
    padding-bottom: 60px;
}
.profilePanel h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.profilePanel h3 span {
    font-size: 22px;
    font-weight: 700;
    color: #d21e1b;
    font-family: 'Roboto', sans-serif;
}
.profilePanel .media{
    margin-top: 33px;
}
.profilePanel .media .media-body{
    padding: 0 15px;
}
.profilePanel .media .media-body .media-heading {
    font-size: 22px;
    font-weight: 400;
    color: #040404;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
.profilePanel .media .media-body p {
    font-size: 14px;
    font-weight: 400;
    color: #040404;
    margin-bottom: 25px;
    line-height: 22px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
/*-- profile css end here*/

/* discover panel css start */
.experienceHeading h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #111b2b;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}
#dontMissAreaBg{
    background: #fe4b20;
    margin-bottom: 12px;
    height: 603px;
}
#dontMissSlider .fill{
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    height: 603px;
}
.dontMissContent{
    padding: 115px 50px 75px 75px;
}
.dontMissContent h5{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 00;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}
.dontMissContent h5 span{
    font-size: 22px;
    font-weight: 100;
    display: block;
    margin-bottom: 5px;
}
.dontMissContent p{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 45px;
}
#dontMissAreaBg .carousel-control.left {
    background-image: none;
}
#dontMissAreaBg .carousel-control.right {
    background-image: none;
}
#dontMissAreaBg .carousel-control {
    opacity: 1;
    width: 6%;
}
#dontMissSlider .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 40px;
    color: #fff;
}
#dontMissSlider .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 40px;
    color: #fff;
}
 
#dontMissSlider .carousel-control .glyphicon-chevron-left,
#dontMissSlider .carousel-control .glyphicon-chevron-right{
    top: 45%;
}
.dontMissContent a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none;
}
.dontMissContent a:hover{
    color: #fff;
}
.dontMissContent a:after {
    position: absolute;
    content: "\f105";
    font-size: 24px;
    right: -20px;
    top: -3px;
    color: #ffffff;
    font-family: "fontAwesome";
    line-height: 20px;
    -webkit-transition: all 0.5s;
    text-decoration: none;
}
.dontMissContent a:hover:after {
    color: #fff;
}
/* discover panel css end */

/***CITIZENS COMMUNICATION and QUICK LINKS css***/
.quickOuter ul{
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
}
.quickOuter ul li{
    float:left;
    width:33.3333%;
    border:1px solid #d9dae5;
    transition:all 0.5s;
}
.quickOuter ul li:nth-child(1), .quickOuter ul li:nth-child(2), .quickOuter ul li:nth-child(4), .quickOuter ul li:nth-child(5), .quickOuter ul li:nth-child(7), .quickOuter ul li:nth-child(8){
    border-right:none;
}
.quickOuter ul li:nth-child(1), .quickOuter ul li:nth-child(2), .quickOuter ul li:nth-child(3), .quickOuter ul li:nth-child(4), .quickOuter ul li:nth-child(5), .quickOuter ul li:nth-child(6)
{
    border-bottom:none;
}
.quickOuter ul li:hover{
    background:#08223d;
}
.quickOuter ul li a{
    font-size:20px;
    color:#41424c;
    padding:25px 0 25px 70px;
    display:block;
    position:relative;
    font-family: 'Ubuntu', sans-serif;   
}
.quickOuter ul li a i{
    margin-right:15px;
    position:absolute;
    top:31px;
    left:35px;
    font-size:18px;
}
.quickOuter ul li:hover a{
    color:#fff;
    text-decoration:none;
}
.h2Links h2{
    font-size:22px;
    color:#040404;
    text-transform:uppercase;
    font-weight:900;
    margin-bottom:18px;
}
.h2Links h2 span{
    font-size:22px;
    color:#ff0000;
}
.citizensh2{
    margin-bottom:29px;
}
.citizensh2 h2{
    font-size:22px;
    color:#040404;
    text-transform:uppercase;
    font-weight:900;
    margin-bottom:18px;
}
.citizensh2 h2 span{
    font-size:22px;
    color:#ff0000;
}
.citizensh2 a{
    display:block;
    position:relative;
    text-decoration:none;
    font-style:italic;
    text-transform:uppercase;
    transition:all 1s;
}
.citizensh2 .commonCitizens:before{
    position: absolute;
    top: 47%;
    width: 74%;
    height: 1px;
    content: "";
    left:95px;
    transition:all 0.5s;
}

.citizensh2 .panel {
    border: 0;
    box-shadow: none;
}

.citizensh2 .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border: 0;
}

.citizensh2 .panel-body {
    padding: 15px;
    border: 1px solid #ccc;
	background: #ffffff;
}

.citizensh2 .panel-body .btn {
    background: #eb0029;
    color: #fff;
    font-style: normal;
    width: auto;
    display: inline-block;
    font-size: 12px;
    border-radius: 0;
    padding: 10px 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.citizensh2 .panel-body .btn:hover, .citizensh2 .panel-body .btn:focus {
    background: #000000;
    color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.citizensh2 .panel-collapse {
    position: absolute;
	background: #ffffff;
    z-index: 9;
}

/*.citizensh2 .commonCitizens:hover:before{
    width:0;
    left:95px;
}*/
.citizensh2 .commonCitizens {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.citizensh2 .commonCitizens:hover .secondSpan {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.citizensh2 .commonCitizens.register:hover .secondSpan {
	color: #f4c136;
}
.citizensh2 .commonCitizens.suggestion:hover .secondSpan {
	color: #1eb174;
}
.citizensh2 .commonCitizens.idea:hover .secondSpan {
	color: #fa5f68;
}

.citizensh2 .register:before{
    background: #f4c136;
}
.citizensh2 .firstSpan {
    font-size:14px;
    color:#010101;
    font-weight:300;
    position:absolute;
    top:16px;
    left:105px;
}
.citizensh2 .secondSpan {
    font-size:16px;
    color:#010101;
    font-weight:400;
    position:absolute;
    bottom:20px;
    left:145px;
}
.citizensh2 .suggestion:before{
    background: #1eb174;
}
.citizensh2 .idea:before{
    background: #fa5f68;
}

/* footer css */
.footerContainer {
	font-family: 'Ubuntu', sans-serif;
    background: #570027;
    color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;	
}

.footerContainer h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Ubuntu', sans-serif;
}

.footerContainer h3 {
	font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.footerContainer .socialLinks {
    margin-bottom: 20px;
	padding-left: 0;
}

.footerContainer .socialLinks span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.footerContainer .socialLinks a {
    background: #3b5998;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}

.footerContainer .socialLinks a.facebook {
    background: #3b5998;
}

.footerContainer .socialLinks a.twitter {
    background: #26a6d1;
}

.footerContainer .socialLinks a.linkedin {
    background: #0e76a8;
}

.footerContainer ul {
    padding: 0;
    margin-bottom: 0;
}

.footerContainer ul li{
	list-style-type: none;
}

.footerContainer ul li a:before {
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    margin-right: 6px;
}

.footerContainer ul li a {
	color: #ffbbc7;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footerContainer ul li a:hover {
    color: #ffffff;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.footerContainer p {
    color: #ffbbc7;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footerContainer p a {
    color: #ffbbc7;
}

.footerContainer p.mob:before {
    content: "\f10b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #c6c6c6;
    position: absolute;
    left: 0;
    top: 0;
}

.footerContainer p.tel:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #c6c6c6;
    position: absolute;
    left: 0;
    top: 2px;
}

.footerContainer p.mail:before {
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #c6c6c6;
    position: absolute;
    left: -2px;
    top: 4px;
}

.footerContainer p.location:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #c6c6c6;
    position: absolute;
    left: 0;
    top: 0;
}

.footerSocialContainer {
    padding-top: 15px;
    background: #3b6074;
}

.footerSocialContainer p {
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
    font-size: 17px;
	font-weight: 300;
}

.footerSocialContainer .socialLinks a {
    font-size: 14px;
    color: #fff;
    padding: 8px;
    width: 36px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #1d2c37;
    border-radius: 50%;
    margin-left: 10px;
}

.footerSocialContainer .socialLinks a:hover {
	color: #1d2c37;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footerSocialContainer .socialLinks span {
    margin-right: 16px;
    color: #fff;	
}

.footerSocialContainer .socialLinks a:last-child {
    border-right: 0px;
}

.enquiryBtn {
	font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    background: #ff0000;
    padding: 8px 15px;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: fixed;
    bottom: 0;
    right: 0;
}

.enquiryBtn:hover {
    color: #ffffff;
    background: #cf0c0c;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.reachDistance a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: block;
    border: 1px solid #ea4663;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.reachDistance a .glyphicon {
    color: #700016;
    margin-left: 8px;
    vertical-align: middle;
}

.reachDistance a:hover {
	text-decoration: none;
	background: #000000;
    border: 1px solid #000000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.reachDistance a:hover .glyphicon {
	color: #ffffff;
}

.reachDistance .tooltip .tooltip-inner {
	border-radius: 0;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
}

.footerContainer h5 {
    font-size: 14px;
    font-weight: 300;
    color: #fefcfc;
    margin-bottom: 20px;
}

/* copyright css */
.copyrightContainer {
    background: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyrightContainer p {
    font-size: 12px;
    color: #a8a8a8;
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
}

.copyrightContainer p a {
	color: #a8a8a8;
}

/* form style */
.form-horizontal .control-label {
    text-align: left;
    font-weight: 400;
}

.form-horizontal .form-control {
    border-radius: 0;
}

.form-horizontal .btn {
    background: #eb0029;
    color: #fff;
    font-style: normal;
    width: auto;
	border: 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.form-horizontal .btn:hover, .form-horizontal .btn:focus {
    background: #000000;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* photo-gallery-listing-container css */
.photo-gallery-listing-container .lovelyCityImg h2 {
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.photo-gallery-listing-container .lovelyCityImg p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.photo-gallery-listing-container .lovelyCityImg a {
    background: #eb0029;
    color: #fff;
    font-style: normal;
    width: auto;
    border: 0;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 12px 4px 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.photo-gallery-listing-container .lovelyCityImg a:hover, 
.photo-gallery-listing-container .lovelyCityImg a:focus {
    background: #000000;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.photo-gallery-detail-page ol {
	padding: 0;
	margin: 0;
}

.photo-gallery-detail-page ol li {
    list-style-type: none;
    display: inline-block;
    width: 32%;
    float: left;
    padding: 8px;
}

.photo-gallery-detail-page ol li img {
	width: 500px !important;
	height: 500px !important;
}

@media (min-width: 1200px) {
	.header.navbar-default .navbar-nav > li > a {
    	padding-bottom: 41px;
	}
}

@media (max-width: 1090px) {
	.aplus , .anormal , .aminus {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	/* header */
	.topNavigation.navbar-default .navbar-nav > li > a {
    	font-size: 12px;
	}
	.navbar-brand > img {
    	width: 180px;
	}
	.homeTabSection .nav-tabs > li > a {
    	padding: 10px 18px;
	}
    .header.navbar-default .navbar-nav > li > a {
    	padding-bottom: 28px;
	}

	
	/* home page */
	.homeCarousel.thumbnailCarousel .carousel-caption-text {
    	top: 136px;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption-text h2 {
    	font-size: 18px;
	}
	.homeCarousel.thumbnailCarousel .carousel-control-container {
    	top: 142px;
    	left: 23.6%;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers {
    	margin: 0px 10px;
	}
	
	
	.dontMissContent {
        padding: 85px 35px 75px 50px;
    }
    .dontMissContent h5{
        font-size: 20px;
    }
    .dontMissContent p{
        font-size: 14px;
    }
    .dontMissContent a{
        font-size: 14px;
    }
    .experienceHeading h2 {
        font-size: 44px;
    }
	
	.citizensh2 .secondSpan {
		font-size: 14px;
		left: 107px;
	}
	
	 /* profile css start here */
    .profilePanel .media .media-left a .media-object {
        width: 150px;
    }
    /* profile css end here */
}

@media (min-width:991px) {
	
    .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: table;
        text-align: left;
        position: absolute;
        padding: 10px
    }
    .navbar-nav>li.dropdown {
        position: static
    }
    .navbar-nav>li.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        left: 0;
        right: 0;
    }
    .dropdown-menu>li {
        display: table-cell
    }
}

@media (max-width: 991px) {
    /* search field */
    .searchArea .input-group .form-control,
	.searchArea .input-group .gsc-search-box{
        opacity: 1;
        width: 100%;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (max-width: 991px) {
	/* header */
	.fixedHeader {
    	position: relative;
	}
	.topNavigation.navbar-default .navbar-nav > li.temp,
	.topNavigation.navbar-default .navbar-nav > li.time {
		display: none;
	}
	.topNavigation.navbar-default .navbar-nav {
		margin: 0;
		display: inline-block;
	}
	.topNavigation.navbar-default .navbar-nav.navbar-right {
    	float: right !important;
	}
	.topNavigation.navbar-default .navbar-nav > li {
	    display: inline-block;
	}
	.navbar-toggle {
		margin-top: 30px;
		background-color: #eb0029;
		border: 0;
		border-radius: 0;
		padding: 10px 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		height: 1px;
		background-color: #fff;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #d40025;
	}
	.header {
    	background: #fff;
	}
	.header .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	.header.navbar-default .navbar-nav > li > a:after {
    	display: none;
	}
	.header.navbar-default .navbar-nav > li > a {
	    font-size: 14px;
		border-bottom: 1px solid #e7e7e7;
	}
	.header.navbar-default .navbar-nav > li.active > a:before,
	.header.navbar-default .navbar-nav > li.active > a:before,
	.header.navbar-default .navbar-nav > li > a:hover:before,
	.header.navbar-default .navbar-nav > li > a:focus:before {
		display: none;
	}
	.header.navbar-default .navbar-nav > li > a {
		padding-bottom: 10px;
	}
	.dropdown-nav-btn {
		display: block;	
	}
	.dropdown-menu  {
	    margin: 0 15px;
	}
	.dropdown-menu ul li:last-child a {
		border-bottom: 1px solid #d1d0d0;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.searchArea .redArea {
    	display: none;
	}
	.searchArea .input-group {
    	width: 100%;
	}
	
	/* home page */
	.homeCarousel.thumbnailCarousel .carousel-caption-text {
		font-family: 'Roboto Slab', serif;
		position: absolute;
		top: 200px;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 9999;
		display: block;
		background: transparent;
		width: 100%;
		height: auto;
		line-height: 40px;
	}
	.homeCarousel.thumbnailCarousel .carousel-control-container {
		top: auto;
		bottom: 80px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption-text h2 {
		color: #000;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption .carouselPointers {
    	margin: 0px 40px;
	}
	.currentActivities {
    	margin-top: -71px;
	}
	.currentActivities p marquee {
    	width: 100%;
	}
	.homeCarousel .fill {
    	height: 370px;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption-text {
    	top: 25px;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption {
    	right: 0;
		left: 0;
		bottom: auto;
		top: 65px;
	}
	.currentActivities p .currentActivitiesTitle {
    	border-right: 0;
	}
	.homeTabSection .nav-tabs > li > a {
		padding: 10px 8px;
		font-size: 14px;
	}
	.homeTabSection .nav-tabs > li.active > a:after, .homeTabSection .nav-tabs > li.active > a:hover:after, .homeTabSection .nav-tabs > li.active > a:focus:after, .homeTabSection .nav-tabs > li > a:hover:after, .homeTabSection .nav-tabs > li > a:focus:after {
    	bottom: -11px;
	}
	.homeTabInfoLinks {
    	margin-bottom: 15px;
	}
	.homeTabSection .generalInfoLink {
    	margin-bottom: 15px;
	}
	.homeTabSection .tab-content > .tab-pane .tabLinks {
    	font-size: 18px;
    	padding: 12px 0px;
	}
	.pcmcKattaContainer .padding-right-zero {
		padding-left: 0px;
	}
	.pcmcKattaCationContainer img {
		display: none;
	}
	.pcmcKattaCation {
    	position: relative;
    	margin: 10px auto;
	}
	.pcmcKattaContainer .padding-left-zero {
		padding-right: 0;
	}
	.pcmcKattaCationContainer h2 {
		display: block;
	}
	.footerContainer .footerLinks {
		margin-bottom: 20px;
	}

	
	
	
	.dontMissContent {
        padding: 70px 25px 60px 40px;
    }
    #dontMissSlider .glyphicon-chevron-left:before {
        font-size: 55px;
    }
    #dontMissSlider .glyphicon-chevron-right:before {
        font-size: 55px;
    }
    #dontMissSlider .fill {
        height: 550px;
    }
    #dontMissAreaBg {
        height: 550px
    }
    #experienceUnionArea .experienceHeading p {
        font-size: 16px;
    }
	
	/* profile css start here */
    .profilePanel .media {
    margin-top: 33px;
    margin-bottom: 40px;
    }
    /* profile css start here */
	
	/*photo-gallery-detail-page*/
	.photo-gallery-detail-page ol li {
    	width: 100%;
	}
}

@media (max-width: 767px) {
	/* header */
	.searchArea .btn .text {
		display: none;
	}
	.searchArea .btn .glyphicon {
    	margin-right: 0;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption-text {
		display: none;
	}
	.homeCarousel.thumbnailCarousel .carousel-caption {
    	display: none;
	}
	.homeCarousel .fill {
    	height: 220px;
	}
	.homeCarousel.thumbnailCarousel .carousel-control-container {
    	bottom: 81px;
    	left: auto;
    	right: 10px;
	}
	.homeTabSection .nav-tabs > li {
	    width: 33%;
	}
	.homeTabSection .tab-content > .tab-pane .tabLinks {
    	margin-bottom: 15px;
	}
	.flagship .caption {
    	padding: 15px;
	}
	.flagship .caption h4 {
    	font-size: 14px;
    	font-weight: 400;
	    width: 80%;
	}
	.flagship img {
    	width: 70px;
    	padding: 15px;
	}
	.flagship1 {
    	height: 320px;
	}
	.flagship1 h4 {
    	font-size: 34px;
	}
	.pcmcKattaFill {
    	height: 167px;
	}
	.kattaNews h3 {
    	font-size: 18px;
	}
	.kattaNews p {
    	font-size: 16px;
	}
	.pcmcKattaContainer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.info-box-carousel .achievementCarousel .fill {
		width: 50%;
	}
	.achievementCarousel .carousel-caption {
    	width: 50%;
	    padding: 15px;
	}
	
	.achievementCarousel .carousel-caption h4 {
    	font-size: 16px;
	}
	.achievementCarousel .carousel-caption p {
    	font-size: 14px;
    	line-height: 18px;
	}
	.informationContainer .info-box h4 {
    	font-size: 16px;
	}
	.informationContainer .info-box {
    	min-height: auto;
	}
	.profilePanel {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.quickOuter ul li a {
    	font-size: 16px;
    	padding: 25px 0 25px 55px;
	}
	.quickOuter ul li a i {
    	top: 29px;
    	left: 25px;
	}
	
	
	#dontMissAreaBg .carousel-control.right{
		right: 10px;
	}
	.experienceHeading h2 {
        font-size: 28px;
    }
    #dontMissAreaBg {
        height: auto;
    }
    .unionBoxesArea .unionboxBg .unionBoxes{
        border:8px solid #ffff;
        margin-bottom: 10px;
    }
    #dontMissSlider .fill {
        height: 300px;
    }
	.dontMissContent {
		padding: 45px 25px 0px 40px;
	}
	
	 /* profile css start here */
    .profilePanel .media {
    margin-top: 33px;
    margin-bottom: 20px;
    }
    /* profile css start here */
	
	.footerContainer {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
}

@media (max-width: 580px) {
	/* header */
	.topNavigation.navbar-default .navbar-nav > li.call {
		display: none;
	}
	
	.topNavigation.navbar-default .navbar-nav > li > a {
    	padding: 8px 12px;
	}
	.navbar-brand > img {
		width: 165px;
	}
	.navbar-toggle {
    	margin-top: 18px;
	}
	/* home page */
	.homeTabSection .nav-tabs > li {
	    width: 50%;
	}
	.pcmcKattaCation {
		background: none;
		width: 100%;
		padding: 20px;
	}
	.pcmcKattaCation h4:first-letter {
		font-size: 30px;
		color: #060400;
		text-shadow: none;
		padding-right: 5px;	
	}
	.citizensh2 .secondSpan {
		font-size: 12px;
		left: 105px;
	}
	.citizensh2 .commonCitizens:before {
    	width: 160px;
	}
	.quickOuter ul li {
    	width: 50%;
	}
	.quickOuter ul li a {
    	font-size: 14px;
    	padding: 15px 0 15px 40px;
	}
	.quickOuter ul li:nth-child(1), .quickOuter ul li:nth-child(2), .quickOuter ul li:nth-child(4), .quickOuter ul li:nth-child(5), .quickOuter ul li:nth-child(7), .quickOuter ul li:nth-child(8) {
    	border-right: 1px solid #d9dae5;
	}
	.quickOuter ul li:nth-child(1), .quickOuter ul li:nth-child(3), .quickOuter ul li:nth-child(5), .quickOuter ul li:nth-child(7), .quickOuter ul li:nth-child(7) {
    	border-right: none;
	}
	.quickOuter ul li a i {
    	top: 17px;
    	left: 15px;
	}
	
	
	
#dontMissSlider .fill {
     height: 280px;
}

/* profile css start here*/
    .profilePanel .media {
		margin-top: 15px;
	}
	.profilePanel .media .media-left {
    display: block;
    width: 100%;
    padding-right: 0;
    }
    .profilePanel .media .media-left a .media-object {
    width: 100%;
    }
    .profilePanel .media .media-body {
    padding: 0;
    padding-bottom: 0px;
    }
    .profilePanel .media .media-body .media-heading {
    font-size: 20px;
    padding-top: 15px;
    }
    /* profile css end here*/
	
	.copyrightContainer p {
    	font-size: 11px;
	}
	
	/*photo-gallery-detail-page*/
	.photo-gallery-detail-page ol li {
    	width: 100%;
	}
}

@media (max-width: 480px) {
	/* home page */
	.flagship1 {
		height: 240px;
	}
	.flagship1 h4 {
		font-size: 30px;
	}
	
	#dontMissSlider .glyphicon-chevron-right:before {
        font-size: 38px;
    }
    #dontMissSlider .glyphicon-chevron-left:before {
        font-size: 38px;
    }
    #dontMissSlider .fill {
        height: 200px;
    }
	
	.footerContainer .footerLinks {
		width: 100%;
	}
}


.videoSection iframe {
			width: 100%;
			height: 220px;
		}
		.videoSection h4 {
			margin-bottom: 30px;
		}
		
		
		.department{ float: left;    width: 100%;}

.department h2{    background: #08223d;
    border: 1px solid #08223d;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400; }

ul.depaList { margin:0; padding:1px 0; }
ul.depaList li{     list-style-type: none; border:1px solid #E7E5DD;
	padding:5px 9px;
	 color:#3b3b3b;  font-size:13px; float:left; background:none; }
ul.depaList li a{ text-decoration:none; color:#000;  font-size:16px;}
ul.depaList li a:hover{ color:#df1c29;}


ul.depaList1 { margin:0; padding:1px 0; border-top:1px solid #E7E5DD; border-right:1px solid #E7E5DD; border-left:1px solid #E7E5DD; }
ul.depaList1 li{ 
    list-style-type: none; 
	padding:8px 8px;
	 color:#3b3b3b;  font-size:16px;  background:none; border-bottom:1px solid #E7E5DD; }
ul.depaList1 li a{ text-decoration:none; color:#000;  font-size:16px;}
ul.depaList1 li a:hover{ color:#df1c29;}

.deSearch { 
    font-size: 13px;
    color: #fff;
    background: #df1c29;
    border: 0;
    margin: 0;
    float: right;
    padding: 4px 16px;
    cursor: pointer;
    margin-bottom: 20px;
}
.deSearch:hover{ background:#333; }

.departmentList{ margin:0;  }
.departmentList ul{ margin:0; float:left; border:#E7E5DD solid 1px; padding:0;}
.departmentList ul li{    list-style-type: none;  margin:0; float:left; width:33.33%; /*height:328px;*/ padding:8px; background:none; border-left:#E7E5DD solid 1px;
border-bottom:#E7E5DD solid 1px;}
.departmentList ul li a{ text-decoration:none; color:#000;  font-size:16px; }
.departmentList ul li a:hover{ color:#df1c29;}


.sideCarousel {
	margin-bottom: 50px;
    text-align: center;
}

.sideCarousel .item img {
	width: 100%;
	margin-bottom: 10px;	
}