﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px
}







.side-v-menu .accordion {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .side-v-menu .accordion .link {
        cursor: pointer;
        display: block;
        padding: 6px 11px 7px 35px;
        color: #363333;
        font-size: 14px;
        font-weight: 700;
        border: 1px solid #ffd7b2;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: #fff4ea;
        margin-bottom: 8px;
    }


    .side-v-menu .accordion li i {
        position: absolute;
        top: 10px;
        left: 12px;
        font-size: 18px;
        color: #363333;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .side-v-menu .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 14px;
        }

    .side-v-menu .accordion li.open .link {
        color: #ffffff;
        background: #102d4d;
    }

    .side-v-menu .accordion li.open i {
        color: #fff;
    }

        .side-v-menu .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .side-v-menu .accordion li.default .submenu {
        display: block;
    }
/**
 * Submenu
 -----------------------------*/
.side-v-menu .submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #ffd7b2;
    margin-bottom: 10px;
    margin-top: -10px;
}

    .side-v-menu .submenu li {
        border-bottom: 1px solid #ffd7b2;
    }

        .side-v-menu .submenu li:last-child {
            border-bottom: 0;
        }

    .side-v-menu .submenu a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 5px 10px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .side-v-menu .submenu a:hover {
            background: #f57500;
            color: #FFF;
        }


.side-v-menu .accordion ul {
    max-height: 180px;
    overflow: auto;
}








button:focus-visible,
input:focus-visible,
a:focus-visible {
    outline: 3px solid #4A90E2;
    outline-offset: 2px;
    background-color: #0c374e;
}

.honble {
    background: #e2e2f7 url(./images/bg-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 0 5% 70px 5%;
}

.home-gov {
    width: 20%;
    padding: 0px 20px;
}

.lft0 {
    padding-left: 0;
}

.rgt0 {
    padding-right: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb70 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 90px;
}

.rgt {
    padding-right: 0;
}

::selection {
    color: #fff;
    background: #353437;
}

::-moz-selection {
    color: #fff;
    background: #353437;
}



a:hover,
a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    transition: all linear 0.3s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    background: #fff;
    color: #000;
    font-weight: 400;
}

/*slider*/
div#header {
    text-align: center;
}

    div#header a {
        background: #e87c17;
        width: 15%;
        margin: auto;
        text-align: center;
        border: none;
        font-size: 20px;
        padding: 15px 0;
    }

.g-list-inner h3 {
    margin-top: 6px;
}

.g-list-inner a {
    position: absolute;
    top: 22px;
    right: 10px;
    color: #000;
    background: transparent;
    border: transparent;
}

.g-list-inner {
    background: #0652a6;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .g-list-inner a:hover {
        background: transparent;
    }

div#imgDiv img {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}




.popup-gallery img {
    margin-bottom: 20px;
}

.bg-part {
    position: relative;
}

.banner_sec {
    position: relative;
    background: #fff url(./images/bg-home.jpg) center center no-repeat;
    background-size: cover;
}

    .banner_sec .banner .bs-slider {
        overflow: hidden;
        position: relative;
    }

        .banner_sec .banner .bs-slider > .carousel-inner > .item > img, .banner_sec .banner .bs-slider > .carousel-inner > .item > a > img {
            float: right;
            width: 100%;
        }

        .banner_sec .banner .bs-slider .bs-slider-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .banner_sec .banner .fade {
        opacity: 1;
    }

        .banner_sec .banner .fade .item {
            top: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            position: absolute;
            left: 0 !important;
            display: block !important;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }

            .banner_sec .banner .fade .item:first-child {
                top: auto;
                position: relative;
            }

        .banner_sec .banner .fade .item {
            float: left;
        }

            .banner_sec .banner .fade .item.active {
                opacity: 1;
                z-index: 2;
                -webkit-transition: opacity ease-in-out 1s;
                -moz-transition: opacity ease-in-out 1s;
                -ms-transition: opacity ease-in-out 1s;
                -o-transition: opacity ease-in-out 1s;
                transition: opacity ease-in-out 1s;
            }

    .banner_sec .banner .control-round .carousel-control {
        margin: auto;
        top: 0;
        opacity: 1;
        bottom: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
        color: #000;
        padding: 6px;
        display: block;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
        line-height: 50px;
        text-shadow: none;
        position: absolute;
        font-weight: normal;
        background: #fff;
        -webkit-border-radius: 100px;
        border-radius: 0;
        border: none;
        transition: all linear 0.5s;
        border-radius: 8px;
    }

    .banner_sec .banner .control-round:hover .carousel-control {
        opacity: 1;
    }

    .banner_sec .banner .right.carousel-control {
        right: 10px;
    }

    .banner_sec .banner .left.carousel-control {
        left: 10;
        right: auto;
    }

    .banner_sec .banner .control-round .carousel-control.left:hover,
    .banner_sec .banner .control-round .carousel-control.right:hover {
        color: #fff;
        background: #ededed;
        border: 0px transparent;
    }

    .banner_sec .banner .fa-angle-right:before {
        line-height: 30px;
    }

    .banner_sec .banner .fa-angle-left:before {
        line-height: 30px;
    }

.slider-content h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 33px;
    color: #000;
}

.slider-content p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}

.slider-content {
    position: absolute;
    top: auto;
    left: 60px;
    width: 35%;
    bottom: 30%;
}

.banner_sec .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d42c2c;
    border: 1px solid #fff;
    border-radius: 0;
}

.banner_sec .carousel-indicators .active {
    width: 25px;
    height: 5px;
    margin: 0;
    background-color: #d42c2c;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 70px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    list-style: none;
    right: auto;
}


/*slider-end*/

/*Header-end*/
.header-list-header ul li span img {
    width: 33px;
    margin: auto;
}

.header-list-header ul li span {
    background: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 7px;
    border: 3px solid #f3f3f3;
    box-shadow: -1px -1px 12px -1px #bbb7b4;
}

.header-list-header ul li {
    position: relative;
}

.header-list-header h3 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.header-list-header ul {
    margin-top: 20px;
}

    .header-list-header ul li a:hover {
        background: #0652a6;
        box-shadow: 2px 4px 6px 0px #beddff;
    }

    .header-list-header ul li a {
        background: #e87c17;
        color: #000;
        padding: 10px;
        display: block;
        margin-bottom: 15px;
        border-radius: 50px;
        border: 4px solid #ffffff;
        box-shadow: 2px 4px 0px 0px #daa676;
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        padding-left: 70px;
    }

.guest-main {
    margin-top: 50px;
}

    .guest-main h3 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        height: 30px;
    }

    .guest-main img {
        width: 100%;
    }

    .guest-main h4 {
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        background: #d9ebff;
        padding: 10px;
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 1px dashed #90b2d8;
    }

.honble a {
    color: #000;
}

.guest-main:hover {
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
}

.guest-main {
    background: #fff;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 10px 1px #dddddd;
    border-radius: 12px;
    transition: all linear 0.2s;
}

    .guest-main a {
        color: #000;
    }

.top-header ul li:after {
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: auto;
}

.top-header {
    text-align: right;
}

    .top-header ul li {
        display: inline;
        position: relative;
        padding: 10px;
        vertical-align: text-top;
        line-height: 33px;
        margin-right: 44px;
        background: #e87c17;
    }

.top-header {
    background: #d6e2ff;
    color: #1d1d1d;
    height: 35px;
}

.logo-list {
    float: right;
    padding-top: 10px;
}

    .logo-list img {
        width: 250px;
    }

.logo img {
    padding-top: 10px;
}

.main-menu {
    background: #0652a6;
}

.heading-part a {
    margin-top: 0;
    padding: 7px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1;
    color: #fff;
    display: inline-block;
}

