.mock-header {
	background: #fefefe;
	padding: 10px 0;
	border-bottom:2px solid #1C651F;
	border-top:5px solid #1C651F
}


.carousel-inner>.item>a>img, 
.carousel-inner>.item>img,
.img-responsive, 
.thumbnail a>img,
.thumbnail>img{ margin-bottom:0px;}

.olbtn {
  background-color: #004A7F;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block; 
  font-size: 13px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 3px #ffcc00; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #ffcc00; box-shadow: 0 0 3px #ffcc00; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #ffcc00; box-shadow: 0 0 3px #ffcc00; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.olbtn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

a.olbtn {color:#fff}


a.btnfeatures{ background-color:transparent; border-radius:2px;display: inline-block; border-radius:4px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle; color:#fff;border:1px solid #fff; padding:7px 20px; margin-right:20px; background:#193fab; }
a.btnfeatures:hover{ border:1px solid #fff; background-position: right center;  background:#ffa53b; }



.main_btn {
  display: inline-block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #dd1d1d;  
  padding: 0px 10px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  font-size: 13px;
  letter-spacing: .1px;
  border-radius:4px;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.main_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b71919;
  z-index: -1;
  left: 0px;
  top: 0px;
    border-radius:4px;
  display: block;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_btn:hover {
  color: #fff;
}

.main_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.main_b_btn {
  display: inline-block;  
  font-family: "Montserrat", sans-serif;  
  text-align: center;
  padding: 0px 20px;
  background: #518e1b;  
  border-radius:4px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  line-height: 33px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;  
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.main_b_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f16a28;
  z-index: -1;
  left: 0px;
  top: 0px;
  border-radius:4px;
  display: block;
  z-index: -1;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.main_b_btn:hover {
  border-color: #c7091f;
  color: #fff;
}

.main_b_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


p.testimonial_para { font-size:15px; line-height:28px;}
.testimonials img{width:100%; height:100%; border:1px solid #ccc; padding:2px;}
ul.nlist li{ line-height:16px;}
.photo-gallery img{ padding:2px; border:1px solid #eee; margin:3px; border-radius:2px; height:120px}
.promo-img img{ margin:20px auto}
.course-header .btn{ float:right}
.testimonial_subtitle{
    color: #222;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 0 auto;
}

.strip3 .item{padding:20px 50px;}
.online-form input,select, textarea{margin-bottom:5px;}
.onload-modal .btn{width:100%}
.flash {
	animation-name: flash;
	animation-duration: 0.4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
}
@keyframes flash {
from {
color:#9b0e11;
}
to {
	color: #B5C606;
}
}
.mock-test, .msg-modal {
	z-index: 1000000
}
.strip2 img, .tg-galleryatuoeandk, .video-gallery {
	margin-bottom: 25px
}
.home-intro h2, .sticky li p, .strip1 h3 {
	text-transform: uppercase
}
.home-intro h2, .home-intro p {
	text-shadow: 3px 3px 6px #333
}
.close-icon, .sticky li {
	cursor: pointer
}
@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
	font-weight: 400;
	font-style: normal
}
body {
	font-family: OpenSans-Regular;
}
.panel-body{padding:5px; !important}
.mock-test {
	top: 32%;
	position: fixed;
	right: 0
}
.top-menu ul li {
	list-style: none;
	float: right;
	padding: 0 10px;
	text-align: right;
	color: #fff
}
h4.stuname {
	font-size: 1.3em!important
}
.item h5 {
	color: #1C651F
}

.rside{position: fixed;
	top: 35%;
	right: 0;
	
	height:272px;
	z-index: 1000;
	}

.bounce {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 140px;
	z-index: 2;	
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px)
}
}
@-moz-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-moz-transform:translateY(0)
}
40% {
-moz-transform:translateY(-30px)
}
60% {
-moz-transform:translateY(-15px)
}
}
@-o-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-o-transform:translateY(0)
}
40% {
-o-transform:translateY(-30px)
}
60% {
-o-transform:translateY(-15px)
}
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
transform:translateY(0)
}
40% {
transform:translateY(-30px)
}
60% {
transform:translateY(-15px)
}
}
.strip1 h3 {
	color: #fff;
	font-size: 1.6em;
	line-height: 20px
}
.strip1 .ticker-text {
	margin-top: 5px
}
.strip1 a {
	color: #333;
	margin-right: 25px
}
.strip1 a:hover {
	text-decoration: underline
}
.selection {
	margin-top: 3em
}
.selection img {
	border: 1px solid #fff;
	padding: 3px;
	border-radius: 6px;
	box-shadow: 3px 3px 3px #ccc
}
.blink_me {
	font-size: 15px;
	animation: blinker 1s linear infinite;
	color: #fdff05
}
.blink_me2 {
	animation: blinker 2s linear infinite;
	color: #fecb30
}
@keyframes blinker {
50% {
opacity:0
}
}
#left ul.nav li a:hover, .sticky li p a, .sticky li p a:hover, .top-header a:hover {
	text-decoration: none
}
.banner-bg {
	background: #eee;
	padding: 20px  0
}
.features, .section-result, .section-testimonial {
	background: #fff
}
.strip1 {
	background: #f7f7f7
}
.strip2 {
	background:none;
	padding: 2em 0
}
#left ul.nav, #left ul.nav li a .lbl {
	font-size: 12px
}
.banner {
	border: 2px solid #fff
}
.strip2 img {
	border: 1px solid #ccc;
	box-shadow: 3px 6px 6px #ccc
}
.strip3 {
	background: #fff;
	padding: 3em 0
}
.strip4 {
	background: #f7f7f7;
	padding: 3em 0
}
.strip5 {
	background: #fff;
	padding: 3em 0
}
.fixed-sidebar, .side-content {
	overflow-y: auto;
	background: #fff
}
.fixed-sidebar {
	top: 0;
	left: 0;
	padding: 0;
	max-height: 500px;
	overflow-x: auto;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.testi img {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc
}
.col-left, .side-content {
	border: 1px solid #e2e2e2
}
.side-content {
	height: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px
}
.photo-grid {
	padding-top: 0
}
.photo-grid ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
	width: 150px
}
.photo-grid .caption {
	background: #F7F7F7;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-align: center;
	padding: 2px;
	height: 180px;
}
.photo-grid ul li img {
	border: 2px solid #a7a7a7;
	padding: 5px 3px 3px 5px;
	box-shadow: 0 0 0 0 #a7a7a7, 2px 2px 0 0 #e6e6e6, 4px 4px 0 0 #a7a7a7, 6px 6px 0 0 #e6e6e6;
	background-color: #e6e6e6;
	border-radius: 5px;
	height: 90px;
	float: left;
	margin: 12px
}
#left .nav>li>a {
	position: relative;
	padding: 0;
	color: #333;
	font-weight: 400
}
#left ul ul {
	margin-left: 10px
}
#left li {
	line-height: 15px
}
#left ul.nav {
	margin-bottom: 2px
}
#left ul.nav ul, #left ul.nav ul li {
	list-style: none!important;
	margin-top: 0;
	margin-bottom: 0
}
#left ul.nav ul, #left ul.nav ul.children {
	padding-left: 0;
	width: auto
}
#left ul.nav ul.children li {
	margin-left: 0
}
#left ul.nav li a:hover .lbl {
	color: #999!important
}
#left ul.nav li.current>a .lbl {
	background-color: #999;
	color: #fff!important
}
#left ul.nav li.parent ul li a {
	color: #222;
	border: none;
	display: block;
	padding-left: 0
}
#left ul.nav li.parent ul li a:hover {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#left ul.nav li .sign {
	padding: 3px;
	background-color: transparent;
	color: #fff
}
#left ul.nav li.parent>a>.sign {
	margin-left: 0;
	background-color: #999;
	padding: 0 6px
}
#left ul.nav li .lbl {
	padding: 5px 6px;
	display: inline-block
}
#left ul.nav li.current>a>.lbl {
	color: #fff
}
#left ul.nav>li.item-8 .lbl {
	color: #51c3eb
}
#left ul.nav>li.item-8 li.current>a .lbl {
	background-color: #51c3eb;
	color: #fff!important
}
#left ul.nav>li.item-15.parent>a {
	border: 1px solid #94cf00
}
#left ul.nav>li.item-15 li.parent>a>.sign, #left ul.nav>li.item-15.parent>a>.sign {
	margin-left: 0;
	background-color: #94cf00
}
#left ul.nav>li.item-15 .lbl {
	color: #94cf00
}
#left ul.nav>li.item-15 li.current>a .lbl {
	background-color: #94cf00;
	color: #fff!important
}
#left ul.nav>li.item-22.parent>a {
	border: 1px solid #ef409c
}
#left ul.nav>li.item-22 li.parent>a>.sign, #left ul.nav>li.item-22.parent>a>.sign {
	margin-left: 0;
	background-color: #ef409c
}
#left ul.nav>li.item-22 .lbl {
	color: #ef409c
}
#left ul.nav>li.item-22 li.current>a .lbl {
	background-color: #fff;
	color: #222!important
}
.testimonial {
	padding: 30px 15px 30px 30px;
	border-style: solid;
	border-width: 5px 1px 1px;
	margin: 15px 0;
	border-color: #cfb87c #ddd #ddd
}
.testimonial img {
	border: 1px solid #ddd;
	margin: auto auto 15px;
	width: 80%
}
.testimonial blockquote {
	font-size: 13px
}
.testimonial blockquote cite {
	float: left;
	font-weight: 600;
	margin-top: 10px;
	width: 100%
}
.testimonial blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 5em;
	line-height: 0;
	margin-right: .1em;
	vertical-align: -.4em
}
.testimonial blockquote:after {
	content: close-quote;
	visibility: hidden
}
.pimg {
	float: right;
	margin-left: 25px
}
.post-title {
	text-align: left;
	font-size: 20px;
	margin: 0;
	color: #1c651f
}
.alternative-meta {
	text-align: left;
	color: #000
}
#home-services h3, #quote-carousel, .destacados, .headg, .main-heading, .person-text {
	text-align: center
}
.thumbnail .caption {
	padding: 9px;
	min-height: 140px;
	color: #333
}
.head-bg {
	background: #003466;
	color: #fff;
	padding: 3px 10px;
	font-size: 15px
}
h4 .head-bg {
	font-size: 12px
}
.fixed-sidebar .panel-body {
    padding: 5px ;
	color:#333
}
.fixed-sidebar .panel-body a{   
	color:#333;
	
}
.fixed-sidebar .panel-body:hover{   
	color:#000;
	font-weight:600;
background:#eee	
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0 !important;
	font-size: 13px!important;
	color: inherit;
}
.panel-title a {
	color: #fff
}
.panel-group .panel-default>.panel-heading {
	color: #fff;
	background-color: #003466!important;
	border-color: #222!important;
	margin-bottom:3px;
}


