
/*ColorIcons*/
.ColorIcons { padding:50px 0;}
.ColorIcons .col-icon {
    color: #FFF;
    font-size: 55px;
    float: left;
    width: 70px;
}

.ColorIcons .col-right {
    color: #FFF;
    margin: 0px 0px 0px 70px;
}
.ColorIcons .col-right h3 { padding:0 0 10px 0;}

/*Button*/
.button {
    border-radius: 5px;
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
}

.btn-gray,
.btn-gray:link,
.btn-gray:active,
.btn-gray:visited { color:#fff; background:#3e4245;}

.btn-black,
.btn-black:link,
.btn-black:active,
.btn-black:visited { background:#1e1e21; color:#fff;}


/*-----HomePage-----*/
.TopLinks { color:#fff;}
.TopLinks a, 
.TopLinks a:link, .TopLinks a:active, .TopLinks a:visited{ padding:0 5px; color:#fff;}

.TopLinks a:hover { color:#ccc;}
.top-address { padding:45px 0 0 0; font-size:14px;}
.top-address p{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.top-address strong { display:block;}
.top-address em {
    font-size: 30px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #666;
    border: 1px solid #666;
}
.top-contact { color:#fff;}
.top-contact .mail-to a { color:#fff;}
.top-contact em { font-size:16px; margin:0 5px 0 0;}
.top-contact .call-us { margin:0 10px 0 0;}
.home-top-box { 
	padding:0px 0 40px 0;  
	margin: 20px 0;
}
.home-top-box h1 {
    text-align: center;
    text-transform: uppercase;
    color: #ddd;
}

.home-top-box .top-text p{ max-width:700px; margin:0 auto; text-align:center; padding:20px 0 40px; color:#888; }
.home-top-box .box {
  text-align: center;
  padding:40px 5%;
  background-color: #33383d;
  border:1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition:all 0.3s ease-out 0s;
  -ms-transition:all 0.3s ease-out 0s;
  -o-transition:all 0.3s ease-out 0s;
  transition:all 0.3s ease-out 0s;
	border:1px solid transparent;
	margin: 0 0 20px 0;
}


.home-top-box .box h4 {
  color: #ccc;
  padding: 15px 0;
  position: relative;
  text-transform:capitalize;
}
 
.home-top-box .box p {
    color: #888;
    padding: 0 0 20px 0;
}

.home-top-box .box em {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
  background: #eee;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition:all 0.3s ease-out 0s;
  -ms-transition:all 0.3s ease-out 0s;
  -o-transition:all 0.3s ease-out 0s;
  transition:all 0.3s ease-out 0s;
}

.home-top-box .box:hover { /*border:1px solid #1abc9c;*/}
.home-top-box .box:hover em { color:#fff;}

.TopAD { padding:20px 0 50px;}
.TopAD .mask:before,
.TopAD .mask:after{
    position: absolute;
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.TopAD .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.TopAD .mask:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.TopAD .mask:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.TopAD .box:hover .mask:before,
.TopAD .box:hover .mask:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.TopAD .text{
    height: 100%;
    display: block;
    width: 100%;
    padding: 40px 0 0 50px;
    color: #fff;
    font-size: 16px;
}
.TopAD .text em {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-top:30px;
    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;
}
.TopAD .box:hover .text em { opacity: 1; margin-top:20px;}
.fontsize0 { font-size:0;}
.TopAD a.fontsize0 {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
	margin: 0 -15px;
}



.FeaturedProducts { padding:0 0 30px 0;}
.TopColorFeatures { padding:40px 15px 20px;}
.TopColorFeatures .col-sm-4{ text-align:center; padding:0;}
.TopColorFeatures .box {
    padding: 50px 30px;
    margin: 0 0 20px 0;
}


.black10 { background:rgba(0,0,0,0.1);}
.TopColorFeatures .box em { color:#fff; font-size:42px;}
.TopColorFeatures .box h3 { color:#fff; padding:10px 0;}
.TopColorFeatures .box p { color:#fff;}


#owl-AboutUs h4 {
    color: #ddd;
    padding: 15px 0px 5px;
}
#owl-AboutUs img { width:100%;}
.WhoWeAre h4 {
    padding: 15px 0 10px;
    text-transform: capitalize;
}
.WhoWeAre img { width:100%;}
.ServiceBottomLeft .details { margin:0 0 20px 0;}
.ServiceBottomLeft .details h4 { text-transform:capitalize;}
.ServiceBottomLeft .details p { padding:5px 0 0 60px;}
.ServiceBottomLeft .details em {
    color: #FFF;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 15px 0 0;
}
.home-team .box h6 {
    padding: 10px 0 10px 0;
    position: relative;
    margin: 10px 0 0 0;
}
.RecentNews .img { float:left; width:80px;}
.RecentNews .col-right { margin:0 0 0 100px;}
.RecentNews .box { margin:0 0 20px 0; display:table;}
.RecentNews .box span { color:#aaa; text-transform:capitalize;}
.RecentNews .box p {
    line-height: 1.5;
    padding: 5px 0;
}
.RecentNews .box h4{
    line-height: 1;
	text-transform:capitalize;
	font-size:16px;
}
/*gallery*/
.HomePortfolio .top-text { text-align:center; color:#ddd; padding:0 0 20px 0;}

.homefootertext { text-align:center;}

.homefootertext h3 { padding:0 0 20px 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 h4 {
    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;}





/*top icon*/
.home-banner .item { position:relative;}

.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: #000;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 300;
    position: absolute;
    top:30%;
}
.home-banner .box h1 {
    font-size: 45px;
    text-transform: uppercase;
    display: inline-block;
    padding:0 0 10px 0;
    font-weight: 600;
	line-height:1;
}
.home-banner .box h1 span { font-weight:800;}
.home-banner .bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    width: inherit;
}

.home-banner h2 {
    font-size: 48px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}
.home-banner p {
	padding:0 0 10px 0;
	font-size:14px;
}
.home-banner .txt-content a.btn-blue {
    color: #FFF;
    padding: 8px 15px;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
}
.home-banner .learn-more {
    text-transform: uppercase;
    border: 2px solid #1abc9c;
	background:#1abc9c;
}
.home-banner .learn-more:hover { border: 2px solid #fff; background:none;}
.home-banner .contact-us { border:1px solid #fff; 	text-transform:uppercase; }
.home-banner .contact-us:hover { background:#333; border:1px solid #333; }

.top-social{
    padding: 60px 0 0 0;
}
.top-social a, .top-social a:link, .top-social a:active, .top-social a:visited {
    color: #666;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: top;
    line-height: 1.2;
}

a.first-icon, 
a.first-icon:link, 
a.first-icon:active, 
a.first-icon:visited {
	color:#FFFFFF;
}
ul.download-links { margin:0; padding:0;}
.download-links li a {
    color: #ddd;
    text-transform: capitalize;
	font-size:14px;
}
.download-links li {
    line-height: 1;
    vertical-align: middle;
    padding: 17px 0;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
}
.download-links li em {
    margin: 0 6px 0 0;
	font-size:16px;
}

/*home news*/
.news-list { margin:0; padding:0; list-style:none;}
.news-list li {
    clear: both;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px 0;
}
.news-list li:last-child { border:none;}
.news-list li:before { content:""; display:block;}
.news-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news-left {
    float: left;
    text-align: left;
    position: relative;
    width: 90px;
}
.news-left img { width:100%;}
.news-right {
    margin: 0px 0px 0px 110px;
}
.news-left .date {
    display: block;
    color: #FFF;
    font-size: 14px;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}
.news-left .date em{
    font-style: normal;
    font-weight: bold;
    font-size:16px;
}
.news-list h5 a { color:#333; font-weight:600;}

.news-list p {
    color: #888;
}

.news-list .comments-text a { color:#888;}
.news-list .comments-text a:hover { color:#1abc9c;}
.home-WhyUs .text {
    margin: 0px 0px 0px 100px;
}
.home-WhyUs .text a {
    font-size: 16px;
    padding: 5px 0px;
    display: inline-block;
}
.home-WhyUs .box {
    margin: 0px 0px 15px;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 15px;
	display:table;
}
.home-WhyUs .box .img { float:left; max-width:80px; }
.LatestNews .box {
    margin: 0 0 30px 0;
    display: table;
}
.LatestNews .box img { width:100%;}
.LatestNews .box h4 { color:#ddd; padding:10px 0; text-transform:capitalize;}
/*footer-logo*/
ul.footer-logo {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-logo li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 14%;
  opacity: 0.5;
  text-align: center;
  padding: 0 15px;
}

.footer-logo li:hover { opacity:1;}
.footer-logo li img{ width:100%;}

/*============================================================
    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;
}

.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:10px 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;
}


.PhotoGallery img { width:100%;}
figcaption.mask h5 {
  line-height:1.3;
}


.plus-mask{
  background-color:rgba(0,0,0,0.3);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -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 { opacity: 1;}
.gallery-item .mask{
    border: 1px solid #eee;
    border-top: none;
}
.gallery-item:hover .mask {
    background: #eee;
}
.plus-mask .box {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 999;
    text-align: center;
    margin: -25px 0px 0px;
    left: 0px;
    width: 100%;
	color:#fff;
}
.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;
}
.plus-mask .box a span { line-height:40px;}
.FeatureIcons { padding:60px 0 0px 0;}
.FeatureIcons .box {
    margin: 0 0 30px 0;
    display: table;
}

.FeatureIcons em {
    float: left;
    width: 70px;
    height:70px;
    background: #00abc6;
    color: #fff;
    text-align: center;
    line-height:70px;
    font-size: 30px;
}
.FeatureIcons .IconRight { margin:0 0 0 90px; }
.FeatureIcons h4 { color:#ddd; text-transform:capitalize;}

/*Home Team*/
.home-team figure {
  position: relative;
}
.home-team figure.box {
    text-align: center;
    margin: 0px 0px 20px;
}
.home-team.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;
}
.home-team .img { position:relative; overflow:hidden;}
.home-team .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.75);
}
.home-team .box:hover .mask { bottom:0;}
.home-team {
    text-align: center;
    padding: 50px 0;
}

.home-team .sub-title { color:#fff; padding:10px 0 30px;}
.home-team h1 { color:#fff; }
.team-text { text-align:center; margin:0px auto 40px; text-transform:capitalize; width:60%;}
.home-team .box h4 {
  color: #ddd;
  text-transform: capitalize;
}
.home-team .box h6:after {
    width: 40px;
    height: 1px;
    background: #aaa;
    position: absolute;
    content: "";
    left: 50%;
    margin: 0 0 0 -20px;
    top: 0;
}
.home-team .box .social a { background:#fff;}
.home-team .box p {
    color: #aaa;
    text-align: left;
    padding: 10px 0 0 0;
}
.home-team .box .social a:hover { background:#fff; color:#333;}
.home-team .mask .social a {
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}
.home-team .mask .social a:hover { color:#111;}
.home-team .mask .social {
  top: 50%;
  position: relative;
  margin: -20px 0 0 0;
}
.home-team .mask p { padding:0 0 20px 0;}
.home-team .details {
    background:#33383d;
    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;

}

.welcome-text { padding:20px 0;}
.welcome-text h2 { color:#fff;}
.welcome-text p { color:#fff;}

.welcome-text .button { margin:15px 0 0 0;}
.welcome-text .btn-black:hover { opacity:0.8; background:#1e1e21;}

.AppBox { padding:0;}
.AppBox .app-img { text-align:center; }
.AppBox .app-img img { max-width:520px; width:100%;}
.AppBox em {
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
	float:left;
}
.AppBox .pull-right:hover em{ background:none;}
.AppBox .text { margin:0 0 0 100px;}
.AppBox .text h5 { color:#ddd;}
.AppBox .pull-right { margin:20px 0;}


.TeamNews img { width:100%;}
.TeamNews .img { position:relative;}
.TeamNews .date {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}
.TeamNews h4 { color:#333; font-weight:bold; padding:20px 0 10px;}
.TeamNews p { padding:0 0 10px 0;}
.TeamNews .sub-title { padding:0 0 30px 0;}

.ParallaxText { text-align:center;}
.ParallaxText h2 {
    color: #eee;
    text-transform: capitalize;
    font-weight: 300;
}
.ParallaxText h1 {
    color: #eee;
    text-transform: uppercase;
    font-weight: 800;
	font-size:48px;
	line-height: 1;
}

.ParallaxText p { max-width:800px; margin:0 auto 25px; color:#ddd; font-size:15px;}


/*page-about*/
.page-about-top {
    overflow: hidden;
    padding: 0px 0 50px 0;
}
.page-about-top h1 { color:#ddd; text-align:center; font-weight:300;}
.page-about-top .box .text { padding:20px  ;}
.page-about-top h4 {
    color: #ddd;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 10px 0;
}
.page-about-top .box p {
    margin: 10px 0 0 0;
}

.page-about-top .box {
    display: table;
    border: 1px solid #3e4245;
    margin: 0 0 20px 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;
	padding:25px 10px;
}
.page-about-top.style .box { padding:20px;}
.page-about-top.style .box p {
    margin: 10px 0;
}
.sub-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.page-about-top.style .box .text {
    padding: 10px 0;
	text-align:center;
}
.page-about-top img { width:100%;}
.page-about-top .box:hover { background:#222629;}


/*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;
  color: #666;
  line-height:1;
}
.home-contact .contact-info a { color:#aaa;}
.home-contact .contact-info em.fa-envelope-o { font-size:16px;}

.FooterBoxes {
    color: #FFF;
    margin: -100px 0px 50px;
	padding:10px 0;
}
.FooterBoxes h4 { text-transform:capitalize;}
.FooterBoxes .box { padding:15px 0;}
.FooterBoxes em {
    font-size: 30px;
    background: #333;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.FooterBoxes .text { display:inline-block; vertical-align:middle;}
/*latest-news*/
.latest-news span { padding:5px 0 15px 0; display:inline-block; color:#bbb;}
.latest-news .details a:hover { color:#fff;}
/* newsletter*/
.footer-newsletter h6 {
  color: #aaa;
  border-bottom: 1px solid #393939;
  padding: 15px 0;
  margin: 0 0 20px 0;
}
.footer-newsletter .social a {
  color: #555;
  font-size: 24px;
  margin: 0 5px;
}
.footer-newsletter .social a:hover { color:#1abc9c;}
.footer-newsletter p {
  padding: 0 0 20px 0;
  color: #aaa;
}

.newsletter { position:relative; max-width:300px;}
.newsletter input {
  border: medium none;
  border-radius: 0;
  background: none repeat scroll 0% 0% #2c2c34;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 70px 0 10px;
  color: #bbb;
  outline: none;
}
.newsletter button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background: #1abc9c;
  line-height: 40px;
  text-transform: capitalize;
  border-radius: 0;
  color: #FFFFFF;
  padding: 0 13px;
  outline: none;
  height: 40px;
}
.newsletter button:hover { opacity:0.8;}

/*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: 15px 0;
   /* border-bottom: 1px dotted rgba(255,255,255,0.15);*/
}
.home-other-links li a { color:#bbb; text-transform:capitalize; }
.fa-round {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.footer-aboutus h4 { color:#ddd; padding:10px 0;}
.footer-links {
  text-align: center;
  color: #aaa;
  padding: 20px 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-social*/
.footer-social { padding:20px 0 0 0;}
.footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
    color: #ccc;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background:#333;
}
.footer-logo { text-align:center; padding:15px 0; }
.footer-logo a { opacity:0.5; margin:0 10px;}
.footer-logo a:hover { opacity:1;}
/*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;}
/*Testimonials*/
.Testimonials { font-size:13px;}
.Testimonials-top { position:relative; margin:0 0 20px 0;}
.Testimonials-top p {
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 5px;
	padding:20px 20px;
	line-height:2em;
}
.triangle {
	border-width: 8px 8px 0;
	height: 6px;
	border-color: #eee transparent;
	border-style: solid;
	margin: 0;
	display: inline-block;
	left: 50px;
	position: absolute;
	bottom: -8px;
}
.Testimonials-info img {
    width: 70px;
    margin: 0 20px 0 30px;
}
.info-right { padding:15px 0 0 0; font-size:14px; text-transform:capitalize;}
.info-right em { font-size:13px;} 





/* 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; position:relative;}
.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 input[type="text"], .contact-section textarea {
    width: 100%;
    display: inline-block;
    padding: 12px 10px;
    background: #f6f6f6;
    color: #333;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    border: 1px solid #ddd;
    outline: medium none;
    margin: 0px 0px 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;}

/*------ Blan Tables ------*/
.plan_col {
  background: #333;
  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 {
    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 rgba(255,255,255,0.1);
    padding: 13px 0px;
	color: #878787;
}
.plan_col.plan_column1 li:first-child {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.plan_col.plan_column1 .plan_price_btn {
    background: #576162;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0;
    padding: 10px 18px;
    color: #fff;
    font-style: italic;
}

.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 #ddd; border-radius: 4px; overflow:hidden;}
.hm-pricing-header h2 {
  padding: 0 0 30px 0;
  font-weight: 600;
}

.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: #e3e3e3;
}
.hm-pricing-features li { padding:15px 0;}
.hm-pricing-body{
  font-weight: 600;
  font-family:open sans;
}
.hm-pricing-list header {
    padding: 20px 0;
    background: #333;
    color: #fff;
}

.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;
}
/*pricing table*/
.pricing-table {
    margin: 0 0 50px;
    text-align: center;
}
.pricing-table .price-item {
    border: 1px solid #E5E1E1;
}
.pricing-table .price-item {
    border: 1px solid #E5E5E5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	margin:25px 0;
}
.pricing-table .header { background:#1abc9c;}

.pricing-table .header h2 {
    background: none repeat scroll 0 0 #1abc9c;
    color: #FFFFFF;
    margin: 0;
    padding: 0.8em 0;
}
.pricing-table .price h2 {
    border-bottom: 1px solid #E5E1E1;
}
.post-content ul, #woocommerce-container .summary ul, #woocommerce-container .tab-content ul {
    list-style-position: inside;
    margin-bottom: 10px;
}
.pricing-table ul { padding:0; margin:0;}
.pricing-table ul li {
    border-bottom: 1px solid #E5E1E1;
}
.pricing-table ul li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-style: none none solid;
    border-width: 0 0 1px;
    list-style-type: none;
    margin: 15px 10px;
    padding-bottom: 10px;
}

.pricing-table .price-item.featured .header h2 { padding: 30px 0;}
.pricing-table .price-item.featured p { margin:25px 0 15px;}
.pricing-table .price-item.featured {
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
	 transition: all 0.2s linear 0s;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.6);
	margin:0;
}
.pricing-table A, 
.pricing-table A:link, 
.pricing-table A:active, 
.pricing-table A:visited
{
	color:#FFFFFF;
}
.pricing-table .price-item.featured .button, #submit { padding:10px 35px;}
.box .icon {
	position: relative;
	margin-bottom: 20px;
	float: left;
}
.box .icon em {
	font-size: 32px;
	line-height: 53px;
	text-align: center;
	display: inline-block;
	width: 56px;
	border: 2px solid;
	border-radius: 100%;
	height: 56px;
}
.box.listed-left .box-text {
    margin-left: 90px;
}
.box.listed-left {
    text-align: left;
    margin: 0 0 30px 0;
}
/*page service*/
.page-service .box {
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
    -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;
}
.page-service .box h4 { padding:0 0 20px 0;}
.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: #333;
  font-weight: 600;
  padding:0 0 5px 0;
}
.page-service .details {
  padding: 20px 25px;
  background-color: #f8f8f8;
}
.page-service .button-medium:hover { color:#fff;}

/*Meet the team*/
.meet-team .left-img { float:left; margin:0 20px 0 0;}
.meet-team .left-img img {
    width: 130px;
	border-radius: 50%;
}
.left-img a { border-radius: 50%;border: 8px solid #eee!important; display:inline-block; overflow:hidden;  max-width:140px;}
.team-content .icons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    font-size: 18px;
}
.team-content .icons a:hover { background:#444!important;}
.team-content .icons {
	margin: 10px 0px;
}
.meet-team p { padding:0px 0 20px 0; font-size:14px; line-height:1.8;}
.team-content span { color:#aaa;}
ul.looping { margin:0; padding:0 0 0 10px;}
ul.looping li {
    overflow: hidden;
    margin: 30px 0px;
}
.looping .article_content { padding:15px 0 0 0;}
.post_media {
	float: left;
	max-width: 34%;
	margin-right: 15px;
}
.post_media img{
	border-radius: 50%;
	border: 10px solid #e6e6e6;
	width:180px;
}
.looping h4 {
    font-family: open sans;
    font-weight: normal;
}
.looping .social_icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    border-radius: 50%;
    font-size: 16px;
}
.looping .social_icons a:hover { background:#333; color:#fff!important; border:1px solid #333!important;}
.looping p.description { padding:10px 0;}
.page-team h1 {
	font-size: 60px;
	font-weight: normal;
	padding: 40px 0 0 0;
	line-height: 1em;
	color: #333;
}
.page-team h4 {
    font-weight: normal;
    padding: 10px 0;
    color: #000;
}
.page-service-top { padding:20px 0;}
.quote.fa {
    background: none repeat scroll 0% 0% #1abc9c;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 75px;
}
.Testimonial { line-height:1.8; overflow:hidden;}
.quote-name{
	display: inline-block;
	padding:0 15px;
	vertical-align:middle;
}
.quote-name span{
	display: block;
	font-size: 16px;
	font-weight:bold;
}
.quote-name em {
	font-size: 11px;
	line-height: 1;
	display: block;
	color: #999;
}

.Testimonial .figure a img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    transition: all 300ms ease-out 0s;
    margin: 5px 0px 0px;
    display: inline-block;
}
.figure-top  {
    text-align: left;
}


.Testimonial .figure p {
    font-style: italic;
    line-height: 1.5;
    padding: 20px 0;
	font-size:14px;
}

.GuestBook .figure p { color:#ddd;}
.GuestBook .quote-name span { color:#ddd;}
/*PhotoGallery*/
.PhotoGallery .gird-item {
    position: relative;
    overflow: hidden;
	margin: 0px 0px 30px;
}

.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:#212121;
	padding:10px;
	text-align:center;
}
.PhotoGallery .hover-text span { color:#888;}
.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%;}


/*---pane-layout---*/
.pane-layout-style .col-sm-3 span,
.pane-layout-style .col-sm-4 span,
.pane-layout-style .col-sm-5 span,
.pane-layout-style .col-sm-6 span,
.pane-layout-style .col-sm-7 span,
.pane-layout-style .col-sm-8 span,
.pane-layout-style .col-sm-9 span,
.pane-layout-style .col-sm-10 span,
.pane-layout-style .col-sm-11 span,
.pane-layout-style .col-sm-12 span,
.pane-layout-style .FullContent span { background:#ccc; height:60px; display:block; margin:10px 0; padding:20px 0 0 0;}
.ZF0047-Tabs-Home ul li.item1.ui-tabs-selected a { border-radius: 5px 0 0 5px;}


/*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;}






/*---------Responsive Layout--------------*/

@media handheld, only screen and (max-width:1680px) {
.home-banner .image {
	min-height: 600px;
}
}
@media handheld, only screen and (max-width:1440px) {
.home-banner .image {
	min-height: 500px;
}
}

@media handheld, only screen and (max-width:1280px) {
.home-banner .image {
	min-height: 450px;
}
.home-banner .box h1 {
  font-size: 45px;
}
.top-info {
    margin: 10px 0 0 0;
}
.top-info em {
    display: block;
    float: none;
}

}
@media handheld, only screen and (max-width:1100px) {
.home-other-links li { width:auto;}
.welcome-text h2 { font-size:24px;}
}
@media handheld, only screen and (max-width:1024px) {



.our-product .features h2 { font-size:24px;}
.home-banner .image {
	min-height: 400px;
}


.home-banner h2 { font-size:36px;}
.home-banner .box h1 {
  font-size: 40px;
}



}
@media handheld, only screen and (max-width:960px) {
.service-tabs ul li a {
    font-size: 13px;
}
.FeatureIcons .col-sm-4 { width:50%;}

.myteam-top p {
  width: auto;
}

.AppBox em {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 20px;
}
.AppBox .text {
    margin: 0 0 0 90px;
}
}
@media handheld, only screen and (max-width:930px) {

.home-team .mask p { line-height:1.5;}

}

@media handheld, only screen and (max-width:900px) {
.quote-link, .quote-link:link, .quote-link:active, .quote-link:visited {
  padding: 10px 20px;
  font-size: 14px;
}
.inner-banner-bg { min-height:200px;}




.service-tabs .tab-pane img {
  max-width: 40%;
}



.home-banner .box h1 {
  font-size: 30px;
}
.OurMission p { width:90%;}
}
@media handheld, only screen and (max-width:860px) {

.AppBox .pull-right, .AppBox .pull-left {
  margin: 0 0 20px 0;
}
}
@media handheld, only screen and (max-width:800px) {
.home-top-icon .top-text { width:auto;}
.home-team .col-sm-3 { width:50%; float:left;}
.home-team .mask .social { display:block;}
.home-team .mask p { line-height: inherit;}
.welcome-text h2 {
  font-size: 22px;
}
.footer-logo li { padding:0;}

}
@media handheld, only screen and (max-width:768px) {
.home-contact .social-icon a {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.home-contact .contact-info em {
	display: none;
}
.home-main-top .col-sm-4 img{ max-height:145px;}
}
@media handheld, only screen and (max-width:767px) {
.home-other-links li { min-width:150px; width:auto;}
.price-table .col-md-4 {
  width: auto;
  float: none;
}
.home-top-icon {
	padding: 20px 0;
}
.none767 { display:none;}
.home-main-top .col-sm-4 img{ max-height: none;}
.home-top-icon .row .col-sm-4 { width:auto;}
.home-contact .contact-info em {
	display: inherit;
}

.home-contact .contact-info li {
	vertical-align: top;
}
.FeatureIcons .col-sm-4 { width:auto;}


.contact-section {
  padding: 20px 0px 70px;
}
.page-team.text-right { text-align:left;}
.our-product .left-img {
	width: auto;
	float: none;
	vertical-align: middle;
	text-align: center;
}
.our-product .features {
	float: none;
	width: 100%;
	padding: 0 20px;
}
.home-banner .image { min-height:250px;}
.home-banner .txt-content {
	padding: 0 40px;
}
.home-banner .txt-content a {
	padding: 5px 15px;
}
.home-banner h2 {
	font-size: 30px;
}
.home-banner p {
  font-size: 12px;
  padding:0;
}


.home-banner .box h1 {
  font-size: 24px;
}
.choose-us .features { float:none; width:auto; padding:0;}
.choose-us .left-img { float:none; width:80%; text-align:center; margin:0 auto;}
.Flickr a {
	float: none;
	display:inline-block;
}
.Testimonial { font-size:14px;}
.Testimonial .figure p {
	width: auto;
}
.quote.fa {
	width: 50px;
	height: 50px;
	line-height: 55px;
}

.page-about-us .stat2 .subtitle {
    padding: 0px;
}
.welcome-text { display:none;}
.home-top-box {
  margin: 0;
}


.home-about .featured-pro {
  margin: 0 auto 20px auto;
}

.service-tabs .tab-pane img {
  max-width: 180px;
}
.myteam-top .button a {
  padding: 8px 15px;
  font-size: 12px;
}
.footer-links {
  text-align: center;
  padding: 0;
}
.top-contact { display:none;}

.product-list .col-sm-3 { width:50%; float:left;}
.top-info {
  display: none;
}
.top-info em {
    float: left;
	display:inline-block;
}
.top-info .item { width:33%; float:left;}
.ParallaxText p {
  width: auto;
  font-size: 13px;
}
.team-text {
  width: auto;
}



.ColorIcons {
    padding: 20px 0px;
}
.ColorIcons .col-right { margin:20px 0px 20px 60px;}
.ColorIcons .col-icon {
    color: #FFF;
    font-size: 45px;
    float: left;
    width: 60px;
}
.home-top-box .top-text p {
    padding: 20px 0px 10px;
}
.service-tabs .tab-pane {
    padding: 30px 0px 0;
}
.page-about-top .box { display:block;}
.PageTeam-top .col-sm-2 { width:50%; float:left;}
.AppBox .pull-right, .AppBox .pull-left {
    margin: 0 0 20px 0;
    float: none !important;
    display: table;
}
.AppBox .app-img {
    margin: 0 0 40px 0;
}
.ParallaxText h1 { font-size:32px;}
.TopLinks{
    text-align: center;
}
}
@media handheld, only screen and (max-width:640px) {


.home-banner .box h1 {
  font-size: 20px;
}
.home-banner p {
  font-size: 12px;
  line-height: 1.2;
  font-size: 11px;
}
.home-banner .txt-content a {
	padding: 2px 10px;
	font-size: 11px;
}
.our-blog .details p {
    font-size: 12px;
}
}
@media handheld, only screen and (max-width:600px) {
.top-social {
	text-align: center;
}
.home-banner h2 {
	font-size: 24px;
}

}
@media handheld, only screen and (max-width:520px) {
.home-top-icon .box {
	padding: 10px 0;
}
.home-banner h2 {
	font-size: 20px;
}

}
@media handheld, only screen and (max-width:480px) {
.page-team h1 {
	font-size: 30px;
}
.home-team .col-sm-3 { width:auto; float:none;}
.home-top-box .box {
  width: auto;
  float: none;
  margin: 0 0 20px 0;
}



.home-about {
    padding: 0;
}
.product-list .col-sm-3 { width:auto; float:none;}
.ParallaxText h1 {
    font-size: 20px;
}
figcaption.mask { padding:10px 0;}
}
@media handheld, only screen and (max-width:400px) {


.home-top-icon .box .icon { float:left;}
.box .icon {
	float: none;
	text-align: center;
}
.box.listed-left .box-text {
	margin-left: 0;
	text-align: center;
}
.service-tabs ul li a {
  font-size: 12px;
}
.home-banner .box h1 {
    font-size: 14px;
}
}
@media handheld, only screen and (max-width:375px) {
.home-banner .image {
    min-height: 200px;
}


.home-banner .txt-content a.contact-us { display:none;}

.home-banner h2 {
    font-size: 16px;
	white-space:nowrap;
}
.home-banner p {
    font-size: 10px;
}
.ParallaxText h1 {
    color: #FFF;
    font-size: 18px;
}
}
@media handheld, only screen and (max-width:360px) {

.home-banner h2 {
    font-size: 14px;
}
.home-banner p {
    font-size: 10px;
}
.home-other-links li { min-width: inherit; width:auto;}
.service-tabs ul li a {
  padding: 12px 10px;
}
figcaption.mask span {
    font-size: 10px;
}
figcaption.mask h5 {
    font-size: 12px;
}


}
@media handheld, only screen and (max-width:350px) {
.service-tabs .tab-pane img {
  width: 100%;
  max-width: none;
  padding: 0 0 10px 0;
}
}
@media handheld, only screen and (max-width:300px) {




}

@media handheld, only screen and (max-width:239px) {
.home-banner .button {
    display: none;
}
}







