* {
    font-family: "Vollkorn", serif;
    font-weight: 500;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7em;
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
    font-family: inherit;
}

span {
    font-family: inherit;
    font-weight: inherit;
}

.btn:focus {
    box-shadow: none;
}

.empty-link {
    cursor: pointer;
}

.right {
    float: right;
    /* icons float right side... */
    padding-top: 2px;
    right: 15px;
    position: absolute;
}

.lg-text {
    font-family: "merriweather", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1;
}

.lg-text1 {
    color: #212529;
    font-size: 36pt;
    line-height: 1em;
}

.md-text {
    font-weight: 400;
    font-size: 14pt;
    color: #3e3e45;
}

.lg-text2 {
    font-size: 36pt;
    color: #fdaf19;
}

.md-text1 {
    font-size: 15.5pt;
}

.carousel-padding {
    padding: 20px 0px;
}

.a_text {
    color: #ffb000;
    text-decoration: none;
}

.a_text:hover,
.a_text:focus {
    color: #ffb000;
}

.widget-title {
    color: #fff;
    font-size: 14px;
}

.bold-font {
    font-size: 24pt;
    color: #212529;
    font-weight: 700;
    font-family: "merriweather", serif;
    line-height: 1.6em;
}

.section3_text {
    font-family: "merriweather", serif;
    font-weight: 500;
    color: #000;
}

.carousel-text {
    line-height: 1.5;
    font-size: 18px;
    font-family: "merriweather", serif;
}

.carousel-slide-icon {
    color: #fff;
    background-color: #fdaf19;
    border-radius: 50%;
    font-size: 24px;
    width: 25px;
    height: 25px;
}


/* header section whatsapp icon style...*/

.whtsapp {
    max-width: 50px;
    max-height: 50px;
    width: 30px;
    height: inherit;
}


/* toggle class for mobile devices... */

.display-on {
    display: block !important;
}

.top-scroll {
    margin-top: -200px !important;
}

.click-it {
    font-weight: 700;
    color: #337ab7;
}

.click-it:hover {
    color: #240682;
}


/* ---------------------- MOBILE HEADER ---------------- */

.mobile-header {
    line-height: 2.5;
    border-top: 2px solid#ffb000;
    border-bottom: 3px solid#ffb000;
    height: auto;
    margin-top: -8px;
    height: auto;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    display: none;
}

