ul {
    list-style: none;
    padding: 0
}

body {
    font-family: 'cocon';
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    position: relative
}

.no-padding {
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

@font-face {
    font-family: 'cocon';
    src: url("../fonts/cocon/Cocon_NextArabicLight.eot");
    src: url("../fonts/cocon/Cocon_NextArabicLight.eot") format("embedded-opentype"), url("../fonts/cocon/Cocon_NextArabicLight.woff2") format("woff2"), url("../fonts/cocon/Cocon_NextArabicLight.woff") format("woff"), url("../fonts/cocon/Cocon_NextArabicLight.ttf") format("truetype"), url("../fonts/cocon/Cocon_NextArabicLight.svg#Cocon_NextArabicLight") format("svg")
}


    @keyframes moveUpDown {
      0% {
        transform: translateY(0); /* Starting position */
      }
      50% {
        transform: translateY(-10px); /* Move up */
      }
      100% {
        transform: translateY(0); /* Return to starting position */
      }
    }


@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}
.logo img {
    width: 100px;
}

header {
    padding: 20px 0
}
header .date {
    margin-top: 13%;
}
.headnewmenu {
    display: flex;
    align-items: center;
    position: relative;
}

header .date h6 {
    color: #777777;
    font-size: 17px;
    margin-bottom: 30px;
        text-align: left;
    padding-left: 15px;
}

header .lista {
    display: flex;
    gap:10px;
}

header .lista li {
    background: #035430;
    padding: 5px 10px;
}

header .lista li a {
    color: #fff !important;
    font-size: 17px
}

header .lista li a:hover {
    color: #035430
}

header .social {
    display: flex;
    gap: 10px;
        margin: 0;
}

header .social li a {
    color: #777777;
    font-size: 17px;
    display: block;
    background: #e5e5e5;
    width: 35px;
    height: 35px;
    text-align: center;
   align-content: center;
    transition: all 0.5s ease
}

header .social li a:hover {
    background: #035430;
    color: #fff
}

.myheaddata {
    display: flex;
    gap: 10px;
    align-items: center;
        justify-content: end;
        margin-top: 9%;
}

header .men {
  
    position: relative;
}

header .men .menu {
    display: flex;
    gap:10px;
        margin: 0;
}

header .men .menu li {
    
    padding: 20px 8px;
    transition: all 0.5s ease;
        position: relative;
}



header .men .menu li:nth-child(1) a {
    color: #035430
}

header .men .menu li a {
    color: #000;
    font-size: 17px
}

header .men .menu i.fa {
    color: #444;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
header .men .menu li:hover a {
    color: #035430
}

ul.sub-list {
    display: none;
    position: absolute;
    z-index: 999999999;
    background: #ffff;
        min-width: 200px;
 right: 100%;
    top: 0;
}
ul.sub-list i.fa {
    color: #444 !important;
}
ul.sub-list.depth-0 {

        right: 0 !important;
    top: 60px !important;
    box-shadow: 0px 0px 8px 2px #444;

}

.sub-list li {
    background: #fff !important;
}
.sub-list li a {
    color: #444 !important;
}



header .men .menu li:hover>.sub-list {
   display: block;
}
header .sub-list li:hover {
    background: #035430 !important;
}


.search {
    flex: auto;
}

 .search .clickme {
    float: left;
    background: #035430;
    color: #fff;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
    text-align: center
}

.ser {
  position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #000000ad;
    transition: all 0.5s ease;
    display: none;
    z-index: 999999999;
    justify-items: center;
    align-content: center;
}
  .serappear {
    display: block;

}
 .ser form{
        width: 60%;
    display: flex;
    gap:10px;
}

.ser input[type="text"] {
width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    outline: none;
    color:#fff;
}

.ser input[type="text"]::placeholder {
    color: #fff;
}

.ser input[type="submit"] {
  background: #005430;
    color: #fff;
    border: none;
    outline: none;
    height: 41px;
    text-align: center;
    width: 10%;
}

.closeform {
    margin-top: 5%;
}

button.closeformclisk {
    background: #F44336;
    border: none;
    outline: none;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
}
 .last-new {
      background: #f4f4f4;
    display: flex;
    gap:10px;
    align-items: center;
        border-bottom: 2px solid #1e9a96;

}
.newshead{
    width:10%;
}
.newscon {
    width: 90%;
}

.last-new marquee {
   direction: ltr;
}
 .last-new h1 {
   margin: 0;
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #1f2421;
}
 .last-newsc{
    border-bottom:none;
}

 .last-new a {
    color: #035430;
    font-size: 18px;
    margin-top: 20px;
    text-decoration:none;
        margin: 0 20px;
}

 .last-new .owl-nav {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 14px
}

 .last-new .owl-next {
    float: left;
    background: #1e9a96;
    color: #fff;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px
}

 .last-new .owl-next:hover {
    background: #005430
}

 .last-new .owl-prev {
    float: left;
    background: #1e9a96;
    color: #fff;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px;
    margin-right: 10px
}

 .last-new .owl-prev:hover {
    background: #005430
}

 .last-new .owl-prev:before {
    content: '\f100';
    font-family: 'FontAwesome'
}

 .last-new .owl-next:before {
    content: '\f101';
    font-family: 'FontAwesome'
}





#homeslider {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

#homeslider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 36, 33, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
}
#homeslider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50% !important;
}
#homeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #fff !important;
}
#homeslider .contain {
  width: 100%;
  text-align: center;
}
#homeslider .contain h1 {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 0px;
}
@media (min-width: 960px) {
  #homeslider .contain h1 {
    font-size: 40px;
  }
}
#homeslider .contain p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 15px 0px;
}
@media (min-width: 960px) {
  #homeslider .contain p {
    margin: 15px 0px;
  }
}