.heading-part {
    background: #fd8312;
    text-align: center;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    z-index: 9;
    padding: 7px;
}

.hrd-news p {
    margin-bottom: 0;
}

.hrd-news {
    background: #ffffff00;
    color: #000;
    padding: 7px 28px;
    margin-left: -20px;
}

    .hrd-news a {
        color: #160f00;
    }

.banner-botm:before {
    position: absolute;
    left: 0px;
    right: 0;
    top: -2px;
    content: '';
    background: url(./images/bg-1.png) no-repeat;
    height: 45px;
    width: 600px;
}

.banner-botm {
    position: relative;
}

.portal-list {position: absolute;top: -70px;text-align: center;left: 0;right: 0;}
.portal-list ul li {display: inline-block;padding: 5px 5px;}
.portal-list img {margin: auto;display: block;width: 28px;height: 28px;}
.portal-list ul li a {color: #fff;text-align: center;display: inline-block;font-weight: 600;font-size: 12px;}
.portal-list ul li a:hover {color: #ffeb17;}







.vision-part ul li:hover {
    filter: drop-shadow(2px 4px 6px black);
}

.vision-part1 {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 350px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 10px 1px #d5e9ff;
}

.vision-part {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 350px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 10px 1px #d5e9ff;
}

.vision-hrding {
    background: #4396b9;
    padding: 13px 0;
    width: 100%;
    text-align: center;
}

    .vision-hrding h3 {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.5;
    }

.season_tabs {
    position: relative;
    min-height: 360px; /* This part sucks */
    clear: both;
}

.season_tab {
    float: left;
    clear: both;
    width: 335px;
}

    .season_tab label {
        padding: 8px 10px;
        border: 1px solid #ccc;
        margin-left: -1px;
        font-size: 17px;
        vertical-align: middle;
        position: relative;
        left: 1px;
        width: 335px;
        display: table-cell;
        background: #fff;
        text-align: center;
        margin-bottom: 15px;
        display: block;
        font-weight: 600;
        color: #000;
        border-radius: 5px;
        box-shadow: 0 12px 22px -19px rgb(108 116 144);
    }

.main-mar {
    margin-top: 170px;
}

.season_tab [type=radio] {
    display: none;
}

.season_content {
    position: absolute;
    top: 0;
    left: 366px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

    .season_content span {
        animation: 0.5s ease-out 0s 1 slideInFromTop;
    }

[type=radio]:checked ~ label {
    color: #fff;
    border-bottom: 3px solid #e87c17;
    z-index: 2;
    background: #0652a6;
}

[type=radio]:hover ~ label {
    background: white;
    border-bottom: 3px solid #e87c17;
    z-index: 2;
    background: #0652a6;
    transition: all .5s;
    transform: translateX(10px);
    margin-left: 5px;
    color: #fff;
    cursor: pointer;
}

[type=radio]:checked ~ label ~ .season_content {
    z-index: 1;
}


.honble {
    position: relative;
    background: #002c42 url(./images/speaker-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 0px 0 50px 0;
}

.assembly-part {
    margin-top: 0px;
    position: relative;
    background: #f2f6ff url(./images/event.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.assembly-list ul li:after {
    position: absolute;
    left: -25px;
    right: 0;
    content: '';
    background: url(./images/icon.png) no-repeat;
    height: 50px;
    top: 5px;
    width: 50px;
}

.assembly-list ul li {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px dashed #adc6e2;
    padding-bottom: 6px;
    display: inline-block;
    position: relative;
}

.assembly-list a {
    color: #000;
}

.assembly-list {
    margin-left: 20px;
}

.assembly-inner img {
    border-radius: 5px;
}

.assembly-inner h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    background: #e87c17;
    padding: 8px;
    font-size: 19px;
    text-align: center;
    border-radius: 5px;
}

.assembly-btn {
    background: #0652a6;
    padding: 5px;
    float: right;
    color: #fff !important;
    border-radius: 5px;
    padding: 1px 10px;
    margin-top: 10px;
}

    .assembly-btn:hover {
        color: #fff;
        background: #e87c17;
    }

.assembly-list a:hover {
    color: #0652a6;
    transition: all .5s;
    transform: translateX(10px);
    margin-left: 5px;
}




.mision-part h3 {
    margin-top: 0;
}

.mision-part li a {
    font-size: 16px;
    color: #000;
}

.mision-part p {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.mision-part {
    position: relative;
    z-index: 9;
    line-height: 17px;
    font-size: 13px;
}

    .mision-part ul li:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 3px;
        content: '';
        background: url(images/check-icon.png) no-repeat;
        height: 15px;
        width: 15px;
    }

    .mision-part ul li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 20px;
    }

.client-slider img {
    border-radius: 15px;
}

.vision-sec {
    background: #fdf8f7;
    padding: 60px 0 60px;
    position: relative;
}

a.read-btn {
    background: #9e9e9e;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 5px 19px;
    font-weight: 600;
    letter-spacing: 0.5;
}

    a.read-btn:hover {
        background: #0693a6;
    }

.mision-part1 {
    position: relative;
    z-index: 9;
    line-height: 17px;
    font-size: 13px;
}

    .mision-part1 ul li i {
        font-size: 18px;
        color: #b4b4b4;
        padding-right: 4px;
    }

    .mision-part1 ul li a {
        color: #000;
    }

    .mision-part1 ul li {
        margin-bottom: 12px;
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

.events-details .date {
    width: 23%;
    display: flex;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228 228 228);
    border-image: initial;
    float: left;
    margin-right: 20px;
}

.events-details .day {
    text-align: center;
    width: 40%;
    font-size: 15px;
    line-height: 28px;
    height: auto;
}

.events-details .month {
    text-align: center;
    width: 60%;
    background-color: rgb(255 110 22);
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

.events-details ul > li > a {
    width: 300px;
    padding-left: 9px;
}

.logo-list-main a {
    color: #000;
    font-weight: 700;
}

    .logo-list-main a:hover {
        color: #e87c17;
    }

.logo-list-main {
    float: right;
}

    .logo-list-main ul li a img {
        display: block;
    }

    .logo-list-main ul li {
        display: inline-block;
        margin-right: 20px;
        text-align: center;
    }





.vision-hrding1 h3 {
    background: #0693a6;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px 13px;
    margin: 0;
    border-radius: 5px;
    font-weight: 800;
    letter-spacing: 0.5;
}

.vision-hrding1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    text-align: center;
    width: 50%;
    margin: auto;
}


.mision-part1 ul li a:hover {
    color: #f95d11;
    text-decoration: revert;
}

.air-cargo-part {
    margin-top: 60px;
    background: url(images/bg-12.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0 60px;
    position: relative;
}

.lft-part ul li a {
    background: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 6px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 12px 22px -19px rgb(108 116 144);
}

    .lft-part ul li a:hover {
        background: #0693a6;
        transition: all .5s;
        transform: translateX(10px);
        margin-left: 5px;
        color: #fff;
    }

.air-cargo-part:after {
    position: absolute;
    background: linear-gradient(5deg, #305e9987, #ffffff00);
    left: 0;
    right: 0;
    content: '';
    top: 0;
    bottom: 0;
}

.social-hrd {
    background: #0693a6;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 9;
}

.trade-content img {
    height: 280px;
    width: 100%;
}

.trade-content {
    background: #fff;
    padding: 10px;
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 12px 22px -19px rgb(108 116 144);
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
    height: 300px;
    position: relative;
    z-index: 9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .trade-content h4 {
        background: #0693a6;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 15px;
        text-align: left;
        border-radius: 35px;
        display: inline-block;
        margin-bottom: 15px;
    }

.disclaimer {
    margin-top: 50px;
}

.azadi-logo img {
    margin: auto;
    width: 100%;
}

.azadi-logo {
    background: #fff;
    padding: 35px;
    text-transform: uppercase;
    color: #000;
    border-radius: 15px;
    box-shadow: 0 10px 44px -14px rgb(199 196 197);
    height: 230px;
}

    .azadi-logo span {
        text-align: center;
        display: block;
        font-weight: 600;
        color: #0693a6;
        line-height: 17px;
        font-size: 14px;
        padding-top: 10px;
    }

.disclaimer-main-content p {
    line-height: 20px;
    text-align: justify;
}

.disclaimer-main-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.disclaimer-main-content {
    background: #0693a6;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
}


/*gallery-start*/


.main-hdring {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5;
    display: inline-block;
    margin-bottom: 20px;
}

.g-list {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1;
    color: #fff;
    display: inline;
    margin-bottom: 20px;
    background: #0652a6;
    padding: 4px 10px;
    border-radius: 5px;
}

.gellery-sec {
    position: relative;
    background: #fef5e4 url(./images/event-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.g-width {
    width: 20%;
}


.client-width {
    width: 16.5%;
}

.client-bg img {
    margin: auto;
}

.policy ul li a {
    color: #fff;
    display: inline-block;
}

.policy ul li {
    display: inline-block;
    border-right: 1px solid #35567b;
    padding: 0px 10px;
}

.policy {
    text-align: center;
}

/*footer-start*/
.map {
    border: 1px solid #35567b;
    padding: 5px;
    border-radius: 5px;
}

.footerlink ul li a {
    color: #d5d5d5;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #35567b;
}

.footer-wrapper {
    background: #102d4d;
    padding: 40px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #35567b;
}

.client-sec {
    padding: 20px 0;
}

h4.f-hrding {
    /*text-transform: uppercase;*/
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.copy-right a {
    color: #ededed;
    text-decoration: none;
    font-size: 14px;
}

.copy-right {
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 15px;
}

footer.footer-wrapper ul li a:hover {
    color: #ffa803;
}
/*footer-End*/












.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(https://ola.addsofttech.com/galbg.jpg);
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button:hover {
        background: white;
    }

    .flickity-prev-next-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #09F;
    }

    .flickity-prev-next-button:active {
        opacity: 0.6;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }
/* right to left */ */
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}



.carousel {
    background: #FAFAFA;
}

.carousel-main {
    margin-bottom: 8px;
}



.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}



/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
}

.sub-slider img {
    height: 90px;
    width: 120px;
}


.main-gallery img {
    height: 400px;
    width: 100%;
}

.header-list ul {
    margin-top: 35px;
}

    .header-list ul li a {
        background: #0693a6;
        padding: 14px 15px;
        color: #fff;
        border-radius: 7px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
    }

    .header-list ul li {
        display: inline-block;
    }

.header-list {
    float: right;
    margin-right: -80px;
}

    .header-list ul li a:hover {
        transition: all linear 0.5s;
        background: #eb8c3a;
    }

.top-content .left-menu {
    background: #003a7a none repeat scroll 0 0;
    right: 0;
    padding: 10px;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    top: 32px;
    z-index: 9999999999;
    box-shadow: none;
    width: 360px;
    left: auto;
}

.left-menu .search-btm i {
    background: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.top-content .search-btm {
    background: transparent;
    width: 10%;
    height: 34px;
    color: #5a5858;
    outline: none;
    border: none;
    margin-left: -4px;
    margin-top: 2px;
}

.top-content .search-fld {
    width: 89%;
    outline: none;
    border-right: none;
    padding: 5px 10px;
    background: transparent;
    border: none;
    color: #000;
}

.top-content .search-sec {
    width: 100%;
    float: left;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.top-content li:hover .left-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.top-content ul li a i {
    font-size: 15px;
}

.top-content a {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 16px;
}

.chairman-msg span {
    text-align: center;
    display: block;
}

.chairman-msg h4 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.chairman-man img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    border: 5px solid #0693a6;
    margin: auto;
    display: block;
}

.banner-about {
    padding-top: 15px;
    padding-bottom: 13px;
}



.spot-sec {
    z-index: 9;
}


.banner-botm img {
    width: 100%;
}

/******** Inner Page *************/
.page-title {
    position: relative;
    padding: 70px 0px 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
}

    .page-title:before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 59%);
    }


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-title .content {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #e87c17;
}

    .page-title .content h1 {
        position: relative;
        color: #ffffff;
        font-size: 50px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

.page-title .page-breadcrumb {
    position: relative;
}

    .page-title .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        color: #ffffff;
        font-size: 17px;
        font-weight: 400;
    }

        .page-title .page-breadcrumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .page-title .page-breadcrumb li:after {
            position: absolute;
            content: "\f105";
            right: -4px;
            top: 1px;
            color: #ffffff;
            font-family: 'FontAwesome';
        }

        .page-title .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-title .page-breadcrumb li a {
            color: #e87c17;
        }

.add-bg {
    position: relative;
    z-index: 1;
    padding: 55px 60px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.main-wrapper-inner {
    margin-bottom: 50px;
}
/****** Profile-Strat *****/


.profile_section {
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
    background: #90d485;
    background: linear-gradient(172deg, rgb(235 244 255 / 30%) 0%, rgb(179 216 255 / 34%) 49%, rgb(229 236 243) 100%);
    border: 1px solid #95c3f7;
    box-shadow: 0 12px 22px -19px rgb(108 116 144);
    margin-bottom: 40px;
}

.owner-board .card .card-header {
    color: rgb(255 255 255);
    font-size: 25px;
    font-weight: 500;
    min-height: 50px;
    text-transform: uppercase;
    line-height: 40px;
    background: rgb(10 66 126);
    padding: 2px 5px;
    border-radius: 0px;
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) calc(0.375rem - (1px)) 0 0;
}

.card-header {
    margin-bottom: 0px;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.from-group.mt-auto {
    margin-top: 26px;
}

.member-body {
    background: #dbeffd;
    box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 54%);
    -webkit-box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 73%);
    -moz-box-shadow: -1px 7px 19px -11px rgba(0,0,0,0.64);
    background: #90d485;
    background: linear-gradient(224deg, rgba(144, 212, 133, 0.09) 0%, rgb(213 208 193 / 9%) 49%, rgb(83 182 237 / 17%) 100%);
    border-radius: 10px;
    padding: 30px 0;
    border: 1px solid #87c0ff;
    margin-bottom: 30px;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.owner-board .card .card-body {
    padding: 20px 5px 10px;
    border-radius: 0px;
}

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.owner-board .item img {
    width: 140px;
    height: 150px;
    margin: auto;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-image: initial;
}

.owner-board .card .card-footer {
    height: 65px;
    font-size: 95%;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 5px 5px;
    border-radius: 0px;
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-footer h4 {
    margin-bottom: 5px;
    margin-top: 20px;
    height: 35px;
}

.card-footer {
    color: var(--bs-card-cap-color);
    height: 150px;
    background-color: var(--bs-card-cap-bg);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    margin-bottom: 21px;
}

.profile-details h2 {
    background: #081575;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
}

.profile-details h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: inherit;
    color: #064394;
}

.profile-details span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.form-control {
    box-shadow: none !important;
    border: 1px solid #e87c17;
}




.mrgntop25 {
    margin-top: 25px;
}

.innerContent .sub-heading {
    background: #082964;
    padding: 8px 15px; /* border-bottom: 5px solid #658fdb; */
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .innerContent .sub-heading h3 {
        display: inline-block;
        margin-top: 8px;
    }

.float-end {
    float: right !important;
}

.profile-detail .top-info-card {
    border: 1px dashed #b8b8ed;
    box-shadow: 5px 6px 8px #dbdbdb;
}

.p-2 {
    padding: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.profile-detail .top-info-card .profile-image {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.profile-detail .top-info-card .profile-image:before {
    content: '';
    position: absolute;
}

.profile-detail .top-info-card .profile-image .thumb {
    padding: 5px;
    box-shadow: 0 0 5px #ccc;
    margin: 10px 0 10px 10px;
}

    .profile-detail .top-info-card .profile-image .thumb img {
        height: 185px;
        width: 100%;
        border-radius: 8px;
    }

.profile-detail .top-info-card .profile-image:after {
    content: '';
    position: absolute;
}

.badge:empty {
    display: none;
}

.btm-details-card {
    border: 1px dashed #b8b8ed;
    box-shadow: 5px 6px 8px #dbdbdb;
    padding: 15px;
    margin-bottom: 45px;
}

    .btm-details-card h3 {
        padding: 8px;
        margin: 0 0 10px 0;
        /* background: #ccc; */
        border-bottom: 1px dashed #0f73e5;
        font-size: 22px;
        font-weight: 600;
        color: #e87c17;
    }

    .btm-details-card a {
        display: block;
        margin-left: 10px;
        padding-top: 17px;
    }


.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

@media (min-width: 768px) {
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.profile-detail .top-info-card ul.icon-info {
    list-style: none;
    padding: 0;
    margin: 0px 0 0 10px;
    border-left: 1px solid #CECECE;
    font-size: 90%;
}

    .profile-detail .top-info-card ul.icon-info li:not(:last-child) {
        margin-bottom: 15px;
    }

    .profile-detail .top-info-card ul.icon-info li {
        position: relative;
        padding-left: 20px;
        min-height: 25px;
    }

        .profile-detail .top-info-card ul.icon-info li i {
            color: #e87c17;
            position: absolute;
            left: -10px;
            background: #fff;
            width: 20px;
            line-height: 24px;
            text-align: center;
            font-size: 16px;
            top: 0;
        }

.fa-landmark::before {
    content: "\f66f";
}

.profile-detail .top-info-card ul.icon-info h4 {
    margin: 0;
    font-size: 100%;
    color: #e87c17;
}

.profile-detail .top-info-card ul.icon-info li p {
    margin-bottom: 0;
    text-align: left;
    word-break: break-all;
    font-size: 14px;
}

ul.icon-info a {
    color: #000;
    font-size: 15px;
}

h4.assembly-main {
    background: #e87c17;
    padding: 10px;
    color: #fff;
}

.Speaker-main-tab tr td {
    padding: 4px;
    border-color: #beb7b7;
}

table.Speaker-main-tab {
    width: 100%;
    font-size: 15px;
}

table.Speaker-main-tab {
    width: 100%;
    font-size: 15px;
}
/****** profile-End *****/

/****** Contact-contact *****/

.contact-group .side-v-menu .accordion {
    margin: 0 !Important;
}


.widget.address h3 {
    font-size: 23px;
}

.widget.address ul li img {
    float: left;
    margin-right: 20px;
    width: 33px;
}

.widget.address ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px dotted #ddd;
    padding: 20px 0;
}

button.theme-btn {
    padding: 11px 18px 12px 20px;
    background: rgb(32, 70, 242);
    border: 1px solid transparent;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}

.address-form .form-control {
    border-radius: 10px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 18px 15px 20px;
    background: transparent;
    color: #aaaaaa;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.contact-full-address.bg.fixed {
    margin-top: -60px;
    padding: 130px 0 100px;
    color: #fff;
}

    .contact-full-address.bg.fixed:after {
        position: absolute;
        left: 0px;
        top: 0px;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 83%);
    }

.address-list {
    position: relative;
    z-index: 9;
}

    .address-list h4 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .address-list p {
        font-size: 13px;
        line-height: 20px;
    }

.toll-free span {
    display: block;
    font-size: 19px;
    line-height: 29px;
}

.toll-free {
    margin-top: 15px;
}

    .toll-free h4 {
        font-size: 26px;
        text-transform: capitalize;
        font-weight: 800;
        margin-top: 40px;
        line-height: 30px;
    }

    .toll-free img {
        float: left;
        margin-right: 10px;
    }


.Chapter-style {
    background-image: linear-gradient(#4098ff, #4058ff 62%, #4075ff);
    border: .5px solid #3247cf;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .14) 0 1px .5px, rgba(182, 229, 255, .4) 0 1px .5px inset, rgba(23, 45, 202, .46) 0 -1px .5px inset, #233ced 0 0 0 .5px inset;
    color: #fff;
    font-weight: 600;
    outline: 3px #fff;
    outline-offset: 0;
    position: relative;
    text-shadow: #233ced 0 -1px .5px;
    top: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    padding: 12px 24px 14px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.btm-details-card h3 {
    padding: 8px 0 !important;
    margin: 0 !important;
    border-bottom: 1px dashed #f3a649;
    font-size: 17px;
    font-weight: 600;
    color: #e87c17;
}

.visitors-count {
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    background: #3f72ab;
    border-radius: 5px;
    padding: 2px;
    margin: 1em auto;
    max-width: 100%;
    color: #fff;
}


    .visitors-count span {
        display: block;
        font-size: 21px;
        font-weight: 500;
        min-width: 100%;
        background: #f5f5f5;
        color: #000;
        padding: 5px 0;
        border-radius: 0 0 4px 4px;
        margin-bottom: 0px;
    }



/******** Maximum width responsive *************/
@media screen and (max-width:1920px) {
}

@media screen and (max-width:1400px) {
}

@media screen and (max-width: 1199px) {

    .azadi-logo {
        background: #fff;
        padding: 35px 20px;
    }

    .header-list-header ul li span {
        width: 50px;
        height: 50px;
    }

    .header-list-header ul li a {
        padding: 6px;
        padding-left: 49px;
        line-height: 15px;
    }

    .banner-botm:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        height: 45px;
        width: 427px;
    }
}

@media screen and (max-width: 991px) {
    .header-list-header ul li a {
        padding: 12px;
        padding-left: 49px;
        line-height: 15px;
    }

    .banner-botm:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -44px;
        height: 45px;
        width: 617px;
        margin: auto;
    }

    .trade-content {
        height: auto;
    }

    .azadi-logo {
        height: auto;
    }

    .banner-botm img {
        display: none;
    }

    .banner-botm {
        background: #02448e;
        height: 80px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .heading-part a {
        margin-top: 0;
        padding: 7px 0;
        font-size: 10px;
    }

    .top-header ul li {
        padding: 2px;
    }

    .logo img {
        width: 60%;
    }

    .logo-list {
        float: inherit;
    }

    .main-menu {
        background: #0652a6;
        margin-top: 10px;
        height: 40px;
    }

    .heading-part a {
        margin-top: 0;
        padding: 15px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1;
        margin-bottom: 0;
    }

    .rgt0 {
        padding-right: 15px;
    }

    .azadi-logo img {
        width: 40%;
        margin: auto;
        text-align: center;
        display: block;
    }

    .client-bg img {
        margin: auto;
    }

    .client-width {
        width: auto;
        width: 100%;
    }

    .client-bg {
        padding: 12px 0;
        margin-bottom: 5px;
    }

    .vision-part {
        height: auto;
    }
	
	.banner-botm:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -44px;
        height: 45px;
             width: 547px;
        margin: auto;
    }
    .portal-list li {
    width: 70px;
    line-height: 16px;
}

	
	
}




@media screen and (max-width: 479px) {
    footer hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .policy ul li {
        display: inline-block;
        border-right: none;
        padding: 0px 6px;
        font-size: 12px;
    }

    .banner-botm {
        display: none;
    }

    .portal-list ul li {
        display: none;
        padding: 1px 15px;
    }

    .logo-list-main ul li {
        display: inline-block;
        margin-right: 13px;
        text-align: center;
    }

    .heading-part a {
        margin-top: 0;
        padding: 7px 1px 7px 11px;
        font-size: 9px;
    }

    div#chartContainer {
        display: none;
    }

    .top-header ul li:after {
        display: none;
    }

    .top-header {
        text-align: left;
    }

    .spot-sec .rgt0 {
        padding-right: 0;
    }

    .vision-hrding {
        width: auto;
        margin: auto;
    }

    .azadi-logo img {
        width: 80%;
        margin: auto;
        text-align: center;
        display: block;
    }

    ul.ser-list {
        column-count: 1;
    }

    .logo img {
        width: 100%;
    }

    .logo-list ul li {
        display: inline-block;
        width: 28%;
    }

    .season_content {
        position: inherit;
        width: 100%;
    }

    .banner-botm:before {
        display: none;
    }
	
	 .banner-botm {
        display: inherit;
    }
    .portal-list ul li {
        display: inline-block;
        padding: 11px 5px;
               width: 100px;
        line-height: 16px;
    }
    .banner-botm:before{
        display: inline-block;
                width: 437px;
    }
     
    .portal-list {
    position: absolute;
    top: -150px;
}
    .banner-botm {
        display: inherit;
        height: 150px;
    }

	
	
	
}



@media screen and (max-width: 768px) {

    body .home-gov {
        width: 85%;
        padding-left: 0;
        margin: 0 auto;
    }

    body .heading-part {
        display: none;
    }

    body .season_tab {
        margin: 0 11px 0 11px;
    }

    .guest-main img {
        height: auto !important;
    }
}


/******** Maximum width responsive *************/


@media screen and (max-width: 768px) {
    .card-body-memeber {
        height: auto !important;
    }

    .contact-group .col-md-3.lft0.side-v-menu {
        padding: 0 25px !important;
    }

    .contact-group .col-md-9.info-card-tile {
        padding: 0 25px !important;
    }

    h1.assembly-hrd {
        font-size: 25px !Important;
        margin-top: 19px !important;
        text-align: left !important;
    }

    .card-header-memeber h3 {
        font-size: 110% !important;
        height: 40px !important;
    }

    body .card-body-memeber table td {
        width: 100% !Important;
        display: block;
    }

    .card-body-memeber table td:first-child {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .card-body-memeber table td:last-child {
        margin-bottom: 10px !important;
        font-size: 100 !important;
        padding: 0 !important;
    }

    .contact-group .side-v-menu .accordion {
        margin: 0 !Important;
        width: 100% !important;
        max-width: inherit !Important;
    }

    .card-header-memeber img {
        width: 60px !Important;
        height: 60px !Important;
    }

    .card-header-memeber {
        padding: 20px 10px 5px 83px !Important;
    }

    .brand-mark-memeber img {
        width: 35px !Important;
        height: 35px !Important;
    }
}


@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

/*********************** Minimum to Maximum width *****************/



/******** Minimum width responsive *************/
@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
	
    .banner-botm:before {
    position: absolute;
    left: 0px;
    right: 0;
    top: -7px;
    content: '';
    background: url(./images/bg-1.png) no-repeat;
    height: 45px;
    width: 500px;
}
	
}

/*********************** Minimum to Maximum width *****************/


@media (min-width: 1040px and max-width:1440px) {
}

@media screen and (min-width: 420px) and (max-width: 579px) {
}

@media screen and (min-width: 580px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .top-content-search .search-fld {
        width: 75% !IMPORTANT;
    }

    .top-content-search .search-btm {
        width: 25% !IMPORTANT;
    }

    .card-header-memeber h3 {
        font-size: 14px !important;
    }

    .card-body-memeber table td {
        font-size: 12px !important;
    }

        .card-body-memeber table td.value-lable {
            width: 125px !important;
        }

    .icon-info-memeber li {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .card-body-memeber {
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .top-content-search .search-fld {
        width: 75% !IMPORTANT;
    }

    .top-content-search .search-btm {
        width: 25% !IMPORTANT;
    }

    .card-header-memeber h3 {
        font-size: 14px !important;
    }

    .card-body-memeber table td {
        font-size: 12px !important;
    }

        .card-body-memeber table td.value-lable {
            width: 125px !important;
        }

    .icon-info-memeber li {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }
	
	    .portal-list ul li a {
       font-size: 10px;
       margin-top: 12px;
}

	
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {


    .top-content-search .search-fld {
        width: 75% !IMPORTANT;
    }

    .top-content-search .search-btm {
        width: 25% !IMPORTANT;
    }

    .card-header-memeber h3 {
        font-size: 14px !important;
    }

    .card-body-memeber table td {
        font-size: 12px !important;
    }

        .card-body-memeber table td.value-lable {
            width: 125px !important;
        }

    .icon-info-memeber li {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .info-sub-hrd-main h4 {
    }
}







@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .banner_sec .banner .bs-slider > .carousel-inner > .item > img, .banner_sec .banner .bs-slider > .carousel-inner > .item > a > img {
        float: right;
        width: 100%;
    }

    .bg-part {
    }
}

.fc-daygrid-day-events {
    display: none;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.chart-main {
    margin-top: 20px;
}

a.canvasjs-chart-credit {
    display: none;
}

.chart-maenu {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 10px 1px #d5e9ff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #cae3ff;
}

    .chart-maenu:hover {
        box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
        transform: translateY(-15px);
        transition: all linear 0.5s;
    }

.count {
    font-size: 30px;
    color: #0652a6;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.chart-maenu h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    height: 30px;
}

.chart-maenu img {
    border-radius: 6px;
    width: 60px;
}

.main-chart {
    float: left;
}

.chart-mai-nwwq {
    margin-top: 80px;
}


ul.icon-info li:first-child {
    display: none;
}

.my-md-auto ul.icon-info li:first-child {
    display: inline-block;
}



.sidemenu ul li a:hover {
    background: #0652a6;
    color: #fff;
}

.sidemenu ul li a {
    color: #000000;
    background: #ffffff;
    border-radius: 5px;
    padding: 9px;
    margin-bottom: 10px;
    display: block;
}

.sidemenu {
    padding: 20px 10px;
    border: 1px solid #ccc;
    background: #e87c17;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 12px 22px -19px rgb(108 116 144);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

h3.lib-rul {
    background: #0652a6;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    margin-top: 55px;
}

.library-bg-pdf {
    border: 1px solid #d6d6d6;
    box-shadow: 5px 6px 8px #dbdbdb;
    padding: 15px;
    margin-bottom: 45px;
}


/* Assembly Name From The List */

.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 74%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #ffffff;
    background: #e87c17;
    padding: 4px 13px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Optional: Hover & focus effects */
.select-wrapper select:hover,
.select-wrapper select:focus {
    border-color: #e87c17;
    outline: none;
}

.select-wrapper {
    position: relative;
}

.assembly-wrapper {
    background: #eff3ff;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 10px 1px #dddddd;
    border-radius: 12px;
    transition: all linear 0.2s;
    border: 1px solid #e3d6c9;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}

    .assembly-wrapper h3 {
        font-size: 20px;
        background: #e87c17;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 25px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 50%;
        text-align: center;
        top: -34px;
    }

.assembly-button button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #102d4d;
    border: 0;
    padding: 8px 20px;
    color: #FFFFFF;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 7px;
    letter-spacing: 1;
}

.season_tabs-NEW h3 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 50px;
}

.season_tabs-NEW {
    transform: translateX(10px);
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-left: -10px;
    border: 1px solid #b3d7ff;
    background: #fff;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 10px 1px #dddddd;
    border-radius: 12px;
    transition: all linear 0.2s;
    z-index: 9;
    width: 100%;
    margin-bottom: 20px;
}


    .season_tabs-NEW span {
        color: #e87c17;
        font-size: 15px;
    }

    .season_tabs-NEW img {
        width: 130px;
        margin: auto;
        float: left;
        margin-right: 15px;
        border-radius: 5px;
    }
/*Sunita-11-38*/

.member-body-CH img {
    border-radius: 50%;
    height: 240px;
    width: 240px;
}

.member-body-CH {
    text-align: center;
    -webkit-box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 73%);
    -moz-box-shadow: -1px 7px 19px -11px rgba(0,0,0,0.64);
    background: linear-gradient(224deg, rgba(144, 212, 133, 0.09) 0%, rgb(213 208 193 / 9%) 49%, rgb(83 182 237 / 17%) 100%);
    border-radius: 10px;
    padding: 30px 0;
    border: 1px solid #87c0ff;
    margin-bottom: 30px;
}

.card-footer-12 h4 {
    font-size: 25px;
    font-weight: 700;
}


h2.chrif-main-hrd {
    background: #acddff !important;
    box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 54%);
    -webkit-box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 73%);
    -moz-box-shadow: -1px 7px 19px -11px rgba(0,0,0,0.64);
    background: #90d485;
    background: linear-gradient(224deg, rgba(144, 212, 133, 0.09) 0%, rgb(213 208 193 / 9%) 49%, rgb(83 182 237 / 17%) 100%);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #87c0ff;
    margin-bottom: 10px;
    font-size: 25px;
}

.footerlinkscontent {
    background: #072875;
    display: inline-table;
    color: #fff;
    padding: 12px 25px 12px 12px;
    font-size: 27px;
    border-bottom: 4px solid #bf6a13;
    border-radius: 0 25px 25px 0;
    margin-bottom: 20px;
}





.dir-desk img {
    height: 250px;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 20px 10px 0;
}

.about-wraper {
    position: relative;
    background: #e2e2f7 url(./images/bg-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.about-odisha {
    padding-left: 80px;
}

.dir-desk h4 {
    font-size: 25px;
    font-weight: 900;
    color: #000;
}

.dir-desk img {
    height: 200px;
    float: left;
    padding: 10px;
    border: 2px solid #05b0db;
    margin: 0 20px 10px 0;
    border-radius: 50%;
    width: 200px;
}

.about-odisha p {
    font-size: 16px;
    text-align: justify;
}

a.readbtn.orange {
    background: #ff6e16;
    padding: 5px 13px;
    display: table;
    float: right;
    margin-top: 20px;
    color: #fff;
    border-radius: 35px;
}

.about-wraper h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 30px;
}

a.readbtn.orange:hover {
    background: #0652a6;
    transition: all linear 0.5s;
}

.season_tabs-NEW-content {
    transform: translateX(10px);
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-left: -10px;
    border: 1px solid #b3d7ff;
    background: #fff;
    padding: 0 10px 10px;
    box-shadow: 0px 4px 10px 1px #dddddd;
    border-radius: 12px;
    transition: all linear 0.2s;
    z-index: 9;
    margin-bottom: 20px;
    padding: 20px;
    height: 216px;
}

.short-cap .carousel-cell {
    margin-right: 8px;
    counter-increment: carousel-cell;
}


.g-list:hover {
    background: #ff6e16;
    color: #fff;
}



.container-fluid.hrd-maintop {
    margin: 0 40px;
}


.widget-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #081970;
}

.sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 10px;
}


