@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    font-size: 16px;
    overflow-x: hidden !important;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 16px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.section-padding {
    padding: 120px 0px;
}

.section-margin {
    margin: 120px 0px;
}

.section-margin-40 {
    margin: 40px 0px;
}

.section-margin-60 {
    margin: 60px 0px;
}

.p-t-b-40 {
    padding: 40px 0px;
}

.about-us-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-us-cont p {
    padding-right: 60px;
}

.padding-lr-120 {
    padding: 0px 120px;
}

.padding-lr-60 {
    padding: 0px 60px;
}

.padding-right-60 {
    padding-right: 60px;
}

.bg-gray {
    background-color: #515B60;
}

.section-margin-70 {
    margin: 70px 0px;
}


/* Header Menu */

.header-con {
    background: #ffffff;
    box-shadow: 0 0 rgb(33 37 41 / 16%);
}

.navbar-brand {
    padding: 24px 0;
    width: auto;
    display: inline-block;
}

.navbar-brand img {
    width: 160px;
    max-width: 100%;
}

.menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: auto;
}

.menu-header ul li {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    display: inline-block;
    width: auto;
    position: relative;
}

.menu-header ul li:first-child {
    padding-left: 0;
}

.menu-header ul li:last-child {
    padding-right: 0;
}

.menu-header ul li a {
    color: #111827;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    padding: 24px 0px;
}

.menu-header ul>li>a:hover {
    color: #F86700;
}

.menu-header ul>li.active>a {
    color: #F86700;
}


/* End Header Menu */

.global-skill-section .global-skill-banner {
    /* position: absolute;
    width: 55%;
    left: 0;
    bottom: 0;
    height: 100%; */
    position: relative;
    width: 100%;
    height: 100%;
}

.global-skill-section .global-skill-banner {
    width: 100%;
}


/* .our-brand .global-skill-banner {
    right: 0;
    left: auto;
} */


/* .our-brand.our-brand-right .global-skill-banner {
    left: 0;
    right: auto;
} */

.global-description {
    font-size: 16px;
    line-height: 28px;
    color: #6B7280;
    margin-bottom: 16px;
}

.global-description-lg {
    font-size: 18px;
    line-height: 28px;
    color: #6B7280;
    margin-bottom: 24px;
}

.global-description-sm {
    font-size: 14px;
    line-height: 20px;
    color: #9CA3AF;
    margin-bottom: 16px;
}

.author-description {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1F2937;
    margin-bottom: 8px;
}

.call-input {
    margin-bottom: 38px;
}

.input-text,
.btn {
    display: inline-block;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
    -webkit-appearance: none;
}

.input-text {
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    width: 300px;
    margin-right: 10px;
}

.btn {
    /* min-width: 130px; */
    background-color: #F86700;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    padding: 9px 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.btn::-moz-focus-inner {
    border: 0;
}

.contentUl {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.contentUl li {
    display: flex;
    align-items: center;
}

.contentUlIcon {
    width: 56px;
    float: left;
    text-align: center;
    margin-right: 12px;
}

.author-detail-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.author-detail-box .contentUlIcon-author {
    float: none;
    width: 40px;
    display: inline-block;
}

.author-detail-box .ulTextHeader {
    width: auto;
    float: none;
}

.contentUlIcon-author {
    width: 40px;
    float: left;
    text-align: center;
    margin-right: 12px;
}

.ulTextHeader {
    width: calc(100% - 70px);
    float: left;
    text-align: left;
}

.banner-content {
    width: 100%;
    border-bottom: 2px solid #F5F5F5;
    margin-bottom: 20px;
}

.author-title {
    font-size: 15px;
    font-weight: 900;
    line-height: 24px;
    color: #6B7280;
    margin: 8px 0px;
}

.author-title span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #9CA3AF;
    margin: 8px 0px;
}