#homeslider .swiper-wrapper {
  padding: 0px 0px 40px 0px;
}

#homeslider .intro-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse 10s linear infinite alternate;
}







section.slider {
    margin-top: 30px;
}
.slider .block img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}

.slider .blockhref {
    background: #4c4c4c;
    padding: 19.9px 14px 9.3px 14px;
    margin: 0;
    border-bottom: 3px solid #005430;
    transition: all 0.5s ease;
    height: 100px;
}

.slider .blockhref a {
    text-decoration: none
}

.slider .blockhref h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    transition: all 0.5s ease
}

.slider .blockhref h2 i {
    margin-left: 8px
}

.slider .blockhref ul {
    margin-top: 10px;
        display: flex;
    gap: 10px;
}

.slider .blockhref ul li {

    color: #fff;
    font-size: 13px;
    transition: all 0.5s ease
}

.slider .blockhref ul li i {
    margin-left: 5px
}

.slider .blockhref:hover {
    background: #f4f4f4;
    border-bottom: 3px solid #1e9a96
}

.slider .blockhref:hover h2 {
    color: #212121
}

.slider .blockhref:hover li {
    color: #212121
}

.slider .owl-slider .item .slideholder {
    position: relative
}

.slider .owl-slider .item .slideholder img {
    height: 500px
}

.slider .owl-slider .item .slideholder .slidget {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding-right: 20px;
    padding-top: 10px
}

.slider .owl-slider .item .slideholder .slidget a {
    color: #fff;
    font-size: 18px
}

.slider .owl-slider .item .slideholder .slidget a i {
    position: relative;
    top: 3px;
    margin-left: 5px
}

.uppercontent {
    padding: 40px 0
}

.uppercontent .title {
    margin-bottom: 30px;
    position: relative
}

.uppercontent .title h2 {
    margin: 0;
    font-size: 18px;
    background: #f3f3f3;
    display: table;
    padding: 12px 40px;
    border-right: 3px solid #005430;
    position: relative;
    z-index: 9999999
}

.uppercontent .title .border {
    border-bottom: 2px solid #f3f3f3;
    position: absolute;
    top: 25px;
    width: 96%;
    right: 15px
}

.uppercontent .newsblock {
    margin-bottom: 40px;
}

.uppercontent .newsblock .imgholder {
    position: relative;
    overflow: hidden
}

.uppercontent .newsblock .imgholder img {
    width: 100%;
    height: 200px;
    transition: all 0.5s ease
}

.uppercontent .newsblock .imgholder .postdata {
    background: #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    right: 0;
    transition: all 0.5s ease
}

.uppercontent .newsblock .imgholder .postdata ul {
    padding-top: 10px
}

