.ErrorHeading {
    float:right;
 
}

.conform2 {

    margin-bottom:10px !important;
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:99999999;
}

#ctl00_ContentPlaceHolder1_RequiredFieldValidator1, #ctl00_ContentPlaceHolder1_txtLastname, #ctl00_ContentPlaceHolder1_txtcellNo, #ctl00_ContentPlaceHolder1_RequiredFieldValidator2, #ctl00_ContentPlaceHolder1_RequiredFieldValidator5 {
/* border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 9%;
    top: 32%; */
  }


 /*#ctl00_ctrlheader_RequiredFieldValidator1, #ctl00_ctrlheader_RequiredFieldValidator2, #ctl00_ctrlheader_RequiredFieldValidator4 {
    border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 9%;
    top: 32%;
  }


#ctl00_ctrlfooter_RequiredFieldValidator2, #ctl00_ctrlfooter_RequiredFieldValidatorewewe1, #ctl00_ctrlfooter_RequiredFieldValidator4{
    border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 7%;
    top: 39%;
  }






#ctl00_ctrlfooter_RequiredFieldValidator5, #ctl00_ctrlheader_RequiredFieldValidator5 {
    border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 4%;
    top:20%;
  }






#ctl00_ContentPlaceHolder1_RequiredFieldValidator1, #ctl00_ContentPlaceHolder1_RequiredFieldValidator2, #ctl00_ContentPlaceHolder1_RequiredFieldValidator3{
    border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 9%;
    top: 32%;
  }



#ctl00_ContentPlaceHolder1_RequiredFieldValidator4{
    border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 9%;
    top:20%;
  }


#ctl00_ContentPlaceHolder1_RequiredFieldValidator252, #ctl00_ContentPlaceHolder1_RequiredFieldValidator252, #ctl00_ContentPlaceHolder1_RequiredFieldValidator11, #ctl00_ContentPlaceHolder1_RequiredFieldValidator11, #ctl00_ContentPlaceHolder1_RequiredFieldValidator13, #ctl00_ContentPlaceHolder1_RequiredFieldValidator7  { border: 0 none;
    font-size: 0;
    padding: 5px;
    position: absolute;
    right: 9%;
    top: 32%;
  }


#ctl00_ContentPlaceHolder1_RequiredFieldValidator14, #ctl00_ContentPlaceHolder1_RequiredFieldValidator16 {
    font-size: 0;
    padding: 5px;
    position: absolute;
    right:13%;
    top: 32%;
  }*/


