@font-face {
    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf);
}

* {
    font-family: Poppins;
}

:root {
    --sky-blue: #6acbd1;
    --grey: #E6E6E6;
    --red: #940404;
}

.sky-blue-bg {
    background-color: var(--sky-blue);
}

.grey-bg {
    background-color: var(--grey);
}

/* header css */

.h1-fw {
    font-size: 1.5rem !important;
}

.offer-bg {
    background-color: rgb(255, 238, 0) !important;
    color: black;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.offer-code {
    color: #fc7802 !important;
}

.offer-off {
    color: rgb(39, 111, 56);
    color: #0d7503;
    font-weight: bold;
    font-size: 20px;
}

/* Body css */
.mainshadow {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.primerybtn {
    background-color: #6ACBD1;
    color: #000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    padding: 15px 30px;
}

.primerybtn:hover {
    color: #ffffff;
    background: #960000 !important;
    border-color: #960000 !important;
    transition-delay: 0.1s;
}

.get a,
.get p {
    font-size: 14px;
    margin-bottom: 8px !important;
}

.get a:hover {
    color: var(--red) !important;
}

.get li {
    margin-bottom: 0px !important;
}

.mail {
    font-size: 12px !important;
}

/* Slider css */
@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* slider end */

/* Section Title start */
.section-title p {
    text-align: center;
    margin: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
}

/* Section Title end */
.icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #EC2D67;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.icon i {
    color: #ffffff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.hover-shadow:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-10px);
    transition: all ease-in-out 0.3s;
}

.info-hover {
    color: #6acbd1;
}

.info-hover:hover {
    color: #3dc2ca;
}

.custom-bullet ul li {
    font-size: 20px;
    line-height: 37px;
    text-align: left;
}

.contact_hov:hover {
    color: var(--red) !important;
}

.neon {
    padding: 8px 8px;
    color: black;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    transition: 0.5s;
    background: #ffffff;
    border-radius: 5px;
    font-weight: bolder;
}

.neon:hover {
    color: #ffffff;
    background: #960000 !important;
    border-color: #960000 !important;
    transition-delay: 0.1s;
}

.facebook_hov:hover,
.youtube_hov:hover,
.twitter_hov:hover,
.linkedin_hov:hover,
.instagram_hov:hover {
    color: var(--red) !important;
}

.butn1 {
    text-decoration: inherit;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    background-color: #752423;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    display: inline-block;
    justify-content: center;
    padding: 8px;
    padding-right: 30px;
    padding-left: 30px;
    transition: 0.5s;
}

/* footer css */
.foot {
    background-color: #1a1a1a !important;
    color: white !important;
}

.foot a {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline;
}

.foot a:hover,
.call:hover {
    color: var(--red) !important;
    text-decoration: underline;
}

.ad-sub-footer {
    background: black;
}

@media only screen and (max-width: 760px) {
    .herobtn {
        text-align: center !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/* featured-services */
.featured-services .service-item {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}

.featured-services .service-item .icon {
    margin-right: 20px;
}

.featured-services .service-item .icon i {
    color: #263F9B;
    font-size: 48px;
    transition: 0.3s;
}

.featured-services .service-item:hover .icon {
    background: #fff !important;
}

.featured-services .service-item:hover .icon i {
    color: var(--color-primary);
}

.featured-services .service-item .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color-secondary);
    transition: 0.3s;
}

.featured-services .service-item .description {
    font-size: 15px;
    color: #25274d;
    margin-bottom: 10px;
}

.featured-services .service-item .readmore {
    display: flex;
    align-items: center;
    color: var(--color-secondary);
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
}

.featured-services .service-item .readmore i {
    margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
    color: var(--color-primary);
}

#featured-services .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#featured-services .owl-prev,
#featured-services .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#featured-services .owl-prev {
    left: -60px;
    top: -30px;
}

#featured-services .owl-next {
    right: -60px;
    top: -30px;
}

.boxshadow {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3)
}

/* section */

