.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: .3s
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: .3s
}

.check-list {
    list-style: none
}

.breadcrumb {
    margin-top: 1em
}

.course-name-menu ul a {
    color: #fff;
    text-align: left;
    padding: .25rem 0
}

.search-group button {
    position: absolute;
    right: 0;
    top: 5px
}

.show-course-menu .logo text {
    fill: #fff
}

.footer-logo,
.logo svg {
    width: 150px
}

.course-section,
.m-b2 {
    margin-bottom: 2.5rem
}

.breadcrumb-nav {
    margin: 30px 0 20px
}

.enrol-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem
}

.course-img {
    width: 100%;

}

.thumbnail_img{
    min-height: 200px;
    height: 200px;
    object-fit: cover;
}


.course-title {
    padding-top: 20px
}


.course-para {
    padding: 10px 0;
    font-weight: 500
}

.news-h4 h4 {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.footer-clean {
    padding-top: 2rem;
    background-color: #0e76bc;
    color: #fff
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: left
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none
}

.footer-clean ul a:hover {
    opacity: 1
}

@media (max-width:768px) {
    section {
        overflow-x: hidden
    }

    .footer-clean .item.social {
        text-align: center
    }
    #banner-section {
        min-height: 65vh;
    }
}

.footer-clean .item.social a {
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: left;
    color: inherit
}

.footer-clean .item.social a:hover {
    opacity: .9
}

@media (max-width:991px) {
    .footer-clean .item.social a {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px
    }

    .footer-clean .item.social a {
        margin-top: 10px
    }

    .circle-text h3 {
        font-size: 1rem;
        font-weight: 700
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.footer-clean .copyright {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: .7s both fadeOut;
    -moz-animation: .7s both fadeOut;
    animation: .7s both fadeOut
}

.owl-fade-in {
    -webkit-animation: 1ms both empty;
    -moz-animation: 1ms both empty;
    animation: 1ms both empty
}

.owl-backSlide-out {
    -webkit-animation: 1s both backSlideOut;
    -moz-animation: 1s both backSlideOut;
    animation: 1s both backSlideOut
}

.owl-backSlide-in {
    -webkit-animation: 1s both backSlideIn;
    -moz-animation: 1s both backSlideIn;
    animation: 1s both backSlideIn
}

.owl-goDown-out {
    -webkit-animation: .7s both scaleToFade;
    -moz-animation: .7s both scaleToFade;
    animation: .7s both scaleToFade
}

.owl-goDown-in {
    -webkit-animation: .6s both goDown;
    -moz-animation: .6s both goDown;
    animation: .6s both goDown
}

.owl-fadeUp-in {
    -webkit-animation: .5s both scaleUpFrom;
    -moz-animation: .5s both scaleUpFrom;
    animation: .5s both scaleUpFrom
}

.owl-fadeUp-out {
    -webkit-animation: .5s both scaleUpTo;
    -moz-animation: .5s both scaleUpTo;
    animation: .5s both scaleUpTo
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.center,
.enrol-box,
.hub-para p,
.icon-inner-box,
.owl-dots,
.t-center {
    text-align: center
}

.check-list li,
.relative,
.search-group {
    position: relative
}

.absolue {
    position: absolute
}

div.profile-row {
    margin-top: 55px
}

.absolue.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0)
}

div.alert {
    width: 40%
}

.alert-col>.alert {
    padding: 10px;
    border-radius: 0;
    transition: .5s;
    opacity: 0
}

hr {
    height: 2px
}

.content-right>* {
    float: right
}

.form-btn,
.left-img,
.right-img {
    max-width: 100%
}

div.avatar-bg {
    background: url(https://www.gravatar.com/avatar/1234566?size=200&d=mm) 50% 50%/cover;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-left: calc(50% - 100px)
}

.custom-search-input,
custom-search-input1 {
    border: none;
    background: 0 0;
    outline: 0;
    padding-bottom: 5px;
    width: 100%;
    text-indent: 25px
}

.search-area {
    display: inline-block;
    padding: 2.75rem .3rem;
    width: 40px;
    text-align: center
}

.search-area1 {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: .75rem .3rem;
    width: 100%
}

@media (min-width:300px) and (max-width:992px) {
    .search-area1, .footerNewsLetterForm .wpcf7-form .wpcf7-submit {
        margin: .5rem 0 !important
    }
}

.search-icon {
    font-size: 18px;
    margin-right: -20px;
    margin-top: 3px
}

body {
    font-size: 100%;
    color: #0e76bc;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    overflow-x: hidden
}

@media (min-width:1400px) {

    .h1,
    h1 {
        font-size: 4rem;
        font-weight: 700
    }

    .down-btn {
        width: 35%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700
}

@media (min-width:1366px) {

    .h3,
    h3 {
        font-size: 2.25rem
    }
}

.btn-primary1,
.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.125rem
}

.h6,
h6 {
    font-size: .875rem
}

.btn-check:active+.btn-info,
.btn-check:active+.btn-success,
.btn-check:checked+.btn-info,
.btn-check:checked+.btn-success,
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.btn-primary:hover,
.btn-secondary,
.btn-blue,
.btn-blue:hover,
.btn-success.active,
.btn-success:active,
.show>.btn-info.dropdown-toggle,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e76bc;
    border-color: #0e76bc
}

.btn-check:focus+.btn-info,
.btn-check:focus+.btn-primary,
.btn-check:focus+.btn-success,
.btn-info:focus,
.btn-primary:focus,
.btn-success:focus {
    color: #fff;
    background-color: #0e76bc;
    border-color: #0e76bc;
    box-shadow: none
}

.btn-check:active+.btn-info:focus,
.btn-check:active+.btn-primary:focus,
.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-info:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:checked+.btn-success:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-info.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none
}

