
.parsley-errors-list{color:#f00; font-size: 13px;}
.abtlist img{width:30px;}
.breadcumb-menu {
    max-width: 100%;
    margin: 15px 0 -0.35em 0;
    padding: 0;
    list-style-type: none
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
    margin-left: -10px
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li:last-child,
.breadcumb-menu li:last-child a,
.breadcumb-menu li:last-child span {
    color:#fff
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
   white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    color: #fff !important;
    z-index: 2;
}
.heading-border-line-left:before{content: "";
    width: 12px;
    height: 4px;
    background: #f2ac21;
    position: absolute;
    bottom: 16px;
    left: 4%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;}
.heading-border-line-left:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #f2ac21;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 46px;
    
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.sec-title3:hover .heading-border-line-left:before {
  margin-left: -5px;
  width: 65px;
  background: #f2ac21;
}
.sec-title3:hover .heading-border-line-left:after {
  width: 12px;
  margin-left: 35px;
  background: #f2ac21;
}

/*================ overlay ==============*/
.rs-breadcrumbs.img6{position: relative}
.rs-breadcrumbs.img6:before{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #19191a;
    content: "";
    opacity: 0.6;
    z-index: 1;
    transition: all 0.3s;
    visibility: visible;} 
/*=========================\ Title ============*/
.title-area{position: relative;text-align: center}
.title-area-left_heading{position: relative}
.title-area  h2:after {
   position: absolute;
    content: '';
    background: #116d63a8;
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgb(17 109 99 / 47%) 50%, #116d63 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
.sub-title{    color: #116d63;}
.title-area h2{font-size: 33px;text-align: center}
.title-area-left_heading h2{font-size: 33px;}
.title-area-left_heading h2:after {
    position: absolute;
    content: '';
  background: #00a558;
    background: -webkit-linear-gradient(left, rgb(181 213 6) 0%, rgb(0 165 88) 100%);
    background: linear-gradient(left, rgb(181 213 6) 0%, rgb(0 165 88) 100%);
    width: 60px;
    height: 3px;
    left: 0px;
    right: auto;
    margin: 0;
    bottom: -10px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

/*========================== home content ===================*/
.feature-card {
    padding: 18px 23px;
    background-color: #fff;
    box-shadow: 0px 4px 21px rgba(179, 193, 219, 0.15);
    border-radius: 10px;
    text-align: center
}

.feature-card-wrap:nth-child(even) {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px)
}

.feature-card_icon {
    margin-bottom: 25px
}

.feature-card_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 50px;
}

.feature-card_title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: -0.28em;
    font-weight: 600
}

.feature-card_text {
    margin-bottom: -0.45em;
    text-align: center;
    font-size: 14px;
}

.feature-card:hover .feature-card_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 767px) {
    .feature-card-wrap:nth-child(even) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.images-video{
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    z-index: 1;
}
.images-video::before {
   content: "";
    position: absolute;
    top: 48px;
    left: 83px;
    width: 198px;
    height: 70%;
    border: 10px solid #83a19e;
    z-index: -1;
    -webkit-transition: 5s;
    transition:5s;
}
.images-video:hover::before {
			border-color:#4a6d6a;
		}

.about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}


.about-list__title {
   font-size: 14px;
    margin-bottom: 0
}
.about-list__icon {
   width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 13px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    background-color: #ff7600;
    text-align: center;
    z-index: 2;
}

.about-list__icon:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: inherit;
    opacity: 0.2;
    z-index: -1;
    -webkit-transform: rotate(-45deg) translate(-15px, 0px);
    -ms-transform: rotate(-45deg) translate(-15px, 0px);
    transform: rotate(-45deg) translate(-15px, 0px)
}

.about-list__text {
    font-size: 14px;
    letter-spacing: 0.2em
}

@media (max-width: 767px) {
    
    .about-list-wrap {
        gap: 35px 15px;
        margin-bottom: 35px
    }
    .about-list__text {
        letter-spacing: 0.1em
    }
}

@media (max-width: 575px) {
    .about-list__title {
      font-size: 16px;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    word-wrap: break-word;
    display: inline-block;
    width: 94%;
    }
    .about-list__text {
        letter-spacing: 0em
    }
}

