body {
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1.1rem
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

a:hover {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-black {
    color: #000!important
}

. {
    color: rgba(0, 0, 0, .5)
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, .5)
}

.site-container:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, .6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.offcanvas-menu .site-container {
    height: 100%;
    width: 100%;
    z-index: 2
}

.offcanvas-menu .site-container:before {
    opacity: 1;
    visibility: visible
}

.btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff
}

.btn.btn-black:hover {
    color: #000;
    background-color: transparent
}

.btn.btn-black.btn-outline-black {
    color: #000;
    background-color: transparent
}

.btn.btn-black.btn-outline-black:hover {
    border-color: #000;
    background: #000;
    color: #fff
}

.btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000
}

.btn.btn-white:hover {
    color: #fff;
    background-color: transparent
}

.btn.btn-white.btn-outline-white {
    color: #fff;
    background-color: transparent
}

.btn.btn-white.btn-outline-white:hover {
    border-color: #fff;
    background: #fff;
    color: #000
}

.line-height-1 {
    line-height: 1!important
}

.bg-black {
    background: #000
}

.form-control {
    height: 43px;
    font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.form-control:active,
.form-control:focus {
    border-color: #007bff
}

.form-control:active,
.form-control:focus,
.form-control:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.section-content {
    overflow: hidden;
    padding: 2.5em 0
}

@media (min-width:768px) {
    .section-content {
        padding: 5em 0
    }
}

.section-content.section-content-sm {
    padding: 4em 0
}

.section-content-heading {
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 2.5rem
}

@media (min-width:768px) {
    .section-content-heading {
        font-size: 3rem
    }
}

.border-top {
    border-top: 1px solid #edf0f5!important
}

.site-footer {
    padding: 4em 0;
    background: #333
}

@media (min-width:768px) {
    .site-footer {
        padding: 8em 0
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, .1)!important
}

.site-footer p {
    color: #737373
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #000
}

.site-footer a {
    color: #999
}

.site-footer a:hover {
    color: #000
}

.site-footer ul li {
    margin-bottom: 10px
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, .5)
}

.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem
}

.site-logo a {
    display: flex;
    color: #fff
}

.site-navbar {
    margin-bottom: 0;
    z-index: 1999;
    position: absolute;
    width: 100%
}

.site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4!important
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active {
    color: #007bff;
    display: inline-block;
    padding: 5px 20px
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none!important;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none!important
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #007bff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #007bff!important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:hover>a {
    color: #007bff
}

.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a {
    color: #000
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #007bff
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px
}

.site-mobile-menu .site-nav-wrap[data-class=social] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em
}

.site-mobile-menu .site-nav-wrap[data-class=social]>li {
    width: auto
}

.site-mobile-menu .site-nav-wrap[data-class=social]>li:first-child a {
    padding-left: 15px!important
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.sticky-wrapper .site-navbar .site-menu>li {
    display: inline-block
}

.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #fff;
    position: relative
}

.sticky-wrapper .site-navbar .site-menu>li>a.active:after {
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px
}

