@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&amp;display=swap');

/* *{
    outline: 1px solid green;
} */
.header3-area nav#desktop-nav>ul>li>a {
    padding: 26px 18px !important;
    color: #163f6d;
}

.stick {
    background-color: #fff !important;
}

.sidebar-ghost-btn {
    color: #163f6d;
    border: 2px solid #163f6d;
    width: unset;
    padding: 10px 10px;
    font-size: 16px !important;
    font-style: normal !important;
}

.sidebar-ghost-btn:hover {
    color: #fff;
    background-color: #163f6d;
}


/* modern cards */

.modern_cards .m-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modern_cards .m-image img {
    width: 100%;
    /* height: 330px; */
    transition: .5s;
}

.modern_cards:hover .m-image img {
    opacity: .5;
    transform: translateX(30%);
    /*100%*/
}

.modern_cards .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    /*100%*/
    height: 100%;
    background: #22354b;
    transition: .5s;
    opacity: 0.8;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}

.modern_cards:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}

.modern_cards .details .center {
    padding: 20px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modern_cards .details .center h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
    /* font-style: italic; */
}

.modern_cards .details .center h1 span {
    font-size: 14px;
    color: #262626;
}

.modern_cards .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #fff;
    /* font-style: italic; */
}

.modern_cards .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}

.modern_cards .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}

.modern_cards .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.modern_cards .details .center ul li a:hover {
    background: #ff3636;
}

.ad-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #163F6D;
    color: #fff;
}

.ad-box h4,
.ad-box p {
    font-weight: 500;
}

.knowmore_btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 6px 10px;
}

.border-div {
    border: 2px solid #fff;
    padding: 70px 10px;
    position: relative;
}

.bg-overlay {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.video-content {
    z-index: 9;
}


/* learning section */

.learning_sec_para {
    background-color: #49ca9f;
    padding: 10px;
    min-width: 350px;
    z-index: 999999;
}


/* #Cursor
================================================== */

.learn_sec {
    background-color: #163F6D;
}

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
}

.cursor {
    background-color: #fff;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.cursor2.hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}


/* #Slider
================================================== */

.l-img {
    min-width: 450px;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
}

@media(max-width:576px) {
    .section {
        height: 46vh;
    }
}

@media(max-width:992px) {}


/* Case Study Showcase
================================================== */

.case-study-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
}

.case-study-wrapper .case-study-name {
    margin: 0 auto;
    text-align: center;
}

.case-study-wrapper .case-study-name a {
    position: relative;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
}

.case-study-wrapper .case-study-name a:hover {
    text-decoration: none;
}

.case-study-wrapper .case-study-name.active a {
    color: #fff;
}

.case-study-wrapper .case-study-name a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 6px;
    width: 0;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #f19872, #e86c9a);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.case-study-wrapper .case-study-name:nth-child(2) a:before {
    background: linear-gradient(45deg, #0947db, #07d89d);
}

.case-study-wrapper .case-study-name:nth-child(3) a:before {
    background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}

.case-study-wrapper .case-study-name:nth-child(4) a:before {
    background: linear-gradient(45deg, #3a3d98, #6f22b9);
}

.case-study-wrapper .case-study-name.active a:before {
    width: 100%;
}

.case-study-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}