.uppercontent .newsblock .imgholder .postdata ul li {
    float: right;
    width: 33.3%;
    text-align: center;
    font-size: 10px;
    color: #fff
}

.uppercontent .newsblock .imgholder .postdata ul li i {
    margin-left: 5px
}

.uppercontent .newsblock .dataholder {
    border-bottom: 2px solid #777777;
}

.uppercontent .newsblock .dataholder h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #777777;
    margin-bottom: 5px;
    position: relative
}

.uppercontent .newsblock .dataholder p {
    color: #a9a9a9;
    font-size: 17px;
    text-align: center
}

.uppercontent .newsblock .dataholder a {
    color: #005430;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 30px;
    padding-bottom: 23px;
    transition: all 0.5s ease
}

.uppercontent .newsblock .dataholder a i {
    margin-left: 10px
}

.uppercontent .newsblock .dataholder a:hover {
    color: #1e9a96
}

.uppercontent .newsblock:hover .imgholder img {
    transform: scale(1.3) rotate(10deg)
}

.uppercontent .newsblock:hover .postdata {
    height: 40px
}

.uppercontent .newsblock:hover .dataholder {
    border-bottom: 2px solid #1e9a96
}

.uppercontent .morenews a {
    background: #005430;
    color: #fff;
    font-size: 17px;
    padding: 6px 60px;
    display: table;
    margin-top: 30px;
    transition: all 0.5s ease
}

.uppercontent .morenews a:hover {
    background: #1e9a96;
    box-shadow: 2px 2px 7px 0px #ddd
}

.uppercontent .edit {
    margin-top: 30px
}

.uppercontent .edit img {
    width: 100%;
    height: 150px
}

.uppercontent .sidebars .blocks {
    border-bottom: 2px solid #777;
    margin-bottom: 30px;
    padding-bottom: 16px;
    transition: all 0.5s ease
}

.uppercontent .sidebars .blocks img {
    width: 100%;
    height: 100px;
    transition: all 0.5s ease
}

.uppercontent .sidebars .blocks h2 {
    margin: 0;
    font-size: 16px;
    color: #777777;
    line-height: 20px;
    margin-bottom: 40px
}

.uppercontent .sidebars .blocks a {
    color: #005430;
    font-size: 16px;
    text-align: right;
    display: block;
    margin-top: 30px;
    padding-bottom: 23px;
    transition: all 0.5s ease
}

.uppercontent .sidebars .blocks a i {
    margin-left: 10px
}

.uppercontent .sidebars .blocks a:hover {
    color: #1e9a96
}

.uppercontent .sidebars .blocks ul li {
    float: right;
    width: 33.3%;
    text-align: right;
    font-size: 13px;
    color: #777777
}

.uppercontent .sidebars .blocks ul li i {
    margin-left: 5px
}

.uppercontent .sidebars .blocks:hover {
    border-bottom: 2px solid #1e9a96
}

.uppercontent .sidebars .blocks:hover img {
    box-shadow: -2px 2px 5px 0px #ddd
}

section.secondercontent {
    margin-top: 10px;
}

.secondercontent .title {
    margin-bottom: 30px;
    position: relative
}

.secondercontent .title h2 {
    margin: 0;
    font-size: 18px;
    background: #005430;
    display: table;
    padding: 12px 40px;
    border-right: 3px solid #1e9a96;
    position: relative;
    color:#fff;
}

.secondercontent .title .border {
    border-bottom: 2px solid #005430;
    position: absolute;
    top: 25px;
    width: 100%;
    right: 0;
        z-index: -1

}

.secondercontent .category .imghold {
    height: 200px
}

.secondercontent .category .bloc {
    border-bottom: 1px solid #777777;
    margin-bottom: 25px;
    padding-bottom: 7px
}

.secondercontent .category .bloc img {
    width: 100%;
    height: 200px
}

.secondercontent .category .bloc a {
    color: #777777;
    font-weight: bold;
    margin: 20px 0;
    display: block;
    border-right: 3px solid #005430;
    padding-right: 10px
}

.secondercontent .category .bloc a:hover {
    color: #005430
}

.secondercontent .category .bloc p {
    font-size: 14px;
    color: #a9a9a9
}

.secondercontent .category .bloc ul li {
    float: right;
    width: 25%;
    text-align: right;
    font-size: 13px;
    color: #777777
}

