
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Lato", sans-serif;
}
a{
  text-decoration: none;
}
.act {
  color: #00715D !important;
  border-bottom: 1px solid  #00715D;
}

.tagggs h5 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 700;
}
.tagggs span {
       font-size: 15px;
    letter-spacing: 0.55px;
    color: #ff0006;
    font-weight: 700;
}
.left-t ul {
  padding: 4px 0;
  margin: 0;
  gap: 32px;
}
.clll {
    height: 44px;
    width: 44px;
    background-color: #7c0103;
    border-radius: 7px;
    position: relative;
    cursor:pointer;
}
.clll img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left-t ul li {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 14px;
}
.left-t12 ul{
    justify-content: end;
}
.bottom-nav{
  padding: 8px;
}

.bottom-nav ul{
   justify-content: end;
   /* width: 75%;
   margin: auto; */
}
.logo{
    text-align: center;
}
.logo img {
    width: 40%;
}
.left-navbar img {
  width: 212px;
  padding: 1px;
}

.bottom-nav ul{
    margin: 0;
}


.ref img{
  width: 15px;
}
.left-navbar1221 img {
  width: 96px;
  padding: 1px;
}
.top-header {
  margin: auto;
  width: 88%;
}
.ce{
  width:18px;
}
.serbet {
    padding: 8px 23px !important;
    background-color: #0dcaf0;
    align-items: center !important;
    gap: 10px;
    color: #fff !important;
    border-radius: 5px;
}
.serbet a{
    color:#fff !important;
}
.jfff{
    top: 154% !important;
}

.ul{
  gap: 38px;
}
.ul li{
  list-style: none;
  text-align: center;
}
 .bottom-nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.55px;
} 

.header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}
.navb{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999;
    box-shadow: black 0px 0px 25px -18px;
}
.ulll{
    gap:33px;
    justify-content: end;
    margin: 0;
}
.ulll li{
    list-style-type: none;

}
.ulll li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    /* padding-bottom: 3rem; */
}
.xer{
    text-align: center;
    background-color: #de651a;
    color: #fff;
    padding: 5px;
    margin-bottom:0px;
}
.dropitem1 {
    bottom: initial;
    left: -45%;
    width: 240px;
    padding: 0 !important;
    background-color: white;
    box-shadow: black 0px 0px 9px -4px;
    transform: translateY(100%);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    top: 231%;
}
.dropitem li {
    position: relative;
    z-index: 1;
}
.dropitem li::after {
    position: absolute;
    content: "";
    background-color: #171717;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: all .3s;
}
.dropdown:hover .dropitem {
    height: auto;
    opacity: 1;
    transform: translateY(0);
}
.dropitem li a {
    transition: all .3s;
}
.dropitem li a {
    text-decoration: none;
    color: #000;
    letter-spacing: 0.55px;
    padding: 10px !important;
}
.dropitem li {
    position: relative;
    z-index: 1;
}
.dropitem li {
    padding: 10px;
}
.dropitem li:hover::after {
    width: 100%;
}
.dropitem li:hover a {
    color: #fff;
}
.dropdown:hover img {
    transform: rotate(180deg);
}
.dropdown a img {
    transition: all .3s;
    width: 20px;
}
/* navbar end */