.btn-secondary:hover,
button.owl-dot.active {
    background-color: #f89940;
    border-color: #f89940
}

.btn-primary {
    color: #fff;
    background-color: #f89940;
    border-color: #f89940
}

.btn-success {
    padding: 10px 45px;
    font-size: 1.125rem;
    background-color: #f89940;
    border-color: #f89940;
    border-radius: 30px;
    color: #fff;
    font-weight: 700
}

.btn-success:hover {
    background-color: #0e76bc;
    border-color: #0e76bc
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0e76bc;
    text-decoration: snow
}

.a-link,
.item a:hover,
.item a>i:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
a:hover {
    color: #f89940
}

.top-bar {
    background-color: #0e76bc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .8rem 0;
    z-index: 999999
}

.top-bar p {
    color: #fff;
    margin-right: 1rem;
    margin-bottom: .5rem;
    font-size: 1rem
}

@media (min-width:1200px) {
    .banner-img1 {
        -moz-transform: scale(1.2) translateX(8em) translateY(-3em);
        -webkit-transform: scale(1.2) translateX(8em) translateY(-3em);
        -o-transform: scale(1.2) translateX(8em) translateY(-3em);
        -ms-transform: scale(1.2) translateX(8em) translateY(-3em);
        transform: scale(1.2) translateX(8em) translateY(-3em)
    }

    .h1,
    h1 {
        font-size: 3rem;
        font-weight: 700
    }

    .btn {
        border-radius: 30px;
        font-weight: 700;
        padding: .75rem 2.5rem
    }

    .nav-top {
        padding: 0 0 0 1.5rem
    }

    #About-section ,#Course-services{
        background: url(../../custom-assets/img/sssr-img.png) center/auto 100% no-repeat;
        width: 100%;
        overflow-x: hidden
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #0e76bc;
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.menu-item-11357 .nav-link{font-size: 1.5rem !important;
    font-weight: 700;
margin-top: 10px;}
.btn-info {
    color: #fff;
    background-color: #f89940;
    border-color: #f89940;
    font-size: 1.125rem;
    border-radius: 30px;
    padding: 10px 32px;
    font-weight: 700
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

@media (min-width:1600px) {
    .head-logo {
        width: 150px;
        margin-right: 2rem
    }

    .nav-item {
        padding-right: 2rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner-img1 {
        -webkit-transform: scale(1.15) translateX(12em) translateY(-3em);
        -o-transform: scale(1.15) translateX(12em) translateY(-3em);
        -ms-transform: scale(1.15) translateX(12em) translateY(-3em);
        transform: scale(1.15) translateX(12em) translateY(-3em)
    }
    .btn-group-lg>.btn,
    .btn-lg {
        padding: .75rem 3rem;
        font-size: 1.5rem;
        border-radius: 100rem
    }
}

@media (min-width:992px) and (max-width:1400px) {
    .head-logo {
        width: 100px;
        margin-right: 2rem
    }

    .nav-item {
        padding-right: .5rem;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width:300px) and (max-width:767px) {
    .nav-item {
        justify-content: flex-start
    }

    .banner-text {
        order: 2;
        padding-top: 20%;
        padding-bottom: 10%;
        padding-left: 1rem
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .nav-item .btn-info {
        font-size: .875rem
    }
}

.fa.fa-user {
    font-size: 18px;
    margin-bottom: .4rem
}

.item p {
    font-size: .875rem;
    margin-bottom: .5rem;
    text-align: left
}

.item a {
    color: #fff;
    font-size: .875rem
}

.fa.fa-phone {
    font-size: 1rem
}

.cont,
.footer-clean .item,
.item li {
    text-align: left
}

.footer-clean .item.social {
    text-align: left !important
}

.banner-btn .btn2,
.social h3 {
    margin-bottom: 0
}

.item {
    margin-bottom: 1rem;
    padding-left: 1rem
}
.owl-carousel .owl-item img {
    width: auto !important;
}
@media (min-width:300px) and (max-width:576px) {
    .btn {
        font-size: 1rem;
        padding: 7px 22px
    }

    #banner-section {
        padding: 3rem 0 2rem
    }
}

.banner-btn .btn1 {
    margin-right: .51rem
}

@media (min-width:300px) and (max-width:1200px) {
    .banner-btn .btn1, .banner-btn .btn-secondary {
        margin-right: .51rem;
        margin-bottom: 1rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-btn {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.banner-text p,
.enrol-box h2,
.enrol-box p,
.heading-h2,
.learn-box {
    margin-bottom: 2rem
}

@media (min-width:1025px) and (max-width:1199px) {
    .banner-img1 {
        max-width: 100%;
        transform: translate(27%, -10%)
    }
}

@media (min-width:300px) and (max-width:576px) {
    .banner-btn {
        margin-bottom: 0
    }

    .banner-img1 {
        max-width: 100%;
        transform: scale(1.3);
        margin-top: 2rem
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .banner-img {
        position: absolute;
        top: 0;
        right: 0
    }

    .translate-up-2 {
        -moz-transform: translateY(-2em);
        -webkit-transform: translateY(-2em);
        -o-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        transform: translateY(-2em)
    }
}

@media (min-width:1201px) and (min-width:1400px) {
    .banner-img {
        position: absolute;
        top: -38%;
        right: -25%
    }
}

.banner-text h2 {
    margin-bottom: 2rem;
    font-weight: 400
}

@media (min-width:1025px) and (max-width:1200px) {
    .banner-text h2 {
        font-size: 1.5rem
    }
}

@media (min-width:300px) and (max-width:576px) {
    .banner-text h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem
    }

    .banner-text h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem
    }
}

@media (min-width:768px) and (max-width:768px) {
    .banner-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

.banner-text h3 {
    font-weight: 400;
    margin-bottom: 2.5rem
}

@media (min-width:577px) and (max-width:768px) {
    .banner-btn .btn1 {
        margin-right: .5rem
    }

    .banner-img1 {
        max-width: 100%;
        transform: scale(1.13);
        padding-top: 10%
    }

    .banner-text h1 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem
    }
}

@media (min-width:1550px) {
    #navcol-1 {
        justify-content: center
    }
}

.content-right,
.inner-text,
.inner-top {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:769px) and (max-width:991px) {
    .head-logo {
        width: 100px;
        margin-right: 2rem
    }

    .inner-top p {
        font-size: 1.125rem
    }

    .inner-top .btn-success {
        font-size: 1.125rem;
        padding: 6px 30px
    }
}

@media (min-width:992px) and (max-width:1400px) {
    .inner-top p {
        font-size: 1.25rem
    }

    .inner-top .btn-success {
        font-size: 1.25rem;
        padding: 6px 30px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .nav-item {
        padding-right: .45rem !important;
        padding-left: .45rem !important;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }



    .custom-search-input {
        width: 20px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #0e76bc;
        font-weight: 700;
        font-size: 1rem;
        margin-top: .2rem
    }
    .menu-item-11309 .nav-link{font-size: 1.5rem !important;}
    .footer-logo,
    .logo svg {
        width: 100px
    }
}

.Inner-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 0;
    border-radius: 100em
}

@media (min-width:576px) {
    .Inner-box {
        margin: auto;
        position: relative
    }
}

.inner-text h2,
.right-text h3 {
    font-weight: 700
}

@media (min-width:1199px) {
    .translate-up-5 {
        position: relative;
        top: -5em
    }
}

@media (min-width:300px) and (max-width:767px) {
    .banner-image1 {
        order: 1
    }

    .spacer-15 {
        display: none !important
    }
    
    .mob-icons {
        display: flex !important;
        align-items: center;
        justify-content: center;
        
    }
    .mob-icons a {
        color: #0e76bc;
    }
    .hide-mobile {
        display: none;
    }
}

.spacer-15 {
    padding-top: 15%
}

@media (min-width:768px) {
    .footer-clean {
        padding: 4rem 2rem 2rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .top-bar p {
        color: #fff;
        margin-right: 1rem;
        margin-bottom: 0;
        font-size: 1.25rem
    }

    .translate-left {
        -moz-transform: scale(1.1) translateX(-5rem);
        -webkit-transform: scale(1.1) translateX(-5rem);
        -o-transform: scale(1.1) translateX(-5rem);
        -ms-transform: scale(1.1) translateX(-5rem);
        transform: scale(1.1) translateX(-5rem)
    }

    .translate-right {
        -moz-transform: scale(1.1) translateX(6rem);
        -webkit-transform: scale(1.1) translateX(6rem);
        -o-transform: scale(1.1) translateX(6rem);
        -ms-transform: scale(1.1) translateX(6rem);
        transform: scale(1.1) translateX(6rem)
    }
}

@media (min-width:768px) and (max-width:990px) {
    .translate-left {
        -moz-transform: scale(1) translateX(-2rem);
        -webkit-transform: scale(1) translateX(-2rem);
        -o-transform: scale(1) translateX(-2rem);
        -ms-transform: scale(1) translateX(-2rem);
        transform: scale(1) translateX(-2rem)
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 0.85rem;
    }
}

.comman-h3 {
    margin-bottom: 1.5rem;
    font-weight: 700
}

.hr-line {
    width: 100px;
    height: 5px;
    background-color: #0e76bc;
    margin-bottom: 1.5rem;
    border-radius: 10px
}

.accordion-button:not(.collapsed) {
    color: #0e76bc;
    background-color: #fff;
    box-shadow: none
}

.accordion-button:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem 1rem 0;
    font-size: 1.25rem;
    color: #0e76bc;
    text-align: left;
    font-weight: 700;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s
}

.accordion-body {
    padding-left: 0
}

.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #0e76bc
}

.bb {
    border: none
}

#global-section,
#graduction-section {
    padding-top: 5rem;
    overflow-x: hidden;
    padding-bottom: 5rem
}
.youtube-video-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.youtube-video-section iframe {
  width: 90%;
  height: 500px;
  max-width: 900px!important;
}

@media (min-width:300px) and (max-width:768px) {
    #global-section {
        padding: 5rem 0;
        overflow-x: hidden
    }
}

.form-label {
    font-size: 1.25rem;
    font-weight: 400
}

#carousel-section,
#form-section,
#hub-section {
    padding: 5rem 0
}
#carousel-section, #payment-section {
    min-height: auto;
}