.sidebar .a-list li:not(:last-child) {
    border-bottom: 1px solid rgb(243, 243, 243);
    margin-bottom: 5px;
}

.sidebar .a-list li.active a, .sidebar .a-list li a.active {
    background: rgb(235, 246, 246);
}

.sidebar .a-list li a {
    display: block;
    color: rgb(47, 47, 47);
    position: relative;
    font-size: 105%;
    padding: 8px 0px 8px 25px;
    text-decoration: none;
}

    .sidebar .a-list li a::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 16px;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-top: 1px solid rgb(80, 77, 77);
        border-right: 1px solid rgb(80, 77, 77);
    }


.info-card-tile .card {
    position: relative;
    top: 0px;
    height: 100%;
    color: rgb(0, 0, 0);
    border-color: rgb(233, 233, 233);
    transition: 0.3s;
}

.info-card-tile .card-header {
    position: relative;
    min-height: 90px;
    padding: 20px 10px 5px 95px;
    background: rgb(213, 233, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.info-card-tile .card-header img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.info-card-tile .card-header h6 {
    color: rgb(18, 133, 126);
    font-weight: 400;
    font-size: 100%;
    margin: 0px;
}

.info-card-tile .card-body {
    font-size: 95%;
    position: relative;
    padding: 10px 15px 20px;
}

.info-card-tile ul.icon-info-CONTAT {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 10px;
    border-left: 1px solid rgb(206, 206, 206);
}

    .info-card-tile ul.icon-info-CONTAT li:not(:last-child) {
        margin-bottom: 15px;
    }

    .info-card-tile ul.icon-info-CONTAT li {
        position: relative;
        padding-left: 20px;
        min-height: 25px;
    }

        .info-card-tile ul.icon-info-CONTAT li i {
            color: rgb(18, 133, 126);
            position: absolute;
            left: -10px;
            width: 20px;
            line-height: 24px;
            text-align: center;
            font-size: 16px;
            top: 0px;
            background: rgb(255, 255, 255);
        }

.fa-location-dot::before {
    content: "\f3c5";
}


.innerContent .heading {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

    .innerContent .heading h1 {
        font-weight: 500;
        display: inline-block;
        margin: 0px 0px 6px;
    }

        .innerContent .heading h1 strong {
            font-weight: 500;
        }

.float-end {
    float: right !important;
}

.action-right .search-form .form-control {
    height: 31px;
    width: 40px;
    box-shadow: none;
    border-color: transparent;
    transition: width 0.5s;
    background: url(../images/search.png) 3px center no-repeat;
    padding: 2px 5px 2px 37px;
    border-radius: 3px;
}

.tile-list-toggle-button button.btn {
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 4px;
}


.card-body-contact img {
    width: 140PX;
    height: 150PX;
    border-radius: 9px;
}

#DivBindMember .card-footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    height: 25px;
}

#DivBindMember .card-footer span {
    display: block;
    margin: 0;
}

#DivBindMember .member-body {
    min-height: 545px;
    height: auto;
}

