/*************************************

Template Name: Market - Multipurpose Digital Agency Template
Author: Theme_Choices
Version: 1.0
Design and Developed by: Theme_Choices

****************************************/
/*================================================
            Table of contents  
==================================================

1. DEMO SECTION
2. PRELOADER
3. BACK TO TOP
4. HEADER SECTION
5. BANNER SECTION
6. SLIDER SECTION
7. VIDEO BACKGROUND SECTION
8. ABOUT SECTION
9. SERVICES SECTION
10. WORK SECTION
11. TESTIMONIALS SECTION
12. TEAM SECTION
13. COUNTER SECTION
14. GALLERY SECTION
15. BLOG SECTION
16. CONTACT SECTION
17. FOOTER SECTION


/*================================================
             1. DEMO SECTION
==================================================*/

.demo-section {
    background: #f4f7f9;
    padding-top: 80px;
    padding-bottom: 60px;
}
.demo-heading h1 {
    font-family: 'Industry', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}
.demo-heading h2{
    font-family: 'Industry', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
	padding-top:50px;
	padding-bottom:40px;
}
.demo-heading p {
    font-family: 'Industry', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 40px;
}
.demo-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.demo-wrap-img {} .demo-wrap-img a {
    display: block;
    position: relative;
}
.demo-wrap-img a::before {
    background: #f6a117 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.demo-wrap:hover .demo-wrap-img a::before {
    opacity: 0.8;
}
.demo-wrap-img a::after {
    color: #fff;
    content: "Live Preview ➞";
    font-family: 'Industry', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 20%;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover .demo-wrap-img a::after {
    top: 44%;
    opacity: 1;
}
.demo-wrap .demo-wrap-img a img {
    width: 100%;
}
.demo-wrap-title {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}
.demo-wrap-title {} .demo-wrap-title h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Industry', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.demo-wrap-title span {
    display: block;
    line-height: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}
/*================================================
             2. PRELOADER
==================================================*/

