@charset "utf-8";
/* CSS Document */


/* Google Font Roboto */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);
/* General */
* {
	outline: none !important;
}
html {
	overflow-x: hidden;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 300;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
	font-weight: 700;
}
.main-title {
	margin: 0 auto 15px;
	padding: 19px;
	max-width: 400px;
	border: 1px solid #FFF;
	display: block;
}
.no-br {
	border: none;
}
.ptext {
	font-weight: normal;
	font-size: 17px;
	line-height: 27px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #fff;
}
.nomar {
	margin: 0;
}
.mtpadd {
	padding: 14px 0
}
.top-bar {
	width: 100%;
	position: absolute;
	top: 0%;
	background: #000;
	color: #000;
	height: 45px;
	font-size: 12px;
	padding: 5px 0;
}
.top-bar .pull-right span {
	display: inline-block;
	padding: 0 5px;
}
.top-bar .pull-left {
	color: rgba(255,255,255,.8);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}
.top-bar .pull-left a, .top-bar .pull-left span {
	line-height: 30px;
}
.top-bar .pull-left i {
	font-size: 14px;
}
.top-bar .pull-left a {
	font-weight: 800;
	color: #D9534F;
}
.top-bar .pull-right span .anonunc span,.top-bar .pull-right span a {
	color: rgba(255,255,255,.8);
}
.pull-right span .anonunc span{text-decoration:underline;}
.top-bar .pull-right span a:hover,.top-bar .pull-right span .anonunc span:hover {
	color: #16c1f3; 
}
.top-bar .pull-right .dropdown-menu li a {
	color: #333;
}
.top-bar .pull-right span a.btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}
.top-bar .pull-right span i {
	padding: 0 5px 0 0;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	display: none;
}
.top-bar .pull-right span {
	padding: 0 11px;
	color: #fff;
	font-size: 15px;
	line-height: 29px;
}
.sub-bar {
	width: 100%;
	position: absolute;
	top: 45px;
	color: #000;
	font-size: 15px;
}
.sub-bar-white {
	background: url(../img/curve-left.png) left bottom no-repeat #fff;
	border-radius: 0 0 0 50px;
	padding: 0 0 0 25px;
}
.class-padding {
	padding: 120px 0 15px 0;
}
.about-sec h4, #parent-desk h3, .hero-unit h2, #blog-det h2 {
	margin-bottom: 5px;
}
.sub-bar-scroll {
	width: 100%;
	position: absolute;
	top: 45px;
	background: #fff;
	color: #000;
	font-size: 17px;
	padding: 10px 0;
	z-index: 10000;
}
.sub-bar .pull-right i {
	color: #00AFEB;
	padding: 0 5px;
}
.sub-bar .pull-right a {
	color: #555;
}
.sub-bar .pull-right span {
	padding-right: 10px;
	display: inline-block;
	line-height: 27px;
}
a {
	text-decoration: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
a:hover, a:focus {
	text-decoration: none;
}
p a {
	color: #FFF;
}
p a:hover {
	color: #333;
}
hr {
	margin: 0;
	padding-bottom: 0px;
	border: 0;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: none;
}
.no-margin {
	margin: 0;
}
.margin-bottom {
	margin-bottom: 20px;
}
.lead {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
}
.text-justify {
	text-align: justify
}
.hero-unit {
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 300;
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}
/* Buttons */
.btn, .btn-primary {
	margin: 0;
	padding: 5px 10px;
	border: none;
	filter: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	font: 300 14px/20px Open Sans, Arial, Helvetica, sans-serif;
	text-shadow: none;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;border-radius:55px; font-size:15px;
}
.btn-primary {
	background: rgba(0,0,0,0.1);
}
.btn-large {
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 0;
}
.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus {
	background: rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.btn-primary:hover, .btn-primary:focus {
	background: rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
/* Logo */
.logo {
	margin-top: -75px;
	width: 210px;
	height: 150px;
	background: #FFF;
	line-height: 150px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.right-text {
	margin: -150px 15px 0 209px;
	width: 35%;
	height: 76px;
	line-height: 24px;
	text-align: right;
	position: absolute;
	bottom: 23%;
	right: 0;
	z-index: 2;
	color: #3a4b62;
    font-size: 18px;
    text-transform: none;
    font-weight: 200;
}
.right-text p{padding-bottom:10px;}
.right-text{


    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.btn-info{ background-color:#25aae1;}
.btn-info:hover{background-color:#183883}
.btn-warning{ background-color:#fdaa0c;}
.btn-warning:hover{ background-color:#ff8e1d;}
.btn-info,.btn-warning{font-size:14px; font-weight:700;padding:5px 20px; text-transform:uppercase;}
.logo p {
	margin-bottom: 0;
}
.mobile-menu {
	display: none
}
.logo img {
	vertical-align: inherit;
}
.tel-num {
	border-radius: 20px;
	text-align: center;
	padding: 0 15px;
}
/* Sections */
.section {
	margin-top: -75px;
	width: 120px;
	height: 150px;
	position: absolute;
	top: 50%;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.section:hover {
	cursor: pointer;
}
.section.section-expand {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	top: 60px;
	right: 0 !important;
	z-index: 2;
}
.section.section-expand:hover {
	cursor: default;
	animation: none;
	-webkit-animation: none;
}
/* Sections About */
.section#about {
	right: 120px;
}
/* Sections Services */
.section#services {
	right: 0px;
}
/* Sections Portfolio */
.section#folio {
	right: 360px;
}
/* Sections Blog */
.section#blog {
	right: 240px;
}
/* Sections Contact */
.section#contact {
	right: 0px;
}
.section#contact1 {
	right: 0px;
}
section {
	min-height: 100vh
}
.colomuns {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	display: flex;
	justify-content: space-around;
}
.colomuns .blocks-white {
	max-width: 338px;
	text-align: center;
	background: rgba(0,0,0,.25);
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.colomuns .blocks-white:hover {
	background: rgba(0,0,0,.5);
}
.colomuns .blocks-white h4 {
	text-align: left;
	font-size: 20px;
	background: rgba(0,0,0,.3);
	color: #fff;
	padding: 15px 0;
	padding: 5% 8% 5% 8%;
	font-weight: 600;
	border-radius: 5px 5px 0px 0;
}
.colomuns .blocks-white p {
	padding: 2% 8% 0 8%;
	font-size: 14px;
	text-align: left;
}
.colomuns .blocks-white h4 span {
	font-weight: 600;
}
.colomuns .blocks-white span.btn {
	border-radius: 15px;
	box-shadow: none;
	background: #fff;
	border: none;
	margin-bottom: 15px;
}
#folio-det {
	background: url(../img/shutter3.jpg) no-repeat left;
	background-size: cover
}
#services-det .img-responsive {
	display: inline-block;
}
/* Switch Section */
.switch-section {
	width: 100%;
	height: auto;
	background: rgba(255,255,255,.96);
	cursor: pointer;
	display: none;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 10;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
	border-top: 5px solid #E5E5E5
}
.switch-section-open {
	left: 0;
}
.switch-section-cont {
	width: 100%;
	height: 30px;
	text-align: right;
	float: right;
	width: auto;
	padding: 0px 0 0 0
}
.switch-section-cont a {
	color: #0C4DA2;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0 20px 0 20px;
}
.dropdown-menu > li > a {
	text-transform: none;
}
.switch-section-cont a span {
	font-weight: 200;
}
element.style {
	overflow-y: scroll;
}
body.aAU {
	overflow-x: hidden;
	overflow-y: hidden !important;
}
.aAT, .aAU {
	background: none repeat scroll 0 0 #fff;
}
.aAU {
	background-color: #fff;
	overflow-x: visible;
}
body, td, input, textarea, select {
	font-family: arial, sans-serif;
	margin: 0;
}
body {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
body, td, input, textarea, select {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	margin: 0;
	width: 100%;
}
#services .lead {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	opacity: 0.7;
}
.logo1 {
	width: 25%;
}
.logo1 img {
	width: auto;
}
.section-close, .section-about, .section-services, .section-folio, .section-blog, .section-contact {
	display: inline;
	padding: 5px 15px;
	text-transform: uppercase;
}
.section-close span, .section-about span, .section-services span, .section-folio span, .section-blog span, .section-contact span {
	display: inline;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
}
.switch-section-cont.mobile {
	display: none;
}
.section-about i, .section-about span {
	color: #fff
}
.section-services i, .section-services span {
	color: #ff
}
.section-folio i, .section-folio span {
	color: #fff
}
.section-blog i, .section-blog span {
	color: #fff
}
.section-contact i, .section-contact span {
	color: #fff
}
.section-close i, .section-about i, .section-services i, .section-folio i, .section-blog i, .section-contact i {
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	opacity: 0.8;
	display: inline;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.section-about i:hover, .section-about i.active, .section-about i.active span, .section-services i:hover, .section-services i.active, .section-services i.active span, .section-folio i.active, .section-folio i.active span, .section-folio i:hover, .section-blog i:hover, .section-blog i.active, .section-blog i.active span, .section-contact i:hover, .section-close i:hover, .section-contact i.active, .section-contact i.active span {
	font-size: 25px;
	opacity: 1;
}
.section-contact i.active span, .section-about i.active span, .section-services i.active span, .section-folio i.active span, .section-blog i.active span, .section-about i.active span {
	font-size: 18px;
}
.loc-img .item {
	float: left;
	position: relative;
}
.loc-img .item-detail {
	z-index: 1;
}
.dist {
	color: #BBE6C1;
	font-size: 17px;
	line-height: 41px;
}
.dist .icon-white {
	color: #369442;
}
.icon-label {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 95px;
	right: -50px;
	z-index: 10;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.icon-label:hover {
	background: rgba(0,0,0,0.25);
	color: #FFF;
}
/*Pricing*/
.priceing-table-main {
	width: 90%;
	margin: 0 auto;
	min-height: 500px;
}
.prices-head h2 {
	font-size: 2em;
	color: #68AE00;
	margin: 0em 0em 1em 0.4em;
	font-family: 'Carrois Gothic', sans-serif;
}
.price-list ul {
	padding: 0px;
	list-style: none;
}
.price-gd-top {
	background: #3f51b5;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}
.price-gd-top h4 {
	font-size: 14px;
	color: #fff;
	padding: 0.4em 1em;
	background: #3f51b5;
	border-radius: 5px 5px 0px 0px;
}
/*-- w3layouts --*/
.price-gd-top h3 {
	padding: 0.2em 0em 0.1em 0em;
	font-size: 2.5em;
	color: #fff;
}
.price-gd-top h5 {
	font-size: 1em;
	color: #fff;
	padding: 0.2em 0em 0.8em 0em;
}
.price-gd-bottom {
	background: rgba(13,112,153,.8);

text-align: center;

padding: 1em 0em;

height: 250px;

color: #fff;

border-radius:0 0 5px 5px;
}
.price-gd-top.pric-clr2 h4 {
	background: #ff9700;
}
.price-gd-top.pric-clr2 {
	background: #ff9700;
}
.price-selet.pric-sclr2 a {
	background: #66669A;
}
.price-gd-top.pric-clr3 {
	background: #607d8b;
}
.price-gd-top.pric-clr3 h4 {
	background: #607d8b;
}
.price-selet.pric-sclr3 a {
	background: #607d8b;
}
.price-gd-top.pric-clr4 {
	background: #4cb050;
}
.price-gd-top.pric-clr4 h4 {
	background: #4cb050;
}
.price-selet.pric-sclr4 a {
	background: #4cb050;
}
.price-gd-top.pric-clr5 {
	background: #795547;
}
.price-gd-top.pric-clr5 h4 {
	background: #795547;
}
.price-selet.pric-sclr5 a {
	background: #795547;
}
.price-list ul li {
	padding: 10px;
	font-size: 0.9em;
	color: #fff;
	text-align: left;
}
.price-selet {
	padding: 1em 0em;
	text-align: center;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
}
/*-- agileits --*/
.price-selet a {
	font-size: 1.1em;
	color: #fff;
	display: block;
}
.price-selet a {
	color: #ffffff;
	display: inline-block;
	padding: 0.5em 1.5em;
	background: #106596;
	border-radius: 3px;
}
.price-grid {
	margin-bottom: 3em;
}
.price-block {
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.price-block:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 1;
}
.anonunc{margin-right:100px; color:#fff!important;}
.anonunc:hover{
	color:#16c1f3!important;
}
.prod-title {
	font-size: 18px !important;
	color: #fff !important;
}
.prod-title span{ font-weight:normal; display:block;}
section.caro-sec {
	padding-top: 80px;
	padding-bottom: 30px;
	background: #16c1f3;
}
section.caro-sec [class^="icon-"], [class*=" icon-"] {
font-size:50px;
}
.caro-sec .quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
	color: #fff;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #fff;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
#fade-quote-carousel h3 {
	font-weight: 600; font-size:16px;margin-top: 10px;
}
.col-diff .col-md-2{width:20%;}
/* Switch Menu Title */
.section .section-title {
	margin: 35px 0;
	text-align: center;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.section.section-expand .section-title {
	margin: 50px auto 15px;
}
.section .section-title strong {
	margin: 0;
	font: 300 20px/20px Open Sans, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
.section .section-title strong span {
	font-weight: 600;
	display: block;
}
.section.section-expand .section-title strong {
	font-size: 35px;
	line-height: 35px;
}
.section .section-title p {
	margin: 0;
	font: 300 14px/20px Open Sans, Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.75);
}
.section.section-expand .section-title p {
	font-size: 20px;
	line-height: 20px;
}
.section.section-expand .section-title p span {
	font-weight: 700;
}
.section .section-title i {
	margin: 0 auto 10px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.section:hover .section-title i, .darkmenu .section-title i {
	margin-top: -10px;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
}
.section-title i:before{cursor:pointer;}
.section.section-expand .section-title i {
	margin-top: 0;
	padding: 20px;
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,0.25);
	border-radius: 100%;
	font-size: 100px;
	line-height: 100px;
	color: #FFF;
}
.section.section-expand .section-title:hover i {
	opacity: 0.75;
}
.section .container {
	margin: auto;
	display: none;
}
.section.section-expand .container {
	display: block;
}
#blog p {
	color: #C0C0E2
}
/* Thumbnails */
.thumbnails li {
	margin: 0;
	background: rgba(255,255,255,0);
	border-radius: 10px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.thumbnails li:nth-child(2n+2) {
	background: rgba(255,255,255,0.25);
}
.thumbnails li:hover {
	background: rgba(0,0,0,0.1);
}
.thumbnails li .thumbnail {
	padding: 20px 0;
	border: none;
	box-shadow: none;
	text-align: center;
}
.thumbnails li .thumbnail i {
	margin: auto;
	width: 100px;
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	color: #FFF;
	text-align: center;
	display: block;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.thumbnails li:hover .thumbnail i {
	font-size: 90px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.thumbnails li .thumbnail .social-links a {
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
}
.thumbnails li .thumbnail .social-links i {
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #999;
	text-shadow: none;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.thumbnails li .thumbnail .social-links a:hover i {
	color: #333;
}
.thumbnails li .thumbnail .thumb {
	margin: 20px auto;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.thumbnails li:hover .thumbnail .thumb {
	border-radius: 100%;
	box-shadow: 0 10px 0 rgba(255,255,255,0.35), 0 -10px 0 rgba(0,0,0,0.15), 10px 0 0 rgba(255,255,255,0.35), -10px 0 0 rgba(0,0,0,0.15);
	transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
}
.thumbnails li .thumbnail h5 {
	margin-bottom: 5px;
}
.thumbnails li .thumbnail p {
	margin-bottom: 20px;
	font-size: 12px;
}
/* Progress Bar */
.progress {
	margin-bottom: 50px;
	height: 40px;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	filter: none;
	box-shadow: none;
}
.progress-title {
	margin-bottom: 10px;
}
.progress .bar {
	text-shadow: none;
	background: #FFF;
	filter: none;
	box-shadow: none;
}
.width100 {
	width: 100%;
	max-width: 100%
}
/* Products Filter */
.filter {
	margin-bottom: 40px;
	margin-left: 0;
	padding: 14px 0;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	line-height: 30px;
	text-align: center;
}
.filter h3 {
	font-weight: 700;
}
.filter p {
	margin-bottom: 0;
}
.filter p a {
	margin: 0 10px;
	font-size: 14px;
	font-weight: 700;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
.filter p a:hover, .filter p a.active {
	color: #333;
}
.flp.masonry .item {
	width: 285px;
}
.downloads .btn {
	width: 174px;
	text-align: left;
}
#footer a, #footer p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}
#footer a img{opacity:.7; transition:0.5s}
#footer a:hover img{opacity:1; }
#footer .list-inline li {
	padding-left: 0;
}
#footer a strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#folio .downloads .btn {
	width: auto
}
/* Folio Items */
.item .view {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	opacity: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	top: -25px;
	left: 50%;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.item:hover .view {
	opacity: 1;
	top: 50%;
}
.item:hover .view:hover {
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.5);
	line-height: 100px;
}
.item .item-detail {
	padding: 0;
	border: 10px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,1);
	text-align: center;
	opacity: 0;
	position: absolute;
	top: -9999px;
	left: 0;
}
.item.open .item-detail {
	padding: 20px;
	opacity: 1;
	top: 0;
	transition: padding linear 0.25s, opacity linear 0.25s;
	-ms-transition: padding linear 0.25s, opacity linear 0.25s;
	-moz-transition: padding linear 0.25s, opacity linear 0.25s;
	-webkit-transition: padding linear 0.25s, opacity linear 0.25s;
	-o-transition: padding linear 0.25s, opacity linear 0.25s;
}
.item .item-detail em.date {
	margin: 10px 0 20px;
	display: block;
}
.item .item-detail p.lead {
	margin-bottom: 20px;
}
.item .item-detail p {
	margin-bottom: 0;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.item .item-detail a img {
	margin-bottom: 20px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.item .item-detail a img:hover {
	border-radius: 5px;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
}
.item .item-close {
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,0.1);
	line-height: 30px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.item .item-close:hover {
	background: rgba(0,0,0,0.25);
}
.enquiry {
	display: block;
	padding: 0 15px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
/* Address */
address {
	margin: 20px auto 50px;
	padding: 19px;
	width: 95%;
	border: 1px dashed rgba(255,255,255,0.5);
	font: normal 16px/20px Open Sans, Arial, Helvetica, sans-serif;
	text-align: left;
}
address a {
	color: #FFF;
}
address a:hover {
	color: #333;
}
/* Contact Form */
.contact-form {
	margin: 20px 0 50px;
}
.contact-form input[type=text], .contact-form textarea, .contact-form .sum {
	margin: 0 10px 5px 0;
	padding: 15px;
	min-width: 280px;
	width: 280px;
	max-width: 280px;
	min-height: 20px;
	height: 20px;
	max-height: 20px;
	background: rgba(0,0,0,0.1);
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/20px Open Sans, Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
}
.error {
	font-weight: bold;
	margin: 0;
}
.contact-form .sum {
	width: 90px;
	float: left;
}
.contact-form input[type=text]::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
 color:    #FFF;
}
.contact-form input[type=text]::-moz-input-placeholder, .contact-form textarea::-moz-input-placeholder {
 color:    #FFF;
}
.contact-form input[type=text]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
 color:    #FFF;
}
.contact-form input[type=text]::-o-input-placeholder, .contact-form textarea::-o-input-placeholder {
 color:    #FFF;
}
.contact-form button, .contact-form button:hover, .contact-form button:focus {
	margin: 0;
	width: 210px;
	height: 50px;
}
/* Google Map */
#map-canvas {
	margin: 20px 0 50px;
	width: 100%;
	height: 350px;
	z-index: 100;
}
#map-canvas div.gmnoprint, #map-canvas div div + div a img {
	display: none
}
/* ScrollBar */
.nicescroll-rails {
	width: 5px !important;
	height: 100% !important;
	background: none !important;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: inherit !important;
	z-index: 10 !important;
}
.nicescroll-rails div {
	width: 5px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Change Color */
.change-white {
	width: 50px;
	height: 50px;
	background: #FFF;
	position: absolute;
	bottom: 100px;
	left: 0;
}
.change-black {
	width: 50px;
	height: 50px;
	background: #333;
	position: absolute;
	bottom: 50px;
	left: 0;
}
.change-multicolor {
	width: 50px;
	height: 50px;
	background: url(../img/multi.jpg) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.section.section-expand .section-title i {
	display: none;
}
/*carosel*/
.carousel-inner .active.left {
	left: -16.7%;
}
.carousel-inner .next {
	left: 16.7%;
}
.carousel-inner .prev {
	left: -16.7%;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.item:not(.prev) {
	visibility: visible;
}
.item.right:not(.prev) {
	visibility: hidden;
}
.rightest {
	visibility: visible;
}
.about-sec {
	padding: 120px 0;
	background: url(../img/shutter3.jpg) bottom right no-repeat;
	background-size: 100%;
}
.about-sec-insta {
	padding: 120px 0;
	background: url(../img/insta.jpg) bottom left;
	background-size: 100%;
}
.section-title {
	font-size: 40px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 20px;
}
.white-5 {
	color: rgba(255,255,255,1);
	font-size: 15px;
	line-height: 18px;
}
.white-7 {
	color: rgba(255,255,255,.9);
	font-size: 22px;
	line-height: 25px;
}
.white-1 {
	color: rgba(255,255,255,1);
}
.blue {
	color: #27A7DC;
	font-weight: 400;
}
.projectbg {
	background: url(../img/projectbg.jpg) #0C4DA2 no-repeat center top;
}
.study-desk {
	background: #27a7dc no-repeat left center;
}
.tuition {
	background: url(../img/tuition-bg.jpg) #f5dea6 no-repeat left top;
}
.smartmobile-app {
	background: url(../img/smart-doubt.jpg) #E45D25 no-repeat left top;
}
.mobile-app {
	background: url(../img/mobile-app.jpg) #E45D25 no-repeat left top;
}
.sub-head-white {
	color: #fff;
	font-weight: 800;
	font-size: 18px;
}
.testimonial {
	background: rgba(32, 32, 34, 0.9);
	padding: 40px 0
}
.scroll-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.scroll-menu li {
	display: inline-block;
}
.scroll-menu li li {
	display: block;
}
.no-gutter > [class*='col-'] {
 padding-right:0;
 padding-left:0;
}
/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/***
Content
***/
.content {
	padding: 30px 0;
}
/***
Pricing table
***/
.pricing {
	position: relative;
	margin-bottom: 15px;
	border: 3px solid #F0AD4E;
}
.pricing-active {
	border: 3px solid #D9534F;
	margin-top: -10px;
	box-shadow: 7px 7px rgba(213, 83, 79, 0.2);
}
.pricing:hover {
	border: 3px solid #D9534F;
}
.pricing:hover h4 {
	color: #D9534F;
}
.pricing-head {
	text-align: center;
}
.pricing-head h3, .pricing-head h4 {
	margin: 0;
	line-height: normal;
}
.pricing-head h3 span, .pricing-head h4 span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}
.pricing-head h3 {
	font-weight: 300;
	color: #fafafa;
	padding: 12px 0;
	font-size: 27px;
	background: #F0AD4E;
	border-bottom: solid 1px #F0AD4E;
}
.pricing-head h4 {
	color: #bac39f;
	padding: 5px 0;
	font-size: 54px;
	font-weight: 300;
	background: #fbfef2;
	border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
	color: #D9534F;
}
.pricing-head h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-head h4 span {
	top: -10px;
	font-size: 16px;
	font-style: normal;
	position: relative;
}
/*Pricing Content*/
.pricing-content li {
	color: #888;
	font-size: 14px;
	padding: 7px 15px;
	border-bottom: solid 1px #f5f9e7;
}
/*Pricing Footer*/
.pricing-footer {
	color: #777;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	padding: 0 20px 19px;
}
/*Priceing Active*/
.price-active, .pricing:hover {
	z-index: 9;
}
.price-active h4 {
	color: #D9534F;
}
.no-space-pricing .pricing:hover {
	transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
	color: #D9534F;
	padding: 15px 0;
	font-size: 80px;
	transition: color 0.5s ease-in-out;
}
.yellow-crusta.btn {
	color: #FFFFFF;
	background-color: #f3c200;
}
.yellow-crusta.btn:hover, .yellow-crusta.btn:focus, .yellow-crusta.btn:active, .yellow-crusta.btn.active {
	color: #FFFFFF;
	background-color: #cfa500;
}
.hbig {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}
.lbig {
	font-size: 30px;
	font-weight: 200;
}
/*form*/

.form-style-10 {
	padding: 2px;
	margin: 40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.button-section {
	display: inline-block;
}
.form-style-10 .inner-wrap {
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 0px;
}
.form-style-10 h1 {
	background: #2A88AD;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.form-style-10 h1 > span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
}
.form-style-10 label {
	display: inline-block;
	font-size: 13px;
	color: #888;
	margin-bottom: 15px;
}
.form-style-10 input[type="text"], .form-style-10 input[type="date"], .form-style-10 input[type="datetime"], .form-style-10 input[type="email"], .form-style-10 input[type="number"], .form-style-10 input[type="search"], .form-style-10 input[type="time"], .form-style-10 input[type="url"], .form-style-10 input[type="password"], .form-style-10 textarea, .form-style-10 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.form-style-10 input[type="submit"] {
}
.form-style-10 .section {
	color: #2A88AD;
	margin-bottom: 5px;
}
.form-style-10 .section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.form-style-10 input[type="button"], .form-style-10 input[type="submit"] {
	background: #2A88AD;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 15px;
}
.form-style-10 input[type="button"]:hover, .form-style-10 input[type="submit"]:hover {
	background: #2A6881;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy {
	float: right;
	width: 250px;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}
/*tabs*/

/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: transparent;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #16c1f3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #16c1f3;
	background-image: #16c1f3;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #16c1f3;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.bhoechie-tab-content .panel-title {
	font-size: 13px;
}
.bhoechie-tab-content .panel-title span {
	font-weight: normal;
}
.bhoechie-tab-content .panel-heading {
	padding: 5px 0
}
.bhoechie-tab-content .topics-coverd {
	margin: 15px 0;
	color: #1b58a7;
}
/*tabs*/

/*testimonial
Main components 

-------------------------------- */
.cd-testimonials-wrapper {
	position: relative;
	width: 90%;
	max-width: 768px;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 70px;
	z-index: 1;
}
.cd-testimonials-wrapper::after {
	/* quotation mark */
	content: '\201C';
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin-left: -25px;
	background: rgba(32, 32, 34, 0.9);
	font-family: "Georgia", serif;
	color: #ffffff;
	font-size: 70px;
	font-size: 4.375rem;
	text-align: center;
	/* visible on big devices only */
	display: none;
}

/*added by sruthi*/
.subtopic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.drop {
	z-index: 10001;
}
/**/
.subtopic-list li {
	padding-left: 20px;
	background: antiquewhite;
	margin-top: 2px;
}


/*Products*/
 /*Buy Now */
  .price-grid {
    float: left;
    width: 23%;
    margin: 0% 2% 0% 0%;
}
.priceing-table h1 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin:1em 0em;
}
.wthree {
    margin: 0% 0% 0% 0%;
}
.priceing-table-main {
    width:100%;
    margin: 0 auto;
    min-height: 500px;
}
.prices-head h2 {
    font-size: 2em;
    color: #68AE00;
    margin:0em 0em 1em 0.4em;
    font-family: 'Carrois Gothic', sans-serif;
}
.price-list ul {
    list-style: disc;
padding-left: 25px;

}
.price-gd-top {
    background:#3f51b5;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
.price-gd-top h4 {
    font-size: 14px;
    color: #fff;
    padding: 0.4em 1em;
    background:#3f51b5;
    border-radius: 5px 5px 0px 0px;margin-bottom:0;
}
/*-- w3layouts --*/
.price-gd-top h3 {
    padding:.8em 0em 0.1em 0em;
    font-size:2.5em;
    color: #fff;margin:0; font-weight:600;
}
.price-gd-top h3 span{font-size:80%; color:#fff;}
.price-gd-top b{display: block;padding: 15px;

background: rgba(0,0,0,.1);

border-radius: 6px 5px 0 0;

padding: 10px 0;

font-size: 15px;

color: #fff;}
.price-gd-top h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em; margin:0;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 0;
    height: 335px;
}
.price-gd-top.pric-clr2 h4 {
    background: #ff9700;
}
.price-gd-top.pric-clr2 {
    background:#ff9700;
}
.price-selet.pric-sclr2 a {
    background: #66669A;
}
.price-gd-top.pric-clr3 {
    background: #607d8b;
}
.price-gd-top.pric-clr3 h4 {
    background: #607d8b;
}
.price-selet.pric-sclr3 a {
    background: #607d8b;
}
.price-gd-top.pric-clr4 {
    background: #4cb050;
}
.price-gd-top.pric-clr4 h4 {
    background: #4cb050;
}
.price-selet.pric-sclr4 a {
    background: #4cb050;
}
.price-gd-top.pric-clr5 {
    background: #795547;
}
.price-gd-top.pric-clr5 h4 {
    background: #795547;
}
.price-selet.pric-sclr5 a {
    background: #795547;
}
.price-list ul li {
    padding:5px 10px;
    font-size:0.9em;
    color: #545454;
    text-align: left;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}
/*-- agileits --*/
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 1.5em;
    background:#106596;
    border-radius: 3px;
}
.price-grid {
    margin-bottom: 3em;
}
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;   border-radius: 5px
}
.price-block:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
.prod-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #795547 !important;
}
.testi-shadow{box-shadow: 5px 3px 5px #bbb;
border-radius: 5px;  background:#fff;}
.testi-shadow blockquote{border:none;}
.testi-shadow .media{padding:15px;}
.testi-content{margin:15px 0; text-align:justify;}
.testi-shadow .media-heading{ color:#000; font-weight:700;}
@media only screen and (min-width: 768px) {
.cd-testimonials-wrapper {
	margin: 0em auto;
	padding: 20px 50px 20px;
}


}
@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
	/* quotation mark visible */
	display: block;
}
}
.cd-testimonials {
	color: #ffffff;
	text-align: center;
}
.cd-testimonials, .cd-testimonials ul {
	list-style: none;
}
.cd-testimonials::after {
	clear: both;
	content: "";
	display: table;
}
.cd-testimonials > li {
	position: absolute;
	opacity: 0;
}
.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.cd-testimonials p {
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 14px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons [class^="icon-"], .social-icons [class*=" icon-"] {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons [class^="icon-"], .social-icons [class*=" icon-"] {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circles [class^="icon-"], .social-icons.icon-circles [class*=" icon-"] {
	border-radius: 50%;
}
.social-icons.icon-rounded .fa {
	border-radius: 5px;
}
.social-icons.icon-flat .fa {
	border-radius: 0;
}
.social-icons [class^="icon-"]:hover, .social-icons [class*=" icon-"]:hover, .social-icons [class^="icon-"]:active, .social-icons [class*=" icon-"]:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
.social-icons .fa-adn {
	background-color: #504e54;
}
.social-icons .fa-apple {
	background-color: #aeb5c5;
}
.social-icons .fa-android {
	background-color: #A5C63B;
}
.social-icons .fa-bitbucket, .social-icons .fa-bitbucket-square {
	background-color: #003366;
}
.social-icons .fa-bitcoin, .social-icons .fa-btc {
	background-color: #F7931A;
}
.social-icons .fa-css3 {
	background-color: #1572B7;
}
.social-icons .fa-dribbble {
	background-color: #F46899;
}
.social-icons .fa-dropbox {
	background-color: #018BD3;
}
.social-icons .icon-facebook, .social-icons .fa-facebook-square {
	background-color: #3C599F;
}
.social-icons .fa-flickr {
	background-color: #FF0084;
}
.social-icons .fa-foursquare {
	background-color: #0086BE;
}
.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square {
	background-color: #070709;
}
.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
	background-color: #CF3D2E;
}
.social-icons .fa-html5 {
	background-color: #E54D26;
}
.social-icons .fa-instagram {
	background-color: #A1755C;
}
.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
	background-color: #0085AE;
}
.social-icons .fa-linux {
	background-color: #FBC002;
	color: #333;
}
.social-icons .fa-maxcdn {
	background-color: #F6AE1C;
}
.social-icons .fa-pagelines {
	background-color: #241E20;
	color: #3984EA;
}
.social-icons .fa-pinterest, .social-icons .fa-pinterest-square {
	background-color: #CC2127;
}
.social-icons .fa-renren {
	background-color: #025DAC;
}
.social-icons .fa-skype {
	background-color: #01AEF2;
}
.social-icons .fa-stack-exchange {
	background-color: #245590;
}
.social-icons .fa-stack-overflow {
	background-color: #FF7300;
}
.social-icons .fa-trello {
	background-color: #265A7F;
}
.social-icons .fa-tumblr, .social-icons .fa-tumblr-square {
	background-color: #314E6C;
}
.social-icons .icon-twitter, .social-icons .fa-twitter-square {
	background-color: #32CCFE;
}
.social-icons .fa-vimeo-square {
	background-color: #229ACC;
}
.social-icons .fa-vk {
	background-color: #375474;
}
.social-icons .fa-weibo {
	background-color: #D72B2B;
}
.social-icons .fa-windows {
	background-color: #12B6F3;
}
.social-icons .fa-xing, .social-icons .fa-xing-square {
	background-color: #00555C;
}
.social-icons .icon-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
	background-color: #C52F30;
}
.demo-video.hero-unit{background:rgba(0,0,0,.2)}
@media only screen and (min-width: 768px) {
.cd-testimonials p {
	font-size: 22px;
	font-size: 1.375rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials p {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.6;
}
}
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	font-size: 0.75rem;
	color: #6b6b70;
}
@media only screen and (min-width: 768px) {
.cd-author img {
	width: 50px;
	height: 50px;
}
.cd-author .cd-author-info {
	line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
	font-size: 16px;
	font-size: 1rem;
}
.cd-author .cd-author-info li:last-child {
	font-size: 14px;
	font-size: 0.875rem;
}
}
.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
	background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	/* left and right arrows in css only */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 13px;
	background-color: #ffffff;
	z-index: 100000;
}
.flex-direction-nav li a::before {
	z-index: 100000;
	-webkit-transform: translateY(-35px) rotate(45deg);
	-moz-transform: translateY(-35px) rotate(45deg);
	-ms-transform: translateY(-35px) rotate(45deg);
	-o-transform: translateY(-35px) rotate(45deg);
	transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-35px) rotate(-45deg);
	-moz-transform: translateY(-35px) rotate(-45deg);
	-ms-transform: translateY(-35px) rotate(-45deg);
	-o-transform: translateY(-35px) rotate(-45deg);
	transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
.flex-direction-nav li {
	width: 50px;
}
}
@media only screen and (max-width: 768px){.price-grid{width:100%;}
}
@media only screen and (min-width: 1170px) {
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	background-color: #5e5e63;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
	background-color: #ffffff;
}
}
.cd-see-all {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #252527;
	text-align: center;
	text-transform: uppercase;
	color: #6b6b70;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-transition: color, 0.2s;
	-moz-transition: color, 0.2s;
	transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
	color: #79b6e4;
}
.class-menu {
	display: none;
}
.cd-testimonials-all {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
	clear: both;
	content: "";
	display: table;
}
.cd-testimonials-all .cd-testimonials-item {
	margin-bottom: 2em;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0) scale(0.4);
	-moz-transform: translate3d(0, 0, 0) scale(0.4);
	-ms-transform: translate3d(0, 0, 0) scale(0.4);
	-o-transform: translate3d(0, 0, 0) scale(0.4);
	transform: translate3d(0, 0, 0) scale(0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
	position: relative;
	background: #79b6e4;
	color: #ffffff;
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}
.cd-testimonials-all p::after {
	/* creating the triangle in css */
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
	text-align: left;
	margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
	box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
	-webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 46%;
	margin: 0 2% 3em;
}
.cd-testimonials-all .cd-author {
	margin-left: 1em;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 30%;
	margin: 0 1.6666% 3em;
}
}
.close-btn {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 5%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.close-btn::before, .close-btn::after {
	/* close icon in css */
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 24px;
	top: 8px;
	left: 19px;
	background-color: #39393c;
}
.close-btn::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.subscribe-head h2 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 13px;
	text-transform: uppercase;
}
.subscribe-head p {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 39px;
}
.subscribe-head {
	text-align: center;
}
.form-section input[type="email"] {
	border: 0 none;
	border-radius: 25px;
	color: #9b9b9b;
	font-size: 16px;
	font-style: normal;
	height: 51px;
	letter-spacing: 0;
	text-align: center;
	width: 460px;
}
.form-section input[type="submit"] {
	background: #fdb801 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 25px;
	color: #fff;
	height: 51px;
	letter-spacing: 0;
	margin-left: -60px;
	padding: 0 58px;
}
/* Desktop large layout */
@media (min-width: 1200px) and (max-width: 1280px) {
}
@media (max-width: 1024px) {
.switch-section-cont {
	display: none;
}
.scroll-menu {
	display: none;
}
.mobile-menu {
	display: block;
}
.js .slicknav_menu {
	background: #fff;
}
.js .slicknav_btn {
	background: #fff;
	margin-top: -25px;
}
.sub-bar-scroll {
	top: 45px;
}
.js .slicknav_nav .slicknav_row, .js .slicknav_nav a {
	color: #23527c;
}
.js .slicknav_menu .slicknav_icon-bar {
	-webkit-box-shadow: 0 1px 0 #000;
	-moz-box-shadow: 0 1px 0 #000;
	box-shadow: 0 1px 0 #000;
}
.right-text {
	display: none
}
.logo {
	display: none;
}
.loaded #slides .slides-container .slides-detail h1 {
	margin: 40px 0 0 20px;
}
.loaded #slides .slides-container .slides-detail .lead {
	margin: 0 0 0 20px;
}
}
@media (max-width: 980px) {
.sub-bar-scroll {
	top: 0;
}
.top-bar {
	display: none;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1280px) {
.logo {
	margin-top: -150px;
}
.section {
	margin-top: -150px;
}
.contact-form input[type=text], .contact-form textarea {
	min-width: 220px;
	width: 220px;
	max-width: 220px;
}
.contact-form button, .contact-form button:hover, .contact-form button:focus {
	width: 160px;
}

}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.logo {
	margin-top: -150px;
}
.section-close i, .section-about i, .section-services i, .section-folio i, .section-blog i, .section-contact i {
	font-size: 18px;
}
.section-close, .section-about, .section-services, .section-folio, .section-blog, .section-contact {
	padding: 3px 5px;
}
.contact-form input[type=text], .contact-form textarea {
	min-width: 145px;
	width: 145px;
	max-width: 145px;
}
.contact-form button, .contact-form button:hover, .contact-form button:focus {
	width: 169px;
}

}
/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}
.switch-section-cont {
	display: none;
}
.switch-section-cont.mobile {
	display: block;
}
.switch-section-cont.mobile a span {
	display: none
}
.section-close i, .section-about i, .section-services i, .section-folio i, .section-blog i, .section-contact i {
	font-size: 18px;
}
.section-close, .section-about, .section-services, .section-folio, .section-blog, .section-contact {
	padding: 5px 10px;
}
#slides .slides-container .slides-detail h1 {
	margin: 71px 0 0 190px;
}
.contact-form input[type=text], .contact-form textarea, .contact-form .sum {
	margin: 0 auto 10px;
	min-width: 200px;
	width: 219px;
	max-width: 300px;
	min-height: 50px;
	height: 50px;
	max-height: 50px;
	float: left;
}
span.pl {
	float: left;
}
#spambot {
	float: left;
	width: 100%;
}
.contact-form .sum, .contact-form .captcha {
	width: 66px!important;
	min-width: 50px!important;
}
.contact-form textarea {
	min-width: 200px;
	width: 219px;
	max-width: 270px;
	display: block;
	height: 91px;
	max-height: 91px;
}
.contact-form .btn {
	background: #F36F21;
	height: 50px;
	width: 219px;
}
.contact-form button, .contact-form button:hover, .contact-form button:focus {
	margin: 0 auto;
	width: 290px;
	display: block;
}
.logo1 img {
	width: 100px;
}
.switch-section-cont.mobile {
	display: inline;
	float: right;
	width: 300px;
	padding: 5px 0;
}
.enquiry {
	font-size: 13px;
	line-height: 14px;
}
}

