* {
	margin: 0px;
	padding: 0px;
}

input::-webkit-input-placeholder {
color:#999 !important;
}
 
input:-moz-placeholder { 
color: #999 !important;  
}
 
input::-moz-placeholder { 
color: #999 !important;  
}
 
input:-ms-input-placeholder {  
color: #999 !important;  
}


textarea::-webkit-input-placeholder {
color: #999 !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #999 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #999 !important;  
}
 
textarea:-ms-input-placeholder {  
color: #999 !important;  
}

::-moz-selection { /* Code for Firefox */
    color:#FFF;
    background-color:#F90;
}

::selection {
    color:#FFF;
    background-color:#F90;
}


.more-trainer {
	width: 15%;
	border: 0px solid;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0px auto;
}
.more-trainer a {
	background-color: #ec4908 !important;
	color: #fff;
	padding: 13px 32px;
	border: none;
	font-size: 16px;
}
body {
	font-family: sans-serif !important;
	font-size: 13px;
	color: #474747;
}
a:hover {
	text-decoration: none !important;
}
.main {
	margin: 0px;
	height: 0px;
}
.navigation-bar {
	background-image: url(../images/navbg.jpg) !important;
	border-bottom: 1px solid #000;
	padding: 5px 0px 0px 0px;
}
/**********************************************************New Menu***************************************************/

.up-nav
{
	    background-color: #161E42;
    padding:10px 30px !important;
    color: #fff;
    border-radius:4px;
	float:right !important;
	margin:0px 0px 0px 10px !important;
}
.up-nav:hover
{
	color:#fff;
}

.demo-bu
{
	background-color: #ff8503;
    padding:10px 35px !important;
    color: #fff;
    border-radius:4px;
	float:right !important;
	margin:0px 0px 0px 10px !important;
}
.demo-bu:hover
{
	color:#fff;
	background-color:#930;
}

.nav-part {
	margin: 15px 0px 0px 30px;
}
#fdw .nav-part li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.nav-part ul li a:hover, .nav-part ul li a:active {
	color: #e25d29;
	text-decoration: none;
	background-color: transparent !important;
	margin: 0px;
	padding: 0px;
}
#fdw nav select {
	display: none; /* this is just for the mobile display */
}
#fdw nav ul {
	display: block;
	z-index: 999999;
	float: left;
	margin: 0px ;
	padding: 0px 0px 0px 0px;
}
#fdw nav ul li {
	display: inline-block;
	padding: 8px 0px 0px 0px;
	position: relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color: #444;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 13px;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #213240;
	margin: 0px;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
}
#fdw nav ul li span {
	position: absolute;
	right: 12px;
	width: 7px;
	margin: 0 0 0 0px;
	float: right;
	display: block;
	background: url('images/nav_arrow.png') no-repeat left -8px;
	font: 0/0 a;
}
#fdw nav ul li.current {
	border-bottom: 0px solid #e25d29;
}
#fdw nav ul li.current a {
	color: #e25d29;
	cursor: default;
	cursor: pointer;
}
#fdw nav ul li.current a span {
	background: url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor: pointer;
}
/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 200px;
	border: 1px solid #ececec;
	border-top: 5px solid #e25d29;
	display: none;
	z-index: 999999;
	-moz-box-shadow: 0px 6px 7px #121012;
	-webkit-box-shadow: 0px 6px 7px #121012;
	box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position: absolute;
	top: -12px;
	left: 12px;
	width: 13px;
	height: 8px;
	display: block;
	border: none;
	background: url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float: none;
	margin: 0;
	padding: 0;
	position:relative;
	border-bottom: 1px solid #ececec;
	width: 200px;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	padding: 12px;
	font: 13px Arial, tahoma, sans-serif;
	text-transform: capitalize;
	color: #777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background: #f9f9f9;
	color: #333;
	width: 200px;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color: #e25d29;
	cursor: default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background: none;
}

/*
.side-menu
{
	float:left !important;
	background-color:#033 !important;
	margin:0px 0px 0px 200px !important;
}

.side-menu ul
{
	display:none !important;
}

#fdw nav ul li ul.sub_menu li:hover > ul
{
	position:absolute !important;
	display:block !important;
}

.side-menu ul li
{
	width:200px !important;
	display:block !important;
	background-color:#666 !important;
	margin:0px 0px 0px -40px !important;
	padding:0px 0px 0px 0px !important;
}


.side-menu ul li a
{
	text-decoration:none !important;
	color:#FFF !important;
	float:left !important;
	width:89% !important;
	font-size:14px !important;
	font-family:arial !important;
	margin:0px 0px 0px 0px !important;
	padding:10px 10px 10px 10px !important;
	border-bottom:1px solid !important;
}

.side-menu ul li a:hover
{
	text-decoration:none;
	color:#000;
	float:left;
	width:89%;
	font-size:14px;
	background-color:#FFF;
	font-family:arial;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}
*/

/***********************sub menu 2********************/

/**********************
#fdw nav ul li ul li ul.sub_menu2 {
	position: absolute !important;
	top: 45px !important;
	left: 100 !important;
	margin: 0  !important;
	float:right !important;
	padding: 0;
	background: #000 !important;
	width: 200px !important;
	border: 1px solid #ececec !important;
	border-top: 5px solid #e25d29;
	display: none;
	z-index: 999999;
	-moz-box-shadow: 0px 6px 7px #121012;
	-webkit-box-shadow: 0px 6px 7px #121012;
	box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul li ul.sub_menu2 li.arrow_top {
	position: absolute;
	top: -12px;
	left: 12px;
	width: 13px;
	height: 8px;
	display: block;
	border: none;
	background: url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul li ul.sub_menu2 li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
	width: 200px;
}
#fdw nav ul li ul li ul.sub_menu2 li a {
	white-space: nowrap;
	padding: 12px;
	font: 13px Arial, tahoma, sans-serif;
	text-transform: capitalize;
	color: #777;
}
#fdw nav ul li ul li ul.sub_menu2 li a:hover {
	background: #f9f9f9;
	color: #333;
	width: 200px;
}
#fdw nav ul li ul li ul.sub_menu2 li a.subCurrent {
	color: #e25d29;
	cursor: default;
}
#fdw nav ul li ul li ul.sub_menu2 li a.subCurrent:hover {
	background: none;
}

************************/
/*===================== end Header style ======================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
/* nav */
#fdw nav ul li {
	margin-left: 12px;
}
}


	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
/* nav menu ul & select */

.button-under {
    width: 100% !important;
    float: left !important;
    display: block !important;
    z-index: 99999;
    right: -0px;
    bottom: 0px;
    position: fixed !important;
    min-height: 0px !important;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 7px #CCCCCC;
    text-align: center;
    font-size: 19px;
    /* font-size: x-large; */
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    /* margin: 68px 0px 0px 0px; */
    border: none !important;
}

.left-under
{
	width:50%;
	float:left;
}

.right-under
{
	width:50%;
	float:left;
}

#fdw nav ul {
	display: none;
}
#fdw nav select {
	width: 100%;
	display: block;
	cursor: pointer;
	padding:10px 7px;
	background: #213240;
	border: 1px solid #e3e3e3;
	color: #fff;
	margin: 10px 0px 0px 0px !important;
	float: left;
}
#fdw nav select option
{
    background-color:#fff !important;
    color: #213240;
    border-bottom:1px solid #000 !important;
    padding:22px 10px !important;
    float:left;
}
}