.inner-form {
    margin-right: 12%;
    margin-left: 12%;
    background: #e8f1f8;
    padding: 2rem 5rem 5rem;
    border-radius: 25px
}

.inner-form1 {
    margin-right: 0;
    margin-left: 0;
    background: #e8f1f8;
    padding: 2rem 5rem 5rem;
    border-radius: 25px
}

.inner-hub {
    margin-right: 10%;
    margin-left: 10%;
    background: #e8f1f8;
    padding: 5rem;
    border-radius: 25px
}

@media (min-width:769px) and (max-width:1200px) {
    .banner-text h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }

    .inner-form {
        margin-right: 1%;
        margin-left: 1%;
        background: #e8f1f8;
        padding: 2rem 5rem 5rem;
        border-radius: 25px
    }

    .inner-hub {
        margin-right: 1%;
        margin-left: 1%;
        background: #e8f1f8;
        padding: 5rem;
        border-radius: 25px
    }
}

.label-box {
    padding: 1.5rem 0
}

.form-check-input[type=checkbox] {
    border-radius: 50%
}

.icon-box {
    height: calc(100% - 1.5rem);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.icon-inner-box img {
    margin-bottom: 1rem;
    width: 110px
}

.hub-btn {
    width: 100%;
    margin: auto;
    text-align: center
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

.inner-items {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    padding: 15px
}

#owl-demo {
    display: flex
}

button.owl-next,
button.owl-prev {
    display: none
}

button.owl-dot {
    margin: 0 .25rem;
    background-color: transparent;
    border: 1px solid #f89940;
    padding: 3px;
    border-radius: 30px
}

@media (min-width:300px) and (max-width:576px) {
    .banner-text h3 {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 2rem
    }

    .banner-btn2 {
        text-align: center
    }

    .inner-top {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .right-text p {
        font-size: .9rem
    }

    .right-text h3 {
        font-size: 2rem
    }

    .left-text p {
        font-size: .91rem
    }

    .icon-box {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        border-radius: 10px;
        margin-bottom: 1.5rem
    }

    .top-btn {
        padding: .5rem 1.5rem
    }

    .right-box {
        padding: 5rem 0
    }
}

.top-btn {
    padding: .5rem .75rem;
    border-radius: 100rem
}

@media (min-width:769px) and (max-width:1024px) {
    .content-right {
        justify-content: flex-start
    }

    .mobile-translate1 {
        -moz-transform: scale(1.2) translateX(-5rem);
        -webkit-transform: scale(1.2) translateX(-5rem);
        -o-transform: scale(1.2) translateX(-5rem);
        -ms-transform: scale(1.2) translateX(-5rem);
        transform: scale(1.2) translateX(-5rem)
    }

    .mobile-translate2 {
        -moz-transform: scale(1.2) translateX(5rem);
        -webkit-transform: scale(1.2) translateX(5rem);
        -o-transform: scale(1.2) translateX(5rem);
        -ms-transform: scale(1.2) translateX(5rem);
        transform: scale(1.2) translateX(5rem)
    }
}

@media (min-width:576px) and (max-width:768px) {
    div.container.profile {
        padding: 10px 25px
    }

    .left-box,
    .right-box {
        padding: 5rem 0
    }
}

@media (min-width:1200px) {

    #courses-section,
    #form-section,
    #hub-section {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    #carousel-section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    section {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width:768px) {
    #About-section,#Course-services {
        position: relative;
        top: 6rem
    }

    .navbar-expand-md .navbar-nav {
        align-items: center
    }
}

@media (min-width:991px) {
    #learning-section {
        padding-top: 5rem;
        overflow-x: hidden;
        padding-bottom: 5rem
    }

    #About-section,#Course-services {
        position: relative;
        top: -5rem
    }
}

