@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------- Google Font ----------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Artifika);
@import url(https://fonts.googleapis.com/css?family=Antic);
@import url(https://fonts.googleapis.com/css?family=Buda:300);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700,700i);*/
@import url(https://fonts.googleapis.com/css?family=Aclonica);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i);
/*-------------------------------------------------------- Google font end ----------------------------------------------------------*/

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  overflow-x:hidden;
}
body{
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:#333;
	background-color:transparent;
	padding:0;
}
a{
	text-decoration:none;
	color:#1a1a1a;
}
a:hover{
	text-decoration:none;
	color:#397fa9;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
	outline:none;
	position:inherit;
	top:inherit;
}
.spacer,.clear{
	clear:both;
	line-height:0;
	font-size:0;
}
ul, li, ol{
	list-style:none;
}
.center{
	text-align:center;
}
.leftAlign{
	text-align:left;
}
section, article, header, footer, nav, aside, hgroup { display: block;}
.noBg{
	background:none!important;
}
.noRightMargin{
	margin-right:0!important;
}
.noBottomMargin{
	margin-right:0!important;
}
.noMargin{
	margin:0!important;
}
.noPadding{
	padding:0!important;
}
.noBorderRight{
	border-right:0 none!important;
}
p{
	padding-bottom:20px; 
	font-size:13px;
	line-height:22px;
}
h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	
}
textarea {
	resize:none;	
}
.center{
	text-align:center;
}
hr{
	border:1px solid #323131;
	margin: 0;
	padding:0;
}
/*---------------------- GENERAL STYLE END ----------------------------*/
.container{
	margin:0px auto;
	position:relative;
}
.container h2{
	color:#0076bd;
	font-size:34px;
	margin:0;
}
.container p{
	color:#443c3a;
	font-size:20px;
	line-height:28px;
	font-weight:400;
	margin:0;
	padding-bottom:15px;
}
.container a{
	color:#318691;
	display:inline-block;
}
.container a:hover{
	color:#397fa9;
}

/*------------------------------- start header ---------------------------------*/


.header{
	z-index:10;
	background:#fff;
}
/*-------------------------------- start logoBar ---------------------------*/
.logoBar{
	background:#efeeee;
	border-top:5px solid #ec3828;
	position:relative;
}	
.logo{
	padding:10px 0;
}
a.registerBtn{
	background:#ec3828;
	padding:15px 30px;
	color:#fff;
	float:right;
	font-weight:700;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	text-transform:uppercase;
	font-size:18px;
	display:inline-block;
	margin-bottom:10px;
}
a.registerBtn:hover{
	background:#0774bb;
	color:#fff;
}
/*--------------------------- end header -----------------------------------*/								
/*------------------------------ start navBar ---------------------------------*/
.topNavBar{
	background:#47a9b6;
	color:#fff;
	padding:15px 0;
}	
.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0;
    border: 0;
	width:100%;
}
.navbar {
    border-radius: 0;
}
.navbar-nav{
	padding-top:12px;
	padding-bottom:12px
}
.navbar-nav > li{
	padding:0 25px 0 0px; 
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	/*font-family: 'Antic', sans-serif;*/
}
.navbar-nav > li:last-child{
	padding-right:0;
}
.navbar-nav > li > a{
	color:#131313 !important;
	padding:15px 15px;
}
.navbar-nav > li.active > a{
	background:#0774bb !important;
	color:#fff !important;
}
.navbar-nav > li > a:hover{
	background:#0774bb !important;
	color:#fff !important;
}
.navbar-nav > li > a.homeIcon{
	font-size:17px;
	line-height:22px;
}
.navbar-collapse.collapse{
	padding:0;
	float:right;
}
.navbar-collapse{
	padding:0;
}
.dropdown-menu > li > a{
	padding:0;
}
.dropdown-menu > li{
	padding:3px 20px;
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
	background:#47a9b6;
}
.socialIcons{}
.socialIcons ul{
	float:right;
	padding-top:5px;
}
.socialIcons li{
	float:left;
	margin-right:20px;
	font-size:14px;
}
.socialIcons li:last-child{
	margin-right:0;
}
.socialIcons li a{
	color:#fff;
}
.socialIcons li a:hover{
	color:#d5d2d2;
}