.preloader-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999999;
}
.spinner-loader {
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner-loader > div {
    background-color: #f6a117;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-loader .load2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-loader .load3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner-loader .load4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-loader .load5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*================================================
             3. BACK TO TOP
==================================================*/

.scrollup {
    background: #f6a117 none repeat scroll 0 0;
    bottom: 38px;
    color: #fff;
    cursor: pointer;
	border:1px solid #fff;
    font-size: 16px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99999;
}
.scrollup:hover {
    background: #fff;
    color: #444;
	border:1px solid #f6a117;
    transition: 1s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
    padding-bottom: 10px;
}
.back-to-top--active {
    visibility: visible;
    -webkit-animation: back-to-top .3s ease-in;
    animation: back-to-top .3s ease-in;
    transition: width 2s;
}
/*================================================
             4. HEADER SECTION
==================================================*/
* {
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
section {
    border-bottom: 1px solid grey;
}
a {
    color: #f6a117;
}
a:hover {
    color: #292b2c;
}
strong {
    font-weight: bold;
}
body {
    overflow-x: hidden;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
}
.navbar-header {
    /* width: 100%; */
}
.navbar-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
    line-height: 80px;
}
.navbar {
    background-color: #fff;
	box-shadow:0 0 10px #333;
}
.navbar-brand {
    margin-top: -6px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-nav li.dropdown a.active {
    color: #f6a117 !important;
}
.navbar-inverse .navbar-nav a {
    color: #333;
    padding-left: 35px;
}
.navbar-nav li a:hover{
    color: #f6a117 !important;
}
.navbar-nav a.active {
    color: #f6a117 !important;
}
.navbar-nav li.dropdown a.active {
    color: #f6a117 !important;
}
.navbar-nav li a {
    color: #777;
    display: block;
    font-family: "Industry", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}
.navbar-nav .dropdown ul{
	right:auto;
	left:0;
	width:250px;
	margin:27px 0 0;
	border:0px;
	border-radius:0px;
}
.navbar-nav li.dropdown ul li a{
	color:#444;
	padding: 12px 26px;
	font-size:14px;
}
.navbar-nav li.dropdown i {
	display:inline;
	padding-left:5px;
}
.navbar-nav li.dropdown ul li{
	border-bottom:1px solid #666;
}
.navbar-nav li.dropdown ul li:last-child{
	border-bottom:0px solid #666;
}
.dropdown-toggle::after {
  display: none;
}
a:focus,
a:hover {
    color: #292b2c;
    text-decoration: none;
}
a:focus {
    outline: 0 solid;
}

/*================================================
             5. BANNER SECTION
==================================================*/

.banner-section {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6));
    min-height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 120px;
}
.banner-text {
    margin-top: 20px;
}
.banner-text h1 {
    font-family: 'Industry', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom:15px;
}
.banner-text p{
	font-family: "Industry", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
	padding-bottom:45px;
}
.banner-btn {
    color: #FFF;
    background: #f6a117;
    border: 2px solid #f6a117;
    padding: 17px 30px;
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #292b2c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.banner-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
.banner-btn2 {
    color: #FFF;
    border: 2px solid #f6a117;
    padding: 17px 35px;
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #292b2c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.banner-btn2:hover {
    box-shadow: inset 0 100px 0 0 #292b2c;
    color: #FFF;
}
.animated-header-text {
    margin-top: 350px;
}
.animated-header-text h1.cd-headline * {
    font-family: 'Industry', sans-serif;
    font-size: 55px !important;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 25px;
}
.cd-headline .cd-words-wrapper-2::after {
    background-color: #fff;
}

/*================================================
             6. SLIDER SECTION
==================================================*/
.single-slider{
	background:linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../images/sliders/slide1.jpg) center;
	height:900px;
	background-size:cover;
}
.single-slider2{
	background:linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../images/sliders/slide2.jpg) center;
	height:900px;
	background-size:cover;
}
.single-slider3{
	background:linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../images/sliders/slide3.jpg) center;
	height:900px;
	background-size:cover;
}
.carousel-single-item .owl-nav div{
    background-color: #fff;
    color: #212121;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    left: 35px;
    line-height: 48px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 50px;
    transition: 0.3s;
}
.carousel-single-item .owl-nav div:hover{
    background-color: #f6a117;
    color: #fff;
}
.carousel-single-item .owl-nav div.owl-next {
    left: auto;
    right: 35px;
}
.carousel-single-item.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.carousel-single-item:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
/*================================================
             7. VIDEO BACKGROUND SECTION
==================================================*/

.youtube-bg {
    height: calc(80vh);
    min-height: 750px;
	z-index:10;
}
.youtube-bg .buttonBar{
	display:none;
}
.youtube-video-overlay {
	position: relative;
}
.youtube-video-overlay:before {
	background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
	opacity:0.3;
}

/*================================================
             8. ABOUT SECTION
==================================================*/

