/*============Custom Css===========*/

.home-banner .txt-content {
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 300;
    position: absolute;
    top:35%;
}
.home-banner .box h1 {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}
.home-banner .button { border-radius:50px;}
.home-banner .box p { padding:0 0 20px 0;}

.PageTitle {
    display: inline-block;
    padding: 100px 0px 0px;
}
.TitleBar {
    text-align: center;
    padding:90px 0 20px 0;
}
.TitleBar.white h2 { color:#fff; }
.TitleBar.white p { color:#bbb;}

.TitleBar h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #333;
    position: relative;
    display: inline-block;
    margin: 0 auto;
	padding:0 0 10px 0;
}

.title-p { max-width:800px; margin:0 auto; padding:20px 0;}
.FeatureIcons { text-align:center; padding:70px 0;}
.FeatureIcons h4 {
    padding: 30px 0 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.FeatureIcons p { color:#999;}
.FeatureIcons .box {
    margin: 0;
    background: #fff;
    padding: 40px 20px;
    -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;
	border-radius:4px;
}

/*============About===========*/
.Aboutus .image {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: cover;
	position:relative;
}
.Aboutus .overlay {
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.Aboutus .mask {
    height: 100%;
    width: 100%;
    position: absolute;
	opacity:0.8;
}

.Aboutus .text {
    position: relative;
    color: #fff;
    padding: 18% 50px 0;
    text-align: center;
}
.Aboutus .text h2 {
    line-height: 1.2;
	font-size: 36px;
}

.Aboutus .text p {
    font-size: 18px;
    padding: 10px 0 0 0;
    font-weight: 300;
}
/*============Services===========*/

.OurServices { padding:0 0 80px 0;}
.OurServices .box {
    -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;
	    margin:20px 0 0 0;
}



.OurServices .box h4 {
    font-weight: 600;
    text-transform: capitalize;
	color:#333;
	    -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;
}

.OurServices p {
    margin: 0 auto;
    padding: 10px 0;
}
.OurServices .IconRight { margin:0 0 0 50px;}
.OurServices .box em {
    font-size:28px;
    float: left;
    width: 40px;
    text-align: left;
}

.OurProjects { padding:0 0 80px 0;}
.OurProjects .box {
    text-align: center;
    margin: -30px 0 0 0;
}
.OurProjects .featured-pro { background:#fff; padding:30px 30px 40px; margin:0 0 20px 0;}
.OurProjects .box em {
    color: #fff;
    font-size: 28px;
    width: 66px;
    height: 66px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
	position:relative;
    -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;
}
.OurProjects img { width:100%;}
.OurProjects .box h5 { text-transform:capitalize; padding:20px 0 10px; color:#333; font-weight:600;}
.OurProjects .box a {
    font-weight: bold;
    text-transform: uppercase;
}
.OurProjects .box p { padding:0 0 10px 0;}


/*=========Team=========*/
.OurTeam{
    padding: 0 0 100px 0;
}
.OurTeam .image {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
	overflow:hidden;
}

.OurTeam .box {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 0 30px 0;
	border-bottom:3px solid transparent;
	background:#fff;
}
.OurTeam .box h4 { font-weight:600; color:#333; padding:20px 0 0;}



.OurTeam .box .social {
    text-align: center;
}
.OurTeam .box h6 {
    position: relative;
    padding: 10px 0 15px 0;
    margin: 10px 0 0 0;
    color: #888;
}

.OurTeam .box .social a:hover { color:#333;}
.OurTeam .box .hover {
    transition: all 0.7s ease 0s;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0;
	height:100%;
	 opacity:0;
}

.OurTeam .box:hover .hover { opacity:1;}






/*=========Gallery=========*/


.PhotoGallery .gird-item {
    position: relative;
    overflow: hidden;
	margin:15px 0;
}
.PhotoGallery .gird-item img { width:100%;}
.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;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.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%;}





/*=========Testimonial=========*/
.Testimonial { padding:0 0 60px 0;}
.Testimonial .image {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    margin: 0 0 -30px 40px;
}
.Testimonial .item { margin:0 15px;}
.Testimonial .text {
    border-radius: 5px;
    background: #eee;
    padding: 40px 40px 30px;
	color: #333;
    -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;
}
.Testimonial .text h6 {
    font-weight: bold;
    padding: 10px 0 0 0;
}
.Testimonial .owl-theme .owl-controls {
    margin-top: 30px;
}

.Testimonial .text h6 em { font-weight:normal; font-size:14px;}
/*=========Footer=========*/
.footer-social {
    text-align: center;
    padding: 40px 0;
}

.footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
    color: #555;
    margin: 0px 20px;
    font-size: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}

.contact-btn {
    max-width: 800px;
    margin: -40px auto 0;
    padding: 0 0 40PX 0;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    border-bottom: 1px solid #333;
}
.contact-btn .box { padding:10px 0;}
#contact-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.contact-btn em:after { 
	position:absolute; 
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
	content:"";
}
.contact-info p { padding:0 0 20px 0;}
.contact-info em {
  vertical-align: middle;
  line-height: 30px;
  font-size: 24px;
  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: none;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    outline: medium none;
    margin: 0px 0px 20px;
    border: 2px solid #ccc;
}

.contact-section input[type="submit"] {
    display: inline-block;
    outline: medium none;
    padding: 12px 55px;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
    color: #333;
    border-radius: 30px;
    border: 1px solid #333;
    text-transform: uppercase;
    background: none;
}
.contact-section input[type="submit"]:hover {
    background: #333;
}


.contact-section {
    padding: 0 0 90px 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:center;}
#submit_contact:hover { color:#fff!important;}


@media handheld, only screen and (max-width:1024px) {

.Aboutus .box {
    padding:10px 0 0 0;
}

}

@media handheld, only screen and (max-width:960px) {

.home-banner .txt-content { top:30%;}
.Aboutus .text h2 {
    font-size: 30px;
}

}
@media handheld, only screen and (max-width:960px) {



}
@media handheld, only screen and (max-width:767px) {
.home-banner .box h1 { padding:0; font-weight:600;}
.home-banner .box p {
    padding: 0px 0px 10px;
}

.hm-pricing-list .box {
    margin: 0 0 20px 0;
}
.OurServices p { font-size:14px;}
.Aboutus .overlay {
    max-width: 100%;
}
.Aboutus .image { min-height:300px;}
.Aboutus .text {
    padding: 10% 50px 0px;
}
.Aboutus .text h2 {
    font-size: 26px;
}
.OurServices .IconRight {
    margin: 10px 0 0 0;
    text-align: center;
}
.OurServices .box em {
    float: none;
    width: 100%;
    text-align: center;
}
}
@media handheld, only screen and (max-width:600px) {
.home-banner .button {
    padding: 5px 15px !important;
    font-size: 12px !important;
}
.footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
    margin: 0px 10px;
    font-size: 32px;
}
.home-banner .box p {
    padding: 0;
}
}

@media handheld, only screen and (max-width:480px) {
.Aboutus .image { min-height:250px;}

.Aboutus .text h2 {
    font-size: 20px;
}
.Aboutus .text p { font-size:14px;}
.home-banner .box p {
    line-height: 1;
	font-size:11px;
}
}



@media handheld, only screen and (max-width:375px) {

.home-banner .txt-content {
    top: 20%;
}

}
