
/*safari ouble headed drop down*/

select {
	appearance:none;-moz-appearance:none;-webkit-appearance:none; text-indent:0.01px; text-overflow:''; background:#fff url(../images/br_down.png) no-repeat right center!important;
}

/* .txtarea textarea {
   resize: none !important;
}*/
/**/
.label.error{display:none;}
.reg-but-blue {
	background:#6490A9;
	color:#f4f6f8;
	font-size:18px;
	margin:20px auto;
}
.reg-frm-center{
	margin-left:auto;
	margin-right:auto;
	width:60%;
	background:#D6D6D6;
}
div .span3, div.span4,.callout-box .span6{font-size:14px;}
.regfrm{
	padding:auto 5%;
	color:#767879;
}
.reg_heading{
	font-size:18px;
	font-weight:bold;
	color:#767879;
}
.reg_txt{
	font-size:14px;
	color:#767879;
}
.reg_put_bottom_margin{
	margin-top:0%;
	margin-bottom:3%;
	font-size:14px;
}
.reg-radio{
	font-size:12px;
	width:100%;
	vertical-align:middle;
	
}	
.reg-radio input[type="radio"]{
	display:inline;
}
.ss{
/*width:925px !important;*/
width:70% !important;
}
.order{
background:#EEEEEE;
width:95%;
margin-bottom:0px;
}
.search_opt{
	color: #FFFFFF;
    font-size: 25px !important;
    font-weight: normal;
    text-align: left!important;
	border-bottom:none !important;
}
.selectedcat{ text-decoration:underline;}
#wrap {
	padding: 0;
	margin: 0 auto;
	background-color: #fff;/*margin: 0px auto; 
		width:1160px;
		border-left:1px solid #efefef;
		border-right:1px solid #efefef;*/
}
   	
#header {
	z-index: 99;
	background:#6490aa;
}
/* Logo */

.Logo_Pad {
	background:#fff;
	width: 300px;
}

#logo {
	display: block;
	padding: 20px 20px 20px 20px;
}
#logo img {
	display: block;
}
/* Dropdown Menu */

	/* ESSENTIAL STYLES */
.sf-menu, .sf-menu * {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}

/*current-tab css*/
.menu_pad ul li.current
{
    background:#FFF;
}
.menu_pad ul li.current a
{
	color:#6490AA !important;
}
/*current-tab css ends*/
.sf-menu ul {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,  .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu a {
	position: relative;
	display: block;
	padding: 0px 12px;
	font-size: 15px;
	color:#fff;
	line-height:86px;
	text-decoration: none;
}
.sf-menu a:hover{
	background:#fff;
	color:#6490aa;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul {
	background:#6490aa;	
}
.sf-menu ul li a {
	font-size: 13px;
	line-height:35px;
	text-transform: none;
}
/* arrows (for all except IE7) */
.sf-arrows .sf-with-ul {
	padding-right: 40px;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,.5);
	margin-top: -3px;
	content: '';
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,  .sf-arrows ul li:hover > .sf-with-ul:after,  .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #fff;
}
.sf-menu li .arrow {
	position: absolute;
	top: 52px;
	left: -10px;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #71d9e2;
	-moz-transform: scale(.9999);
}
.sf-menu li .arrow.alt {
	border-right-color: #59c8d2;
}
.sf-menu li .arrow.alt-2 {
	border-right-color: #39b8c3;
}
.sf-menu li .arrow.alt-3 {
	border-right-color: #16a7b4;
}
.sf-menu li .arrow.alt-4 {
	border-right-color: #0c9aa7;
}
/* Mobile menu  */
			
#mobile-menu {
	z-index: 20;
	background:#345e76;
	border-bottom: 1px solid #efefef;
}
#mobile-menu li {
	display: block;
	margin: 0;
}
#mobile-menu > li > ul,  #mobile-menu > li > ul > li > ul {
	display: none;
	margin-left: 0;
}
#mobile-menu li a {
	position: relative;
	display: block;
	padding:7px 15px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
#mobile-menu li a:hover {
	background:#811c25;	
}
#mobile-menu li a img {
	margin-right: 10px;
	vertical-align: middle;
}
#mobile-menu ul a {
	padding-left: 45px;
}
#mobile-menu ul li ul a {
	padding-left: 65px;
}
#mobile-menu .mobile-menu-submenu-arrow {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	background:url(../images/menu_sub_arrow.png) center center no-repeat;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#mobile-menu {
	display: none;
}
/* Mobile menu trigger  */
				
#mobile-menu-trigger {
	position: absolute;
	top: 30px;
	right: 0;
	display: none;
	font-size: 32px;
	padding: 15px;
	background:url(../images/menu_icon_mob.png) top left no-repeat;
}
#mobile-menu-trigger i {
	color: #0C9AA7;
}
/* Search */

#search fieldset {
	position: relative;
}
#search-input {
	width: 220px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	border: none;
	border-radius: 0;
	font-size: 11px;
}
#search-submit-btn {
	position: absolute;
	top: -5px;
	right: 20px;
	width: 32px;
	height: 32px;
	border: none;
	background: url(../images/icons/32x32/white/arrowright.png) no-repeat center center;
	cursor: pointer;
}
#search-submit-btn:focus {
	outline: 0;
}
ul.dot.alt-2 {
	margin: 20px 0 50px 25px;
}
ul.dot.alt-2 li {
	background: url(../images/bg-single-dotted.png) repeat-x top left;
	padding-top: 10px;
	margin-top: 10px;
}
ul.dot.alt-2 li:first-child {
	background: none;
}
.Top_Strip {
	background:#282828;
	height:40px;
	line-height:40px;
}

.Social_Info {
	float:right;
	color:#ccc;
}

.Social_Info a {
	color:#fff;
	padding:0px 2px;
	text-decoration:none;
}

.Social_Pad {
	padding-left:25px;	
}

.Social_Pad img {
	padding-right:2px;
	margin-top:-3px;
	vertical-align:middle;
}

.banner_img {
	left:50%;
	bottom:-10px;		
}

.FLeft {
	float:left;	
}

.FRight {
	float:right;	
}

.marg20 {
	margin-right:20px;	
}

.marg30 {
	margin-right:30px;	
}

.Clear {
	clear:both;
}	

.Search_Area h1, div {
	font-family:Tahoma, Geneva, sans-serif;
}

.Search_Area {
	/*height: 190px;*/
	height:auto;
	padding-top:12px;	
	
}

.Search_Area h2 {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ddd;
	padding-bottom:7px;
	
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#fff;	
	margin-bottom:5px;
}

.Search_Pad input {
	
	font-size:15px;
	font-weight:normal;	
	width:98%;
	padding:0px;
	padding-left:5px;
}

.Search_Pad select {
	font-size:15px;
	font-weight:normal;	
	width:100%;
	padding-top:9px;
}

.Column1 {
	width:32%;
	margin-right:2%;	
}

.Search_Pad input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	height:38px;
	background:#fff;
	color:#595959;
	border:none;
	outline:none;	
}

.Search_Pad keygen, select, select[size="0"], select[size="1"] {
	height:38px;
	background:#fff;
	border:none;
	color:#595959;
	outline:none;	
}

.Search_Pad:before {
	content:'';
	margin-right:0px;	
}

.Search_Title {
	color:#fff;
	margin-bottom:4px;
	font-size:17px;
	font-weight:normal;	
}

.Search_Bg {
	text-align:center;
	padding-top:18px;	
}

.Search_Btn a {
	background:#45728d;	
	display:block;
	float:left;
	padding:0px 20px;
	height:40px;
	font-size:21px;
	left:50%;
	position:relative;
	color:#fff;
	line-height:40px;
}

.Course_New {
	float:left;	
	margin-right:35px;
}

.Course_List {
	float:left;
}

.Course1 {
	float:left;
	padding-right:15px;
	border-right:1px solid #c3c2c2;
}

.Course2 {
	float:left;
}

.Course_List ul li {
	list-style-type:disc;
	color:#2a92c2;
}

.Course_List ul li a {
	line-height:28px;
	color:#5b5a5a;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

.footer_bot_menu {
	float:right;	
}

#footer-menu li {
	color:#ddd;	
}

.Course_List ul li a:hover {
	color:#811c25;
}

#client-testimonial-double .slides li:after {
	content:"";
	clear:both;	
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.slides li .testimonial-2 img {
	border:1px solid #ddd;	
}

.Search_Title_Bg {
	background:#6490aa;
	height:45px;
	padding-left:15px;
}

.Search_Title_Bg h3 {
	font-size:18px;
	color:#fff;
	line-height:45px;	
	font-weight:normal;
	padding-left:25px;
	background:url(../images/login_icon.png) center left no-repeat;	
}
.Search_Box {
	background:#eeeeee;	
	padding:20px 20px 5px 20px;
}
.user_bg {
	background:url(../images/text_user_bg.png) top left no-repeat;
	height:40px;
	margin-bottom:15px;
}

.pass_bg {
	background:url(../images/text_pass_bg.png) top left no-repeat;
	height:40px;
}
.Search_Box input {
    margin-left: 55px;
	background:none;
	width:80%;
}

.submit_btn {
	margin-left:20%;	
}

.submit_btn input {
	width:auto;
	height:40px;
	padding:0px 20px;
	background:#45728d;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin-top:18px;	
	outline:none;
}

.submit_btn input:hover {
	background:#811c25;
}

.hide_marg {
	margin:0px;	
}

