@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
/* @import url(https://fonts.googleapis.com/css?family=Philosopher);*/
 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto);


body {
	font-family: "Roboto", sans-serif !important
}
.go-top {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	position: fixed;
	bottom: -40px;
	border: 0px #fff solid;
	right: 20px;
	z-index: 1000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #3366cc;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;/*
  box-shadow:0px 0px 20px rgba(245, 245, 245, 0.3);*/
}
.go-top.show {
	bottom: 20px;
}
.go-top:hover {
	background-color: #fff;
	color: #3366cc;
	border: 1px #3366cc solid;
}
.bgd {
	background-color: #0099ff;
}
.section {
	padding: 90px 0;
	position: relative;
}
.myimg {
	background: url("../images/sp.jpg") repeat scroll 0 0 / cover;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
}

.about-module.wpa {
	padding-left: 80px;
}
.about-module h4 {
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: normal;
}
.about-module h3 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.bgd a, .bgd p, .bgd h3, .bgd h4 {
	color: #ffffff;
}
.bgd p {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
}



.tz-item-more-details-style-2 {
	display: inline-block;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.tz-item-more-details-style-2::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
}
.tz-item-more-details-style-2:hover::after {
	right: 0;
}
.tz-item-more-details-style-2 span {
	border: 1px solid;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 25.2px;
	padding: 7px 11px;
	position: relative;
	z-index: 99;
}
.tz-item-more-details-style-2:hover span {
	color: #3366cc;
}
.tz-item-more-details-style-2 span i {
	padding-right: 20px;
}







.item-more {
	display: inline-block;

	overflow: hidden; background: #3366cc none repeat scroll 0 0;
    color: #fff;
	position: relative;
}
.item-more::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
}
.item-more:hover::after {
	right: 0;
}
.item-more span {
	border: 0px solid;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 25.2px;
	padding: 7px 11px;
	position: relative;
	z-index: 99;
}
.item-more:hover span {
	color: #3366cc;
}
.item-more span i {
	padding-right: 20px;
}







.training {
	overflow: hidden;
}
.training .row {
/*   display: table;
    margin: 0;
    width: 100%;*/
}
.training .row [class*="col-"] {
	display: table-cell;
	/* float: none;*/
	padding: 0;
	vertical-align: top;
}
.training .row .left {
	background: #0099ff;
	padding: 40px 68px 40px 115px;
}
.training .row .left h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 100;
	margin: 0;
}
/*.training .row .left h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 52px;
	font-weight: 500;
	margin: 5px 0;
}
.training .row .left p {
	color: #fff;
	letter-spacing: 3px;
	margin-left: 12px;
}*/
.training .row .right {
	/*    background: #f1f1f1 ;*/
	vertical-align: middle;
}
/*
.training .row .right  {
    background: url(../../assets/images/bg.jpg) fixed ;
    background-size: cover;
    position: relative;
}
.training .row .right::before {
    background-color: #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}*/



#owl-demo .item {
	background: #fff;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;/*	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);*/
}
#owl-demo .item h1 {
 background: #;
	margin: 5px;
	color: #3366cc;
	font-size: 25px;
	text-align: center;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;

}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	display: none !important;
}
@media (max-width: 618px) {
}
.gray {
	background: #F6F6F6;
}
.welcm {
	margin-bottom: 138px;
	margin-top: 150px;
	text-align: center
}
.welcm h4, .speciality h4, .courses h4 {
	color: #333;
}
/*	.welcm h4, 	.speciality h4, 	.courses h4 {
		color: #3366cc;
	}*/
