/* header css start */


nav.navbar {
    z-index: 1000;
    position: relative;
}

.navbar-toggler {
    border: 0;
}

.header {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.sub_menu,
.sub_menu-2 {
    position: absolute;
    width: 300px;
    left: 0;
    background: #fff;
    top: 100%;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: none;
}

.sub_menu-2 {
    top: 0;
    left: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sub_list:hover .sub_menu,
.sub_list-2:hover .sub_menu-2 {
    opacity: 1;
    display: block;
}

.sub_list,
.sub_list-2 {
    position: relative;
}

.sub_menu li,
.sub_menu-2 li {
    border-bottom: 1px solid #80808036;
    padding: 0px 20px;
    position: relative;
}

    .sub_menu li:before,
    .sub_menu-2 li:before {
        position: absolute;
        left: 0;
        top: 0;
        background: var(--yellow-color);
        width: 100%;
        height: 0%;
        content: '';
        transition: 0.5s;
    }

    .sub_menu li:hover:before,
    .sub_menu-2 li:hover:before {
        height: 100%;
    }

.menu .sub_menu li a,
.menu .sub_menu-2 li a {
    font-size: 13px !important;
}

.menu .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
    right: 0;
    height: 3px;
}

.menu .navbar-nav .nav-item {
    padding: 17px 25px;
}

    .menu .navbar-nav .nav-item a {
        font: normal 700 14px Nunito;
        color: #0e0e0e;
        padding: 10px 0px;
        letter-spacing: 0.01em;
        position: relative;
        transition: 0.5s all ease-out;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }


.logo img {
    max-width: 160px;
}

.menu .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    right: -5px;
    bottom: 13px;
    height: 4px;
    width: 4px;
    background: var(--yellow-color);
    content: '';
    transition: ease-in-out 0.5s;
    z-index: -1;
}


/* header css end */


/* hero section start */
.slider_hero {
    position: relative;
}

    .slider_hero:hover {
        width: 95%;
    }

        .slider_hero:hover .slider_content {
            opacity: 1;
            transform: translate(0px, 50px);
        }

        .slider_hero:hover .slider_text_show {
            opacity: 0;
        }

    .slider_hero img {
        width: 100%;
        height: 96vh;
        object-fit: cover;
        transition: ease-in-out 0.5s;
    }


.slider_hero {
    width: 25%;
    height: 96vh;
    transition: ease-in-out 0.5s;
}

.slider_text_show {
    position: absolute;
    left: -59px;
    bottom: 85px;
    transform: rotate(270deg);
    padding: 5px 16px;
    background: var(--red-color);
    color: #fff;
    transition: ease-in-out 0.5s;
}

    .slider_text_show h3,
    .slider_content h3 {
        font: normal normal 700 30px Exo;
        margin: 0;
    }

.slider_content {
    background: var(--yellow-color);
    width: 96%;
    padding: 20px;
    transform: translate(0px, 200px);
    opacity: 0;
    position: absolute;
    bottom: 64px;
    transition: 2s;
    left: 13px;
}

    .slider_content .main_paira {
        color: #000;
        margin: 0;
    }



.hero_banner {
    background: url(../images/hero_banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .hero_banner::before {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        background: url(../images/h1_shape-2.png);
        content: '';
        z-index: -1;
        animation: leftright 3s infinite alternate ease-in-out;
    }

@keyframes leftright {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100px);
    }
}


.hero_content h1 {
    font: normal normal 700 50px / 60px Exo;
    color: var(--green-color);
}

    .hero_content h1 span {
        font: normal normal 700 50px / 60px Exo;
        color: var(--yellow-color);
    }

.hero_content .main_paira {
    color: #717171;
    font: normal normal 600 17px / 25px Nunito;
}

.hero_img .main_img {
    width: 100%;
    max-width: 400px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.shap_img img {
    z-index: -1;
    position: absolute;
    left: -20px;
    bottom: -171px;
}

.shap_img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.features-icon-two {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fbb12f21;
    flex: 0 0 auto;
    position: relative;
}

    .features-icon-two img {
        width: 60%;
    }

.growing_content .main_paira {
    line-height: 20px;
}

.growing_content h3 {
    font: normal normal 800 24px Nunito;
    color: var(--green-color);
}

.features-icon-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 25%;
    background: var(--yellow-color);
    content: '';
    right: 0;
    margin: auto;
}