/* #Content
   ========================================================================== */
   		
#content {
	z-index: 9;
	min-height: 300px;
}
#portfolio {
	z-index: 1;
}
/* Headline Titles */
			
.headline {
	position: relative;
	padding: 0;
	margin: 30px 0;
}
.headline img {
	position: absolute;
	top: 1px;
	left: 0;
}
.headline h6 {
	margin-left: 60px;
	color: #a3a3a3;
	text-transform: uppercase;
}
.headline h3 {
	margin-bottom: 0;
	margin-left: 60px;
	color: #555555;
	line-height: 26px;
}
.headline p {
	margin-left: 55px;
	color: #9e9e9e;
}
.headline p span a {
	color: #686868;
}
.headline p > a {
	color: #71d9e2;
}
.sub-headline {
	position: relative;
}
.sub-headline img {
	position: absolute;
	top: 13px;
	left: 0;
}
.sub-headline h3 {
	margin: 0 0 30px 22px;
	color: #00598c;
}
.sub-headline h2 {
	margin-bottom: 0;
	margin-left: 35px;
	font-size: 20px;
}
.sub-headline h1 {
	padding-top: 12px;
	margin-left: 55px;
	font-size: 24px;
}
.sub-headline.alt-2 h1 {
	padding-top: 5px;
	color: #555655;
}
.sub-headline a {
	color: #78d7dd;
}
.sub-headline.alt {
	border-bottom: 1px solid #71d9e2;
}
.sub-headline.alt img {
	padding: 15px;
	background-color: #71d9e2;
}
.sub-headline.alt h3 {
	padding-top: 20px;
	margin: 0 0 15px 75px;
}
/* Page Header */
	
#page-header {
}
/* Side Nav */
	
.side-nav {
	border-top: 1px solid #efefef;
	margin-bottom: 30px;
	list-style-type: none;
	list-style-position: outside;
}
.side-nav li {
	border-bottom: 1px solid #efefef;
}
.side-nav li a {
	display: block;
	padding: 10px 0 10px 25px;
}
.side-nav li a:hover {
}
.side-nav li.current a {
	color: #303030;
}
.side-nav li.current a:hover {
	text-decoration: none;
}
/* Color Shade */
	
.color-default {
	background-color: #8ee1e8;
}
.color-shade-1 {
	background-color: #71d9e2;
}
.color-shade-2 {
	background-color: #59c8d2;
}
.color-shade-3 {
	background-color: #39b8c3;
}
.color-shade-4 {
	background-color: #16a7b4;
}
.color-shade-5 {
	background-color: #0c9aa7;
}
.color-shade-6 {
	background-color: #0a848d;
}
.color-shade-7 {
	background-color: #5bb9c2;
}
/* Animations Delays */
	
.delay1 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.delay3 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay4 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.delay5 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay6 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
/* #Footer
   ========================================================================== */		
		
#footer {
	padding:15px 0px 0px 0px;
	background: #014267;
}
#footer .about {
	padding-bottom: 5px;
	margin-bottom: 55px;
	background-color: #5bb9c1;
}
#footer .about p {
	margin: 0 20px 20px 20px;
	color: #e0e0e0;
	line-height: 17px;
}
#footer .about .headline {
	padding: 25px 20px;
	margin: 0;
	margin-bottom: 15px;
	background-color: #71d9e2;
}
#footer .about .headline img {
	top: 22px;
	left: 20px;
	padding: 0;
	background: none;
}
#footer .about .headline h3 {
	padding: 0;
	margin-left: 40px;
	margin-bottom: 0;
	color: #fff;
}
/* Flickr */
	
.flickr_badge_image {
	display: inline-block;
}
.flickr_badge_image img {
	padding: 0 5px;
	margin-bottom: 5px;
	display: block;
}
#flickr_badge_wrapper {
	width: 100%;
	margin-bottom: 20px;
}
#footer .gallery-details {
	clear: both;
	color: #808080;
}
#footer .gallery-details p {
	padding: 7px 20px;
	border-left: 1px solid #808080;
	margin-left: 100px;
}
#footer .gallery-details img {
	float: left;
	padding: 20px;
}
#footer .headline {
	border-bottom: 1px solid #5bb9c2;
	margin-top: 0;
}
#footer .headline img {
	padding: 7px;
	background-color: #5bb9c2;
}
#footer .headline h3 {
	padding: 10px 0;
	margin-left: 60px;
	color: #717171;
}
#footer .dot li {
	margin-top: 6px;
}
.footer_pad {
	margin-right:2%;	
}
#footer .dot li:first-child {
	margin-top: 0;
}
#footer .dot li a {
	color: #fff;
	font-size:15px;
}
#footer .dot li a:hover {
	text-decoration: none;
	color:#EEAAB0;
}
#footer .dot li:hover:before {
	color: #5bb9c2;
}
/* Social Media */
	
#footer .social-media {
	float: right;
	list-style-type: none;
	margin-top: -35px;
	margin-bottom: 0;
}
/* Contact */
	
#footer #contact {
	margin-left: 20px;
	list-style: none;
}
#footer #contact li {
	padding-left: 25px;
	margin-top: 5px;
	color: #bbbbbb;
}
#footer #contact li.email {
	background: url(../images/bg-email.png) no-repeat center left;
}
#footer #contact li.address {
	background: url(../images/bg-address.png) no-repeat center left;
}
#footer #contact li.phone {
	background: url(../images/bg-phone.png) no-repeat center left;
}
#footer #contact li.fax {
	background: url(../images/bg-fax.png) no-repeat center left;
}
#footer form {
	position: relative;
}
#footer input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #636363;
	color: #fff;
}
#footer input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 3px;
	border: none;
	border-radius: 0;
	background-color: #71d9e2;
	color: #464646;
	font-size: 10px;
}
#footer input[type="submit"]:hover {
	background-color: #decc00;
}
#footer-logo {
	display: block;
	margin-top: 50px;
	text-align: center;
	display: none;
}
#footer-2 {
	overflow: hidden;
	padding: 8px 0;
	background: #231f20;
}
#footer-2 p {
	margin-bottom: 0;
	color:#ddd;
}
#footer-menu {
	float: right;
	margin-bottom: 0;
	list-style: none;
}
#footer-menu li {
	display: inline-block;
}
#footer h3 {
	font-size:17px;
	color:#fff;	
	border-bottom:1px solid #ddd;
}
#footer-menu li:first-child {
	margin-left: 0;
}
#footer-menu li a {
	color: #ddd;
	text-decoration:none;
}
#footer-menu li a:hover {
	color:#EEAAB0;
}	

/* ==========================================================================
   #Page Styles
   ========================================================================== */

/* #Additional
   ========================================================================== */
	
.about-me {
	padding-bottom: 30px;
	background-color: #71d9e2;
	color: #fff;
}
.about-me .title {
	padding: 15px 25px;
	margin: 0;
	background-color: #4dcad5;
}
.about-me .title img {
	margin-right: 10px;
	vertical-align: sub;
}
.about-me p {
	margin: 20px 20px 0 20px;
}
.about-me > a {
	display: block;
	margin: 10px 20px 0 0;
	color: #fff;
	text-align: right;
}
.about-me a img {
	vertical-align: middle;
}
.about-me .title h3,  .about-me .title a,  .about-me .title p {
	margin: 0;
	color: #fff;
}
.about-me ul.dot.alt {
	margin: 20px 0 0 30px;
}
.about-me ul.dot.alt li {
	margin-top: 5px;
}
.about-me ul.dot.alt li a {
	color: #fff;
}
.dot li {
	margin-top: 25px;
	margin-left:15px;
	list-style-image:url(../images/arrow_foot.png);
}

.dotnew li {
	margin-top: 25px;
	margin-left:15px;
	list-style-image:url(../images/arrow_foot_black.png);
}
.dot li:first-child {
	margin-top: 0;
}
.dot li a {
	color: #646464;
}
.dot li a:hover {
	text-decoration: none;
}
.dot li:hover:before {
	color: #5bb9c2;
}
ul.plus-2 li a {
	color: #555;
}
/* Social Icons */
	
.social-media.alt a.social-icon {
	display: block;
	width: 60px;
}
.social-media.alt a.social-icon i {
	color: #a4a4a4;
	font-size: 50px;
	line-height: 60px;
}
.color-shade-1 .headline {
	margin-left: 15px;
}
.color-shade-1 .headline h6,  .color-shade-1 .headline h3 {
	color: #fff;
}
/* #Index
   ========================================================================== */
   
   /* Revolution Slider */
   
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	overflow: hidden;
	color: #fff;
}
.fullwidthbanner {
	height:360px !important;	
}
.banner_text {
	top:33% !important;	
}
a.see-more {
	position: relative;
	display: block;
	padding: 26px 25px;
	background-color: #71d9e2;
	text-align: center;
	color: #fff !important;
}
a.see-more:hover {
	background-color: #64c6cf;
	color: #fff;
	text-decoration: none;
}
a.see-more img {
	display: block;
	margin: 0 auto 10px auto;
}
a.see-more .arrow {
	position: absolute;
	top: -35px;
	right: 0;
	width: 0;
	border-bottom: 35px solid #64c6cf;
	border-left: 70px solid transparent;
	-moz-transform: scale(.9999);
}
a.see-more .arrow2 {
	position: absolute;
	top: 0;
	right: -35px;
	width: 0;
	border-top: 70px solid #64c6cf;
	border-right: 35px solid transparent;
	-moz-transform: scale(.9999);
}
a.see-more .arrow3 {
	position: absolute;
	top: 0;
	left: -35px;
	width: 0;
	border-top: 35px solid #64c6cf;
	border-left: 35px solid transparent;
	-moz-transform: scale(.9999);
}
 @media (max-width: 979px) {
a.see-more {
	padding: 20px;
}
}
 @media (max-width: 768px) {
.reg-radio input[type="radio"]{
	display:block;
}
a.see-more {
	display: none;
}
}
.tp-caption.title {
	position: absolute;
	color: #014267;
	
	font-size: 32px !important;
	line-height: 40px;
}
.tp-caption.text {
	background-color: #39B8C3;
	padding: 25px 50px 25px 25px;
}
/* Testimonial Slider */
	
