@media screen {
    * { margin: 0; padding: 0; }
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        vertical-align: baseline;
    }
    a, input, textarea, button {outline: none;}
    a:focus, input:focus, textarea:focus {outline: none !important;}
	a:focus {color: #fff; text-decoration: none;}
    a:hover {text-decoration: none;}
    ul, ol {list-style: none;}
    strong {font-weight: bold;}

    article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

    .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .group { display: inline-block; clear: both; }
    /* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
    .clearfix{position: relative; z-index: -1;}
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }
	.nopdding {
		padding:0px;
	}
	.leftpad{
		padding-left:0;
	}
	.rightpad{
		padding-right:0;
	}
	img {
		width:auto;
		max-width:100%;
		height:auto;
	}
/* START */	
	body {
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
}
/*PHONE NUMBER AND ADDRESS */
.header-top {
	background:url(../images/head_line.png) repeat-x;
	height:28px;
}
.header-top ul {
	float:left;
	width:100%;
	padding-top:2px;
	margin-bottom:10px;
}
.header-top ul li {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	float:left;
	padding: 0;
	margin:0 10px;
}
.header-top ul li span {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0 7px;
}
/* LOGO */
.logo {
	padding:10px 0;
}
.logo-right {
	float:right;
	padding:0 0;
}
.notice {
	background:url(../images/notice_bg.png);
	text-align:center;
	width:145px;
	height:23px;
	color:#fff;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	float:right;
}
.line {
	background:url(../images/line.png);
	width:517px;
	height:3px;
}
.notice-text {
	text-align:right;
	color:#0c1753;
	font-size:16px;
	padding:7px 0;
	font-family:Arial;
}
/* NAVIGATION */



.navbar {
	height:auto !important; 
	
}
.my_nav {
    background: #1f8800 !important;
    border-color: #e7e7e7;
	margin:0px;
	border-top:3px solid #89dc43;
	
}




.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}