.exploration {
    width: 60%;
    padding: 80px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.text-white {
    color: #ffffff;
}

.accordion-button {
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 20px 40px 20px 20px;
    position: relative;
    display: inline-block;
}

.accordion-button::after {
    transform: inherit !important;
    background: #ffffff !important;
    content: '+';
    color: #000000;
    text-align: center;
    line-height: 29px;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 15px;
    padding-left: 2px;
}

.accordion-button:not(.collapsed) {
    color: #F86600 !important;
}

.accordion-button:not(.collapsed)::after {
    content: '\2014';
    /* background: #e5e5e5 !important; */
    color: #F86600 !important;
    line-height: 26px;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    border-radius: 6px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/* .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
} */

.accordion-button:hover {
    z-index: 2;
}

.email-sect {
    background-image: url(../images/banner/email-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border: 2px solid #253238;
    border-radius: 16px;
}

.invite-section {
    text-align: center;
}

.invite-section h3 {
    margin-bottom: 60px;
}

.brder-top {
    border-top: 1px solid #F5F5F5;
}

.footer-col {
    padding: 15px 0;
}

.line-icon-ul {
    position: relative;
}

.line-icon-ul ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.line-icon-ul ul li {
    position: relative;
    margin: 0;
    padding: 0 8px;
    list-style: none;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.line-icon-ul ul li a {
    color: #ffffff;
}

.line-icon-ul ul li a:hover {
    color: #F86700;
}

.copy-right-text p {
    font-size: 12px;
    font-weight: 40px;
    line-height: 20px;
    color: #6B7280;
}

.program-cont::after {
    /* content: '';
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 24px 0px; */
}

.our-faculty .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.program-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #F86700;
    margin-bottom: 16px;
}


/* .schedule-desc .contentUlIcon {
    width: 56px;
    float: left;
    text-align: center;
    margin-right: 12px;
} */

.schedule-desc ul li {
    padding-bottom: 20px;
}

.schedule-desc .contentUlIcon {
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 12px;
    color: #F86700;
}

.schedule-desc .ulTextHeader {
    width: calc(100% - 50px);
    float: left;
    text-align: left;
}

.sched-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color: #111827;
}

.sched-title span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #6B7280;
}

.color-orange {
    color: #F86700;
}

.color-gray {
    color: #6B7280;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-talk-us h5 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

.modal-talk-us input {
    height: 46px;
    width: 100%;
    border: 1px solid #D1D5DB;
    padding: 12px 0px 12px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.modal-talk-us .modal-footer {
    border-top: 0;
}

.modal-talk-us .btn-close {
    font-size: 12px;
}

.img-description {
    margin-top: 24px;
}
.wpcf7-spinner {
    display: none !important;
}
@media only screen and (min-width: 1200px) {
    .menu-header ul li:hover ul.child-menu {
        display: inline-block;
        transition: all 0.8s;
    }
    .logo-broder-box-con .row .col-xl-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-toggler-icon input[type="checkbox"] {
        display: none !important;
    }
    .navbar-brand img {
        width: 120px;
    }
    button.navbar-toggler {
        font-size: 24px;
        line-height: normal;
        color: #000000;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
        border: 0;
        outline: none !important;
        width: auto;
        height: auto;
    }
    .navbar-toggler-icon label {
        display: flex;
        flex-direction: column;
        width: 24px;
        cursor: pointer;
        margin: 0;
    }
    .navbar-toggler-icon label span {
        background: #000000;
        border-radius: 4px;
        height: 3px;
        margin: 2px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    .navbar-toggler-icon span:nth-of-type(1) {
        width: 50%;
    }
    .navbar-toggler-icon span:nth-of-type(2) {
        width: 100%;
    }
    .navbar-toggler-icon span:nth-of-type(3) {
        width: 75%;
    }
    .menu-header ul {
        width: 100%;
    }
    .menu-header ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #000000;
    }
    .menu-header ul li a {
        padding: 15px 30px;
        width: 100%;
        display: inline-block;
        position: relative;
        border: 0;
        color: #000000;
        font-weight: 500;
    }
    .menu-header ul>li.active>a {
        color: #F86700;
    }
    .menu-header ul>li>a:hover {
        color: #F86700;
    }
    .menu-header {
        position: absolute;
        left: 0;
        background: #f7f7f7;
        width: 100%;
        top: 72px;
        padding-top: 0;
        right: 0;
    }
    .menu-header ul.child-menu {
        width: 100%;
        position: relative;
        top: inherit;
        margin: 0;
    }
}

@media only screen and (min-width: 991px) {
    /* .global-skill-section .global-skill-banner {
        position: static;
        width: auto;
    }
    .global-skill-section .global-skill-banner .global-skill-pic {
        height: auto;
    } */
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-view {
        display: block;
    }
    .mobile-view {
        display: none;
    }
    .desktop-view img {
        border-radius: 24px;
        margin: 24px 0px;
    }
}

@media only screen and (max-width: 768px) {
    /* .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    } */
    .padding-lr-120 {
        padding: 0px 24px;
    }
    .padding-lr-15 {
        padding: 0px 15px !important;
    }
    .section-margin {
        margin: 40px 0px;
    }
    .section-margin-60 {
        margin: 60px 0px;
    }
    .about-us-cont p {
        padding-right: 0px;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .global-description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .author-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .section-padding {
        padding: 8px 0px;
    }
    .padding-lr-60 {
        padding: 15px 15px;
    }
    .global-description-lg {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .call-input {
        margin-bottom: 24px;
    }
    .padding-right-60 {
        padding-right: 0px;
    }
    .exploration {
        width: 100%;
        padding: 15px;
    }
    .exploration h4 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .author-title {
        margin: 0px 0px;
    }
    .accordion-button {
        font-size: 15px;
        line-height: 22px;
    }
    .invite-section h3 {
        margin: 30px 0px
    }
    .author-detail-box {
        flex-wrap: wrap;
    }
    .author-detail-box .ulTextHeader {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .padding-lr-120 {
        padding: 0px 30px;
    }
}