@media (min-width:992px) and (max-width:1024px) {
    #banner-section {
        padding-top: 3rem
    }

    .banner-transation {
        -moz-transform: scale(1.31) translate(9rem, -4em);
        -webkit-transform: scale(1.31) translate(9rem, -4em);
        -o-transform: scale(1.31) translate(9rem, -4em);
        -ms-transform: scale(1.31) translate(9rem, -4em);
        transform: scale(1.31) translate(9rem, -4em);
        padding-top: 10%
    }
    #About-section,#Course-services {
        top: 0;
    }
    #global-section, #graduction-section, #learning-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-transation {
        -moz-transform: scale(1.5) translate(4rem, -1rem);
        -webkit-transform: scale(1.5) translate(4rem, -1rem);
        -o-transform: scale(1.5) translate(4rem, -1rem);
        -ms-transform: scale(1.5) translate(4rem, -1rem);
        transform: scale(1.5) translate(4rem, -1rem);
        padding-top: 27%
    }
}

@media (min-width:300px) and (max-width:1199px) {
    .Inner-box {
        width: 100%;
        margin-bottom: 1.5rem
    }
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s;
    background-color: #008cba
}

#payment-section {
    background: #f89940;
    padding-top: 2rem;
    color: #fff;
    display: flex;
    padding-bottom: 2rem;
    align-items: center
}

