.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_22 {
    font-size: 22px;
}

.fs_24 {
    font-size: 24px;
}

.fs_28 {
    font-size: 28px;
}

.fs_30 {
    font-size: 30px;
}

.fs_32 {
    font-size: 32px;
}

.fs_34 {
    font-size: 34px;
}

.fs_36 {
    font-size: 36px;
}

.fs_38 {
    font-size: 38px;
}

.fs_40 {
    font-size: 40px;
}

.fs_45 {
    font-size: 45px;
}

.fs_50 {
    font-size: 50px;
}

.wth_100 {
    width: 100%;
}

.container-fluid {
    padding: 0 13.5%;
}

.desk_view {
    display: block;
}

.mobile_view {
    display: none !important;
}

.container-fluid1 {
    padding: 0 5%;
    position: relative;
}

.fnt_wt {
    font-weight: bold;
}

.blue {
    color: rgb(36, 57, 120);
}

.mont,
h1,
h2,
h3,
h4,
h5 {
    font-family: Montserrat, sans-serif;
}

h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
}

.open {
    font-family: "Open Sans", sans-serif;
}

.pad_top {
    padding-top: 5%;
}

.pad_bottom {
    padding-bottom: 5%;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(66, 66, 66);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 1.45rem;
}

.banner video {
    object-fit: fill;
    width: 100%;
    height: auto;
    display: block;
}

.banner {
    height: calc(100vh - 118px);
    overflow: hidden;
}

#formpopup1 .modal-body,
#formpopup1 .modal-content {
    padding: 0;
}

.btn_new a {
    padding: 10px 30px 12px 15px;
    background: rgb(181, 142, 91);
    flex-shrink: 0;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 12px;
    text-decoration: none;

}

.btn_new a::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    left: 15px;
    bottom: 12px;
    width: calc(100% - 12px);
    transition: width 0.3s ease 0s;
}

.header-top a {
    color: #fff;
    text-decoration: none;
}

.header-top {
    text-align: center;
    padding: 8px 0px 6px;
    border-bottom: 4px solid rgb(185, 151, 91);
    background: linear-gradient(to right, rgb(181, 142, 91) 5%, rgb(146, 115, 74) 50%, rgb(181, 142, 91) 95%);
    height: 40px;
}

.header-bottom {
    background: rgb(36, 57, 120);
    padding: 10px 0;
    padding-bottom: 0;
}

.title_before h2 {
    padding-left: 80px;
    line-height: 42px;
}

.title_before::before {
    content: "";
    display: block;
    border-top: 2px solid rgb(181, 142, 91);
    width: 25%;
    padding-top: 30px;
}

.menuicon {
    background: rgb(18, 28, 59)
}

.menuicon svg {
    color: #fff;
    width: 50px;
    cursor: pointer;
    padding-top: 9px;
    padding-left: 5px;
}

/*.menu_top {position: relative;}*/
.menuicon {
    background: rgb(18, 28, 59);
    position: absolute;
    padding: 5px;
    top: -9px;
    height: 78px;
    width: 70px;
    right: 0;
}

ul.main_nav {
    margin: 0;
    padding-top: 10px;
}

ul.main_nav li {
    list-style: none;
    display: inline-block;
}

ul.main_nav li a {
    color: #fff;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.banner_content {
    position: absolute;
    top: 20%;
    right: 0;
    background: #fff;
    width: 38%;
    padding: 40px;
    z-index: 9;
}

.banner_before {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    transform: skew(-20deg);
    background: rgb(255, 255, 255);
    z-index: -1;
    left: -90px;
}

.banner {
    position: relative;
}

.sec1_content {
    text-align: center;
    background: rgb(240, 240, 240);
    padding: 30px;
    margin-bottom: 30px;
    min-height: 370px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
    border: 2px solid transparent;
}

.sec1_content h2 {
    color: rgb(195, 164, 123);
    font-size: 70px;
    line-height: 76px;
    font-weight: bold;
}

.sec1_content h2::after {
    display: block;
    content: "";
    max-width: 20px;
    margin: auto auto 20px;
    padding-top: 15px;
    border-bottom: 2px solid rgb(195, 164, 123);
}

.sec1_content:hover {
    border: 2px solid rgb(195, 164, 123);
    transition: all 0.5s ease 0s;
    transform: scale(1.01);
}

.sec1_content1 {
    background: rgb(240, 240, 240);
    padding: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
    min-height: 365px;
    transition: all 0.5s ease 0s;
    border: 2px solid transparent;
}

.sec1_content1 div {
    margin-left: 20px;
}