#client-testimonial-double {
	margin-top: 10px;
	margin-bottom: 20px;
}
#client-testimonial-double .headline {
	padding: 90px 30px;
	margin: 0 0 11px 0;
	background-color: #71d9e2;
}
#client-testimonial-double .headline img {
	position: absolute;
	top: 88px;
	left: 30px;
}
#client-testimonial-double .headline h6,  #client-testimonial-double .headline h3 {
	color: #fff;
}
#client-testimonial-double .sub-headline h3 {
	margin-bottom: 10px;
}
#client-testimonial-double #pager {
	padding:18px 0 5px 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #45728d;
	text-align: center;
}
#client-testimonial-double #pager .bx-pager-item {
	display: inline-block;
}
#client-testimonial-double #pager .bx-pager-item a.bx-pager-link {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #6490aa;
	border-radius: 50%;
	margin-right: 8px;
	text-indent: -9999px;
}
#client-testimonial-double #pager .bx-pager-item a.bx-pager-link.active {
	background-color: #fff;
}
#client-testimonial-double #pager .bx-pager-item:last-child {
	margin-right: 0;
}
/* Blog Post Summary */
	
.blog-post-summary {
	margin: 45px 0;
}
.blog-post-summary .buttons {
	width: 50px;
	padding: 10px 0;
	text-align: center;
}
.blog-post-summary .buttons:hover {
	background-color: #decc00;
	cursor: pointer;
}
.blog-post-summary p {
	margin-bottom: 0;
}
.blog-post-summary p.mute {
	margin-bottom: 10px;
}
.blog-post-thumb {
	float: left;
	margin-right: 15px;
}
/* #Index-2
   ========================================================================== */	
   
   /* Slider-2 */
   
#carousel .bx-pager-item a.bx-pager-link.active {
	background-color: #73dee8;
}
#carousel .bx-controls-direction .bx-next {
	background:url(../images/news_arrow_next.jpg) top left no-repeat;
	height:25px;
	width:25px;	
	position:absolute;
	right:0px;
	top: 44px;
}
#carousel .bx-controls-direction .bx-prev {
	background:url(../images/news_arrow_prev.jpg) top left no-repeat;
	height:25px;
	width:25px;	
	margin-left:20px;
	position:absolute;
	top: 15px;
	right:0px;
}

#carousel ul li {
	line-height:80px;
	color:#fff;
	margin-left:25px;
	font-size:18px;	
}

/* Slider-3 */
#client-testimonial-single ul li {
	width:191px !important;
	margin-right:40px;	
}

#client-testimonial-single .title_pad {
	text-align:center;
	font-size:18px;
	font-weight:normal;	
	color:#fff;
	clear:both;
	padding-top:10px;
}

#client-testimonial-single .bx-controls-direction .bx-next {
	background:url(../images/slide_arrow_right.png) top left no-repeat;
	height:38px;
	width:21px;	
	position:absolute;
	right:0px;
	top:67px;
}
#client-testimonial-single .bx-controls-direction .bx-prev {
	background:url(../images/slide_arrow_left.png) top left no-repeat;
	height:38px;
	width:21px;	
	top:67px;
	margin-left:20px;
	position:absolute;
}

#client-testimonial-single .bx-viewport {
	margin-left:70px;
	margin-top:30px;	
}

#client-testimonial-single blockquote {
	float: left;
	width: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 0 45px;
	margin-right: 15px;
	background: url(../images/bg-blockquote.png) no-repeat top left;
}
#client-testimonial-single blockquote p {
	font-style: normal;
}
#client-testimonial-single blockquote p.author {
	text-align: right;
	color: #afafaf;
	padding-right: 20px;
}
#client-testimonial-single blockquote p.author span:before {
	content: none;
}
#client-testimonial-single blockquote p.author span {
	display: inline-block;
	color: #73dee8;
}
#client-testimonial-single img {
	float: left;
}
#client-testimonial-single .headline {
	float: left;
	width: 140px;
	padding: 52px 0 53px 0;
	margin: 0;
	background-color: #decc00;
}
#client-testimonial-single .headline img {
	position: relative;
	float: none;
	margin: 0 auto;
}
#client-testimonial-single .bx-pager {
	bottom: 20px;
	left: 30px;
	width: auto;
}
#client-testimonial-single .bx-pager-item a.bx-pager-link {
	width: 7px;
	height: 7px;
	margin-left: 2px;
	background-color: #afafaf;
}
#client-testimonial-single .bx-pager-item a.bx-pager-link.active {
	background-color: #73dee8;
}
/* #Index-3
   ========================================================================== */	
	
	/* Parallax */
	
.parallax .headline h6,  .parallax .headline h3 {
	color: #fff;
}
/* #Index-3
   ========================================================================== */	
	
.logo {
	margin-bottom: 0;
	list-style: none;
	text-align: center;
}
.logo li {
	float: left;
	margin-left: 20px;
}
.logo li:first-child {
	margin-left: 0;
}
/* #Index-4
   ========================================================================== */	
	
	/* Blog-post-overview */
	