.case-study-images li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li .img-hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li.show .img-hero-background {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-study-images li .hero-number-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    list-style: none;
    opacity: 0;
    font-size: 14vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 4px rgba(0, 0, 0, .7);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li .hero-number {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 40px;
    margin-left: -70px;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    list-style: none;
    opacity: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    z-index: 6;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    /* transition: all 300ms linear; */
}

.case-study-images li .hero-number-fixed {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: 30px;
    width: 40px;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    list-style: none;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    z-index: 6;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li .hero-number-fixed:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -60px;
    width: 60px;
    height: 1px;
    z-index: 1;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li.show .hero-number {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-study-images li.show .hero-number-back {
    opacity: 1;
}

.case-study-images li .img-hero-background span img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(0.6, 1.7);
    transform-origin: center top;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-study-images li.show .img-hero-background span img {
    transform: scale(1);
}

.case-study-images li:nth-child(1) .img-hero-background span {
    position: absolute;
    width: 15%;
    top: 0%;
    left: 10%;
    display: block;
}

.case-study-images li:nth-child(1) .img-hero-background span:nth-child(2) {
    width: 18%;
    top: 10%;
    left: 60%;
}

.case-study-images li:nth-child(1) .img-hero-background span:nth-child(3) {
    width: 13%;
    top: 55%;
    left: 75%;
}

.case-study-images li:nth-child(1) .img-hero-background span:nth-child(4) {
    width: 11%;
    top: 44%;
    left: 15%;
}

.case-study-images li:nth-child(2) .img-hero-background span {
    position: absolute;
    width: 13%;
    top: 0%;
    left: 15%;
    display: block;
}

.case-study-images li:nth-child(2) .img-hero-background span:nth-child(2) {
    width: 14%;
    top: 55%;
    left: 10%;
}

.case-study-images li:nth-child(2) .img-hero-background span:nth-child(3) {
    width: 11%;
    top: 17%;
    left: 72%;
}

.case-study-images li:nth-child(2) .img-hero-background span:nth-child(4) {
    width: 13%;
    top: 54%;
    left: 67%;
}

.case-study-images li:nth-child(3) .img-hero-background span {
    position: absolute;
    width: 11%;
    top: 0%;
    left: 18%;
    display: block;
}

.case-study-images li:nth-child(3) .img-hero-background span:nth-child(2) {
    width: 11%;
    top: 55%;
    left: 9%;
}

.case-study-images li:nth-child(3) .img-hero-background span:nth-child(3) {
    width: 12%;
    top: 11%;
    left: 62%;
}

.case-study-images li:nth-child(3) .img-hero-background span:nth-child(4) {
    width: 9%;
    top: 54%;
    left: 65%;
}

.case-study-images li:nth-child(4) .img-hero-background span {
    position: absolute;
    width: 15%;
    top: 2%;
    left: 9%;
    display: block;
}

.case-study-images li:nth-child(4) .img-hero-background span:nth-child(2) {
    width: 12%;
    top: 10%;
    left: 65%;
}

.case-study-images li:nth-child(4) .img-hero-background span:nth-child(3) {
    width: 13%;
    top: 58%;
    left: 65%;
}

.case-study-images li:nth-child(4) .img-hero-background span:nth-child(4) {
    width: 11%;
    top: 59%;
    left: 5%;
}


/* #Media
================================================== */

@media (max-width: 991px) {
    .case-study-images li .hero-number-back {
        font-size: 26vw;
    }
}

@media (max-width: 767px) {
    .case-study-wrapper .case-study-name a {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .case-study-images li .hero-number-back {
        font-size: 32vw;
    }
}

@media (max-width: 992px) {

    .case-study-images li:nth-child(1) .img-hero-background span,
    .case-study-images li:nth-child(2) .img-hero-background span,
    .case-study-images li:nth-child(3) .img-hero-background span,
    .case-study-images li:nth-child(4) .img-hero-background span {
        width: calc(100% - 40px);
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }

    .case-study-images li:nth-child(1) .img-hero-background span:nth-child(2),
    .case-study-images li:nth-child(1) .img-hero-background span:nth-child(3),
    .case-study-images li:nth-child(1) .img-hero-background span:nth-child(4),
    .case-study-images li:nth-child(2) .img-hero-background span:nth-child(2),
    .case-study-images li:nth-child(2) .img-hero-background span:nth-child(3),
    .case-study-images li:nth-child(2) .img-hero-background span:nth-child(4),
    .case-study-images li:nth-child(3) .img-hero-background span:nth-child(2),
    .case-study-images li:nth-child(3) .img-hero-background span:nth-child(3),
    .case-study-images li:nth-child(3) .img-hero-background span:nth-child(4),
    .case-study-images li:nth-child(4) .img-hero-background span:nth-child(2),
    .case-study-images li:nth-child(4) .img-hero-background span:nth-child(3),
    .case-study-images li:nth-child(4) .img-hero-background span:nth-child(4) {
        display: none;
    }
}


/* facilities */

.image {
    width: 100%;
    height: 250px;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    /* min-height: 250px; */
    box-shadow: 10px 10px 53px 0px rgba(0, 0, 0, 0.49);
    object-fit: cover;
}

.card-wrapper {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.card-wrapper:hover .image {
    filter: blur(1.4px);
    transform: scale(1.5);
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: inset -6px -1px 32px 0px rgba(0, 0, 0, 0.75);
}

.card-wrapper:hover .card-bottom {
    transform: translate(0%, -50%);
    transition: all 0.8s ease;
    background-color: #163F6D;
}

.card-top {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* .card-top img{
    height:320px;
} */

.card-bottom {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: nonee;
    top: 50%;
    background-color: rgba(110, 122, 92, 0);
    padding: 100px 20px;
    color: #ffffff;
    transform: translate(100%, -50%);
}

.top-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px
}

.bottom-text {
    font-size: 15px;
}

.button {
    position: relative;
    display: block;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    border: none;
    border-radius: 3px;
    background-color: #f8961e;
    color: #ffffff;
    padding: 5px 20px
}


/* facilities end here */


/* the journey */

.the_journey_box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0px auto;

}

.the_journey_box ul {
    width: 100%;
    display: table;
    border-spacing: 5px;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.the_journey_box ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
}

.the_journey_box ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.the_journey_box ul li div a {
    display: block;
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    /* text-shadow: 1px 1px 2px #000; */
    /*filter: invert(100%);*/
    text-decoration: none;
    /* font-family: Open Sans, sans-serif; */
    transition: all 300ms ease-in-out;
}

.the_journey_box ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.the_journey_box ul li div a h2 {
    color: #49ca9f;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;
    /* top: 160px; */
}

.the_journey_box ul li div a p {
    /* top: 160px; */
    font-size: 16px;
    padding-left: 1em;
    color: #fff;
}

@media (max-width:768px) {
    .the_journey_box ul li div a {
        background: linear-gradient(1deg, #040f1800, #897b7b00);
    }
}

.the_journey_box ul li:nth-child(1) {
    background-image: linear-gradient(180deg, rgb(60 60 60 / 29%) 25%, rgb(55 49 49 / 44%) 100%), url("../carmel-patna-img/whatsapp_finalall/WhatsApp Image 2024-04-04 at 09.00.49.jpeg");
    background-position: 50% 30%;
}

.the_journey_box ul li:nth-child(2) {
    background-image: linear-gradient(180deg, rgb(60 60 60 / 29%) 25%, rgb(55 49 49 / 44%) 100%), url("../carmel-patna-img/whatsapp_finalall/WhatsApp Image 2024-04-04 at 09.00.50 (1).jpeg");
    background-position: 70% 0%;
}

.the_journey_box ul li:nth-child(3) {
    background-image: linear-gradient(180deg, rgb(60 60 60 / 29%) 25%, rgb(55 49 49 / 44%) 100%), url("../carmel-patna-img/whatsapp_finalall/WhatsApp Image 2024-04-04 at 09.00.50.jpeg");
    background-position: 50% 50%;
}

.the_journey_box ul li:nth-child(4) {
    background-image: linear-gradient(180deg, rgb(60 60 60 / 29%) 25%, rgb(55 49 49 / 44%) 100%), url("../carmel-patna-img/whatsapp_finalall/WhatsApp Image 2024-04-04 at 09.38.17.jpeg");
    background-position: 30% 40%;
}

.the_journey_box ul li:nth-child(5) {
      background-image: linear-gradient(180deg, rgb(60 60 60 / 29%) 25%, rgb(55 49 49 / 44%) 100%), url("../carmel-patna-img/whatsapp_finalall/WhatsApp Image 2024-04-04 at 09.55.08.jpeg");

    background-position: 30% 40%;
}

.the_journey_box ul li:nth-child(6) {
    background-image: url("../img/home/child-1.html");
    background-position: 70% 25%;
}

.the_journey_box ul li {
    background-size: cover;
}

.the_journey_box ul:hover li {
    width: 10%;
}

.the_journey_box ul:hover li:hover {
    width: 30%;
}


/*.the_journey_box ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

.the_journey_box ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 680px) {
    body {
        margin: 0;
    }

    .the_journey_box {
        height: auto;
    }

    .the_journey_box ul li,
    .the_journey_box ul li:hover,
    .the_journey_box ul:hover li,
    .the_journey_box ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }

    .the_journey_box ul li div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* the journey ends */


/* news and events */

.events_wrapper {
    background: #163F6D;
}

.product-details-tab-area {
    margin: 0px;
    border: none;
}

.product-details-tab-area ul>li a.active {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.news-carousel-new {
    padding: 12px;
}

.sb-title-2 i::after {
    content: "";
    background: #fff;
    width: 135px;
    height: 1px;
    position: absolute;
    top: 90%;
    left: 100%;
}

@media(max-width:768px) {
    .sb-title i::after {
        display: none !important;
    }
}

.product-details-tab-area ul>li a {
    color: #fff;
    background: none !important;
}

.nonActive {
    opacity: 1;
}

.news-img-holder img {
    display: unset;
    width: 100%;
}

.title-news-left-bold {
    font-size: 18px;
}

.event-type {
    color: #49ca9f;
    margin-bottom: 10px !important;
}

.ao-wrapper {
    padding: 30px;
}

.ao-btn a {
    background-color: #163F6D;
    color: #fff;
    font-weight: 500;
    padding: 18px 22px;
}

.ao-para h4 {
    color: #163F6D;
    font-weight: 500;
    font-size: 30px;
}


/* //news and events */


/* global style */

.common {
    padding-top: 30px;
    padding-bottom: 20px;
}


/* global style */


/* all page sidebar style */

.all-sidebar {
    /* background-color: red; */
    transform: translateY(-115px);
}

@media(max-width:768px) {
    .all-sidebar {
        /* background-color: red; */
        transform: translateY(0px);
    }
}

.all-sidebar-header {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding: 15px;
    background-color: #163f6d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#service-sidebar {
    position: sticky;
    top: 120px;
}

#service-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#service-sidebar ul {
    background-color: #ebebeb;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-bottom: 4px solid #163f6d;
}

#service-sidebar ul li a {
    display: block;
    /* background: #ebebeb; */
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-bottom: 5px;
    /*box-shadow: var(--boxshadow);*/
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

#service-sidebar ul li a:hover {
    background: #f8f8f8;
    color: #515151;
}

#service-sidebar ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

#service-sidebar ul ul {
    background-color: #ebebeb;
}

#service-sidebar ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

#service-sidebar ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}


/* all page sidebar style end */


/* about page */


/* about page */

.p-three {
    position: relative;
}

.logo-bg {
    position: absolute;
    top: 0px;
    z-index: -1;
    opacity: 0.08;
}

.small-box {
    background-color: #163f6d;
    padding: 50px;
}

.about-bg {
    background-image: linear-gradient(180deg, rgba(241, 255, 255, 0.8018557764902836) 0%, rgba(211, 235, 240, 0.7066176812521884) 25%, rgba(37, 37, 37, 0.4433123591233369) 100%), url("../ktbanners/AboutKTGS.jpg");
    height: 573px;
    width: 100%;
    background-position: 50.49% 51.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.h-t {
    top: 80%;
    left: 50%;
}

.h-t p {
    font-size: 22px;
}


@media(max-width:768px) {
    .h-t p {
        font-size: 18px !important;
    }

    .h-t h1 {
        font-size: 22px !important;
    }

    .about-bg {
        height: 400px;
    }

}

@media (min-width: 321px) and (max-width: 479px) {
    .about-page2-area {
        padding-top: 20px !important;
    }
}

.all-title {
    color: #163f6d;
    font-weight: 600;
    font-size: 36px;
}

@media(max-width:992px) {
    .p-two {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


/* arts sports and culture page */

.arts {
    text-align: left !important;
}

.arts-sports-content {
    text-align: left !important;
}

.arts-sports-content h2,
.arts-sports-content p {
    text-align: left !important;
}

.arts-sports-content h2 {
    font-weight: 600;
    font-size: 36px;
    /* font-style: italic; */
    position: relative;
}



.art-section {
    background-color: #163f6d;
}

.go-down {
    transform: translateY(67px);
}

.go-middle {
    transform: translateY(60px);
}


/* arts sports and culture page end */


/* news & events page */

.n-v {
    padding: 20px;
}

.navbox1 {
    background-color: #163F6D;
}

.navbox2 {
    background-color: #49ca9f;
}

.nv-contact {
    color: #49ca9f;
}

.nv-contact:hover {
    color: #fff;
}

.news-box-title h4 {
    color: #163F6D;
    font-weight: 500;
}

.news-box {
    padding: 20px 10px;
    /* height: 350px; */
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-box .join-now-btn {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.news-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border: 1px solid #fff; */
}

.events_wrapper .owl-nav {
    display: none;
}

.shrt-desc {
    font-size: 16px;
    /* font-weight: bold; */
    padding-bottom: 10px;
}

@media (max-width:480px) {
    .events_wrapper .owl-nav {
        display: block;
    }
}

.news-details-box {
    margin-bottom: 0px;
}

.news-details-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    height: 380px;
    margin-top: 5px;
}

@media (max-width:992px) {
    .news-details-box {
        height: 315px;
    }
}

@media (max-width:768px) {
    .news-details-box {
        height: auto;
    }
}
@media (max-width:567px) {
    .news-details-box {
        height: 392px;
    }
}

.news-details-box .join-now-btn:hover {
    color: #000 !important;
}

.news-details-box {
    position: relative;
}

.news-details-box .join-now-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 15px;
}

/* news & events page end */


/* admission team */

.btn-phone {
    background: #49ca9f;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.admission-team-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}

.lecturers-img-wrapper img {
    height: 260px;
    object-fit: contain;
}

.download-option p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    /* font-style: italic; */
}

.req-visit {
    background-color: transparent;
    border: 2px solid #fff;
    /* font-style: italic; */
}

.Virtual-tour {
    background-color: #163F6D;
    color: #fff;
    /* font-style: italic; */
    border: 2px solid #163f6d;
}

.logo-area img {
    width: 70px !important;
}


/* new header */

.overlay-header {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #163f6d;
    overflow: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /* top: 8%; */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-header::before {
    content: "";
    position: absolute;
    height: 110%;
    width: 50%;
    /* background-color: red; */
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 53%) 59%, rgb(0 0 0 / 76%) 100%), url(../img/home/menu-banner.webp);
    opacity: 1;
}

.cnt-menu {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
    padding: 5px 0px !important;
    position: relative;
}

.overlay-header a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.oveoverlay-headerrlay a:hover,
.overlay-header a:focus {
    color: #f1f1f1;
}

.overlay-header .closebtn {
    position: absolute;
    top: 0%;
    right: 45px;
    font-size: 60px;
    color: #fff;
    z-index: 9999999;
}

.overlay-header-menu img {
    background-color: #fff;
}

.overlay-logo {
    position: absolute;
    top: 15%;
    right: 20px;
    opacity: 0.3;
    z-index: -1;
}

.overlay-logo img {
    height: 396px !important;
}

.nav-enquiry-btn {
    background-color: #49ca9f!important;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.navigation-phone ul a {
    font-size: 18px;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .overlay-header a {
        font-size: 20px
    }

    .overlay-header .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.scrollDisabled {
    position: fixed;
    margin-top: 0;
    width: 100%;
    overflow-y: scroll;
}

.float-right-toggle {
    float: right !important;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #163f6d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-right-toggle i {
    font-size: 18px;
    color: #fff;
}

#wrapper {
    margin-left: 10px;
    width: 150px;
    height: 200px;
    padding: 0px;
    background-color: #D0D0D0;
}

#wrapper p {
    margin: 5px;
    padding: 5px;
    color: gray;
    font-family: Veranda, Ariel, Sans-Serif;
    font-size: 12px;
    letter-spacing: 1px;
}

#wrapper ul {
    font-family: Veranda, Ariel, Sans-Serif;
    font-size: 16px;
    padding: 0px;
    list-style: none;
    letter-spacing: 2px;
    text-align: center;
}

#wrapper ul li {
    display: block;
    position: relative;
    width: 150px;
}

#wrapper li ul {
    display: none;
    margin: 0;
}