.sec1_content1 img {
    width: 180px;
    height: 180px;
}

.sec1_content1 a {
    background: rgb(36, 57, 120);
    color: rgb(255, 255, 255)!important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
}

h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgb(40, 40, 40);
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(66, 66, 66);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
}

.sec1_content1:hover,
.sec1_content3:hover,
.sec1_content2:hover {
    border: 2px solid rgb(195, 164, 123);
    transition: all 0.5s ease 0s;
    transform: scale(1.01);
}

.sec1_content1 a:hover {
    background: rgb(181, 142, 91);
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

.sec1_content2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    background: rgb(240, 240, 240);
    padding: 30px;
    margin-bottom: 30px;
    min-height: 260px;
    transition: all 0.3s ease 0s;
    border: 2px solid transparent;
}

.sec1_content2 img {
    width: 180px;
    height: 180px;
}

.sec1_content2 div {
    margin-right: 20px;
}

.sec1_content3 {
    text-align: center;
    background: rgb(240, 240, 240);
    padding: 30px;
    margin-bottom: 30px;
    min-height: 260px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
    border: 2px solid transparent;
}

.sec1_content3 h2 {
    color: rgb(195, 164, 123);
    font-size: 70px;
    line-height: 76px;
    font-weight: bold;
}

.sec2_con {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sec2_inner_con {
    text-align: center;
    width: 18%;
    background: rgb(240, 240, 240);
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    border-bottom: 5px solid transparent;
}

.sec2_inner_con img {
    height: 50px;
    margin-bottom: 10px;
}

.sec2_inner_con h6 {
    font-size: 16px;
    color: rgb(136, 136, 136);
    margin-bottom: 0px;
}

.sec2_inner_con a {
    padding: 40px 30px;
    display: block;
}

a {
    font-size: inherit;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(181, 142, 91);
    text-decoration: none;
}

a:hover {
    color: rgb(36, 57, 120);
}

.sec2_inner_con:hover {
    background: rgb(36, 57, 120);
    border-bottom: 5px solid rgb(195, 164, 123);
    transition: all 0.5s ease 0s;
}

.sec2_inner_con:hover h6 {
    color: rgb(255, 255, 255);
}

.sec2_btn a {
    background: rgb(36, 57, 120);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.sec2_btn a:hover {
    background: rgb(181, 142, 91);
}

.sec3_content {
    background: rgb(240, 240, 240);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
}

.sec3_inner_con {
    width: 20%;
    text-align: center;
    border-right: 1px solid rgb(221, 221, 221);
    padding: 20px;
}

.sec3_inner_con img {
    height: 60px;
    margin-bottom: 10px;
}

.sec3_inner_con h2 {
    color: rgb(36, 57, 120);
    margin-bottom: 0px;
}

.sec3_inner_con span {
    width: 50px;
    height: 3px;
    background: rgb(181, 142, 91);
    display: block;
    margin: 15px auto;
}

.sec3_inner_con p {
    margin-bottom: 0px;
}

.sec4 .title_before h2 {
    color: rgb(71, 28, 81);
}

.sec4 .title_before p,
.gold {
    padding-left: 80px;
    color: rgb(164, 129, 83);
    font-size: 18px;
    line-height: 24px;
}

.slick-dots li button::before {
    opacity: 1;
    color: rgb(71, 28, 81);
    font-size: 25px;
    border-radius: 100%;
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button::before {
    color: rgb(181, 142, 91) !important;
}

.sec4 button.slick-arrow {
    display: none !important;
}

.ratio.ratio-16x9 {
    background: rgb(36, 57, 120) !important;
}

.displaynone {
    display: none !important;
}

.displayshow {
    display: block !important;
}

.notshow {
    display: none;
}

.tabnew span {
    flex-shrink: 0;
    border: 1px solid rgb(164, 129, 83);
    padding: 10px;
    width: 50px;
    color: rgb(164, 129, 83);
    height: 50px;
    display: flex;
    font-size: 28px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.tabnew div {
    margin-left: 15px;
}

.tabnew div h6 {
    color: rgb(164, 129, 83);
    margin-bottom: 2px;
    font-size: 18px;
}

.tabnew.active {
    opacity: 1;
    background: none !important;
}

.tabnew {
    opacity: 0.6;
}

.tabnew {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.notshow {
    width: 100%;
    min-height: 500px;
}

.tabnew.active p {
    font-size: 15px;
}

.tabnew p {
    font-size: 13px;
}

.kcBezp {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 15px;
    margin-left: 90px;
}

.kcBezp img {
    width: 100%;
    height: calc(100vh - 220px);
}

.iOnWkM {
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    min-width: 70%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 30px;
}

.kcBezp .mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.iynVVQ {
    width: 70%;
    height: calc(100vh - 78px);
    position: sticky;
    top: 78px;
    z-index: 1;
    flex-shrink: 0;
}

.iOnWkM i {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.iOnWkM h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    line-height: 1;
}

.iOnWkM h6 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
}

.iOnWkM a {
    padding: 10px 30px;
    background: rgb(181, 142, 91);
    color: rgb(255, 255, 255);
    margin-left: -30px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.ewa-DUb {
    width: 30%;
    padding: 0px 0px 0px 15px;
}

.fMIChI {
    display: flex;
    flex-flow: wrap;
    flex-shrink: 0;
    margin-top: 90px;
}

.fMIChI button {
    width: 50%;
    height: 20vh;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 0px;
    border: none;
    position: relative;
}

.fMIChI .selected-button::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.fMIChI img {
    width: 100%;
    height: 20vh;
    flex-shrink: 1;
    position: relative;
}

.fMIChI .selected-button::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 10px solid rgb(181, 142, 91);
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.UcrPQ {
    display: flex;
}

.hXQvIy {
    padding: 15px 0px;
    text-align: center;
}

.hXQvIy a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.youtube_slider .slick-slide {
    padding: 0px 15px;
}

.chekbox_sec {
    text-align: center;
    background: rgb(36, 57, 120);
    padding: 30px;
    margin-bottom: 30px;
    height: 340px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 4px solid rgb(181, 142, 91);
    position: relative;
}

.chekbox_sec h5 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.chekbox_sec .flexlayout {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.checkoption {
    margin-left: 10px;
    line-height: 1;
    margin-top: 3px;
}

.checkoption input[type="checkbox"] {
    display: none;
}

.checkoption label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 1;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.checkoption label::before {
    content: "";
    appearance: none;
    border-radius: 100%;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: none;
    margin-right: 10px;
    top: -2px;
}

.crew__section {
    display: flex;
}

.crew__main_banner {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 15px;
    margin-left: 90px;
}

.crew__main_banner img {
    width: 100%;
    height: calc(100vh - 220px);
}

.crew__main_content {
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    min-width: 70%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 30px;
}

.crew__main_content i {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.crew__main_content h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    line-height: 1;
    font-size: 30px;
}

.crew__main_content h6 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
}

.crew__main_content a {
    padding: 10px 30px;
    background: rgb(181, 142, 91);
    color: rgb(255, 255, 255);
    margin-left: -30px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.crew__main_content a:hover {
    background: rgb(119, 90, 52);
    text-decoration: none;
}

.crew__left_section {
    width: 70%;
    height: calc(100vh - 78px);
    position: sticky;
    top: 78px;
    z-index: 1;
    flex-shrink: 0;
}

.crew__left_section h1 {
    padding-left: 80px;
    color: rgb(36, 57, 120);
    font-size: 36px;
    line-height: 42px;
    padding-top: 30px;
    margin-bottom: 33px;
}

.crew__right_section {
    width: 30%;
    padding: 0px 0px 0px 15px;
}

.crew__img_list_container {
    display: flex;
    flex-flow: wrap;
    flex-shrink: 0;
    margin-top: 105px;
}

.crew__img_list_container a {
    width: 50%;
    height: 20vh;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 0px;
    border: none;
    position: relative;
}

.crew__img_list_container a img {
    width: 100%;
    height: 20vh;
    flex-shrink: 1;
    position: relative;
}

footer {
    background: rgb(36, 57, 120);
    padding: 80px 0px;
}

.footersec1_inner div {
    text-align: center;
}

.footersec1_inner div img {
    max-width: 210px;
}

.footersec1_inner div::after {
    content: "";
    padding: 1px;
    display: block;
    border-bottom: 1px solid rgb(182, 141, 90);
    max-width: 200px;
    margin: 10px auto;
}

.footersec1_inner p {
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin: 0px 0px 5px;
}

.footersec1_inner div ul {
    padding: 0px;
    margin: 0px 0px 20px;
}

.footersec1_inner div ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}

.footersec1_inner div ul li a svg {
    width: 30px;
    background: rgb(182, 141, 90);
    border-radius: 100%;
    padding: 5px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.cin_nr {
    content: "";
    padding: 0;
    display: block;
    border-bottom: 1px solid #b68d5a;
    max-width: 200px;
    margin: 10px auto;
}

.footersec2 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    margin: 40px auto auto;
    float: left;
    width: 100%;
}

.footersec2 span {
    color: rgb(182, 141, 90);
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.footersec2 ul {
    margin: 0px;
    padding: 0px;
}

.footersec2 ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1;
}

.footersec2 ul li a {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.ourpartners_footer ul li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
}

.ourpartners_footer {
    margin: 1em 0;
    border-bottom: 1px solid #b68d5a;
}

.footer_logo {
    padding: 2% 0;
    float: left;
    width: 100%;
    margin: 0;
}

.footer_logo ul {
    padding: 0;
}

.footer_logo ul li:first-child {
    padding-left: 0 !important;
}

.footer_logo ul li img {
    width: auto;
    height: 100px;
}

.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.footer_logo ul li {
    list-style: none;
    border: 0;
    padding: 0 3% 0 0;
    text-align: center;
    display: inline-block;
    float: none;
}

.partners_h5 {
    color: #fff;
}

.footer_title h5 {
    color: rgb(255, 255, 255);
    margin: 20px auto 30px;
    text-align: center;
}

.partner_img {
    background: rgb(255, 255, 255);
    min-height: 150px;
    padding: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0px;
    border: 5px dotted rgb(181, 142, 91);
}

.partner_img img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}

.footer_bottom {
    background: rgb(24, 44, 105);
}

.footer_copy p {
    margin-bottom: 0px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 13px;
    padding: 20px 0px;
}

.footer_term ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.footer_term ul li {
    list-style: none;
    margin-left: 10px;
    line-height: 1;
    display: inline-block;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.footer_term ul li a {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.footer_term ul li::after {
    border-right: 1px solid rgb(255, 255, 255);
    content: "";
    padding: 1px;
    margin-left: 5px;
    height: 10px;
    display: inline-block;
}

.question-container {
    display: none;
}

.question-container.active {
    display: block;
}

.checkoption input[type="radio"] {
    display: none;
}

#summary-text {
    display: none;
}

.summary-text {
    display: block !important;
    color: #fff;
}

.key_image img {
    width: 100%;
    height: 250px;
    border: 1px solid rgb(221, 221, 221);
}

.key_content p {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

.key_content span {
    display: block;
    font-size: 18px;
    color: rgb(181, 142, 91);
    font-weight: bold;
}

.cer_img {
    margin-top: 40px;
    text-align: center;
}

.cer_img img {
    max-width: 850px;
    border: 1px solid rgb(181, 142, 91);
    width: 100%;
}

img {
    margin-bottom: 0px;
    object-fit: cover;
}

.inner_banner {
    /*  height: calc(100vh - 190px); */
    width: 100%;
}

.banner_inner_content {
    position: absolute;
    inset: 0px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}

.banner_inner_content h1 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
}

.pos_relative {
    position: relative;
}

.page_title {
    border-top: 5px solid rgb(36, 57, 120);
    background: rgb(240, 240, 240);
    margin-bottom: 30px;
    padding: 5px 0px;
}

.page_title ul {
    padding: 0px;
    margin: 0px;
}

.page_title ul li {
    list-style: none;
    margin-bottom: 5px;
}

.page_title ul li a {
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    border-left: 5px solid transparent;
    display: block;
}

.page_title ul li a.activesidemenu {
    background: rgb(221, 221, 221);
    border-left: 5px solid rgb(181, 142, 91);
}

.inner_conntent {
    margin: -60px auto auto;
    background: rgb(255, 255, 255);
    position: relative;
    padding: 30px;
}

.page_title1 p {
    font-size: 15px;
}

.page_title1 a {
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background: rgb(36, 57, 120);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.page_title1 a:hover {
    background: rgb(181, 142, 91);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.inner_page_list li a:hover {
    background: rgb(181, 142, 91);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.bread_style li {
    display: inline-block;
    margin-right: 10px;
}

.bread_style li a {
    font-size: 13px;
    color: rgb(182, 142, 91);
}

.bread_style li::after {
    content: "";
    border-right: 1px solid rgb(51, 51, 51);
    padding-left: 10px;
    height: 10px;
    display: inline-block;
}

.bread_style li span {
    font-size: 12px;
    font-weight: 600;
}

.content_inner_layer h4 {
    color: rgb(36, 57, 120);
    margin-bottom: 5px;
    font-weight: bold;
}

.content_inner_layer h5 {
    color: rgb(74, 94, 156);
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}

.content_inner_layer p {
    font-size: 16px;
}

.inner_accordian .accordion-header button {
    margin-bottom: 0px;
    padding: 0 !important;
    margin-left: 2px;
    font-size: 18px;
    color: rgb(36, 57, 120);
    cursor: pointer;
    font-weight: bold !important;
    box-shadow: none !important;
    background-color: #ffe7e700 !important;
    line-height: 28px;
    margin-bottom: 20px;
}

.inner_accordian .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125) !important;
}

.inner_accordian .accordion-body {
    padding: 0;
}

.collapsed .fWJQba {
    width: 30px !important;
    color: rgb(36, 57, 120);
    cursor: pointer;
    transform: rotate(270deg);
}

.fWJQba {
    width: 30px !important;
    color: rgb(36, 57, 120);
    cursor: pointer;
    transform: rotate(0deg);
}

ul.bread_style {
    padding: 0;
}

.inner_accordian .accordion-button:not(.collapsed)::after,
.inner_accordian .accordion-button::after {
    display: none !important;
}

.parent_say {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.parent_say img {
    height: 140px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 25px;
    border: 2px solid rgb(181, 142, 91);
}

.parent_say p {
    margin-bottom: 0px;
}

.border_sep hr {
    background: rgb(162, 127, 82);
    box-sizing: content-box;
    overflow: visible;
    padding: 0;
    margin: 0 0 calc(1.45rem - 1px);
    border: none;
    opacity: 1;
}

.border_sep {
    padding-top: 40px;
}

.video_title_you {
    border-bottom: 3px solid rgb(162, 127, 82);
    margin-bottom: 5px;
    line-height: 1;
}

.video_title_you p {
    background: rgb(162, 127, 82);
    display: inline-block;
    padding: 5px 50px 2px 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
    position: relative;
}

/*.inner_conntent img{width: 100%;}*/
.video_title_you p::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -8px;
    display: block;
    width: 55px;
    background: rgb(162, 127, 82);
    transform: skew(20deg);
}

.inner_ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(66, 66, 66);
    padding-bottom: 5px;
}

ul li,
ol li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: rgb(66, 66, 66);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.45;
}

.footer_term ul li:last-child:after,
.bread_style li:last-child::after {
    display: none;
}

ul.main_nav li a:hover {
    color: #fff;
}

.video.text-center.pt-4 {
    width: 60%;
    margin: 0 auto;
}

.accordion-body {
    padding: 15px;
    background-color: #f6f6f600 !important;
}

.mobile_sidebar_page {
    display: flex;
    background: rgb(36, 57, 120);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.mobile_sidebar_page svg {
    width: 30px;
    color: rgb(255, 255, 255);
}

.mobile_sidebar_page.inactive svg {
    transform: rotate(270deg);
    float: right;
}

.mobile_sidebar_page svg {
    float: right;
}

.activemenu {
    background: rgb(181, 142, 91);
}

ul.sub-menu-content {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 20px 15%;
    background: #b9975b;
    z-index: 999;
}

li.active_country a {
    color: #1c2167 !important;
    font-weight: bold;
}

.sub-menu-content li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.innermenu_mobile ul li a {
    padding: 5px;
}

.innermenu_mobile ul li a:hover {
    background: rgb(36, 57, 120);
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: #fff !important;
}

.accordion-body.innermenu_mobile {
    margin: 0 !important
}

/*Responsive*/
@media (max-width:1200px) {
    ul.main_nav li a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .banner_inner_content h1 {
        font-size: 20px;
    }

    .inner_conntent {
        margin: -10px auto auto;
    }

    /*.banner_content {
    top: 15%;
}*/
}

@media (max-width:1024px) {
    ul.main_nav li a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }

    .banner_content {
        width: 50%;
    }

    .container-fluid {
        padding: 0 5%;
    }

    .banner {
        height: auto;
        overflow: hidden;
    }

    .banner_content_div.btn_new {
        background: #fff;
        padding: 40px;
    }

    .banner_content {
        position: static;
        padding: 20px;
        background: rgb(36, 57, 120);
        width: 100%;
    }
}

@media (max-width:991px) {
    .video.text-center.pt-4 {
        width: 95%;
        margin: 0 auto;
    }

    .img_content {
        padding-top: 10%;
    }

    .iOnWkM {
        padding-bottom: 30px;
        align-items: flex-end;
        height: 100%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        background-size: 100% 200px;
        background-repeat: no-repeat;
        background-position: center bottom;
        bottom: 0px;
        right: 15px;
        left: 15px;
        min-width: unset;
    }

    .ewa-DUb {
        min-width: 100%;
        height: auto;
        padding-left: calc(50% - 345px);
    }

    .fMIChI {
        flex-flow: unset;
        margin-top: 0px;
        width: 100%;
        overflow-x: auto;
    }

    .hXQvIy {
        padding: 15px 0px;
        text-align: center;
    }

    .iynVVQ {
        position: relative;
        width: 100%;
        height: auto;
        top: 0px;
    }

    .kcBezp {
        max-width: 720px;
        margin: 0px auto;
    }

    .fMIChI button {
        flex-shrink: 0;
        height: 200px;
        width: 25%;
    }

    .sec3_content {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .sec3_inner_con {
        width: 50%;

    }

    .UcrPQ {
        flex-direction: column;
    }

    .crew__section {
        flex-direction: column;
    }

    .crew__left_section {
        width: 100% !important;
        height: auto !important;
        top: 0 !important;
        position: relative !important;
    }

    .crew__main_banner {
        max-width: 720px;
        margin: 0 auto !important;
    }

    .crew__main_content {
        align-items: end !important;
        padding-left: 30px !important;
        padding-bottom: 40px !important;
    }

    .crew__right_section {
        width: 100% !important;
        padding-left: calc(50% - 345px) !important;
    }

    .crew__img_list_container {
        flex-flow: unset !important;
        margin-top: 0px !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    .crew__img_list_container a {
        flex-shrink: 0 !important;
        height: 200px !important;
        width: 25% !important;
    }

    .crew__img_list_container a img {
        height: 200px !important;
    }

    #indian_fees .accordion-button {
        background: rgb(18, 28, 59);
        color: #fff;
        padding: 10px 15px;
    }

    #indian_fees .accordion-item {
        border: 0px solid rgba(0, 0, 0, .125) !important;
    }

    #indian_fees .accordion-header {
        margin-bottom: 0px;
        border: 1px solid #fff !important;
    }

    #indian_fees .accordion-body {
        margin-left: 0;
    }

    /* #indian_fees .accordion-button {
     background: #121c3b;
     color: #fff;
     padding: 10px 15px;
 }*/


}

@media (max-width:768px) {

    /* Menu Tab issue fixed    */
    #faqlist .accordion-item {
        border: 0px solid rgba(0, 0, 0, .125) !important;
        margin-bottom: 10px;
    }

    .sec1_content {
        min-height: 120px;
    }

    .sec1_content h2 {

        font-size: 50px;

    }

    .america_menu .modal-content {
        padding: 5px;
        overflow-y: auto;
    }

    .pop_link ul {
        text-align: right;
        padding-right: 0 !important;
    }

    .america_menu .modal-header {
        text-align: center;
    }

    ul.sub-menu-content li {
        width: 50% !important;

        padding-bottom: 0% !important;

    }

    ul.sub-menu-content {
        padding: 20px 5%;
    }

    .fs_36 {
        font-size: 26px;
    }

    .menuicon svg {
        width: 40px;
        padding-top: 9px;
        padding-left: 5px;
    }

    .menuicon {
        padding: 5px;
        top: -10px;
        height: 60px;
        width: 50px;
        right: 0;
    }

    .header-bottom {
        background: rgb(36, 57, 120);
        padding: 10px 0 0 !important;
        padding-bottom: 0;
    }

    .coiuntry_menu {
        padding-top: 18px !important;
        position: absolute;
        top: -10px !important;
        padding-bottom: 17px !important;
        right: 55px !important;
    }

    .coiuntry_menu a {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }

    .coiuntry_menu img {
        width: 20px;
    }

    div#header_fixed .col-md-2 img {
        width: 140px;
        padding-bottom: 6px;
    }

    .page_title {
        border-top: 0px solid rgb(36, 57, 120);

    }

    #indian_fees .accordion-item {
        border: 0px solid rgba(0, 0, 0, .125) !important;
    }

    #indian_fees .accordion-header {
        margin-bottom: 0px;
        border: 1px solid #fff !important;
    }

    #indian_fees .accordion-body {
        margin-left: 0;
    }

    .inner_conntent {

        padding: 10px;
    }



    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 0;
    }

    section.sec6.pad_top .col-md-6 {
        padding-bottom: 5%;
    }

    .desk_view {
        display: none;
    }

    .mobile_view {
        display: block !important;
    }

    .fMIChI button {
        height: 150px;
    }



    .sec2_con {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .sec2_inner_con {
        margin: 10px;
        width: 45%;
    }

    .container-fluid {
        padding: 0 3%;
    }

    .img_content {
        padding-top: 10%;
    }

    .fMIChI button {
        height: 150px;
    }

    ul.main_nav {
        display: none;
    }

    /*.menuicon {
 
    top: -68px;
    
    right: -8px;
}*/
    .banner {

        overflow: hidden;
    }

    .crew__main_banner {
        max-width: 540px;
    }

    .crew__right_section {
        width: 100% !important;
        padding-left: calc(50% - 255px) !important;
    }

    .crew__img_list_container a {
        height: 150px !important;
    }

    .crew__img_list_container a img {
        height: 150px !important;
    }
}