.blog-post-overview {
	position: relative;
	padding-bottom: 20px;
	margin: 15px 0 20px 0;
	background-color: #eeeeee;
}
.blog-post-preview {
	position: relative;
}
.blog-post-preview > img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.blog-post-overview h4 {
	margin: 0 0 10px 20px;
}
.blog-post-overview h4 img {
	margin-right: 10px;
	vertical-align: sub;
}
.blog-post-overview a {
	color: #555;
}
.blog-post-overview > a {
	display: block;
	text-align: right;
	margin: 20px 20px 0 0;
}
.blog-post-overview p {
	margin: 0 20px;
}
.blog-post-overview a img {
	vertical-align: middle;
}
.blog-post-hover {
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	padding: 55px 0 45px 0;
	background-color: rgba(113, 217, 226, 0.8);
	opacity: 0;
	color: #fff;
	text-align: center;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.blog-post-hover img {
	margin: 0 3px 15px 3px;
}
.blog-post-overview:hover .blog-post-hover {
	opacity: 1;
}
/* #About
   ========================================================================== */
   
.about-us-row {
}
.about-us {
	float: left;
	width: 165px;
	margin: 5px 5px 0 0;
	cursor: pointer;
	background-color: #71d9e2;
}
.about-us img {
	display: block;
}
.about-us h2 a {
	display: block;
	padding: 57px 0;
	margin: 0;
	text-align: center;
}
.about-us a {
	color: #fff;
}
.about-us p {
	padding: 52px 0;
	margin: 0;
	background-color: #dddddd;
	color: #fff;
	/*font-size: 12px;
		line-height: 20px;*/
	text-align: center;
}
.about-us i {
	font-size: 60px;
}
.about-us a:hover {
	color: #fff;
	text-decoration: none;
}
.about-us.alt {
	width: 430px;
	margin: 0;
	margin-top: 5px;
	background-color: #decc00;
}
.about-us.alt-3 {
	width: 430px;
	margin-right: 5px;
}
.about-us.alt-4 {
	margin-right: 0;
}
.about-us.alt-4 a {
	color: #71d9e2;
}
/* Team member */
	
.team-member-preview {
	position: relative;
}
.team-member-preview > img {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
.team-member h5 {
	margin-bottom: 0;
	color: #000;
	text-align: center;
}
.team-member p.mute {
	margin-bottom: 15px;
	font-size: 10px;
	text-align: center;
}
.team-member-hover {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	padding: 5px 0;
	background-color: #71d9e2;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 1s, bottom 1s;
	-o-transition: opacity 1s, bottom 1s;
	transition: opacity 1s, bottom 1s;
}
.team-member-preview:hover .team-member-hover {
	bottom: 0;
	opacity: 1;
}
.client-box {
	padding: 45px 0;
	background-color: #efefef;
}
/* #Testimonials
   ========================================================================== */

.callout-box-3 .testimonial-3 {
	position: relative;
	padding: 20px 55px 0 55px;
	margin-top: 0;
	background-color: #59c8d3;
}
.callout-box-3 .testimonial-3 blockquote {
	background: url(../images/bg-blockquote-3.png) no-repeat top left;
}
.callout-box-3 .testimonial-3 blockquote h3 {
	color: #fff;
	line-height: 25px;
	font-style: italic;
	text-align: center;
}
.callout-box-3 .testimonial-3 blockquote h4 {
	margin: 15px 70px 5px 0;
	color: #fff;
	font-style: normal;
	text-align: right;
}
.callout-box-3 .testimonial-3 .arrow {
	position: absolute;
	top: 48%;
	left: -10px;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 12px solid #59c8d3;
	border-bottom: 7px solid transparent;
	-moz-transform: scale(.9999);
}
/* #Price table
   ========================================================================== */

#graph {
	width: 100%;
	max-width: 580px;
	height: 250px;
	margin: 20px auto 40px;
}
pre {
	overflow: auto;
	height: 250px;
}
/* #Services
   ========================================================================== */
   	
.services-details {
	padding-bottom: 10px;
	margin-left: -20px;
	background-color: #71d9e2;
}
.services-details h2 {
	padding: 15px;
	margin: 0;
	background-color: #59c8d3;
	font-size: 20px;
}
.services-details h2 a {
	color: #fff;
}
.services-details p {
	margin: 20px 20px 20px 15px;
	color: #fff;
}
.services-details > a {
	display: block;
	margin: 20px 20px 0 0;
	color: #fff;
	text-align: right;
}
.services-details a img {
	vertical-align: middle;
}
/* #Portfolio
   ========================================================================== */
   
    /* Portfolio Filter */
	
.portfolio-filter {
	padding: 40px 0;
}
.portfolio-filter h1 {
	color: #fff;
}
.portfolio-filter ul {
	margin-bottom: 0;
	list-style: none;
}
.portfolio-filter ul li {
	display: inline-block;
	margin: 0 15px;
}
.portfolio-filter ul li:first-child {
	margin-left: 0;
}
.portfolio-filter ul li a.active {
	border-bottom: 1px solid #fff;
}
.portfolio-filter ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.portfolio-filter ul li a:hover {
	border-bottom: 1px solid #fff;
}
.portfolio-filter.alt ul {
	float: right;
	margin-top: 10px;
}
.portfolio-filter.alt ul li a {
	color: #0c9aa7;
}
.portfolio-filter.alt ul li a.active {
	border-bottom: 1px solid #0c9aa7;
}
.portfolio-filter.alt ul li a:hover {
	color: #71d9e2;
}
/*.isotope-item {
		display: block !important;
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		z-index: 1;
	}
	.isotope, .isotope .isotope-item {
		transition-duration: 1s;
	}
	.isotope {
		transition-property: height, width;
	}
	.isotope .isotope-item {
		transition-property: transform, opacity;
	}
	.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
		transition-duration: 0s;
	}*/
	
	/* Portfolio Itemw */
	
.portfolio-items {
	list-style: none;
}
.portfolio-items li {
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-items.alt {
	overflow: visible;
}
.portfolio-items.alt li {
	width: 25%;
}
.portfolio-items li .portfolio-item,  .portfolio-items li .portfolio-item-preview {
	margin-bottom: 0;
}
.portfolio-item {
	position: relative;
	margin-bottom: 30px;
}
.portfolio-item-preview {
	position: relative;
	margin-bottom: 20px;
}
.portfolio-item-preview > a img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.portfolio-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	background-color: rgba(113, 217, 226, 0.5);
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.portfolio-item-overlay-actions {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -20px;
	text-align: center;
}
.portfolio-item-description {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px 15px;
	background-color: #71d9e2;
}
.portfolio-item-description h5 i {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #fff;
}
.portfolio-item-description a {
	color: #fff;
}
.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-item:hover .portfolio-item-preview > a img {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
/* Portfolio Pagination */
	
.pagination {
	padding: 0;
	margin: 0px auto;
	width:22%;
	background: #fff url(../images/bg-single-dotted.png) repeat-x center left;
	letter-spacing:2px;
	/*margin:25%;*/
}
.pagination ul {
	float: right;
	padding-left: 30px;
	margin-bottom: 0;
	background-color: #fff;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	border: 1px solid #94857d;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	color: #94857d;
	font-size: 15px;
	text-align: center;
}
.pagination ul li a:hover,  .pagination ul li.current a {
	border-color: #71d9e2;
	background-color: #71d9e2;
	color: #fff;
	text-decoration: none;
}
/* #Portfolio-1-col
   ========================================================================== */
	
.portfolio {
	position: relative;
	margin: 10px 0 40px 0;
}
.portfolio .portfolio-details {
	position: relative;
	float: left;
	width: 320px;
	padding-bottom: 15px;
	background-color: #f4f4f4;
	color: #2b2b2b;
}
.portfolio .portfolio-details h3 {
	padding: 10px 20px;
	background-color: #d4d4d4;
}
.portfolio .portfolio-details a {
	color: #2b2b2b;
}
.portfolio .portfolio-details p {
	margin: 10px 20px;
}
.portfolio .portfolio-details > a {
	display: block;
	padding-right: 15px;
	margin: 62px 20px 0 0;
	background: url(../images/icons/icon-arrow-6.png) no-repeat center right;
	text-align: right;
}
.portfolio .portfolio-details .arrow {
	position: absolute;
	top: 45%;
	right: -15px;
	height: 0;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #f4f4f4;
	-moz-transform: scale(.9999);
}
.portfolio > img {
	display: block;
	float: left;
}
.portfolio:hover .portfolio-details {
	background-color: #71d9e2;
	color: #fff;
}
.portfolio:hover .portfolio-details a {
	color: #fff;
}
.portfolio:hover .portfolio-details > a {
	background: url(../images/icons/icon-arrow-8.png) no-repeat center right;
}
.portfolio:hover .portfolio-details h3 {
	background-color: #4dcad5;
}
.portfolio:hover .portfolio-details .arrow {
	border-left-color: #71d9e2;
}
.portfolio-hover-controls {
	position: absolute;
	top: 0;
	right: 0;
	left: 320px;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.7s, top 0.7s;
	-o-transition: opacity 0.7s, top 0.7s;
	transition: opacity 0.7s, top 0.7s;
}
.portfolio-hover-controls a {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	background-color: #71d9e2;
}
.portfolio-hover-controls a:hover {
	background-color: #decc00;
}
.portfolio-hover-controls img {
	display: block;
}
.portfolio:hover .portfolio-hover-controls {
	top: 90px;
	opacity: 1;
}
/* #Portfolio-1-col-alt
   ========================================================================== */
	
.portfolio-2 .portfolio-details {
	float: left;
	width: 320px;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.portfolio-2 > img {
	float: left;
}
.portfolio-2 .portfolio-details .title {
	position: relative;
	padding: 10px 0 20px 0;
	margin-bottom: 25px;
}
.portfolio-2 .portfolio-details a {
	color: #fff;
}
.portfolio-2 .portfolio-details > a {
	display: block;
	margin: 72px 20px 0 0;
	text-align: right;
}
.portfolio-2 .portfolio-details > a img {
	vertical-align: middle;
}
.portfolio-2 .portfolio-details .title h3 {
	padding: 0 20px;
	margin-bottom: 0;
}
.portfolio-2 .portfolio-details .title p {
	margin: 0 20px;
	color: #fff;
}
.portfolio-2 .portfolio-details .title .arrow {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -15px;
	height: 0;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #59c8d2;
	-moz-transform: scale(.9999);
}
.portfolio-2 .portfolio-details .title .arrow-2 {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -15px;
	height: 0;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #71d9e2;
	-moz-transform: scale(.9999);
}
.portfolio-2 .portfolio-details p {
	margin: 10px 20px;
	color: #fff;
}
.portfolio-2 .portfolio-hover-controls.alt {
	right: 320px;
	left: 0;
}
.portfolio-2:hover .portfolio-hover-controls {
	top: 150px;
	opacity: 1;
}
/* #Portfolio-inner
   ========================================================================== */
	
#portfolio {
	margin: 0 5px 15px 0;
}
#portfolio .bx-wrapper {
	float: left;
	width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 4px;
}
#portfolio .slidetext {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	padding: 10px 20px;
	background-color: #71d9e2;
}
#portfolio .slidetext h3 {
	margin-bottom: 0;
}
#portfolio .bx-controls-direction a {
	top: auto;
	bottom: 10px;
	width: 33px;
	height: 33px;
}
#portfolio .bx-prev {
	left: auto;
	right: 70px;
	background: url(../js/bxslider/images/arrow-left.png) no-repeat top left;
}
#portfolio .bx-next {
	background: url(../js/bxslider/images/arrow-right.png) no-repeat top left;
}
#portfolio .portfolio-item,  #portfolio .portfolio-item-preview {
	float: left;
	margin-bottom: 2px;
}
address span {
	color: #a4a4a4;
}
address strong {
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 13px;
	font-weight: normal;
}
/* #Blog
   ========================================================================== */
   
	/* Blog Post */
	
.blog-post {
}
.blog-post-title {
}
.blog-post-thumb {
	max-width: 100%;
}
.blog-post-info {
}
.blog-post-readmore {
}
#comment-form {
}
/* Blog Post Comment */
		