/***********************************************Fixed Menu****************************************/


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);	
	position: absolute;
	display: block;	
	
}
.nav-collapse.opened {
	max-height: 9999px;
}
.disable-pointer-events {
	pointer-events: none !important;
}
 @media screen and (min-width: 40em) {
.js .nav-collapse {
	position: relative;
}
.js .nav-collapse.closed {
	max-height: none;
}
.nav-toggle {
	display: none;
}
}
header {
	z-index: 3;
	left: 0;
	top: 0;
}
.logo {
	padding: 0 0px;
	float: left;
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */


.nav-collapse, .nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 7px 0px 0px 0px;
}
 @media screen and (min-width: 40em) {
.nav-collapse {
	float: right;
	width: auto;
}
}
.nav-collapse li {
	width: 100%;
}
 @media screen and (min-width: 40em) {
.nav-collapse li {
	width: auto;
}
}
.nav-collapse li {
	text-decoration: none;
	padding: 0px 10px;
	color: #666;
	float: left;
}
.nav-collapse a:active, .nav-collapse .active a {
	background: #fff;
}
 @media screen and (min-width: 40em) {
.nav-collapse a {
	border-left: 1px solid white;
	padding: 0px 5px;
	text-align: center;
	border-top: 0;
	float: left;
	margin: 0;
}
}
.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-indent: -300px;
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 55px;
	float: right;
}
.nav-toggle:before {
	color: #666; /* Edit this to change the icon color */
	font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
	text-transform: none;
	text-align: center;
	position: absolute;
	content: "\2261"; /* Hamburger icon */
	text-indent: 0;
	speak: none;
	width: 100%;
	left: 0;
	top: 0;
	font-weight: bold;
}
.social-icon {
	background-color: transparent;
	float: right;
}
.social-icon li {
	padding: 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	display: inline;
	float: left;
	width: 25%;
}
.icon-font {
	font-size: 25px !important;
	color: #666;
}
.fa-facebook-square:hover {
	color: #1747d0 !important;
}
.fa-twitter-square:hover {
	color: #4ccdfd !important;
}
.fa-linkedin-square:hover {
	color: #0c56ba !important;
}
.fa-google-plus-square:hover {
	color: #f00 !important;
}
.search-part {
	width: 300px;
	background-color: #fff !important;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.search-part input {
	width: 240px;
	border: 0px !important;
	padding: 7px 0px 8px 10px;
}
.search-part i {
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 0px;
	float: right;
}
.menu-item {
	
	float: left;
	padding: 8px 10px!important;
	margin: 0px 10px 5px 0px;
	background-color: #900;
	color: #fff !important;
	border-left: 0px !important;
}
.menu-item a {
	background-color: #900;
	color: #fff;
	border-left: 0px !important;
}
.menu-item a:hover {
	color: #FF0;
	background-color:transparent !important;
}
#options a{
    border-left: 0 none;
	float:left;
}
#options>a {
    background-image: url(triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;
}
.subnav {
    visibility: hidden;
    position: absolute;
    top: 110%;
    right: 0;
    width: 200px;
    height: auto;
    opacity: 0;
    transition: all 0.1s;
    background: #232323;
	float:left;
}
.subnav li {
    float:left;
}
.subnav li a {
    border-bottom: 1px solid #2e2e2e;
}
#options:hover .subnav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.nav11 {
   
    display: inline-block;
}
 
.nav11 li {
    float: left;
    list-style-type: none;
    position: relative;
}
/*********************************************Menu Part off****************************************************/


.icon-text {
	color: #666;
	margin: 0px 5px;
}
.banner {
	width: 100%;
	position: relative;
}
.banner img {
	width: 100%;
}
.heading-wrapper {
	width: 100%;
	text-align: center !important;
	padding: 30px 0px 20px 0px !important;
	margin: 10px 0px 10px 0px !important;/*background-color:#f5f5f5;*/
}
.main-heading {
	font-size:40px !important;
	color: #2e3760 !important;
	margin: 0px 0px 5px 0px;
	
	font-family: sans-serif !important;
	/*;
	font-family: fantasy !important;*/
}
.heading-wrapper span {
	font-size: 28px !important;
	color: #d74516 !important;
	padding: 20px 0px 20px 0px !important;
	font-family: Providence;
}
.heading-wrapper p {
	font-size: 16px !important;
	padding: 35px 0px 0px 0px !important;
	line-height: 30px;
}
#services {
	width: 100%;
	background-color: #Eee;
	padding: 50px 0px 20px 0px !important;
}
.programe-heading-top {
	background-color: #61B612;
	padding: 50px 0px 20px 0px !important;
}
.programe-heading-top h1 {
	color: #fff !important;
	font-size: 45px !important;
	margin:0px 0px 0px 0px;
	font-family: sans-serif !important;
	text-transform: uppercase;
}
.programe-heading-top h1 span {
	color: #fff !important;
	font-size: 40px !important;
	font-family: sans-serif !important;
}
.programe-heading-top p {
	color: #fff !important;
	font-family: sans-serif !important;
	font-size: 16px;
}
.programe-heading-arrow {
	position: absolute;
	left: 47.5%;
	margin-left: -29px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
}
.programe-heading-arrow.bottom {
	border-width: 29px 29px 0 29px !important;
	border-top-color: #61B612 !important;
}
.services-wrap {
	background: #fff;
	border-radius: 4px;
	margin: 0 0 40px;
}
#services .lead {
	color: #fff;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 32px;
	font-family: Verdana, Geneva, sans-serif;
}
#services h1 {
	color: #fff;
	margin-bottom: 10px;
}
.serviceBlock {
	border-bottom: 1px solid #dedede;
	display: block;
	height: 280px;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0px 0px 15px 0px;
	background-color: #fafafa;
	border-bottom-width: 4px;
	cursor: pointer;
	text-decoration: none;
}
.serviceBlock:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-webkit-animation-delay: all .35s;
	z-index: 9999;
	-webkit-transition: all 1s;
}
.serviceBlock .view {
	height: 250px;
	padding: 0px 30px;
	text-align: center
}
.serviceBlock .view i {
	color: #666;
	font-size: 40px;
	margin: 40px 0px;
	text-decoration: none;
	display: inline-block;
}
.serviceBlock .view h2 {
	color: #ed5c48;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-top: 10px;
	text-decoration: none
}
.serviceBlock .view p {
	color: #666;
	margin-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
	text-decoration: none
}
.serviceBlock .view span.more {
	color: #FFF;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px 10px;
	background-color:#c9302c;
	text-decoration: none;
	text-transform: uppercase;
}
.serviceBlock .view {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serviceBlock.web h2, .serviceBlock.web {
	border-color: #f47321;
	color: #f47321;
	margin-top: 0px
}
.serviceBlock.ecom h2, .serviceBlock.ecom {
	border-color: #6ab6e2;
	color: #6ab6e2;
	margin-top: 0px
}
.serviceBlock.dev h2, .serviceBlock.dev {
	border-color: #eeb95b;
	color: #eeb95b;
	margin-top: 0px
}
.serviceBlock.des h2, .serviceBlock.des {
	border-color: #62a73c;
	color: #62a73c;
	margin-top: 0px
}
.serviceBlock.mark h2, .serviceBlock.mark {
	border-color: #3b4368;
	background-color: #fafafa;
	color: #3b4368;
	margin-top: 0px
}
.serviceBlock.support h2, .serviceBlock.support {
	border-color: #943384;
	color: #943384;
	margin-top: 0px
}
.serviceBlock.blue h2, .serviceBlock.blue {
	border-color: #03F;
	color: #03F;
	margin-top: 0px
}
.serviceBlock h2 {
	margin-top: 0px;
	text-decoration: none
}
.serviceBlock p {
	color: #777;
	margin-top: 0;
	text-decoration: none
}
.serviceBlock span.more {
	color: #777;
	margin-top: 20px
}
.center h3 {
	font-size: 50px;

	padding: 0px;
	margin: 0px;
}
.our-team-top {
	padding: 30px 0px 20px 0px !important;
	margin: 0px 0px;
}
.our-team-top h1 {
	color: #666 !important;
	font-size: 50px;
}
.our-team-top p {
	color: #666 !important;
	font-family: Providence;
	font-size: 20px;
}
.divider-candy-arrow {
	position: absolute;
	left: 47.5%;
	margin-left: -29px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
}
.divider-candy-arrow.bottom {
	border-width: 29px 29px 0 29px !important;
	border-top-color: #fff !important;
}
.our-team-bg {
	/*background: #000 url(../images/services/bg_services.png);*/
	background-size: cover;
	background-attachment: fixed;
	min-height: 300px;
	height: auto;
	padding: 50px 0px 50px 0px !important;
	margin-bottom: 30px;
}
.team-skill {
	color: #2e3760;
	padding: 0px;
	margin: 0px;
}
.style-text {
	font-size: 22px;
	text-align: center;
	padding: 20px 0px !important;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.img-border {
	border: none !important;
}
.counter-bg {
	width: 100%;
	background: #d74516;
	min-height: 150px;
	height: auto;
	display: none;
}
.footer {
	background-color: #213240;
	/*background:#1a1f35 url(../images/footer_bg.jpg);*/
	min-height: 330px;
	height: auto;
	font-size: 14px !important;
	color: #798c9b;
	padding: 30px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
}
.footer-menu-bg {
	background-color: #213240;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #536676;
}
.footer-menu {
	margin: 0px 0px;
}
.footer-menu li {
	display: inline;
}
.footer-menu li a {
	padding: 15px 10px;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}
.footer-menu li a:hover {
	color: #e95649;
	text-decoration: none;
}
.fo-content {
	margin: 0px 60px 0px 0px;
}
.footer span {
	font-size: 12px;
	color: #798c9b;
	padding: 5px 0px 5px 0px;
}
.footer-heading {
	font-weight: bold;
	font-size: 16px;
	color: #eee;
	padding: 10px 0px 13px 0px;
	text-transform: uppercase;
}
.little-heading {
	font-weight: bold;
	font-size: 14px;
	color: #eee;
}
.footer-services {
	margin: 0px;
	padding: 0px;
}
.footer-services li {
	padding: 8px 0px 8px 0px;
	list-style-type: none;
}
.footer-services li a {
	color: #798c9b;
	font-size: 13.5px;
}
.footer-services li a:hover {
	color: #e95649;
	text-decoration: none;
}
.bottom {
	/*background-color:#e95649;*/
	border-top: 1px solid #536676;
	margin: 15px 0px;
	float: left;
}
.bottom p {
	padding: 12px 0px 0px 0px;
	color: #798c9b;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
}
.powrd {
	padding: 0px 0px 0px 0px !important;
	color: #fff;
	font-size: 13px;
	float: right;
}
.powrd a {
	color: #fff!important;
	font-weight: bold;
}
.tab-wrap {
	border: 1px solid #e6e6e6;
	height: auto;
	float: left;
	margin: 15px 0px;
}
.tab-content {
	padding: 20px;
}
.tab-content img {
	width: 180px;
	height: 180px;
}
.media>.pull-left {
	margin-right: 10px;
}
.media>.pull-right {
	margin-left: 10px;
}
.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0 !important;
	border: 0 none;
	line-height: 20px !important;
	margin-right: 0;
	padding: 15px 10px !important;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #1f1f20 !important;
	color: #fff !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 0;
	color: #fff !important;
	background: #1f1f20 !important;
	position: relative;
}
.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 26px 22px;
	right: -44px;
	top: 0;
}
.trai-name {
	font-size: 18px;
}
.trai-designation {
	font-size: 15px;
	color: #82a23f;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	background-color: #fff;
	padding: 15px 15px;
	border-radius: 8px;
}
.feature-wrap h2 {
	margin-top: 10px;
	font-size: 22px;
	color: #2e3760;
}
.feature-wrap p {
	font-size: 14px;
	line-height: 22px;
	height: auto;
}
.feature-wrap a {
	text-align: right !important;
	color: #2e3760;
	font-weight: bold;
}
.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 10px 10px 30px 0px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #ed5c48;
	border: 3px solid #ffffff;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	float: left;
}
.feature-wrap i:hover {
	cursor: pointer;
	background: #ed5c48;
	color: #fff;
	box-shadow: inset 0 0 0 5px #ed5c48;
	-webkit-box-shadow: inset 0 0 0 5px #ed5c48;
	border: 3px solid #ed5c48;
}
/**********************************************Inner Class********************************************/