.about-section {
    background: #eefafb;
    padding-top: 100px;
    padding-bottom: 90px;
}
.about-heading h2{
	color:#000000;
	font-size:20px;
	font-weight:500;
	font-family: "Industry", sans-serif;
	padding-bottom:15px;
}
.about-heading p{
	color:#444;
	font-size:14px;
	font-weight:300;
	font-family: "Industry", sans-serif;
	line-height:28px;
	padding-bottom:25px;
}
.about-btn {
    color: #FFF;
    background: #f6a117;
    border: 2px solid #f6a117;
    padding: 14px 20px;
    margin: 0 5px 8px 0;
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #292b2c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.about-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
.orange .about-btn {
    background-color: #292b2c;
    color: #FFF;
    border: 2px solid #292b2c;
}
.about-text img{
	display:block;
	margin:0px auto;
}
.about-text h3 {
    font-family: "Industry", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom:15px;
	text-align:center;
}
.about-text p {
    font-family: "Industry", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
	text-align:center;
}

/*================================================
             9. SERVICES SECTION
==================================================*/
.services-section {
    padding-top: 100px;
    padding-bottom: 70px;
}
.services-section.grey {
    background-color: #292b2c;
}
.services-section.orange {
    background-color: #f6a117;
}
.services-heading span {
    color: #857285;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 17px;
    font-weight: 400;
	margin-bottom:6px;
	display:block;
}
.services-heading hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 25px;
  width: 4%;
}
.services-section.orange .services-heading hr {
    border-top: 5px solid #292b2c;
}
.services-heading h2{
    color: #000;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 70px;
	line-height:38px;
}
.services-section.orange .services-heading h2{
    color: #FFF;
}
.services-content{
	background:#eefafb;
	padding:36px 25px 15px;
	margin-bottom:30px;
	transition:1s;
    height: calc(100% - 30px);
}
.services-section.orange p,
.services-section.orange span {
    color: #FFF;
}
.services-content:hover{
	box-shadow:0 5px 7px 4px rgba(0, 0, 0, 0.3);
}
.services-content img{
	display:block;
	margin:0px auto;
    width: 60%;
}
.services-content h3 {
  color: #000;
  font-family: "Industry",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 25px;
  text-align: center;
}
.services-content p {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

/*================================================
            10. WORK SECTION
==================================================*/

.work-section {
    background: #eefafb;
    padding-top: 100px;
    padding-bottom: 90px;
}
.work-heading span{
    color: #857285;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 17px;
    font-weight: 500;
	margin-bottom:6px;
	display:block;
	text-align:left;
}
.work-heading hr {
  border-top: 5px solid #f7941d;
  display: block;
  margin: 0 0 30px;
  width: 8%;
}
.work-heading h2{
color: #000;
font-family: "Industry",sans-serif;
font-size: 25px;
font-weight: 600;
line-height: 38px;
padding-bottom: 15px;
}
.work-heading p{
	color:#444;
	font-size:14px;
	font-weight:300;
	font-family: "Industry", sans-serif;
	line-height:28px;
	padding-bottom:35px;
}
.work-btn {
    color: #FFF;
    background: #f6a117;
    border: 2px solid #f6a117;
    padding: 14px 30px;
    margin-right: 15px;
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #292b2c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.work-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
.work-img img{
	float:right;
	border:10px solid #f6a117;
	padding:15px;
    max-width: 100%;
}

/*================================================
             11. TESTIMONIALS SECTION
==================================================*/

.reviews-section {
	background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../images/reviews/reviews-bg.jpg) center;
	background-size:cover;
	height:577px;
    padding-top: 90px;
    padding-bottom: 100px;
}
.single-reviews {
    position: relative;
    padding-bottom: 20px;
}
.reviews-image {
    padding-top: 10px;
}
.reviews-image {
    height: 125px;
    left: 20px;
    right: 0;
    width: 125px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.reviews-image img {
    border-radius: 50%;
    width: 100%;
}
.reviews-name {
    padding: 13px 0;
}
.reviews-name h4 {
    color: #fff;
    font-size: 18px;
    font-family: "Industry", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.reviews-name span {
    color: #fff;
    font-size: 18px;
    font-family: "Industry", sans-serif;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}
.reviews-content {
    color: #fff;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
	padding-top:15px;
}
.reviews-content hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 25px;
  width:6%;
}
.reviews-list .owl-dots div.active {
    background: #fff;
	border:2px solid #fff;
}
.reviews-list .owl-dots {
    margin-top: 0px;
    text-align: center;
}
.reviews-list .owl-dots div {
    background: none;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
	transform: rotate(45deg);
    border: 2px solid #f7941d;
}

/*================================================
             12. TEAM SECTION
==================================================*/

.team-section {
    padding-top: 100px;
    padding-bottom: 110px;
}
.team-heading span {
    color: #857285;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 17px;
    font-weight: 500;
	margin-bottom:6px;
	display:block;
	text-transform:uppercase;
}
.team-heading hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 25px;
  width: 4%;
}
.team-heading h2{
    color: #000;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 70px;
	line-height:38px;
}
.work-table {
	  display: table;
	  height: 100%;
	  text-align: center;
	  width: 100%;
}
.table-cell {
	  display: table-cell;
	  vertical-align: middle;
}
.team-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item,
.team-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team-item a {
  color: #333;
}
.team-item a:hover {
  text-decoration: none;
}
.team-item img {
  width: 100%;
  height: 100%;
}
.team-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display:block;
  margin:0px auto;
}
.team-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.team-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(68, 138, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item.circle .img img {
  border-radius: 50%;
}
.team-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.team-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-item.circle.team-effect .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item.circle.team-effect.colored .info {
  background: #f7941d;
}
.team-item.circle.team-effect .info {
  background: #f7941d;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.team-item.circle.team-effect .info h3 {
  color: #fff;
  font-family: "Industry",sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-bottom:0px;
}
.team-item.circle.team-effect .info p {
  color: #fff;
  margin: 0 30px 24px;
  font-size: 17px;
  font-family: "Industry",sans-serif;
  font-weight:500;
  margin-bottom:2px 5px;
}
.team-item.circle.team-effect .info a {
	background:#ffffff;
  color: #f6a117;
  font-size: 21px;
  margin-left: 5px;
  margin-right: 5px;
  padding:2px 9px;
  border-radius:50%;
}
.team-item.circle.team-effect .info a:hover{
	background:#f6a117;
	transition:1s;
	color:#fff;
}
.team-item.circle.team-effect.left_to_right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.team-item.circle.team-effect.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.team-item.circle.team-effect.left_to_right:hover .img {
  -webkit-transform: scale(0.7) translateX(100%);
  -moz-transform: scale(0.7) translateX(100%);
  -ms-transform: scale(0.7) translateX(100%);
  -o-transform: scale(0.7) translateX(100%);
  transform: scale(0.7) translateX(100%);
}
.team-item.circle.team-effect.left_to_right:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/*================================================
             13. COUNTER SECTION
==================================================*/

.counter-section {
    background:url(../images/counter/counter-bg.jpg) center;
    background-size: cover;
    height: 366px;
    padding-bottom: 55px;
    padding-top: 95px;
}
.counter-wrapper{
	background:linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));	
	padding-top:30px;
	padding-bottom:30px;
}
.counter-column i {
    font-size: 30px;
    display: block;
    text-align: center;
}
.counter-column span {
    font-size: 25px;
    font-family: "Industry", sans-serif;
    color: #212121;
    font-weight: 500;
    display: block;
    text-align: center;
	padding-top:10px;
}
.counter-column h3 {
    font-size: 15px;
    font-family: "Industry", sans-serif;
    color: #212121;
    font-weight: 400;
    text-align: center;
	text-transform:uppercase;
	padding-top:10px;
}

