.banner-play-button {
	top: -30px;
	left: -5px;
}
.grey-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    height: 408px;
}
.grey-box-small {
	background: #f9f9f9;
	border: 1px solid #cccccc;
    padding: 33px 65px;
}
.bookmark-head::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -35px;
	background-image: url(../images/bookmark-icon.png);
	width: 14px;
	height: 24px;
}
.vision-sec, .mission-sec  {
    border: 1px solid #cccccc;
    background: #fff;
    position: relative;
    padding: 70px 65px;
    z-index: 1;
}
.mission-sec  {
    border: 1px solid #efefef;
    background: #efefef;
}
.vision-img, .mission-img {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
    z-index: -1;
}
.mission-img {
    height: 350px;
}    
.para-point {
    position: relative;
    padding-left: 2rem;
}
.para-point::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0px;
	background-image: url(../images/point-icon.png);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.fee-table1 {
	border-color: #d6d8db;
    margin-bottom: 0;
    color: #5a5a5a;
}
.fee-table1 thead {
	font-family: CircularStd;
	font-size: 15px;
    background: #20397126;
    color: #484848;
}
.fee-table1 thead tr th {
    padding: 0.8rem 10px;
    text-align: left;
}
.fee-table1 tbody {
    font-family: Gotham;
    font-size: 14px;
    background: #fff;
}
.fee-table1 p {
    margin-bottom: 0;
    line-height: 16px;
    text-align: left;
}
.fee-table1 tbody tr td {
    padding: 10px;
}
.fee-table1 thead tr th p {
	text-align: left;
    font-family: inherit;
    font-size: inherit;
}
.accordion {
    margin-bottom: 25px;
}

.banner-play-button {
	top: -40px;
}    
.mt-200px {
    margin-top: -280px;
    position: relative;
    z-index: 1;    
}
.fs-40x {
    font-size: 40px;
    line-height: 44px;
}   

/***** RIGHSIDE RELATED LINKS CSS START ****/
.contact-call {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.link-title {
    background: #2d337b;
    display: block;
    padding: 30px 34px;
    margin-bottom: 0;
}
.custom-list-style2 li {
    font-family: Gotham;
    font-size: 14px;
    list-style: none;
}
.custom-list-style2 li a {
    color: #fff;
    padding: 15px;
    display: block;
    background: #1b1f52;
    border-bottom: 1px solid #343a7b;
    position: relative;
    padding-left: 45px;
    z-index: 1;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.custom-list-style2 li a::before {
	content: '';
	height: 2px;
	width: 5px;
	background: #ddd;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.custom-list-style2 li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #343a7b;
    z-index: -1;
	transition: width .4s;
}
.custom-list-style2 li a:hover::after {
	width: 100%;
}
.custom-list-style2 li a.br-6:hover::after {
	width: 100%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/***** RIGHTSIDE RELATED LINKS CSS END ****/

/**** Governanace page CSS ******/

.accordion-header {
    font-family: CircularStd;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1b1f52;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:hover {
    background: #20397126;
}
.accordion-button:not(.collapsed):hover {
    background-color: #1b1f52;
}
.accordion-button:focus {
    border-color: rgba(0,0,0,.125);
    box-shadow: none;
}
p, li {
    font-family: Gotham;
    font-size: 14px;
}

/****** Instiution responsibility page css *******/

h1, h2, h3, h4, h5, h6 {
    font-family: CircularStd;
}
.env-thumb-img .cu-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.text360 span {
    color: #fff;
}
.transform-up {
	transform: translate(0%, -140%);
}
.mt--320 {
    margin-top: -320px;
}


.testi-heading-new {
    text-align: center;
}
.testi-heading-new ul {
    margin: 15px 0;
    margin-bottom: 0px;
}
.testi-heading-new ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 4px 12px;
}
.testi-heading-new ul li a {
    padding: 6px 18px;
    background: #d83135;
    color: #fff;
    display: block;
	
    font-size: 14px;
    border-radius: 30px;
	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.4);
}
.testi-heading-new ul li a.active {
    background: #333 !important;
}

.testi-heading-new ul li a:hover {
	background:#333;
	color:#fff;
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.wthree_pvt_title1 {
    margin-bottom: 2em;
}



/**
 * 5.0 - Area card
 */
 .pxp-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	max-width: 100%;
    height: 210px;
}
.pxp-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 260px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    margin-bottom: 30px;
}
.pxp-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}
.pxp-areas-1-item-details {
    background-color: #fff;
    position: absolute;
	min-height: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    z-index: 2;
	border-bottom: 3px solid #d6d0d0;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
    background-color: #000;
}
.pxp-areas-1-item-details-area {
    color: #333;
    font-size: 14px;
	line-height: 16px;
    font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
    color: #fff;
}
.pxp-areas-1-item-details-city {
    color: #333;
    font-size: 13px;
    opacity: .7;
	font-style: italic;
	line-height: 15px;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
    color: #fff;
}
.pxp-areas-1-item-counter {
    position: absolute;
    bottom: 120px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 10px;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
    transform: scale(1, 1);
}
.pxp-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
    background-color: #000;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.pxp-areas-1-item-counter > span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}
.pxp-areas-1-item:hover .pxp-areas-1-item-counter > span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
    color: #fff;
}
.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}
a.btn-gallery {
    cursor: -webkit-zoom-in;
}
h5.tittle-wthree.cen {
    color: #fff;
}
h5.tittle-wthree, .feature h5 {
    font-size: 24px;
	line-height: 28px;
    color: #454646;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
    font-weight: 400;
}

@media (min-width:1920px) {
    .banner-h {
        height: 500px !important;
    }       
}
@media (min-width:500px) and (max-width:767px) {
    .banner-h {
        height: 500px !important;
    }       
}  
@media (min-width:801px) and (max-width:991px) {
    .banner-h {
        height: 500px !important;
    }       
} 



@media (min-width: 1350px) and (max-width: 1399px) {
    .need-help a {
        font-size: 17px;
    }    
}    
@media (min-width: 1024px) and (max-width: 1300px) {
    .need-help a {
        font-size: 14px;
    }    
} 
@media (max-width: 991px) {
    .fee-table1 thead {
        font-size: 14px;
        line-height: 18px;
    }    
    .fee-table1 tbody {
        font-size: 12px;
        line-height: 18px;
    }    
}
@media (max-width: 767px) {
    .grey-box {
        height: 208px;
    }
    .grey-box img {
        max-width: 60%;
    }      
    .grey-box-small {
        padding: 30px 50px;
    } 
    .vision-sec, .mission-sec {
        padding: 40px 25px;
    } 
    .fs-40x {
        font-size: 28px;
        line-height: 32px;
    }      
}
@media (max-width: 567px) {
    /*.fee-table1 {
        white-space: nowrap;
    }*/   
    .fee-table1 p {
        line-height: 14px;
        font-size: 12px;
    }
}