@font-face {
  font-family: 'FreightSansMedium';
  src: url('../fonts/FreightSans-Book.ttf') format('truetype');}

@font-face {
  font-family: 'FreightSansBook';
  src: url('../fonts/freight-text-book.ttf') format('truetype');
}

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: FreightSansBook, Arial, Helvetice Neue, sans-serif; }

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#e9e9ea;
	  padding:30px 0;
}
.inner-bar {
    background-color:#e9e9ea;
	  padding:30px 0;
}
.inner-bar h1 {
    font-size:40px;
	  text-align:center;
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
}
.inner-text { padding:20px 0; margin:20px 0; border-top:1px solid #646464; border-bottom:1px solid #646464; color:#646464;}

.inner-bar-dark {
    background-color:#dadbdc;
	  padding:30px 0;
}
.inner-bar-dark p {
    font-family: FreightSansBook, Arial, Helvetice Neue, sans-serif;
    font-size:18px;
	  color:#251f20;
    line-height:30px;
}
.inner-bar-dark p.small {
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
    font-size:16px;
	  color:#646464;
    margin:0 0 20px 0;
    line-height:26px;
}
.inner-bar-dark p.smalldark {
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
    font-size:16px;
	  color:#251f20;
}
.inner-bar-dark .intro {
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
    font-size:14px;
	  color:#646464;
    border-top:1px solid #646464; border-bottom:1px solid #646464;
    padding:10px 0;
    margin:15px 0;
}


.our-people {
    background-color:#e9e9ea;
	  padding:30px 0;
}
.our-people h1 {
    font-size:40px;
	  text-align:center;
    font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
    border-bottom:1px solid #646464;
    margin:0 0 30px 0;
    padding:0 0 20px 0;
}
.our-people p {
    font-family: FreightSansBook, Arial, Helvetice Neue, sans-serif;
    font-size:18px;
	  color:#251f20;
}
.inner-bar-dark h2 {
    font-family: FreightSansBook, Arial, Helvetice Neue, sans-serif;
    font-size:24px;
	  color:#251f20;
}
.inner-bar-dark h2 span { color:#646464; font-style:italic; }
.divider-grey {
  width:70px;height:1px; background:#646464; margin:20px 0;
}
.divider-grey-big {
  height:1px; background:#646464; margin:30px 0;
}

.navbar-center { margin:auto; width:592px;}

.inner-me {
  position: relative;
  background-color: #464545;
   margin-top: 20px;
}
.shuffle-me {
  position: relative;
  background-color: #464545;
}
@media (min-width: 768px) {
  .shuffle-me {
	  margin-top: 20px;
	}
	.templatemo-top-bar {
		padding:0 0 20px 0;
	}
}

@media (max-width: 768px) {
  .shuffle-me {
	  margin-top: 20px;
	}
	.templatemo-top-bar {
		padding:0 0 20px 0;
	}
}
.shuffle-me .feature {
  border-bottom: 1px solid #fff;
  color: #fff;
  z-index: 5;
  position: absolute;
  text-align: center;
  top: 20px;
  width:60px;
  left:0;
  right:0;
  margin:auto;
  font-weight:bold;
}

.shuffle-me-sm .shuffle-me.shuff__1 .shuffle_title {
  top: 34%;
  font: 26px/26px 'FreightSansBook', sans-serif;
}

.shuffle-me-sm .shuffle-me.shuff__1 .divider {
  width:50px;height:3px; background:#fff; margin:10px auto;
}

.shuffle-me.shuff__1 .shuffle_title {
  top: 24%;
  font: 36px/36px 'FreightSansBook', sans-serif;
}

.shuffle-me .shuffle_title  {
  z-index: 5;
  position: absolute;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -53px;
  font: 60px/50px 'FreightSansMedium', sans-serif;
  padding-top: 22px;
  display: block;
}
.divider {
  width:50px;height:3px; background:#fff; margin:20px auto;
}
.shuffle-me img {
  opacity: 0.4;
  position: relative;
  z-index: 2;
}
.shuffle-me + .shuffle-me {
  margin-top: 27px;
}

.templatemo-top-menu {
    min-height:85px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 25px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 16px 0 0 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    /*background: url('../images/templatemo_carousel_bg.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;
}

.carousel-caption h1 { font-size:35px; text-shadow: 1px 1px 1px #555; }

#templatemo-carousel .carousel-caption p {
    text-shadow: 1px 1px 1px #555;
}

#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;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
	     	font-family: FreightSansMedium, Arial, Helvetice Neue, sans-serif;
        line-height: 1.4;
        font-size: 30px;
		    text-shadow: 1px 1px 1px #555;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
		    text-shadow: 1px 1px 1px #555;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.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;
}

.templatemo-slogan {
    font-family:  'FreightSansMedium', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 20px;
    margin-top: 20px;
}

.templatemo-service-item {
    font-family: 'FreightSansMedium', sans-serif;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify;
    font-family: 'FreightSansBook', sans-serif; 
    margin: 0px;
    font-size: 16px;
    color: #929292;
}
.templatemo-service-item a { font-size:12px; color:#929292; text-decoration:underline; }
.templatemo-service-item a:hover { text-decoration:none; }
.subheader {
    font-family: 'FreightSansMedium', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color:transparent;
    border:1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
	font-family:'FreightSansMedium', sans-serif;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #fff;
    color:#56565a;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 0px;
	margin:0 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    border-bottom: 1px solid #56565a;
   	background-color:transparent;
    color:#56565a;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border-bottom: 1px solid #56565a;
	background-color:transparent;
    color:#56565a;
}


.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,
.navbar-center .navbar-nav > .active > a,
.navbar-center .navbar-nav > .active > a:hover,
.navbar-center .navbar-nav > .active > a:focus {
    border-bottom: 1px solid #56565a;
  	background-color:transparent;
    color:#56565a;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: 0px; 
    padding: 0px; 
    display: inline-block;
	font-family: 'FreightSansMedium', Arial;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: url('../images/background.png') ; 
    font-family:  'FreightSansMedium', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.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: 'FreightSansMedium', 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;
}

.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 #ff7600;
    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_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.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 {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#templatemo-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	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 .container {
	border-top: 1px solid #56565a; 
	margin-top: 20px;
}

.footer_container {
	margin:20px 0; 
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#e67e22; 
	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:  'FreightSansMedium', 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;
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }
    
    .templatemo-project-gallery {
        margin-left: -70px;
    }
    
    .templatemo-service-item-header {
        padding: 16px 0px 20px;
    }
    
    .templatemo-header-orange {
        min-width: 230px;
    }
    
    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@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) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }
    
    .templatemo-project-gallery {
       margin-left: 10px; 
    }
    
    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
      padding-top: 9px;
      padding-bottom: 4px;
    } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
      padding-left: 30%;
    }
    .templatemo-service-item-header {
    	font-size: 16px;
    	padding: 0px;
    }
    .templatemo-header-orange {
    	min-width: 0px;
    }	
}

@media (min-width:991px) and (max-width: 1200px) {
    .team_hr {
      width: 37%; 
    }
}

@media (min-width:683px) and ( max-width: 991px) {
  	.team_hr {
  		width: 33%;
  	}
    .carousel-caption h1   { font-size:45px; }
    #templatemo-carousel .carousel-caption p { font-size:30px; }
}

@media (min-width:585px) and ( max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;
    }
    .team_hr {
    	width: 30%;
    }
    
    .navbar-center .nav > li {
        display: inline;
        float:left;
        position: relative;
    }
    
    .navbar-center .nav > li > a {
        border: 1px solid #56565a;
       	background-color:transparent;
        color:#56565a;
        padding:6px 10px;
        margin:0px 5px;
    }
    
    .navbar-center .nav > li > a:hover,
    .navbar-center .nav > li > a:focus {
        border: 1px solid #56565a;
       	background-color:#fff;
        color:#56565a;
    }
    
    .navbar-center .navbar-nav > .active > a,
    .navbar-center .navbar-nav > .active > a:hover,
    .navbar-center .navbar-nav > .active > a:focus {
        border: 1px solid #56565a;
      	background-color:#fff;
        color:#56565a;            
    }
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	.team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
  .team_hr {
  	width: 11%;
  }
  .navbar-center {
    margin: auto;
    width: 230px;
  }
  .navbar-center .nav > li {
      float:left;
      position: relative;
      margin:0 0 10px 0;
  }
  
  .navbar-center .nav > li > a {
      border: 1px solid #56565a;
     	background-color:transparent;
      color:#56565a;
      padding:6px 10px;
      margin:0px 5px;
      width:120px;
      text-align:center;
  }
  
  .navbar-center .nav > li > a:hover,
  .navbar-center .nav > li > a:focus {
      border: 1px solid #56565a;
     	background-color:#fff;
      color:#56565a;
  }
  
  .navbar-center .navbar-nav > .active > a,
  .navbar-center .navbar-nav > .active > a:hover,
  .navbar-center .navbar-nav > .active > a:focus {
      border: 1px solid #56565a;
    	background-color:#fff;
      color:#56565a;            
  }
}


@media (min-width:768px) and (max-width:990px) {
    .col-sm-4 .shuffle_title {
      z-index: 5;
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -53px;
      font: 36px/36px 'FreightSansMedium', sans-serif;
      padding-top: 22px;
      display: block;
    } 
    
    .shuffle-me.shuff__1 .shuffle_title {
        font: 22px/22px "FreightSansBook",sans-serif;
        top: 32%;
    }
    
    .divider {
        margin: 10px auto;
    }
}


/*Sitemap Style */


.site-map ul{margin:20px}

.site-map ul li{ padding:10px; }

.site-map ul li a{ color:Black; font-size:16px;}

.site-map ul li a:hover{ color:#2a6496;}



.site-map ul li ul{ margin:20px;}

.site-map ul li ul li{ padding:10px; font-weight:normal;}

.site-map ul li ul li a{ color:#56565a;}