.tg-faculy figure:before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 7px solid rgba(255,255,255,.5)
}
.tg-faculy figure img {
	width: 100%;
	height: auto;
	display: block
}
.heading-line-bottom::after, .line-bottom:after {
	height: 2px;
	left: 0;
	content: ""
}
ul.list {
	margin-bottom: 25px
}
.heading-line-bottom {
	border-bottom: 1px dashed grey;
	display: inline-block;
	position: relative;
	margin: 20px 0
}
.heading-line-bottom::after {
	position: absolute;
	top: 4px;
	width: 20px
}
.heading-title {
	margin-top: 10px
}
.line-bottom {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px
}
.line-bottom:after {
	bottom: -1px;
	position: absolute;
	width: 80px;
	background: #1C651F!important
}
.bg-yellow, .sidebar .panel-heading {
	background: #fc0;
	clear:both
}
.main-img {
	margin: -30px -30px 30px;
	overflow: hidden;
	position: relative
}
.font-weight-600 {
	font-weight: 700
}
.bg-green {
	background: #1C651F;
	color: #fff
}
.col-left, .media-left {
	padding: 30px 30px 15px;
	background-color: #fff;
	margin-bottom: 60px;
	position: relative
}
.col-left {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.media-left {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 600px
}
.page-img {
	float: left;
	
}
.divframe {
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	border: 1px solid #ccc
}
.main-heading {
	font-size: 2em;
	line-height: 25px
}
.desc {
	margin-bottom: 15px;
	font-weight: 400
}
.panel-primary {
	border-color: #0374d6
}
.panel {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eee
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #0374D6;
	border: 0;
	padding: 10px 10px 0
}
.well-green, .well-orange, .well-yellow {
	min-height: 20px;
	padding: 10px
}
.well-orangee {
	min-height: 20px;
	padding: 10px;
	color:#fff;
	border-radius:5px;
}
.noticetab .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	width:100%;
}
.noticetab .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background: #3B5998!important;
	color: #fff;
	padding: 10px 14px;
}
.noticetab .nav-tabs {
	border-bottom: 1px solid #fff
}
.noticetab .nav-tabs>li.active>a {
	color: #fff!important;
	background: #D51C23!important
}