.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, .2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, .2);
    background: #fff
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li {
    display: inline-block
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    padding: 5px 20px;
    color: #000;
    display: inline-block;
    text-decoration: none!important
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover {
    color: #007bff
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active:after {
    background: #007bff
}

.sticky-wrapper .shrink {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.intro-section .container .carousel-container {
    overflow: hidden;
    padding: 10em 0
}

.intro-section {
    position: relative
}

.intro-section,
.intro-section .container .row {
    height: 100vh;
    min-height: 900px
}

.intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 51%;
    transform: rotate(20deg);
    top: -50%;
    z-index: 0;
    left: 0;
    background: #007bff
}

.intro-section:after {
    content: '';
    position: absolute;
    background: #007bff;
    width: 62%;
    height: 100%;
    top: -205px;
    transform: rotate(20deg);
    z-index: -1;
    border-radius: 20px
}

@media (max-width:990px) {
    .intro-section .container {
        max-width: 95%!important
    }
    .intro-section .container .carousel-container {
        padding: 5em 0
    }
}

@media (max-width:690px) {
    .intro-section .container .carousel-container {
        padding: 5em 0
    }
    .intro-section .container .carousel-container .custom-carousel .carousel-item.active .carousel-item__info .carousel-item__container .carousel-item__title {
        font-size: 35px!important
    }
    .intro-section .container .carousel-container .custom-carousel .carousel-item.active .carousel-item__info .carousel-item__container {
        background: rgba(0, 0, 0, .8);
        padding: 20px
    }
    .intro-section .container .carousel-container .custom-carousel .carousel-item.active .carousel-item__info {
        width: 80%!important;
        padding: 0!important;
        position: absolute
    }
    .intro-section .container .carousel-container .custom-carousel .carousel-item.active .carousel-item__image {
        min-width: 90%!important
    }
}

.intro-section .col-lg-4 {
    z-index: 16
}

.intro-section h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff
}

.intro-section p {
    font-size: 1.1rem;
    max-width: 400px
}

.section-content {
    padding: 10em 0
}

@media (max-width:991.98px) {
    .section-content {
        padding: 4em 0
    }
}

.cta a span {
    border-color: #007bff;
    padding: 10px 20px
}

.cta a:hover span {
    background: #007bff;
    color: #fff
}

.cta a.active {
    border-bottom: none
}

.cta a.active>span {
    background-color: #007bff;
    color: #fff
}

.section-sub-title {
    color: #007bff;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 900;
    display: block;
    margin-bottom: 1.5rem
}

.section-title {
    font-size: 3rem;
    color: #000;
    margin-bottom: 1.8rem;
    font-weight: 900;
    max-width: 450px
}

@media (max-width:991.98px) {
    .section-title {
        font-size: 1.5rem
    }
}

.counter .icon-wrap {
    margin-right: 1.5rem
}

.counter .icon-wrap>span {
    position: relative;
    top: -.2em;
    font-size: 2rem
}

.counter .counter-text strong {
    line-height: .5;
    font-size: 3.5rem;
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem
}

.counter .counter-text span {
    font-size: 1rem;
    line-height: 1
}

.about-section {
    padding: 5em 0;
    overflow: hidden
}

.about-section .about-us-wrapper {
    position: absolute;
    top: -100px;
    z-index: -1
}

.about-section .image-block-wrapper {
    height: 100%;
    margin-top: -19%
}

.about-section .image-block-wrapper .image-block-one {
    height: 100%
}

.about-section .image-block-wrapper .image-block-one img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.phone-block {
    display: flex;
    background: #007bff;
    margin-top: 10px;
    border-radius: 10px
}

.phone-block .text-block {
    padding: 0 30px
}

.phone-block .text-block p {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.phone-block .text-block h3 {
    font-size: 30px
}

.phone-block .text-block h3 a {
    color: #fff;
    text-decoration: none!important
}

.phone-block .text-block h3 a:hover {
    text-decoration: none!important
}

.icon-container {
    width: 162px;
    background: linear-gradient(45deg, transparent, #c0e9fc);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

.icon-container .icon-globe {
    font-size: 54px;
    color: #fff
}

@media (max-width:768px) {
    .icon-container {
        width: 115px
    }
    .phone-block .text-block {
        padding: 10px 20px!important
    }
    .phone-block .icon-globe {
        font-size: 40px
    }
    .phone-block .text-block p {
        font-size: 13px;
        margin-bottom: 5px
    }
    .phone-block .text-block h3 {
        font-size: 20px
    }
    .choose-us-image {
        display: none
    }
}

@media (min-width:767px) {
    .icon-container {
        width: 115px
    }
    .phone-block .text-block {
        padding: 0 20px!important
    }
    .choose-us-image {
        height: 520px;
        top: -60px!important;
        right: -185px
    }
}

@media (min-width:990px) {
    .choose-us-image {
        height: 500px;
        top: -80px!important;
        right: -205px
    }
}

.container .row .sec-title .tag-line {
    text-transform: uppercase;
    color: #7f8284;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #007bff;
    letter-spacing: .2em
}

.container .row .sec-title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin: 0
}

.text-block p {
    font-size: 1.1rem
}

.our-service .our-service-wrapper-img {
    position: absolute;
    right: 0
}

.service-logo-container {
    display: flex;
    justify-content: flex-end;
    margin-top: -80px
}

@media (max-width:990px) {
    .service-logo-container {
        justify-content: center!important;
        margin-top: -50px
    }
}

.service-logo-container img {
    width: auto
}

.choose-us-section {
    overflow: hidden
}

.choose-us-image {
    position: absolute;
    max-height: 520px;
    top: -100px
}

.fuel-management-section .fuel-management-img {
    height: 100%;
    width: 100%
}

.contact-us-img {
    width: 100%
}

.section-1 {
    margin-top: 10rem
}

.work-thumb {
    position: relative;
    display: block;
    cursor: pointer
}

.work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 123, 255, .8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.work-thumb .work-text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px
}

.work-thumb .work-text h3 {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    padding: 0
}

.work-thumb .work-text .category {
    font-size: .8rem;
    color: rgba(255, 255, 255, .7)
}

.work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.work-thumb:hover:after {
    opacity: 1;
    visibility: visible
}

.work-thumb:hover .work-text {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.nonloop-block-13 .owl-nav {
    display: none
}

.nonloop-block-13 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center
}

.nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px
}

.nonloop-block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6
}