/* TITLE */
.irs-section-title {
    margin-bottom: 25px;
    text-align: center;
}
.irs-section-title h2 {
    font-size: 30px;
    margin:0 0 7px;
    text-transform: uppercase;
	font-family: Calibri;
	font-weight:600;
	color:#484848;
}
.irs-section-title h2 span {
    color: #1f8800;
}
.irs-section-title p {
	color:#414141;
	font-size:17px;
	margin:0 0 25px;
	font-family: Calibri;
}
.irs-section-title .irs-title-line {
    width: 180px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.irs-section-title .irs-title-line .irs-title-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #ffffff;
}
.irs-section-title .irs-title-line .irs-title-icon i {
    color: #3f3f3f;
    font-size: 30px;
    line-height: 50px;
}
/* HOME WELCOME */
.home-welcome {
	padding:40px 0;
}
.single-con {
	margin:0 0 20px;
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #e6e6e6;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-con:hover .single-icon i {
    color: #f51919;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-icon i {
    color: #1f8800;
    font-size: 40px;
    line-height: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-con h4 {
	font-size:18px;
	color:#484848;
	text-transform:capitalize;
	text-align:center;
	font-family: Calibri;
	font-weight:600;
}
.single-line {
	width:75px;
	height:2px;
	margin:10px auto;
	background:#1f8800;
}
.single-con p {
	text-align:center;
	font-family: Arial;
	color:#484848;
	font-size:15px;
	padding:15px 0;
}
.single-con a {
	color:#f51919;
	font-size:16px;
	font-family: Calibri;
	font-weight:600;
}
/* HOME ABOUT */
.home-about {
	background:url(../images/about-image.png) repeat-x;
	height:487px;
}
.about-content {
	background:#232523;
	padding: 30px;
}
.arrow1 {
	width: 99px;
	float: left;
}
.about-text-home h4 {
	font-size: 30px;
	color: #fff;
	font-family: Calibri;
	font-weight: 600;
	text-align: left;
	margin: 0 0 0 25px;
	position: absolute;
	padding: 34px 0 5px;
	border-bottom:3px solid #3ae806;
}
.about-text-home p {
	font-size: 17px;
	color: #d8d5d5;
	font-family: Calibri;
	margin: 0 0 0 25px;
	position: absolute;
	padding: 84px 0 5px;
	width: 1100px;
	line-height: 19px;
}
.about-left {
}
.about-left p {
	font-size: 17px;
	color: #d8d5d5;
	font-family: Calibri;
	margin: 0 0 0 0;
	padding: 15px 0 0 25px;
	line-height: 23px;
}
.about-right {
	margin: 20px 0 0;
}
.arrow2 {
    float: right;
    margin: -71px 0 0;
}
/* HOME TEACHER SECTION */
.facilities-main {
	padding:30px 0 70px;
}
.teacher-img {
	border:5px solid #25a100;
	padding:5px;
}
.tech-description {
	background:url(../images/tech_des.png);
	width:224px;
	height:70px;
	text-align:center;
	margin: -47px auto;
	position: absolute;
	left: 34px;
}
.tech-description h4 {
	font-size:13px;
	color:#fefefe;
	padding:7px 0 0;
	font-family:Arial;
}
.tech-description p {
	font-size:12px;
	color:#fefefe;
	font-family:Arial;
}
.white-line {
	width:186px;
	height:2px;
	background:#fff;
	margin:0px auto;
}
/* NUMBER SECTION */
.number {
	background:url(../images/numberbg.png) repeat-x;
	background: #e3e3e3;
}
.facilities ,.courses {
	text-align:center;
	padding: 20px 0;
}
.counter {
	color:#f51919;
	font-size:50px;
	font-family: Calibri;
	font-weight:600;
}
.facilities p {
	color:#1f8800;
	font-size:30px;
	font-family: Calibri;
	font-weight:600;
	text-transform:uppercase;
}
.counter2 {
	color:#1f8800;
	font-size:50px;
	font-family: Calibri;
	font-weight:600;
}
.courses p {
	color:#f51919;
	font-size:30px;
	font-family: Calibri;
	font-weight:600;
	text-transform:uppercase;
}
/* PLACEMENT SECTION */
/* JOB APPLICATION FORM */
.job-application {
	background:#195d05;
	padding:15px 0;
}
.phone {
	display:inline-block;
}
.apply-text p {
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	float: right;
	color: #7ede62;
}
.apply-text p span {
	font-family: 'Alegreya', serif;
	color: #222222;
	padding: 0 0 0 20px;
}
.apply-button {
	background: #1f8800;
	display: inline-block;
	border-radius: 28px;
	padding: 10px 20px;
}
.apply-button a {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
/* FOOTER */
footer {
	background:#1f8800;
	padding:30px 0px;
}
footer h4 {
	color:#fff;
	font-size:22px;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	text-align:left;
	padding:0 0 5px;
}
.footer-line {
	width:70px;
	border:2px solid #fff;
	margin:0 0 10px;
}
.footer-form .form-control {
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #186302;
    resize: none;
}
.day-list {
	display:inline-block;
	padding: 0 20px 0 0;
}
.other-list {
	display:inline-block;
}
.day-list ul li a {
	color:#fff;
	font-size:18px;
	font-family:Calibri;
	text-transform:capitalize;
}
.other-list ul li a {
	color:#fff;
	font-size:18px;
	font-family:Calibri;
	text-transform:capitalize;
}
.timing ul li {
	color:#fff;
	font-size:18px;
	font-family:Calibri;
	text-transform:capitalize;
}
.timing ul li span {
	text-align:left;
}
.add-icon {
	float:left;
	width:16%;
}
.info {
	float:right;
	text-align:left;
	width:79%;
}
.info-head {
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
}
.info p {
	color:#fff;
	font-size:14px;
	font-family:Calibri;
	margin:0px;
	padding:0px;
}
.lower-foot {
	padding:5px 0px;
	background:#0c3400;
}
.copy-portion {
	float:left;
	text-align:left;
}
.copy-portion p {
	color:#fff;
	font-size:14px;
	font-family:Calibri;
	margin:0px;
	padding: 11px 0 0 0;
}
.copy-portion p span {
	color:#ff5b00;
}
.phoenix-portion {
	float:right;
}
.btn-submit {
	background:#196802;
	border:1px solid #173a57;
	color:#fff;
	text-align:center;
	font-size:14px;
}
/* ABOUT US */

.page-title-area.about-page {
	/*background-image: url("../images/banner.jpg");*/
}
.page-title-area {
    position: relative;
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Source Sans Pro', sans-serif;
}

.breadcumb {
	text-align: right;
}

.breadcumb ul li {
	display: inline-block;
	padding: 0px 14px;
	position: relative;
}

.breadcumb ul li::after {
	color: #fff;
	right: -8px;
	content: '\f178';
	font-family: 'FontAwesome';
	top: 2px;
	position: absolute;
}

.breadcumb ul li:last-child::after {
	display: none;
}

.breadcumb ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
.image-overlay {
    background-color: rgba(70, 70, 70, 0.7);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.about {
	padding: 100px 0;
}
.about-text h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.about-text h2 {
    margin: 0 0 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
}
.about-text p {
    margin: 0 0 22px;
    font-size: 16px;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 22px;
}
/* ENROLLMENT */
.call-to-action-area {
	padding: 31px 0;
	background:#175803;
	
}

.images-overlay {
	background-color: rgba(70, 70, 70, 0.65);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.call-to-action-text {
	text-align: center;
	margin-right: 50px;
	margin-bottom: 20px;
}

.call-to-action-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:5px;
}

.call-to-action-text p {
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.call-to-action-button {
	margin-top: 30px;
}

.call-to-action-button ul {
	text-align: center;
}

.call-to-action-button li {
	display: inline-block;
	margin-right: 10px;
}

.call-to-action-button li a {
	background: #2c93d5 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 12px 25px;
	transition: all 0.4s ease;
	border: 2px solid #2c93d5;
	font-family: 'Source Sans Pro', sans-serif;
}

.call-to-action-button li a:hover {
	transition: all 0.4s ease;
	background: transparent;
	border-color: #fff;
}

.call-to-apply {
	color: #fff;
	position: relative;
	text-align: center;
}

.call-to-apply .call-to-action-text {
	margin-right: 0;
	text-align: center;
	margin-bottom: 0;
}

.call-to-apply-button {
	width: 100%;
	margin-top: 10px;
}

.call-to-apply-button a {
	background: #2c93d5 none repeat scroll 0 0;
	border: 2px solid #2c93d5;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 12px 25px;
	transition: all 0.4s ease;
	font-family: 'Source Sans Pro', sans-serif;
}

.call-to-apply-button a:hover {
	transition: all 0.4s ease;
	background: transparent;
	border-color: #fff;
}
/* COURSES */
.title {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Source Sans Pro', sans-serif;
}

.title h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.border-shape {
	background: #2c93d5 none repeat scroll 0 0;
	display: block;
	height: 1px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	width: 30px;
}

.border-shape::before {
	background: #2c93d5 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: -10px;
	margin: 5px 0;
	position: absolute;
	right: 0;
	width: 50px;
}

.border-shape::after {
	background: #2c93d5 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: -10px;
	margin: 5px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.course {
	padding-top: 90px;
	padding-bottom: 70px;
}
.single-course {
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 60px 20px;
	transition: all 0.4s ease;
	margin-bottom: 30px;
	background: #f2f3f4;
	font-family: 'Source Sans Pro', sans-serif;
}

.single-course:hover {
	background: #2c93d5;
	transition: all 0.4s ease;
	border-color: #2c93d5;
}

.single-course h3 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.single-course:hover h3 a {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-icon i {
	background: #2c93d5 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin: 14px 0;
	text-align: center;
	width: 50px;
	transition: all 0.4s ease;
}

.single-course:hover .course-icon i {
	background: #fff;
	color: #2c93d5;
}

.course-durations li {
	background: #ddd none repeat scroll 0 0;
	border-radius: 2px;
	display: inline-block;
	padding: 10px;
	position: relative;
	text-align: center;
	margin-right: 10px;
}

.course-durations li p {
	margin: 0;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-icon p {
	transition: all 0.4s ease;
}

.single-course:hover .course-icon p {
	color: #fff;
}
/* SINGLE COURSE */
.course-single h2 {
    margin: 0 0 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
}
.course-details-area {
	padding: 15px;
	display: inline-block;
	width: 100%;
}

.course-details-text p {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-durations.course-single-meta2 {
	display: inline-block;
}

.apply-meta {
	display: inline-block;
	float: right;
}

.apply-meta span {
	display: inline-block;
	padding: 10px 18px;
}

.apply-meta span.price {
	color: #2c93d5;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.apply-meta span.buy-now-button a {
	background: #2c93d5 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 12px 25px;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-post-meta li {
	display: inline-block;
	margin-right: 30px;
	font-family: 'Source Sans Pro', sans-serif;
}

.course-post-meta {
	margin: 15px 0;
}

.course-post-meta li .course-rating i {
	margin-right: 0px;
}

.course-post-meta li i {
	margin-right: 10px;
}

.course-single > p {
	font-family: 'Source Sans Pro', sans-serif;
}

.course-tab {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.course-tab li {
	background: #2c93d5;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.course-tab li a {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}

.course-tab li.active:after {
	border-color: #2c93d5 transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	border-width: 9px 6px 0;
	left: 50%;
	margin-left: -6px;
	bottom: -9px;
	text-decoration: none;
}

.blockquote {
	font-style: italic;
	padding: 0px 30px;
}

.client-info img {
	border-radius: 100%;
	height: 150px;
	margin-bottom: 10px;
	width: 150px;
	border: 1px solid #ddd;
}

.course-details-text h2 {
	font-size: 26px;
	text-transform: uppercase;
}

.course-gallery.gallery-item {
	width: 100%;
}

.review-form {
	margin: 0 auto;
	width: 479px;
}

.review-form input[type=text],
.review-form input[type=email] {
	border: 1px solid #ddd;
	border-radius: 0;
}

.review-form textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	height: 150px;
}

.review-form input[type=submit] {
	background: #2c93d5 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 25px;
}

.rating span {
	display: inline-block;
	margin: 0 11px;
	color: #2c93d5;
}

.review-comment-img {
	float: left;
	height: 100px;
	margin-right: 10px;
	width: 100px;
	border-radius: 100px;
	overflow: hidden;
}

.review-commenter-rating i {
	color: #2c93d5;
}

.review-comment-img img {
	width: 100%;
	height: 100%;
}
.padding-tp-70-bt-50 {
    padding-top: 70px;
    padding-bottom: 50px;
}
/* TEACHER */
.teacher {
	background: #f2f2f2;
	padding-top: 90px;
	padding-bottom: 70px;
}

.teacher .heading {
	margin-bottom: 20px;
	text-align: center;
}

.teacher .heading h2 {
	font-size: 34px;
	font-weight: 600;
	color: #eb5353;
	position: relative;
}

.teacher .heading h3 {
	font-size: 16px;
	font-weight: 500;
	color: #464646;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.teacher .heading .bar {
	width: 100px;
	height: 10px;
	background: #dedede;
	margin-bottom: 30px;
	display: inline-block;
}

.teacher .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.teacher .teacher-inner {
	position: relative;
}

.teacher .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.teacher .item .thumb {
	position: relative;
	overflow: hidden;
}

.teacher .item .thumb img {
	width: 100%;
}

.teacher .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(255, 255, 255, 0.8);
}

.teacher .item .social-icons {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(70, 70, 70, 0.6);
}

.teacher .item .social-icons ul {
	padding-left: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	top: 80%;
	margin-top: 10px;
}

.teacher .item .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	margin-top: 12px;
}

.teacher .item .social-icons ul li a i {
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 30px;
}

.teacher .item .social-icons ul li a i:hover {
	background: #2c93d5;
	border-color: #2c93d5;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.teacher .item .social-icons ul li a:hover {
	color: #666666;
}

.teacher .item:hover .thumb img {
	width: 100%;
}

.teacher .item:hover .social-icons {
	height: 100%;
	filter: alpha(opacity=1);
}

.teacher .text {
	padding: 15px;
	text-align: center;
}

.teacher .text h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.teacher .text h3 a {
	color: #353535;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher .text h3 a:hover {
	color: #2c93d5;
}

.teacher .text h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}
/* DETAILS */
.teacher-detail {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 50px;
}

.teacher-detail .teacher-single {
	margin-bottom: 30px;
}

.teacher-detail .teacher-single .text {
	background: #1f8800;
	text-align: center;
	padding: 25px 10px 15px;
}

.teacher-detail .teacher-single .text h2 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-single .text h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-single .text p {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-single .thumb img {
	width: 100%;
	height: auto;
}

.teacher-detail .teacher-single .social .title {
	text-align: center;
	color: #2a2a2a;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-single .social ul {
	margin-top: 15px;
	text-align: center;
}

.teacher-detail .teacher-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.teacher-detail .teacher-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: transparent;
	border: 2px solid #2c93d5;
	color: #2c93d5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-single .social ul li a:hover {
	background: #2c93d5;
	color: #fff;
	border-color: #2c93d5;
}

.teacher-detail .teacher-detail-tab .content {
	padding: 15px 0;
}

.teacher-detail .teacher-detail-tab .content h2 {
	color: #1f8800;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-detail-tab .content p {
	color: #676767;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.teacher-detail .teacher-detail-tab .content ul li {
	list-style-position: inside;
}

.teacher-detail .teacher-detail-tab .nav-tabs {
	border-bottom: 0;
}

.teacher-detail .teacher-detail-tab .nav-tabs > li > a {
	color: #2a2a2a;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #2a2a2a;
	border-radius: 0;
	margin-right: 10px;
	text-transform: uppercase;
}

.teacher-detail .teacher-detail-tab .nav-tabs > li.active > a {
	color: #2c93d5;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #2c93d5;
	border-radius: 0;
	text-transform: uppercase;
}

.teacher-detail .testimonial-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 0;
}

.teacher-detail .testimonial-content:last-child {
	border-bottom: 0;
}

.teacher-detail .testimonial-content .top {
	overflow: hidden;
}

.teacher-detail .testimonial-content .top img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.teacher-detail .testimonial-content .top h2 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #2a2a2a;
	font-size: 16px;
}

.teacher-detail .testimonial-content .top h3 {
	color: #676767;
	font-size: 13px;
}

.teacher-detail .testimonial-content .bottom {
	color: #676767;
}

.teacher-detail .ask-question .btn-success {
	background-color: #2c93d5;
	border-color: #2c93d5;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.teacher-detail .ask-question .btn-success:hover {
	background: #2c93d5;
	border-color: #2c93d5;
	color: #fff;
}

.teacher-detail .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
}

.teacher-detail .ask-question input[type="text"],
.teacher-detail .ask-question input[type="email"],
.teacher-detail .ask-question textarea {
	font-size: 16px;
	background: transparent;
	border: 1px solid #a3a3a3;
	color: #2a2a2a;
}

.teacher-detail .ask-question input[type="text"]:focus,
.teacher-detail .ask-question input[type="email"]:focus,
.teacher-detail .ask-question textarea:focus {
	border-color: #2a2a2a;
}

.teacher-detail .contact {
	background: #2c93d5;
	margin-bottom: 20px;
	padding: 20px;
}

.teacher-detail .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #2a2a2a;
	color: #2c93d5;
	text-align: center;
	margin: 0 auto;
}

.teacher-detail .contact .icon i {
	font-size: 24px;
}

.teacher-detail .contact .text {
	text-align: center;
}

.teacher-detail .contact .text h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #2a2a2a;
}

.teacher-detail .contact .text p {
	font-size: 14px;
	color: #2a2a2a;
	font-weight: 600;
}
/* CONTACT */
.contact {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.heading-normal h2 {
    margin: 0 0 22px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
	text-transform:uppercase;
}
.heading-normal p {
    margin: 0 0 22px;
    font-size: 16px;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 22px;
}
.contact .item {
	margin-bottom: 15px;
	overflow: hidden;
	background: #2c93d5;
	padding: 24px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact .icon {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	color: #f2f3f3;
	font-size: 20px;
}

.contact .text {
	float: left;
	font-size: 14px;
}

.contact .text h3 {
	color: #f2f3f3;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}

.contact .text p {
	color: #f2f3f3;
	font-weight: 400;
}

.contact .text ul li {
	list-style-type: none;
	color: #f2f3f3;
	font-weight: 400;
}

.contact .cform-1 .btn-success {
	background: #2c93d5;
	border-width: 2px;
	border-color: #2c93d5;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact .cform-1 .btn-success:hover {
	background: #2c93d5;
	border-color: #2c93d5;
}

.contact .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
	background: transparent;
	border: 2px solid #dedede;
	color: #2a2a2a;
}

.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
	border-color: #2c93d5;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
	height: 40px;
}

.google-map iframe {
	width: 100%;
	height: 400px;
}
/* EVENTS */
.event-area {
	/*background: #f2f3f3 none repeat scroll 0 0;*/
	background: #ffffff none repeat scroll 0 0;
	padding-top: 24px;
	padding-bottom: 24px;
}

.single-event-thumb {
	position: relative;
	overflow: hidden;
}

.single-event-thumb img {
	width: 100%;
}

.single-event-thumb img {
	transform: scale(1.2);
	transition: all 0.7s ease 0s;
}

.single-events:hover .single-event-thumb img {
	transform: scale(1);
}

.event-content h3 {
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.event-content .event-meta {
	margin-bottom: 10px;
}

.event-meta ul li {
	display: inline-block;
	margin-right: 15px;
}

.event-meta ul li a {
	text-transform: uppercase;
}

.event-meta ul li a i {
	margin-right: 10px;
}

.view-all-button {
	text-align: center;
	margin: 31px 0;
	display: inline-block;
	width: 100%;
}

.view-all-btn {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	color: #333333;
	display: inline-block;
	padding: 14px 25px;
	text-transform: uppercase;
}

.view-all-btn:hover {
	background: #1e7fbd none repeat scroll 0 0;
	transition: all 0.4s ease;
	color: #fff;
	border-color: #1e7fbd;
}

.overlay-icon {
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0%;
	left: 0;
	width: 100%;
}

.overlay-icon a {
	background: #2c93d5;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
	top: -50px;
	transition: all 0.4s ease;
	visibility: hidden;
	width: 50px;
}

.single-events:hover .overlay-icon a {
	visibility: visible;
	transition: all 0.4s ease;
	top: 40%;
}

.overlay {
   /* background: rgba(70, 70, 70, 0) linear-gradient(to bottom, rgba(70, 70, 70, 0) 0%, rgba(70, 70, 70, 0.65) 100%) repeat scroll 0 0;*/
	background: rgba(70, 70, 70, 0.4);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
}
.readmore-button {
    background: #2c93d5 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.event-content p {
	padding:0 0 22px;
}
/* GALLERY */
.gallery-grid {
  margin: 0em 0em 2em 0em;
}
/*----*/
.col1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.col1 figure img {
	position: relative;
	display: block;
}
.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
	
}
.col1 figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background:rgba(0, 0, 0, 0.89);
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 21%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
   font-family: 'Lato-Regular';
	font-size: 1.7em;
}
figure.effect-bubba h4.gal {
	padding-top: 21%;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.read-mre{
	border:2px solid #3ae806;
	display:block;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3ae806;
	width:150px;
	margin-left:20px;
	margin-top:10px;
	text-align:center;
	
}
.read-mre :hover{
	border:2px solid #FFF;
	display:block;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF!important;
	width:150px;
}


/* ========== Courses css Start ========== */
.irs-courses-field {
    padding: 100px 0 70px;
}
.irs-courses-col {
    text-align: center;
    margin-bottom: 30px;
    background: #F7F7F7;
    overflow: hidden;
}
.irs-courses-img {
    position: relative;
    overflow: hidden;
}
.irs-courses-img-two {
    float: left;
    width: 33%;
}
.irs-courses-img img {
    -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;
	width: 262px;
height: 240px;
}
.irs-courses-col:hover .irs-courses-img img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
    -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;
}
.irs-time {
    position: absolute;
    top: -40px;
    right: -2px;
    -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;
}
.irs-courses-col:hover .irs-time {
    top: 0;
    -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;
}
.irs-time p a {
    color: #ffffff;
    text-transform: uppercase;
    background: #1f8800;
    padding: 10px 18px;
}
.irs-courses-img-text {
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 15px 30px 0;
    -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;
}
.irs-courses-img-text h4 {
	color: #fff;
	margin: 0px;
	text-align: center;
	padding: 0 0 13px;
	font-weight: 400;
}
.irs-courses-col:hover .irs-courses-img-text {
    background: #1f8800;
    -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;
}
.irs-courses-img-text ul li {
    float: left;
}
.irs-courses-img-text ul li p {
    color: #ffffff;
    text-transform: capitalize;
}
.irs-courses-img-text ul li p i {
    margin-right: 5px;
}
.irs-courses-content {
    padding: 0px;
}
.irs-courses-content-two {
    float: left;
    text-align: left;
    width: 67%;
}
.irs-courses-content-two .irs-pricing-range label {
    margin-left: 0;
}
.irs-courses-content h4 a {
    font-size: 20px;
    color: #333333;
	text-transform: uppercase;
	font-weight: 400;
}
.irs-courses-content p {
    margin-bottom: 30px;
}
.irs-btn-transparent-two:hover {
    color: #ffffff;
    background: #1f8800;
    border-color: #004E8F;
    -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;
}
.irs-btn-transparent-two {
    color: #6c6c6c;
    font-weight: bold;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid #C1C1C1;
    -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;
}
/* Courses single css start */
.irs-courses-single {

}
.irs-courses-col-single {
    background: none;
    text-align: left;
}
.irs-courses-col-single .irs-courses-content {
    padding-left: 0;
}
.irs-course-features {

}
.irs-course-features h2 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
	font-weight:400;
	text-transform:uppercase;
}
.irs-course-features ul {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.irs-course-features ul li {
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px 10px 10px;
}
.irs-course-features ul li:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #0091D0;
    border-bottom: none;
}
.irs-course-features ul li span i {
    color: #F4A460;
}
.irs-comment-single h3 {
    margin-bottom: 30px;
    color: #F4A460;
}
.irs-comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
}
.irs-comment-item-right {
    margin-left: 100px;
}
.irs-comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.irs-comment-content h4 a {
    font-size: 18px;
    color: #333333;
}
.irs-comment-content h6 a {
    color: #333333;
}
.irs-comment-content h4 a:hover, .irs-comment-content h6 a:hover {
    color: #F4A460;
}
.irs-live-comment {
    margin-bottom: 60px;
}
.irs-blog-live-comment {
    margin-bottom: 0;
}
.irs-live-comment h3 {
    color: #F4A460;
    margin-bottom: 30px;
}
.irs-live-comment .form-control {
    height: 40px;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: none;
}
.irs-textarea {
    height: 100% !important;
    resize: none;
}
.irs-related-courses h3 {
    color: #F4A460;
    margin-bottom: 30px;
}
.sin-img img {
	max-width: 100%;
    width: 100%;
    height: auto;
}
.overfolow-yes{
overflow-y:scroll;
}

