/*.top-header{
	background-color: #ffc266;
	height: 80px;
	padding: 5px;
}

.img-logo{
	left: 5px;
}

.nav{
	
	background-color:#ffc266;
	color: blue;
	

}

.menu{
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav .menu .menu_item{
	display: inline-block;
	position: relative;
}

.nav .menu .menu_item a{
	padding: 12px 24px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	display: block;
}
.menu_item:hover{
	background-color: #2c3e50;
}

.submenu{
	display: none;
	position: absolute;
	width: 220px;
	background-color: rgba(0,0,0,0.8);
}

.menu_item:hover .submenu{
	display: block;

}

.submenu_item{
	border-left: 4px solid transparent;
	position: relative;
}

.submenu_item:hover{
	background-color: rgba(0,0,0,0.6);
	border-left: 4px solid rgba(450,0,60,0.8);
}

.menu .submenu ul{
	width: 220px;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
}

.submenu_item:hover ul{
	display: block;
}*/
/*.container-fluid{
	padding: 0px;
}*/

.header{
	margin-left: 0px;
}
/*.container {
	margin-left: 30px;
	margin-top: 10px;
}*/
.navbar{
	background-color: white;
}
#navbar3{
	margin-left: 0px;
}

#navbar3 a{
	color: #081e42;
	font-weight: bold;
	font-size: 16px;
}

.navbar-brand {
  padding: 0;

}
.navbar-brand>img {
  top:15px;
  height: 90%;
  padding: 3px;
  width: 235px;
  margin-left: 0;
}

.header .navbar-brand {
  height: 80px;
}

.header .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.menu-bar >li a:hover{
	background-color: gray;
}


/*.menu-bar >li > a:focus{
	background-color: yellow;
}*/
.sub-menu >li a:hover{
	background-color: gray;
}
/*.sub-menu li:hover{
	background-color: gray;
}*/

#myCarousel{
	margin-top: -15px;
}


#services{
	font-size:30px;
	/*border-bottom-style:ridge;*/
	font-weight:bold;
	/*border-bottom-color:rgba(0, 25, 56);*/
	
}

.description .thumbnail{
	border:2px solid rgba(0, 25, 56, 0.9);
	border-radius: 10px 10px 10px 10px;
	margin-left: 2px;
}

.description p{
	text-align: justify;

}

.description img{
	margin-top: 2px;
	margin-bottom: 2px;
}

.description h1{
	margin-top: 2px;
	margin-bottom: 2px;
}




/*#wrapper {

  color: white;

  background-color: #f9f9f9;

  margin: 10px;

}

#wrapper .item {

  padding: 12px;

  font-size: 11px;

  border-radius: 5px;

  float: left;

  margin: 0px 10px 10px 0px;

  background: grey;
  text-align: center;

  min-width: 90px;

  min-height: 130px;

  border-bottom: 10px solid rgba(0,0,0,.15);

  text-transform: uppercase;

}

#wrapper .item.dribbble { background: #ea4c89; }

#wrapper .item.facebook { background: #3a5795; }

#wrapper .item.instagram { background: #517fa4; }

#wrapper .item.google { background: #dd4b39; }

#wrapper .item.youtube { background: #b31217; }

#wrapper .item.pinterest { background: #cb2027; }

#wrapper .item.soundcloud { background: #f50 }

#wrapper .item.vimeo { background: #45bbff; }

#wrapper .item.twitter { background: #00a5e5; }

#wrapper .item.behance { background: #0079ff; }

#wrapper .item.vine { background: #00a478; }

#wrapper .item.vk { background: #507299; }

#wrapper .item.foursquare { background: #2d5be3; }

#wrapper .item.linkedin { background: #0077b5; }

#wrapper .item i, #wrapper .item .count {

  padding: 10px;

  display: block;

  font-size: 30px;

}

#wrapper .item .count { font-weight: 600; }

#total, #total_k {
  padding: 10px;

  font-weight: bold;

  font-size: 20px;

}

#total:before, #total_k:before {

  content: 'Total Fans: ';

  font-weight: normal;

}

#wrapper .item { color: #fff; }

/*Rounded Counters*/