.blog-post-comment {
	margin: 15px 0 50px 0;
}
.blog-post-comment img {
	float: left;
	margin-right: 15px;
}
.blog-post-comment .who {
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
.blog-post-comment > p {
	margin-left: 70px;
}
.blog-post-comment .who p,  .blog-post-comment .who a {
	margin-bottom: 0;
	color: #555;
	line-height: 14px;
}
.blog-post-comment .who p a {
	font-size: 13px;
	font-weight: 600;
}
.blog-post-overview-2 {
	padding-top: 15px;
	margin: 15px 0 20px 0;
	background-color: #eeeeee;
}
.blog-post-overview-2 > p {
	margin: 0 25px;
}
.blog-post-overview-2 > img {
	display: block;
	width: 100%;
	margin-top: 45px;
}
.blog-post-overview-2 a {
	color: #9f9f9f;
}
.blog-post-overview-2 > a {
	display: block;
	margin: 25px 20px 0 0;
	text-align: right;
}
.blog-post-overview-2.alt {
	background-color: #71d9e2;
}
.blog-post-overview-2.alt-2 {
	background-color: #16a7b4;
}
.blog-post-overview-2.alt p,  .blog-post-overview-2.alt a,  .blog-post-overview-2.alt-2 p,  .blog-post-overview-2.alt-2 a {
	color: #fff;
}
.blog-post-title {
	margin: 0 15px 30px 15px;
	color: #9f9f9f;
}
.blog-post-title img {
	float: left;
	margin-right: 10px;
}
.blog-post-title h3 {
	padding-top: 5px;
	margin-bottom: 0;
	line-height: 20px;
}
.blog-post-title p {
	font-size: 10px;
}
.blog-post-title i {
	font-size: 12px;
}
.blog-post-readmore {
	position: relative;
	float: left;
	width: 90px;
	padding: 25px 20px;
	background-color: #e2e2e2;
}
.blog-post-readmore:hover,  .blog-post-overview-2.alt .blog-post-readmore:hover,  .blog-post-overview-2.alt-2 .blog-post-readmore:hover {
	background-color: #decc00;
	cursor: pointer;
}
.blog-post-readmore img {
	vertical-align: middle;
}
.blog-post-readmore .arrow {
	position: absolute;
	top: 30px;
	right: -10px;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #e2e2e2;
	-moz-transform: scale(.9999);
}
.blog-post-readmore:hover .arrow,  .blog-post-overview-2.alt .blog-post-readmore:hover .arrow,  .blog-post-overview-2.alt-2 .blog-post-readmore:hover .arrow {
	border-top-color: #decc00;
}
.blog-post-readmore a:hover {
	text-decoration: none;
}
.blog-post-overview-2.alt .blog-post-readmore {
	background-color: #59c8d2;
}
.blog-post-overview-2.alt .blog-post-readmore .arrow {
	border-top-color: #59c8d2;
}
.blog-post-overview-2.alt-2 .blog-post-readmore {
	background-color: #0c9aa7;
}
.blog-post-overview-2.alt-2 .blog-post-readmore .arrow {
	border-top-color: #0c9aa7;
}
.search-box {
	padding: 15px 15px 30px 15px;
	margin: 15px 0 10px 0;
	background-color: #71d9e2;
}
.search-box .headline {
	margin-top: 0;
	margin-bottom: 15px;
}
.search-box .headline h6,  .search-box .headline h3 {
	color: #fff;
}
.search-box input[type="text"] {
	margin-left: -15px;
}
/* #Blog-inner
   ========================================================================== */
	
.social-media.alt-2:before {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #a3a3a3;
	content: "Share";
}
.social-media.alt-2 {
	float: right;
	margin-top: 35px;
}
.social-media.alt-2 a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #a3a3a3;
	border-radius: 50%;
	color: #a3a3a3;
}
.social-media.alt-2 a i {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 20px;
}
/* #Contact
   ========================================================================== */
   
	/* Contact Form */
  
#contact-form {
	overflow: hidden;
}
#contact-form fieldset {
	margin: 0;
}
label.validation-error {
	color: #b55454;
}
input.validation-error,  textarea.validation-error,  select.validation-error {
	border : 1px solid #e1a1a1;
}
#contact-form #formstatus {
}
#comment-form textarea,  #contact-form textarea {
	height: 115px;
	border: none;
	border-radius: 0;
	background-color: #e5e5e5;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	resize: none;
}
#comment-form input[type="checkbox"],  #comment-form label {
	display: inline-block;
	border: none;
}
#contact-form input[type="text"],  #comment-form input[type="text"] {
	border: none;
	border-radius: 0;
	background-color: #e5e5e5;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
}
#comment-form input[type="submit"] {
	border: none;
	border-radius: 0;
	background-color: #71d9e2;
	color: #fff;
	font-size: 15px;
	padding: 6px 15px;
}
#contact-form input[type="submit"] {
	float: right;
	border: none;
	border-radius: 0;
	background-color: #71d9e2;
	color: #fff;
}
#contact-form input[type="submit"]:hover,  #comment-form input[type="submit"]:hover {
	background-color: #decc00;
}
.social {
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
}
.facebook {
	padding: 32px 10px 21px 10px;
	margin-bottom: 10px;
	background-color: #decc00;
	text-align: center;
	cursor: pointer;
}
.facebook a {
	color: #fff;
}
.facebook h3 {
	margin-top: 10px;
}
.twitter {
	padding: 32px 10px 21px 10px;
	background-color: #71d9e2;
	text-align: center;
	cursor: pointer;
}
.twitter a {
	color: #fff;
}
.twitter h3 {
	margin-top: 10px;
}
.contact {
	list-style: none;
}
.contact li {
	padding-left: 30px;
	margin-top: 10px;
}
.contact li.email {
	background: url(../images/bg-email-2.png) no-repeat center left;
}
.contact li.address {
	background: url(../images/bg-address-2.png) no-repeat center left;
}
.contact li.phone {
	background: url(../images/bg-phone-2.png) no-repeat center left;
}
.contact li.fax {
	background: url(../images/bg-fax-2.png) no-repeat center left;
}
	
/* ==========================================================================
   #Responsive
   ========================================================================== */

/* #Smaller then 1024px width
   ========================================================================== */
	
	@media (max-width: 1199px) {
#wrap {
}
#header {
}
#content {
}
#footer {
}
.portfolio-items li {
	width: 25%;
}
}
	
/* #Smaller then 1024px width
   ========================================================================== */
	
	@media (max-width: 1024px) {
#wrap {
}
#header {
}
#content {
}
#footer {
}
.portfolio-items li {
	width: 33.333%;
}
}

/* #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 979px) {
#wrap {
}
#logo {
	margin: 0;
}
#sf-menu {
	display: none;
}
.Course_New {
	margin-right:10px;	
}
.Course_New img {
	width:100%;	
}
.submit_btn { margin-left:0px;}
.News_Pad img { width:100%;}
#carousel ul li { font-size:15px; line-height:55px;}
#carousel .bx-controls-direction .bx-prev { top:5px;}
#carousel .bx-controls-direction .bx-next { top:27px;}
.testimonial-2 img { width:90px;}
.testimonial-2 blockquote p { font-size:12px;}
.Popular_Course img { width:100%;}
.Course_List ul li a {
	font-size:14px;	
}
#client-testimonial-double .bx-viewport {
	height:260px !important;	
}
#client-testimonial-single ul li {
	margin-right:10px;
	width:145px !important; 	
}
#client-testimonial-single .bx-viewport {
	margin-left:58px;
	margin-top:20px;	
}
#client-testimonial-single .bx-controls-direction .bx-next { top:47px;}
#client-testimonial-single .bx-controls-direction .bx-prev { top:47px;}
#client-testimonial-single .title_pad { font-size:15px;}
#client-testimonial-single ul li img { width:100%;}
#footer .dot li a { font-size:14px;}
.view_more a {
	font-size: 12px;
	padding: 1px 20px;
}
.fullwidthbanner {
	height:270px !important;	
}
.banner_text {
	top:33% !important;	
	left:25px !important;
}
.tp-caption.title {
	font-size:26px !important;	
}
.Ideas_Pad img {
	width:100%;	
}
#mobile-menu-trigger {
	display: block;
}
#search-input {
	width: 165px;
}
#search-submit-btn {
	right: 0;
}
#footer input[type="text"] {
	width: 100%;
}
#footer input[type="submit"] {
	right: 0;
}
#content {
}
#footer {
}
.footer_pad { margin-right:1%;}
#footer .dot {
	margin-left: 0;
}
address {
	margin-left: 15px;
}
/* #Additional
	   ========================================================================== */
	   	
.about-me ul.dot.alt {
	margin: 20px 10px 0 20px;
}
/* #Index
	   ========================================================================== */
		
	/*	p.caption { 
			width: 205px;
			font-size: 13px !important;
		}
		
		.bannercontainer .buttons a {
			width: 75px; 
			height: 55px; 
			padding: 33px 15px 34px 15px; 
		}*/
		
#client-testimonial-double .headline {
	padding: 90px 5px;
}
#client-testimonial-double .headline img {
	left: 10px;
}
.icon-box-3 > img {
	padding: 15px;
}
.icon-box-3 h3 {
	padding-top: 0;
}
#client-testimonial-double #pager {
	margin-top: 33px;
}
/* #Index-2
	   ========================================================================== */
		
#client-testimonial-single blockquote {
	width: 385px;
}
/* #Index-3
	   ========================================================================== */
		
.icon-box-4 {
	min-height: 180px;
}
/* #Index-4
	   ========================================================================== */
		
.logo li,  .logo li:first-child {
	margin: 10px 0 10px 75px;
}
/* #Index-5
	   ========================================================================== */
	   
.icon-box-4.alt > img {
	padding: 10px;
	margin: -20px 5px 20px -10px;
}
.icon-box-4.alt h3 + p {
	display: none;
}
.icon-box-4.alt .arrow {
	top: 29px;
	left: 17px;
}
.blog-post-hover {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	padding: 25px 0 33px 0;
}
/* #About-us
	   ========================================================================== */
		
.about-us-row {
	margin-bottom: 0;
}
.about-us {
	width: 140px;
}
.about-us img {
	width: 100%;
}
.about-us h2 {
	padding: 0;
	line-height: 17px;
}
.about-us.alt {
	width: 270px;
}
.about-us p {
	padding: 40px 0;
}
.about-us.alt-3 p {
	padding: 0 20px 10px 35px;
}
/* #Price table
	   ========================================================================== */
		