/*================================================
             14. GALLERY SECTION
==================================================*/

.gallery-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.gallery-heading span {
    color: #857285;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 17px;
    font-weight: 500;
	margin-bottom:6px;
	display:block;
	text-transform:uppercase;
}
.gallery-heading hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 25px;
  width: 4%;
}
.gallery-heading h2{
    color: #000;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 70px;
	line-height:38px;
}
.gallery-wrapper .mix {
    display: none;
	margin-bottom:25px;
}
.filter-button-group ul {
    text-align: center;
    margin-bottom: 70px;
    padding-left: 0px;
}
.filter-button-group ul li {
    background: none;
    display: inline-block;
    color: #444;
    font-size: 17px;
    font-family: "Industry", sans-serif;
    font-weight: 400;
    padding: 10px 25px 10px 25px;
    transition: 1s;
}
.filter-button-group ul li:hover {
    color: #fff;
    background: #f6a117;
    border-radius: 0px;
    cursor: pointer;
}
.filter-button-group li.active {
    background: #f6a117;
    color: #fff;
    font-size: 17px;
    font-family: "Industry", sans-serif;
    font-weight: 400;
}
.gallery-items {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery-items img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.gallery-items .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-items .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery-items .buttons .fa {
    margin: 0 1px;
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
}
.gallery-items:hover .buttons {
    top: 50%;
}
.gallery-items:hover .ovrly {
    top: 0;
}
.single-project{
	padding-top:100px;
	padding-bottom:100px;
}
.project-img img{
	max-width:100%;
}
.project-author{
	background:#f7f7f7;
	padding:30px;
	margin-bottom:30px;
}
.project-author ul{
	padding-left:0px;
	margin-bottom:0px;
}
.project-author ul li{
	font-family: "Industry",sans-serif;
	line-height:1.9;
	font-size:14px;
}
.project-author span {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  color:#444;
}
.project-author p {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.project-content p {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.project-btn {
    color: #FFF;
    background: #f6a117;
    border: 2px solid #f6a117;
    padding: 17px 30px;
    margin-top: 20px;
    font-family: 'Industry', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #292b2c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.project-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
.related-projects-wrapper{
	padding-top:120px;
}
.related-projects-heading h2{
	font-family: 'Industry', sans-serif;
	font-family:40px;
	color:#000000;
	text-align:center;
	padding-bottom:70px;
}
/*================================================
             15. BLOG SECTION
==================================================*/

.blog-section {
	background:#eefafb;
    padding-top: 100px;
    padding-bottom: 60px;
}
.blog-heading span {
    color: #857285;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 17px;
    font-weight: 500;
	margin-bottom:6px;
	display:block;
	text-transform:uppercase;
}
.blog-heading hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 25px;
  width: 4%;
}
.blog-heading h2{
    color: #000;
    text-align: center;
    font-family: "Industry", sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 70px;
	line-height:38px;
}
.blog-details{
	box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}
.blog-details img{
	max-width:100%;
	height:auto;
}
.blog-content{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
}
.blog-details p.tag{
	font-size:12px;
	color:#212121;
	font-family: "Industry", sans-serif;
	padding-top:20px;
}
.blog-details p.tag i{
	font-size:12px;
	color:#212121;
	padding-right:5px;
}
.blog-details p.tag a{
	font-size:12px;
	color:#212121;
}
.blog-details p.tag span{
	padding-left:15px;
}
.blog-details h4{
	font-family: "Industry", sans-serif;
	font-size:17px;
	color:#212121;
	font-weight:500;
	padding-bottom:10px;
}
.blog-details p {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.blog-details blockquote{
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  font-style:italic;
  border-left:3px solid #f6a117;
  margin-left:15px;
  padding-left:15px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:25px;
  margin-bottom:25px;
}
.blog-details a.read-more{
	font-family: "Industry", sans-serif;
	font-size:14px;
	color:#212121;
	font-weight:400;
	padding-top:20px;
}
.blog-details a.read-more:hover{
	color:#f6a117;
	transition:1s;
}
.blog-banner{
	background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(../images/blog/blog-bg.jpg) center;
	height:380px;
	background-size:cover;
}
.blog-banner-heading {
	margin-top:200px;
}
.blog-banner-heading h2{
	font-family: "Industry", sans-serif;
	font-size:30px;
	color:#fff;
	font-weight:500;
	margin-bottom:15px;
	text-align:center;
}
.blog-banner-heading hr {
  border-top: 5px solid #f7941d;
  margin: 0 auto 10px;
  width: 4%;
}
.bradcaump-wrapper{
	text-align:center;
}
.bradcaump-wrapper a{
  color: #fff;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition:0.3s;
}
.bradcaump-wrapper a:hover{
	color: #f6a117;
}
.bradcaump-wrapper span{
  color: #fff;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.bradcaump-wrapper span.breadcrumb-single-item.active{
  color: #f6a117;
  text-transform:uppercase;
}
.aside-blog{
	background:#fff;
}
.form-search{
	position:relative;
}
.aside-form .form-search input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #9e9e9e;
  color: #989494;
  font-size: 18px;
  width:100%;
  height: 47px;
  line-height: 24px;
  font-family: "Industry",sans-serif;
  padding: 0 30px 0 10px;
}
.aside-form .form-search .search-btn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #757575;
  font-size: 12px;
  height: 30px;
  padding: 13px 13px;
  position: absolute;
  cursor:pointer;
  right: 0;
  top: 0;
}
.sidebar-widget{
	margin-top:30px;
}
.sidebar-widget h5{
	background:#f6a117;
	font-family: "Industry", sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:500;
	padding:15px;
}
.blog-small-item{
	overflow:hidden;
	border-bottom:1px solid #757575;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
}
.blog-small-item:last-child{
	border-bottom:0px solid #757575;
	padding-bottom:5px;
}
.blog-small-img{
	float:left;
	margin-right:15px;
	margin-left:15px;
}
.blog-small-img img{
	width:80px;
}
.blog-small-info{
	float:left;
	margin-top:15px;
}
.blog-small-info h6.blog-small-title a{
	font-family: "Industry", sans-serif;
	font-size:14px;
	color:#212121;
	font-weight:500;
}
.blog-small-info p {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.sidebar-widget ul.category{
	padding-left:34px;
}
.sidebar-widget ul.category li:before{
    position: absolute;
    left: -15px;
    top: 0;
    font-family: fontawesome;
    content: "\f0da";
    color: #3b99d5;
    font-size: 18px;
	line-height:2.2;
}
.sidebar-widget ul.category li{
	position:relative;
	list-style:none;
}
.sidebar-widget ul.category li a {
  color: #444;
  font-family: "Industry",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height:2.3;
}
.sidebar-widget ul.category li a:hover{
	color:#3b99d5;
	transition:0.5s;
}
.sidebar-widget ul.sidebar-social{
	padding-left:17px;
	padding-top:20px;
	padding-bottom:30px;
}
.sidebar-widget ul.sidebar-social li{
	float:left;
	list-style:none;
	margin-right:10px;
}
.sidebar-widget ul.sidebar-social li a{
	background:#f6a117;
	border:1px solid #f6a117;
  color: #fff;
  font-size: 21px;
  margin-right: 5px;
  padding:2px 9px;
  border-radius:50%;
}
.sidebar-widget ul.sidebar-social li a:hover{
	background:#fff;
	border:1px solid #f6a117;
	transition:1s;
	color:#f6a117;
}
.sidebar-widget ul.tag{
	padding-top:15px;
	padding-left:17px;
}
.sidebar-widget ul.tag li{
	display:inline-block;
}
.sidebar-widget ul.tag li a {
  border: 1px solid #cccccc;
  color: #565656;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Industry",sans-serif;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 7px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.sidebar-widget ul.tag li a:hover{
	background:#f6a117;
	color:#fff;
}
ul.blog-pagination{
	margin-bottom:30px;
	padding-left:0px;
}
ul.blog-pagination li{
	display:inline-block;
}
ul.blog-pagination li a {
  background-color: #fff;
  border: 1px solid #00aeef;
  color: #555555;
  display: block;
  font-size: 16px;
  font-family: "Industry",sans-serif;
  font-weight: 500;
  height: 30px;
  line-height: 27px;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
  width: 30px;
   transition: all 0.3s ease 0s;
}
ul.blog-pagination li a:hover{
	background:#f6a117;
	color:#fff;
}
.blog-comment{
	padding-top:40px;
}
.blog-commnet-title h2 {
  border-bottom: 1px solid #f6a117;
  color: #212121;
  font-family: "Industry",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
  padding-bottom: 9px;
}
.blog-author{
	margin-bottom:50px;
}
.author-2{
	margin-left:60px;
}
.blog-author-img{
	float:left;
	 padding-right:25px;
}
.blog-author-img img{
	border-radius:50%;
}
.blog-author-text p.author-time {
  color: #212121;
  font-family: "Industry",sans-serif;
  font-weight:500;
  font-size: 14px;
}
.blog-author-text p.author-time i {
  color: #212121;
  font-size: 12px;
  padding-right: 5px;
}
.blog-author-text p.author-time a {
  color: #212121;
  font-size: 14px;
  font-weight:500;
}
.blog-author-text p.author-time span {
  padding-left: 15px;
}
.blog-author-text .comment-reply{
	text-align:right;
	display:block;
}
.blog-author-text .comment-reply i{
  color: #f6a117;
  font-size: 14px;
  padding-right:10px;
}
.blog-author-text .comment-reply span{
  color: #f6a117;
  font-family: "Industry",sans-serif;
  font-weight:500;
  font-size: 14px;
}
.comment-form-heading{
	padding-left:0px;
}
.comment-form-heading h3{
  color: #212121;
  font-family: "Industry",sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-top: 20px;
}
.comment-form{
	padding-bottom:40px;
}
.comment-form input{
	margin-bottom:25px;
	color:#444;
	font-family: "Industry",sans-serif;
	font-size:16px;
	font-weight:400;
	height:50px;
}
.comment-form textarea{
	height:200px;
}
.comment-form button{
	background:#f6a117;
	border:1px solid #f6a117;
	font-family: "Industry",sans-serif;
	font-size:17px;
	font-weight:400;
	color:#fff;
	margin-top:25px;
	cursor:pointer;
	text-transform:uppercase;
	padding:8px 30px;
	transition:0.3s;
}
.comment-form button:hover{
	background:#fff;
	color:#444;
	border:1px solid #f6a117;
}

/*================================================
             16. CONTACT US SECTION
==================================================*/

.contact-section{
	padding-top:100px;
}
.contact-form input{
	color:#444;
	font-family: "Industry",sans-serif;
	font-size:16px;
	font-weight:400;
	height:50px;
	margin-top:25px;
}
.contact-form textarea{
    font-family: "Industry", sans-serif;
	height:200px;
	margin-top:25px;
}
.contact-btn{
	text-align:center;
}
.contact-form button,
.contact-form input[type=submit] {
	background:#f6a117;
	border:1px solid #f6a117;
	font-family: "Industry",sans-serif;
	font-size:17px;
	font-weight:400;
	color:#fff;
	margin-top:25px;
	cursor:pointer;
	text-transform:uppercase;
	padding:12px 40px;
	transition:0.3s;
}
.contact-form button:hover,
.contact-form input[type=submit]:hover{
	background:#fff;
	color:#444;
	border:1px solid #f6a117;
}
.contact-form input.error {
    border: 1px solid #F00;
}
.contact-form textarea.error {
    border: 1px solid #F00;
}
.contact-form .error {
    font-family: "Industry", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #F00;
}
.google-map-wrapper{
	margin-top:120px;
	padding-left:0px;
	padding-right:0px;
}

/*================================================
             17. FOOTER SECTION
==================================================*/

.footer-demo-section{
	padding-top:50px;
	padding-bottom:30px;
}
.footer-demo-text p{
   font-size:16px;
   font-family: "Industry",sans-serif;
   text-align:center;
   font-weight:400;
   color:#333;
}
.footer-demo-text p a{
	color:#f6a117;
}
.footer-section {
	/* background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../images/footer/footer-bg.jpg); */
    background-color: #eefafb;
    padding-bottom: 60px;
    padding-top: 100px;
}
.footer-text img{
	padding-bottom:15px;
}
.footer-text p{
  color: #000;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom:10px;
}
.footer-text h5{
	font-family: "Industry", sans-serif;
	font-size:20px;
	color:#000;
	font-weight:500;
	margin-bottom:15px;
}
.footer-text a {
	background:none;
	border:1px solid #000;
  color: #000;
  font-size: 21px;
  margin-right: 5px;
  padding: 2px 0px;
  border-radius:50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
}
.footer-text a.noborder {
    border: 0;
    margin-bottom: 40px;
}
.footer-text a:hover{
	background:#f6a117;
	border:1px solid #f6a117;
	transition:1s;
	color:#000;
}
.footer-text a.noborder:hover{
    background: initial;
    border: 0;
}
.footer-list h5{
	font-family: "Industry", sans-serif;
	font-size:20px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
.footer-list ul{
	padding-left:15px;
	list-style:none;
}
.footer-list ul li:before {
	content: "•"; 
	color: #000;
  display: inline-block; 
  width: 12px;
  margin-left: -1em
}
.footer-list ul li a{
  color: #000;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom:10px;
}
.footer-list a p{
	font-size:12px;
}
.footer-item{
}
.footer-item h5{
	font-family: "Industry", sans-serif;
	font-size:20px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
.footer-item ul{
	list-style:none;
	padding-left:15px;
}
.footer-item ul li{
	padding-bottom:20px;
}
.footer-item ul li:before {
	content: "•"; 
	color: #000;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.footer-item ul li a{
  color: #000;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}
.footer-address h5{
	font-family: "Industry", sans-serif;
	font-size:20px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
.footer-icon i{
	float:left;
	font-size:25px;
	color:#000;
	padding-top:3px;
}
.footer-details {
  padding-left: 45px;
}
.footer-details p {
  color: #000;
  font-family: "Industry",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 10px;
}

/* Custom styles */
img.logo {
    max-width: 240px;
    width: 240px;
}
.approve {
    display: none;
}
form {
    margin-bottom: 40px;
}
.largeimage {
    max-width: 100%;
}
.image-section {
    background-color: #FFF;
    min-height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 0px;
    border: 10px solid #f6a117;
    text-align: center;
}