/*/*#wrapper.rounded { margin-top: 20px; }

#wrapper.rounded .item {
  min-width: 0;

  min-height: 0;

  width: 50px;

  height: 50px;

  position: relative;

  margin-right: 20px;

  margin-bottom: 20px;

  border-radius: 50%;

  border: none;

}

#wrapper.rounded .item .count {

  position: absolute;

  top: -10px;

  right: -10px;

  background: inherit;

  border: solid 2px #fff;

  border-radius: 30px;

  height: 15px;

  line-height: 15px;

}

#wrapper.rounded .item .count { font-size: 11px!important; }

/*Square Counters*/

/*#wrapper.square {

  max-width: 720px;

  margin: 0 auto;

}

#wrapper.square .item {

  width: 120px;

  height: 130px;

  border-radius: 0px;

  margin: 0px;
}

#wrapper.square .item .count {

  padding: 10px;

  display: block;

  font-size: 20px;

  font-weight: 600;

}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
/*  width: 100px;
  height: 100px;
}



div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}
*/
/*div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
*/
/*.tils-news .news img {
	height: 200px;
	width: 300px;
	border : 3px solid black;

}*/
/*.tils-news .news{
	left: 40px;
}
*/

.tils-news .row{
	padding: 0px;

}

.box{
  position:relative;
}

.img-title{
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 10%;
  letter-spacing: 2px;
}
.box h1{
	color: red;
	/*font-weight: bold;*/
}


/*TILS IN NEWS Page Gallery styling Start*/
/*.gallery-container img{
	width: 300px;
	height: 100px;
}*/
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    /*background-size: cover;*/

}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
    height: 200px;
    width: 300px;
    border:2px solid black;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/*TILS IN NEWS Gallery Page Styling End*/


/*Spoken Course Foundation Page Styling start*/

.spf-description{
	
	/*margin-left: 0;*/
	height: auto;
	/*margin-right: 0;*/
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
	/*grid-gap: 10px;*/
	padding: 10px;
	box-sizing: border-box;

}

.spf-description .box{
	
	position: relative;
	background: #fff;
	/*padding: 20px 40px 40px;*/
	padding: 10px;
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}


