@font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/micross.ttf') format('truetype');
	

}

/* @font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/Rajdhani-Semibold.eot');
	src: url('../fonts/Rajdhani-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rajdhani-Semibold.woff') format('woff'),
		url('../fonts/Rajdhani-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/Rajdhani-Medium.eot');
	src: url('../fonts/Rajdhani-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rajdhani-Medium.woff') format('woff'),
		url('../fonts/Rajdhani-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/Rajdhani-Regular.eot');
	src: url('../fonts/Rajdhani-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rajdhani-Regular.woff') format('woff'),
		url('../fonts/Rajdhani-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../fonts/Rajdhani-Bold.eot');
	src: url('../fonts/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rajdhani-Bold.woff') format('woff'),
		url('../fonts/Rajdhani-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
} */

body {
  font-family: 'Rajdhani';
  color: #496174;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}

::selection{
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

::-moz-selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

a:hover,a:focus,.a:active {
  text-decoration: none;
  outline: none !important;
}
.mymarqueetag {
    position: absolute;
    width: 100%;
    top: 12%;
    z-index: 9;
    background: rgba(28, 50, 70, 0.58);
}
marquee {
        font-size: 15px;
    font-weight: initial;
    color: #6d6d6d;
    line-height: 1.5;
    padding-top: 10px;
}
.fadeslides {
    background: #1c3246;
    color: #1c3246;
    font-size: 15px;
    font-weight: 600;
}
.slider {
    width: 70%;
    height: 40px;
    margin: 0px auto;
    position: relative;
    padding: 10px 20px;
}
.update-title {
    width: 15%;
    float: left;
    padding: 14px 10px 10px;
    text-align: center;
	border-right: 1px solid #ccc;
	
}
.update-title p{
	margin-bottom:0;
	line-height:1;color: #f33454;
    font-size: 16px;
    text-transform: uppercase;
}
.slider img {
    max-width: 16px;
}
.feat-description.blog h4 {
    min-height: 106px;
}

.in-img-map
{
	float:left;
	width:100%;
	padding-top:80px;
}
.vdo
{
	   position: absolute;
    right: 0;
    padding: 14px;
    width: 200px;
    text-align: center;
}
.vdo span
{
    font-size: 40px;
    color: #fff;	
}
.vdo p
{
	font-size: 22px;
    color: #fff;
}
.wild
{
	    position: relative;
}
.wild p
{
	    position: absolute;
    bottom: 0;
    padding-left: 10px;
    font-size: 20px;
}
.nav-custom-left {
    margin-right: 17px;
}

.slider a {
    margin-left: 40px;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
 
    animation:fade 10s infinite;
-webkit-animation:fade 10s infinite;

} 
.slide2 {

    animation:fade2 10s infinite;
-webkit-animation:fade2 10s infinite;
}
.slide3 {
   
    animation:fade3 10s infinite;
-webkit-animation:fade3 10s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
/* Back to top */
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #496174;
}

.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}


/*======= 2.Helper classes ======== */
.section {
  padding-top: 100px;
  padding-bottom: 20px;
}

.sub-title {
  margin-bottom: 40px;
  font-size: 15px;
}

.title {
  font-size: 22px;
  margin-top: 0;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: #95A8B7;
}

.text-light {
     color: rgb(255, 255, 255);
}

.font-light {
  font-weight: 300;
}

/* .bg-light {
  background-color: #f3f6fa;
  border-top: 1px solid #E6EDF3;
  border-bottom: 1px solid #E6EDF3;
} */

.m-t-20 {
  margin-top: 20px;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px !important;
}

.w-full {
  width: 100% !important;
}

/* Background Images */
.bg-img-1 {
  background: url("../images/bg4.jpg") no-repeat;
  background-size: cover;
}
.bg-img-2 {
  /* background: url("../img/acc-banner.png") center no-repeat;
  background-size: cover; */
}
.nav-custom-left {
    padding-top: 17px;
	margin-left:0;
}
ul.nav.navbar-nav.navbar-right li a.btn {
    width: 175px;
    margin: 18px 0;
    border: 0;
}
/*======= 3.Buttons ======= */
.btn {
  border-radius: 2px;
  padding: 8px 16px;
  outline: none !important;
  box-shadow: none !important;
}

.btn-sm {
  padding: 5px 10px !important;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn-white-fill {
  padding: 12px 24px !important;
  background-color: #73b30f;
  /* border: 2px solid rgba(255, 255, 255, 0.75) !important; */
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff !important;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    width: 255px;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
	padding: 18px 0 16px 10px
}
.btn-white-fill:hover {
  /* border: 2px solid rgba(255, 255, 255, 0.75) !important;
  background-color: #73b30f; */
  
}

.btn-white-bordered {
  padding: 8px 24px !important;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn-white-bordered:hover {
  background-color: #ffffff !important;
}
.navbar-header{text-align:center;}
.navbar-header img {
    margin: 0 auto;
}

.btn-custom {
  padding: 8px 24px ;
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
a.btn.btn-custom.start {
    background: #f33454;
    font-size: 17px;
    width: 175px;
    padding: 9px 16px;
	    font-weight: 600;
    text-transform: capitalize;
}
.btn-custom:hover {
  background-color: transparent;
}
.btn-custom.start:hover {
  background-color: #f74d69;
  
}

.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  outline: none !important;
}

.video-btn i {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  padding-left: 3px;
  margin-left: -12px;
}
.carousel-caption
{
	    top: 67%;
}
.carousel-caption h4 {
    line-height: 24px;
	margin-bottom: 25px;
	/* background: rgba(0, 0, 0, 0.31); */
}
a.btn.btn-custom.start.green-btn {
    background: #73b30f;
	margin-left:15px;
}
/*======= 4.Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px;
   position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
	border-radius:0px;
}
li.dropdown:hover ul{display:block;}

.navbar-nav .dropdown-menu>li>a:hover{border:0;}

/* .dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #496174 !important;
} */


@-webkit-keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

/*===== 5. Navbar Custom ======*/

.navbar-custom {
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  padding: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0 15px;
}
.navbar-custom .navbar-nav li a {
  color: #717171;
      font-size: 16px;
    margin: 5px 0px;
    font-weight: 600;
}
.inspd
{
	width:100%;
	float:left;
	background:#132536;
	color:#fff;
}
.inorg
{
	width:100%;
	float:left;
	background:#1c1c1c;
	color:#fff;
}

ul.nav.navbar-nav.navbar-right a {
    font-size: 17px;
}

/* .navbar-custom .nav>li>a:focus,.navbar-custom .nav>li>a:hover,.navbar-custom .navbar-nav li.active a {
  background-color:#73b30f;
  color: #717171;
} */

.nav>li>a
{
	padding:6px;
}
.navbar-right>li>a:hover {
    text-decoration: none;
    background-color: #73b30f;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-btn {
  padding: 16px 20px ;
  text-transform: none ;
  font-weight: 400;
  margin-top: 8px ;
}

.logo {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff !important;
  letter-spacing: 1px;
  border-right: 1px solid #dddddd;
  width: 250px;
  padding: 10px;
}
.navbar-nav {
    float: right;
}
.navbar-toggle {
  font-size: 30px;
      margin-top: 20px;
}

.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.sticky-wrapper {
	position: fixed;
	z-index:999;
	width: 100%;
}
i.glyphicon.glyphicon-phone {
    color: #f33454;
}
i.glyphicon.glyphicon-envelope {
    color: #f33454;
}
.navbar-right li:first-child{
	color: #f33454;
}
.navbar-right li:nth-child(2){
	color: #f33454;
}
/* .navbar-collapse .navbar-right.gely li{
	list-style-type: none!important;
}
.navbar-collapse .navbar-right.gely li a.setaup{
	 font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400!important;
    line-height: 1;
	color: #f33454;
	margin-left:5px;
	padding:0!important;
	font-size:14px!important;
} */
.navbar-collapse .gely li .setaup:hover{
	text-decoration:none;
	background-color:transparent!important;
	
}
/* .sticky-wrapper.is-sticky .navbar-custom {
	padding: 10px 0px !important;
} */



/*======= 6. Home =======*/

.home-fullscreen {
  height: 100%;
  min-height: 400px;
}

.home-wrapper {
  padding: 200px 0px 273px 0px;
}

.home-sm {
  padding: 175px 0px 125px 0px !important;
}
.home-sm .h1 {
  margin-top: 30px !important;
}
.home-wrapper-alt{
 
  vertical-align: middle;
}

.home-wrapper h1{
  line-height: 46px;
  width: 70%;
  margin: 0 auto;
      font-size: 36px;
    font-weight: 600;
}

.home-wrapper h4 {
  line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    width: 80%;
    margin: 8px auto 20px auto;
}

.full-screen {
  display: table;
  height: 100%;
  width: 100%;
}

.or-space {
  margin: 0 20px;
}

iframe {
  max-width: 100%;
}

.frame-border {
  border: 9px solid rgba(0, 0, 0, 0.3);
  webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* ==== 7. FEATURES ==== */

.sc-lf
{
	    float: left;
    width: 49%;
    margin-right: 2%;
}
.sc-rt
{
	    float: left;
    width: 49%;
    
}


.title-box-icon i {
  font-size: 48px;
  margin-bottom: 20px;
}

.title-box-icon h3 {
  margin-bottom: 70px;
}

.features-box {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}

.features-box i {
  font-size: 48px;
}



/* ==== 8. Pricing === */

.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  max-width: 320px;
  padding: 0px 30px 50px;
  border: 2px solid #95A8B7;
}

.inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #7f7f7f;
  margin-bottom: 30px;
}

.inner-box.active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}

.pricing-column .plan-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-column .plan-price {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pricing-column .plan-duration {
  font-size: 13px;
  color: #98a6ad;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-column .plan-stats li i {
  font-size: 18px;
  width: 26px;
  vertical-align: middle;
}



/* === 9.Testimonials === */

.testimonial-description {
  margin-top: 50px;
  border-radius: 5px;
  padding: 30px 30px 20px 30px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px rgba(222, 222, 222, 0.32);
}

.testimonial-description:after {
  content: "";
  bottom: -15px;
  left: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-description p {
  line-height: 24px;
  font-size: 14px;
  font-style: italic;
}

.testimonial-user-thumb img{
  border-radius:50%;
  width: 60px;
  height: 60px;
}

.testimonial-user-name {
  margin-bottom: 0px;
}

.user-thumb,
.user-text{
  display: inline-block;
  vertical-align:bottom;
}

.user-thumb{
  margin-right:15px;
}

.testimonial-user-info{
  padding-left:30px;
  margin-top: 35px;
}

.user-position{
  font-weight:400;
  display: block;
}


/* === 10. SUBSCRIBE === */

.input-subscribe {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  padding-left: 20px;
  box-shadow: none !important;
  margin-bottom: 10px;
}

.input-subscribe:focus {
  border: 2px solid rgba(255, 255, 255, 0.6);
}

input.input-subscribe::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

input.input-subscribe:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

input.input-subscribe:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

label.valid {
  color: #ffffff;
  font-weight: normal;
  margin: 10px 0;
}


/*======= 11 Footer =======*/

.footer {
  padding-top: 23px;
  padding-bottom: 0px;
  background-color: #1c3246;
}

.footer h5{
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer a{
  color: rgba(255, 255, 255, 0.4);;
}

.footer a:hover{
  color: rgba(255, 255, 255, 0.6);;
}

.footer ul li {
  margin: 5px 0px;
}

.footer-alt {
  margin-top: 20px;
  padding-top: 10px;
}

.footer address {
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-size: 13px;
}
ul.list-unstyled li {
    float: left;
}
ul.list-unstyled li a{
    color:#fff;
}
.footer a {
    color: #fff;
    font-size: 13px;
      padding-right: 10px;
    font-weight: 500;
}
.sticky-wrapper.is-sticky .sticky{    box-shadow: 0 2px 3px #ccc;}
.event-list-parent::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    padding-top: 40px;
	
}

.event-list-parent::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid #d7d7d7;
    background:#eeeeee;
    border-radius: 10px;

}
.event-list-parent::-webkit-scrollbar-thumb{
    border-radius:10px;
    height: 30px;
    width: 8px;
    border: 1px solid #d7d7d7;
    background: #c6c6c6;    
    
}

.event-list-parent::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
}
.event-list {
    height: 315px;
    float: left;
}
.event-list-parent {
    overflow: auto;
    overflow-x: hidden;
}

/* == 12. Other pages CSS === */

.header-title-box {
  padding-top: 190px;
  padding-bottom: 155px
}

.header-title-box h3 {
  font-size: 30px;
  font-weight: 300;
}

.title-about h3 {
  margin-bottom: 30px;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img {
  background: url(../images/showcase-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url(../images/showcase-2.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.about-detail-img-box {
  padding: 15% 0;
}


/* == 12.1 Contact ==*/
textarea {
  max-width: 100%;
}

.contact-form .form-control {
  height: 42px;
  box-shadow: none;
  border: 2px solid rgba(40, 40, 46, 0.3);
}

textarea.form-control {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
  font-weight: normal;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.contact-box {
  padding: 30px;
}

.contact-detail {
  margin-bottom: 40px;
}
.contact-detail i{
  float: left;
  width: 40px;
  font-size: 24px;
}

.contact-detail p,.contact-detail address{
  overflow: hidden;
}

.contact-detail a {
  color: #496174;
}
.parsley-error {
  border: 2px solid red !important;
}
.parsley-errors-list {
  padding-left: 0px;
}
.parsley-errors-list li {
  list-style: none;
  color: red;
  margin-top: 3px;
  font-size: 13px;
}

/*== 12.2 Team ==*/

.team img {
  max-width: 240px;
  margin: 0px auto;
  background-color: #fafafa;
}

.team .team-member {
  margin: 30px 0px;
}

.team .team-member h4 {
  padding-top: 10px;
  margin-bottom: 5px;
}

.team .team-member p {
  margin-bottom: 0px;
}

/* ==== 12.3 FAQ ==== */
.question {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
}

/* === 12.4 JOB ===*/
.job-box {
  padding: 20px 30px;
  background-color: #f3f6fa;
  border: 1px solid #E6EDF3;
  border-radius: 5px;
  margin-bottom: 30px;
}

.job-box h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.btn-job {
  padding: 6px 20px !important;
  font-size: 12px;
  text-transform: none;
  margin-top: 10px;
}

/* == 12.5 Intro Form ===*/
.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}

.intro-form h3{
  color: #949799;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}

.intro-form input {
  border: 1px solid #eee;
  height: 38px;
  box-shadow: none !important;
}


.intro-form .form-group:last-of-type {
  margin-bottom: 0;
}

.naac1 h4 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
	font-weight:600;
	position:relative;
	padding-top:15px;
}
.naac1 h4:after {
    content: '';
    position: absolute;
    border-top: 3px solid #fff;
    width: 45px;
    top: 0;
    left: 0;
}
.naac-content {
    background: #fff;
    min-height: 251px;
    margin-left: 0px;
    z-index: -1;
	padding: 30px 20px 50px;
border-right: 1px solid rgba(223, 240, 216, 0.66);
text-align: justify;
}
.naac1.nba {
    background-color: #00a1f1;
    background-position: left;
    /* margin-left: -24px; */
    background-size: cover;
}
.naac-content.nba-content {
    margin-left: 0;
	/* border-left: 10px solid #00a1f1; */
}
div#myCarousel .item{margin-top:110px;}
div#myCarousel .item img{
	width:100%;
}
section.section.weare {
    background: #1c3246;
	padding-top: 0;
	width: 100%;
float: left;
}
.naaac {
    max-width: 942px;
    margin: 0 auto;
}
.naac1 {
        background-color: #04c6cd;
	background-position: right;
	    z-index: 9;
    position: relative;
	    min-height: 150px;
		padding:40px 40px 30px;
		position:relative;
}
.naac1:after{
	content:'';
	position:absolute;
	background-image:url(../img/naacpoint.png);
	width:20px;
	height:12px;
	left:0;
	right:0;
	text-align:center;
	    bottom: -12px;
    margin: 0 auto;
}
.naac1.nba:after{
	content:'';
	position:absolute;
	background-image:url(../img/nbapoint.png);
	width:20px;
	height:12px;
	left:0;
	right:0;
	text-align:center;
	    bottom: -12px;
    margin: 0 auto;
}
.overlay {
    max-height: 506px;
    overflow: hidden;
	background: #000;
}
video{
    width: 100%;
	opacity:0.3;
}
.sp-ft .col-lg-4.col-md-4.col-sm-4.col-xs-12.resim {
    padding-left: 0;
}
.naac1 h4 {
  /*   margin: 0;
	 display: inline-block;
	     margin-top: 40px; */
		 
		    margin: 0;
    display: inline-block;
    
    color: #ffffff;
    /* background-color: #d5d5d5; */
   /*  letter-spacing: .05em; */
    text-shadow: -1px 2px 0px #3a3a3a, -4px 4px 0px rgba(0, 0, 0, 0.2);
		 
}
#myCarousel.carousel {
   
    max-height: 559px;
    overflow: hidden;
}
 .naac-box {
      margin-top: -40px;
} 
p.know {
    float: right;
}
.sdn
{
	width:49%;
	float:left;
	margin-right:2%
}
.sdn-rt
{
	width:49%;
	float:left;
}
.naac-box p {
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 500;
}
.feat-description {
    max-width: 942px;
    margin:50px auto 0;
}
.feat-description h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
	margin: 0;
    padding-bottom: 14px;
    margin-bottom: 22px;
	position:relative;
}
.feat-description h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #73b30f;
    width: 50px;
}
.feat-description p {
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 18px;
    color: #97afc6;
    font-weight: 500;
}
.readmore {
    margin-bottom: 30px;
    padding-top: 27px;
    text-align: center;
    border-top: 1px dashed #fff;
}
.readmore .btn {
    border: 1px solid #73b30f;
    color: #73b30f !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
}
section#features .feat-description h3 a {
    font-size: 17px;
    font-weight: 600;
    color: #f33454;
	margin-left: 15px;
	    text-transform: uppercase;
}
section#features .feat-description h3 a img{max-width:20px;}
.feat-description h4 {
      font-size: 24px;
    color: #fff;
    font-weight: 500;
  line-height: 28px;
}
p.know a {
    font-size: 17px;
    font-weight: 600;
    color: #f33454;
}
section#features .feat-description {
    margin-top: 0;
}
section#features .feat-description h3 {
    color: #444343;
}
section#features .feat-description p
{    
color: #5d5d5d;
}
section#features .feat-description h4
{
	font-weight: 600;
	font-size: 20px;
	color:#444343;
	padding:22px 0 0px;
	margin:0;
}
#features .feat-description h4 span {
    font-size: 16px;
    font-weight: 500;
}
#features .readmore {
    
    border-bottom: 1px dashed #bbbbbb;
}
.sp-mrg
{
	margin-bottom: 25px;
}
.feat-description.fee .row p {
    font-size: 18px;
	
}
.fee-content .btn-custom {
    color: #73b30f !important;
    border: 1px solid #73b30f;
    font-weight: 600;
    font-size: 17px;
}
.day.one p {
    background: #0f62ac;
    color: #fff !important;
}
.day.one p {
    margin: 0;
	height:65px;
	background:#0f62ac;
	padding:20px 15px;
	line-height: 18px !important;
}
.feat-description.news h4 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
}
.day.one p:nth-child(2) {
    width: 90%;
	background:#1c72bf;
}
.day.one p:nth-child(3) {
    width: 85%;
	background:#257fd0;
}
.day.one p:nth-child(4) {
    width: 80%;
	background:#3395ed;
}
span.hard {
    font-size: 20px;
    float: right;
}
.day.one p span.hard {
    width: 35%;
    text-align: right;
}
.day.one p span {
    width: 65%;
    float: left;
}
.news p.date {
    margin-top: 7px;
    font-size: 13px;
    color: #afafaf !important;
    font-weight: 500;
	    margin-bottom: 0;
    line-height: 14px;
}
.feat-description.news p {
    font-size: 15px;
    color: #7b7b7b;
    line-height: 23px;
}
.eventt p {
    margin-top: 5px;
}
.current-news p {
    margin-top: 2px;
}
.eventt h4 img {
    float: right;
}
.feat-description.news .eventt h4 {
    font-size: 18px;
    margin-top: 0px !important;
    line-height: 20px;
    padding-top: 0 !important;
}
.eventt {
    padding: 0 15px;
}
.feat-description.news h3 {
    border-bottom: 1px solid #c5c5c5;
}
.feat-description.news h3:after {
    display:none;
}
#clients .feat-description h3 a {
    font-size: 17px;
    font-weight: 600;
    color: #f33454;
    margin-left: 15px;
	    text-transform: uppercase;
}
#clients .feat-description h3 a img {
    max-width: 20px;
}
section#clients {
    padding: 0px;
}
#clients h3 {
    border-bottom: 1px solid #c5c5c5;
	color: #444343;
	margin-bottom:30px;
}
.list-inline>li
{
	    width: 25%;
    float: left;
    text-align: left;
}
.list-inline{float:left;}
ul.list-inline.client-list li {
    padding: 0 20px 0 0;
    margin-bottom: 50px;
}
ul.list-inline.client-list li img{
    width:100%;
	max-width:210px;
}
.foot-social li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.foot-social {
    width: 100%;
    float: left;
	padding: 0;
}
footer.section.bg-gray.footer .feat-description.news {
    margin-top: 0;
	
}
ul.foot-social li a {
    padding-right: 15px;
}
ul.foot-social{float:right;}
p.text-muted.m-b-0 a {
    border-left: 1px solid #546a7e;
    font-size: 14px;
    padding: 0 8px;
    color: #546a7e;
}
p.text-muted.m-b-0{color:#546a7e;}
.footer-alt.text-center {
    border-top: 1px solid #3c556c;
    margin-top: 10px;
}
.footer .list-unstyled {
    padding-left: 0;
    list-style: none;
    float: left;
    margin-bottom: 0;
    line-height: 2.3;
}
.naac1.nba img {
    float: right;
	    margin-top: 0;
}
.naac1.nba {
    padding-right: 0;
    padding-top: 40px;
}
.naac1 img {
    float: right;
	max-width: 150px;
    margin-top: -30px;
}
.naac-content h4 {
    display: none;
}
.navbar-toggle {
    display: block;
		}
.collapse {
    display: none;
}
.navbar-toggle .icon-bar {
    background-color: #73b30f;
}
section#features .feat-description.faculty {
    margin-top: 40px;
    margin-bottom: 20px;
	
}
.register-form label {
    font-size:16px;
	    font-weight: 600;
}
.form-control{
	height:40px;
	border-radius:0;
	}