.coursetab .nav-tabs>li {
	float: left;
	/* margin-bottom: -1px */
}
.coursetab .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background: #ede6e6!important;
	color: #222;
	padding: 10px 14px;
	font-size:14px;
}
.coursetab .nav-tabs {
	border-bottom: 1px solid #fff
}
.coursetab .nav-tabs>li.active>a {
	color: #fff!important;
	background: #1C651F!important
}

.well-green {
	color: #fff;
	background-color: #60a51c
}
.well-orange {
	color: #fff;
	background-color: #005faf
}
.well-yellow {
	color: #333;
	background-color: #FFF500
}
.well-green a, .well-green a:hover, .well-orange a, .well-orange a:hover, .well-red a, .well-red a:hover {
	color: #fff
}
.mrg-tp-15 {
	margin-top: 10px
}
.mrg-btm-35 {
	margin-top: 35px
}
.carousel-control .glyphicon-chevron-right {
	margin-left: 30px!important
}
.rsection {
	padding: 8em 0
}
.home-intro {
	background: url(../images/22.jpg) center fixed;
	background-size: cover;
	color: #fff
}
.home-intro .overlay {
	background: rgba(42,32,-95,-1.4)
}
.home-intro h2 {
	color: #fff;
	font-weight: 700;
	line-height: 35px
}
.home-intro h3 {
	color: #f6da1c
}
.course-bg, ul .ulist li a {
	color: #333
}
.spacer {
	padding: 6em 0
}
.spacers {
	padding: 4em 0
}
ul .ulist li {
	line-height: 10px;
	padding: 10px
}
.course-bg {
	background: #eee;
	padding: 3px;
	border: 1px solid #666
}
ul.lst li {
	line-height: 20px;
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}
.boxbg2{ background: #f5f5f5;padding: 10px 10px; border-radius: 5px; border: 1px solid #ccc;}
.boxbg{ background: #f5f5f5;padding: 10px 10px; border-radius: 5px; border: 1px solid #ccc;

}

.div-border, .div-borders {
	padding: 10px;
	min-height: auto;
	overflow-y: auto;
	margin-bottom: 15px
}
ul.lst li:last-child {
	border-bottom: none
}
ul.lst li a {
	line-height: 10px;
	color: #333
}
.div-borders {
	background: #fff;
	max-height: 200px
}
.div-borders .nav>li {
	position: relative;
	display: block
}
.div-borders::-webkit-scrollbar {
width:.5em
}
.div-borders::-webkit-scrollbar-thumb {
background-color:#ddd
}
.div-border {
	background: #fff;
	max-height: 220px
}
.div-border .nav>li {
	position: relative;
	display: block
}
.div-border::-webkit-scrollbar {
width:.5em
}
.div-border::-webkit-scrollbar-thumb {
background-color:#ddd
}
.icons-container {
	padding: 0;
	margin: 0;
	position:fixed;
	right: 0;
	top: 200px;
	width:320px;
	right: -240px;
	z-index: 3
}
.icons li {
	list-style-type: none;
	background-color: #eee;
	color: #222;
	height: 80px;
	border-radius:5px;
	padding: 0;
	margin: 0 0 1px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.icons li:hover {
	margin-left: -150px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0)
}
.icons li img {
	float: left;
	margin:0
}
.icons li p {
	padding-top: 15px;
	margin: 0;
	line-height: 23px;
	text-align: left
}
.icons li p a {
	color: #222;
	line-height:23px;
	font-size: 15px;
	font-weight:bold;
	padding-top:10px;
	
}
.icons li p a:hover {
	text-decoration:none
	
}

.sticky-container {
	padding: 0;
	margin: 0;
	position: fixed;
	left: -153px;
	top: 330px;
	width: 200px;
	z-index: 3
}
.sticky li {
	list-style-type: none;
	background-color: #333;
	color: #efefef;
	height: 43px;
	padding: 0;
	margin: 0 0 1px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.sticky li:hover {
	margin-right: -90px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0)
}
.sticky li img {
	float: right;
	margin: 5px 10px 5px 5px
}
.sticky li p {
	padding: 0 50px 0 0;
	margin: 0;
	line-height: 43px;
	text-align: right
}
.sticky li p a {
	color: #fff;
	line-height: 43px;
	font-size: 15px;
	padding-top: 50px
}


.count, .headg {
	line-height: 35px
}
.sticky-left, .sticky-left-2 {
	padding: 0;
	position: fixed;
	left: 0;
	z-index: 1100;
	margin: 0
}
.sticky-left {
	top: 230px;
	width: 60px;
	height: 262px
}
.sticky-left-2 {
	top: 380px;
	width: 71px;
	height: 281px
}
.tabbable-panel {
	border: 1px solid #eee;
	padding: 10px
}
.tabbable-line>.nav-tabs {
	border: none;
	margin: 0
}
.tabbable-line>.nav-tabs>li {
	margin-right: 2px
}
.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373
}
.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6
}
.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	border-bottom: 4px solid #fbcdcf
}
.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: 0 0!important;
	color: #333
}
.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6
}
.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0
}
.tabbable-line>.nav-tabs>li.active {
	border-bottom: 4px solid #f3565d;
	position: relative
}
.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #333
}
.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040
}
.count, .text-white {
	color: #fff
}
.tabbable-line>.tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0
}
.portlet .tabbable-line>.tab-content {
	padding-bottom: 0
}
.tabbable-line.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent
}
.tabbable-line.tabs-below>.nav-tabs>li>a {
	margin-top: 0
}
.tabbable-line.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf
}
.tabbable-line.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d
}
.tabbable-line.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}
.destacados {
	padding: 20px 0
}
.destacados>div>div {
	padding: 10px;
	border-radius: 4px;
	transition: .2s;
	border: 1px solid #c8c8c8
}
.destacados>div:hover>div {
	margin-top: -10px;
	border: 1px solid #c8c8c8;
	box-shadow: rgba(0,0,0,.1) 0 5px 5px 2px;
	background: rgba(200,200,200,.1);
	transition: .5s
}
.count {
	font-size: 25px
}

