/*--

--*/


html, body{
	margin:0;
	font-family: 'Raleway', sans-serif;
	background: #fff;
	overflow-x:hidden;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
.list-unstyled h2 {
    padding: 10px 0px !important;
    color: #040a38;
    font-size: 20px;
    text-align: left;
    text-transform:uppercase;
}
.img-thumbnail
{
    height:200px;
    object-fit:cover;
    padding:5px;
    margin:10px;
}
.date {
    color: #01a1d0;
}
.container-top .list-unstyled p {
    padding: 0px !important;
}
.list-unstyled li {
    padding: 10px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-left: 15px;margin-right: 15px;}
.calendar-control  tbody tr>td{text-align:center}
.img-cls{text-align:center}

.a-hyper{color:#000;}
/*----mandatory----*/.
.md-style
    {
    background:#45B9EC !important;  
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    width:100%;
    color: #fff;
    padding: 10px;
    text-transform:uppercase;
    }
    
  .inner-style
  {
      border:1px solid #ddd;
  }
  .font-chgn
  {
      font-family:Calibri !important;
  }
  .d-none
  {
      display:block;
  }
  


input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.h1-style
{
    color:#f8b239 !important;
    text-transform:uppercase;
}

.category{padding:20px 0px;}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Raleway', sans-serif;
	padding:0px 0 10px;
}	
h4,h3
{
    color:#291C5B;
}
p{
	margin:0 0 10px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--banner-slider--*/
.banner{
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;

}
/*
.navbar-header h1 {
    margin: 0;
    padding: 0;
    margin-top: 1px;
    font-size: 2em;
	font-family: 'PT Serif', serif;
}
*/
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 8px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
    color:#f8b239;
    outline: none;
}

.navbar-collapse {
    padding: 0!important;
}
/*-- nav-effect --*/
/* Effect 13: three circles */
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 ul li a::before {
	position: absolute;
	top:50%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.navbar-default {
    
    background: #040a38;
    border: none;
    border-radius: 0;
	
}
.navbar-inner {
    background: #270d0d;
    border: none;
    border-radius: 0;
	
}

.menubar li
{
    margin-right:30px;
}
.inner-section 
{
    
    margin-top: 40px;
    clear:both;
    width: 80%;
    margin-left: 10%;
}


/*=========================*/
/* acordations */
/*=========================*/
.ac-container{
	width: 985px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family:Arial, sans-serif;
	padding: 10px 20px;
	margin-top:15px;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 30px;
	font-size: 18px;
	font-weight:normal;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #014152;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.8);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 220px;
	margin-top:-20px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 220px;
	margin-top:-20px;
}
.ac-container input:checked ~ article.ac-large{
	height: 220px;
	margin-top:-20px;
}
.icon-img, .fa {
	margin-right:0px;
}

.accordian-cover 
{
    margin-left:0px;
    width:400px;
    height:175px;
    display:inline;
}

.about-grid {
    padding: 15px 20px;
    float: left;
    box-shadow: 0px 2px 2px #D4D5D9;
}
.about-grids img {
    margin-left: 11%;
}
.about-grid-john {
    background: #fff;
    box-shadow: 0px 2px 2px #D4D5D9;
    padding: 1em 1em 0;
    float: left;
}
.john
{
    margin-bottom: 5px;
    font-weight: 600;
    color: #0aad0a;
}
.about-grid-john p {
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.chairman img
{
  margin: 10px 10px 10px 75px;
  width:100%;
}

.principal img
{
  margin: 10px 10px 10px 164px;
  width:100%;
}
.admission img
{
  margin: 0px;
  max-width:60%;
}
@media screen and (max-width:800px) {
.accordion 
{
    width:410px;
}
.ac-container input:checked ~ article.ac-small{
	height: 400px;
	margin-top:-20px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 400px;
	margin-top:-20px;
}
.ac-container input:checked ~ article.ac-large{
	height: 400px;
	margin-top:-20px;
}
.accordian-cover 
{
    margin-left:-50px;
    width:380px;
}
.chairman img
{
  margin: 0px;
  width:100%;  
}
.principal img
{
  margin: 0px;
  width:100%;
}
.admission img
{
  margin: 0px;
  max-width:100%;
}
}

.module-list 
{
    min-width:450px;
    max-width:450px;
    float:left;
    list-style: url(../img/list-tick.png);
    margin:15px 10px 15px 10px;
}
.module-list li
{
    line-height:30px;
}

.feature-list
{
    float:left;
    list-style: url(../img/button_icon.png);
   
}
.feature-list li
{
    line-height:25px;
}

.ac-small ul
{
    list-style:none;
}
.container-top 
{
    border-top-left-radius:60px;
    border-top-right-radius:60px;
    border-bottom-left-radius:60px;
    border-bottom-right-radius:60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width:100%;
    border:2px solid #f8b239;
    float:left;
}

.container-top-left 
{
    
    float:left;
}
.container-top-right 
{
    
    float:left;
    padding-top:50px;
}
.container-top-right img
{
    padding:5%;
}
.container-top h2
{
   padding:30px;
   color: #291C5B;
   text-transform:uppercase;
   padding: 10px 0;
   font-weight:900;
}
.title-cls{margin-top:0px}
.container-top p, ul
{
 
   list-style:none;
}

.container-top i
{
   margin-right:10px;
}
.container-bottom 
{
    margin-top:40px;
    background-color:#fafafa; 
}
.newsBox p
{
    padding-left:0px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.aboutBox p
{
   padding-left:0px; 
}

.about-four-nav li a.active {
    color: #7a9f20;
}
.about-four-nav li a {
    display: block;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.box_3
{
    margin-top:10px;
    margin-bottom: 5px;
}

.box_3 img, new_font_img
{
    margin-top:30px;
    margin-left:5%;
}
.founder1 {
    padding: 10px;
    background-color: #ffe4f8;
}
.founder2 {
    padding: 10px;
    background-color: #ebfeff;
}

.inner-calendar-head
{
    font-weight:600; 

}

.inner-calendar-head, th
{
   
    color:Maroon !important; 
    padding:10px;
    text-align:left;
}

/* --- News and Events --- */

.events-wrapper{
	
}
.divider {
	border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 15px;
	margin-bottom: 30px;
}

.date-label {
	background: #f5f5f5;
	display: inline-block;
	width: 40px;
	height: 50px;
	text-align: center;
	font-size: 13px;
}
.date-label .month{
	display:block;
	background: #29AAE2;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.date-label .day{
	display:block;
	padding-top: 5px;
	font-size: 15px;
	font-family: 'open sans', arial, sans-serif;
	font-weight: 500;
}
.title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 300;
	font-size:20px;
}
.time {
	margin-right: 10px;
}
.time .fa {
	margin-right: 5px;
}
.location .fa {
	margin-right: 5px;
}
.event-desc {
	text-align:justify;
}
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li a.active::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
/*-- //dropdown --*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f8b239;
    background-color: transparent;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.72);
}
.dropdown-menu > li > a {
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f8b239;
    background-color: transparent;
}
.dropdown-menu li a:before{
	display:none!important;
}
.dropdown-menu > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 13px;
	padding: 6px 20px;
}
.dropdown-menu {
		border: none;
}
/*-- //dropdown --*/
/*-- //nav-effect --*/
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
	display:block;
    text-transform: capitalize;
    /* margin: 13px 10px 0px 25px; */
    background:#040a38;
    padding: 8px 15px 15px;
    position: absolute;
    top: 0;
    left: 1.8em;
	z-index:99;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
}
.navbar-inner .navbar-brand {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
	display:block;
    text-transform: capitalize;
    /* margin: 13px 10px 0px 25px; */
    background: #f8b239;
    padding: 10px 10px 10px;
    position: absolute;
    top: 0;
    left: 1.8em;
	z-index:99;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
}
i.fa.fa-graduation-cap {
    position: absolute;
    color: #000000;
    transform: rotate(-29deg);
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	-o-transform: rotate(-29deg);
	-ms-transform: rotate(-29deg);
    font-size: 36px;
    left: 9px;
    top: 29px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: #f8b239;
}
.navbar-brand {
    height: initial;
    padding: 0;
    font-size: 18px;
    line-height: initial;
}
.icon_wrapper {
    position: fixed;
    top: 3%;
    left: 5px;
    z-index: 99999;
    }
    
.fb-awesome-social {
    background: #3b5998;
}
.tw-awesome-social {
    background: #00aced;
}
.instagram-awesome-social {
    background: #9D7043;
}
.youtube-awesome-social {
    background: #bb0000;
}
.awesome-social {
   
    color: white !important;
    text-align: center !important;
    line-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 18px !important;
    /* border-radius: 50% !important; */
}
.contact-bnr-w3-agile {
    float: left;
    margin-left:-5%;    
}
.communication p
{
    font-family:helvetica, sans-serif; 
    font-size:14px; 
    color:#fff; 
    font-weight:600;
}
.communication span
{
    margin-left: 27px; 
    font-size: 12px; 
    color: #f8b239;
}

.header-top {
    background: rgba(255, 255, 255, 0.22);
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    padding: 35px 20px 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-size: 40px;
    color: #f8b239;
    font-weight: 500;
}
.contact-bnr-w3-agile ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 font-size: 15px;
    letter-spacing: .7px;
}
.contact-bnr-w3-agile ul li a:hover {
	color:#f8b239;
}
.contact-bnr-w3-agile ul li i 
{
    
    color: #f8b239;
    font-size: 16px;
    margin-right: 15px;
}
/*-- Slider Part starts Here --*/
#slider3,#slider4,#slider5  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  /*-- w3layouts --*/
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.logo .navbar-brand img
{
    width:108px !important;
}
/*------program---*/
.prog-container h2
{    
    margin-left:5%;
    margin-top:1%;
    font-size: 40px;
    color: green;
}

.prog
{
       padding: 2% 2% 3% 3%;
}
.prog p
{
    text-align:justify;
    padding-bottom:2%;
}
.prog-rad2 img {
    width: 100px;
    border: 2px solid #fbba08;
    height: 100px;
    border-radius: 50px;
    position: relative;
    right: 40px;
    top: 33px;
}

.prog-rad1 {
    border-radius: 102px;
    height: 150px;
    width: 150px;
    border: 3px solid #ffc10a;
}
.prog-rad1 h3
{
    padding-top: 30px;
    padding-left: 15px;
}
/*---about---*/
.mlwps-container,.zee-container,.Education-container,.mission-container,.vision-container,.campus-container,.timing-container
{
    width:80%;
    margin:5% !important;
    text-align: justify;
}

.Education-container h2,.mission-container h2,.vision-container h2,.campus-container h2,.timing-container h2,.mlwps-container h2,.zee-container h2
{
    font-family: Raleway;
    color: Green;
    font-size: 40px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 3px solid #e1e1df;
}
.mission-container img
{
    margin-left:30%;
}
.vision-container h4,.campus-container h4
{
    padding-bottom:2%;
    padding-top:2%;
    color:#ffc10a;
}
.vision-container img
{
    margin-top:20%;
}
.campus-container img
{
    margin-top:7%;
    padding-bottom:2%;
}
.imgg img
{
    margin-top:0% !important;
    margin-bottom:2%;
}
.timing-container img{
    margin-left: 25%;
    width: 50%;
    margin-top: -7%;
}
 .guidelines-container {
    width: 90%;
    margin: 5% !important;
    text-align: justify;
    border: 2px solid #ffc10a;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 30px;
    padding: 5%;
}   
.guidelines-container h2,.top-margin{
    font-family: Raleway;
    color: Green;
    font-size: 40px;
    padding-bottom: 2%;
    margin-bottom: 2%; 
}
/*--programs*/
.container-top h4
{
    /* margin-left:3%;*/ 
    font-weight:600;
}
.thumb2 {margin-bottom: 20px;margin-top:3%;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 figure{margin: 0; float: left; margin:0px 20px 20px 0px;}
.thumb2 figure img{width: auto;}
.thumb2 .caption{}

.thumb2  p {font-size:16px;}
.img-polaroid{position: relative; padding: 0; background: none; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; }
.img-polaroid img{border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.thumb4  p {font-size:14px;}
.bodr {
    position: relative;
    top: 30px;
    background: #efefff;
}
.thumb4 .img-polaroid
{
   width: 440px; 
   height: 240px;
}

.thumb2 h4
{
    font-size:25px;
    font-family: Raleway;
    padding-bottom:3%;
    }
    .thumb4 h4
{
    font-size:25px;
    text-align:center;
    font-family: Finger Paint;
    }
    .container_zion
{
    padding-left: 5%;
    padding-right: 5%;
}
.container_zion p
{
    padding-bottom:1%;
}
.zion1 h4,.zion2 h4,.zion3 h4
{
    font-weight:600;
    padding-bottom:2%;
}
.zion1{padding:10px 0px;}
.zion1 img,.zion2 img,.zion3 img
{
    border-style: solid;
    border-width: 2px;
    border-color: #FBF764;
    border-radius: 10px;
    width: 90%;   
}

/*--programs*/
/*-- agileits --*/

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	display:none;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}

#slider3-pager a,#slider4-pager a ,#slider5-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
}
#slider3-pager span,#slider4-pager span,#slider5-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	/*-- w3layouts --*/
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a,#slider5-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a,#slider5-pager a  {
  padding: 0;
}
#slider3-pager li, #slider4-pager li, #slider5-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 82%;
    z-index: 999;
    right: 28%;
    padding: 0;
    margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 120%;
    left: 30%;
}
/*-- agileits --*/
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
 margin-left: 7px;
    display: inline-block;
}
@media screen and (max-width: 600px) 
{
 .navbar-nav,.header-top{
	margin-left: 5%; 
    width: 100% !important;
    -webkit-padding-start: 40px;
}
 
 .callbacks_nav {
    top: 47%;
    }
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #291C5B;
}
.callbacks_here a:after{
    background: #f8b239;
    border: 1px solid #f8b239;
    height: 3px;
    width: 40px;
    border-radius: 0;
    /* margin: 0 0px; */
}/*
a.callbacks_nav.callbacks1_nav.prev {
    background: transparent url("../images/arrr1.png") no-repeat 0px 2px;
    left: 16%;
    height: 65px;
    width: 65px;
    top: 53%;
}
.callbacks_nav.next {
    background: transparent url("../images/arrr2.png") no-repeat 0px 2px;
    left:80%;
    height: 65px;
    width: 65px;
    top: 53%;
}
a.callbacks_nav.callbacks3_nav.prev {
    background: transparent url("../images/arrow4.png") no-repeat left top;
    height: 62px;
    width: 64px;
    top: 61%;
    left: 0;
}
a.callbacks_nav.callbacks3_nav.next{
    background: transparent url("../images/arrow3.png") no-repeat -1px 0px;
    left: 95%;
    height: 62px;
    width: 64px;
	top:61%;
}*/