div#DivBindMember {
    margin-top: 63px;
}

.member-body-CONTACT {
    background: #dbeffd;
    box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 54%);
    -webkit-box-shadow: -1px 7px 19px -11px rgb(0 0 0 / 73%);
    -moz-box-shadow: -1px 7px 19px -11px rgba(0,0,0,0.64);
    background: #90d485;
    background: linear-gradient(224deg, rgba(144, 212, 133, 0.09) 0%, rgb(213 208 193 / 9%) 49%, rgb(83 182 237 / 17%) 100%);
    border-radius: 10px;
    padding: 30px 0 0;
    border: 1px solid #87c0ff;
    margin-bottom: 30px;
    height: 450px;
}

.card-footer-contact {
    padding: 20px;
}

ul.member-list.a-list li {
    background: #d8eaff;
}







/* bhasini */

.bhashini-dropdown {
    position: fixed;
    z-index: 1000;
}

.bhashini-dropdown-btn {
    display: flex;
    background-color: #2743A3;
    color: #fff !important;
    padding: 1rem 1.12rem;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
    width: 13.75rem;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans";
}

.bhashini-dropdown-btn-icon {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.bhashini-dropdown-btn-text {
    color: #fff;
    font-family: "Noto Sans";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-bottom: auto;
}

.bhashini-dropdown-content {
    display: none;
    position: absolute;
    max-height: 25rem;
    overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    /* bottom: 100%; */
    border-radius: 0.5rem;
    border: 1px solid var(--Grey-Grey-45, #737373);
    background: rgba(255, 255, 255, 0.96);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .bhashini-dropdown-content > div {
        color: black;
        padding: .62rem 1rem;
        text-decoration: none;
        display: flex;
    }

.card-header-memeber {
    position: relative;
    min-height: 90px;
    padding: 20px 10px 5px 95px;
    background: #e1ecf8;
    border-radius: 5px;
    border: 1px solid #c1dfff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

    .card-header-memeber img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        left: 10px;
        top: 10px;
        border: 1px solid #fff;
    }

.brand-mark-memeber {
    position: absolute;
    right: 100px;
    top: 7px;
}

.memeber-item {
    margin-top: 20px;
}

.card-header-memeber h3 {
    margin-top: 0;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    width: 80%;
    margin-bottom: -5px;
    height: 33px;
}

.brand-mark-memeber img {
    width: 60px;
    height: 60px;
}

.member-card {
    position: absolute;
    left: 10px;
}

.brand-mark-memeber {
    position: absolute;
    right: 10px;
    top: 17px;
}

.card-body-memeber {
    padding: 10px 15px 20px;
    font-size: 15px;
    position: relative;
    border: 1px solid #c1dfff;
    height: 270px;
    background: #f2f8fd;
    transition: all linear 0.2s;
}

    .card-body-memeber table td.value-lable {
        width: 170px;
        padding-left: 0;
        opacity: 0.7;
    }

    .card-body-memeber table td {
        vertical-align: top;
        padding: 7px 5px;
        line-height: 1.4;
        font-size: 17px;
    }

        .card-body-memeber table td:first-child {
            font-weight: 600;
            color: #0e067f;
        }


.icon-info-memeber li i {
    color: #ffffff;
    border: 1px solid #1f61ab;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0px 6px;
    display: block;
    margin-right: 7px;
    background: #7fa4cd;
    font-size: 14px;
    text-align: center;
}

.icon-info-memeber li {
    display: flex;
    margin-top: 16px;
    font-size: 13px;
    line-height: 19px;
}

.card-link-mem {
    color: #000;
    text-decoration: none;
}

.view-more-memeber i {
    font-size: 16px;
}



.view-more-memeber {
    display: inline-block;
    background: #114b8d !IMPORTANT;
    border-radius: 10px;
    text-align: center;
    padding: 2px 10px;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    /* position: absolute; */

    width: 95px;
    margin: 0 0 10PX 0;
    /* top: auto; */
    font-size: 11px;
    letter-spacing: 1;
    FLOAT: RIGHT;
    COLOR: #FFF !IMPORTANT;
}










.card-header-memeber h6 {
    font-size: 14px;
    padding: 0;
    margin: 3px 0 0 0;
}


h1.assembly-hrd {
    font-size: 27px;
    color: #081970;
    text-align: center;
    font-weight: 700;
    margin-top: -20px;
}

.card-body-memeber:hover {
    background: #eaf4ff;
    box-shadow: 0px 7px 11px -7px #415d7d;
}


.top-content-search {
    margin-top: 30px;
}

    .top-content-search .search-btm {
        background: transparent;
        width: 20%;
        height: 38px;
        color: #FFFFFF;
        outline: none;
        border: none;
        margin-left: -4px;
        background: #0652a6;
        padding: 5px;
    }

    .top-content-search .search-fld {
        width: 80%;
        outline: none;
        border-right: none;
        padding: 5px 10px;
        background: transparent;
        border: none;
        color: #000;
    }

    .top-content-search .search-sec {
        width: 100%;
        float: left;
        background: #fff;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

.pev-part input {
    background: #ffead6;
    border: 1px solid #e87c17;
    margin-right: 15px;
    margin-left: 15px;
}

.pev-part span {
    background: #fda654;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
}

.pev-part {
    clear: both;
}

/*------------------------------*/

@media screen and (min-width: 768px) {
    .imgpie {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    .container-fluid.hrd-maintop {
        margin: auto !important;
    }

    body .uwy .uai {
        width: 28px !important;
        height: 28px !important;
    }

    .logo-list-main {
        float: inherit;
        text-align: center;
    }

    .col-md-12.lft0.rgt0 {
        padding-right: 0;
    }

    body .dir-desk {
        text-align: center;
    }

        body .dir-desk img {
            float: inherit;
            display: inline;
        }

    body .about-odisha {
        padding-left: 0 !important;
    }

    .page-title .content h1 {
        font-size: 25px !important;
    }

    .col-md-7chart-mai-nwwq {
        margin-top: 0 !important;
    }
}













/*  Added  by me on 13th Aug 2025  */


#photoGallery5 {
    border-radius: 0px;
}




    #photoGallery5 .photoGallery4Inner .photoGallery4Items img {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: block;
        height: auto;
        max-height: 280px;
    }

    #photoGallery5 .photoGallery4Inner .photoGallery4Items .photoGallery4ItemsImage,
    #photoGallery5
    .photoGallery4Inner
    .photoGallery4Items
    .photoGallery4ItemsImage
    * {
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
    }

    #photoGallery5
    .photoGallery4Inner
    .photoGallery4Items
    .photoGallery4ItemsImage {
        padding: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        position: relative;
    }

        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items
        .photoGallery4ItemsImage
        img {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items
        .photoGallery4ItemsImage
        .directoryIcon {
            position: absolute;
            width: 44px;
            height: 44px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            top: 50%;
            margin-top: -22px;
            left: 50%;
            margin-left: -22px;
            text-align: center;
        }

            #photoGallery5
            .photoGallery4Inner
            .photoGallery4Items
            .photoGallery4ItemsImage
            .directoryIcon > span {
                color: #fff;
                font-size: 23px;
                line-height: 44px;
                padding-top: 10px;
                display: inline-block;
            }

            #photoGallery5
            .photoGallery4Inner
            .photoGallery4Items
            .photoGallery4ItemsImage
            .directoryIcon
            .directoryIconText {
                width: 0px;
                height: 0px;
                overflow: hidden;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                opacity: 0;
                font-size: 0px;
            }

    #photoGallery5
    .photoGallery4Inner
    .photoGallery4Items:hover
    .photoGallery4ItemsImage
    .directoryIcon,
    .show-focus-outlines
    #photoGallery5
    .photoGallery4Inner
    .photoGallery4Items
    .photoGallery4ItemsImage
    .directoryIcon {
        width: 100%;
        height: 100%;
        background: rgb(242 101 34 / 74%);
        border-radius: 0%;
        top: 0px;
        margin-top: 0px;
        left: 0px;
        margin-left: 0px;
    }

        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items:hover
        .photoGallery4ItemsImage
        .directoryIcon > span,
        .show-focus-outlines
        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items
        .photoGallery4ItemsImage
        .directoryIcon > span {
            padding-top: 40px;
            font-size: 2.4em;
        }

        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items:hover
        .photoGallery4ItemsImage
        .directoryIcon
        .directoryIconText,
        .show-focus-outlines
        #photoGallery5
        .photoGallery4Inner
        .photoGallery4Items
        .photoGallery4ItemsImage
        .directoryIcon
        .directoryIconText {
            width: 75%;
            height: auto;
            margin: 15% auto;
            opacity: 1;
            font-size: 13px;
            font-weight: 700;
        }

    #photoGallery5 .photoGallery4Inner .photoGallery4Items .photoGallery4ItemsCaption {
        background-color: #2f2e2e;
        padding: 10px 10px;
        text-align: center;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        color: #fff;
        margin-top: 0px;
        font-weight: 700;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        margin-bottom: 10px;
        height: 60px;
        line-height: 19px;
    }

    #photoGallery5
    .photoGallery4Inner
    .photoGallery4Items:hover
    .photoGallery4ItemsCaption {
        background-color: #f26522;
    }

    #photoGallery5 .list-view .photoGallery4Items {
        float: none;
        width: 100%;
        max-width: none;
        padding: 15px 10px;
        overflow: hidden;
        position: relative;
        border: 1px solid #d8d8d8;
        margin-bottom: 20px;
    }

        #photoGallery5 .list-view .photoGallery4Items .photoGallery4ItemsImage {
            max-width: 250px;
        }

        #photoGallery5 .list-view .photoGallery4Items .photoGallery4ItemsCaption {
            position: absolute;
            left: 300px;
            top: 0px;
            background: none;
            color: #2f2e2e;
        }

        #photoGallery5 .list-view .photoGallery4Items:hover .photoGallery4ItemsCaption {
            background: none;
            color: #2f2e2e;
        }

.contrast
#photoGallery5
.photoGallery4Inner.list-view
.photoGallery4Items
.photoGallery4ItemsCaption {
    border: none;
}

@media (min-width: 1600px) {
    .vehicle-detail-banner.banner-content.clearfix {
        margin-left: 0 !important;
    }
}


@media (max-width: 1400px) {
    #photoGallery5 .photoGallery4Inner .photoGallery4Items {
        max-width: none;
        width: 33%;
    }

    #photoGallery5 .photoGallery4Inner.list-view .photoGallery4Items {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 640px) {
    #photoGallery5 .photoGallery4Inner .photoGallery4Items {
        width: 50%;
    }
}

@media (max-width: 500px) {
    #photoGallery5 .photoGallery4Inner .photoGallery4Items {
        float: none;
        width: 100%;
    }
}

.popup-gallery img {
    margin-bottom: 20px;
}

#imgDiv {
    position: relative;
    overflow: hidden;
}

    #imgDiv img {
        margin: auto;
        transition: all 1.2s;
    }

    #imgDiv:hover img {
        opacity: 0.3;
    }

    #imgDiv i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 28px;
        line-height: 60px;
        background: white;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 800ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
        text-align: center;
    }

    #imgDiv:hover img {
        transform: scale(1.1);
        z-index: 1;
    }

    #imgDiv:hover i {
        transform: translate(-50%, -50%) scale(1);
        transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        /* this is easeOutBack from easings.net */
    }

.gal-wrapper {
    margin: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 5px solid #ffffff;
}

    .gal-wrapper i {
        color: #e87c17;
    }

.back-gl img {
    width: 160px;
    float: right;
}

.galerry-inner-hrd {
    font-size: 23px;
}

.galerry-inner-hrd {
    background: #ffdfc0;
    padding: 10px;
    border: 1px solid #f88312;
    border-radius: 5px;
    margin-top: 0;
}

.back-gl img:hover {
    filter: invert(1);
}

.back-gl img {
    width: 130px;
    float: right;
    position: absolute;
    right: 17px;
    z-index: 9;
    top: 5px;
}

    .back-gl img:hover {
        filter: brightness(0.5);
    }

/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 20px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.banner-slider .slider.slider-nav {
    height: 550px;
    overflow: hidden;
}

.slider-banner-image {
    height: 460px;
}

.banner-slider .slider.slider-nav {
    padding: 0px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 150px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid #fa7d06;
}

    .slider-banner-image img,
    .slider-nav .slick-slide.thumbnail-image .thumbImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #ffffff;
    filter: drop-shadow(-1px 3px 3px #51504e);
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
}

    .slider-nav .slick-slide span {
        font-size: 13px;
        display: inline-block;
        padding: 5px 0 13px;
        color: #000 !important;
        line-height: 19px;
        padding-bottom: 0px;
    }

