@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700');

body,
html {
    font-family: 'Poppins', sans-serif !important;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-Bold.woff2') format('woff2'),
        url('CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
    background: #fff;
}

.nopad {
    padding: 0;
}

.pad-left {
    padding-left: 0;
}

.pad-right {
    padding-right: 0;
}

a:hover,
a:active {
    text-decoration: none !important;
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #148dcd;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 0px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}

.open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}



@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }

    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #000;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .open-menu .nav-cross span {
        display: none;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #ed1c24;
    outline: 1px solid #ed1c24;
}

/*Scroll css End here*/





.header {}

.header .top {
    background-color: #148dcd;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.header .locate {
    margin-right: 20px;
    display: inline-block;
}

.header .locate h5 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.header .locate h5 img {
    margin-right: 10px;
}

.header .time {
    display: inline-block;
}

.header .time h5 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.header .socail ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

di {
    display: inline-block;
}

.header .socail h5 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.header .socail ul li {
    display: inline-block;
    margin: 0 2px;
}

.header .socail ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #fff;
}

.header .socail {
    text-align: right;
}

.header .row.two {}

.header .logo {
    text-align: center;
    position: absolute;
}

.header .logo img {}

.header .call {
    display: inline-block;
    margin-right: 100px;
    position: relative;
    text-align: left;
}

.header .call a {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.header .call a img {
    display: inline-block;
    position: absolute;
    left: -50px;
    top: 5px;
}

.header .call a h6 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #ed1c24;
}

.header .mail {
    display: inline-block;
    position: relative;
    text-align: left;
}

.header .mail a {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.header .mail a img {
    display: inline-block;
    position: absolute;
    left: -50px;
    top: 1px;
}

.header .mail a h6 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #ed1c24;
}


.header .bottom {
    background-color: #000;
    padding: 15px 0 14px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.header .menu {
    display: inline-block;
}

.header .menu {}

.header .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}

.header .menu ul li {
    display: inline-block;
    margin: 0 30px 0 0px;
}

.header .menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.header .appoint {
    display: inline-block;
    margin-right: 0px;
}

.header .appoint a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 15px 20px;
    text-transform: uppercase;
}

.header .login {
    display: inline-block;
}

.header .login a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #148dcd;
    padding: 15px 20px;
    text-transform: uppercase;
}

.header .center {}

.header .center .row.two {}

.header .center .row.two .col-sm-9.text-right {
    margin-top: 34px;
}

.header .top .row.one {
    display: flex;
    align-items: center;
}

.banner {}

.banner .bg-img {
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
}

.banner .head {
    text-align: center;
    padding-top: 100px;
}

.banner .head h5 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Century Gothic';
}

.banner .head h1 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Century Gothic';
}

.banner .head .contact {
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}

.banner .head .contact a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #148dcd;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px #148dcd;
}

.banner .head .learn {
    display: inline-block;
}

.banner .head .learn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px #fff;
}

.sec2 {
    padding: 60px 0 40px;
    background-color: #f3f3f3;
    margin-top: 0;
}

.sec2 .head {}

.sec2 .head h5 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    font-family: 'Century Gothic';
}

.sec2 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #148dcd;
    font-family: 'Century Gothic';
}

.sec2 .row {
    display: flex;
    align-items: center;
}

.sec2 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #4e4e4e;
    margin: 0;
}

.sec2 .check {}

.sec2 .check input[type="text"] {
    width: 60%;
    padding: 15px 20px;
    border: solid 1px #ccc;
    font-size: 16px;
    font-weight: 400;
}

.sec2 .check input[type="submit"] {
    width: 25%;
    padding: 15px 20px;
    border: solid 1px #ed1c24;
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    left: -18px;
    cursor: pointer;
}


.footer {
    margin: 0;
    padding: 60px 0 0;
    background-color: #0c0c0c;
}

.footer .top-heading {
    margin: 0 0 0px;
}

.footer .top-heading h3 {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.footer .top-heading p {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff70;
    line-height: 26px;
}

.footer .top-heading .menu {}

.footer .top-heading .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .top-heading .menu ul li {
    margin: 0 0 10px;
}

.footer .top-heading .menu ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff70;
    line-height: 17px;
}

.footer .top-heading h6 {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff70;
    line-height: 26px;
    margin: 0 0 20px;
}

