
/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

.desktop{
  display: block;
}

.tablet{
  display: none;
}


.mobile{
  display: none;
}

.white-font{
  color: white !important;
}




/* Typography
------------------------------------- */
h1,h2,h3,h4 {
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h5{
  padding-top: 0px;
  margin-top: 0px;
}

.no-paddingnmargin-btm{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.no-padding{
  padding: 0px;
}

.no-background{
  background: none !important;
}

h1,
.featured-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
}

#team h2{
  font-size: 1.4rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  color: #555;
  font-size: 14px;
  letter-spacing: 4px;
}

p {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  word-spacing: 1px;
  letter-spacing: 1px;
  font-weight: 500;
}

.bigger-p {
  
  font-size: 16px;
  line-height: 30px;
  word-spacing: 2px;
 
}

.btn-dark {
    color: #fff;
    background-color: #000000;
    /*border-color: #278B39;*/
    font-weight: normal !important;
}

.btn-black{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

strong {
  font-weight: bold;
}

.title-color, #navi-map a{
  color: #278B39 !important;
}

.grey-background{
  background: #F0F0F0;
  margin: 0px;
}

.light-grey-background{
  background: #F7F7F7;
  margin: 0px;
}

.submit h3{
  margin: 0 auto;
 /* padding: 0px 20px;*/
 margin: 5px 10px !important;
}

.form-control {
  padding: 24px 12px;
  text-align: center;
}

/* All Section styles */
.section-title {
  padding-bottom: 62px;
}
#about .section-title {
  padding-top: 62px;
}

.padding-top-10{
  padding-top: 10px;
}

.padding-20{
  padding:20px;
}

.input-check{
  width: 20px;
}

.padding-left-20{
  padding-left: 20px;
}

.padding-30{
  padding:30px;
}

.padding-top-20{
  padding-top: 20px !important;
}

.padding-top-30{
  padding-top: 30px !important;
}

.padding-top-40{
  padding-top: 40px !important;
}


.padding-top-60{
  padding-top: 60px;
}

.padding-top-4p{
  padding-top: 4% !important;
}

.padding-top-100{
  padding-top: 100px !important;
}


.margin-top-10{
  margin-top: 10px !important;
}

.padding-bottom-10{
  padding-bottom: 10px;
}

.padding-bottom-20{
  padding-bottom: 20px;
}

.padding-bottom-30{
  padding-bottom: 30px;
}

.padding-bottom-60{
  padding-bottom: 60px !important;
}

.margin-10-m{
  margin: 0px;
}

.padding-bottom-100{
  padding-bottom: 100px;
}

.no-margin-top{
  margin-top: 0px;
}

.no-margin-bottom{
  margin-bottom: 0px;
}

#about,
#team,
#blog,
.generic-container,
#portfolio,
#contact,
#pricing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-btn{
  padding: 20px;
  text-align: center;
}

#navi-map{
  text-align: left;
}


#about,
#blog,
.generic-container,
#contact {
  background-color: #f0f0f0;
}

.white-background{
  background-color: #fff !important;
}

.green-background{
  background-color: #278B39 !important;
}

.selected{
  color: #278B39 !important;
  font-weight: bold;
}

.grey-background{
  background-color: #D6D6D6 !important;
}




.green-border-btn{
  border-radius:4px;
  background: #278B39;
  /*color: #278B39 !important;*/
}

.green-border-btn:hover{
  background: #278B39;
  color: #FFF500;
}

.green-border-btn > h3{
  color: #fff;
}

.green-border-btn:hover > h3{
  color: #FFF500;
}

.text-align-left{
  text-align: left;
}


.white-border-btn{
  border-radius:4px;
  border:1px solid #fff;
  color: #fff !important;
}

.white-border-btn:hover{
  border:1px solid #FFF500;
  color: #FFF500;
}

.white-border-btn > h3{
  color: #fff;
}

.white-border-btn:hover > h3{
  color: #FFF500;
}

.products-box{
  padding:0 40px;
}

.float-left{
  float:left;
}



#team,
#blog,
.generic-container,
#portfolio,
footer,
#pricing,
.text-center {
  text-align: center;
}

.logo{
  max-width: 250px;
  padding-top: 10px;
}


.products-title-container{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  height: 300px;
  padding-bottom: 0px;
}

/* preloader styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #278B39;
  border-bottom: 16px solid #278B39;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* navigation styles */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;

}