.secondercontent .category .bloc ul li i {
    margin-left: 5px
}

.secondercontent .category .bloc1 {
    border-bottom: 1px solid #777777;
    margin-bottom: 25px;
    padding-bottom: 15px;
    min-height: 350px
}

.secondercontent .category .bloc1 img {
    width: 100%;
    height: 200px
}

.secondercontent .category .bloc1 h3 {
    color: #777777;
    margin: 20px 0;
    display: block;
    border-right: 3px solid #005430;
    padding-right: 10px;
    font-size: 17px
}

.secondercontent .category .bloc1 p {
    font-size: 14px;
    color: #a9a9a9
}

.secondercontent .category .bloc1 a {
    color: #005430;
    font-size: 16px;
    text-align: right;
    display: block;
    transition: all 0.5s ease
}

.secondercontent .category .bloc1 a i {
    margin-left: 10px
}

.secondercontent .category .bloc1 a:hover {
    color: #1e9a96
}

.secondercontent .category1 {
    border-bottom: 1px solid #777777;
    margin-bottom: 25px;
    padding-bottom: 15px
}

.secondercontent .category1 .bloc1 img {
    width: 100%;
    height: 200px
}

.secondercontent .category1 .bloc1 h3 {
    color: #777777;
    margin: 20px 0;
    display: block;
    border-right: 3px solid #005430;
    padding-right: 10px;
    font-size: 17px
}

.secondercontent .category1 .bloc1 p {
    font-size: 14px;
    color: #a9a9a9
}

.secondercontent .category1 .bloc1 a {
    color: #005430;
    font-size: 16px;
    text-align: right;
    display: block;
    transition: all 0.5s ease
}

.secondercontent .category1 .bloc1 a i {
    margin-left: 10px
}

.secondercontent .category1 .bloc1 a:hover {
    color: #1e9a96
}

.secondercontent .category1 .cat2blocks {
    border-bottom: 1px solid #777;
    padding-bottom: 4px;
    display: block;
    margin-bottom: 8px
}

.secondercontent .category1 .cat2blocks a {
    color: #212121;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    display: block
}

.secondercontent .category1 .cat2blocks a:hover {
    color: #1e9a96
}

.secondercontent .category1 .cat2blocks ul li {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
    color: #777777
}

.secondercontent .category1 .cat2blocks ul li i {
    margin-left: 5px
}

.secondercontent .category1 .morenews a {
    background: #005430;
    color: #fff;
    font-size: 17px;
    padding: 6px 60px;
    display: table;
    margin-top: 30px;
    transition: all 0.5s ease
}

.secondercontent .category1 .morenews a:hover {
    background: #1e9a96;
    box-shadow: 2px 2px 7px 0px #ddd
}

.secondercontent .category3 .cat3block {
    margin-bottom: 25px
}

.secondercontent .category3 .cat3block img {
    height: 133px;
    width: 100%
}

.secondercontent .category3 .cat3block a {
    color: #212121;
    font-size: 20px;
    margin-bottom: 15px;
    display: block
}

.secondercontent .category3 .cat3block a:hover {
    color: #1e9a96
}

.secondercontent .category3 .cat3block h3 {
    color: #777777;
    font-size: 15px;
    margin-top: 40px;
    display: block
}

.secondercontent .category3 .cat3block h3 i {
    color: #fff;
    background: #005430;
    width: 35px;
    height: 35px;
    display: table;
    float: right;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    top: -10px;
    position: relative;
    margin-left: 10px
}