.welcm h4 {
	font-size: 38px;
	font-weight: 100;
	line-height: 49px;
	text-transform: uppercase;
}
.speciality h4 {    /* color: #3366cc;*/
	font-size: 38px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
}
.courses h4 {
	font-size: 38px;
	font-weight: 100;
	text-transform: uppercase;
}
.welcm p {
/*	padding: 0 141px;*/
}
@media (max-width: 800px) {
.welcm p {
	padding: 0 41px;
}
}
.speciality {
	margin-bottom: 100px;
	margin-top: 100px
}
.sp-img {
}
.special {
	margin-left: 5px;
	padding-left: 0;
}
.special li {
	text-align: left;
	width: 100%;
	list-style: none;
}
.special li i {
	padding-right: 15px;
	color: #3366cc;
}
.sperater i {
	display: inline-block;
	height: 9px;
	margin: 0 0 0 6px;
	transform: rotate(45deg);
	background: #3366cc;
	width: 9px;
}
.sperater {
	display: inline-block;
	margin: 0 0 20px;
	position: relative;
	width: 170px;
	text-align: center;
}
.sperater i:first-child {
	margin: 0;
}
.sperater .active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid;
	border-color: #3366cc;
	height: 12px;
	width: 12px;
}
.sperater::before, .sperater::after {
	border: 1px solid;
	content: "";
	border-color: #efefef;
	position: absolute;
	top: 50%;
	width: 27%;
}
.sperater::before {
	left: 0;
}
.sperater::after {
	right: 0;
}
.introduce-univesity {
	text-align: center;
}
.cource-services ul {
	margin: 0;
	text-align: center;
}
.cource-services-style-2 li div {
	padding: 51px 0;
}
.background-color-1 {
	background: #66ccff !important;
}
.background-color-2 {
	background: #33ccff !important;
}
.background-color-3 {
	background: #3399ff !important;
}
.background-color-4 {
	background: #0099ff;
}
.color-1 {
	color: #FFF !important;
}
.color-2 {
	color: #FFF !important;
}
.color-3 {
	color: #FFF !important;
}
.color-4 {
	color: #FFF !important;
}
/*.color-1 {
	color: #5f47a9 !important;
}
.color-2 {
	color: #3399ff !important;
}
.color-3 {
	color: #0099ff !important;
}
.color-4 {
	color: #3366cc !important;
}*/
.single_service {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 50px 20px;
}
.box i {
    background: #3366cc none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.box:hover i {
    background: #fff none repeat scroll 0 0;
    color: #3366cc;
}

.cource-services ul::after {
	clear: both;
	content: "";
	display: block;
}
.cource-services li {
	float: left;
	list-style: outside none none;
	width: 25%;
}
.cource-services li:hover {
	cursor: pointer;
}
.cource-services li div {
	padding: 26px 0;
}
.cource-services span {
	display: block;
}
.cource-services li div > a {
	background: #66ccff  ;
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	margin-bottom: 10px;
	margin-top: 2px;
	transition: all 0.3s linear 0s;
	width: 60px;
}
.cource-services li a i {
	font-size: 28px;
	padding: 16px 0;
}
.cource-services li:hover a i {
	animation: 2s linear 0s normal none infinite running rotate-icon, 0.3s linear 0s normal none 1 running scale-icon;
}
.cource-services li span a {
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 19.2px;
	padding-top: 3px;
	letter-spacing: 10px;
    text-transform: uppercase;
}
.courses {
	padding-bottom: 70px;
	padding-top: 100px;
	text-align: center;
}