.navbar-default .navbar-brand {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
}
.navbar-default .navbar-brand span {
  color: #A7221A;
}

.navi-cta{
  margin: 17px 0;
 /* color:#ffffff;*/

  
}

.navi-cta a{
  line-height: 0px !important;
  padding: 20px !important;
}

.navi-cta a:hover{
  background: #cccccc !important;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #111 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    /*background-color: transparent;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #111;
    /*background-color: transparent;*/
}

.dropdown:hover .dropdown-menu {
    display: block; 
}

.navbar-default .dropdown-menu {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    width: 200px;
    padding: 0;
    border: none;
}



.navbar-default .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    line-height: 40px; 
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 20px;

  }

.navbar-default .navbar-toggle .icon-bar {
   /* border-color: transparent;*/
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
 /* background-color: transparent;*/
}

.owl-item {height: 0;}    
.owl-item.active {height: auto;}

/* Home section */
#home {
  height: 75vh;
  margin-top: 70px;
}

#home .home-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#home .home-thumb .home-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

.owl-carousel .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding-top: 250px;*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.item-first {
  background: url('../images/featured-slider/featured-slider1.png');
}

.item-second {
  background: url('../images/featured-slider/featured-slider2.png');
}


.main-con{
  position: relative;
  width: 100%;
  height: auto;
}
.main-image{
  top: 0px;
  position: absolute;
 /* z-index: -1;*/
 display: block;
 width: 100%;
 margin: 0 auto;
}

.background-image{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#featured-slider .owl-nav i, #inside-product .owl-nav i{
  color: #afafaf;
  font-size: 25px;
  cursor: pointer;
}

#featured-slider .owl-nav i:hover, #inside-product .owl-nav i:hover{
  color: #111112;
}

#featured-slider .owl-nav .owl-prev,
#featured-slider .owl-nav .owl-next,
#inside-product .owl-nav .owl-prev,
#inside-product .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none;
}

#featured-slider .owl-nav .owl-prev, #inside-product .owl-nav .owl-prev {
  left: 2.9%;
}

#featured-slider .owl-nav .owl-next, #inside-product .owl-nav .owl-next {
  right: 3%;
}

#featured-slider .owl-dots, #inside-product .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  text-align: center;
}

#featured-slider .owl-dot, #inside-product .owl-dot {
  outline: none;
}

#featured-slider .owl-dots span, #inside-product .owl-dots span {
  width: 12px;
  height: 1px;
  margin-left: 10px;
  background-color: #111112;
  border-radius: 0;
  display: inline-block;
  margin-top: 10px;
  outline: none;
}

#featured-slider .owl-dots .owl-dot.active span, #inside-product .owl-dots .owl-dot.active span {
  height: 12px;
  background-color: #111112;
  margin-top: -1px;
}

/* About section */
#about {
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#main-container{
  padding-top: 80px;
  /*padding-bottom: 30px;*/

  
}

#about .about-thumb {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 45px;
  margin-top: 32px;
}

#about .about-icon {
  background-color: #f9f9f9;
  padding: 6%;
  color: #333;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 0;
  margin-top: -80px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

#about .about-icon:hover {
  background-color: #fff;
  color: #ffffff;
}

#about .about-icon span {
  display: table-cell;
  vertical-align: middle;
}

#about .about-icon .fa {
  font-size: 36px;
  margin: 0;
  padding: 0;
}



/* Team section */
#team img {
  width: 100%;
}

#team .team-thumb {
  margin-bottom: 42px;
  position: relative;
}

#team .team-thumb .team-overlay {
  background-color: #141414;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

#team .team-thumb .team-overlay .team-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

.team-item a{
  text-decoration: none;
  color: #fff;
}

#team .team-thumb .team-overlay .team-item h2 {
  color: #ffffff;
  font-weight: 400;
}

#team .team-thumb:hover .team-overlay {
  opacity: 0.8;
}



/* blog & single post section */
#blog .blog-thumb {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding-bottom: 20px;

}

.no-border{
  border: none !important;
  border-radius: 0px !important;
}

.no-padding-right{
  padding-right: 0px !important;
}


.border-right{
  border-right: 1px solid #cccccc !important;

}
/*#blog .blog-thumb img{
  
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;

}*/

#blog .blog-thumb .title-green-box{
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 5px;
  background: #278B39;

}

#blog .blog-item {
  padding: 10px 32px 20px 32px;
}


