/*===========Home Page===========*/
.bg-yellow { background:#fcc02e;}
.bg-orange { background:#fa8c00;}
.bg-green { background:#43a047;}
.bg-blue { background:#00acc2;}
.bg-purple { background:#8e24aa;}
.bg-gray{ background:#f6f6f6;}
.bg-lightgray{ background:#a4aeb9;}
.bg-darkgray{ background:#2a2a2a;}
.bg-white{ background:#fff;}

.home-banner ul li { position:relative;}
.home-banner .image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height:500px;
	background-size: cover;
}

.home-banner .txt-content {
    color: #fff;
    left: 0;
    right: 0;
    font-weight: 300;
    position: absolute;
	top: 7.5%;
    z-index: 9;
}
.home-banner .box  {
    max-width: 500px;
    background: rgba(0,0,0,0.5);
    padding: 30px 30px;
}
.home-banner .box h2 {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
	font-size:32px;
}
.home-banner .box h2 span { font-weight:800;}
.home-banner .bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    width: inherit;
}
.home-banner .item { position:relative;}

.home-banner p {
	padding:5px 0 15px 0;
	font-size:14px;
	line-height: 24px;
}

.TopBoxes {
    text-align: center;
    display: table;
    margin: -100px 0px 50px;
    width: 100%;
	position: relative;
    z-index: 10;
}

.TopBoxes .box {
    width: 20%;
    float: left;
    padding: 60px 10px;
    min-height: 230px;
	position:relative;
}
.TopBoxes .box:hover:after {
    background:rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.TopBoxes em { color:#fff; font-size:45px; padding:0 0 15px 0; position:relative;}
.TopBoxes h6 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.home-about h1 { text-transform:capitalize;}
.home-about p { padding:20px 0;}
.top-social a, .top-social a:link, .top-social a:active, .top-social a:visited {
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
  vertical-align: top;
  text-align: center;
}
.top-social a:hover { color:#333;}

.HomeServices { padding:10px 0 40px;}
.HomeServices .box { margin:0 0 20px 0; padding:15px 0; }
.HomeServices .box h5 { text-transform:uppercase; font-weight:bold; color:#333; font-size:18px;}
.HomeServices .box em { float:left; font-size:50px; padding:10px 0 0 0;}
.HomeServices .icon-right { margin:0 0 0 70px;}
.HomeServices .box p { padding:10px 0 0 0;}
.FeaturedWorks { padding:0 0 40px 0;}
.FeaturedWorks .text {
    color: #FFF;
    padding: 40px;
    position: relative;
    width: 50%;
	margin:0 0 0 50%;
	min-height: 230px;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.FeaturedWorks .text h5 {
    font-weight: bold;
    text-transform: uppercase;
}
.FeaturedWorks .box { position:relative;}
.FeaturedWorks .image {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 100px;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    left:0;
}
.FeaturedWorks .cross .image { left:50%;}
.FeaturedWorks .cross .text { margin:0;}
.FeaturedWorks .row { padding:0; margin:0;}
.FeaturedWorks div[class^="col-"],
.FeaturedWorks div[class*=" col-"] {
  margin: 0;
  padding: 0; 
}
.bg-white .text { color:#333;}
.FeaturedWorks .text p {
    padding:10px 0;
    font-size: 14px;
}

.FeaturedWorks .text .linkstyle1 {
    color: #555;
    border: 1px solid #777;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.FeaturedWorks .text .linkstyle1:hover { background:#333; }

.FeaturedWorks .text .linkstyle2 {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.FeaturedWorks .text .linkstyle2:hover { background:#fff; color:#333;}
.FeaturedWorks .arrow {
    font-size: 70px;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    color: #fff;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.FeaturedWorks .box1 .arrow  {
	left: -20px;
}
.FeaturedWorks .box2 .arrow  {
	left: -20px;
}
.FeaturedWorks .box3 .arrow {
    right: -39px;
}
.FeaturedWorks .box4 .arrow {
    right: -39px;
}
.FeaturedWorks .mask {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.FeaturedWorks .image:hover .mask { opacity: 1;}
.FeaturedWorks .mask a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0px 3px;
    background: #222;
	color:#fff;
}
.FeaturedWorks .mask a span { line-height: 40px;}
.FeaturedWorks .mask .box {
    display: inline-block;
    position: absolute;
    top: 0px;
    z-index: 999;
    text-align: center;
    margin: -25px 0px 0px;
    left: 0px;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}
.FeaturedWorks .image:hover .mask .box  { top:50%;}
.bg-white .text:hover .linkstyle1 { color:#fff; border: 1px solid #fff;}

.HomeOwl { padding:10px 0 30px 0;}
.HomeOwl .box h5 { text-transform:capitalize; padding:15px 0 10px; font-size:18px;}
.HomeOwl .box h5 a { color:#333;}

/*===========Inside Page===========*/
.WhoWeAre h4{
    color: #333;
    padding: 10px 0;
}
.WhoWeAre img { width:100%;}

.CompanyInfo { padding:0 0 50px 0;}
.CompanyInfo .box { padding:20px 0 0 20px;}
.CompanyInfo img { width:100%;}
.CompanyInfo h3 { color:#333;}
.CompanyInfo p{ padding:20px 0;}
.CompanyInfo h6 {
    position: relative;
    padding: 0 0 20px 0;
}
.CompanyInfo h6:after {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #ccc;
    bottom: 0;
    content: "";
    left: 0;
}
.TeamStyle01 img { width:100%;}
.TeamStyle01 h5 { color:#333;}
.TeamStyle01 h6 {
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.TeamStyle01 h6:after {
    position: absolute;
    width: 50%;
    height: 1px;
    background: #ddd;
    bottom: 0;
    content: "";
    left: 0;
}
.TeamStyle01 .box p { padding:0 0 10px 0;}
.TeamStyle01 .box { margin:0 0 30px 0; display:table;}

/*page-service-mid*/
.sub-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.page-service-mid { color:#555;}
.page-service-mid .sub-title { color:#777;}
.page-service-mid .featured-pro { 
	background:#fff;
    -moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	padding:30px;
}
.page-service-mid img { width:100%;}
.page-service-mid .box {
    text-align: center;
}
.page-service-mid .box p { padding:0 0 10px 0;}
.page-service-mid .box a {
    text-transform: uppercase;
}
.featured-pro:hover h5 { color:#fff;    -moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.featured-pro:hover a { color:#fff;}



/*Testimonial*/
.quote.fa {
    background: none repeat scroll 0% 0% #1abc9c;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 75px;
}

.Testimonial { color:#fff; font-size:18px; text-align:center; line-height:1.8; overflow:hidden;}
.quote-name{
	display: inline-block;
	margin:10px 0px 30px 0;
	padding:0 15px;
}
.quote-name span{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight:bold;
}
.quote-name em {
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #999;
}
.Testimonial .figure a {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid white;
}

.Testimonial .figure a img {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 10px 0 0 0px;
	display: inline-block;
}

.Testimonial .figure a:hover { opacity:0.6;}
.Testimonial .figure { padding:20px 0;}
.Testimonial .figure p { width:80%; margin:0 auto; font-style:italic; line-height:1.5;}


.page-service .box {
    text-align: center;
    transition: all 0.7s ease 0s;
    border: 1px solid #e3e3e3;
    padding: 30px 20px;
    margin: 0 0 20px 0;
	border-radius:5px;
}
.page-service .box p { color:#999;}
.page-service .box em {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;

}
.page-service h5{
  color: #555;
  padding:0 0 5px 0;
}
.page-service .details {
  padding: 20px 25px;
  background-color: #f8f8f8;
}
.page-service .button-medium:hover { color:#fff;}
/*progressbar*/
.progressbar {
	background: #eee;
	height: 30px;
	position: relative;
	margin: 0 0 15px 0;
}
.progress-item { height:30px;}
.skill-item {
	position: absolute;
	top: 0;
	color: #fff;
	left: 10px;
	right: 10px;
	line-height: 30px;
}
.progress-main p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	-webkit-font-smoothing:antialiased
}
.skill-item h6 { line-height:30px;}
.skill-item span { color:#888;}
@-webkit-keyframes progressbar {
   0% { width: 0; }
}
@-moz-keyframes progressbar {
   0% { width: 0; }
}
keyframes progressbar {
   0% { width: 0; }
}

.progressbar > div { 
  -webkit-animation: progressbar 2s;
  -moz-animation: progressbar 2s;
  animation: progressbar 2s;
}

/*404 Page*/
.Page404 { text-align:center;}
.Page404 h1 {
    font-size: 200px;
    line-height: 250px;
}
.Page404 .text { font-size:16px; line-height:2em;}
.Page404 .icon-cafe {
    font-size: 80px;
    line-height: 110px;
}
.coffee em{ font-size:80px;}

/* Contact page*/
.contact-info p { padding:0 0 20px 0;}
.contact-info em {
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  width:30px;
}
.contact-info .box { padding:0 0 10px 0;}
.contact-info .address em { position:absolute; left:0;}
.contact-info .address div { margin:0 0 0 35px;}
.contact-page p.text-center { padding:20px 0 50px 0;}
.contact-section input[type="text"],
.contact-section textarea {
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  color: #777;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #cccccc;
  outline: none;
  margin: 0 0 20px;
}

.contact-section input[type="submit"] {
	display: inline-block;
	outline: none;
	padding: 10px 57px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
    border-radius: 4px;
	border:none;
}
.contact-section input[type="submit"]:hover {
	opacity:0.8;
}
.contact-section {
  padding:0;
}
.contact-section .info-post {
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-section .info-post span.icon-info {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #1abc9c;
  text-align: center;
}
.contact-section .info-post span.icon-info em {
  font-size: 24px;
  line-height: 56px;
}
.contact-section .info-post p {
  padding-top: 20px;
  color: #333333;
  font-size: 15px;
  font-style: 600;
  margin: 0 0 0 80px;
}
.contact-section .info-post p span {
  color: #1abc9c;
}
.contact-section .info-post p a {
  color: #333333;
}

.contact-section .submit-area { text-align:left;}
#submit_contact:hover { color:#fff!important;}



/*Team*/
.ourteam figure {
  position: relative;
}
.ourteam figure.box {
    text-align: center;
    margin: 0px 0px 30px;
}
.ourteam.inner figure.box { background:#fff;}
.bottomline {
  display: inline-block;
  font-size: 16px;
  background: none repeat scroll 0% 0% #FFF;
  width: 80px;
  height: 1px;
  vertical-align: middle;
  color: rgb(204, 204, 204);
  margin: 25px auto;
}
.ourteam .img { position:relative; overflow:hidden;}
.ourteam .mask {
  position: absolute;
  bottom:-50px;
  left: 0;
  width: 100%;
	-webkit-transition:0.3s ease-out 0s;
	-moz-transition: 0.3s ease-out 0s;
	-ms-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition:0.3s ease-in 0s;
	color:#fff;
	height:50px;
	background: rgba(0,0,0,0.7);

}
.ourteam figure.box:hover .mask { bottom:0;}
.ourteam { text-align:center; }
.ourteam .sub-title { padding:0px 0 30px;}

.team-text { text-align:center; margin:0px auto 40px; text-transform:capitalize; width:60%;}
.ourteam .box h5 {
  color: #333;
  text-transform: capitalize;
}
.ourteam .box h6:after {
    width: 40px;
    height: 1px;
    background: #aaa;
    position: absolute;
    content: "";
    left: 50%;
    margin: 0 0 0 -20px;
    top: 0;
}
.ourteam .box .social a { background:#fff;}
.ourteam .box p {
    color: #777;
    text-align: left;
    padding: 10px 0 0 0;
}
.ourteam .box .social a:hover { background:#fff; color:#333;}
.ourteam .mask .social a {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.ourteam .mask .social a:hover { color:#111;}
.ourteam .mask .social {
  top: 50%;
  position: relative;
  margin: -20px 0 0 0;
}
.ourteam .mask p { padding:0 0 20px 0;}
.ourteam .details {
    background:#f6f6f6;
    PADDING:30px 20px;
    border-bottom: 2px solid transparent;
	-webkit-transition:0.3s ease-out 0s;
	-moz-transition: 0.3s ease-out 0s;
	-ms-transition: 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	transition:0.3s ease-in 0s;

}

.ParallaxContent { overflow:hidden;}
.ParallaxContent .box { position:relative;}
.ParallaxContent .image {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 100px;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    right:0;
}
.ParallaxContent .cross .image { left:50%;}
.ParallaxContent .text {
    color: #FFF;
    padding: 50px 70px 50px 0;
    position: relative;
    width: 50%;
    min-height: 230px;
    transition: all 0.7s ease 0s;
    text-align: right;
    max-width: 570px;
    float: right;
    margin: 0 50% 0 0;
}
.ParallaxContent .text h1 { font-weight:800; line-height:1.3; text-transform: uppercase;}
.ParallaxContent .text p {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 0;
}


/*------ Blan Tables ------*/
.plan_col {
  background: #ffffff;
  position: relative;
  font-weight: 600;
  font-family: open sans;
}
.content_section:not(.white_section):not(.bg_fixed) .plan_col.plan_column1 {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
	padding: 1px;
	border-radius: 4px;
}
.plan_col.plan_column1 {
    margin-top: 50px;
    text-align: center;
}
.plan_col .spec_req2 {
    left: 50%;
    position: absolute;
    top: 0;
	z-index: 1;
    transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.plan_column1 .plan_price_block {
    display: block;
    height: 115px;
    position: absolute;
    top: 0;
    width: 115px;
	overflow: hidden;
	z-index: 2;
	top: -55px;
}
.plan_column1 .plan_price_block .plan_price_in {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.plan_column1 .plan_price_block .plan_price_in .price {
    color: #1ccdca;
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 32px;
}
.plan_column1 .plan_price_block .plan_price_in .price small {
    color: #1ccdca;
    font-size: 59%;
    font-weight: 300;
    margin-right: 5px;
}
.plan_column1 .plan_price_block .plan_price_in .plan_per {
	color: #1ccdca;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.plan_col.plan_column1 > h6{
	position: relative;
    border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
    padding-bottom: 20px;
    padding-top: 35px;
	margin: -1px;
}
.plan_col .polygon_con {
	max-height: 115px;
    max-width: 115px;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.plan_col .polygon_con .polygon_fill {
    fill: #fff;
	stroke: #1CCDCA;
}
.plan_col.active_plan .polygon_con .polygon_fill, .plan_col:hover .polygon_con .polygon_fill {
    fill: #fff;
	stroke: #1CCDCA;
}
.plan_col .polygon_con svg {
    height: 100%;
    width: 100%;
}
.plan_col.plan_column1 > h6 .plan_price_name {
    font-family: "Oswald","Open Sans",sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.plan_col.plan_column1 li {
    border-bottom: 1px solid #F1EFF0;
    padding: 13px 0px;
	color: #878787;
}
.plan_col.plan_column1 li:first-child {
    border-top: 1px solid #f1eff0;
}
.plan_col.plan_column1 .plan_price_btn {
    background: #fff;
    border: 2px solid #ECE8E7;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0;
    padding: 10px 18px;
    color: #999;
    font-style: italic;
}
.plan_col.plan_column1 .plan_price_btn:hover{
	background: #576162;
	border-color: #576162;
	color: #fff;
}
.plan_price_btn i {
    margin-right: 10px;
}
.plan_col li i {
    margin-right: 10px;
}
.plan_col li i.check_icon {
    color: #92C135;
}

.plan_col.plan_column1:hover  > h6, .plan_col.plan_column1.active_plan > h6{
    color: #fff;
}
.plan_col.plan_column1:hover > h6:after{
	opacity: 1;
}
.plan_price_in { display:block; font-size:24px; font-weight:600;}
.plan_col ul { padding:0; margin:0; list-style:none;}
.hm-pricing-list { text-align:center;}
.hm-pricing-list .box { border:1px solid #eee; border-radius: 4px; overflow:hidden;}
.hm-pricing-header h2 {
  padding: 0 0 30px 0;
  font-weight: 600;
}
.hm-pricing-container { padding:0 0 50px 0;}
.hm-currency { font-size:24px;}
.hm-duration { font-size:18px;}
.hm-value { font-size:60px;}
.hm-pricing-body em { font-style:normal;}
.hm-pricing-features { margin:0; padding:0; list-style:none;}
.hm-pricing-features li:nth-of-type(2n+1) {

	background: rgba(23, 61, 80, 0.06);
}
.hm-pricing-features li { padding:15px 0;}
.hm-pricing-body{
  font-weight: 600;
  font-family:open sans;
}
.hm-pricing-list header {  padding:20px 0;}
.hm-pricing-footer { background:#555;}
.hm-pricing-footer .hm-select {
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}
.price-table .col-md-4 {
  width: 33.33333333%;
  float:left;
}
/*PhotoGallery*/
.PhotoGallery .gird-item {
    position: relative;
    overflow: hidden;
	margin:0 -15px;
}

.gallery-content { padding:0 15px;}
.PhotoGallery .hover-icon {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
	-moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	text-align:center;
}
.PhotoGallery .hover-icon .box {
    position: absolute;
    top:-50px;
    width: 100%;
	-moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	text-align:center;
}

.PhotoGallery .hover-icon span {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
	display:inline-block;
	margin:0 2px;
}

.PhotoGallery .hover-text {
    position: absolute;
    bottom: -85px;
    width: 100%;
	-moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	background:#fff;
	padding:10px;
	text-align:center;
}
.PhotoGallery .gird-item:hover .hover-icon{ opacity: 1; }
.PhotoGallery .gird-item:hover .hover-text { bottom:0;}
.PhotoGallery .gird-item:hover .hover-icon .box { top:25%;}
/*============================================================
    Portfolio
============================================================*/
.home-works { padding:0 0 40px 0;}
#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px 0;
}

.plus {
  background: url("../images/plus.png") no-repeat scroll center center;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  border: 2px solid #fff;
 }

figcaption.mask {
  padding:8px 0;
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  text-align: center;
}



figcaption.mask h5 {
  color: #fff;
  line-height:1.2;
}

figcaption.mask span {
  color: #fff;
}


.plus-mask{
  background-color: #333;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  opacity: 0.9;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.gallery-item:hover .plus-mask { top:0;}
.plus-mask .box {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 999;
    text-align: center;
    margin: -25px 0px 0px;
    left: 0px;
    width: 100%;
}
.plus-mask .box a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
    background: #fff;
}

/*==============Footer============*/
/*home-other-links*/
ul.home-other-links { margin:0; padding:0; list-style:none;}
.home-other-links li {
    line-height: 1;
    vertical-align: middle;
    padding: 10px 0;
}
.home-other-links li a { color:#aaa; }
.fa-round {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.footer-links {
  text-align: right;
  color: #aaa;
  padding: 20px 0 0 0;
}
.footer-links a,
.footer-links a:link, .footer-links a:active, .footer-links a:visited { display:inline-block; margin:0 10px; color:#aaa;}
.footer-links a:hover { color:#1abc9c; }
/*footer-social*/
.footer-social { text-align:right; padding:15px 0 0 0;}
.footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
    color: #888;
    margin: 0px 4px;
    font-size: 14px;
    border: 2px solid #888;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}
.footer-social a em { line-height:30px;}
/*footer contact  */

.home-contact p{ padding:0 0 10px 0;}

.footer-title {
  color: #fff;
  text-transform: capitalize;
  padding: 0 0 20px 0;
}

.home-contact .social-icon { margin:0 0 40px 0;}
.home-contact .social-icon a {
	color: #888;
	font-size: 16px;
	border-radius: 35px;
	display: inline-block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin: 0 10px 0 0;
}
.home-contact .social-icon a:hover { color:#1abc9c;}
.contact-info { padding:0; margin:0;}
.home-contact .contact-info li {
    line-height: 20px;
    padding:6px 0px;
    clear: both;
}
.home-contact .contact-info em {
  font-size: 20px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height:1;
}
.home-contact .contact-info a { color:#aaa;}
.home-contact .contact-info em.fa-envelope-o { font-size:16px;}

/*latest-news*/
.latest-news img { max-width:80px;}
.latest-news .box {
    display: table;
}

.latest-news .details { margin:0 0 0 90px;}
.latest-news .details h6 a { color:#fff;}
.latest-news .details p { line-height:1.5;}
.latest-news .details span {
    color: #888;
    letter-spacing: normal;
}
.latest-news hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #333;
}
/*Flickr*/
.Flickr a {
	margin: 0;
	display: block;
	float: left;
}

.Flickr a:hover { opacity:1;}
.Flickr a img { width:80px; border:3px solid transparent;}
.Flickr a img:hover { border:3px solid #ccc;}



/* SH - Contact*/
.TopLayer {
  z-index:900;
}

.top-contact {
  color: #eaeaea;
  float: left;
  padding-top: 2px;
  margin-right: 20px;
  font-size: 12px;
}

/* SH - Banner quick links*/
.banner-title {
  color:#fff;
  font-size:30px;
  font-weight:600;
  line-height:36px;
}
.banner-subtitle {
  color:#fff;
  font-size:14px;
  line-height:22px;
  margin:10px 0 20px 0;
}

/* SH - Banner quick links*/
a.quick-link-buttons:hover {
  text-decoration:none;
}
.quick-links-title {
  padding-left: 6px;
  line-height: 24px;
  font-size: 20px;
  font-weight:bold;
  color:#fff;
}
.quick-links-text {
  padding-left: 6px;
  line-height: 16px;
  font-size: 12px; 
  color:#fff;
}
.quick-links, .quick-links-long { 
  background-color: #363636;
  border:none;
  border-bottom: solid 4px #C94C08;
  padding: 10px 5px;
  height: 75px;
  overflow: hidden;
}
.quick-links-long { 
  height: 150px;
}
.quick-links:hover {
    background-color: #C94C08;
	cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
/* SH - Banner padding correction*/
div#dnn_QuickLinkGrid3A {
    padding-right: 5px;
}
div#dnn_QuickLinkGrid3B, div#dnn_QuickLinkGrid3C {
    padding-right: 5px;
    padding-left: 5px;
}
div#dnn_QuickLinkGrid3D {
    padding-left: 5px;
}
/* SH - Intro Text */
.intro-text {
	margin:40px 0 20px 0px;
    text-align:center;
	font-size:20px;
	line-height: 28px;
	font-weight:bold;
}
/* SH - Page Break */
.page-break {
	background: url(/portals/ecert/images/sitegraphics/page-break.png);
    background: url(/portals/ecert/images/sitegraphics/page-break.svg),
    linear-gradient(transparent, transparent);
    background-position: center;
    background-repeat: no-repeat;
	height:12px;
	margin:0 auto;
	clear:left;
}
/* SH - Testimonial */
.testimonial-container {
    padding:15px 10%;
	text-align:center;
}
.testimonial-text {
	font-weight:100;
	font-style:italic;
	font-size:16px;
	line-height:23px;
	margin-bottom:10px;
}
.testimonial-user {
	font-style:italic;
	font-weight:400;
}
/* SH - Why choose e-z Cert section */
.title-text {
    margin:40px 0 30px 0;
    text-align:center;
	font-size:23px;
	font-weight:bold;
}
.screen-preview-back {
	background: url(/portals/ecert/images/sitegraphics/screen_preview_back.png);
    background: url(/portals/ecert/images/sitegraphics/screen_preview_back.svg),
    linear-gradient(transparent, transparent);
	background-size: cover;
	width:379px;
	height:442px;
    margin:auto;
}
.screen-preview-front {
    width:379px;
	height:442px;
}
/* SH - Chamber Tabs */
.tab-title {
	text-align: right;
    height: 50px;
    float: left;
    vertical-align: middle;
    min-width: 50.5%;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
}
.chamber-tabs {
    	
}
.chamber-tabs ul li.active a {
    background:#010101;
	color:#fff;
}
.chamber-tabs ul {
    padding: 0px;
    list-style: outside none none;
    overflow: hidden;
}

.chamber-tabs ul li {
  margin: 0;
  list-style: none;
  float: left;
  text-align: center;
  position:relative;
  border-right:1px solid #fff;
}
.chamber-tabs ul li:last-child { 
	border:none;
}

.chamber-tabs ul li a {
    padding: 0 6px;
    display: block;
    color: #333;
    font-size: 16px;
    border-bottom: none;
    transition: none;
    font-weight: 600;
    text-transform: uppercase;
}
.chamber-tabs ul li a:hover { background:rgba(255,255,255,0.09); }

.chamber-tabs .tab-content p { padding:10px 0;}
.chamber-tabs .tab-pane {
	min-height: 80px;
}
.chamber-tabs .tab-pane h6 { color:#333;}
.chamber-tabs .tab-pane img {
    padding: 0px 20px 0px 0px;
    max-width:120px;
	max-height:50px
}
.tab-pane .details {
    margin-top: 12px;
}

/* SH - Chamber logos */
.logo-display img {
	max-height:50px;
	margin:15px 20px;
}
.tab-pane {
    border-top:solid 1px #EAEAEA;
    border-bottom:solid 1px #EAEAEA;
	text-align:center;
}


/* SH - Scrolling Chamber logos */
.scroll-left {
 height: 60px;	
 overflow: hidden;
 position: relative;
}
.scroll-left img {
	max-height:50px;
	margin:0 15px;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 line-height: 50px;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 20s linear infinite;
 -webkit-animation: scroll-left 20s linear infinite;
 animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

/* SH - How it works section */
.full-width-grey {
	background-color:#EBEBED;
	padding:20px 0;
	overflow: hidden;
}

.how-it-works-container {
	margin:0 auto;
	width:1140px;
}

.how-it-works {
    background:#363636;
	width:273px;
	padding:25px;
	color:#fff;
	margin-right:20px;
	float:left;
}

.how-it-works-title {
	margin-top:65px;
	font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    transform: scale(1,0.95);
    -webkit-transform: scale(1,0.95);
    -moz-transform: scale(1,0.95);
    -ms-transform: scale(1,0.95);
    -o-transform: scale(1,0.95);
}

.how-it-works-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
	margin-bottom: 15px;
}

.how-it-works-steps {
    width: 204px;
    height: 225px;
	margin-top: 50px;
    margin-left: 30px;
	font-size:14px;
	font-weight:600;
	vertical-align:middle;
    float: left;
}
	
.how-it-works-stepone {
	background: url(/portals/ecert/images/ezv10/stepone.png);
    background: url(/portals/ecert/images/ezv10/stepone.svg), linear-gradient(transparent, transparent);
}

.how-it-works-stepone-title, .how-it-works-steptwo-title, .how-it-works-stepthree-title{
	margin-top:45px;
	margin-left:58px;
	font-size:17px;
}

.how-it-works-stepone-head, .how-it-works-steptwo-head, .how-it-works-stepthree-head {
	margin-top: 12px;
    margin-left: 46px;
    font-size: 11.5px;
    font-weight: bold;
    color: white;
    transform: scale(0.9,1);
    -webkit-transform: scale(0.9,1);
    -moz-transform: scale(0.9,1);
    -ms-transform: scale(0.9,1);
    -o-transform: scale(0.9,1);
}
.how-it-works-steptwo-head, .how-it-works-stepthree-head {
	font-size: 11px;
}

.how-it-works-stepone-sub, .how-it-works-steptwo-sub, .how-it-works-stepthree-sub {
    margin-top: 9px;
    margin-left: 40px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    transform: scale(0.9,1);
    -webkit-transform: scale(0.9,1);
    -moz-transform: scale(0.9,1);
    -ms-transform: scale(0.9,1);
    -o-transform: scale(0.9,1);
}



.how-it-works-steptwo {
	background: url(/portals/ecert/images/ezv10/steptwo.png);
    background: url(/portals/ecert/images/ezv10/steptwo.svg), linear-gradient(transparent, transparent);
}

.how-it-works-steptwo-title{
	margin-left:55px;
}

.how-it-works-stepthree {
	background: url(/portals/ecert/images/ezv10/stepthree.png);
    background: url(/portals/ecert/images/ezv10/stepthree.svg), linear-gradient(transparent, transparent);
}

.how-it-works-stepthree-title{
	margin-left:46px;
}


	
/* SH - Prevent Highlight */
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.footlink {
    width: 100%;
    padding: 5px;
}

.footlinkblueline {
	font-weight: 800;
	color:#C94C08;
}

.footlinkitem {
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    padding-bottom: 10px;
	color: #e0e0e0;
}

.footlinktitle {
    font-size: 14px;
    font-weight: bold;
}

.footlinklinks {
    text-align: left;
    vertical-align: top;	
}
.ahome_link:link, .ahome_link:visited {
    color: #f3f3f3;
    font-size: 12px;
}




@media handheld, only screen and (max-width:1024px) {
.FeaturedWorks .text { padding:20px;}
}

@media handheld, only screen and (max-width:860px) {
.HomeServices .box { padding:20px 0;}
.ourteam .col-sm-3 { width:50%; float:left;}
}
@media handheld, only screen and (max-width:767px) {
.HomeServices .box h5 { font-size:16px;}
.HomeServices .box {
    width: 50%;
    float: left;
	margin:0;
	padding:20px 10px;
}
.home-banner .image {
    min-height: 400px;
}
.home-banner {
	background-color: #fff !important;
}
.home-banner .box { padding:20px; width: 60%;}
.home-banner p {
    padding: 0 0 10px 0px;
    font-size: 13px;
	line-height:1.3;
}
.top-social  {
    text-align: center;
    padding: 0 0 10px 0;
	display:none;
}
.ParallaxContent .text p { font-size:14px;}
.ParallaxContent .image { display:none;}
.ParallaxContent .text {
    color: #FFF;
    padding: 50px 20px 50px;
    position: relative;
    width: 100%;
    min-height: 230px;
    transition: all 0.7s ease 0s;
    max-width: none;
    float: none;
    margin: 0;
    text-align: center;
}
.CompanyInfo .box { padding:20px 0 0 0px;}

.TopBoxes .box {
    width: auto;
    float: none;
    padding: 30px 10px;
    min-height: 1px;
}
.footer-social {
    text-align: CENTER;
    padding: 0;
}
.TeamStyle01 .box { display:block; text-align:center;}
.TeamStyle01 img {
    padding: 0 0 15px 0;
}
.TeamStyle01 h6:after {
    width:100%;
}
.page-service-mid .featured-pro { margin:0 0 20px 0;}

/* SH - Banner quick links*/
.quick-links, .quick-links-long { 
	background-color: #AF0505;
  border: solid 1px #b91c1c;
  padding: 10px 5px;
  height: 75px;
  overflow: hidden;
}
.quick-links-long { 
  height: 150px;
}
.quick-links:hover {
    background-color: #263E87;
	cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
/* SH - Banner corrections */
.banner-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}


/* SH - Banner button padding correction */
div#dnn_QuickLinkGrid3A, div#dnn_QuickLinkGrid3B, div#dnn_QuickLinkGrid3C, div#dnn_QuickLinkGrid3D {
    padding: 5px 12px;
}

}

/* SH - Site-wide button correction */
.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"], .dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span, .btn {
    border: 0 !important;
    background: #C94C08 !important;
    -webkit-border-radius: 0 !important;
	padding: 7px 12px !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 12px !important;
}

/* SH - Site-wide button hover correction */
.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover, .dnnFormItem input[type="reset"]:hover, .dnnFormItem input[type="submit"]:hover, .dnnPrimaryAction:hover, .dnnSecondaryAction:hover, .dnnTertiaryAction:hover, ul.dnnAdminTabNav li a:hover, .dnnLogin .LoginTabGroup span:hover, .btn:hover {
    outline-offset: -1px;
    outline: 1px solid #C94C08 !important;
    background: #fff !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #C94C08 !important;
    font-weight: bold !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 12px;
}



@media handheld, only screen and (max-width:600px) {
.HomeServices .box {
    width: 100%;
    float: none;
	margin:0;
	padding:0px 0 30px;
}
.home-banner p {
    font-size: 12px;
}

}

@media handheld, only screen and (max-width:520px) {
.ourteam .col-sm-3 { width:100%; float:none;}
}