.nonloop-block-13 .owl-dots .owl-dot.active span {
    background-color: #007bff
}

.nonloop-block-14 .owl-nav {
    display: none
}

.nonloop-block-14 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center
}

.nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px
}

.nonloop-block-14 .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6
}

.nonloop-block-14 .owl-dots .owl-dot.active span {
    background-color: #007bff
}

.footer-section {
    position: relative;
    padding: 7em 0
}

.footer-section p {
    font-size: 1rem
}

.highlight {
    color: #007bff
}

.footer-section span.content-heading {
    font-size: .9rem;
    border-bottom: 1.5px solid #007bff;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #7f8284;
    margin-bottom: 1.5rem;
    font-weight: 600
}

.footer-section .footer-links li {
    align-items: center;
    display: flex
}

.footer-section .footer-links li {
    margin-right: 10px;
    margin-left: 20px
}

.footer-section .footer-links li a {
    text-decoration: none;
    color: #7f8284
}

.footer-section .footer-links li a:hover {
    text-decoration: none;
    color: #7f8284
}

.footer-section .footer-links li span {
    position: relative;
    color: #007bff
}

.footer-section .footer-links li span.icon-map-marker:before {
    position: absolute;
    right: 10px;
    top: -8px
}

.footer-section .footer-links li span.icon-envelope-o:before,
.footer-section .footer-links li span.icon-globe:before,
.footer-section .footer-links li span.icon-phone2:before {
    position: absolute;
    top: -8px;
    right: 10px
}

.social-links span {
    color: #007bff
}

.icon-phone2 {
    color: #007bff
}

.brochure-download {
    display: flex;
    align-items: center
}

.brochure-download a {
    color: grey;
    text-decoration: none
}

.brochure-download a:hover {
    text-decoration: none
}

.brochure-download a span {
    color: #007bff
}

.process,
.service {
    position: relative
}

.process .number,
.service .number {
    position: absolute;
    top: 50px;
    left: -30px;
    line-height: 0;
    z-index: -1;
    font-size: 10rem;
    color: #f5f5f5;
    font-weight: 900
}

.process h3,
.service h3 {
    font-size: 1.5rem;
    color: #007bff;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.our-service-carousel .owl-stage-outer {
    overflow: visible
}

.our-service-carousel .owl-stage-outer .owl-stage {
    display: flex
}

.our-service-carousel .owl-stage-outer .owl-stage .owl-item {
    display: flex
}