/*-- Slider part Ends Here --*/
.banner-text {
    width: 45%;
    margin: 10.3em auto 0;
    padding: 3em;
    float: right;
    text-align: right;
    background: rgba(0, 0, 0, 0.63);
}
.callbacks_nav {
    top: 90%!important;
}
.banner-text h3 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0 auto;
    line-height: 45px;
    font-family: 'Raleway', sans-serif;
}
.banner-text h4 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0 auto;
}
.banner-text p {
    color: #c2f9c4;
    margin-top: 20px;
    /* background: rgba(0, 0, 0, 0.58); */
    line-height: 29px;
    letter-spacing: 2px;
    font-size: 15px;
}
.more-button a {
    padding: 8px 45px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin-top: 2em;
    background: #f8b239;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.more-button a:hover {
    background: #291C5B;
}
/*-- //Slider --*/
/*--modal--*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #291C5B;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: capitalize;
}
.modal-content h5 {
    color: #f8b239;
    padding: 15px 0;
    font-size: 22px;
    letter-spacing: 1px;
}
.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    letter-spacing: .5px;
}
.modal-header {
    padding: 30px;
}
/*--//modal--*/
/*-- //Banner-Slider --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: left;
}
/*-- main --*/
.events-agileits-w3layouts,.testimonials,.stats-agileits,.about-agileits,.team,.portfolio,.contact-w3ls ,.inner-padding{
	padding:20px 0;
}