.morris-hover.morris-default-style {
	width: 100px !important;
}
/* #Portfolio
	   ========================================================================== */		
		
.portfolio-items.alt li {
	width: 33.3333333333%;
}
/* #Portfolio-1-col
	   ========================================================================== */
		
.portfolio .portfolio-details {
	width: 300px;
}
.portfolio .portfolio-details h3 {
	padding: 4px 20px;
}
.portfolio .portfolio-details p {
	margin: 4px 20px;
}
.portfolio .portfolio-details > a {
	margin-top: 0;
}
.portfolio > img {
	max-width: 400px;
}
.portfolio:hover .portfolio-hover-controls {
	top: 40px;
}
.portfolio .portfolio-details {
	padding-bottom: 6px;
}
/* #Portfolio-1-col
	   ========================================================================== */
	   
.portfolio-2 .portfolio-details {
	width: 300px;
}
.portfolio-2 > img {
	max-width: 400px;
}
.portfolio-2 .portfolio-details {
	padding-bottom: 18px;
}
.portfolio-2 .portfolio-details .title {
	padding: 5px 0;
	margin-bottom: 15px;
}
.portfolio-2 .portfolio-details .title p {
	display: none;
}
.portfolio-2 .portfolio-details > a {
	margin-top: 0;
}
.portfolio-2:hover .portfolio-hover-controls {
	top: 100px;
}
/* #Portfolio-inner
	   ========================================================================== */	
		
#portfolio .portfolio-item,  #portfolio .portfolio-item-preview {
	margin: 3px 3px 0 0;
}
/* #Contact
	   ========================================================================== */		
		
.blog-post-readmore {
	width: 77px;
}
/* #Contact
	   ========================================================================== */
	   
.map {
	width: 525px;
}
}
	
/* #Mobile (Portrait )
   ========================================================================== */
	
	@media (max-width: 767px) {
body {
	background: none;
	background-color: #fff;
}
#wrap {
}
#logo {
	margin: 0;
}
#content {
}
#search-input {
	width: 80%;
}
#search-submit-btn {
	right: 20px;
}
#footer {
}
#footer .headline {
	border-bottom: none;
}
#footer .gallery-details {
	margin-bottom: 30px;
}
#footer .dot {
	margin-bottom: 30px;
	margin-left: 0;
}
#footer .social-media {
	float: none;
	margin-top: 40px;
}
#footer input[type="text"] {
	width: 100%;
}
#footer input[type="submit"] {
	right: 0px;
}
.gallery-details {
	display: none;
}
.row {
	padding: 0 20px;
}
.row .row {
	width: auto;
	padding: 0;
	margin: 0;
}
#sf-menu {
	display: none;
}
#mobile-menu-trigger {
	display: block;
	right: 25px;
}
p.last,  h1.last,  h2.last,  h3.last,  h4.last,  h5.last,  address.last,  ul.last,  ol.last {
	margin-bottom: 20px;
}
.text-right {
	text-align: left;
}
#contact-form-2 .float-left {
	float: none;
}
#contact-form-2 input[type="text"] {
	margin-bottom: 10px;
}
.color-shade-1 .headline {
	padding-top: 20px;
}
.color-shade-1 .headline img {
	top: 20px;
}
/* #Index
	   ========================================================================== */
		
	/*	h1.caption ,
		h6.caption ,
		p.caption { display: none; }
		
		.bannercontainer .buttons a { display: none; }*/
		
.callout-box .check-2 {
	margin-top: 20px;
}
.sub-headline {
	margin-top: 5px;
}
.portfolio-filter ul li {
	margin: 0 10px;
}
/* #Index-2
	   ========================================================================== */
	   
#client-testimonial-single .headline {
	display: none;
}
#client-testimonial-single blockquote {
	float: none;
	width: 100%;
}
#client-testimonial-single .bx-pager {
	bottom: -40px;
}
/* #Index-4
	   ========================================================================== */	
		
.logo li {
	float: none;
	margin: 15px 0;
}
/* #Index-5
	   ========================================================================== */	
	   		
.blog-post-hover {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
/* #About-us
	   ========================================================================== */		
		
.about-us-row {
	margin-bottom: 5px;
}
.about-us {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.about-us img {
	display: block;
	width: 100%;
}
.about-us h2,  .about-us.alt h3,  .about-us.alt-3 h3 {
	padding: 15px 0;
}
.about-us.alt,  .about-us.alt-3 {
	width: 100%;
}
/* #About-me
	   ========================================================================== */
		
.testimonial blockquote {
	min-height: 0;
}
/* #Testimonials
	   ========================================================================== */
	   	
.callout-box-3 .testimonial-3 {
	padding: 20px 20px 0 20px;

}
.callout-box-3 .testimonial-3 blockquote {
	padding-left: 40px;
}
.callout-box-3 .testimonial-3 blockquote h3 {
	text-align: left;
}
.callout-box-3 .testimonial-3 .arrow {
	display: none;
}
/* #Services
	   ========================================================================== */
		
.services-details {
	margin-left: 0;
}
/* #Portfolio
	   ========================================================================== */
		
.portfolio-item,  .portfolio-item-overlay,  .portfolio-item-preview > a img {
	transform: none;
	transition: none;
}
.portfolio-filter {
	padding: 10px 0 0 0;
}
.portfolio-items li,  .portfolio-items.alt li {
	float: none;
	width: 100%;
	padding: 10px;
	display: block;
}
.portfolio-items li + li {
	padding-top: 0;
}
/* #Portfolio-1-col
	   ========================================================================== */
				
.portfolio .portfolio-details {
	float: none;
	width: 100%;
}
.portfolio .portfolio-details a {
	margin-top: 20px;
}
.portfolio .portfolio-details .arrow {
	display: none;
}
.portfolio > img {
	width: 100%;
}
.portfolio-hover-controls {
	display: none;
}
.portfolio:hover .portfolio-hover-controls {
	opacity: 0;
}
/* #Portfolio-1-col-alt
	   ========================================================================== */
	   	
.portfolio-2 {
	margin: 30px 0;
}
.portfolio-2 .portfolio-details {
	float: none;
	width: 100%;
}
.portfolio-2 .portfolio-details .title .arrow,  .portfolio-2 .portfolio-details .title .arrow-2 {
	display: none;
}
.portfolio-2 .portfolio-details > a {
	margin-top: 20px;
}
.portfolio-2:hover .portfolio-hover-controls {
	opacity: 0;
}
.portfolio-2 >img {
	float: none;
	width: 100%;
}
/* #Portfolio-inner
	   ========================================================================== */

	
#portfolio {
	float: none;
	width: 100%;
}
/* #Portfolio-inner
  		========================================================================== */	
		
#portfolio .portfolio-item,  #portfolio .portfolio-item-preview {
	margin: 3px 3px 0 0;
}
/* #Contcat
	   ========================================================================== */
	   
