body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.45;
	font-size: 14px;
    color: #000;
}

ol, ul {
    margin: 0;
    padding: 0;
}
p {
    font-weight: 400;
    margin: 0 0 10px;
}
figure {
    margin: 0;
}
ul.list {
	padding-left: 40px;
    list-style-type: disc;
}
a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus {
    text-decoration: none;
    outline: 0;
	color: #000;
}

a:hover {
    text-decoration: none;
    outline: 0;
	color: #990620!important;
	transition: 0.5s;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 50px 0;
}
.top-info {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
}
.top-info1:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 34px;
    background: #000;
    margin-top: -16px;
    opacity: 0.4;
}
.logo-in {
    text-align: right;
	margin-top: 20px;
}

.top-info .phone .fa {
	color: #990620;
	font-size: 22px;
	margin-right: 7px;
	margin-top: 10px;
}

.top-info .phone a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #394952;
	letter-spacing: 1px;
}

.top-info .phone a:hover {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #054f91!important;
	letter-spacing: 1px;
}

.top-info .button { 
	background-color:#fbdc2e; 
	color: #333;
	font-size:25px; 
	font-weight:400; 
	padding: 3px 10px 5px 10px;
	text-transform:capitalize;
	letter-spacing:0;
	border-radius:20px 0 20px 0;
	margin-left
}
.top-info .button:hover { background-color: rgba(251,220,46,0.6)!important; color: #333!important; text-decoration: none; transition: 0.5s; }

.section-title {
  margin: 0 auto 15px;
}

.section-title h2 {
  color: #000;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: none;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
}
#portfolio {
	background-color: #fff;
}
#portfolio1 {
	background-color: #8a8a8a;
}


.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
	margin-bottom: 15px;
}

.showcase { width:14.28%; position:relative; margin-bottom:0 !important; }

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-red {
  background-color: #990620;
  color: #fff;
  font-size: 16px;
  padding: 10px 35px;
  border:1px solid #990620;
  border-radius: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
}
.btn-red:hover {
  background-color: #fff;
  border:1px solid #fff;
  border-radius: none;
  color: #990620!important;
  font-size: 16px;
  padding: 10px 35px;
  transition: 0.5s;
}
.btn-redA {
  background-color: #fff;
  color: #990620;
  font-size: 16px;
  padding: 10px 35px;
  border:1px solid #fff;
  border-radius: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
}
.btn-redA:hover {
  background-color: #990620;
  border:1px solid #990620;
  border-radius: none;
  color: #fff!important;
  font-size: 16px;
  padding: 10px 35px;
  transition: 0.5s;
}

.btn-con {
  background-color: #f8c224;
  color: #394952;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 35px;
  border:1px solid #f8c224;
  display: inline-block;
}
.btn-con:hover {
  background-color: rgba(248,194,36,0.8);
  border:1px solid rgba(248,194,36,0.8)!important;
  color: #394952;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
  transition: 0.5s;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/
#navigation {
	background:#fff;
}
.animated-nav {
	    border-bottom: 1px solid #636364;
}

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
  padding: 0;
}

.animated-nav .navigation .navbar-nav > li > a {

}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 0;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #394952;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px;
}

.navigation .navbar-nav > li.current > a {
  color: #054f91;
  border-bottom: 1px solid #054f91;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: #f8c224;
  color: #394952!important;
  transition: 0.5s;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #fbdc2e;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px inset;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #000!important;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #0f75bc!important;
  background: #fff!important;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}



#nav ul {
	margin: 0;
    margin-top: 8px;
    padding: 0;
    position: absolute;
    top: 80%;
    left: 0;
    width: 220px;
    background: #ffffff;
    border-top: 3px solid #394952;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	display:none;
	z-index: 999;
}
#nav ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 44px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #000 transparent;
}
#nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: #fff;
    text-decoration:none;
}
#nav ul li
{
	float:none;
}
#nav ul a
{
	line-height:120%;
	padding:10px 15px;
	display:block;
}
#nav ul a:hover
{
	background:#ccc;
}
#nav ul ul
{
	top:0;
	left:100%
}
#nav li:hover > ul
{
	display:block
}





/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
  margin-top:130px;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
  background-position: center;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}
#home-carousel img{
	width:100%;
	margin-top: -40px;
}
.carousel-caption > div {
  background-color: rgba(0,0,0,0.5);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 77%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px #000;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 8px;
  text-shadow: 1px 2px 3px #000;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-prev:hover {
    background-color: #333;
    border-color: #333;
    color: #fff!important;
	transition: 0.5s;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #333;
    border-color: #333;
    color: #fff!important;
	transition: 0.5s;
}

.carousel-indicators .active {
  background-color: #333;
  border: 0;
}


/*============================================================
    Services
============================================================*/

#service .media .media-body h3{
    color: #000;
    font-weight: 400;
    font-size: 20px;
	margin-top: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

#service .media{
    text-align: center;
}
.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #054f91;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}

/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 10px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
	margin-bottom: 15px;
}

