:root {
    --primary: #1c262f;
    --primary-light: #212d37;
    --secondary: #fa8e30;
    --tertiary: #147ebf;
    --gradient: linear-gradient(to right, #147ebf, #fa8e30);
}
body {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: 60px;
    font-weight: 500;
}
button {
    font-family: sans-serif;
}
p,
ul,
h4 {
    margin: 0;
    padding: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
li {
    list-style-type: none;
}
.home,
.services,
.plans,
.work,
.contact {
    height: 110vh;
    position: relative;
}
.about {
    height: 90vh;
    position: relative;
}
.services,
.work,
.contact,
.testimonial {
    background-color: #1b4d83;
}
.about,
.plans,
.company,
.newsletter {
    background-color: #1b4d83;
}
.bottom {
    background-color: #000;
}
.plans .far,
.information .fas,
.work .fas {
    padding: 15px 0;
    background: linear-gradient(90deg, #147ebf, #147ebf);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.fa-mobile:before {
    color: #fa8e30;
}
.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
    cursor: pointer;
    color: #147ebf !important;
    background: #147ebf;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    opacity: 1;
}
/*.navbar {
    color: #666 !important;
    font-weight: 500;
    font-size: 16px !important;
    padding: 12px 8px 12px 0;
    line-height: 0.875rem;
    text-transform: capitalize;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.navbar .navbar-brand {
    padding-bottom: 0.25rem;
}
.navbar .logo-image img {
    width: 180px;
    height: 40px;
}
.navbar .logo-text {
    color: #000;
    font-weight: 500;
    line-height: 1rem;
    font-size: 1.575rem;
    text-decoration: none;
}
#navbarsExampleDefault {
    color: black !important;
    margin-right: -2% !important;
}
.navbar-expand-lg .navbar-collapse {
    padding-left: 5% !important;
}
#header-home-para {
    padding-top: 15% !important;
}
.nav-link,
.navbar-email,
.navbar-phone {
    color: #666 !important;
}
.dropdown-menu {
    position: absolute;
    padding: 10px;
    border-radius: 5px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 180px;
}
.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    padding: 10px;
    border-radius: 5px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown-submenu > a::after {
    float: right;
    border: none;
    padding-left: 7px;
}
.dropdown-submenu:hover > a {
    color: #fff;
}
.navbar-nav .dropdown-menu {
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #666;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #2176c8;
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-radius: 5px;
}
.subdropdown01 {
    padding: 2px;
}
.navbar .nav-item .nav-link {
    color: #666;
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.2s ease;
}
.navbar .fa-stack {
    width: 2em;
    font-size: 0.89rem;
    margin-right: 0.25rem;
}
.navbar .fa-stack-2x {
    background: -webkit-gradient(linear, left top, left bottom, from(#147ebf), to(#147ebf));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    transition: all 0.2s ease;
}
.fa-envelope,
.fa-phone {
    color: #fa8e30;
}
#down-navbar {
    padding-right: 0;
}
.navbar .fa-stack-1x {
    color: #fff;
}
.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
    width: 35px;
    height: 29px;
    margin: 6px 0;
}
    */
#main-heading-carousel {
    width: 140% !important;
    text-align: left !important;
    padding: 0;
}
.carousel-item {
    position: relative;
    height: 450px !important;
}
#carousel-button {
    color: black !important;
}
.carousel-caption {
    height: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    z-index: 1;
}
.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}
.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 20px 20px 0;
    opacity: 1;
}
.carousel-control-prev:hover {
    transition: 0.3s;
}
.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fa8e30;
    border-radius: 20px 0 0 20px;
    opacity: 1;
}
.carousel-control-next:hover {
    transition: 0.3s;
}
.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #147ebf;
    color: #fff;
    opacity: 1;
    border: 0;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #fff;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #fa8e30;
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #fa8e30;
    color: #fff;
    border: 0;
    opacity: 1;
    transition: 0.3s;
    border-radius: 20px;
}
#carouselId .carousel-indicators li:hover {
    background: #147ebf;
    opacity: 1;
}
.page-header {
    background:
        linear-gradient(rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.6)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}