/* Mobile portrait layout */

@media only screen and (max-width: 1024px) {
.projectbg {
	background: url(../img/projectbg.jpg) #0C4DA2 no-repeat -155px top;
}
.study-desk {
	background-size: 30%
}
}
 @media only screen and (max-width: 990px) {
	 #slides .slides-container .slides-detail{height:100px!important;margin:-75px 0 0 0 !important;}
	 .section .section-title i{display:none;}
.slides-navigation{ bottom:40%!important;}
.loaded #slides .slides-container .slides-detail h1 {

    margin: 15px 0 0 20px;

}
.switch-section-cont a {
	padding: 0 0 0 7px;
	font-size: 15px
}
.projectbg {
	background: #0C4DA2;
}
#parent-desk {
	background-image: none!important;
	background-color: #cd9b1e!important;
}
.about-sec {
	background-image: none!important;
}
.bhoechie-tab-menu {
	display: none;
}
.class-menu {
	display: block;
	padding: 15px;
}
.class-menu-bg {
	background: #eee;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
}
.class-menu-bg a {
	background: rgba(0,0,0,.2);
	color: #fff;
	margin: 0 2px;
	border-radius: 2PX;
	FONT-SIZE: 11px;
	padding: 0 3px;
	display: inline-block;
	text-align: center;
}
.class-menu-bg a.active, .class-menu-bg a.active:hover, .class-menu-bg a:hover {
	background: #1e79c4;
}
.class-menu-bg h2 {
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
}