.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}

.white-w3ls{
	color:#fff!important;
}

.black-w3ls{
	color:#000!important;
}
.yellow-w3ls{
	color:#f8b239!important;
}
/*-- //main --*/

/*-- about us --*/
.about-agileits{
	text-align:center;
}
.agileits_banner_bottom {
    width: 75%;
    margin: 0 auto;
}
.about-agileits p {
    font-size: 17px;
    color: #3b5998;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family:'Roboto';
}
.about-agileits h3 i{
	font-weight:300;
}
.w3ls_banner_bottom_grids{
	margin:3em 0 0;
}
.w3l_banner_bottom_grid{
	padding:2em;
	text-align:center;
	border:2px solid #999;
}
/*-- grid-effect --*/
/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding:0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid rgb(161, 225, 249);
}

.cbp-ig-grid li:last-child{
	border-right: 1px solid rgb(161, 225, 249);
}

.w3_grid_effect {
    padding: 2em;
    background: #ff7b2c;
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #47a3da;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 1.5em 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon:before {
	font-family:FontAwesome;
	font-size: 5em;
	speak: none;
	color: #291C5B;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.w3_road:before {
	content: "\f19d";
}

.w3_cube:before {
	content: "\f02d";
}

.w3_users:before {
	content: "\f1e3";
}

