@import url('webslidemenu.css');
@import url('fade-down.css');
@import url('menu.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

* {
    font-family: "Raleway", sans-serif;
}

body {
    margin: 0 !important;
    padding: 0;
    scroll-behavior: smooth;
    line-height: 1.4;
    color: #000;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000;
}

a:hover,
a:focus {

    color: #0f133d;
}

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

header {
    padding: 0;
    border-bottom: 1px solid #000;
    z-index: 999;
    position: relative;
}

header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.35s ease-out;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

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

    to {
        transform: translateY(0);
    }
}

header .site_logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

header .site_logo img {
    height: 70px;
}

@media (max-width:661px) {
    header .site_logo img {
        height: 45px;
    }
}

.topBar {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 0 12px;
}

.topBar ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.topBar ul li a {
    font-size: 14px;

}

.topBar .t_logos img {
    max-height: 30px;
}


.menuContent {
    padding: 80px 80px 40px 40px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    background-color: #0F133E;
}


.menuContent p {
    color: #fff;
    font-size: 16px;
}


.menuContent a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.menuContent a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 100%;
}


.newsTicker {
    margin-top: -1px;
    background-color: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 7px 0;
    overflow-x: hidden;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.newsTicker .upcomingNews {
    display: flex;
    gap: 55px;
    font-size: 14px;
    width: 100%;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.newsTicker .upcomingNews>a {
    white-space: nowrap;
    display: block;
    /* margin-right: 15px; */
    text-transform: uppercase;
}

.newsTicker .upcomingNews:hover {
    animation-play-state: paused;
}

.newsTicker .upcomingNews>a:hover {
    -webkit-text-stroke: 0.03rem black;
}


@media(max-width:991px) {
    .newsTicker .upcomingNews {
        animation-duration: 6s;
    }
}


.hero-section {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-section .center-holder {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-section .center-holder h1,
.hero-section .center-holder h2 {
    padding: 0 5%;
    display: block;
    line-height: 3rem;
    text-align: right;
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.hero-section .center-holder h1 {
    background-color: #fff;
    padding-top: 40px;
    padding-right: 10%;

}

.hero-section .center-holder h2 {
    color: #fff;
    padding-top: 5px;
}

.hero-section .bannerLines {
    display: flex;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: overlay;
}


.hero-section .bannerLines>div {
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: relative;
}




.hero-section .bannerLines>div.line:nth-child(1) {
    left: 18%;
}

.hero-section .bannerLines>div.line:nth-child(2) {
    left: 48%;
}

.hero-section .bannerLines>div.line.hor:nth-child(3) {
    top: 65%;
    height: 1px;
    width: 100%;
}

@media(max-width:991px) {

    .wsmobileheader {
        top: 15px;
    }

    .hero-section {
        height: 80vh;
        background-position: left -100px bottom 0;
    }

    .hero-section .center-holder {
        position: relative;
        z-index: 9;
    }

    .hero-section .center-holder h1,
    .hero-section .center-holder h2 {
        padding: 0 5%;
        display: block;
        line-height: 2rem;
        text-align: center;
        font-size: 23px;
        letter-spacing: 0.2rem;
        font-weight: 500;
        background-color: #fff;
        margin: 0;
        color: #000;
    }

    .hero-section .center-holder h1 {
        padding-top: 40px;
        padding-right: 15%;
    }

    .hero-section .center-holder h2 {
        padding-bottom: 20px;
    }
}

section {
    display: block;
}

.bgImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_one {
    margin: 4% 3%;
    position: relative;
}

.section_one .topBlock {
    background-color: #fff;
    padding: 0 5%;
}

.section_one .bottomBlock {
    background-color: transparent;
    padding: 0 5%;
    max-width: 400px;
    padding-bottom: 90px;
}

.section_one .topBlock h1,
.section_one .bottomBlock h1 {
    display: block;
    line-height: 2.5rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.section_one .bottomBlock h1 {
    color: #fff
}


.section_one .bottomBlock p {
    color: #fff;
    font-size: 13px;
}

@media(max-width:991px) {
    .section_one {
        background-color: #fff !important;
    }

    .section_one .topBlock,
    .section_one .bottomBlock {
        padding-left: 6%;
        padding-right: 6%;
    }

    .section_one .topBlock h1,
    .section_one .bottomBlock h1 {
        font-size: 22px;
        margin: 0;
        color: #000;
        line-height: 1.2;
    }

    .section_one .bottomBlock {
        background-color: #fff;
        color: #000;
        padding-bottom: 25px;
    }

    .section_one .bottomBlock p {
        color: #000;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .section_one.bgImage {
        background: none;
    }

    .section_one_mobile {
        height: 180px !important;
        object-fit: cover;
        object-position: right -200px bottom 0;
    }

    .section_one {
        margin: 8% 0;
        position: relative;
    }
}


.section_two {
    margin: 0% 3% 4% 3%;
    position: relative;
}

.section_two .coursesTabs {
    margin: 0 5%;
}

.section_two .coursesTabs .tabsList {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    border-bottom: 1px solid #B29C78;
    margin-bottom: 10px;
}

.section_two .coursesTabs .tabsList li {
    flex: 1;
}

.section_two .coursesTabs .tabsList li:first-child a {
    padding-left: 0;
}

.section_two .coursesTabs .tabsList li a {
    font-size: 30px;
    font-weight: 400;
    color: #4A4A4A;
    transition: none;
    padding: 10px 25px 20px;
    display: block;

}

.section_two .coursesTabs .tabsList>li>a.active {
    /* font-weight: bold; */
    -webkit-text-stroke: 0.1rem black;
    position: relative;
}


.section_two .coursesTabs .tabsList>li>a.active:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #221258;

}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }

    .accordion-button {
        font-weight: 500;
        font-size: 20px;
        border-bottom: 1px solid #444 !important;
    }

    .section_two .tab-content>.tab-pane {
        border: 0;
    }

    button,
    button:focus {
        border: 0;
        outline: none;
        box-shadow: none !important;
    }
}

@media (max-width: 991px) {

    .section_two,
    .section_two .coursesTabs {
        margin-left: 0;
        margin-right: 0;
    }

    .section_two .coursesTabs .tabsList {
        display: grid;
        column-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .section_two .coursesTabs .tabsList li a {
        padding: 10px 25px;
        font-size: 20px;

    }

    .section_two .coursesTabs .tabsList li a {
        border-bottom: 1px solid #4A4A4A;
    }

    .section_two .coursesTabs .tabsList li:first-child a {
        padding-left: 25px;
    }

    .section_two .coursesTabs .tabsList>li>a.active:after {
        display: none;
    }


    .section_two .coursesTabs .tabsList>li>a.active:after {
        height: 1px;
        background-color: #4A4A4A;
    }
}

.section_two .coursesTabs .tab-content ul {
    display: grid;
    position: relative;
}

.section_two .coursesTabs .tab-content ul:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #707070;
}

.section_two .coursesTabs .tab-content ul li {
    display: block;
    border-bottom: 1px solid #707070;

}

.section_two .coursesTabs .tab-content ul li a {
    border-right: 1px solid #707070;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4A4A4A;
    height: calc(100% - 20px);
}

.section_two .coursesTabs .tab-content ul li a:hover {
    color: #221258;
    -webkit-text-stroke: 0.04rem black;
}

.section_two .coursesTabs .tab-content ul li:last-child a {
    border-right: 0;
}

.section_two .coursesTabs .tab-content ul li:nth-child(4n) a {
    border-right: 0;
}


.section_two .coursesTabs .tab-content ul li a.explore_btn {
    padding: 6px 18px;
    font-size: 13px;
    display: inline-block;
    color: #221258;
    border: 1px solid #221258;
    border-radius: 30px;
    margin: 25px 20px 20px;
    height: auto !important;


}

.section_two .coursesTabs .tab-content ul li a.explore_btn:hover {
    background-color: #221258;
    color: #fff;
    -webkit-text-stroke: 0.04rem #fff;
}



@media (min-width: 600px) {
    .section_two .coursesTabs .tab-content ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .section_two .coursesTabs .tab-content ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .section_two .coursesTabs .tab-content ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .section_two .coursesTabs .tab-content ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_two .coursesTabs .tab-content ul li:nth-child(2n) a {
        border-right: none;
    }

}



.section_three {
    display: inline-block;
    margin: 4% 3%;
    position: relative;
}

.section_three .ckt_block_grid {
    margin: 0 5%;
}

.section_three .ckt_block_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.section_three .ckt_block_grid>div {
    min-height: 217px;
    position: relative;
    border: 1px solid #ccc;
    margin: 0 -1px -1px 0;
}

.section_three .ckt_block_grid>div .ckt_block_inner_block {
    padding: 20px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.section_three .ckt_block_grid>div .ckt_block_inner_block.ckt_block_inner_block_withCont {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.section_three .ckt_block_grid>div .ckt_block_inner_block.ckt_block_inner_block_withCont>p {
    margin: 0;
    font-size: 14px;
}

.section_three .ckt_block_grid>div .ckt_block_inner_block.ckt_block_inner_block_withCont a {
    margin: 0;
    font-size: 14px;
}

.section_three .ckt_block_grid .bluebg .ckt_block_inner_block h2,
.section_three .ckt_block_grid .bluebg .ckt_block_inner_block.ckt_block_inner_block_withCont>p,
.section_three .ckt_block_grid .bluebg .ckt_block_inner_block.ckt_block_inner_block_withCont>a {

    color: #fff;
}

.section_three .ckt_block_grid .bluebg {
    background-color: #0F133E;
}

.section_three .ckt_block_grid>div .ckt_block_grid_head {
    background-color: #0F133E;
    padding: 35px;
    height: 100%;
    font-size: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 1.1;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.section_three .ckt_block_grid>div .ckt_block_inner_block h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin: 0;
    position: relative;

}

.ckt_block_grid>div .ckt_block_inner_block {
    position: relative;
    min-height: 217px;
}

/* 
.section_three .ckt_block_grid>div:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-color: #0F133E;
    height: 0;
    transition: height 0.3s ease-out;
}

.section_three .ckt_block_grid .bgReveal:hover:before {
    height: 100%;
}

.section_three .ckt_block_grid .bgReveal:hover .ckt_block_inner_block h2 a {
    color: #fff;
} */

/* 
.section_three .ckt_block_grid>div .ckt_block_inner_block:hover {
    background-color: #0F133E;
} */

.ckt_block_grid>div {
    overflow: hidden;
    height: 100%;
}

.ckt_block_grid>div .ckt_block_grid_imgBlock {
    background-position: center;
    background-size: cover;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.ckt_block_grid_imgBlockNew {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ckt_block_grid_imgBlockNew img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1);
    /* object-position: center; */
    /* transition for the image to zoom in smoothly: */
    /* transition: transform .5s ease; */

    /* transform-origin: 0 0; */
    transition: transform .5s, visibility .5s ease-in;
}

.ckt_block_grid>div:hover .ckt_block_grid_imgBlockNew img {
    transform: scale(1.1);
}

.ckt_block_grid>div .ckt_block_grid_imgBlock .iconBlock {
    background: #AA936C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ckt_block_grid>div .ckt_block_grid_imgBlock {
    background-position: center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .section_three .ckt_block_grid>div:nth-child(2) {
        border-top: none;
    }

    .section_three .ckt_block_grid>div:nth-child(5) {
        border-left: none;
    }

    .section_three .ckt_block_grid>div:nth-child(16) {
        border-right: none;
    }

    .section_three .ckt_block_grid>div:nth-child(17) {
        border-left: none;
        border-bottom: none;
    }

    .section_three .ckt_block_grid>div:nth-child(19) {
        border-bottom: none;
    }
}


@media(max-width:661px) {

    .section_three .ckt_block_grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

    }

    .ckt_block_grid>div .ckt_block_inner_block,
    .ckt_block_grid>div {
        min-height: 160px;
    }

    .section_three .ckt_block_grid>div .ckt_block_grid_head {
        font-size: 20px;
        padding: 15px;
    }

    .section_three .ckt_block_grid>div .ckt_block_inner_block h2 {
        font-size: 14px;
    }

    .section_three .ckt_block_grid>div .ckt_block_inner_block.ckt_block_inner_block_withCont>p,
    .section_three .ckt_block_grid>div .ckt_block_inner_block.ckt_block_inner_block_withCont>a {
        font-size: 12px;
    }
}


.section_four {
    display: block;
    margin: 4% 3%;
    position: relative;
}

.section_four .placements {
    margin: 0 5%;
    max-width: 100%;
}


.section_four .placements .placement_head {
    margin-bottom: 60px;
    max-width: 500px;
}

.placements .placement_head h1 {
    display: block;
    line-height: 2.5rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.placements .placement_head p {
    font-size: 15px;
}

.placements .placement_block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.placements .placement_block .placement_block_item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.placements .placement_block .placement_block_item .placement_block_item_cont {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.placements .placement_block .placement_block_item:nth-child(2) .placement_block_item_cont,
.placements .placement_block .placement_block_item:nth-child(4) .placement_block_item_cont {
    padding-left: 3.5vw;
}

.placements .placement_block .placement_block_item:nth-child(3) .placement_block_item_img,
.placements .placement_block .placement_block_item:nth-child(4) .placement_block_item_img {
    margin-top: 2vw;
}


.placements .placement_block .placement_block_item .placement_block_item_img {
    overflow: hidden;
    height: 180px;
}

.placements .placement_block .placement_block_item .placement_block_item_img img {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.placements .placement_block .placement_block_item .placement_block_item_img:hover img {
    /* -webkit-transform: scale(1.05);
    transform: scale(1.1); */
    height: 160px;
}

.placements .placement_block .placement_block_item .placement_block_item_cont h4 {
    font-size: 20px;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}

.placements .placement_block .placement_block_item .placement_block_item_cont a {
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1;
}

@media(max-width:661px) {
    .section_three .ckt_block_grid {
        margin: 0;
    }

    .section_three,
    .section_four {
        margin: 30px 0;
    }

    .section_four .placements {
        margin-left: 0;
        margin-right: 0;
    }

    .section_four .placements .placement_head {
        margin-left: 5%;
        margin-right: 5%;
    }

    .placements .placement_head {
        margin-bottom: 20px;
    }

    .placements .placement_head h1 {
        font-size: 30px;
    }

    .placements .placement_block {
        gap: 4px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .placements .placement_block .placement_block_item {
        display: flex;
        flex-direction: row;
    }

    .placements .placement_block .placement_block_item>div:nth-child(1) {
        width: 50%;
    }

    .placements .placement_block .placement_block_item>div {
        width: 50%;
    }

    .placements .placement_block .placement_block_item .placement_block_item_cont {
        /* border-bottom: 0; */

    }

    .placements .placement_block .placement_block_item .placement_block_item_cont {
        padding: 0 15px 10px 20px !important;
    }

    .placements .placement_block .placement_block_item.placement_block_item_img {
        margin-top: 0;
    }

    .placements .placement_block .placement_block_item .placement_block_item_cont h4 {
        font-size: 16px;
    }

    .placements .placement_block .placement_block_item .placement_block_item_img {
        height: 100px;
        margin: 0 !important;
    }

    .placements .placement_block .placement_block_item .placement_block_item_img img {
        height: 100px;
    }
}



.section_five {
    display: block;
    margin: 4% 3% 8%;
    position: relative;
}

.section_five .kthblock {
    margin: 0 5%;
    max-width: 100%;
}


.section_five .kthblock .kthblock_head {
    margin-bottom: 60px;
    max-width: 400px;
}

.section_five .kthblock .kthblock_head h1 {
    display: block;
    line-height: 2.5rem;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.section_five .kthblock .kthblock_bottom {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.section_five .kthblock .kthblock_bottom>div {
    max-width: 480px;
    flex: 0 0 42%;
}






.section_five .kthblock .kthblock_bottom>div .kthblock_achive,
.section_five .kthblock .kthblock_bottom>div .kthblock_events {
    display: flex;
    flex-wrap: wrap;
}

.section_five .kthblock .kthblock_bottom>div .kthblock_achive>div,
.section_five .kthblock .kthblock_bottom>div .kthblock_events>div {
    box-sizing: border-box;
    border: 2px solid #fff;
    height: 220px;
    background-color: #ccc;
}

.section_five .kthblock .kthblock_achive div:first-child {
    flex-grow: 1;
    flex-basis: 100%;
}

.section_five .kthblock .kthblock_bottom>div .kthblock_achive div:nth-child(2),
.section_five .kthblock .kthblock_bottom>div .kthblock_achive div:nth-child(3) {
    flex-basis: 50%;
    flex-grow: 1;
}

.section_five .kthblock .kthblock_bottom>div .kthblock_events div:nth-child(1),
.section_five .kthblock .kthblock_bottom>div .kthblock_events div:nth-child(2) {
    flex-basis: 50%;
    flex-grow: 1;
}

.section_five .kthblock .kthblock_events div:nth-child(3) {
    flex-grow: 1;
}


.section_five .kthblock .kthblock_bottom>div h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.2rem;
}


.kthblock_bg {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /* border: 2px solid #fff; */
    min-height: 220px;
    background-color: #ccc;
    max-height:100%;

}

.kthblock_bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.kthblock_bg:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.kthblock_bg:hover img {
    transform: scale(1.1);

}

.kthblock_bg img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    transform-origin: bottom left;
    transition: all 0.5s ease-in-out;
}

.achivebg {
    background-color: #AA936C !important;
}

.eventbg {
    background-color: #B7B2AA !important;
}

.kthblock_slideBlock {
    overflow: hidden;
    height: 220px;
}

.kthblock_slideBlock .carousel,
.kthblock_slideBlock .carousel-inner,
.kthblock_slideBlock .carousel-item {
    height: 100%;
}

.kthblock_slideBlock .carousel img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.kthblock_slideBlock .carousel-indicators {
    right: auto;
    left: 0;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: stretch;
    width: 60%;
    z-index: 999;
}

.kthblock_slideBlock .carousel-indicators button {
    margin: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
}

.kthblock_slideBlock .carousel-indicators button.active {
    background-color: #fff;
}

.kthblock_slideBlock .carousel-indicators [data-bs-target] {
    width: 100%;
    height: 2px;
}


.kthblock_cont {
    padding: 10% 6%;
    position: relative;
}

.kthblock_cont p {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
}

.kthblock_cont a {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
}

.kthblock_cont a:hover {
    -webkit-text-stroke: 0.02rem #fff;
}

.kthblock_cont span {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

@media (max-width:991px) {
    .section_five {
        margin-left: 0;
        margin-right: 0;
        margin-top: 100px;
    }

    .section_five .kthblock .kthblock_head {
        margin-bottom: 10px;
    }

    .section_five .kthblock .kthblock_head h1 {
        font-size: 24px;
        letter-spacing: 0.02rem;
    }

    .section_five .kthblock .kthblock_bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .section_five .kthblock .kthblock_bottom>div h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .kthblock_cont p,
    .kthblock_cont a {
        font-size: 12px;
    }
}

.section_six {
    display: block;
    margin: 0 3% 4% 3%;
    position: relative;
}


.imageHoverSlideBox {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 200px;
}

.imageHoverSlideBox .imageHoverSlideBox_item h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}


.imageHoverSlideBox .imageHoverSlideBox_item .imgExpand {
    height: 100px;
    overflow: hidden;
    transition: height 0.3s ease-in;
    position: relative;
}

.imageHoverSlideBox .imageHoverSlideBox_item .imgExpand img {
    object-position: center;
    object-fit: cover;
}

.imageHoverSlideBox .imageHoverSlideBox_item:hover .imgExpand {
    height: 150px;
    overflow: hidden;
}


.imageHoverSlideBox .imageHoverSlideBox_item .imgExpand .arrowIcon {
    width: 25px;
    height: 25px;
    background: url('../images/icons/arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 10px;
    right: 10px;
}

@media(max-width:661px) {

    .section_six {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .imageHoverSlideBox {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        height: auto;
    }

    .imageHoverSlideBox .imageHoverSlideBox_item .imgExpand {
        height: 120px;
    }

    .imageHoverSlideBox .imageHoverSlideBox_item:hover .imgExpand {
        height: 120px;

    }

    .imageHoverSlideBox .imageHoverSlideBox_item h4 {
        font-size: 16px;

    }

}


footer {
    display: block;
    padding: 60px 0 40px;
    position: relative;
    border-top: 0.75px solid #707070;
}

footer .footer_logo {
    display: block;

}

footer .footer_cont {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 30px 0 20px;
}

footer .footer_cont p {
    margin: 0;
}

footer .footer_social {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

footer .footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #EFEEE9;
    border-radius: 2px;
}


footer .footer_social a:hover {
    background-color: #525354;
}

footer .footer_social a:hover img {
    filter: invert(1) brightness(2);
}


footer .footer_widget h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .footer_widget ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 30px;
}

footer .footer_widget ul li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
}


footer .footer_widget ul li a:hover {
    -webkit-text-stroke: 0.025rem black;
}

@media(max-width:991px) {
    footer .footer_widget ul {
        gap: 6px;
    }

    footer .footer_widget ul li a {
        font-size: 11px;

    }

    .footer_logo img {
        height: 90px;

    }
}


.carousel-item {
    position: relative;
}

.carousel-item::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 1;
}

.carousel-item:hover:before {
    opacity: 1;
}

.carousel-caption {
    padding: 20px 20px 40px;
    max-width: 75%;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 9;
}

.carousel-caption p {
    font-size: 13px;
    text-align: left;
    margin: 0;
}

.carousel-item:hover .carousel-caption {
    opacity: 1;
}


.carousel-item:hover img {
    transform: scale(1.1);
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform-origin: bottom left;
    transition: all 0.5s ease-in-out;
}

@media (max-width:991px) {
    .section_three .ckt_block_grid>div .ckt_block_inner_block {
        padding: 10px;
    }

    .section_three .ckt_block_grid>div .ckt_block_inner_block h2 {
        font-size: 12px;
        letter-spacing: 0.05rem;
    }

    .section_three .ckt_block_grid>div:nth-child(4),
    .section_three .ckt_block_grid>div:nth-child(13),
    .section_three .ckt_block_grid>div:nth-child(17),
    .section_three .ckt_block_grid>div:nth-child(19) {
        display: none;
    }

    .section_three .ckt_block_grid>div:nth-child(1) {
        order: 1;
    }

    .section_three .ckt_block_grid>div:nth-child(2) {
        order: 2;
    }

    .section_three .ckt_block_grid>div:nth-child(3) {
        order: 3;
    }

    .section_three .ckt_block_grid>div:nth-child(5) {
        order: 18;
        background-color: #0F133E;
    }

    .section_three .ckt_block_grid>div:nth-child(5) h2 {
        color: #fff;
    }

    .section_three .ckt_block_grid>div:nth-child(6) {
        order: 6;
    }

    .section_three .ckt_block_grid>div:nth-child(7) {
        order: 7;
    }

    .section_three .ckt_block_grid>div:nth-child(8) {
        order: 10;
        background-color: #fff;
    }

    .section_three .ckt_block_grid>div:nth-child(8) h2 {
        color: #0F133E !important;
    }

    .section_three .ckt_block_grid>div:nth-child(9) {
        order: 19;
    }

    .section_three .ckt_block_grid>div:nth-child(10) {
        order: 8;
        background-color: #fff;
        padding: 10px;
    }

    .section_three .ckt_block_grid>div:nth-child(10) p,
    .section_three .ckt_block_grid>div:nth-child(10) a {
        color: #000 !important;
    }

    .section_three .ckt_block_grid>div:nth-child(10) a {
        -webkit-text-stroke: 0.02rem black;
    }

    .section_three .ckt_block_grid>div:nth-child(11) {
        order: 7;
        background-color: #0F133E;
    }

    .section_three .ckt_block_grid>div:nth-child(11) h2 {
        color: #fff;
    }

    .section_three .ckt_block_grid>div:nth-child(12) {
        order: 12;
    }

    .section_three .ckt_block_grid>div:nth-child(14) {
        order: 9;
    }

    .section_three .ckt_block_grid>div:nth-child(15) {
        order: 8;
    }

    .section_three .ckt_block_grid>div:nth-child(16) {
        order: 18;
    }

    .section_three .ckt_block_grid>div:nth-child(18) {
        order: 11;
    }



    .section_three .ckt_block_grid>div:nth-child(20) {
        order: 20;
    }

}



.pageBanner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
   z-index: 99;
}

.pageBanner .pageBannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pageBanner .pageBannerCont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    width:max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 200px;
    padding: 50px 80px 50px 140px;
    background-color: rgb(15, 19, 62, 0.7);
}

.pageBanner .pageBannerCont h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
}


.pageBannerCont:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
}

.pageBannerCont:after {
    position: absolute;
    content: '';
    height: 100vw;
    width: 1px;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

/*.pageBanner .stroke-line {
    position: absolute;
    content: '';
    bottom: 200px;
    left: 0;
    background-color: #fff;
}

.pageBanner .stroke-line.top {
    height: 1px;
    width: 100%;
}

.pageBanner .stroke-line.right {
    height: 100%;
    width: 1px;
    left: 500px;
    bottom: 0;
}*/

.cbreadcrumb {
    display: flex;
    flex-direction: row;

}


.cbreadcrumb a {
    position: relative;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

.cbreadcrumb span {
    position: relative;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

.cbreadcrumb a:after,
.cbreadcrumb span:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    right: 0;
    top: 0px;
}

.cbreadcrumb a:first-child {
    padding-left: 0;
}

.cbreadcrumb a:last-child:after,
.cbreadcrumb span:last-child:after {
    display: none;
}

@media (max-width:661px) {
    .pageBanner .pageBannerCont {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 150px;
        padding: 30px 40px;
        background-color: rgb(15, 19, 62, 0.7);
    }

    .pageBanner .pageBannerCont h1 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        margin: 0;
    }

    .pageBanner .stroke-line.top {
        bottom: 150px;
    }

    .pageBanner .stroke-line.right {
        left: 80%;
    }
}

::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    /* background: gray; */
}

::-webkit-scrollbar-thumb:horizontal {
    background: #fff;
    border-radius: 10px;
}

.aboutNavs {
    background-color: #0F133E;
    /*display: none;*/
    align-items: center;
    overflow-x: hidden;
    position:relative;
    z-index:99;
}

.aboutNavs.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    animation: moveTop 0.35s ease-out;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
}

@keyframes moveTop {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.aboutNavs .nav {
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
    gap: 20px;
    font-size: 16px;
    
    font-weight: 400;

}

.aboutNavs .nav a {
    position: relative;
    color: #fff;

    letter-spacing: 0.02rem;
    white-space: nowrap;
}

.aboutNavs .nav li:hover a,
.aboutNavs .nav li.active a {
    color: #fff;
    -webkit-text-stroke: 0.04rem #fff;
    position: relative;
}
@media (min-width:1440px) {
    .aboutNavs .nav {
        justify-content: space-between;
        gap:5%;
        font-size: 16px;
        font-weight: 400;
    
    }
}

@media (min-width:991px) {
    .aboutNavs {
        display: flex;
    }
    .aboutNavs .nav{
        height: 50px;
        width:100%;
        font-size: 14px;
        justify-content: space-between;
        align-items: center;
    }

    .aboutNavs .nav li a:hover:before,
    .aboutNavs .nav li.active a:before {
        position: absolute;
        content: '';
        bottom: -3px;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
}

@media (max-width:767px) {
    
    .aboutNavs .nav{
       
    }
}



.foundersSection {
    /* padding: 60px 0; */
}

@media (min-width:991px) {
    .foundersSection .container {
        max-width: 85%;
    }
}

.sectionTitle {
    display: block;
}

.sectionTitle h1 {
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}


.readmore {
    font-size: 15px;
    color: #000;
    position: relative;
}

.readmore:before {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.foundersBlocks li {
    padding: 60px 0;
    position: relative;
    z-index: 0;
}



.foundersBlocks li::before {
    position: absolute;
    content: '';
    left: -1px;
    bottom: 0;
    width: 310px;
    height: 250px;
    background-color: #AA936C;
    overflow: visible;
    z-index: -1;
    border: 1px solid transparent;
}

.foundersBlocks .founderHTitle {
    display: inline-block;
    /* max-width: 90%; */
}

.foundersBlocks .founderHTitle h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.2rem;
    padding-bottom: 5px;
    margin-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #000000;
    /* display: table-caption; */
}

.foundersBlocks .founderHTitle h3:before,
.foundersBlocks .founderHTitle h3:after {
    position: absolute;
    content: '';
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
}

.foundersBlocks .founderHTitle h3:before {
    left: -100%;
}

.foundersBlocks .founderHTitle h3:after {
    display: none;
}

.foundersBlocks .founderHQuote {
    font-size: 30px;
    font-weight: 400;
    color: #AA936C;
    line-height: 1.2;
    position: relative;
    margin-top: -70px;
    margin-bottom: 15px;
   /* left: -100px; */
}

.foundersBlocks .founderHQuote::before {
    position: absolute;
    content: '“';
    font-family: "Raleway", sans-serif;
    top: -45px;
    left: -5px;
    font-size: 100px;
    font-weight: 400;
    color: #AA936C;
    line-height: 1;
}

.foundersBlocks .founderContent {
    font-size: 13px;
}

.foundersBlocks .founderName h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.foundersBlocks .founderContent a {
    font-size: 13px;
    color: #000;
    position: relative;
}

.foundersBlocks .founderContent a:before {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.foundersBlocks li:nth-child(even) .founderContent a {
    color: #fff;
}


.foundersBlocks li:nth-child(even) .founderContent a:before {
    background-color: #fff;
}



.foundersBlocks li:nth-child(even) {
    background-color: #0F133E;
}

.foundersBlocks li:nth-child(even) .founderHTitle h3 {
    color: #fff;
    border-color: #fff;
}

.foundersBlocks li:nth-child(even) .founderHTitle h3:before {
    background-color: #fff;
}


.foundersBlocks li:nth-child(even)::before {
    border: 1px solid #AA936C;
    background-color: transparent;
}


.foundersBlocks li:nth-child(even) .founderName h4,
.foundersBlocks li:nth-child(even) .founderContent {
    color: #fff;
}

.foundersBlocks li .founderHTitle h4 {
    display: none;
}

@media (max-width:661px) {
    .foundersSection .container {
        max-width: 95%;
    }

    .foundersBlocks .founderHTitle {
        display: block;
    }

    .foundersBlocks .founderHTitle h3 {
        font-size: 20px;
        line-height: 1;
        margin: 0;
    }

    .foundersBlocks li .founderHTitle h4 {
        display: block;
        margin: 10px 0;
        font-size: 12px;
    }

    .foundersBlocks .founderHTitle h3:before {
        left: auto;
        right: -100%;
    }

    .foundersBlocks .founderHQuote {
        font-size: 12px;
        font-weight: 600;
        margin-top: 60px;
        left: 0;
    }

    .foundersBlocks .founderContent {
        font-size: 12px;
    }

    .foundersBlocks .founderHQuote::before {
        font-size: 80px;
        top: -35px;
    }

    .foundersBlocks li::before {
        display: none;
    }

    .foundersBlocks li .founderHQuote,
    .foundersBlocks li .founderHImg,
    .foundersBlocks .founderContent {
        max-width: 90%;
    }

    .foundersBlocks li .founderHImg {
        position: relative;
    }


    .foundersBlocks li .founderHImg::before {
        position: absolute;
        content: '';
        left: -90%;
        bottom: 0;
        width: 100%;
        height: 200px;
        background-color: #AA936C;
        overflow: visible;
        z-index: -1;
        border: 1px solid transparent;
    }

    .foundersBlocks li:nth-child(even) .founderHImg::before {
        background-color: transparent;
        border: 1px solid #AA936C;
    }


    .foundersBlocks .founderName {
        display: none;
    }

    .foundersBlocks li {
        padding: 40px 0;
    }
}


.aboutSection {
    padding: 60px 0;
    font-size: 15px;
    color: #000000;
}

.imageMaskOne {
    position: relative;
}

.imageMaskOne img {
    height: 100%;
    width: 100%;
    /* object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; */
}

.imageMaskOne .img-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* -webkit-mask-image: url(#mask);
    mask-image: url(#mask);
    mask-composite: exclude; */
}

.imageMaskOne .img-mask {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


@media (min-width:991px) {
    .aboutSection .container {
        max-width: 85%;
    }
}




@media (min-width:991px) {
    .ourSites .container {
        max-width: 85%;
    }

    .splitTilebg {
        min-height: 260px;
    }
}

.ourSiteBlock {
    margin-bottom: 50px;
}

.ourSiteBlock img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 15px;
}

.ourSiteBlock h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.ourSiteBlock p {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}


.ourSiteBlock p a {
    display: inline-block;
    margin-top: 10px;
}

.wp-menu-img-after img {
    margin-left: 0 !important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem .navtext img {
    display: none;

}



.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.backBtn {
    display: block;
    float: right;
}

.backBtn a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}



@media (min-width:1440px){

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
        display: flex;
        height: 340px;
        height: 100%;
        background: #fff;
        flex-direction: column;
        /*justify-content: space-between;*/
        justify-content:flex-start;
    }
}

.table-wrapper {
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
    margin-bottom: 20px;
}
.table_scroll table{
    width:100%;
    max-height: 200px; /* Set the desired height */
    overflow-y: auto;  /* Enable vertical scrolling */
}

/* For WebKit browsers */
.table_scroll::-webkit-scrollbar {
    width: 9px; /* Width of the scrollbar */
}

.table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
    border-radius: 10px; /* Rounded corners for the track */
}

.table_scroll::-webkit-scrollbar-thumb {
    background: #DCDCE0; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
}

.table_scroll::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the thumb when hovered */
}


















.navbar-toggler {
  width: 25px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-title{
    display:none;
}
@media screen and (max-width: 991px) {
    .navbar-toggler-title{
    display:block;
}
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #0f133e;
    width: 270px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-270px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
  
  .aboutNavs .navbar>.container-fluid{
      justify-content: flex-start;
      align-items:center;
      gap:20px;
  }
  .aboutNavs .navbar>.container-fluid .navbar-toggler-title{
      color:#fff;
      font-size:17px;
      margin:0;
      display:flex;
      align-items:center;
      gap:20px;
  }
}

.filterTabs{
    display: flex;
    align-items: center;
    gap:15px;
    margin: 30px 0;
    border-bottom: 0;
}
.filterTabs .filterTab.active{
    background-color: #efeee8;
    border: 1px solid #717171;
    color: #717171;
   
}

.filterTabs .filterTab{
     border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background-color: #221258;
    color: #fff;
     border: 1px solid #221258;
     cursor: pointer;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0F133E; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #AA936C; 
}