.section#about {
	right: 75%;
}
.section#services {
	right: 50%;
}
.section#folio {
	right: 25%;
}
.section#blog {
	right: 0px;
}
.section#contact {
	right: 0;
}
.section {
	width: 25%;
	height: 61px; margin-top: -136px;
}
.section .section-title strong span{ display:inline-block;}
.section .section-title {
	margin: 14px 0;
}
.section .section-title strong, .section .section-title p {
	display: block;
}}
@media only screen and (max-width: 768px) {
	section {

    min-height: auto;

}

	#blog-det{background:none!important;}
	.slides-navigation {

    margin-bottom: 0;
    margin-left: -50px;
    bottom: 0;
    right: 0;
    left: auto;

}
.slides-navigation {

    margin-bottom: -36px}
.bhoechie-tab-container .hero-unit {
	height: auto;
}
.bhoechie-tab-container .row {
	margin-left: 0;
	margin-right: 0;
}
.class-padding {
	padding: 20px 0 15px 0;
}
.mobile-menu {
	display: block;
}
.js #menu2 {
	display: none;
}
.js .slicknav_menu {
	display: block;
	background: #fff;
}
.js .slicknav_btn {
	margin-top: -25px;
	z-index: 100;
}
.js .slicknav_nav .slicknav_row, .js .slicknav_nav a {
	color: #23527c;
}
}
@media only screen and (max-width: 667px) {
.top-bar .pull-right span i, .top-bar .pull-right span {
	padding: 0 2px 0 0;
}
.top-bar {
	height: auto;
}
.sub-bar {
	top: 60px;
}
.sub-bar-white {
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.top-bar .pull-left {
	width: 80%;
	float: none!important;
	text-align: center;
	margin: 0 auto;
}
.top-bar .pull-right {
	float: none!important;
	text-align: center;
	margin: 0 auto;
}
.sub-bar-white {
	float: none !important;
	width: 90%;
	margin: 0 auto;
}
}
@media (max-width: 479px) {
body {
	padding-right: 0;
	padding-left: 0;
}
.loaded #slides .slides-container .slides-detail h1 {
	font-size: 22px;
}
.loaded #slides .slides-container .slides-detail .lead {
	font-size: 16px;
	line-height: 18px;
}
.switch-section-cont {
	display: none;
}
.switch-section-cont.mobile {
	display: inline;
	float: right;
	width: 240px;
	padding: 10px 0;
}
.switch-section-cont.mobile a span {
	display: none
}
.section-close i, .section-about i, .section-services i, .section-folio i, .section-blog i, .section-contact i {
	font-size: 15px;
}
.section-close, .section-about, .section-services, .section-folio, .section-blog, .section-contact {
	padding: 5px 5px;
}
.enquiry {
	font-size: 12px;
	line-height: 14px
}
.enquiry span {
	display: none;
}
.logo1 img {
	width: 115px;
}
.darkmenu .section-title i {
	margin-top: -10px;
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
	color: #FFF;
}
.darkmenu .section-title strong {
	display: block;
	line-height: 16px;
	font-size: 14px;
}
.contact-form input[type=text], .contact-form textarea {
	margin: 0 auto 10px;
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	min-height: 50px;
	height: 50px;
	max-height: 50px;
	float: none;
}
.contact-form textarea {
	min-width: 270px;
	width: 270px;
	max-width: 270px;
	display: block;
}
.contact-form button, .contact-form button:hover, .contact-form button:focus {
	margin: 0 auto;
	width: 290px;
	display: block;
}
}
 @media only screen and (max-width: 414px) {
.sub-bar {
	top: 92px;
}
.sub-bar .pull-right a {
	font-size: 14px;
}
.sub-bar-white {
	width: 95%;
	padding: 0;
}
.sub-bar .pull-right span {
	padding-right: 0;
}
}
.class-selector{
	width:300px;
	margin-bottom: 20px;
  }
  .class-selector h4{
	display: inline;
	margin-right: 20px;
  }
  .class-select-box{
	width:110px;
	display: inline;
  }