.navbar.navbar-fixed-top.fixed-theme {
    background-color: #000;
	top:-15px;
	margin-top:0px;
	z-index: 999999;
	position:fixed}
	
.navbar.navbar-fixed-top.fixed-theme .logo-outer{
	
	width:220px;
	margin-top:13px
}

.navbar.navbar-fixed-top.fixed-theme .navbar-nav{
	padding-top:20px;
    padding-bottom: 4px;}
	

.navbar.navbar-fixed-top.fixed-theme .navbar-nav>li>a{
	color:#fff !important}

.navbar-brand.fixed-theme {
    font-size: 18px;}

.navbar-container.fixed-theme {
    padding: 0;}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;}	
	
.navbar-fixed-top {
	margin-top:0px;}



		
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:none;
	color:#eecd07}
/*--------------------------------- end navBar ------------------------------*/	
/*------------------------------ start banner -----------------------------*/
#bannerWrap{
	margin-top:0px}
.banner{
	position:relative;
	padding:0;
}


.banner img,
.banner img.bannerImg{
	width:100%;
}
.bannerRightPic{
	padding:0;
}
.bannerRightPic img{
	width:100%;
}
.flexslider {
    margin: 0 !important;
    border: 0 !important;
}
.carousel-caption{
	right: 0px;
	left: 0;
	bottom: 0;
	top:30%;
	margin:0 auto;
	text-align:center;
}
.carousel-caption h2{
	color:#fff;
	margin-bottom:15px;
	font-size:40px;
	line-height:55px;
	text-transform:uppercase;
}
.carousel-caption p{
	color:#fff;
	margin-bottom:25px;	
	padding:0;
	font-size:20px;
	line-height:28px;
	/*font-family: 'Artifika', serif;*/
}
.carousel-caption a{
	color:#fff;
	font-size:20px;
	padding:15px 30px;
	background:#29b14a;
	/*font-family: 'Artifika', serif;*/
}
.carousel-caption a:hover{
	color:#fff;
	background:#201d1c;
}
.flex-direction-nav{
	display:none;
}
/*------------------------------ end banner ------------------------------*/
/*------------------------------- start offerWrap ----------------------------*/
.offerWrap{
	background:#0774bb;
	padding:0;
	text-align:center;
}
.offerBox {
	text-align:center;
	padding:35px 20px;
}
.offerBox span{
	font-size:50px;
	color:#fff;
	margin-bottom:10px;
}
.offerBox h3{
	/*font-family: 'Buda', cursive;*/
	font-size:15px;
	color:#fff;
	display:block;
	text-transform:uppercase;
	padding-top:15px;
	border-top:2px solid #fff;
	margin-top:15px;
}
.offerBox:hover{
	background:#04446d;
}
/*------------------------------- end offerWrap ---------------------------*/

/*------------------------------- start aboutContent ----------------------*/
#aboutContent{
	background:#f8f8f8;
	padding:85px 0;
	text-align:center;
}
#aboutContent h2{
	color:#ed4637;
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
#aboutContent hr{
	border:1px solid #ed4637;
	margin:0 auto 30px;
	width:8%;
}
#aboutContent p{
	color:#5c5c5c;
	font-size:17px;
	line-height:30px;
	margin:0;
	padding-bottom:0px;
}
/*------------------------------- end aboutContent -------------------------*/

/*------------------------------- start homeSessions ----------------------------*/
#homeSessions{
	background:url(../images/session-bg.jpg) no-repeat;
	background-size:cover;
	padding:85px 0;
	text-align:center;
}
#homeSessions h2{
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}


#homeSessions h3{
	color:#ed4637;
	font-size:24px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