.courses .item {
	text-align: center;
	width: 100%;
	float: left;
	/*margin: 15px;*/
	box-shadow: 12px 2px 20px rgba(245, 245, 245, 0.3);
transition: all 0.3s ease 0s;

}
.courses .item .box {
	padding-top: 20px;
	transition: all 0.3s linear 0s;
}
.courses .item .c-pic {
	width: 100%;
	display: none;
}
.courses .ovrly {
	position: relative;
}
.courses .after {
	color: #ffffff;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.courses .box:hover .after {
	background: rgba(46, 22, 120, 0.4);
	display: block;
}
.courses .item .c-logo {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	top: 55px;
}
.courses .item .box .price {
	background: #2c394a;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	line-height: 2.6;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 38px;
}
.courses .item .box:hover .price {
	background: #aee238 none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
}
.courses .item .info {
	background: #fff;   margin-top: -46px;

	box-shadow: 0 39px 30px #d7d7d7;


background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 37px 20px;
}
.courses .item .info h3 {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 13px;
}
.courses .item .info:hover h3 {
    color: #fff;
}
.courses .item .info:hover  {
    background: #3366cc;
    color:#fff
}
.courses .item .info .qty {
	color: #333;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 2px;
}
.courses .item .info .date {
	color: #333;
	font-size: 13px;
	font-weight: 700;
	padding-top: 0px;
	letter-spacing: 1px;
}
.courses .item .info:hover .qty, .courses .item .info:hover .date
{
	color: #fff;
}
@media (max-width: 992px) {
.courses .item {
	box-shadow: 12px 2px 20px rgba(245, 245, 245, 0.3);
	float: left;
	margin: 8px;
	text-align: center;
	width: 100%;
}
}
@media (max-width: 513px) {
.courses .item {
	box-shadow: 12px 2px 20px rgba(245, 245, 245, 0.3);
	float: left;
	margin: 0px;
	text-align: center;
	width: 100%;
}
}
.content {
	padding: 100px 0;
}
.content h1 {
 color: #;
	font: bold 48px/54px Roboto Condensed;
	text-transform: uppercase;
}
.content h2 {
 color: #;
	font: bold 38px/44px Roboto Condensed;
	text-transform: uppercase;
}
.content h3 {
 color: #;
	font: 300 28px/34px Roboto Condensed;
	text-transform: uppercase;
}
.content h4 {
 color: #;
	font: 300 17px/34px Roboto Condensed;
}
.content h5 {
 color: #;    font-weight: 500;
/*	font: 200 20px Roboto Condensed;*/
	text-transform: uppercase;
}
.content p {
	color: #999999;
	font-family: "Roboto", sans-serif;
}
.content b {
 color: #;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}
.content p i {
	color: #3366ff;
	  opacity: 0.67;    font-size: 8px;
	padding-right: 17px
}
.content h4 span {
	color: #3366ff;text-transform: uppercase;
}
#k-footer {
	background: #ffffff url("../../assets/images/footer-bg.png") repeat scroll left top;
	border-top: 1px solid #eeeeee;
	padding: 40px 0;
}
#k-subfooter {
	background-color: #111111;
}
.col-padded {
	overflow: hidden;
	padding: 30px;
}
.title-widget {
	color: #898989;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 40px;
	position: relative;
	text-transform: uppercase;
}
.title-widget::before {
	background-color: #3366cc;
	content: "";
	height: 18px;
	left: -30px;
	position: absolute;
	top: -2px;
	width: 5px;
}
.widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_nav_menu ul {
	padding: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_nav_menu ul li {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child), .widget_pages ul li:not(:last-child), .widget_meta ul li:not(:last-child), .widget_nav_menu ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.title-median {
	color: #636363;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.m-contact-street, .m-contact-city-region, .m-contact-zip-country, .m-contact-tel, .m-contact-fax {
	display: block;
}
.m-contact-address, .m-contact-tel-fax {
	font-size: 13px;
}
.m-contact-tel, .m-contact-fax {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.social-icons {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 10px;
	padding-top: 10px;
}
.social-icons ul {
	margin-left: 2px;
}
.social-icons ul li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.social-icons ul li {
	padding: 0;
}
.social-icons ul li a {
	display: block;
	font-size: 18px;
	padding: 0 15px;
}
.social-icons ul li:first-child a {
	padding-left: 0;
}
.social-icons ul li a:link, .social-icons ul li a:visited {
	color: #636363;
}
.social-icons ul li a:hover, .social-icons ul li a:focus {
	color: #000000;
}
/*
General
=========================== */
.section {
	padding: 70px 0;
	position: relative;
}
.section a {
	color: #f43438;
}
.gray {
	background-color: #f9f9f9;
}
.section .heading {
	text-align: center;
	position: relative;
	font-size: 16px;
	margin-bottom: 70px;
	letter-spacing: 1px;
}
.section .heading .title {
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
}
.section .heading .title strong {
	font-weight: 700;
	text-transform: uppercase;
}
.section .heading:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	border-bottom: solid 1px #f43438;
}
.test-height {
	height: 1800px;
}
.pageheader {
	padding: 70px 0;
	background-image: url(../images/296846.jpg);
	background-color: #f43438;
	background-repeat: no-repeat;
	background-size: cover;
	height: 661px;
}
.pageheader.fixed-demo {
	padding-top: 340px;
}
.pageheader.fixed-demo.dark {
	background-color: #666 !important;
}
.pageheader.fixed-demo.white {
	background-image: url(../images/bg/home2.jpg);
	background-color: #fff !important;
}
.pageheader .title {
	/*  text-shadow: 6px 6px 0px rgba(0,0,0,0.2);*/
	color: #0A1E31 !important;
}
.pageheader p {
	margin-bottom: 0;
	color: #333;
	font-size: 16px;
}
.pageheader.fixed-demo.white .title {
	color: #3f3f3f !important;
	text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
.pageheader.fixed-demo.white p {
	color: #6f6f6f;
}
hr {
	/* border: solid 2px #efefef;*/
	margin: 60px 0 50px;
}
/*
index
------------------------------------------------------------------------------ */

.certificate_logos {
    margin-top: 150px ;    margin-bottom: 0px;
    text-align: center;
}
  .certificate_logos h5 {
    font-size: 20px;
    font-weight: 100;
}
.center_border
{
    border-bottom: 1px dashed #d4bcff;
    display: block;
    height: 51px;
    margin: auto;
    width: 100%;
}


.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 244px;
    line-height: 45px;
    padding: 0;
    border-radius: 50px;
    background: #0099ff;
    border: 2px solid #0099cc;
   margin-top: 60px; margin-bottom: -25px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #0099ff  ;
}

.btn-slide2:hover {
    background-color: #fff;
}

.btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #0099ff;
    color: #fff;
}