@media (max-width: 380px) {
    .about-list__title {
      font-size: 16px;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    word-wrap: break-word;
    display: inline-block;
    width: 98%;
    }
}


/*=========================== gallery ====================*/
.service-block-one .inner-box{
  overflow: hidden;
}
.service-block-one .inner-box .lower-content{position: relative;display: block; }



.service-block-one .inner-box .lower-content .icon-box{position: absolute;
    right: 20px;
    top: -62px;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 53px;
    border-radius: 10px;
    z-index: 2;
    background: #d7e4e3;
    color: #81a39f;}
.bg-color-1{
  background: #1b182f;
}
.service-block-one .inner-box .image-box img{border:2px solid #ddd;padding:10px;}
.service-block-one .inner-box:hover .image-box{position: relative; display: block;}
.service-block-one .inner-box:hover .image-box:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.service-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    flex-wrap: wrap;
    background: #1b182f;
    z-index: 1;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

/*contact us ===================*/
.info-box {
    background-color: #fff;
    padding: 35px 40px 40px 40px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08)
}

.info-box__title {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 33px 0
}

.info-box__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ffc107;
    height: 1px;
    width: 80px
}

.info-box__icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #ffc107;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 50%
}
.qrcode{    height: 100px;
    float: right;
    margin-top: -90px;}

.info-box__info {
    margin: 0 0 3px 0
}

.info-box__info:last-child {
    margin-bottom: 0
}

.info-box__info a {
    color: inherit
}

.info-box__info a:hover {
    color: var(--theme-color)
}

.info-box__label {
    color: var(--title-color);
    font-weight: 700;
    display: block;
    margin: 30px 0 10px 0
}

.info-box__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}



.contact-wrap i{position: relative;
    left: 87%;
    top: 48px;color: #007a6e;}

/*=================== about ======================*/
.cllist{margin-bottom:20px;}
.cllist li i{

    font-size: 10px;
    color: #fff;
    border-radius: 10px;
    position: relative;
    background-color: #81a39f;
    text-align: center;
    z-index: 2;
    padding: 3px;
    margin-right: 10px;}

.features-wrap2 {
    background-color: var(--black-color)
}
@media (max-width: 1399px) {
    .feature-style1 {
        display: block;
        text-align: center;
        padding: 40px 0
    }
    .feature-style1 .feature-icon {
        margin-bottom: 30px;
        display: inline-block
    }
    .feature-style1 .feature-title {
        margin-bottom: 8px;
        font-size: 24px
    }
    .feature-style1 .feature-text {
        letter-spacing: 0
    }
}
@media (max-width: 767px) {
    .feature-style1 {
        padding: 20px 0
    }
    .feature-style1:first-child {
        padding-top: 50px
    }
    .feature-style1:last-child {
        padding-bottom: 50px
    }
}

.feature-style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0
}

.feature-style1 .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0px;
    flex: auto 0 0
}

.feature-style1 .feature-title {
    line-height: 1;
    margin-bottom: 8px
}

.feature-style1 .feature-text {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    line-height: 1;
    color: var(--title-color)
}

.feature-style1 .icon-inner,
.feature-style1 .icon-border,
.feature-style1 .icon-shape {
    width: var(--icon-size, 85px);
    height: var(--icon-size, 85px);
    line-height: var(--icon-size, 85px);
    border-radius: 50%;
    text-align: center
}

.feature-style1 .icon-border {
    border: 1px solid #fd1a5a;
    position: absolute;
    left: 0;
    top: 0
}

.feature-style1 .icon-shape {
    background-color: #fd1a5a;
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 1
}

.feature-style1 .icon-inner {
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: -1px 8px 8px -4px rgba(0, 0, 0, 0.11)
}

.feature-style1 .feature-icon {
    position: relative;
    padding: 18px 0 0 30px;
    margin-right: 20px
}

.feature-style1:nth-child(1) .icon-shape {
    background-color: #828282
}