#box1-feature,
.box2-feature,
.box3-feature {
    color: black !important;
}
#about-main {
    padding: 0;
    height: 500px;
}
.btn {
    color: white !important;
    border-radius: 0;
    border-width: 2px;
    padding: 10px 30px;
    border-image-slice: 1;
    background-image: none;
    background: #fff0;
    border-image-source: var(--gradient);
    box-shadow: 5px 5px 0 0 #fa8e30;
}
.btn:hover {
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 30px;
    transform: translate(5px, 5px);
}
.btns {
    color: black !important;
    font-weight: 500 !important;
    border-radius: 0;
    border-width: 2px;
    padding: 10px 30px;
    border-image-slice: 1;
    background-image: none;
    background: #fff0;
    border-image-source: var(--gradient);
    box-shadow: 5px 5px 0 0 #fa8e30;
}
.btns:hover {
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 30px;
    transform: translate(5px, 5px);
}
.btn-secondary {
    color: #000;
    border-width: 2px;
    padding: 10px 30px;
    border-image-slice: 1;
    background-image: none;
    background: #fff0;
    border-image-source: var(--gradient);
}
.btn-secondary:hover {
    color: #000;
    padding: 10px 30px;
    background-image: var(--gradient);
}
.btn-tertiary {
    color: #000;
    border-radius: 0;
    border-width: 2px;
    padding: 10px 30px;
    border-image-slice: 1;
    background-image: none;
    background: #fff0;
    border-image-source: var(--gradient);
    box-shadow: 5px 5px 0 0 var(--secondary);
}
.btn-tertiary:hover {
    color: #000;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 30px;
    transform: translate(5px, 5px);
}
.services .card {
    padding: 20px;
    border-radius: 0;
    color: #000;
    border: 10px solid;
    transform: scale(1.01);
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: var(--gradient);
    box-shadow: 3px 1px 0 0 #fa8e30;
}
#services {
    color: black !important;
    background-color: #fff;
    height: 600px !important;
}
#service-cards {
    padding: 0;
    margin-top: 10px;
}
.services .fas {
    padding: 15px 0;
    color: #fa8e30;
}
.plans .card {
    padding: 20px;
    border: 2px solid #fff;
}
.card-span {
    transition: all 0.4s ease;
    border: 0;
    .card-span-img {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }
}
.border-primary {
    border-color: #fa8e30 !important;
}
#price {
    background-color: #1b4d83;
}
#my-3-h5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
}
.ag-format-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.ag-courses_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
}
.ag-courses_item {
    flex-basis: calc(25% - 30px);
    margin: 15px;
    overflow: hidden;
    border-radius: 28px;
    box-sizing: border-box;
}
.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #1b4d83;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
    transform: scale(1.3);
}
.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #fa8e30;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 10px;
    overflow: hidden;
    font-weight: 700;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    position: relative;
    line-height: 30pt;
    transition: color 0.1s ease;
}
#course-name-heading::before,
#duration-heading::before,
#price-heading::before {
    content: attr(data-title);
    font-weight: 700;
    color: #fa8e30;
    display: block;
}
#course-name-heading::before {
    content: "Course Name:";
}
#duration-heading::before {
    content: "Duration:";
}
#price-heading::before {
    content: "Price:";
}
.slider-container {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
.slider {
    display: flex;
    flex: 0 0 auto;
    scroll-snap-align: center;
    transition: transform 0.5s ease;
}
.slider img {
    width: 200px;
    height: 100px;
    margin: 0 50px;
    box-sizing: border-box;
    object-fit: contain;
    flex: 0 0 calc(100% / 6 - 20px);
}
#icon-after-contact {
    color: #fa8e30 !important;
}
.carousel-indicators li {
    border-radius: 50%;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #ee4d47;
    width: 9px;
    height: 9px;
}
.carousel-icon {
    width: auto;
}
.carousel-icon .carousel-control-prev-icon {
    background-size: 100% 100%;
}
.carousel-icon .carousel-control-next-icon {
    background-size: 100% 100%;
}
.carousel-icon .carousel-control-prev-icon,
.carousel-icon .carousel-control-next-icon {
    width: 1.8rem;
    height: 1.8rem;
}
#card-feature-why-us {
    color: white !important;
    border-radius: 5px;
    box-shadow:
        0 4px 2px rgb(250 142 48 / 0.9),
        0 0 0 2px #fff;
    padding: 20px;
}
#why-us-icons {
    font-size: 30px;
    border-radius: 50%;
    padding: 15px;
}
#clients {
    background-color: #1b4d83;
}
.form-control-input,
.form-control-textarea {
    width: 100%;
    appearance: none;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 0.775rem;
    padding-bottom: 0.775rem;
}
#footer-info {
    padding: 10px 0;
}
#footer-padding {
    padding: 30px;
}
#footer-info li {
    margin-bottom: 15px;
}
a:hover {
    color: #fff;
}
.testimonial-carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.testimonial-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
}
.testimonial-item {
    margin-top: 3%;
    flex: 1 0 33.333%;
    box-sizing: border-box;
    transition:
        transform 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    padding: 20px;
    max-width: 33.333%;
    height: auto !important;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    display: flex;
    flex-direction: column;
    padding-bottom: 0px !important;
    margin-bottom: 5%;
}
.testimonial-comment p {
    margin-top: -5%;
}
.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.dot.active {
    background-color: #1b4d83;
}
.testimonial-item.selected {
    background-color: #147ebf;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.2);
}
.testimonial-item.selected .testimonial-comment {
    background-color: #fff0;
    color: #fff;
}
.testimonial-item:not(.selected) {
    background-color: #fa8e30;
    opacity: 0.9;
    transform: scale(0.9);
}
.testimonial-comment {
    padding: 20px;
    background-color: #fff0;
    border-radius: 5px;
    margin-top: 20px;
}
#testimonial-prev,
#testimonial-next {
    cursor: pointer;
}
#testimonial-prev,
#testimonial-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #147ebf;
    color: white !important;
    font-size: 24px;
    padding: 10px;
    border-radius: 10%;
    transition: background-color 0.3s ease;
}
#testimonial-prev:hover,
#testimonial-next:hover {
    background-color: #fa8e30;
}
#testimonial-prev {
    left: 0;
    width: 70px;
}
#testimonial-next {
    right: 0;
    width: 70px;
}
#myBtn {
    z-index: 99;
    right: 20px;
    width: 52px;
    height: 52px;
    bottom: 20px;
    border: none;
    outline: none;
    display: none;
    position: fixed;
    cursor: pointer;
    border-radius: 50%;
    background-color: #323137;
}
#myBtn:hover {
    background-color: #0f0f11;
}
#myBtn img {
    width: 18px;
    margin-left: 0.125rem;
    margin-bottom: 0.25rem;
}
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: var(--primary);
}
.ex-header h1 {
    color: #fff;
}
.ex-basic-1 .list-unstyled .fas {
    font-size: 0.375rem;
    line-height: 1.625rem;
}
.ex-basic-1 .list-unstyled .flex-grow-1 {
    margin-left: 0.5rem;
}
.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f7f9fd;
}
.ex-cards-1 .card {
    border: none;
    background-color: #fff0;
}
.ex-cards-1 .card .fa-stack {
    width: 2em;
    font-size: 1.125rem;
}
.ex-cards-1 .card .fa-stack-2x {
    color: var(--secondary);
}
.ex-cards-1 .card .fa-stack-1x {
    width: 2em;
    color: #fff;
    font-weight: 700;
    line-height: 2.125rem;
}
.ex-cards-1 .card .list-unstyled .flex-grow-1 {
    margin-left: 2.25rem;
}
.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
    margin-top: 0.125rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
    #orange-block {
        margin-left: 0px !important;
        width: 390px !important;
    }
    #top-navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    #top-navbar-content {
        flex-direction: column;
        align-items: flex-start;
        background-color: #4a5568;
    }
    .navbar-contact,
    .navbar-social {
        width: 100%;
        text-align: right;
    }
    .navbar-contact a {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
    }
    .navbar-phone a {
        text-align: right !important;
    }
    .navbar-contact a .fas {
        margin-right: 10px;
    }
    .navbar-social span {
        margin-top: -20%;
        margin-right: 1% !important;
        display: inline-block;
        margin-right: 10px;
        width: auto;
    }
    .navbar-contact {
        margin-bottom: 15px;
    }
    .navbar-brand {
        margin-bottom: 15px;
        margin-right: 0px !important;
    }
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .nav-item {
        width: 100%;
    }
    .nav-link {
        text-align: left;
        padding: 10px 15px;
    }
    .nav-link,