.social {
	float: none;
	width: 100%;
	margin: 10px auto;
}
.facebook,  .twitter {
	width: 100%;
	padding: 30px 0 20px 0;
}
.map {
	width: 100%;
}
}
	
  /* #Mobile ( Landscape )
  ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.gallery-details {
	display: block;
}
.portfolio-items li,  .portfolio-items.alt li {
	float: left;
	width: 50%;
	padding: 0;
}
.banner_text {
	top:33% !important;	
	left:25px !important;
}
.tp-caption.title {
	font-size:22px !important;	
}
.fullwidthbanner {
	height:210px !important;	
}
.Search_Area h2 { font-size:22px;}
.Course_New {
	height:100px;
	margin-right:0px;
	float:none;
	background:url(../images/course_new_mob.png) top center no-repeat;
}	
.Course_New img {
	display:none;
}
.Course1 { border-right:0px; width: 43%; margin-left: 8% !important; }
.Course2 { width: 49%;}
.Course_List { float:none;}
.Search_Inner {
	width:300px;
	margin:auto;
}

#carousel .bx-controls-direction {
	left: 95%;
	position: absolute;
	top: 15%;
}
.Search_Title {
	font-size:15px;	
}
.testimonial-2 blockquote p {
	font-size:12px;	
}
.News_Pad {
	background:url(../images/latest_news_mob.png) top center no-repeat;
	height:40px;
	margin-bottom:20px;
}

.callout-box-3 {
	margin-top:20px;
	padding-bottom:15px;	
}

.Popular_Course_Pad {
	background:url(../images/popular_course_mob.png) top center no-repeat;
	height:95px;
	margin-top:20px;
}	

.Popular_Course_Pad img {
	display:none;
}	

#carousel ul li {
	text-align:center;
	margin-left:0px;
	font-size:15px;	
	padding-right:10px;
	line-height:30px;
}

.News_Pad img {	
	display:none;		
}

#client-testimonial-single .bx-viewport {
	margin-left:0px;	
}

.Bottom_Slider {
	width:350px;
	margin:auto;	
}

#client-testimonial-single ul li {
	width:180px !important;
	margin-right:15px;	
}

#client-testimonial-single .bx-controls-direction .bx-next {
	top:50%;
	right:2%;	
}
#client-testimonial-single .bx-controls-direction .bx-prev {
	left:2%;
	top:50%;	
	margin-left:0px;
}

#client-testimonial-single ul li img { width:100%;}

.Ideas_Pad {
	background:url(../images/ideas_img_mob.png) top center no-repeat;
	height:45px;
}

.callout-box-6 {
	padding-top:15px;	
	padding-bottom:15px;
}

#client-testimonial-single .bx-viewport {
	margin-top:20px;	
}

.Ideas_Pad img {
	display:none;	
}

.footer_pad {
	width:40%;
	float:left;	
	margin-right:10% !important;
}

.hide_text {
	display:none;	
}

.Copyright {
	width:50%;
	float:left;	
}

.footer_bot_menu {
	width:50%;	
}


}

	
@media only screen and (min-width: 220px) and (max-width: 479px) {
.fullwidthbanner-container { display:none;}
.callout-box { margin-top:15px;}
.gallery-details {display: block;}
.Column1 { width:100%;}
.Logo_Pad { width:auto;}
.Search_Pad select {width:98%;}
.FLeft { float:none;}
.Search_Area { height:auto;}
.Social_Pad { padding-left:15px;}
.Social_Info a { padding:0px;}
#logo { padding:10px; width:200px;}
#mobile-menu-trigger { top:15px;}
.Course2 { float:none; width:220px; margin-left:6% !important;}
.Search_Inner { width:auto;}
.row { padding:0px 10px;}
.Course1 { float:none; border:none; width:220px; margin-left:6% !important;}
#footer .dot { margin-bottom:0px;}
#footer { padding-bottom:15px; padding-top:1px;}
.portfolio-items li,  .portfolio-items.alt li {
	float: left;
	width: 50%;
	padding: 0;
}
.banner_text {
	top:33% !important;	
	left:25px !important;
}
.tp-caption.title {
	font-size:22px !important;	
}
.Search_Area h2 { font-size:16px;}
.Course_New {
	height:100px;
	margin-right:0px;
	float:none;
	background:url(../images/course_new_mob.png) top center no-repeat;
}	
.Course_New img {
	display:none;
}
.Course_List { float:none;}
#carousel .bx-controls-direction {
	left: 95%;
	position: absolute;
	top: 15%;
}
.Search_Title {
	font-size:15px;	
}
.testimonial-2 blockquote p {
	font-size:12px;	
}
.News_Pad {
	background:url(../images/latest_news_mob.png) top center no-repeat;
	height:40px;
	margin-bottom:20px;
}

.callout-box-3 {
	margin-top:20px;
	padding-bottom:15px;	
}

.Popular_Course_Pad {
	background:url(../images/popular_course_mob.png) top center no-repeat;
	height:95px;
	margin-top:20px;
}	

.Popular_Course_Pad img {
	display:none;
}	

#carousel ul li {
	text-align:center;
	margin-left:0px;
	font-size:15px;	
	padding-right:10px;
	line-height:30px;
	width:260px !important;
	margin:auto;
}

.News_Pad img {	
	display:none;		
}

#client-testimonial-single .bx-viewport {
	margin-left:0px;	
}

.Bottom_Slider {
	margin:auto;
	width:200px;	
}

#client-testimonial-single .bx-controls-direction .bx-next {
	top:50%;
	right:2%;	
}
#client-testimonial-single .bx-controls-direction .bx-prev {
	left:2%;
	top:50%;	
	margin-left:0px;
}

#client-testimonial-single ul li img { width:100%;}

.Ideas_Pad {
	background:url(../images/ideas_img_mob.png) top center no-repeat;
	height:45px;
}

.callout-box-6 {
	padding-top:15px;	
	padding-bottom:15px;
}

#client-testimonial-single .bx-viewport {
	margin-top:20px;	
}

.Ideas_Pad img {
	display:none;	
}

#footer h3 { margin-top:20px;}
.footer_pad {
	float:none;	
	margin-left:2% !important;
}

.hide_text {
	display:none;	
}

.Copyright {
	width:auto;
	float:none;	
	text-align:center;
}

.footer_bot_menu {
	width:auto;	
	float:none;
	text-align:center;
}
#footer-menu {
	float:none;	
}


}

	
@media only screen and (min-width: 480px) and (max-width: 550px) {
	.tp-caption.title {
		font-size:20px !important;	
	}
	.fullwidthbanner {
		height:160px !important; 	
	}
	.Copyright {
		float:none;
		width:auto;
		text-align:center;
	}
	.footer_bot_menu {
		width:auto;
		float:none;	
		text-align:center;
		margin-top:8px;	
	}
	#footer-menu {
		float:none;	
	}
	
}

/* ==========================================================================
   #ResponsiveFormInputs
   ========================================================================== */
	
.course_top{
	 background:#FFF;
	 min-height: 20px !important;
	 width:100% !important;
}

.course_content{
	 background:#FFF;
	 width:100% !important;
}

