.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.header-carousel .owl-prev {
    display: block;
    margin-left: 30px;
}
.header-carousel .owl-next {
    display: block;
    margin-right: 30px;
}
.header-carousel .slider-content {
    margin-left: 100px;
}
page-header h1 {
    font-size: 30px !important;
}
.container-h1 .display-5 {
    font-size: 30px;
}
.container-h1 .service-item p {
    text-align: justify;
}
.container-h2 .display-3 {
    font-size: 50px;
}
.about-text {
    padding: 0 0 0 0;
    text-align: justify;
}
.the-liquid .inner-li ul {
    list-style: none;
}
.the-liquid ul li {
    text-align: justify;
}
.the-liquid .inner-li ul li {
    display: flex;
    line-height: 30px;
}
.the-liquid .inner-li ul li i {
    margin-right: 20px;
    font-size: 12px;
    margin-top: 10px;
}
.the-liquid p span {
    font-weight: 600;
    color: red;
}
.about-content {
    text-align: justify
}
.jet-style ul li {
    line-height: 30px;
    text-align: justify;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
}
.timeline > li:not(.timeline-inverted) {
    padding-right: 90px;
}
.timeline > li.timeline-inverted {
    padding-left: 90px;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
/* The actual timeline (the vertical ruler) */
.timeline-v {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline-v::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
/* Container around content */
.timeline-v .timelinecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
/* The circles on the timeline */
.timeline-v .timelinecontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #dddddd;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 2px 0px #054875;
}
/* The circles on the timeline approved */
.timeline-v .approved::after {
    background-color: white;
    border: 4px solid #5cb85c !important;
}
/* The circles on the timeline approved */
.timeline-v .pending::after {
    background-color: white;
    border: 4px solid #FF9F55;
}
/* Place the container to the left */
.timeline-v .timeline-left {
    left: 0;
}
/* Place the container to the right */
.timeline-v .timeline-right {
    left: 50%;
}
/* Add arrows to the left container (pointing right) */
.timeline-v .timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.timeline-v .timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.timeline-v .timeline-right::after {
    left: -12px;
}
/* The actual content */
.timeline-v .timelinecontent {
    padding: 10px 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 5px 0px #054875;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline-v::after {
        left: 31px;
    }
    /* Full-width containers */
    .timeline-v .timelinecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    /* Make sure that all arrows are pointing leftwards */
    .timeline-v .timelinecontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    /* Make sure all circles are at the same spot */
    .timeline-v .timeline-left::after, .timeline-v .timeline-right::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .timeline-v .timeline-right {
        left: 0%;
    }
}
.how-we-differ h1 {
    font-size: 30px;
    text-align: center;
}
.container-h1 .how-section {
    width: 22%;
    height: 100px;
    margin: 0 5px 0 5px;
}
.mb-60 {
    margin-bottom: 60px;
}
.services-inner {
    border: 2px solid #b36019;
    margin-left: 10px;
    transition: .3s;
    border-radius: 10px;
    height: 170px;
    text-align: justify;
    background: white;
    padding: 10px;
}
.service-inner .our-service-text a {
    text-decoration: underline !important;
    color: red !important;
}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
.our-services-wrapper .services-inner:hover {
    background: #fedfc4 none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    color: #666;
}
.our-services-text p {
    font-size: 14px;
    color: black;
    font-weight: 400;
    margin-bottom: 18px;
}
.differ-section {}
.icons {
    /*position: fixed;*/
    top: 250px;
    right: 0;
    width: 60px;
    z-index: 99;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .6);
    background: #AB7442;
}
.icons ul {
    list-style: none;
    padding-left: 1.5rem;
}
.icons ul li {
    height: 40px;
    position: relative;
}
.icons ul li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
}
@media (min-width: 300px) and (max-width: 768px) {
    .services-inner {
        border: 2px solid #b36019;
        margin-left: 10px;
        transition: .3s;
        border-radius: 10px;
        height: 200px;
        text-align: justify;
        background: white;
        padding: 10px;
    }
    .oil h6 {
        margin-left: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .services-inner {
        border: 2px solid #b36019;
        margin-left: 10px;
        transition: .3s;
        border-radius: 10px;
        height: 150px;
        text-align: justify;
        background: white;
        padding: 10px;
    }
    .icons {
        width: 60px;
        z-index: 99;
        box-shadow: 2px 5px 10px rgba(0, 0, 0, .6);
        background: #AB7442;
        margin-top: 100px;
    }
    .oil h6 {
        margin-left: 70px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .services-inner {
        border: 2px solid #b36019;
        margin-left: 10px;
        transition: .3s;
        border-radius: 10px;
        height: 200px;
        text-align: justify;
        background: white;
        padding: 10px;
    }
	 .oil h6 {
        margin-left: 150px !important;
    }
}
.oil h6 {
    margin-left: 200px;
}
.offline-filter-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.offline-filter-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.offline-filter-carousel .owl-nav .owl-prev,
.offline-filter-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.offline-filter-carousel .owl-nav .owl-prev:hover,
.offline-filter-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.differ .differ-content{
	background: linear-gradient(rgba(156,68,0),rgba(100,40,0));
	height: 200px;
	padding: 40px 20px 20px 20px;
}
.differ .differ-content:hover{
	box-shadow: 0px 0px 10px 7px #888888;
}
.differ .differ-content p{
	color: #fff;
	font-style: italic;
	text-align: center;
}
.differ .differ-content img{
	padding-top: 40px
}
.service-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.service-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: relative;
    color: #fff;
    font-size: 45px;
    transition: .5s;
}
.filter-element .filter-content{
	background: linear-gradient(rgba(100,40,0),rgba(156,68,0));
	height: 510px;
	padding: 40px 20px 20px 20px;
}
.filter-element .filter-content:hover{
	box-shadow: 0px 0px 10px 7px #888888;
}
.filter-element .filter-content p{
	color: #fff;
	font-style: italic;
	text-align: center;
}
.filter-element .filter-content h5{
	color: yellow;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 16px;
	padding-top: 5px;
}
.filter-element .filter-content .bottom-icon img{
	padding-top: 10px;
}

.product .service-item .filter{
	height: 360px;
}
@media (min-width: 768px) {

}

.btn-success {
    color: #fff;
    background-color: #AB7442;
    border-color: #AB7442;
}
.btn-success:hover {
    color: #fff;
    background-color: #AB7442;
    border-color: #AB7442;
}