.our-service-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px
}

.our-service-carousel .owl-nav .owl-prev .icon-arrow_back:before {
    content: '\27F5'
}

.our-service-carousel .owl-nav .owl-prev:after {
    content: '';
    padding: 20px
}

.our-service-carousel .owl-nav .owl-next .icon-arrow_forward:before {
    content: '\27F6'
}

.service {
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75);
    box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75)
}

@media (max-width:991.98px) {
    .service {
        padding: 2rem
    }
}

.custom-carousel {
    width: 100%;
    height: 100%;
    display: flex;
    max-height: 550px;
    overflow: hidden;
    position: relative
}

.carousel-item {
    visibility: visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
    transition: .6s all linear
}

.carousel-item__info {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    order: 1;
    left: 0;
    margin: auto;
    padding: 0 40px;
    width: 40%
}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
    -webkit-box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75);
    box-shadow: 10px -3px 31px -11px rgba(0, 0, 0, .75);
    -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateX(100%);
    transition: .6s all ease-in-out
}

.carousel-item__subtitle {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #ffff;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-in-out
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2c2c2c;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: .6s all ease-in-out
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: .6s all ease-in-out;
    margin-top: 35px;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 35px
}

.carousel-item--1 .carousel-item__image {
    background-image: url(../images/banner/bunker-3.jpg)
}

.carousel-item--2 .carousel-item__image {
    background-image: url(../images/banner/banner-2.jpg)
}

.carousel-item--3 .carousel-item__image {
    background-image: url(../images/banner/lube.jpg)
}

.carousel-item--4 .carousel-item__image {
    background-image: url(../images/banner/banner-1.jpg)
}

.carousel-item--5 .carousel-item__image {
    background-image: url(../images/banner/tar_1.jpg)
}

.carousel-item--6 .carousel-item__image {
    background-image: url(../images/banner/petrochemical.jpg)
}

.carousel-item__btn {
    width: 35%;
    color: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: .6s all ease-in-out
}

.carousel__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #fff;
    bottom: 0
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    fill: #5d5d5d
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative
}

.carousel__arrow:nth-child(1):after {
    content: '';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px
}

.custom-carousel .active {
    z-index: 1;
    display: flex!important;
    visibility: visible
}

.active .carousel-item__btn,
.active .carousel-item__description,
.active .carousel-item__subtitle,
.active .carousel-item__title {
    transform: translateY(0);
    opacity: 1;
    transition: .6s all ease-in-out;
    visibility: visible
}

.active .carousel-item__image {
    transition: .6s all ease-in-out;
    transform: translateX(0)
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .2);
    transition: 1s .4s
}

.infinity {
    width: 120px;
    height: 60px;
    position: relative
}

.infinity div,
.infinity span {
    position: absolute
}

.infinity div {
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: rotate 6.9s linear infinite;
    animation: rotate 6.9s linear infinite
}

.infinity div span {
    left: -8px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #8c6ff0;
    box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: move 6.9s linear infinite;
    animation: move 6.9s linear infinite
}

.infinity div span:after,
.infinity div span:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    box-shadow: inherit
}

.infinity div span:before {
    -webkit-animation: drop1 .8s linear infinite;
    animation: drop1 .8s linear infinite
}

.infinity div span:after {
    -webkit-animation: drop2 .8s linear infinite .4s;
    animation: drop2 .8s linear infinite .4s
}

.infinity div:nth-child(2) {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s
}

.infinity div:nth-child(2) span {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s
}

.infinity div:nth-child(3) {
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s
}

.infinity div:nth-child(3) span {
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s
}

.infinityChrome {
    width: 128px;
    height: 60px;
    position: fixed;
    left: 50%;
    z-index: 999;
    right: -50%;
    transform: translate(-50%, -50%);
    top: 50%
}

