/* 

Urbanic Template 

http://www.templatemo.com/free-website-templates/395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Montserrat', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; font-weight: bold; }
p, span { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
    outline: 0 !important;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#39753D;
}
.templatemo-top-bar a {
    color: #fff;
}

.templatemo-top-menu {
    min-height:90px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
    border-bottom: 1px solid #f1f1f1;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 15px 0 0 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/slider-img.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}
#templatemo-carousel .carousel-caption h1 {
        line-height: 1.6;
        background-color: rgba(0,0,0,0.8);
        display: inline-block;
        padding: 0 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 2.4 !important;
        font-size: 21px;
        background-color: rgba(48,145,48,0.7);
        display: inline;
        padding: 10px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 155px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/slider-img.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
    background: #f1f1f1;
}

.templatemo-slogan {
    font-family:  'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin: 60px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 0;
}

.templatemo-service-item {
    font-family:  'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
}
.subheader i {color: #82B524; font-size: 14px;}


.btn-orange {
    background-color: #39753D;
    border-bottom:2px solid #82B524;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #82B524;
    color:#ffffff;
}

.btn-green {
    background-color:#39753D;
    border: none;
    padding: 7px 10px;
    transition: all .2s ease-in-out;
    border-bottom:2px solid #82B524;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    color:#ffffff;
    margin-top: 10px;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #82B524;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #39753D;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #39753D;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #39753D;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#39753D;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 37%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #f1f1f1; 
}
.hr_green {
    border: 1px solid #A4CC45; 
}

.vm_box {
    background: url('../images/bg_003.png');
    min-height: 200px;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    margin-left: 20px;
}

.templatemo-team {
    background: url('../images/background.png') ; 
    font-family:  'Montserrat', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    margin-bottom:80px;
}
.templatemo-line-header span {
    font-weight: bold;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
    border: 2px solid rgba(255,255,255,0.7);
}
.templatemo-project-box:hover {
    border: 2px solid rgba(255,255,255,0);
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #39753D;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_green {
    color: #39753D;
}

.txt_orange {
    color: #39753D;
}

.txt_slogan {
    font-size:16px; 
    color:#333;
    width: 65%;
    margin: 10px auto;
    font-weight: 300;
    line-height: 1.6;
}

.templatemo-line-header span {
    font-size: 24px; 
    float :left; 
    margin-top: 3px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

#contact {
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 4px solid #A4CC45; 
	margin-top: 80px;
    background: url('../images/bg_003.png');
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#fff;
}
.footer_bottom_content a {color: #fff;}

li.social-icon {
    width: 42px;
    height: 42px;
    font-size: 24px;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    background-color: #39753D;
    color: #fff;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out 0s;
}
.social-icon:hover {    
    background-color: #A4CC45;
}



#portfolio {
    background-color: #39753D;
    color: #fff;
    padding-bottom: 50px;
}
ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #39753D;
}

.templatemo-gallery-category a {
	color:#333333; 
    background-color: #fff;
    padding: 7px 10px;
}

.templatemo-gallery-category a.active {
	color:#fff; 
	text-decoration:none;
    background-color: #A4CC45;
}

.templatemo-gallery-category a:focus {
	color:#fff; 
    text-decoration:none;
    background-color: #A4CC45;	
}

.templatemo-gallery-category a:hover {
	color:#39753D; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Montserrat', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}


/* ------ Team ------ */
.templatemo-team {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
    background: #f1f1f1;
    padding: 0 0 60px;
    color: #333;
    line-height: 1.5;
    font-size: 15px;
}
.team-pix {
    width: 250px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
}
.team-pix img {
  height: 100%;
}
.team-small-info strong {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}
.team-small-info span {
    font-size: 17px;
    margin-bottom: 15px;
    color:#39753D; 
    display: block;
}


/* ------ Client ------ */
.templatemo-client {
    min-height: 230px;
    padding: 0 0 60px;
    line-height: 1.5;
    font-size: 15px;
}
.carousel-box {
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px;
    margin-bottom: 20px;
}

.pc-item {
  height: 150px;
  /*border: 1px solid #ccc;*/
  border: none;
  line-height: 150px;
  margin: 0 20px;
}
.pc-item img {
  width: auto;
  max-height: 150px;
  margin: 0 auto;
  display: table-caption;
}