.footerNewsLetterForm .wpcf7-form .float-start {
    padding: 7px 0.3rem;
    width: calc(100% - 115px);
}



.footerNewsLetterForm .wpcf7-form .wpcf7-email {
    border: none;
    width: 100%;

    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 9px 0.3rem;
    /* width: calc(100% - 115px); */
}


.footerNewsLetterForm .wpcf7-form .wpcf7-email:focus {
    outline:none;
    }

.footerNewsLetterForm .wpcf7-form .wpcf7-submit {
    float: right;
    margin-top: 7px;
}

.footerNewsLetterForm .wpcf7-form .wpcf7-response-output {
    float: left;
    margin: 1em 0 0;
    width: 100%;
}

.inner-box1 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%
}

#header-section {
    position: relative;
    z-index: 999
}

@media (min-width:1200px) {
    #blog-section {
        padding: 5rem 3rem
    }

    .navbar {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.translate-up-2 {
    position: relative;
    top: -2em
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #f89940 !important
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #f89940;
    --bs-secondary: #0e76bc;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

.Inner-box:hover img {
    opacity: .75;
    mix-blend-mode: multiply
}

.Inner-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: all .5s ease;
    -o-transition: .5s;
    transition: .5s
}

.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    top: 0;
    padding: 0 1em;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {


    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 0;
        margin-top: 5rem
    }
}

@media (min-width:1200px) {
    .btn {
        border-radius: 100em;
        padding: .5rem 1.75rem
    }
}

.btn2 {
    margin-right: .5rem
}

.form-control {
    padding: .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0
}

.btn {
    border-radius: 100px
}

.btn3,
.form-btn,
.supp-btn {
    margin-right: 1rem
}

.h2,
h2 {
    font-size: calc(2rem + .9vw)
}

@media (max-width:767px) {
    .circle-text h5 {
        font-size: .8rem
    }
}

.check-list li:before {
    content: "\f00c";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #f89940
}

