﻿@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {
	float:left;
}
.fl-rt {
	float:right;
}
/* Clear Floated Elements
---------------------------------*/

.datahidden {
	display:none;
}
.datavisible {
	display:block;
}
.container {
	max-width: 1080px;
	
  width: 100%;
	/*padding-top:8px;*/
	padding-left:10px;
!important;
	padding-bottom:8px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.figure {
	margin:0px;
}
img {
	max-width:100%;
}
a, a:hover, a:active {
	outline:0px !important
}
 @font-face {
 font-family: 'FontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* Primary Styles
---------------------------------*/
body {
	
	font-family: Calibri;
	font-size:14px;
	font-weight:normal;
	color:#232323;
	margin:0;/*background-image:url(../img/om.png);*/
	background: linear-gradient(#ffb300, #d3d82f);/*linear-gradient(red, black);*/
		
}
h2 {
	font-size:29px;
	color:#c69219;
	font-family:calibri;
	font-weight:700;
	letter-spacing: -1px;
	margin:10px 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
/*h2::after {
 display: block;
 margin: 16px auto 0px;
 width: 80px;
 height: 1px;
 width: 209px;
 background: #9A5418 none repeat scroll 0% 0%;

 content: "";
}*/
hr {
	background: url("../img/hr.png") no-repeat scroll 50% 0 transparent;
	border: medium none;
	height: 19px;
	margin: 0px 0 10px;
}
h3 {
	
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6 {
	font-size:16px;
	color:#888888;
	
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p {
	line-height:24px;
	margin:0;
}
.margin-vert-30 {
	margin-top: 5px;
	margin-bottom: 30px;
	background-color:#f4f4f4;
	background-position:250px;
	background-repeat:no-repeat;
	display:table;
}
.list-services li i {
	margin-right: 10px;
	font-size: 18px;
	color:#c69219;
}
.list-services li {
	font-size: 16px;
	padding: 5px 0px;
}
/* Header Styles
---------------------------------*/


#nt-example1 {
	
	margin: auto;
	padding:0px;
	
}




#nt-example1 li {
	
	list-style:none;
	border-bottom: 1px dotted #2eb0e4;
}
#nt-example1 li a:hover {
	
	text-decoration:none !Important;
}



.header {
	width: 100%;
	z-index: 9999;
	padding: 0px 0;
	background:#F2EDED;
	text-align: center;
	
}
.banner {
	background:url(../img/bg_temple.png) left no-repeat;
	background-size: 100% 100%;
	height: 200px;
	width:100%;
}
.logo {
	padding:0px;
	position:fixed;
	z-index:1000;
}
.header h1 {
	
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0;
	color:#fff;
}
.we-create {
	padding:0;
	margin:35px 0 55px;
}
.wp-pic {
	margin-bottom:20px;
}
.we-create li {
	display:inline-block;
	
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child {
	background:none;
}
.start-button {
	padding-left: 0px;
}
.start-button li a {
	color: #fff;
}
.link {
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}
.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}
/* Navigation
---------------------------------*/
.main-nav-outer {
	padding:0px;
	border-bottom:1px solid #dddddd;
	/*box-shadow:0 4px 5px -3px #ececec;*/
	position:relative;
	/*background:#fff;*/
    background:#9F0437;
}
.main-nav {
	text-align:center;
	margin:0px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li {
	display:inline;
	margin:0 -19px;
}
.main-nav li a {
	display:inline-block;
    color:#fff;
    font-weight:600;
	/*color:#222222;*/
	text-transform:uppercase;

	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.main-nav li a:hover {
	text-decoration:none;
	color: #c69219;
}
.small-logo {
	padding:0 32px;
}
.main-section {
	padding:20px 10px 50px;
}
/* Services
---------------------------------*/

.service-list {
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1 {
	float:left;
	width:60px;
}
.service-list-col1 i {
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2 {
	overflow:hidden;
}
.main-section.alabaster {
	background:#fafafa;
}
/* Featured Work
---------------------------------*/
.featured-work {
	font-size:14px;
}
.featured-work h2 {
	text-align:left;
}
.featured-box {
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3 {
	margin-bottom:5px;
}
.featured-box p {
	line-height:22px;
}
.featured-work p.padding-b {
	padding-bottom:35px;
}
.featured-box-col1 {
	width:60px;
	float:left;
}
.featured-box-col1 i {
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2 {
	overflow:hidden;
}
.featured-box.magic {
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged {
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo {
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More {
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i {
	padding-right:15px;
}
.Learn-More:hover, .Learn-More:focus {
	text-decoration:none;
	color: #111;
}

/* no transition on .isotope container */

.isotope .isotope-item {
	/* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}
.main-section.paddind {
	padding-bottom:60px;
}
/* Clients
---------------------------------*/
.client-part {
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:-1px 0;
	text-align:center;
}
.client-part-haead {
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	
	font-style: italic;
}
.client {
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li {
	display:inline;
	margin:0 15px;
}
.client li a {
	display:inline-block;
}
.client li a img {
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover {
	text-decoration:none;
}
.client li a h3 {
	color:#ffffff;
}
.client li a span {
	color:#f1f1f1;
}
.quote-right {
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.quote-right:hover {
	color: #fff;
	border: 2px solid #fff;
}
.c-logo-part {
	background:#7cc576;
	padding:25px 0;
	filter: alpha(opacity=60);
}
.c-logo-part ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li {
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a {
	display:inline-block;
	margin: 0 20px;
}
.main-section.team {
	padding:85px 0;
}
.main-section.team h6 {
	margin-bottom:40px;
}
/* Team
---------------------------------*/
.team-leader-block {
	max-width:993px;
	margin:0 auto;
}
.team-leader-box {
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span {
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0) {
margin:0;
}
.team-leader {
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241, 241, 241, 0.80);
	margin:7px 7px 25px 7px;
}
.team-leader-shadow {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a {
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow {
	box-shadow:inset 0px 0px 0px 148px rgba(17, 17, 17, 0.80);
}
.team-leader:hover ul {
	display:block;
	opacity:1
}
.team-leader img {
	display:block;
	border-radius:50%;
}
.team-leader ul {
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li {
	display:inline;
	margin:0 11px;
}
.team-leader ul li a {
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus {
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover {
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover {
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover {
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover {
	color:#dd4b39;
}
/* Talk Business
---------------------------------*/
.business-talking {
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2 {
	
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}
/* Contact
---------------------------------*/
.main-section.contact {
	padding:90px 0 100px;
}
.main-section.contact {
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box {
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3 {
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
	color:#FFFFFF;
}
.contact-info-box h3 i {
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
	color:#00FFFF;
}
.contact-info-box span {
	line-height:28px;
	display:block;
	overflow:hidden;
	color: white;
}
.social-link {
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li {
	float:left;
	margin-right:8px;
}
.social-link li a {
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus {
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}
.form {
	margin:0 66px 0 30px;
}
.input-text {
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area {
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn {
	width:175px;
	height:50px;
	background:#7cc576;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover {
	background: #111;
	color: #fff;
}
.bg {
color:
}
.upcoming {
	background: #DF1728;
	margin: 4em 0;
	padding:1px;
}
.events {
	background: #800080;
	margin: 4em 0;
	padding:2px;
}
.events h4, .video h4 {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	padding:1em .5em 1em 1.5em;
	border-bottom: 1px dotted #fff;
	position:relative;
}
.upcoming h4, .video h4 {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	padding:1em .5em 1em 1.5em;
	border-bottom: 1px dotted #fff;
	position:relative;
}
.events h4:before, .video h4:before {
	background: #fff;
	width: 4px;
	height: 35px;
	content:'';
	position:absolute;
	left: 4%;
	top: 25%;
}
.video h4 {
	color:#515C8E;
	border-bottom:none;
	padding:0em 0em 0em 0.8em;
}
.upcoming h4:before, .video h4:before {
	background: #fff;
	width: 4px;
	height: 35px;
	content:'';
	position:absolute;
	left: 4%;
	top: 25%;
}
.video h4:before {
	background: #515C8E;
	top: -12% !important;
	left: 0% !important;
}
.upcoming ul {
	padding:0em .5em;
}
.upcoming ul li {
	list-style-type: none;
	padding: 0 0 .5em 2em;
	border-bottom: 1px dotted #BF1221;
	color: #E0DFDF;
	background: url(../img/3.png) no-repeat -3px 5px;
	font-size: 14px;
	margin-bottom:1em;
}
.upcoming ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: capitalize;
}
.upcoming ul li a:hover {
	color:#515C8E;
}
.upcoming ul li span {
	display:block;
}
.video-content
{

	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px 0 10px 0;
}
.video {
top: 50%;
	left: 50%;
	width:300px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 20px 0 20px 0;
	cursor: pointer;
	transform-style: preserve-3d;
	background: -webkit-linear-gradient(top left, white 50%, coral 50%);
	background:    -moz-linear-gradient(top left, white 50%, coral 50%);
	background:     -ms-linear-gradient(top left, white 50%, coral 50%);
	background:      -o-linear-gradient(top left, white 50%, coral 50%);
	background:         linear-gradient(top left, white 50%, coral 50%);
	
	
	
	position: relative;
	top:50%;
	left:50%;
	
    margin: 0px 0 0 -150px;
	
}
.video iframe {
	width: 100%;
	min-height: 250px;
	margin: 0em 0 0;
}
/* Footer
---------------------------------*/

.footer {
	background-color:#c69219;
	margin-bottom:0px;
	position:relative;
}
.footer-logo {
	margin:5px auto 5px;
	width: 76px;
}
.footer-below {
	background-color:#CC6600;
	margin-bottom:0px;
}
.copyright {
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a {
	color:#CCCCCC;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.copyright a:hover {
	color: #FFFFFF;
}
.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #c69219 !important;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
/*<!--banner Slider-->*/

  .jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
            width: 16px;
	height: 16px;
	background: url('img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
            width: 40px;
	height: 58px;
	cursor: pointer;
	background:url(../images/a22.png) no-repeat;
	overflow: hidden;
}
.jssora22l {
	background-position: -10px -31px;
}
.jssora22r {
	background-position: -70px -31px;
}
.jssora22l:hover {
	background-position: -130px -31px;
}
.jssora22r:hover {
	background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
	background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
	background-position: -310px -31px;
}
/*banner Slider  */

.portfolio {
	margin: 0em 0em;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	display:none;
	float:left;
	overflow:hidden;
	margin: 0;
}
div#portfoliolist {
	padding: 0px 0px;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	
}
.portfolio img {
	width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	padding:2px;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
ul.posts-list {
	margin-left: 0;
	padding-left: 0;
}
ul.posts-list li {
	list-style: none;
}
.recent-post {
	margin-bottom: 20px;
}
.recent-post img {
	padding-right: 10px;
}
.recent-post .recent-post-date {
	font-size: 11px;
}
.posts-list-title {
	font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
/* Accordions */
/*-----------------------------------------------------------------------------------*/
.panel-group .panel-heading {
	padding: 0;
}
.panel-group .panel-heading h4 {
	margin: 0;
	padding: 0;
	color: #555555;
	font-size: 17px;
}
.panel-group .panel-heading a {
	display: block;
	padding: 10px 15px;
	margin: 0;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
	text-decoration: none;
}
.panel-group .panel-heading a [class^="icon-"] {
 margin-right: 4px;
 position: relative;
 top: 1px;
}
.panel-group.alternative .panel-heading {
	background: #c3a43e;
}
.panel-group.alternative .panel-heading h4 a {
	color: #FFFFFF;
}
.map iframe {
	margin:0em 0 1em;
	width:100%;
	min-height:300px;
	border:none;
}
/*--welcom start here--*/
.welcome-right {
border-top:5px solid #3a4293;

}
.welcome-left {
	
	background-color:#e2673a;
	 
	
	border-top:5px solid #515C8E;
	
}
.welcome-left h3 {
	font-size: 3em;
	color: #fff;
	margin: 0em 0em 0.5em 0em;
	
}
.welcome-left p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
}
.wel-text {
	padding: 7em 0em 0em 14em;
}
/*--welcome end here--*/





/*-- banner-bottom1 --*/
.banner-bottom1-left {
	text-align: center;
	border-top:5px solid #DF1728;
	background: #F1F1F1;
	background-image:url(../img/saraswati.png);
	background-repeat:no-repeat;
	background-position:center 10px;
	padding: 4em 0;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.banner-bottom1-left2 {
	text-align: center;
	border-top:5px solid #DF1728;
	background: #F1F1F1;
	background-image:url(../img/ganapathi.png);
	background-position:center 10px;
	background-repeat:no-repeat;
	padding: 4em 0;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.banner-bottom1-left:hover {
	background:#DF1728;
	border-top:5px solid #fff;
}
.banner-bottom1-left1:hover {
	background:#FFFFFF;
	/*opacity:.3;*/
	background-image:url(../img/ayyappan.png);
	background-repeat:no-repeat;
	background-position:center;
}
.banner-bottom1-left2:hover {
	background:#FFFFFF;
	/*opacity:.3;*/
	background-image:url(../img/ganapathi.png);
	background-repeat:no-repeat;
	background-position:center;
}
.banner-bottom1-left3:hover {
	background:#FFFFFF;
	background-image:url(../img/saraswati.png);
	background-position:center;
	background-repeat:no-repeat;
}
.banner-bottom1-left:hover .banner-bottom1-lft span {
	-webkit-transform: scale(1.25) translateY(-5px);
	transform: scale(1.25) translateY(-5px);
	color:#fff;
}
.banner-bottom1-left:hover .banner-bottom1-lft h3 {
	color:#003399;
	opacity:10;
}
.banner-bottom1-left:hover .banner-bottom1-lft p {
	color:#fff;
}
.banner-bottom1-left1 {
	border-top:5px solid #7cc576;
	background-image:url(../img/ayyappan.png);
	background-position:center 10px;
	background-repeat:no-repeat;
	
}
.banner-bottom1-left:nth-child(2) {
 border-left:1px solid #DAD9D9;
 border-right:1px solid #DAD9D9;
}
.banner-bottom1-left2 {
	border-top:5px solid #7cc576;
}
.banner-bottom1-left h3 {
	text-transform:capitalize;
	font-size:1.5em;
	color:#DF1728;
	margin:0 0 .5em;
}
.banner-bottom1-left2 h3 {
	color:#FF0000;
	padding-top: 53px;
	margin-bottom:0px;
}
.banner-bottom1-left1 h3 {
	color:#FF0000;
	padding-top: 53px;
	margin-bottom:0px;
}
.banner-bottom1-left h3 {
	color:#FF0000;
	padding-top: 53px;
	margin-bottom:0px;
}
.banner-bottom1-left p {
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0;
}
.banner-bottom1-left span {
	color: #999;
	font-size: 2em;
	top: -0.5em;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
/*-- //banner-bottom1 --*/
.footer-below .social_icon {
	text-align:center;
	padding-top:5px;
}
.footer-below .social_icon a {
	border: 1px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin: 0 4px 7px 6px;
}
.footer-below .social_icon a:hover {
	border-color: transparent;
	background: #2eb0e4;
}
footer p {
	color: #FFF;
	font-size:large;
}
footer h3 {
	margin-left:0px;
	color:#FFFFFF;
	font-size:18px;
}
.footer-below .social_icon .fa-facebook:hover { /* round facebook icon*/
	background: #4060A5;
}
.footer-below .social_icon .fa-youtube:hover { /* round youtube icon*/
	background: #c3181e;
}
.footer-below .social_icon .fa-twitter:hover { /* round twitter icon*/
	background: #00ABE3;
}
footer-below .social_icon .fa-linkedin:hover { /* round twitter icon*/
	background: #0177b5;
}
h3.tittle, h2.tittle {
	/*   background-color: #691616;*/
    padding:0.8em 1em;
	color: #FF0000;
	text-transform: uppercase;
	font-size: 1.9em;
	margin-bottom: 0em;
	text-align: left;
}
h3.tittle.bottom {
	width: 98.5%;
}
h4.tittle, h2.tittle {
	/*background-color: #996633;*/
    padding:0.4em .5em;
	color: #9c761d;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
h4.tittle.bottom {
	width: 98.5%;
}
.modal-data {
	padding:0px;
	margin:0px;
}
.modal-data p {
	margin-top:0px;
}
.head {
	margin-top:0px;
	font-size:36px;
	color:#333333;
}
#map_canvas {
	height: 150px;
}
.text-center {
	text-align:center;
	font-size:32px;
	color:#CCCCCC;
}
.list li {
	margin:0 0 0 15px;
	padding-left:8px;
	padding-top:8px;
	list-style-image: url(../img/arrow.png);
	list-style-type: none;
	color:#5C5C5C;
	text-align:left;
}
/*moving div*/
/*html, body { height: 100%; }
body {
    margin: 0;
    background: radial-gradient(#666, #222);
    overflow: hidden;
}*/

.moving-zone {
	position: relative;
	top:50%;
	left:50%;
	width:250px;
	/*height:100px;*/
    margin: 20px 0 0 -150px;
	perspective: 800px;
}
.popup {
	top: 50%;
	left: 5%;
	width:300px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 20px 0 20px 0;
	cursor: pointer;
	transform-style: preserve-3d;
	background: -webkit-linear-gradient(top left, white 50%, coral 50%);
	background:    -moz-linear-gradient(top left, white 50%, coral 50%);
	background:     -ms-linear-gradient(top left, white 50%, coral 50%);
	background:      -o-linear-gradient(top left, white 50%, coral 50%);
	background:         linear-gradient(top left, white 50%, coral 50%);
}
.popup:before {
	content: '';
	position: relative;
	left:5%;
	top:5%;
	/*width:90%;*/ height:90%;
	border-radius: inherit;
	background: rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px 20px rgba(0, 0, 0, .1);
	transform: translateZ(-100px);
}
.popup-content {
	background: #ca9c6a;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px 0 10px 0;
}
.popup-text {
	color: white;
	
	font-size: 15px;
	line-height: 35px;
	font-weight: 100;
	text-align: center;
	transform: translateZ(15px);
}

.popup-text h3
{
font-size:15px;
text-align:center;
color:#FFFFFF;
border-bottom: 1px dotted #2eb0e4;
padding-bottom:10px;
}

.popup-text b {
	color: coral;
	font-weight: 300;
}
/*moving div*/

/*flappy*/

.flappy-dialog {
	background-color: #ffffff;
	border-radius: 25px;
	text-align: center;
	display: block;
	margin: 100px auto;
	width: 700px;
	overflow: hidden;
	transform-origin: center center;
	transition: transform 0.4s ease;
}
.flappy-dialog.hidden {
	transform: rotateX(-90deg);
}
.flappy-dialog h2 {
	color: #8F69E8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	font-size: 20px;
	line-height: 3.5;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.flappy-dialog h1 {
	color: #666666;
	
	font-size: 50px;
	line-height: 1.8;
	font-weight: 200;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
}
.flappy-dialog h3 {
	color: #888888;
	
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 0 auto;
	margin-bottom: 4em;
	padding: 0;
	width: 280px;
}
.flappy-dialog .flappy-dialog-buttons {
	background-color: #2e2e2e;
	overflow: hidden;
	position: relative;
	perspective: 500px;
}
.flappy-dialog button {
	color: rgba(255, 255, 255, 0.95);
	background-color: #8F69E8;
	border: none;
	font-size: 25px;
	font-weight: 500;
	line-height: 3;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	padding: 0 2em;
	transform-origin: 50% 0%;
	transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.3s;
}
.flappy-dialog button + button {
	transition-delay: 0.35s;
}
.flappy-dialog.hidden button {
	transform: rotateX(-90deg);
}
.flappy-dialog button:hover {
	background-color: #865FDF;
 transition: background-color: 0.15s ease 0s, transform 0.15s ease 0s;
	transition-delay: 0s, 0s;
	transform: rotateX(-20deg);
}
.flappy-dialog .left-flap, .flappy-dialog .right-flap {
	background-color: #865FDF;
	border-bottom-left-radius: 25px;
	display: block;
	margin: 0;
	padding: 0;
	width: 208px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	transform-origin: 50% 0%;
	transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.25s;
}
.flappy-dialog .right-flap {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 25px;
	left: auto;
	right: 0;
	transition-delay: 0.4s;
}
.flappy-dialog.hidden .left-flap, .flappy-dialog.hidden .right-flap {
	transform: rotateX(-90deg);
}
/*flappy*/

.modal-footer {
	background:#FF9933;
}
.modal-body {
	background-color: #ffffff;
	border-radius: 25px;
	text-align: center;
	display: block;
	overflow: hidden;
	transform-origin: center center;
	transition: transform 0.4s ease;
	
}

#videoGallery-container {
  width: 100%;
  margin: 10px auto;
  text-align:center;
  
}
#photoGallery-container {
  width: 100%;
  margin: 10px auto;
  text-align:center;
  
}

.photoGallery {
  width: 250px;
  height: 200px;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  padding:5px;
  background-color:#fff;
}

.VideoGallery {
  width: 250px;
  height: 188px;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  padding:5px;
  background-color:#fff;
}

.photoGallery:hover {
  -webkit-transform: scale(1.1);
  box-shadow: 0 0 2px 2px #ddd;
  z-index: 3;
}

#videoGallery-mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  fliter: alpha(opacity=70);
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/opacity.png) repeat left top\9;
  display: none;
}

#photoGallery-mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  fliter: alpha(opacity=70);
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/opacity.png) repeat left top\9;
  display: none;
}

#photoGallery-mask .photoGallery-btn {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}

#photoGallery-mask .photoGallery-prev-btn { left: 0; }

#photoGallery-mask .photoGallery-next-btn { right: 0; }

#photoGallery-mask .photoGallery-prev-btn-show {
  background: url(../img/prev.png) no-repeat left center;
  cursor: pointer;
}

#photoGallery-mask .photoGallery-next-btn-show {
  background: url(../img/next.png) no-repeat right center;
  cursor: pointer;
}

#videoGallery-picWrapper {
  width: 800px;
  height: 500px;
  background: #fff url(../img/loading.gif) no-repeat center center;
  border: 5px solid #fff;
  border-radius: 5px;
  position: fixed;
  top: 0%;
  left: 0%;
  margin-left: 200px;
  margin-top: 150px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 9999;
  display: none;
}

#videoGallery-picWrapper .videoGallery-close-btn {
  width: 14px;
  height: 14px;
  background: url(../img/close.png) no-repeat center center;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
  cursor: pointer;
}

#photoGallery-picWrapper {
  width: 800px;
  height: 500px;
  background: #fff url(../img/loading.gif) no-repeat center center;
  border: 5px solid #fff;
  border-radius: 5px;
  position: fixed;
  top: 0%;
  left: 0%;
  margin-left: 200px;
  margin-top: 150px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 9999;
  display: none;
}

#videoGallery-picWrapper .videoGallery-close-btn {
  width: 14px;
  height: 14px;
  background: url(../img/close.png) no-repeat center center;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
  cursor: pointer;
}

#photoGallery-picWrapper .photoGallery-close-btn {
  width: 14px;
  height: 14px;
  background: url(../img/close.png) no-repeat center center;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
  cursor: pointer;
}

#photoGallery-picWrapper .photoGallery-picCon {
  width: 100%;
  height: 100%;
  position: relative;
  /*top: 0;
  left: 0;*/
  z-index: 1;
}

#photoGallery-picWrapper .photoGallery-picIndex {
  /*display: block;*/
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #dbc513;
  position: relative;
  /*top: 0;
  left: 0;*/
  background: url(../img/opacity.png) repeat left top\9;
  z-index: 2;
}

#videoGallery-picWrapper .videoGallery-picIndex {
  /*display: block;*/
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #dbc513;
  position: relative;
  /*top: 0;
  left: 0;*/
  background: url(../img/opacity.png) repeat left top\9;
  z-index: 2;
}

#videoGallery-picWrapper .videoGallery-picDesc {
  /*display: block;*/
  width: 100%;
  height: 30px;
  line-height: 25px;
  background: #dbc513;
  position: relative;
  /*bottom: 0;
  left: 0;*/
  background: url(../img/opacity.png) repeat left top\9;
  text-align: center;
  margin-top:-10px;
  /*text-indent: 25px;*/
  z-index: 2;
}

#photoGallery-picWrapper .photoGallery-picDesc {
  /*display: block;*/
  width: 100%;
  height: 30px;
  line-height: 25px;
  background: #dbc513;
  position: relative;
  /*bottom: 0;
  left: 0;*/
  background: url(../img/opacity.png) repeat left top\9;
  text-align: center;
  margin-top:-3px;
  /*text-indent: 25px;*/
  z-index: 2;
}

.img-broder
{
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.maincontent
{
padding:10px;
border: 1px solid #d8d8d8;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
	min-height:300px;
}


.news-date
{
background:#003300;
color:#FFFFFF;
text-align:center;
max-width:200px;
}

.news-date-red
{
background:#FF0000;
color:#FFFFFF;
text-align:center;
max-width:100px;
}


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url(../img/to-top1.png) no-repeat 0px 0px;
    
}


.thumbnail-grid {
	user-select: none;
	padding:50px 20px;
	/*background-image:url(../img/bg.jpg);*/
	background-repeat:repeat;
	border: 1px solid;
	
}
.thumbnail-grid figure {
	position: relative;
	min-width: 200px;
	height: 150px;
	margin: 5px;
	border-radius: 3px;
	box-shadow: inset 0 -40px 0 0 rgba(0, 0, 0, 0.7);
 transition: all .2s ease-in-out;
	text-align:center;
	vertical-align:middle;
    border: 4px solid aliceblue;
	
}
.thumbnail-grid figure:hover {
	box-shadow: inset 0 -150px 0 0 rgba(242, 185, 85, 1);
    /*border: 4px solid #c69219;*/
}
.thumbnail-grid figcaption {
	position: absolute;
	width: 100%;
	font-weight: 600;
	text-align: center;
	color:#fff;
	text-shadow: 0 0 3px black;
	bottom: 8px;
	font-size:25px;
 transition: all .2s ease-in-out
}
.thumbnail-grid figure:hover figcaption {
	bottom: 10px;
	display: none;
}
.thumbnail-grid figtext {
	text-align:center;
	visibility:hidden;
	font-size:13px;
	color:#222222;
	
}
.thumbnail-grid figure:hover figtext {
	width:100%;
	visibility:visible;
	
}
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch
}
.flex-item {
	flex: 1 0 auto;
}

.thumbnail-grid figure.i1 {
	background: url(../img/pension1.jpg) no-repeat center;
	background-size: cover
}
.thumbnail-grid figure.i2 {
	background:url(../img/sinfonietta-meridiana.png) no-repeat center;
	background-size: cover
}
.thumbnail-grid figure.i3 {
	background: url(../img/goerlitzmade.png) no-repeat center;
	background-size: cover
}