@media (max-width:600px) {
    .footer_term ul li {

        margin-left: 0px;

        padding: 10px 0px;
    }

    .footer_logo ul li {
        width: 49%;
        text-align: center;
        margin: 3% 0 !important;
        padding-bottom: 20px;
    }

    .footer_bottom {
        text-align: center;
    }

    .footer_term ul {

        text-align: center;
    }

    button.close.close-trigger {
        display: block !important;
    }
}

@media (max-width:480px) {
    .footer_logo ul li img {
        width: auto;
        height: 70px;
    }

    .footersec2 {
        flex-direction: column;
        text-align: center;
    }

    .footersec2_inner,
    .footersec3,
    .footersec4 {
        padding-bottom: 20px;
    }

    .fMIChI button {
        width: 50%;
    }

    .fMIChI img {
        width: 100%;
        height: auto;
    }

    .title_before h2,
    .sec4 .title_before p,
    .gold {
        padding-left: 30px;
    }

    .sec2_inner_con {
        margin: 10px;
        width: 100%;
    }

    .sec3_inner_con {
        width: 100%;
    }

    .sec1_content1,
    .sec1_content2 {
        flex-direction: column;
    }

    .sec1_content1 img,
    .sec1_content2 img {
        width: 100%;
        margin-bottom: 20px;
        .sec1_content2
    }
}