.footer .top-heading a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff70;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.footer .top-heading a i {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}

.footer .top-heading h6 i {
    margin-right: 10px;
    font-size: 16px;
    width: 13px;
    float: left;
    position: relative;
    top: 5px;
    margin-bottom: 20px;
    color: #fff;
}


.footer .row.bottom {
    padding: 20px 0;
    margin: 50px 0 0;
    border-top: solid 1px #cccccc40;
}

.footer .copy {}

.footer .copy p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

.footer .copy-2 {
    text-align: center;
}

.footer .copy-2 p a {
    color: #ffffff;
}

.footer .copy-2 p {
    font-size: 15px;
    font-weight: 400;
    color: #cdd0d0;
    margin: 0;
}

.footer .top-heading .footer-menu {}

.footer .top-heading .footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-menu {}

.footer .top-heading.two {
    position: relative;
    right: -70px;
}

.footer .top-heading .bottom {}

.footer .news {
    position: relative;
}

.footer .news input[type="text"] {
    width: 100%;
    padding: 7px 20px;
    border: solid 1px #ccc;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}

.footer .news input[type="submit"] {
    font-size: 0;
    background-color: #000;
    border: none;
    position: absolute;
    right: 0;
    background-image: url(../../website/images/news.png);
    height: 40px;
    width: 41px;
    background-size: cover;
    bottom: 0px;
    border-radius: 5px;
}

.footer .bottom {
    margin-top: 50px;
    padding: 20px 0;
    border-top: solid 1px #303030;
}

.header .bottom .col-sm-9 {
    padding: 0;
}

.header .login a img {
    position: relative;
    right: 8px;
    top: -2px;
}


.sec3 {
    padding: 80px 0;
}

.sec3 .head {
    text-align: center;
    margin-bottom: 50px;
}

.sec3 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec3 .pic {}

.sec3 .pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sec3 .disc {
    padding: 27px 20px 23px 20px;
    border: solid 1px #c7c7c7;
    transition: .5s all ease-in-out;
}

.sec3 .disc h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.sec3 .disc h5 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #148dcd;
}

.sec3 .disc p {
    font-size: 15px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 24px;
}

.sec3 .disc h4 {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #ed1c24;
}

.sec3 .col-sm-4 {
    padding: 0;
}

.sec3 .col-sm-6 {
    margin-bottom: 30px;
}

.sec3 .col-sm-8 {
    padding: 0 20px 0 0px;
}

.sec3 .col-sm-6 .row {
    display: flex;
    align-items: center;
}

.sec3 .col-sm-6 .row:hover .disc {
    transition: .5s all ease-in-out;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
}

.sec4 {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec4 .head {
    padding: 50px 300px 90px 100px;
    background-image: url(../../website/images/about-before.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 120px;
    box-shadow: 0px 10px 39px 0px rgba(0, 0, 0, 0.45);
}

.sec4 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec4 .head h3 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    color: #148dcd;
}

.sec4 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 24px;
}

.sec4 .head .learn {
    margin-top: 40px;
}

.sec4 .head .learn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
}

.sec4 .col-sm-8 {
    padding: 0 0 0 0px;
}

.sec5 {
    padding: 80px 0;
}

.sec5 .head {
    margin-bottom: 50px;
}

.sec5 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec5 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 24px;
}

.sec5 .row.one {}

.sec5 .disc {
    margin-bottom: 50px;
}

.sec5 .disc h3 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
    color: #148dcd;
    font-family: 'Century Gothic';
    position: relative;
    display: inline-block;
}

.sec5 .disc h5 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #ed1c24;
    text-transform: uppercase;
}

.sec5 .pic {}

.sec5 .pic img {
    width: 100%;
}

.sec5 .row {
    display: flex;
    align-items: center;
}

.sec5 .disc h3:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #a9a9a9;
}

.sec5 .disc h3:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 20%;
    background-color: #148dcd;
}

.sec6 {
    padding: 80px 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.sec6 .head {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 200px;
}

.sec6 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: 'Century Gothic';
}

.sec6 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.sec6 .disc {
    padding: 70px 30px 30px 30px;
    border: solid 1px #fff;
    position: relative;
    transition: .5s all ease-in-out;
}

.sec6 .disc p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    margin: 0;
    line-height: 28px;
}

