html, body {
    font-size: 14px;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    font-family: 'Raleway', sans-serif;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
	line-height: 1.75;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-danger {
    box-shadow: 0px 4px 12px -1px #2929298f;
    z-index: 1;
}
.card{
	box-shadow: 0px 4px 12px -1px #a7a7a7;
}
.carousel {
    box-shadow: 0px 0px 6px 0px #e0e0e0;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	width: 19px;
    height: 40px;
}
.carousel-control-prev-icon{
	background-image: url(images/prev.png);
}
.carousel-control-next-icon{
	background-image: url(images/next.png);
}
.carousel-indicators li{
	background-color: rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active{
	background-color: #000;
}
.header-container {
    height: 100px;
	padding: 25px 0;
}
.header-left-info ul{margin:0}
.header-left-info li {
    margin-right: 30px;
    float: left;
    line-height: 40px;
}
.header-label {
    display: block;
    float: left;
    font-size: 2em;
    margin-right: 15px;
    position: relative;
    top: 3px;
}
.header-label i{
	line-height: 40px
}
.header-hightlight {
    float: left;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}
.header-hightlight small {
    display: block;
    margin: 7px 0;
    opacity: .9;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
}
.header-hightlight strong {
    color: #dc3545;
	font-weight: 700;
}
.box-title {
    position: relative;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 600;
}
.box-title::after {
    position: relative;
    content: '';
    display: block;
    width: 30px;
    margin: 10px 0;
    top: -1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dc3545;
}
.box-title::after {
    left: 50%;
    margin-left: -15px;
}
.about_us .card-block .box-title::after, .contact_us .box-title::after{
    left: 0%;
    margin-left: 0px;
}
.about_us .card{
	background: #f5f5f5 !important;
	border-radius: 0;
	border: none
}
.about_us .card .card-text {
    font-weight: 400;
    font-size: 16px;
}

.our_services .card-title{
	min-height: 50px;
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

/* about us page start */
#title-wrapper {
    background-image: url(https://iwebdc.com/demo/ostrya/wp-content/uploads/2016/11/bg-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
}
.page-title {
    margin: 0;
    color: inherit;
    font-weight: 600;
}
.breadcrumb {
    font-size: 13px;
    background: none;
    margin: 0;
    padding: 10px 0 0 0;
	color: #dc3545;
}
.breadcrumb > li a{
	color: #fff
}
.breadcrumb > li + li:before {
    position: relative;
    content: '\203A';
    margin: 0 8px;
    font-size: 18px;
    color: inherit;
    opacity: .7;
    display: inline-block;
	line-height: 1
}

/* contact us form */

.contact_us .form-control-lg{
	font-size: 14px;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.contact_us .contact-label{
	min-width: 80px;
	float: left
}

.highlights p{
	margin-top: 1rem;
	font-size: 35px;
    line-height: 1.3;
	font-weight: 800;
    text-transform: uppercase;
}
.highlights p span {
    font-size: 20px;
	font-weight: 500;
}
.highlights .col-md-4 {
    border-right: 1px solid;
}
.highlights .col-md-4:last-child{
	border-right: none
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px){
	.highlights .col-md-4{
		border-right: none;
		border-bottom: 1px solid;
	}
	.highlights .col-md-4:last-child{
		border-bottom: none
	}
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 9px;
		height: 20px;
	}
}