.growing_section {
    position: relative;
    z-index: 1;
    background: #fff;
}

/* hero section end */


/* about section start */

.about_section {
    background: url(../images/h2_about_shape03.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.about_img .main_about_img {
    /* border-radius: 100px 0px 0px 0px; */
    height: 600px;
    object-fit: contain;
    max-width: 600px;
}

.about_img:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/h2_about_shape02.png);
}

.about_img {
    position: relative;
}

    .about_img:before {
        position: absolute;
        right: 30px;
        top: -55px;
        content: '';
        width: 156px;
        height: 156px;
        background: url(../images/h2_about_shape02.png);
        z-index: -1;
    }

.about_experience {
    background: var(--yellow-color);
    color: #ffff;
    border-radius: 0px 0px 0px 50px;
    padding: 30px 40px;
    max-width: 600px;
    width: 100%;
    margin-top: -40px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
}

    .about_experience h3 {
        font: normal normal 700 70px Exo;
        padding-right: 15px;
        border-right: 1px solid #101010;
        color: #101010;
    }

.about_content ul li i {
    padding-right: 6px;
    color: var(--yellow-color);
}

.about_content ul li {
    font: normal normal 600 18px /35px Nunito;
    color: var(--green-color);
}

/* about section end */


/* services section start */
.services_section {
    background: url(../images/services_bg.jpg);
    width: 100%;
    height: 100%;
}

.acamic_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 5px solid #ededed;
    border-radius: 20px;
    position: relative;
}

.services_content {
    position: absolute;
    left: 20px;
    bottom: 11px;
}

.acamic_img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(8deg, #000, #191e4300);
    border-radius: 20px;
    z-index: 1;
}

.services_content h4 {
    font: normal normal 600 19px Nunito;
    margin: 6px 0px;
}

.services_content {
    position: absolute;
    left: 20px;
    bottom: 11px;
    z-index: 10;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.acamic_img:hover .services_content {
    bottom: 25px;
}

    .acamic_img:hover .services_content i {
        background: var(--yellow-color);
    }

.services_content i {
    width: 50px;
    height: 50px;
    background: #ffffff40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 24px;
    transition: ease-in-out 0.5s;
}


.choose_box .features-icon-two {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #E6EEFF;
    flex: 0 0 auto;
    position: relative;
}

.about_img_main img {
    height: 550px;
    object-fit: cover;
    border-radius: 40px;
}

/* services section end */


/* Showcase section start */
.Showcase_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

    .Showcase_img img:hover {
        filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    }

.client_img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: all linear 0.5s;
}

    .client_img img:hover {
        transform: scale(1.2);
    }

.client_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    transition: all linear 0.5s;
}

    .client_img:hover {
        border-bottom: 1px solid red;
    }

.main_swipper {
    position: relative;
    top: 100px;
    z-index: 10000;
}

/* Showcase section end */



/* contact form section start */

.contact_section {
    background: var(--green-color);
    position: relative;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    font: normal normal 500 15px Nunito;
    padding: 13px 20px;
    border: 1px solid #8080804f;
    outline: none;
    border-radius: 5px;
}

.contact_section:before {
    background: url(../images/img1.jpg);
    position: absolute;
    left: 0;
    width: 47%;
    height: 100%;
    content: '';
    background-size: cover;
    background-position: right;
}

.contact_section:after {
    background: url(../images/bg-form.png);
    position: absolute;
    right: 0;
    width: 21%;
    height: 55%;
    content: '';
    background-size: cover;
    z-index: 1;
    top: 0;
}

/* contact form section end */



/* footer section start */

footer {
    background: url(../images/foooter_bg.jpg);
    position: relative;
    background-size: contain;
}


.footer_logo p {
    font: normal normal 600 15px /25px Nunito;
    color: #000000f5;
    margin-top: 15px;
}

.footer_logo img {
    max-width: 200px;
}

