html {
    scroll-behavior: smooth;
}

:root {
    --blue-color: #203169;
    --oxford_blue-color: #08118d;
    --black-color: #000;
    --white-color: #fff;
    --yellow-color: #ffc600;
    --light_pink: #ffd9dc;
    --fade_white: #c7c7c7;
    --cool-pink: #fff5ff;
}
.menu-icon{position: relative;}
.menu-icon a {
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: 36px;
    top: -1px;
}
.header.fixed .menu-icon{display: none;}

/*#foo {
    color: var(--blue-color);
}
*/

.header-right_section-top li,
.header-right_section-top span {
    font-size: 12px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 42px;
    height: 42px;
}

.custom-shadow {
    box-shadow: 0px 0px 15px #6a6a6a;
}


/* CSS Document */

a {
    color: #212529;
}

button:focus {
    outline: 0!important;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 25px;
    text-align: justify;
}

hr {
    border-top: 1px solid #8f8f8f;
}


/*a:hover, a:active, a:focus { text-decoration: none; outline: 0; color: #000; }*/

a img {
    border: none;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

h3 {
    font-weight: 600;
    color: var(--blue-color);
    font-size: 28px;
}

h4 {
    color: var(--blue-color);
    font-weight: 600;
}

h6 {
    color: #fff;
}

ul.breadcrum li a {
    font-weight: 600;
    /* text-transform: capitalize; */
}


/*body {
    overflow-x: hidden;
}*/

a.nav-link.active {
    color: #ffc600!important;
}

.search-txt::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.search-txt:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.search-txt::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.search-btn {
    background: transparent;
    border: none;
}


/*`````````````````````````````````````````````````````````````````````````````````````````````````````*/

.logo-area {
    background: #000;
}

.round-btn {
    background: var(--blue-color);
    display: inline-flex;
    padding: 4px 16px;
    border-radius: 50px;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 14px;
}

.round-btn a {
    color: #fff;
}

.round-btn:hover a {
    color: #000;
}

.round-btn:hover {
    color: #000;
    background: #ffc600;
}


/*marquee section*/

.oppourtunity-area {
    background: #fff;
    display: inline-block;
    width: 100%;
}

marquee {
    display: block;
    align-items: center;
}

.job-title {
    background: var(--yellow-color);
    color: var(--black-color);
    padding: 11px 17px;
    position: absolute;
    width: 126px;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: none !important;
}

.job-title:after {
    content: "";
    background: var(--yellow-color);
    width: 18px;
    height: 18px;
    position: absolute;
    right: -8px;
    top: 16px;
    -ms-transform: rotate(20deg);
    transform: rotate(45deg);
    /*border-right: 3px solid #f1f1f16b;
    border-top: 3px solid #a7a7a782;*/
}

.job-title-marquee {
    color: #fff;
    background: #050f30;
    width: 100%;
    padding: 10px;
}

.job-title-marquee span {
    padding: 0 40px;
    font-size: 16px;
}


/*about area*/

.about-sec {
    background: #fffbf1;
    position: relative;
    padding: 20px 0;
}

.about-sec:after {
    content: "";
    background-image: url(../images/about_infographic_bg.png);
    height: 350px;
    width: 350px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-txt-area {
    width: 90%;
    margin-left: 30px;
}

.notice-BG {
    width: 535px;
}

.txt-title {
    font-size: 22px;
    font-weight: bold;
}

.notice-area marquee {
    height: 292px;
}

.notice-area ul {
    margin: 0px 0px;
    list-style-type: none;
    background: #fff;
    box-shadow: 0px 0px 8px #a3a3a3;
    padding: 8px 16px;
    overflow: hidden;
}

.notice-area ul li {
    padding: 8px 0px;
    font-weight: 500;
    color: #2a2a2a;
    font-size: 15px;
}

.title-28 {
    font-size: 28px;
    position: relative;
    padding-left: 48px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.title-28:before {
    content: "";
    position: absolute;
    background-image: url("../images/about_icon.png");
    width: 36px;
    height: 34px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}

.btn-squar {
    padding: 12px 22px;
    background: var(--blue-color);
    display: inline-block;
    box-shadow: 5px 5px 0px #000000;
    transition-duration: 0.6s;
    margin-top: 15px;
}

.btn-squar a {
    color: #fff;
    font-weight: 600;
}

.btn-squar:hover a {
    color: #000;
    transition-duration: 0.6s;
}

.btn-squar:hover {
    box-shadow: 0px 0px 0px #000000;
    background: var(--yellow-color);
    transition-duration: 0.6s;
}

.about_content p {
    color: #2a2a2a;
}

.about_content {
    /* width: 68%; */
    padding: 10px 0;
}


/* .about-lft {
    padding: 66px;
} */


/*SHAPARATOR*/

.yellow-stripe {
    width: 100%;
    height: 8px;
    background: var(--yellow-color);
}

.blue-stripe {
    width: 100%;
    height: 8px;
    background: var(--oxford_blue-color);
}


/*Director-desk*/

section.director-desk {
    padding: 55px 0;
}

.d_img img {
    padding-bottom: 30px;
}

.director-description {
    padding-bottom: 14px;
}

.announcements-BG .notice-area ul li,
.tendet-BG .notice-area ul li {
    padding: 8px 30px;
    font-weight: 500;
    background: #efefef;
    border: 1px #fff solid;
}

.director-desk .notice-area ul {
    height: 296px;
}

.director-area .title-28 {
    padding: 0;
}

.director-area .title-28:before {
    display: none;
}

.tendet-BG {
    margin-top: 30px;
}

.header2 {
    position: relative;
    background: var(--blue-color);
}

.contact-details-bg {
    background: var(--blue-color);
    color: var(--white-color);
    padding: 35px;
    text-align: center;
}

.contact-details-bg h4 {
    color: #fff;
}

.contact-details-bg p {
    color: #fff;
}

.contact-details-bg p a {
    color: #fff;
    text-decoration: none;
}


/*style-css*/

header {
    /* position: absolute; */
    z-index: 99;
    width: 100%;
}

header.inner-header {
    height: auto;
}

.header-right {
    margin-left: auto;
    padding-top: 18px;
    font-size: 14px;
    float: right;
}

.header-right_section-top ul {
    display: flex;
    list-style: none;
}

.header-right_section-top ul li {
    position: relative;
    margin-left: 10px;
    color: #fff;
}

.header-right_section-top ul li a {
    color: #fff;
}

.header-right_section-bottom {
    padding-top: 10px;
}

.header-right_section-bottom-content {
    display: flex;
    justify-content: space-between;
    /* width: 55%;
    margin-left: auto; */
    float: right;
}

::-webkit-scrollbar {
    width: 6px;
    border-left: 1px solid #E6ECF8;
}

::-webkit-scrollbar-thumb {
    background-color: #ffc600;
}

.font-change button {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 10px;
    width: 20px;
}

.header-right_section-bottom .serch1,
.serch2 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 0;
    width: 252px;
    /* margin-right: 15px; */
}

.serch1 {
    position: relative;
    margin-right: 15px;
}

.input-icon {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 225px;
    top: 63px;
    padding: 0px 12px;
    margin: 0 auto;
}

.input-icon a i {
    color: #fff;
}

.serch2 {
    position: relative;
}

.input-inner {
    display: flex;
    /* justify-content: space-between; */
    position: absolute;
    width: 231px;
    top: 65px;
}

.input-inner a {
    padding: 6px;
    font-size: 14px;
    border-radius: 15px 0px 0px 15px;
    width: 50%;
    text-align: center;
}

.staff-login {
    background: #fff;
    color: #000;
}

.input-inner .student-login {
    color: #fff;
}

.student-login {
    color: #fff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    margin: 0px 20px;
}

.dropdown-item:hover {
    background-color: var(--light_pink);
    color: #000;
}

.bars-icon .fa-bars {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.fixed {
    position: fixed;
    background-image: linear-gradient(179deg, #000000f0, #203169);
    width: 100%;
    z-index: 99;
    transition: 0.3s ease-in-out;
}

.fixed .logo img {
    transform: scale(0.9);
    transition: 0.3s ease-in-out;
}

.fixed .header-right {
    font-size: 12px;
    transition: 0.3s ease-in-out;
}

.fixed .input-inner a {
    padding: 4px;
    transition: 0.3s ease-in-out;
}

.fixed .input-inner {
    top: 65px;
}

.fixed .input-icon {
    top: 61px;
}

.fixed .menu {
    display: none;
}

.sf-menu,
.sf-menu * {
    padding: 0px 4px 0 0;
}


/* .fixed input[type='radio'] {
    transform: scale(1);
    width: 16px;
    transition: 0.3s ease-in-out;
} */


/* .fixed .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    transition: 0.3s ease-in-out;
} */


/* 
.fixed .bars-icon .fa-bars {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 21px;
    transition: 0.3s ease-in-out;
} */

.fixed .navbar {
    padding: 0;
    transition: 0.3s ease-in-out;
}

.main {
    position: relative;
}

#btn-increase {
    padding: -1px;
    width: 20px;
    height: 20px;
    font-size: 10px;
}

#btn-orig {
    background-color: rgb(255 198 0);
    color: #000;
    font-weight: bold;
}


/*video*/

.video-banner {
    top: 0;
    /* z-index: -1;*/
    height: auto;
    max-height: 590px;
}


/* .job-sec {
    margin-top: 42px;
} */


/* marquee */

li.scroll-text {
    position: relative;
}

.notice-area ul span img {
    width: 30px;
}

.notice-area ul span {
    position: absolute;
    right: 0px;
    top: 0px;
}


/*.scroll-text { padding-bottom: 2.35em;animation: marqueeTop 3s linear infinite;
}*/

@keyframes marqueeTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}


/* round */

.contentCircle2 {
    width: 100% !important;
    top: 0 !important;
    transform: none;
}

.contentCircle2 ol li {
    color: #fff;
    line-height: 36px!important;
    font-size: 18px;
}

.contentCircle2 .CirItem {
    text-align: left!important;
    line-height: 0px;
}

.contentCircle2 .title-box span {
    color: var(--yellow-color);
}

section.iq-features {
    padding: 35px 0 15px;
}

.logo-img-scroll {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 22px;
}

input[type='radio'] {
    transform: scale(1.1);
    width: 16px;
    cursor: pointer;
    margin-top: 3px;
}

.color-changes input#radio1 {
    accent-color: #fff;
}

.color-changes input#radio2 {
    accent-color: #fdc812;
}


/* slider */

.owl-dots {
    display: none;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 40%;
}

.owl-nav .owl-prev {
    background-color: #000 !important;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
}

.owl-nav .owl-prev span {
    color: #fff;
}

.owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 40%;
}

.owl-nav .owl-next {
    background-color: #000 !important;
    width: 25px;
    height: 25px;
    border-radius: 50px !important;
}

.owl-nav .owl-next span {
    color: #fff;
}


/* .logo-img-scroll .owl-stage .item {
    padding: 0px 35px;
} */


/* .container-fluid {
    width: 1820px;
    margin: 0 auto;
} */

.wraper {
    padding: 0px 40px;
}


/* custom-megamenu */

.input {
    display: none;
}

.open {
    background-color: #fff;
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    top: 8px;
}

.open:before {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: -6px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.open:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 2px;
    position: relative;
    top: 4px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.menuOpen {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 4px 5px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    /* margin-top: 6px; */
}

.menuOpen:hover .open:before {
    top: -9px;
}

.sub-link {
    padding-bottom: 7px;
}

.menuOpen:hover .open:after {
    top: 5px;
}

.menu-animation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.menu-animation label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
}

.menu-animation .menuContent {
    position: relative;
    top: 34%;
    padding-bottom: 20px;
    margin-top: -170px;
}

