body {
background-color: #fff;
  position: relative;
}

button:focus {
outline: none;
}
.cover {
position: relative;
  overflow: hidden;
}
main {
position: relative;
  overflow: hidden;
padding-top: 14rem;
  height: 100vh;
padding-inline: 5rem;
}

@media (min-width: 992px) {
.cover:before {
    content: "";
    display: block;
    padding-bottom: 30%;
  }

.cover-slick {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}



@media (min-width: 992px) {
.cover {
    height: 100vh;
  }
}


.cover-slick div {
height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
.cover-content {
    position: absolute;
    top: 100px;
    right: 0;
    width: 65%;
    padding: 5rem;
  }
}

/**/

.services section {
position: relative;
  margin: 30px 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background: #333;
}
.services.bottom{
position: absolute;
margin-inline: auto;
  inset-inline: 0;
bottom: 34px;
}


@media (min-width: 992px) {
.services section:before {
    display: block;
    content: "";
    padding-bottom: 100%;
  }

.services section > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 76px;
}
}



.services section h2 {
background: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: bold;
}

.services section h2 button {
background: none;
  border: 0;
  color: inherit;
}

.services section a {
color: inherit;
}

.services section a:hover {
color: inherit;
  text-decoration: none;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
padding: 1rem;
  background: var(--lorange);
}
.news .container {
max-width: 100%;
}

.news .content {
position: relative;
}

.news .buttons {
position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
color: var(--darkgray);
  display: block;
}

@media (min-width: 768px) {
.news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
background: var(--orange);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -3px;
  padding: 8px 16px;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
color: inherit;
}



@media (min-width: 992px) {
.bn-news {
    padding-right: 100px;
  }
}

.bn-news ul li a {
font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
}

