.heading-block:after {
    border-top: 2px solid #AB0101;
}

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a,
#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a { color: #AB0101 !important; }

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a {
    color: #AB0101 !important;
}

#primary-menu ul li i {
    position: relative;
    font-size: 13px !important;
    top: 2px;
    line-height: normal;
    width: 13px;
    text-align: center;
    margin-right: 6px;
    -webkit-transition: line-height .4s ease;
    -o-transition: line-height .4s ease;
    transition: line-height .4s ease;
}

@media (max-width: 991px) {
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a { color: #AB0101 !important; }
	
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a div,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a div,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a div,
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a div { color: #AB0101 !important; }
	
	.boxed-slider {
		padding-top: 0 !important;
	}
	
	.page-section { padding: 60px 0 0 !important; }
}

.one-page-arrow.dark {
    color: #666 !important;
}

.title-center h4, .title-center h5, .title-center h6 {
    padding: 0 20px;
}

.feature-box h3 span.subtitle {
	color: #AB0101;
	font-size: 13px;
	font-weight: 600;
}

a {
    color: #AB0101;
}
a:hover {
	color: #c9302c;
}

.color {
	color: #AB0101 !important;
}

.badge {
    padding: 5px 4px 3px;
	font-size: 11px;
	background-color: #AB0101;
	border-radius: 20px;
}

a:hover .badge {
	background-color: #c9302c;
}

.feature-box.media-box p {
    margin-top: 10px;
}

.feature-box p {
    color: #111;
}


.dark .fancy-title.title-double-border:before, .dark .fancy-title.title-border:before, .dark .fancy-title.title-border-color:before, .dark .fancy-title.title-border:before {
    border-top-color: rgba(255,255,255,0.30) !important;
}
.dark .fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #FFF;
}

.dark .process-steps li:before, .dark .process-steps li:after, .dark .feature-box.fbox-center:not(.fbox-bg) h3:after {
    border-top-color: rgba(255,255,255,0.5) !important;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #FFF !important;
}

.dark .fancy-title h1, .dark .fancy-title h2, .dark .fancy-title h3, .dark .fancy-title h4, .dark .fancy-title h5, .dark .fancy-title h6 {
    background: none !important;
}

.dark .feature-box h5 {
	font-size: 16px;
	text-shadow: 0 0 12px #000;
}

.dark .feature-box p {
    color: #FFF !important;
	text-align: left;
	text-shadow: 0 0 7px #000;
}

.fancy-title h4 {
    font-size: 21px;
	letter-spacing: 3px;
}

.dark .fancy-title h4 {
	text-shadow: 0 0 20px #000;
}

.info-ceo .clear-bottommargin {
    margin-bottom: -100px !important;
}

.info-ceo .fancy-title h4 {
    background: #F9F9F9 !important;
}

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

.info-ceo h5.ceo-name {
	font-size: 18px !important;
}

.lead {
	font-weight: 600;
	text-shadow: 0 0 7px #000;
}

.fbox-desc {
	position: relative;
}

.fbox-desc a.btn {
    position: absolute;
    top: 0;
    margin: 25px 0 0;
    left: auto;
    right: 0;
}



.btn-red {
    color: #fff;
    background-color: #AB0101;
    border-color: #A61F22;
}
.btn-red.focus, .btn-red:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-red.active, .btn-red:active, .btn-red:hover, .open>.dropdown-toggle.btn-red {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover, .open>.dropdown-toggle.btn-red.focus, .open>.dropdown-toggle.btn-red:focus, .open>.dropdown-toggle.btn-red:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-red.disabled, .btn-red.disabled.active, .btn-red.disabled.focus, .btn-red.disabled:active, .btn-red.disabled:focus, .btn-red.disabled:hover, .btn-red[disabled], .btn-red[disabled].active, .btn-red[disabled].focus, .btn-red[disabled]:active, .btn-red[disabled]:focus, .btn-red[disabled]:hover, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red.active, fieldset[disabled] .btn-red.focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:hover {
	background-color: #AB0101;
	border-color: #d43f3a
}
.btn-red .badge {
	color: #AB0101;
	background-color: #fff
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #AB0101;
}

.dark .fbox-effect .fbox-icon i:hover, .dark .fbox-effect:hover .fbox-icon i {
    background-color: #AB0101 !important;
}

.dark .fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #AB0101 !important;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #AB0101;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 16px;
  line-height: 1.8;
  border-top: 1px solid #eee;
}

.table th.first,
.table td.first {
	border: none;
}

.clients-grid li a,
.clients-grid li img {
	width: auto !important;
}

.clients-grid li a img { width: auto !important; }

#template-contactform small { color: #CC0000; }

@media (max-width: 479px) {
	
	#section-about .col-padding {
		padding: 30px 15px;
	}
}

.Traffic-access ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.btn-xlg {
    padding: 20px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#gotoTop:hover { background-color: #AB0101; }


@media (min-width: 767px) {
	.footer_logo { margin-top: -20px; }
}

@media (max-width: 767px) {
	#copyrights .col_half:last-child {
		display: inherit !important;
	}
	
	.copyrights-menu.topmargin-sm {
		margin-top: 0 !important;
	}
}

@media all and (min-width: 240px) and (max-width: 479px) {
	.tright {
		text-align: center !important;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.footer_logo,
	.tright,
	.copyright {
		text-align: center !important;
	}
}