@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

.btns, .containers, .header {
    position: fixed
}

.tblteam, .topmemb {
    border-block-end: 1px solid #d4d3d3
}

/*.card-container, .card-containerf, .card-containers {
    animation: 100s linear infinite slide;
    scroll-snap-type: x mandatory;
    gap: 8px
}*/

/*.card, .cardf, .cards {
    scroll-snap-align: start
}*/

.ndetils, .newsditls, .newsditlse, .newstitle, .newstitled, .newstitlee, .tbltd {
    white-space: nowrap;
    text-overflow: ellipsis
}

#myBtn, .dropdown__item {
    cursor: pointer
}

.header, .heldiv form, .heldive form {
    background-image: linear-gradient(180deg,#7dafee 3%,#d9f59D33 70%)
}

:root {
    --header-height: 3.5rem;
    --black-color: hsl(220, 24%, 12%);
    --black-color-light: hsl(220, 24%, 15%);
    --black-color-lighten: hsl(220, 20%, 18%);
    --white-color: #fff;
    --body-color: hsl(220, 100%, 97%);
    --body-font: "Montserrat",sans-serif;
    --normal-font-size: .938rem;
    --font-regular: 400;
    --font-semi-bold: 600;
    --z-tooltip: 10;
    --z-fixed: 100
}

@media screen and (min-width: 1024px) {
    :root {
        --normal-font-size: 1rem
    }
}

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

body {
    margin-top: 120px;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color)
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

.container {
    max-width: 1120px;
    margin-inline: 1.5rem
}

.containers {
    top: 0;
    margin-inline: 1.5rem;
    height: 30%
}

.btns {
    background-color: #35e6fc;
    justify-content: center;
    margin: 25px 0 0;
    border-radius: 10px;
    width: 7%;
    height: 5%;
    border: none
}

.dropdown__link:hover, .dropdown__sublink:hover, .header, .nav__link:hover {
    background-color: #fff
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 16px hsla(220,32%,8%,.3);
    z-index: var(--z-fixed);
    height: 12%
}

.navbar-brand {
    color: var(--primary-color);
    font-size: var(--h6-font-size);
    font-weight: var(--font-weight-bold)
}

.nav__link, .nav__logo {
    font-weight: var(--font-semi-bold)
}

.navbar-brand span {
    display: inline-block;
    vertical-align: middle
}

.navbar-brand small {
    color: var(--secondary-color);
    display: block;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase
}

.logo {
    width: 80px;
    height: auto
}

.nav {
    height: var(--header-height)
}

.devword h5, .devwords h5, .nav__burger, .nav__close, .nav__logo {
    color: #000
}

.nav__data {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.imglang {
    width: 2%;
    top: 10;
    position: fixed
}

.nav__toggle, .nav__toggler {
    width: 32px;
    height: 32px;
    position: fixed
}

.nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: .25rem
}

    .nav__logo i {
        font-weight: initial;
        font-size: 1.25rem
    }

.nav__toggle {
    right: 10px
}

.nav__toggler {
    left: 10px
}

.nav__burger, .nav__close {
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 1.8rem;
    cursor: pointer;
    transition: opacity .1s,transform .4s;
    color: #000
}

.nav__close {
    opacity: 0
}

@media screen and (max-width: 1118px) {
    .nav__menu {
        position: absolute;
        left: 0;
        top: 2.5rem;
        width: 100%;
        height: calc(100vh - 3.5rem);
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transition: top .4s,opacity .3s
    }

        .nav__menu::-webkit-scrollbar {
            width: 0
        }

    .nav__list {
        background-color: #fff;
        background-image: linear-gradient(180deg,#7dafee 3%,#d9f59D33 70%);
        padding-top: 1rem
    }

    .imglang {
        width: 5%
    }

    .nav__data {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.dropdown__sublink, .nav__link {
    background-color: transparent
}

.nav__link {
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    color: #000
}

.dropdown__arrow, .dropdown__link i, .dropdown__sublink i {
    font-size: 1.25rem;
    font-weight: initial
}

.show-menu {
    opacity: 1;
    top: 3.5rem;
    pointer-events: initial
}

.show-icon .nav__burger {
    opacity: 0;
    transform: rotate(90deg)
}

.show-icon .nav__close {
    opacity: 1;
    transform: rotate(90deg)
}

.dropdown__arrow {
    transition: transform .4s
}

.dropdown__link, .dropdown__sublink {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-semi-bold);
    transition: background-color .3s
}

.dropdown__menu, .dropdown__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out
}

.dropdown__item:hover .dropdown__menu, .dropdown__subitem:hover > .dropdown__submenu {
    max-height: 1000px;
    transition: max-height .4s ease-in
}

.dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg)
}