.footer_links h3 {
    font: normal normal 700 20px /50px Nunito;
    border-bottom: 2px solid #000000;
    width: fit-content;
    color: #1a1f45;
    position: relative;
}

    .footer_links h3:before {
        width: 50%;
        height: 2px;
        background: var(--yellow-color);
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.footer_links ul li a i,
.footer_links ul li p i {
    color: var(--yellow-color);
    padding-right: 6px;
}


.footer_links ul li a,
.footer_links ul li p {
    font: normal normal 700 15px / 35px Nunito;
    color: #000000d9;
    transition: 0.6s all ease;
}

    .footer_links ul li a:hover {
        color: var(--red-color);
        padding-left: 5px;
    }

.copy_right p,
.copy_right a {
    font: normal normal 600 13px Nunito;
    color: #0e0e0e;
}

.copy_right a {
    color: var(--yellow-color);
}

footer .copy_border {
    border-top: 1px solid #d5d5d5;
}


.footer-nav li {
    position: relative;
    color: #999999;
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.2em;
    padding-right: 14px;
    display: inline-block;
    border-right: 1px solid #0000006e;
}

    .footer-nav li a {
        position: relative;
        color: #000000;
    }


.social_media ul li a i {
    color: #212529;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: ease-in-out 0.5s;
}


.social_media ul li a {
    position: relative;
    z-index: 1;
}

    .social_media ul li a:before {
        width: 20%;
        height: 20%;
        background: var(--yellow-color);
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        border-radius: 50%;
        z-index: -1;
        transition: 0.5s;
        right: 0;
        margin: auto;
        display: block;
        bottom: 0;
        transition: ease-in-out 0.5s;
    }

    .social_media ul li a:hover:before {
        width: 100%;
        height: 100%;
    }

/* footer section end */

.About_us_section {
    background: linear-gradient(#0000008f, #0006), url(..//images/About_us_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    background-position: center;
    align-items: center;
}

.About_us_section2 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    background-position: center;
    align-items: center;
}

.About_us_content h3 {
    font-size: 18px;
    color: #fff;
}

    .About_us_content h3 span {
        color: var(--red-color);
    }

    .About_us_content h3 i {
        font-size: 14px !important;
    }


/* ----------About_section Start------------- */

.About_section {
    background-image: url("..//images/download.png");
    padding: 80px 0px;
}



.About_images img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px;
}

.About_images {
    position: relative;
}

.experience {
    content: "";
    position: absolute;
    left: -52px;
    bottom: -45px;
    height: 100px;
    width: 100px;
    background: rgb(237, 50, 55);
    border-radius: 50%;
    animation: 5s ease 0s infinite normal none running mymove;
}

    .experience h4 {
        font-size: 21px;
    }

@keyframes mymove {
    0% {
        top: 0px;
    }

    25% {
        top: 200px;
    }

    75% {
        top: 50px;
    }

    100% {
        top: 100px;
    }
}

.icon_box > div i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: rgb(251 179 52);
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition: all 0.5s linear 0s;
}


    .icon_box > div i:hover {
        background: var(--red-color);
        color: rgb(255 255 255);
    }

.icon_box > div h4 {
    font-size: 20px;
    font-weight: 600;
}

/* ----------About_section End------------- */


.Government_event img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px;
}

.contact_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .contact_box input {
        width: 100%;
        border-radius: 5px;
        margin: 10px;
        border: none !important;
        outline: none;
        border: 1px solid #0000002e !important;
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .contact_box textarea {
        width: 100%;
        padding: 5px;
        margin-top: 10px;
        height: 120px;
        border: none !important;
        outline: none;
        border: 1px solid #00000024 !important;
        border-radius: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.icon_info > div i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fff;
    transition: all linear 0.4s;
}

.icon_info > div h5 {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.icon_info > div li a {
    color: #000;
    margin-top: 4px;
}

.icon_info > div i:hover {
    transform: scale(1.2);
}

.icon_info {
    background: #fbb12f;
    padding: 12px;
    border-radius: 4px;
}

.map iframe {
    width: 100%;
}

.tv_advertise img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #0000002e;
}

.Government img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.image-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 0 40px;
}

    .image-container div {
        position: relative;
        margin-bottom: 20px;
    }

    .image-container img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .image-container div:first-child img,
    .image-container div:nth-child(9) img,
    .image-container div:nth-child(7) img,
    .image-container div:nth-child(10) img {
        height: 560px;
    }

    .image-container div:nth-child(5) img {
        height: 360px;
    }

    .image-container div:nth-child(8) img {
        height: 700px;
        margin-bottom: 0;
    }

    .image-container div:nth-child(4) img {
        height: 560px;
        margin-bottom: 0;
    }

    .image-container div:last-child {
        margin-bottom: 0;
    }