.inner-wrapper {
	width: 100%;
	margin: 10px 0px 10px 0px !important;
}
.inner-tab {
	padding: 0px !important;
	background-color: transparent !important;
	margin: 0px !important;
}
.inner-tab li {
	padding: 7px !important;
}
.inner-tab li a {
	font-size: 15px !important;
}
.inner-tab li .fa-home {
	font-size: 18px;
}
.pricing_header {
	background-color: #3b4368;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
}
.form_header {
	background-color: #3b4368;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	margin: 0px 0px 10px 0px;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item-1 {
	padding: 18px 15px 18px 17px !important;
}
.list-group-item-1 .fa {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #a7a9ac;
	float: left;
}
.price-courses {
	background-color: #e7e8e9!important;
	padding: 20px 15px 17px 15px!important;
}
.buttonarea {
	padding: 25px 0px !important;
	text-align: center;
}
.orangebuttonenrol {
	margin: 20px 0px;
}
.orangebuttonenrol .enroll-button {
	background: #ed5c48;
	padding: 10px 30px;
	font: 25px 'Calibri', 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #d67422;
	cursor: pointer;
	margin: 10px 0px;
}
.enroll-button {
	background: #ed5c48;
	padding: 10px 30px;
	font: 25px 'Calibri', 'Droid Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #d67422;
	cursor: pointer;
	margin: 10px 0px;
}
.enroll-button:hover {
	opacity: 0.9;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e26601), to(#f68221));
	background: -webkit-linear-gradient(top, #e26601, #f68221);
	background: -moz-linear-gradient(top, #e26601, #f68221);
	background: -ms-linear-gradient(top, #e26601, #f68221);
	background: -o-linear-gradient(top, #e26601, #f68221);
	border: 1px solid #D26307;
}
.view-all {
	font-size: 18px;
	margin-top: 10px;
	font-family: 'Calibri';
}
.sub-box {
	border: 1px solid #d1d3d4;
	min-height: 125px;
	height: auto;
	border-radius: 5px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	text-align: start;
	padding: 0px 5px 0px 0px;
	margin-bottom: 25px;
}
.sub-text {
	color: #272727;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.news-text {
	color: #363636;
	font-size: 14px;
}
.mail-top {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.mail-box {
	padding: 20px 10px 20px 10px!important;
	width: 85% !important;
}
.mail-button {
	padding: 6px 15px !important;
	background-color: #ed5c48 !important;
	border-radius: 0px !important;
	color: #fdfeff !important;
	font-size: 20px !important;
}
.social-tag {
	margin: 10px 0px 0px 10px !important;
	padding: 0px;
}
.social-tag li {
	display: inline;
	padding: 0px 5px;
	margin: 10px 0px 0px 0px !important;
	float: left;
}
.course-que {
	color: #ed5c48;
	font-size: 25px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.course-que1 {
	color: #ed5c48;
	font-size: 30px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.radGroup1 {
	font-size: 18px !important;
}
.radGroup1 input {
	width: 18px;
	height: 18px;
	background-color: #000 !important;
}
.answer-text {
	font-size: 14px;
	line-height: 24px;
}
.contact-page {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}
.notify {
	text-align: center;
	padding-bottom: 5px;
}
.notify-me {
	color: #009edb;
	font-size: 30px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	margin-bottom: 3px;
	text-align: center;
	line-height: 35px;
}
.notify-sub {
	color: #363636;
	text-align: center;
	width: 80%;
	position: relative;
	margin: 5px auto;
	margin-bottom: 9px;
	font-size: 15px;
}
.address {
	color: #363636;
	line-height: 25px;
	text-align: center;
	margin-bottom: 5px;
}
.textorange {
	color: #f5944e;
}
.notify-textbox {
	padding: 10px 15px !important;
	height: 50px !important;
	margin-bottom: 15px;
	width: 100% !important;
	text-transform: uppercase;
	
	font-size: 12px!important;
}
.form-textbox {
	padding: 8px 15px !important;
	height: 40px !important;
	margin-bottom: 8px;
	width: 100% !important;
	text-transform: uppercase;
	color: #979797!important;
	font-size: 12px!important;
}
.course-interest label {
	color: #808285 !important;
	font-size: 13px !important;
	margin-left: 20px;
	line-height: 20px;
	font-weight: 500 !important;
}
.learnbutton {
	width: 100%;
	background-color: #ed5c48;
	color: #fff !important;
	padding: 10px 30px;
	border-bottom: 5px solid #c14017 !important;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 1s;
	font-size: 18px;
	text-decoration: none !important;
	border: 0px;
}
.learnbutton:hover {
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background-color: #c14017;
	border-bottom: 5px solid #ed5c48;
	font-size: 18px;
}
.buttonsentencecase {
	text-transform: inherit!important;
}
.mrtop5 {
	margin-top: 10px !important;
}
.btn-padd-1 {
	margin-bottom: 28px;
	float: right;
	margin-top: 5px;
}
.map-img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.test-box {
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-bottom: 45px;
	width: 95%;
	min-height: 200px;
}
.box-bg {
	background-color: #e8e9ed;
	min-height: 180px;
	border-radius: 4px;
}
.box-bg img {
	width: 100%;
}
.user-info-block .user-heading {
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
.border-profile {
	border-bottom: 1px solid #d3d3d3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.profile-title-1 {
	color: #ed5c48;
}
.testi-job {
	color: #3b4368;
	font-size: 18px;
}
.border-profile-1 {
	border-bottom: 1px solid #d3d3d3;
}
.profile-link-two {
	min-height: 57px;
	color: #009edb;
}
.part-border {
	border-right: 1px solid #CCC;
	height: 58px;
}
.links-name-top {
	padding-top: 18px;
	font-size: 16px;
	text-align: center;
}
.comment-text-1 {
	text-align: justify !important;
}
.testi-padd {
	padding: 8px 20px !important;
}
.boxtext {
	color: #414042;
	text-align: center;
	min-height: 180px;
	padding: 58px 61px;
	line-height: 28px;
}
.training-text {
	width: auto;
	height: auto;
}
.training-text p {
	color: #363636;
	margin-bottom: 20px;
	line-height: 30px;
	text-align: justify;
}
.container--head {
	background: #BF3E11;
}
.tooltip-carousel {
	position: absolute;
	z-index: 11;
	border-radius: 50%;
}
.caraousel-tooltip-item {
	display: none;
}
.caraousel-tooltip-item.active {
	display: block;
}
.carousel-control .fa-chevron-left {
	color: #fff;
	margin-top: 100%;
	font-size: 25px;
	background-color: #000;
	padding: 18px 25px 18px 20px;
	border-radius: 100%;
}
.carousel-control .fa-chevron-left:hover {
	background-color: #ed5c48;
}
.carousel-control .fa-chevron-right {
	color: #fff;
	margin-top: 100%;
	font-size: 25px;
	background-color: #000;
	padding: 18px 20px 18px 25px;
	border-radius: 100%;
}
.carousel-control .fa-chevron-right:hover {
	background-color: #ed5c48;
}
.soft-img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	margin: 10px 0px 10px 10px;
	border-radius: 20px 20px 22px 20px !important;
	float: right;
	width: 320px;
	height: 200px;
}
.soft-img:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
}
.inner-container {
	padding: 30px 0px !important;
}
.author-avatar {
	padding: 0px;
}
.author-avatar img {
	height: 180px !important;
	width: 180px !important;
	float: left;
	margin: 10px 30px 0px 0px;
	border-radius: 100px;
	border: 5px solid #f5f5f5;
}
.name {
	font-size: 25px !important;
	padding: 35px 0px 25px 0px;
}
.member-details {
	margin: 0px;
	padding: 0px 40px !important;
}
.member-details p {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	min-height: 100px;
	overflow: auto;
}
.member-top {
	position: relative;
}
.designation {
	display: inline-block;
	padding: 10px 0px!important;
	font-size: 15px;
	color: #272727;
	letter-spacing: .2px;
}
.member-social-link {
	margin: 0px;
	padding: 0px;
}
.member-social-link a {
	margin: 0px;
	padding: 0px 5px;
}
.twitter-btn {
	padding: 7px;
	color: #272727 !important;
}
.facebook-btn {
	padding: 7px;
	color: #272727 !important;
}
.linkedin-btn {
	padding: 7px;
	color: #272727 !important;
	-webkit-transition: all 1s;
}
.twitter-btn:hover {
	padding: 7px;
	color: #fff !important;
	background-color: #10b9ea !important;
	border-radius: 4px;
	-webkit-transition: all 1s;
}
.facebook-btn:hover {
	padding: 7px;
	color: #fff !important;
	background-color: #3151ae !important;
	border-radius: 4px;
	-webkit-transition: all 1s;
}
.linkedin-btn:hover {
	padding: 7px;
	color: #fff !important;
	background-color: #330db0 !important;
	border-radius: 4px;
	-webkit-transition: all 1s;
}
/****************************Our Blog***************************************************/


center {
	text-align: center;
	padding-bottom: 55px;
}
.center h2 {
	font-size: 36px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.blog-content {
	padding-bottom: 25px;
}
.blog-content h2 {
	margin: 20px 0px !important;
}
.blog-content h2 a {
	font-size: 28px !important;
	color: #3b4368 !important;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.blog-content p {
	color: #858586 !important;
	margin-bottom: 40px !important;
	font-size: 16px;
	line-height: 30px !important;
}
.btn-primary {
	padding: 12px 20px !important;
	border: 0px solid #fff !important;
	background: #ed5c48!important;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
	-webkit-transition: all 1s;
}
/*.btn-primary:hover {
	padding: 12px 80px !important;
	border: 0px solid #fff !important;
	background: #3b4368 !important;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
	-webkit-transition: all 1s;
}*/
.widget {
	margin-bottom: 10px;
	padding-left: 0;
}
.single_comments {
	margin-bottom: 20px;
}
.single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.single_comments p {
	margin-bottom: 0;
}
.entry-meta span {
	display: inline-block;
	margin-top: 10px !important;
	margin-right: 10px !important;
}
.single_comments a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve li {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.blog_archieve li:first-child {
	padding-top: 0;
}
.blog_archieve li a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.tag-cloud, ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px;
}
.tag-cloud li a {
	width:120px;
	color:#fff !important;
	border: 0;
	border-radius: 4px;
	padding: 8px 13px !important;
}
.tag-cloud li a:hover {
	background: #3b4368 !important;
	color: #fff !important;
	border: 0;
	border-radius: 4px;
	padding: 8px 15px !important;
}
.fb
{
	background-color:#1f3f8f !important;
	
}
.tw
{
	background-color:#00aced !important;
}
.in
{
	background-color:#007bb6 !important;
}
.gm
{
	background-color:#d9422e !important;
}
/*****************************Toggle Menu ******************************/


.active1 {
	color: #fff !important;
	background: #ed5c48 !important;
	border-radius: 4px !important;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 0px 0px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 180px;
	float: left;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 20px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/arr-left.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/arr-right.png) no-repeat;
}
.course-pannelhead {
	padding: 10px 10px !important;
	font-size: 18px !important;
	background-color: #fff !important;
}
.content-height {
	line-height: 24px !important;
	float: left;
}
.add-banner {
	margin-bottom: 20px;
}
.cd-top {
	display: inline-block;
	color: #fff;
	padding: 15px 17px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	border-radius: 4px;
	background-color: #ed5c48;
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
	z-index: 9999;
}
.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	color: #fff;
	background-color: #2e3760;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 0.8;
}
.vide-bg {
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	color: #666666;
	font-size: 16px;
	width: 100%;
}
.vide-bg img {
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}
.vide-bg img:hover {
	margin: 0px 0px 0px 25px;
}
.video-font {
	background-color: #F63;
	color: #fff;
	padding: 25px 20px;
	margin: 0px 0px 0px 34px;
	border-radius: 0px 4px 4px 0px;
}
.video-heading {
	padding: 10px 20px !important;
	font-size: 20px;
	color: #272727 !important;
	border-radius: 4px 4px 0px 0px;
}
.video-box {
	background-color: #fff !important;
	padding: 10px 0px !important;
	font-size: 20px;
	border: 1px solid #ccc !important;
	margin: 10px 0px;
}
.video-inner {
	padding: 0px 0px !important;
	font-size: 14px;
}
.video-inner h5 {
	padding: 10px 0px !important;
	font-size: 20px !important;
}
.video-inner p {
	padding: 10px 10px !important;
	line-height: 24px;
}
.video-wrapper {
	width: 100%;
	text-align: center !important;
	background-color: #fafafa;
	padding: 15px 0px 15px 0px !important;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.video-wrapper h1 {
	font-size: 33px !important;
	color: #2e3760 !important;
	margin: 10px 0px 10px 0px;
}
.video-wrapper p {
	font-size: 16px !important;
	padding: 10px 0px 10px 0px !important;
	line-height: 26px;
}
.view-more {
	width: 300px;
	margin: 30px auto;
}
.view-more-button {
	width: 100%;
	background-color: #ed5c48;
	color: #fff !important;
	padding: 20px 75px;
	border-bottom: 5px solid #c14017;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 1s;
	font-size: 18px;
	text-decoration: none !important;
}
.view-more-button:hover {
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background-color: #c14017;
	border-bottom: 5px solid #ed5c48;
	font-size: 18px;
}
.sign-up {
	width: 100%;
	background-color: #fafafa;
	padding: 15px 0px 15px 0px !important;
}
.sign-up-inner {
	width: 100%;
	height: auto;
	text-align: center;
}
.sign-up-inner h1 {
	font-size: 40px !important;
	font-family: Calibri !important;
	font-weight: bold !important;
	color: #5465b4;
}
.sign-up-inner p {
	line-height: 28px;
	font-size: 20px;
	font-family: Calibri !important;
	padding: 20px 0px;
}
.form {
	background-color: #ed5c48;
	border-radius: 4px;
	float: left;
	margin: 5px 0px;
	box-shadow: -5px 10px 30px -5px #666;
}
.form h2 {
	font-size: 24px;
	text-align: center;
	background-color: #3b4368;
	color: #fff;
	padding: 22px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 6px 6px 0px 0px;
}
.form-part {
	padding: 10px 10px;
	float: left;
}
.submit-sign {
	width: 100%;
	padding: 14px 0px;
	background-color: #3b4368;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}
.form-part input {
	color: #000 !important;
	border: 0px;
	text-transform: none;
}
.gender-part {
	width: 100%;
	height: auto;
}
.gender-part label {
	padding: 12px 5px !important;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}
.gender-part span {
	padding: 10px 10px 0px 0px !important;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	float: left;
}
.gender-part .checked {
	height: 18px;
	width: 18px;
	float: left;
}
.gender-part label p {
	margin: 3px 0px;
	padding: 0px 5px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.sign-in {
	/*	background-image:url(../images/sign-in-background.jpg);*/
	background-size: cover;
	min-height: 500px;
	height: auto;
}
.login {
	background-image: url(../images/login-png.png);
	background-size: cover;
	border-radius: 4px;
	float: left;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.login h2 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 22px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.login-part {
	padding: 10px 0px;
	float: left;
}
.login a {
	padding: 10px 0px 20px 20px !important;
	float: left;
	color: #fff !important;
}
.login-part input {
	float: left;
	border-radius: 4px;
	border: 0px !important;
	padding: 15px 0px !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, -1.925) !important;
}
.login-sign {
	width: 100%;
	padding: 10px 0px;
	background-color: #f5f5f5;
	color: #272727;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}
.user-lgin {
	background-color: #fff !important;
	border: none !important;
	border-radius: 4px 0px 0px 4px !important;
	color: #bcbcbc !important;
}
.progress-bar-bg {
	/*background-color:#f00 !important;*/
	background: #0582b7 url(../images/services/bg_services.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0px 50px 0px !important;
}
.project {
	color: #fff;
	font-weight: bold;
	background-color: transparent !important;
	border: none !important;
}
.project .counter {
	padding: 0px;
	font-size: 60px !important;
	margin: 20px 0px;
	background-color: transparent !important;
}
.project h4 {
	font-size: 30px !important;
	text-align: center;
}
.project p {
	font-size: 16px !important;
	line-height: 28px;
	text-align: center;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
/* --------------------------------------- *//*$1. Team Type 1 *//* --------------------------------------- */


.team-parlex {
	background: #000 url('../images/services/team.png');
	background-size: 350px;
	background-attachment: fixed;
}
.wrap {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px 10px;
	border-bottom: 0px none black;
	color: #333;
}
.team-section {
	padding: 10px 0px;
}
.team-image {
	background-color: #f00;
}
.team-img {
	display: block;
	width: 200px;
	height: 230px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50%;
}
.team-des {
	background-color: white;
}
.team-name {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 25px 5px 10px;
	color: #888;
	text-align: center;
}
.team-name-des {
	padding-top: 0px;
	padding-bottom: 25px;
	text-align: center;
}
.team-social {
	background-color: #ddd;
}
.social-section {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
.expandUp {
	animation-name: expandUp;
	-webkit-animation-name: expandUp;
	animation-duration: 3.0s;
	-webkit-animation-duration: 3.0s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
/*

==============================================

expandOpen

==============================================

*/





.expandOpen, .team-section:hover {
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible !important;
}
.our-team-area {
	margin: 2px 0px;
}
.our-team-area h3 {
	color: #fff !important;
	font-size: 50px;
}
.our-team-area p {
	color: #fff !important;
	
	font-size:18px;
}
.divider-arrow {
	display: none;
	position: absolute;
	left: 47.5%;
	margin-left: -29px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
}
.divider-arrow.bottom {
	border-width: 35px 35px 0 35px !important;
	border-top-color: #fff!important;
}
.testi-parlex {
	background: #272727 url('../images/services/std.png');
	background-size: 350px;
	background-attachment: fixed;
	padding: 50px 0px 30px 0px;
}
.cd-testimonials-wrapper {
	position: relative;
	width: 60%;
	margin: 0px auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 70px;
}
.cd-testimonials {
	color: #fff;
	text-align: center;
	font-size: 30px;
}
.cd-testimonials > li {
	list-style-type: none;
	position: absolute;
	opacity: 0;
}
.cd-testimonials > li  a{
	color:#fff !important;
}
.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.cd-testimonials p {
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 14px;
}
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
	font-size: 20px;
	line-height: 28px;
	list-style-type: none;
}
.cd-author .cd-author-info li:last-child {
	font-size: 16px;
	color: #fff;
	list-style-type: none;
}
.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	/* left and right arrows in css only */
	content: '';
	position: absolute;
	left: 50%;
	top: 70%;
	width: 5px;
	height: 30px;
	background-color: white;
}
.flex-direction-nav li a::before {
	-webkit-transform: translateY(-45px) rotate(45deg);
	-moz-transform: translateY(-45px) rotate(45deg);
	-ms-transform: translateY(-45px) rotate(45deg);
	-o-transform: translateY(-45px) rotate(45deg);
	transform: translateY(-45px) rotate(45deg);
}
.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-45px) rotate(-45deg);
	-moz-transform: translateY(-45px) rotate(-45deg);
	-ms-transform: translateY(-45px) rotate(-45deg);
	-o-transform: translateY(-45px) rotate(-45deg);
	transform: translateY(-45px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}
 @media only screen and (min-width: 280px) and (max-width: 768px) {
	
.dropbtn 
{
	margin-bottom:10px !important;
}
	
.up-nav
{
    padding:10px 15px !important;
	float:right;
	margin:0px 0px 10px 0px;
} 

.demo-bu
{
	float:left !important;
	margin:0px 0px 10px 0px !important;
}
.rcb
{
	margin:10px 0px 0px 0px !important;
}
.social-icon li {
	padding:5px 0px !important;
	margin: 0px 0px 0px 0px !important;
	display: inline;
	float: left;
	width: 10% !important;
}
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 5px 0px 0px 0px;
	min-height: 50px !important;
	height: auto;
}
.extra-div {
	display: none !important;
}
.more-trainer {
	width: 40%;
	border: 0px solid;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0px auto;
}
.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 70px;
	z-index: 1;
}
.demo-circle {
	width: 50%;
	text-align: center;
}
.navi-mobile {
	display: block;
}
.navi {
	width: 100%;
	padding: 50px 0 0;
	margin-top: -50px;
}
.navi-list {
	width: 70%;
	float: left;
	position: relative;
	margin-left: 24%;
}
.navi-item {
	width: 100%;
	float: none;
	border-bottom: #fff 1px solid;
}
.navi-item > a {
	padding: 10px;
}
.navi-click {
	display: block;
}
.navi-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.navi-item:hover .navi-submenu {
	display: none;
}
.navi-submenu {
	position: static;
	width: 100%;
	z-index: 9999;
}
.view-more-button {
	width: 100%;
	background-color: #ed5c48;
	color: #fff !important;
	padding: 15px 20px !important;
	border-bottom: 5px solid #c14017;
	border-radius: 0px 0px 4px 4px;
	-webkit-transition: all 1s;
	font-size: 13px !important;
	text-decoration: none !important;
}
.view-more-button:hover {
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background-color: #c14017;
	border-bottom: 5px solid #ed5c48;
	font-size: 18px;
}
.view-more {
	width: 120px !important;
	margin: 30px auto;
}
.demo > div {
	width: 100%;
	float: left;
	padding: 10px 0px;
	text-align: center;
}
.serviceBlock .view h2 {
	font-size: 16px
}
.serviceBlock, .serviceBlock .view {
	height: 200px
}
.serviceBlock .view {
	padding: 0
}
.search-part {
	width:100% !important;
	background-color: #fff !important;

}
.search-part input {
	width:79% !important;
	border: 0px !important;
	padding: 7px 0px 8px 10px !important;
}
.search-part i {
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 0px;
	float: right;
}
/*}
 @media screen and (max-width:320px), screen and (max-width:480px) {*/
.serviceBlock .view h2 {
	font-size: 16px
}
.serviceBlock, .serviceBlock .view {
	height: 200px
}
.serviceBlock .view {
	padding: 0
}
.our-team-bg {
	background-color: transparent !important;
	min-height: 300px;
	height: auto;
	padding: 30px 0px 0px 0px !important;
}
.social-icon li img {
	display: inline;
	border-radius: 2px;
	width: 23px;
	height: 23px;
}
.fo-content {
	margin: 0px 0px 0px 0px;
}
.footer-heading {
	color: #eee;
	padding: 20px 0px 20px 0px;
	text-transform: uppercase;
}
.powrd {
	padding: 10px 0px 10px 0px !important;
	color: #fff;
	font-size: 13px;
	float: left;
}
.progress .bar-width {
	position: absolute;
	width: 40px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: 0px;
	border-radius: 2px;
	margin-left: 35px;
}
.glance-width {
	width: auto;
}
.sub-box {
	border: 1px solid #d1d3d4;
	min-height: 160px;
	height: auto;
	border-radius: 5px;
	font-family: 'Calibri', 'Droid Sans', sans-serif;
	text-align: start;
	padding: 10px 5px 0px 0px !important;
}
.mail-box {
	padding: 15px 10px 15px 10px!important;
	width: 55%;
}
.mail-button {
	padding: 6px 12px !important;
	background-color: #ed5c48 !important;
	border-radius: 0px !important;
	color: #fdfeff !important;
	font-size: 15px !important;
}
.heading-wrapper {
	width: 100%;
	text-align: center !important;
	padding: 0px 0px 20px 0px !important;
	margin: 10px 0px 10px 0px !important;/*background-color:#f5f5f5;*/
}
.author-avatar img {
	height: 150px !important;
	width: 150px !important;
	float: none !important;
	margin: 10px 30px 0px 0px;
	border-radius: 100px;
	border: 5px solid #f5f5f5;
}
.member-details p {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	min-height: 50px !important;
	overflow: auto;
}
.heading-wrapper h1 {
	font-size: 28px !important;
	color: #2e3760 !important;
	margin: 20px 0px 24px 0px;
}
.heading-wrapper span {
	font-size: 20px !important;
	color: #d74516 !important;
	padding: 20px 0px 20px 0px !important;
	font-family: Providence;
}
.divider-candy-arrow {
	position: absolute;
	left: 50%;
	margin-left: -29px;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
}
.divider-candy-arrow.bottom {
	border-width: 25px 25px 0 25px !important;
	border-top-color: #213240 !important;
}
.menu_row_home {
	width:100%;
	margin: 0px 0px 0px 0px !important;
}
.menu_row_home a {
	width:60% !important;
	margin: 5px 10px !important;
	float: left;
}
.sit-bar {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
}
.site-tabs {
	width:45% !important;
	text-align: center;
	border: 1px dashed #3b4368;
	padding: 10px;
	margin:5px 0px 5px 10px !important;
	float: left;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	position: relative;
	background-color: #f9f9f9;
}
.sitemap-font {
	color: #000;
	border-left: 2px solid #3b4368;
	height: 20px;
	position: absolute;
	left: 140px !important;
	top: 30px;
}
.sitemap-top {
	margin: 30px 0px 30px 0px !important;
}
}
.about-heading {
	font-size: 30px !important;
	color: #2e3760 !important;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	font-family: Providence;
	border-bottom: 2px dotted #d6d6d6;
}
.what-we-wrapper {
	width: 100%;
	padding: 15px 0px 15px 0px !important;
	margin: 0px 0px 20px 0px !important;
}
.about-wrapper {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 10px 0px;/*background-color:#f5f5f5;*/
}
.about-wrapper p {
	font-size: 14px !important;
	padding: 15px 10px 0px 10px !important;
	line-height: 30px;
	text-align: justify;
}
.icon1 {
	margin-top: 15px;
	float: left;
	color: #fd8d09;
	font-size: 48px !important;
	width: 68px;
}
.box1 {
	margin: 0px;
	padding: 0px;
}
.box1 h4 {
	font-size: 18px;
	color: #1b1b1b;
	margin-top: 25px;
	line-height: 24px;
	text-transform: uppercase;
}
.box1 p {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
.box-part {
	margin: 0px;
	padding: 0px 0px;
}
.read-su {
	margin-top: 10px;
}
.icon-part {
	margin-top: 15px;
	float: left;
	border: 2px dotted #ed5c48;
	color: #ed5c48;
	border-radius: 50%;
	font-size: 30px !important;
	padding: 20px;
}
.box-part h4 {
	font-size: 18px;
	color: #1b1b1b;
	margin-top: 25px;
	line-height: 24px;
	text-transform: uppercase;
}
.box-part p {
	width: 100%;
	margin: 20px 0px;
	padding: 20px 0px;
	line-height: 24px;
}
.slider-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.slider {
	position: relative;
	width: 9999px;
}
.slider:before, .slider:after {
	display: table;
	content: ' ';
}
.slider:after {
	clear: both;
}
.slider div {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.slider div img {
	display: block;
	max-width: 100%;
	height: auto;
}
.act, #prev > span, #next > span, #slider-nav > a {
	background: none;
}
#next > span, #prev > span {
	display: block;
	width: 16px;
	height: 24px;
}
/* Arrows */
#next > span {
	background-position: -20px 0;
}
#prev > span {
	background-position: 0 0;
}
#next, #prev {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	
}
#prev {
	left: 10px;
}
#next {
	right: 10px;
}
.caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 10px 30px;
	color: #fff;
	background: rgba(0, 0, 0, .39);
}
.caption a {
	display: block;
	color: #fff;
}
@media (max-width: 580px) {
.caption {
	display: none;
}
}
.capcha-code {
	display: block;
	max-width: 100%;
	height: 48px !important;
}
.trainer-left {
	padding: 0px 0px 0px 0px !important;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.trainer-page-title img {
	padding: 10px 0px 10px 0px;
}
.trainer-page-title {
	display: block;
	font-size: 35px;
	padding: 10px 0px 0px 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-family: "Agency FB";
	font-weight: bold;
	color: #ed5c48;
	text-transform: uppercase;
}
.trainer-links {
	margin: 5px 0px 0px 0px;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 1.2;
	background: #eef2ef;
}
.left-link-title {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.left-link-title.active {
	color: #A81010;
}
.trainer-designation {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.trainer-links.active {
	background: #e2e2e2;
	font-weight: 900;
}
.square-image-box {
	padding: 0 0px 0px 0px;
	height: 260px;
	overflow: hidden;
}
.trainer-ratings .span4 {
	padding-right: 0px;
	border-right: 1px dotted #eee;
}
.single-feed-box {
	padding: 6px;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.single-feed-box p {
	font-family: dsim-font;
	display: block;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	font-style: italic;
	color: #999;
	margin: 8px;
	margin-bottom: 12px;
}
.pie-title-center {
	display: inline-block;
	position: relative;
	text-align: center;
}
.pie-value {
	display: block;
	position: absolute;
	font-size: 14px;
	height: 40px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
	line-height: 40px;
}
.top-spacing {
	margin: 20px 0px 0px 0px;
	float: left;
}
.pie-title-center canvas {
	width: 120px !important;
	height: 120px !important;
	margin: 0px 0px 0px 0px;
}
.trainer-name {
	color: #ed5c48;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
}
.trainer-matter {
	padding: 8px 0px !important;
	line-height: 24px;
}
.student-testi {
	width: 100%;
	border: 1px dotted #ccc;
	margin: 0px 0px 10px 0px;
	padding: 7px;
	font-size: 13px;
	color: #999;
	line-height: 16px;
	font-style: italic;
	float: left;
}
.student-testi span {
	text-align: right;
	float: right;
	margin: 5px 0px 0px 0px;
}
.content-heading {
	color: #333333;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
.progress-content {
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #ccc;
}
.progress-content p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.progress-content span {
	float: right;
}
.progress_single_wrapper {
	border: 0px solid #EAEAEA;
	border-radius: 3px;
	margin-top: 10px;
}
.progress_single {
	width: 0;
	color: #fff;
	font-family: inherit;
	padding: 4px 0px;
	font-size: 12px;
}
.prog-green {
	background-color: #029b2d;
}
.prog-red {
	background-color: #ad4100;
}
.prog-blue {
	background-color: #048fdf;
}
.prog-violet {
	background-color: #0114c9;
}
.prog-yellow {
	background-color: #ffd200;
}
.prog-orange {
	background-color: #ff6000;
}
.dotted-border {
	border-right: 1px dotted #ccc;
}
.dotted-top {
	border-top: 1px dotted #ccc;
	margin: 10px 0px;
	float: left;
	padding: 10px 0px;
}
.student-view {
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
}
.withcolorbg {
	text-align: left;
	line-height: 1.4;
	padding: 6px 0 8px;
	font-size: 14px;
	display: block;
	background: #FF8800;
	color: #fff;
	border-bottom: 1px solid #eee;
	padding-left: 5px !important;
	margin: 0px 0px 10px 0px;
}
.black {
	color: #000 !important;
	font-size: 14px;
	margin: 8px 0;
}
.notify-textboxfile {
	padding: 0px 0px !important;
	margin-top: 15px;
	text-transform: uppercase;
	color: #979797!important;
	font-size: 13px!important;
	width: 100%;
}
.custom-file-input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 0px 7px 0px !important;
}
.custom-file-input::-webkit-file-upload-button {
 visibility: hidden;
}
.custom-file-input::before {
	content: 'Choose Your File';
	display: inline-block;
	background: #5cb85c;
	border: 1px solid #4cae4c;
	border-radius: 0px 0px 3px 3px;
	padding: 7px 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	float: right;
	margin-top: -5px;
}
.custom-file-input:hover::before {
	border-color: #4cae4c;
}
.sitemap {
	width: 100%;
	color: #255e85;
	font-size: 130px;
	text-align: center;
	text-transform: uppercase;
}
.menu_row_home {
	width: 100%;
	text-align: left;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	min-height: 20px;
	height: auto;
	margin: 10px 0px 10px 0px;
}
.menu_row_home a {
	width: 190px;
	font-weight: bold;
	color: #fff;
	background: #3b4368;
	padding: 10px 0px;
	float: left;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	margin:0px 10px;
}
.sit-bar {
	width: 100%;
	position: relative;
}
.sitemap-font {
	color: #000;
	border-left: 2px solid #3b4368;
	height: 32px;
	position: absolute;
	left: 103px;
	top: 37px;
}
.sitemap-top {
	margin: 15px 0px 0px 0px;
}
.menu_row_home a:hover {
	color: #fff;
	background-color: #e9643a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.site-tabs {
	width: 100%;
	text-align: center;
	border: 1px dashed #3b4368;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	float: left;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	position: relative;
	background-color: #f9f9f9;
}
.site-tabs:hover {
	color: #fff;
	background-color: #e9643a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.tell-a-friend {
	background:#039;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	width: 100% !important;
	margin: 0px;
}
.current-opening {
	background: #7b207f;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	width: 100% !important;
	margin: 0px 0px 15px 0px;
}
.current-opening a
{
	color:#fff !important;
}
.column-tbl {
	padding: 0px 5px !important;
}
.text-color {
	color: #46a1de;
}
/*****************************************Placment tab Close***************************************/
.blr {
	margin: 10px 0px 10px 0px;
}
/********************************************************Enquiry Form**********************************************************/

.enquiry {
	position: relative;
	min-height: 200px;
	z-index: 100;
	background: #D1D1D1;
	background: -moz-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
	background: -webkit-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
	background: -o-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
	background: repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0px 0px 15px 0px;
	padding: 10px 15px;
}
.enquiry-bg {
	background-color: #fff !important;
	margin: 0px !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	padding: 15px 0px;
}
.enquiry-wrapper {
	width: 80%;
	margin: 0px auto;
}
.contact-us {
	font-family: 'Questrial', Verdana, sans-serif;
	text-align: center;
	font-size: 40px;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
	color: #8C8C8C;
}
.contact-us:before {
	position: absolute;
	bottom: 15px;
	content: ' ';
	text-align: center;
	display: block;
	height: 2px;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(182,180,180,0.7) 42%, rgba(180,178,178,0) 43%, rgba(168,166,166,0) 50%, rgba(180,178,178,0) 57%, rgba(182,180,180,0.7) 58%, rgba(238,237,237,0.3) 90%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(42%, rgba(182,180,180,0.7)), color-stop(43%, rgba(180,178,178,0)), color-stop(50%, rgba(168,166,166,0)), color-stop(57%, rgba(180,178,178,0)), color-stop(58%, rgba(182,180,180,0.7)), color-stop(90%, rgba(238,237,237,0.3)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(182,180,180,0.7) 42%, rgba(180,178,178,0) 43%, rgba(168,166,166,0) 50%, rgba(180,178,178,0) 57%, rgba(182,180,180,0.7) 58%, rgba(238,237,237,0.3) 90%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(182,180,180,0.7) 42%, rgba(180,178,178,0) 43%, rgba(168,166,166,0) 50%, rgba(180,178,178,0) 57%, rgba(182,180,180,0.7) 58%, rgba(238,237,237,0.3) 90%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(182,180,180,0.7) 42%, rgba(180,178,178,0) 43%, rgba(168,166,166,0) 50%, rgba(180,178,178,0) 57%, rgba(182,180,180,0.7) 58%, rgba(238,237,237,0.3) 90%, rgba(255,255,255,0) 100%);
	background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(182,180,180,0.7) 42%, rgba(180,178,178,0) 43%, rgba(168,166,166,0) 50%, rgba(180,178,178,0) 57%, rgba(182,180,180,0.7) 58%, rgba(238,237,237,0.3) 90%, rgba(255,255,255,0) 100%);
}
.contact-us:after {
	font-size: 25px;
	color: #D6CFCB;
	content: '&';
	text-align: center;
	display: block;
	width: 100%;
	font-family: 'Alice', Verdana, serif;
	text-shadow: 0px 1px 0px #fff;
}
.feedback-class {
	position: fixed !important;
	top: 280px;
	z-index: 9999;
}
.simplePopup {
	display: none;
	position: fixed;
	z-index: 3;
	padding: 12px;
	width: 70%;
	min-width: 70%;
}
.simplePopupClose {
	float: right;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000;
	z-index: 999999;
}
.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.demo-bg {
	background: #213240;
	padding: 30px 0
}
.white {
	font-family: arial;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.1;
	padding: 10px 0;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.demo-border {
	border: 1px solid #dcdcdc;
	min-height: 180px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}
.clear-20 {
	clear: both;
	float: none;
	height: 20px;
}
.red-button {
	background: -webkit-linear-gradient(top, #e9643a 0, #e9643a 100%);
	background-color: #e9643a;
	border-color: #5dba00;
	font: 16px/22px 'Open sans', Arial, sans-serif;
	letter-spacing: .5px;
	padding: 9px 60px;
	cursor: pointer;
	color: #fff;
	margin: 0px 0px 20px 0px !important;
}
.red-button:hover {
	color: #fff;
}
.black {
	font-size: 26px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 20px;
	font-weight: 300;
	text-transform: lowercase !important;
}
.blue-border {
	border: 1px solid #dcdcdc;
	min-height: 181px;
	text-align: center;
	padding: 0px 0px 0px 0px !important;
	margin: 30px 0px 30px 0px;
}
.clear-20 {
	clear: both;
	float: none;
	height: 20px;
}
.blue-button {
	background-color: #21217e;
	border-color: #5dba00;
	font: 16px/22px 'Open sans', Arial, sans-serif;
	letter-spacing: 0.5px;
	padding: 9px 60px;
	cursor: pointer;
	color: #fff;
	margin: 0px !important;
}
.blue-button:hover {
	color: #fff;
}
.black {
	font-size: 26px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 20px;
	display: inline-block;
	font-weight: 300;
	min-height: 55px;
}



.quiz-contest {
	background-color: #5cb85c;
	float: left;
	padding:6px 30px;
	border-radius: 4px;
	min-height:269px;
	height:auto;
}
.quiz-contest span {
	font-size: 19px;
	padding: 10px;
	color: #fff;
	font-weight:bold;
}
.quiz-contest div {
	font-size: 15px;
	padding:10px 0px 10px 0px;
	color: #fff;
	font-weight:bold;
}
.quiz-contest div input {
	margin: 3px 7px !important;
	padding: 5px;
}
.quiz-submit {
	background-color: #e56037;
	border: none !important;
	padding: 9px 27px !important;
	font-size:17px;
}

.quiz-form {
	background-color: #5cb85c;
	float: left;
	padding:20px 30px;
	border-radius: 4px;
	min-height:269px;
	height:auto;
}
.quiz-form div {
	font-size: 15px;
	padding:10px 10px 0px 0px;
	color: #fff;
	font-weight:bold;
}

.banner-heading {
	width: 100%;
	min-height: 150px;
	text-align: center;
	background-color: #213240;
	color: #fff;
	font-size: 70px;
	padding: 25px 0px;
}
.pages-down {
	padding: 20px 0px !important;
}

.left
{
}
/*****************************Webinar************************************/
.singleprocess {
	width: 100%;
	height: 150px;
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	padding: 3% 2%;
	position: relative;
}
.webinar-kb .single-webinar.process_layer {
	background-image: url('../images/icon_play_white.png');
	width: 80px;
	height: 80px;
}
.blue-bg-2 .process_layer {
	background: url('../images/icon_play_white.png') no-repeat center center #3299CC;
}
.process_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
.steps {
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
}
.left-side {
	padding: 15px 0px;
	
}
.reg-heading {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5cb85c;
	border: 5px dotted #ccc;
	padding: 30px 0px 30px 0px;
	text-align: center;
}
.left-side p {
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
}
#left-box1 {
	height: auto;
	margin-top: 20px;
	border: 1px dashed #c7c7c7;
	border-radius: 4px;
	padding: 10px;
}
#left-box1 ul {
	font-size: 13px;
	list-style: circle;
	padding-top: 20px;
	margin-left: 0px;
	padding-left: 20px;
}
#left-box1 li {
	list-style: circle;
	color: #f33a0c;
	line-height: 20px;
}
.li {
	color: #666;
}
#left-box3 {
	height: 40px;
	padding: 10px 0px;
	margin-top: 8px;
	border: 1px dashed #f33a0c;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
}
#left-box2 {
	height: auto;
	margin-top: 20px;
	border: 1px dashed #c7c7c7;
	border-radius: 4px;
}
.block {
	padding: 20px 40px;
	background: #f5f5f5;
	margin: 15px 0px 0px 0px;
}
.arial-font {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	text-align: left;
}
.list {
	margin: 0px;
	padding: 0px;
}
.list li {
	background-image: url('./img/bullet-icon.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	margin-bottom: 5px;
	padding-left: 14px;
	text-align: left;
}
/************************************************Activities******************************************/


.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 1 !important;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
	background-color: #000;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background-color: #000;
	opacity: 0.9;
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
	background-color: #000;
	padding: 20px;
	opacity: 0.9;
}
.thubm-img {
	border: 0px solid #000;
	background-color: #e7e7e7;
	padding: 5px !important;
	margin: 0px 0px 10px 0px;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	border: 5px solid #fff;
}
#fancybox-thumbs ul li.active {
	padding: 1px;
	border: 5px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.rcb
{
	margin:0px;
}



/* nt-example1 */
#quiz-news {
	width: 100%;
	padding: 50px 0px 50px 0px !important;
}