.check-list .list1:before,
.check-list .list5:before {
    content: "\f0b1";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #f89940
}

.check-list .list3:before {
    content: "\f017";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #f89940
}

.check-list .list4:before {
    content: "\f0b1";
    content: "\f108";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #f89940
}

.check-list .list2:before {
    content: "\f254";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #f89940
}

.text-primary {
    --bs-text-opacity: 1;
    color: #f99842 !important
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #0e76bc;
    content: var(--bs-breadcrumb-divider, "|")
}

.breadcrumb-item.active {
    color: #f99842
}

#testimonial-section {
    padding: 8rem 0;
    background: url(../assets/img/Courses13.webp) center/cover no-repeat
}

.course-name-menu .nav-link:focus,
.course-name-menu .nav-link:hover,
.show-course-menu .navbar-light .navbar-nav .nav-link,
.t-white {
    color: #fff
}

@media (min-width:300px) and (max-width:575px) {
    .left-box {
        padding: 5rem 0
    }

    .down-btn {
        width: 50%
    }
}

@media (min-width:576px) and (max-width:768px) {
    .down-btn {
        width: 30%
    }
}

@media (min-width:769px) and (max-width:1199px) {
    .down-btn {
        width: 44%
    }
}

@media (min-width:992px) {
    .testmonial-box p {
        padding: 0 15%
    }
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #0e76bc;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .25rem
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e76bc
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0e76bc;
    background-color: #fff
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.nav-item:hover .dropdown-menu,
.show-course-menu #course-menu-sec,
.show-search-menu #search-menu-sec {
    display: block
}

#about-sec,
#contain-section,
#control-section-1 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

#Progress-section {
    padding-bottom: 5rem
}

.faq-btn {
    padding-left: 3rem;
    padding-right: 3rem
}

@media (min-width:577px) {

    .degree-btn,
    .degree-btn1 {
        display: none
    }
}

#hub-para-section {
    padding: 3rem 0
}

@media (min-width:300px) {

    #control-section,
    #discount-section,
    #friend-section,
    #future-section,
    #helty-section,
    #premium-section,
    #tutor-section {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    #access-section {
        padding-top: 3rem;
        padding-bottom: 5rem
    }
}

@media (min-width:1200px) {

    #control-section,
    #discount-section,
    #friend-section,
    #future-section,
    #helty-section,
    #premium-section,
    #student-section,
    #tutor-section {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    #access-section {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    #learn-sect {
        padding-bottom: 8rem
    }
}

@media (min-width:300px) {
    #student-section {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

#learn-sect {
    padding-bottom: 8rem
}

.level-bg {
    background-color: #0e76BC1A;
    padding: 1.5rem
}

.bg-left {
    background-color: #0e76BC1A;
    width: 48%;
    padding: 1.5rem;
    margin-right: .75rem;
    border-radius: 10px
}

.bg-left1,
.light-orange {
    background-color: #fff4eb
}

.level-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem
}

.bg-right {
    background-color: #fff4eb;
    width: 48%;
    padding: 1.5rem;
    margin-left: .75rem;
    border-radius: 10px
}

.bg-center {
    background-color: #0e76BC1A;
    width: 98%;
    padding: 1.5rem;
    border-radius: 10px
}

.bg-right1 {
    background-color: #0e76BC1A
}

.home-sub-heading {
    max-width: 420px
}

.accordion-button::after {
    content: "+";
    font-size: 24px;
    background-image: none;
    font-weight: initial;
    margin-top: -15px
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0);
    content: "-";
    font-size: 36px;
    margin-top: -15px
}

#blog-section {
    padding-top: 0;
    padding-bottom: 2rem
}

.blog-section {
    padding-top: 5rem !important;
    padding-bottom: 2rem
}

[type=search] {
    color: #0e76bc;
    margin: 0
}

.input-box input {
    width: 80%;
    border: 1px solid #0e76BC4D;
    margin-top: 1rem;
    padding: .51rem 1rem
}

#subheader-section {
    padding-bottom: 2rem
}

.courses-section {
    padding-top: 4rem !important
}