.headtit {
	margin-bottom: 5px;
	font-size: 30px;
	text-transform: capitalize;
	color: #1c651f
}
.headg {
	margin-bottom: 65px;
	font-size: 26px;
	text-transform: capitalize;
	color: #1c651f
}
.menubg {
	background: #003366;
	border-bottom: 2px solid #003366;
}
.main-header {
	padding: 5px 0;
	background:#00ffff;
}
.top-header {
	background: #003366;
	border-bottom: 1px solid #eee;
	padding: 8px 0
}
.top-header .mrg-top {
	margin-top: 3px
}
.top-header a, .top-header a:hover {
	color: #fff;
	padding: 5px 14px;
	margin-top: 0px
}
.top-header i {
	color: fff
}
.icon-wrap, .ticker-caption {
	color: #fff;
	text-align: center
}
.ticker-caption {
	width: 150px;
	background:url(../images/ticker-caption-bg.png);
	padding: 2px 2px;
}
.headline h2 {
	margin: 0 0 10px;
	padding-bottom: 1px;
	display: inline-block;
	border-bottom: 2px solid #217f24;
	font-size: 25px
}
#slider-text, .block {
	display: block
}
#testi {
	padding: 1em 0
}
#home-services {
	padding: 3em 0
}
#home-services h3 {
	font-size: 1.2em
}
.h-service {
	border: 1px solid #eee;
	margin-bottom: 45px;
	padding: 10px
}
.h-service:hover {
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px #eee
}
.icon-wrap {
	font-size: 2em;
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin-right: 30px
}
.ico-bg {
	background: #1c651f
}
.h-service:hover .ico-bg {
	background: #1c651f;
	transition: all ease-in-out 8ms
}
.round-fifty {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-left: 40%;
	margin-top: -25px
}
.carousel-control.left, .carousel-control.right {
	background: 0 0;
	width: 25px
}
.carousel-control.left {
	left: -25px;
	top: 50px
}
.carousel-control.right {
	right: -25px;
	top: 50px
}
.broun-block {
	background: url(http://myinstantcms.ru/images/bg-broun1.jpg) center top rgba(0,0,0,0);
	padding-bottom: 34px
}
.block-text {
	background-color: #f7f4f4;
	border-radius: 5px;
	box-shadow: 0 3px 0 #eee;
	color: #626262;
	font-size: 14px;
	margin-top: 27px;
	margin-bottom: 30px;
	padding: 15px 18px
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid red
}
.sprite {
	background-image: url(images/arrow-down.png) no-repeat
}
.mark {
	padding: 12px 0;
	background: 0 0
}
.block-text p {
	color: #585858;
	font-style: italic;
	line-height: 20px
}
.sprite-i-triangle {
	background-position: 0 -1298px;
	height: 44px;
	width: 50px
}
.block-text ins {
	bottom: -44px;
	left: 50%;
	margin-left: -60px
}
.zmin {
	z-index: 1
}
.ab {
	position: absolute
}
.person-text {
	padding: 10px 0 0;
	z-index: 2
}
.person-text a {
	color: #fc0;
	display: block;
	font-size: 14px;
	margin-top: 3px;
	text-decoration: underline
}
.person-text i {
	color: #fff;
	font-family: Georgia;
	font-size: 13px
}
#itemslider h4, #itemslider h5, #itemslider h6, #slider-text h2, .badge {
	font-family: 'Josefin Sans', sans-serif
}
.rel {
	position: relative
}
.number-count {
	background: #333;
	color: #fff;
	padding: 3em 0
}
#quote-carousel {
	padding: 0 10px 30px;
	margin-top: 30px
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px
}
#quote-carousel .carousel-indicators li {
	background: silver
}
#quote-carousel .carousel-indicators .active {
	background: #333;
	height: 10px;
	width: 10px;
	margin-bottom: 1px
}
#slider-text {
	padding-top: 40px
}
#slider-text .col-md-6 {
	overflow: hidden
}
#slider-text h2 {
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 30px auto;
	padding-left: 40px
}
#itemslider h4, #itemslider h5 {
	font-size: 12px
}
#slider-text h2::after {
	border-top: 2px solid #c7c7c7;
	content: "";
	position: absolute;
	bottom: 35px;
	width: 100%
}
#itemslider h4 {
	font-weight: 400;
	margin: 10px auto 3px
}
#itemslider h5 {
	font-weight: 700;
	margin: 3px auto 2px
}
#itemslider h6, .badge {
	font-weight: 300
}
#itemslider h6 {
	font-size: 10px;
	margin: 2px auto 5px
}
/* Boxes
------------------------------------------------ */