#homeSessions hr{
	border:1px solid #fff;
	margin:0 auto 30px;
	width:8%;
}
#homeSessions p{
	color:#fff;
	font-size:16px;
	line-height:28px;
	margin:0;
	padding-bottom:25px;
}
a.report{
	color:#fff;
	font-size:18px;
	/*font-family: 'Artifika', serif;*/
	padding:0;
	display:inline-block;
	padding-bottom:25px;
}
a.report:hover{
	color:#fff;
}
.homeSessionBox{
	padding:0 25px 0 0;
	text-align:left;
}
.homeSessionBox h3{
	color:#f8f8f8;
	font-size:18px;
	padding-bottom:15px;
	margin:0;
	/*font-family: 'Artifika', serif;*/
}
.homeSessionBox ul{}
.homeSessionBox li{
	color:#f8f8f8;
	font-size:15px;
	line-height:22px;
	font-weight:400;
	padding:0 0px 10px;
}
.homeSessionBox li::before{
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:10px;
	font-size:15px;
	content: '\f046';
}
.homeSessionBox h3.education::before{
	content: '\f19d';
}
.homeSessionBox h3.development::before {
	content: '\f201';
}
.homeSessionBox h3.research::before {
	content: '\f002';
}
/*------------------------------- end homeSessions -------------------------------*/
/*------------------------------- start homeSchedule ----------------------------*/
#homeSchedule{
	background:#f3f3f3;
	background-size:cover;
	padding:85px 0;
}
#homeSchedule h2{
	color:#ed4637;
	/*font-family: 'Anonymous Pro', monospace;*/
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
#homeSchedule hr{
	border:1px solid #ed4637;
	margin:0 0 30px;
	width:8%;
}


.homeProductWrap{
	padding:30px;
	border:2px solid #d8d8d8;
	min-height:580px}
	
.homeProductWrap h2{
	font-size:22px;
	margin-bottom:20px}
	
.homeProductWrap h3{
	font-size:18px;
	margin-bottom:15px}
	
.homeProductWrap li{
	color:#5c5c5c;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	padding:0;
}
.homeProductWrap li::before{
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:10px;
	font-size:15px;
	content: '\f046';
}
/*------------------------------- end homeSchedule -------------------------------*/

/*------------------------------- start homeSpeakers -------------------------------*/
.homeSpeakers{
	background:#f3f3f3;
	border-bottom:1px solid #c1bfbf;
	border-top:1px solid #c1bfbf;
	background-size:cover;
	padding:50px 0;
	text-align:center;
}
.homeSpeakers h2{
	color:#ed4637;
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
.homeSpeakers hr{
	border:1px solid #ed4637;
	margin:0 auto 30px;
	width:8%;
}
.homeSpeakers ul{
	margin:20px 0;
}
.homeSpeakers li{
	display:inline-block;
	text-align:center;
}
.homeSpeakers li a{
	padding:0 70px;
}
.homeSpeakers li a h4{
	color:#373739;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:10px 0;
}
/*------------------------------- end homeSpeakers ---------------------------------*/

/*------------------------------- start galleryWrap ------------------------------------*/

.galleryWrap{
	background:#fbf9f9;
	background-size:cover;
	padding:40px 0px !important;
	text-align:center;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.galleryWrap h2{
	color:#ed4637;
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
.galleryWrap hr{
	border:1px solid #ed4637;
	margin:0 auto 30px;
	width:5%;
}
.galleryBox{
	padding:0;
	margin:0;
}
.galleryBox img{
	width:100%;
	height:300px;
}
.galArea{
	margin-top:50px;
}
/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	position:relative;
}

figure.effect-hera h2 {
	font-size:18px !important;
	line-height:24px;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	opacity:0;
}
figure.effect-hera figcaption{	
	border:2px solid #fff;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding:15px;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
figure.effect-hera figcaption:hover{
	background:none;
	cursor:pointer;
}
figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	background:url(../images/story-overlay.png) repeat;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 30px;
	padding:0;
	margin:0;
	text-align:center;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
	color:#fbe6a3;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}	
/*------------------------------- end galleryWrap ---------------------------------*/

/*------------------------------- start footer ------------------------------------*/
#footer{
	position:relative;
	background:url(../images/footer-bg.jpg) no-repeat;
	background-size:cover;
	padding:60px 0;
}
.footerLogo{
	margin-bottom:25px;
	margin-top:22px;
}
#footer h2{
	color:#4c4949;
	font-size:20px;
	text-transform:uppercase;
	line-height:22px;	
	font-weight:400;
	padding:0px 0 0px 0;
}
#footer hr {
    border: 1px solid #4c4949 !important;
    height: 0;
    width: 20% !important;
    margin:15px 0 40px;
}
#footer p{
	font-size:18px;
	line-height:24px;
	font-weight:400;	
	color:#4c4949;
	padding:0 0px 15px 30px;
	margin:0;
	position:relative;
}
#footer p.address::before{
	font-family: "FontAwesome";
	content: '\f041';
	font-size: 35px;
	width: 15%;
    background: #fff;
    padding:3% 5%;
    border-radius: 10%;
    border: 2px solid #e2dede;
    text-align: center;
    margin-right: 20px;
    float: left;
	margin-bottom:10px
}
#footer p.contact::before{
	font-family: "FontAwesome";
	content: '\f095';
	font-size: 35px;
	width: 15%;
    background: #fff;
    padding:3% 5%;
    border-radius: 10%;
    border: 2px solid #e2dede;
    text-align: center;
    margin-right: 20px;
    float: left;
	margin-bottom:10px
    float: left;
}
#footer p.email::before{
	font-family: "FontAwesome";
	content: '\f1fa';
	font-size: 35px;
	width: 15%;
    background: #fff;
    padding:3% 5%;
    border-radius: 10%;
    border: 2px solid #e2dede;
    text-align: center;
    margin-right: 20px;
    float: left;
	margin-bottom:10px
}
.quickInfo{
}
.quickLinks{
	padding:0;
}
.quickLinks ul{}
.quickLinks li{
	display:block;
	color:#000;
	font-size:14px;
	line-height:22px;
}
.quickLinks li:before{
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f105';
	padding-right:13px;
}
.quickLinks li a{
	color:#000;
}
.quickLinks li a:hover{
	color:#ec3828;
}