.btn-slide2:hover span.circle2 {
    color: #fff;
}

.btn-slide:hover span.title, .btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

.btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: #fff;
    color: #0099ff;
    position: absolute;
    float: left;
    margin: 3px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
    text-align: center;
}

.btn-slide2 span.circle2 {
    background-color: #fff;
}

.btn-slide span.title, .btn-slide span.title-hover, .btn-slide2 span.title2, .btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
}

.btn-slide2 span.title2, .btn-slide2 span.title-hover2 {
    color: #fff;
    left: 80px;
 }

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #0099ff;
}

/*
Home
=========================== */
.panel-body {
    padding: 15px 15px 15px 76px;
}
.section.home {
	padding: 100px 0;
	background-image: url(../images/bg/brick-wall-dark.png);
	background-color: #f43438;
}
.section.home.dark {
	background-image: url(../images/bg/brick-wall-dark.png);
	background-color: #fff;
}
.section.home .heading-home {
	text-align: center;
	position: relative;
	z-index: 2;
}
.section.home .heading-home .title {
	color: white;
	margin-bottom: 5px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: capitalize;
	text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
	color: #fff;
}
.section.home .heading-home p {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 1px;
	color: #f0f0f0;
}
.section.home .overlay {
	display: block;
	position: absolute;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.btn-home {
	border: solid 1px #fff;
	color: #fff !important;
	padding: 10px 20px;
	margin: 5px;
	letter-spacing: 1px;
}
.btn-home:hover, .btn-home:focus {
	color: #3f3f3f !important;
	background-color: #fff;
}
/*
Affiliates
=========================== */
.affiliates {
	display: inline-block;
	padding: 10px;
	border: solid 1px #bbb;
	margin: 0 5px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.1);
	position: relative;
	text-align: left;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.affiliates a {
	text-decoration: none !important;
}
.affiliates img {
	width: 200px;
	margin-bottom: 5px;
}
.affiliates h6 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}
/*
Menu Demo
=========================== */
ol.menu-demo {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	display: block;
}
ol.menu-demo li {
	margin-bottom: 15px;
}
ol.menu-demo li a {
	display: block;
	padding: 15px 25px;
	background-color: #fff;
	border: solid 2px #3f3f3f;
	color: #3f3f3f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
ol.menu-demo li a:focus, ol.menu-demo li a:hover {
	background-color: #f43438;
	border: solid 2px #f43438;
	color: #fff;
	text-decoration: none;
}
/*
about us
=========================== */
.bg-about{
    background:  url("../images/bg3.jpg") center ;

}
.bg-course{
    background:  url("../images/bg2.jpg") center  ;

}.bg-gallery{
    background:  url("../images/bg5.jpg") center ;

}
.bg-link{
    background:  url("../images/bg4.jpg") center ;

}
.bg-cetificate{
    background:  url("../images/bg6.jpg") center ;

}.bg-contact{
    background:  url("../images/contact.jpg") center ;

}

.inner-banner {
  background-size:cover;
    position: relative;
    text-align: center;
}

.inner-banner::before {/*background-color: rgba(245, 245, 245, 0.7);*/
background-color:rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.main-heading {
	padding: 60px 0;
	position: relative;
}
.main-heading h2 {
	font-weight: ;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 43px
}
.breadcrumb {
	background: transparent;
	margin-bottom: 0px;

}
.breadcrumb ul {
	display: inline-block;
	padding-left: 0;
}
.breadcrumb li {
	color: #fff;
	float: left;
	list-style: none;
}
.breadcrumb li a {
	float: left;
	font-weight: bold;    color: #e6e6e3;
}
.breadcrumb li::before {
	content: "";
	float: left;
	font-family: fontawesome;
	font-size: 7px;
	line-height: 22px;
	margin: 0 10px;
}
.breadcrumb li:first-child::before {
	display: none;
	margin: 0;
}
.bg-abt {
	background: url(../../assets/images/bg.jpg) fixed;
	background-size: cover;
	position: relative;
}
.bg-abt::before {
	background-color: #000000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
}
.sub-hd h2 {
	color: #fff !important;
	margin-top: 147px;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.2);
	font-weight: 400;
	text-transform: uppercase;
}
.free {
	background: #0099ff;
	padding: 20px 49px 40px 56px;
	color: #fff;
}
.free h5 {
	text-transform: uppercase;
	color: #fff;
}
.fre {
	padding-left: 0;
}
/****** course page ***********************************************************/
.list-item {
    margin-bottom: 0px;
}
.list-item .title {
    margin-bottom:0px;
     font: 300 17px/20px Roboto Condensed;
}
 .list-item p {
    padding-left: 52px;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}
.panel {
    background-color: #fff;
/*    box-shadow: 0 18px 29px #e8e8e8;*/
    border: none !important;
}

.single_service {
    background:#fff ;
    border: 0px solid #eee;
  /*  box-shadow: 0 9px 29px #f2f2f2;*/
    margin-bottom: 30px;
    padding: 50px 20px;
    border-top: 0px;
}
.Module {
    color: #7e7e7e;
    padding-left: 20px;
}


a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 30px 20px 50px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    color: #202020;
    position: relative;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #696969;
    border: 1px solid #eee;
    border-radius: 5px;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: -13px;
    background: #a5a5a5  ;
}
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    background: #3366ff;
}
#accordion .panel-title a.collapsed:hover{
    background: #f1f1f1;
    color: #333;
}
#accordion .panel-body{
    font-size: 14px;
    color: #525252;
    line-height: 25px;
    background: #f1f1f1;
    padding: 15px 15px 15px 50px;
    border: none;
    transition: all 0.5s ease 0s;
}

