body{
font-family: 'tahoma' !important;
}
.navbar-default {
    background-color: #FFF;
    border-color: #CCC;
}
.navbar {
	background:#fff;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-inverse .navbar-nav > li > a:active {
  border-bottom: 3px solid #8A0108;
  color: #8A0108;
  background-color: #fff;
  font-weight: bold;
  height: 44px;
}

.navbar-inverse .navbar-nav > li > a:focus {
  border-bottom: 3px solid #8A0108;
  color: #8A0108;
  background-color: #fff;
  font-weight: bold;
  height: 44px;
}



#main-slider {
  position: relative;
  margin-top:90px;
  margin-bottom: -20px;
}
@media(max-width:767px) {
#main-slider {
  /* margin-top:50px; */
}
}
#main-slider .carousel h2 {
  font-size: 52px;
  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top:20%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:24px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:400;
  padding-left:0;
}
#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px) {
	#main-slider .carousel h2 {
	  font-size: 42px;
	  line-height:36px;
	  color:#FFF;
	  text-transform:uppercase;
	  margin-top:30%;
	  font-weight:700;
	  padding-left:0;
	}
}




/* Section Title */
.section-title h1{
	font-size:44px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'tahomabd' !important;
	margin-bottom: -10px;
}



.section-title h1:before{
	content: url(../img/title-before.png);
	display:block;
	margin-right: 11px;
	float:left;
}

@media(max-width:767px) {
.section-title h1{
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	margin-left:30px;
}
}





/* Portfolio Grid and Hover Effects */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

.grid figure {
	margin: 0;
	position: relative;
	margin-top:20px;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #000;
	color: #D0020E;
}

.grid figcaption h3 {
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 0;
	display: inline-block;
	background: #D0020E;
	color: #fff;
}


.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

@media (min-width: 768px){
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-top: -19px;
}
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #890007;
}


.navbar {
   border-bottom: 5px solid #b70100 !important;
   padding-bottom: 31px;
    padding-top: 25px;
}

.second-logo {
  margin-top: -9px;
}

p.welcome-description-paragraph {
  font-size: 14px;
  color: #222;
}

p.welcome-description-paragraph2 {
  font-size: 17px;
  color: #222;
}

.welcome-description {
  margin-top: 23px;
  margin-bottom: 30px;
}


.welcome h2{
	color:#222;
}


.header-extra {
  float: right;
  margin-right: 23px;
    margin-top: 10px;
}

.navbar-brand img {
  width: 201px;
  margin-top: -10px;
}

.authorized h3 {
  border-bottom: none !important;
  margin-bottom: 22px !important;
  font-size: 15px;
  font-weight: 600;
}

.authorized {
  padding: 0px 30px 10px 30px;
}
.authorized img {
  margin-top: -11px;
}

hr {
  border-top: 1px solid #999 !important;
}

.section-breadcrumbs h1 {
	font-family: 'tahomabd' !important;
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.justify-p {
  text-align: justify;
}

.carousel-content.centered {
  padding-top: 3px;
}

.staff{
  background: #FFF;
  margin-bottom: 20px;
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
  color: inset 0 1px #fff,0 0 8px #c8cfe6;
  padding:10px
}
.staff-list{
  font-size: 12px;
  padding-top: 16px;
}

.staff-name{
	margin-bottom:-10px;
	
}
.staff-position{
	margin-bottom:-10px;
}
.staff-email{
	margin-bottom:-10px;
}

.staff-long{
	margin-top:-10px;
	  margin-bottom: -6px;
}
img.img-responsive.spx {
  width: 144px;
}

ul.img-list {
  list-style-image: url("../img/bullet.png") !important;

}

.img-list li {
  margin-top: 14px;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 14px;
}

.section-breadcrumbs {
    margin-top: 125px !Important;
}

.section-breadcrumbs {
    background: #5c5c5c !important;
}

.footer {
    border-top: 5px solid #b70100 !important;
}

.footer-copyright {
    border-top: 1px solid #7C7C7C !important;
}

.footer h3 {
    border-bottom: 1px solid #7C7C7C;
}

h3.product-title {
    height: 41px;
}

p.product-description {
    height: 100px;
    font-size: 15px;
    line-height: 25px;
    word-spacing: 1px;
}

p.product-description-noheight {

    font-size: 15px;
    line-height: 25px;
    word-spacing: 1px;
}

.main-paragraph {
    font-size: 15px;
    line-height: 25px;
    word-spacing: 1px;
}

@media (max-width:766px){
	a.navbar-brand {
		margin-top: -27px;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			margin-top: 32px;
		}
		
	.section-breadcrumbs {
		margin-top: 110px !important;
	}
	
	.section-title {
			margin-left: -32px;
			margin-top: 40px;
		}
}

.service-wrapper i {
    font-size: 14px !important;
}  

.navbar-toggle {
    background-color: #333 !important;
}

body {
    background: #444444;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
        font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
    color: #222;
    text-shadow: 0px 2px 3px #555;
}