/*------------------------------- end footer ----------------------------------*/
/*-------------------------------- start top ---------------------------------*/
a.go-top {
	position: fixed;
	bottom: 20px;
    right: 40px;
	text-decoration: none;
	color: white;
	background-color:#ec3828;
	border:1px solid #fff;
    width: 50px;
	height:50px;
	display: none;
	font-size:40px !important;
	line-height:50px;
	text-align:center;
	padding:0;
	z-index:5;
	color:#fff;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}
a.go-top:hover {
	background-color:#0774bb;
	color:#fff;
}
/*-------------------------------- end top ---------------------------------*/
/*------------------------------ strat innerWrapDiv ------------------------*/
.innerWrapDiv{
	overflow:hidden;
	padding:40px 0;
}
.innerWrapDiv h2{
	color:#ed4637;
	font-size:25px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 10px 0;
}
.innerWrapDiv hr{
	border:1px solid #ed4637;
	margin:0 0 30px;
	width:5%;
}
.innerWrapDiv h2 span{
	background:#fff;
	padding-right:5px;	
}
.innerWrapDiv h3{
	font-size:20px;
	margin:0;
	padding-bottom:5px;
	color:#ec3828;
	/*font-family: 'Artifika', serif;*/
}
.innerWrapDiv p{
	color:#5c5c5c;
	font-size:15px;
	line-height:22px;
	margin:0;
	padding-bottom:25px;
}
.innerWrapDiv ul{
	margin:0px 0 15px;
	padding-left:50px;
}
.innerWrapDiv li{
	list-style:square;
	margin-bottom:10px;
	font-size:15px;
	line-height:25px;
}
.wrapImg{
	float:left;
	margin:5px 15px 10px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#fff;
}
.borderImg{
	padding:5px;
	border:2px solid #ddd;
}
.innerBanner {
	position:relative;
	/*background:url(../images/inner-banner.jpg) no-repeat*/;
	background-size:cover;
	/*min-height:200px;*/
	text-align:center;
}
.innerBanner h1 {
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	padding:15px 35px;
	background:#ed1c24;
	border-left:5px solid #fcb040;
	border-right:5px solid #fcb040;
	margin-top: 80px;
	display:inline-block;
}
.innerBanner img {
	width:100%;
}
/*------------------------------- end innerWrapDiv ----------------------------*/

/*=============================== start session page CSS ===============================*/

.sessionBox{
	padding:25px;
	margin-bottom:20px;
	background:#f6fbfe;
}
.sessionBox:hover{
	-webkit-box-shadow:inset 0 0 5px 0 #e0e1e2;
	box-shadow:inset 0 0 5px 0 #e0e1e2;
}
.sessionBox h3{
	font-size:17px;
	line-height:24px;
	color:#05446d;
}
.sessionBox hr{
	border:1px solid #05446d;
}
.sessionBox h3 span{
	display:block;
	font-size:50px;
	margin-bottom:15px;
}
/*=============================== end session Page CSS ===================================*/

/*============================== start Schedule page CSS ==================================*/

.schedule {
	padding:5px;
	background:#fff;
	border: 1px solid #E0E0E0;
}
.scheduleDiv_odd {
	background:#d2effb;
	font-size: 14px;
	padding:12px 15px;
	color:#231f20;
}
.scheduleDiv_eve {
	background:#fff;
	font-size: 14px;
	padding:12px 15px;
	color:#231f20;
}
.schedule span.dot {
	float:right;
}
.schedule span.title {
	font-weight:600;
	text-transform:uppercase;
}
.schedule ul{
	padding:0 0 0 20px;
	margin:0;
}
.schedule li{
	font-size:13px;
	line-height:20px;
	color:#231f20;
}

/*============================== end Schedule page CSS ===================================*/

.innerGalleryBox img{
	width:100%;
	height:250px;
}
/*=============================== start register page css ==============================*/
.contactWrap{
	margin:25px 0;
}
.contactForm{
	background:#f4ede5;
	border:1px solid #e1d8cd;
	padding:30px 25px;
}
.contactForm label{
	font-weight:400;
	font-size:14px;
}
.checkbox-inline, .radio-inline{
	margin-bottom:15px;
}
.contactForm .form-group{
	margin-bottom:32px;
	position:relative;
}
.input-group-addon {
    position: absolute;
    border: 0;
    background: no-repeat;
    top: 25px;
    right: 15px;
	font-size:18px;
	color:#535b0e;
}
.contactForm .form-control{
	font-size:13px;
	font-style:italic;
}
.contactForm .sendQueryBtn{
	background:#bc1f25;
	color:#fff;
	border:0;
	padding:8px 20px;
	text-transform:uppercase;
}
.contactForm .sendQueryBtn:hover{
	background:#333;
}
.contactPageInfo{
	background:#bc1f25;
	padding:25px 35px;
}
.contactPageInfo h3{
	color:#fff;
	/*font-family: 'Adamina', serif;*/
	font-size:17px;
	padding-bottom:10px;
}
.contactPageInfo hr{
	border-color:#fff;
	width:10%;
}
.contactPageInfo p{
	margin:10px 0 25px;
	padding:0;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:left;
}
.contactPageInfo p a{
	color:#fff;
}
.contactPageInfo p a:hover{
	color:#ff4c23;
}
.contactPageInfo p:last-child{
	margin-bottom:0;
}
.contactMap{
	background:#efefef;
	padding:5px;
}
/*****************For popup modals******************/
   	.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}
.modal-message .modal-dialog {
    width: 300px;
	margin-top: 266px;
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center!important;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}
.modal-message .modal-header .fa, 
.modal-message .modal-header 
.glyphicon, .modal-message 
.modal-header .typcn, .modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}
/*****************For popup modals******************/
.important{
	color:red;
}
/*=============================== end register page css ================================*/

/*=============================== Start Contact page css ================================*/
.maps iframe{
    pointer-events: none;
}
ul.iconContact{
	padding:0;
}
ul.iconContact li{
	list-style:none;
	display:inline-block;
	font-size:25px;
	margin-right:20px;
	color:#00a651;
}

/*=============================== End Contact page css ================================*/