  * {
	border: 0px;
}
body, html {
	overflow-x: hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



h1{ font-family: BarlowCondensedBold, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size:4em;
	text-transform: uppercase;}
	
h2{ font-family: BarlowCondensedBold, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size:4em;
	text-transform:uppercase;
	line-height: .8em;
	
}


input, textarea{ font-family: RalewayMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	
}

a{ font-family: RalewayMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	
}
p{ font-family: RalewayMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:1em; line-height:26px;
	
}

h4{ font-family: RalewayMedium, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:1.2em;
	
}

h5{ font-family: RalewayMedium, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:1em;
	
}

h3{ font-family: BarlowCondensedMedium, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:2em;
	
}

.blackBG{ /*background-image: url(../img/footer-bg.jpg); */   
	background-repeat: no-repeat;
    background-position: center top; 
	background-color:#000;}




.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.bg-light {
    background-color: transparent !important;
}

.borderLine{ border-top: 2px solid #FF0000; margin-top: 90px; padding-top: 90px;}
.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


.nav-item .fa {  padding: 10px;  font-size: 20px;  width: 41px;  text-align: center;  text-decoration: none;  margin: 5px 2px; border-radius: 50%;}

.nav-item .fa:hover {    opacity: 0.7 ;	color: #fff;}

.nav-item .fa-facebook {  background: #3B5998;  color: white;}

.nav-item .fa-twitter {  background: #55ACEE;  color: white;}

.nav-item .fa-google {  background: #dd4b39;  color: white;
}

.nav-item .fa-linkedin {  background: #007bb5;  color: white;}

.nav-item .fa-youtube {  background: #bb0000;  color: white;}

.nav-item .fa-instagram {  background: #125688;  color: white;}

.nav-item .fa-pinterest {
  background: #cb2027;  color: white;
}

.about-section{ background-color: #D8D8D8; background-image: url(../img/about-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 250px;
	padding-bottom:250px;
	background-attachment: inherit;}


.about-section h2{ float: left; width: 100%; margin-bottom: 20px; color: #1D1C1C; }
.about-section p{ float: left; width: 100%; margin-bottom: 20px; color: #1D1C1C; }

.socil-icon{ position: absolute; right: 30px; text-align: right; width: 100%; z-index: 99999;}

header {
	background: url(../img/header-bg.png) repeat-x top center;
	
	
	
	float: left;
	left: 0px;
	top: 0px;
	 transition:2s;
 -moz-transition:2s;
  -ms-transition:2s;
   -o-transition:2s;
    -webkit-transition:2s; 
	
	min-height: 70px; 
	z-index: 99;
	width: 100%;
	position: absolute;
	/*padding:0 5%;*/ 
	
}
.fixed-header {
  position:fixed;
  top:0; left:0;
  width: 100%; 
 background:rgba(255,255,255,1);
 transition:2s;
 -moz-transition:2s;
  -ms-transition:2s;
   -o-transition:2s;
    -webkit-transition:2s; 
	
	
	-webkit-box-shadow: 0 1px 2px 0px #ccc;
   -moz-box-shadow: 0 1px 2px 0px #ccc;
        box-shadow: 0 1px 2px 0px #ccc;}


.marginTop100px{margin-top:20px }
.headerIcon2{ float: right; height:70px; line-height: 70px; margin: 0 5px; }

.logo {float: left; 
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 70px; height: 70px;
	
}
.menu {
	float: right;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 74px;
	width: 50PX;
	cursor: pointer;
	background-color:transparent;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.menu.menuClose {
	/*background-color: #fff;*/
	/*background-image: url(../img/close.png);*/
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
nav { z-index: 10;
	display: none;
	position: absolute;
	right: 0px; top: 100px;
	border:2px solid #ccc;
	
	width: 200px;
	
}
.headerFull {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	     
}
nav ul  {
	float: left;
	border-left: 2px solid #FF000;
	
	background-color: #000000;
}
nav ul li {
	float: right;
	width: 90%;
	border-bottom: 2px solid #ccc; margin: 0px 5%;
	background-color: #000000;
}
nav ul li span{color: #E20407; font-size: 30px}
nav ul li:last-child {
	
	
	border-bottom:0px;
	
}
nav ul li a { text-decoration:none !important;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 40px;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 14px;
	padding-bottom: 14px; line-height: 16px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}
nav ul li:hover > a, nav ul li:hover > a .fa {
	color: #F71414;
	border-top-color: #F71414;
	border-right-color: #F71414;
	border-bottom-color: #F71414;
	border-left-color: #F71414;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
nav ul li a .fa {
	font-size: 17px;
	display: block;
	border: 4px solid #4d4d4d;
	line-height: 30px;
	text-align: center;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
nav ul li ul {
	position: relative;
	display: none;
	top: 0px;
	border: 0px;
	right: 0px;
	
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	width: 100%;
	
}
nav ul li:hover > ul {
	display: block;
	min-width: 100px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
nav ul li ul li a {
	color: #a4a4a4;
	padding-top: 20px;
	padding-bottom: 20px;
}
nav ul li ul li a .fa {
	font-size: 25px;
	width: auto;
	height: auto;
	line-height: normal;
	border: 0px;
	margin-bottom: 12px;
}

.position-absolute-new{ position: absolute; margin: 305px 0px 0px 0px;}
.position-absolute-new2{ position: absolute; margin: -153px 0px 0px 0px;}


.bannerSection {
	min-height: 200px;
}
.bannerCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.bannerCaption h1 {
	font-size: 24px;
	color: #000;
	padding-bottom: 10px;
}
.bannerCaption h2 {
	font-family: MyriadProRegular;
	font-size: 50px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 15px;
}
.bannerCaption h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 7px;
	padding-bottom: 40px;
	font-family: MyriadProBlack;
}


#dvImage {background-color: #000}


.banner{background-color: #000;  width: 100%;
	/*background-image: url(../img/banner01.jpg);*/
	background-repeat: no-repeat;
	background-position: center -190px;
	padding-top: 90px;
	padding-bottom: 90px; 

	height:600px;
	
	
 -webkit-animation: example 10s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: example 10s linear 2s infinite alternate;
	
}


/* The animation code */
@keyframes example {
  0%   {background-image: url(../img/banner01.jpg); animation-delay: 5s; }
 
  50%   {background-image: url(../img/banner02.jpg); animation-delay: 5s; }
 
  100% {background-image: url(../img/banner03.jpg); animation-delay: 10s; }
}






.banner h2{ float: left; text-align: left; color:#fff}
.banner span{ color: #F90004}
.banner p{float: left; padding: 40px 0;  text-align: left; color:#fff; line-height: 20px; }
.banner a{float: left; padding: 40px 80px 40px 60px; background: #ff0000;   text-align: center;  line-height: 20px;
 font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; text-transform: uppercase; letter-spacing: 2px;
	font-size: 30px; color: #FFFFFF; 
	
}
.banner a:hover{ color: #000; text-decoration: none; 
	
}

.banner a:after {
    content: ' \003E';font-size: 30px; color: #000; }


.about{background-color: #fff; float: left; width: 100%;
	
	background-repeat: no-repeat;
	background-position: center -110px;
	padding-top: 90px;
	padding-bottom: 90px; }

.about h2{ float: left; text-align: left; color:#000; width: 100%;line-height: .8em;}
.about span{ color: #F90004}
.about p{float: left; padding: 40px 0;  text-align: left; color:#000; line-height: 24px; width: 100%; }
.about h4{float: left;  margin: 0px 0px 30px 0px; padding-bottom:5px;  text-align: left; color:#000;  border-bottom: 2px solid #C80306 }

.about .button2{ float: left; width:200px; line-height: 50px; text-align:center;  background-color: #fff; color:#000;  border: 3px solid #ff0000; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-transform: uppercase; margin:0px 0px 0px 0px !important; letter-spacing: 2px; font-weight: 700;}

.about .button2::after{ content: ' \003E';}

.about .button2:hover{color:#FF0000; text-decoration: none}









.servicesHeader{background-color: #FFF;
    background-image: url(../img/services-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 315px;
    background-attachment:fixed; background-size: cover;   }
	
.servicesHeader h2{ float: left; text-align: center; color:#fff; width: 100%; 

	font-family: RalewayMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
		text-transform:capitalize;

}
.servicesHeader h1 { float: left; text-align: center; color:#fff; width: 100%; text-transform:capitalize; font-size: 5em; }


.services{background-color: #000; float: left; width: 100%;	background-repeat: no-repeat;	padding-top: 90px;	padding-bottom: 90px; }
.servicesRow{background-color: #000; float: left; width: 100%;	background-repeat: no-repeat;	padding-top: 90px;	padding-bottom: 90px;

    background-image: url(../img/servicesRow.jpg);
 margin-bottom: 20px; margin-top: 20px;
}


.servicesRow h4{ text-align: center !important;
}





.services h2{ float: left; text-align: center !important; color:#fff; width: 100%; }
.services span{ color: #F90004}
.services p{float: left; padding: 20px 0 ;  text-align: left; color:#fff;  width: 100%; }
.services h4{display: inline-block; font-size:3em; margin-top: 15%;    padding-bottom:5px;  text-align: left; color:#fff; vertical-align:middle;}


.blog{background-color: #000; float: left; width: 100%;	background-repeat: no-repeat;	padding-top: 90px;	padding-bottom: 90px; }

.blog h2{ float: left; text-align: center !important; color:#fff; width: 100%; }
.blog h2 a{  color:#fff;  }
.blog h2 a:hover{  color:#E20003; text-decoration: none;  }

.blog span{ color: #F90004}
.blog p{float: left; padding: 20px 0 ;  text-align: left; color:#fff;  width: 100%; }
.blog h4{ float: left; text-align: center !important; color:#fff; width: 100%; font-size:2em; padding-top: 20px; padding-bottom: 20px; }

.blog h5 { float: left; text-align: center !important; color:#CFCFCF; width: 100%; font-size:1em; padding-top: 5px; padding-bottom: 20px; }

.blog img{width: 100%; }


.blog-post{
	 float: left; text-align: left!important; 
}

.blog-post h4{
	float: left; text-align: left!important; color:#fff; width: 100%; font-size:1.5em; padding-top: 20px; padding-bottom: 20px;
}

.blog-post h4 a{
	color: #fff; text-decoration: none;
}
.blog-post h4 a:hover{
	color: #F10000;
}


.blog-line{ margin-top:10px;  margin-bottom:30px;  height: 5px;  background: url(../img/red-line.png); background-position: center center;
   background-repeat: no-repeat;
}

.blog-post-person{ width:100%; margin:0px 0px 15px 0px; display: inline-block;
}

.blog-post-person img{ float: left; width:50px; height: 50px; border-radius: 50px; border: 2px solid #CE0003; margin:10px 0px 0px 0px;
}
.blog-post-person-text{ float:left;  height: 50px;  margin:0px 0px 0px 20px;
}
.blog-post-person-text h4{ float:left; font-size: 20px; line-height: 16px; padding:17px 0px 7px 0px !important;
}
.blog-post-person-text p{ float:left; font-size: 14px; line-height: 16px !important; padding: 0px 0px 0px 0px !important; color: #545454;
 text-align: left !important;}

.blog-img-zoom{
	
	
  overflow: hidden; /* Removing this will break the effects */
	
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
	
	height: 300px;
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}


.blog-details-BG{ background-image: url(../img/blog-details-bg.jpg);  
	background-repeat: no-repeat;
    background-position: top top; 
	}
.blog-details{ float: left; width: 100%;
	
	background-repeat: no-repeat;
	background-position:center -110px;
	padding-top: 90px;
	padding-bottom: 90px; }


.blog-details-box{  width: 100%;
	background-color:#dfdfdf;
	background-repeat: no-repeat;
	background-position:center -110px;
	padding: 20px;
	 }


.blog-details-box .imgFull{  width: 100%; text-align: center; 
	
	 }

.blog-details-comment-input:focus{ border:1px solid #B80508 !important;}


.blog-details h2{ float: left; text-align: center; color:#fff; width: 100%; margin: 30px 0px 30px 0px; text-transform: inherit}
.blog-details span{ color: #F90004}
.blog-details p{float: left; padding: 40px 0;  text-align: center; color:#000; line-height: 24px; width: 100%; }
.blog-details h4{float: left;  margin: 0px 0px 0px 0px; padding-bottom:5px;  text-align: center; color:#000;  }

.blog-details h3{ float: left; text-align: center; color:#000; width: 100%; margin: 30px 0px 30px 0px; text-transform: inherit}


.blog-details .button2{ float: left; width:200px; line-height: 50px; text-align:center;  background-color: #fff; color:#000;  border: 3px solid #ff0000; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-transform: uppercase; margin:0px 0px 20px 0px !important; letter-spacing: 2px; font-weight: 700;}

.blog-details .button2::after{ content: ' \003E';}

.blog-details .button2:hover{color:#FF0000; text-decoration: none}


.blog-details-person{ width: 350px !important; margin: 10px auto !important; float: none !important; clear: both }

.blog-details-comment{ width: 70% !important; margin: 0px auto !important; float: none !important}
.blog-details-comment img{  width: 100% !important;  height: auto;}

.blog-details-comment-input{ width:100%; margin: 0px 0px 10px 0px; padding: 10px; color: #3f3f3f; float: none !important; border: 1px solid #1D1D1D;}



input:focus {
  border:1px solid #000 !important;
}
.blog-details-comment-button{ text-align: center; display: inline-block;  width: 20% !important; margin: 10px 40% !important; float: none !important; 
	padding: 10px 20px;
	border:2px solid #1D1D1D; color: #383838; text-decoration:none; text-transform: uppercase;}


.blog-details-comment-button:hover{border:2px solid #CE0003; color: #383838; text-decoration:none; }

.webshowHeader{background-color: #FFF;
    background-image: url(../img/webshowHeader.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 300px;
    padding-bottom: 315px;
    background-attachment: fixed; background-size:cover; }
	
.webshowHeader h2{ float: left; text-align: right; color:#fff; width: 100%; 

	font-family: BarlowCondensedMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size:4em; 
	
	line-height: 1.1em;
		
}

.contact{ float: left; width: 100%;
	
	background-repeat: no-repeat;
	
	padding-top: 90px;
	padding-bottom: 90px; }

.contact h2{ float: left; text-align: left; color:#FF0000; width: 100%; }
.contact span{ color: #FF0000}
.contact p{float: left; padding: 20px 0 ;  text-align: left; color:#B4B4B4; font-weight: 600;   }
.contact h4{ float: left; margin:20px 0px 0px 0px; padding-bottom:5px;  text-align: left; color:#ccc; line-height: 20px; border-bottom: 0px solid #C80306;  }
.contact h3{float: left; width: 100%; margin:20px 0px 0px 0px; padding-bottom:5px; font-size:24px;   text-align: left; color:#ccc; line-height: 26px; 
	border-bottom: 0px solid #C80306 ; }


.contact .form{ float: left; width: 100%;  margin: 20px 0px 0px 0px;  
	font-family: RalewayMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:1em; line-height:20px; 
	
}



.contactRight{  background-color: #FFFFFF}
.contactRight h3, .contactRight p{  color: #232323}


.button4{ float: right; width:auto; line-height: 50px; text-align:center;  background-color: #FF0000; color:#fff;  border: 0px solid #ff0000; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; text-transform: uppercase; margin:0px 0px 0px 0px !important; letter-spacing: 2px; padding: 0 20px; font-weight: 600; font-size: 14px;}

.button4::after{ content: ' \003E';}

 .button4:hover{background-color:#6B6B6B; color: #fff; text-decoration:none}

.button5{ float: left; width:auto; line-height: 50px; text-align:center;  
	background-color: #000; 
	color:#ccc;  
	border: 3px solid #ff0000; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	text-transform: uppercase; margin:30px 0px 0px 0px !important; 
	letter-spacing: 1px;
	padding: 0 25px;  font-size: 13px;
	font-weight: 600;}

.button5::after{ content: ' \003E';}


 .button5:hover{color:#FF0000; text-decoration: none}


.button5-margin{margin-left: 10px !important;}

.alert{ float: left !important; width: 100%; margin-top: 20px;	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
}

.field__input{ 
  background-color: transparent;
  border-radius: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

  font-family: inherit;
  font-size: 1em;
}

.field__input:focus::-webkit-input-placeholder{
  color: var(--uiFieldPlaceholderColor);
	color:#A8A6A6;
}

.field__input:focus::-moz-placeholder{
  color: var(--uiFieldPlaceholderColor);
	color:#A8A6A6;
  opacity: 1;
}

/*
=====
LEVEL 2. CORE STYLES
=====
*/

.a-field{
  display: inline-block;
}

.a-field__input{ 
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.a-field__input:focus{
  outline: none;
}

/*
=====
LEVEL 3. PRESENTATION STYLES
=====
*/

/* a-field */

.a-field{
  --uiFieldHeight: var(--fieldHeight, 40px);  
  --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
  --uiFieldBorderColor: var(--fieldBorderColor);

  --uiFieldFontSize: var(--fieldFontSize, 1em);
  --uiFieldHintFontSize: var(--fieldHintFontSize, 1em);

  --uiFieldPaddingRight: var(--fieldPaddingRight, 15px);
  --uiFieldPaddingBottom: var(--fieldPaddingBottom, 15px);
  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px);   

  position: relative;
  box-sizing: border-box;
  font-size: var(--uiFieldFontSize);
  padding-top: 1em;  
}
.field .required { position: absolute;
    margin: 42px 0px 0px 16px;
    color: #c0c1c0; font-size: 12px;

  -webkit-animation: colorChange 1s infinite; /* Safari 4.0 - 8.0 */

  animation: colorChange 1s infinite;
  
}  

.field .required2 { position: absolute;
    margin: 2px 0px 0px 0px;
    color: #c0c1c0;

  -webkit-animation: colorChange 1s infinite; /* Safari 4.0 - 8.0 */

  animation: colorChange 1s infinite; font-size: 12px;
  
}  



/* Safari 4.0 - 8.0 */
@-webkit-keyframes colorChange {
  from {color: red;}
  to {color: yellow;}
}

/* Standard syntax */
@keyframes colorChange {
  from {color: red;}
  to {color: yellow;}
}



.a-field__input{
  height: var(--uiFieldHeight);
  padding: 0 var(--uiFieldPaddingRight) 0 var(--uiFieldPaddingLeft);
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColor);
	
	 
}

.a-field__input::-webkit-input-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.a-field__input::-moz-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.a-field__input:not(:placeholder-shown) ~ .a-field__label-wrap .a-field__label{
  opacity: 0;
  bottom: var(--uiFieldPaddingBottom);
}

.a-field__input:focus::-webkit-input-placeholder{
  opacity: 1;
  transition-delay: .2s;
	
}

.a-field__input:focus::-moz-placeholder{
  opacity: 1;
  transition-delay: .2s;
	
}

.field__input:focus{ border-bottom-color:#FF0000 !important ;}

.a-field__label-wrap{
  box-sizing: border-box;
  width: 100%;
  height: var(--uiFieldHeight);	

  pointer-events: none;
  cursor: text;

  position: absolute;
  bottom: 0;
  left: -13px;
}

.a-field__label-wrap2{
  box-sizing: border-box;
  width: 100%;
  height: var(--uiFieldHeight);	

  pointer-events: none;
  cursor: text;

  
	
  top: 0;
  
}



.a-field__label{
  position: absolute;
  left: var(--uiFieldPaddingLeft);
  bottom: calc(50% - .5em);

  line-height: 1;
  font-size: var(--uiFieldHintFontSize);

  pointer-events: none;
  transition: bottom .2s cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity .2s ease-out;
  will-change: bottom, opacity;
}

.a-field__input:focus ~ .a-field__label-wrap .a-field__label{
  opacity: 1;
  bottom: var(--uiFieldHeight);
}

/* a-field_a1 */

.a-field_a1 .a-field__input{
  transition: border-color .2s ease-out;
  will-change: border-color;
	padding-left: 0px; color: #ccc;
}

.a-field_a1 .a-field__input:focus{
  border-color: var(--fieldBorderColorActive);
}

/* a-field_a2 */

.a-field_a2 .a-field__label-wrap::after{
  content: "";
  box-sizing: border-box;
  width: 0;
  height: var(--uiFieldBorderWidth);
  background-color: var(--fieldBorderColorActive);

  position: absolute;
  bottom: 0;
  left: -13px;  

  will-change: width;
  transition: width .285s ease-out;
}

.a-field_a2 .a-field__input:focus ~ .a-field__label-wrap::after{
  width: 100%;
}

/* a-field_a3 */

.a-field_a3{
  padding-top: 1.5em;
}

.a-field_a3 .a-field__label-wrap::after{
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 0;

  opacity: 0;
  border: var(--uiFieldBorderWidth) solid var(--fieldBorderColorActive);

  position: absolute;
  bottom: 0;
  left: 0;

  will-change: opacity, height;
  transition: height .2s ease-out, opacity .2s ease-out;
}

.a-field_a3 .a-field__input:focus ~ .a-field__label-wrap::after{
  height: 100%;
  opacity: 1;
}

.a-field_a3 .a-field__input:focus ~ .a-field__label-wrap .a-field__label{
  bottom: calc(var(--uiFieldHeight) + .5em);
	border-color: #FF0004;
}

/*
=====
LEVEL 4. SETTINGS
=====
*/

.field{
  --fieldBorderColor: #D1C4E9;
  --fieldBorderColorActive: #673AB7;
	width:100%;
	margin: 15px 0px;
	
}








.newsletter{background-color: #fff; float: left; width: 100%;
	
	background-repeat: no-repeat;
	background-position: center -110px;
	padding-top: 90px;
	padding-bottom: 90px; text-align: center; }



.newsletter .inputtext{display: inline-block;  width: 300px;  margin:0px 10px 0px 0px !important; line-height: 50px;  padding: 0px 10px; background-color: #fff; color: #ff0000 !important; text-align: left; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	border: 2px solid #ff0000;}


.newsletter .inputtext::placeholder {color: #ff000 !important}

.newsletter .button{ display: inline-block; width:auto; line-height: 50px; text-align:center; 
	
	background-color: #fff; color: #000; 
	border: 3px solid #FF0004; letter-spacing: 2px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	text-transform: uppercase; 
	margin:0px 0px 0px 10px !important; font-weight: 700;  padding: 0 25px}

.newsletter .button:hover{ color: #FF0004; text-decoration: none}


.button3{ display: inline-block; width:300px; line-height: 50px; text-align:center; 
	
	background-color: #000; color: #FF0000; 
	border:3px solid #FF0004; letter-spacing: 2px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	text-transform: uppercase; 
	margin:0px 0px 0px 10px !important; font-weight: 700; }

.button3:hover{ color: #FF0004; text-decoration: none}




.projects{background-color: #fff; float: left; width: 100%;
	background-image: url(../img/project-bg.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	padding-top: 90px;
	padding-bottom: 90px; }

.projects h2{ float: left; text-align: left; color:#000}
.projects span{ color: #F90004}
.projects p{float: left; width: 100%; padding: 40px 0;  text-align: left; color:#000;  }
.projects h4{float: left;  margin: 0px 0px 30px 0px; padding-bottom:5px;  text-align: left; color:#000; line-height: 20px; border-bottom: 2px solid #C80306 }


.projects .upcoming img{float:left; width: 100%; height: auto}

.projects .upcoming a{ width:100px; height:30px; letter-spacing: 2px; line-height: 30px; font-size: 16px; text-transform: uppercase; background-color: #fff; color:#000;

position: absolute; margin:287px 0px 27px -85px; z-index: 3;  font-family: RalewayRegular, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; 
text-align: center;}  





.gallery h2{ float: left; width: 100%; margin-bottom: 20px; color: #ccc; }
.gallery h4{ float: left; width: 100%; margin-bottom: 20px; color: #fff200; }

.gallery h3{ float: left; width: 100%; margin-bottom: 20px; color: #f43a3b; font-size: 3em; }


.gallery p{ float: left; width: 100%; margin-bottom: 20px; color: #ccc; }

.gallery ul li {  padding-bottom:10px;}
.gallery ul li a img{ width:100%; height: auto; border: 2px solid #656565;  }
.gallery ul li img{ width:100%; height: auto; border: 2px solid #656565;  }

.line-border{ background-color:#ccc; width:100%; height: 5px; margin: 30px 0; }









.cast-section{ background-color: #000; float: left; width: 100%;  background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 150px;
	padding-bottom:150px;
	background-attachment: inherit;
	

}


.cast-section h2{ float: left; width: 100%; margin-bottom: 40px; color: #fff; }
.cast-section h2 span{ color: #F90004}
.cast-section h4{  float: left; width: 100%; margin: 18px 0 5px 0px;  font-size: 1.2em; color: #fff; 
	
 }

.cast-section h5 {
	font-size: 13px !important; 
    cursor: pointer;
    float: left;
    width: 100%;
    margin: 5px 0 15px 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    
    color: #FFE923;
    text-decoration: underline;
    text-transform: uppercase;

 }
.cast-section h5:hover {

    color: #FAFFC9;
   

 }

.cast-section p{ color: #ff0000;  display: inline; padding-bottom: 10px; border-bottom: 2px solid #fff;  margin-bottom: 10px; line-height: 24px; }

.cast-section h4 strong{ color: #F53E3E !important; }

.cast-section img{  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);}
.cast-section img:hover{  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);}
.fade-custom{
          position: fixed;                                                                                                                                                                                                                                                                                                                                                                                               
   top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
	width: 100%;
    
    outline: 0;
}

.close{ colo:#ccc; opacity: 1}
.modal-content-custom{ background-color: #fff; width: 500px; border-radius: 5px;  margin: 30px auto; } 
.modal-content-custom h4 {  text-align: left; color: #514F4F; margin: 0px; padding: 0px; } 
.modal-content-custom h4 strong { color: #ff000; } 
.modal-content-custom p {  text-align: left !important; width: 100%; float: left; border-bottom: 2px solid #ccc;} 

.modal-dialog-custom p{ color: #555555 !important; padding-bottom: 10px; line-height: 24px; font-size: 14px; }


.cast-member { float: left; width: 100%; text-align: center; margin-bottom: 15px; }
.cast-member img{ width: 200px; height: 200px; border-radius: 50%; border: 2px solid #000;  }        

.icon-box {  
	width: 100%; text-align: right}
.icon-box a{  font-size: 24px; color: #6C6C6C; margin: 0px 3px 0px 3px; text-decoration: none}
.icon-box a:hover{   color: #F96A6A; text-decoration: none}




footer{ float: left; width: 100%; text-align: left;

	
	background-repeat: no-repeat;
	background-position: center top;
	
	padding-top: 60px;
	padding-bottom: 60px;
	
	
	background-size:cover; 
}
footer h4{
	font-family: RalewayRegular, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	
	
	color: #fff;
	padding-bottom: 20px;
	letter-spacing: 1px;
	margin-top:20px;  line-height: 20px; 
}

footer p{
	font-family: RalewayRegular, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	
	color: #ff0000;
	padding-bottom: 20px;
	letter-spacing: 1px;
	
	
}
footer h4 span{
	color: #ff0000;
} 
footer h2 .fa{
	font-size:22px;
	margin-right:8px;}
footer h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	padding-bottom: 0px;
	letter-spacing: 2px;
}
footer h5 {color: #656363; font-size: 13px;	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

footer h5 a{color: #FD4043;}
footer h5 a:hover, footer p a:focus{
	color: #181818;
}
.footerTop{
	margin-bottom:50px; border-top:1px solid #ccc;}
.social{
	margin-bottom:40px;}
.social a{
	font-size: 32px;
	color: #424242;
}
.social a:hover, .social a:focus{
	color: #FB1D21;
}
.social .fa{
	margin-left:4px;
	margin-right:4px;}
.backTop{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5C5C5C;
	cursor: pointer;
	width: 240px;
	margin-right: auto;
	margin-left: auto; margin-top: 20px;
}
.backTop .fa{
	display: block;
	margin-bottom: 14px;
	font-size: 22px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #434343;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
	opacity: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: #434343;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.sidenav {
	   background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 50px;
	
	 transition:1s;
 -moz-transition:1s;
  -ms-transition:1s;
   -o-transition:1s;
    -webkit-transition:1s; 
	

}

.sidenavOpen {
	  
  width: 40% !important;
  right: 0%;
	

}
.sidenavClose {
	  
  width: 0%;
 
	

}

.sidenav a {
  padding: 15px 8px 15px 40px;
  text-decoration: none;
 font-size: 2.75vw;
    font-weight: 700;
  color: #fff;
  display: block;
  transition: 0.3s; text-transform: uppercase;
	
	
	font-family: BarlowCondensedMedium, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

.menuBorder{	border-left: 2px solid #FF0000; margin-left:50px}

.sidenav a:hover {
  color:#ff0000;  
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 65px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
	
	
	
}



.fullSection {
	background-color: #000; float: left; width: 100%;
	
	background-repeat: no-repeat;
	background-position: center -110px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.fullDiv {
	float: left;
	display: block !important;
	width: 100% !important;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.fullDiv {
	float: left;
	width: 33.33333333333333%;
	position: relative;
}

.fullDiv img{ float: left; width: 100%;}
.overlay {
	background-image: url(../img/overlay.png);
	background-repeat: repeat;
	text-align: center;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 70px;
	margin-bottom: -4px; overflow: hidden;
}
.overlayTop {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 100.7% !important;
	
}
.overlay h1 { font-family: BarlowCondensedMedium, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: #FFF;
	padding-bottom: 0px;
	line-height: normal;  text-transform: uppercase;
}
.overlay p {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-family: RalewayRegular, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	padding: 15px 20px 33px 20px;
}

.overlay p a{
	color: #FFF;
	
}
.overlay .readMore {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.overlay .hideText {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	opacity: 0;
}
.fullDiv:hover .overlay .hideText {
	height: auto;
	overflow: inherit;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.overlay .readMore:hover, .overlay .readMore:focus {
	background-color: #37aa28;
	border-top-color: #37aa28;
	border-right-color: #37aa28;
	border-bottom-color: #37aa28;
	border-left-color: #37aa28;
	color: #FFF;
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  border-bottom: 0px solid #FFF;
  border-top: 0px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.mobile1{ display:none !important; }
.desktop1{ display:block !important;}

 .headingDesktop{ display: block}	 
 .headingMobile{ display: none}	 

.animation01{ background: rgba(214,0,3,0.8);  height: 50px; position: absolute; top: 63%; z-index: 10;

animation-name: animationOne;
  animation-duration: 1s;
	animation-delay: 2s;
	 animation-fill-mode: forwards;

}


.animation01 h3{ color: #fff;  position: absolute; margin: -33px 0px 0px -20%; 
	opacity:0;
	animation-name: animationOneh3; 
	animation-duration: 1s;
animation-delay: 2.5s;  
	animation-fill-mode: forwards; }



.animation02{ background: rgba(226,0,3,0.7);  height: 50px; position: absolute; top: 73%; z-index: 10;

animation-name: animation2;
  animation-duration: 1s;
	animation-delay: 4s;
	 animation-fill-mode: forwards;


}
.animation02 h3{ color: #fff;  position: absolute; margin: -33px 0px 0px -48%;

opacity:0;
	animation-name: animation2h3; 
	animation-duration: 1s;
animation-delay: 5s;  
	animation-fill-mode: forwards;

}

.animation03{ background: rgba(226,0,3,0.7);  height: 50px; position: absolute; top: 83%; z-index: 10;

animation-name: animation3;
  animation-duration: 1s;
	animation-delay: 6s;
	 animation-fill-mode: forwards;
}
.animation03 h3{ color: #fff;  position: absolute; margin: -33px 0px 0px -65%;

opacity:0;
	animation-name: animation3h3; 
	animation-duration: 1s;
animation-delay: 6.5s;  
	animation-fill-mode: forwards;


}

.animation01 h3, .animation02 h3, .animation03 h3{ font-family: RalewayMedium, "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";

font-size:5.6em;  margin-top:-33px; z-index: 20;
}



/* The animation code */
@keyframes animationOne {
  0%    {width: 0%}
	
	 100% {width: 65%}
}
@keyframes animationOneh3 {
  0%   {opacity:0}

  100% {opacity: 1; margin-left:18%; }
	
}


@keyframes animation2 {
  0%    {width: 0%}
	
	 100% {width: 75%}
}
@keyframes animation2h3 {
  0%   {opacity:0; margin-left: 20%;}

  100% {opacity: 1; margin-left:42.5%; }
	
}


@keyframes animation3 {
  0%    {width: 0%}
	
	 100% {width: 80%}
}
@keyframes animation3h3 {
  0%   {opacity:0; margin-left:20%;}

  100% {opacity: 1; margin-left:61%; }
	
}


@keyframes animationh3Mobile {
  0%   {opacity:0; margin-left: -20%;}

  100% {opacity: 1; margin-left: 10%; }
	
}

@media (min-width: 1500px) {

}
@media (max-width: 1500px) {

}
@media (max-width: 1300px) {

}
.whyKolkata .text h2 {
	padding-bottom: 15px;

}
@media (max-width: 1200px) {


}
 @media (max-width: 992px) {
	 
	 .mobile1{ display:block !important; }
	 .desktop1{ display: none !important}
	 
.about .button2{  margin:0px 0px 20px 0px !important; }
	 
	 
	 
	 .button4{  margin:0px 0px 20px 0px !important;}

	 .sidenavOpen {
	  
  width: 60% !important;
  right: 0%;
	

		 
		 
		 
		 
}
	 
	 
	 
	 .carousel-item {
  height: auto !important;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


	 
	 .headingMobile{ display: block; z-index:20; position: absolute; margin-top:30%;  width:100%; }	 
	 
	 
	 .headingDesktop{ display: none}
	 
	 .headingMobile h3{ background:rgba(213,0,3,0.7); width:80%; float: left; color: #fff;   margin:5% 10% 0px 10%;
	 
	  z-index:20; text-align: center;
		 
		 opacity: 0;
		 
		 	animation-name: animationh3Mobile; 
	animation-duration: 1s;
animation-delay: 2s;  
	animation-fill-mode: forwards;
	 }
    
}
	 
	 .position-absolute-new{ position:inherit; margin:0px 0px 0px 0px;}
.position-absolute-new2{ position: inherit; margin: 0px 0px 0px 0px;}
	 
	 .projects .upcoming a{ width:100px; height:30px; line-height: 30px; font-size: 14px; text-transform: uppercase; background-color: #fff; color:#000;

position: absolute; margin: 0px 0px 0px -102px; z-index: 2;  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; 
text-align: center;}


.contact h2{ float: left; text-align: left; color:#FF0000; width: 100%; line-height: 48px !important; margin-top: 10px !important; }




}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}
.comments-title-wrap h2 {
    display: none !important;
}
.comment-user-avatar.comment-author.vcard  img {
    display: none !important;
}
.comment-metadata {
    display: none !important;
}
footer.comment-meta img {
    display: none !important;
}
.comment-author.vcard {
    display: none !important;
}
.discussion-meta-info p {
    display: none !important;
}
a.comment-reply-link {
    display: none !important;
}
p.discussion-meta-info {
    display: none !important;
}

article#div-comment-3 {
    display: none !important;
}
li#comment-4 {
    display: none !important;
}
p.comment-awaiting-moderation {
    display: none !important;
}
span.screen-reader-text {
    display: none !important;
}
.comment-content {
    display: none !important;
}
.comment-notes {
    display: none !important;
}
footer.comment-meta {
    padding-bottom: 0% !important;
    padding-top: 0% !important;
}