@font-face {
    font-family: 'SofiaUltraLight';
    src: url('../fonts/SofiaUltraLight.otf') format('opentype');
}
@font-face {
    font-family: 'Sofia-light';
    src: url('../fonts/Sofia-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Sofia-regular';
    src: url('../fonts/Sofia-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Sofia-medium';
    src: url('../fonts/Sofia-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Sofia-bold';
    src: url('../fonts/Sofia-Bold.otf') format('opentype');
}
body{
        font-family: 'Sofia-regular';
        background-color: rgba(241, 247, 252, 1);
}
ul.contact-add1 li .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-tt span {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    font-family: 'Sofia-regular'; 
    display: block;
    line-height: 1.5;
}
footer .contact-tt span{
 max-width: 219px;
}
ul.contact-add1 li {
    border-right: solid 1px #fff;
    padding-right:25px;
    margin-right: 25px;
}

ul.contact-add1 li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.header-content {
    background: #8454A2;
}
.header .logo {
    width: 182px;
    height: 132px;
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -42px;
    transition: all .4s ease-in-out;
}
.header.darkHeader.darkHeader-2 .logo{
box-shadow: 1px 7px 20px 0px rgb(0 0 0 / 50%);
height: 100px;
transition: all .4s ease-in-out;
}
.header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    position: fixed;
    border: none;
    background: rgb(1 28 49 / 72%);
    z-index: 999;
    backdrop-filter: blur(20px);
    box-shadow: 1px 7px 20px 0px rgb(0 0 0 / 50%);
}
ul.header-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-default img, .btn-default svg {margin-right: 8px;width: 20px;height: 18px;object-fit: contain;margin-top: -2px;}

.btn-default.border-btn {
    color: #fff;
    border: solid 1px rgba(1, 28, 49, 1);
    line-height: 46px;
    background: rgba(1, 28, 49, 1);
}

.btn-default.border-btn:hover {
    background: #03b4c8;
    color: #fff;
    border: solid 1px  #03b4c8;

}
.btn-default { 
    text-align: center;
}
.btn-default.border-btn:hover img, .btn-default.border-btn:hover svg {
    filter: revert;
    fill: #fff; 
}
.theme-color{
color: rgba(3, 180, 200, 1);
}
header {width: 100%;padding: 0;background: transparent;position: absolute;top: 0;left: 0;right: 0;z-index: 99;transition: all 0.6s;}

header .header-content {
    border-bottom: 1px solid #eae5e5;
    padding: 5px 0 5px;
    justify-content: end;
}

header .header-content .logo {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
}

header .header-content .contact-add {
    margin-left: auto;
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%
}

header .header-content .contact-add li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

header .header-content .contact-add li .contact-info>img {
    vertical-align: top;
    position: relative;
    top: 6px
}

header .header-content .contact-add li .contact-info .contact-tt {
    max-width: calc(100% - 21px);
    display: inline-block;
    padding-left: 10px
}

header .header-content .contact-add li .contact-info .contact-tt>h4 {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

header .header-content .contact-add li .contact-info .contact-tt>span {
    display: block;
    color: #575757;
    font-size: 14px
}

header .navigation-bar {
    padding: 8px 0 8px
}

header .navigation-bar nav {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
    text-align: right;
}

header .navigation-bar nav ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative
}

header .navigation-bar nav ul li:last-child {
    margin-right: 0
}

header .navigation-bar nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

header .navigation-bar nav ul li a {
       padding-bottom: 7px;
       display: inline-block;
       color: #fff;
       font-size: 16px;
       font-weight: 500;
       font-family: 'Sofia-regular';
       position: relative;
}

header .navigation-bar nav ul li a:hover {
    color: #fff;
}

header .navigation-bar nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgba(3, 180, 200, 1);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

header .navigation-bar nav ul li a.active:before,header .navigation-bar nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

header .navigation-bar nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 20px;
    margin-top: 15px;
    padding: 20px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

header .navigation-bar nav ul ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 10px
}

header .navigation-bar nav ul ul li a {
    display: block;
    font-size: 16px
}

header .navigation-bar nav ul ul li a:before {
    display: none
}

header .navigation-bar nav ul ul li:last-child {
    margin-bottom: 0
}

header .navigation-bar nav ul ul ul {
    display: block;
    position: static;
    width: 100%;
    box-shadow: inherit;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin-top: 0;
    padding-left: 20px
}

 

section.main-banner .row.align-items-center{
position: relative;
z-index: 1;
}
.main-section,.main-section .elements-bg {
    background-repeat: no-repeat;
    background-position: 100% 0
}

.main-section .elements-bg {
    position: absolute;
    top: 65px;
    right: 4%;
    left: 0px;
    width: 640px;
    height: 100%;
    /*background-image: url(../img/banner-bg.png);*/
    margin-left: auto;
    background-size: contain;
    z-index: 9;
}

.main-section .main-title {
    color: #f37335;
    font-size: 182px;
    font-weight: 600;
    position: absolute;
    bottom: 20%;
    left: -30px;
    opacity: .1;
    z-index: -1
}

.main-banner {
        padding:200px 0px 50px 0;
    background: linear-gradient(180deg, #011C31 0%, #035697 100%);
    position: relative;
}
.main-banner:after {
    content: "";
    background: linear-gradient(270deg, rgba(1, 28, 49, 0) 0%, #011C31 100%);
    position: absolute;
    inset: 0;
}
.main-banner .banner-text>h2 {
        color: #fff;
        margin-bottom: 17px;
        padding-right: 20px;
        font-family: 'Sofia-regular';
        font-weight: 500;
        font-size: 60px;
        line-height: 1;
        letter-spacing: 0;
        max-width: 580px;
}

.main-banner .banner-text>h2 span {
    color: rgba(3, 180, 200, 1);
}

.main-banner .banner-text>h2 span:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

 

.main-banner .banner-text p {
        color: #fff;
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
        font-family: 'SofiaUltraLight';
        max-width: 580px;
}
.main-banner .banner-text p:last-child{
margin-bottom: 0px;
}
.main-banner .banner-text p b{
    font-family: 'Sofia-bold';
}
.main-banner .banner-text .search-form {
    max-width: 475px;
    position: relative;
    z-index: 1
}

.main-banner .banner-text .search-form:before {
    content: "";
    position: absolute;
    top: -22px;
    right: -16px;
    width: 94px;
    height: 94px;
    background-image: url(../img/circle1.png);
    background-repeat: no-repeat;
    z-index: -1
}

.main-banner .banner-text .search-form:after {
    content: "";
    position: absolute;
    top: -27px;
    left: 25px;
    width: 60px;
    height: 60px;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    z-index: -1
}

.main-banner .banner-text .search-form input {
    width: 100%;
    height: 50px;
    color: #575757;
    font-size: 14.23px;
    padding: 0 20px;
    border: 2px solid #f6f4f4;
    border-radius: 30px
}

.main-banner .banner-text .search-form button {
    position: absolute;
    top: 50%;
    padding: 0;
    right: 20px;
    border: 0;
    color: #155799;
    background-color: inherit;
    transform: translateY(-50%);
    transition: all .4s ease-in-out
}

.main-banner .banner-text .search-form button:hover {
    color: #f37335
}

.banner-text 
 .btn-default {
    background: #C0ABD2;
}

.banner-text .btn-default:hover {
    background: #EC9421;
}
.banner-img {
    border: solid 15px #fff;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.banner-img {
    border: solid 15px #fff;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.banner-img:after {
    content: "";
    background-image: url(../images/shape.png);
    width: 120px;
    height: 91px;
    position: absolute;
    right: -43px;
    bottom: -39px;
}

.banner-img:before {
    content: "";
    background-image: url(../images/shape.png);
    width: 120px;
    height: 91px;
    position: absolute;
    left: -43px;
    top: -39px;
}
.banner-text h5 {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 8px 15px;
    display: inline-flex;
    gap: 5px;
    font-size: 16px;
    color: #fff;
        margin-bottom: 28px;
}
.py-space {
    padding: 90px 0px;
}
 

.Pals-works-items {
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    gap: 15px;
}
.Pals-works-items .Pals-works-icon {
    width: 56px;
    height: 55px;
}
.Pals-works-items .Pals-works-content p{
font-weight: 600;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;

}
 

.border-box {
    height: 1px;
    width: 100%;
    background: hsl(0deg 0% 100% / 20%);
    max-width: 309px; 
}

.PalsBtn .btn-default {
    background: #fff;
    width: 216px;
    color: #0A7458;
}

.PalsBtn .btn-default img {
    width: 20px;
    height: 24px;
    object-fit: contain;
}
 
.AboutUsTop img {
    width: 100%;
}

.AboutUsImage .AboutBigImage {
    margin-bottom: 10px;
    border-radius: 12px;
}

.AboutSmallImage.row {
    margin-right: -5px;
    margin-left: -5px;
}

.AboutSmallImage.row .col-md-6.col-6 {
    padding: 0px 5px;
}
.AboutSmallImage .img-fluid {
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    border-radius: 12px;
}

.AboutContent h4 { 
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 15px;
    margin-top: 30px;
}   

.AboutContent h2 {
      font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 20px;
}

.AboutContent h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0;
    color: #151417;
    margin-bottom: 15px;
}

.AboutContent p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(127, 132, 144, 1);
    font-family: 'SofiaUltraLight';
    margin-bottom: 20px;
}
.ContentPage h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 15px;
    margin-top: 30px;
}

