:root {
    --atf-thm-white: #ffffff;
    --atf-thm-black: #5a1e90;
    --atf-thm-color: #002c6b;
    --atf-thm-base: #feda00;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #171a2b;
    --atf-text-body: #858585;
    --atf-border-1: #dddddd;
    --thm-line: linear-gradient(to bottom, #ff416c, #ff4b2b);
}

.atf-section-title {
    margin-bottom: 50px;
}

.atf-section-title .atf-sheading {
    color: var(--atf-thm-white);
    margin: 0px 0 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: var(--atf-thm-color);
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    font-weight: 400;
}

.atf-section-title .title {
    margin: 0;
    padding: 0;
    color: #353535;
    font-weight: 600;
    font-size: 26px;
}

.atf-section-title .vall {
    float: right;
    font-size: 14px;
    color: #01335d;
}

.atf-section-title .vall i {
    background: #05467c;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 5px;
}

.paddin1 {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #ededed;
}

.paddin {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #ededed;
}

.atf-section-title .tilte {
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: var(--atf-ff-heading);
}

.atf-section-title .description {
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}

.atf-section-title .atf-sec_icon {
    position: relative;
    display: inline-block;
}

.atf-section-title .atf-sec_icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--atf-thm-color);
    top: 16px;
    left: -56px;
}

.atf-section-title .atf-sec_icon:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--atf-thm-color);
    top: 16px;
    right: -56px;
}

.atf-section-title .atf-sec_icon .atf-sec_radiu i {
    margin-top: 10px;
    color: var(--atf-thm-color);
}

@media only screen and (max-width: 480px) {
    .atf-section-title h2 {
        font-size: 25px;
    }
}

.atf-class-sliden {
    width: 32% !important;
    float: left;
    margin: 0.5%
}

.atf-class-slide .atf-class-img {
    overflow: hidden;
    border-radius: 5px;
}

.atf-class-slide .atf-class-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-class-slide:hover .atf-class-img img {
    transform: scale(1.2, 1.2);
    opacity: 1;
}

.atf-class-slide .atf-class-content {
    padding: 10px;
    position: relative;
    height: 200px;
}

.atf-class-slide .atf-class-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: var(--atf-thm-color);
    position: absolute;
    top: -30px;
    left: 30px;
}

.atf-class-slide .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--atf-thm-color);
    padding: 0 10px;
    background: var(--atf-thm-white);
    text-transform: uppercase;
}

.atf-class-slide .date {
    color: var(--atf-thm-white);
    font-size: 14px;
}

.atf-class-slide .atf-class-title {
    margin: 0;
}

.atf-class-slide .atf-class-title a {
    color: #17506d;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.atf-class-slide .atf-class-title a:hover {
    color: var(--atf-thm-color);
    text-decoration: none;
}

.atf-class-slide .atf-class-p {
    width: 100%;
    color: #454545;
    margin: 0;
}

.atf-class-slide .atf-price-p {
    color: #454545;
    margin: 0;
    text-decoration: line-through;
    float: left;
    padding: 5px;
}

.atf-class-slide .atf-save-p {
    color: #454545;
    background: #e5f2e8;
    color: #18762a;
    float: left;
    margin: 0 0 0 5px;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 600;
}

.atf-class-slide .atf-h4 {
    width: 100%;
    float: left;
    color: #2d2c2c;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.atf-class-slide .atf-span {
    color: #737374;
    font-size: 12px;
}

.atf-class-slide .atf-call {
    width: 15%;
    float: left;
    color: #f37002;
    border: #f37002 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 17px 0;
    font-size: 16px;
}

.atf-class-slide .atf-call-btn {
    width: 80%;
    float: left;
    margin-left: 4%;
    color: #fff;
    background: #f37002;
    border-radius: 5px;
    text-align: center;
    padding: 14px 0 13px 0;
    font-size: 16px;
}

.atf-class-slide .atf-call-btn:hover {
    background: #ce5e01;
}

.load-btn {
    width: 30%;
    height: auto;
    float: left;
    margin: 10px 35%;
    padding: 15px 0;
    border: 1px solid #f37002;
    border-radius: 5px;
    color: #f37002;
    text-align: center;
    font-weight: 500;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.atf-class-slide .atf-class-description {
    font-size: 15px;
    line-height: 25px;
}

.atf-class-slide .atf-class-bar {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    background: var(--atf-thm-color);
}

.atf-class-slide .atf-class-bar li {
    display: inline-block;
    margin: 2px 7px 0 0;
    color: var(--atf-thm-black);
    text-align: left;
    background: var(--atf-thm-base);
    padding: 10px 20px;
    border-radius: 5px;
}

.atf-class-slide .atf-class-bar li a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--atf-thm-color);
    transition: 0.2s ease;
    font-weight: 600;
}

.atf-class-slide .atf-class-bar li a:hover {
    text-decoration: none;
    color: var(--atf-thm-white);
}

.atf-class-slide .atf-class-bar li i {
    color: var(--atf-thm-white);
    margin-right: 5px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-pagination {
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #fe7f8b;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--atf-thm-white);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid var(--atf-thm-white);
}

/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}

.atf_owl_dot_slider .owl-controls {
    margin-top: -25px;
}

.atf_owl_dot_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 5px;
    background: var(--atf-thm-color);
    border: 1px solid var(--atf-thm-color);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--atf-thm-color);
    background: var(--atf-thm-color);
    display: inline-block;
}

/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}

.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #353636 !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: rgba(255, 255, 255, .8) !important;
    border-radius: 50%;
    border: 1px solid #e4e4e4 !important;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
}

.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
}

.atf_owl_nav_slider1:hover .owl-nav .owl-prev {
    left: -38px;
    opacity: 1;
}

.atf_owl_nav_slider1:hover .owl-nav .owl-next {
    right: -38px;
    opacity: 1;
}

@media screen and (min-width: 270px) and (max-width: 480px) {

    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {}

    .atf_owl_nav_slider .owl-nav .owl-next,
    .atf_owl_nav_slider .owl-nav .owl-prev {
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        text-align: center;
        color: #353636 !important;
        opacity: 1;
        font-size: 20px !important;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        width: 30px;
        height: 30px;
        line-height: 48px !important;
        background: rgba(255, 255, 255, .8) !important;
        border-radius: 50%;
        border: 1px solid #e4e4e4 !important;
    }

    .atf_owl_nav_slider .owl-nav .owl-prev {
        left: -5px;
    }

    .atf_owl_nav_slider .owl-nav .owl-next {
        right: -5px;
    }
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .paddin1 {
        padding: 10px 0 0 0;
        border-bottom: 1px solid #ededed;
    }

    .paddin {
        padding: 20px 0 0 0;
        border-bottom: 1px solid #ededed;
    }

    .atf-section-title .title {
        margin: 0;
        padding: 0;
        color: #353535;
        font-weight: 600;
        font-size: 20px;
    }

    .atf-class-sliden {
        width: 100% !important;
        float: left;
        margin: 0.5% 0
    }

    .load-btn {
        width: 70%;
        height: auto;
        float: left;
        margin: 10px 15%;
        padding: 10px 0;
        border: 1px solid #f37002;
        border-radius: 5px;
        color: #f37002;
        text-align: center;
        font-weight: 500;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .load-btn:hover {
        border: 1px solid #5c2a01;
        color: #5c2a01;
    }
}