@charset "UTF-8";
body{
	/*background:url(../images/bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:repeat;*/
	
	font-family: 'Source Sans Pro', sans-serif;
}


/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}



/*==================== BANNER MEDIA QUERRY =========================*/
@media(max-width: 2560px){.des{ height: 848px;}}
@media(max-width: 1440px){.des{ height: 521px}}
@media(max-width: 1024px){.des{ height: 370px}}
@media(max-width: 768px){.des{ height: 279px}}
@media(max-width: 576px){.des{ height: 209px}}
@media(max-width: 425px){.des{ height: 154px}}
@media(max-width: 375px){.des{ height: 136px}}
@media(max-width: 320px){.des{ height: 116px}}
/*==============================================================================*/
.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.details {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background:linear-gradient(180deg, #c92c2c, #4347a3);
    color: #ffffff;
    margin-bottom: -1px;
}
.adj-details {
    border-radius: 29px;
    margin-left: 25px;
    text-align: center;
    /* margin-bottom: 20px; */
    border: 1px solid #ffffff;
    padding: 20px;
    background: #4347a3;
}
.details i {
    font-size: 40px;
    color: #d1ac19;
    margin-top: 10px;
}
.details p{
    font-size: 17px;
    padding-top: 30px;
    font-weight: bold;
}
.details span{
    font-size: 30px;
    font-weight: bold;
}
.food {
    position: relative;
    width: 100%;
    padding: 3px 0 1px 0;
    /* margin: 45px 0; */
    background: rgb(255 255 255);
}

.food .food-item {
    position: relative;
    /* width: 100%; */
    /* margin-bottom: 30px; */
    padding: 35px 5px 33px;
    text-align: center;
    background: white;
    border-radius: 15px;
    box-shadow:0 0 10px rgb(67 71 163);
    transition: .3s;
    margin-bottom: 20px;
}

.food .food-item:hover {
    box-shadow: none;
    background: radial-gradient(#ff8d1e4f, #4347a33d);
}

.food .food-item i {
   /* position: relative;*/
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
   /* line-height: 60px;*/
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    /*border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;*/
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 1px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}
/*===============================================================================*/
.dropdown-menu {
    width: 163px;
    background-color: #4347a3;}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color:#ff8c1c;
}
.dropdown-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.hen{    padding-top: 36px;}
/*-------------------------------------------------------------------- CARD STYLE ----------------------------------------*/
.card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
    height: 524px;
    color: balck;
    background: white;
}


.card:hover {
  box-shadow: 0 8px 16px 0 #4347a37a;
}
/*------------------------------------------------------------------------------------------------------------------------*/
hr {
    border-top: 1px solid #c1cac5;
}
.header{
	background:#ffffff;
}
.top-bar{
	padding:3px 0;
	background: #4347a3;
	color: #fff;
}
.top-social a{
	padding:2px 0;
}
.top-social a img{
	width:20px;
}
.left-space{
	padding-left:20px;
}
.my-menu-bg{
	background-color:#4347a3;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 11px 20px;
}
.navbar-default{
	background:none;
	border:none;
}
.navbar-brand {
    float: left;
    height: 120px;
    padding:0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    display: block;
	margin: 0px;
    padding: 10px 0;
}
.menu-space-top{
	margin-top:5px;
}
.navbar {
margin-bottom: 0;
}
.nav>li>a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 17px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: white;
    background-color: #92dcb0;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
	-ms-transition:all 0.8s;
	transition:all 0.8s;
}
.news{
	background-color:#c92c2c;
}
.news marquee{
	font-size: 17px;
    padding-top: 9px;
}
.circles{
	padding:30px 0;
}
.circles img{
margin:0 auto;
width:80%;}
.banner img{
	width:100%;
}
.services {
    padding: 11px 0px 51px;
}
.part{
	padding: 10px;
/*	background: #d50e6547;*/
	background: url(../images/img/SEO-Company-Partnership.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.absde{
	background: url(../images/hgj.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 12px;
}

.services h2, h3, h4{
    color: #4347a3;
}
.services p{
	      font-size: 18px;
    text-align: justify;
    color: black;
    line-height: 23px;	
}
/*.services img{
	border: 1px solid #265219;
    border-radius: 3px;
	margin:10px 5px;
}*/
.services ul{
	font-family: 'Source Sans Pro', sans-serif;
	list-style-image:url(../images/bullet.png);
	line-height:30px;
}
.services ul li {
    font-size: 19px;
    color: #000000;
    /* text-align: center; */
}
.services form label{
	color:#4347a3 !important;
}
.small-top{
	font-size:15px;
}
.testi{
	padding:60px 0 100px 0;
}
.testi h2{
	color: #058754;
    padding: 40px 0;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #058754;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}


blockquote p
{
	font-style:italic;
	color:#000000;
}
blockquote h4
{
	color:#0b145f;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.footer{
	    padding:10px ;
    background:#4347a3;
    color: #ffffff;
    font-size: 16px;

}
.footer h3{
	color:#fff;
}
.footer ul{
	list-style:none;
	padding:0 10px;
	line-height:28px;
	color:#ffffff;
}
.footer a{
	color:#ffffff;
}
.map{
	width:100%;
	height:auto;
}
/* ---- Start About page ------*/
.about-page{
	padding:50px 0;
}
.about-page p{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16.5px;
    color: #565656;
    line-height: 30px;
	text-align:justify;
}
/* ---- Start About page ------ */

/* ---- Start Service page ------ */
.service-list{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	list-style: none;
	padding:0;
}
.service-list>li{
	background-color: #b6c5b3;
    margin-bottom: 1px;
    padding: 10px;
	display:inline-block;
	width:33%;
}
.service-list>li a{
	color:#000000;
}
/* ---- End Service page ------ */
/* ---- Start Faculty page ------ */
.faculty{
	padding:100px 0;
	background:url(../images/bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.faculty h2, h3, h4{
    color:#4347a3;
}
.faculty h4{
    color:#03ad6a;
	font-size:20px;
}

.faculty h5{
    color:#bfbfbf;
	font-size: 17px;
}
.faculty p{
	font-size: 17px;
    text-align: justify;
    color: #bfbfbf;
	line-height:30px;
}
.faculty span{
	font-size: 17px;
    color: #c57600;
}
/* ---- End Faculty page ------- */
#downloads>p>span>img{
	width:40px;
	height:auto;
	border:0;
	vertical-align: top;
}
#downloads>p>a{
color:rgba(237,232,232,1.00);}

/* ---- Start of Media Queries ------ */
@media(max-width:2560px){
    .nis .kk {
        margin-top: 84px;
        border-radius: 78px;
    }
    .nis{
        padding: 50px 5px;
    }
    .nis form{
        border: 2px solid #4347a3;
        padding: 20px 10px;
        background: #fff;
        border-radius: 20px;
    }
    .az{
        display: none;
    }
}
@media (max-width:1100px){
    .nav>li>a {
    padding: 4px 9px;
}
    .textt{ font-size: 40px; }
	.banner h1{
	display:none !important;
}
}
@media (max-width:1024px){
    .textt{ font-size: 40px; }
.nav>li>a {
    padding: 4px 9px;
}
}

@media (max-width:992px){
    .textt{ font-size: 40px; }
	.img-icon {
    width: 45%;
}
}
@media (min-width: 768px){
    .textt{ font-size: 40px; }
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (max-width:768px){
    .az{
        color: #fff;
        padding-left: 10px;
        display: block;
    }
    .textt{ font-size: 40px; }
	.hen{padding-top: 12px;}
	.nav>li>a {
}
.navbar-brand {
    width: 80%;
	height:110px;
	padding-left:10px;
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 25px;
}

.service-title img{
	width: 200px;
    margin-top: 22px;
}
.services p{
	padding-right:0 !important;
}
.pull-left{
	font-size:13px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.news marquee{
	font-size: inherit;
    padding-top: 0;
}
#contact h2{
	font-size:22px;
}
.faculty p, #courses p {
    text-align: left;
}
.faculty {
    padding: 30px 0;
}
.services {
    padding: 30px 0;
}
}
@media (max-width:425px){
    .nis .kk {
        margin-top: 18px;
        border-radius: 78px;
    }
    .textt{ font-size: 20px; }
	.img-icon {
    width: 70%;
}
.service-title img{
	width:170px;
	margin-top: 25px;
}
}

@media (max-width: 375px){
    .textt{ font-size: 20px; }
.navbar-brand {
    height: 100px;
}
.pull-left{
	font-size:12px;
}
.left-space{
	padding-left:14px;
}
.top-social a img{
	width:15px;
}
}
@media (max-width:320px){
    .textt{ font-size: 20px;padding-top: 50px;}
.navbar-brand {
    width: 78%;
	height:84px;
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 8px;
}
.pad-none{
	padding:0;
}
.service-title img{
	width:150px;
	margin-top: 30px;
}
#mob-view{
	float:left !important;
}
#mob-view a{
	padding:0 20px;
}
.news marquee{
	font-size: inherit;
    padding-top: 0;
}
.news{
	height:21px;
}
}
/* ---- end of Media Queries ------*/