.spf-description .box:nth-child(1){
	
/*	background: linear-gradient(45deg,#E91E63,#ed55ff);*/
    background: linear-gradient(45deg,#000000,#696969);
}

.spf-description .box:nth-child(2){
	
/*	background: linear-gradient(45deg,#036eb7,#64eaff);*/
     background: linear-gradient(45deg,#000000,#696969);
}

.spf-description .box:nth-child(3){
/*	background: linear-gradient(45deg,#086d35,#00ff72);*/
     background: linear-gradient(45deg,#000000,#696969);
}

.spf-description .box:nth-child(4){
/*	background: linear-gradient(45deg,#f05a4f,#f4c030);*/
     background: linear-gradient(45deg,#000000,#696969);
}

/*.spf-description .box:nth-child(5){
	background: linear-gradient(45deg,#036eb7,#64eaff);
	background: linear-gradient(45deg,#E91E63,#ed55ff);
}
*/

.spf-description .box h2{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100px;
	color: #fff;
	z-index: 1;
	opacity: 0.4;
}

.spf-description .box h3{
	/*margin: 0;
	padding: 0;*/
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	
}

.spf-description .box p{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	
}

.sef{
	
	padding: 0;
	border:5px solid black;
	
}

.sef-item >img{
	margin-top: 20px;
	padding: 2px;
}

.sef-desc {
	background: linear-gradient(45deg,#f05a4f,#f4c030);
	background: linear-gradient(45deg,#036eb7,#64eaff);

	border-radius: 20px;
}

.sef-desc h1{
	color: white;
	text-align: center;
	padding: 10px;
}

.course-description p{
	font-size: 22px;

}
/*Spoken course foundation page styling end*/

/*spoken course professional page styling start*/
.sep-img {
	margin: 0 auto;
}
/*spoken course professional page styling end*/

/*Personality Development page styling start*/

/*.pd-img {
	
	margin: 0 auto;
}*/

.pd-desc {
	/*background: linear-gradient(45deg,#f05a4f,#f4c030);*/
	background: linear-gradient(45deg,#036eb7,#64eaff);

	border-radius: 20px;
}

.pd-desc h1{
	color: white;
	text-align: center;
	padding: 10px;
}


/*personality development page styling end*/

/*about us page styling start*/
.about-us-p{
	font-size: 18px;
	text-align:  justify;
    
}

#about-us-courses{
	font-size:45px;
	border-bottom-style:ridge;
	font-weight:bold;
	border-bottom-color:#82c434;
	
}

.col1{
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	min-height:280px;
}

.about-us-icons{
	width:130px;
	font-size:60px;
	background-color:#d9d9d9;
	padding:5px 10px;
	height:110px;
	margin-top: -50px;
	color: #82c434;
}

.about-award{
    text-align: left;
    font-size:18px;
}


/*about us page styling end*/

/*Computer course page styling start*/
.computer-course{
	/*margin :0;
	padding: 0;*/
}
.computer-course-category{
	
	margin-left: 2px;
}
.course-rscit{
	background: linear-gradient(45deg,#f05a4f,#f4c030);
}
.course-tally{
	
	background: linear-gradient(45deg,#036eb7,#64eaff);
}
.course-basic{
	background: linear-gradient(45deg,#f05a4f,#f4c030);
}
.computer-course-category h1{
	text-align: center;
	color: white;
}

.computer-course-category hr{
	border:1px solid red;
}

.computer-course-category h4{
	color: white;
	text-align: center;
}
.computer-course-rscit{
	padding: 2px;
}

.course-feature li{
	font-size: 20px;
	margin-left: 10px;
}
.computer-course-heading{
	background: linear-gradient(45deg,#f45a4f,#f8c030);
	padding: 5px;

}
.computer-course-tally .computer-course-heading{
	background: linear-gradient(45deg,#036eb7,#64eaff);
	/*padding: 5px;*/

}
.computer-course-heading h1{
	text-align: center;
}

.computer-course-detail{
	padding: 5px;
	margin-left: 5px;

}

.computer-course-detail h2{
	margin: 0;
	padding: 0;
	text-align: left;
}

.computer-course-detail p{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.computer-course-rscit{
	border:1px solid black;
}

.computer-course-tally{
	padding: 2px;
}
.computer-course-tally{
	border:1px solid black;
}
.computer-course-basic{
	border:1px solid black;
}
.enquiry-form{
	
	text-align: right;
}
/*computer course page styling end*/


/*Sidebar contact us form styling start*/
.sidebar-contact{
	position: fixed;
	top: 50%;
	left: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 40px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,.5);
	outline: none;
	transition:  0.5s;
}

.sidebar-contact.active{
	left: 0px;
}

.sidebar-contact input,
.sidebar-contact textarea{
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	border:1px solid black;
}

.sidebar-contact h2{
	margin: 0 0 20px;
	padding: 0;
}

.sidebar-contact textarea{
	height: 60px;
	resize: none;
}
.sidebar-contact input[type="submit"]
{
	background: #00bcd4;
	color: #fff;
	cursor: pointer;
	border:none;
	font-style: 18px;
}
.toggle{
	position: absolute;
	top: 0;
	right: -48px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: #f00;
}

.toggle:before{
	content: '\f003';
	font-family: fontAwesome;
	color: #fff;
	font-size: 18px;
}

.toggle active:before
{
	content: '\f00d';
	font-family: fontAwesome;
	color: #fff;
	font-size: 18px;
	
}
/*Sidebar contact us form styling End*/

/*word of the day form styling start*/
.vocab-day-area{
	background-color: black;
	min-height: 300px;
	border :8px solid brown;
	margin-left: 1px;
	margin-bottom: 1px;
}

.vocab-day h1{
	font-size: 45px;
	/*font-weight: bold;*/
}

.vocab-day-head h1{
	font-size: 50px;
	text-transform: lowercase;
	font-family: calibri light;
	font-weight: normal;
}

.vocab-day-head p{
	font-size: 20px;
	font-weight: normal;
	
}

.vocab-day hr{
	border:1px solid green;

}

.vocab-first-col{
	/*background: linear-gradient(45deg,#f45a4f,#f8c030);
	text-align: center;
	color: white;*/
	border:3px solid green;
}

.vocab-first-col h1{
	text-align: center;
}


@font-face{
	font-family: hindi;
	src:url(../fonts/Kruti_Dev_010.ttf);
}

.hindi-font-use{
	font-family: hindi;
}
/*word of the day form styling end*/

/*lets practice page styling start*/
.lets-practice{
	margin-top: 20px;
}

.lets-practice-index{
	/*background: linear-gradient(45deg,#036eb7,#64eaff);*/
	top: 25px;
}

.lets-practice-index h1{
	/*color: white;*/
	text-align: center;
	font-size: 40px;
}

.lets-practice-index ul li{
	text-decoration: none;
	list-style: none;
	font-size: 20px;

}
.lets-practice-index ul li a{
	/*color: white;*/
}

.lets-practice-desc p{
	font-size: 18px;
}

.lets-practice-desc h1{
	text-align: center;
}

#lets-practice-top{
	font-size: 16px;
}




/*lets practice page styling end*/

/*contact us page styling start*/
.contact-us-address{
	border:2px solid brown;
	border-radius: 30px 30px 30px 30px;
}

.contact-us-address h1{
	text-align: center;
	background-color: black;
	color: white;
	border-radius: 30px 30px 30px 30px;
}

.contact-us-address h3{
	text-align: left;
	margin: auto;
	padding: 5px;

}

.contact-us-map iframe{
	height: 500px;
	width: 100%;
}
.contact-us-enquiry h1{
	text-align: center;
	background-color: black;
	color: white;
	border-radius: 30px 30px 30px 30px;
	padding: 5px;
}
.contact-us-enquiry{
	border:2px solid brown;
	padding: 10px;
	border-radius: 30px 30px 30px 30px;
}

.contact-us-enquiry input{
	width: 100%;
	margin: 5px;
	padding: 5px;
}

.contact-us-enquiry input[type=submit]{
	width: 50%;
	margin: 5px;
	padding: 5px;

	
}
.contact-us-enquiry select{
	width: 100%;
	margin: 5px;
	padding: 5px;
}

.contact-us-enquiry textarea{
	width: 100%;
	margin: 5px;
	padding: 5px;
	height: 80px;
}

/*contact us page styling end*/


/*Blog page styling start*/

.blog-detail hr{
	height: 1px;
  	/*color: black;*/
  	background-color: black;
  	border: none;
	
}
.blog-detail h5{
	text-align: justify;
    font-size: 19px;
    font-family:  'Times NEw Roman', sans-serif;
    
}
.blog-detail h6{
	font-style: italic;
	/*font-weight: bold;*/

}


/*ltm page styling start*/

#ltm-feature>li{
    font-size: 18px;
    color: darkgoldenrod;
    color: #862d2d;
    
}

.testi-ltm h2{
    color: #c65353;
	font-weight: bold;
/*	font-family: 'Ultra', sans-serif;   */
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 0 1px white, 0 2px #777;
}

.testi-ltm h3{
    color: #c65353;
	font-weight: bold;
/*	font-family: 'Ultra', sans-serif;   */
	font-size: 28px;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 0 1px white, 0 2px #777;
}
/*
.testimonial-slider{
    background-image: url('images/hi.jpg');
}
*/
/*ltm page styling End*/



.contact-us-enq h1{
            text-align: center;
            background-color: rgb(245,124,35);
            color: rgb(16,68,105);
            border-radius: 30px 30px 30px 30px;
            padding: 5px;
            border: 2px solid rgb(16,68,105);
        }
        .contact-us-enq{
            border:2px solid rgb(16,68,105);
            padding: 10px;
            border-radius: 30px 30px 30px 30px;
        }

        .contact-us-enq input{
            width: 80%;
            margin: 5px;
            padding: 5px;
            border: 2px solid rgb(16,68,105);
        }

        .contact-us-enq input[type=submit]{
            width: 40%;
            margin: 5px;
            padding: 5px;


        }
        .contact-us-enq select{
            width: 80%;
            margin: 5px;
            padding: 5px;
             border: 2px solid rgb(16,68,105);
        }

        .contact-us-enq textarea{
            width: 100%;
            margin: 5px;
            padding: 5px;
            height: 80px;
        }
        .cap{
             width: 80%;
            margin: 5px;
            padding: 5px;
/*            border: 2px solid rgb(16,68,105);*/
            color: rgb(16,68,105);
           
        }

/* RSCIT Old Paper Page Styling Start */

.paper-year{
	margin-top: 20px !important;
	/* margin-left: 0 !important;
	padding-left: 0 !important; */
}
.paper-year li{
	
	list-style: none !important;
	margin-bottom: 10px !important;
	
}
/* RSCIT Old Paper Page Styling End */