button.btn.btn-primary {
    font-size: 17px;
}
.feat-description.news {
    margin-top: 20px;
}
.feat-description.faculty img {
    border: 2px solid #eee;
    border-radius: 5px;
}
.feat-description.faculty .row p {
    margin-top: 5px;
    font-size: 15px;
}
section#features .feat-description.faculty h4 {
    font-weight: 600;
    color: #444343;
    padding: 2px 0 0px;
    margin: 0;
	font-size:15px;
}
section#features .feat-description.faculty img{margin-right:10px; float:left;}
.feat-description.faculty .readmore {
        margin-top: 0px;
    padding-bottom: 20px;
}
a.btn.btn-enq {
    float: right;
    background: #73b30f;
    color: #fff;
    font-weight: 600;
}





/*======= 13. Responsive ======*/
@media (max-width:1370px)
{
	.navbar-custom .navbar-nav li a
	{
		font-size:14px;
	}
	
}
@media (min-width: 992px)
{
	.navbar-toggle {
    display: none;
		}
		.navbar-collapse.collapse {
    display: block!important;
		}
}
@media (min-width: 768px) {
  .nav-custom-left {
    margin-right: 0px;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width:1250px)
{
	.logo {
    width: 160px;
    padding: 20px 0;
	}
	.navbar-custom .navbar-nav li a {
    font-size: 12px;
	}
	.nav>li>a{padding:10px 5px;}
	.logo img {
    max-width: 130px;
	}
	ul.nav.navbar-nav.navbar-right li a.btn {
    width: 140px;
	}
	.navbar-right {
    width: 200px;
    padding-left: 5px;
}
	
	.naac-box {
    margin-top: 20px;
			}
}
@media (max-width:1023px)
{
	.vdo {
    position: relative;
    right: inherit;
    padding: 14px;
    width: 200px;
    text-align: center;
    top: 0;
    margin: 0 auto;
	}
	ul.nav.navbar-nav.navbar-right.gely {
    display: none;
	}
}
@media (max-width:992px)

{
	
	.navbar-nav > li .carettp {
   position: absolute;
right: 7px;
top: 12px;
font-size: 25px;

padding: 2px 10px;
z-index: 9999;cursor:pointer;
}
#vb li.dropdown a {
 
    display: inline-block;
}


#vb li.dropdown:hover ul {
    display: none;
}
.navbar-nav > li .caret {
    display: none;
}
	
	div#myCarousel .item {
    margin-top: 0px;
}
section#home{margin-top:116px;}
.sticky-wrapper{top:0;}
	
	
	.logo img {
    max-width: 160px;
		}
		.naac1 h4{font-size:24px;}
		.naac1    {padding: 50px 40px 30px;}
		.naac1 img {
    float: right;
       max-width: 127px;
			}
			
		.naac1.nba img {
    margin-top: 0px;
}
.naaac p.know {
   float: none; 
   width:100%;
}
.naac-content {
    background: #fff;
    min-height: 370px;
}
.naac-content{padding:20px ;text-align:justify;}
.day.one p span.hard {
    width: 100%;
    text-align: left;
}
.day.one p span {
    width: 100%;
    float: left;
}
.day.one p {
    margin: 0;
    height: 70px;
}
.day.one p:last-child {
    height: 90px;
}
ul.list-unstyled li {
    float: none;
    display: inline-block;
}
.footer .list-unstyled{float:none; text-align:center;}
ul.foot-social {
    float: none;
    text-align: center;
}
.foot-social li {
    list-style: none;
    float: none;
    display: inline-block;
}
ul.list-inline.client-list li {
    margin-bottom: 40px;
}
.list-inline>li {
    width: 33%;	
}
.home-wrapper {
    padding: 150px 0px 120px 0px;
}
ul.list-inline.client-list li img {
    width: 100%;
    max-width: 200px;
}
.navbar-collapse.collapse {
    display: none!important;
	    background: #fff;
}
.navbar-collapse.collapse.in {
    display: block!important;
	    background: #fff;
}
.navbar-right {
    width: 100%;
}
.navbar-right {
    float: right!important;
    margin-right: 0;
    border-left: 0px solid #dddddd;
}
ul.nav.navbar-nav.navbar-right li a.btn {
    margin: 0px 0;    padding-left: 0 !important;
    text-align: left;
}
.navbar-nav {
    float: right;
    padding-top: 0;
    margin-top: 0;
	background:#fff;
	width:100%;
	
}
.nav-custom-left {
   margin-right: 0%; 
}
.navbar-custom {
    background-color: transparent;
}
.navbar-right .btn-white-fill{background:transparent!important;     color: #717171!important;}
.navbar-nav>li {
    float: left;
    width: 100%;
}
ul.dropdown-menu.arrow li a:hover {
    color: inherit !important;
}
ul.nav.navbar-nav.navbar-right {
    margin-bottom: 0;
}
.navbar-custom .navbar-nav li a{margin:0;}
section#features .feat-description.faculty{float:left;}

ul.nav.navbar-nav.navbar-right {
    margin-bottom: 0;
    display: none;
}
#myModalpop .modal-dialog {
    margin-top: 10%;
    max-width: 588px;
    margin: 10% auto 0 !important;
}
div#navbar-menu {
    position: absolute;
    left: 0;
    top: 70px;
}
.nav>li>a {
    padding: 10px 15px;
}

}
@media (max-width: 800px)
{
	.carousel-caption {
    top: 2%;
}
.mymarqueetag{top:11%;}
}
@media (max-width: 767px) {
	
	.footer{
		float:left;
		width: 100%;
	}
	section#features .feat-description.faculty [class*="col-"] {
    margin-bottom: 15px;
}
.rwl, .rwr {
    display: none;
}
	.sp-ft
	{
		border-right: 1px solid transparent !important;
	}
	
	.sc-lf,
	.sc-rt
	{
		width:100%;
		float:left;
		margin-right:0;
	}
	
	.footer .list-unstyled
	{
		line-height:1;
	}
	
	.footer a
	{
		padding-right: 6px;
	}
  .no-padding.img,.no-padding.img-2 {
    position: relative;
    height: 300px;
  }
  .video-wrapper {
    padding-top: 50px;
  }
  .intro-form {
    margin-top: 50px;
  }
  .feat-description {
    margin-bottom: 10px;
    text-align: center;
	margin-top:10px;
  }
  .home-wrapper {
    padding: 40px 0;
}
.naac-box {
    margin-top: 0px;
}
section#features .faculty img {
    max-width: 150px;
}
.naac1 {
    padding: 50px 40px 30px 20px;
}
.naac1.nba {
    padding-left: 30px;
	min-height:290px;
}
.naac-content.nba-content{min-height:290px;}
.feat-description h3:after{right:0; margin:0 auto;}
section#features {
    padding-top: 30px;
}
.carousel-caption {
    top: 15%;
}
section#features img {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
}
.fee-content {
    margin-bottom:35px;
}
.day.one p span {
    width: 70%;
    float: left;
    text-align: left;
}
.day.one p span.hard {
    width: 30%;
	    text-align: right;
	font-size: 16px;	
}
.day.one p{height:60px;}
.day.one p:last-child {
    height: 60px;
}
section#features .eventt img{max-width:19px;}
.current-news{padding-bottom:20px;}

#clients .feat-description.news{margin-top:10px;   margin-bottom: 0;}
.feat-description.fee {
    margin-bottom: 0;
}
.readmore {
    margin-top: 15px;
}
.naac-content h4 {
    display: block;
	font-size: 20px;
    font-weight: 600;
}
.naac1 {
    display: none;
}
.naac-content{margin-left:0; margin-bottom:15px;}
.naaac [class*="col-"]
{
	width:100%;
}
.naac-content{min-height:auto;}
.naac-content.nba-content {
    min-height: auto;
	    border-right: 0 !important;
}
.naac-box p{padding-bottom:0px;}
section#features .feat-description {
    margin-top: 20px;
	float: left;
}
.feat-description p
{margin-bottom:10px;}
.feat-description.blog {
    margin-top: 0 !important;
}
.eventt {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 24px;
}
.carousel-caption h4{display:none;}
.navbar-toggle{margin-right:-20px;}
}
@media (max-width:640px)
{
	#myCarousel .carousel-caption {
    top: 10%;
			}
a.btn.btn-custom.start{width:115px; font-size:14px; padding:5px;}
#myCarousel .carousel-caption  h1{font-size:30px;}
#myModalpop .modal-dialog{max-width:400px !important;}



.logo {
    padding: 10px 0;
	}

}
.naac-box p, .feat-description p, .feat-description.fee .row p {
    font-size: 15px;
}
section#features .feat-description h4{font-size: 16px; min-height:auto; min-height: 60px;}
#features .readmore {
    border-bottom: 1px dashed #bbbbbb;
    margin: 0;
    padding-top: 0;
}
section#features .feat-description {
    margin-top: 0;
}
section#features .feat-description.fee .readmore {
    margin-top: 20px;
	margin-bottom:10px;
}
/* section#features .feat-description h3{margin-bottom:0;} */
.feat-description h3{font-size:24px;}


}
@media only screen and (max-width:479px) {
  #style-switcher {
      display: none
  }
  .day.one p span {
    width: 100%;
  }
  .day.one p span.hard {
    width: 100%;
    text-align: left;
  }
  .day.one p {
    height: auto;
    float: left;
	width: 100% !important;
}
.day.one p:last-child {
    height: auto;
}
.feat-description {
    margin-bottom: 20px;
}

}
@media (max-width:480px)
{
	section#features .feat-description.faculty img {
    margin-right: 10px;
    float: none;
    clear: both;
    width: 100%;
    margin: 20px auto;
	}
	
	section#home {
    margin-top: 98px;
}
.vdo p {
    font-size: 22px;
    color: #fff;
    display: block;
    text-align: center;
}

.naac-box p, .feat-description p, .feat-description.fee .row p {
    font-size: 14px;
    text-align: left;
}
.sp-ft h2 {
    font-size: 18px;
    text-align: left;
}
.sp-ft{ text-align: left;}


}
@media (max-width:420px)
{
	.list-inline>li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#myModalpop .modal-dialog {
    max-width: 300px !important;
}
.list-inline>li img {width: 100%;
    max-width: 199px;
    border: 1px solid #efefef;
    padding: 10px;
	}
	ul.list-inline.client-list li {
    margin-bottom: 20px;
}
	.footer a{padding-right:10px;}
	footer.section.bg-gray.footer .feat-description.news{margin-bottom:0;}
	#myCarousel .carousel-caption {
    top: 0%;
			}
			a.btn.btn-custom.start.green-btn{margin-left:3px;}
			.logo {
    width: 190px;
			}
}
@media (max-width:360px)
{
	div#myCarousel .carousel-caption {
    display: none;
}
}