/* herosection */
.herosection {
    min-height: 750px;
    background-image: url("../images/hero-home.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.herosectionoverlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
}

.heroh1 {
    color: #ffffff !important;
    line-height: 70px;
    letter-spacing: 1px;
}

.herodopbox select {
    background-color: white;
    border: thin solid;
    border-radius: 10px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.herodopbox select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.herodopbox select.minimal:focus {
    background-image:
        linear-gradient(45deg, #4da7af 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #4da7af 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: #4da7af;
    outline: 0;
}

.herodopbox select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

@media only screen and (max-width: 1275px) {
    .herosection {
        background-position: center;
    }
}

/* end herosection */
/* section three Why Online Traffic Education */
.secthree {
    background-color: #F6F6F6;
    padding: 50px 0px 50px 0px;
}

.secthreeh1 {
    font-weight: 600px;
    text-align: center;
}

.secthreeicon {
    font-size: 50px !important;
}

.iconcar {
    width: auto;
}

@media only screen and (max-width: 991px) {
    .sec3icon {
        padding-top: 50px;
        text-align: center;
    }

    .img2head {
        text-align: center;
        justify-content: space-evenly !important;
    }

    .img2head .col-lg-3 {
        justify-content: space-evenly !important;
        padding-bottom: 50px !important;
    }

    .fourcard .card {
        margin: 15px;
    }

    .img2head .col-lg-5 {
        padding-bottom: 40px;
    }

    .img2sec .col-lg {
        padding-bottom: 30px;
    }
}

/* section three Why Online Traffic Education end */

/* faq section */
.faq {
    background-color: #F6F6F6;
}

/* faq section end */

/* section four */
.secfour {
    background-attachment: fixed;
    background-image: url("../images/kelly-2864005.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.foursecoverlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* position: absolute; */
    z-index: 0;
}

/* section four end */

/* section img2head */

.img2head {
    background-color: #F6F6F6;
    padding: 50px 0px 50px 0px;
}

/* section img2head end */

/* fouR card section */

.fourcard {
    padding: 50px 0 50px 0;
}

.iconboder {
    display: inline-block;
    fill: #00F0FF;
    color: #00F0FF;
    border-style: solid;
    border-color: #00F0FF;
    height: auto;
    border-radius: 30px 30px 30px 30px;
}

/* fouR card section end */

/* end section */

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }

    .heroh1 {
        line-height: 40px;
    }
}

/* featured products start */

.featured-products {
    background-color: #F9F9F9;
    padding: 20px;
}

.one-third {
    border: 3px solid #e5e5e5;
    min-height: 357px;
    background: #fff;

    border: none;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    font-weight: bold;
    min-height: 160px;
}

.first {
    clear: both;
    margin-left: 0;
}

p.icon {
    background: #3f494f;
    color: #fff;
}

.blue.schoolNumber {
    margin-bottom: 0;
    font-weight: 100;
    font-style: italic;
}

.courseTitle {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.625;
    color: #333;
}

.one-third ul {
    font-weight: 100;
    margin-bottom: 26px;
    text-align: left;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

.one-third li {
    list-style-type: disc;
    list-style-position: outside;
}

.featured-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-product p {
    margin: 10px 0 20px
}

.one-third .price {
    font-size: 18px;
    color: #6acbd1;
}

.price {
    color: #6acbd1;
    font-size: 40px;
    font-weight: bold;
}

.originalPrice {
    text-decoration: line-through;
    font-weight: 100;
    color: #a6a6a7;
    font-size: 14px;
}

.one-third .button {
    background-color: #6acbd1;
    color: #000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    padding: 15px 30px
}

.blue {
    color: #960000;
}

/* new acc */

.accordian-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.accordion-title {
    color: black;
    cursor: pointer;
    padding: 10px;
    transition: all 1s;
    font-weight: bold;
}

.accordion-title:hover {
    background-color: #ADECEF;
}

.accordion-content {
    background: rgb(218, 218, 216);
    display: none;
    padding: 10px;
}

.accordion-item.active .accordion-title {
    background-color: #ADECEF;
}

.accordion-item.active .accordion-content {
    display: block;
    transition: transform 1s;
}

.acc-bg {
    background-color: #f6f6f6;
}

.accordion-item.active .rotate {
    transform: rotate(180deg);
}

.rotate {
    transition: transform 0.5s;
}

.bg-white.active {
    background-color: #ADECEF;
}

/* new acc end */

.card h3 {
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card p {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

/* featured products end */

.iconboder {
    display: inline-block;
    fill: #00f0ff;
    color: #00f0ff;
    border-style: solid;
    border-color: #00f0ff;
    height: auto;
    border-radius: 30px 30px 30px 30px
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

.new-ffsize {
    height: 50px;
    margin-top: 0px;
}

@media only screen and (max-width:991px) {
    .owl-nav {
        display: none
    }
}

@media (max-width:767px) {

    .box-area {
        text-align: center
    }

    .owl-nav {
        display: none
    }

    .heroh1 {
        line-height: 40px
    }
    
}

@media (max-width:576px) {
    .trust {
        margin: 48px auto;
    }
}

@media (max-width:991px) {

    .card h3,
    .card p {
        min-height: auto;
    }
}