.slider-banner-image img {
    height: 460px;
}

.slider-banner-image {
    position: relative;
}

    .slider-banner-image:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, rgb(0 0 0 / 86%) 7%, rgba(0, 0, 0, 0) 100%);
        top: auto;
        z-index: 9;
        right: 0;
    }

.banner-slider .slider.slider-for span {
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    top: auto;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    padding: 20px;
}

@media screen and (max-width : 991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }

    .banner-slider .slider.slider-for {
        padding-right: 0;
    }

    .banner-slider .slider.slider-nav {
        height: auto;
    }

    .slider-banner-image {
        height: 500px;
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }

    .slider-nav .slick-slide span {
        padding: 5px 0;
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }

    .bid-tag {
        padding: 10px 0 15px;
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width : 767px) {
    .slider-banner-image {
        height: 400px;
    }

    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
        height: 170px;
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }

    .slider-nav .slick-slide span {
        font-size: 10px;
        white-space: normal;
        line-height: 12px;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 340px;
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height: 380px;
    }
}



.side-v-menu .accordion li.default .submenu li.active > a {
    background-color: #007BFF;
    color: #fff;
}



/* Preview Image with Arrows */
.preview-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    /* position: relative;  No longer needed here */
}

.main-image {
    width: 100%;
    max-height: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* for arrow positioning */
}

    .main-image img {
        width: 85%;
        height: auto;
        display: block;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }


        .main-image img.loaded {
            opacity: 1;
        }

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 64, 128, 0.7);
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 8px 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
    user-select: none;
}

    .nav-button:hover {
        background-color: rgba(0, 34, 68, 0.9);
    }

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

