body,
html {
    font-family: sans-serif;
    scroll-behavior: smooth;
    transition: all ease .3s;
}


.color-orange {
    color: #F26722;
}

.color-orange2 {
    color: #FE3C17;
}


.btn-style-one {
    font-size: 18px;
    background: #fe3c17;
    color: #fff;
    font-weight: 700;
    display: block;
    width: 270px;
    padding: 10px;
    border-radius: 100px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-one:hover {
    transform: scale(1.07);
    color: #fff;
}

.btn-style-two {
    font-size: 18px;
    background: #fff;
    color: #000;
    font-weight: 700;
    display: block;
    width: 270px;
    padding: 10px;
    border-radius: 100px;
    transform: scale(1);
    box-shadow: 0px 0px 30px 0px #0000008a;
    transition: all ease .3s;
}

.btn-style-two:hover {
    transform: scale(1.07);
    color: #000;
}

button:focus {
    outline: none;
}

/*header section starts*/

header.main-header {
    position: relative;
    padding: 15px 10px 15px;
}
img.banner_logo{
    width:35%;
}
@media (min-width:320px) and (max-width:480px){
    img.banner_logo{
        width:100%;
    }
}

/*header section ends*/


/*banner section starts*/

section.banner-section {
    position: relative;
    padding: 0px 25px 0px;
}

section.banner-section .container-fluid {
    background-image: url(../images/banner-001.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 25px 100px;
    border-radius: 30px;
}

section.banner-section .banner-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

section.banner-section .banner-content h1 .fnt-one {
    display: block;
    font-size: 36px;
    font-weight: 500;
}

section.banner-section .banner-content h2 {
    background: #FE3B16;
    padding: 10px 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    width: fit-content;
    margin-top: 40px;
}

section.banner-section .banner-content h3 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    margin-top: 30px;
}


section.banner-section .banner-content h3 .fnt-one {
    font-size: 18px;
    display: block;
    font-weight: 500;
}


section.banner-section .banner-content .banner-img {
    width: 350px;
    margin-top: 50px;
}

@media (max-width: 767px) {

    section.banner-section .banner-content h1 {
        font-size: 28px;
    }

    section.banner-section .banner-content h1 .fnt-one {
        font-size: 22px;
    }

    section.banner-section .banner-content h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    section.banner-section .banner-content h3 {
        font-size: 36px;
        width: 100%;
        margin-top: 20px;
    }

    section.banner-section .banner-content .banner-img {
        width: 100%;
        margin-top: 30px;
    }


}


/*banner section ends*/


/*counter section starts*/

section.counter-section {
    position: relative;
    margin-top: -50px;
}

section.counter-section>div {
    background: #FFF2EF;
    width: 90%;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px #0000005c;
}

section.counter-section>div>div>div {
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 2px dashed #FE3C17;
    padding: 15px;
}

section.counter-section>div>div>div:last-child {
    border-right: 0px dashed #FE3C17;
}

section.counter-section h3 {
    font-size: 42px;
    font-weight: 700;
    color: #FE3C17;
}

section.counter-section p {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

@media (max-width: 767px) {

    section.counter-section>div>div>div {
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom: 2px dashed #FE3C17;
    }

    section.counter-section>div>div>div:nth-child(2n) {
        border-right: 0;
    }

    section.counter-section>div>div>div:last-child {
        border-bottom: 0;
    }

    section.counter-section p {
        font-size: 16px;
    }

}


/*counter section ends*/


/*Ranking section starts*/


section.ranking-section {
    position: relative;
    padding: 60px 0;
}

section.ranking-section h2 {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
}

section.ranking-section h2 .fnt-one {
    display: block;
    font-weight: 500;
    font-size: 32px;
}

section.ranking-section .img-text {
    box-shadow: 0px 0px 20px 0px #0000007d;
    border-radius: 10px;
    padding: 15px;
}

section.ranking-section .img-text h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}


section.ranking-section .owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    // transform: scale(0.9);

    // transition: all .25s ease-in-out; 
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
    padding: 0 20px;
}

section.ranking-section .screenshot_slider .owl-item .item .img-text {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

section.ranking-section .owl-stage {
    display: flex;
    align-items: center;
}


section.ranking-section .screenshot_slider .owl-item.center .item .img-text {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

section.ranking-section .screenshot_slider .owl-item.active.center .item .img-text:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100px;
    height: 100px;
    border-left: 2px solid #F26722;
    border-top: 2px solid #F26722;
    border-top-left-radius: 30px;
}

section.ranking-section .screenshot_slider .owl-item.active.center .item .img-text:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 100px;
    height: 100px;
    border-right: 2px solid #F26722;
    border-bottom: 2px solid #F26722;
    border-bottom-right-radius: 30px;
}

section.ranking-section .screenshot_slider .owl-item.active.center .item .image:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100px;
    height: 100px;
    border-left: 2px solid #F26722;
    border-bottom: 2px solid #F26722;
    border-bottom-left-radius: 30px;
}


section.ranking-section .screenshot_slider .owl-item.active.center .item .image:after {
    content: "";
    position: absolute;
    right: -15px;
    top: -15px;
    width: 100px;
    height: 100px;
    border-right: 2px solid #F26722;
    border-top: 2px solid #F26722;
    border-top-right-radius: 30px;
}

section.ranking-section .owl-carousel .owl-item img {
    display: block;
    width: 150px !important;
    height: 150px !important;
    margin: auto;
}

section.ranking-section .owl-item.active.center {
    padding: 10px 30px;
}

section.ranking-section .owl-item.active.center .item {
    padding: 0;
}


section.ranking-section .screenshot_slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}

section.ranking-section .screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #F26722 !important;
}