.dropdown__add {
    margin-left: auto
}

.navbar-navar, .navbar-naven {
    display: flex;
    list-style: none;
    background-color: #7dafee;
    border-radius: 25px;
    position: relative;
    height: 40%;
    padding: 0
}

.navbar-navar {
    flex-direction: row;
    margin: 25px 250px 0 0;
    align-items: center
}

.navbar-naven {
    flex-direction: row;
    margin: 25px 0 0 250px;
    align-items: center
}

    .navbar-navar:hover, .navbar-naven:hover {
        background-color: #ff0
    }

@media screen and (max-width: 340px) {
    .container {
        margin-inline: 1rem
    }

    .nav__link {
        padding-inline: 1rem;
        background-color: transparent
    }
}

@media screen and (max-width: 660px) {
    .nav__data {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }

    .navbar-navar, .navbar-naven {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin: 0
    }
}

@media screen and (min-width: 1118px) {
    .navbar-navar, .navbar-naven {
        list-style: none;
        display: flex
    }

    .container {
        margin-inline: auto
    }

    .navbar-navar {
        flex-direction: row;
        margin: 25px 100px 0 0
    }

    .navbar-naven {
        flex-direction: row;
        margin: 25px 0 0 100px
    }

    .nav {
        height: calc(var(--header-height) + 2rem);
        display: flex;
        justify-content: start;
        margin: 0 30px 0 0
    }

    .nav__toggle, .nav__toggler {
        display: none
    }

    .nav__list {
        position: absolute;
        height: 100%;
        display: flex;
        column-gap: 3rem;
        justify-content: center;
        margin: 0 100px
    }

    .nav__link {
        height: 100%;
        padding: 0;
        justify-content: initial;
        column-gap: .25rem
    }

        .nav__link:hover {
            background-color: transparent
        }

    .dropdown__item, .dropdown__subitem {
        position: relative
    }

    .dropdown__menu, .dropdown__submenu {
        background-color: #fff;
        background-image: linear-gradient(180deg,#7dafee 3%,#d9f59D33 70%);
        max-height: initial;
        overflow: initial;
        position: absolute;
        left: 0;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s,top .3s;
        border-radius: 10px
    }

    .dropdown__link, .dropdown__sublink {
        padding-inline: 1rem 3.5rem
    }

    .dropdown__subitem .dropdown__link {
        padding-inline: 1rem
    }

    .dropdown__submenu {
        position: absolute;
        left: 100%;
        top: .5rem
    }

    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        top: 5.5rem;
        pointer-events: initial;
        transition: top .3s;
        width: 250px
    }

    .dropdown__subitem:hover > .dropdown__submenu {
        opacity: 1;
        top: 0;
        pointer-events: initial;
        transition: top .3s
    }
}

.khcontainar {
    width: 100%;
    display: flex
}

.display, .dvyoutube {
    width: 50%;
    height: 500px
}

.dvyoutube {
    display: inline-block;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

    .dvyoutube iframe {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 10px;
        border-radius: 10px;
        border: 3px groove
    }

.display {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 10px;
    border-radius: 10px;
    border: 4px groove
}

.divpar, .imgbg, .tbls {
    width: 100%
}

.tbltd {
    width: 350px;
    overflow: hidden;
    font-size: 20px;
    text-align: center
}

.tbspan, .tbspanar {
    font-size: 13px;
    display: inline-block;
    border: 0 solid #000;
    width: 100%;
    line-height: 12px;
    color: #999
}

.tbls td, .tblsar td {
    padding: 10px 0 10px 10px
}

.tbspan {
    margin: 0 0 10px;
    padding: 0
}

.memb1, .tblsar {
    width: 100%;
    padding-right: 10px
}

.tbspanar {
    padding: 0 20px 0 0
}

.tblsar tr {
    text-align: right;
    padding: 0 15px 0 0
}

.devword, .devwords, .filefinc, .hisdiv, .hispar, .mailbtn, .myfile, .tblteam td, .tblteams td, .txtwep, .txtwepe, .txtwepen {
    text-align: center
}

.divconts, .tblsar a {
    margin: 0 10px 0 0
}

.ndetils {
    width: 300px;
    overflow: hidden;
    font-size: 20px ;
    margin: 10px;
}

#myBtn, .card {
    font-size: 18px
}