.ContentPage ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(127, 132, 144, 1);
    font-family: 'SofiaUltraLight';
    margin-bottom: 5px;
    list-style: circle;
}

.ContentPage ul, .ContentPage ol {
    padding-left: 40px;
    margin-bottom: 30px;
}

.ContentPage ol li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(127, 132, 144, 1);
    font-family: 'SofiaUltraLight';
    margin-bottom: 5px;
    list-style: decimal;
}

.AboutContent p a {
    color: #03b4c8;
}
.AboutContent h5 span {
    color: #ED1C23;
}

.AboutUsTop {
    position: relative;
}
.AboutUsTop:after {
    content: "";
    background-image: url(../images/about/4.png);
    width: 90px;
    height: 88px;
    position: absolute;
    right: 9%;
}
.AboutUsSection {
    position: relative;
}
@keyframes bounce {
 0% {
  transform: translateY(0);
 }
 50% {
  transform: translateY(-50px);
 }
 100% {
  transform: translateY(0);
 }
}
 

.gallery-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
    position: relative;
    gap: 20px;
    overflow: hidden;
    border-radius: 12px;
}

#gallery-item-1 {
    background-color: rgb(58, 53, 38);
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
    height: 500px;
} 
.gallery-grid > a:nth-child(1), .gallery-grid > a:nth-child(2), .gallery-grid > a:nth-child(3), .gallery-grid > a:nth-child(4), .gallery-grid > a:nth-child(5) {
    display: block;
}

.gallery-grid > a {
    display: none;
} 
.gallery-grid > a {
    overflow: hidden;
}

#gallery-item-5:before { 
    content: "";
    background-image: url(../images/see.png);
    width: 118px;
    position: absolute;
    height: 30px;
    z-index: 1;
}
#gallery-item-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery-item-5:after {
    content: ""; 
    display: block;
    width: 100%;
    height: 100%;
    background: #2E185899;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'ClashGrotesk-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    letter-spacing: 1px;
    text-align: left;
    color: #FCF9F2;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-item-1 {
    background-color: #3A3526;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
    height: 461px;
}

#gallery-item-2 {
    background-color: #3A3526;
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
    height: 220px;
}

#gallery-item-3 {
    background-color: #3A3526;
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
    height: 220px;
}

#gallery-item-4 {
    background-color: #3A3526;
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
    height: 220px;
}
#gallery-item-5 {
    background: #2E185899;
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
    position: relative;
    height: 220px;
}
.Big_Gallery {
    height: 100%;
    width: 100%;
}

.Big_Gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Small_Gallery {
    width: 100%;
    height: 100%;
}