@media (max-width: 767px) {

    section.ranking-section {
        padding: 60px 0 0;
        overflow: hidden;
    }

    section.ranking-section h2 {
        font-size: 28px;
    }

    section.ranking-section h2 .fnt-one {
        font-size: 22px;
    }

    section.ranking-section .owl-carousel .owl-stage-outer {
        overflow: visible;
    }


}


/*Ranking section ends*/


/*program section starts*/
section.program-section {
    position: relative;
    padding: 60px 0 100px;
    background: #F7F7F7;
}


section.program-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

section.program-section h2 .fnt-one {
    font-size: 30px;
    display: block;
}


section.program-section h2 .fnt-two {
    display: block;
    position: relative;
    font-size: 30px;
    margin-top: 15px;
}

section.program-section h2 .fnt-two:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -10px;
    width: 200px;
    height: 4px;
    background: #FE3C17;
}


section.program-section div#nav-tab {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 30px 0px #00000061;
    overflow: hidden;
    padding: 0;
    margin-bottom: 50px;
}

section.program-section div#nav-tab button {
    display: block;
    width: 50%;
    background: #fff;
    border: 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}

section.program-section div#nav-tab button.active {
    background: #fe3c17;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
}

section.program-section div#nav-tab button:focus {
    outline: 0;
}

section.program-section .prog-head {
    background: #fe3c17;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

section.program-section .prog-head h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

section.program-section .prog-ct {
    position: relative;
    background: #fff;
    padding: 15px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 30px 0px #00000082;
}

section.program-section .prog-ct h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

section.program-section .prog-ct h5 {
    font-size: 22px;
    color: #00000091;
    font-weight: 700;
    position: relative;
    margin-top: 20px;
}

section.program-section .prog-ct h5:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    width: 100px;
    height: 4px;
    background: #fe3c17;
}

section.program-section .btn-apply {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
}

section.program-section .btn-style-one {
    margin: auto;
}

@media (max-width: 767px) {

    section.program-section {
        padding: 60px 0 60px;
    }

    section.program-section .row {
        margin: 0 -10px;
    }

    section.program-section h2 {
        font-size: 30px;
    }

    section.program-section h2 .fnt-one {
        font-size: 22px;
    }

    section.program-section h2 .fnt-two {
        font-size: 22px;
    }

    section.program-section .tab-content {
        margin-top: 30px;
    }


    section.program-section div#nav-tab button {
        padding: 15px 10px;
        font-size: 16px;
        line-height: normal;
    }

    section.program-section div#nav-tab {
        margin-bottom: 30px;
    }


}


/*program section ends*/


/*Advantages section starts*/
section.advantages-section {
    position: relative;
    padding: 80px 0 60px;
}

section.advantages-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

section.advantages-section {
    position: relative;
    padding: 80px 0 60px;
}

section.advantages-section img {
    width: 70px !important;
    margin: auto auto 20px;
}

section.advantages-section .image h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

section.advantages-section .item {
    padding: 20px;
}

section.advantages-section .image h3 span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

section.advantages-section .image p {
    font-size: 16px;
    text-align: center;
    color: #000;
}

section.advantages-section .image hr {
    border-style: dashed;
    border-color: #fe3c17;
    opacity: 1;
    border-width: 1px;
}

section.advantages-section .owl-dots button span {
    display: block;
    height: 10px;
    width: 10px;
    background: #000;
    margin: 5px;
    border-radius: 10px;
    opacity: 0.4;
}

section.advantages-section .owl-dots {
    text-align: center;
}

section.advantages-section .owl-dots button.active span {
    background: #fe3c17;
    opacity: 1;
}


@media (max-width: 767px) {


    section.advantages-section h2 {
        font-size: 28px;
    }

    section.advantages-section h2 span {
        display: block;
    }


}


/*Advantages section ends*/


/*affordable section starts*/

section.affordable-section {
    position: relative;
    padding: 60px 0;
    background: #EAF4FE;
}

section.affordable-section h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

section.affordable-section h2 .fnt-one {
    display: block;
    font-weight: 500;
}

section.affordable-section .affford-dv h3 {
    font-size: 26px;
    font-weight: 700;
}

section.affordable-section .affford-dv p {
    font-size: 16px;
    color: #000;
    opacity: 0.75;
}

section.affordable-section .affford-dv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.affordable-section .affford-dv ul li {
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}


@media (max-width: 767px) {

    section.affordable-section h2 {
        font-size: 28px;
    }

    section.affordable-section h2 .fnt-one {
        font-size: 24px;
    }

    section.affordable-section .affford-dv h3 {
        font-size: 22px;
        font-weight: 700;
    }

}


/*affordable section ends*/


/*uni section starts*/

section.uni-section {
    position: relative;
    margin-top: -180px;
}

section.uni-section .uni-cont {
    position: relative;
    padding: 40px;
    background: linear-gradient(45deg, #FF5104, #FF290D);
    border-radius: 15px;
    margin-top: -30px;
}

section.uni-section .uni-cont h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

section.uni-section .btn-style-two {
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
}


@media (max-width: 767px) {

    section.uni-section {
        margin-top: 0;
        padding-top: 20px;
    }

    section.uni-section .uni-cont {
        padding: 20px 20px 40px;
    }

    section.uni-section .uni-cont h2 {
        font-size: 24px;
    }

    section.uni-section .uni-cont h2 br {
        display: none;
    }
}


/*uni section ends*/


/*footer section starts*/

footer.footer {
    padding: 80px 0 20px;
    text-align: center;
}

footer.footer h4 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    opacity: 0.6;
    margin: 0;
}

footer.footer a {
    display: block;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    opacity: 0.6;
    margin: 0;
    text-decoration: none !important;
}


@media (max-width: 767px) {}


/*footer section ends*/

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 15px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #FE3B16;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */