@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
p{
    font-weight: 500;
    color: #000b22ea !important;
}
/*-----*/
.container {
    max-width: 1310px;
}

.row-scroll {
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    animation: scrollLeft 20s linear infinite;
}

.row-scroll:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(90%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*---------*/
.tab-bg {
    box-shadow: 0px 0px 10px 0.1px #00000012;
    background-color: #00000000;
    margin-bottom: 20px;


}

.tab-img {
    height: 40px;
    width: auto;
    margin-right: 20px;
}

.tab-cont-main {
    padding: 20px;
    border-radius: 0px;
    background-color: #fff !important;
    min-height: 463px;
    width: auto;
    color: #000 !important;
}

.tab-cont-main p {
    color: #000 !important;
}

h5,
h6 {
    font-weight: bold;
}
.nav-tabs{
    border: none;
    border-bottom: 0.0625rem solid #D8D8D8;
}
.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000b22 !important;
    border-top: none ;
    border-right: 1px solid #c4c8d1 !important;
    border-left: none;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.nav-tabs .nav-link.active {
   background-color: #fff;
   border-bottom: none;
}

.banner {
    overflow: hidden;
}

@media (min-width:370px) and (max-width:767px) {
    .tab-bg {
        display: flex;
        /*flex-direction:column;*/
        width: auto;
    }

    .tab-cont-main {
        width: auto;
    }

}

@media (min-width:370px) and (max-width:575px) {
    .top_menu .logo-img {
        display: flex !important;
        justify-content: center !important;
    }
}


@font-face {
     font-family: kruti dev;
    src: url('./fonts/k010.ttf') format("truetype");
}

.hinditext {
    font-family: kruti dev;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
}

.py_50 {
    padding: 50px 0;
}

.py_70 {
    padding: 70px 0;
}

.my_50 {
    margin: 50px 0;
}

.my_70 {
    margin: 70px 0;
}

.mt_50 {
    margin-top: 50px;
}

.mt_70 {
    margin-top: 70px;
}
p{
	font-family: 'Poppins', sans-serif;

}

header {
    background-color: #fff;

}

.top_menu .h4 {
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: #16294a;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 10px;
}

.top_menu .h6 {
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #16294a;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
}


.top_menu .pr{
    font-style: normal;
    font-size: 27px;
    line-height: 12px;
    color: #16294a;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 8px;
}




.btn_head {
    background-color: rgb(1 69 80);
    color: #fff;
    margin-right: 10px;
}

.btn_head:hover {
    background-color: rgb(1 69 80);
    color: #fff;
}

.top_menu .logo {
    height: 120px;
}

.top_menu .logo-2 {
    width: 100px;
    height: 140px;
}

.title {
    width: 100%;
    height: 4px;
    background-color: #A51C30;
    position: relative;
}

.title_content {
    position: absolute;
    top: -35px;
    padding: 10px 50px 10px 40px;
    background-color: #fff;
}

.text-thm {
    color: #4852d3;
}

/* menu */
:root {
    --color-white-100: hsl(206, 5%, 100%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 60%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: hsl(333, 71%, 50%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--color-pink-500);
}

.header {
    position: relative;
    width: 100%;
    height: fit-content;
    z-index: 100;
    margin: 0 auto;
    background: #ad2e20;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}


.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
}



@media screen and (max-width: 992px) {
    h1 {
        font-size: 25px;
    }

    .navbar {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: var(--shadow-medium);
        background-color: var(--color-white-100);
        transition: all 0.5s ease;
    }

    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    .wrapper {
        justify-content: end;
        height: 3rem;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
}

.menu-item2 {
    width: 100%;
}

.menu-item2 .menu-link2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-item2 .menu-link2:hover>p {
    color: var(--color-pink-500);

}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-size: 0.875rem;
   font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    text-transform: capitalize;
    color: #ffffffe5;
    transition: all 0.3s ease-in-out;
}

.menu-link>i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}

.menu-link:hover {
    color: #ffc56c;
    font-weight: 600;
}

.menu-link2 {
    color: #000b22;
    margin-top: 5px;
}

.mini_menu {
    height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.banner-card{
    position: relative;
    top: -50px;
    min-height: 120px;
}
.banner-c-card > img{
    width: 60px;
    height: 60px;
}
.about-home{
text-align: justify !important;
}
.about-home img{
    border-radius: 10px;
    width: 200px;
    height: 200px;
    margin: 0 20px 10px 10px;
    float: left;
}
.about-home .span{
    color: #010713a4;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px !important;
}
.about-home h2 {
    color: #010713;
    font-size: 25px !important;
    font-weight: 700;
    text-transform: capitalize;
}
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #000b22 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #000b22;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

/* Firefox */

.mini_menu img {
    height: 80px;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    .menu-item {
        display: block;
        margin: 0 auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 0;
        color: #000b22;
    }
}

.submenu {
    position: absolute;
    top: 2.1rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

ul.submenu2 {
    left: 110% !important;
    top: -10px; /* Adjusted to a single 'top' value */
    max-height: 500px;
    overflow-y: auto;
}

.submenu-item {
    display: block;
    margin-top: 0.75rem;
}

.submenu-link {
    font-size: 0.823rem;
    font-weight: 500;
    cursor: pointer;
    color: #000b22;
    text-transform: capitalize;
    transition:0.3s ease-in-out;
}

.submenu-link:hover {
    margin-left: 4px;
    color: #000b22;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 2.5rem;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #000 !important;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}


@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* menu end */

.link_card {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    padding: 10px 10px;
    background-color: #ececec;
    text-transform: uppercase;
    font-weight: 500;
    transition-duration: .3s;
    margin-top: 10px;
}

.link_card i {
    margin-left: auto;
}

.link_card h6 {
    margin: 0;
    font-size: 14px;
}

.carousel-item img {
    display: flex;
    height: 370px;
}

.profile_card {
    background-color: #fff;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 3px;
}

.profile_card img {
    border-radius: 50%;
    max-height: 82px;
    margin: 0px auto;
    display: block;
    border: 2px solid #ccc;
}

.profile_card h4 {
    color: #003c72;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: bold;
}

.profile_card p {
    color: #000;
    margin-bottom: 5px;
    font-size: 0.8em;
    text-align: center;
}

.profile_card ul {
    padding: 0;
    list-style: none;
}

.profile_card ul li {
    background-color: #fff;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.msg-link {
    margin: 10px -10px -10px -10px !important;
    height: auto;
    overflow: hidden;
}

.msg-link li a {
    display: block;
    padding: 5px 3px;
    text-align: center;
    background-color: #e0ab1b;
    text-transform: uppercase;
    font-size: 0.8em;
}

.msg-link li {
    padding: 0px !important;
    float: left;
    width: 50%;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.msg-link li:first-child a {
    border-right: 1px solid #fff;
}

.msg-link li a {
    color: #000b22;
}

/* slick slider  */
.important {
    overflow-x: hidden;
}

.slick-slider .element {
    height: 100px;
    width: 100px;
    color: #fff;
    margin: 0px 10px;
    display: flex;
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-slider2 .element,
.slick-slider3 .element,
.slick-slider4 .element {
    border: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.slick-slider2 .element .strip {
    position: absolute;
    bottom: -30px;
    /* background-color: rgb(1 69 80);*/
    background-color: #6c1804;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.slick-slider2 .element .strip p {
    color: #fff;
}

.slick-slider2 img {
    width: 100%;
    height: 445px;
}

.slick-slider2 .slick-list {
    height: 490px;
}

.vision {
    background: url('../images/univercity.png') no-repeat center center / cover;
    width: 100%;
    height: 100%;
    padding: 70px 50px;
    position: relative;
    z-index: 1;
}
.card-head{
    font-size: 2.125rem;
    font-weight: 00;
    color: #000b22;
}

.vision::before {
    content: "";
    background-color: #052d49c2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slick-slider3 .element {
    height: auto;
}

.slick-slider3 .slick-list {
    height: auto;
}

.slick-slider3 .card {
    padding: 20px;
}

.slick-slider3 h2 {
    color: #A51C30;
    margin-bottom: 20px;
}

.slick-slider4 {
    padding-left: 60px;
}

.slick-slider4 .card {
    text-align: center;
    border: none;
    background-color: #fff;
    border-radius: 10px;
}

.slick-slider4 .card img {
    height: 200px;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slick-slider4 .card p {
    color: blue;
    text-align: center;
}

.faculty {
    background-color: rgb(243 244 246);
    padding: 70px 0;
}

.faculty .title_content {
    background-color: rgb(243 244 246);
    padding-left: 20px;
}

.important .title_content {
    padding-left: 40px;
}



@media (max-width: 767px) {
    .slick-slider2 img {
        width: 100%;
        height: 200px;
    }

    .slick-slider2 .element .strip {
        display: none;
    }

    .slick-slider2 .slick-list {
        height: 200px;
    }

    .slick-slider .element {
        height: auto;
    }

    .title_content {
        padding: 10px;
        top: -27px;
    }

    .slick-slider3 {
        padding: 20px;
    }

    .slick-slider4 {
        padding: 20px;
    }

    marquee {
        height: 200px;
    }

    .btn_head {
        font-size: 12px;
    }

    .top_menu .h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .top_menu p {
        font-size: 12px;
    }

    .top_menu .logo {
        height: 100px;
        width: 100px;
    }
}

/* slick slider  */

/****''news'' and event start*****/
.news-event {
    background-color: #ffffff;
}
.color{
    color: #A51C30 !important;
    font-weight: 600;
}
div.arrnotice{
    width: 1.3rem;
    height: 1.3rem !important;
    display: grid;
    place-content: center;
    background-color: #A51C30;
    border-radius: 50%;
    margin-left: 3px;
    color: #fff !important;
}
div.arrnotice i{
    font-size: 12px !important;
}
.news-event p.card-p {
    color: #000b22;
    margin-top: 0px;
    text-align: left;
}

.news-event {
    margin-top: 5px;
    border-radius: 2px !important;
    overflow: hidden;
}

.news-event h5 {
    background-color: #273E47;
    margin: 0;
    color: #fff;
    padding: 16px 12px !important;
    font-weight: 500;
border-top-radius:10px;
    font-style: normal;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
}

marquee .mr_first_div {
    border-bottom: 0.0625rem solid #D8D8D8;
    padding: 10px 0;
    margin: 0;
    
}

.member-div {
    position: relative;
    margin: 30px 0 15px;
}
.section-adc-team {
    position: relative;
    padding: 90px 0;
    background-color: #fff;
}
.member-div-img {
    position: relative;
    margin: 15px 0;
    z-index: 1;
}
.adc-team .member-div-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 74% !important;
    height: 100%;
    z-index: 1;border-radius: 10px;
    background: rgb(37, 37, 37);
    background: linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(12, 12, 12, 0) 45%, rgba(0, 0, 0, 0) 100%);
}
.adc-team .img-overlay {
    position: absolute;
    bottom: 20px;
    z-index: 10; 
    padding-left: 20px;
    color: #fff;
    border-radius: 10px;
}
.adc-team .h55 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-top: 15px;
}
.adc-team h6 {
    color: #A51C30;
    font-weight: 500;
}
.member-div-img img {
    display: block;
    width: 100%;
	 height: 310px;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}
.adc-team h4,
.adc-team h6 {
    text-align: left;
}

.adc-team h6 {
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}
.ptop{
    color: #A51C30 !important;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
}
.pbot {
    font-size: 16px;
    color: #010713;
    margin-bottom: 4px;
    font-weight: 500;
}
.cardimlink{
    position: relative;
    transition: .5s ease;
}
.imlink{
    color: #000b22;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}
.cardimlink::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #003a63c1;
    z-index: 1;
    transition: .5s ease;
}
.heading-section{
    color: #002A47;
    font-size: 2.0625rem;
    line-height: 2.8125rem;
    font-weight: 800;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}
.cardimlink:hover::before{
    width: 100%;
    transition: .5s ease;
}
.cardimlink i.fas {
    display: none;
}
.cardimlink:hover i.fas {
    z-index: 100;
    display: grid;
    place-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background-color: #000b22;
    border-radius: 50%;
    color: #fff;
}

.imimg{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin-right: 10px;
    display: grid;
    place-content: center;
}
.faculty-div{
    margin: 10px;
}
.faculty-div .faculty-div-img{
    padding: 10px;
}
.faculty-div .faculty-div-img img{
    border-radius: 10px;
}
.faculty-div-img {
    position: relative;
    margin: 15px 0;
    z-index: 1;
}

.faculty-div-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: rgb(59, 59, 59);
    background: linear-gradient(0deg, rgba(37, 37, 37, 0.6) 0%, rgba(12, 12, 12, 0) 45%, rgba(0, 0, 0, 0) 100%);
}
.faculty-div-img .img-overlay {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-left: 20px;
    color: #fff;
    border-radius: 10px;
}

.faculty-div-img .h55 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.faculty-div .faculty-div-img h6 {
    color: #A51C30;
    font-weight: 500;
}

.member-div-img img {
    display: block;
    width: 100%;
    height: 310px;
    border-radius: 10px;
}

/****news and event end*****/

/* gallary */
.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}


.portfolio-item {
    width: 100%;
}


.portfolio-item .item {
    width: 303px;
    float: left;
    margin-bottom: 10px;
}

.portfolio-item img {
    height: 200px;
}

/* gallery */

/* swiper  */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* swiper */

/* social media */
.section7 h4 {
    font-size: 19px;
    transition: .3s linear;
}

.twitterBox h4 i {
    background: rgb(29, 161, 242);
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.twitterBox>div {
    height: 450px;
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.facebookBox h4 i {
    background: #4267b2;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.facebookBox>div {
    height: 450px;
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.youtubeBox h4 i {
    background: #A51C30;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: -62px;
    font-size: 26px;
    position: relative;
    z-index: 0000;
}

.youtubeBox>div {
    height: 450px;
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);    background: #fff;
    position: relative;
    width: 100%;
}

.box_shadow {
    box-shadow: 0 10px 15px -2px rgb(82 0 57 / 8%);}

@media(max-width: 768px) {


    .menu-item2 .menu-link2 {
        width: 86%;
    }

    ul.submenu2 {
        top: 0;
        left: 40px !important;
    }
    .nav-tab .link-mrb {
        flex-direction: row !important;
    }
}

/**/
.ow {
    display: flex !important;
}


.tab-img {
    height: 40px;
    width: auto;
    /* margin-right: 20px; */
}



ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    font-size: 20px;
    list-style: none;
}

@media only screen and (min-width: 1000px){
.
container_fluid_2{
width: 80% !important;
}
}

@media only screen and (min-width: 520px) {
    .nav-tab .link-mrb {

        display: flex !important;
        align-items: center !important;
        width: 170px !important;
        flex-direction: row !important;
    }
}







@media only screen and (max-width: 500px) {


    /* margin-left: 15% !important; */


    .mb-flex,
    .tab-bg {
        display: flex;
        flex-direction: column;
    }

    .top_menu .logo {
        height: 106px;
        width: 106px;
    }

    .top_menu .logo-2 {
        height: 106px;
        width: 106px;
    }

    .nav-pills {
        display: flex;
        width: 100%;
        justify-content: space-evenly;

    }


    .nav-tab .link-mrb {
        margin-bottom: 20px;
        /* margin-right: 20px; */
        margin-right: 0px;
        display: flex;
        align-items: center;
        width: 90px;
        justify-content: center;

        flex-direction: column !important;
    }

    .nav-pills .link-mrb.active,
    .nav-pills .show>.link-mrb {
        background-color: #4852d3 !important;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .tab-img {
        height: 40px;
        width: auto;
        margin-right: 5px;
    }

    .top_menu .logo {
        height: 86px;
        width: 84px;
    }

    .top_menu .logo-2 {
        height: 86px;
        width: 84px;
    }


}

.adc-banner{
    width: 100%;
    height: 470px;
}
@media screen and (min-width: 0px) and (max-width: 469px) {
    .adc-banner {
        width: 100%;
        height: 300px;
    }
    .top_menu .h4 {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    .top_menu p {
        margin-top: 4px;
        font-size: 12px !important;
    }

    .top_menu .logo-2 {
        height: 80px !important;
    }

    .top_menu .logo {
        height: 80px !important;
    }
}




/**/
.f-card {
    box-shadow: none !important;
    display: flex;
    align-items: center;

}
.f-card {
    box-shadow: none !important;
    display: flex;
    align-items: center;
    width: 80%;
}
 
.f-card-img {
    .f-card-img {
    width: 100% !important;
    height: 250px;
}
}

.img_card_L{
    position: absolute !important;
    bottom: 0 !important;
    background: #fff !important;
    right: -14.5px !important;
    width: 90% !important;
}

.u-l-icon {
    margin-left: -12px;
}
.text-theme {
    color: #119ee6;
}

.bg-theme {
    background: #119ee6;
}
.hi-footer{
    background-color: #010713;
}
.hi-logo-img {
    height: 30px;
}

.hi-foot-ico {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: linear-gradient(rgb(52, 52, 52), rgb(106, 105, 105));
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.un-line-span {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
    background-color: rgb(185, 185, 185);
}

.width-fit {
    /* width:100%; */
    width: fit-content;
    padding-right: 53px;
}

@media (min-width:884px) and (max-width:1200px) {
    .width-fit {
        padding-right: 53px;
    }
}

@media (min-width:884px) and (max-width:1200px) {
    .width-fit {
        /* padding-right:53px; */
        width: fit-content;
    }
}

.hi-title {
    font-size: 20px;
    font-weight: 600;
    font-size: 18px;
}

.hi-foot-para {
    color: #a3a3a9 !important;
    font-size: 14px;
    text-decoration: none;
}

.hi-foot-icon {
    font-size: 12px;
    color: #119ee6;
    margin-top: 5px;
}

.hi-foot-up {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}