/*---------------------------------------
    03. Hero
-----------------------------------------*/
/*-- Hero Slider --*/
.hero-slider {
  /*-- Arrow --*/
  /*-- Dots --*/ }
  .hero-slider .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 45px; }
    .hero-slider .slick-arrow i {
      -webkit-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      font-size: 30px;
      display: block;
      line-height: 70px; }
    .hero-slider .slick-arrow.slick-next {
      right: 30px; }
    .hero-slider .slick-arrow.slick-prev {
      left: 30px; }
    .hero-slider .slick-arrow:hover {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
  .hero-slider .slick-dots {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero-slider .slick-dots {
        right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slider .slick-dots {
        right: 30px; } }
    .hero-slider .slick-dots li {
      padding: 14px 0;
      position: relative; }
      .hero-slider .slick-dots li:before {
        position: absolute;
        width: 2px;
        height: 18px;
        content: '';
        background-color: #ffffff;
        left: 50%;
        margin-left: -1px;
        top: 100%;
        margin-top: -9px; }
      .hero-slider .slick-dots li:last-child::before {
        display: none; }
      .hero-slider .slick-dots li button {
        border: none;
        background-color: transparent;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        padding: 0; }
        .hero-slider .slick-dots li button::before {
          content: '0'; }
      .hero-slider .slick-dots li.slick-active button {
        color: #65AA2A; }

/*-- Hero Item --*/
.hero-item {
  padding-top: 110px;
  height: 550px;
  /*-- Image --*/
  /*-- Content --*/
  /*-- Active Content --*/ }
  .hero-item .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(255,255,255,0.3));
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .hero-item .hero-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: right;
    margin-right: 0;
    width: 200px;
  position: absolute;
  right: 10%;
  bottom: -20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero-item .hero-image img {
        width: 200px;
        margin-right: 0; } 
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-item .hero-image img {
        max-width: 170px;
        margin-right: 0; } 
    }
    @media only screen and (max-width: 767px) {
      .hero-item .hero-image img {
        max-width: 200px;
        width: 100%;
        margin: auto;
        float: left; } 
    }
  .hero-item .hero-content {
    padding-bottom: 150px;
    padding-top: 30px; }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .hero-item .hero-content {
        padding: 20px 15px; } 
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-item .hero-content {
        padding: 30px 15px; } 
    }

    @media only screen and (max-width: 767px) {
      .hero-item .hero-content {
        padding: 20px 20px; } 

        .hero-item {
            height: 370px !important;
        }
        .hero-item .hero-content {
        padding-bottom: 50px;
        padding-top: 0; }
        .hero-item .hero-image img {
            width: 150px; 
            right: 5%;
        }
    }

    @media only screen and (max-width: 560px) {
      .hero-item .hero-content {
        padding: 0 20px; } 

        .hero-item {
            height: 320px !important;            
            padding-top: 60px;
        }
        .hero-item .hero-image img {
            width: 120px; 
            right: 20px;
        }
    }

    .hero-item .hero-content > div {
      overflow: hidden; }
      .hero-item .hero-content > div * {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideOutLeft;
        animation-name: slideOutLeft; }
      .hero-item .hero-content > div.title * {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .hero-item .hero-content > div.title-2 * {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .hero-item .hero-content > div.sub-title * {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .hero-item .hero-content > div.button * {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
    .hero-item .hero-content h1 {
      font-size: 72px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      color: #ffffff;
      line-height: 1;
      margin: 0;
      padding-bottom: 13px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .hero-item .hero-content h1 {
          font-size: 80px; } 
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-item .hero-content h1 {
          font-size: 50px;
          padding-bottom: 8px; } 
      }
      @media only screen and (max-width: 767px) {
        .hero-item .hero-content h1 {
          font-size: 50px;
          padding-bottom: 8px; } 
      }
      @media only screen and (max-width: 767px) {
        .hero-item .hero-content h1 {
          font-size: 40px; } 
      }
      @media only screen and (max-width: 560px) {
        .hero-item .hero-content h1 {
          font-size: 28px; } 
      }
      @media only screen and (max-width: 420px) {
        .hero-item .hero-content h1 {
          font-size: 24px; } 
        .hero-item .hero-content h3 {
          font-size: 16px !important;
          line-height: 18px !important; }
        .subheader .pull-left,
        .subheader .pull-right {
            float: none !important;
            text-align: center;
          }
          .subheader {
            margin-bottom: 10px;
          }
    }
    .hero-item .hero-content h3 {
      font-size: 24px;
      line-height: 28px;
      font-weight: normal;
      color: #ffffff;
      margin-top: 16px;
      margin-bottom: 0;
      padding-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-item .hero-content h3 {
          font-size: 20px;
          margin-top: 10px; } }
      @media only screen and (max-width: 767px) {
        .hero-item .hero-content h3 {
          font-size: 18px;
          margin-top: 10px;
          line-height: 22px; } }
    .hero-item .hero-content .btn {
      margin-top: 45px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-item .hero-content .btn {
          padding: 15px 34px;
          font-size: 12px;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .hero-item .hero-content .btn {
          margin-top: 20px; } }
  .hero-item.slick-active .hero-image img {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .hero-item.slick-active .hero-content > div * {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }
  .hero-item.slick-active .hero-content > div.title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .hero-item.slick-active .hero-content > div.title-2 * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .hero-item.slick-active .hero-content > div.sub-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .hero-item.slick-active .hero-content > div.button * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }



@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .hero-item {
        height: 500px !important;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
     .vm_box {
        margin-left: 0;
    }

    .team-pix {
        width: 250px;
        height: 250px;
        float: none;
    }
    .team-small-info {
        padding-right: 20px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .nav > li > a {
        padding: 10px 15px;
    }
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .hero-item {
        height: 450px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }
     .vm_box {
        margin-left: 0;
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }

    .vm_box {
        margin-left: 0;
    }

   .btn-green, .team-all-info {
    margin-bottom: 30px;
   }


    .templatemo-line-header {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .templatemo-gallery-category {
        margin-top: 50px !important;
    }
    .head_contact {
        padding-bottom: 40px;
    }

    .templatemo-project-gallery li {
        float: left;
        width: 44%;
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 35%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 28%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 25%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 22%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 15%;
	}
}

@media  ( max-width: 560px) {
    .templatemo-service .col-xs-5, .templatemo-service .col-xs-7 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px;
    }
    .txt_slogan {
        width: 80%;
    }
    .templatemo-project-gallery li {
        width: 40%;
    }
    .templatemo-project-box {
        height: 170px;
        width: 170px;
    }
    .team-pix {
        width: 250px;
        height: 250px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .team-small-info, .team-all-info {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

}

@media  ( max-width: 410px) {
	 .team_hr {
		display: none;
	}
    .templatemo-line-header span {
        width: 100%;
    }
    .templatemo-project-gallery li {
        width: 44%;
    }
    .templatemo-project-box {
        height: 150px;
        width: 100%;
    }
    .templatemo-gallery-category a {
        margin-bottom: 5px;
        display: inline-block;
    }
    
}

@media  ( max-width: 380px) {
    .templatemo-project-gallery li {
        width: 90%;
    }
    .templatemo-project-box {
        height: 200px;
        width: 100%;
    }
}