/* banner */
.bannerswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ban-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47%;
    z-index: 9;
    text-align: left;
    overflow: hidden;
}
.bannerswiper .swiper-slide-active::after {
  content: "";
  position: absolute;
  inset-block: 0px;
  inset-inline-start: 0px;
  width: 100%;
  height: 100%;
  background: #00000045;
}
.bannerswiper.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.bannerswiper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
    position: absolute;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 74%;
}
.bannerswiper .swiper-button-next:after,.bannerswiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #000;
  font-size: 16px;
}
.bannerswiper .swiper-button-prev {
    left: 11%;
    right: auto;
}
.bannerswiper .swiper-button-next {
    right: 83%;
    left: auto;
}
.bannerswiper .swiper-button-next:before, .bannerswiper .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    background-color: #fff;
    transform: translate(-50%, -50%);
    top: 26%;
    left: 17%;
    border: 1px solid #858585;
}
.im{
  transition: all .7s;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
.im img{
  width:100%
}
.bannerswiper .swiper-slide .im{
    transition:all 5s;
}
.bannerswiper .swiper-slide-active .im{
    transform:scale(1.1);
}
.sl-hd h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.0em;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 36px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    line-height: 53px;
    font-weight:700;
}
.bannerswiper .swiper-slide-active .sl-hd h1{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.banner{
padding-top: 5rem;
}
/* banner end */
/* footer */
.content_gap {
    background-color: #0dcaf0;
    padding: 5rem 0px;
    position: relative;
    z-index: 1;
}
.content_gap::after {
  position: absolute;
  content: "";
  background-image: url(../images/pn.png);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: -18px;
  left: 0;
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.03;
}
.footer_logo{
  text-align: center;
}
.foot-logo img{
     width: 87%;
    margin-bottom: 1%;
}
.list-unstyled li a {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.dfdf .list-unstyled li a {
  font-size: 19px;
  letter-spacing: 0.55px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  padding-bottom: 1.2rem;
}
.list-unstyled li a:hover{
    color:#ff951b;
    margin-left:7px;
}
.dfdf .list-unstyled li a:hover{
    color:#fff;
    margin-left:0;
}
.chai h3{
  font-size: 23px;
  margin-bottom: 6%;
  color:#fff;
}
.lisst p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 20px;
  color: #fff;
  transition: all .3s;
}
.lisst p:hover {
  color:#ff951b;
  cursor: pointer;
}
.lisst{
  padding-left: 0px;
}
.lisst li {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 19px;
}
.footer_logo p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
  margin-left: -2%;
}
.footer_center h3{
  color: #fff;
}
/* footer end */
/* about start */
.ab-para p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000c4;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 29px;
}
.ab-para {
  width: 87%;
}
.ab-hd img{
  width: 36px;
}
/* about end */
/*news ans ebenmt*/
.insight-img img {
  height: 230px;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
          overflow: hidden;
}
.insights:hover .insight-img img {
  transform: scale(1.2) rotate(7deg);
}
.insights:hover{
  border: 1px dashed #075d7f;
  box-shadow: 0px 2px 7px 0px rgb(0 142 154 / 65%);
}
.insight-img {
overflow: hidden;
position: relative;
}
.inst-ttl {
  padding: 18px 13px 13px 13px;
  text-align: center;
}
.inst-ttl span {
  color: #114a60;
  font-size: 23px;
  letter-spacing: 0.55px;
  font-weight: 600;
}
.inst-ttl p {
  font-size: 16px;
  color: #000000c7;
  letter-spacing: 0.55px;
  line-height: 23px;
  text-align: justify;
  margin-top: 1%;
}
.insights {
  box-shadow: black 0px 0px 8px -4px;
  height: 100%;
  border: 1px dashed #ccc;
  transition: all .2s;
  background-color: #fff;
}
.kobi{
  text-align:center;
}
.kobi h2 {
  font-size: 30px;
  letter-spacing: 0.55px;
  line-height: 14px;
  color: #0e1213;
  font-weight: 500;
  padding-bottom: 4%;
  padding-top: 3%;
}
.imp::after {
  position: absolute;
  content: "";
  background-image: url(../images/cause-bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-position: top center;
  background-attachment: fixed;
}
/* .imp::before{
  position: absolute;
  content: "";
  background-color:#edeeef;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
} */
.imp {
  position: relative;
  margin-top: 2%;
  
}
  .ci {
    padding: 2rem 0 4rem;
}

.circle{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.circle:before {
    background-color: #00adff;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    top: -400px;
    left: -350px;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
}
.circle:after {
    background-color: #cbedfb;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    bottom: -400px;
    right: -350px;
    border-radius: 100%;
    opacity: 1;
    z-index: -1;
}
.regg p{
    padding:10px;
    background-color:#fff;
    border-radius:30px;
}
.left-navbar1221 {
    padding: 15px 0;
    /*border: 4px solid #000;*/
}
.close{
    top:10%;
    right:5%;
    cursor:pointer;
}
.innerplan img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 1rem;
    objectfit: cover;
    object-fit: cover;
    box-shadow: #0dcaf0 0px 4px 0px 1px;
}
.pparra{
    font-size:20px;
    letter-spacing:0.55px;
}
.innerplan p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000000;
    font-weight: 700;
}
.sds{
    padding:3rem 0;
}
/*new ecbet*/

/* gallery-----------home */
.g-imma1{
  border-radius: 15px;
  overflow: hidden;
}
.g-imma1 img{
    height: 300px;
    object-fit: cover;
}
.kobi1 {
  text-align: center;
}
.kobi h2{
  font-size: 28px;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 4%;

}
.kobi p {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.55px;
    margin: auto;
    width: 70%;
    margin-bottom: 3%;
}
.imn-hd{
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 99;
  color: #fff;
  transition: all .4s;
}