.menuContent h5 {
    color: #fff;
    text-transform: capitalize;
}

.menu-animation ul {
    list-style: none;
    margin: 0 auto;
}

.menu-list ul {
    padding: 0;
}

.menu-animation ul li a {
    display: block;
    text-decoration: none;
    transition: color 0.2s;
    padding: 3px 0;
    font-size: 14px;
}

.menu-animation ol {
    color: #adadad;
    padding-left: 0;
}

.menu-animation ol li a {
    color: #adadad;
}

.menu-animation ul li a:hover {
    color: #fff;
}

.menu-animation ul li:hover {
    /* background: white; */
}

.menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
}

#menuToggle:checked~.menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    overflow-x: auto;
}

#menuToggle:checked~.menuEffects ul {
    opacity: 1;
}

#menuToggle:checked~.menuOpen .open {
    background-color: transparent;
}

#menuToggle:checked~.menuOpen .open:before {
    content: "";
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#menuToggle:checked~.menuOpen .open:after {
    content: "";
    /* background-color: white; */
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}

#menuToggle:not(:checked)~.menuEffects ul {
    transform: translateY(-30%);
}


/*style-css-end*/


/*``````````````````````````````30.03.22`````````````````````````````````````````````````*/


/* CSS Document */

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #ffffff;
    color: #0015d3;
    border-radius: 20px;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}