.w3_ticket:before {
	content: "\f132";
}

/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 1em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 4px;
	color:#212121;
}

.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background:#f8b239;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #000;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid li > .w3_grid_effect:hover {
    background: #291C5B;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon:before
 {
	color: #f8b239;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title{
	color:#fff;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 68px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li {
		width: 50%;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid {
		font-size: 80%;
	}
}
/*-- //about us--*/
/*-- Stats --*/
.stats-agileits {
    background: url(../images/counter.jpg)no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.stats-info.agileits.w3layouts {
    padding: 2em 0;
    background: rgba(255, 255, 255, 0.14);
}
.stats-grid:nth-child(3),.stats-grid:nth-child(4){
    margin-bottom: 0em!important;
}
.numscroller {
    font-size: 40px;
    margin: 0;
    color: #f8b239;
    text-shadow: 1px 1px rgb(123, 79, 3);
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
}
.stats-grid h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1em;
	color:#000;
}
/*-- //Stats --*/
/*--events-section--*/
.events-agileits-w3layouts {
    padding-bottom: 0px!important;
}
.popular-grid {
    background: #f7e4c4;
    padding: 0;
}
.popular-text {
    text-align: center;
    border: 1px double rgba(189, 187, 187, 0.61);
    border-top: none;
	background: #fff;
}
.popular-grid:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    border: 1px solid #fff;
    width: 100%;
}
.popular-grid h5 a {
	display:block;
    font-size: 1.5em;
    font-weight: 500;
    color: #ffffff;
    background: #f8b239;
    padding: 0.5em;
    margin: 0px 0 25px;
    text-transform: capitalize;
}
.popular-grid h5 a:hover,.popular-grid h5 a:focus{
	text-decoration:none;
}
.detail-bottom ul li {
    list-style: none;
    display: inline;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
.detail-bottom ul li i {
    color: #291C5B;
    font-size: 20px;
    padding: 0 15px;
}
.popular-grid p {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 28px;
    padding: 1em 1em 1.5em;
    color: #757575;
}
/*--//Events-section--*/

/*-- projects --*/
.portfolio{
	padding-bottom:0px!important;
}
.portfolio h3.h3-1 {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 600px;
}

.portfolio h3.h3-2 {
	font-size: 40px;
	font-weight: 100;
	text-align: left;
	margin-bottom: 50px;
    padding-left: 600px;
}

.filtr-item {
	padding: 0;
	width: 33.3335%;
	float: left;
}

.filtr-container {
    width: 99.9%;
}

.item-desc {
	background-color: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

.filtr-item {
	transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
@media screen and (max-width:991px) {
	.filtr-item {
		float: left;
		width: 33.33%;
	}
}

@media screen and (max-width:768px) {
	.filtr-item {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width:600px) {
	.filtr-item {
		padding: 0em;
	}
}

@media screen and (max-width:414px) {
	
	.filtr-item {
		width: 100%;
	}
}

figure img {
    width: 100%;
}
.portfolio figure {
    margin: 11px;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.portfolio figure:hover figcaption {
	/*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

.portfolio figcaption {
	/*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.portfolio figcaption h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: center!important;
    padding: 9px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.44);
    margin-bottom: 0;
    position: relative;
    margin-top: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.portfolio figure:hover h3 {
	left: 0;
}

.portfolio figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

.portfolio figcaption a:hover {
	color: #4f5856;
	background: #fff;
}
.portfolio figcaption h3 span {
    color: #f8b239;
    font-size: 34px;
}
.portfolio figcaption p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 1em;
    line-height: 30px;
    color: #eee;
}
/*-- //projects --*/
/*--testimonials--*/
#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #291C5B;
}
.nbs-flexisel-nav-left {
    left: 46.5%;
    top: 109% !important;
    background:#000 url(../images/themes.png) no-repeat 10px 10px;
}
.nbs-flexisel-nav-right {
    right: 46.5%;
    top: 109% !important;
    background:#000 url(../images/themes1.png) no-repeat 11px 11px;
}
.laptop {
    background: #291C5B;
    padding: 2em 2em;
    /* border: 1px solid #f8b239; */
    margin: 0 15px;
}
.team-left{
	padding:0;
}
.team-right p,.colorful-tab-content p,.colorful-tab-content ul li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 2.2em;
	font-family: 'Raleway', sans-serif;
}
.team-right h5 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.name-w3ls {
    padding: 13px 30px 19px;
    display: inline-block;
    background: rgba(4, 142, 214, 0.54);
    margin-top: 1em;
}
.name-w3ls span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: .8px;
    color: #00517b;
    margin-top: 10px;
}
.flex-slider {
    margin: 0px auto 59px;
}
.team-left img {
    width: 100%;
    background: rgba(4, 142, 214, 0.54);
    border: 3px solid rgba(2, 98, 148, 0.51);
    padding: 10px;
}
/*--//testimonials--*/
/*--inner pages--*/
	.inner-banner-w3l{
		background: url(../images/inner-bann.jpg) no-repeat 0px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		min-height: 300px!important;
	}
/*--inner About --*/
.about-top p {
    font-size: 1em;
    color:#777676;
    width: 50%;
    line-height: 1.8em;
    margin: 0 auto;
}
.about-agile {
    background: url(../images/ab1.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	text-align: center;
}
.about-layer1 {
    padding-bottom: 5em;
}
.about-agile p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1em auto 0em;
    line-height: 1.8em;
}
.about-bott-right {
    text-align: center;
    padding: 3em 1.7em;
    background: #291C5B;
}
.about-bott-right h5 {
    color: #f8b239;
    font-size: 24px;
    margin-bottom: 0.7em;
    font-weight: bold;
    letter-spacing: 2px;
}
.about-bott-right p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
}
/*--//inner About --*/
/*-- team --*/
.agile_team_grid h4{
	font-size:1.5em;
	color:#000;
	margin:1em 0 .5em;
/*-- agileits --*/
}
.agile_team_grid p {
    color: #999;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.agile_team_grid {
    text-align: center;
}
.view {
    margin: 0;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view,.view .mask,.view .content{
	width: 255px;
    height: 298px;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h5 {
	text-transform: capitalize;
    color:#f8b239;
    text-align: center;
    position: relative;
    font-size: 1.7em;
    margin:2.5em 0 .5em;
}
.view p {
    /* font-style: italic; */
    line-height: 1.8em;
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 0px 20px 20px;
    text-align: center;
}
.view-sixth img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
}
.view-sixth .mask {
   background-color:rgba(34, 33, 33, 0.54);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h5 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.agile_team_grid:hover .view-sixth .mask,.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.agile_team_grid:hover .view-sixth img,.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.agile_team_grid:hover .view-sixth h5,.view-sixth:hover h5 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.agile_team_grid:hover .view-sixth p,.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth .agileits_social_icons{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.agile_team_grid:hover .view-sixth .agileits_social_icons,.view-sixth:hover .agileits_social_icons{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
/*-- //team --*/
/*--inner services --*/
.agileinfo_services_grid1{
	padding:2em;
	border:1px solid #999;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.agileinfo_services_grid1:after, .agileinfo_services_grid1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileinfo_services_grid1:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #291C5B;
    border-right: 1px solid #291C5B;
}
.agileinfo_services_grid1:after {
    top: 0;
    left: 0;
    border-top: 1px solid #291C5B;
    border-left: 1px solid #291C5B;
}
.agileinfo_services_grid1:hover {
    cursor: default;
	border: 1px solid #fff;
}
.agileinfo_services_grid1:hover:after, .agileinfo_services_grid1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.agileinfo_services_grid1 i {
    font-size: 2.5em;
    color: #f8b239;
    top: 0;
}
.agileinfo_services_grid1:hover i {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    text-shadow: 2px 2px #4f565a;
	-webkit-text-shadow: 2px 2px #4f565a;
	-moz-text-shadow: 2px 2px #4f565a;
	-o-text-shadow: 2px 2px #4f565a;
	-ms-text-shadow: 2px 2px #4f565a;
}
.agileinfo_services_grid1 h4{
	text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1em 0;
    color:#291C5B;
}
.agileinfo_services_grid1 p{
	color:#999;
	line-height:2em;
}
.agileinfo_services_grid1:hover p{
	color:#000;
	line-height:2em;
}
.agileinfo_services_grid:nth-child(7),.agileinfo_services_grid:nth-child(5),.agileinfo_services_grid:nth-child(6){
	margin:2em 0 0;
}
.services-bottom{
	background:url(../images/5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.w3agile_services_bottom_grid{
	text-align:right;
	padding:5.5em 0 2em;
}
.w3agile_services_bottom_grid h3{
	font-size: 1.4em;
    line-height: 1.5em;
    color:#f8b239;
    text-transform: capitalize;
}
.w3agile_services_bottom_grid p{
	color:#fff;
	line-height:2em;
	margin:2em 0;
}
.more a{
	padding:8px 50px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.more a:hover{
	color:#212121;
}
/*--//inner services --*/
/*--inner gallery --*/
.agileits_w3layouts_team_grid {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden;
}
.agileits_portfolio_sub_grid {
    background: #0accff;
}
.w3_agile_portfolio_grid1{
	margin-top:2em;
	overflow: hidden;
}
.agileinfo_portfolio_grid .w3_agile_portfolio_grid1:nth-child(1) {
    margin-top: 0!important;
}
.agileits_portfolio_sub_grid .w3layouts_port_head {
    content: '';
    z-index: 1;
    position: absolute;
    left: 49%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid img {
    opacity: 0.8;
}
.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid .w3layouts_port_head {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}
.w3layouts_port_head h3 {
    font-size: 1em;
    letter-spacing: 2px;
    color: #fff;
    text-transform: capitalize;
    padding: 0.5em 1em;
    background: #f8b239;
}
/*--//inner gallery --*/
/*--contact inner--*/
.contact-page-w3ls iframe {
    width: 100%;
    height: 18em;
    border: none;
	margin-bottom: 2em;
}
.contact-w3-agileits img {
    width: 25%;
    float: left;
    padding: 7px;
    background: #291C5B;
    border: 4px solid rgba(2, 61, 93, 0.52);
}
.contact-w3-agileits {
    margin-bottom: 1.7em;
}
h5.title-w3 {
    font-size: 23px;
    color: #291C5B;
    letter-spacing: 2px;
}
.contact-left-w3layouts {
    float: left;
    width: 35%;
}
.contact-right-w3layouts img {
    width: 25%;
    float: left;
    border: 12px solid #3f3f42;
}
.right-contact-w3ls h6 {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
p.work-w3 {
    font-size: 13px;
    font-weight: bold;
    color: #1ca0de;
	letter-spacing: .5px;
}
p.number-w3 {
    color: #6b6b6b;
    font-size: 14px;
    display: inline;
}
.right-contact-w3ls span {
    display: inline-block;
    color: #f8b239;
    font-size: 14px;
	margin-right:7px;
}
.right-contact-w3ls {
    float: left;
    width: 60%;
    padding: 5px 0px 0px 26px;
}
.right-contact-w3ls a {
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
	margin-left:7px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.right-contact-w3ls a:hover {
	text-decoration: none;
    color: #291C5B;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.span-sub-w3ls {
    margin-top: 7px;
}
.contact-right-w3layouts input[type="text"], .contact-right-w3layouts input[type="email"], textarea {
    font-size: 13px;
    background: rgba(251, 251, 252, 0.11);
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #38383a;
	color: #000;
}
p.head-w3-agileits {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 25px;
    margin: 20px 0;
}
.contact-right-w3layouts {
    float: left;
    width: 65%;
}
textarea {
    outline: none;
    resize: none;
    height: 100px;
}
.contact-right-w3layouts input[type="submit"] {
    background: #f8b239;
    color: #fff;
    padding: 8px 45px;
    font-size: 15px;
    text-transform: capitalize;
    border: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-right-w3layouts input[type="submit"]:hover{
	background: #1ca0de;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//contact inner--*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
   -webkit-border-radius:4px;
    -o-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  -webkit-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 10px;
  font-size:16px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
/*===== Academic Experience ====*/
.academic-experience-container{}
.academic-experience-container .academic-experience-tree{position:relative; display:inline-block;left:140px}
.academic-experience-tree .academic-life-skill{width:350px; height:296px; display:block; margin:11px 0 0 -43px; position:relative; z-index:10; background:url('academic-exp-life-skill.png') no-repeat 0 0;}
.academic-experience-tree .academic-knowledge{width:228px; height:351px; background:url('academic-exp-knowledge.png') no-repeat 0 0; display:block; margin:-133px 0 0 -24px; position:relative; z-index:20; }
.academic-experience-tree .academic-core-value{width:336px; height:337px; background:url('academic-exp-core-value.png') no-repeat 0 0; display:block; margin:-15px 0 0 -100px; position:relative; z-index:30;}
/*.academic-experience-container .academic-life-skill:hover, .academic-experience-container .academic-life-skill.selected{background-position:-350px 0;}
.academic-experience-container .academic-knowledge:hover, .academic-experience-container .academic-knowledge.selected{background-position:-228px 0;}
.academic-experience-container .academic-core-value:hover, .academic-experience-container .academic-core-value.selected{background-position:-336px 0;}*/
.academic-experience-container .academic-experience-details{float:right; margin-right:5%;position:relative;}
.academic-experience-details .life-skill-pointer,
.academic-experience-details .knowledge-pointer,
.academic-experience-details .core-value-pointer{position:absolute; left:-29px; width:29px; height:29px;}
.academic-experience-details .life-skill-pointer {top:96px; background:url('litera-octave-pointer.png') no-repeat 0 0;}
.academic-experience-details .knowledge-pointer{top:329px; background:url('litera-octave-pointer.png') no-repeat 0 -29px;}
.academic-experience-details .core-value-pointer{top:561px; background:url('litera-octave-pointer.png') no-repeat 0 -58px;}

.academic-experience-details .academic-experience-tree-content{width:550px; padding:10px 20px; display:none; min-height:702px; position:absolute; right:0; top:41px; background:#72bf44; border:9px solid #6ea41d; border-radius:9px; -moz-border-radius:9px; -webkit-border-radius:9px; -o-border-radius:9px; -ms-border-radius:9px;}

.academic-experience-tree-content h2{text-transform:uppercase; color:#41630f; font-size:24px; line-height:60px; background:url(../images/life-skill.png) no-repeat right center; border-bottom:1px dashed #6ea41d; height:88px; padding-bottom:5px; margin-bottom:12px;}
.academic-experience-tree-content h6{font-size:1.2em; color:#41630f; line-height:2.25em; margin-bottom:5px;}
.academic-experience-tree-content p{color:#fff; font-size:1.2em; line-height:1.4166em; margin-bottom:4px;}

.academic-experience-details .academic-experience-tree-content .life-skill-arrow,
.academic-experience-details .academic-experience-tree-content .knowledge-arrow,
.academic-experience-details .academic-experience-tree-content .core-value-arrow{position:absolute; left:-27px; width:19px; height:26px;}
.academic-experience-details .academic-experience-tree-content .life-skill-arrow{top:47px; background:url('<?php echo base_url("assets/litera-octave-arrow.png")?>') no-repeat 0 0;}
.academic-experience-details .academic-experience-tree-content .knowledge-arrow{top:281px; background:url(../images/litera-octave-arrow.png) no-repeat 0 -26px;}
.academic-experience-details .academic-experience-tree-content .core-value-arrow{top:513px; background:url(../images/litera-octave-arrow.png) no-repeat 0 -52px;}

.academic-experience-details #ack{border-color:#0c4777; background:#1e85b3;}
.academic-experience-details #ack h2{border-color:#0c4777; color:#0c4777; background:url(../images/knowledge.png) no-repeat right 0;}
.academic-experience-details #ack h6{color:#0c4777;}

.academic-experience-details #aeck{border-color:#6f7071; background:#808285;}
.academic-experience-details #aeck h2{color:#414042; border-color:#6f7071; background:url(../images/core-values.png) no-repeat right center; }

.academic-experience-details .experience-section{overflow:auto; height:680px;}
.academic-experience-details #aeck h6{color:#414042;}


.litera-octave-description{border-top:1px solid #dadada; padding:40px 0 40px 66px;}
.litera-octave-description .litera-octave-picture{width:297px; height:233px; position:relative; border:1px solid #dadada; background:#f0f0f0; margin:0 35px 0 0px;}
.litera-octave-description .litera-octave-picture img{position:absolute; left:50%; top:50%; margin:-108px -110px;}

.litera-octave-description .litera-octave-berif{width:380px;}
.litera-octave-description .litera-octave-berif h3{font-size:2.5em; color:#000; line-height:1em; margin:0 0 13px 0;}
.litera-octave-description .litera-octave-berif p{font-size:1.2em; line-height:1.4166em; color:#5d5d5d; margin:0 0 20px 0;}
.litera-octave-description .litera-octave-berif a{text-decoration:none; color:#e1031b; font-size:1.2em; font-weight:bold; line-height:1.7842em;}
.litera-octave-description .litera-octave-berif a:hover{text-decoration:underline;}

/*=== End Academic Experience ==*/
/*== Litera Octave ==*/

.litera-octave-container {
    width: 94.769%;
    margin: 80px 5.2631% 50px 0;
}
#octave-circle {
    /*background:url(../images/litera-octave-circle.png) no-repeat 0 0;*/
    
    border: 10px solid #ffffff;
    width: 341px;
    height: 341px;
    position: relative;
    left: 50%;
    margin: 0 -170px;
    border-radius: 50%;
    float: left;
}
.pt-30 #octave-circle {
    background: url(../assets/images/litera-octave-circle.png) no-repeat 0 0;
}
#octave-circle .title,
.octave-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    margin: -40px -65px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    font-family: 'GillSansMTBold', Arial, sans-serif;
    text-align: center;
}
.litera-features {
    width: 341px;
    height: 341px;
    display: block;
    position: absolute;
    left: 0px;
    top: -44px;
}
.litera-features li {
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    left: 341px;
    top: 171px;
    margin: 0 -44px;
}
.litera-features li a {
    display: block;
    width: 88px;
    height: 88px;
    background: url(../assets/images/litera-octave_icon.png) no-repeat 0 0;
    text-indent: -99999px;
}
.litera-features li a.assessment {
    background-position: 0 0;
}
.litera-features li a.teacher {
    background-position: 0 -88px;
}
.litera-features li a.content1 {
    background-position: 0 -176px;
}
.litera-features li a.infra {
    background-position: 0 -264px;
}
.litera-features li a.network {
    background-position: 0 -352px;
}
.litera-features li a.life-skills {
    background-position: 0 -440px;
}
.litera-features li a.enrichment {
    background-position: 0 -528px;
}
.litera-features li a.parents {
    background-position: 0 -616px;
}
.litera-features li a.assessment:hover,
.litera-features li.selected a.assessment {
    background-position: -88px 0;
}
.litera-features li a.teacher:hover,
.litera-features li.selected a.teacher {
    background-position: -88px -88px;
}
.litera-features li a.content:hover,
.litera-features li.selected a.content1 {
    background-position: 0 -176px;
}
.litera-features li a.infra:hover,
.litera-features li.selected a.infra {
    background-position: -88px -264px;
}
.litera-features li a.network:hover,
.litera-features li.selected a.network {
    background-position: -88px -352px;
}
.litera-features li a.life-skills:hover,
.litera-features li.selected a.life-skills {
    background-position: -88px -440px;
}
.litera-features li a.enrichment:hover,
.litera-features li.selected a.enrichment {
    background-position: -88px -528px;
}
.litera-features li a.parents:hover,
.litera-features li.selected a.parents {
    background-position: -88px -616px;
}
.litera-features li.active {
    /*left:314px; top:140px;*/
    
    margin: -24px -74px;
}
.litera-features li.active a.assessment {
    background: url(../assets/images/litera-assessment.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.teacher {
    background: url(../assets/images/litera-teacher.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.content1 {
    background: url(../assets/images/litera-content.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.infra {
    background: url(../assets/assets/images/litera-infra1.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.network {
    background: url(../assets/images/litera-network.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.life-skills {
    background: url(../assets/images/litera-life-skills.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.enrichment {
    background: url(../assets/images/litera-enrichment.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.litera-features li.active a.parents {
    background: url(../assets/images/litera-parents.png) no-repeat 0 0;
    width: 145px;
    height: 145px;
}
.octave-title {
    display: block;
    line-height: 1em;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    background: url(../assets/images/titleCircle.png) no-repeat 0 0;
    width: 200px;
    margin: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 70px 22px;
    min-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.litera-octave-container .litera-octave-section {
    width: 50%;
    min-height: 400px;
    position: relative;
    display: none;
    left: 39px;
    top: 0px;
    float: right;
}
.litera-octave-section .octave-tab-content {
    width: 100%;
    padding: 0px 18px;
    display: none;
    /* min-height:400px;*/
    
    position: absolute;
    background: #004B6D;
    border: 5px solid #6ea41d;
}
.octave-tab-content .arrow-green {
    background: url(../assets/images/litera-octave-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 26px;
    position: absolute;
    left: -24px;
    top: 50%;
    margin: -13px 0;
}
.octave-tab-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 1.1em;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
    padding: 18px 7em 20px 0;
    margin-bottom: 30px;
    position: relative;
}
.octave-tab-content h2 span {
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    right: 0px;
    top: 2px;
    background: url(../assets/images/litera-octave_icon.png) no-repeat 0 0;
}
.octave-tab-content h2.assessment span {
    background-position: -88px 0;
}
.octave-tab-content h2.teacher span {
    background-position: -88px -88px;
}
.octave-tab-content h2.content span {
    background-position: -88px -176px;
}
.octave-tab-content h2.infra span {
    background-position: -88px -264px;
}
.octave-tab-content h2.network span {
    background-position: -88px -352px;
}
.octave-tab-content h2.life-skills span {
    background-position: -88px -440px;
}
.octave-tab-content h2.enrichment span {
    background-position: -88px -528px;
}
.octave-tab-content h2.parents span {
    background-position: -88px -616px;
}
.octave-tab-content .octave-section {
    width: 322px;
    height: 280px;
    overflow: auto;
}
.octave-section p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.accordian-tab-octa {
    display: none;
}
.accordian-tab-octa .accordionButton {
    background: url("../assets/images/octave-pluse-icon.png") no-repeat scroll right 10px top 15px;
}
.pt-30 .accordian-tab-octa .accordionButton {
    background: url("../assets/images/octave-pluse-iconb.png") no-repeat scroll right 10px top 15px;
}
.accordian-tab-octa .accordionButton.on {
    background: url("../assets/images/octave-mnus-icon.png") no-repeat scroll right 10px top 15px;
}
.pt-30 .accordian-tab-octa .accordionButton.on {
    background: url("../assets/images/octave-mnus-iconb.png") no-repeat scroll right 10px top 15px;
    color: #000 !important;
}
.pt-30 .accordian-tab-octa p {
    color: #000;
}
.brand-logo {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    list-style: outside none none;
    vertical-align: top;
}
.accordian-tab-octa p {
    color: #ffffff;
}
/*== End Litera Octave ==*/