/* gallery-----------home */
.g-imma{
  border-radius: 15px;
  overflow: hidden;
}
.kobi {
  text-align: center;
}
.kobi1 h2{
  font-size: 28px;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 3%;
}
.imn-hd{
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 99;
  color: #fff;
  transition: all .4s;
}
.g-imma::after{
  position: absolute;
  content: "";
  background-color: #00000066;
  background-size: conta;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all .3s;
}
.g-imma:hover::after{
  background-color: #00000036;
}
.g-imma:hover .imn-hd{
  bottom: 80%;
}
.ghalle{
  margin-top: 5%;
}
.g-imma img {
  height: 300px;
  object-fit: cover;
}
/* gal end */



.st-breadcumb-area img {
  width: 100%;
}
.st-breadcumb-area {
  position: relative;
  height: 100%;
  /*z-index: -1;*/
  padding-top: 0rem;
}
.st-breadcumb-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgb(9 31 27 / 15%) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgb(9 31 27) 103.44%);
}
.topco {
position: absolute;
top: 58%;
left: 50%;
transform: translate(-50%, -50%);
z-index:1;
}
.topco h2 {
font-size: 35px;
font-weight: 400;
color: #fff;
margin-top: 48px;
}

/* about us */
.about-sc{
    position:relative;
}
/*.about-sc::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: -65px;*/
/*    height: 385px;*/
/*    width: 385px;*/
/*    left: 84%;*/
/*    border-radius: 0px;*/
/*    background: #082e8d;*/
/*    opacity: 0.5;*/
/*    filter: blur(150px);*/
/*    z-index: -1;*/
/*}*/
.latest-project {
  margin: 6rem 0 3rem;
}
.yy {
  font-size: 32px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zz {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 25px;
  color: #000000c2;
  font-weight: 400;
  text-align: justify;
}


.career-img img{
border-radius: 17px;
}
/* about us end */
/* services */
.service-section {
  position: relative;
}
.service-item {
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.09);
  height: 100%;
  background-color: #fff;
  border: 1px dashed #1a435359;
  transition: all .2s;
}
.service-item:hover{
box-shadow: 0px 2px 7px 0px rgb(0 142 154 / 65%);
}
.service-item-inner {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.service-item .service-thumb {
  overflow: hidden;
}

.service-thumb img {
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
  transform: scale(1.0);
  width: 100%;
  position: relative;
  height: 205px;
  object-fit: cover;
}
.service-thumb{
  position: relative;
}
 .service-thumb::after{
  position: absolute;
  content: "";
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-item:hover .service-thumb img {
  transform: scale(1.2) rotate(1deg); 
  background-color: rgba(3, 13, 40, 0.70);   
}
.service-content {
  position: relative;
  padding: 35px 23px 19px;
  text-align: center;
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
}
.insights:hover{
    cursor:pointer;
}
.service-content:before {
  background-color: #00aeef;
  content: "";
  width: 20%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  transition: all .5s cubic-bezier(.160, .85, .45, 1);
}
.service-item:hover .service-content:before {
  width: 80%;
}
.service-icon {
  background-color:#164455;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
}
.service-icon img{
  width: 42px;
}

.service-content h2 {
  font-size: 24px;
  letter-spacing: 0.55px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}

.service-content p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.55px;
  text-align: center;
  color: #000000b3;
  line-height: 23px;
}
/*contact us start*/

.contact-form-area {
  position: relative;
  padding: 33px 0px 33px 40px;
  height: 100%;
}
.form-group label {
  margin-bottom: .5rem
}
.form-group {
  margin-bottom: 1rem;
}
.quform-input {
  position: relative
}
.quform-input .form-control {
  border-radius: 5px
}
.quform-element>label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 16px;
  letter-spacing: 0.55px;
}
 .form-control::placeholder {
   color: #ced4da;
  }
