
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'Hind-Regular';
   font-size: 100%;
   background:#fff; 
}
body{
	font-family: 'Sintony', sans-serif !important;
	/*border-top:5px solid #42A5F5;*/
}
body a{
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a:hover{
	text-decoration:none;
}
/*---start-header---*/
.header {
	/*padding:5px;*/
	/*background:rgba(238, 238, 238, 0.63);*/
}
.top-search-social-nav ul {
    margin:0.3em 0em 0em 0em;
    padding:0px;
}
.logo{
	float:left;
}
.logo a {
    font-size:3em;
    color: #42a5f5;
    font-family: 'Fjalla One', sans-serif;
}
.logo a:hover{
	 color: #42a5f5;
	 text-decoration:none;
}
.top-search-social-nav ul li{
	display:inline-block;
}
.top-search-social-nav ul li a {
   /* background: #42a5f5;*/
    padding: 8px 9px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    margin: 0px 8px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Sintony', sans-serif;
    line-height: 1em;
}
.top-search-social-nav li.active> a, .top-search-social-nav li> a:hover {
	/*background:#42a5f5;*/
}
.top-search-social-nav{
	float:left;
}
/*---top-nav----*/
.top-nav{
	   /* background: #ff0033;
    border-bottom: 2px solid #000000;*/
}
.top-nav ul li{
	display:inline-block;
	float:left;
	width:16%;
	/*border-right: 1px solid rgba(78, 78, 78, 0.57);*/
}
.top-nav li.active1> a, .top-nav li> a:hover {
	background:#42a5f5;
}
.top-nav li a{
	padding: 15px 101px;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 0.9em;
	 text-align: center;
	font-family: 'Sintony', sans-serif;
}
.top-nav li a:hover{
	background:#cc9966 !important;
	color:#FFF !important;
}
.navbar-nav {
    float: none !important;
}
/*---start-content----*/
/*  GRID OF FOUR   ============================================================================= */
.content {
    margin:3em 0em;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float: left;
	margin: 1% 0 1% 1.3%;
	border: 1px solid rgba(192, 192, 192, 0.28);
}
.active-grid h3{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}
.active-grid p {
	font-size: 0.9em;
	padding: 0.4em 0 0 0;
	color: #777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Sintony', sans-serif;
}

.grids h4{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	float:left;
	font-weight: 600;
	margin:0em 0em 1.2em 0em;
}
.grids h5{
	float: right;
	width: 85%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin:0em;
}
.grids h3 img{
	vertical-align:middle;
	padding-right: 8px;
}
.active-grid {
    background:#42a5f5;
    color: #fff;
    padding: 1em 1.5em;
}
.active-grid:hover{
	background:#6a737b;
}
.active-grid h3,.active-grid p{
	color:#fff;
}
.span_1_of_4:hover h3{
	color:#fff;
}
.span_1_of_4:hover p{
	color:#fff;
}
.big-button{
	background:url(../images/btn-bg.png) repeat-x;
	padding:20px; 
	margin: 5em 0em 0em 0em;
}
.recent-places {
   /* margin: 5em 0em 0em 0em;*/
}
.we-do {
    padding: 0em 0.6em 0em 0em !important;
}
.big-b-text{
    float: left;
}
.big-b-text p{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 2.1em;
	text-transform: uppercase;
}
.big-b-btn {
    float: right;
}
.big-b-btn a{
	font-family: 'Sintony', sans-serif;
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #6a737b;
	padding: 13px 10px;
	display:block;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.big-b-btn a:hover{
	background:#42a5f5;
	color:#fff;
}
.big-b-text span{
	float:left;
	font-size: 1em;
	color: #777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Sintony', sans-serif;
	text-transform:uppercase;
}
/*---recent-places----*/
.recent-places h4{
	font-family: 'Sintony', sans-serif;
	color: #ff0033;
	font-size: 32px;
	text-transform: uppercase;
	/*margin: 0em 0em 1.5em 0em;*/
	/*float:left;*/
	font-weight: 600;
	text-align:center;
	margin-bottom:8px;
}
.recent-places h5 {
    float: right;
    width: 80%;
    background: url(../images/hd-bg.png) 0% 73% repeat-x;
    display: inline-block;
    height: 15px;
    margin:0.2em 0em 0em 0em;
}
/* Common division block */
.holder img{
	display:block;
}
/* Caption and Light */
.caption{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 2px #333333;
}
.go-left{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left{    
    right:0px;    
}
.go-top{
    background-color:rgba(255, 0, 51, 0.67);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    width: 97%;
    text-align:center;   
    font-size:15px;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    
}
.smooth:hover > .go-top{    
    top:0px;    
}
.go-top p{
    font-size: 12px;
}
.go-top h3{
	font-family: 'Sintony', sans-serif;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 25px
}
.go-top p{
	font-size: 0.8em;
	padding: 0.4em 0 0 0;
	color: #FFF;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Sintony', sans-serif;
}
.go-top a{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 8px 13px;
	display: inline-block;
	margin: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.go-top a:hover{
	background:#2E2E2E;
	color:#fff;
}
.last-grid{
	margin-right:0px;
}
.holder img {
/*	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;*/
	width:100%;
}
/*---footer----*/
.footer{
	background: #ffffff;
	padding:1em 0em;
}
.footer-grid.center-grid ul {
    padding: 0px;
}
.footer-grid h3{
	font-family: 'Sintony', sans-serif;
	color: #e50029;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0em 0em 0.8em 0em;
	font-weight: 500;
}
.footer-grid p{
	font-size: 1.1em;
	color:#e50029;
	line-height: 1.8em;
	font-family: 'Sintony', sans-serif;
}
.footer-grid a{
	font-family: 'Sintony', sans-serif;
	color: #ff0033;
    font-size: 1em;
	text-transform: uppercase;
	/*background: #FFF;*/
	/*padding: 10px 15px;*/
	display: inline-block;
	margin: 9px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-grid a:hover{
	/*background:#42a5f5;*/
	color: #ff0033;
}
.footer-grid ul li{
	display:block;
}
.footer-grid.twitts label a {
    background: none;
    color: #42A5F5;
    padding: 0px;
    margin: 0px;
}
.footer-grid.twitts label a:hover{
	  color: #fff;
}
.center-grid a{
	background: none;
	padding: 0px;
	color: #e50029;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;
}
.center-grid{
	width:20%;
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts span{
	display:block;
	color:#42a5f5;
	font-family: 'Sintony', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}
/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:1.5em 0em;
	background:#202020;
}
.copy-right p {
    font-family: 'Sintony', sans-serif;
    color: #FFF;
    font-size: 1em;
    margin: 0em;
    text-transform: uppercase;
}
.copy-right p a{
	color:#42a5f5;
	font-family: 'Sintony', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
}
/*----start-about-----*/
.about-grid h3{
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
    margin:0em 0em 1em 0em;
	float: left;
	    font-weight: 600;
}
.about-grid h5 {
    float: left;
    width: 37.5%;
    background: url(../images/hd-bg.png) 0% 73% repeat-x;
    display: inline-block;
    padding: 10px;
    height: 15px;
    margin: 0em 0em 0em 1em;
}
.about-grid span{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size:1em;
	padding: 5px 0 1px 0;
	line-height: 1.8em;
	font-weight: bold;
	display: block;
}
.about-grid p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #777;
	line-height: 1.9em;
	font-family: 'Sintony', sans-serif;
}
.center-grid1 p{
	padding:0px 0px 10px 0px;
}
.center-grid1 label{
	font-family: 'Sintony', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #42a5f5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
.center-grid1 label:hover {
	color: #2E2E2E;
}
.about-team-left{
	float:left;
	width:25%;
}
.about-team-right{
	float:right;
	width: 72%;
}
.about-grid {
    padding: 0px 15px 0px 0px !important;
}
.about-team-right p{
	font-size: 0.9em;
	padding: 0em 0 0.5em 0;
	color: #777;
	line-height: 1.9em;
	font-family: 'Sintony', sans-serif;
}
.client {
	padding-bottom: 10px;
}
.about-grids {
	padding: 10px 0px 0px 0px;
}
.about-team-left img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.about-team-left img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
.button1 {
	font-family: 'Sintony', sans-serif;
	color: #FFF !important;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 10px 15px;
	display: inline-block;
	margin: 11px 14px 10px 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background:#42a5f5;
	color: #fff;
}
.holder.smooth {
    padding: 0em 0.6em 0em 0em;
}
/*---services----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2 {
    margin: 0em 0em 2em 0em;
}
.images_1_of_2 {
	padding: 2.5%;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}
.listimg_2_of_1 {
	width: 30.2%;
}
.list_2_of_1 {
	width: 66.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.5em;
	margin: 0em;
	text-transform: uppercase;
}
.list_2_of_1  p{
	font-size: 0.9em;
	padding: 0.1em 0 0.1em 0;
	color: #777;
	line-height: 1.8em;
	margin:0.3em 0em;
	font-family: 'Sintony', sans-serif;	
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	font-family: 'Sintony', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding:5px 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list_2_of_1 .button a:hover{
        background: #ff0033;
}
.services h4 {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 0px;
    float: left;
    margin:0em 0em 1.5em 0em;
    font-weight: 600;
}
.services h5 {
	float: right;
	width: 80%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
    padding: 0px;
    height: 15px;
    margin: 0em;
}
.listview_1_of_2 {
    padding: 0px 15px 0px 0px !important;
}
.services {
	margin-bottom: 35px;
}
/*---start-gallery---*/
.gallerys {
	padding-top: 10px;
}
.gallery-grid {
    padding: 0em 1em 0em 0em;
}
.gallerys h3{
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
    margin:0em 0em 1.5em 0em;
	float: left;
	font-weight: 600;
}
.gallerys h5 {
	float: right;
	width: 80%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	height: 15px;
	margin-top:7px;
}
.gallery-grid p {
	font-size: 0.9em;
	padding: 0.1em 0 0.6em 0;
	color: #777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Sintony', sans-serif;
}
.gallery-button a {
	font-family: 'Sintony', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 9px 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
}
.gallery-button a:hover {
	background: #42a5f5;
	color: #FFF;
}
.gallery-grids {
	margin-bottom:5em;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 55px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
	font-family: 'Sintony', sans-serif;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #42a5f5;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'Sintony', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2E2E2E;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.gallery-grid h4:hover{
	color:#42a5f5;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.span_2_of_3  h3,
.span_1_of_3  h3,.contact-form h3 {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	margin:0em 0em 1em 0em;
	float: left;
	font-weight: 600;
}
.span_1_of_3  h5,.contact-form h5{
	float: right;
	width: 75.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	height: 15px;
	margin: 0.2em 0em 0em 0em;
}
.contact_info {
    margin-bottom: 3em;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: #2E2E2E;
	padding-bottom:5px;
	font-family: 'Sintony', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#464646;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font-family: 'Sintony', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 12px 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
	border: none;
	outline: none;
	-webkit-appearance: none;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	background: #ff0033 !important;
}
.contact-form input[type="submit"]:active{
	background: #ff0033 !important;
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.9em;
	    margin: 0px;
}
.company_address p span,.company_address p span a{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
/*----responsive-design-----*/
@media(max-width:1366px){
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 95.6px;
	}
	.grids h5 {
		width: 84%;
	}
	.recent-places h5 {
		width: 81%;
	}
	.holder {
		width: 23.2%;
	}
	.go-top h3 {
		margin-top:25px;
	}
	.about-grid h5 {
		width: 34%;
	}
}
@media(max-width:1280px){
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 87.9px;
	}
	.grids h5 {
		width: 84%;
	}
	.recent-places h5 {
		width: 80%;
	}
	.holder {
		width: 23%;
	}
	.about-grid h5 {
		width: 29%;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 73.5%;
	}
}
@media(max-width:1024px){
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 64.9px;
	}
	.grids h5 {
		width: 79%;
	}
	.big-b-text p {
		font-size: 1.7em;
	}
	.recent-places h5 {
		width: 74%;
	}
	.holder {
		width: 22.6%;
	}
	.go-top h3 {
		margin-top: 18px;
	}
	.about-grid h5 {
		width: 10%;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 66.5%;
	}
	.span_1_of_4 h3 {
		font-size: 1.3em;
	}
	.go-top h3 {
		font-size: 0.9em;
	}
	.go-top p {
		padding:0;
	}
.list_2_of_1 h3 {
    font-size: 1.2em;
}
}
@media(max-width:768px){
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 42.7px;
	}
	.grids h5 {
		width: 72%;
	}
	.big-b-text p {
		font-size: 1.2em;
	}
	.recent-places h5 {
		width:66%;
	}
	.holder {
		width: 21.8%;
	}
	.go-top h3 {
		margin-top: 6px;
		font-size: 0.8em;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 70.5%;
	}
	.span_1_of_4 h3 {
		font-size: 1.3em;
	}
	.go-top h3 {
		font-size: 0.9em;
	}
	.go-top{
		width:100%;
	}
	.span_1_of_4 {
		width: 20.6%;
	}
	.big-b-btn a {
		font-size: 1.2em;
		padding: 7px 8px;
	}
	.go-top a {
			font-size: 0.7em;
			padding: 5px 12px;
			margin: 5px 0px 14px 0px;
	}
	.footer-grid h3 {
		font-size: 1.2em;
	}
	.about-grid h3 {
		font-size: 1.3em;
	}
	.about-grid h5 {
		margin-top: 0px;
		padding: 0px;
		width:70% !important;
	}
	.we-do {
    float: left;
    width: 50%;
    margin-bottom: 0.6em;
}
.holder.smooth {
    float: left;
    width: 25%;
}
.content {
    margin: 4em 0em;
}
.big-button {
    margin: 3em 0em 0em 0em;
}
.recent-places {
    margin: 3em 0em 0em 0em;
}
.footer-grid {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.about-grid {
    margin-bottom: 2em;
}
.go-top {
    width: 95%;
}
.services h5 {
    width: 71%;
}
.gallery-grids {
    margin-bottom: 0em;
}
.gallery-grid {
    margin-bottom: 2em;
}
.projects-bottom-paination {
    padding-top: 30px;
}
.content {
    margin: 3em 0em;
}
.contact-form {
    padding-bottom: 0px;
}
.span_1_of_3 {
    margin-bottom: 3em;
}
}
@media(max-width:640px){
.navbar-header {
    text-align: center !important;
}
.navbar-toggle {
    float: none !important;
    margin-right:0px !important;
    background-color: #42A5F5 !important;
}
.navbar-toggle .icon-bar {
    background: #fff !important;
}
.top-nav ul li {
    float: none;
    width: 100%;
}
.big-b-btn a{
    margin: 0em;
    font-size: 0.9em;
}
.big-b-text p {
    font-size: 1.1em;
    margin: 0px;
}
.big-b-text span {
    font-size: 0.8em;
}
.footer-grid {
    width: 100%;
    margin-bottom: 1.5em;
}
.copy-right p {
    font-size: 0.9em;
}
.go-top p {
    font-size: 0.7em;
    padding:0px 5px 0 0;
    margin: 0px;
}
.services h5 {
    width: 68%;
}
.about-grid h3 {
    font-size: 1.6em;
}
.about-grid h5 {
    width: 60% !important;
}
}
@media(max-width:480px){
.logo a {
    font-size: 2em;	
}
.top-search-social-nav ul {
    margin: 0.5em 0em 0em 0em;
}
.top-search-social-nav ul li a {
    padding: 5px 6px;
    margin: 0px 1px 0px 0px;
    line-height: 1em;
}
.content {
    margin: 3em 0em;
}
.grids h5 {
    width: 60%;
}
.we-do {
    padding: 0em !important;
}
.we-do {
    margin-bottom: 1em;
}
.big-button {
    margin: 1em 0em 0em 0em;
}
.we-do {
    float: none;
    width: 100%;
}
.big-b-text {
    float: none;
    width: 100%;
}
.big-b-btn {
    float: none;
    width: 32%;
    text-align: center;
    margin: 1.5em auto 0em;
}
.big-b-text p {
    font-size:0.76em;
}
.big-b-text span {
    font-size: 0.7em;
}
.holder.smooth {
    float: left;
    width: 100%;
    margin: 0em auto 0.8em;
}
.recent-places h4 {
    margin: 0em 0em 1em 0em;
}
.footer {
    padding: 2.5em 0em;
}
.footer-grid h3 {
    font-size: 1.3em;
}
.go-top {
    width: 96.5%;
}
.go-top h3 {
    margin-top: 25px;
}
.listview_1_of_2 {
    padding: 0px 0px 0px 0px !important;
}
.list_2_of_1 .button a {
    font-size: 0.85em;
    padding: 2px 12px;
}
.list_2_of_1 p {
    font-size: 0.83em;
}
.list_2_of_1 h3 {
    font-size: 1.05em;
}
.services h5 {
    width: 55%;
}
.grids h4 {
    font-size: 1.5em;
    margin: 0em 0em 1em 0em;
}
.active-grid h3 {
    font-size: 1.1em;
    margin: 0.2em 0em;
}
.recent-places h4 {
    font-size: 1.5em;
}
.recent-places {
    margin: 2em 0em 0em 0em;
}
.about-grid {
    margin-bottom: 1em;
}
.listview_1_of_2 {
    margin: 0em 0em 1em 0em;
}
.about-grid h3 {
    font-size: 1.4em;
}
.gallerys h5 {
    float: right;
    width: 70%;
}
.footer-grid {
    padding: 0px !important;
}
.gallery-grid {
    padding: 0px !important;
}
.projects-bottom-paination {
    padding-top: 10px;
}
.services h4 {
    font-size: 1.5em;
    margin: 0em 0em 1em 0em;
}
.gallerys h3 {
    font-size: 1.5em;
    margin: 0em 0em 1em 0em;
}
.gallery-grid h4 {
    font-size: 15px;
}
.gallery-button a {
    font-size: 0.8em;
    padding: 8px 10px;
}
.footer-grid a {
    font-size: 0.85em;
    padding: 5px 10px;
}
.span_2_of_3 h3, .span_1_of_3 h3, .contact-form h3 {
    font-size: 1.5em;
}
.span_1_of_3 {
    margin-bottom: 1.5em;
    padding: 0px !important;
}
.contact_info {
    margin-bottom: 1.5em;
}
.span_1_of_3 h5, .contact-form h5 {
    width: 65%;
}
.span_2_of_3 {
    padding: 0px !important;
}
.contact-form span {
    font-size: 0.85em;
}
.about-grid h5 {
    width: 50% !important;
        margin-top: 0.2em;
}
.footer-grid p {
    font-size: 0.85em;
}
}
@media(max-width:320px){
.logo a {
    font-size: 1.7em;
}
.top-search-social-nav ul {
    margin: 0.25em 0em 0em 0em;
}
.nav > li > a {
    padding: 5px 10px !important;
    font-size: 0.8em !important;
}	
.content {
    margin: 2em 0em;
}
.grids h5 {
    width: 50%;
}
.active-grid p {
    margin: 0px;
}
.recent-places h5 {
    width: 53%;
}
.go-top p {
    font-size: 0.65em;
}
.go-top h3 {
    font-size: 0.8em;
    margin-top:1px;
}
.big-b-btn {
    float: none;
    width: 40%;
}
.big-b-btn a {
    font-size: 0.75em;
    text-align: center;
}
.copy-right p {
    font-size: 0.8em;
}
.go-top {
    width: 94%;
}
.services h5 {
    width: 40%;
}
.list_2_of_1 h3 {
    font-size: 0.9em;
}
.list_2_of_1 p {
    font-size: 0.75em;
}
.list_2_of_1 .button a {
    font-size: 0.75em;
    padding: 2px 10px;
}
.gallerys h5 {
    width: 60%;
}
.gallery-grid p {
    font-size: 0.85em;
}
.gallery-grid h4 {
    font-size: 15px;
    margin: 0.2em 0em;
}
.contact-form span {
    padding-bottom: 0px;
}
.span_1_of_3 h5, .contact-form h5 {
    width: 50%;
}
.navbar-toggle .icon-bar {
    width: 18px !important;
    height: 1px !important;
}
.navbar-toggle {
    padding: 5px 5px !important;
}
.big-button {
    padding: 10px;
}
.big-b-text p {
    font-size: 0.85em;
}
.big-b-text span {
    font-size: 0.65em;
}
.about-grid h5 {
    width: 29% !important;
}
}


.topnumber{     margin-top: 19px;
    color: white;
    font-weight: 600;
    font-size: 16px;}
	
	.bootom-menu{     background-color: #ff0033;}
	
	.top-nav li .active{ color:#FFF;}
	
	
	
	
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: justify;
    border: none;
	    color: #ff0033;
    font-weight: 500;

}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
	float:right;
	    margin-left: 10px !important;
    margin-top: 10px !important;
}

.backinner{ position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1 !important;
    padding: 20px !important;}

/*
ending*/

.recent-head{ font-family: 'Sintony', sans-serif;
    color: #ff0033;
    font-size: 32px;
    text-transform: uppercase;
    /* margin: 0em 0em 1.5em 0em; */
    /* float: left; */
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;}
	
	
	
	
	/*enrol start*/
	
	.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero  {
    position: relative;
    /* top: 129%; */
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
        margin-top: 155px;

}
.hero h1 {
    font-size: 3.1em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
   /* background-color: #080d15;*/
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 25px; border-radius: 22px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
   color: #ff0033;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
    margin: 5px auto;
    font-weight: 600;
}


/********************************/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
  /*  .hero { width: 980px; }*/    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


/*enroll stop*/


/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.mt-bot{ margin-bottom: 30px;}
.mt-top { margin-top:30px !important;}
.innercontent {     text-align: justify;
    line-height: 27px;
    color: #333;
    font-size: 15px;}
	
	.detail{ background: rgba(153, 38, 45, 0.75);
margin-top: -61px;
/* z-index: 99999; */
position: absolute;
width: 90.5%;
}

.detailname{     margin: 0px;
    padding: 0px;
    /* text-align: left; */
    margin-right: 199px;
    COLOR: #fff;
    FONT-SIZE: 24PX; margin-top:5px;}
	
	.detailwork {     margin-right: 186px;
    /* margin: 0px; */
    PADDING: 0PX;
    COLOR: #fff;
}

.enrollbg{ 

background-image: url(../images/bgenroll.png);
    width: 100%;     background-repeat-y: no-repeat;}
	
	@media only screen
and (min-width:320px)
and (max-width:568px){  .hero h1 {
    font-size: 2em !important;
}
.topnumber {
    margin-top: 15px;
    color: white;
    font-weight: 600;
    font-size: 13px;
}
.detail{
	    background: rgba(153, 38, 45, 0.75);
    margin-top: -61px;
    /* z-index: 99999; */
    position: absolute;
    width: 98%;
	
	}
 }


	@media only screen
and (min-width:768px)
and (max-width:1024px){  

.top-nav ul li{
	display:inline-block;
	float:left;
	/*width:16% !important;*/
	
	/*border-right: 1px solid rgba(78, 78, 78, 0.57);*/
}
.top-nav li a{ font-size: 5px !important;}

.detail{     background: rgba(153, 38, 45, 0.75);
    margin-top: -61px;
    /* z-index: 99999; */
    position: absolute;
    width: 87.5% !important;}
	
	.detailname {
    margin: 0px;
    padding: 0px;
    /* text-align: left; */
    margin-right: 133px !important;
    COLOR: #fff;
    FONT-SIZE: 24PX;
    margin-top: 5px;
}

.detailwork {
    margin-right: 119px !important;
    /* margin: 0px; */
    PADDING: 0PX;
    COLOR: #fff;
}


}

@media only screen and (max-width: 667px) and (min-width: 375px)
{
	.detail {
    background: rgba(153, 38, 45, 0.75);
    margin-top: -61px;
    /* z-index: 99999; */
    position: absolute;
    width: 82.5% !important;
    margin-left: 15px !important;
	}
	
	}
	
	@media only screen and (max-width: 732px) and (min-width: 412px){
		
		.detail{
			    background: rgba(153, 38, 45, 0.75);
    margin-top: -61px;
    /* z-index: 99999; */
    position: absolute;
    width: 74.5% !important;
    margin-left: 34px !important;
			
			}
		
		
		}
		
		.detail1{     background: rgba(153, 38, 45, 0.75);
    margin-top: -55px;
    /* z-index: 99999; */
    position: absolute;
    width: 97% !important;}
	
	.detailname1 {
    margin: 0px;
    padding: 0px;
    /* text-align: left; */
   /* margin-right: 133px !important;*/
   margin-left: 9px;
    COLOR: #fff;
    FONT-SIZE: 24PX;
    margin-top: 5px;
}

.detailwork1 {
  /*  margin-right: 119px !important;*/
  
    /* margin: 0px; */
    PADDING: 0PX;
    COLOR: #fff;
	    margin-left: 10px !important;
}

.hero h3{     margin: 0px;
    padding: 0px;
    font-size: 30px;}

.hero p{     font-size: 17px;
    margin-top: 10px;}
	
/*	
tabbed start*/


.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-top:10px !important;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
       background-color: #c96;
    color: #FFF;
    font-weight: 600;
    
    }
    .panel-body {
        background-color: #f5f5f5;
    }
    .panel-title {
        font-weight: 400;
        color: $white;
    }

/*----------------------------------
    Macbook pro mockup from:
    http://jaredhardy.com/minimal-devices/
    
----------------------------------*/

.md-macbook-pro {
  display: block;
  width: 55.3125em;
  height: 31.875em;
  font-size: 13px;
  margin: 0 auto;

  @media (max-width:1199px){
    font-size: 11px;
  }
  @media (max-width:1024px){
    font-size: 10px;
  }

  @media (max-width:767px){
    font-size: 7px;
  }

  @media (max-width:320px){
    font-size: 5px;
  }

}
.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  // background: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
.md-macbook-pro .md-screen img {
  width: 100%;
}
.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

/*tab stop*/



.event-detail{     background: rgba(153, 38, 45, 0.75);
    margin-top: -81px;
    /* z-index: 99999; */
    position: absolute;
    width: 87.8% !important}
	
	.event-detailname {
    margin: 0px;
    padding: 0px;
    /* text-align: left; */
    /*margin-right: 133px !important;
*/    COLOR: #fff;
    FONT-SIZE: 24PX;
    margin-top: 5px;
	margin-left:10px;
}

.event-detailwork {
/*    margin-right: 119px !important;
*/    /* margin: 0px; */
    PADDING: 0PX;
    COLOR: #fff;
	margin-left:10px;
}


.gallery-foter { color: #fff !important;
    BACKGROUND-COLOR: #202020;
    PADDING: 10PX !important;
    MARGIN-TOP: 20PX !important;
    FONT-SIZE: 12PX !important;}
	
	
	.menbertd{     background-color: #f1f1f1 !important;
    border: 1px solid #ccc !important;     padding: 7px !important;
}
	.menbertdp{
	   margin-top: 7px;
    font-size: 15px;
    font-weight: 500;}

	.menbertdhd{     padding: 8px;
    color: #FFF;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 1361px){
	.enroll_bg {
    background-image: url(../images/bgenroll.png) !important;
	 width: 1200px;
	margin:auto;
	 background-repeat: no-repeat;

}

}
	
	@media only screen and (max-width: 667px) and (min-width: 375px) {
		
		.detail1 {
    background: rgba(153, 38, 45, 0.75);
    margin-top: -61px;
    position: absolute;
    width: 97.5% !important;
}
}
	
@media only screen and (max-width: 1150px) and (min-width: 900px)
{
	.nav > li > a{
		    padding: 15px 5px !important;
}
	
	#cssmenu > ul > li > a{
		
		font-size: 14px;
    font-weight: 500;
    padding: 15px 9px !important;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;}
	
	#cssmenu{
		    height: 60px !important;

		}
		
		.enrollbg{ 

background-image: url(../images/bgenroll1.png) !important;
    width: 100%;     background-repeat-y: no-repeat;}
	

	}
	
	@media (min-width: 1200px){
		.enrollbg{ 

background-image: url(../images/bgenroll2.png) !important;
    width: 100%;     background-repeat-y: no-repeat;}
	
		
		}
@media (min-width: 1343px){
		.enrollbg{ 

background-image: url(../images/bgenroll.png) !important;
    width: 100%;     background-repeat-y: no-repeat;}
	
		
		}