.course_list_span{
	background:#282828;
	clear: both;
	min-height: 32px;
	/*width:990px;*/
	width:100%;
	margin:0 auto;
	color:#FFF;
}
.acc{ background:#6490AA !important;}
.blue{ width:790px !important;}
.rev{ background:#EFEFEF!important;}
.det{ background:#004267 !important; margin-top:15px;}
.course_span_text{
	 text-align:center;
	 padding:1%;
	 letter-spacing:2px;
	 font-size:16px;
}

.left_panel{
	min-height:auto;
	width:205px;
	margin:20px 0px;
	background:#EEEEEE;
	padding-bottom:0.1%;
}

.side_panel{
	min-height:auto;
	width:205px;
	margin:20px 0px;
	padding-bottom:0.1%;
}

.filter{
	 text-align:center;
	 padding:3%;
	 font-size:17px;
	 background:#6490AA;
	 color:#FFFFFF;
}

.filter_list{ 
	list-style-type:none;
	font-size:11px;
	/*margin: 0px 6px;*/	
}

ul.filter_list li a{
	color:#000;
}

.course_type{
	background:#E0E0E0;
    font-size: 16px;
    margin: 10px 0;
    padding: 3px 10px;
    text-align: left;
	cursor:pointer;
}
.arrow-down {
	border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #000000;
    float: right;
    height: 0;
    margin: 9px 0;
    width: 0
}

.input_box{
    height: 30px !important;
	margin:0 auto;
}

.search{
	background: none repeat scroll 0 0 #45728D;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	height: 35px;
	margin: 10px auto;
	outline: medium none;
	
}
.search1
{	
	background: none repeat scroll 0 0 #45728D;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	height: 35px;
	margin: 10px auto;
	outline: medium none;
	margin-top:-30px;
}
.search2
{
	float:left;
	margin-left:40px;
}
.search:hover{ text-decoration:none; opacity:0.7;}

.middle_panel{
	min-height:auto;
	/*width:488px;*/
	margin:20px 0px;
	padding-bottom:3%;
	float:left;
}
.middle_panel_main{
	min-height:auto;
	width:690px;
	margin:20px -5px;
	padding-bottom:3%;
	float:left;
}
.middle_panel_about{
	min-height:auto;
	width:888px;
	margin:20px -180px;
	padding-bottom:3%;
	float:left;
}

.middle_in_panel{
	border-bottom: 1px solid #E4E4E4;
    float: left;
    margin: 6px 0;
    padding-bottom: 1%;
    width: 460px;
}
.middle_in_panel_news{
	border-bottom: 1px solid #E4E4E4;
    float: left;
    margin: 6px 0;
    padding-bottom: 1%;
    width: 660px;
}
.middle_in_panel_wish{
	border-bottom: 1px solid #E4E4E4;
    float: left;
    margin: 6px 0;
    padding-bottom: 1%;
    width: 930px;
}

.middle_out_panel{
    float: left;
    margin: 6px 0;
    padding-bottom: 1%;
    width: 475px;
}
.middle_out_panel_wish{
    margin: -20px 0;
    padding-bottom: 1%;
    width: 475px;
}
.right_panel{
	min-height:auto;
	width:50px;
	margin:20px 0px;
	padding-bottom:3%;
	float:left;
}

.main_content{
	float:left;
	width:200px;
}

.main_content_mid{
	float:left;
	width:485px;
	margin-left:1.5%;
	/*border:#093 thick double;*/
}
.main_content_mid_wish{
	float:left;
	width:920px;
	margin-left:1.5%;
	/*border:#093 thick double;*/
}
.main_content_det{
	float:left;
	width:787px;
}
.main_content_det_news{
	float:left;
	width:987px;
}
.main_content_right{
	float:left;
	width:288px;
}
.main_content_right_news{
	float:right;
	width:288px;
}
.order_span{
	background:#EEEEEE;
}

.order_inner{
	background:#E0E0E0;
	width:20%;
	padding:0.5%;
	text-align:center;
	font-size:14px;	
}



.pagi{width:98%;margin-top:10%;}



/*accordian style*/
			.course_type { 
				display:block;
			}

			.content { 
				display:block;
				font-size: 12px;
				margin: 6%;
			}

/**/

/*pagination button css*/
.disabled{
 	/*background-color: #45728D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
   	width:4%;
    padding: 0.2%;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
	border-radius:6px;*/
}

/**/

.side_btn input {
    background: none repeat scroll 0 0 #004267;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    outline: medium none;
    padding: 0 20px;
    width: 179px;
	margin-top:-9px;
	text-align:left;
	opacity:0.6;

}
.review input {
    background: none repeat scroll 0 0 #004267;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    outline: medium none;
    padding: 0 20px;
    width: 140px;
	margin:0 auto;
	text-align:left;
	opacity:0.6 !important;
}
.review input:hover{ opacity: 1.0 !important;}
.rev_write{margin-top:30px;margin-bottom:-30px;}
.overview{margin-top:0 !important;opacity:1.0 !important;}
.side_btn input:hover{ background: none repeat scroll 0 0 #004267;}
.pix{ line-height:30px !important; color:#004267 !important}
.pix_about{ line-height:30px !important;margin_left:-180px !important;  color:#004267 !important}
.para{ line-height:25px !important; font-weight:normal !important;}

.twitter_media{float:left;width:17%;margin-top:-3px}
.share_text{
	color: #000000;
    float: left;
    font-size: 13px;
    margin-left: -25px;
    margin-top: -2px;
    width: 7%;
}
.disabled, .pagin,.current .pagin{
	 display: inline-block;
    padding: 0px 3px;
    margin-right: 15px;
	margin-left: 15px;
    border-radius: 3px;
    background: #6490AA;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;;
    color: #fff !important;
}


.grey_line{width:790px;height:1px; background:#BABABA;margin-top:65px;margin-bottom:15px;}
.media{margin:30px 0px; padding:1%;}
.line{border-bottom:2px solid #C5C5C5; padding-bottom:16px !important;}
.print{float: left; margin-left: 15px;}
.print_text{
	color: #000000;
    margin-left: 175px;
    margin-top: -2px;
	font-size:13px;
}
.web{ margin:0 175px;text-align:center;}
.web1{ margin-left:175px;margin-right:175px;text-align:center; margin-bottom:13px;}

.web:hover{opacity:0.6;}
.fur_details{margin-top:-24px; border-bottom:1px solid #929292;}

.course_span_rev{
	 text-align:left;
	 padding:1%;
	 letter-spacing:2px;
	 font-size:18px;
	 color:#004267;
}

.rev_more{ 
    background: none repeat scroll 0 0 #353535;
    color: #FFFFFF;
}

.span17{ font-size:20px !important; line-height:30px !important; margin-bottom:0 !important;}
.total{font-size: 28px !important; margin-top:17px; margin-bottom:0 !important;}
.class{margin:0 auto;width:21%; background:none !important; border:none !important;}
/**login**/

.login-box{


}
.login-title{
	font-size:25px;
	color:#FFF;
	font-weight:100;
	text-align:center;
	border-bottom: 3px solid #efefef;
	vertical-align:middle;
	padding:15px 0px;
	width:100%;

}
.login-radio{
	font-size:31px;/*14px*/
	color:#FFF;
	width:98%;
	padding:10px 0px;
	text-align:center;
	vertical-align:middle;
	
}
.login_fgt_pass{margin:0 auto;font-size:15px;width:80%;}
.login-radio input[type="radio"]{
	display:inline;
	vertical-align:-5%
}
.login-radio label{
	display:inline;
	font-size:16px;
}
.login-box input[type="text"],input[type="email"],input[type="password"],textarea{
	width:100%;
}
.login-box input[type="submit"],input[type="reset"]{
	display:inline;
}
.login-box select{
	width:100%;
}

.logingroup{
	padding:15px;
}
table.login-table td{
	padding: 8px; 
	text-align: left; 
	vertical-align: top;
	border:none; 
}
.login-frm-center{
/*margin-left:auto;
margin-right:auto;*/
width:35%;
}
.login_field{width: 80%; margin: 0px auto ! important;}
.center
{
margin-left:auto;
margin-right:auto;
width:70%;
}
.black_btn {
	background-color:#333;
	color:#ececea;
	border:none;
	padding:10px 15px;
	font-size:18px;
}
.black_big_btn {
	background-color:#333;
	color:#ececea;
	border:none;
	padding:10px 25px;
	font-size:22px;
}
.black_big_btn:hover{opacity:0.6;}
.login_fgt_pass a{
	color:#EBEFE9;
}
.submitdiv{
	padding-top:1%;
}
.login-block2{
	text-align:center;
	margin-top:0%;
	margin-bottom:15%;
	font-size:16px;
}
.signup-but{
	background-color:#6490aa;
	color:#F2F4F3;
	border:none;
	padding:10px 15px;
	font-size:18px;
	page-break-inside:avoid;
	cursor:pointer;
}
.signup-but a{
	color:#F2F4F3;
	text-decoration:none;
}
.error{
	/*visibility:hidden;*/
	color:#A41919;
	font-size:15px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	margin-bottom:1%;
}
.error_white{
	color:#fff;
	font-size:14px;
}
.goback a{
	color:#ececea;
	text-decoration:none;
}
.leftfield-review{
	color:#CCC;
	font-size:14px;
}
.dark_blue_btn {
	background-color:#024268;
	color:#DCDCDC;
	border:none;
	padding:10px 15px;
	font-size:18px;
}
.search_text{
	color:#024268;
	font-size:16px;
	vertical-align:middle;
	padding:15px 5px;
}
.grey_bg{
	background:#f4f4f4;
}
@media only screen and (max-width: 950px) {
.login-radio{
	vertical-align:middle;
	display:inline;
}
.login-radio span{
	display:block;
	text-align:left;
}
.signup-but{
	display:block;
	width:80px;
	margin:0px auto;
}

.login-frm-center{
	margin-left:auto;
	margin-right:auto;
	width:60%;
}
.login-box{
	padding:0px;
}
/*.login-title{
	font-size:18px;
	color:#FFF;
	font-weight:100;
	text-align:center;
	border-bottom: 3px solid #efefef;
	vertical-align:middle;
	padding:15px 0px;
	width:100%;
}*/
.login-block2{
	font-size:14px;
}
.submitdiv{
	padding:3% 0%;
}
.reg-but-blue {
	font-size:12px;
	margin:10px auto;
}
}
@media only screen and (max-width: 350px) {
.black_big_btn {
	border:none;
	padding:10px 10px;
	font-size:22px;
}
.login-radio span label{
	font-size:12px;
}
.login-title{
	font-size:16px;
}
.login-block2{
	font-size:12px;
}
.login-frm-center{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.submitdiv{
	padding:5% 0%;
}
.reg-but-blue {
	font-size:8px;
	margin:10px auto;
}
}

.span17 a:hover{ text-decoration:none !important;}
.pagin_button{cursor:pointer;background-color:#6490AA!important;border-radius:5px!important;color:white!important;font-size:15px!important;font-weight:bold!important;border:none!important;float:left!important;padding:2px !important; width:20px !important; margin:1% !important;}
.pagin_button_num{cursor:pointer;border-radius:5px!important;color:#000;font-size:15px!important;font-weight:bold!important;border:none!important;float:left!important;padding:2px !important;margin:1% !important;}

.callout-box p{color:#861D26 !important;}
.span10{width:250px;}

.main_cou_dash{margin:30px 140px;float:left;}
.cou_dash_outer{width:190px;float:left;margin:0 30px;}
.cou_dash_midd{width:190px;float:left;}
.sec_cou_dash{margin:0px 240px;float:left;}
.cou_dash_img{width:185px;height:170px; background:#6490A9; border-radius:10px;}
.cou_dash_img_frame{margin:23px 32px;}
.cou_dash_btn{margin:5px 0px;width:185px;height:50px; background:#282828; border-radius:10px;border:0;font-size:17px;color:#FFF;}

.acc_pro_left{width:700px; height:auto; font-size:14px;float:left;}
.acc_pro_right{width:288px; height:auto; font-size:14px;float:left;}
.course_provision{background:#00598C;clear: both;min-height: 32px;margin:15px 0px;color:#FFF;padding:0.5%;}

.rgt_fr_panel{width:273px;margin:15px; height:42px;background:#d6d6d6;}


.pro_pic_cou{border: 3px solid #D6D6D6;height: 170px;margin: 14px 45px;width: 200px;}
.cou_chng_pic{/*background: none repeat scroll 0 0 #6490AA;color: #FAFAFA;height: 30px;margin: -11px 45px;padding-top: 2%;text-align: center;width: 206px;*/
	background: none repeat scroll 0 0 #6490AA;
    border: medium none;
    color: #FAFAFA;
    height: 30px;
    margin: 8px -3px;
    padding-top: 2%;
    text-align: center;
    width: 206px;
}
.edit_pro,.for_pwd{ color:#666 !important;}
.edit_pro:hover,.for_pwd:hover{border-bottom:1px solid grey; text-decoration:none;}

.err_spn{font-size:14px;color: #333;}
.dob{margin-left: 100px;}
.box_des{border: 1px solid #b4b4b4 !important; border-radius: 3px;}
.goback
   {
    background-color: #000;
    background-image: url("../images/arrow-cus.png");
    background-position: 3px 8px;
    background-repeat: no-repeat;
    color: #fff !important;
    padding: 7px 10px 7px 29px;
   }
   #wishlist {
    background-image: url("../images/wh.jpg");
    background-repeat: no-repeat;
    border: medium none;
    height: 53px;
    margin: 6px 10px;
    width: 277px;
}
/****** custom css *******/
#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #6490AA;
	border-radius:7px; 
	width:350px;
	z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #6490AA; font-size:19px; padding:10px; color:#fff; }
#dialogbox > div > #dialogboxbody{ background:#6490AA; padding:20px;font-size:15px;  color:#FFF;text-align:center; }
#dialogbox > div > #dialogboxfoot{ background: #6490AA; padding:10px; text-align:right; }
#wishlist{background-image:url('../images/wh.jpg'); background-repeat:no-repeat;width:277px;height:53px;border:none;margin:6px 10px;}