.sec6 .disc h3 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: .5s all ease-in-out;
}



.sec6 .disc:hover {
    transition: .5s all ease-in-out;
    background-color: #fff;
}

.sec6 .disc:hover h3 {
    color: #ed1c24;
    transition: .5s all ease-in-out;
}

.sec6 .disc:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    height: 33px;
    width: 28px;
    background-image: url(../../website/images/review-before.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.sec6 .disc:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    height: 33px;
    width: 28px;
    background-image: url(../../website/images/review-after.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
}

.sec6 .col-sm-4:hover .disc:after {
    content: '';
    position: absolute;
    opacity: 1;
}

.sec7 {
    padding: 100px 0 0;
}

.sec7 .row {
    display: flex;
    align-items: center;
}

.sec7 .head {
    padding-left: 50px;
}

.sec7 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec7 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    margin: 0;
    line-height: 28px;
}

.sec7 .head .contact {
    margin-top: 30px;
    display: inline-block;
}

.sec7 .head .contact a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
}

.sec7 .pic {
    text-align: center;
}

.sec7 .pic img {
    width: 100%;
}

.sec8 {
    padding: 100px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sec8 .head {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 200px;
}

.sec8 .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec8 .head p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 24px;
}

.sec8 .pic {}


.sec8 .pic img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.sec8 .form {}

.sec8 .form input{
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}



.sec8 .form textarea {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
    resize: none;
    height: 150px;
}

.sec8 .form input[type="submit"] {
    width: 100%;
    padding: 10px 20px;
    background-color: #148dcd;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.inner-banner {
    background-image: url(../../website/images/inner-banner.jpg);
    height: 438px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.inner-banner h2 {
    padding: 190px 0 0px;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    font-family: 'Century Gothic';
}

.sec3 .disc .book {
    margin-top: 10px;
}

.sec3 .disc .book a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
}

.sec3.services {}

.sec3.services .pic {}

.sec3.services .pic img {
    height: 280px;
}


.sec3.services {
    padding-top: 30px;
    padding-bottom: 20px;
}

.sec-blog {
    padding: 0 0 30px;
}

.sec-blog .main {
    padding: 15px 15px;
    border: solid 1px #c7c7c7;
    transition: .5s all ease-in-out;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.sec-blog .main .pic {}

.sec-blog .main .pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
}

.sec-blog .main .head {
    padding: 10px;
}

.sec-blog .main .head h4 {
    margin: 5px 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.sec-blog .main .head p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 28px;
}

.sec-blog .main .head .learn {
    margin-top: 20px;
}

.sec-blog .main .head .learn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
}

.single-page-service {
    padding: 0 0 30px;
}

.single-page-service .content {
    padding-right: 100px;
}

.single-page-service .content h3 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.single-page-service .content h5 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 500;
    color: #148dcd;
}

.single-page-service .content p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 28px;
}

.single-page-service .content h4 {
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 700;
    color: #ed1c24;
}

.single-page-service .main {
    padding: 20px;
    background: #148dcd;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.single-page-service .main .pic {
    margin-bottom: 20px;
}

.single-page-service .main .pic img {
    width: 100%;
    height: auto;
}

.single-page-service .main .map {}

.single-page-service .main .map img {
    width: 100%;
}

.single-page-service .main .book {
    margin-top: 20px;
}

.single-page-service .main .book a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.form-detail-page {
    padding: 20px 0 70px;
}



.form-detail-page h5 {
    margin: 20px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.form-detail-page input[type="date"],.form-detail-page select,
.form-detail-page input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 15px !important;
    padding-left: 20px;
    height: auto !important;
}

.form-detail-page input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 15px;
    padding-left:20px;
}

.form-detail-page textarea {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    height: 180px;
    resize: none;
    padding-left: 20px;
}

.form-detail-page button.btn.btn-primary.mt-3 {
    width: 100%;
    padding: 10px 20px;
    background-color: #148dcd;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.sec-cta {
    padding: 20px 0 0;
}

.sec-cta .left {}

.sec-cta .left h2 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.sec-cta .left textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    min-height: 180px;
    resize: none;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    border: none;
    background-color: #f930fa;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
}

.sec-cta .right {}

