.news-details-page{
    position: relative;
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0px;    
}
.news-details-page .news-details-box{
    position: relative;
    width: 100%;
}
.news-details-page .news-details-box img{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.news-details-page .news-details-box h4{
    position: relative;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
.news-details-page .news-details-box p{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.feature-image {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    padding: 15px 0px 0px 0px;
}
.banner-img{
	width: 100%!important;
	height: 490px;
	overflow: hidden;
}
.about-two .about-content p {
    color: #1a1a1a;
    font-family: sans-serif;
    line-height: 1.75;
    text-align: justify;
    font-size: 15px;
}
.logo-area {
    position: relative;
    width: 115px;
    text-align: center;
    z-index: 9;
    padding: 0px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 5px;
}
.logo-area img {
    height: 110px;
}
img.img-about {
    width: 100%;
    height: 440px;
}
.classes{
	padding: 50px 0px;
    background: #f8f8f8;

}
img.img-curricular {
    height: 200px;
}
.features{
	padding: 50px 0px;
}
.right li{
	color: #fff;
}
.botom-line{
	background-color: #ffea3a;
    padding: 5px 0px;
    position: relative;
}
.gallery{
	padding: 50px 0px;
    background: #f8f8f8;
}
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
img.img-gallery {
    height: 250px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
}
img.img-gallery:hover {
    height: 250px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    box-shadow: 0px 0px 5px;
}
img.img-ftrlogo {
    width: 62%;
    margin-top: -9px;
}
.about-content1 p{
	color: #000;
    font-family: sans-serif;
    line-height: 1.75;
    text-align: justify;
    font-size: 15px;
}
.founder{
	padding: 50px 0px 50px;
}
ul.admission-list {
    list-style-type: none;
    font-size: 17px;
    color: #000;
}
img.infr-img {
    width: 100%;
    height: 350px;
    margin: 10px 0px;
}
.gallery-section{
	padding: 50px 0px;
}
.contact{
	padding: 80px 0px;
}
.footer-post li{
	line-height: 24px;
}
.footer-top p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    text-align: inherit;
    margin-top: 0;
}
.footer-top .footer-item li{
    color: #fff;
}

.fees-table {
    padding: 0px 0px 0px;
    background: #ffffff;
}
.fees-section{
    padding: 50px 0px;
    background: #f8f8f8;
}

.fees-table .table-bordered>:not(caption)>*>* {
    /* border-width: 0 1px; */
    border: 1px solid #000;
}
.fees-table th {
    text-align: center;
    font-size: 15px;
}
.fees-table td {
    text-align: center;
}
.ht-area{
    position:relative;
    width:100%;
}
.ht-area ul{
    position:relative;
    width:100%;
    margin:0px;
    padding:0px;
    list-style:none;
}
.ht-area ul li{
    position:relative;
    width:50%;
    float:left;
}
.ht-area ul li:last-child{
    text-align:right;
}
.ht-area ul li span{
    font-size:13px;
    color:#000;
}
.menu-area u.menu li a{
    padding:0px;
    font-weight:400;
    font-size:14px;
}
.menu-fixed .logo-area {
    height: 85px;
    margin-top: 4px;
    box-shadow: none;
    background: transparent;
}
.menu-fixed .logo-area img {
    height: 76px;
}
h3.section-title {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
h3.section-title span {
    text-align: center;
    font-size: 20px;
    position: relative;
    color: #c60404;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}
h3.section-title span:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: '';
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: 0;
    background: #ffea39;
}
h3.section-title span:before {
    position: absolute;
    width: 100px;
    height: 4px;
    content: '';
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: 0;
    background: #4ab14e;
    z-index: 1;
    border-radius: 4px;
}
.common-btn {
    background: linear-gradient(90deg, #4baf50, #ffea39);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 25px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    display: inline-block;
}
.common-btn:hover{
    background: linear-gradient(90deg, #ffea39, #4baf50);
    color: #fff;
}
.footer-about {
    position: relative;
    width: 100%;
    padding-right: 25px;
    text-align: left;
}
ul.adress-area{
    position:relative;
    width:100%;
}
ul.adress-area li{
    position:relative;
    width:100%;
    padding-left:50px;
}
ul.adress-area li span{
    position:absolute;
    left:0px;
}
.content a{
    color:#000;
}

.why-choose-area{
    position: relative;
    width: 100%;
    padding: 50px 0px;
}
.why-choose-text-box {
    position: relative;
    width: 100%;
    min-height: 180px;
    background: #ccc;
    margin-bottom: 15px;
    padding: 15px;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}
.why-choose-img-box {
    position: relative;
    width: 30%;
    float: left;
    border-radius: 12px;
    overflow: hidden;
}
.why-choose-img-box img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 150px;
}
.why-choose-img-box {
    position: relative;
    width: 30%;
    float: left;
    border-radius: 12px;
    overflow: hidden;
}
.why-choose-content-box {
    position: relative;
    width: 70%;
    float: left;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.5px;
}
.why-choose-content-box h4{
    position: relative;
    font-size: 18px;
    margin: 0px 0px 5px 0px;
    color:#fff;
}
.why-choose-content-box p {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.5px;
    color:#fff;
}
.why-choose-area .row .col-lg-6.col-xs-12:first-child .why-choose-text-box {
    background: #c60404;
}
.why-choose-area .row .col-lg-6.col-xs-12:nth-child(2) .why-choose-text-box {
    background: #4cb050;
}
.why-choose-area .row .col-lg-6.col-xs-12:nth-child(3) .why-choose-text-box {
    background: #ffea39;
}
.why-choose-area .row .col-lg-6.col-xs-12:nth-child(4) .why-choose-text-box {
    background: #0672b3;
}
.why-choose-area .row .col-lg-6.col-xs-12:nth-child(5) .why-choose-text-box {
    background: #f23f3f;;
}
.why-choose-area .row .col-lg-6.col-xs-12:nth-child(6) .why-choose-text-box {
    background: #669f69;;
}
.gallery .gallery{
    padding:0px;
}