.feature-style1:nth-child(2) .icon-shape {
    background-color: #84cb74
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*=============================== team=====================*/
.team-grid {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    border: 1px solid #ecf1f9;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(76, 88, 104, 0.06);
    margin-bottom: 30px;
}

.team-grid .team-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.team-grid .team-info .line {
    height: 16px;
    width: 1px;
    display: inline-block;
    background-color: #B3C1D3
}

.team-grid .team-info span {
    color: var(--title-color)
}

.team-grid .team-info span i {
    color: var(--theme-color2);
    margin-right: 8px
}

.team-grid .team-img {
    overflow: hidden;
    position: relative;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.team-grid .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.team-grid .team-content {
    padding: 0px 30px 26px 30px;
    margin-top: -40px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ECF1F9;
    z-index: 3;
    position: relative
}



.team-grid .team-title {
   font-size: 20px;
    margin-bottom: -6px;
    margin-top: -0.23em;
    font-weight: 700;
}

.team-grid .team-title a {
    color: inherit
}

.team-grid .team-title a:hover {
    color: var(--theme-color2)
}

.team-grid .team-desig {
    color: #585858;
    display: block;
    margin-bottom: -0.45em
}

.team-grid .team-info {
    padding: 23px 30px
}

.team-grid .icon-btn {
    background-color: var(--theme-color2);
    color: var(--white-color);
    position: relative;
    z-index: 3
}

.team-grid .icon-btn:hover i {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.team-grid .icon-btn:hover i:before {
    content: "\f068"
}

.team-grid:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1399px) {
    .team-grid .team-info {
        padding: 20px 25px
    }
}

@media (max-width: 767px) {
    .team-grid .team-info {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 430px) {
    .team-grid .team-info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

/*======================= downloads ========================*/
.services-one {
  position: relative;
  display: block;
  background-color: #fef8f8;
  overflow: hidden;
  padding: 120px 0 117px;
}

.services-one .section-title {
  margin-bottom: 57px;
}

.services-one__single {
  position: relative;
    display: block;
    background-color: #fff;
    padding: 22px 28px 24px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;

}




.services-one__inner {
  position: relative;
  display: flex;
  align-items: center;
}

.services-one__icon {
  position: relative;
  display: flex;
  height: 75px;
  max-width: 80px;
  width: 100%;
  background-color: #126e64;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
.services-one__icon img{filter: grayscale(1) invert(1);}
.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--corpai-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  transform: scale(.9);
}

.services-one__content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 23px;
  padding-left: 27px;
  flex: 1;
}

.services-one__content-box::before {
  content: "";
    position: absolute;
    top: -18px;
    left: 0px;
    bottom: -90px;
    width: 1px;
    background-color: #dfdfdf;
    height: 108px;
}

.services-one__content {
  position: relative;
  display: block;
}

.services-one__title {
  font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 1px;
}

.services-one__title a {
  color: var(--corpai-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--corpai-base);
}

.services-one__text {
 font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 0px;
}

.services-one__arrow {
  position: relative;
  display: block;
}

.services-one__arrow a {
 position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background-color: #126e645e;
    border-radius: 50%;
    font-size: 17px;
    color: #126e64;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__arrow a:hover {
  background-color: var(--corpai-base);
  color: var(--corpai-white);
}
.logo-area{align-items:center;}
.logo-area img{    height: 106px;}
.logo-area h1{       font-size: 25px;
    line-height: 40px;
    margin-left: 30px;
    margin-bottom: 0;}
    .logo-area span{display:block;    font-size: 20px;}
    
    /*
 * event.less
 * -----------------------------------------------
*/
.event-block {
  margin: 4px 0;
  position: relative;
}
.event-block .event-date {
  padding: 6px 18px;
  position: absolute;
  top: 24px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.event-block .event-meta {
  background: #f7f6f2 none repeat scroll 0 0;
  display: inline-block;
  margin-left: 40px;
  padding: 12px 16px 8px 14px;
  z-index: -1;
}
.event-block:hover .event-date {
  top: 16px;
}
.event-small .event-date {
  float: left;
  margin-right: 20px;
  padding: 0 16px 5px 20px;
  text-align: center;background: #e3000f;
}
.event-small h6{
    font-size: 16px;
}
/* -------- event Style ---------- */
.event-list .thumb {
  position: relative;
  overflow: hidden;
}
.event-list .thumb img {
  transition: all 500ms ease 0s;
}
.event-list:hover .thumb img {
  transform: scale(1.1);
}
.news{    background: #fbfbfb;
    padding: 40px;}
.event-list .thumb .overlay-donate-now {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -50px;
  transition: all 400ms ease 0s;
}
.event-list:hover .thumb .overlay-donate-now {
  top: 10%;
}
.event-list .thumb .entry-date {
  bottom: 0;
  position: absolute;
  right: -44px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.event-list:hover .thumb .entry-date {
  right: 0;
}
.service-wraps img{
    border-radius: 0 200px 200px 200px;
}
.service-wraps img.odd{
    border-radius: 200px 200px 0px 200px;
}
.acacemics {
    position: relative;
    background-color: white;
    border-radius: 30px;
    border: 5px solid #00a559;
    z-index: 1;
    margin-top: 18px;
    margin-bottom: 18px;
}
.acacemics img{border-radius:30px;}
.acacemics:before {
    top: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 7.5%;    background-color: #00a559;
}
.acacemics:after {
    bottom: -17px;
    content: "";
    width: 86%;
    height: 17px;
    z-index: -30;
    position: absolute;
    border-radius: 83px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 7.5%;  background-color: #00a559;
}
.accordion-box .block {
    position: relative;
    display: block;
    margin-bottom: 10px;
    transition: all 500ms ease;
    background: rgba(255, 255, 255);
    padding-bottom: 32px;
    margin-top: 35px;
}
.accordion-box .block::before {
    position: absolute;
    left: 105px;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #edeeee;
    content: "";
}.accordion-box .block .acc-btn {
    position: relative;
    display: flex;
    cursor: pointer;
    transition: all 500ms ease;
}.accordion-box .block .acc-btn .number-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #f2f3f5;
    border-radius: 25px;
    border-top-right-radius: 0px;
    color:#ccc;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}.accordion-box .block .acc-btn.active .number-box {
    color: #ffffff;
}.accordion-box .block .acc-btn.active .number-box::before {
 background-color: #ff7600;
}
.accordion-box .block .acc-btn .number-box::before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    border-radius: 25px;
    border-top-right-radius: 0px;
    background: #f2f3f5;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.accordion-box .block .acc-btn.active .number-box::after {
    background: rgba(var(--thm-base-rgb), 0.8);
}
.accordion-box .block .acc-btn .number-box::after {
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    right: -5px;
    border-radius: 25px;
    border-top-right-radius: 0px;
    background: #f8f9fa;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -2;
}.accordion-box .block .acc-btn .text {
    position: relative;
    display: block;
    margin-left: 30px;
}
.downloads .link{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1.3;
    font-size: 16px;
    background: #ffffff;
    box-shadow: 0 0 10px #efefef;
    color: #0a0a0a;
}
.downloads .link p{margin-bottom:0px;}
.downloads{
        display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    box-shadow: 0 0 10px #efefef;
    background: #fff;
    margin-bottom:30px;
}
.downloads .link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f08e";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #2daf4b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}
.use-energix {
    position: relative;
    align-items: flex-start;
    margin-bottom: 44px;
}.use-energix-icon {
    position: relative;
    margin-right: 20px;
}
.use-energix i {
    background-color: white;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #ff7600;
    position: relative;
    z-index: 1;
}
.use-energix-icon i:before {
    transition: .7s ease-in-out;
}
.use-energix-icon i:before {
    transform: rotate(100deg);
    width: 110px;
    height: 110px;
    position: absolute;
    background-color: white;
    content: "";
    border-radius: 64%;
    z-index: -15;
    border: 10px solid #ff7600;
    clip-path: inset(50% 0 0 50%);
}.use-energix:hover .use-energix-icon i:before{
    transform: rotate(466deg);
}
.use-energix-icon {
    position: relative;
}
.energize-society {
    margin-right: 64px;
    position: relative;
}.energize-society::before {
    width: 500px;
    height: 500px;
    border: 49px solid #ff7600;
}.energize-society figure {
    border-radius: 50%;
}.energize-society img {
    border-radius: 50%;
    width: 500px;object-fit:cover;height:500px;
}.energize-society:before {
    transform: rotate(22deg);
    position: absolute;
    content: "";
    border-radius: 64%;
    z-index: 15;
    border: 35px solid #ff7600;
    clip-path: inset(26% 0 0 35%);
    top: -14px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 88s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.testimonial-active {
    background-color: #ffc107;
    border-radius: 4px;
    box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / 1%);
    margin: 0 15px 15px;
    padding: 20px;
    position: relative;
}.testimonial-active .qt-img {
  width: 100%;
    position: absolute;
       left: -38%;
    top: 5%;
    filter: brightness(0.6) grayscale(1);
}.testimonial-active .qt-img img {
    display: inline-block;
    margin-bottom: 30px;
}.single-testimonial p {
    margin-bottom: 0;    font-size: 14px;
    color: #fff;
}.testi-author {
    float: left;
    text-align: center;
    width: 100%;
}.testimonial-active .ta-info {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}.testimonial-active .ta-info h6 {
    color: #141b22;
       font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 30px;
}.testimonial-active .ta-info span {
      color: #f1f1f1;
    font-size: 20px;
}.tf__faq {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}.tf__faq_img {
    border-radius: 50%;
    border: 10px solid #fff;
    position: relative;
   width: 590px;
    height: 590px;
    left: -50px;
}.tf__faq_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;width: 100%;
    height: 590px;
}.tf__faq_img::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    background: url(assets/images/about_shape_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50px;
    z-index: -1;
    animation: faq_animi linear 2s infinite alternate;
    -webkit-animation: faq_animi linear 2s infinite alternate;
}.tf__faq_img::after {
    top: -55px;
}@keyframes faq_animi {
    from {
        transform: scale(1) rotate(50deg);
        -webkit-transform: scale(1) rotate(50deg);
        -moz-transform: scale(1) rotate(50deg);
        -ms-transform: scale(1) rotate(50deg);
        -o-transform: scale(1) rotate(50deg);
    }

    to {
        transform: scale(1.3) rotate(50deg);
        -webkit-transform: scale(1.3) rotate(50deg);
        -moz-transform: scale(1.3) rotate(50deg);
        -ms-transform: scale(1.3) rotate(50deg);
        -o-transform: scale(1.3) rotate(50deg);
    }
}.support {
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: iTFjmt;
    animation-name: iTFjmt;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    bottom: 71px;
    position: fixed;
    right: 22px;
    right: 25px;
    z-index: 99;
}.relative {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}.support a {
  background: #e3000f;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 9px;
    text-align: center;
    width: 40px;
    color: #fff;
}.relative .dxiAcZ {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
    -webkit-animation-duration: .64s;
    animation-duration: .64s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: jTSRH;
    animation-name: jTSRH;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 10%);
    color: #000!important;
    cursor: pointer;
    display: none;
    flex-shrink: 0;
    margin: auto 6px auto auto;
    max-height: 55px;
    max-width: 172px;
    order: 1;
    padding: 0 22px;
    position: relative;
    text-decoration: none!important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}.relative:hover .dxiAcZ {
    display: block;
}
.team-style1__single {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 15px 40px 10px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}.team-style1__single-img {
    position: relative;
    display: block;
}.team-style1__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
}.team-style1__single-img-inner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(235, 41, 44, 0.50);
    transform: scaleY(1.0);
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
}.team-style1__single-img-inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}.team-stye1__single-content {
    position: relative;
    display: block;
    z-index: 3;
}.team-stye1__single-content .inner-box {
    position: relative;
    display: block;
    padding: 20px 20px 31px;
    z-index: 5;
}.team-stye1__single-content .round-bg {
    position: absolute;
    top: -30px;
    left: -50px;
    bottom: 0;
    right: -50px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}.team-stye1__single-content .inner-box h2 {
       font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: -35px;
}.team-stye1__single-content .inner-box p {
    color: #808080;    text-align: center;margin-bottom: 0;
}.team-stye1__single-content .inner-box h4{ 
    font-size: 18px;
    margin: 0;}.events-style1__single {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 10px rgb(0 0 0 / 7%);
    border-radius: 15px;
    padding: 50px 50px 50px;
    margin-bottom: 0px;
}.events-style1__single-left {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 60px;
}.events-style1__single-left .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}.events-style1__single-left .img-box:before {
    position: absolute;
    content: '';
    background-color: rgba(235, 41, 44, 0.4);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
    z-index: 1;
}