.gall .nav {
    margin-bottom: 50px;
    border: none
}
.gall .nav li {
    margin: 0 5px;
}
.gall .nav li a {
    background: #949595;
    border: none;
    border-radius: 1px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.gall .nav li a:hover {
    background: #005430;
    color: #fff;
    border: none
}

.gall .nav li a:focus {
    background: #005430;
    color: #fff;
    border: none
}

.gall .nav .active a {
    background: #005430;
    color: #fff
}



.gall .tab-content img {
    width: 100%;
    height: 200px
}

.gall .tab-content a {
    color: #777777;
    margin: 20px 0;
    display: block;
    border-right: 3px solid #005430;
    padding-right: 10px;
    font-size: 17px
}

.gall .tab-content a:hover {
    color: #005430;
    border-right: 3px solid #005430
}

.gall .tab-content .morevid a {
    background: #005430;
    color: #fff;
    font-size: 17px;
    padding: 6px 60px;
    display: table;
    margin-top: 30px;
    transition: all 0.5s ease
}

.gall .tab-content .morevid a:hover {
    background: #1e9a96;
    box-shadow: 2px 2px 7px 0px #ddd
}

.gall .tab-content .owl-nav {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -60px
}

.gall .tab-content .owl-next {
    float: left;
    background: #1e9a96;
    color: #fff;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px
}

.gall .tab-content .owl-next:hover {
    background: #005430
}

.singlegall .category .bloc1 {
    margin-bottom: 25px;
    padding-bottom: 0;
    min-height: auto;
}



.mygallery img {
    width: 100%;
    margin: 10px 0;
}

.myvideo iframe {
    width: 100%;
    margin: 10px 0;
        min-height: 350px;
}
@keyframes moving {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -10000px
    }
}

main{
    position:relative;

}
#particles-js-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://dawodcompany.sa/wp-content/themes/dawod/assets/images/footer/footer_pattern.svg') center / cover repeat-x;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: moving 70s linear infinite;
}


footer .rights {
    text-align: center;
}

footer .rights h2 {
    font-size:15px;
    color:#fff;
}
footer .rights a {
    color:#035430;
}
.gall .tab-content .owl-prev {
    float: left;
    background: #1e9a96;
    color: #fff;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px;
    margin-right: 10px
}

.gall .tab-content .owl-prev:hover {
    background: #005430
}

.gall .tab-content .owl-prev:before {
    content: '\f100';
    font-family: 'FontAwesome'
}

.gall .tab-content .owl-next:before {
    content: '\f101';
    font-family: 'FontAwesome'
}

footer {
    background: #1f2421;
    margin-top: 50px;
    padding: 40px 0;
    position: relative;
    z-index: 9;
}
  
.myfooter {
 
    justify-items: center;
    border-bottom: 1px solid #035430;
    padding-bottom: 15px;
}
footer .foottitle h1 {
    color: #212121;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
    border-right: 3px solid #005430;
    padding-right: 10px;
    font-size: 20px
}

footer p {
    color: #fff;
    font-size: 14px;
    width:50%;
    display: table;
    margin: 0 auto;
    text-align: center;
        margin: 15px 0
}

footer .social {
    display: block;
    margin-top: 20px
}

footer .social li {
    float: right;
    margin-left: 10px
}

footer .social li a {
    color: #ffff;
    font-size: 17px;
    display: block;
    background: #005430;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    transition: all 0.5s ease
}

footer .social li a:hover {
    background: #fff;
    color: #005430;
}

footer .artilast li a {
    color: #777777;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #777777;
    padding-bottom: 18px;
    margin-bottom: 18px;
    transition: all 0.5s ease
}

footer .artilast li a:before {
    content: "\f044";
    font-family: fontawesome;
    top: 2px;
    margin-left: 5px;
    position: relative
}

footer .artilast li a:hover {
    color: #1e9a96;
    border-bottom: 1px solid #1e9a96
}

footer #recentcomments li {
    color: #777777;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #777777;
    padding-bottom: 18px;
    margin-bottom: 18px;
    transition: all 0.5s ease
}

footer #recentcomments li a {
    color: #777777
}

footer #recentcomments li:hover {
    color: #1e9a96;
    border-bottom: 1px solid #1e9a96
}

footer .myblocks .clock img {
    width: 100%;
    height: 80px
}

footer .myblocks .clock a {
    margin: 0;
    font-size: 16px;
    color: #777777;
    line-height: 20px;
    margin-bottom: 40px
}

footer .myblocks .clock a:hover {
    color: #1e9a96
}

footer .myblocks .clock ul {
    margin-top: 10px
}

footer .myblocks .clock ul li {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
    color: #777777
}

footer .myblocks .clock ul li i {
    margin-left: 5px
}

footer .newslatter h4 {
    margin-bottom: 20px;
    display: block
}

footer .newslatter input[type="text"] {
    width: 80%;
    height: 40px;
    padding-right: 10px;
    border: none;
    outline: #005430;
    display: table;
    float: right
}

