* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.small-nav {
    background-color: #22228ddb;
    color: white;
}

.small-nav select {
    color: white;
    color: 13px;
}

.small-nav select:focus {
    outline: none;
}

.small-nav p {
    font-size: 13px;
    font-weight: 500;
}

.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-detials p {
    color: #22228ddb;
    font-weight: 500;
    /* font-size: 14px; */
}

.contact-detials i {
    background-color: #22228ddb;
    color: white;
    padding: 6px;
    border-radius: 50%;
}

.nav-item a {
    color: #22228ddb;
    font-weight: 500;
}

.carousel-item img {
    width: 100%;
    min-height: 100%;
    height: 480px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.carousel-caption {
    color: white;
    z-index: 999;
}

.aaa {
    height: 500px;
    overflow-y: scroll;
}

.aaa a {
    text-decoration: none;
    color: #22228ddb;
}

.text-color {
    color: #22228ddb;
}



.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin: -12px 15px 8px 15px; */
    
    /* margin-left: -10px; */
}

.post-slide .post-img img {
    width: 100%;
    height: 200px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, #06bef4bf 0%, #2d70fd99 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}


.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: none;
}


#scrollmenu {
    padding: 40px 10px;
    background-color: #d1fff3;
    margin-top: 30px;
    margin-bottom: 30px;
}

.counter-sec h2.count {
    font-size: 1.1875em;
    margin-bottom: 4px !important;
    margin: 0px;
    color: #661b16;
    font-weight: 900;
}
.counter-sec {
    text-align: -webkit-center;
    min-height: 142px;
    background: #fff;
    border-radius: 4px;
    margin: 5px;
    box-shadow: 0 0 4px 2px lightgrey;
    padding: 8px;
    width: 100%;
    position: relative;
}


.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #22228ddb;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #22228ddb;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
        height: 230px;
    }
}


@media only screen and (max-width:992px) {
    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
        height: 150px;
        overflow-y: scroll;
        scrollbar-width: none;
    }
}


.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: none;
}





.statistic-section {
    background-image: linear-gradient(to right, #000000db, #000000db), url(../image/bn1.png);
    padding-top: 70px;
    padding-bottom: 70px;
    /* background: #00c6ff; 
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);  */
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.as {
    font-size: 14px;
    overflow: hidden;
    color: #000000;
    text-align: center;
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 20px;
    height: 180px;
}

.as img{
    width: 100%;
    object-fit: cover;
    height: 100px;
}



.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}

.stats-icon {
    font-size: 35px;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

@media (max-width: 992px) {
    .counter {
        margin-bottom: 40px;
    }
}

.marqee {
    background-color: #22228ddb;
}

.background {
    background-color: #22228ddb;
    padding: 180px 0px;
}

.down-btn a {
    background-color: #22228ddb;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}

.img-1 {
    background-image: linear-gradient(#000000d9, #000000d9), url("https://img.freepik.com/free-photo/two-happy-students-with-backpacks-books-their-hands-smiling-camera_8353-6384.jpg?t=st=1722675435~exp=1722679035~hmac=785263dec07f953adda0400e0aef796fc798bd61a20f8507348512c2bc155940&w=740");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: white;
    border-radius: 3px;

    height: 400px;
}

.img-2 {
    background-image: linear-gradient(#000000d9, #000000d9), url("https://img.freepik.com/free-photo/large-modern-office-building_1127-3072.jpg?t=st=1722675536~exp=1722679136~hmac=88c93fde4c110e0492971f9bb59f7d1deb0d0034b0002a4bf2d5bbe326e89378&w=740");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    color: white;
    border-radius: 3px;

    height: 400px;
}

.relative {
    position: relative;
    margin-top: -320px;
}

.CORPORATE iframe {
    height: 400px !important;
}


.contact-area ul li{
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
    color: #868c96;

    background-image:linear-gradient(#22228dde, #22228dde) ,url(../image/bn1.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.contact-content p {
    font-size: 15px;
    margin: 10px 0 20px;
    position: relative;
    color: white;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
    list-style: none;
}

.contact-social ul li a:hover {
    border: 1px solid #22228ddb;
    color: #fff;
}

.contact-content img {
    max-width: 100%;
}



footer p {
    padding: 10px 0;
    text-align: center;
}

footer img {
    width: 44px;
    object-fit: contain;
}

.dropdown1{
    position: static !important;
}
.dropdown-menu1{
    width: 100% !important;
}

.dropdown button{
    color: #22228ddb;
    font-weight: 500;
    margin-top: 2px;
}

.dropdown-menu a{
    text-decoration: none;
}

.dropdown-menu{
    background-color: transparent;
}

.fixed-top{
    position: fixed;
    top: 0%;
    width: 100%;
    background-color: white;
    transition: top 0.3s ease-in-out;
}