﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* Header */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
table, tr {
    background-color: #fcf8e3;
    border-color: #b3b6bb;
}
tbody {
    border: 1px solid #b3b6bb;
}
hr{border-top:1px solid #d0cfcf !important;}
h2{padding-top:0 !important;margin-bottom: 20px !important;}
.h3, h3 {padding-bottom:4px !important; border:none !important;}
td{padding:5px;}
body{font-family: 'Open Sans', sans-serif; color:#000;}
.top-header {background: rgba(230, 230, 230, 0.26); padding-top: 15px; padding-bottom: 15px; }
.brand {float:left; margin-right: 12px; }
.top-header h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.top-header p {font-size: 12.1px; color: #fff;}
.contact-us p {
  font-size: 19px;
  float: right;
  margin-bottom: 0;
  line-height: 1.3;
}
.contact-us span{display: block; float: right; color: #fff; font-size: 11px;}

/* Navbar */

.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: 'Open Sans', sans-serif;
}
.navbar-default {
  	border: none;
	background: rgb(245, 130, 31); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #393B9A 0%, #393B9A 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393B9A), color-stop(100%,#2A2C93)); 
	background: -webkit-linear-gradient(top,  #393B9A 0%,#2A2C93 100%); 
	background: -o-linear-gradient(top,  #393B9A 0%,#2A2C93 100%); 
	background: -ms-linear-gradient(top,  #393B9A 0%,#2A2C93 100%); 
	background: linear-gradient(to bottom,  #393B9A 0%,#2A2C93 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393B9A', endColorstr='#2A2C93',GradientType=0 );  
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:active {color:#000000; font-family: 'Open Sans', sans-serif;
}
.navbar {margin-bottom: 0;}
/* /Header */
/* carousel */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  width: 100%;
}
.news, .placement, .events	{background-color :#3c5a9a; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
.news h2, .placement h2, .events h2 {font-size: 29px; color: #f2fa9c; font-family: Arial, sans-serif;}
.news p, .placement p, .events p{font-size: 14px; color: #fff; font-family: Arial, sans-serif; }
.container.clearfix.section-wrapper {
  margin-top: -55px;
}
/* /carousel */
/* main content */
.memories-highlights, .accreditation {overflow: hidden; position: relative; background:#D9EDF7; padding:0 10px;}
.memories-highlights h4, .accreditation h4 {font-size: 19px; color: #000000; text-transform: uppercase; margin-bottom: 20px;}
ul.own-caruosel, ul.elastislider {
  list-style: none;
  padding-left: 0;
  padding-right:0;
}

ul.own-caruosel li {
  width: 33.33333%;
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.elastislider li {
	  width: 186px;
	  float: left;
	  border: 1px solid #ddd;
	  border-radius: 5px;
	  margin-right: 20px;
	  height: 143px;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	text-align: center;
	line-height: 143px; */
}
ul.elastislider li > img { display: inline-block;}

ul.own-caruosel li figcaption { font-size: 13px; margin-top: 10px;}
ul.own-caruosel .controls, ul.elastislider .controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
ul.own-caruosel .controls a, ul.elastislider .controls a {padding:0 2px}

.admission-box, .mission-box {
  border: 1px solid #ebebeb;
  padding: 10px 0;
}
.admission-box h4, .mission-box h4 {color: #070707; margin-bottom: 20px; text-transform: uppercase;}
.admission-box a {display: block; margin-bottom: 15px; color: yellow; }
.admission-box a:hover {color: #ffffff; text-decoration: none;}
.mission-box p {color: #a1a0a0; }

/* /main content  Edited Start On 1-06-2015   */
.courses-gin  p{ 

 color:#000; 
 font-size: 16px;

}.courses-gin h4{
   font-weight:600;
   font-size: 14px;
   color:#3c5a9a;  
}.courses-gin h2{
   margin:0;
   padding:0;

}.courses-gin img{
    
	max-width:100%;

}.remove-pad{
  
  margin:0;
  padding:0;  
}.pad-cont{
   
  padding:0px 6px 0px 0px;
  text-align:right;
}
.subscribe-our-news{

  padding:0;

}.subscribe-our-news h3{
  text-align: center;
  font-size: 19px;
  color: #000;
  font-weight: 700;
   
}

.footer-subs{
  background:#DDDDDD;
  padding:20px 0px;  
  margin-top:15px;
  
}.img-wrap-down{
   width:15%;
   float:left;
}.footer-subs h3{
    margin:0;
}.for-submit input{
   padding:10px;
   width:70%;
   float:left;
   background:#393D46;
   border:0;
   color:#fff;
}
.for-submit .sub{
   width:30%;
   background:#099AD1;
}
.footer-bg{
	background:url(img/footer-bg.jpg);
	padding:25px;
	min-height:322px;
	background-size:cover;
}
footer a{
  color: #fff;
  line-height: 24px;
  font-size: 11px;
  font-weight:300;
}
footer h4{
 color: #fff;
 font-size: 16px;
 font-weight: 600;
 margin-top:20px;
}
footer a:hover{
  color:#fff;
}
footer li{
  list-style:none;
}.custom-five ul{
  padding:0;
  margin:0;  
}
.custom-five{
  width:20%;
  float:left;
  position:relative; 
}
.custom-five:after {
    background:#9ACAEE;
    content: "";
    height: 3px;
    position: absolute;
    top: 0;
    width: 60px;
}
.foo-text-left{
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  color:#f6f6f6;
}
.foo-text-right{
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  text-align:right;
  color:#f6f6f6;
 
}.social-icons{
    text-align:center;
}
.container-fluid.last-foo {
  background-color: #fff;
  color: #000;
  padding:6px 0px;
  border-top:1px solid;
}
/*    For drop Down Menu   */
.sidebar-nav {
    padding: 9px 0;
}
.sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
nav li:hover .sub-menu {
    visibility: visible;
}
nav li:hover .sub-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.sub-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.sub-menu li a
{
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 2.42857;
    padding: 3px 20px;
    white-space: nowrap;
}.sub-menu li a:hover{
	background:rgb(235, 239, 236);
	color:#000;
	text-decoration:none;
}
.sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}.sub-menu{
  background: rgb(0, 114, 53);
  color:#fff;
}.sub-menu li a{
  color:#fff;
}
.row.courses-gin {
  padding: 5px 0px;
}#menu-item-466 > a:after{
	content:"▾";
	position:absolute;
	right:0;
	
}#menu-item-467 > a:after{
	content:"▾";
	position:absolute;
	right:0;
	
}#menu-item-465 > a:after{
	content:"▾";
	position:absolute;
	right:0;
	
}
#menu-item-20 > a:after {
  content: "▾";
  position: absolute;
  right: 0;
}
.pt8 {
    padding: 0 0 0 7px;
}

.page-menu li a
{
    border-bottom: dotted 0.5px #fff;
    text-decoration:none;
    margin-bottom:0px;
   padding-top:10px;
}
.page-menu
{
   
    list-style-type: none;
   
}

.page-menu li:hover
{
    padding-left:6px;
    border-left:solid 4px #fff;
	background:rgb(235, 239, 236);
	color:#000;
	text-decoration:none;
}

.page-menu li a:hover{
	background:rgb(235, 239, 236);
	color:#000;
	text-decoration:none;
}

/*   NEW CSS   CSS For Hostel Page  */
.hostel-side-bar h2{
	margin:0;
	padding:0;
	background:#3C5A9A;
	font-size:15px;
	padding:20px;
	color:#fff;
	margin-bottom:16px;
}
.hostel-side-bar li{
  list-style:url(img/icon.jpg);
  padding:7px 0px;

}.hostel-left-area{
   
}
.hostel-row h1{
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 15px;
 }
 .hostel-left-area p{
   font-size:14px;
   font-family:open sans;
   font-weight:500;
   padding:1px 0px;
   line-height:22px;
 }
 .fixed-contact-us {
    position: absolute;
    right: 0;
    top: 15%;
}
.hostel-row{
    padding-top:25px; 
}
.row.hostel-side-bar a  {
    color: #3c5a9a;
	 font-size:13px;
}
/*     CSS FOR CONTACT US PAGE     */
.map-area hr {
    color: #000;
    margin: 5px 0;
}.contact-add{
    list-style:none;
}
.contact-right-side li{
   font-family: 'Open Sans', sans-serif;;
    font-size: 14px;
    list-style: outside none none;
	line-height:1.8;
	margin: 0 0 10px 0;
}
.contact-right-side li span{margin-left:27px; display:block;}
.contact-add:before {
    content: url("img/home-icon.jpg");
    margin-right: 3px;
    margin-top: 7px;
    position: relative;
}.contact-phone:before{
    content: url("../images/phne-icon.html");
    margin-right: 3px;
    margin-top: 7px;
    position: relative;
}.contact-mobile:before{
    content: url("img/mob-icon.jpg");
    margin-right: 3px;
    margin-top: 7px;
    position: relative;
}.contact-email:before{
    content: url("img/email-icon.jpg");
    margin-right: 3px;
    margin-top: 7px;
    position: relative;
}.contact-website:before{
    content: url("img/web-icon.jpg");
    margin-right: 3px;
    margin-top: 5px;
    position: relative;
}
.map-area hr {
    background-color: #949494;
    color: #000;
    height: 1px;
    margin: 1px 0;
}.contact-right-side {
    margin: 0;
    padding: 0;
}.map-area h3 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
	color: #3c5a9a;
}

.bot-hr{
    margin-bottom:10px;
}.main-wrap-area > h1 {
    color: black;
    font-size: 24px;
    margin: 32px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight:600;
}.map-area{
    padding:2px 0px;

}.map-area img{
    box-shadow:0px 0px 15px 4px #e7e7e7;
}.map-area-bot {
    margin-bottom: 30px;
}.map-area iframe {
    box-shadow: 10px 6px 2px 2px #e7e7e7;
    margin: 3px 0;
    min-height: 180px;

}
/*     CSS FOR BUS ROUTE PAGE    */
.bus-route-data{
    width:100%;
}.bus-route-data th{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}.panel-default > .panel-heading {
    background-color: #3f61ab;
    border-color: #ddd;
    color: #fff;
	position:relative;
}.bus-route-data tr {
    border-bottom: 1px solid #000;
    height: 30px;
}.fa.fa-minus {
    position: absolute;
    right: 25px;
}
.bus-route-head
{
    text-transform: uppercase;
   font-size:25px;
   font-weight:600;
   font-family: "Times New Roman", Times, serif;
   padding:20px 0px;
}.panel-title > a {
    font-size: 20px;
    font-weight: 400;
}
.bus-route-data td{
  font-size:13px;
  font-family: "Times New Roman", Times, serif;
  font-weight:400;
}


/*  CSS FOR FICKER  */

.contact-my-form {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1;
}.contact-my-form > button {
    position: fixed;
    right: 0;
}.tog-up-now {
    background: none repeat scroll 0 0 blue;
    height: 300px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 300px;
	display:none;
}.tog-up-now input{
   padding:5px 0px;
   margin-top: 5px;
   padding: 5px 0;
   width: 70%;
  
} 
/*  EDITED  BY  PAN AGAIN ON 11/06/15   //    **/   

.custom-dev{
	width:100%;
	float:left;
}.custom-dev tr{
	float: left;
    padding: 12px 10px;
    width: 100%;
}.custom-dev th{
	width:20%;
	float:left;
}.custom-dev td{
	width:20%;
	float:left;
}.custom-dev thead{
	 background: #3C5A9A;
	 color:#fff;
}.custom-dev-mba tr{
	float: left;
    padding: 12px 10px;
    width: 100%;
}.custom-dev-mba{
	width:100%;
	float:left;
}.custom-dev-mba th{
	width:12%;
	float:left;
}.custom-dev-mba td{
	width:12%;
	float:left;
}.custom-dev-mba thead{
	 background: #3C5A9A;
	 color:#fff;

}.custom-dev thead tr {
    padding: 15px 10px;
}
.row.mba-section {
    margin: 65px 0;
	border-top:2px dashed #ccc;
}.tabel-responsive.custom-dev tr:nth-child(2n) {
    background: none repeat scroll 0 0 #E5E5E5;
}.tabel-responsive.custom-dev-mba tr:nth-child(2n) {
    background: none repeat scroll 0 0 #E5E5E5;
}
/*////     FEEDBACK FORM   */
.inner-feed-back {
   background: none repeat scroll 0 0 #e4e4e4;
    margin: 0 auto;
    width: 70%;
	padding: 10px;
    text-align: center;
	  border-radius: 20px;
}.feed-back-form {
	background: none repeat scroll 0 0 #3c5a9a;
    float: left;
    padding: 40px 0;
    width: 50%;
}.inner-feed-back input {
  border: 2px solid #e1ecf0;
    box-shadow: 2px 2px 1px 5px #dfdfdf;
    margin: 4px 0;
    padding: 10px 8px;
    width: 90%;
}.inner-feed-back select {
  border: 2px solid #e1ecf0;
    box-shadow: 2px 2px 1px 5px #dfdfdf;
    margin: 4px 0;
    padding: 10px 8px;
    width: 90%;
}.inner-feed-back textarea {
  border: 2px solid #e1ecf0;
    box-shadow: 2px 2px 1px 5px #dfdfdf;
    margin: 4px 0;
    padding: 10px 8px;
    width: 90%;
}#submit {
    background: none repeat scroll 0 0 #099ad1;
    border: medium none;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}
/*   ---------- --- ----  CSS FOR SLICK JS -------- -------- --------      */
.accer .slick-slide {
    border: 1px solid #a1a0a0;
    margin: 0 10px;
    max-height: 130px;
    min-height: 130px;
    padding: 5px 15px;
    text-align: center;
}.memories-highlights figcaption {
    font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight:300;
	color:#a1a0a0;
	padding-top:5px;
	
}



.high{
    padding:0;
   }
.accer{
  
  padding:0;
}.slick-prev{
  display:none !important;

}.slick-next{
   display:none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	padding:0px 8px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	max-width:100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.page-template-default h4{
    color: #000;
    font-size: 18px;
    font-weight: 900;
}
/*     Updated On -- ---16/06/15    */
.ggi-course-list {
    position: relative;
}.ggi-course-list > li:before {
	
}.ggi-course-list > li {
    list-style: url(img/icon.jpg);
	line-height:25px;
	
}.col-md-9.hostel-left-area > h4 {
    color: #3c5a9a;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
	padding:15px 0px;
}.col-md-9.hostel-left-area strong{
	color:#717171;
}
.prog-and-course p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}.prog-and-course tr{
	border:1px solid #F1F1F1;
	
}.prog-and-course td{
	border:1px solid #F1F1F1;
	
}.course-off li {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid;
  width: 100%;
  display: inline-block;
  line-height: 27px;
  margin-top: 4px;
}.course-off{
	padding:0;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.gallery.two .item {width: calc(50% - 10px);}

/*  MEDIA Queries ------------ Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .gallery.two .item {width: 100%;}
    .pad-cont{
	  text-align:left;
	  padding:0 6px 0 15px;
	}.custom-five{
	  width:50%;
	}.social-icons {
    padding-top: 30px;
    text-align: left;
}.row.courses-gin{
   padding:5px 15px;
}.footer-subs{
  padding:20px 15px;
}.container.clearfix.section-wrapper{
   margin-top:10px;
}
}











/************** Append by Jit on 09-06-2015 for Hostel Sidebar*****************/
li#text-7 {
  list-style-type: none;
}
.mt50{margin-top:50px;}
.wpcf7-form br{display:none !important;}
.colg_name{ min-height: 50px;  width: 40%;  margin: 15px;  padding: 2px 0 2px 60px;}
.clr{clear:both;}


/***** For Snikker...




.close {

  float: left;

  font-size: 20px;

  font-weight: bold;

  line-height: 22px;

  color: #000000;

  text-shadow: 0 1px 0 #ffffff;

  opacity: 1;

  filter: alpha(opacity=20);

  margin-left: -16px;

margin-top: -13px;

position:relative;

z-index:1;

}

#close-cross {

  float: right;

  font-size: 20px;

  font-weight: bold;

  line-height: 22px;

  color: #000000;

  text-shadow: 0 1px 0 #ffffff;

  opacity: 1;

  filter: alpha(opacity=20);

  margin-right: -16px;

margin-top: -13px;

}





.home-text-new .ap-form p a{ color:#fff !important;}

.home-text-new {

width: 235px;

float: left;

min-height: 250px;

background: #3366cc;

text-align: justify;

opacity: 0.95%;

filter: alpha(opacity=95);

position: absolute;

top: 0px;

right: -805px;

z-index: 11;

border-radius: 5px;

border: 2px solid #E3E3E3;}

.entry-content h1 {

    border-bottom: 1px dotted;

    color: #3366cc;

    font-size: 1.28571rem;

    font-weight: 600;

    line-height: 33px;

    margin: 0 0 10px;

    padding: 0;

}

.three #p-one-one{ display:block !important;}

.home-text-one {

width: 235px;

float: left;

min-height: 250px;

background: #3366cc;

text-align: justify;

opacity: 0.95%;

filter: alpha(opacity=95);

position: absolute;

top: 0px;

right: -805px;

z-index: 11;

border-radius: 5px;

border: 2px solid #E3E3E3;}

.home-text-four {

width: 235px;

float: left;

min-height: 250px;

background: #3366cc;

text-align: justify;

opacity: 0.95%;

filter: alpha(opacity=95);

position: absolute;

top: 0px;

right: -805px;

z-index: 11;

border-radius: 5px;

border: 2px solid #E3E3E3;}



#right-slideone {

float:left;

margin: -93px 0 0;

/*min-height: 440px;*/

padding: 0;

position: fixed;

left: 0;

top: 45%;

z-index: 999999;

}

#right-slidetwo {

float:left;

margin: -93px 0 0;

/*min-height: 440px;*/

padding: 0;

position: fixed;

left: 0;

top: 45%;

z-index: 999999;

}













.ap-form{

width: 230px;

float: right;

/*background: #3366cc;*/

height: 301px;

/*margin-right: 19px;*/



}

.ap-form p{ margin-bottom:0px; color:#fff;}

#input-form input{

background-color: white;



}

.ap-form h2{

	font-size:16px;

	text-align:center;

	font-weight:bold;

	color:#fff;

	font-weight:normal;

	background:#339966;

	margin-top: -15px;

padding:8px 0px 8px 0px;

}





.greencolor{background:#1F944F !important;    padding-top:0px !important; font-weight: bold !important; color:#fff;}

#events-news{background:#3366cc; margin-top:15px; text-align: justify; width: 100% !important;}

#events-news marquee p a{

	color:#fff;

}

#right-slide#right-slide {

    float: right;

    margin:-93px 0 0;

    min-height: 440px;

    padding: 0;

    position: fixed;

    right: 0;

    top: 45%;

    /*width: 510px;*/

    z-index:999999;

}

#right-slide-call#right-slide-call{

    float: right;
	margin: -60px 100 10;
	min-height: 440px;
	padding: 10;
	position: fixed;
	right: 0;
	top:54%;
	z-index: 9;

}
.home-text { 
width:235px;  
float:right; 
min-height:400px; 
background:#3366cc; text-align:justify; opacity:0.95%; filter: alpha(opacity=95); top:0px; z-index:9999;  border-radius:5px; border:2px solid #E3E3E3;filter: alpha(opacity=80); position: fixed;top:15%;right:0;display:none;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
}.close{
	float:none;
	opacity:1;
}

/*==Header==*/
.gandhi{width:9%; margin:0; padding:0; float:left;}
.logosec{width:100%; margin:-0.5% 0 0 0; padding:0; float:left;}
.logosec h4{font-size:41px;color:#A91F18;margin:6px 0 0 0;font-weight:bold; font-family:Times New Roman; text-align:center;}
.logosec h5{font-size:16px;color:#E67A19; display:block; text-align:center; margin:0 0 5px 0; padding:0; font-weight:bold; font-family: 'Open Sans', sans-serif;}
.logosec p{font-size:14px; color:#0043C1; line-height:10px; font-weight:bold; text-align:center; margin:10px 0 0 0;font-family: 'Open Sans', sans-serif;}
.guru{width:9%; margin:0; padding:0; float:right;}

/*==Logo==*/
.logose{margin-left:0;}
.nav>li>a {padding:15px 10px !important;}


@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -70px !important;;
	font-size: 20px !important;;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -70px;
	font-size: 20px !important;;
}

@media (max-width:414px){
	.gandhi{width:100%; text-align:center; display:block;}
	.guru{width:100%; text-align:center; display:block; float:left; margin:5px 0 0 0;}
	.logosec{width:100%; text-align:center; margin:0; padding:0;}
	.brand{text-align:center; margin:10px 0 0 140px;}
	.logosec h4{font-size:25px;}
	.logosec p {line-height:18px;}
}

@media (max-width:375px){
	.gandhi{width:100%; text-align:center; display:block;}
	.guru{width:100%; text-align:center; display:block; float:left; margin:5px 0 0 0;}
	.logosec{width:100%; text-align:center; margin:0; padding:0;}
	.brand{text-align:center; margin:10px 0 0 123px;}
	.logosec h4{font-size:25px;}
	.logosec p {line-height:18px;}
}

@media (max-width:360px){
	.gandhi{width:100%; text-align:center; display:block;}
	.guru{width:100%; text-align:center; display:block; float:left; margin:5px 0 0 0;}
	.logosec{width:100%; text-align:center; margin:0; padding:0;}
	.brand{text-align:center; margin:10px 0 0 110px;}
	.logosec h4{font-size:25px;}
	.logosec p {line-height:18px;}
}

@media (max-width:320px){
	.gandhi{width:100%; text-align:center; display:block;}
	.guru{width:100%; text-align:center; display:block; float:left; margin:5px 0 0 0;}
	.logosec{width:100%; text-align:center; margin:0; padding:0;}
	.brand{text-align:center; margin:10px 0 0 90px;}
	.logosec h4{font-size:25px;}
	.logosec p {line-height:18px;}
}