footer .newslatter input[type="submit"] {
    width: 17%;
    height: 40px;
    margin: 0;
    border: none;
    background: #1e9a96;
    float: left;
    outline: none;
    color: #fff
}

footer .newslatter .appdownload li a i {
    font-size: 35px;
    margin-left: 10px
}

footer .newslatter .appdownload li a .fa-android {
    color: #3db39e
}

footer .newslatter .appdownload li a .fa-apple {
    color: #ccd0d2
}

footer .bottomfoot {
    border-top: 1px solid #777777;
    margin-top: 30px;
    padding-top: 30px
}

footer .bottomfoot h3 {
    text-align: right;
    font-size: 15px;
    margin: 0;
    color: #777777
}

footer .bottomfoot h3 span {
    color: #005430
}

footer .bottomfoot a {
    text-align: left;
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 0;
    color: #777777
}

footer .bottomfoot a span {
    color: #005430
}

.hwe {
    display: none;
    color: #000;
    font-size: 21px;
    position: relative;
    top: 6px;
    float: right;
    right: 0px;
    z-index: 9999999;
}





.gallery .swiper-wrapper {
  padding: 20px 0px 80px;
}
.gallery .image-contain {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 9;
  display: flex;
  align-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.gallery .image-contain.big-image {
  height: 600px;
}
@media (max-width: 992px) {
  .gallery .image-contain.big-image {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .gallery .image-contain {
    height: 150px;
  }
}
.gallery .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .image-contain .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background-color: #005430;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s linear;
}
.gallery .image-contain .icon img {
  width: 24px !important;
  height: 24px !important;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(92%) sepia(100%) saturate(23%) hue-rotate(251deg)
    brightness(108%) contrast(100%);;
}
.gallery .mySwiper .swiper-wrapper {
  width: 100%;

}
/*.mySwiper{*/
/*    overflow-y:scroll;*/
/*}*/
.gallery .mySwiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
@media (max-width: 960px) {
  .gallery .mySwiper .swiper-wrapper .swiper-slide {
    height: 100px;
  }
}
.gallery .mySwiper .swiper-wrapper .swiper-slide .image-contain {
  height: 100% !important;
}
@media (min-width: 992px) {
  .gallery .mySwiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 180px !important;
    margin-bottom: 20px !important;
  }
}
.gallery .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 4px solid #005430;
}


@media (max-width: 768px) {

.logo {
    display: flex
;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.logo img {
                width: 45%;
    }


    .hwe {
        display: block
    }

     .ser form {
    width: 80%;
}
    .ser input[type="text"] {
        width: 80%;

    }
 .ser input[type="submit"]{
    width: 20%;
}

header .men .menu li a{
    color:#fff !important;
}
header .men .menu i.fa {
    color: #fff !important;
    
}
header .men .menu li:hover a {
    color: #fff !important;
}
    .menu {
             display: block !important;
        position: fixed;
        top: 0;
        right: -100%;
        transition: all 0.5s ease;
        height: 100%;
        width: 280px;
        background: #005430;
        z-index: 9999999999 !important;
    }

    .menu li {
        padding: 15px;
        border-bottom: 1px solid #ddd;
        display: block !important;
        float: none !important
    }

    .menu li a:hover {
        color: #fff !important
    }
ul.sub-list {
        position: initial;
        margin-top: 10px !important;
        box-shadow: none !important;
                background: none !important;
    }
    ul.sub-list li {
       background: none !important;
               border: none !important;
    }
    .over {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.68);
        z-index: 999
    }

    header .date h6 {
        text-align: center;
        margin-bottom: 15px;
    }
.myheaddata {
    margin-top: 0;

    justify-content: center;
}
header .date {
    margin-top: 0;
}

    
    ul.lista {
        display: table;
        margin: 15px auto
    }

    #homeslider {
    padding: 50px 0;

}


