.banner{width:100%;margin-top:80px;position:relative;z-index:0}.banner:after{position:absolute;content:"";width:calc(100% - 40px);height:calc(100vh - 100px);top:0;left:20px;background:linear-gradient(180deg,rgba(0,0,0,0),#000000);z-index:-1;border-radius:20px}@media (max-width:480px){.banner:after{width:calc(100% - 20px);left:10px;height:420px}}.banner .bannerThumbnail{width:calc(100% - 40px);height:calc(100vh - 100px);background:#eee;border-radius:20px;overflow:hidden;position:absolute;top:0;left:20px;z-index:-2}@media (max-width:480px){.banner .bannerThumbnail{width:calc(100% - 20px);left:10px;height:420px}}.banner .bannerThumbnail video{width:100%;height:100%;object-fit:cover}.banner .bannerDetails{width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:60px 0}@media (max-width:480px){.banner .bannerDetails{height:420px;padding:0 20px}}.banner .bannerDetails h1{font-size:5em;color:white;margin-bottom:20px;font-family:myFont1;width:90%;text-align:center}@media (max-width:1250px){.banner .bannerDetails h1{font-size:4em;width:100%}}@media (max-width:900px){.banner .bannerDetails h1{font-size:3.5em}}@media (max-width:768px){.banner .bannerDetails h1{font-size:3em}}@media (max-width:480px){.banner .bannerDetails h1{font-size:2.2em;text-align:left}}.homeAbout{width:100%;padding:100px 0}@media (max-width:480px){.homeAbout{padding:80px 0}}.homeAbout .homeAboutMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.homeAbout .homeAboutMain .homeAboutDetails{flex:0 0 50%;display:flex;flex-direction:column}@media (max-width:820px){.homeAbout .homeAboutMain .homeAboutDetails{flex:100% 1}}.homeAbout .homeAboutMain .homeAboutDetails a{text-decoration:none;color:white;background:var(--primaryColor);padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:20px;transition:.3s}.homeAbout .homeAboutMain .homeAboutDetails a:hover{transition:.3s;background:var(--secondaryColor)}.homeAbout .homeAboutMain .homeAboutDetails a svg{width:20px;height:20px}.homeAbout .homeAboutMain .homeAboutThumbnail{flex:0 0 45%}@media (max-width:820px){.homeAbout .homeAboutMain .homeAboutThumbnail{flex:100% 1;margin-top:40px;height:400px}}@media (max-width:480px){.homeAbout .homeAboutMain .homeAboutThumbnail{height:300px}}.homeAbout .homeAboutMain .homeAboutThumbnail img{width:100%;height:100%;object-fit:cover;border-radius:20px;overflow:hidden}.homePrograms{width:100%;padding:100px 0;background:#fafafa}@media (max-width:480px){.homePrograms{padding:80px 0}}.homePrograms .homeProgramsHead{width:100%;display:flex;flex-direction:column}.homePrograms .homeProgramsMain{width:100%;margin-top:60px;display:flex;flex-wrap:wrap;gap:20px}.homePrograms .homeProgramsMain .homeProgramsBox{width:calc(25% - 15px);background:#fff;border:1px solid #ececec;border-radius:20px;display:flex;flex-direction:column;padding:20px}@media (max-width:1024px){.homePrograms .homeProgramsMain .homeProgramsBox{width:calc(50% - 10px)}}@media (max-width:480px){.homePrograms .homeProgramsMain .homeProgramsBox{width:100%}}.homePrograms .homeProgramsMain .homeProgramsBox .icon{width:100px;height:100px;background:#fafafa;border:1px solid #ececec;border-radius:25px;display:flex;justify-content:center;align-items:center}.homePrograms .homeProgramsMain .homeProgramsBox .icon img{width:60%;height:60%}.homePrograms .homeProgramsMain .homeProgramsBox h3{font-size:26px;font-weight:600;color:var(--primaryColor);margin-top:60px}.homePrograms .homeProgramsMain .homeProgramsBox p{font-size:18px}.homeGlobalMission{width:100%;background:var(--primaryColor);padding:100px 0;position:relative;z-index:0;background:url(/_next/static/media/congregationBg.da7bd163.webp) no-repeat 50%/cover}.homeGlobalMission:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(rgba(140,29,64,.6745098039),rgba(140,29,64,.9803921569))}@media (max-width:480px){.homeGlobalMission{padding:80px 0}}.homeGlobalMission .homeGlobalMissionHead{width:100%;display:flex;flex-direction:column}.homeGlobalMission .homeGlobalMissionHead h2{color:white}.homeGlobalMission .homeGlobalMissionHead p{color:white;opacity:.7}.homeGlobalMission .homeGlobalMissionList{width:100%;margin-top:60px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper{position:relative;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper{padding:0 10px}}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .customNavBtn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,.1019607843);color:black;border:none;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:24px;z-index:10;transition:.3s ease-in-out}@media (max-width:480px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper .customNavBtn{width:30px;height:30px}}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .customNavBtn svg{width:20px;height:20px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .customNavBtn:hover{transition:.3s ease-in-out;color:white;background:var(--secondaryColor)}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionPrev{left:-20px}@media (max-width:768px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionPrev{left:-10px}}@media (max-width:480px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionPrev{left:0}}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionNext{right:-20px}@media (max-width:768px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionNext{right:-10px}}@media (max-width:480px){.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionNext{right:0}}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox{width:100%;display:flex;flex-direction:column;text-decoration:none;background:white;border-radius:20px;transition:.3s}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox:hover{transition:.3s;transform:scale(.95)}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox:hover .homeGlobalMissionBoxThumbnail img{transform:scale(1.05);transition:.3s}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxThumbnail{width:100%;height:250px;background:#eee;border-radius:20px;overflow:hidden}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxDetails{width:100%;display:flex;flex-direction:column;padding:20px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxDetails .congregationName{font-size:20px;color:black;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxDetails .congregationLocation{font-size:14px;color:white;margin-top:10px;font-weight:400;background:var(--secondaryColor);width:-moz-fit-content;width:fit-content;padding:5px 15px;border-radius:50px;display:flex;align-items:center;gap:5px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .homeGlobalMissionBox .homeGlobalMissionBoxDetails p{font-size:16px;color:black;margin-top:10px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox{width:100%;background:#fff;border:1px solid white;text-decoration:none;border-radius:15px;overflow:hidden;padding:10px;transition:.3s;display:flex;flex-direction:column}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox:hover{transition:.3s;border-color:var(--primaryColor)}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxHead{width:100%;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.0549019608);padding-bottom:10px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxHead .countryListBoxFlag{height:50px;background:white;border-radius:10px;overflow:hidden}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxHead .countryListBoxFlag img{width:100%;height:100%;object-fit:contain}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxHead .count{background:var(--primaryColor);color:white;font-size:14px;font-weight:500;border-radius:50px;padding:4px 10px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:10px}.homeGlobalMission .homeGlobalMissionList .carouselWrapper .countryListBox .countryListBoxDetails .countryName{color:black;font-size:20px;font-weight:500}.homeGlobalMission .homeGlobalMissionList .homeGlobalMissionBtnArea{width:100%;display:flex;justify-content:center;align-items:center;margin-top:60px}.homeGlobalMission .homeGlobalMissionList .homeGlobalMissionBtnArea a{text-decoration:none;color:var(--primaryColor);background:#fafafa;padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;transition:.3s}.homeGlobalMission .homeGlobalMissionList .homeGlobalMissionBtnArea a:hover{transition:.3s;color:white;background:var(--secondaryColor)}.homeGlobalMission .homeGlobalMissionList .homeGlobalMissionBtnArea a svg{width:18px;height:18px}.homeNews{width:100%;padding:100px 0}@media (max-width:480px){.homeNews{padding:80px 0}}.homeNews .homeNewsMain{width:100%;display:flex;flex-wrap:wrap;gap:60px;align-items:center}.homeNews .homeNewsMain .homeNewsThumbnail{width:400px;height:600px;background:#eee;border-radius:20px;overflow:hidden}@media (max-width:1240px){.homeNews .homeNewsMain .homeNewsThumbnail{width:100%;height:400px}}@media (max-width:480px){.homeNews .homeNewsMain .homeNewsThumbnail{height:300px}}.homeNews .homeNewsMain .homeNewsThumbnail img{width:100%;height:100%;object-fit:cover}.homeNews .homeNewsMain .homeNewsDetails{width:calc(100% - 400px - 60px);display:flex;flex-direction:column}@media (max-width:1240px){.homeNews .homeNewsMain .homeNewsDetails{width:100%}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList{width:100%;margin-top:60px}@media (max-width:768px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList{padding:0 20px}}@media (max-width:500px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList{padding:0 10px}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper{position:relative;display:flex;align-items:center;justify-content:center}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .customNavBtn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,.1019607843);color:black;border:none;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:24px;z-index:10;transition:.3s ease-in-out}@media (max-width:480px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .customNavBtn{width:30px;height:30px}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .customNavBtn svg{width:20px;height:20px}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .customNavBtn:hover{transition:.3s ease-in-out;color:white;background:var(--secondaryColor)}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsPrev{left:-20px}@media (max-width:480px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsPrev{left:-10px}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsNext{right:-20px}@media (max-width:480px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsNext{right:-10px}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox{width:100%;display:flex;gap:20px;flex-direction:column;background:var(--secondaryColor);border-radius:20px;overflow:hidden;padding:10px;text-decoration:none}@media (max-width:620px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox{flex-direction:column}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox:hover .homeNewsDetailsBoxThumbnail img{transform:scale(1.1);transition:.3s}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxThumbnail{width:100%;height:200px;background:#eee;border-radius:15px;overflow:hidden;border:1px solid white}@media (max-width:1240px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxThumbnail{height:240px}}@media (max-width:620px){.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxThumbnail{height:220px}}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxDetails{width:100%;display:flex;flex-direction:column;padding:10px 10px 10px 0}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxDetails .homeNewsDetailsDate{font-size:14px;color:white;font-weight:400}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxDetails h3{font-size:22px;color:white;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .carouselWrapper .homeNewsDetailsBox .homeNewsDetailsBoxDetails p{font-size:16px;margin-top:10px;line-height:1.5;color:white;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .moreBtn{text-decoration:none;color:var(--primaryColor);background:#fafafa;padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:16px;transition:.3s}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .moreBtn:hover{transition:.3s;color:var(--secondaryColor)}.homeNews .homeNewsMain .homeNewsDetails .homeNewsDetailsList .moreBtn svg{width:18px;height:18px}.homeGospelVideos{width:100%;padding:100px 0;background:var(--secondaryColor)}@media (max-width:480px){.homeGospelVideos{padding:80px 0}}.homeGospelVideos h2{text-align:center;color:white}.homeGospelVideos .homeGospelVideosMian{width:100%;margin-top:60px}@media (max-width:768px){.homeGospelVideos .homeGospelVideosMian{padding:0 20px}}@media (max-width:500px){.homeGospelVideos .homeGospelVideosMian{padding:0 10px}}.homeGospelVideos .homeGospelVideosMian .carouselWrapper{position:relative;display:flex;align-items:center;justify-content:center}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .customNavBtn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,.1019607843);color:black;border:none;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:24px;z-index:10;transition:.3s ease-in-out}@media (max-width:480px){.homeGospelVideos .homeGospelVideosMian .carouselWrapper .customNavBtn{width:30px;height:30px}}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .customNavBtn svg{width:20px;height:20px}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .customNavBtn:hover{transition:.3s ease-in-out;color:white;background:var(--secondaryColor)}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGlobalVideosPrev{left:-20px}@media (max-width:480px){.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGlobalVideosPrev{left:-10px}}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGlobalVideosNext{right:-20px}@media (max-width:480px){.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGlobalVideosNext{right:-10px}}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox{width:100%;height:200px;background:#eee;border-radius:10px;overflow:hidden;position:relative;z-index:0;cursor:pointer}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox:hover .playButton{background:var(--primaryColor);transition:.3s}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox iframe{width:100%;height:100%;border:none}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox .videoThumbnail{width:100%;height:100%;object-fit:cover}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox .playButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);color:white;font-size:24px;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s}.homeGospelVideos .homeGospelVideosMian .carouselWrapper .homeGospelVideosBox .playButton svg{width:20px;height:20px}.homeGallery{width:100%;padding:50px 0 100px}@media (max-width:480px){.homeGallery{padding:50px 0 80px}}.homeGallery .homeGalleryHead{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.homeGallery .homeGalleryHead h2,.homeGallery .homeGalleryHead p{text-align:center}.homeGallery .homeGalleryMain{margin-top:60px;width:100%;display:flex;flex-wrap:wrap;gap:30px}.homeGallery .homeGalleryMain .homeGalleryBox{width:calc(20% - 24px);background:#fff;border-radius:20px;cursor:pointer;transition:.3s;text-decoration:none}@media (max-width:1240px){.homeGallery .homeGalleryMain .homeGalleryBox{width:calc(33.3333333333% - 20px)}}@media (max-width:768px){.homeGallery .homeGalleryMain .homeGalleryBox{width:calc(50% - 15px)}}@media (max-width:480px){.homeGallery .homeGalleryMain .homeGalleryBox{width:100%}}.homeGallery .homeGalleryMain .homeGalleryBox:hover{transition:.3s;transform:translate(5px,5px)}.homeGallery .homeGalleryMain .homeGalleryBox:hover .homeGalleryBoxThumbnail img:nth-of-type(2){top:0;left:0;transition:.5s}.homeGallery .homeGalleryMain .homeGalleryBox:hover .homeGalleryBoxThumbnail img:nth-of-type(3){top:0;left:0;transition:.3s}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail{width:100%;height:200px;position:relative;z-index:0}@media (max-width:1240px){.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail{height:240px}}@media (max-width:768px){.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail{height:200px}}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail .galleryCount{position:absolute;top:10px;right:10px;z-index:2;background:var(--primaryColor);font-size:16px;font-weight:600;color:white;padding:5px 12px;border-radius:50px}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:20px;border:2px solid white}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail img:nth-of-type(2){top:5px;left:5px;z-index:-1;transition:.5s;border:2px solid white}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxThumbnail img:nth-of-type(3){top:10px;left:10px;z-index:-2;transition:.3s}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxDetails{width:100%;padding:10px}.homeGallery .homeGalleryMain .homeGalleryBox .homeGalleryBoxDetails h3{font-size:16px;font-weight:600;color:black;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.homeGallery .homeGalleryBtnArea{width:100%;display:flex;justify-content:center;align-items:center;margin-top:60px}.homeGallery .homeGalleryBtnArea a{text-decoration:none;color:white;background:var(--primaryColor);padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;transition:.3s}.homeGallery .homeGalleryBtnArea a:hover{transition:.3s;color:white;background:var(--secondaryColor)}.homeGallery .homeGalleryBtnArea a svg{width:18px;height:18px}.homeBlogs{width:100%;padding:100px 0;background:#fafafa}@media (max-width:480px){.homeBlogs{padding:80px 0}}.homeBlogs .homeBlogsHead{width:100%;display:flex;flex-direction:column}.homeBlogs .homeBlogsMain{width:100%;margin-top:60px}@media (max-width:768px){.homeBlogs .homeBlogsMain{padding:0 20px}}@media (max-width:500px){.homeBlogs .homeBlogsMain{padding:0 10px}}.homeBlogs .homeBlogsMain .carouselWrapper{position:relative;display:flex;align-items:center;justify-content:center}.homeBlogs .homeBlogsMain .carouselWrapper .customNavBtn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,.1019607843);color:black;border:none;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:24px;z-index:10;transition:.3s ease-in-out}@media (max-width:480px){.homeBlogs .homeBlogsMain .carouselWrapper .customNavBtn{width:30px;height:30px}}.homeBlogs .homeBlogsMain .carouselWrapper .customNavBtn svg{width:20px;height:20px}.homeBlogs .homeBlogsMain .carouselWrapper .customNavBtn:hover{transition:.3s ease-in-out;color:white;background:var(--secondaryColor)}.homeBlogs .homeBlogsMain .carouselWrapper .prev{left:-20px}@media (max-width:480px){.homeBlogs .homeBlogsMain .carouselWrapper .prev{left:-10px}}.homeBlogs .homeBlogsMain .carouselWrapper .next{right:-20px}@media (max-width:480px){.homeBlogs .homeBlogsMain .carouselWrapper .next{right:-10px}}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog{width:100%;background:#fff;border:1px solid #ececec;border-radius:20px;display:flex;flex-direction:column;text-decoration:none}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog:hover .homeBlogsBlogThumbnail img{transform:scale(1.1);transition:.3s}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogThumbnail{width:100%;height:240px;background:#eee;border-radius:20px;overflow:hidden}@media (max-width:1024px){.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogThumbnail{height:200px}}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogDetails{width:100%;display:flex;flex-direction:column;padding:20px}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogDetails .homeBlogDate{font-size:14px;color:var(--secondaryColor);font-weight:400}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogDetails h3{font-size:26px;font-weight:600;color:var(--primaryColor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:10px}.homeBlogs .homeBlogsMain .carouselWrapper .homeBlogsBlog .homeBlogsBlogDetails p{font-size:18px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.homeBlogs .homeBlogsMain .homeBlogsBtnArea{width:100%;display:flex;justify-content:center;align-items:center;margin-top:60px}.homeBlogs .homeBlogsMain .homeBlogsBtnArea a{text-decoration:none;color:white;background:var(--primaryColor);padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;transition:.3s}.homeBlogs .homeBlogsMain .homeBlogsBtnArea a:hover{transition:.3s;color:white;background:var(--secondaryColor)}.homeBlogs .homeBlogsMain .homeBlogsBtnArea a svg{width:18px;height:18px}.homeDonation{width:100%;padding:0 0 100px;position:relative;z-index:0}@media (max-width:480px){.homeDonation{padding:0 0 80px}}.homeDonation:after{position:absolute;content:"";width:100%;height:50%;top:0;left:0;z-index:-1;background:#fafafa}.homeDonation .homeDonationMain{width:100%;background-image:linear-gradient(0deg,#dad4ec 0,#dad4ec 1%,#f3e7e9);border-radius:20px;padding:60px;display:flex;flex-direction:column}@media (max-width:768px){.homeDonation .homeDonationMain{padding:40px}}@media (max-width:480px){.homeDonation .homeDonationMain{padding:20px}}.homeDonation .homeDonationMain .homeDonationThumbnail{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (max-width:480px){.homeDonation .homeDonationMain .homeDonationThumbnail{gap:10px;margin-top:20px}}@media (max-width:350px){.homeDonation .homeDonationMain .homeDonationThumbnail{gap:5px}}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{width:180px;height:180px;background:white;border-radius:50%;overflow:hidden;border:4px solid white;animation:bounce 5s linear infinite forwards}@media (max-width:1300px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{width:150px;height:150px}}@media (max-width:1150px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{width:120px;height:120px}}@media (max-width:899px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{width:90px;height:90px}}@media (max-width:768px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{width:80px;height:80px}}@media (max-width:610px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{height:60px;width:60px}}@media (max-width:510px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{height:50px;width:50px}}@media (max-width:330px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox{height:40px;width:40px}}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:first-child{animation-delay:.2s}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-child(2){animation-delay:.4s}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-child(3){animation-delay:.6s}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-child(4){animation-delay:.8s}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-child(5){animation-delay:1s}@keyframes bounce{0%{transform:translateY(-20px)}50%{transform:translateY(20px)}to{transform:translateY(-20px)}}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-of-type(2n){margin-top:100px}@media (max-width:768px){.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox:nth-of-type(2n){margin-top:50px}}.homeDonation .homeDonationMain .homeDonationThumbnail .homeDonationThumbnailBox img{width:100%;height:100%;object-fit:cover}.homeDonation .homeDonationMain .homeDonationDetails{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:60px}.homeDonation .homeDonationMain .homeDonationDetails h2,.homeDonation .homeDonationMain .homeDonationDetails p{text-align:center}.homeDonation .homeDonationMain .homeDonationDetails .donationReadMore{font-size:14px;color:var(--primaryColor);margin-top:20px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:5px;transition:.3s}.homeDonation .homeDonationMain .homeDonationDetails .donationReadMore:hover{transition:.3s;color:var(--secondaryColor)}.homeDonation .homeDonationMain .homeDonationDetails .donationReadMore svg{width:14px;height:14px}.homeDonation .homeDonationMain .homeDonationDetails .homeDonationBtn{text-decoration:none;color:white;background:#078e4a;padding:16px 30px;border-radius:15px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px;font-size:20px;transition:.3s;cursor:pointer}.homeDonation .homeDonationMain .homeDonationDetails .homeDonationBtn:hover{transition:.3s;background:var(--secondaryColor)}.homeDonation .homeDonationMain .homeDonationDetails .homeDonationBtn svg{width:20px;height:20px}.aboutBanner{width:100%;margin-top:80px;padding:100px 0;background:var(--primaryColor);position:relative;z-index:0}@media (max-width:480px){.aboutBanner{padding:80px 0}}.aboutBanner:after{position:absolute;content:"";width:100%;height:600px;bottom:0;left:0;z-index:-1;background:white}@media (max-width:480px){.aboutBanner:after{height:250px}}.aboutBanner .aboutBannerMain{width:100%;display:flex;flex-direction:column}.aboutBanner .aboutBannerMain h2{font-size:5em;color:white;margin-bottom:20px;font-family:myFont1}@media (max-width:1250px){.aboutBanner .aboutBannerMain h2{font-size:4em;width:100%}}@media (max-width:900px){.aboutBanner .aboutBannerMain h2{font-size:3.5em}}@media (max-width:768px){.aboutBanner .aboutBannerMain h2{font-size:3em}}@media (max-width:480px){.aboutBanner .aboutBannerMain h2{font-size:2.2em;text-align:left}}.aboutBanner .aboutBannerMain p{color:white;width:85%}@media (max-width:1024px){.aboutBanner .aboutBannerMain p{width:90%}}@media (max-width:480px){.aboutBanner .aboutBannerMain p{width:100%}}.aboutBanner .aboutBannerVideo{width:100%;margin-top:100px;height:700px;background:#eee;border-radius:20px;overflow:hidden}@media (max-width:1024px){.aboutBanner .aboutBannerVideo{height:600px}}@media (max-width:768px){.aboutBanner .aboutBannerVideo{margin-top:60px}}@media (max-width:480px){.aboutBanner .aboutBannerVideo{height:280px}}.aboutBanner .aboutBannerVideo video{width:100%;height:100%;object-fit:cover}.aboutHistory{width:100%;padding:0 0 100px}@media (max-width:480px){.aboutHistory{padding:0 0 80px}}.aboutHistory .aboutHistoryMain{width:100%;display:flex;flex-direction:column;gap:150px}@media (max-width:768px){.aboutHistory .aboutHistoryMain{gap:80px}}.aboutHistory .aboutHistoryMain .aboutHistoryBox{width:100%;display:flex;flex-wrap:wrap;gap:60px}@media (max-width:768px){.aboutHistory .aboutHistoryMain .aboutHistoryBox{gap:40px}}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxThumbnail{width:450px;height:550px;background:#eee;border-radius:20px;overflow:hidden}@media (max-width:950px){.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxThumbnail{width:100%;height:400px;order:1}}@media (max-width:480px){.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxThumbnail{height:300px}}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxThumbnail img{width:100%;height:100%;object-fit:cover}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails{width:calc(100% - 450px - 60px);display:flex;flex-direction:column}@media (max-width:950px){.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails{width:100%;order:2}}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul{width:100%;display:flex;flex-direction:column;gap:30px;margin-top:40px}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li{width:100%;list-style:none;display:flex;gap:15px;position:relative}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li:last-of-type:after{display:none}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li:after{position:absolute;content:"";width:calc(100% - 30px);height:1px;background:#eee;left:32px;bottom:-15px}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li .icon{width:15px;height:15px;margin-top:3px;color:var(--secondaryColor)}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li .icon svg{width:15px;height:15px}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li .details{width:calc(100% - 30px)}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li .details h3{font-size:18px;font-weight:700}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails ul li .details p{font-size:16px;margin-top:5px;line-height:1.5;opacity:.7}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails .aboutHistoryReadMore{font-size:14px;color:var(--primaryColor);margin-top:20px;font-weight:600;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer;gap:5px;transition:.3s}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails .aboutHistoryReadMore:hover{transition:.3s;color:var(--secondaryColor)}.aboutHistory .aboutHistoryMain .aboutHistoryBox .aboutHistoryBoxDetails .aboutHistoryReadMore svg{width:14px;height:14px}.aboutMembers{width:100%;padding:100px 0}@media (max-width:480px){.aboutMembers{padding:80px 0}}.aboutMembers .aboutMembersMain{width:100%;display:flex;flex-wrap:wrap;column-gap:30px;row-gap:50px;margin-top:60px}.aboutMembers .aboutMembersMain .aboutMembersBox{width:calc(25% - 23px);background:#fff;border-radius:20px;display:flex;flex-direction:column}@media (max-width:1024px){.aboutMembers .aboutMembersMain .aboutMembersBox{width:calc(33.3333333333% - 20px)}}@media (max-width:768px){.aboutMembers .aboutMembersMain .aboutMembersBox{width:calc(50% - 15px)}}@media (max-width:480px){.aboutMembers .aboutMembersMain .aboutMembersBox{width:100%}}.aboutMembers .aboutMembersMain .aboutMembersBox .aboutMembersBoxThumbnail{width:100%;height:300px;background:#fafafa;border:1px solid #ececec;border-radius:20px;overflow:hidden;display:flex;justify-content:center;align-items:center}.aboutMembers .aboutMembersMain .aboutMembersBox .aboutMembersBoxThumbnail img{width:100%;height:100%;object-fit:cover}.aboutMembers .aboutMembersMain .aboutMembersBox .aboutMembersBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:20px}.aboutMembers .aboutMembersMain .aboutMembersBox .aboutMembersBoxDetails h3{font-size:20px;font-weight:600;color:var(--primaryColor)}.aboutMembers .aboutMembersMain .aboutMembersBox .aboutMembersBoxDetails p{font-size:16px;margin-top:2px}.globalMissionBanner{width:100%;background:#eee;margin-top:80px;position:relative;z-index:0}.globalMissionBanner:after{content:"";top:0;left:0;background:linear-gradient(rgba(140,29,64,.5098039216),rgba(140,29,64,.9803921569))}.globalMissionBanner .globalMissionBannerThumbnail,.globalMissionBanner:after{position:absolute;width:100%;height:100%;z-index:-1}.globalMissionBanner .globalMissionBannerThumbnail img{width:100%;height:100%;object-fit:cover}.globalMissionBanner .globalMissionBannerMain{width:100%;padding:200px 0 60px;display:flex;flex-direction:column}@media (max-width:480px){.globalMissionBanner .globalMissionBannerMain{padding:100px 0 60px}}.globalMissionBanner .globalMissionBannerMain h2{font-size:5em;color:white;margin-bottom:20px;font-family:myFont1;text-align:center}@media (max-width:1250px){.globalMissionBanner .globalMissionBannerMain h2{font-size:4em;width:100%}}@media (max-width:900px){.globalMissionBanner .globalMissionBannerMain h2{font-size:3.5em}}@media (max-width:768px){.globalMissionBanner .globalMissionBannerMain h2{font-size:3em}}@media (max-width:480px){.globalMissionBanner .globalMissionBannerMain h2{font-size:2.2em}}.countryList{width:100%;padding:100px 0}@media (max-width:480px){.countryList{padding:80px 0}}.countryList .countryListMain{width:100%;display:flex;flex-wrap:wrap;gap:30px}@media (max-width:768px){.countryList .countryListMain{gap:20px}}.countryList .countryListMain .countryListBox{width:calc(25% - 23px);background:rgba(0,0,0,.031372549);text-decoration:none;border:1px solid rgba(0,0,0,.0549019608);border-radius:15px;overflow:hidden;padding:10px;transition:.3s}@media (max-width:1300px){.countryList .countryListMain .countryListBox{width:calc(33.3333333333% - 20px)}}@media (max-width:768px){.countryList .countryListMain .countryListBox{width:calc(50% - 10px)}}@media (max-width:480px){.countryList .countryListMain .countryListBox{width:100%}}.countryList .countryListMain .countryListBox:hover{transition:.3s;border-color:var(--primaryColor);transform:scale(1.02)}.countryList .countryListMain .countryListBox .countryListBoxHead{width:100%;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.0549019608);padding-bottom:10px}.countryList .countryListMain .countryListBox .countryListBoxHead .countryListBoxFlag{height:50px;background:white;border-radius:10px;overflow:hidden}.countryList .countryListMain .countryListBox .countryListBoxHead .countryListBoxFlag img{width:100%;height:100%;object-fit:contain}.countryList .countryListMain .countryListBox .countryListBoxHead .count{background:var(--primaryColor);color:white;font-size:14px;font-weight:500;border-radius:50px;padding:4px 10px}.countryList .countryListMain .countryListBox .countryListBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:10px}.countryList .countryListMain .countryListBox .countryListBoxDetails .countryName{color:black;font-size:20px;font-weight:500}.congregationList{width:100%;padding:100px 0}@media (max-width:480px){.congregationList{padding:80px 0}}.congregationList .congregationListMain{width:100%;display:flex;flex-wrap:wrap;gap:30px}.congregationList .congregationListMain .congregationListBox{width:calc(33.3333333333% - 20px);background:#fff;border-radius:20px;display:flex;flex-direction:column;text-decoration:none;transition:.3s}@media (max-width:1024px){.congregationList .congregationListMain .congregationListBox{width:calc(50% - 15px)}}@media (max-width:480px){.congregationList .congregationListMain .congregationListBox{width:100%}}.congregationList .congregationListMain .congregationListBox:hover{transition:.3s;transform:scale(.95)}.congregationList .congregationListMain .congregationListBox:hover .congregationListBoxThumbnail img{transform:scale(1.05);transition:.3s}.congregationList .congregationListMain .congregationListBox .congregationListBoxThumbnail{width:100%;height:250px;background:#fafafa;border-radius:20px;overflow:hidden}@media (max-width:1024px){.congregationList .congregationListMain .congregationListBox .congregationListBoxThumbnail{height:200px}}.congregationList .congregationListMain .congregationListBox .congregationListBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.congregationList .congregationListMain .congregationListBox .congregationListBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:20px}.congregationList .congregationListMain .congregationListBox .congregationListBoxDetails .congregationName{font-size:20px;color:black;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.congregationList .congregationListMain .congregationListBox .congregationListBoxDetails .congregationLocation{font-size:14px;color:white;margin-top:10px;font-weight:400;background:var(--secondaryColor);width:-moz-fit-content;width:fit-content;padding:5px 15px;border-radius:50px;display:flex;align-items:center;gap:5px}.congregationList .congregationListMain .congregationListBox .congregationListBoxDetails p{font-size:16px;color:black;margin-top:10px;line-height:1.5;opacity:.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.globalMissionListBanner{width:100%;margin-top:80px;padding:40px 0;background:var(--primaryColor)}.globalMissionListBanner .globalMissionListBannerMain{width:100%;display:flex;align-items:center;gap:20px}.globalMissionListBanner .globalMissionListBannerMain .backBtn{width:20px;height:20px;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff}.globalMissionListBanner .globalMissionListBannerMain .backBtn svg{width:20px;height:20px}.globalMissionListBanner .globalMissionListBannerMain .countryDetails{width:calc(100% - 40px);display:flex;align-items:center;gap:15px}.globalMissionListBanner .globalMissionListBannerMain .countryDetails .countryDetailsFlag{width:40px}@media (max-width:500px){.globalMissionListBanner .globalMissionListBannerMain .countryDetails .countryDetailsFlag{width:30px}}.globalMissionListBanner .globalMissionListBannerMain .countryDetails .countryDetailsFlag img{width:100%;height:100%;object-fit:cover;border-radius:10px;overflow:hidden;border:1px solid white}.globalMissionListBanner .globalMissionListBannerMain .countryDetails .countryDetailsName{font-size:30px;font-weight:600;color:white}@media (max-width:500px){.globalMissionListBanner .globalMissionListBannerMain .countryDetails .countryDetailsName{font-size:24px}}.innerGlobalMission{width:100%;margin-top:80px;padding:20px 0 100px}.innerGlobalMission .back{text-decoration:none;color:black;background:#f7f8f9;padding:8px 15px;border-radius:10px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;transition:.3s;cursor:pointer}.innerGlobalMission .back:hover{transition:.3s;background:#eee}.innerGlobalMission .back svg{width:16px;height:16px}.innerGlobalMission .innerGlobalMissionMain{width:100%;display:flex;flex-direction:column;margin-top:20px}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionBanner{width:100%;display:flex;flex-direction:column;gap:10px;height:550px;border-radius:20px;overflow:hidden}@media (max-width:1024px){.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionBanner{height:500px}}@media (max-width:768px){.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionBanner{height:400px}}@media (max-width:480px){.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionBanner{height:240px}}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionBanner img{width:100%;height:100%;object-fit:cover}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionDetails{width:100%;margin-top:40px;display:flex;flex-direction:column}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionDetails .congregationLocation{font-size:14px;color:white;margin-top:10px;font-weight:400;background:var(--secondaryColor);width:-moz-fit-content;width:fit-content;padding:5px 15px;border-radius:50px;display:flex;align-items:center;gap:5px}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionGallery{width:100%;margin-top:60px}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionGallery .gallery{display:flex;flex-wrap:wrap;gap:10px;margin-top:0;padding:0}.innerGlobalMission .innerGlobalMissionMain .innerGlobalMissionGallery .gallery a img{width:100%}.newsBanner{width:100%;background:#eee;margin-top:80px;position:relative;z-index:0;overflow:hidden}.newsBanner:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(rgba(140,29,64,.5098039216),rgba(140,29,64,.9803921569))}.newsBanner .newsBannerThumbnail{position:absolute;z-index:-1;width:100%;height:130%}.newsBanner .newsBannerThumbnail img{width:100%;height:100%;object-fit:cover}.newsBanner .newsBannerMain{width:100%;padding:200px 0 60px;display:flex;flex-direction:column}@media (max-width:480px){.newsBanner .newsBannerMain{padding:100px 0 60px}}.newsBanner .newsBannerMain h2{font-size:5em;color:white;margin-bottom:20px;font-family:myFont1;text-align:center}@media (max-width:1250px){.newsBanner .newsBannerMain h2{font-size:4em;width:100%}}@media (max-width:900px){.newsBanner .newsBannerMain h2{font-size:3.5em}}@media (max-width:768px){.newsBanner .newsBannerMain h2{font-size:3em}}@media (max-width:480px){.newsBanner .newsBannerMain h2{font-size:2.2em}}.newsList{width:100%;padding:100px 0}@media (max-width:480px){.newsList{padding:80px 0}}.newsList .newsListMain{width:100%;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:60px}.newsList .newsListMain .newsListBox{width:calc(25% - 15px);background:#fff;border-radius:20px;display:flex;flex-direction:column;text-decoration:none;transition:.3s}@media (max-width:1024px){.newsList .newsListMain .newsListBox{width:calc(33.3333333333% - 14px)}}@media (max-width:768px){.newsList .newsListMain .newsListBox{width:calc(50% - 10px)}}@media (max-width:480px){.newsList .newsListMain .newsListBox{width:100%}}.newsList .newsListMain .newsListBox:hover{transition:.3s;transform:scale(.95)}.newsList .newsListMain .newsListBox:hover .newsListBoxThumbnail img{transform:scale(1.05);transition:.3s}.newsList .newsListMain .newsListBox .newsListBoxThumbnail{width:100%;height:180px;background:#fafafa;border-radius:20px;overflow:hidden}.newsList .newsListMain .newsListBox .newsListBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.newsList .newsListMain .newsListBox .newsListBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:20px}.newsList .newsListMain .newsListBox .newsListBoxDetails .newsDate{font-size:14px;color:var(--secondaryColor);font-weight:400}.newsList .newsListMain .newsListBox .newsListBoxDetails h3{font-size:20px;font-weight:600;color:var(--primaryColor);margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newsList .newsListMain .newsListBox .newsListBoxDetails p{font-size:16px;margin-top:5px;line-height:1.4;color:black;opacity:.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.innerNews{width:100%;margin-top:80px;padding:20px 0 100px}.innerNews .back{text-decoration:none;color:black;background:#f7f8f9;padding:8px 15px;border-radius:10px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;transition:.3s;cursor:pointer}.innerNews .back:hover{transition:.3s;background:#eee}.innerNews .back svg{width:16px;height:16px}.innerNews .innerNewsMain{width:100%;display:flex;flex-direction:column;margin-top:20px}.innerNews .innerNewsMain .innerNewsBanner{width:100%;display:flex;flex-direction:column;gap:10px;height:550px;border-radius:20px;overflow:hidden}@media (max-width:1024px){.innerNews .innerNewsMain .innerNewsBanner{height:500px}}@media (max-width:768px){.innerNews .innerNewsMain .innerNewsBanner{height:400px}}@media (max-width:480px){.innerNews .innerNewsMain .innerNewsBanner{height:240px}}.innerNews .innerNewsMain .innerNewsBanner img{width:100%;height:100%;object-fit:cover}.innerNews .innerNewsMain .innerNewsDetails{width:100%;margin-top:40px;display:flex;flex-direction:column}.innerNews .innerNewsMain .innerNewsDetails .newsDate{font-size:14px;color:var(--secondaryColor);font-weight:400}.innerNews .innerNewsMain .innerNewsDetails h2{margin-top:20px}.gallery{width:100%;margin-top:80px;padding:100px 0}@media (max-width:480px){.gallery{padding:80px 10px}}.gallery .galleryHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.gallery .galleryHead h2,.gallery .galleryHead p{text-align:center}.gallery .galleryMain{margin-top:60px;width:100%;display:flex;flex-wrap:wrap;gap:30px}@media (max-width:480px){.gallery .galleryMain{gap:20px}}.gallery .galleryMain .galleryBox{width:calc(20% - 24px);background:#fff;border-radius:20px;cursor:pointer;transition:.3s;text-decoration:none}@media (max-width:1024px){.gallery .galleryMain .galleryBox{width:calc(33.3333333333% - 20px)}}@media (max-width:768px){.gallery .galleryMain .galleryBox{width:calc(50% - 15px)}}@media (max-width:480px){.gallery .galleryMain .galleryBox{width:calc(50% - 10px)}}.gallery .galleryMain .galleryBox:hover{transition:.3s;transform:translate(5px,5px)}.gallery .galleryMain .galleryBox:hover .galleryBoxThumbnail img:nth-of-type(2){top:0;left:0;transition:.5s}.gallery .galleryMain .galleryBox:hover .galleryBoxThumbnail img:nth-of-type(3){top:0;left:0;transition:.3s}.gallery .galleryMain .galleryBox .galleryBoxThumbnail{width:100%;height:200px;position:relative;z-index:0}@media (max-width:480px){.gallery .galleryMain .galleryBox .galleryBoxThumbnail{height:160px}}.gallery .galleryMain .galleryBox .galleryBoxThumbnail .galleryCount{position:absolute;top:10px;right:10px;z-index:2;background:var(--primaryColor);font-size:16px;font-weight:600;color:white;padding:5px 12px;border-radius:50px}.gallery .galleryMain .galleryBox .galleryBoxThumbnail img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:20px;border:2px solid white}.gallery .galleryMain .galleryBox .galleryBoxThumbnail img:nth-of-type(2){top:5px;left:5px;z-index:-1;transition:.5s;border:2px solid white}.gallery .galleryMain .galleryBox .galleryBoxThumbnail img:nth-of-type(3){top:10px;left:10px;z-index:-2;transition:.3s}.gallery .galleryMain .galleryBox .galleryBoxDetails{width:100%;padding:10px}.gallery .galleryMain .galleryBox .galleryBoxDetails h3{font-size:16px;font-weight:600;color:black;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.innerGallery{width:100%;margin-top:80px;padding:20px 0 100px}@media (max-width:480px){.innerGallery{padding:20px 0 80px}}.innerGallery .back{text-decoration:none;color:black;background:#f7f8f9;padding:8px 15px;border-radius:10px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;transition:.3s;cursor:pointer}.innerGallery .back:hover{transition:.3s;background:#eee}.innerGallery .back svg{width:16px;height:16px}.innerGallery .innerGalleryHead{width:100%;padding:50px;background-image:linear-gradient(90deg,#ffecd2 0,#fcb69f);border-radius:20px;background:var(--secondaryColor);position:relative;z-index:0;overflow:hidden;margin-top:20px}@media (max-width:768px){.innerGallery .innerGalleryHead{padding:30px}}@media (max-width:480px){.innerGallery .innerGalleryHead{padding:20px}}.innerGallery .innerGalleryHead h2,.innerGallery .innerGalleryHead p{color:white}.innerGallery .innerGalleryHead:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;opacity:.3;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1018%26quot%3b)' fill='none'%3e%3cpath d='M37 250L287 0L593 0L343 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M260.6 250L510.6 0L827.1 0L577.1 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M500.20000000000005 250L750.2 0L886.7 0L636.7 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M717.8000000000001 250L967.8000000000001 0L1224.3000000000002 0L974.3000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M1438 250L1188 0L1033.5 0L1283.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1020%26quot%3b)'%3e%3c/path%3e%3cpath d='M1175.4 250L925.4000000000001 0L832.4000000000001 0L1082.4 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1020%26quot%3b)'%3e%3c/path%3e%3cpath d='M931.8 250L681.8 0L506.29999999999995 0L756.3 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1020%26quot%3b)'%3e%3c/path%3e%3cpath d='M681.1999999999999 250L431.19999999999993 0L312.69999999999993 0L562.6999999999999 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1020%26quot%3b)'%3e%3c/path%3e%3cpath d='M1313.6287249182726 250L1440 123.6287249182726L1440 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L126.3712750817274 250L 0 123.6287249182726z' fill='url(%26quot%3b%23SvgjsLinearGradient1020%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1018'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1019'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0.64)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(255%2c 255%2c 255%2c 0.64)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1020'%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0.64)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(255%2c 255%2c 255%2c 0.64)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:bottom}.innerGallery .innerGalleryMain{width:100%;margin-top:60px;overflow:hidden}.innerGallery .innerGalleryMain .galleryMain{display:flex;flex-wrap:wrap;gap:5px;margin-top:0;padding:0}.innerGallery .innerGalleryMain .galleryMain a{width:calc(16.6666666667% - 5px);height:200px}@media (max-width:1024px){.innerGallery .innerGalleryMain .galleryMain a{width:calc(20% - 4px)}}@media (max-width:768px){.innerGallery .innerGalleryMain .galleryMain a{width:calc(25% - 4px)}}@media (max-width:600px){.innerGallery .innerGalleryMain .galleryMain a{width:calc(33.3333333333% - 4px)}}@media (max-width:500px){.innerGallery .innerGalleryMain .galleryMain a{width:calc(50% - 2.5px)}}.innerGallery .innerGalleryMain .galleryMain a img{width:100%;height:100%;object-fit:cover}.blog{width:100%;margin-top:80px;padding:100px 0}@media (max-width:480px){.blog{padding:80px 0}}.blog .blogHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.blog .blogHead h2,.blog .blogHead p{text-align:center}.blog .blogMain{margin-top:60px;width:100%;display:flex;flex-wrap:wrap;gap:20px}.blog .blogMain .blogBox{width:calc(33.3333333333% - 14px);background:#eff5fa;border-radius:20px;display:flex;flex-direction:column;text-decoration:none;transition:.3s;padding:10px}@media (max-width:768px){.blog .blogMain .blogBox{width:calc(50% - 10px)}}@media (max-width:480px){.blog .blogMain .blogBox{width:100%}}.blog .blogMain .blogBox:hover{transition:.3s;transform:scale(.95)}.blog .blogMain .blogBox:hover .blogBoxThumbnail img{transform:scale(1.05);transition:.3s}.blog .blogMain .blogBox .blogBoxThumbnail{width:100%;height:240px;background:#fafafa;border-radius:20px;overflow:hidden}@media (max-width:1024px){.blog .blogMain .blogBox .blogBoxThumbnail{height:200px}}.blog .blogMain .blogBox .blogBoxThumbnail img{width:100%;height:100%;object-fit:cover;transition:.3s}.blog .blogMain .blogBox .blogBoxDetails{width:100%;display:flex;flex-direction:column;margin-top:10px;padding:10px}.blog .blogMain .blogBox .blogBoxDetails .blogDate{font-size:14px;color:var(--secondaryColor);font-weight:400}.blog .blogMain .blogBox .blogBoxDetails h3{font-size:20px;font-weight:600;color:var(--primaryColor);margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog .blogMain .blogBox .blogBoxDetails p{font-size:16px;margin-top:5px;line-height:1.4;color:black;opacity:.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.innerBlog{width:100%;margin-top:80px;padding:20px 0 100px}@media (max-width:480px){.innerBlog{padding:20px 0 80px}}.innerBlog .back{text-decoration:none;color:black;background:#f7f8f9;padding:8px 15px;border-radius:10px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;transition:.3s;cursor:pointer}.innerBlog .back:hover{transition:.3s;background:#eee}.innerBlog .back svg{width:16px;height:16px}.innerBlog .innerBlogMain{width:100%;display:flex;flex-direction:column;margin-top:20px}.innerBlog .innerBlogMain .innerBlogBanner{width:100%;display:flex;flex-direction:column;gap:10px;height:550px;border-radius:20px;overflow:hidden}@media (max-width:1024px){.innerBlog .innerBlogMain .innerBlogBanner{height:500px}}@media (max-width:768px){.innerBlog .innerBlogMain .innerBlogBanner{height:400px}}@media (max-width:480px){.innerBlog .innerBlogMain .innerBlogBanner{height:240px}}.innerBlog .innerBlogMain .innerBlogBanner img{width:100%;height:100%;object-fit:cover}.innerBlog .innerBlogMain .innerBlogDetails{width:100%;margin-top:40px;display:flex;flex-direction:column}.innerBlog .innerBlogMain .innerBlogDetails .blogDate{font-size:14px;color:var(--secondaryColor);font-weight:400}.innerBlog .innerBlogMain .innerBlogDetails h2{margin-top:20px}.innerBlog .innerBlogMain .innerBlogDetails ul{padding:0 20px}.contact{width:100%;margin-top:80px;padding:100px 0}@media (max-width:480px){.contact{padding:80px 0}}.contact .contactMain{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.contact .contactMain .contactDetails{display:flex;flex:0 0 55%;flex-direction:column}@media (max-width:1024px){.contact .contactMain .contactDetails{flex:100% 1}}.contact .contactMain .contactDetails ul{display:flex;flex-direction:column;gap:30px;width:100%;margin-top:60px}.contact .contactMain .contactDetails ul li{align-items:flex-start;display:flex;gap:15px;list-style:none;width:100%}.contact .contactMain .contactDetails ul li .icon{align-items:center;color:#515151;display:flex;justify-content:center;margin-top:3px}.contact .contactMain .contactDetails ul li .icon svg{height:16px;width:16px}.contact .contactMain .contactDetails ul li .details{display:flex;flex-direction:column;width:calc(100% - 50px)}.contact .contactMain .contactDetails ul li .details h3{color:#515151;font-size:18px;font-weight:500}.contact .contactMain .contactDetails ul li .details .detailsList{display:flex;flex-direction:column;gap:10px;margin-top:10px}.contact .contactMain .contactDetails ul li .details .detailsList a{color:#000;font-size:24px;text-decoration:none;width:-moz-fit-content;width:fit-content}@media (max-width:480px){.contact .contactMain .contactDetails ul li .details .detailsList a{font-size:20px}}@media (max-width:400px){.contact .contactMain .contactDetails ul li .details .detailsList a{font-size:18px}}@media (max-width:380px){.contact .contactMain .contactDetails ul li .details .detailsList a{font-size:14px}}.contact .contactMain .contactDetails ul li .details .detailsList a:hover{text-decoration:underline}.contact .contactMain .contactDetails ul li .details .detailsList p{font-size:24px;font-weight:400;line-height:1.4}@media (max-width:480px){.contact .contactMain .contactDetails ul li .details .detailsList p{font-size:20px}}@media (max-width:400px){.contact .contactMain .contactDetails ul li .details .detailsList p{font-size:18px}}@media (max-width:380px){.contact .contactMain .contactDetails ul li .details .detailsList p{font-size:14px}}.contact .contactMain .contactForm{display:flex;flex:0 0 40%;flex-direction:column;gap:20px}@media (max-width:1024px){.contact .contactMain .contactForm{flex:100% 1;margin-top:40px}}.contact .contactMain .contactForm form{background:#f7f9fa;border-radius:20px;display:flex;flex-direction:column;padding:40px;width:100%}@media (max-width:480px){.contact .contactMain .contactForm form{padding:20px}}.contact .contactMain .contactForm form h2{color:#000;font-size:24px;font-weight:500}.contact .contactMain .contactForm form .formBox{display:flex;flex-direction:column;gap:30px;margin-top:40px;width:100%}.contact .contactMain .contactForm form .formBox .formGroup{display:flex;flex-direction:column;width:100%}@media (max-width:355px){.contact .contactMain .contactForm form .formBox .formGroup{overflow-x:auto;width:300px}}@media (max-width:344px){.contact .contactMain .contactForm form .formBox .formGroup{width:290px}}.contact .contactMain .contactForm form .formBox .formGroup label{color:#515151;font-size:16px;font-weight:500}.contact .contactMain .contactForm form .formBox .formGroup input,.contact .contactMain .contactForm form .formBox .formGroup textarea{border:1px solid #aaa;border-radius:5px;font-size:16px;margin-top:5px;outline:none;padding:0 20px;transition:.3s;width:100%}.contact .contactMain .contactForm form .formBox .formGroup input:focus,.contact .contactMain .contactForm form .formBox .formGroup textarea:focus{border-color:var(--primaryColor)}.contact .contactMain .contactForm form .formBox .formGroup input{height:50px}.contact .contactMain .contactForm form .formBox .formGroup textarea{padding:10px 20px;height:100px}.contact .contactMain .contactForm form .formBox .formGroupBtnArea{width:100%}.contact .contactMain .contactForm form .formBox .formGroupBtnArea button{align-items:center;background:var(--primaryColor);border:none;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:10px;outline:none;padding:14px 30px;transition:.3s}.contact .contactMain .contactForm form .formBox .formGroupBtnArea button:hover{background:var(--secondaryColor);transition:.3s}