/* ADMISSION */
.contact-form input , .contact-form select, .contact-form textarea {
    background: #fff;
    border-radius: 0px;
    color: #515a63;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 5px;
    text-align: left;
    width: 100%;
    margin: 5px 0px;
    border: 1px solid #c4c4c4;
}
.contact-form {
	padding:30px 0 0;
}
.admision-icon {
	margin: 0 0 25px;
}
.file {
  visibility: hidden;
  position: absolute;
}
.icon-box3 {
    position: relative;
    clear: both;
}
.icon-box3 .icon-side {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
	color: #FFF !important;
    background-color: #02325B;
}
.icon-side {
	float:left;
}
.info-side {
	width: 75%;
}
.icon-box .info-side {
    margin-left: 7px;
    font-size: 16px;
    padding-top: 0px;
    width: calc(100% - 70px);
}
.info-side p strong {
    font-size: 18px;
	color:#2f2f2f;
	font-family:'Alegreya', serif;
}
.icon-box3 p {
    margin-bottom: 0px;
	font-size:15px;
}
.m-b30 {
    margin-bottom: 30px;
}
.icon-bx-wraper.bx-style-1 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.icon-bx-wraper.center {
    text-align: center;
}
.p-a20 {
    padding: 20px;
}
.icon-bx-md.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0px auto 20px;
}
.text-primary {
	color:#8a7bd1;
}
.icon-bx-md i {
    font-size: 45px;
}

.text-red {
    color: #F00;
}
.text-yello {
    color: #edbf47;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
	background:#fff;
}
.my-50 {
	padding:20px 0 0;
}
.text-green {
    color: #090;
}
.welcome-section {
	padding: 100px 0 70px;
}

tr:nth-child(even) {background-color: #e0e0e0;}
tr:nth-child(odd) {background-color: #f3f0f0;}

.abcd a:link, .abcd a:visited {
  background-color: #1f8800;
  color: white;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform:uppercase;
  font-weight:600;
  font-size:12px;
}

.abcd a:hover, .abcd a:active {
  background-color: #175405;
}