/*Cookie Styles*/
.cookie-content-parent {
    display: none;
}

.cookie-consent {
    align-items: baseline;
    background: rgb(181, 142, 91);
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0px;
}

.cookie-content {
    flex: 1 0 300px;
    margin: 20px !important;
}

.cookie-content p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 0px;
}

.cookie-content a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    font-size: 16px;
}

.cookie-btn {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 5px 10px;
    margin: 15px;
    font-size: 14px;
    background: rgb(36, 57, 120) !important;
    color: rgb(255, 255, 255) !important;
}

.leadership-crew-item {
    display: flex;
    margin-bottom: 30px;
}

.leadership-crew-item a.active {
    border: 10px solid rgb(181, 142, 91);
    transition: all 0.5s ease 0s;
}

.leadership-crew-item img {
    width: 160px;
    height: 180px;
}

.leadership-crew-content {
    margin-left: 20px;
}

.leadership-crew-content h6 {
    margin-bottom: 10px;
}

.leadership-crew-content small {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.leadership-crew-content button {
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
    background: #B58E5B;
}

/*Leadership Model Content*/
.modal-content {
    padding: 25px;
    overflow-y: auto;
}

.leadership-crew-model-content {
    display: flex;
    margin-bottom: 15px;
}

.leadership-crew-model-content img {
    width: 130px;
    height: 150px;
    border: 1px solid rgb(221, 221, 221);
}

.leadership-crew-model-bio {
    margin-left: 20px;
}

.leadership-crew-model-bio small {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.leadership-crew-model .qualification {
    line-height: 1.45;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: rgb(66, 66, 66);
}

.leadership-crew-model .bio {
    margin-top: 10px;
    margin-bottom: 0px;
}

.readmore-section {
    padding: 15px 0px;
    text-align: center;
}

.readmore-section a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.readmore-section a:hover {
    color: rgb(36, 57, 120);
    text-decoration: underline;
}

.crew__img_list_container a.active {
    position: relative;
    transition: all 0.5s ease 0s;
}

.crew__img_list_container a.active::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.crew__img_list_container a.active::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 10px solid rgb(181, 142, 91);
    z-index: 2;
    transition: all 0.5s ease 0s;
}

button.close.close-trigger {
    position: absolute;
    right: 5px;
    outline: none;
    border: none;
    background: #fff;
    font-size: 28px;
    top: 0px;
    display: none;
}

.fVQMOX {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.fVQMOX img {
    width: 220px;
    height: 200px;
    flex-shrink: 0;
    max-width: 100%;
}

.tFNdO {
    margin-left: 20px;
}

.gVQEjj h6 {
    margin-bottom: 10px;
}

.tFNdO p {
    margin-bottom: 5px;
}

.cxnnkG p {
    font-size: 16px;
}

.accordion-body {
    margin-left: 30px;
}



/*Updated Responsive CSS*/
.team-model-popup {
    max-height: 500px;
}

/*Category - About Us*/
.fullcols {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}

.team_photo {
    float: left;
}

@media screen and (min-width: 576px) {
    .team_profile {
        margin-left: 200px;
    }
}

@media screen and (max-width: 576px) {
    .team_photo {
        float: left;
        width: 100%;
    }

    .team_photo img {
        width: 100%;
        height: auto;
    }

    .team_profile {
        float: left;
        width: 100%;
    }

}


/*Contact Us Page*/
.fullcols {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
}

.fullcols iframe {
    width: 96%;
    max-width: 100%;
    height: 500px;
    overflow-y: scroll;
    padding: 0 2% 5% 2%;
}

.contact_social_icons {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}

.contact_social_icons li {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    list-style-type: none;
}

.contact_social_icons li a {}

.contact_social_icons li a svg {
    width: 30px;
    background: rgb(182, 141, 90);
    border-radius: 100%;
    padding: 5px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.acvideos {}

.acvideos div {
    float: left;
}

.acvideos iframe {
    width: 96%;
    max-width: 100%;
    text-align: center;
}

.bzXToD hr {
    background: rgb(162, 127, 82);
}

.bzXToD {
    padding-top: 40px;
}

hr {
    box-sizing: content-box;
    overflow: visible;
    padding: 0;
    margin: 0 0 calc(1.45rem - 1px);
    background: rgba(0, 0, 0, .2);
    border: none;
    height: 1px;
    opacity: 1 !important;
}

/*Habit Of Mind*/
.habitsofmind img {
    max-width: 100%;
    height: auto;
}

/*Faq*/
.faq-container h5 {
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
}

/*Resources*/
.multi_links li a {
    color: rgb(66, 66, 66);
}

.multi_links li a:hover {
    text-decoration: underline;
    text-decoration-color: rgb(181, 142, 91);
}

/*Batch Timings*/
.acvideos {}

.acvideos div {
    float: left;
}

.acvideos iframe {
    width: 96%;
    max-width: 100%;
    text-align: center;
}

.batch_table {
    width: 100%;
    overflow-x: auto;
}

.batch_table table {
    float: left;
    width: 100%;
}

.batch_table tr th {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    font-size: 14px;
    background: rgb(36, 57, 120);
    color: rgb(181, 142, 91);
}

.batch_table tr td {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    font-size: 14px;
}

/* How does it work*/
.table-col th h6 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.table-col h4 {
    color: #fff;
    text-align: center;
}

.table-col h6 {
    color: #fff;
    text-align: center;
}

.installment_fee {
    width: 100%;
    overflow-x: auto;
}

.installment_fee tr {}

.installment_fee tr th {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    font-size: 14px;
    background: rgb(36, 57, 120);
    color: rgb(181, 142, 91);
}

.installment_fee tr td {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    font-size: 14px;
}

/*How to Enroll*/

.eligibility_table {
    padding: 0;
    margin: 0 0 1.45rem;
    font-size: 1rem;
    line-height: 1.45rem;
    border-collapse: collapse;
    width: 100%;
}

.eligibility_table td {
    border: none;
    font-size: 16px;
}

td,
th {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    -ms-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    padding: 0.725rem 0.96667rem calc(0.725rem - 1px);
}

.eligibility_table .centerbtn button {
    border: none;
    padding: 10px 30px;
    margin-bottom: 20px;
    background: rgb(36, 57, 120);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-transform: uppercase;
}

td.centerbtn {
    text-align: center;
}

.eligibility_table .centerbtn button:hover {
    background: rgb(181, 142, 91);
}

.eligibility_table .resulttd {
    padding: 0px 10px 10px;
    text-align: center;
    font-weight: bold;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    text-align: center !important;
}

.eligibility_table .modal-header .modal-title {
    font-size: 24px !important;
    margin: 0 auto !important;
}

/*Student Work*/
.fVQMOX {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.fVQMOX img {
    width: 220px;
    height: 200px;
    flex-shrink: 0;
    max-width: 100%;
}

.tFNdO {
    margin-left: 20px;
}

.gVQEjj h6 {
    margin-bottom: 10px;
}

.tFNdO p {
    margin-bottom: 5px;
}

.cxnnkG p {
    font-size: 16px;
}

/*Menu Hide*/
li.menu441,
li.menu444,
li.menu446,
li.menu4309 {
    display: none;
}

.partner-logo {
    width: 150px;
    margin-bottom: 30px;
    margin-top: 40px;
}

ul.inner_page_list li.menu-4309 {
    display: none;
}

/* Faq alignment issue */
.inner_accordian .accordion-button {
    align-items: flex-start;
}

.sec3_inner_con:nth-child(5) {
    border-right: none;
}

.summary-text {
    padding-top: 10%;
}