.infinityChrome div {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #8c6ff0;
    box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
    border-radius: 50%;
    -webkit-animation: moveSvg 6.9s linear infinite;
    animation: moveSvg 6.9s linear infinite;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    offset-path: path("M64.3636364,29.4064278 C77.8909091,43.5203348 84.4363636,56 98.5454545,56 C112.654545,56 124,44.4117395 124,30.0006975 C124,15.5896556 112.654545,3.85282763 98.5454545,4.00139508 C84.4363636,4.14996252 79.2,14.6982509 66.4,29.4064278 C53.4545455,42.4803627 43.5636364,56 29.4545455,56 C15.3454545,56 4,44.4117395 4,30.0006975 C4,15.5896556 15.3454545,4.00139508 29.4545455,4.00139508 C43.5636364,4.00139508 53.1636364,17.8181672 64.3636364,29.4064278 Z")
}

.infinityChrome div:after,
.infinityChrome div:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    box-shadow: inherit
}

.infinityChrome div:before {
    -webkit-animation: drop1 .8s linear infinite;
    animation: drop1 .8s linear infinite
}

.infinityChrome div:after {
    -webkit-animation: drop2 .8s linear infinite .4s;
    animation: drop2 .8s linear infinite .4s
}

.infinityChrome div:nth-child(2) {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s
}

.infinityChrome div:nth-child(3) {
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s
}

@-webkit-keyframes moveSvg {
    0% {
        offset-distance: 0
    }
    25% {
        background: #5628ee
    }
    75% {
        background: #23c4f8
    }
    100% {
        offset-distance: 100%
    }
}

@keyframes moveSvg {
    0% {
        offset-distance: 0
    }
    25% {
        background: #5628ee
    }
    75% {
        background: #23c4f8
    }
    100% {
        offset-distance: 100%
    }
}

@-webkit-keyframes rotate {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        margin-left: 0
    }
    100%,
    50.0001% {
        margin-left: -60px
    }
}

@keyframes rotate {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        margin-left: 0
    }
    100%,
    50.0001% {
        margin-left: -60px
    }
}

@-webkit-keyframes move {
    0%,
    50% {
        left: -8px
    }
    25% {
        background: #5628ee
    }
    75% {
        background: #23c4f8
    }
    100%,
    50.0001% {
        left: auto;
        right: -8px
    }
}

@keyframes move {
    0%,
    50% {
        left: -8px
    }
    25% {
        background: #5628ee
    }
    75% {
        background: #23c4f8
    }
    100%,
    50.0001% {
        left: auto;
        right: -8px
    }
}

@-webkit-keyframes drop1 {
    100% {
        -webkit-transform: translate(32px, 8px) scale(0);
        transform: translate(32px, 8px) scale(0)
    }
}

@keyframes drop1 {
    100% {
        -webkit-transform: translate(32px, 8px) scale(0);
        transform: translate(32px, 8px) scale(0)
    }
}

@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translate(0, 0) scale(.9);
        transform: translate(0, 0) scale(.9)
    }
    100% {
        -webkit-transform: translate(32px, -8px) scale(0);
        transform: translate(32px, -8px) scale(0)
    }
}

@keyframes drop2 {
    0% {
        -webkit-transform: translate(0, 0) scale(.9);
        transform: translate(0, 0) scale(.9)
    }
    100% {
        -webkit-transform: translate(32px, -8px) scale(0);
        transform: translate(32px, -8px) scale(0)
    }
}

.infinity {
    display: none
}

body .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px
}

body .dribbble img {
    display: block;
    height: 28px
}

.maintainer {
    display: flex;
    justify-content: center;
    font-size: 11px;
    background: linear-gradient(45deg, #e2e2e2, transparent, #e2e2e2)
}

.back-to-top {
    -webkit-box-shadow: 0 -4px 30px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -4px 30px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 -4px 30px -4px rgba(0, 0, 0, .75);
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 3px;
    z-index: 9999;
    background: #007bff;
    bottom: 20px;
    right: 8px
}

.back-to-top a span {
    color: #fff;
    font-size: 47px;
    line-height: .7
}