section.slider{
    overflow: hidden;
}
  .slider .block img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin: 10px 0;
}



    .slider .owl-slider .item .slideholder img {
        height: 200px
    }

    .uppercontent .edit {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .secondercontent .category3 .cat3block {
        margin-bottom: 25px;
        border-bottom: 1px solid;
        padding-bottom: 10px
    }

    .gall .tab-content .owl-nav {
        bottom: -67px
    }

    footer .bottomfoot h3 {
        text-align: center;
        font-size: 15px;
        margin: 0 0 10px 0;
        color: #777777
    }

    footer .bottomfoot a {
        text-align: center
    }
    footer p{
        width:100%;
    }
        footer .logo img {
        width: 50%;
    }

    .uppercontent .sidebars .blocks a {
        color: #005430;
        font-size: 16px;
        display: block;
        margin-top: -29px;
        padding-bottom: 7px;
        transition: all 0.5s ease;
        text-align: center;
        margin-bottom: 20px;
        background: #f3f3f3;
        padding-top: 7px
    }

     .last-new {
        height: 60px;
        overflow: hidden;
        }

    header .lista li a {
        font-size: 14px
    }

    .secondercontent .category .bloc1 a {
        color: #005430;
        font-size: 16px;
        display: block;
        margin-top: 0;
        padding-bottom: 7px;
        transition: all 0.5s ease;
        text-align: center;
        background: #f3f3f3;
        padding-top: 7px
    }

    .uppercontent .sidebars .blocks img {
        width: 100%;
        height: 100px;
        transition: all 0.5s ease;
        margin-bottom: 15px
    }

    .newscon {
    width: 70%;
}

.newshead {
    width: 30%;
}
.gall .nav li a{
    width: auto;
}
}

.categorypage {
    margin-top: 40px
}

.breadcrumbs {
    margin-top: 40px;
    background: #e5e5e5;
    padding: 10px 15px;
    border-right: 3px solid #005430;
    color: #1e9a96;
    font-size: 15px
}

.breadcrumbs a {
    color: #005430;
    font-size: 15px
}

#comments,
#respond h3 {
    font: bold 14pt Arial;
    color: #000;
    text-align: center;
    background-color: #006;
    border: 1px solid #666;
    border-radius: 10px;
    color: #FFF;
    margin: 2px
}

.commentlist {
    padding: 0
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    margin-left: 5px;
    display: none
}

.comment-author.vcard {
    font-size: 14px;
    font-family: 'cocon'
}

.commentlist p {
    font-size: 15px;
    font-family: 'cocon';
    color: #000
}

.alt {
    padding: 10px
}

.commentlist {
    text-align: justify
}

.commentlist li {
    border: 1px solid #ddd;
    margin: 15px 5px 10px 5px;
    padding: 10px;
    list-style: none;
    border-radius: 10px;
    color: #000;
    font: bold 9pt Tahoma, Geneva, sans-serif
}

.children {
    padding: 0
}

#comment {
    width: 100%;
    height: 125px;
    border: 1px solid #005430;
    border-radius: 25px;
    padding: 15px;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    outline: none
}

.comments .reply {
    display: none !important
}

#respond input#submit {
    background: #1e9a96;
    color: #fff;
    border: none;
    padding: 7px 40px
}

.nocomments {
    text-align: center
}

.commentmetadata {
    display: block;
    text-align: right;
    font-size: 11px;
    margin: 15px 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px
}

.commentmetadata a {
    font-size: 12px;
    font-family: 'cocon';
    color: #000
}

#respond #author,
#respond #email,
#respond #url {
    border: 1px solid #005430;
    border-radius: 25px;
    padding: 7px;
    background: #FFF;
    height: 40px;
    width: 50%;
    outline: none
}

#respond #email,
#respond #url {
    text-align: left
}

.singlepage {
    background: #e5e5e5;
    padding: 20px;
    margin-top: 40px;
}

.singlepage .titlepostmain h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 28px;
    color: #005430
}

.singlepage .blockmain {
    background: white;
    text-align: center;
    min-height: 50px;
    box-shadow: 0px 0px 10px 2px #ddd;
}
.singlepage .blockmain h2 {
    font-size: 20px;
    position: relative;
    top: 15px;
}

.singlepage .titlepost h1 {
    margin: 0;
    font-size: 28px;
    color: #005430;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}
.stadum {
    margin-bottom: 30px;
}
.singlepage .thumb img {
    height: 350px
}

.singlepage .postdata {
    background: #fff;
    margin-top: 15px;
    padding: 1px 0
}

.singlepage .postdata .aar {
    margin-top: 8px
}

.singlepage .postdata .aar li {
    float: right;
    margin-left: 20px;
    text-align: right;
    font-size: 13px;
    color: #777777
}

.singlepage .postdata .aar li i {
    margin-left: 5px
}

.singlepage .postdata #controls a {
    float: left;
    color: #005430;
    font-size: 17px;
    margin-right: 5px
}