.bn-news ul li a:hover {
color: var(--blueLight);
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date {
font-weight: bold;
}

.news .date:after {
content: " | ";
  margin: 0 10px;
}

.news-toggle {
width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
left: 0;
  right: auto;
}

.bn-controls button {
border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  margin-right: 5px;
  background-color: transparent;
}

.bn-arrow {
top: -1px;
}
.bn-direction-rtl .bn-controls button {
border-right: 0;
}
.bn-pause::before,
.bn-pause::after {
background-color: var(--orange);
  padding: 3px;
  height: 18px;
}
.bn-pause::before {
left: 7px;
}
.bn-play::after {
background-color: transparent;
}

.bn-controls button:hover {
background-color: transparent;
  color: #fff;
}

/**/

/* Service */
.services .services-slick{
background-color: rgba(220, 230, 242, 0.88);
  border-radius: 50px;
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
  padding-block: 1rem;
}

section.services .container{
max-width: 1200px;
}
.service-body {
padding: 0.75rem 0.5rem;
  font-size: 1.2rem;
}

.service-body ul {
list-style: none;
  padding: 0 0.75rem;
  margin: 0;

-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-body ul.opened {
height: auto;
}

.service-body ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-body ul a {
display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-body .modal a {
font-size: 1.2rem;
}

.service-body .close {
float: left;
  margin: -15px;
}

.service-body ul a:before {
font-family: "FontAwesome";
  content: "\f104";
  margin-left: 0.3rem;
}

.service-body a.more {
margin: 0 0.75rem;
}

.service-body a.more:before {
font-family: "FontAwesome";
  content: "\f104";
}

.service .modal {
color: #000;
}
.service {
position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: inherit;
  isolation: isolate;
  padding-bottom: 0;
}
.service .icon img {
aspect-ratio: 1;
  max-height: 90px;
}
.services.bottom .icon img {
aspect-ratio: 1;
  max-height: 110px;
}
.services.bottom figcaption {
font-size: 1.15rem;
}
.service .icon {
position: relative;
}
/* .service::after {
content: "";
  position: absolute;
  width: 170px;
  height: 120px;
  top: 1rem;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
} */
.service figcaption {
font-size: 1rem;
  color: var(--darkgray);
  font-weight: 700;
}
/**/

.galleries {
background: #333;
  color: #fff;
  padding: 3rem 1rem;
}

.galleries h2 {
text-align: center;
  margin-bottom: 2rem;
}

.galleries a {
color: #fff;
}

.gallery-slick > div {
float: right;
  width: 20%;
}

.gallery-slick > div:nth-child(1) {
float: right;
  width: 40%;
}

.gallery-slick figure {
position: relative;
  overflow: hidden;
  margin: 0.5rem;
}

.gallery-slick figure:before {
padding-bottom: 75%;
  display: block;
  content: "";
}

.gallery-slick figcaption {
position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);

-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-slick a:hover figcaption {
background: rgba(0, 0, 0, 0.5);
}

.gallery-slick figcaption span {
position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) scale(1.2);
  font-size: 3rem;
  opacity: 0;

-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-slick a:hover figcaption span {
transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.gallery-slick img {
width: 100%;
  position: absolute;
  top: 0;
  right: 0;

-o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-slick a:hover img {
transform: scale(1.2);
}

/**/
.chatbot {
position: absolute;
  z-index: 1;
  bottom: 14rem;
    left: 5rem;
  background: #97cf59;
  background: linear-gradient(0deg, rgb(134 255 0) 0%, rgb(255 195 0) 100%);

  border-radius: 100px;
  width: 90px;
  height: 90px;
}

.chatbot img{
max-width: 80px;
}
.chatbot a {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chatbot p{
background-color: rgba(0, 0, 0, 0.68);
  color: var(--white);
  border-radius: 50px;
  display: flex;
  justify-content: center;
padding: 0.25rem 0.65rem;
}
.cube-section {
position: relative;
  margin: 0 -15px;
}

.ad_item{
padding: 0;
  margin-block: 1.85rem;
  position: relative;
  display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 520px;
    background-color: var(--white);
    border-radius: 25px;
    border-top-left-radius: 100px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.ad_item .pic{
position: absolute;
right: -30px;
  bottom: 0;
  max-height: 190px;
}
.ad_item a{
display: flex;
  text-decoration: none;
  font-weight: 700;
}
.ad_item h3{
font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.ad_item:first-of-type h3{
color: var(--darkgray)
}
.ad_item:last-of-type h3{
color: #a9108e;
}
.ad_item a{
display: block;
color: var(--darkgray);
}
.ad_item p{
margin-bottom: 0;
}
.ad_item .info{
min-width: 28rem;
padding-block: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 8.5rem;
  padding-top: 2rem;
}
.ad_item .info p a:last-child{
font-size: 1.1rem;
  display: block;
  width: 100%;
padding: 0.25rem 0.75rem;
  line-height: 1.3;
}
.ads{
position: inherit;
}
.ads h2 {
font-size: 1.5rem;
  border-radius: 45px;
  border-top-left-radius: 100px;
  position: absolute;
  background-color: #2c9e68e6;
  color: var(--white);
  width: fit-content;
  padding: 5px 1rem;
  left: 50%;
  transform: translateX(-50%);
    z-index: 1;
}
@media (min-width: 992px) {
.cube-section:before {
    display: block;
    content: "";
    padding-bottom: 75%;
  }

.cube-section .section-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.services.links {
  padding-block: 1rem;
padding-inline: 0.5rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 490px;
  background-color: var(--white);
  border-radius: 25px;
border-top-left-radius: 100px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);

}
.services.links h2 {
  font-size: 1.5rem;
  border-radius: 45px;
border-top-left-radius: 100px;
  position: absolute;
  top: -1.3rem;
background-color: #795674e0;
  color: var(--white);
  width: max-content;
  padding: 5px 1rem;
}
.services.links .service::after {
  content: none;
}
.services.links .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services.links .service {
  padding: 0.5rem 0 0;
  margin-inline: 0.6rem;
}
}

@media (max-height:800px){
main {
    height: auto;
  }
.services.bottom {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
}
/**/


/**/

/**/

.polls {
background: url(images/polls.jpg);
  background-size: cover;
}

.polls .section-content {
padding: 30px 20%;
  text-align: center;
}

.polls .questions {
text-align: right;
}

.polls h2 {
margin-bottom: 2rem;
}

/* Events */

.events {
position: relative;
}

.to-all-events {
position: absolute;
  top: 5px;
  left: 0;
}

.events a {
color: inherit;
}

.events h2 {
font-size: 1.5rem;
  position: relative;
  margin: 0 0 1rem 0;
}

.events h2 span {
background: #20b9b9;
  color: #fff;
}

.event {
display: block;
  background: rgba(255, 255, 255, 1);
  border-right: 6px solid #20b9b9;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-right: 4rem;
}

.event .date {
position: absolute;
  top: 10px;
  right: -15px;
  background: #20b9b9;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

.event .date > div:nth-child(1) {
font-size: 2rem;
  line-height: 2rem;
}

.event .date > div:nth-child(2) {
font-size: 1rem;
  line-height: 1rem;
}

/**/

.gallery {
position: absolute;
  bottom: 0;
  left: 0;
}

.gallery svg {
display: block;
}

.to-all-galleries {
position: absolute;
  bottom: 30px;
  left: -1.5rem;
  background: #111;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  padding-left: 3rem;
}

.to-all-galleries:hover {
background: #8cc43f;
  color: #000;
  text-decoration: none;
}
.footer {
width: 100%;
background-color: rgba(107, 134, 171, 0.8);
  position: absolute;
bottom: 0;
  padding: 5px;
  position: absolute;
  align-items: center;
}
/**/

.about {
background: rgba(255, 255, 255, 0.5);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  bottom: 380px;
  left: 40px;
  text-align: center;
  overflow: hidden;
}

.about img {
width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about h2 {
font-size: 1.2rem;
  font-weight: bold;
}

.about h2 span {
display: inline-block;
  background: #6e5434;
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
}

a.down {
position: absolute;
  right: 50%;
  bottom: 20px;
  font-size: 3rem;
  color: #fff;
}

.row.switch{
margin-inline: 0;
  width: 100%;
}

.collg8as {
margin-top: 0;
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
display: flex;
}

.collg8as .col-lg-6:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.collg4as {
flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  padding-top: 0;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}

.newswrap , .bday {
position: relative;
  display: block;
  width: 100%;
  max-width: 404px;
background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  border-top-right-radius: 200px;
  margin-bottom: 2.8rem;
  height: 120px;
}

.bday {
border-top-left-radius: 25px;
  border-top-right-radius: 200px;
}
.news-slick{
margin-top: .65rem;
}
.newswrap h2, .bday h2{
background-color: var(--blueRGB);
top: -1.3rem;
  position: absolute;
left: 50%;
  transform: translateX(-50%);
  width: fit-content;
color: var(--white);
  padding: 5px 1rem;
  font-size: 1.4rem;
  border-radius: 25px;
  border-top-right-radius: 100px;
}
.newswrapper, .bdaywrapper{
display: inline;
  margin-right: 5px;
padding: 2rem 1rem;
  width: 100%;
  max-width: 370px;
}

.newswrapper img, .bdaywrapper img{
position: absolute;
  max-width: 70px;
  height: 70px;
top: 1.6rem;
  right: 1rem;
}
.bdaywrapper img{
right: 1.5rem;
}
.newswrap h2 a, .bday h2 a{
color: var(--white);
  text-decoration: none;
}
.news-slick{
padding-right: 90px;
}
.bday-slick{
padding-right: 90px;
}
.news-slick .newslider,
.bday-slick .block{
margin-top: 1rem;
  width: 100%;
  max-width: 320px;
}
.bday-slick .block{
margin-top: 0.5rem;
  max-width: 270px;
}
.collg8as .news-slick a:hover{
text-decoration: none;
}
.news-slick .name, .bday-slick .name{
color: var(--darkgray);
  font-size: 1.25rem;
  line-height: 1.2;
  /* padding-inline:0.5rem; */
}
.articles .slick-list {
width: 100%;
  height: inherit;
}

.wrapper.slick-slide {
display: flex;
  justify-content: center;
}
.slick-arrow {
height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}

.togbtn{
position: absolute;
top: 0.2rem;
  left: 3rem;
  outline: none;
  border: none;
  background-color: transparent;
}
.togbtn .fa{
color: var(--dblue);
  font-size: 10px;
  font-weight: normal;
}
[dir="rtl"] .slick-prev:before {
content: "";
  background-image: url("images/arrow_b.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 24px;
}
[dir="rtl"] .slick-next:before {
content: "";
  background-image: url("images/arrow_n.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 24px;
}
.slick-arrow::before {
z-index: 9;
}
.gallery-slick .slick-arrow::after {
inset: auto auto 1.3rem auto;
  content: "";
  position: absolute;
  background-color: var(--orange);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.article {
height: 640px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.col-lg-6 article {
  border: 3px solid rgb(21 142 174);
  background-color: #dff5fe;
  border-radius: 9px;
}

.article {
  position: relative;
}

.article .date {
  border-radius: 10px;
  background-color: rgb(21 142 174);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: -10px;
  width: fit-content;
  padding: 0.3rem 1rem;
}
.article .info {
margin-top: auto;
  position: absolute;
position: relative;
bottom: 0;
  width: 100%;
padding: 1rem 1.4rem;
}

.wrap + .text-left {
  background-color: #dff5fe;
  padding: 5px;
}

.wrap + .text-left a {
  font-weight: bold;
  color: #212121;
}
.article .info h3 {
font-weight: bold;
padding-right: 1%;
font-size: 1.4rem;
  color: #212121;
}

.article .info p {
  border-top: 2px solid #a5c6cf;
  height: 50px;
  overflow: hidden;
  color: #212121;
}
.lower .col-lg-4 {
width: 30%;
  max-width: 30%;
}
.lower {
margin-top: 5rem;
  position: relative;
  padding: 1rem 0;
}
.lower .wrapper {
display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-inline: 3rem;
}
.lower::after {
content: "";
  position: absolute;
  background-color: var(--blue);
  width: 100%;
  height: 60%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.lower section {
padding: 1rem;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 1%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.lower h2 {
font-size: 2rem;
  font-weight: 700;
}

.lower h3 {
font-size: 1.125rem;
  font-weight: 700;
}
.lower .data {
display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.lower .data span {
color: var(--lblue);
  line-height: 1;
}
.lower .top {
display: flex;
  justify-content: space-between;
  height: 5rem;
}
.lower .icon {
position: relative;
}

.survey .icon {
width: 110px;
  height: 153px;
}

.lower .icon img {
top: -3rem;
  transform: scale(0.9);
}
.lower .icon img {
position: absolute;
  top: -4rem;
  left: 0;
}

.lower ul {
margin: 0;
  padding: 0;
}
.lower ul li {
list-style-type: none;
  background-color: var(--fadeblue);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 8px 4px;
}
.lower .condole .row.justify-content-between {
width: 100%;
}
/* .lower span.name {
width: 100%;
  max-width: 30%;
  flex: 1;
}

.lower span.msg {
width: 100%;
  max-width: 30%;
  flex: 2;
}
.lower span.date {
width: 100%;
  max-width: 30%;
  flex: 1;
} */
.lower .condole li b {
color: var(--orange2);
}
.lower .condole span {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lower label {
position: relative;
  background-color: var(--lorange);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1.125rem;
  font-size: 1.125rem;
  border-radius: 5px;
  color: var(--orange);
  font-weight: 700;
}
.lower input[type="radio"] {
opacity: 1;
  position: absolute;
}
input[type="radio"]:checked + label {
background-color: var(--orange);
  color: #fff;
}
.lower .birthdays ul {
display: flex;
  flex-wrap: wrap;
}
.birthdays li {
text-align: center;
  padding: 12px;
  width: 100%;
  max-width: 30%;
  margin: 1%;
  background-color: var(--fadeblue);
  display: flex;
  flex-direction: column;
  align-items: center;
  hyphens: auto;
}
.birthdays li b {
color: var(--lblue);
  font-weight: 700;
  font-size: 1.125rem;
  word-break: normal;
}
.birthdays li {
font-size: 14px;
}
.emp {
border-radius: 10px;
  position: absolute;
  /* margin-top: 116px; */
  width: 100%;
  max-width: 500px;
  height: 544px;
  padding: 1.4rem 1.4rem 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.emp .top {
position: relative;
  display: flex;
  margin-top: -3rem;
}
.emp .top .name {
font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emp .pic {
position: relative;
  margin-left: 2.5rem;
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  aspect-ratio: 1;
}
.emp .pic:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.emp .pic:hover img {
filter: invert(1);
}
.emp .top .name {
font-size: 1.5rem;
}
.emp .pic img {
position: absolute;
  bottom: 5px;
  left: 5px;
}
.emp .name span {
display: block;
  font-weight: 700;
}
.emp ul {
margin: 0;
  padding: 0;
  position: relative;
}
.emp ul li {
list-style-type: none;
  border: 1px solid var(--blue);
  padding: 1.725rem;
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
}

.emp ul li a {
display: block;
  color: var(--darkgray);
  font-size: 1.5rem;
}
.emp ul li a:hover {
text-decoration: none;
}
.emp ul li img {
position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 36px;
}
@media (max-width: 1600px) {
.lower h2 {
    font-size: 1.7rem;
  }

.lower .icon img {
  transform: scale(0.85);
  left: -2rem;
}

.birthdays li {
  max-width: 48%;
}
}
@media (max-width:1480px){
.ad_item .pic {
    max-height: 100px;
  }
.ad_item h3 {
  font-size: 1.2rem;
}
.ad_item .info p a:last-child {
  font-size: 1rem;
}
.ad_item .info {
  padding-right: 9rem;
}

.service .icon img {
  max-height: 75px;
}
}

@media (max-width: 1440px) {
.lower .condole h2 {
    max-width: 60%;
  }

.article {
  height: 460px;
}

.emp {
  height: 404px;
  max-width: 400px;
}

.emp .pic {
  width: 140px;
  height: 140px;
}

.emp .top .name {
  justify-content: flex-end;
  font-size: 1.35rem;
}

.emp ul li {
  padding: 1rem;
}

.emp .pic img {
  max-width: 30px;
}

.articles > .slick-arrow {
  height: 460px;
}

ul.slick-dots {
  top: 408px;
}

.article .info h3 {
  font-size: 1rem;
}

.gallery-slick .slick-arrow::after {
  width: 50px;
  height: 50px;
  bottom: 26px;
}
}

@media (max-width:1400px) {
  .collg8as {
    flex-direction: column;
  }

  .collg8as .col-lg-6:last-child {
    margin-top: 1rem;
  }


}
@media (max-width:1199px){
.services.links {
    margin-inline: 0.5rem;
  }

.service .icon img {
  max-height: 75px;
}
main {
  padding-top: 8.5rem;
}
}

@media (max-width: 991px) {
.chatbot {
    position: fixed;
    z-index: 1;
    bottom: 3rem;
    left: 0px;
width: 90px;
  height: 90px;
}
.chatbot img{
max-width: 60px;
}
.row.switch {
  flex-direction: column;
}

.cover-slick {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 450px;
  z-index: -1;
}

.cover {
  padding-top: 150px;
  padding-bottom: 800px;
}

.services section {
  margin: 0 -15px;
}

.services section > div {
  padding-top: 76px;
}

.news h2 {
  display: none;
}

.footer {
  position: relative;
}
main {
  height: auto;
padding-inline: 1rem;
}

main .row {
  flex-direction: column-reverse
}
main .cover-slick + .row {
  margin-top: 300px;
}
.collg8as,
.collg4as {
  max-width: 100%;
}
.newswrap h2,
.bday h2 {
  border-top-left-radius: 25px;
}

.emp {
  position: relative;
}

.lower .wrapper {
  flex-direction: column;
  padding-inline: 1rem;
}

.lower .col-lg-4:not(.msg) {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 100%;
}
.newswrap,
.bday {
  margin-inline: auto;
  border-radius: 25px;
  border-top-right-radius: 25px;
  max-width: 90%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.newswrap h2,
.bday h2 {
  border-radius: 50px !important;
    background-color: var(--blue);
  font-size: 1.2rem;
}

.news-slick .name,
.bday-slick .name {
  font-size: 1.2rem;
}
.services.links h2 {
  background-color: #795674e0;
  top: -0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  color: var(--white);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 25px;
}

.lower .icon img {
  transform: scale(0.65);
  left: -50px;
}
.collg8as,
.collg4as {
  display: flex;
  flex-direction: column;
  align-items: center;
margin-bottom: 1rem;
}

.services.bottom .icon img {
  max-height: 50px;
}
.services.bottom .sr-only {
  background-color: var(--blue);
  top: -1.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  color: var(--white);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 25px;
  display: block;
  overflow: visible;
  clip-path: none;
  clip: auto;
  width: fit-content;
  height: auto;
}
.services.links {
  display: flex;
  flex-direction: column;
padding: 1rem 0;
  width: 100%;
  max-width: 90%;
}
.services.bottom .service {
  margin-inline: 1rem;
  height: 90px;
  width: 105px;
}
.services.bottom figcaption {
  font-size: 1rem;
}
.services.links .wrap {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}
.services.bottom {
  position: relative;
  margin-top: 3rem;
}
.services .services-slick {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-radius: 25px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
padding: 2rem 1rem 1rem;
}
.ads {
  position: relative;
}
.ad_item .info {
  padding-right: 8rem;
}
.ads h2 {
  font-size: 1.2rem;
  transform: translate(-50%, 0.5rem);
}
.ad_item {
  padding-top: 1rem;
  border-top-left-radius: 25px;
background-color: rgba(255, 255, 255, 0.87);
}
.ad_item a {
  width: 100%;
  text-align: center;
}

.ad_item .pic {
  max-height: 90px;
  right: -1px;
}

/* remove white bg of JPG img*/
.ad_item h3 img {
  mix-blend-mode: multiply;
}
.ad_item .info {
  align-items: center;
}
}

@media (max-width: 640px) {
.ad_item:first-of-type .info {
    padding-right: 7rem;
  }

.lower .col-lg-4,
.lower .col {
  width: 100%;
  max-width: 100%;
}

.header .main-bar {
  padding-inline: 0rem;
}
.gallery-slick .slick-arrow::after {
  width: 35px;
  height: 35px;
}

[dir="rtl"] .slick-prev {
  left: 14rem;
}

[dir="rtl"] .slick-prev:before {
  position: relative;
  width: 13px;
  height: 20px;
  top: 6px;
  left: 1px;
}

[dir="rtl"] .slick-next:before {
  position: relative;
  width: 13px;
  height: 20px;
  top: 6px;
  left: -2px;
}

ul.slick-dots {
  left: 3.55rem;
  top: 414px;
}
}

@media (max-width: 440px) {
.service .icon img {
    max-height: 65px;
  }

.ad_item h3 {
  font-size: 1.1rem;
}

.ad_item .info p a:last-child {
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
padding-inline: 2rem;
}
.ad_item {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-inline: auto;
}

.ad_item:first-of-type .info,
.ad_item .info {
  padding-top: 0;
  padding-right: 0;
}
.ad_item .pic {
  position: relative;
  float: right;
}
}