.heading-part {
	font-size:40px !important;
	color: #2e3760 !important;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 25px 0px !important;
	
	/*;
	font-family: fantasy !important;*/
}

#nt-example1 {
	
	height:310px !important;
	margin: auto;
}

#nt-example1-container {
	width:100% !important;
	text-align:left;
	background-color: #ff8503;
	padding:0px 15px !important;
	border-radius:4px;

}
/*
.demo-bu
{
	
    padding:10px 15px !important;
    color: #fff;
    border-radius:4px;
	float:right !important;
	margin:0px 0px 0px 10px !important;
}
.demo-bu:hover
{
	color:#fff;
	background-color:#930;
}
*/

#nt-example1 li {
	color: #fff;
	text-transform:capitalize;	
	overflow: hidden;
	height:87px;
	padding:5px 0px 5px 0px;
	line-height:18px;
	font-size: 14px;
	text-align: left;
	border-bottom:1px dashed #000;
	margin:10px 0px 10px 0px;
	
}


#nt-example1 li span
{
	display:none;
	color:#fff;
	font-size:20px;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	font-weight:bold;
	text-align:center !important;
}

#nt-example1 li p
{
	font-size:13px;
	color:#fff;
	text-align:justify;
	padding:5px 0px 20px 0px;
	margin:0px 0px;
}