.sec-cta .right h2 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .right ul li {
    margin-bottom: 20px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .right ul li img {
    margin-right: 20px;
}

.sec-cta .head-top {}

.sec-cta .head-top h3 {
    margin: 40px 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .head-top .social {}

.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}

.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}

.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 25px;
    color: #000;
    background-color: transparent;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px #000;
}

.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 25px;
    color: #000;
}

.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}

.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}

.sec-cta input {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}



.sec-cta textarea {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
    height: 150px;
    resize: none;
}

.sec-cta input[type="submit"] {
    width: 100%;
    padding: 10px 20px;
    background-color: #148dcd;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.sec-cta .pic {}

.sec-cta .pic img {
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.sec-blog-detail {
    padding: 20px 0 50px;
}

.sec-blog-detail .pic {}

.sec-blog-detail .pic img {
    width: 100%;
}

.sec-blog-detail .head {}

.sec-blog-detail .head h4 {
    margin: 0px 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.sec-blog-detail .head p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0;
    line-height: 28px;
}


.user_dash .sidebar {
    width: 240px;
    background: white;
    padding: 20px;
    border-right: 1px solid #eee;
}

.user_dash .sidebar h2 {
    color: #ed1b24;
    font-size: 20px;
    margin-bottom: 30px;
}

.user_dash .nav-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.user_dash .nav-item.active {
    background: #ed1b24;
    color: white;
}

.user_dash .nav-item:hover {
    background: #f0f0f0;
    color: #000;
}

.user_dash .nav-item i {
    margin-right: 10px;
}

/* div_content */
.user_dash .div_content {
    flex: 1;
    padding: 30px;
}
.sec8 .col-sm-6 h2 {
    display: none;
}

.user_dash .tab-div_content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.user_dash .tab-div_content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Cards */
.user_dash .card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.user_dash .card h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.user_dash .btn-red {
    background: #ed1b24;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.user_dash .btn-blue {
    background: #1e93ce;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

/* Table */
.user_dash table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.user_dash table th,
table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.user_dash table th {
    background: #1e93ce;
    color: white;
}

.user_dash .card input {
    padding: 8px 15px;
    font-size: 15px;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
    margin-bottom: 10px;
}

.user_dash .pay-save {
    display: flex;
    justify-content: space-between;
}

.sec2.serv {
    padding: 50px 0 70px;
    margin: 0;
}

.sec2.serv .head {
    text-align: center;
    margin-bottom: 40px;
}

.form-detail-page select#Oil {
    width: 100%;
    padding: 15px 20px;
    border: solid 1px #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 15px;
    padding-left: 50px;
}

.form-detail-page .right.top {
    margin-bottom: 30px;
}

.form-detail-page .right.top .pic {}

.form-detail-page .right.top .pic img {
    width: 82%;
}

.form-detail-page .right {}

.form-detail-page .right .pic {}

.form-detail-page .right .pic img {
    width: 100%;
}

.form-detail-page .container-fluid {
    padding: 0 100px 0 200px;
}

.form-detail-page .service {
    margin-bottom: 0px;
}


.form-detail-page .service h4 {
    margin: 18px 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.form-detail-page .service h6 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #3b3b3b;
    line-height: 30px;
}

.form-detail-page .service h6 span {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ed1c24;
    display: block;
}

.form-detail-page .one {
    position: relative;
}

.form-detail-page .one:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    height: 18px;
    width: 16px;
    background-image: url('../../website/images/f1.png');
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .two {
    position: relative;
}

.form-detail-page .two:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    height: 18px;
    width: 16px;
    background-image: url('../../website/images/call-p.png');
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .three {
    position: relative;
}

.form-detail-page .three:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/e-mail.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}


.form-detail-page .four {
    position: relative;
}

.form-detail-page .four:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/service-address.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}


.form-detail-page .five {
    position: relative;
}

.form-detail-page .five:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/make.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .six {
    position: relative;
}

.form-detail-page .six:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/model.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .seven {
    position: relative;
}