.btnmores {
    border-radius: 15px;
    background-color: #7dafee;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px
}

.embtynews, .imgnews {
    width: 360px;
    border-radius: 20px;
    padding: 0 10px 0 0 ;
    height: 250px;
    border: none
}

.imgnews:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(.9)
}

@media screen and (max-width: 660px) {
    .khcontainar {
        display: contents
    }

    .dvyoutube {
        width: 100%;
        margin-bottom: 10px
    }

    .display {
        width: 96%;
        display: contents;
    }

    .embtynews, .imgnews {
        width: 400px;
        margin: 10px 10px 10px 10px;
    }

    .tblsar .tbltd {
        text-align: center;
        margin: 1px 0 0 100px
    }

    .ndetils {
        text-align: center;
        margin: 0 0 0 100px
    }
}

@media screen and (max-width: 900px) {
    .nav__data {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }

    .display, .khcontainar {
        display: contents
    }

    .dvyoutube {
        width: 100%;
        margin-bottom: 10px
    }

    .display {
        width: 96%
    }

    .embtynews, .imgnews {
        width: 400px;
        margin: 10px 10px 10px 10px;
    }

    .tblsar .tbltd {
        text-align: center;
        margin: 10px 10px 10px 70px
    }

    .ndetils {
        text-align: center;
        margin: 0px 20px 0px 20px;
    }
}

.alert, .counts, .mcarousel, .media a, .memb1 table, .waititms {
    margin: 10px
}

.counts {
    display: flex;
    justify-content: space-between
}

.btnm {
    background-color: #5987e4;
    padding: 5px 35px;
    width: 20%;
    border-radius: 20px;
    height: 7%;
    color: #fff
}

.waitdiv {
    width: 100%;
    display: flex;
    justify-content: center
}

.alert {
    display: none
}