#nt-example1 li b
{
	font-size:14px;
	color:#000;
	float:right;
}


#nt-example1 li a
{
	color:#fff;
	float:right;
}

#nt-example1 li a:hover {
	font-size:14px;
	color:#990 !important;
	float:right;
}


/* nt-example2 */
.pepsi
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

.pepsi p
{
	font-size:24px;
	padding:0px 0px 0px 0px;
	margin:0px 0px;
	font-weight:bold;
	color:#ed5c48;
}
.pepsi span
{
	font-size:12px;
	color:#000;
	padding:10px 0px 0px 33px;
}
/**********************************Rating-Part******************************/


/*  Second Example with big stars */
.rate-ex2-cnt{
	width:100%; 
	height: 30px;
}
.rating
{
	    font-size: 16px;
    color: #fff;
    background-color: #3b4368;
    padding: 6px 20px;
    float:right;
    margin: 0px 10px 0px 0px;
}
.rate-ex2-cnt .rate-btn{
	width: 37px; 
	height:34px;
	float: left;
	background: url(../images/stars.png) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: url(../images/star-hover.png) no-repeat;
}
/* End second Example with big stars */


/* rate result */
.rate-result-cnt{
	width: 82px; 
	height: 18px;
	position: relative;
}
.rate-stars{
	width: 82px; height: 18px;
	background: url(../images/stars1.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}




.wcd{width:33%; height:40px; float:left;}
.wcd-logo{font-size: 36px; color: #fff;text-align: center; float:left; cursor: pointer;  color:#fff; font-size: 32px; font-family: 'Varela Round', sans-serif;
-webkit-transition:color 0.3s ease-in;  -moz-transition:color 0.3s ease-in; x²-o-transition:color 0.3s ease-in; transition:color 0.3s ease-in;
   }
   .wcd-logo:hover{color:#3facff;}
.wcd-tuto{ font-family: 'Varela Round', sans-serif; color: #fff; font-size: 16px; line-height: 36px;}
.webcodo-top{width:100%; height:40px; background-color:#232323}

.pignose-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 480px;
	width: 80%;
	background-color: #fff;
	border: 1px solid #cf6060;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6)
}
.pignose-popup .item_header {
	padding: 1.2em 1.6em;
	font-size: 100%;
	font-weight: 600;
	background-color: #cf6060;
	color: #fff;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden
}
.pignose-popup .item_header .txt_title {
	float: left
}
.pignose-popup .item_header .btn_close {
	float: right
}
.pignose-popup .item_content {
	padding: 2em 1.6em;
	font-size: 100%;
	color: #555;
	text-align: center
}
.pignose-popup.black {
	border: 1px solid #222
}
.pignose-popup.black .item_header {
	background-color: #222
}
.pignose-popup.blue {
	border: 1px solid #155fa1
}
.pignose-popup.blue .item_header {
	background-color: #155fa1
}
.pignose-popup.orange {
	border: 1px solid #da7024
}
.pignose-popup.orange .item_header {
	background-color: #da7024
}
.pignose-popup.mint {
	border: 1px solid #16aa91
}
.pignose-popup.mint .item_header {
	background-color: #16aa91
}




/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}

/**********************************************************/

.add-comment
{
	border-bottom:1px solid #ccc; 
	margin:0px 0px 10px 0px;
	border-top:1px solid #ccc; 
	padding:15px 0px;
}

.comment-button {
	padding: 12px 20px !important;
	border: 0px solid #fff !important;
	background: #ed5c48!important;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top:0px;
	-webkit-transition: all 1s;
}

/********************************Upcoming Batch*************************************/


.dropbtn {
    background-color: #4CAF50;
    color:#fff;
    padding: 10px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
	border-radius:4px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    min-width:300px;
	left:-1px;
	top:36px;
	z-index:9999;
	border
	border-radius:0px 4px 4px 4px;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding:10px 16px;
    text-decoration: none;
    display: block;
	width:100%;
	text-align:left;
	color:#fff !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #161e42}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.progr-head
{
	margin:0px;
	padding:0px;
}
.progr-head li
{
	width:100% !important;
	list-style-type:none;
}
.programe-highlight {
	background: #7b207f;
	padding:25px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	width: 100% !important;
	margin: 0px 0px 5px 0px;
	float:left;
}
.programe-highlight:hover
{
	color:#fff !important;
}

.panel-main
{
	border:0px !important;
	border-bottom:1px solid #ccc !important;
}
.panel-mine
{
	    background-color: #4CAF50 !important;
		border:0px !important;
}
.panel-mine span
{
	color:#161E42;
}
/*
.side
{
	width:100%;
	float:right;
	height:20px;
	background-color:#F00;
}
*/

.button-under
{
	width:100%;
	float:left;
	display:none;
	min-height:0px;
	border:1px solid;
}

.left-under
{
	width:50%;
	float:left;
}