@import url(my-fonts.css);
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("owl.transitions.css");
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: Poppins-Regular;
  position: relative;
}

.header {
  width: 100%;
  display: block;
  min-height: 214px;
  padding-top: 0px;
}

.headerwp {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px;
}

.posrlt {
  position: relative;
}

.headtoppart {
  display: block;
  width: 100%;
  background-color: #192f59;
/*  height: 39px;*/
  margin: 0px auto;
/*  padding: 10px 0px;*/
  min-width: 320px;
}

.headertopleft {
  width: 50%;
  float: left;
}

.headertopright {
  width: 50%;
  float: right;
  text-align: right;
}

.headertopright a {
  line-height: 39px;
  color: #96a2b8;
  font-size: 13px;
  padding: 0px 12px;
  float: right;
}

.headertopright a:hover {
  background-color: #e68915;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.headertopright a.facebookicon:hover {
  background-color: #3b5998;
  color: #fff;
}

.headertopright a.twittericon:hover {
  background-color: #55acee;
  color: #fff;
}
.headertopright a.youtubeicon:hover {
    background-color: #ff0000;
    color: #fff;
}

.headertopright a.linkedinicon:hover {
  background-color: #0077b5;
  color: #fff;
}

.headertopright a.googleicon:hover {
  background-color: #dd4b39;
  color: #fff;
}
.distance-edu {
    background: #3db166;
    color: #fff!important;
    letter-spacing: 0.5px;
}

.address {
  padding: 10px 0px 0px 0px;
  font-size: 13px;
  color: #b6b6b6;
}

.address a {
  color: #96a2b8;
}

.address span {
  margin-right: 9px;
  color: #96a2b8;
}

.address .fa {
  margin-right: 6px;
  margin-left: 6px;
  color: #96a2b8;
}

.norlt {
  position: static;
}

.menuwrapper {
  position: relative;
}

.show-grid {
  background-color: #fff;
}

.btn-border {
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -moz-user-select: none;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  padding: 15px 40px;
}

.btn-border:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.btn-border:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.mobiletext02 {
  display: none;
}

@media only screen and (min-width: 230px) and (max-width:991px) {
  .headtoppart {
    display: none;
  }
	.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin-top: 12%;
}
	.blink::after {
    display: none;
}

}


.headerfull {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    z-index: 10000;
    padding-top: 7px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    padding-bottom: 10px;
    padding-top: 0px;
}
.fixed .desktoplogo img {
    width: 70%;
	margin-top:10px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px)
	}
	100% {
		transform: translateY(0)
	}
}

.fixed .smllogo img {
	width: 145px
}

.fixed .wsmenu {
	margin-top: 12px
}

.fixed .wsmenu-list>li>a {
	font-size: 15px
}