/*
.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #7d4ac7;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #a733bb;
    right: -39px;
}*/

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    background: #fff;
    position: absolute;
    left: 40px;
    top: 45px;
    width: 400px;
    height: 400px;
    border: 2px dotted #a733bb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #7d4ac7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%);
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(45deg, #010936 0%, #0018ff 100%);*/
    background: linear-gradient(45deg, #010936 0%, #8c8c8fd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
    /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 30px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 193px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iq-features img {
    width: 100%;
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}


/*.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}*/

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #203169;
}

.title-box p {
    font-size: 16px;
    line-height: 24px;
}

section.iq-features {
    background: #203169;
}

.service-area {
    min-height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}


.service-area p {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
	padding-right: 40px;
}

.service-area h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.service-area h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

.director-area {
    padding: 15px;
    border-right: 8px solid var(--oxford_blue-color);
    box-shadow: 0px 0px 4px #adadad;
    position: relative;
}

.director-area:after {
    content: "";
    position: absolute;
    height: 294px;
    width: 8px;
    background-color: var(--yellow-color);
    right: -8px;
    bottom: 0;
}


/*Our logo partner*/


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*Footer*/

section.footer-sec {
    background: #0024ff;
    color: #fff;
    padding: 30px 0 25px;
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-sec ul {
    list-style-type: none;
    margin: 10px auto 10px;
    text-align: center;
    
}

.footer-sec ul li {
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 0 24px;
}

.footer-sec ul li a {
    color: #FFFFFF;
    font-size: 14px;
}

.footer-sec ul li a:hover {
    color: #ffc600;
}

.footer-sec ul li:last-child {
    border-right: none;
}

.foter-address {
    font-size: 18px;
    /* width: 60%; */
}

.footer-logo img {
    width: 130px;
    padding: 15px;
}

.logo-with-txt {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.user-visit iframe {
    height: 60px!important;
}

.social-top {
    position: relative;
}

.social ul {
    text-align: center;
    padding: 0;
}

.social ul li {
    color: #585858;
    font-size: 26px;
    border: none;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    margin: unset;
}

.social ul li a {
    color: #000;
}

.social ul li a:hover {
    color: #fff;
}

.social ul li a i {
    margin-top: 10px;
    font-size: 20px;
}

#editMe {
    display: none!important;
}


/*lower footer*/

.footer_bottom {
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.footer_bottom p {
    font-size: 12px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.footer_bottom p a {
    color: #fff;
}


/* 15/04/2022 */

div#menuArea\ menuArea2 {
    display: none;
}

a.mobile_language_btn,
.mobile_login_btn {
    color: #fff;
    padding: 3px 20px;
    border: 1px solid #0354ab;
    margin-right: 10px;
    border-radius: 50px;
    background: #005aba;
    font-size: 13px;
    width: 45%;
    text-align: center;
}

.custom_mobile_menu {
    margin: 20px 0 5px 0;
}

.ka .input-inner {
    width: 250px;
}

.image_about img {
    width: 96%;
    /* border-radius: 30% 0 30%;
      box-shadow: 0px 1px 12px #000000; */
}


/*COLOR CSS*/

.bodycolor .job-title-marquee {
    color: var(--blue-color);
    background: #fff;
}

.job-title-marquee span {
    border-right: 1px solid #fff;
}

.dropdown-menu {
    border-radius: 0;
}

#menuArea {
    z-index: 9999;
}

.scroll-text .fa-angles-right {
    font-size: 13px;
}

.right_section .tab_section .nav {
    flex-wrap: nowrap;
}

.last-modified {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.cwu {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.user-visit h6 {
    font-size: 14px;
}

.abt-aiish {
    background-color: #fff;
}

.director_txt_sec {
    text-align: justify;
}

.hostel-facilities {
    padding: 25px;
}

.hostel-facilities p {
    font-size: 14px;
}

.marquee-with-options {
    overflow: hidden;
}

.video-banner {
    position: relative;
    overflow: hidden;
}

.about_content p {
    text-align: justify;
}

.director_sec {
    text-align: justify;
}

.director_sec p {
    font-weight: 300px !important;
}

.link_mhfw {
    float: right;
    margin-top: 28px;
    text-decoration: underline;
}

.gymkhana-details .post h5 {
    font-size: 16px;
}

.contact-img img {
    width: 100%;
}

.director_sec h5 {
    font-size: 15px;
}

.custom_imgtxt-area h4,
h5 {
    font-size: 18px;
}

/*COE building 3pages css start*/

.res .s_title {
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    font-size: 18px;
}
.res {margin-bottom: 80px;}
tbody tr td h4 { font-size: 18px; text-align: left!important;}

/*COE building 3pages css end*/

.background-black .coming_so
{
    color: #fff;
}

@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
  }
  
  .blink {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 2s;
  }
nav a.iampdf:before{display: none;}
#powrIframeLoader{display: none;} 

.footermenuu{
    display: flex !important;
    flex-direction:row;
    text-align: unset !important;
    flex-wrap: wrap;
}
.footermenuu li{
width: 50%;
}
.footermenuu li {
    white-space: unset !important;
}
.sf-menu li:last-child ul{
   right: 0 !important;
   left: auto;
}
.ui-accordion .ui-accordion-content{
    height: auto !important;
}
.ui-accordion img{
    width: 300px;
}
.ekko-lightbox-nav-overlay a{
    color: black !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff !important;
    background: #0062cc !important;
    font-weight: normal;
    color: #ffffff;}

 .powrLoaded{
width:158px !important;
overflow:hidden;
}
 .powrLoaded iframe{
width:250px !important;
}

.hostel-facilities img{ width: 100%!important; height: auto!important;}