.plus {
  background: url("../img/icons/zoom.png") no-repeat scroll center center #f8c224;
  border-radius: 50%;
  display: block;
  height: 60px;
  left: 55%;
  margin: -20px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 60px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}



figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.5s ease-out 0s;
       -moz-transition: 0.5s ease-out 0s;
        -ms-transition: 0.5s ease-out 0s;
         -o-transition: 0.5s ease-out 0s;
            transition: 0.5s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}
.portfolio-item:hover .plus1 .fa{
    top: 60%;
}

figcaption.mask h3 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

figcaption.mask span {
  color: #054f91;
}

/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #000;
  margin-bottom: 30px;
  text-transform: none;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #333;
  border-color: #333;
}


/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}


.contact-form .input-field {
  margin-bottom: 10px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 38px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 140px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 14px;
  padding: 17px 50px;
}

.contact-form1 .input-field {
  margin-bottom: 10px;
}

.contact-form1 .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 38px;
  box-shadow: none;
}

.contact-form1 .message .form-control {
  height: 140px;
}

.contact-form1 .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form1 #msg-submit {
  font-size: 14px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}

#footer {
    background-color: #8a8a8a;
    padding: 50px 0 15px 0;
}

.footer-logo {
    margin-bottom: 15px;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
	margin-top:20px;
	padding: 30px 0 30px;
    border-top: 1px solid #fff;
}

.copyright a:link { color: #fff; text-decoration: none; }
.copyright a:visited { color: #fff; text-decoration: none; }
.copyright a:hover { color: #fff!important; text-decoration: none; }
.copyright a:active { color: #fff; text-decoration: none; }

.copyright p:first-child {
    margin-bottom: 15px;
}
.footer-widget h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-widget p,
.footer-widget h4,
.footer-widget a {
  color: #ffffff;
}

.footer-widget h4 {
  margin-bottom:5px;
}
.footer-widget .fa {
	width:15px;
	color: #990620;
}

.footer-widget .co {
	margin-left: 50px;
}

.footer-widget .ql {
	margin-left: 60px;
}

.footer-widget ul.navigation {
  margin-left: 60px;
  padding: 0;
}

.footer-widget ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
.footer-widget ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.footer-widget ul.navigation li a:hover {
  color: #990620!important;
  transition: 0.5s;
}

footer a:hover {
  color: #990620!important;
  transition: 0.5s;
}
.center-block {
    text-align: center !important;
    margin: 0 auto 20px;;
    background: #fff;
    box-shadow: -1px 11px 8px 0px #c7c7c7;
    padding: 20px 10px;
	border:1px solid #f1ecec;
}
.contactbox {
	min-width: 48%;
	display:inline-block;
	vertical-align: top;
	color:#333;
}
.contactbox h4{
	font-weight:700;
	color:#333;
	margin-bottom:7px;
}
.contactbox a{
	color:#333;
}
.linetobox {
    border-left: 1px solid #000;
}
.contact-form h3 {
	color:#333;
	margin-bottom:10px;
}

.contact-form1 h3 {
	color:#333;
	margin-bottom:10px;
}

.logo {
	width: 100%;
    margin-top: 20px;
}

.top-line {
  padding: 7px 0;
  background: #8A8A8A;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.top-line p {
  margin-bottom: 0;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align:right;
  float:right;
}

.img-responsive {
    max-height: 250px!important;
	width: 100%;
	}
	
.stars {
	margin-bottom: 20px;
}

#about-us {
	padding: 50px 0;
	background-image: url('../img/bg2A.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center center;
}

.servicebox {
	margin-top: 30px;
}

.box1 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box1 p {
	color: #fff;
}

.box1 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box1 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/02.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box1::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box1:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box1 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.box2 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box2 p {
	color: #fff;
}

.box2 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box2 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/03.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box2::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box2:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box2 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.box3 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box3 p {
	color: #fff;
}

.box3 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box3 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/04.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box3::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box3:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box3 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.box4 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box4 p {
	color: #fff;
}

.box4 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box4 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/06.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box4::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box4:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box4 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.box5 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box5 p {
	color: #fff;
}

.box5 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box5 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/05.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box5::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box5:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box5 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.box6 h4 {
	text-align:center;
	color: #fff;
	margin-bottom: 10px;
}

.box6 p {
	color: #fff;
}

.box6 a, i {
	z-index: 999;
    position: relative;
    display: block;
}

.box6 {
	padding: 20px 20px 20px 20px;
    background: url(../img/portfolio/07.jpg);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
	background-size: 230px 215px;
	min-height: 220px;
	margin-bottom:15px;
	position: relative;
}

.box6::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
	z-index:2;
}

.box6:hover::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.box6 a:hover {
	text-decoration:none;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.guaranteed {
	width: 80%;
}
.tagline {
	text-align: right;
}
.247 {
	text-align: left;
}
.white {
	color: #fff!important;	
}
.red {
	color: #990620!important;
	font-weight: 600;		
}
.tst-content p {
	font-weight: 600;
}

@media (max-width: 767px){
#nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: #000;
    text-decoration:none;
}
}
@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin-left: 80px;
	margin-top: 10px;
}
}