/*
.smllogo img {
	width: 200px
}
*/
.smllogo img {
    width: 225px;
    margin-top: -5px;
}
.border-menu {
    border-right: 1px solid #e6e6e6;
}
.sub-menu {
    padding-left: 12px;
    list-style: none;
    line-height: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.menu-item {
    position: relative;
}
.menu-item a {
    color: #585858;
    font-weight: normal;
    font-size: 13px;
	font-family: Poppins-Light;
}
.menu-item::before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: -14px;
    color: #9a9a9a;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    color: #3db166;
}
a{color: #192f59; font-size: 13px;}
a:hover {
    color: #3db166;
    text-decoration: none;
}
.last-block img {
    width: 170px;
}
.wsmegamenu{
	background: url("../images/menu-bg.png");
	background-repeat: no-repeat;
	background-position:right bottom;
	
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slider-area .slider-section img{
  display: block;
  width: 100%;
  height: auto;
    }
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: transparent none repeat scroll 0 0;
  left: 5px;
  position: absolute;
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: transparent none repeat scroll 0 0;
  right: 5px;
  position: absolute;
  top: 40%;
}
#slider-area .owl-pagination {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#slider-area .owl-page > span {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #fff !important;
  display: block;
  height: 10px;
  width: 10px;
}
section.about-section {
    padding: 40px 0px 80px 0px;
/*	margin-top: -4%;*/
}
.about-section .row {
    background: #fff;
}
.about-section .container, .about-dbu .container, .four .container, .news-update .container, .footer-area .container, .approval .container, .announcements .container, .footer-bootom .container, .vision .container, .content-section .container, .message.primary .container {
    max-width: 1300px;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.content-area {
	background: url("../images/father-bg.png");
	background-size: cover;
    background-position: center;
}
.padding-txt {
    padding: 18px 70px 34px 55px;
    box-sizing: border-box;
}
.heading-one {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
	padding-bottom: 20px;
}
.brief-short {
    font-size: 18px;
    text-transform: none;
    color: #c1d3ff;
}
.know a {
    background: #3db166;
    font-size: 15px;
    color: #ffffff;
    padding: 12px 29px 17px 31px;
    text-transform: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
}
.know {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.icon-box {
    vertical-align: baseline;
}
.icon-box img {
    float: left;
    /* display: block; */
    /* vertical-align: text-top; */
    /* margin: -4px 10px 25px 0; */
    width: 45px;
}
.icon-box h5 {
    /* margin-bottom: 10px; */
    /* line-height: 1; */
    width: 80%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    /* text-align: center; */
}
.icon-box strong a {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #192f59;
}
.row.tupperware {
    box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    box-sizing: border-box;
    padding: 35px 10px 30px 20px;
}

/*=============================== Media CSS starts here ===================================*/
@media only screen and (min-width: 768px) and (max-width: 1100px ){
.wsmenu>.wsmenu-list>li>a {
    font-size: 13px;
}
	.desktoplogo {
    width: 33%;
}
	  .fixed .wsmenu-list>li>a {
    font-size: 13px;
}
	.fixed .desktoplogo img {
     width: 70%; 
    margin-top: 16px;
}
	.icon-box img {
    float: left;
    /* display: block; */
    /* vertical-align: text-top; */
    /* margin: -4px 10px 25px 0; */
    width: 32px;
}
	.icon-box strong a {
    font-size: 15px;
}
}
/*=============================== Media CSS ends here ===================================*/
.about-dbu{
	background: url("../images/MG_0141.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 125px 0px 70px 0px;
}
.logo-white img {
    width: 80%;
}
.about-dbu h1 {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #51be78;
    box-sizing: border-box;
    padding: 13px 0px 0px 30px;
}
.about-dbu .know a, .four .know a {
    background: transparent;
    font-size: 14px;
    color: #ffffff;
    padding: 0px;
    text-transform: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
}
section.four {
    background: #192f59;
    color: #fff;
    padding: 75px 0px 40px 0px;
}
.four h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}
.four p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 189px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: justify;
    color: #c1d3ff;
	margin-bottom: 0px;
}
.four .know a {
    font-size: 12px!important;
}
.news-update{
	padding: 60px 0px 30px 0px;
}
.thumbnail-media {
    overflow: hidden;
}
.thumbnail-media:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thumbnail-media:hover {
	background: #000; border-radius: 2px;}
.thumbnail-media img {
    width: 100%;
    border-radius: 2px;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.updates {
    font-size: 24px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #163269;
    float: left;
    margin-right: 30px;
    font-weight: 700;
}
.divider {
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.6em;
    font-size: 24px;
    border-bottom-width: 3px;
    border-color: #e6e6e6;
}
.news-title a {
    margin-top: 0px;
    display: inline-block;
    color: #3db166;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2rem;
}
.media-info h3 {
    color: #959595;
    font-size: 14px;
    margin-top: 1rem;
	margin-bottom: 0px;
}
.media-info h2 {
    margin-top: 0px;
	font-weight:700;
	margin-bottom: 1rem;
}
.media-info a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 75px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 19px;
    margin-top: 5px;
}
.news-wrap {
    display: flex;
    margin-bottom: 12px;
    margin-top: 0px;
}
.news-wrap .media-info h3 {
    margin-top: 0px;
}
.news-wrap .media-info h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	display: -moz-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 5px;
}
.approval{background: #1b2434;}
.approval.reverse{background: #192f59;}
.footer-area{background: #181818;}
.footer-area .container{
	padding-top: 70px;
	padding-bottom: 50px;
	max-width: 1300px;
}
.footer-title {
    border-bottom-color: #3db166;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    margin-bottom: 26px;
}
.menu-container ul {
	padding-left: 0px;
    list-style: none;
}
   .menu-container ul li a {
    color: #8d8d8d;
} 
.menu-container ul li a:hover {
    color: #fff;
}
.footer-area .updates {
    font-size: 17px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #fff;
    float: left;
	padding-bottom: 15px;
    margin-right: 30px;
	margin-bottom: 26px;
    font-weight: 700;
}
.footer-area .divider {
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.4em;
    font-size: 24px;
    border-bottom-width: 2px;
    border-color: #2b2b2b;
}
.footer-area .news-title {
    margin-top: 12px;
}
.footer-contact .menu-container {
    color: #8d8d8d;
    font-size: 13px;
}
.footer-contact .menu-container p {
    margin-bottom: 5px;
}
.footer-contact .menu-container a {
    color: #3db166;
}
	.approval-area ul {
    padding-left: 0px;
    list-style: none;
}
.approval-area ul li {
    float: left;
    padding: 10px;
    text-align: center;
}
.approval-area img {
    width: 85px;
}
.aprroval-heading h3 {
    font-size: 24px;
    line-height: 35px;
}
.approval.reverse .aprroval-heading{
/*	background: #1b2434;*/
    padding-left: 22px;
    padding-right: 23px;
}
.aprroval-heading {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    color: #ffffff;
/*    background: #192f59;*/
    padding: 15px;
    box-sizing: border-box;
}


.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 30em }
    100% { text-indent: -105em }
}

/* Make it pretty */
    .microsoft {
    position: relative;
    padding: 18px;
     margin-top: 8px;
}
.more-ancmnt {
    /* float: right; */
    width: 100%;
    display: inline-block;
    text-align: right;
    text-transform: capitalize;
    color: #3db166;
}

/* ::before was :before before ::before was ::before - kthx */
/*.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em; left: -1em;
    width: .5em; height: .5em;

    box-shadow: 1.0em 1.25em 0 #F65314,
        		1.6em 1.25em 0 #7CBB00,
        		1.0em 1.85em 0 #00A1F1,
        		1.6em 1.85em 0 #FFBB00;

}*/
.marquee a {
    font-size: 15px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
/*
.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0; left: -3px;
    width: 12.5em;
    height: 4em;
    background: url("../images/announcements.png");
}
.marquee a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #0c2c55;
    left: -2px;
}
*/
.blink {
    width: fit-content;
    background-color: #3db166;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 25px;
	margin-left: 10px;
	position: relative;
}
	.blink span{
		font-size: 17px;
    color: white;
    animation: blink 1s linear infinite;
    text-transform: capitalize;
	}
.blink::after {
    position: absolute;
    width: 1190px;
    height: 2px;
    background: #d8d7d7;
    content: "";
    left: 167px;
    top: 20px;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.d-md-block ul {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1360px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.d-md-block ul li {
    float: left;
    box-sizing: border-box;
/*    padding: 10px;*/
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.d-md-block ul li a {
    
    padding: 0 1.5em 0 0.3em;
/*    color: #0d9564;*/
	color: #192f59;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
.d-md-block ul li a ::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #eaeaea;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.d-md-block ul li a span {
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}

.scrollToTop {
    background-repeat: no-repeat;
    background: url(../img/top.png);
    bottom: 10px;
    color: #444;
    display: none;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
.footer-bottom-area {
    color: #838383;
    font-size: 13px;
}
section.footer-bootom {
    background: #202020;
	padding: 20px 0px 0px 0px;
}
.footer-bottom-area ul {
    list-style: none;
    text-align: right;
}
.footer-bottom-area ul li {
    display: inline;
    padding-left: 10PX;
}
.fb a {
    color: #4867aa;
    font-size: 20px;
}
.tweet a {
    color: #1da1f2;
    font-size: 20px;
}
.ytube a {
    color: #ff0000;
    font-size: 20px;
}
.footer-bottom-area p {
    padding-top: 8px;
}

/*=================== Vision ========================*/
.vision{
	background: url("../images/vision-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: center;
}
.vision.administration{
	background: url("../images/admin-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: center;
}
.vision.history{
	background: url("../images/history-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: center;
}
.vision.donbosco{
	background: url("../images/donbosco-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: center;
}
.vision.swastyayan{
	background: url("../images/common_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-position: center;
}
.banner-title{
	padding-top: 460px;
    padding-bottom: 60px;
}
.bottom-gradient {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.81));
    height: 413px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.banner-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
    z-index: 100;
    text-transform: capitalize;
}
.content-section {
    padding: 30px 0px 30px 0px;
}
.content h1 {
    font-size: 28px;
    color: #163269;
    margin-bottom: 2rem;
    margin-top: 1rem;
    position: relative;
}
.content h1::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    background: #3db166;
    bottom: -8px;
    left: 4px;
    border-radius: 34px;
}
.content p {
    font-size: 15px;
    color: #6b6b6b;
}
.content ul {
    padding: 0px;
	padding-left:18px;
}

.content ul li {
    list-style: none;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 28px;
    position: relative;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #3db166;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    top: 10px;
    left: -16px;
}
.side-menu ul {
    list-style: none;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    background: #f1efef;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    margin-top: 20px;
    box-sizing: border-box;
}
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.card-header a {
    font-size: 18px;
}
.content-section .card {
    margin-bottom: 6px;
}
.r_Text h3 {
    font-size: 16px;
    color: #3b3c3b;
    font-weight: 700;
}
h5.cursive {
    font-size: 14px;
    font-style: italic;
}
#accordion {
    margin-bottom: 3rem; 
}
.content img {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.more-links h1 {
    background: #e9ecef;
    border-bottom: 2px solid #3db166;
    padding: 10px;
    font-size: 18px;
    margin-top: 1rem;
}
.left-padding {
    padding-left: 0px;
}
.more-links .media-info h3 {
    color: #192f59;
}
.more-links .news-wrap .media-info h2 a {
    font-size: 13px;
    font-weight: 500;
}
.more-links .news-wrap {
    margin-top: 12px;
}
h3.social-heading {
    font-size: 13px;
    line-height: 20px;
}
.vision.swastyayan .banner-title {
    padding-top: 200px;
    padding-bottom: 60px;
} 
.vision.swastyayan .bottom-gradient {
    height: 300px;
}
.media-info.content ul li a {
    font-size: 13px;
    color: #192f59;
	text-transform: capitalize;
}
.media-info.content ul li a:hover{color: #3db166;}
.r_Text {
    margin-top: 10px;
}
.r_Text tr {
    font-size: 13px;
}
.r_Text ol li {
    margin-bottom: 15px;
}
.row.prof-box {
position: relative;
}
.row.prof-box::after {
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #989898;
    background: -moz-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(171, 170, 169) 40%,rgb(160, 160, 160) 50%,rgba(171, 170, 169, 1) 60%,rgba(253,181,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(171, 170, 169) 40%,rgb(160, 160, 160) 50%,rgba(171, 170, 169, 1) 60%,rgba(253,181,0,0) 100%);
    background: linear-gradient(left, rgba(253,181,0,0) 0%,rgb(171, 170, 169) 40%,rgb(160, 160, 160) 50%,rgba(171, 170, 169, 1) 60%,rgba(253,181,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#989898',GradientType=1 );
}
.content .prof_name {
    font-size: 22px!important;
    position: relative;
    margin-bottom: 0.5rem;
	margin-top: 1rem;
}
.content .prof_name::after {
    content: "";
    position: absolute;
    background: transparent!important;
}
h2.designation {
    font-size: 16px;
    color: #3db166;
	margin-bottom: 2rem;
}
.content .qualification, .content .email-area, .content .contact {
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 500;
	line-height: 22px;
}
.content .qualification span i, .content .email-area span i, .content .contact span i {
    display: inline-block;
    width: 28px;
    text-align: center;
}
.area-interest b {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
}
.r_Text.prof-2 {
    margin-top: 3rem;
}
.r_Text.prof-2 span {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 14px;
    width: 100%;
}
.r_Text.prof-2 h4, .r_Text.prof-2 h5 {
    font-size: 16px;
}
.prof-box img {
    width: 100%;
}
@media only screen and (min-width: 230px) and (max-width:991px) {
	
	.blink {
    margin: 0px auto;
    margin-top: 10px;
}
	.more-ancmnt {
    text-align: center;
}
	.microsoft {
    padding: 14px;
}
	section.about-section {
    padding: 15px 0px 0px 0px;
}
	.padding-txt {
    padding: 25px 15px 35px 15px;
    box-sizing: border-box;
}
	.heading-one {
    font-size: 23px;
    padding-bottom: 5px;
}
	.brief-short {
    font-size: 15px;
}
	.know a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
}
	.about-dbu {
    padding: 30px 0px 20px 0px;
}
	.about-dbu h1 {
    font-size: 24px;
    padding: 20px 0px 10px 0px;
}
	.know {
    margin-top: 2px;
}
	section.four {
    padding: 30px 0px 30px 0px;
}
	.four .col-md-3 {
    margin-bottom: 35px;
}
	.four .know {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
}
	.four h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
	.media-info a {
    font-size: 16px;
}
	.news-update {
    padding: 30px 0px 30px 0px;
}
	.approval .col-md-4, .approval .col-md-8 {
    padding: 0px;
    padding-bottom: 10px;
}
	.aprroval-heading {
    height: auto;
    padding: 10px 10px 0px 10px;
}
	.aprroval-heading h3 {
    font-size: 18px;
	line-height: 25px;
}
	.approval-area ul li {
    float: left;
    padding: 6px;
    text-align: center;
}
	.approval-area img {
    width: 70px;
}
	.footer-area .container {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1360px;
}
	section.footer-bootom {
    background: #202020;
    padding: 10px 0px 0px 0px;
}
	.footer-bottom-area ul {
    list-style: none;
    text-align: center;
	padding: 0px;
}
	.banner-title {
    padding-top: 200px;
    padding-bottom: 10px;
	font-size: 30px;
}
	.content h1 {
    font-size: 18px;
}
	.content p {
    font-size: 14px;
}
	.content ul li {
    font-size: 14px;
    line-height: 25px;
}
	.card-header a {
    font-size: 15px;
}
	.vc-img img {
    width: 100%;
}
	.more-links h1 {
    font-size: 16px;
}
	.r_Text h3 {
    font-size: 15px;
}
	

}

.primary {
	background: url(../images/info_icon.png) 10px 11px #252525;
	background: url(../images/info_icon.png) 10px 11px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #252525), color-stop(100%, #333333));
  	background: url(../images/info_icon.png) 10px 11px, -moz-linear-gradient(top, #252525, #333333);
  	background: url(../images/info_icon.png) 10px 11px, -ms-linear-gradient(top, #252525, #333333);
	background: url(../images/info_icon.png) 10px 11px, -o-linear-gradient(top, #252525, #333333);
  	background: url(../images/info_icon.png) 10px 11px, linear-gradient(top, #252525, #333333);	
	background-repeat: no-repeat;

}
.message {
    /* border-radius: 2px; */
/*    box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 2px rgba(0,0,0,0.4);*/
    display: block;
    font-size: 10pt;
    font-weight: bold;
    /* margin: 0 0 15px; */
    padding: 10px 5px 5px 5px;
/*    position: relative;*/
    vertical-align: middle;
    color: white;
	position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
}
.alert-close {
	background: rgba(255,255,255,0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	line-height: 24px;
	position: absolute;
	right: 11px;
	text-align: center;
	top: 9px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	width: 22px;
}
.listing-details {
    width: 100%;
    display: inline-block;
	background: url("../images/notice.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.listing-details h1 {
    font-size: 16px;
}
.listing-details ul {
    padding: 0px;
    list-style: none;
}
.listing-details ul li a {
    color: #fff;
    font-weight: 500;
}
.listing-details h1 {
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
	color: #ff2d2d;
}
.listing-details li {
    line-height: 25px;
    position: relative;
    padding-left: 14px;
}
.listing-details li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #505050;
    transform: rotate(45deg);
    top: 8px;
    left: -2px;
}
.media-info.pv {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 10px;
}
.news_block .r_Text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    line-height: 20px;
    max-height: 70px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 5px;
}
.news-img {
    width: 100%;
    display: inline-block;
}
.news-img img {
    width: 100%;
    height: 200px;
}
.news_block {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 1rem;
}
.content.news-blog .news_block img {
    margin: 0px;
}
.news_block .social-heading {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 10px 10px 0px 10px;
    line-height: 23px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.news_block .r_Text p {
    font-size: 12px;
    padding: 10px;
    margin-top: 0px;
}
.news_block .r_Text  {
    margin-top: 0px;
}
.news_block .know {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 18px;
    text-align: right;
    margin-left: -6px;
}
.news_block .know a {
    background: #3db166;
    font-size: 12px;
    color: #ffffff;
    padding: 6px 6px 6px 6px;
    text-transform: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
    box-sizing: border-box;
}
.news_block h5 {
font-size: 12px;
color: #959595;
padding-left: 10px;
margin-bottom: 0px;
}
.empty-area {
   width: 100%;
   display: inline-block;
   padding: 20px;
}
.card-body .r_Text {
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 20px;
}



    

 