.image-caption {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    min-height: 1.5em;
}

/* Thumbnail scroll buttons */
.thumb-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.thumb-scroll-button {
    background-color: #ccc;
    border: none;
    font-size: 22px;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .thumb-scroll-button:hover {
        background-color: #bbb;
    }

.thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.thumbnail {
    border: 3px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s ease;
    flex-shrink: 0;
}

    .thumbnail img {
        width: 120px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
    }

    .thumbnail.active {
        border-color: #004080;
    }

.thumbnails::-webkit-scrollbar {
    height: 6px;
}

.thumbnails::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 3px;
}

@media (max-width: 600px) {
    .thumbnail img {
        width: 100px;
        height: 70px;
    }
}

@media screen and (max-width: 445px) {
    .back-gl img {
        width: 90px;
    }

    .galerry-inner-hrd {
        font-size: 15px;
    }
}


@media screen and (max-width: 767px) {
    .slider-nav .slick-slide span {
    }

    .thumbnail-image.slick-slide {
        float: inline-start !important;
    }

    .vision-part1 {
        margin-bottom: 20px;
    }

    .innerContent.py-lg-4.py-3.profile-detail h3 {
        font-size: 19px;
    }

    .innerContent.py-lg-4.py-3.profile-detail .col-lg-7.my-md-auto.mt-3 .strong {
        font-size: 17px;
    }

    .card-body-memeber {
        height: 400px !important;
    }

    .view-more-memeber {
    }

    #collapseOne .panel-collapse.collapse.in .panel-body, .btm-details-card {
        overflow-y: auto !important;
    }

    .back-gl.img {
        margin-top: -15px !important;
    }
}



@media screen and (max-width: 992px) {
    .thumbnail-image.slick-slide {
        float: inline-start !important;
    }

    .profile-detail .top-info-card .profile-image .thumb img {
        width: 50% !important;
        height: auto !important;
    }

    .innerContent .sub-heading {
        text-align: center !important;
    }
}





@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 95% !important;
    }

    .honble .container {
        width: 80% !important;
    }

    .slick-next {
        right: 51px !important;
    }


    @media (min-width: 1400px and max-width:1599px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            width: 1320px !important;
        }
    }