.navbar-email,
.navbar-phone {
    color: #666 !important;
}
.navbar .nav-item .nav-link {
    color: #666;
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.2s ease;
}


    .navbar-toggler:focus {
        margin-left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .carousel-item {
        margin-top: 80% !important;
    }
    #main-heading-carousel {
        font-size: 28px !important;
        margin-top: -110% !important;
    }
    #carousel-text-h6 {
        font-size: 18px !important;
    }
    #next-h6-para {
        font-size: 14px !important;
    }
    #carousel-images {
        height: 290px;
    }
    #carousel-side-arrows {
        top: 60% !important;
        height: 50px;
        width: 60px;
    }
    .carousel-caption {
        top: 43% !important;
    }
    .carousel-item {
        height: 300px;
    }
    #box1-feature,
    #box2-feature,
    #box3-feature {
        padding: 10px !important;
    }
    .about {
        height: 125vh !important;
    }
    #about-content {
        margin-top: -50%;
        padding: 40px !important;
    }
    #image-about {
        margin-top: -10%;
    }
    #services {
        margin-top: 110% !important;
        margin-bottom: 100% !important;
    }
    #services-boxes {
        padding-right: 0px !important;
    }
    #service-card-h6 {
        text-align: center;
    }
    #section-best-fit {
        margin-top: 10% !important;
    }
    .ag-courses_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ag-courses_item {
        width: 90%;
        margin-bottom: 20px;
    }
    .ag-courses-item_link {
        display: block;
    }
    .testimonial-carousel-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .testimonial-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding: 15px;
        height: 500px !important;
    }
    .testimonial-comment {
        height: 900px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        padding: 10px;
    }
    .testimonial-comment p {
        margin-bottom: 0;
        padding: 0;
    }
    .testimonial-item.selected {
        width: 700% !important;
    }
    .btn {
        margin-top: 5%;
        margin-left: 22% !important;
    }
    .slider {
        justify-content: space-between;
    }
    .slider img {
        width: 45%;
        margin-right: 35px;
    }
    #footer-image {
        margin-top: -85px !important;
    }
    #copyright-line {
        margin-top: 5%;
        margin-left: -10%;
    }
    .contact {
        height: 115vh !important;
    }
}
#nav-list {
    padding: 5px;
    border-radius: 55px;
    border: 1px solid #fff;
    color: #d1570d;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-icon-round {
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social-icon-round ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.social-icon-round ul li {
    display: inline-block;
    margin: 0 8px;
}
.social-icon-round ul li:first-child {
    margin-left: 0;
}
.social-icon-round ul li:last-child {
    margin-right: 0;
}
.social-icon-round ul li a {
    display: block;
    color: #d1570d;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d1570d;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-icon-round ul li a:hover {
    color: #fff;
    background: #2176c8;
}
.social-icon-round.icon-sm ul li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .social-icon-round ul li {
        margin: 0 5px;
        display: none;
    }
    #nav-contact {
        font-size: 13px;
    }
    #services {
        height: 850px !important;
        margin-top: 120% !important;
    }
}
@media (max-width: 767px) {
    .social-icon-round ul li {
        margin: 0 5px;
        display: none;
    }
    #nav-contact {
        font-size: 13px !important;
    }
}
@media (max-width: 360px) {
    .social-icon-round ul li {
        margin: 0 5px;
        display: none;
    }
    #nav-contact {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 96%;
    }
}
@media only screen and (max-width: 891px) {
    .edu {
        height: 135vh !important;
    }
    #edu-content {
        margin-top: -10% !important;
        padding: 30px !important;
    }
}