.card, .map-container, .map-containers {
    display: flex
}
.mcarousel {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.card-container {
    display: flex;
    transition: transform 0.5s ease;
}

.card {
    min-width: 250px;
    height: 350px;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    margin: 0 10px 0 0;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 40px;
    font-size: 50px;
}

.prev {
    left: 10px;
    top: 250px;
}

.next {
    right: 10px;
    top: 250px;
}

/*.mcarousel {
    width: 100%;
    height: 350px;
    overflow: hidden
}

.card-container {
    width: 500%;
    display: flex
}

.card {
    min-width: 250px;
    height: 350px;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    margin: 0 10px 0 0
}*/

.form-group textarea, .imgmemb {
    height: 200px
}

@keyframes slide {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.imgmemb {
    width: 200px;
    border-radius: 50%;
    margin: -60px 0 10px
}

/*.card-container:hover, .card-containerf:hover {
    animation-play-state: paused
}*/

.map, .maps {
    flex: 1;
    height: 100%;
    margin: 10px
}

.mymap, .mymaps {
    height: 500px;
    width: 700px;
    border-radius: 10px
}

.contact-details {
    flex: 1;
    padding: 20px;
    background-color: #f9f9f9;
    margin: 10px
}

@media screen and (max-width: 480px) {
    .tblsar .tbltd {
        width: 50% ;
        margin: 0px 20px 0 0;
    }

    .dvyoutube {
        width: 108%;
        margin-bottom: 10px
    }
    .display {
        width: 104%;
        display: block;
        height: 100%;
    }
}

.headers, .headersn {
    top: -30px;
    position: relative
}

.text, .texte {
    position: absolute;
    top: 40%;
    color: #000;
    width: 100%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 700
}

.imgwb {
    width: 100%;
    height: 400px;
    margin: 0 0 20px
}
.imgwbe {
    width: 100%;
    height: 400px;
    margin: 0 0 20px
}
.text {
    right: -45%
}

.texte {
    left: 50%;
    text-align: left;
}

.text1e, .text2e {
    position: absolute;
    top: 38%
}

.txtwep, .txtwepe {
    width: 100%
}

.txtwepen {
    width: 100%;
    margin: 10px 0 50px
}

.text1e {
    left: 22%;
    width: 24%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    
}

.text2e {
    left: 65%;
    width: 24%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.text3e, .text4e {
    position: absolute;
    top: 58%;
    width: 24%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.text3e {
    left: 22%
}

.text4e {
    left: 66%
}

.text1, .text2 {
    position: absolute;
    top: 38%
}

.dondiv, .imgdon, .imgdonn, .imgtop, .imgtopn {
    margin: 100px
}

.text1 {
    left: 33%;
    width: 24%;
    transform: translate(-50%,-50%);
    color: black;
    font-size: 24px;
    font-weight: 700;
    top: 34%;
}

.text2 {
    left: 76%;
    width: 24%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    top: 34%;
}

.text3, .text4 {
    position: absolute;
    top: 58%;
    width: 24%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    top: 48%;
}

.text3 {
    left: 33%
}

.text4 {
    left: 76%
}

.img1 {
    width: 600px;
    height: 400px;
    margin: 20px 20px 20px 30px;
    border-radius: 15px
}
.img1e {
    width: 600px;
    height: 400px;
    margin: 20px 20px 20px 30px;
    border-radius: 15px
}

    .img1:hover {
        box-shadow: 2px 5px #888
    }

.topmemb {
    width: 80%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 500px;
    margin: 0 100px
}

.membr {
    width: 300px;
    height: 300px;
    border-radius: 10px
}

.contact-detailss h2, .members {
    margin: 50px 0 0
}
.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.team-member {
    flex-basis: 20%;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .team-member img {
        width: 100%;
        height: 259px;
    }

    .team-member h3 {
        margin: 0;
        padding: 10px;
    }

    .team-member p {
        padding: 0 10px 20px;
    }
/* Responsive layout for smaller screens */
@media (max-width: 600px) {
    .team-member {
        flex-basis: 45%;
        border-radius: 10px;
    }
    .team-container{
    
    }
}
.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#myBtn, .membinfo {
    display: none
}

.tblteam {
    width: 20%;
    height: 30%;
    margin: 50px 10px 0 50px
}

    .tblteam:hover {
        background-color: #fff;
        border-radius: 15px;
        border: none
    }

.hisyoutube {
    width: 100%;
    height: 100%
}

.hisvideo {
    width: 93%;
    height: 700px;
    margin: 0 50px
}

.hisdiv {
    margin: 150px 0 50px
}

.hispar {
    margin: 10px 400px 0
}


.filecarousel {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.card-containerf {
    display: flex;
    transition: transform 0.5s ease;
}

.cardf {
    min-width: 55%;
    height: 500px;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    margin: 0 10px 0 0;
}

.prevf {
    left: 50px;
    top: 450px;
}

.nextf {
    right: 50px;
    top: 450px;
}


/*.card-containerf, .card-containers {
    width: 200%;
    display: flex
}

.cardf, .cards {
    min-width: 35%;
    height: 400px;
    flex: 1;
    display: flex;
    justify-content: center;
    background-color: transparent
}*/

.imgfile, .imghis {
    width: 100%;
    height: 500px;
    border-radius: 15px
}

.filefinc, .myfile {
    margin: 10px
}

.divmain {
    display: flex;
    padding: 20px;
    justify-content: space-around;
    height: 100%
}

.divvol, .divvolnew {
    width: 100%;
    padding: 10px
}

.form-group {
    padding: 10px
}

.donsdiv {
    margin: 30px
}

.btnwats {
    background-color: #2db742;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px
}

.divpar h5 {
    margin: 0 0 50px
}

.neimg, .neimge {
    width: 150px;
    height: 150px;
    border-radius: 10px
}

.newslist {
    margin: 0 50px 0 0
}

.divnews, .divnewse {
    display: flex;
    height: auto;
    padding: 10px
}

.contact-detailss, .divwork, .media {
    padding: 20px;
    border-block-end: 1px solid #cccbcb
}

.divnews table, .divnewse table {
    height: 160px
}

.newstitle, .newstitlee {
    width: 200px;
    overflow: hidden;
    font-size: 20px
}

.newstitled {
    width: 150px;
    overflow: hidden;
    font-size: 20px
}

.newsditls, .newsditlse {
    width: 500px;
    overflow: hidden;
    font-size: 20px
}

.neimged {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.newsliste {
    margin: 0 0 0 50px
}

.divcon {
    height: 100%;
    width: 47%
}

.contact-detailss {
    position: relative;
    flex: 1;
    background-color: #f9f9f9;
    margin: 10px;
    height: 450px
}

.divcontact, .divnote, .divsupport {
    margin: 20px 25px 0 0
}

    .divcontact .btn {
        margin: 0 60px 0 0
    }

.mailbtn {
    display: block;
    width: 80%;
    position: absolute;
    top: 0;
    background-color: #5a89f6;
    height: 20px;
    border-radius: 20px;
    font-size: 20px;
    padding: 10px 20px 30px;
    margin: 10px;
    color: #fff
}

#myBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #5a6f80;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: opacity .15s
}

    #myBtn:hover {
        background-color: #6bc7b4
    }

.heldiv {
    direction: rtl;
}

    .heldiv form, .heldive form {
        width: 33.333333%;
        flex: 0 0 auto;
        margin: 30px;
        border-radius: 15px;
        background-color: #fff
    }

.heldive {
    direction: ltr
}

.divnes, .divnesen {
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: space-around;
    height: 100%
}

.nwsimg {
    border-radius: 15px;
    width: 80%;
    height: 100%
}
.iframe {
    margin: 0 5px 0px 5px;
    width: 100%;
}

@media screen and (max-width: 660px) {
    .counts, .khcontainars, .map-container, .topmemb, .waitdiv {
        display: contents
    }
    .heldiv form, .heldive form {
        width: 80%;
    }
    .counts {
        justify-content: space-around
    }

    .waititms {
        margin: 0;
        padding: 0 10px 0 20px
    }

    .row {
        margin: 0 -8px 0 15px
    }

    .section-padding {
        margin: 0;
        width: 110%;
    }

    .btnm {
        padding: 5px 35px;
        width: auto;
        height: 12%;
        font-size: 20px
    }

    .text, .texte, .txtwep, .txtwepe {
        width: 50%
    }

    .text {
        right: -84px
    }

    .texte {
        left: 150px;
        top: 50%;
    }

    .txtwepe {
        margin: 0 0 0 120px
    }

    .mymap {
        height: 250px;
        width: 400px
    }

    .img1 {
        width: 400px;
        height: 200px;
        margin: -50px -101px 80px 0
    }
    .img1e {
        width: 400px;
        height: 200px;
        margin: -50px -101px 100px -64px;
    }

    .text1, .text2, .text3, .text4 {
        left: 63%;
        width: 50%;
        font-size: 25px
    }

    .text1, .text1e {
        top: 40%;
        color:black;
    }

    .text2, .text2e {
        top: 30%;
        color:black;
    }

    .text3, .text3e {
        top: 65%;
        color:black;
    }

    .text4, .text4e {
        top: 54%;
        color:black;
    }

    .imgbg {
        width: 100%;
        margin: -70px 0 0
    }

    .text1e, .text2e, .text3e, .text4e {
        left: 34%;
        width: 50%;
        font-size: 25px
    }

    .tblteam {
        border-block-end: 1px solid #d4d3d3
    }

    .tblteams {
        display: flex;
        margin: 0 100px
    }

    .members {
        width: 110%;
    }

    .txtwep {
        text-align: center;
        margin: 0 130px
    }

    .hisdiv, .hispar {
        text-align: center
    }

    .hisyoutube {
        width: 90%
    }

    .hisvideo {
        width: 100%;
        height: 500px;
        margin: 0 40px
    }

    .hisdiv {
        margin: 100px 0 50px
    }

    .hispar {
        margin: 10px 40px 0
    }

    .hiscarousel {
        height: auto
    }

    .cards {
        min-width: 100px;
        height: 300px
    }

    .imghis {
        width: 90%;
        height: 300px
    }

    .divmain, .divnes, .divnesen {
        display: flex;
        flex-direction: column
    }

    .divcon, .valimg img {
        width: 100%
    }

    .divpar a {
        margin: 0;
        font-size: 11px;
        font-weight: 700
    }

    .divvol, .divvolnew {
        margin: 20px
    }

    .newstitle, .newstitlee {
        width: 150px
    }

    .newsditls, .newsditlse {
        width: 250px
    }

    .map-containers {
        display: flex;
        flex-direction: column;
        width: 100%
    }
}

.khcontainars {
    width: 100%;
    display: flex;
    padding: 50px 50px 0
}

.displays, .dvyoutubes {
    width: 50%;
    display: flex;
    height: 400px;
    margin: 0 10px
}

.dvyoutubes {
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    border: 4px groove;
    background-color: #add8e6
}

    .displays, .dvyoutubes:hover {
        background-color: #6ba2f5
    }

.displays {
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    border: 4px groove
}

.hedicon, .hedicons {
    top: 15%;
    position: absolute
}

.devword hr, .devwords hr {
    border: 1.5px solid #000
}

.displays:hover, .dvyoutubes:hover {
    border-style: none;
    border-radius: 15px;
    transition: 3s
}

.devword a, .devwords a {
    fill: #F0F0F1;
    color: #f0f0f1;
    background-color: #5987e4;
    border-radius: 20px;
    box-shadow: 6px 5px 12px 0 rgba(0,0,0,.5);
    padding: 12px 60px;
    top: 75%;
    position: absolute;
    margin: 0 -80px 0 0
}

.displays:hover {
    background-color: #add8e6
}
.card {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

.contact-info i {
    width: 25px;
    color: #2c3e50;
}

.headers {
    width: 100%;
    max-width: 1200px; /* Optional: set maximum width */
    margin: 0 auto; /* Center the container */
    padding: 20px;
    box-sizing: border-box; /* Include padding in width calculation */
    overflow: hidden; /* Clear floats if needed */
}

.imgwbs {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below image */
    margin: 0 auto; /* Center the image horizontally */
}


@media screen and (max-width: 660px) {
    .khcontainars {
        display: contents;
        padding: 50px
    }

    .displays, .dvyoutubes {
        width: 100%;
        margin: 10px
    }

    .hedicon {
        top: 5%
    }

    .hedicons {
        top: 55%
    }

    .devword a {
        top: 40%
    }

    .devwords a {
        top: 90%
    }
    .filecarousel{
width:100%;
    }
    .cardf{
        min-width:100%;
    }
    .divnews, .divnewse {
        display: contents;
        height: auto;
        padding: 10px
    }
    .dvyoutube iframe {
        margin: 0 5px 0px 5px;
        width: 100%;
    }
    .tblsar {
        margin: 0px 0px 10px -5px;
    }
    .tbls {
        margin: 0px 0px 10px 5px;
    }
    .map, .maps {
        margin: 0px;
    }
    .site-footer {
        width: 110%;
    }
    .imgwb{
        width:110%;
    }
    .imgwbe{
        width:110%;
    }
    .dondiv {
        margin:20px;
    }
    .newslist {
        margin: 5px;
        position: relative;
        top: 20px;
    }
    .imgwb {
        position: relative;
        left: 40px;
        width: 110%;
    }
    .imgwbe {
        position: relative;
        left: 0px;
        width: 110%;
    }
    .newsliste {
        margin: 20px;
        position: relative;
        top: 20px;
    }
    .mymaps {
        width: 100%;
    }
    .divsupport {
        margin: 20px;
    }
    .divnote {
        margin: 20px;
    }
    .donsdiv {
        margin: 150px 0 0 20px;
    }
 }
@media screen and (max-width: 370px) {
    .embtynews, .imgnews {
        width: 340px;
        margin: 10px 10px 10px 10px;
    }
}
.iframe {
    width: 800px;
    height: 500px;
}
@media screen and (min-width: 600px) {
    .iframe {
        width: 100%;
        height: 300px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
    .iframe
{
    width: 80%;
    height: 400px;
}

}

@media screen and (min-width: 1201px) {
    .iframe {
        width: 800px;
        height: 500px;
    }
}
@media screen and (min-width: 370px) {
    .iframe {
        width: 100%;
        height: 300px;
    }
}
    