/****** link page ***********************************************************/

    .clients-row {
    overflow: hidden;
}
.affa-client-logo {
    height: 91px;
    padding: 33px 20px;
    position: relative;
    text-align: center;
}
.clients-row .affa-client-logo {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 10%;
}
.clients-row .affa-client-logo.no-border-right, .clients-row .affa-client-logo.no-border-right-sm {
    border-right: 0 none;
}
.clients-row .affa-client-logo.no-border-bottom, .clients-row .affa-client-logo.no-border-bottom-sm {
    border-bottom: 0 none;
}
.affa-client-logo .logo-overlay {
   /**/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}
.ie .affa-client-logo .logo-overlay {
    background: rgba(0, 0, 0, 0) url("../images/ie-bg-client-logo-overlay.png") repeat scroll left top;
}
.affa-client-logo:hover .logo-overlay {
    opacity: 0; background-color: rgba(255, 255, 255, 0.75);
    visibility: hidden;
}
.affa-client-logo img {
    max-width: 100%;
 /*   height: 40px;*/
}
.useful
{
  border-right: 1px solid #ddd;  padding: 9px 0;

}/******  ***********************************************************
*********************************************************** gallery ******/
 /* Images and Images overlay
---------------------------------- */
.fixed-image {
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

.no-touch .fixed-image {
  background-attachment: fixed;
}

.fixed-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;

    margin-bottom: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(241, 241, 241, 0.85);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a.overlay {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

a.overlay:hover {
  text-decoration: none;
}
a.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  line-height: 42px;
  color: #0099ff;
  margin-top: -22px;
  margin-left: -18px;
  text-align: center;
}



.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/******  ***********************************************************
*********************************************************** tab ******/

.mobile-logo > img {
    padding: 34px 0;
}
/* Nav Tabs */
.nav-tabs{
    border: 0;
    border-bottom: 1px dashed #d7d7d7;
}

.nav-tabs>li>a{
    border-radius: 0;
    border-bottom: 0;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
   /* padding: 10px 30px;*/
    margin: 0;    font-weight: bold;
    color: #;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.nav-tabs>li{
    border-right:1px dashed #d7d7d7;
    position: relative;
    float: ;
}

.nav-tabs>li:last-child{
    border: 0;
}

.nav-tabs>li.active>a:after{
    content: "";
    position: absolute;
    left:50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 25px 0 25px;
    border-color: #0099ff transparent transparent transparent;
    transform: translateX(-50%);
}

.nav-tabs>li>a>.fa{
    font-size: 18px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #0099ff;
    color: #fff;
    border: 1px solid #0099ff;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:active{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.tab-content>.tab-pane{
    padding: 54px 10px 15px 10px;
    transform: translateY(10%);
}

.nav-tabs.nav-justified{
    border-bottom: 1px dashed #d7d7d7;
}

.nav-tabs.nav-justified>li>a{
    border-bottom: 0px;
    border-radius: 0px;
    margin-bottom: -1px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    border: 0;
    border: 1px solid #ff9c00;
}

.fade{
    transition: 750ms ease all;
}

.fade.in{
    transform: translateY(0%);
}
.tab-content a
{
	color: #0099ff;
	    margin-left: 10px;

    font-weight: 800;
}
.tab-content a:hover
{  color: #000000;
}
/* Pills */

.nav-pills>li>a{
    border:0;
    border-radius: 0;
    background-color: #fff;    font-weight: bold;
    font-size: 15px;
    color: #;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #0099ff;
}
.nav-stacked {
    width: auto !important;
}
.nav-stacked{
    border-right: 1px dashed #d7d7d7;
    padding:40px 0 50px;
    margin-right: 50px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.nav-stacked>li{
    margin-right: 0px;
}

.nav-stacked>li{
    border-bottom: 1px dashed #d7d7d7;
}

.nav-stacked>li:last-child{
    border: 0;
}

.nav-stacked>li>a{
    padding: 7px 50px 7px 20px;
}

.nav-stacked>li.active>a:after{
    content: "";
    position: absolute;
    right: -15px;
    top:50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #0099ff;
}

ul.list-styled  {
    list-style:none;
}


ul.list-styled > li::before {
    color: #0099ff;
    content: "";
    font: 8px/3px FontAwesome;
    margin-right: 10px;
    vertical-align: middle;
}
.downloadimg {
     margin-top: -39px;
    margin-left: 139px;    max-width: 100%;

}
/****** Contact ***********************************************************
*********************************************************** Contact ******/
.contact-holder{ position: relative;}
.contact-map{ height: 400px;}
.contact-form-holder{ position: absolute; height: 100%; right: 0;}

.leave-reply-form.style-2{ padding: 1px 0 0;}
.leave-reply-form.style-2 .form-control{ border: 1px solid #e9e9e9; padding: 0 20px;}
.leave-reply-form.style-2 .form-group i{ right: 10px; }
.leave-reply-form.style-2 .textarea-group i{ top: 15px; right: 10px; }
.contact-form p{ font-size: 18px; color: #959595;}
.contact-form .btn{ margin: 0; font-size: 11px;background: #0099ff; border-radius: 0; text-transform: uppercase; letter-spacing: 3px; color:#fff;}

.contact-info{ padding: 40px; right: -170px; font-family: 'Lato', sans-serif;}
.address-list{ margin: 0 0 50px;}
.address-list li{ color: #fff; font-size: 16px; margin: 0 0 10px;}
.address-list li:last-child{ margin: 0;}
.address-list li i{ margin: 0 10px 0 0;}
.contact-info
{ background: #0099ff;
}
.contact-form h3
{ color: #333;     font-size: 24px;    font-weight: 500;
    line-height: 1.1;
    font-family: "Lato",sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.contact-form p
{
    color: #afafaf;
    font-size: 16px;
    font-family: "Lato",sans-serif;
    letter-spacing: normal;
    line-height: 23px;
    margin: 0 0 20px;
}
.contact-info h3
{ color: #ffffff;     font-size: 24px;    font-weight: 500;
    line-height: 1.1;
    font-family: "Lato",sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.contact-info p
{
    color: #fff;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 23px;
    margin: 0 0 20px;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.position-center-x {
    position: absolute;
    top: 23%;
    transform: translate(0px, -50%);
}
.position-footer{
    position: absolute;
  bottom: 0;
}
.position-center-y {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
}
.address-list, .social-icon-2  {   list-style: outside none none;
    padding: 0;}
/*.social-icon-2 li{ float: left; margin: 0 0 0 20px;}
.social-icon-2 li:first-child{ margin: 0;}
.social-icon-2 li a{ font-size: 20px; color: #0099ff;}
.social-icon-2 li a:hover{ color: #EC008C;
}*/

/*
Footer
=========================== */
footer {
	border-top: solid 1px #efefef;
	background: #fff;
	color: #8a8a8a;
	font-size: 12px;
	letter-spacing: 1px;
}
footer a {
	color: #3399ff;
}
footer .container {
	padding: 25px 15px;
}
/*
Clear spacer
=========================== */
* {
    margin: 0 auto;
    padding: 0;
}
.margin-clear {
	margin: 0 !important;
}
.padding-clear {
	padding: 0 !important;
}
.margintop-clear {
	margin-top: 0 !important;
}
.paddingtop-clear {
	padding-top: 0 !important;
}
.marginbot-clear {
	margin-bottom: 0 !important;
}
.paddingbot-clear {
	padding-bottom: 0 !important;
}
.marginleft-clear {
	margin-left: 0 !important;
}
.paddingleft-clear {
	padding-left: 0 !important;
}
.marginright-clear {
	margin-right: 0 !important;
}
.paddingright-clear {
	padding-right: 0 !important;
}
.padding-top40 {
	padding-top: 40px !important;
}
.padding-topt60 {
	padding-top: 60px !important;
}
.padding-top70 {
	padding-top: 70px !important;
}
.padding-bot5 {
	padding-bottom: 5px !important;
}
.padding-bot10 {
	padding-bottom: 10px !important;
}
.padding-bot15 {
	padding-bottom: 15px !important;
}
.padding-bot20 {
	padding-bottom: 20px !important;
}
.padding-bot30 {
	padding-bottom: 30px !important;
}
.padding-bot40 {
	padding-bottom: 40px !important;
}
.padding-bot50 {
	padding-bottom: 50px !important;
}
.padding-bot60 {
	padding-bottom: 60px !important;
}
.padding-bot70 {
	padding-bottom: 70px !important;
}
.margin-mintop10 {
	margin-top: -10px !important;
}
.margin-mintop20 {
	margin-top: -20px !important;
}
.margin-mintop30 {
	margin-top: -30px !important;
}
.margin-mintop60 {
	margin-top: -60px !important;
}
.margin-mintop110 {
	margin-top: -110px !important;
}
.margin-minbot10 {
	margin-bottom: -10px !important;
}
.margin-minbot20 {
	margin-bottom: -20px !important;
}
.margin-minbot30 {
	margin-bottom: -30px !important;
}
.margin-minbot60 {
	margin-bottom: -60px !important;
}
/*
Custom left right spacer
=========================== */
.margin-left10 {
	margin-left: 10px !important;
}
.margin-right10 {
	margin-right: 10px !important;
}
.margin-left20 {
	margin-left: 20px !important;
}
.margin-right20 {
	margin-right: 20px !important;
}
/*
Custom top spacer
=========================== */
.margintop5 {
	margin-top: 5px !important;
}
.margintop10 {
	margin-top: 10px !important;
}
.margintop15 {
	margin-top: 15px !important;
}
.margintop20 {
	margin-top: 20px !important;
}
.margintop25 {
	margin-top: 25px !important;
}
.margintop30 {
	margin-top: 30px !important;
}
.margintop35 {
	margin-top: 35px !important;
}
.margintop40 {
	margin-top: 40px !important;
}
.margintop45 {
	margin-top: 45px !important;
}
.margintop50 {
	margin-top: 50px !important;
}
.margintop55 {
	margin-top: 55px !important;
}
.margintop60 {
	margin-top: 60px !important;
}
.margintop80 {
	margin-top: 80px !important;
}
/*
Custom bottom spacer
=========================== */
.marginbot5 {
	margin-bottom: 5px !important;
}
.marginbot10 {
	margin-bottom: 10px !important;
}
.marginbot15 {
	margin-bottom: 15px !important;
}
.marginbot20 {
	margin-bottom: 20px !important;
}
.marginbot25 {
	margin-bottom: 25px !important;
}
.marginbot30 {
	margin-bottom: 30px !important;
}
.marginbot35 {
	margin-bottom: 35px !important;
}
.marginbot40 {
	margin-bottom: 40px !important;
}
.marginbot45 {
	margin-bottom: 45px !important;
}
.marginbot50 {
	margin-bottom: 50px !important;
}
.marginbot55 {
	margin-bottom: 55px !important;
}
.marginbot60 {
	margin-bottom: 60px !important;
}
.marginbot80 {
	margin-bottom: 80px !important;
}
/*
Pre Code
=========================== */
pre {
	font-family: monospace;
	padding: 5px 25px 30px;
	border: solid 1px #ccc;
	border-left: solid 10px #ccc;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	color: #6f6f6f;
	border-radius: 0px;
}
pre + pre {
	background: #6f6f6f;
}
pre {
	word-break: break-all; /* webkit */
	word-wrap: break-word;
	white-space: pre;
	white-space: -moz-pre-wrap; /* fennec */
	white-space: pre-wrap;
	white-space: pre\9; /* IE7+ */
}
.section.gray pre {
	background-color: #fff;
}
pre span {
	color: #f43438;
}

@media (max-width:1069px) {
.position-center-center {
    left: 57%;
    position: absolute;
    top: 50%;
    transform: translate(-48%, -50%) ;
}
}
@media (max-width:990px) {
.position-center-center {
    left: 70%;
    position: absolute;
    top: 50%;
    transform: translate(-107%, -50%) ;
}
.affa-client-logo {
    height: 91px;
    padding: 28px 4px;
    position: relative;
    text-align: center;
}
}
@media (max-width:766px) {
.contact-map {
    height: 202px;
}
.contact-form-holder {
    height: 100%;
    position: unset;
    right: 0;
}
.position-center-center {
    left: 0%;
    position: relative;
    top: 50%;    padding: 64px;
    transform: none;
}
.position-center-x {
    position: unset;
    top: 50%;
    transform: none;
}
.contact-info {
    left: 0;
}
.position-footer {
    bottom: 0;
    position: relative;
}
}

@media (max-width:676px) {
.wrap-affiliates {
	text-align: left;
	margin-top: 30px;
}
}


@media (max-width: 640px) {
    /* Navbar Responsive
    =================================*/
.cource-services li div {
    padding: 10px 0;
}
.cource-services li span a {
    letter-spacing: 3px;
}
.welcm {
    margin-bottom: 11px;
    margin-top: 11px;
    text-align: center;
}
	.about-module.wpa {
    padding-left: 0;
}
.speciality {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 14px;
}
.courses {
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}
.training .row .left {
    background: #0099ff none repeat scroll 0 0;
    padding: 40px 68px 40px 33px;
}
.content {
    padding: 0px 0;
}
.gallery-area {
    padding: 0px  !important;
}
.certificate_logos {
    margin-bottom: 0;
    margin-top: 50px !important;
    text-align: center;
}
.welcm h4, .speciality h4, .courses h4, .left h4, .left h3, .main-heading h2
{
	    font-size: 20px !important;    line-height: 29px;
}
.content h5 {
    font:  200 16px Roboto Condensed;
    text-transform: uppercase;
}
.clients-row .affa-client-logo {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 20%;
}

}
 @media (max-width:480px) {
.section.home .affiliates {
	padding-left: 15px;
}
.section.home .affiliates img {
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 15px;
}
.nav > li > a {
    display: block;
    padding: 11px 7px;
    position: relative;
     font-size: 12px;
}
.nav-tabs > li.active > a::after {
	border: none;
	}
.nav-tabs > li {
       width: 33%;
    margin-bottom: 1px;
}
.nav-tabs > li > a {    border: 0 none;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #0099ff;
    border: 0 solid #0099ff;
    color: #fff;
}
.nav-pills > li > a {
	 font-size: 12px;
	}
.nav-stacked > li > a {
    padding: 4px;
}
.nav-stacked {
       margin-right: 25px;
}
.mobile-logo > img {
    padding: 0;
    width: 100px;
}
.downloadimg {
  margin-left: 125px;
    margin-top: -28px;
    max-width: 100%;
    width: 116px;
}
.affa-client-logo {
    height: 84px;
    padding: 25px 7px;
    position: relative;
    text-align: center;
}
.left-contect {
    border-radius: 0 !important;
    box-shadow: 0 19px 22px #b7b7b7;
    padding: 23px 19px;
}
.left-contect b {
    font-size: 14px !important;
}.affa-client-logo {
    height: 78px;
    padding: 25px 7px;
    position: relative;
    text-align: center;
}
}