.Small_Gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.html5lightbox {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.FindPalsSection.py-space { 
    background: #fff;
    position: relative;
}
 
.FindPalsSection .AboutContent h2{
    max-width: 471px;
    margin: auto;
}

.afterNone:after{
    display: none;
}

.FindPalsSection > * {
    position: relative;
    z-index: 1;
}

.FindPalsSection .btn-default {
    background: #0A7458;
}

.FindPalsSection .btn-default:hover {
    background: #EC9421;
}

.FindPalsSection .btn-default.border-btn{
    background-color: #fff;
    border-color: #0A7458;
    color: #0A7458;
}

.FindPalsSection .btn-default.border-btn:hover{
    border-color: #0A7458;
    background: #fff; 
}

.Testimonial-Item .Testimonial-star {
    margin-bottom: 17px;
}

.Testimonial-Item .Testimonial-star {
    margin-bottom: 17px;
}

.Testimonial-Item .Testimonial-Content p {
    font-weight: 400;
    color: #151417;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.Testimonial-user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Testimonial-user .UserImage {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}

.Testimonial-user .UserImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TestimonialsSection {
    background: #f1f7f7;
}

.UserTitle p {
    color: #0A7458;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0;
}

ul.slick-dots {
    text-align: left;
    bottom: -40px;
}
ul.slick-dots li{
margin: 0 2px;
}
ul.slick-dots li button {
    background: rgba(1, 28, 49, 1);
}
ul.slick-dots li.slick-active button {
    background-color:rgba(3, 180, 200, 1);
    width:17px;
    height:17px;
}

.SmileBox {
    background: linear-gradient(90deg, #FFFFFF 0%, #D4E3DB 100%);
    padding: 34px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.SmileBox .AboutContent h2{
font-size: 40px;
}

.SmileBox .AboutContent h2, .SmileBox .AboutContent h5 {
    margin: 0;
}

footer .widget-title:after {
    content: "";
    background: rgba(3, 180, 200, 1);
    width: 20px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget.widget-about p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

footer .widget-links .social-links li a:hover {
    padding-left: 0px;
    background: #BCDACA;
}

footer .bottom-footer p {
    color: #fff;
}

footer .bottom-footer p a {
    text-decoration: underline;
}

ul.bottom-footer-links {
    display: flex;
    justify-content: end;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}

ul.bottom-footer-links li a {
    padding-bottom: 2px;
    border-bottom: solid 1px #0A7458;
}

ul.bottom-footer-links li a:hover {
    border-color: #BCDACA;
}

footer .widget-links li .contact-info a {
    text-decoration: underline;
}

.BannerButtonBox {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.UserTitle {
    width: calc(100% - 75px);
}
.heartFooterBox {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.heartFooterBox:after {
    content: "";
    background: #FFFFFF33;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}
.heartFooterBox {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.heartFooterBox:after {
    content: "";
    background: #FFFFFF33;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.heartIcon {
    position: relative;
    z-index: 1;
    background: #2e1858;
    max-width: 124px;
    margin: auto;
}

.heartIcon img {
    width: 44px;
    height: 45px;
}
.pager-section.innerBanner + .AboutUsTop {
    background: #8454A2;
}
.FindPalsSection .AboutContent.FearneCotton h2 {
    margin-left: 0;
    margin-bottom: 20px;
}

.FindPalsSection .AboutContent.FearneCotton p {
    font-size: 18px;
    line-height: 1.4;
    color: #151417;
    margin-bottom: 20px;
    font-weight: 400;
}

.FindPalsSection .AboutContent.FearneCotton h5 {
    font-size: 18px;
    line-height: 1.4;
    color: #151417; 
}
.FindPalsSection.FearneCottonSection:after {
    content: "";
    background-image: url(../images/bg1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 80px;
    right: 16px;
    left: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.FearneCottonImages img {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1;
}

.FearneCottonImages {
    position: relative;
    padding-left: 80px;
}
.FearneCottonImages img{
    position: relative;
    z-index: 1;
}
.FearneCottonImages:after {
    content: "";
    background-image: url(../images/about/6.png);
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0px;
}

.SearchSection {
    padding: 50px 0px;
}
 
.SearchItem {
    background: rgba(254, 249, 246, 1);
    padding: 30px 40px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
        position: relative;
}

.SearchItem .SearchInput {
    width: 100%;
}
.SearchButton {
    position: absolute;
    right: 50px;
    top: 38px;
}

.SearchButton .SearchBTN {
      background: rgba(153, 0, 102, 1);
    min-width: 130px;
    min-height: 48px;
    border-radius: 12px;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SearchButton .SearchBTN img {
    margin-right: 7px;
}
.SearchItem:after {
    content: "";
    background-image: url(../images/about/4.png);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    background-size: contain;
    top: -12px;
}
.CurrentlySupportBox {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(132, 84, 162, 0.12);
    padding: 40px;
    border-radius: 12px;
    gap: 40px;
    margin-bottom: 40px;
}
.CurrentlySupportBox .CurrentlySupportContent p b {
    font-weight: 600;
}
.CurrentlySupportBox:hover h3 {
    color: rgba(153, 0, 102, 1);
}

.CurrentlySupportBox:hover 
 .CurrentlySupportIcon img {
    opacity: 1;
    filter: unset;
}
.CurrentlySupportBox:hover  .CurrentlySupportContent h3{
color: rgba(153, 0, 102, 1);
}
.CurrentlySupportBox .CurrentlySupportImage {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.CurrentlySupportBox .CurrentlySupportContent h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 10px;
}

.CurrentlySupportBox .CurrentlySupportContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.FindPalsTabs .nav.nav-tabs {
    border: none;
    justify-content: center;
    background: #fff;
    padding: 0px 20px;
    display: flex;
    width: fit-content;
    align-items: center;
    z-index: 1;
    gap: 10px;
}

.FindPalsTabs {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nav.nav-tabs {}

.FindPalsTabs:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(221, 221, 221, 1);
    position: absolute;
    top: 50%;
    left: 0;
     transform: translateY(-50%);
}

.FindPalsTabs .nav.nav-tabs li a {
    border: 1px solid rgba(10, 116, 88, 1);
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(10, 116, 88, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    border-radius: 12px;
    padding: 0px 30px;
}

.FindPalsTabs .nav.nav-tabs li a:hover, .FindPalsTabs .nav.nav-tabs li a.active {
    background: rgba(10, 116, 88, 1);
    color: #fff;
}
.FindPalsTabs .nav.nav-tabs {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000;
}
.CurrentlySupportBox .CurrentlySupportContent p:last-child {
    margin: 0;
}
.CurrentlySupportBox .CurrentlySupportContent {
    width: 44%;
}

.CurrentlySupportBox .CurrentlySupportIcon .CurrentlyImage {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.CurrentlySupportBox .CurrentlySupportIcon:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(221, 221, 221, 1);
    top: 0;
    margin-left: 22px;
}
.CurrentlySupportBox .CurrentlySupportIcon img {
    filter: grayscale(1);
    opacity: 0.5;
    position: relative;
    z-index: 1;
}
.SearchButton .SearchBTN:hover {
    color: #fff;
    background-color: #EC9421;
}
.SearchItem .SearchInput .form-control {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 40px 0px rgba(132, 84, 162, 0.06);
    border: none;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    min-height: 64px;
    padding: 18px 18px 18px 30px;
    height: auto;
}
.CurrentlySupportButton {
    width: 31%;
    text-align: right;
}
.FindPalsTabs .nav.nav-tabs li a img.ShowHover {
    display: none;
}

.FindPalsTabs .nav.nav-tabs li a img {
    margin-right: 10px;
}

.FindPalsTabs .nav.nav-tabs li a:hover img.ShowHover, .FindPalsTabs .nav.nav-tabs li a.active img.ShowHover {
    display: flex;
}

.FindPalsTabs .nav.nav-tabs li a:hover img.HideHover, .FindPalsTabs .nav.nav-tabs li a.active img.HideHover {
    display: none;
}
.ContactBox {
    background: rgba(254, 249, 246, 1);
    border-radius: 12px;
}

.ContactBox .BannerFormBox {
    padding: 8%;
}
.BannerFormBox label {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 5px;
}
.BannerFormBox label {
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 5px;
}

.BannerFormBox .form-control {
    border: 1px solid rgba(221, 221, 221, 1);
    min-height: 50px;
    font-family: Sniglet;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(21, 20, 23, 1);
        border-radius: 12px;
        padding-left: 15px;
}
.BannerFormBox textarea.form-control {
        min-height: 115px;
    padding: 15px;
}
.BannerFormBox .form-control:focus {
    box-shadow: none;
    border-color: #8454a2;
}
.BannerFormBox .form-group {
    margin-bottom: 15px;
}
.btn-default.border-btn.green-border-btn {
    color: rgba(10, 116, 88, 1);
    border-color: rgba(10, 116, 88, 1);
}

.btn-default.border-btn.green-border-btn svg path {
    stroke: rgba(10, 116, 88, 1);
}

.btn-default.border-btn.green-border-btn:hover {background: #fff}

.contactTopBTN {position: relative;margin-top: 60px;display: flex;justify-content: center;align-items: center;}

.contactTopBTN:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(221, 221, 221, 1);
    position: absolute;
    top: 50%;
}
 
.contactTopBTN ul.header-links {
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-flex;
    padding: 0px 30px;
    margin: auto;
} 
.section-title>h2>span.GreenColor {
    color: rgba(10, 116, 88, 1);
}

.GreenColor {
    color: rgba(10, 116, 88, 1) !important;
}
.yellowColor{
 color:rgba(251, 169, 81, 1) !important;
}
.donatedImages {
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}
.donatedPayBTn {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.donate-through .section-title {
    padding: 8%;
}

.donate-through .section-title h2 {
    font-size: 30px;
    line-height: 1.2;
}
.donateButton {
    margin-top: 30px;
}
.donatedGrids {
    background: rgba(254, 249, 246, 1);
    border-radius: 12px;
}

.donatedItems {
    padding: 15%;
}

.donatedItems h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(21, 20, 23, 1);
    text-align: center;
    margin-bottom: 10px;
}

.donatedItems p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 20px;
    line-height: 1.5;
}
.donatedItems  .btn-default.border-btn.green-border-btn {
    height: auto;
    line-height: 1.5;
    padding: 7px 20px;
}
.donatedGrids   .donatedItems{
     height: 100%;
}
.donatedGrids .col-md-4:nth-child(2) .donatedItems {
    border-left: solid 1px rgba(221, 221, 221, 1);
    border-right: solid 1px rgba(221, 221, 221, 1);
    
}
.findpals-details1 .CurrentlySupportBox {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.findpals-details1 {
    padding: 30px;
    border-right: solid 1px rgba(221, 221, 221, 1);
}
.findpals-detailsBox {
    box-shadow: 0px 0px 30px 0px rgb(132 84 162 / 12%);
    border-radius: 12px;
        margin-bottom: 40px;
}
.findpals-details2 ul.header-links {
    flex-direction: column;
}

.findpals-details2 ul.header-links .btn-default {
    width: 100%;
   display: flex;
    align-items: center;
}
.findpals-details2 ul.header-links .btn-default.green-border-btn img.ShowHover {
    display: none;
}

.findpals-details2 ul.header-links .btn-default {
    justify-content: center;
}

.findpals-details2 ul.header-links .btn-default.green-border-btn:hover img.ShowHover {
    display: block;
}

.findpals-details2 ul.header-links .btn-default.green-border-btn:hover img.HideHover {
    display: none;
}

.findpals-details2 ul.header-links .btn-default.green-border-btn:hover {
    background: rgba(10, 116, 88, 1);
    color: #fff;
}
.findpals-details3 .AboutContent p {
    margin-bottom: 30px;
}
.findpals-details2 ul.header-links li {
    width: 100%;
    max-width: 200px;
}
.findpals-details2 ul.header-links .btn-default svg path {
    stroke: #fff;
}
@media only screen and (min-width: 991px) {

.innerBanner .elements-bg {
    position: absolute;
    top: 40px;
    right: 0px;
    left: 0px;
    width: 95%;
    height: 100%;
    background-image: url(../images/inner-bg.png);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.donatedHeading .section-title>h2 {
    font-size: 40px;
    max-width: 862px;
    margin: auto;
}
}
@media only screen and (max-width: 991px) {
    .findpals-details1 { 
    border-right: none;
}
    .pager-section {
    background: #8454A2;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 70px 0 70px;
}
.findpals-details1.mobileBorder {
    border-bottom: solid 1px rgba(221, 221, 221, 1);
    border-right: none;
}
    .innerBanner .elements-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/inner-bg.png);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
    .AboutContent h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #151417;
    margin-bottom: 15px;
}
.BannerButtonBox{
justify-content: center;
}
.UserTitle p {
    color: #0A7458;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}
ul.header-links { 
    flex-wrap: wrap;
}
.Testimonial-Item .Testimonial-Content p{
font-size: 16px;
}
.py-space {
    padding: 45px 0px;
}
.AboutUsSection:after{
display: none;
}
.CurrentlySupportButton { 
    display: flex;
    align-items: center;
}
}

@media only screen and (max-width: 767px) {
    .sec-title>h2, .section-title>h2 {
    font-size: 30px;
    line-height: 1.2;
}
.pager-section { 
    padding: 45px 0 50px;
}
.findpals-details1 {
    padding: 20px; 
}
.findpals-details2 ul.header-links {
    padding-bottom: 30px;
    flex-direction: row;
    justify-content: center;
}

.findpals-details2 ul.header-links li {
    max-width: 46%;
}
    .innerBanner .elements-bg {
    position: absolute;
    top: 30px; 
    width: 100%;
    height: 100%; 
} 
.donatedGrids .col-md-4:nth-child(2) .donatedItems {
    border-left: solid 0px rgba(221, 221, 221, 1);
    border-right: solid 0px rgba(221, 221, 221, 1);
    border-top: solid 1px rgba(221, 221, 221, 1);
    border-bottom: solid 1px rgba(221, 221, 221, 1);
}
.SearchButton {
    position: absolute;
    right: 10px;
    top: 8px;
}
.SearchItem:after{
display: none;
}
.SearchItem .SearchInput .form-control{
    padding: 18px 18px 18px 20px;

    font-size: 15px;
}
.SearchButton .SearchBTN {
    min-width: 48px;
}
.SearchButton .SearchBTN img{
    margin: 0px;
}
.FindPalsTabs .nav.nav-tabs li:first-child{
display: none;
}
.CurrentlySupportBox {
    flex-wrap: wrap;
    gap: 20px 30px;
    padding: 20px;
}

.CurrentlySupportBox .CurrentlySupportContent {
    width: calc(100% - 156px);
}
.CurrentlySupportButton {
    display: flex;
    align-items: center;
    width: 70%;
}
.CurrentlySupportBox .CurrentlySupportIcon:after{
display: none;
}
.AboutContent h2 { 
    font-size: 34px; 
}
.SearchItem {
    background: rgba(254, 249, 246, 1);
    padding: 2px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.BannerButtonBox{
justify-content: center;
}
.FindPalsTabs .nav.nav-tabs li a {
    border: 1px solid rgba(10, 116, 88, 1);
    font-family: Sniglet;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(10, 116, 88, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    border-radius: 12px;
    padding: 0px 20px;
}
.SearchButton .SearchBTN span {
    display: none;
}
.Pals-works:after{
right: 0;
}
.Pals-works .col-md-4:nth-child(2) .Pals-works-items{
border: none;
border-top: solid 1px #ffffff20;
    border-bottom: solid 1px #ffffff20;
    padding: 30px 0px;
}
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid a#gallery-item-1 {
    width: 100%;
}

.gallery-grid > * {
    width: 47%;
}
.FindPalsSection.py-space .col-md-3 {
    order: 1;
}

.FindPalsSection.py-space  .col-md-6 {
    order: 3;
    margin-top: 30px;
}
.TestimonialsSection  .AboutContent img {
    display: none;
}
.TestimonialsBox {
    padding-bottom: 50px;
} 
header ul.contact-add1 li .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
body, html{
overflow-x: hidden;
}
header ul.contact-add1 li {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
    .SmileBox {
    background: linear-gradient(90deg, #FFFFFF 0%, #D4E3DB 100%);
    padding: 30px 20px;
    border-radius: 12px;
    margin-bottom: 50px;
}
.SmileBox .AboutContent h2{font-size: 32px;}
.btn-default{
padding: 0px 20px;
}
 
footer .bottom-footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
ul.bottom-footer-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}
}


.NewsGrid {
    background: rgba(254, 249, 246, 1);
    border-radius: 12px;
    margin-bottom: 30px;
}

.NewsGrid .NewsImage img {
    width: 100%;
    aspect-ratio: 1/0.7;
}

.NewsContent {
    padding: 40px 30px;
}

.NewsContent h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.NewsContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NewsGrid .btn-default.border-btn {
    background-color: #fff;
    border-color: #0A7458;
    color: #0A7458;
    line-height: 36px;
    height: 36px;
    width: 129px;
    padding: 0px 20px;
    font-size: 16px;
}

.NewsGrid .btn-default.border-btn:hover{
background: #0A7458;
color: #fff;
}
.NewsImage {
    position: relative;
}

.NewsImage .NewsDate {
    position: absolute;
    background: rgba(10, 116, 88, 1);
    padding: 12px 25px 12px 25px;
    top: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.NewsImage .NewsDate p {
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
}

.NewsImage .NewsDate span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.NewsBefore:before {
    content: "";
    background-image: url(../images/blog/before.png);
    width: 230px;
    height: 171px;
    position: absolute;
    left: 0;
    top: 390px;
}
.NewsBefore > *, .NewsAfter > *{
    position: relative;
    z-index: 1;
}

.Newsafter:after {
    content: "";
    background-image: url(../images/blog/after.png);
    width: 174px;
    height: 256px;
    position: absolute;
    right: 5%;
    bottom: 490px;
}

.paginationBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.paginationBox ul li a {
    background-color: #fff;
    border-color: #0A7458;
    color: #0A7458;
    line-height: 36px;
    padding: 9px 20px;
    font-size: 16px;
    border: solid 1px;
    border-radius: 10px;
}

.paginationBox ul li a:hover, .paginationBox ul li a.active {
    background: #0A7458;
    color: #fff;
}

.NewsDetailsBox {
    padding: 4rem;
    background: #fef9f6;
    border-radius: 12px;
}

.NewsDetailsBox .NewsImage {
    height: 345px;
    border-radius: 12px;
    overflow: hidden;
}

.NewsDetailsBox .NewsImage img {
    height: 100%;
    object-fit: cover;
}

.NewsDetailsBox .NewsContent {
    padding: 0px 2rem;
}

.NewsDetailsBox .NewsContent h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.NewsDetailsBox .NewsContent h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(21, 20, 23, 1);
}

.NewsDetailsBox .NewsContent h3, .NewsDetailsBox .NewsContent p {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.NewsDetailsBox .NewsGrid {
    margin-bottom: 70px;
}

.NewsDetailsBox .NewsGrid {
    margin-bottom: 70px;
}

.NewsDetailsContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 24px;
}

.NewsDetailsContent h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(21, 20, 23, 1);
    margin-bottom: 20px;
}

.NewsDetailsBig {
        min-height: 387px;
    display: flex;
    flex-direction: column-reverse;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    padding: 30px 5rem 50px 5rem;
    text-align: center;
    overflow: hidden;
}

.NewsDetailsBig:after{
content: "";
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
position: absolute;
height: 100%;
width: 100%;
top:0px;
left: 0;
overflow: hidden;
right: 0;
}

.NewsDetailsBig h4 { 
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    z-index: 1;
    position: relative;
    color: #fff;
}

@media (max-width: 991.98px) {
    .NewsDetailsBig h4 { 
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    position: relative;
    color: #fff;
}
.NewsDetailsBig {
    min-height: 387px;
    display: flex;
    flex-direction: column-reverse;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    padding: 50px 2rem 50px 2rem;
    text-align: center;
    overflow: hidden;
}
.NewsDetailsBox {
    padding: 2rem;
}
}


@media (min-width: 768px) {
.PastFundraisersSection .section-title>h2{
    font-size: 40px;
    line-height: 1.2;
}
}

.bg-theme{
 background: #FEF9F6;
}

.PastFundraisersBox .FearneCottonImages {
    padding: 0;
    max-width: 155px;
}

.PastFundraisersBox .FearneCottonImages:after {
    width: 78px;
    height: 71px;
    background-size: contain;
    left: -20px;
}

.PastFundraisersBox { 
    background: #fff;
}

.PastFundraisersBox .FundraisersItems {
    padding: 3rem;
}

.PastFundraisersBox .AboutContent  p {
    margin-bottom: 30px;
}

.PastFundraisersBox .AboutContent p:last-child {
    margin: 0;
}

.PastFundraisersBox .FundraisersItems {
    border-bottom: solid 1px rgba(221, 221, 221, 1);
    position: relative;
}

.PastFundraisersBox .FundraisersItems:after{
        content: "";
    background-image: url(../images/hd.png);
    position: absolute;
    width: 38px;
    height: 38px;
    background-size: 13px;
    background-repeat: no-repeat;
    border: solid 1px rgba(221, 221, 221, 1);
    border-radius: 50%;
    background-position: center;
    background-color: #fff;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
}

.PastFundraisersBox .FundraisersItems:last-child{
    border: none;
}

.PastFundraisersBox .FundraisersItems:last-child:after{
display: none;
}


@media (max-width: 767px) {
.PastFundraisersBox .FundraisersItems {
    padding: 2rem;
}
.PastFundraisersBox .FearneCottonImages{
margin-bottom: 20px;
}
}

.Download-InfoBox {
    max-width: 966px;
    margin: auto;
    margin-bottom: 30px;
    background: rgba(254, 249, 246, 1);
    border-radius: 12px;
    overflow: hidden;
}

.Download-InfoBox .DownloadImage {
    height: 100%;
    width: 100%;
    background: rgba(250, 231, 206, 1);
}

.DownloadContent {
    padding: 40px 30px 40px 10px;
}

.Download-InfoBox .DownloadImage {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .DownloadImageBox {
    width: 180px;
    height: 180px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.greenSmallBtn.border-btn{
    background-color: #fff;
    border-color: #0A7458;
    color: #0A7458;
    line-height: 36px;
    height: 36px; 
    padding: 0px 20px;
    font-size: 16px;
}


.greenSmallBtn.border-btn:hover{
background: #0A7458;
    color: #fff;
}

@media (max-width: 767px) {
.DownloadContent {
    padding: 30px;
}
.Download-InfoBox .DownloadImage { 
    padding: 30px;
}
.greenSmallBtn.border-btn {
    min-height: 36px;
    height: auto;
    line-height: 1.2;
    padding: 15px;
}
}

.NewsDetailsContent p:last-child {
    margin-bottom: 0px;
}

.NewsDetailsContent ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(21, 20, 23, 1);
    list-style: disc;
}

.NewsDetailsContent ul {
    padding-left: 20px;
}

.FormBTNGurop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    border-left: solid 1px rgba(221, 221, 221, 1);
}

.btn-default.FacebookBtn img {
    width: 21px;
    height: 21px;
}

.FormBTNGurop .btn-default {
    width: 170px;
}
.btn-default.FacebookBtn {
    width: 170px;
    background: rgba(8, 101, 254, 1);
    display: flex;
    align-items: center;
    flex-direction: row;
}
.Help-Page .NewsDetailsBox {
    padding: 3rem;
}

.FormBTNGurop .btn-default.border-btn {
    border-color: rgba(10, 116, 88, 1);
    color: rgba(10, 116, 88, 1);
}

.FormBTNGurop .btn-default.border-btn:hover {
    background: transparent;
    border-color: rgba(10, 116, 88, 1);
    color: rgba(10, 116, 88, 1);
}


@media (max-width: 767px){

.Help-Page .NewsDetailsBox {
    padding: 2rem;
}
.FormBTNGurop {
    display: flex;
    justify-content: start;
    align-items: self-start;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    border-left: none;
    margin-top: 20px;
}
}

.NewsDetailsBig p {
    color: #fff;
    z-index: 1;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.FAQ_Page {background: rgba(254, 249, 246, 1);padding: 3rem;border-radius: 12px;max-width: 966px;margin: auto;}

.FAQ_Page .panel-default {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
} 
.FAQ_Page .panel-default h4.panel-title a {
    display: block;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(21, 20, 23, 1);
    position: relative;
}

.FAQ_Page .panel-default .panel-collapse{
 position: relative;
    padding:0px 30px 30px 30px; 
}
.FAQ_Page .panel-default .panel-collapse .panel-body:before{
  content: "A.";
  margin-right: 10px;
  color: rgba(10, 116, 88, 1);
  position: absolute;
  left: 0px;
  top: 0;
}
.FAQ_Page .panel-default .panel-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.FAQ_Page .panel-default h4.panel-title a:before {
    content: "Q.";
    margin-right: 10px;
    color: rgba(10, 116, 88, 1);
}

.panel-body {
    position: relative;
    padding-left: 30px;
}

.FAQ_still_box .Pals-works .PalsBtn {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.FAQ_still_box .Pals-works .PalsBtn .btn-default {
    width: auto;
    border: solid 1px #0A7458;
}

.FAQ_still_box .Pals-works .section-title>h2{
    font-size: 30px;
}

.FAQ_still_box .Pals-works {
    max-width: 966px;
    margin: auto;
}

.BannerContact {
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 70px;
}

.BannerInfo {
    display: flex;
    align-items: center;
}

.BannerInfo .BannerInfoitem {
    padding: 0px 30px;
    position: relative;
    border-right: 1px solid rgba(221, 221, 221, 1);
}

.BannerInfo .BannerInfoitem h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(3, 180, 200, 1);
    margin-bottom: 5px;
}

.BannerInfo .BannerInfoitem p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: rgba(1, 28, 49, 1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.BannerInfo .BannerInfoitem p img {
    width: 12px;
    margin-top: 3px;
}

.BannerInfo .BannerInfoitem:last-child {
    border: none;
}

p.subHeading{
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(221, 221, 221, 1);
    backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 5px 15px 7px;
    display: inline-flex;
    gap: 5px;
    font-size: 16px;
    color: rgba(3, 180, 200, 1);
    margin-bottom: 28px;
    font-family: 'Sofia-regular';
    line-height: 1.2;
}

b {
    font-family: 'Sofia-bold';
}

.AboutContent {
    max-width: 477px;
    margin-left: auto;
}
.theme-dark{
background: rgba(1, 28, 49, 1);

}

.ServicesItems {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ServicesItems .ServicesImages {
    width: 100%;
    height: 253px;
}

.ServicesItems .ServicesImages img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ServicesItems .ServicesContent {
    padding: 20px 20px;
}

.ServicesItems .ServicesContent h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 30px;
    font-family: 'Sofia-bold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    display: flex;
    align-items: center;
    background: rgba(241, 247, 252, 1);
    padding: 15px 30px;
    text-transform: uppercase;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(1, 28, 49, 1);
    font-family: 'Sofia-bold';
    letter-spacing: 0.5px;
    border-radius: 10px;
   }

.read-more:hover{
    background-color: rgba(3, 180, 200, 1);
    color: #fff;
}

p.subHeading.darkSubHeading {
    color: #fff;
    border: 1px solid rgba(221, 221, 221, 0.2);
    margin-bottom: 20px;
}

.color-white{
color: #fff !important;
}

.WhiteButtonBox .border-btn {
    color: rgba(1, 28, 49, 1);
    background: #fff;
}

.RequestSection:after {
    content: "";
    background: linear-gradient(270deg, rgba(1, 28, 49, 0) 0%, #011C31 100%);
    inset: 0;
    position: absolute;
}

.RequestSection > * {
    z-index: 1;
    position: relative;
}

.RequestContent {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ffffff47;
}
.RequestText h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.RequestText p {
    max-width: 350px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.RequestContent .BannerInfoitem {
    border: none;
    padding: 0;
    width: 100%;
    max-width: 319px;
}

.RequestContent .BannerInfoitem .RequestContentBox {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.RequestContent .BannerInfoitem .RequestContentBox .Requestitem-icon {
    width: 20px;
    height: 20px;
}

.RequestContent .BannerInfoitem .RequestContentBox .Requestitem-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.RequestContent .BannerInfo {
    gap: 20px;
}

.RequestContent .BannerInfo .BannerInfoitem p {
    font-size: 14px;
}

.RequestMainBox {
    max-width: 668px;
}
.RequestText p a {
    color: rgba(3, 180, 200, 1);
}
.ContactForm {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
}
.ContactForm:after{
       content: "";
    background-image: url(../img/star2.svg);
    width: 45px;
    height: 45px;
    position: absolute;
    right: 1%;
    top: 2%;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 10px;
    align-items: center;
    background: rgba(3, 180, 200, 1);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.form-btn:hover {
    background: rgba(1, 28, 49, 1);
}

.form-btn:hover img {
    filter: invert(1);
}
.FormHeading h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -1px;
    color: rgba(1, 28, 49, 1);
    font-family: 'Sofia-bold';
}

.FormHeading {
    margin-bottom: 24px;
}

.form-control {
    min-height: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 6px;
    padding-left: 24px;
    font-size: 14px;
}

.form-control::placeholder {
    color: rgba(127, 132, 144, 1);
}

.form-control:focus{
box-shadow: none;
border-color: rgba(3, 180, 200, 1);
}

.ContactForm .form-group {
    position: relative;
    margin-bottom: 24px;
}

.ContactForm label {
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(1, 28, 49, 1);
    letter-spacing: 1px;
    padding: 6px 9px;
    margin-left: 14px;
    position: absolute;
    top: -10px;
}

.afterStar:after {
    content: "";
    background-image: url(../img/star3.svg);
    width: 64px;
    height: 68px;
    position: absolute;
    background-size: contain;
    right: 5%;
    top: 10%;
}

.TestimonialsContent {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
}

.TestimonialsContent h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 15px;
}

.TestimonialsContent > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(1, 28, 49, 1);
    margin-bottom: 20px;
}

.TestimonialsUser {
    display: flex;
    align-items: center;
    gap: 12px;
}

.TestimonialsUser img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1;
}

.TestimonialsUser p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(1, 28, 49, 1);
}
.TestimonialsSlider{
    margin: 0 -15px;  
}
.TestimonialsItems{
    margin: 0 15px;  
    box-sizing: border-box;
}
ul.slick-dots {text-align: center;}

ul.slick-dots li button {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.OurPartners {
    background: #fff;
    padding: 35px 0px;
}
.OurPartners {
    background: #fff;
    padding: 35px 0px;
}

.OurPartners .AboutContent h2 {
    font-size: 24px;
    margin: 0;
}

.CheckOutSection {
    background: rgba(1, 28, 49, 1);
}

.CheckOutContent {
    height: 409px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column-reverse;
}
.CheckOutContent > *{
position: relative;
z-index: 1;
}
.CheckOutContent:after {
    background: linear-gradient(180deg, rgba(1, 28, 49, 0) 0%, rgba(1, 28, 49, 0.6) 100%);
    content: "";
    position: absolute;
    inset: 0;
}
.CheckOutContent h3 {
    font-weight: 500;
    font-size: 26px; 
    color: #fff;
    max-width: 273px;
    line-height: 1.3;
}

.CheckOutContent h3:after {
    content: "";
    width: 17px;
    height: 3px;
    position: absolute;
    background: rgba(3, 180, 200, 1);
    left: 0;
    bottom: -10px;
}

.CheckOutSlider .slick-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.7;
  transform: scale(0.9); 
} 
.CheckOutSlider .slick-center {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.CheckOutSlider ul.slick-dots li button{
    background-color: #fff;
}

.CheckOutSlider ul.slick-dots li.slick-active button{
background: rgba(3, 180, 200, 1);
}

.CheckOutSlider ul.slick-dots{
    bottom: -63px;
}

.CheckOutSlider {
    margin-bottom: 60px;
}

.DestinationsItems {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 30px;
}

.DestinationsItems h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 8px;
}

.DestinationsItems p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.DestinationsItems .RequestContent {
    margin-top: 20px;
    padding: 0;
}

.DestinationsItems .RequestContent .BannerInfo {
    flex-direction: column;
    gap: 12px;
}

.DestinationsItems .RequestContent .BannerInfo .BannerInfoitem  .RequestContentBox {
    background-color: rgba(241, 247, 252, 1);
}

.LocationsSection{
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.PartnerContent {
    text-align: center;
}
.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner.innerBanner {
    padding-bottom: 100px;
}
.OurTeams .ServicesItems .ServicesContent h3 {
    margin-bottom: 10px;
}
.BlogItems {
    overflow: hidden;

    margin-bottom: 30px;
    border-radius: 20px;
}

.BlogItems .CheckOutContent {
    height: auto;
    min-height: 300px;
    justify-content: end;
    flex-direction: column;
    padding: 30px;
}
.BlogItems .CheckOutContent p {
    color: #fff;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .BlogItems .CheckOutContent  p.subHeading {
    display: inline-flex;
    background: #02467b;
    border-color: #02467b;
    margin: 0;
    margin-bottom: 10px;
}

 .BlogItems  .CheckOutContent:after {
    background: linear-gradient(180deg, rgba(1, 28, 49, 0) 0%, rgb(1 28 49 / 98%) 100%);
}
 .BlogItems .CheckOutContent h3{
    font-size: 20px;
    max-width: 100%;
}
.pagination {
    align-items: center;
    justify-content: center;
}
.pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pagination ul li:first-child a {
    width: auto;
    padding: 0px 25px;
    border-radius: 15px;
    height: 48px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.pagination ul li a {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    background: rgba(1, 28, 49, 1);
    color: #fff;
}
.pagination ul li a:hover, .pagination ul li a.active, .pagination ul li.active a {
    color: #ffff;
    background: rgba(3, 180, 200, 1);
}
.pagination ul li:last-child a {
    width: auto;
    padding: 0px 25px;
    border-radius: 15px;
    height: 48px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.blog-details img.img-fluid {
    width: 100%;
    aspect-ratio: 1/0.3;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 12px;
}
ul.blog-details__meta { 
    display: flex;
    align-items: center;  
    padding: 0px;
    gap: 15px;
}
.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-details__meta li .icon {
    position: relative;
    display: inline-block;
}
.blog-details__meta li a {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
}
.ContentPage ul li a, .ContentPage ul li  i {
    color: rgba(3, 180, 200, 1);
}
 
@media (max-width: 991px) {
    .BannerInfo .BannerInfoitem{
        border: none;
    }
.main-section .elements-bg {
    width: 394px;
}
.main-banner .banner-text>h2 {
    font-size: 50px;
    line-height: 1.1;
}
.BannerContact {
    align-items: center;
    padding: 5px 20px;
}
.BannerInfo {
    display: flex;
    align-items: start; 
    flex-direction: column;

}
.BannerInfo .BannerInfoitem {
    padding: 15px 0px;
}
.Pals-works-items{
margin-bottom: 30px;
}
p.subHeading{
margin-bottom: 10px;
}
.btn-default{
font-size: 14px;
padding: 0 20px;
}
.mb-5, .my-5 {
    margin-bottom: 2rem!important;
}
.RequestContent {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ffffff47;
}
.RequestMainBox .BannerInfo .BannerInfoitem {
    padding: 0;
}
.RequestContent .BannerInfo .BannerInfoitem {
    padding: 0;
}
}
@media (max-width: 767px) {
.main-section .elements-bg{
display: none;
}
.main-banner .banner-text>h2 {
    font-size: 40px;
    line-height: 1.1;
}
.BannerContact{
flex-direction: column;
    align-items: self-start;
    padding: 20px 20px;
    gap: 10px;
}
.btn-default {
    font-size: 12px;
    padding: 0 20px;
}
.AboutUsImage .AboutBigImage{
margin-bottom: 30px;
}
.WhiteButtonBox.text-right {
    display: none;
}
.RequestMainBox {
    margin-bottom: 30px;
}
.OurPartners .AboutContent.mw-100 h2 {
    text-align: center !important;
    margin-bottom: 30px;
}
.CheckOutSlider { 
    padding: 30px;
}
.CheckOutSlider ul.slick-dots {
    bottom: -40px;
    left: 0;
}
.header .logo {
    width: 140px;
    height: 100px;
    padding: 10px;
}
.AboutContent h2 {
    font-size: 30px;
}
.responsive-menu{
max-width: 75%;
}
}