#store .blog-thumb {
  background-color: #FAEDE4;
  border-radius: 4px;
  padding-bottom: 40px;
  padding: 80px 25px;
}

/*#store .blog-item {
  padding: 10px 32px 20px 32px;
}*/



#blog .post-format,
#single-post .post-format {
  padding-bottom: 10px;
}

#blog .post-format span,
#single-post .post-format span {
  color: #888;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 10px;
}

#blog .blog-thumb a {
  font-weight: 600;
}
#blog .blog-thumb a:hover {
  color: #001122;
  text-decoration: none;
}

.single-btn{
  padding: 0 0 100px;
}
#blog .blog-thumb .btn,
.featured-btn, #store .blog-thumb .btn, .team-thumb .btn, .single-btn .btn, #inside-product .btn{
  border-radius: 4px;
  padding: 10px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}

.featured-btn,
#blog .blog-thumb .btn:hover {
  background: #111112;
  border-color: transparent;
  color: #ffffff;
}

.featured-btn:focus,
.featured-btn:hover {
  border-color: transparent;
}

#single-post-header {
  background: url('../images/single-post-header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 60vh;
  margin-top: 70px;
}
#single-post-header .single-post-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#single-post-header .single-post-thumb .single-post-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

#single-post {
  padding-top: 100px;
  padding-bottom: 100px;
}

#single-post blockquote {
  margin-top: 32px;
  letter-spacing: 1.6px;
}

#single-post .blog-comment,
#single-post .blog-comment-form {
  margin-top: 62px;
}

#single-post .blog-comment h3,
#single-post .blog-comment-form h3 {
  padding-bottom: 20px;
}

#single-post .blog-comment .media {
  padding-bottom: 22px;
}

#single-post .blog-comment .media img {
  border-radius: 4px;
  margin-right: 14px;
}

#single-post .blog-comment h4 {
  font-weight: 400;
}

#single-post .blog-comment-form .form-control {
  background: transparent;
  border: 1px solid #eee;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#single-post .blog-comment-form input[type="submit"] {
  background: #222;
  border-color: transparent;
  color: #ffffff;
  height: 50px;
}



/* single project section */
#single-project-header {
  
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 60vh;
  /*margin-top: 70px;*/
}





.single-project-1{
  background: url('../images/single-project-header-bg.png') no-repeat;
}

#single-project-header .single-project-thumb {
  border: 8px solid #fff;
  border-radius: 2px;
}

#single-project-header .single-project-thumb .single-project-item {
  background: #ffffff;
  padding: 42px 20px 52px 20px;
  margin: 10px;
}

#single-project {
  padding-top: 100px;
  padding-bottom: 100px;
}

#single-project h1 {
  padding-bottom: 6px;
}

#single-project h3 {
  padding-top: 42px;
  padding-bottom: 8px;
}

#single-project ul {
  padding-left: 32px;
}
#single-project ul li {
  font-weight: 400;
  letter-spacing: 1px;
}

#single-project a {
  color: #000;
  letter-spacing: 1px;
}

#single-project .project-links {
  display: inline-block;
  padding-top: 62px;
  padding-right: 32px;
  padding-left: 32px;
}
#single-project .project-links a {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#single-project .project-links a:hover {
  color: #333;
}

#single-project .project-links .fa {
  padding-right: 8px;
  padding-left: 8px;
}



/* Portfolio section */
#portfolio img {
  width: 100%;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #141414;
  color: #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb .portfolio-overlay h2 {
    color: #ffffff;
    font-weight: 400;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #111112 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #111112;
  border-radius: 4px;
  color: #ffffff;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}



/* contact section */
#contact h2 {
  font-weight: 600;
  padding-bottom: 24px;
}

#contact ul.contact-detail {
  padding-left: 20px;
}

#contact ul.contact-detail li {
  display: block;
  list-style: none;
  padding-bottom: 14px;
}

#contact ul.contact-detail li p {
  font-size: 19px;
}

#contact .fa {
  color: #555;
  font-size: 22px;
  padding-right: 10px;
}

#contact .contact-form .col-md-6 {
  padding-left: 0px;
}

#contact .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #f0f0f0;
}

#contact input {height: 50px;}

#contact input[type='submit'] {
  background: #111112;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #444;
}

.circle-box{
  border-radius: 50% !important;
}

.schedule-box{
  border:1px solid #cccccc;
  border-radius:30px;
}