.ban-sec {
    padding-bottom: 0 !important
}
.mob-icons {
    display: none;
}
@media (min-width:1440px) {
    section {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .navbar {
        padding: 0 7rem
    }

  

    .h1,
    h1 {
        font-size: 4.625rem
    }
}

@media (min-width:300px) and (max-width:768px) {

    .footer-carousel-items {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .enrol-para {
        margin-bottom: 20px;
        font-size: 1.4rem
    }

    .course-section {
        margin-bottom: 0
    }

    .breadcrumb-nav {
        margin: 0
    }

    .enrol-h1 {
        font-size: 2rem;
        margin-bottom: 1rem
    }

    .breadcrumb-item a {
        font-size: .8rem
    }

    .enrol-content {
        margin-bottom: 2rem;
        align-items: center
    }

    .enrol-content1 {
        margin-bottom: 3rem
    }

    .course-box {
        margin-bottom: 65px
    }
    #hub-section, #articals-section {
        overflow-x: visible;
    }
    #media_image-3 {
        max-width: 200px;
    }
    .course-title {
        padding-top: 12px
    }

    .head-logo {
        width: 90px;
        margin-right: 0
    }
    .nav-top {
        padding: 1rem
    }

    .top-bar .btn-success {
        font-size: .875rem;
        padding: 5px 15px
    }

    .banner-img {
        min-width: 100%;
        position: static;
        transform: scale(1.25)
    }

    .nav-top .container-fluid {
        padding: 0
    }

    .banner-image {
        order: 1;
        margin-top: 10%
    }

    .form-label {
        font-size: .875rem
    }

    .content-right {
        margin-top: 1.5rem;
        flex-direction: column;
        align-items: flex-start
    }

    .inner-form {
        margin-right: 4%;
        margin-left: 4%;
        background: #e8f1f8;
        padding: 2rem 1rem;
        border-radius: 0
    }

    .inner-hub {
        margin-right: 4%;
        margin-left: 4%;
        padding: 2rem 0
    }

    .mobile-padding {
        padding: 2rem 0 !important
    }

    .mobile-padding h3 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        width: 100%
    }

    #courses-section {
        padding: 2rem 0;
        overflow-x: visible;
    }

    #learn-sect {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .learn-box {
        padding: 1rem 0
    }

    .bg-left {
        background-color: #0e76BC1A;
        width: 100%;
        padding: 1.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
        border-radius: 10px
    }

    .bg-right {
        background-color: #fff4eb;
        width: 100%;
        padding: 1.5rem;
        margin-left: 0;
        border-radius: 10px
    }

    .enrol-content1 p {
        margin-bottom: 1rem !important
    }

    .main-course {
        width: 100% !important;
        margin-bottom: 1rem !important
    }
}

.enrol-content1 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1200px) {
    #banner-section {
        padding-bottom: 5rem
    }

    .enrol-content1 p {
        margin-bottom: 0
    }
}

.left-text1 {
    margin-bottom: 1.5rem
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #0e76bc !important
}

.about-section {
    background-position: -14rem !important
}

.translate-up-6 {
    position: relative;
    top: 0
}

.translate-up-7 {
    position: relative;
    top: -10rem
}

.banner-btn {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

@media (min-width:300px) and (max-width:1024px) {
    .banner-btn1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .ipad-translate,
    .mobile-translate {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .btn2 {
        margin-bottom: 1.5rem
    }

    .enrol-content1 {
        flex-direction: column;
        align-items: start
    }

    .banner-btn {
        margin-bottom: 0 !important;
        display: flex;
    }
}

@media (min-width:300px) and (max-width:576px) {
    .accordion-button {
        font-size: 1.125rem
    }


    .banner-btn {
        justify-content: center !important
    }

    .degree-btn {
        margin-top: 3rem;
        margin-bottom: 2rem;
        text-align: left
    }

    .degree-btn1 {
        text-align: left
    }

    .banner-btn3 {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .banner-btn3 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.related-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1rem;
    margin-bottom: 2rem
}

.Inner-img1 {
    width: 260px
}

.course-option {
    display: flex;
    flex-wrap: wrap
}

.course-inner {
    background-color: #f2f8fc !important;
    margin: 0 .5rem;
    padding: 2rem;
    border: none !important;
    border-radius: 10px
}

.course-inner span {
    text-decoration: line-through;
}

.main-course {
    background-color: #f2f8fc;
    border: 5px solid #f6994a;
    border-radius: 10px;
    /* width: 31%; */
    margin: auto;
    box-shadow: 0 0 15px #00000029;
    min-height: 540px
}

.dropdown-menu:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0e76bc;
    position: absolute;
    top: -10px;
    left: 42%
}

/* #course-menu-sec {
    background: #0e76bc;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    display: none;
    width: 100%;
    position: absolute;
    top:100%;
} */

#course-menu-sec {
    left:0;
    right:0;
}
#course-menu-sec .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
}



#search-menu-sec {
    background: rgba(14, 118, 188, .87);
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    display: none;
    position: absolute;
    width: 100%
}

.show-search-menu {
    background: rgba(14, 118, 188, .87)
}