button.filters-cta {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 48px;
    right: auto;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(233 30 99 / 85%);
    color: #fff;
    border: 0;
    border-radius: 100%;
    z-index: 999;
}

    button.filters-cta span {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        -webkit-transition: linear 0.2s;
        transition: linear 0.2s;
        margin-top: 4px;
        font-size: 48px;
    }

    button.filters-cta:hover span {
        -webkit-transform: rotate(26deg) scale(1.1);
        transform: rotate(26deg) scale(1.1);
        -webkit-transition: linear 0.2s;
        transition: linear 0.2s;
        margin-left: -2px;
    }

.filter-preset-1 {
    -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
    filter: contrast(110%) brightness(110%) saturate(130%);
}

.filter-preset-2 {
    -webkit-filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
    filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
}

.filter-preset-3 {
    -webkit-filter: contrast(90%) brightness(110%) saturate(150%) hue-rotate(-10deg);
    filter: contrast(90%) brightness(110%) saturate(150%) hue-rotate(-10deg);
}

.filter-preset-4 {
    -webkit-filter: contrast(140%) sepia(50%);
    filter: contrast(140%) sepia(50%);
}

.filter-preset-5 {
    -webkit-filter: contrast(90%) brightness(110%);
    filter: contrast(90%) brightness(110%);
}

.filter-preset-6 {
    -webkit-filter: contrast(120%) saturate(125%);
    filter: contrast(120%) saturate(125%);
}

.filter-preset-7 {
    -webkit-filter: contrast(90%) sepia(20%);
    filter: contrast(90%) sepia(20%);
}

.filter-preset-8 {
    -webkit-filter: brightness(105%) hue-rotate(350deg);
    filter: brightness(105%) hue-rotate(350deg);
}

.filter-preset-9 {
    -webkit-filter: contrast(90%) brightness(120%) saturate(110%);
    filter: contrast(90%) brightness(120%) saturate(110%);
}

.filter-preset-10 {
    -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
}

.filter-preset-11 {
    -webkit-filter: contrast(150%) saturate(110%);
    filter: contrast(150%) saturate(110%);
}

.filter-preset-12 {
    -webkit-filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
    filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
}

.filter-preset-13 {
    -webkit-filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
    filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
}

.filter-preset-14 {
    -webkit-filter: contrast(75%) brightness(115%) saturate(85%);
    filter: contrast(75%) brightness(115%) saturate(85%);
}

.filter-preset-15 {
    -webkit-filter: contrast(108%) brightness(108%) sepia(8%);
    filter: contrast(108%) brightness(108%) sepia(8%);
}

.filter-preset-16 {
    -webkit-filter: none !important;
    filter: none !important;
}

@media screen and (max-width: 1023px) {
    .image-container {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 20px;
    }

        .image-container div:first-child img {
            height: 400px;
        }

        .image-container div:nth-child(5) img {
            height: 560px;
        }

        .image-container div:nth-child(8) img {
            height: 420px;
        }
}

@media screen and (max-width: 767px) {
    .image-container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0;
    }

        .image-container div img {
            height: 100vh !important;
            width: 100vw !important;
        }

    button.filters-cta {
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 48px;
        right: auto;
    }


    .sub_menu-2 {
        top: 41px;
        left: 41%;
        z-index: 1000;
    }
}

.webnone {
    display: none;
}

@media(max-width:991px) {
    .webnone {
        display: block !important;
    }

    .mobnone {
        display: none !important;
    }

    .carousel-item img {
        margin-top: 100px;
    }
}