.quform-inner input {
  width: 100%
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}
.quform-input .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  min-height: 46px;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-input .form-control {
  border-radius: 5px;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
.bg-img {
  position: relative;
}
.bg-img img {
  height: 79%;
  object-fit: cover;
}
.contact-wrapper-box .bg-img {
  border-top-left-radius: .8125rem;
  border-bottom-left-radius: .8125rem;
}
.contact-wrapper-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: .8125rem;
    height: 100%;
}
.flex-grow-1 p{
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.flex-shrink-0 img {
    width: 23px;
    height: auto !important;
}
.yukh {
  background-color: #164455;
  position: inherit;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: .8125rem;
  height: 21%;
}
.single-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(254 254 254 / 18%);
}
.single-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.vcxc a {
  padding: 10px 29px;
  color: #000;
  background-color:#fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  border: 1px solid #000;
  transition: all .3s;
}
.vcxc a:hover{
  background-color:transparent;
  color: #fff;
  background-color:#164455;
  border: 1px solid #164455;
}
.contact-form-area h2{
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.contact-form-area p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c7;
    width: 82%;
}
.lj img {
  height: 299px;
  object-fit: cover;
}
.uk{
  height: auto;
}
.quform-input .form-control:focus {
  border-color: #0000008a;
  outline:none;
  box-shadow: none;
}
/*contact us end*/

/* image gallery */
.gl11 {
  position: relative;
  border-radius: 10px 10px 0 0;
  }
.gl11 img, .gl-img {
    border-radius: 10px 10px 0 0;
}
.gl11 img {
    height: 263px !important;
    object-fit: cover;
}
  .gl11::before {
      position: absolute;
      content: "";
      background-color: #008e9a54;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .gl11::after {
      position: absolute;
      content: "";
      background-color: #ffffff50;
      background-size: contain;
      height: 0%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 9;
      transition: all .5s;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  
  .gl-img {
  box-shadow: black 0px 0px 11px -5px;
  }
  .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
  height: 75%;
  }
  .gl-btn p {
  font-size: 15px;
  color: #ffffff;
  }
  .dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #ffffff;
    color: #030a6b;
    border-radius: 0 0 10px 10px;
        height: 60px;
}
  .mm a{
  text-decoration: none;
  }
  .glrx-h img {
    border-radius: 5px;
    height: 270px;
    object-fit: cover;
}
.ppl {
    bottom: 18%;
    padding: 5px 3px;
    background: linear-gradient(90deg, #ffffff, transparent);
    /* background-color: gray; */
    width: 161px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
.view-image {
    z-index: 99999999999 !important;
}
.ppl1 {
    bottom: 0%;
    padding: 5px 8px;
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 115px;
    display: flex;
    gap: 7px;
    z-index: 999;
    align-items: center;
}
  .ppl p{
      color:#000000;
      margin:0;
  }
  .ppl img{
      width:16px;
      filter: brightness(0);
  }
  .ppl1 p{
      color:#000000;
      margin:0;
  }
  .ppl1 img{
      width:16px;
      filter: brightness(0);
  }
  .dq p{
      font-size:18px;
      letter-spacing:0.55px;
  }
  /* image gallery */
  /* donated */
  .desc p {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000e6;
    font-weight: 500;
    margin: auto;
    width: 66%;
    line-height: 27px;
}
.dona h2 {
  font-size: 29px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
  margin-top: 2%;
}

.dona{
  margin: auto;
  width: 82%;
}
.ijh{
  text-align: center;
}
.right-imm img {
    width: 100%;
    object-fit: cover;
    border-radius: 86px 8px;
    border: 2px dashed #024147d4;
}
.wwqer{
        box-shadow: black 0px 0px 25px -16px;
    padding-right: 2rem;
}
/* donated */

 /* whaATapp css  */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background:#00aeef;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 39px;
  height: 49px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  /* background: #fff; */
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
    width: 55px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    border-radius: 50%;
}

.instaaa {
    position: fixed;
    bottom: 12%;
    right: 2%;
    z-index: 9999;
}
.instaaa img {
    width: 50px;
}
.serhd h2 {
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
    border-bottom: 3px solid #000000;
    /* width: fit-content; */
    padding-bottom: 7px;
}
.donerimg img{
    height:150px;
    width:150px;
    border-radius:50%;
}

.dondata span{
    font-size:18px;
}

.donodesc p{
    font-size:18px;
    letter-spacing:0.55px;
}
.dssdsdsdd{
    padding:4rem 0;
}

.wop {
    position: fixed;
    top: 50%;
    left: 0%;
    writing-mode: sideways-lr;
    transform: translateY(-50%);
}
.wop a {
    padding: 34px 12px;
    color: #000;
    background-color: #0dcaf0;
    border: 1px solid #0dcaf0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 400;
    position: relative;
    transition: all .3s;
    display: flex;
}
.wop a:hover{
  background-color:transparent;
  color: #000;
  background-color:#fff ;
  border: 1px solid #0dcaf0;
}

.close img{
        width: 27px;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}