.form-detail-page .seven:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 22px;
    width: 22px;
    background-image: url(../../website/images/year.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .eight {
    position: relative;
}

.form-detail-page .nine {
    position: relative;
}

.form-detail-page .nine:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/calender.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .ten {
    position: relative;
}

.form-detail-page .ten:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/time.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .eleven {
    position: relative;
}

.form-detail-page .eleven:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/notes.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .twelve {
    position: relative;
}

.form-detail-page .twelve:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 25px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/credit-card.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .thirteen {
    position: relative;
}

.form-detail-page .thirteen:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 25px;
    height: 23px;
    width: 23px;
    background-image: url(../../website/images/expiry-date.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .fourteen {
    position: relative;
}

.form-detail-page .fourteen:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/cvc-code.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .fifiteen {
    position: relative;
}

.form-detail-page .fifiteen:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/e-mail.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .sixteen {
    position: relative;
}

.form-detail-page .sixteen:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/e-mail.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .col-sm-6.seventeen {
    position: relative;
}

.form-detail-page .col-sm-6.seventeen:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/e-mail.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .eight {
    position: relative;
}

.form-detail-page .eight:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-image: url(../../website/images/oil-servics.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .ten {
    position: relative;
}

.form-detail-page .ten:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 35px;
    height: 23px;
    width: 25px;
    background-image: url(../../website/images/time.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .twelve {
    position: relative;
}

.form-detail-page .twelve:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    height: 16px;
    width: 22px;
    background-image: url(../../website/images/credit-card.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.form-detail-page .col-sm-6.thirteen {
    position: relative;
}

.form-detail-page .col-sm-6.fourteen {
    position: relative;
}

.form-detail-page .col-sm-6.fourteen:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 25px;
    height: 22px;
    width: 25px;
    background-image: url(../../website/images/cvc-code.png);
    background-repeat: no-repeat;
    z-index: 99999999;
}

.custom-control.custom-radio.custom-control-inline {
    background: #eee;
    width: 100%;
    max-width: fit-content;
    margin: 5px 0;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    border: 1px solid #148dcd;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0;
    width: 0.7em;
    height: 0.7rem;
}


/* Container */
#slots-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Hide native radio */
#slots-container .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style label as slot */
#slots-container .form-check-label {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 140px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-size: 14px;
}

/* Hover effect */
#slots-container .form-check-label:hover {
  border-color: #148dcd;
  box-shadow: 0 4px 12px rgba(123,97,255,0.15);
}

/* Checked (active slot) */
#slots-container .form-check-input:checked + .form-check-label {
  background: linear-gradient(135deg,#148dcd,#148dcd);
  color: #fff;
  border-color: #148dcd;
  box-shadow: 0 6px 20px rgb(88 75 215 / 25%);
}

/* Focus (keyboard users) */
#slots-container .form-check-input:focus + .form-check-label {
  outline: 3px solid rgba(91,75,255,0.25);
  outline-offset: 2px;
}

/* Disabled state */
#slots-container .form-check-input:disabled + .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
#slots-container .form-check {
    position: relative;
    display: block;
    padding-left: 0;
}

.pic iframe {
    height: 590px;
    width: 100%;
}

.oil-sec .oil-box .oil-image{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
	}
	
.oil-image img {
    width: 100%;
    max-width: 70px;
        margin: auto;
}
.oil-sec .head h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 700;
    color: #148dcd;
    font-family: 'Century Gothic';
}
.oil-sec .head{
    text-align: center;
    margin-bottom: 50px;
}
	section.oil-sec {
	    padding: 10px 0 90px;
	}

	section.oil-sec .row {
	    display: flex;
	    flex-flow: wrap;
	    justify-content: center;
	    width: 100%;
	}

	.oil-sec .oil-box h4 {
	    margin: 10px 0 0;
	    color: #000;
	    font-size: 18px;
	    line-height: 37px;
	    font-weight: 600;
	}

	.oil-image {}

	.oil-sec .oil-box p {
	    margin: 0;
	    text-align: center;
	    color: red;
	    font-weight: 700;
	    font-size: 20px;
	    line-height: 28px;
	}
	.oil-sec 	.oil-box {
    padding: 40px 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0 10px #0000001f;
}


section.oil-sec ul.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}
section.oil-sec ul.slick-dots li{
    list-style: none;
    display: inline-block;
}
section.oil-sec ul.slick-dots li button{
    background: #148dcd;
    height: 15px;
    width: 15px;
    padding: 0px;
    border: 0;
    margin: 0 3px;
    border-radius: 30px;
    font-size: 0;
}

section.oil-sec ul.slick-dots li.slick-active button{
        background: #ed1c24;
}