@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {


}

a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #528cb3;
}

section {

	
}

.content {
	margin: 0 auto;
	max-width: 1000px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}

.service-im h3 {
    float: left;
    width: 100%;
    color: #434343;
    font-family: roboto;
    font-size: 30px;
    text-align: left;
}
.service-im{
	float:left;
	width:100%;
}
.service-im p {
    float: left;
    width: 100%;
    color: #929292;
    font-family: roboto;
    font-size: 16px;
    text-align: justify
}
.service-img{
	float:left;
}
.service-sect{
	margin:50px 0;
}

.training-icon-1{
	width:100%;
	float:left;
	text-align:center;
}

.training-cnt-5 {
    float: left;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    margin: 20px 0 10px 0;
    padding: 20px;
}
.training-cnt-5 h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-family: roboto;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}
.wide-training-section{
	float:left;
	width:100%;
	 color: #fff;
    font-family: roboto;
    font-size: 26px;
    text-align: center;

	padding:25px 0 15px 0;
}





/* accordion style */


.ac-pane { margin-bottom: 15px; background-color:#fff; color:#7f7f7f;}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-title {
  border: 1px solid #fff;
  font-size:16px;
  font-weight:bold;
  color: #7f7f7f;
  display: block;
  padding: 12px;
  background-color:#f1f1f1;
}

.ac-title:hover {
  border: 1px solid #fff;
  font-size:16px;
  font-weight:bold;
  color: #0099CC;
  display: block;
  padding: 12px;
  background-color:#f1f1f1;
  text-decoration:none;
}

.ac-title i {
  float: right;
  font-size: 20px;
}

.ac-title i:before { content: "\f107"; }

.active .ac-title i:before { content: "\f106"; }

.ac-content {
  border: 1px solid #fff;
  margin-top: -1px;
  padding: 15px 0;
}
.course-head{

	margin:50px 0 15px 0;
}
.contact-bar{
	padding: 10px;
    float: left;
    width: 100%;
    background-color: tomato;
    margin: 99px 0 0 0;
}

.contact-bar h3{
	float:left;
	width:100%;
	text-align:center;
	font-family:roboto;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}
.txt-tr{
	float: left;
    /* background: none; */
    border-bottom: 12px solid #FFF;
    border-radius: 6px;
    padding: 9px;
    border-top: 1px solid #5367ca;
    border-left: 1px solid #5367ca;
    border-right: 1px solid #5367ca;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin: 15px 0;
	
}
.sub-bt{
	margin:10px 0 ;
	background-color: #5ae12d;
    color: #fff;
	    margin-left: 19%;
    width: 61%;
    font-weight: bolder;
}
.course-preview{
	float:left;
	width:100%;
}

.course-preview li{
	float:left;
	width:22%;
	list-style:url(../images/green.png);
	font-size:16px;
	margin: 10px 0 10px 23px;
	
}
.wrap-title {
    position: relative;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.couse-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.couse-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.couse-list .course-img{
    margin: 0px;
    float: left;
    z-index: 4;
    width: 25%;
    font-size: 20px;
}
.couse-list .caption {
    cursor: pointer;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.couse-list img{
	        z-index: 14;
    border: 4px solid #e7e7e7;
    border-radius: 120px;
    width: auto;
    height: 202px;
}
.caption-text p{
	    font-weight: normal;
    font-size: medium;
    text-align: justify;
	padding:14px;
}
.faq{
	z-index:100;
}
.panel-title{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bolder;
    color: tomato;
}
.contact-header{
	 position: absolute;
    right: 15%;
    bottom: 20px;
    right: 14%;
    top: 71%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.call-now-header{
	float: right;
    font-family: roboto;
    font-size: 32px;
    text-align: left;
    font-weight: bolder;
    width: 100%;
}
.mail-header{
	 font-size: 20px;
	     margin-left: 27%;
}
#map{
	height: 453px;
	width:100%;
	    margin-bottom: 6%;
	}

	.media{
		margin-left:30%;
		
	}
.media .pull-left{
			margin-right: 4%;
			    margin-top: 3%;
	}
.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #32cd32;
    text-align: center;
    border-radius: 10px;
}
.highlight{
	background:tomato;
	color:white;
}
.media-body a{
	color:#FFF;
}

@media (max-width:768px){
.circleBase {position:fixed;bottom:0px;     bottom: 23%;   left: 3%;    background-image: url(../img/call-now.png); border-radius: 50%; behavior: url(PIE.htc); /* remove if you don't care about IE8 */ } .type1 { width: 100px; height: 100px; background: yellow; border: 3px solid red; } .type2 { width: 50px; height: 50px; background: #ccc; border: 3px solid #000; } .type3 { width: 73px; height: 73px; border: 4px solid #fff;  z-index: 100;}

}