.videoslide h2{ color: #ffe443; font-size:60px;}
.videoslide h3{ color: #ffe443; font-size:45px;}
.videoslide h3 span{ color: #eb4e5a; font-size:45px;}





.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 25px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}



















.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(2, 17, 29, 0.90);
    width:100%;
    height:100%;
    padding:30px;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.caption h4{
	font-family: 'robotoregular';
	font-size:20px;
	font-weight: bold!important;
	line-height:26px;
	margin-bottom:15px;
	color:#fff;
	letter-spacing:0px;
}

.caption p{
    color: #fff;
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 24px;
}


.thumbnail:hover .caption {
    top:0%;
}













.header-info {
    float: right;
    font-family: 'robotoregular';
    font-size: 14px;
    font-weight: normal;
    margin: 23px 15px 0 0;
    transition: all 0.3s ease 0s;
}
.header-info a {
    cursor: pointer;
    float: left;
    margin: 0 2px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.head-phone {
    background: url(../images/phone11.png) no-repeat center center #fff;
    display: block;
    font-size: 0;
    border-radius: 20px;
    border: 1px solid #dbe1e6;
    padding:19px 30px;
    position: relative;
    z-index: 3;
}
.head-phone:hover {
    background: url(../images/phone112.png) no-repeat center center #35BFC0;
    border: 1px solid #35BFC0;
}

.head-email {
    background: url(../images/email111.png) no-repeat center center #fff;
    display: block;
    font-size: 0;
    border-radius: 20px;
    border: 1px solid #dbe1e6;
    padding:19px 30px;
    position: relative;
    z-index: 3;
}
.head-email:hover {
    background: url(../images/email1112.png) no-repeat center center #35BFC0;
    border: 1px solid #35BFC0;
}
.email-show {
    background: none repeat scroll 0 0 #545454;
    border-radius: 0 20px 20px 0;
    color: #FFFFFF;
    padding: 10px 20px 10px 27px;
    margin: 0 0 0 0px;
    position: relative;
    left: -18px;
    top: 0px;
    z-index: 2;
}
.email-show:hover { color: #fff;}
.phone-show:hover { color: #fff;}
.phone-show {
     background: none repeat scroll 0 0 #545454;
    border-radius: 0 20px 20px 0;
    color: #FFFFFF;
    padding: 10px 20px 10px 27px;
    margin: 0 0 0 0px;
    position: relative;
    left: -18px;
    top: 0px;
    z-index: 2;
}



















.btn.focus, .btn:focus, .btn:hover { color: #fff;}


/* .dropdown-menu.multi-column 	 */
.nav-back .dropdown-menu {
    
    background: rgba(14, 54, 86, 0.7);
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 160;
}

.nav-back .dropdown-menu > li > a {clear: nonez!important; /* float: left;  */}

.nav-back .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background: none;
}
  




/* Flexible iFrame Map */

.Flexible-container {
    position: relative;
    /*padding-bottom:22.25%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* End Flexible iFrame Map */




/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */



/* End yamm */










/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/
/* Revolution Arrow And Bullet Style */

.tp-bannertimer {
    background:#777;
    background:rgba(0,0,0,0.1);
    height:5px;
  }



.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(3, 26, 45, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(8, 50, 84, 1) !important;
}



.tparrows:before {
    font-family: 'revicons';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0px;
	margin-left: 0px;
    margin-top: 6px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

    cursor: pointer;

    background: rgba(3, 26, 45, 0.5) !important;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 40px !important;
    height: 40px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(8, 50, 84, 1) !important;
}



/******************************
	-	SLIDER NAV STYLE DEMOS	-
********************************/

#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
    color: #000 !important;
}

#slider4container .tparrows {
	background:#fff !important;
	background:rgba(255,255,255,0.5) !important;
}

#slider4container .tparrows:hover	{
	background:#fff !important
}

/* End Revolution Arrow And Bullet Style */












/* Tabs Css */
.portfolio-block {
	display:block;
	padding:10px 55px;
}
.portfolioFilter-main{
    display:block;
	padding:10px;
}
.portfolioFilter a {
	float:left;
	padding:40px 10px 20px 10px;
	color:#697f89;
	font-size:12px;
	line-height:16px;
	border-top:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;

	text-decoration:none;
	font-family: 'robotoregular';
	min-width:93px;
	text-align:center;
  
}

.portfolioFilter a:nth-child(12) {  border-right:1px solid #F0F0F0; }
.portfolioFilter {/*border-bottom:#f0f0f0 solid 1px;*/}

.portfolioFilter a:nth-child(1) { background: url(../images/p1-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(2) { background: url(../images/p22-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(3) { background: url(../images/p17-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(4) { background: url(../images/p11-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(5) { background: url(../images/p9-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(6) { background: url(../images/p13-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(7) { background: url(../images/p20-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(8) { background: url(../images/p2-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(9) { background: url(../images/p18-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(10) { background: url(../images/p10-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(11) { background: url(../images/p11-icon.png) no-repeat; background-position:center 11px; }
.portfolioFilter a:nth-child(12) { background: url(../images/p4-icon.png) no-repeat; background-position:center 11px; }

.portfolioFilter a:nth-child(13) { background: url(../images/p5-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(14) { background: url(../images/p14-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(15) { background: url(../images/p15-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(16) { background: url(../images/p16-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(17) { background: url(../images/p17-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(18) { background: url(../images/p18-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(19) { background: url(../images/p19-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(20) { background: url(../images/p20-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(21) { background: url(../images/p21-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(22) { background: url(../images/p22-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(23) { background: url(../images/p23-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }
.portfolioFilter a:nth-child(24) { background: url(../images/p24-icon.png) no-repeat; background-position:center 11px;border-bottom:1px solid #F0F0F0; }



.portfolioFilter a:last-child{
    border-right:1px solid #F0F0F0;
}
.portfolioFilter a.current {
    color:#fff;
/*  background:#b3d236;*/

    
}
.portfolioFilter a.current:nth-child(1) { background: url(../images/p01-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(2) { background: url(../images/p022-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(3) { background: url(../images/p017-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(4) { background: url(../images/p011-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(5) { background: url(../images/p09-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(6) { background: url(../images/p013-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(7) { background: url(../images/p020-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(8) { background: url(../images/p02-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(9) { background: url(../images/p018-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(10) { background: url(../images/p010-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(11) { background: url(../images/p011-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(12) { background: url(../images/p04-icon.png) no-repeat center 11px #b3d236;}

.portfolioFilter a.current:nth-child(13) { background: url(../images/p05-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(14) { background: url(../images/p014-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(15) { background: url(../images/p015-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(16) { background: url(../images/p016-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(17) { background: url(../images/p017-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(18) { background: url(../images/p018-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(19) { background: url(../images/p019-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(20) { background: url(../images/p020-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(21) { background: url(../images/p021-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(22) { background: url(../images/p022-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(23) { background: url(../images/p023-icon.png) no-repeat center 11px #b3d236;}
.portfolioFilter a.current:nth-child(24) { background: url(../images/p024-icon.png) no-repeat center 11px #b3d236;}




.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
ul.portfolioContainer{
   margin:0px;
   padding:0px;
   display:block;
   list-style:none;
}
ul.portfolioContainer li{
   margin:10px;
   padding:0px;
   width:267px;
   display:block;
   float:left;
}
ul.portfolioContainer li span{
   display:block;
   color:#5b5b5b;
   font-size:14px;
   line-height:18px;
   width:267px;
   text-align:center;
   padding:5px 0px;
}
ul.portfolioContainer li img{
   display:block;
   margin:0px auto;
   padding-bottom:15px;
}


/*clearfix css*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}


@media (max-width: 480px) {
.portfolioFilter a {min-width: 72px; padding: 33px 5px 10px; font-size: 8px;}
.head-email, .head-phone {padding: 19px 17px;}
.email-show {padding:10px 4px 10px 19px; font-size: 12px;}
.phone-show {padding: 10px 11px 10px 21px; font-size: 12px;}
.header-info {margin: 10px auto; width: 100%;}



}





/* Tabs Css End */