/* List style */
.section-why ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 0;
  }


.section-why ul.thumbnails li { 
  list-style: none; 
 
  }
  
.section-why .caption-box{ background:#eee; padding:5px}
.section-why .thumbnail {    
    margin-bottom: 0px;   
    border-bottom-left-radius: 4px;
	 border-bottom-right-radius: 4px;
  }
.section-why h4{font-weight:400; text-align:center}
.section-why p{text-align:center}
.section-why a.btn{text-align:center}
.section-why .carousel-control{
        background: #666 !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 30px -10px 0;
        height: 30px;
        width: 30px;
        }

/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header { text-align: center; } 
}
@media (max-width: 479px) {
    .caption-box { word-break: break-all; }
    ul.thumbnails li { margin-bottom: 30px; }
}


@media screen and (max-width:992px) {
#slider-control img {
	padding-top: 70px;
	margin: 0 auto
}
}
.carousel-showmanymoveone .carousel-control {
	width: 4%;
	background-image: none
}
.carousel-showmanymoveone .carousel-control.left {
	margin-left: 5px
}
.carousel-showmanymoveone .carousel-control.right {
	margin-right: 5px
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3, .carousel-showmanymoveone .cloneditem-4, .carousel-showmanymoveone .cloneditem-5 {
	display: none
}
@media all and (min-width:768px) {
.carousel-showmanymoveone .carousel-inner>.active.left, .carousel-showmanymoveone .carousel-inner>.prev {
	left: -50%
}
.carousel-showmanymoveone .carousel-inner>.active.right, .carousel-showmanymoveone .carousel-inner>.next {
	left: 50%
}
.carousel-showmanymoveone .carousel-inner>.active, .carousel-showmanymoveone .carousel-inner>.left, .carousel-showmanymoveone .carousel-inner>.prev.right {
	left: 0
}
.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
	display: block
}
}
@media all and (min-width:768px) and (transform-3d), all and (min-width:768px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner>.item.active.right, .carousel-showmanymoveone .carousel-inner>.item.next {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	left: 0
}
.carousel-showmanymoveone .carousel-inner>.item.active.left, .carousel-showmanymoveone .carousel-inner>.item.prev {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	left: 0
}
.carousel-showmanymoveone .carousel-inner>.item.active, .carousel-showmanymoveone .carousel-inner>.item.left, .carousel-showmanymoveone .carousel-inner>.item.prev.right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0
}
}
@media all and (min-width:992px) {
.carousel-showmanymoveone .carousel-inner>.active.left, .carousel-showmanymoveone .carousel-inner>.prev {
	left: -16.666%
}
.carousel-showmanymoveone .carousel-inner>.active.right, .carousel-showmanymoveone .carousel-inner>.next {
	left: 16.666%
}
.carousel-showmanymoveone .carousel-inner>.active, .carousel-showmanymoveone .carousel-inner>.left, .carousel-showmanymoveone .carousel-inner>.prev.right {
	left: 0
}
.carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3, .carousel-showmanymoveone .carousel-inner .cloneditem-4, .carousel-showmanymoveone .carousel-inner .cloneditem-5, .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
	display: block
}
}
@media all and (min-width:992px) and (transform-3d), all and (min-width:992px) and (-webkit-transform-3d) {
.carousel-showmanymoveone .carousel-inner>.item.active.right, .carousel-showmanymoveone .carousel-inner>.item.next {
	-webkit-transform: translate3d(16.666%, 0, 0);
	transform: translate3d(16.666%, 0, 0);
	left: 0
}
.carousel-showmanymoveone .carousel-inner>.item.active.left, .carousel-showmanymoveone .carousel-inner>.item.prev {
	-webkit-transform: translate3d(-16.666%, 0, 0);
	transform: translate3d(-16.666%, 0, 0);
	left: 0
}
.carousel-showmanymoveone .carousel-inner>.item.active, .carousel-showmanymoveone .carousel-inner>.item.left, .carousel-showmanymoveone .carousel-inner>.item.prev.right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0
}
}
@media screen and (max-width:480px) {
.top-header a, .top-menu ul li {
	font-size: .8em
}
.headg {
	line-height: 38px
}
.banner {
	margin-bottom: 30px
}
.top-header a {
	padding: 3px;
	margin-top: 5px
}
.sticky-container, .sticky-left, .sticky-left-2 {
	display: none
}

.course-header .btn{ float:none}
}