.schedule-box-2{
  border:1px solid #cccccc;
  border-radius:20px;
}

.mobile-text-align-center{
  text-align: left;
}

/* footer section */
footer {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-navi{
  max-width: 700px;
  margin: 0 auto;
}

.footer-navi a{
  color:#278B39;
}
.footer-navi a:hover{
  text-decoration: none;
}


/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #909090;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 10px;
  position: relative;
  top: 0px;
  /*margin: 0 10px;*/
  
}

.social-icon li a:hover {
  background: #ffffff;
  top: -2px;
}

a.social-icon-2, a.social-icon-2:hover {
  background: none !important;
  top: 0px !important;
}


/* Pricing section */
#pricing .price-plan {
  border: 2px solid #999;
  border-radius: 4px;
  padding: 80px 42px;
}

#pricing h2 {
  font-weight: bold;
}

#pricing h3 {
  font-weight: 400;
}

#pricing .price-month {
  padding: 20px;
}

#pricing .price-plan .btn {
  background-color: #111112;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}

#pricing .price-plan  .btn:hover {
  background: #454545;
}

.slider-title-box{
    padding-top: 0px;
  }

.navbar-header{
  height: 75px;
}

.item img{
  position: absolute;
  top:0px;
}

#owl-demo .item{
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/*map*/
.location { text-align: center; }

.location h2 { padding-bottom: 0; }

.location .brunch { margin: 0 0 10px; font-size: 16px; }

.location .address { margin: 40px 0; }

.location ul { margin-bottom: 80px; font-size: 18px; }

.location ul li { display: inline-block; vertical-align: middle; }

.location ul li:first-child + li { margin: 0 20px; }

.location #gmap, .location #gmap1, .location #gmap2 { margin: auto; width: 100%; height: 400px; }



.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.spine-box{
  padding: 0 60px;
}

.green-border-box{
  border:1px solid #278B39;
  padding: 20px;
}

/* Responsive Mobile styles */
@media (max-width: 980px) {
  .margin-10-m{
  margin: 10px;
  }
  .bigger-p {
   font-size: 14px;
   line-height: 1.4;
  }

  .mobile-text-align-center{
    text-align: center;
  }
  .border-right{
    border-right: none !important;
    
  }
  .no-padding-right{
    padding-right: none;
  }

  .products-title-container{
    display: block;
    /*justify-content: center;*/
    /*align-items: center;*/
    height: auto;
    padding-bottom: 50px;
  }

  #single-project-header {
  background: url('../images/single-project-header-bg.png') no-repeat;
  background-position: bottom;
  height: auto;
  margin-top: 0%;
  padding: 120px 20px 55px;
  display: block;
  }


  #featured-slider {
    text-align: center;
  }

  .desktop{
  display: none;
  }

  .tablet{
    display: block;
  }

  .mobile{
    display: none;
  }

  .logo{
    max-width: 250px;
    padding-top: 0px;
  }
  #home {
    height: 40vh;
  }

  .owl-carousel .item {
  display: block;
  display: block;
  display: block;
  }

  .slider-title-box{
    padding-top: 24%;
  }

  #about,
  #team,
  #blog,
  .generic-container,
  #portfolio,
  #contact {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #about .section-title {
    padding-top: 0px;
  }

  /*#single-post-header,
  #single-project-header {
    height: 30vh;
  }*/

  #single-project {
  padding-top: 60px;
  padding-bottom: 80px;
  }

  .item-first {
  background: url('../images/home-bg-slideshow1-m.png');
  background-position: bottom !important; 
  }

  .item-second {
  background: url('../images/home-bg-slideshow2-m.png');
  background-position: bottom !important; 
  }


  #blog .blog-thumb {
  margin-bottom: 40px;
  
  }

  .blog-thumb{
    text-align: center;

  }




}


@media (max-width: 767px) {

  .desktop{
  display: none;
  }

  .tablet{
    display: none;
  }

  .mobile{
    display: block;
  }

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 25px;
  }

  #home {
    margin-top: 0px;
  }

  

  #featured-slider .owl-nav {
    display: none;
  }

  #about .col-md-4:last-child,
  #team .col-md-4,
  #blog .col-md-6:last-child,
  #contact .contact-form {
    padding-top: 40px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}


@media (max-width: 650px) {
  
  #home,
  #single-post-header,
  /*#single-project-header*/ {
    height: 80vh;
  }

  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.2rem;
  }

}