#wrapper ul li a {
    display: block;
    text-decoration: none;
    background: gray;
    color: #000;
    border-top: 2px solid #666;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}

#wrapper ul li a:hover {
    background: #949494;
}

#wrapper li:hover ul {
    display: block;
    position: absolute;
}

#wrapper li:hover li {
    float: left;
    font-size: 11px;
}

#wrapper li:hover a {
    background: #A0A0A0;
}

#wrapper li:hover li a:hover {
    background: #C2C2C2;
}

#wrapper ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.navigation-sidebar ul {
    text-align: left;
}

/* .navigation-sidebar ul li:hover {
   background-color: orange;
     transition: 0.5s ease-in-out;
} */

.navigation-sidebar ul li {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
    padding: 5px 30px;
}

.navigation-sidebar ul li {
    position: relative;
}

.navigation-sidebar ul li:before {
    content: "\00BB";
    position: absolute;
    left: 0;
    /* top: 50%; */
}

.nv-active:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.nv-active:hover:after {
    width: 100%;
}

.nv-menu {
    transform: unset !important;
}

.nav-sub-menus a,
.has-sub-menu {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.nav-sub-menus a:hover {
    color: #49ca9f;
    text-decoration: underline;
}

.nav-sub-menus {
    text-align: left;
}

.has-sub-dropdown li a {
    color: #49ca9f;
    font-size: 18px;
}


/* Safety and wellbeing */

.safety-bg {
    background-image: linear-gradient(180deg, rgb(25 20 20 / 50%) 25%, rgb(55 49 49 / 44%) 100%), url("../img/livingktgs/security-banner.webp");
    height: 573px;
    width: 100%;
    /* height: 450px!important; */
    /* background-position: center; */
    background-position: 50.49% 51.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wellbeing-bullets {
    list-style: disc;
    padding-left: 20px;
}


/* new header end */

.sliderlink-para {
    padding: 10px;
    background: rgba(22, 63, 109, 0.1);
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}


/* a typical day */

.time-box-details {
    min-height: 78px;
    /* border: 1px solid #163f6d; */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 5px;
    padding: 9px;
}

.time-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: grey;
}

.time-box {
    padding-top: 20px;
}

.time-box h4 {
    font-size: 20px;
    font-weight: 400;
    color: #163F6D;
}

.times {
    height: 100%;
    width: 100%;
}

.time-table-wrapper {
    padding: 20px;
}

.time-box-details:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


/* boarding page */

.boarding-img-1 img {
    transform: translateY(90px);
}

.apply-btn-wrappper {
    width: 50%;
    margin: auto;
}

.ap-btn {
    background-color: transparent;
    border: 1px solid #163F6D;
    color: #163F6D;
    font-weight: 500;
    padding: 20px 20px;
    transition: 1s;
}

.ap-btn:hover {
    background-color: #163F6D;
    color: #fff;
}

.doorstep-content {
    padding: 45px;
    background-color: #F1F1F1;
}

.quick-step-box {
    padding: 15px;
    /* background-color: #163F6D; */
    background: url('../img/others/abstract-blue-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s;

}

.quick-step-box:hover {
    background-color: #49ca9f;
}

@media(max-width:768px) {
    .boarding-img-1 img {
        transform: unset !important;
        padding-bottom: 10px;
    }

    .boarding-img-1 {
        justify-content: center !important;
    }

    .arts-sports-content {
        padding-top: 10px;
    }

    .arts-sports-content h2::after {
        display: none;
    }

    .boarding-small-box {
        padding: 11px;
    }

    .doorstep-content {
        padding: 11px;
    }
}


/* video banner controllers */

.video-control-btn ul {
    gap: 20px;
}

.video-control-btn ul li i {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.video-banner-wrapper {
    position: relative;
}

.video-control-btn {
    position: absolute;
    bottom: 15%;
    right: 5%;
}


/* video banner controllers end */


/* homepage quote */

.quote {
    padding: 0px;
    position: relative;
}

.quote::before {
    content: "";
    position: absolute;
    left: 109px;
    top: 0;
    height: 150px;
    width: 150px;
    background-image: url(../carmel-patna-img/cr-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.quote blockquote {
    font-size: 22px;
    font-weight: 400;
    color: #163f6d;
    text-align: justify;
    padding: 0 0px;
    font-family: 'Bubblegum Sans', cursive;
}

@media(max-width:1200px) {
    .quote {
        padding: 20px;
    }
}

@media(max-width:992px) {
    .quote {
        padding: 10px;
    }

    .quote blockquote {
        font-size: 20px;
        padding: 0px 0px;
    }
}

.quote-author {
    font-size: 18px;
    font-weight: 300;
    color: #163F6D;
    font-family: 'Bubblegum Sans', cursive;
}


/* faq page */

.faq-section {
    background-color: #f8f8f8;
}

.f-a-q button {
    background-color: #163F6D;
    color: #fff;
    font-weight: 500;
}

.f-a-q button::after {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.f-a-q button:not(.collapsed) {
    background-color: #163F6D;
    color: #fff;
}


/* advisor page */

.advisors-single {
    padding: 50px;
    background-color: #f8f8f8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.advisors-title {
    font-weight: 500;
    color: #163F6D;
}

.advisors-img img {
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 10%), 0 4px 4px rgb(0 0 0 / 10%), 0 8px 8px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 1);
}


/* pay-now page  */

.payment-gateway-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-form-wrapper {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 28px 25px;
    border-radius: 15px;
}

.pay-btn {
    background-color: #163F6D;
    color: #fff;
}

.pay-cancel-btn {
    background-color: transparent;
    border: 1px solid #163F6D;
    color: #163F6D;
}

.payment-form-wrapper form .form-group .form-control {
    border-radius: 10px;
}

.money {
    background-color: #163F6D;
    color: #fff;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.check-now {
    color: #898484;
    font-size: 18px;
    line-height: 20px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.payment-icons i {
    color: #198754;
}

.p-wrap p {
    font-size: 22px;
}

.payment-icons h1 {
    font-size: 35px;
}

.payment-icons i {
    font-size: 50px;
}

@media (max-width:768px) {
    .payment-gateway-wrapper {
        height: 80vh;
    }
}


/* pay-now page  */



.sec-wrap {
    padding: 0 20px;
    position: relative;
}

.sec-wrap::before {
    content: "";
    position: absolute;
    right: 55px;
    top: 0;
    height: 200px;
    width: 200px;
    background-image: url(../carmel-patna-img/cr-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.menu-ld {
    color: #163F6D !important;
}

.menu-ld:hover {
    color: #49ca9f!important;
}

nav#desktop-nav ul li a {
    color: #fff !important;
    font-weight: 100;
}

nav#desktop-nav ul li a:hover {
    /* color: #49ca9f!important; */
    /* font-size: 27px; */
}


/* welcome from school head */
.school-head {
    background-image: linear-gradient(180deg, rgb(107 99 99 / 54%) 0%, rgb(86 77 77 / 40%) 25%, rgba(0, 0, 0, 0.52) 100%), url("../img/others/kt_head_1.webp");
    height: 573px;
    width: 100%;
    background-position: top !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.school-head-img {
    position: relative;
}

.school-head-qoute {
    position: absolute;
    left: 10%;
    bottom: -8%;
    max-width: 350px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;


}

.principal-qt {
    color: #49ca9f !important;
    font-size: 35px;
}

.school-head-msg {
    padding: 20px;
    background-color: #163F6D;
}

.school-head-msg {
    position: relative;
}

.school-head-msg::after {
    content: "";
    position: absolute;
    right: 55px;
    top: 0;
    height: 200px;
    width: 200px;
    background-image: url(../img/home/ktglobalschool_logo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}



/* outreach */
.outreach-banner {
    background-image: linear-gradient(180deg, rgb(107 99 99 / 54%) 0%, rgb(86 77 77 / 40%) 25%, rgba(0, 0, 0, 0.52) 100%), url("../ktbanners/outreach-banner1.webp");
    height: 573px;
    width: 100%;
    background-position: top !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ot-img-para {
    padding: 20px;
    position: relative;
}

.ot-img-para::after {
    content: "";
    position: absolute;
    right: 55px;
    top: 50%;
    height: 200px;
    width: 200px;
    background-image: url(../img/home/ktglobalschool_logo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.out-reach-s2-para {
    padding: 0 20px;
}

.out-reach-s2 {
    background-color: #163F6D;
}

.out-reach-s2-img {
    position: relative;
    top: -80px;
}

.out-reach-li {
    padding: 0 30px;
}

.out-reach-li li {
    position: relative;
}

.out-reach-li li::before {
    content: "\2192";
    position: absolute;
    left: -20px;
}

.or-programme-msg .col-lg-4 {
    padding: 0px;
}

.or-programme-img {
    position: relative;
}

.or-programme-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.or-programme-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.or-programme-title {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    z-index: 9;

}

/* outreach */


/* infrastructure page */
.infra-sec-1 {
    padding: 20px 50px;
}

.lab-img-2 {
    position: relative;
    bottom: -50px;
}

.appoint-btn {
    background-color: #49ca9f;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 30px;
    transition: 1s ease;

}

.appoint-btn:hover {
    background-color: transparent;
    border: 1px solid #49ca9f;
    color: #49ca9f;
    padding: 20px 30px;
}

.make_appointment_wrapper {
    padding: 40px 30px;
    background-image: url('../img/others/make_apointment_bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.appointment-title-wrapper,
.appoint-btn-wrapper {
    position: relative;
    z-index: 9;
}

.make_appointment_wrapper {
    position: relative;
}

.make_appointment_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.tab-sec-btns {
    background-color: #163F6D;
    min-height: 150px;
}

.tab-sec-btns h5 {
    color: #fff;
    margin: 0;
}

.tab-sec-details-wrapper {
    border: 2px solid #49ca9f;
}

.tab-sec-btns-active {
    background-color: #49ca9f;
}

.library-wrapper {
    background-image: url('../img/others/library.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
@media(max-width: 768px) {
    .library-wrapper {
      background-image: unset!important;
    }
  }

.dining-wrapper {
    background-image: url('../img/others/dining-hall.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media(max-width: 768px) {
    .dining-wrapper  {
      background-image: unset!important;
    }
  }

.library-title {
    background-color: #fff;
    padding: 20px;
}

.whitebgheader {
    background: #fff;
}



/* style optimizing for mac devices */
.fix-heightaa {
    height: 350px !important;
    min-height: 100%;
    width: 100%;
}

/* infrastructure page */

/* mission vision */
.missio-vision-para-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

/* new header responsive */
@media (max-width:992px) {
    .new-header-li {
        display: none;
    }
}

/* new header responsive */
.msn {
    background-image: linear-gradient(45deg, #163f6dea, #163f6dea), url('../img/home/ktgsschool.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vsn {
    background-image: linear-gradient(45deg, #163f6dea, #163f6dea), url('../img/others/vision2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.misiion-vision .col-lg-6 {
    padding: 0;
}

/* mission vision */

/* admission page */
.admission-rule li {
    list-style-type: disc;
}

.admission-rule {
    padding-left: 15px;
}

.line-art-sec img {
    opacity: 0.1;
}

/* admisson page */



/* boarding page */
.wakeup {
    background: linear-gradient(180deg, rgb(8 7 7 / 54%) 0%, rgb(0 0 0 / 58%) 25%, rgb(0 0 0 / 60%) 100%), url('../img/others/wake-up.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.arrival {
    background: linear-gradient(180deg, rgba(8, 7, 7, 0.54) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.52) 100%), url('../img/others/transport.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

.day-border-breakfast {
    background: linear-gradient(180deg, rgb(8 7 7 / 54%) 0%, rgba(0, 0, 0, 0.43) 25%, rgba(0, 0, 0, 0.35) 100%), url('../img/others/dayborder-break.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

.dayboarder-class-time {
    background: linear-gradient(180deg, rgba(8, 7, 7, 0.26) 0%, rgba(0, 0, 0, 0.24) 25%, rgba(0, 0, 0, 0.25) 100%), url('../img/others/day-border-classtime.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

.mental-wellness {
    background: linear-gradient(180deg, rgba(8, 7, 7, 0.29) 0%, rgba(0, 0, 0, 0.32) 25%, rgba(0, 0, 0, 0.35) 100%), url('../img/others/mental-wellnes.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

.departure {
    background: linear-gradient(180deg, rgba(8, 7, 7, 0.29) 0%, rgba(0, 0, 0, 0.32) 25%, rgba(0, 0, 0, 0.35) 100%), url('../img/others/departure.webp');
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

.bordertime {
    font-size: 40px;
}

.borderheader {
    font-size: 28px;
}

.bordertitle {
    font-size: 18px;
}

.all-sub-title {
    color: #163f6d;
    font-weight: 600;
    font-size: 24px;
}

.breakfast-sec {
    background: url('../img/others/dining.webp');
    /* padding: 60px 20px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.day-boarderbreakfast-sec {
    background: url('../img/others/dayborder-break.webp');
    /* padding: 60px 20px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.breakfast-container {
    background: url('../img/others/abstract-blue-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
}

.recreational-wrapper {
    position: relative;
    top: 50px;
}

.class-time-wrapper {
    position: relative;
}

.showed-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: all;
    width: 100%;
    text-align: center;

}

.class-time-wrapper:hover>.showed-title {
    display: none;
}

.class-time-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.recreational-wrapper {
    position: relative;
}

.recreational-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}




.recreational-wrapper:hover>.showed-title {
    display: none;
}

.home-tutor-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: url('../img/others/home-tutor.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-tutor-img::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #49ca9f;
    right: -50px;
    bottom: 20%;

}

.home-tutor-img::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #49ca9f;
    right: -50px;
    top: 0;

}

.house-tutor {
    background-color: #163F6D;
}

.sporting-title-wrapper,
.sporting-para-wrapper {
    padding: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.hero-text h1 {
    color: #ffffff;
    /* background: #163f6d; */
    padding: 10px 20px;
    font-size: 42px;
}

.hero-text h1 b {
    color: #49ca9f;
    font-size: 48px;
}

/* boarding page */


@media (max-width:1200px) {
    .out-reach-s2-img {
        position: relative;
        top: 0 !important;
    }
}

@media (max-width:992px) {
    .home-tutor-img {
        display: block;
        margin: auto;
    }

    .recreational-wrapper {
        top: 0px;
    }

    .home-tutor-img::after {
        width: 30px;
        height: 30px;
        left: 0;
    }

    .home-tutor-img::before {
        width: 20px;
        height: 20px;
        left: 0;
    }
}


@media (max-width:768px) {
    .kinder-points {
        font-size: 16px;
    }

    .quick-steps {
        padding-top: 50px;
    }

    .responsive-bg {
        height: 276px;
    }

    .pt-sm {
        padding-top: 50px;
    }

    .pb-sm {
        padding-bottom: 10px !important;
    }

    .school-head-qoute {
        position: static;
        max-width: none;
    }

    .banner-optimized {
        height: 178px !important;
    }

    .h-t {
        top: 50%;
    }

    .outreach-title {
        font-size: 18px;
    }

    .lab-img-2 {
        position: static;
    }

    .common {
        padding-bottom: 0px;
    }

    .tab-sec-btns {
        min-height: 50px;
    }

    .appoint-btn-wrapper {
        justify-content: flex-start !important;
    }

    .m-title,
    .all-title,
    .reigning-txt,
    .video-title,
    .student-journey,
    .arts-sports-content h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .product-box1 .product-social li {
        height: auto;
        width: auto;
    }

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

@media (max-width:567px) {
    .infra-sec-1 {
        padding: 20px 4px;
    }
}



/* kindergarten css starts */
.kinder-bg {
    background-image: url('../carmel-patna-img/carmel-slider01.webp');
    height: 573px;
    width: 100%;
    background-position: 0.49% 93.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.kinder-txt {
    padding: 175px 55px 10px;
    background-color: rgb(0 33 71 / 84%);
    margin-top: 30px;
    margin-bottom: 20px;
}

.kinder-title {
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    position: relative;
    bottom: 142px;
}

.kinder-points {
    color: white;
    font-size: 20px;
    list-style: square;
    text-align: left !important;
    padding-left: 10px;
}

.video-title {
    font-size: 35px;
    color: #163f6d;
    font-weight: 600;
    /* font-style: italic; */
}

.tab-section {
    padding: 20px;
}

.nav-link.active.tabs-act {
    border-color: #fafaff #fafaff#49ca9f !important;
    border: 5px solid transparent;
    border-radius: 7px;
}

.chess-section {
    padding: 10px;
}

.activitychess-img {
    height: 365px;
    width: 500px;
}

.activity-title {
    font-size: 29px;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: 500;
    color: #002147;
}

.chess-para {
    font-size: 16px;
}

.activitybasket-img {
    height: 365px;
    width: 500px;
    margin-left: 80px;
}

.activityplanting-img {
    height: 365px;
    width: 500px;
    margin-right: 80px;
}


.reigning_champions_section {
    background-image: url("");
    width: 100%;
    background-position: 63.42% 54.08%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.kinder-bullets-section {
    background-color: #012749;
    padding: 50px 50px 70px 35px;
    color: #fff;
    text-align: center;
    position: relative;
}

.reigning-txt {
    color: #ffff;
    font-size: 45px;
    font-weight: 600;
}

.gallery-area-new {
    padding: 0px 0 93px;

}

.curriculum-txt {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.jet-icon {
    padding-right: 5px;
    font-size: 18px !important;
    color: #163f6d;
    font-weight: 600;
}

.prgms-list {
    padding-left: 10px;
}

.quality-standrd {
    padding-top: 15px;
}

.early-program-img {
    text-align: center;
}

.early-img {
    width: 77%;
    height: auto;
}

@media(max-width:980px) {
    .about-page2-inner-kinder {
        flex-direction: column-reverse;
    }
}

.student-journey {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    color: #163f6d;
}

.journey_link_txt {
    font-size: 20px;
    font-weight: 500;
    color: #ffff;
}

/* primary css starts */
.primary-bg {
    background-image: linear-gradient(180deg, rgb(107 99 99 / 54%) 0%, rgb(86 77 77 / 40%) 25%, rgba(0, 0, 0, 0.52) 100%), url('../ktbanners/ktgs-learning-banner2.webp');
    height: 573px;
    width: 100%;
    background-position: 50.49% 51.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* middle css starts */
.middle-bg {
    background-image: linear-gradient(180deg, rgb(107 99 99 / 54%) 0%, rgb(86 77 77 / 40%) 25%, rgba(0, 0, 0, 0.52) 100%), url('../ktbanners/ktgs-learning-banner5.webp');
    height: 573px;
    width: 100%;
    background-position: 50.49% 51.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* secondary css starts */
.secondary-bg {
    background-image: linear-gradient(180deg, rgb(107 99 99 / 54%) 0%, rgb(86 77 77 / 40%) 25%, rgba(0, 0, 0, 0.52) 100%), url('../ktbanners/ktgs-leraning-secondary.webp');
    height: 573px;
    width: 100%;
    background-position: 50.49% 51.73% !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* new admission page */
.multistep-form-area {
    background-color: #163f6d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.procedure_box {
    /* border: 15px solid #49ca9f; */
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
    min-height: 256px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    text-align: center;
    /* border-top:5px solid #49ca9f; */

}

.know_more_btn {
    background-color: #49ca9f;
    padding: 20px 40px;
    color: #fff;
}

.a-o-p-para {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 50px 25px;
    position: relative;
    right: -185px;
    border-radius: 10px;

}

.all_sports_img img,
.adm {
    display: block;
    margin: auto;
}

.ad-inf-btns {
    gap: 10px;
}

.adm-virtual {
    background-color: #163f6d;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.adm-virtual:hover {
    color: #49ca9f;
    background-color: transparent;
    border: 2px solid #163f6d;
}


.procedure_title {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #49ca9f;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.procedure_title h2 {
    font-weight: 600;
    color: #fff;
}

.admission_procedure {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (max-width:992px) {
    .a-o-p-para {
        right: 0px;
    }

    .out-r-img img {
        height: 100%;
    }
}

/* new admission page */


@media (max-width:768px) {
    .kinder-bullets-section {
        padding: 15px;
    }

    .reigning-txt {
        font-size: 20px;
    }

    .kinder-points {
        font-size: 16px;
    }

    .gallery-area-new {
        padding: 0 0 50px;
    }

    .tab-section {
        padding: 0px;
    }

    .early-img {
        width: 100%;
    }

    .row-alt {
        flex-direction: column-reverse;
    }

    .form-box h2 {
        font-size: 18px;
    }

    .admission_forms {
        padding-top: 0px;
    }

    .admission_procedure,
    .f-title {
        padding-top: 50px;
    }
}

/* new life-at-ktgs */

.classroom-sec {
    background-image: linear-gradient(180deg, rgba(8, 7, 7, 0.54) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.52) 100%), url("../img/others/classroom-new.webp");
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
}

/*new-modified-css */
.journey-title {
    text-align: center;
}

@media(max-width:768px) {
    .journey-para {
        display: none;
    }

    .sliderlink-para {
        position: relative;
        top: 56%;
        background: rgb(22 65 109 / 53%);
        border: none
    }
}





/* life at ktgs */
.lif_kt {
    background-color: #163f6d;
}

.car-img {
    position: relative;
}

.car_img_2 {
    position: absolute;
    bottom: -20%;
    left: -20%;
}

.kt_car_slide .carousel-control-next,
.kt_car_slide .carousel-control-prev {
    /* position: static!important; */
    top: unset;
    transform: translate(-45%, -45%);
    background-color: #49ca9f;
    opacity: 1;
}

.kt_car_slide .carousel-control-next {
    width: unset;
    right: 45%;
    bottom: 0;
    width: 4%;
}

.kt_car_slide .carousel-control-prev {
    width: unset;
    left: 45%;
    bottom: 0;
    width: 4%;
}

.out-r-img img {
    height: 503px;
}

.adm-100 {
    height: 425px;
}


/* admission open floating icon */
.admission_open_wrapper {
    position: fixed;
    top: 36%;
    right: -58px;
    transform: rotate(270deg);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 9;
}

.admission_open_wrapper a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: 1s;
    background-color: #49ca9f;
    padding: 26px 15px;
}

.admission_open_wrapper a:hover {
    color: #000;
}

.admi-wrap {
    position: relative;
}

.cl-btn {
    position: absolute;
    right: 0px;
    top: 45px;
    background-color: #fff;
    border-radius: 0 !important;
}

/* admission open floating icon */
/* vision mission */
.mission-vision-para-img img {
    height: 388px;
}

/* vision mission */
.adm_submit {
    background-color: #49ca9f!important;
    color: #fff !important;
    font-size: 18px;
}

.webinar_card_wrapper .card-footer {
    background-color: #002147;
}

.webinar_card_wrapper .card-footer small a {
    color: #fff;
}

.webinar_card_wrapper img,
.webinar_card_wrapper .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* WEBINAR PAGE */



/* floating social icon */
.social_nav {
    position: fixed;
    width: 52px;
    top: 23%;
    left: 0;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.social_nav li {
    height: 45px;
    position: relative;
}

.social_nav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_nav li:nth-child(1) a {
    background: #4267b2;
}

.social_nav li:nth-child(2) a {
    background: #1da1f2;
}

.social_nav li:nth-child(3) a {
    background: #e1306c;
}

.social_nav li:nth-child(4) a {
    background: #2867b2;
}

.social_nav li:nth-child(5) a {
    background: #ff0000;
}

.social_nav li a i {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 15px;
}

.social_nav li a span {
    font-weight: bold;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    display: none;
    font-size: 16px;
}

.social_nav a:hover {
    z-index: 1;
    width: 150px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.social_nav ul li a:hover span {
    display: block;
    padding-left: 30%;
}


/* floating social icon */


@media (max-width:992px) {
    .out-r-img img {
        height: 330px;
        width: 100%;
    }

    .adm-100 {
        height: 330px;
    }

    .mission-vision-para-img img {
        height: 330px;
    }
}

@media (max-width:768px) {
    .adm-100 {
        height: 230px;
    }

    .mission-vision-para-img img {
        width: 100%;
    }

    .classroom-sec {
        height: unset;
    }

    .bordertitle {
        font-size: 15px;
    }

    .classroom-sec {
        padding: 20px 10px;
    }

    .social_nav {
        display: none;
    }

    .admission_open_wrapper {
        top: 68%;
    }
}


@media (max-width:768px) {
    .kt_car_slide {
        width: unset !important;
    }

    .kt_car_slide .carousel-control-prev {
        left: 90%;
    }

    .kt_car_slide .carousel-control-next {
        right: 0;
    }

    .admission_open_wrapper a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .admission_open_wrapper {
        right: -50px;
    }
}

/* gallery */
.kt_gallery_box {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px #eae4e4;
    overflow: hidden;
    height: 161px;
    object-fit: cover;
    margin-top: 5px;
}

.kt_gallery_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    border-radius: 5px;
}

.kt_gallery_overlay {
    position: absolute;
    bottom: 0;
    /* background-color: #fcfcfc; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 10px;
}

.kt_gallery_overlay h6 {
    font-size: 22px;
}

.kt_gallery_overlay h6 {
    z-index: 9;
}

/* Awards and Achievements */
.certi-box {
    padding: 20px 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color: #163f6d;
}

.award-desc h4 {
    font-size: 20px;
    font-weight: 500;
    color: #163f6d;
}

.kt-award-para {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width:768px) {
    .award-desc h4 {
        padding-top: 10px;
    }

    .admission_open_wrapper {
        display: block !important;
    }
}


.t-blue a {
    color: #000 !important;
}



/* new header design 8.11.2023 */

.sticky-m-head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    border-bottom: 2px solid #163f6d;
}

.header-5 {
    background-color: #f0f0f0;
}

.header-5-sticky {
    position: fixed;
    width: 100%;
    background-color: #f8f8f8 !important;
    z-index: 9999;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    border-bottom: 2px solid #fff;

}

.btn-proceed {
    background-color: #163f6d;
    color: #fff;

}

.admission_slider_img img {
    border-radius: 5px;
}

.mobile_banner {
    position: relative;
    height: 245px;
    padding-top: 62px;
    background-image: linear-gradient(0deg, rgb(8 7 8 / 22%), rgb(32 30 30 / 35%)), url("../img/home/ktgsschool.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: end;

}

.inq_header h3 {
    color: #163F6D;
    text-decoration: underline;
}


@media (max-width:768px) {
    .admission-bg {
        background: none;
    }

    .h-t h1 {
        color: #fff !important;
        font-size: 18px !important;
    }

    .hero-text h1 b {
        font-size: 20px !important;
    }

    .admission-bg .h-t {
        display: none;
    }

    .mobile_banner_wrapper {
        display: block !important;
    }

    .admission-bg {
        padding-top: 20px !important;
        padding-bottom: 0;
    }

    .mobile_banner_content .h-t h1 {
        color: #fff !important;
    }
}

.inquire_btn1 {
    background-color: #163F6D;
    color: #fff;
}

.inqu_modal_body {
    background-color: #f8f8f8;
}

#submit_form {
    background-color: #49ca9f!important;
}

.pay-online-wrapper {
    background-color: #f8f8f8;
}

.pay-title h3 {
    text-align: center;
    color: #163F6D;
    font-weight: 600;
    text-decoration: underline;

}

.btn-pay {
    background-color: #163F6D;
    color: #fff;
}

.btn-pay:hover {
    background-color: #fff;
    border: 1px solid #163F6D;
}

.accept small {
    color: #a5a5a5 !important;
}

.banner-optimized {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-only {
    background-color: transparent !important;
    border: 2px solid #49ca9f!important;
    color: #49ca9f!important;
}

.kt-banner-slider-wrapper .carousel-indicators [data-bs-target] {
    opacity: 1;
}

.kt-banner-slider-wrapper .carousel-indicators .active {
    background-color: #49ca9f;
}

.kt-banner-slider-wrapper .carousel-control-prev,
.kt-banner-slider-wrapper .carousel-control-next {
    display: none;
}

@media (max-width:991px) {
    .m-flex-col {
        flex-direction: column-reverse;
    }
}

@media (max-width:768px) {
    .pay-online-wrapper {
        padding-top: 125px !important;
    }


}


.faculties_box img {
    object-fit: cover;
}

/* faculties page */
.faculty_box img {
    max-width: 100%;
    display: block;
}

.faculty_box ul {
    list-style: none;
}

/* Utilities */
.faculty_box::after,
.faculty_box img {
    border-radius: 50%;
}

.faculty_box,
.stats {
    display: flex !important;
    justify-content: center;
}

.faculty_box {
    padding: 2.5rem 2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .5);
    /* max-width: 500px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 1rem;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}

.faculty_box::before,
.faculty_box::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.faculty_box::before {
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    border-radius: 10px;
    top: -.7rem;
    left: -.7rem;
}

/* .faculty_box{
    background-image: url('../../img/home/ktglobalschool_logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
  } */
.faculty_box:hover::after {
    height: 15rem;
    width: 15rem;
    background-color: #003768;
    top: -8rem;
    right: -8rem;
    box-shadow: 2rem 6rem 0 -3rem #FFF;
    transition: 1s ease-in-out;
}

.faculty_box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: auto;
    box-shadow: 0 0 0 5px #FFF;
    border: 2px solid #002147;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.name h4 {
    font-size: .8rem;
    color: #333
}

.text {
    font-size: .9rem;
    margin-bottom: 1rem;
}

.stats {
    margin-bottom: 1rem;
}

.stats li {
    min-width: 5rem;
}

.stats li h3 {
    font-size: .99rem;
}

.stats li h4 {
    font-size: .75rem;
}

.links button {
    font-family: 'Poppins', sans-serif;
    min-width: 120px;
    padding: .5rem;
    border: 1px solid #222;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all .25s linear;
}

.links .follow,
.links .view:hover {
    background-color: #222;
    color: #FFF;
}

.links .view,
.links .follow:hover {
    background-color: transparent;
    color: #222;
}

@media screen and (max-width: 450px) {
    .faculty_box {
        display: block;
    }

    .infos {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .links button {
        min-width: 100px;
    }
}

#ads {
    z-index: 999999;
}

.modern_admission {
    height: 331px;
}

/* homepage banner */
.kt-banner-slider-wrapper .carousel-indicators {
    bottom: 4%;
}

@media (max-width:991px) {
    .kt-banner-slider-wrapper .carousel-indicators {
        bottom: 0%;
    }

    .logo-area img {
        height: 45px !important;
    }

}

/* @media (max-width:1200px) {
    .logo-area img{
        height: 70px!important;
    }
} */
.cbse_logo {
    height: 75px;
}



.cbse_title {
    color: #16416D;
    font-weight: 600;
    font-size: 22px;
}

.cbse_subtitle {
    color: #16416D;
    font-weight: 500;
    font-size: 13px;
    word-spacing: 2px;
}

.cbse_title_wrapper {
    border-left: 1px solid #16416D;
    border-right: 1px solid #16416D;
    padding: 5px;
    margin: 5px;
    text-align: center;

}

@media (max-width:991px) {
    .cbse_title {
        font-size: 11px !important;
    }

    .cbse_subtitle {
        font-size: 9px !important;
        word-spacing: 0px;
    }
}

.cbse_logo img {
    height: 60px;
    width: auto;
}

.cbse_title_adm {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

@media (max-width:1366px) {
    .header4-area .header-top-area .header-top-right ul li a {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .header4-area .header-top-area .header-top-right ul li a {
        font-size: 11px;
    }
}

.bottom-head{
    align-items: end!important;
}
/*
@media (max-width:567px) {
    .newsbox-h{
        height: 405px!important;
    }
} */