.show-course-menu {
    background: #0e76bc
}
.radius100{
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.coverBusiness .Inner-box {
    max-width: 260px;
}
.coverBusiness .Inner-box h3 {
    font-size: 1.55rem;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    header#header-section nav.navbar-expand-md {
        padding-bottom: 0;
    }
}
/* Accordion ================================================== */

.acc__card {
    position: relative;
}
.acc__title {
    background: #fff;
    color: #0e76bc;
    cursor: pointer;
    display: block;
    padding: 12px 0;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    border-top: 1px solid #0e76bc;
  }
.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #0e76bc;
    border-bottom: 1px solid #0e76bc;
    position: absolute;
    right: 10px;
    content: " ";
    top: 24px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.acc__panel {
    background: #fff;
    color: #0e76bc;
    display: none;
    margin: 0;
    padding: 20px 0px;
    text-align: left;
    font-size: 16px; 
  }
  .noPadd > section {
    padding-left: 0px;
  }
  .noPadd .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  @media (min-width:800px) and (max-width:990px) {
      section {
          overflow-x: hidden;
          /* min-height: 90vh; */
      }
      .ipad-translate, .mobile-translate {
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -o-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
      
  }

  .top-bar{
    z-index: 999;
   }

   .navbar-nav .dropdown-menu#course-menu-sec .nav-link{
    font-weight:normal !important;
   }

   @media (min-width: 768px) {
       .navbar-expand-md .navbar-nav .dropdown-menu#course-menu-sec {
           margin-top: 6.5rem;
       }
    }
  
  @media screen and (max-width:767px) {
  
.bgBusiness {
    overflow-x: inherit;
}
.coverBusiness .Inner-box {
    margin: 15px auto;
}
.bgBusiness .row .col-xl-3:first-child {   
    display: -webkit-box;
    display: -moz-box;
    display: box;    
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.bgBusiness .row .col-xl-3:first-child .Inner-box:first-child {    
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.fBlock1, .fBlock2 {
    top: 0 !important;
}

/* #course-menu-sec {
    padding-top: 1rem;
    top: 56% !important;
    float: left;
    position: absolute !important;
  }

  .dropdown-menu::before {
    top: 50px;
    left: 90%;
  } */


  #course-menu-sec{
    position: relative;
  } 
  
  #course-menu-sec .nav-link {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 0;
    padding-right: 0;
}

#course-menu-sec h4 {
    font-size: 1.5rem;
}

.megamenu-cat:hover a#course-menu, .megamenu-cat:focus a#course-menu {
    color: #f89940 !important;
}

.navbar .offcanvas:hover .offcanvas-body .nav-link {
    color: #0e76bc;
}

.navbar .offcanvas:hover .offcanvas-body .nav-link:hover, .navbar .offcanvas:hover .offcanvas-body .nav-link:focus  {
    color: #f89940;
}

.navbar .offcanvas:hover .offcanvas-body .megamenu-cat #course-menu-sec .nav-link {
    color: #fff;
}

.offcanvas-header {
    padding: 1rem 1rem 0rem;
}

.dropdown-menu::before {
    top: 50px;
    left: 90%;
}

.megamenu-cat .dropdown-menu::before {
    top: -10px;
    left: 90%;
}

.offcanvas-body .navbar-nav .nav-item{
   border-top:1px solid #f1f1f1;
}

.offcanvas-body .navbar-nav .nav-item:first-child{
   border-top:0px;
}

.offcanvas-body .navbar-nav .nav-item a button.btn{

  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

}

    



/* New Search result */
.search-results-container > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: white;
    padding: 32px 34px;
    border-radius: 30px;
    margin-top: 25px;
}


.search-results-container span,
.search-results-container h3,
.search-results-container a {
    color: #0e76bc;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
}

.search-results-container h2 {
    font-weight: bold;
}

.autocomplete-search input[type="search"] {
    outline: 0;
}

.sidebar-menu {
    position: sticky;
    top: 10px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-menu ul li {
    list-style: none;
    display: none;
}

.sidebar-menu ul li a {
    display: block;
}

body.admin-bar .sidebar-menu {
    top: 42px;
}

/* Contact form 7 alignment */
.footerNewsLetterForm .wpcf7-form p {
    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.footerNewsLetterForm .wpcf7-form .wpcf7-spinner {
    flex-shrink: 0;
}

.footerNewsLetterForm .wpcf7-form .wpcf7-submit {
    margin-left: 20px;
    margin-top: 0;
}

.footerNewsLetterForm .wpcf7-form .float-start {
    width: calc(100% - 155px);
}

/* ==========================================================================
[Testimonial AJAX pagination]
========================================================================== */
.testimonials-loading {
    text-align: center;
    display: none;
}