.mobile-header .sub-sub-parent-lists {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.mobile-header-ul a {
    color: #212529;
}

.no-childs {
    font-family: "Vollkorn", serif !important;
    color: #666 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.child-lists {
    padding-inline-start: 15px;
}

.menu__item--3 .menu_anchor_text{
    line-height: 1.4;
}

.child-lists li a,
.sub-child-lists li a,
.sub-child-lists li a,
.parent-lists,
.parent-lists a,
.sub-parent-lists,
.sub-sub-parent-lists,
.sub-parent-lists-item {
    font-family: "Vollkorn", serif;
}

.sub-child-lists {
    padding-inline-start: 15px;
}

.sub-sub-child-lists {
    padding-inline-start: 10px;
}

/* .mobile-header-ul {
    padding-inline-start: 25px;
    margin-top: 12px;
} */

/* .sub-sub-parent-lists{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.navbar-toggler {
    outline: none !important;
}

.mobile-header ul {
    list-style: none;
}



/* ---------------------- END OF MOBILE HEADER ---------------- */

@media (max-width: 992px) {
    .main-nav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

.site-header {
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    width: inherit;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .5s ease-in-out;
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 0;
    height: 80px;
}

.logo-imgContainer {
    max-width: 160px;
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.logo-imgContainer .logo-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    width: inherit;
    display: block;
    margin: auto;
}

.page-heading {
    background-size: cover;
    background-position: center center;
    background-color: rgba(45, 51, 57, 0.95);
    min-height: 235px;
    padding-top: 274px;
    padding-bottom: 90px;
    text-align: left;
    position: relative;
}

.page-heading .page-heading__text {
    line-height: 54px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding-left: 25px;
    border-left: 2px solid #fdaf19;
    color: #fff;
    font-family: "merriweather", serif;
}

.page-listing ul {
    border-bottom: 1px solid #eee;
    list-style: none;
}

.page-listing li a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-size: 12px;
}

.page-listing li a:hover {
    color: #fdaf19;
}

@media (min-width: 769px) {
    .headings:hover {
        color: #565656;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .main-nav {
        float: right;
        max-height: 80px;
        margin-right: 40px;
    }
    .main-nav li a {
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 600;
        font-size: 13px;
        font-family: Arial;
        transition: all .4s ease-in-out;
    }
    .main-nav li a:hover {
        color: #565656;
        /* opacity: .7; */
        transition: all .4s ease-in-out;
    }
    .menu__item--1 {
        margin-top: 28px;
        padding: 0px 20px 24px 20px;
        padding-right: 5px !important;
    }
    .navigation-menu__item {
        padding: 0 18px;
    }
    .down-icon {
        padding-top: 5px;
    }
    .sub-navigation__Container--2,
    .sub-navigation__Container--3 {
        left: 240px;
        position: absolute;
        margin-top: -60px;
    }
    .desktop-down-icon {
        font-weight: 600;
        color: inherit;
        position: relative;
        float: right;
        top: -43px;
        right: 5px;
    }
    .sub-navigation-menu__item--1:hover>.sub-navigation__Container--2,
    .sub-navigation-menu__item--2:hover>.sub-navigation__Container--3,
    .navigation-menu__item:hover>.sub-navigation__Container--1 {
        display: block;
    }
    .navigation-menu__item-schl-container:hover>.sub-navigation__Container--1{
        display: flex;
    }
    .sub-navigation__Container--1,
    .sub-navigation__Container--2,
    .sub-navigation__Container--3 {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        list-style: none;
        padding: 0;
        display: none;
        max-width: 240px;
        width: 240px;
        padding: 20px 0;
        position: absolute;
        border-top: 3px solid #fdaf19;
    }
    .sub-navigation__Container--1 li>a,
    .sub-navigation__Container--2 li a,
    .sub-navigation__Container--3 li a {
        width: 200px;
        padding: 6px 20px;
        display: block;
    }
    /* blog header section design.. */
    .blog-section {
        max-width: 800px;
        width: 800px;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .blog-panel {
        box-shadow: 0px 2px 30px -1px rgba(104, 104, 104, 0.15);
        max-width: 800px;
        padding-left: 0;
        margin: auto;
    }
    .blog-panel li {
        list-style: none;
    }
    .blog-menu {
        padding: 30px 20px;
        background-color: #fff;
        list-style: none;
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: space-around;
    }
    .blog-menu li {
        background-color: #ffb000;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 40%;
        border-radius: 10px;
    }
    .blog-menu li:hover {
        box-shadow: 0px 0px 7px 0px #d3d3d3;
        transition: box-shadow 0.3s ease-in-out;
    }
    .blog-menu-item {
        font-family: Arial !important;
        padding: 10px 20px !important;
        color: #fff !important;
        text-decoration: none !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .blog-menu-item:hover {
        color: #fff !important;
        text-decoration: none !important;
    }
    .blog-menu-item span {
        margin: auto !important;
    }
    .blog-menu-icon {
        width: fit-content;
        margin: 5px auto;
    }
    /* --------------------------  Services Section -------------------------- */
    .services-navigation .sub-navigation__Container--1 {
        border: none;
    }
    .service-section {
        max-width: 760px;
        width: 760px;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service-panel {
        border-top: 3px solid #fdaf19;
        box-shadow: 0px 2px 30px -1px rgba(104, 104, 104, 0.15);
        max-width: 800px;
        padding-left: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin: auto;
    }
    #services-flagship-section {
        position: relative;
        border: 2px solid #c53e46;
        overflow: hidden;
        width: 290px !important;
        color: #222222 !important;
        margin-bottom: 0;
    }
    #flagship-tag {
        height: 10px;
        width: 118px;
        background: #eca10b;
        position: absolute;
        transform: rotate(-40deg);
        height: 15px;
        left: -11%;
        display: flex;
        top: 24%;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 10px;
        font-weight: 400;
    }
    .service-panel li {
        list-style: none;
    }
    .service-menu {
        padding: 16px 0px 24px;
        background-color: #fff;
        list-style: none;
        display: flex;
    }
    .service-menu li {
        width: 100%;
    }
    .service-menu ul {
        padding-left: 0;
    }
    .service-lg-menu-item {
        font-size: 16px !important;
        color: #9d9d9d !important;
        padding: 20px !important;
        border: 1px solid #0a7de7;
        text-align: center;
        width: 76% !important;
        margin-bottom: 30px;
    }
    .service-menu-admit-up {
        margin-bottom: unset;
    }
    .service-li-left {
        font-weight: 400;
        color: #222222 !important;
        font-size: 1.25rem !important;
        font-family: Arial;
    }
    .service-lg-menu-item:hover {
        color: #fff !important;
        font-weight: 700 !important;
        background-color: #c53e46;
    }
    .service-lg-menu-item:hover .service-li-left {
        color: #ffffff !important;
        font-weight: 700 !important;
        transition: all 0.4s ease-in-out;
    }
    .service-lg-menu-item:hover .menu-sub-text {
        color: white;
        transition: all 0.4s ease-in-out;
    }
    .service-menu-item-btn {
        font-size: 14px !important;
        padding: 10px !important;
        background-color: #0a7de7;
        color: #ffffff !important;
        border-radius: 15px;
        text-align: center;
        width: 76% !important;
    }
    .service-menu-item-btn:hover {
        background-color: #ffb000;
        color: #000000 !important;
    }
    .service-menu-item {
        width: 100% !important;
        color: #9d9d9d !important;
    }
    .service-menu-item:hover {
        color: #565656 !important;
    }
    .service-menu-icon {
        width: fit-content;
        margin: 5px auto;
    }

    .our-services-container {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        gap: 16px;
    }
    
    .all-in-one-image-div {
        width: 200px; 
        display: flex; 
        align-items: center; 
        justify-content: center;
        cursor: pointer;
    }

    #our-services-rhs-list {
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
    }
    /* ---------------------------- End of services section --------------------------- */
    .navbar-expand-md .navbar-nav {
        align-items: center;
    }
    
    .sign-up-link {
        margin: 0 !important;
        width: 160px;
        padding: 8px 16px !important;
        color: #fff !important;
        border-radius: 36px;
        box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
        -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
        4px 4px 8px 0px rgba(0, 0, 0, 0.32);
        background: linear-gradient(91deg, #DA1F1F 0%, #B90D2A 100%);
    }
    .m-choose-us,
    .m-service {
        display: none !important;
    }
    .desktop-login {
        display: list-item;
    }
    .mobile-login {
        display: none;
        overflow-y: scroll;
    }
    /* end of service page design.. */
}

@media (max-width: 768px) {
    .site-header {
        max-height: auto;
        padding: 0;
        position: relative;
    }
    .m-main-navigation {
        margin: 6px -15px;
    }
    .logo-imgContainer {
        margin-right: 20px;
        margin-left: 0px;
        height: 80px;
    }
    .logo-img {
        margin-bottom: 0;
        height: auto;
        width: 167px;
    }
    .main-nav {
        float: left;
        width: 100%;
        border-top: 3px solid #ffb000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .main-nav ul {
        list-style: none;
        margin-bottom: 0;
    }
    .main-nav a {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: .2em;
        padding-bottom: 15px;
        color: #363636;
        display: block;
        font-family: Arial;
        font-size: 14px;
        font-weight: 600;
    }
    .menu__item--1 {
        margin-top: 0;
        padding: 20px;
        padding-left: 10px !important;
        padding-top: 20px !important;
        color: rgba(0, 0, 0, 0.6) !important;
        width: fit-content;
        color: rgba(0, 0, 0, 0.6);
    }
    .menu__item--1,
    .menu__item--2,
    .menu__item--3,
    .menu__item--4,
    .menu__item--5 {
        font-size: 14px;
        color: #666;
        transition: all .2s ease-in-out;
        font-family: Arial;
        font-weight: 600;
    }
    .sub-navigation__Container--1,
    .sub-navigation__Container--2,
    .sub-navigation__Container--3 {
        box-shadow: none;
        width: auto;
        padding: 0;
        position: static;
        border: 0;
        background-color: rgba(0, 0, 0, 0.03);
    }
    .top-scroll {
        margin-top: 0px !important;
    }
    .icon-container {
        justify-content: space-between;
    }
    .page-heading {
        padding-top: 165px;
    }
    .page-heading .page-heading__text {
        font-size: 35px;
    }
    .down-icon {
        padding: 5px 0;
        padding-right: 20px;
        font-size: 21px;
    }
    .sub-navigation-menu__item--1 .service-panel {
        padding: 0;
    }
    .sub-navigation-menu__item--1 .service-panel ul {
        padding: 0;
        background-color: rgba(0, 0, 0, 0.03);
    }
    .sub-navigation-menu__item--1 .service-panel li {
        padding: 0;
    }
    .m-service-link,
    .m-choose-us-link {
        padding-left: 10px !important;
    }
    .m-blog-hide {
        display: none;
    }
    .login-link {
        padding-left: 20px !important;
    }
    .sign-up-link {
        padding: 5px 15px !important;
        margin-left: 0px;
        color: #fff !important;
        border-radius: 3px;
        background-color: #d51007;
        text-decoration: none;
        width: fit-content;
        margin: 10px auto !important;
    }

    .mobile-login {
        display: list-item;
    }
    .desktop-login {
        display: none;
    }
}

@media (min-width: 1800px) {
    .service-section {
        left: unset;
    }
}

/*# sourceMappingURL=divi-header.css.map */