.singlepage .postdata #controls #medium {
    font-size: 20px
}

.singlepage .postdata #controls #large {
    font-size: 23px
}

.singlepage .postdesc p {
    color: #000;
    font-size: 17px;
    line-height: 30px
}

.singlepage .postdesc p img {
    width: 100%;
    height: 300px
}

.singlepage .postdesc iframe {
    width: 100%;
    height: 300px
}

.singlepage .share .addthis_inline_share_toolbox_b2zl {
    margin-bottom: 20px
}

.singlepage .title {
    margin-bottom: 20px !important
}

.pagepage input {
    height: 40px;
    width: 100% !important;
    border: 1px solid #ddd;
        text-align: right;
            border-radius: 25px;
}

.pagepage textarea {
    height: 200px;
    width: 100% !important;
    border: 1px solid #ddd;
        text-align: right;
            border-radius: 25px;
}
input.wpcf7-form-control.wpcf7-submit {
    text-align: center;
}
.wp-pagenavi {
    text-align: center !important
}

.wp-pagenavi a {
    padding: 5px 10px;
    background: #005430;
    color: #fff
}

.wp-pagenavi .current {
    padding: 5px 10px;
    background: #1e9a96;
    color: #fff
}

.notice h4 {
    margin: 0;
    color: red;
}

table{
    text-align: right !important;
}

table th{
    text-align: right !important;
}

.firstleage,.secondleague{
    margin: 40px 15px;
    background: #fff;
    padding: 25px;
    display: flow-root;
}
.edit{
    text-align: left !important;
}
table tr span{
    color:red;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    font-size: 20px;
}
.edit button {
    background: #087d00;
    border: none;
}

.reconfig button {
    width: 100%;
    height: 40px;
    background: #1e9a96;
    border: none;
    transition: all 0.5s ease-in-out;
}

.reconfig button:hover {
    background: #087d00;
}
h2.endresult {
    margin: 0;
    text-align: center;
    color: green;
}
.confirm{
    text-align: center;
}
.confirm button {
    margin: 20px auto;
    width: 30%;
    height: 40px;
    border: none;
    background: #087d00;
    color: #fff;
    font-size: 18px;
}

.modal-content {
    text-align: right;
}

.modal-header .close {
    display: none;
}
button.btn.btn-secondary.closex {
    color: #fff;
    background: red;
}
.menu ul {
    margin: 0;
}

.titlepost {
    position: relative;
}

.titlepost button {
    position: absolute;
    top: 0;
    left: 0;
    background: #1e9a96;
    border: none;
}

.postdesc img {
    width: 100%;
}



.circ {
    position: fixed;
    bottom: 5%;
    background: #005430;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 23px;
    align-content: center;
    border-radius: 50%;
    color: #fff;
        z-index: 99;
}




.circ1 {
   background: #dbdbdb;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    align-content: center;
    border-radius: 50%;
    color: #005430;
    z-index: 99;
    display: block;
    margin: 10px 0;
    transition: all 0.5s ease-in-out;
}
.circ1:hover{
       background: #005430;
       color:#fff;

}
.circ.backtotop {
    right: 1%;
      animation: moveUpDown 1.5s ease-in-out infinite;

        cursor: pointer;
}
.actionbutton {
    position: fixed;
    bottom: 5%;
    left: 1%;
}

.circ2 {
background: #005430;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 23px;
    align-content: center;
    border-radius: 50%;
    color: #fff;
    margin:10px 0;
        cursor: pointer;

}

.circ2:hover{
        color: #fff !important;

}

.social-content {

    display: none;
}
.social-contentappear{
    display: block;
}


.myswipperbuttons{
    display: flex;
    gap:10px;
    justify-content: center;
    margin-top: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  /* Basic styling for visibility */
width: 40px;
    height: 40px;
    background-color: #035430;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
        position: inherit;
    display: flex;
}
.swiper-button-prev::after,
.swiper-button-next::after{
    font-size: 15px;
    color:#fff;
}





/*# sourceMappingURL=style.css.map */